@charset "UTF-8";

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

*, *::before, *::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth
}

@media (prefers-reduced-motion:no-preference) {
    html {
        interpolate-size: allow-keywords
    }
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    display: block;
    line-height: 1.6;
    text-align: right;
    min-height: 100vh;
    overflow-x: hidden;
    color: #232c39;
    font-family: "Iran1","Vazirmatn",sans-serif;
    background-color: #f9f9f9;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-wrap: balance;
    line-height: 1.1
}

p, figure, blockquote, dl, dd {
    margin: 0;
    padding: 0;
    text-wrap: pretty;
    overflow-wrap: break-word
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

li {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img, picture {
    max-width: 100%;
    height: auto;
    display: block
}

input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    outline: none
}

button {
    cursor: pointer;
    background: none;
    border: none
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px
}

@media (max-width:1200px) {
    .container {
        padding: 0 40px
    }
}

@media (max-width:768px) {
    .container {
        padding: 0 20px
    }
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,0)
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(circle,#066899 0%,rgba(0,0,0,0) 100%)
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px
}

@media (max-width:768px) {
    .hamburger {
        display: flex
    }
}

.hamburger__line {
    width: 24px;
    height: 2px;
    background-color: #374151;
    border-radius: 2px;
    transition: all 0.3s ease
}

.hamburger--active .hamburger__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.hamburger--active .hamburger__line:nth-child(2) {
    opacity: 0
}

.hamburger--active .hamburger__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.blu-arrow {
    border: 1px solid rgba(34,74,101,0.5176470588);
    width: 32px;
    height: 32px;
    display: flex;
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    padding: 4px
}

.menu-icons {
    display: flex;
    justify-content: space-between
}

.menu-actions {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    background-color: var(--Color-Surface,#eff6ff);
    border-radius: 12px;
    padding: 4px;
    gap: 8px
}

.menoa-acti {
    display: flex;
    width: 127px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 8px;
    gap: 6.42px
}

    .menoa-acti span {
        color: var(--Color-Primary,#13558d);
        font-weight: 700;
        font-style: Bold;
        font-size: 15px;
        text-align: center
    }

.feature-acti {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Color-Primary,#13558d);
    width: 127px;
    border-radius: 8px;
    padding: 8px;
    gap: 9.17px
}

    .feature-acti span {
        color: #ffffff;
        font-weight: 700;
        font-style: Bold;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center
    }

.nav-menu ul li {
    list-style: none;
    text-align: center;
    padding-bottom: 6px
}

.menu-active span {
    border-bottom: 2px solid var(--Color-Secondary,#3684c6)
}

li {
    height: 40;
    gap: 10px;
    border-bottom-width: 2px;
    padding: 5.4px 0;
    color: var(--Color-Secondary,#3684c6);
    font-weight: 500;
    font-style: Medium;
    font-size: 13px
}

.btns-menu {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center
}

.btns-connetion {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-top: 20px
}

.bale-conection {
    border: 1px solid #00b483;
    display: flex;
    gap: 8px;
    border-radius: 14px;
    padding: 11px 15px
}

    .bale-conection span {
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        text-align: center;
        color: #00b483;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }

.btns-menu > .btn-order-left, .btn-order-right {
    width: 100%
}

.btn-order-left2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px !important;
    text-align: center
}

.bale-order-num2 {
    font-size: 14px !important
}

.btns-connetion-insta {
    display: flex;
    gap: 16px;
    flex-direction: column
}

.insta-connection {
    border-width: 0.92px;
    border: 0.92px solid #5856cc;
    display: flex;
    gap: 8px;
    border-radius: 14px;
    padding: 11px 14px
}

    .insta-connection span {
        color: #5856cc;
        font-weight: 700;
        font-style: Bold;
        font-size: 11.92px;
        text-align: center
    }

    .insta-connection img {
        width: 22px;
        height: 22px
    }

.call-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 12px
}

    .call-info img {
        width: 18px;
        height: 18px
    }

.btns-menu2 {
    margin-top: 8px;
    display: flex;
    gap: 4px;
    flex-direction: column
}

.info-connection {
    display: flex;
    flex-direction: column
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1004;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

    .mobile-nav-overlay.active {
        opacity: 1;
        visibility: visible
    }

.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 303px;
    height: 100vh;
    padding: 16px;
    background: var(--Color-Background,#ffffff);
    box-shadow: -20px 0px 40px 0px rgba(0,0,0,0.2509803922);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
    z-index: 1005;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

    .menu.menu--active {
        right: 0
    }

@media (min-width:769px) {
    .menu {
        display: none
    }
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1004;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

    .mobile-nav-overlay.active {
        opacity: 1;
        visibility: visible
    }

.top-bar {
    background: linear-gradient(270deg,#13558D 0%,#2E7CBD 100%);
    color: #fff;
    padding: 10px 0;
    font-size: 13px
}

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.top-bar__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.top-bar__item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 246px;
    justify-content: center;
    height: 48px
}

.top-bar__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 320px
}

.text-slider {
    height: 22px;
    overflow: hidden;
    flex: 1
}

.text-slider__track {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease
}

.slide {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 22px
}

    .slide img {
        width: 18px;
        height: 18px;
        flex-shrink: 0
    }

    .slide span {
        height: 22px;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

@media (max-width:768px) {
    .top-bar__wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .top-bar__item, .top-bar__right {
        width: 100%;
        min-width: unset
    }

    .hide-mobile {
        display: none
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px
}

.gray {
    color: rgba(0,0,0,0.6);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px
}

.blue {
    color: #5075ae;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px
}

.hero {
    padding: 60px 0
}

@media (max-width:992px) {
    .hero {
        padding: 48px 0
    }
}

@media (max-width:768px) {
    .hero {
        padding: 32px 0
    }
}

.hero__wrapper {
    display: flex;
    align-items: center;
    gap: 50px
}

@media (max-width:992px) {
    .hero__wrapper {
        flex-direction: column;
        text-align: center;
        gap: 48px
    }
}

.hero__image-side {
    flex: 1
}

    .hero__image-side .video-box {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 25px 50px rgba(0,0,0,0.1)
    }

        .hero__image-side .video-box img {
            width: 100%;
            display: block;
            aspect-ratio: 16/10;
            -o-object-fit: cover;
            object-fit: cover
        }

        .hero__image-side .video-box .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 65px;
            height: 65px;
            background: #fff;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 20px rgba(0,0,0,0.2);
            transition: all 0.3s ease
        }

            .hero__image-side .video-box .play-btn:hover {
                transform: translate(-50%,-50%) scale(1.1)
            }

@media (max-width:768px) {
    .hero__image-side .video-box .play-btn {
        width: 50px;
        height: 50px
    }
}

.hero__content-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width:992px) {
    .hero__content-side {
        align-items: center
    }
}

.hero__title {
    font-size: 42px;
    font-weight: 900;
    color: #222
}

@media (max-width:768px) {
    .hero__title {
        font-size: 30px;
        line-height: 44px
    }
}

.hero__subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #444
}

@media (max-width:768px) {
    .hero__subtitle {
        font-size: 24px;
        line-height: 36px
    }
}

.hero__description {
    font-size: 18px;
    line-height: 1.8;
    color: #555
}

@media (max-width:768px) {
    .hero__description {
        font-size: 18px;
        line-height: 28px
    }
}

.hero__description .blue-text {
    color: #13558d;
    font-weight: bold
}

.hero__btns {
    display: flex;
    gap: 15px;
    margin-top: 10px
}

@media (max-width:768px) {
    .hero__btns {
        flex-direction: column;
        width: 100%
    }
}

@media (max-width:768px) {
    .hero__btns .btn {
        width: 100%;
        justify-content: center
    }
}

.btn {
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer
}

@media (max-width:768px) {
    .btn {
        padding: 8px 16px;
        font-size: 15px
    }
}

.btn--primary, .btn--primary-large {
    background: #13558d;
    color: #fff
}

    .btn--primary:hover, .btn--primary-large:hover {
        background: #05577f;
        transform: translateY(-2px);
        box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.12),0px 1px 6px 0px rgba(0,0,0,0.06)
    }

.btn--outline, .btn--outline-large {
    border: 1.5px solid #13558d;
    color: #13558d;
    background: transparent
}

    .btn--outline:hover, .btn--outline-large:hover {
        background: rgba(7,122,178,0.08);
        transform: translateY(-2px)
    }

.btn--primary-large {
    padding: 15px 40px;
    font-size: 18px
}

@media (max-width:768px) {
    .btn--primary-large {
        padding: 12px 24px;
        font-size: 18px
    }
}

.btn--outline-large {
    padding: 15px 40px;
    font-size: 18px
}

@media (max-width:768px) {
    .btn--outline-large {
        padding: 12px 24px;
        font-size: 18px
    }
}

.btn:hover {
    opacity: 0.9;
    transform: translateY(-2px)
}

@media (max-width:992px) {
    .hide-mobile {
        display: none !important
    }
}

.show-mobile {
    display: none
}

@media (max-width:992px) {
    .show-mobile {
        display: flex
    }
}

.footer {
    position: relative;
    width: 100%;
    background: #13558D !important;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
    color: #ffffff;
    margin-top: 80px
}

@media (max-width:768px) {
    .footer {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        margin-top: 48px
    }
}

.footer-wrapper {
    padding: 80px 8px 56px 8px
}

@media (max-width:768px) {
    .footer-wrapper {
        padding: 56px 12px 48px 12px
    }
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 80px;
    padding-bottom: 56px
}

@media (max-width:1150px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 56px
    }
}

.footer-top-r {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (max-width:768px) {
    .footer-top-r {
        gap: 48px
    }
}

.footer-feature {
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: space-between
}

.f-feature-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: #ffffff;
    position: relative;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:768px) {
    .f-feature-title {
        font-size: 18px
    }
}

.f-feature-subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 18px
}

.feature-sub {
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
    transition: all 0.2s ease;
    cursor: pointer
}

    .feature-sub:hover {
        color: #ffffff;
        transform: translateX(-4px)
    }

@media (max-width:768px) {
    .feature-sub {
        font-size: 12px;
        line-height: 28px
    }
}

.feature-line {
    width: 0px;
    height: 20px;
    border: 1px solid #ffffff;
    opacity: 0.4;
    display: inline-block;
    margin: 0 4px;
    transform: rotate(0deg)
}

.footer-tags {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

    .footer-tags .tag:nth-last-child(2), .footer-tags .tag:last-child {
        grid-column: span 1.5
    }

@media (max-width:876px) {
    .footer-tags {
        grid-template-columns: repeat(2,1fr)
    }

        .footer-tags .tag:nth-last-child(2), .footer-tags .tag:last-child {
            grid-column: span 1
        }
}

@media (max-width:576px) {
    .footer-tags {
        grid-template-columns: 1fr
    }
}

.tag {
    display: flex;
    border-radius: 16px;
    padding: 16px 24px;
    border: 1.5px solid rgba(54,133,198,0.5);
    background-color: rgba(255,255,255,0.1);
    gap: 12px;
    align-items: center;
    transition: all 0.2s ease
}

    .tag:hover {
        background-color: rgba(255,255,255,0.2);
        transform: translateY(-3px)
    }

@media (max-width:768px) {
    .tag {
        padding: 12px 16px
    }
}

@media (max-width:480px) {
    .tag {
        padding: 12px;
        gap: 8px
    }
}

.tag span {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-align: right
}

@media (max-width:768px) {
    .tag span {
        font-size: 12px
    }
}

@media (max-width:480px) {
    .tag span {
        font-size: 11px
    }
}

.img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#3685c6 0%,#00b8db 100%);
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex-shrink: 0
}

@media (max-width:768px) {
    .img-wrapper {
        width: 36px;
        height: 36px
    }
}

@media (max-width:480px) {
    .img-wrapper {
        width: 32px;
        height: 32px
    }
}

.img-wrapper img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1)
}

