:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --primary: #94024C;
    --gray: #787769;

}


*,
*::before,
*::after {
    box-sizing: border-box;
}


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.img-fluid {
    max-width: 100%;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.position-relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 80%;
    }

}

html {
    margin: 0 !important;
    scroll-behavior: smooth;
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.text-center {
    text-align: center;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans.woff2');
    font-display: swap;
}

body {
    font-family: 'iransans', serif;
    background: #fafafa;
    margin: 0;
}

.row-space {
    margin-top: 40px;
}
.mb-0{
    margin-bottom: 0 !important;
}

#header {
    position: fixed;
    top: 45px;
    z-index: 1000;
}

#header.is-sticky {
    top: 0;
}

#header.is-sticky .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


#header.is-sticky .container .navbar {
    border-radius: 0;
}

.navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 24px;
    gap: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 1px 3px 1px #0000000a;
    height: 64px;
    align-items: center;
    position: relative;
}

.right-header {
    display: flex;
    gap: 40px;
}

.header-logo img {
    height: 43px;
    padding-right: 24px;
    outline: none;
}


.menu-items a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
}

.menu-items .dropdown {
    min-width: 200px;
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    border-radius: 8px;
    border: 1px solid #cfd1d3;
}

.menu-items .dropdown {
    position: absolute;
    right: auto;
    top: 64px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: none;
}

.menu-items .mega-menu {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: none;
    justify-content: center;
    width: auto;
    padding: 25px;
    border-radius: 16px;
    background: white;
}

.mega-menu-inner {
    width: 100%;
    gap: 20px;
    background: white;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.menu-items .dropdown a {
    padding: 13px 15px;
    display: flex;
    border-bottom: 1px solid #cfd1d3;
    gap: 8px;
    align-items: center;
}

.menu-items .dropdown a:last-child {
    border-bottom: 0;
}

.menu-items .mega-item {
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    align-items: self-start;
    box-shadow: rgba(58, 58, 58, 0.05) 0px 4px 16px 0px;
    gap: 20px;
    padding: 25px 15px !important;
}


.mega-item img {
    width: 60px;
}

.mega-item .desc {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.mega-item .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.menu-item.has-dropdown > .menu-link::after,
.menu-item.has-mega > .menu-link::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.3s ease;
    margin-right: 10px;
}

.right-header a {
    display: flex;
    align-items: center;
}

.menu-items {
    display: flex;
    gap: 24px;
    font-size: 14px;
    align-items: center;
}

.left-header {
    display: flex;
    gap: 16px;
}

.left-header a {
    box-shadow: none;
    border-radius: 8px;
    min-width: 64px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-header .login-btn {
    border: 1px solid #000000DE;
    color: #000000DE;
}

.left-header .btn-order {
    border: 1px solid rgba(1, 160, 225, 0.5);
    color: #01A0E1;
}

#page-header .right-side {
    flex-basis: 59%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 60%;
}

#page-header .left-side {
    flex-basis: 41.6667%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 40%;
    text-align: left;
}

#page-header .right-side p {
    color: rgba(0, 0, 0, 0.376);
    font-size: 16px;
}

#page-header .right-side h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}


#page-header .container {
    display: flex;
    gap: 60px;
}

#page-header {
    background: rgb(227, 242, 253);
    border-radius: 12px;
    height: auto;
    padding-top: 120px;
    padding-inline: 24px;
    padding-bottom: 40px;
    max-width: 96%;
    margin: 30px auto 30px auto;
    position: relative;
    overflow: hidden;
}

#footer-box {
    padding: 32px 32px 68px 32px;
    margin: 24px 26px;
    background: white;
    border-radius: 16px;
    display: flex;
    position: relative;
    box-shadow: 0px 4px 20px 0px #3A3A3A0D;
}

.footer-about span {
    font-size: 14px;
    color: #01A0E1;
}

.footer-about {
    flex-basis: 25%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-menu {
    flex-basis: 20%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 20%;
    justify-content: center;
    display: flex;
}

.footer-about p {
    color: rgba(0, 0, 0, 0.6);
    padding: 8px 24px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.footer-menu a {
    color: #00000099;
    font-size: 14px;
}

.footer-menu p {
    color: black;
    font-size: 20px;
}

.footer-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.copyright {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: 25px;
    font-size: 14px;
    color: #00000099;
}

.footer-logo img {
    height: 43px;
    outline: none;
}

.footer-socials {
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 8px 24px;
}

.footer-socials svg {
    fill: rgb(1, 160, 225);
    width: 24px;
    height: 24px;
}

.footer-namad {
    flex-basis: 15%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 15%;
    justify-content: center;
    display: flex;
}


.mobile-menu {
    height: 100vh;
    background: #ffffff;
    position: fixed;
    z-index: 1000000;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    border-top-right-radius: 15px;

    transform: translateY(100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    list-style: none;
    padding: 0;
}

.mobile-menu .submenu li a {
    font-size: 12px !important;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-menu .submenu li {
    padding: 12px 16px;
    border-bottom: 1px solid rgb(229, 234, 239);
}

.mobile-menu .arrow {
    width: 8px;
    height: 8px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    transition: transform .3s ease;
    display: inline-block;
}

.menu-item.open .submenu {
    max-height: 500px;
}

.menu-item.open .arrow {
    transform: rotate(135deg);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.mobile-menu-logo img {
    max-width: 55px;
}

.mobile-menu-close {
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid black;
    border-radius: 50px;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
}

.mobile-menu-list .menu-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu-list .menu-item button, .mobile-menu-list .menu-item a {
    background: transparent;
    border: 0;
    font-family: 'iransans';
    font-size: 18px;
    line-height: 26px;
    color: black;
}

.mobile-menu-list .menu-item {
    padding: 12px 32px;
}


fieldset {
    display: flex;
    border: 0;
    padding: 0;
    margin: 0;
}

.label-input {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}


.label-input input::placeholder {
    font-size: 16px;
    color: #00000080 !important;
}

.label-input input:focus, .label-input select:focus {
    outline: none;
}

.label-input input[type=text], .label-input input[type=email] {
    height: 48px;
    padding-right: 8px;
    padding-left: 20px;
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.23);
    font-family: iransans, serif;
    color: #000000b3 !important;
    font-size: 16px;
}

body .select2-container .select2-selection--single {
    height: 48px;
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.23);
    font-family: iransans, serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.flex-row {
    display: flex;
    gap: 16px;
    font-size: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.select2-results__option {
    font-size: 14px;
    color: #00000099;
}

.select2-search--dropdown {
    position: absolute;
    top: -48px;
    height: 48px;
    right: 0;
    left: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    height: 100%;
    line-height: 48px;
    outline: none;
    font-family: iransans, serif;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 48px !important;
    margin-left: 15px;
    padding-right: 0px;
}


.select2-selection__clear {
    font-size: 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
    font-size: 0 !important;
}

.select2-selection__clear::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%230000008a" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat center;
    background-size: contain;
    cursor: pointer;
}

#dimensions {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: white !important;
    color: #00000099 !important;
}

.select2-results__option {
    border-bottom: 1px solid #cfcfcf99 !important;
    padding: 10px 6px !important;
}

.price-calculator {
    padding: 19px 32px;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 #3A3A3A0D;
    margin-top: 20px;
}

.calculate-submit {
    border-radius: 8px;
    color: white;
    box-shadow: none;
    padding: 11px 12px;
    background-color: #01A0E1;
    width: 232px;
    border: 0;
    cursor: pointer;
    font-family: iransans, serif;
    display: block;
    margin: 0 auto 0 0;
}

.error-hint {
    color: #e53935;
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    bottom: -20px;
}


.courier-item img {
    width: 50px;
}

.courier-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.page-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}

.page-desc {
    font-size: 14px;
    text-align: center;
    color: #000000a8;
}

.courier-list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.courier-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 0 20px;
    color: black;
    border-radius: 8px;
}

#shipping-result.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#shipping-result {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    background: #0000008c;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
}