@media (max-width:768px) {
    .img-wrapper img {
        width: 18px;
        height: 18px
    }
}

@media (max-width:480px) {
    .img-wrapper img {
        width: 16px;
        height: 16px
    }
}

.tag2 {
    border: 1.5px solid #fdc700;
    background: rgba(253,199,0,0.15)
}

.img-wrapper2 {
    background: linear-gradient(135deg,#fdc700 0%,#c7a010 100%)
}

.tag3 {
    background: rgba(0,201,80,0.12);
    border: 1.5px solid #05df72
}

.img-wrapper3 {
    background: linear-gradient(135deg,#05df72 0%,#00bc7d 100%)
}

.tag4 {
    background: rgba(253,86,100,0.2);
    border: 1.5px solid rgba(255,255,255,0.5)
}

.img-wrapper4 {
    background: linear-gradient(135deg,#ff0303 0%,#f6339a 100%)
}

.tag5 {
    background: rgba(173,70,255,0.12);
    border: 1.5px solid #c27aff
}

.img-wrapper5 {
    background: linear-gradient(135deg,#c27aff 0%,#f6339a 100%)
}

.footer-top-l {
    display: flex;
    flex-direction: column;
    gap: 24px
}

    .footer-top-l .f-feature-title {
        margin-bottom: 4px
    }

.connection-way {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between
}

.connection-loc {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff6ff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0
}

@media (max-width:768px) {
    .connection-loc {
        width: 36px;
        height: 36px
    }
}

.connection-loc img {
    width: 22px;
    height: 22px
}

@media (max-width:768px) {
    .connection-loc img {
        width: 18px;
        height: 18px
    }
}

.add-ways {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.add-way {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 4px;
    background-color: rgba(255,255,255,0.6980392157);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease
}

    .add-way:hover {
        background-color: #ffffff;
        transform: scale(1.05)
    }

@media (max-width:768px) {
    .add-way {
        width: 32px;
        height: 32px
    }
}

.add-way img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:768px) {
    .add-way img {
        width: 20px;
        height: 20px
    }
}

.add-texts {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.add-text {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.add-ti {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: #ffffff
}

@media (max-width:768px) {
    .add-ti {
        font-size: 12px;
        line-height: 24px
    }
}

.add-subti {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: rgba(255,255,255,0.85)
}

@media (max-width:768px) {
    .add-subti {
        font-size: 12px;
        line-height: 24px
    }
}

.work-time {
    display: flex;
    align-items: center;
    gap: 16px
}

    .work-time .connection-loc {
        margin-top: 4px
    }

@media (max-width:768px) {
    .work-time {
        gap: 12px
    }
}

.social-section {
    margin-top: 12px
}

.social-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .social-title {
        font-size: 12px
    }
}

.social-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.social-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 8px 16px;
    border-radius: 16px;
    transition: all 0.2s ease;
    cursor: pointer
}

    .social-item:hover {
        background: rgba(255,255,255,0.2);
        transform: translateY(-2px)
    }

@media (max-width:768px) {
    .social-item {
        padding: 4px 12px
    }
}

.social-item img {
    width: 20px;
    height: 20px
}

@media (max-width:768px) {
    .social-item img {
        width: 16px;
        height: 16px
    }
}

.social-item span {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    direction: ltr;
    display: inline-block
}

@media (max-width:768px) {
    .social-item span {
        font-size: 12px
    }
}

@media (max-width:480px) {
    .social-item span {
        font-size: 11px
    }
}

.footer-bottm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.15);
    flex-wrap: wrap;
    gap: 16px
}

@media (max-width:714px) {
    .footer-bottm {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center
    }
}

.footer-bottm span {
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

@media (max-width:768px) {
    .footer-bottm span {
        font-size: 11px;
        line-height: 20px
    }
}

.footer-bottm img {
}

@media (max-width:714px) {
    .footer-bottm img {
        margin-bottom: 12px
    }
}

.footer-wrapper {
    position: relative
}

.img-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 110px;
    padding: 12px;
    border-radius: 100px;
    z-index: 2
}

    .img-container img {
        display: block;
        max-width: 100%;
        height: auto
    }

@media (max-width:768px) {
    .img-container {
        height: 90px;
        padding: 8px
    }

        .img-container img {
            height: 100%;
            width: auto
        }
}

@media (max-width:480px) {
    .img-container {
        height: 72px;
        padding: 6px
    }
}

.with-us {
    display: flex;
    gap: 12px;
    border-radius: 16px;
    padding: 8px;
    background: var(--Color-Background,#ffffff);
    justify-content: center;
    flex-direction: column
}

.with-us-text {
    color: var(--Color-Text-Secondary,#313131);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.with-ways {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3,1fr)
}

@media (max-width:768px) {
    .with-ways {
        grid-template-columns: 1fr
    }
}

.with-way {
    gap: 10px;
    border-radius: 16px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 6px;
    padding-bottom: 12px;
    display: flex;
    align-items: center
}

    .with-way img {
        width: 24px;
        height: 24px;
        -o-object-fit: cover;
        object-fit: cover
    }

.with-way {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px
}

@media (min-width:1150px) {
    .with-way {
        padding-top: 12px;
        padding-right: 6px;
        padding-bottom: 12px;
        padding-left: 0
    }
}

.with-way span {
    margin: 0 auto
}

.with-way-whatsapp {
    display: flex;
    align-items: center;
    border: 1px solid #21d243
}

    .with-way-whatsapp span {
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #37b845
    }

.with-way-ins {
    display: flex;
    align-items: center;
    border: 1px solid #873ba9
}

    .with-way-ins span {
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #873ba9
    }

.with-way-apa {
    display: flex;
    align-items: center;
    border: 1px solid #ed145b
}

    .with-way-apa span {
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #ed145b
    }

.video-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    background: #000
}

    .video-wrapper video {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        -o-object-fit: cover;
        object-fit: cover;
        background: #000
    }

        .video-wrapper video::-webkit-media-controls {
        }

        .video-wrapper video::-webkit-media-controls-enclosure {
        }

    .video-wrapper .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: none;
        border: none;
        cursor: pointer;
        z-index: 2;
        transition: all 0.3s ease;
        padding: 0
    }

        .video-wrapper .play-btn:hover {
            transform: translate(-50%,-50%) scale(1.1)
        }

        .video-wrapper .play-btn:active {
            transform: translate(-50%,-50%) scale(0.95)
        }

        .video-wrapper .play-btn svg {
            width: 60px;
            height: 60px;
            filter: drop-shadow(0 4px 20px rgba(0,0,0,0.4))
        }

@media (max-width:768px) {
    .video-wrapper .play-btn svg {
        width: 48px;
        height: 48px
    }
}

@media (max-width:480px) {
    .video-wrapper .play-btn svg {
        width: 40px;
        height: 40px
    }
}

.video-wrapper.playing .play-btn {
    opacity: 0;
    pointer-events: none
}

.work-left {
    background-color: white
}

.stiky-mobile {
    display: none
}

@media (max-width:768px) {
    .stiky-mobile {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 8px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        background: var(--Color-Background,#ffffff);
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        padding: 18px 16px 24px;
        box-shadow: 0px -2px 14px 0px #00000040;
        z-index: 1004
    }

        .stiky-mobile > div {
            flex: 1
        }
}

.ord-btn {
    background: var(--Color-Primary,#13558d);
    min-width: 100.83px;
    padding: 11px 14.67px;
    gap: 9.17px;
    opacity: 1;
    border-radius: 14.67px;
    text-align: center;
    border: none;
    cursor: pointer
}

.ord-btn-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    text-align: center;
    color: #ffffff
}

.bale-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100.83px;
    padding: 11px 14.67px;
    gap: 6.42px;
    border-radius: 14px;
    border: 0.92px solid #00b483;
    text-align: center;
    background: transparent;
    cursor: pointer
}

    .bale-sticky span {
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        text-align: center;
        color: #00b483;
        margin: 0 auto
    }

.footer-bottm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.15);
    flex-wrap: wrap;
    gap: 32px
}