.shipping-box-holder {
    max-width: 90%;
    background: white;
    width: 600px;
    font-size: 14px;
    padding: 20px;
    border-radius: 16px;
    text-align: left;
}

.close-shipping-modal:hover {
    color: white;
    background: lightgray;
}

.close-shipping-modal {
    display: inline-flex;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #4a4a4a;
    cursor: pointer;
}

.shipping-box-holder.active {
    display: block;
}

.shipping-box-holder {
    display: none;
}

.shipping_result_item .courier img {
    width: 35px;
    height: auto;
    border-radius: 50px;
}

.shipping_result_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(58, 58, 58, 0.05) 0px 4px 16px 0px;
    margin-bottom: 16px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 10px 20px;
    border-radius: 16px;
}

.shipping_result_item .sla {
    color: #7c7c7c;
    font-size: 12px;
}

.shipping_result_item .courier .service {
    font-size: 14px;
    color: #525252;
}

.shipping_result_item .courier {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 30%;
}

#shipping-loading {
    display: none;
    max-width: 90%;
}

#shipping-loading.active {
    display: block;
}

#shipping-loading .loading img {
    width: 35px
}

#shipping-loading .loading {
    max-width: 100%;
    background: white;
    width: 600px;
    font-size: 14px;
    padding: 20px;
    border-radius: 16px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#shipping-loading .info {
    max-width: 100%;
    background: #01a0e1;
    width: 600px;
    font-size: 14px;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    color: white;
}

.shipping-modal-cta span {
    background: #f7931e;
}

.shipping-modal-cta a {
    background: #01A0E1;
}

.shipping-modal-cta a, .shipping-modal-cta span {
    flex: 1;
    text-align: center;
    color: white;
    padding: 7px;
    border-radius: 10px;
    cursor: pointer;
}

.shipping-modal-cta {
    display: flex;
    gap: 10px;
}

@media (max-width: 576px) {
    #footer-box .footer-menu, #footer-box .footer-about, .footer-namad, #page-header .right-side, #page-header .left-side {
        flex-basis: 100%;
        max-width: 100%;
    }

    #footer-box {
        flex-direction: column;
        gap: 20px;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-menu-inner {
        align-items: center;
    }

    #header {
        padding: 10px;
    }

    #header.is-sticky {
        padding: 0;
    }

    #page-header .container {
        flex-direction: column;
    }

    #page-header .right-side h1 {
        font-size: 24px;
    }

    .mobile-menu-toggle svg {
        fill: #0000008a;
        width: 24px;
    }

    .mobile-menu-toggle {
        background: no-repeat;
        border: none
    }

    .mobile-menu .btn-order {
        border: 1px solid rgba(1, 160, 225, 0.5);
        color: #01A0E1;
        margin-bottom: 15px;
    }

    .mobile-menu .login-btn {
        border: 1px solid #000000DE;
        color: #000000DE;
    }

    .mobile-menu-footer a {
        box-shadow: none;
        border-radius: 8px;
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-footer {
        padding: 12px 32px;
    }

    .flex-row .label-input {
        flex: 1 0 100%;
    }

    .delivery-types .label-input {
        flex: 1 0 45%;
    }

    .delivery-types .label-input:nth-child(3) {
        flex: 0 0 100%;
    }

    .flex-row {
        font-size: 12px;
    }

    .label-input input::placeholder {
        font-size: 12px;
        color: #00000080 !important;
    }

    .courier-list {
        gap: 10px;
    }

    .courier-item {
        flex: 1 0 20%;
    }

    .courier-item {
        padding: 0;
    }

    .calculate-submit {
        width: 100%;
    }

    .shipping_result_item .sla {
        color: #7c7c7c;
        font-size: 9px;
    }

    .shipping_result_item {
        padding: 10px;
    }

    .shipping_result_item .courier img {
        width: 25px;
    }

    .shipping_result_item .price {
        font-size: 12px;
    }

    .shipping_result_item .courier .service {
        font-size: 10px;
    }
}


.postex-price-table .price-item .shipping-price {
    color: #000000A8;
}

.postex-price-table .price-item .city-name {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.postex-price-table .price-item {
    height: 69px;
    border: 1px solid rgba(1, 160, 225, 0.5);
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
}

.postex-price-table {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 11px;
    padding: 10px;
}

.postex-service-section {
    margin-bottom: 30px;
}

.service-img {
    margin-bottom: 24px;
}

.postex-rate-table {
    width: 100%;
    border-collapse: collapse;
}

.postex-rate-table th {
    border-bottom: 2px solid #7aceef;
}

.postex-rate-table td {
    border-bottom: 1px solid #7aceef;
}

.postex-rate-table td, .postex-rate-table th {
    padding: 8px;
    text-align: center;
}

.postex-rate-table th {
    background: white;
}

.postex-rate-table td:first-child {
    font-weight: 600;
    position: sticky;
    left: 0;
    z-index: 2;
}


.postex-rate-table tbody tr:nth-child(odd) td:first-child {
    background-color: #f5fbfe;
}

.postex-rate-table tbody tr:nth-child(odd) td {
    background-color: #fcfcfc;
}

.postex-rate-table tbody tr:hover td {
    background-color: #f1f5f9;
    transition: 0.2s;
}

.postex-rate-table td.price {
    color: #1f2937;
    font-weight: 500;
}


.rate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rate-header h3 {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}

.from-city-select, #from-city-select {
    font-family: 'iransans', Tahoma, sans-serif;
    width: 150px;
    border: 1px solid #34b3e7;
    outline: none;
    color: #ffffff;
    padding: 3px;
    border-radius: 5px;
    background: #34b3e7;
    margin-right: 10px;
}

.origin-filter h4 {
    font-size: 14px !important;
    color: white !important;
    font-weight: normal;
}

.origin-filter {
    font-size: 14px;
    background: #01A0E1;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.postex-rate-content {
    font-size: 14px;
    line-height: 1.8em;
    color: #000000a8;
    width: calc((100% - 87px) / 2);
    text-align: justify;
}

.postex-rates-table {
    border-radius: 10px;
    flex: 1 0 50%;
    background: #E3F2FD;
    border: 1px solid #01A0E1;
    overflow: hidden;
}

#single-page-content {
    font-size: 14px;
    line-height: 1.8em;
    color: #000000a8;
}

#single-page-content h2, #single-page-content h3, #single-page-content h4 {
    font-size: 17px;
    color: black;
    margin-bottom: 10px;
}

.plugin-content {
    margin-top: 30px;
}

.primary-button {
    margin-top: 10px;
    display: inline-flex;
    background: #2997ca;
    color: white;
    padding: 5px 10px;
    border-radius: 7px;
}

.postex-rate-wrapper {
    display: flex;
    gap: 87px;
    align-items: center;
}

.blue-sec {
    background: #E3F2FD80;
}

.blue-sec, .normal-sec {
    padding-top: 75px;
    padding-bottom: 75px;
}

#career-form {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 #9797971f;
    margin-top: 30px;
}

#career-form fieldset div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#career-form fieldset div.custom-file {
    flex-direction: row;
    height: 48px;
    padding-right: 8px;
    padding-left: 20px;
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.23);
    font-family: iransans, serif;
    color: #000000b3 !important;
    font-size: 16px;
}

#career-form fieldset {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#career-form textarea {
    font-family: 'iransans', serif;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.23);
    height: 70px;
    padding: 10px;
    outline: none;
}