@media (max-width:714px) {
    .footer-bottm {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center
    }
}

.footer-bottm span {
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

@media (max-width:768px) {
    .footer-bottm span {
        font-size: 11px;
        line-height: 20px
    }
}

.footer-bottm img {
}

@media (max-width:714px) {
    .footer-bottm img {
        margin-bottom: 24px
    }
}

.footer-wrapper {
    position: relative
}

.img-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 110px;
    padding: 12px;
    border-radius: 100px;
    z-index: 2
}

    .img-container img {
        display: block;
        max-width: 100%;
        height: auto
    }

@media (max-width:768px) {
    .img-container {
        height: 90px;
        padding: 8px
    }

        .img-container img {
            height: 100%;
            width: auto
        }
}

@media (max-width:480px) {
    .img-container {
        height: 72px;
        padding: 6px
    }
}

.f-feature-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    width: 100%
}

    .f-feature-title .arrow-icon {
        transition: transform 0.3s ease;
        flex-shrink: 0;
        color: rgba(255,255,255,0.7)
    }

        .f-feature-title .arrow-icon.rotated {
            transform: rotate(180deg)
        }

.f-feature-subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 18px;
    width: 100%
}

@media (max-width:768px) {
    .f-feature-subtitle {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease,padding 0.3s ease,margin 0.3s ease;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0;
        margin: 0
    }

        .f-feature-subtitle.open {
            max-height: 800px;
            padding: 12px 0 4px 0;
            gap: 2px;
            border-radius: 12px;
            padding: 16px;
            gap: 16px;
            opacity: 1;
            background: #FFFFFF1A
        }

    .feature-line {
        display: none
    }

    .feature-sub {
        font-size: 14px;
        line-height: 28px;
        padding: 6px 8px;
        width: 100%;
        transition: background 0.2s ease;
        border-radius: 4px
    }

        .feature-sub:last-child {
            border-bottom: none
        }

        .feature-sub:hover {
            background: rgba(255,255,255,0.05);
            border-bottom: 1px solid rgba(255,255,255,0.06)
        }

    .footer-feature {
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        padding: 8px 0px;
        justify-content: space-between
    }

        .footer-feature:last-child {
            margin-bottom: 0
        }
}