.plugin-sec {
    display: flex;
    gap: 40px;
    align-items: center;
}

.plugin-img img {
    max-height: 350px;
}

.min-max-title {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.postex-compare-content {
    margin-bottom: 25px;
}

#career-form .label-input label {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000000;
}

.file-wrapper .custom-file {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-btn, .career-submit-btn {
    background: #01A0E1;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: inherit;
    width: 100px;
}

.career-submit-btn {
    width: 150px;
}

.file-btn:hover, .career-submit-btn:hover {
    background: #f08e04;
}

.file-name {
    font-size: 11px;
    color: #666;
}

.career-page {
    margin-top: 30px;
}

#career-form-result {
    font-size: 12px;
    margin-top: 10px;
}

#career-form-result.danger {
    color: #ff0000;
}

#single-page-content.single-career h2, #single-page-content.single-career h3, #single-page-content.single-career h4 {
    margin-top: 10px;
    color: #01A0E1;;
}

.send-form-title {
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-top: 0 !important;
}

#single-career-main {
    display: flex;
    align-items: flex-start;
}

#single-career-main .career-sidebar {
    flex: 1 0 20%;
    position: sticky;
    top: 75px;
}

#single-career-main .main-content {
    margin-left: 20px;
    border-left: 1px solid #e3e3e3;
    padding-left: 20px;
}

.go-career-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01A0E1;
    border-radius: 8px;
    padding: 8px;
    color: white;
    margin-bottom: 10px;
}

.share-career {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 #9797971f;
    height: 100px;
    align-items: center;
    justify-content: space-around;
}

.social-share-links svg:hover {
    fill: #01A0E1;
}

.social-share-links svg {
    width: 27px;
    fill: #464646;
}

.social-share-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.job-item a {
    background: #01A0E1;
    padding: 3px 10px;
    border-radius: 8px;
    color: white;
    font-size: 12px;
}

.job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: white;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
}

.job-section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 25px;
}

.jobs-tabs {
    display: flex;
    gap: 20px;
}

.jobs-tabs .job-tab {
    font-family: 'iransans', serif;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 5px 15px;
    outline: none;
}

.jobs-tabs .job-tab.active {
    color: #01a0e1;
    border-bottom: 3px solid;
}

.jobs-search input {
    font-family: 'iransans', serif;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    width: 200px;
    outline: none;
}

.skeleton {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent
    );
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    0% {
        left: -150px;
    }
    100% {
        left: 100%;
    }
}

.skeleton-title {
    height: 20px;
    width: 40%;
    background: #e0e0e0;
    border-radius: 6px;
    margin-bottom: 15px;
}

.skeleton-button {
    height: 31px;
    width: 96px;
    background: #e0e0e0;
    border-radius: 8px;
}

.job-section-title h4 {
    font-size: 18px !important;
    color: #f5951e !important;
}

.job-section-title p {
    color: #ffa433;
    font-size: 18px;
}

.jobs-section {
    background: #E3F2FD80;
    padding-top: 50px;
    padding-bottom: 50px;
}

.career-contact {
    display: flex;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.postex-benefits svg {
    width: 20px;
    fill: #01a0e1;
}

.postex-benefits ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 5px;
    background: #eff6fc;
    border-radius: 10px;
}

.postex-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.postex-benefits > p {
    color: #01a0e1;
    font-size: 18px;
    margin-bottom: 20px;
}

.postex-benefits {
    width: 30%;
}

.header-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000000b0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

@media (max-width: 1200px) {
    .mega-item {
        flex-direction: column;
    }

    .mega-item img {
        height: 45px;
    }

}

@media (max-width: 992px) {
    .postex-price-table {
        grid-template-columns: repeat(5, 1fr);
    }

    .right-header a {
        font-size: 12px;
    }

    .menu-items {
        gap: 8px;
    }

    .header-logo img {
        padding-right: 0;
    }

    .header-logo img {
        height: 25px;
    }

    .left-header a {
        font-size: 11px;
        min-width: auto;
        padding: 6px;
    }

    .mega-item .title {
        font-size: 13px;
    }

    .mega-item .desc {
        font-size: 11px;
    }

    .mega-item img {
        width: auto;
        height: 30px !important;
    }
}

@media (max-width: 768px) {
    .postex-rate-wrapper {
        gap: 30px;
    }

    .postex-rate-wrapper {
        flex-direction: column;
    }

    .postex-rate-content, .postex-rates-table {
        width: 100%;
    }

    .plugin-sec {
        flex-direction: column-reverse;
    }

    #career-form fieldset {
        flex-direction: column;
    }

    #single-career-main {
        flex-direction: column-reverse;
    }

    #single-career-main .career-sidebar {
        flex: 1 0 100%;
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
    }

    #single-career-main .main-content {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
    }

    .share-career {
        height: auto;
        font-size: 11px;
        padding: 5px;
        flex-direction: row;
        gap: 5px;
    }

    .go-career-form {
        margin-bottom: 0;
    }

    .social-share-links {
        gap: 3px;
    }

    .social-share-links svg {
        width: 18px;
    }

    .social-share-links a {
        display: inline-flex;
    }

    .go-career-form {
        padding: 5px 15px;
    }

    #career-form fieldset div.custom-file {
        padding: 10px;
    }

    .jobs-tabs {
        gap: 5px;
        overflow-x: auto;
    }

    .job-section-header {
        flex-direction: column;
        gap: 15px;
    }

    .job-item {
        flex-direction: column;
        align-items: baseline;
    }

    .job-item p {
        width: 100%;
        margin-bottom: 9px;
    }

    .career-contact {
        flex-direction: column;
    }

    .postex-benefits {
        width: 100%;
    }

    .skeleton-title {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .postex-price-table .price-item {
        height: 55px;
    }

    .postex-price-table {
        grid-template-columns: repeat(4, 1fr);
    }

    .postex-price-table .price-item .city-name {
        font-size: 12px;
    }

    .postex-price-table .price-item .shipping-price {
        font-size: 12px;
    }

    .postex-rate-table td, .postex-rate-table th {
        padding: 4px;
        font-size: 10px;
    }

    .blue-sec, .normal-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #compare-sec .postex-rates-table {
        overflow-x: auto;
    }

    .page-title {
        font-size: 18px;
    }

    #page-header {
        padding-inline: 10px;
    }

    .price-calculator {
        padding: 20px;
    }

    .origin-filter {
        font-size: 11px;
        flex-direction: column;
    }

    .origin-filter h4 {
        font-size: 11px !important;
    }

    .from-city-select, #from-city-select {
        font-size: 11px;
        width: 120px;
    }

}

/*Branch page*/
#branch-hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

.branch-hero-right .primary-button {
    width: 287px;
    max-width: 100%;
    justify-content: center;
}

.branch-hero-right h1 {
    color: #01A0E1;
    font-size: 40px;
}

.branch-hero-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-right: 150px;
}

.branch-hero-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.why-boxes {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
}

.why-box p {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}

.why-box h4 {
    color: #2798D5;
    margin-bottom: 6px;
    margin-top: 30px;
    font-size: 23px;
    text-align: center;
}

.why-box {
    box-shadow: 0px 5px 10px 2px #00000008;
    background: #FFFFFF;
    border-radius: 32px;
    padding: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.branch-title {
    font-size: 50px;
    line-height: 82px;
    color: #2798D5;
    margin-bottom: 20px;
}

#why-boxes .branch-title {
    text-align: center;
}

.why-box-desc {
    width: 949px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    line-height: 36px;
}

#who-can {
    padding: 0;
}

#who-can #who-can-header {
    display: flex;
    align-items: center;
    gap: 50px;
}

#who-can .who-can-details p {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