.arrow-icon {
    display: none
}

@media (min-width:769px) {
    .footer-feature {
        border-bottom: 1px solid rgba(255,255,255,0.06);
        padding: 8px 0px
    }
}

@media(max-width:768px) {
    .arrow-icon {
        display: inline-block
    }
}

.bale-order-num .bale-order-num2 {
    width: 100% !important
}

}

.work-ri-bottom-wrapper img {
    transition: 0.3s;
    cursor: pointer
}

.opacity {
    opacity: 0.4
}

.no-opacity {
    opacity: 1;
    border: 2px solid #066899;
    border-radius: 12px
}

.footer-tags {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.bottom-feat {
    display: grid;
    gap: 21px;
    grid-template-columns: repeat(2,1fr)
}

.top-feat {
    gap: 21px;
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

.header-wrap-right {
    display: flex;
    gap: 25px;
    align-items: center
}

.header__nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0
}

    .header__nav ul li {
        padding-bottom: 10px;
        transition: all 0.3s ease
    }

        .header__nav ul li a {
            text-decoration: none;
            color: #13558D;
            font-size: 16px;
            font-weight: 500;
            padding: 5px 0;
            display: block;
            transition: all 0.3s ease
        }

        .header__nav ul li.menu-active a {
            border-bottom: 2px solid #3684C6;
            padding-bottom: 8px
        }

        .header__nav ul li:hover {
            transition: all 0.3s ease
        }

        .header__nav ul li.menu-active a {
            color: #3684C6;
            font-weight: 600
        }

.bg-icon img {
    width: 24px;
    height: 24px
}

.bg-icon {
    width: 32px;
    height: 32px
}

.highlight {
    flex: 0 0 auto;
    box-shadow: 0px 0px 34px 0px #00000040;
    background: #FFF3;
    min-width: 246px;
    height: 48px;
    gap: 10px;
    border-radius: 16px;
    padding-top: 8px;
    padding-right: 1px;
    padding-bottom: 8px;
    padding-left: 16px;
    display: flex;
    margin-left: 80px
}

.top-bar__item {
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:768px) {
    .header__logo {
        width: 54px;
        height: 38px
    }

    .top-bar {
        padding: 0px
    }
}

@media(max-width:603px) {
    .bottom-feat, .top-feat {
        grid-template-columns: 1fr
    }
}

.header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000
}

@media (max-width:992px) {
    .header {
        padding: 8px 0
    }
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.header__nav ul {
    display: flex;
    gap: 20px;
    list-style: none
}

@media (max-width:992px) {
    .header__nav ul {
        display: none
    }
}

.header__actions {
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
    align-items: center
}

@media (max-width:992px) {
    .header__actions {
        gap: 12px
    }
}

.hamburger {
    flex-direction: column;
    gap: 4px;
    background: none;
    border: 1.5px solid #ddd;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: none
}

@media (max-width:992px) {
    .hamburger {
        display: flex
    }
}

.hamburger span {
    width: 20px;
    height: 2px;
    background: #13558d;
    transition: all 0.2s ease
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px,5px)
}

.hamburger.active span:nth-child(2) {
    opacity: 0
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px,-5px)
}