#who-can .who-can-details {
    flex: 1 ;
    max-width: 100%
}
.who-can-img-wrapper{
    flex: 2;
}

#branch-steps .branch-title {
    text-align: center;
    margin-bottom: 30px;
}

.desktop-steps {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: 12px;
}

/* Dashed line running through the badge centers */
.desktop-steps::before {
    content: '';
    position: absolute;
    top: 200px;
    right: 80px;
    left: 80px;
    height: 0;
    border-top: 3px dashed #1B217C80;
    z-index: 0;
}

.ds-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 160px;
}

.ds-step::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 50px;
    border-left: 3px dashed #1B217C80;
    z-index: 0;
}

/* Orange badge overlapping top of card */
.ds-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F29200;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
}

.ds-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 7px 2px #00000008;
    width: 174px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.ds-card-title {
    font-size: 20px;
    font-weight: 900;
    color: #2798D5;
    line-height: 40px;
    text-align: center;
}

/* ── VERTICAL: hidden on desktop, shown on mobile ── */
.vertical-steps {
    display: none;
    position: relative;
    flex-direction: column;
    gap: 0;
    max-width: 460px;
    margin: 0 auto;
}

.vertical-steps::before {
    content: '';
    position: absolute;
    right: 22px;
    top: 23px;
    bottom: 23px;
    border-right: 2.5px dashed #f5a623;
    z-index: 0;
}

.vs-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.vs-num {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5a623, #f7c265);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(245, 166, 35, 0.32);
}

.vs-card {
    flex: 1;
    background: #fff;
    border: 1.5px solid #e4f0fb;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 3px 12px rgba(30, 120, 200, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}

.vs-card:hover {
    transform: translateX(-4px);
    box-shadow: 0 6px 20px rgba(30, 120, 200, 0.13);
}

.vs-card-title {
    font-size: 0.97rem;
    font-weight: 700;
    color: #333;
    line-height: 1.55;
}



#faq .container {
    display: flex;
    gap: 30px;
    align-items: center;
}

.faq-vec {
    width: 700px;
    max-width: 100%;
}

.faq-boxes {
    flex: 1;
}

.faq-boxes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-box {
    background: #fff;
    border-radius: 20px;
    padding: 23px 35px;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-question {
    font-size: 22px;
    font-weight: 900;
    color: #2798D5;
    line-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='11' viewBox='0 0 23 11'%3E%3Cpath d='M22.3104 1.88425L12.3434 9.78669C12.2149 9.88862 12.0623 9.96949 11.8944 10.0247C11.7265 10.0798 11.5465 10.1082 11.3647 10.1082C11.1829 10.1082 11.0029 10.0798 10.835 10.0247C10.667 9.96949 10.5144 9.88862 10.3859 9.78669L0.418996 1.88425C0.28755 1.78285 0.182824 1.66176 0.110901 1.52801C0.0389787 1.39426 0.0012929 1.2505 3.26873e-05 1.1051C-0.00122753 0.959704 0.0339633 0.815555 0.103561 0.681029C0.173158 0.546504 0.275775 0.424284 0.405451 0.321468C0.535127 0.218653 0.689277 0.137292 0.858947 0.0821102C1.02862 0.0269287 1.21042 -0.000973263 1.39381 2.59163e-05C1.57719 0.0010251 1.7585 0.0309057 1.9272 0.0879308C2.0959 0.144956 2.24862 0.227989 2.3765 0.332208L11.3647 7.45863L20.3529 0.332208C20.6137 0.131046 20.9638 0.0193756 21.3277 0.021358C21.6915 0.0233403 22.0397 0.138816 22.297 0.342801C22.5543 0.546786 22.6999 0.82288 22.7024 1.11135C22.7049 1.39982 22.5641 1.67748 22.3104 1.88425Z' fill='%232798D5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.faq-box.active .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    color: #000000DE;
    margin-top: 0;
}

.faq-box.active .faq-answer {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

#contact-form .container{
    display: flex;
    gap: 70px;
}
#branch-request *::placeholder{
    color: #C4C4C4;
    font-size: 16px;
}
#branch-request input{
    height: 56px;
    padding: 0 12px;
}
#branch-request textarea{
    height: 150px;
    padding: 16px 12px;
}
#branch-request input , #branch-request textarea{
    font-family: 'iransans';
    border : 1px solid #C4C4C4;
    border-radius: 12px;
    background: transparent;
}
#branch-request input[type=submit]{
    width: 188px;
    background: #FFAE35;
    color: white;
    border: 0;
    margin-right: auto;
    cursor: pointer;
}
#branch-request{
    display: flex;
    flex-direction: column;
    width: 662px;
    max-width: 100%;
    gap: 15px;
}
.branch-form-desc p{
    text-align: justify;
    font-size: 20px;
    line-height: 36px;
}
.branch-form-desc{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


@media (max-width: 1400px) {
    .branch-hero-right{
        padding-right: 0;
    }
    #who-can {
        padding: 20px 0;
    }
    #who-can .who-can-details p {
        font-size: 16px;
        line-height: 28px;
    }
    .ds-card {
        width: stretch;
    }
    .branch-title {
        font-size: 40px;
        line-height: 60px;
    }
    .why-boxes{
        flex-wrap: wrap;
    }
    .why-box{
        flex: 1 0 27%;
    }
    .who-can-img-wrapper{
        flex: 1;
    }
    .ds-card-title {
        font-size: 16px;
    }
    .faq-img-wrapper , .faq-boxes{
        flex: 1;
    }
    .faq-question {
        font-size: 18px;
        font-weight: 900;
        line-height: 28px;
    }
    .faq-question::after {
        margin-right: 20px;
    }
    .faq-answer{
        font-size: 16px;
    }
    .branch-form-desc , .form-sec{
        flex: 1;
    }
    #branch-request {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .branch-title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 992px) {
    .branch-hero-right h1 {
        font-size: 32px;
    }
    .branch-title {
        font-size: 28px;
        line-height: 36px;
    }
    .why-box h4 {
        margin-top: 20px;
        font-size: 19px;
    }
    .why-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .why-box {
        padding: 15px;
    }
    .why-box img {
        max-width: 80px;
    }
    .ds-card-title {
        font-size: 13px;
        line-height: 24px;
    }
    .desktop-steps {
        gap: 5px;
    }
    .ds-num {
        font-size: 16px;
    }
    .desktop-steps::before {
        right: 60px;
        left: 60px;
    }
    #faq .container {
        flex-direction: column-reverse;
    }
    .faq-vec {
        width: 400px;
    }
    .faq-img-wrapper, .faq-boxes {
        width: 100%;
    }
    .faq-img-wrapper{
        text-align: center;
    }
    .branch-form-desc p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .why-box {
        flex: 1 0 33%;
    }
    .why-boxes {
        gap: 25px;
    }
    .why-box h4 {
        font-size: 16px;
    }
    #who-can #who-can-header{
        flex-direction: column;
    }
    #who-can-header .branch-title{
        font-size: 28px;
    }
    #branch-steps{
        padding-bottom: 0;
    }
    #contact-form .container{
        flex-direction: column;
    }
    .desktop-steps {
        display: none;
    }

    .vertical-steps {
        display: flex;
    }

    .section-title {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

}

@media (max-width: 576px) {
    #page-header #branch-hero{
        flex-direction: column-reverse;
    }
    .branch-hero-left img {
        max-height: 200px;
    }
    .branch-hero-right h1{
        text-align: center;
    }
    .branch-hero-right , .branch-hero-left{
        width: 100%;
        align-items: anchor-center;
    }
    .faq-question {
        font-size: 16px;
        line-height: 22px;
    }
    #contact-form .container {
        gap: 40px;
    }
}