@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap"');
:root {
    --bs-yellow: #f8e13c;
    --bs-black: #0a0a0a;
    --bs-white: #ffffff;
    --bs-offwhite: #f5f5f2;
    --yellow: #f8e13c;
    --black: #000;
    --dark: #0d0d0d;
    --mid: #111;
    --border: rgba(255, 255, 255, 0.07);
    --muted: rgba(255, 255, 255, 0.35);
    --gold: #f8e13c;
    --ink: #0A0A0A;
    --off-white: #F5F3EE;
    --mid: #888;
}

/* beautify ignore:start */

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    transition: all 0.3s ease-out;
}

/* transform */

/* beautify ignore:start */

.rotate-90 {
    rotate: 90deg;
}

.fz-160 {
    font-size: 120px;
}

.fz-170 {
    font-size: 130px;
}

.fz-200 {
    font-size: 150px;
}

.fz-290 {
    font-size: 220px;
}

.fz-120 {
    font-size: 80px;
}

.fz-ds-1 {
    font-size: 80px !important;
}

@media screen and (min-width: 1401px) {
    .fz-160 {
        font-size: 160px;
    }
    .fz-170 {
        font-size: 170px;
    }
    .fz-200 {
        font-size: 200px;
    }
    .fz-290 {
        font-size: 290px;
    }
    .fz-120 {
        font-size: 120px;
    }
    .fz-ds-1 {
        font-size: 124px !important;
    }
    .footer-2-connect-title {
        font-size: 220px;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
}

.fz-60 {
    font-size: 60px;
}

.fz-18 {
    font-size: 18px;
}

.opacity-10 {
    opacity: 0.1;
}

.invert-1 {
    filter: invert(1);
}

.topbar {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 7px 0;
}

.category-tag {
    display: inline-flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 25px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-neutral-900);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    position: relative;
}

.category-tag .dot {
    width: 6px;
    height: 6px;
    background: #45A557;
    border-radius: 50%;
}

.odometer {
    letter-spacing: 12px;
}

.sec-1-services {
    padding-top: 86px;
}

.cilent-word-wide-content {
    border-radius: 8px;
    background: rgba(254, 254, 254, 0.6);
    backdrop-filter: blur(4px);
    padding: 20px;
}

.cilent-word-wide-content .avatar {
    width: 56px;
    height: 56px;
    margin-left: -25px;
    border-radius: 86.296px;
    border: 3.5px solid var(--at-neutral-0);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.cilent-word-wide-content .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cilent-word-wide-content .avatar:first-child {
    margin-left: 0;
}

.cilent-word-wide-content .avatar:hover {
    transform: translateY(-2px);
}

.bg-coating {
    position: relative;
}

.bg-coating::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0px);
    z-index: 1;
}

.fill-primary path {
    fill: var(--at-theme-primary);
}

.px-blur-bottom {
    backdrop-filter: blur(10px);
    bottom: 0;
    flex: none;
    height: 80px;
    left: 0;
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999;
}

.block-author .avatar {
    margin-right: -22px;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    border: 4px solid var(--at-common-white);
}

.block-author .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-author :nth-last-child(1) {
    margin-right: 0;
}

.at-brand-area {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid var(--at-neutral-100);
    border-bottom: 1px solid var(--at-neutral-100);
}

.at-brand-area::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
    left: 0;
    top: 0;
    z-index: 3;
}

.at-brand-area::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
    right: 0;
    top: 0;
    z-index: 3;
    transform: rotate(-180deg);
}

.page-loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    top: 0;
}

.page-loader .page-loader-logo {
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bar {
    width: 10vw;
    height: 105vh;
    background: #1D1D1D;
}

.swiper-button-wrapper {
    display: flex;
    gap: 10px;
}

.swiper-btn-next,
.swiper-btn-prev {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--at-neutral-700);
    background-color: var(--at-neutral-800);
    transition: all 0.3s ease-in-out;
    color: var(--at-common-white);
}

.swiper-btn-next::after,
.swiper-btn-prev::after {
    content: "";
}

.swiper-btn-next:hover,
.swiper-btn-next :active,
.swiper-btn-prev:hover,
.swiper-btn-prev :active {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: var(--at-neutral-700);
    transition: all 0.3s ease-in-out;
}

.swiper-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    align-items: center;
    left: 50% !important;
    width: unset !important;
    gap: 5px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1px);
    transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 8px;
    font-size: 12px;
    color: var(--at-neutral-900);
    opacity: 1;
    background-color: var(--at-neutral-0);
}

.swiper-pagination .swiper-pagination-bullet-active {
    color: var(--at-neutral-900);
    background-color: var(--at-neutral-900);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin-top: 70px;
    padding: 0;
}

.pagination .pagination_item {
    background: var(--at-neutral-0);
    border-radius: 50%;
    border: 1px solid var(--at-neutral-100);
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--at-fz-font-lg);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    transition: all 0.3s ease-in-out;
}

.pagination .pagination_item svg path {
    fill: var(--at-neutral-900) !important;
}

.pagination .pagination_item:hover {
    color: var(--at-neutral-0) !important;
    background: var(--at-neutral-900) !important;
    border-color: var(--at-neutral-900) !important;
}

.pagination .pagination_item:hover svg path {
    fill: var(--at-neutral-0) !important;
}

.pagination .pagination_item:focus {
    box-shadow: none;
    background-color: var(--at-neutral-900) !important;
    border-color: var(--at-neutral-900);
    color: var(--at-neutral-0) !important;
}

.pagination .pagination_item:focus svg path {
    fill: var(--at-neutral-0) !important;
}

.pagination .pagination_item.current {
    color: var(--at-neutral-0) !important;
    background: var(--at-neutral-900) !important;
    border-color: var(--at-neutral-900) !important;
}

.pagination .pagination_item.current svg path {
    fill: var(--at-neutral-0) !important;
}

.slider-testimonial-thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(1) {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -200px;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(2) {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -100px;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(3) {
    position: relative;
    z-index: 5;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(4) {
    position: absolute;
    z-index: 4;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 100px;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(5) {
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 200px;
}

@media (max-width: 574.98px) {
    .slider-testimonial-thumbs .swiper-slide:nth-child(1) {
        margin-left: -95px;
    }
    .slider-testimonial-thumbs .swiper-slide:nth-child(2) {
        margin-left: -45px;
    }
    .slider-testimonial-thumbs .swiper-slide:nth-child(4) {
        margin-left: 45px;
    }
    .slider-testimonial-thumbs .swiper-slide:nth-child(5) {
        margin-left: 95px;
    }
}

.slider-testimonial-thumbs .swiper-slide {
    width: 150px !important;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 574.98px) {
    .slider-testimonial-thumbs .swiper-slide {
        width: 70px !important;
        height: 70px;
    }
}

.slider-testimonial-thumbs .swiper-slide.swiper-slide-thumb-active .avatar-thumbnail {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.image-slider {
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-100, #DFDFDF);
}

.avatar-thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid var(--at-neutral-0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .avatar-thumbnail {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 574.98px) {
    .avatar-thumbnail {
        width: 60px;
        height: 60px;
        border-width: 4px;
    }
}

/* Text Truncation */

.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.5em;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8em;
}

.at-image-hover .content {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(-15px);
}

.at-image-hover .zoom-blur-image {
    transition: all 0.5s ease;
}

.at-image-hover:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.at-image-hover:hover .zoom-blur-image {
    transition: all 0.5s ease;
    filter: blur(5px);
    scale: 1.05;
}

.border-bottom-900 {
    border-bottom: 1px solid var(--at-neutral-900);
}

.border-100 {
    border: 1px solid var(--at-neutral-100) !important;
}

.border-bottom-opacity {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-opacity {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-100 {
    border-top: 1px solid var(--at-neutral-100) !important;
}

.border-bottom-100 {
    border-bottom: 1px solid var(--at-neutral-100) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .sec-1-home-3 .mb-100 {
        margin-bottom: 50px;
    }
}

.card-item__bg {
    border-radius: 16px;
    border: 9px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.card-item-avatar {
    margin: 30px;
}

.card-item-avatar img {
    border-radius: 100px;
    border: 4px solid var(--at-neutral-0);
    display: inline-flex;
    height: 65px;
    justify-content: flex-end;
    align-items: center;
}

.card-item-content {
    margin: 40px;
}

.card-item-content svg {
    width: 40px;
    height: 40px;
    margin-bottom: 19px;
}

.at-brand-item {
    display: flex;
    width: 180px;
    height: 180px;
    padding: 0 29px 0 30px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-brand-item {
        width: 165px;
        height: 165px;
    }
}

.home-3-section-12 .box-newsletter {
    position: relative;
    border-radius: 42px;
}

.home-3-section-12 .box-newsletter::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
    height: 20%;
    border-radius: 42px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
}

.scroll-active-item .item.active .block-number {
    background: var(--at-theme-primary) !important;
    transition: all 0.3s ease;
}

.scroll-active-item .item.active .block-number .number {
    color: var(--at-neutral-0);
    transition: all 0.3s ease;
}

.scroll-active-item .item.active .rectangular::after {
    opacity: 1;
    width: 99px;
    height: 99px;
    transition: all 0.3s ease;
}

.scroll-active-item .item .rectangular {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: var(--at-neutral-800);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-700);
    padding: 50px;
    z-index: -2;
    overflow: hidden;
    transition: all 0.3s ease;
}

.scroll-active-item .item .rectangular::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background: var(--at-theme-primary);
    filter: blur(125px);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.input-subscribe {
    position: relative;
    background: #FEFEFE;
    padding: 12px 14px 12px 32px;
    border-radius: 8px;
}

.input-subscribe input {
    width: 100%;
    height: 100%;
    border: none !important;
    outline: none;
}

.navigation-section-10 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.navigation-section-10 .item {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .navigation-section-10 .item {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 574.98px) {
    .navigation-section-10 .item {
        width: 58px;
        height: 58px;
    }
}

.navigation-section-10 .item.active {
    scale: 0.9;
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item {
    padding: 10px 0;
    border-bottom: 1px solid var(--at-neutral-100);
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item .content span {
    flex: 0 0 60px;
}

.navigation-sec4home3 .item .content .h6 {
    flex: 1;
}

.navigation-sec4home3 .item .content svg {
    opacity: 0;
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item.active {
    background-color: var(--at-neutral-100);
}

.navigation-sec4home3 .item.active .content {
    margin: 0 16px;
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item.active svg {
    opacity: 1;
}

.border-white\/01 {
    border-right: 1px solid var(--at-neutral-100);
}

.border-dark\/01 {
    border-right: 1px solid var(--at-neutral-900);
}

@media (min-width: 768px) {
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.icon-shape {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .w-lg-50 {
        width: 50%;
    }
}

@media (max-width: 574.98px) {
    .w-50 {
        width: 100% !important;
    }
}

.size-30 {
    width: 30px;
    height: 30px;
}

.size-50 {
    width: 50px;
    height: 50px;
}

.size-56 {
    width: 56px;
    height: 56px;
}

.size-80 {
    width: 80px;
    height: 80px;
}

.size-100 {
    width: 100px !important;
    height: 100px !important;
}

.size-190 {
    width: 190px;
    height: 190px;
}

.cart-stats__item {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--at-neutral-100);
    padding-bottom: 42px;
    margin-bottom: 50px;
}

.cart-stats__item-title {
    flex: 1;
    letter-spacing: -1.2px;
}

.cart-stats__item-content {
    flex: 0 0 500px;
    margin-top: 16px;
}

/* Allow page scroll when cursor is in empty area; children (.client-capsule-wrapper > *) keep pointer-events: auto for drag */

.client-capsule-wrapper-box {
    pointer-events: none;
}

.client-capsule-wrapper {
    position: relative;
    overflow: hidden;
    pointer-events: none;
    margin-top: -200px;
    height: 633px;
}

.client-box {
    width: 250px;
    height: 100px;
    padding: 10px 20px;
    background-color: var(--at-neutral-900);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transform: translate(-50%, -50%) rotate(0rad);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .client-box {
        width: 200px;
        height: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-box {
        width: 150px;
        height: 60px;
    }
}

@media (max-width: 574.98px) {
    .client-box {
        width: 100px;
        height: 40px;
    }
}

.client-capsule-wrapper>* {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: auto;
    transition: none;
}

.client-box img {
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
}

.box-count {
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.box-count .deals-countdown {
    border-radius: 0px;
    display: flex;
    padding: 4px 0px;
    width: 100%;
    margin: auto;
    max-width: 100%;
}

.box-count .deals-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    width: 25%;
    line-height: 12px;
    position: relative;
}

.box-count .deals-countdown .countdown-section span {
    display: block;
    color: var(--at-common-white);
}

.box-count .deals-countdown .countdown-section .countdown-period {
    text-transform: capitalize;
}

.box-count .deals-countdown .countdown-section:last-child::before {
    display: none;
}

.box-count.box-count-square {
    margin-bottom: 5px;
}

.box-count.box-count-square .deals-countdown {
    background-color: var(--at-neutral-0);
    width: 100%;
    margin: auto;
    text-align: left;
    display: flex;
    max-width: 100%;
}

.box-count.box-count-square .deals-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    line-height: 12px;
    position: relative;
    margin: 0px 16px 0px 0px;
    width: auto;
}

.box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
    color: var(--at-neutral-900);
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 574.98px) {
    .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
        font-size: 16px;
        line-height: 16px;
    }
}

.box-count.box-count-square .deals-countdown .countdown-amount {
    background-color: var(--at-neutral-50);
    border-radius: 12px;
    color: var(--at-neutral-900);
    width: 176px;
    padding: 50px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 72px !important;
    font-weight: 600;
    line-height: 76px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-count.box-count-square .deals-countdown .countdown-amount {
        width: 130px;
        height: 140px;
        padding: 50px 40px;
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 574.98px) {
    .box-count.box-count-square .deals-countdown .countdown-amount {
        width: 65px;
        height: 70px;
        padding: 22px 5px;
        font-size: 24px !important;
        line-height: 24px !important;
    }
}

:root {
    /**
  @font family declaration
  */
    --at-ff-body: 'DM Sans', sans-serif;
    --at-ff-heading: 'DM Sans', sans-serif;
    --at-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @font size declaration
  */
    --at-fz-body: 14px;
    --at-fz-font-label: 12px;
    --at-fz-font-md: 16px;
    --at-fz-font-lg: 20px;
    --at-fz-font-xl: 22px;
    --at-fz-font-2xl: 28px;
    --at-fz-font-3xl: 32px;
    --at-fz-ds-1: 124px;
    --at-fz-24: 24px;
    --at-fz-10: 10px;
    /**
  @color declaration
  */
    --at-common-white: #ffffff;
    --at-common-white-rgb: 255, 255, 255;
    --at-common-black: #1e1e1e;
    --at-common-black-rgb: 30, 30, 30;
    --at-common-bubbles: #e1eeb7;
    --at-common-dark-white: #1e1e1e;
    --at-common-dark-white-rgb: 30, 30, 30;
    --at-common-dark-black: #FFFFFF;
    --at-common-dark-black-rgb: 255, 255, 255;
    --at-common-dark-bubbles: #040403;
    --at-neutral-0: #FEFEFE;
    --at-neutral-0-rgb: 254, 254, 254;
    --at-neutral-50: #F2F2F2;
    --at-neutral-50-rgb: 242, 242, 242;
    --at-neutral-100: #DFDFDF;
    --at-neutral-300: #B7B7B7;
    --at-neutral-500: #585959;
    --at-neutral-700: #303030;
    --at-neutral-800: #212121;
    --at-neutral-900: #1D1D1D;
    --at-neutral-950: #0F0F0F;
    --at-neutral-dark-0: #0C0C0C;
    --at-neutral-dark-0-rgb: 12, 12, 12;
    --at-neutral-dark-50: #141414;
    --at-neutral-dark-50-rgb: 20, 20, 20;
    --at-neutral-dark-100: #212121;
    --at-neutral-dark-300: #404040;
    --at-neutral-dark-500: #B3B3B3;
    --at-neutral-dark-700: #535353;
    --at-neutral-dark-800: #EAEAEA;
    --at-neutral-dark-900: #EFEFEF;
    --at-neutral-dark-950: #F4F4F4;
    --at-grey-1: #5e5959;
    --at-grey-2: #f3f3f3;
    --at-grey-3: #b6bcc6;
    --at-grey-4: #f6f6f6;
    --at-grey-5: #d7cdcd;
    --at-theme-primary: #F0460E;
    --at-gradient-primary: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/

body {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: var(--at-neutral-900);
    background-color: var(--at-neutral-0);
    font-family: var(--at-ff-body);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -5%;
    transition: color 0.3s ease-out;
    color: var(--at-neutral-900);
    font-family: var(--at-ff-body);
}

h1,
.h1 {
    font-size: 70px;
}

h2,
.h2 {
    font-size: 60px;
}

h3,
.h3 {
    font-size: 52px;
}

h4,
.h4 {
    font-size: 38px;
}

h5,
.h5 {
    font-size: 26px;
}

h6,
.h6 {
    font-size: 20px;
}

.fz-font-lg {
    font-size: 18px !important;
}

@media screen and (min-width: 1401px) {
    h1,
    .h1 {
        font-size: 84px;
    }
    h2,
    .h2 {
        font-size: 72px;
    }
    h3,
    .h3 {
        font-size: 64px;
    }
    h4,
    .h4 {
        font-size: 48px;
    }
    h5,
    .h5 {
        font-size: 34px;
    }
    h6,
    .h6 {
        font-size: 24px;
    }
    .fz-font-lg {
        font-size: 20px !important;
    }
    .col-3xl-6 {
        width: 50% !important;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -2%;
    line-height: 1.2;
    font-family: var(--at-ff-body);
    color: var(--at-neutral-500);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--at-neutral-900);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--at-neutral-500);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* MODERN BROWSER */
    color: var(--at-neutral-500);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--at-neutral-500);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--at-neutral-900);
}

input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    text-shadow: none;
}

::-moz-selection {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    text-shadow: none;
}

::selection {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--at-neutral-900);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--at-neutral-900);
    font-size: 14px;
    opacity: 1;
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/

.overflow-unset {
    overflow: unset !important;
}

.w-img img {
    width: 100%;
}

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-n1 {
    position: relative;
    z-index: -1;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

.z-index-7 {
    position: relative;
    z-index: 7;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

.z-index-10 {
    position: relative;
    z-index: 10;
}

.gx-5 {
    --bs-gutter-x: 5px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-45 {
    --bs-gutter-x: 45px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-50 {
        --bs-gutter-x: 30px;
    }
}

.gx-60 {
    --bs-gutter-x: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-60 {
        --bs-gutter-x: 30px;
    }
}

.gx-70 {
    --bs-gutter-x: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-70 {
        --bs-gutter-x: 30px;
    }
}

.gx-80 {
    --bs-gutter-x: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-80 {
        --bs-gutter-x: 30px;
    }
}

.gx-90 {
    --bs-gutter-x: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-90 {
        --bs-gutter-x: 30px;
    }
}

.gx-100 {
    --bs-gutter-x: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-100 {
        --bs-gutter-x: 30px;
    }
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.bg-position {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-transtion {
    transition-timing-function: linear;
}

.slide-transtion .swiper-slide {
    width: auto;
}

.common-underline {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.common-underline:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-red {
    color: var(--at-theme-primary);
}

@media (min-width: 1400px) {
    .container-1136 {
        max-width: 1136px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1400px) {
    .container-2200 {
        max-width: 2200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.at-ff-body {
    font-family: var(--at-ff-body);
}

.at-ff-heading {
    font-family: var(--at-ff-heading);
}

.at-ff-fontawesome {
    font-family: var(--at-ff-fontawesome);
}

/* Font weight */

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* Font size */

.fz-body {
    font-size: var(--at-fz-body);
}

.fz-font-label {
    font-size: var(--at-fz-font-label);
}

.fz-font-md {
    font-size: var(--at-fz-font-md);
}

.fz-font-lg {
    font-size: var(--at-fz-font-lg);
}

.fz-font-xl {
    font-size: var(--at-fz-font-xl);
}

.fz-font-2xl {
    font-size: var(--at-fz-font-2xl);
}

.fz-font-3xl {
    font-size: var(--at-fz-font-3xl);
}

.fz-ds-1 {
    font-size: var(--at-fz-ds-1);
}

.fz-24 {
    font-size: var(--at-fz-24);
}

.fz-10 {
    font-size: var(--at-fz-10);
}

/* Color */

.common-white {
    color: var(--at-common-white) !important;
}

.common-white-rgb {
    color: var(--at-common-white-rgb) !important;
}

.common-black {
    color: var(--at-common-black) !important;
}

.common-black-rgb {
    color: var(--at-common-black-rgb) !important;
}

.common-bubbles {
    color: var(--at-common-bubbles) !important;
}

.common-dark-white {
    color: var(--at-common-dark-white) !important;
}

.common-dark-white-rgb {
    color: var(--at-common-dark-white-rgb) !important;
}

.common-dark-black {
    color: var(--at-common-dark-black) !important;
}

.common-dark-black-rgb {
    color: var(--at-common-dark-black-rgb) !important;
}

.common-dark-bubbles {
    color: var(--at-common-dark-bubbles) !important;
}

.neutral-0 {
    color: var(--at-neutral-0) !important;
}

.neutral-0-rgb {
    color: var(--at-neutral-0-rgb) !important;
}

.neutral-50 {
    color: var(--at-neutral-50) !important;
}

.neutral-50-rgb {
    color: var(--at-neutral-50-rgb) !important;
}

.neutral-100 {
    color: var(--at-neutral-100) !important;
}

.neutral-300 {
    color: var(--at-neutral-300) !important;
}

.neutral-500 {
    color: var(--at-neutral-500) !important;
}

.neutral-700 {
    color: var(--at-neutral-700) !important;
}

.neutral-800 {
    color: var(--at-neutral-800) !important;
}

.neutral-900 {
    color: var(--at-neutral-900) !important;
}

.neutral-950 {
    color: var(--at-neutral-950) !important;
}

.neutral-dark-0 {
    color: var(--at-neutral-dark-0) !important;
}

.neutral-dark-0-rgb {
    color: var(--at-neutral-dark-0-rgb) !important;
}

.neutral-dark-50 {
    color: var(--at-neutral-dark-50) !important;
}

.neutral-dark-50-rgb {
    color: var(--at-neutral-dark-50-rgb) !important;
}

.neutral-dark-100 {
    color: var(--at-neutral-dark-100) !important;
}

.neutral-dark-300 {
    color: var(--at-neutral-dark-300) !important;
}

.neutral-dark-500 {
    color: var(--at-neutral-dark-500) !important;
}

.neutral-dark-700 {
    color: var(--at-neutral-dark-700) !important;
}

.neutral-dark-800 {
    color: var(--at-neutral-dark-800) !important;
}

.neutral-dark-900 {
    color: var(--at-neutral-dark-900) !important;
}

.neutral-dark-950 {
    color: var(--at-neutral-dark-950) !important;
}

.grey-1 {
    color: var(--at-grey-1) !important;
}

.grey-2 {
    color: var(--at-grey-2) !important;
}

.grey-3 {
    color: var(--at-grey-3) !important;
}

.grey-4 {
    color: var(--at-grey-4) !important;
}

.grey-5 {
    color: var(--at-grey-5) !important;
}

.theme-primary {
    color: var(--at-theme-primary) !important;
}

.gradient-primary {
    color: var(--at-gradient-primary) !important;
}

/* Background Color */

.bg-common-white {
    background-color: var(--at-common-white) !important;
}

.bg-common-white-rgb {
    background-color: var(--at-common-white-rgb) !important;
}

.bg-common-black {
    background-color: var(--at-common-black) !important;
}

.bg-common-black-rgb {
    background-color: var(--at-common-black-rgb) !important;
}

.bg-common-bubbles {
    background-color: var(--at-common-bubbles) !important;
}

.bg-common-dark-white {
    background-color: var(--at-common-dark-white) !important;
}

.bg-common-dark-white-rgb {
    background-color: var(--at-common-dark-white-rgb) !important;
}

.bg-common-dark-black {
    background-color: var(--at-common-dark-black) !important;
}

.bg-common-dark-black-rgb {
    background-color: var(--at-common-dark-black-rgb) !important;
}

.bg-common-dark-bubbles {
    background-color: var(--at-common-dark-bubbles) !important;
}

.bg-neutral-0 {
    background-color: var(--at-neutral-0) !important;
}

.bg-neutral-0-rgb {
    background-color: var(--at-neutral-0-rgb) !important;
}

.bg-neutral-50 {
    background-color: var(--at-neutral-50) !important;
}

.bg-neutral-50-rgb {
    background-color: var(--at-neutral-50-rgb) !important;
}

.bg-neutral-100 {
    background-color: var(--at-neutral-100) !important;
}

.bg-neutral-300 {
    background-color: var(--at-neutral-300) !important;
}

.bg-neutral-500 {
    background-color: var(--at-neutral-500) !important;
}

.bg-neutral-700 {
    background-color: var(--at-neutral-700) !important;
}

.bg-neutral-800 {
    background-color: var(--at-neutral-800) !important;
}

.bg-neutral-900 {
    background-color: var(--at-neutral-900) !important;
}

.bg-neutral-950 {
    background-color: var(--at-neutral-950) !important;
}

.bg-neutral-dark-0 {
    background-color: var(--at-neutral-dark-0) !important;
}

.bg-neutral-dark-0-rgb {
    background-color: var(--at-neutral-dark-0-rgb) !important;
}

.bg-neutral-dark-50 {
    background-color: var(--at-neutral-dark-50) !important;
}

.bg-neutral-dark-50-rgb {
    background-color: var(--at-neutral-dark-50-rgb) !important;
}

.bg-neutral-dark-100 {
    background-color: var(--at-neutral-dark-100) !important;
}

.bg-neutral-dark-300 {
    background-color: var(--at-neutral-dark-300) !important;
}

.bg-neutral-dark-500 {
    background-color: var(--at-neutral-dark-500) !important;
}

.bg-neutral-dark-700 {
    background-color: var(--at-neutral-dark-700) !important;
}

.bg-neutral-dark-800 {
    background-color: var(--at-neutral-dark-800) !important;
}

.bg-neutral-dark-900 {
    background-color: var(--at-neutral-dark-900) !important;
}

.bg-neutral-dark-950 {
    background-color: var(--at-neutral-dark-950) !important;
}

.bg-grey-1 {
    background-color: var(--at-grey-1) !important;
}

.bg-grey-2 {
    background-color: var(--at-grey-2) !important;
}

.bg-grey-3 {
    background-color: var(--at-grey-3) !important;
}

.bg-grey-4 {
    background-color: var(--at-grey-4) !important;
}

.bg-grey-5 {
    background-color: var(--at-grey-5) !important;
}

.bg-theme-primary {
    background-color: var(--at-theme-primary) !important;
}

.bg-gradient-primary {
    background-color: var(--at-gradient-primary) !important;
}

/*---------------------------------
    Footer Fixed Bottom Effect (Kanso Style)
---------------------------------*/

#smooth-content {
    pointer-events: none;
}

#smooth-content>* {
    pointer-events: auto;
}

#smooth-content main {
    position: relative;
    z-index: 2;
    will-change: transform;
    min-height: 100vh;
}

#smooth-content .footer-placeholder {
    pointer-events: none;
}

.footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    transform-origin: center bottom;
    will-change: transform;
}

.footer-fixed-bottom .at-footer-area {
    position: relative;
    z-index: 1;
}

.footer-placeholder {
    width: 100%;
    pointer-events: none;
}

.bg-primary-1 {
    background-color: var(--at-theme-primary);
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-170 {
        padding-top: 115px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-165 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-160 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-155 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-150 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-145 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-140 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-135 {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-130 {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-125 {
        padding-top: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-115 {
        padding-top: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-110 {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-105 {
        padding-top: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-100 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-170 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-180 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-190 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-165 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-160 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-155 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-145 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-135 {
        padding-bottom: 95px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-125 {
        padding-bottom: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-115 {
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-110 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-105 {
        padding-bottom: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-100 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-95 {
        padding-bottom: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-90 {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-90 {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    /* Font size */
    .fz-body {
        font-size: 16px !important;
    }
    .fz-font-label {
        font-size: 12px !important;
    }
    .fz-font-md {
        font-size: 18px !important;
    }
    .fz-font-lg {
        font-size: 20px !important;
    }
    .fz-font-xl {
        font-size: 22px !important;
    }
    .fz-font-2xl {
        font-size: 26px !important;
    }
    .fz-font-3xl {
        font-size: 28px !important;
    }
    .fz-ds-1 {
        font-size: 72px !important;
    }
    h1,
    .h1 {
        font-size: 58px;
    }
    h2,
    .h2 {
        font-size: 50px;
    }
    h3,
    .h3 {
        font-size: 42px;
    }
    h4,
    .h4 {
        font-size: 30px;
    }
    h5,
    .h5 {
        font-size: 28px;
    }
    h6,
    .h6 {
        font-size: 20px;
    }
    .fz-160 {
        font-size: 100px;
    }
    .fz-170 {
        font-size: 100px;
    }
    .fz-200 {
        font-size: 120px;
    }
    .fz-290 {
        font-size: 180px;
    }
    .fz-120 {
        font-size: 84px;
    }
    .fz-60 {
        font-size: 60px;
    }
    .scroll-section .pb-80 {
        padding-bottom: 0;
    }
    .d-md-none {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Font size */
    .fz-body {
        font-size: 14px !important;
    }
    .fz-font-label {
        font-size: 12px !important;
    }
    .fz-font-md {
        font-size: 16px !important;
    }
    .fz-font-lg {
        font-size: 18px !important;
    }
    .fz-font-xl {
        font-size: 20px !important;
    }
    .fz-font-2xl {
        font-size: 24px !important;
    }
    .fz-font-3xl {
        font-size: 26px !important;
    }
    .fz-ds-1 {
        font-size: 60px !important;
    }
    h1,
    .h1 {
        font-size: 54px;
    }
    h2,
    .h2 {
        font-size: 52px;
    }
    h3,
    .h3 {
        font-size: 40px;
    }
    h4,
    .h4 {
        font-size: 36px;
    }
    h5,
    .h5 {
        font-size: 24px;
    }
    h6,
    .h6 {
        font-size: 20px;
    }
    .fz-160 {
        font-size: 110px;
    }
    .fz-170 {
        font-size: 70px;
    }
    .fz-200 {
        font-size: 80px;
    }
    .fz-290 {
        font-size: 180px;
    }
    .fz-120 {
        font-size: 100px;
    }
    .fz-60 {
        font-size: 60px;
    }
    .scroll-section .pb-80 {
        padding-bottom: 0;
    }
    br {
        display: none;
    }
    .d-md-none {
        display: none;
    }
}

@media (max-width: 574.98px) {
    /* Font size */
    .fz-body {
        font-size: 14px !important;
    }
    .fz-font-label {
        font-size: 12px !important;
    }
    .fz-font-md {
        font-size: 14px !important;
    }
    .fz-font-lg {
        font-size: 16px !important;
    }
    .fz-font-xl {
        font-size: 18px !important;
    }
    .fz-font-2xl {
        font-size: 22px !important;
    }
    .fz-font-3xl {
        font-size: 24px !important;
    }
    .fz-ds-1 {
        font-size: 54px !important;
    }
    h1,
    .h1 {
        font-size: 50px;
    }
    h2,
    .h2 {
        font-size: 42px;
    }
    h3,
    .h3 {
        font-size: 36px;
    }
    h4,
    .h4 {
        font-size: 30px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
    .fz-160 {
        font-size: 52px;
    }
    .fz-170 {
        font-size: 30px;
    }
    .fz-200 {
        font-size: 38px;
    }
    .fz-290 {
        font-size: 100px;
    }
    .fz-120 {
        font-size: 90px;
    }
    .fz-60 {
        font-size: 60px;
    }
    .w-75 {
        width: 100% !important;
    }
    br {
        display: none;
    }
    .scroll-section .pb-80 {
        padding-bottom: 0;
    }
    .d-xs-none {
        display: none;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1750px;
    }
}

/* HEADER CSS */

/*----------------------------------------*/

/*  3.2 Header main
/*----------------------------------------*/

.at-header-sidebar-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.at-header-logo {
    display: flex;
    align-items: center;
}

.at-header-logo a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.at-header-spacing {
    padding: 20px 0;
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}

:root {
    --basic-ease: cubic-bezier(.625, .05, 0, 1);
}

.at-title-text span {
    display: inline-block;
    text-shadow: 0 1.05em var(--at-theme-primary);
    transition: translate 0.3s var(--basic-ease), text-shadow 0.1s 0.15s ease;
}

.at-title-anim:hover .at-title-text span {
    text-shadow: 0 1.05em currentColor;
    translate: 0 -1.05em 0;
    transition: translate 0.5s calc((var(--char) - 1) * 0.024s) var(--basic-ease), text-shadow 0.175s calc((var(--char) - 1) * 0.024s + 0.225s) ease;
}

.at-title-anim-inner {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow-y: clip;
}

/*----------------------------------------*/

/*  5.2 Postbox css
/*----------------------------------------*/

.postbox-item:not(:last-child) {
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.postbox-item:hover .postbox-thumb img {
    transform: scale(1.1);
}

.postbox-thumb {
    border-radius: 42px;
    overflow: hidden;
}

.postbox-thumb img {
    border-radius: 42px;
    transition: all 0.8s ease;
}

.postbox-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.postbox-play-btn a {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    animation: animate-pulse 3s linear infinite;
}

.postbox-play-btn a svg {
    margin-left: 3px;
    display: inline-block;
}

.postbox-scroll-zoom .postbox-item-wrap {
    width: 100%;
    height: 200vh;
}

.postbox-scroll-zoom .postbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

/*----------------------------------------*/

/*  5.1 Blog css
/*----------------------------------------*/

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-card__thumb {
    position: relative;
    width: 100%;
}

.blog-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.blog-card__title {
    font-weight: 600;
    color: var(--at-neutral-900);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.blog-card__title-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card__title-link:hover {
    color: var(--at-theme-primary);
}

.blog-card__meta {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #585959;
    margin: 0;
}

.blog-card__meta-text {
    color: #585959;
}

.blog-card__author {
    color: var(--at-neutral-900);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card__author:hover {
    color: var(--at-theme-primary, var(--at-neutral-900));
}

/* Blog card 2 – horizontal 3-column layout  */

.blog-card-2 {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.blog-card-2-wrap:last-child .blog-card-2 {
    border-bottom: none;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2 {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }
}

.blog-card-2__left {
    flex: 0 1 40%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2__left {
        flex: none;
        order: 1;
    }
}

.blog-card-2__category {
    display: inline-block;
    font-family: var(--at-ff-body);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    padding: 8px 16px;
    background: var(--at-common-white);
    border: 1px solid var(--at-neutral-100);
    border-radius: 50px;
    width: -moz-fit-content;
    width: fit-content;
}

.blog-card-2__title {
    margin: 0;
}

@media (max-width: 574.98px) {
    .blog-card-2__title {
        font-size: 18px;
    }
}

.blog-card-2__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-2__title-link:hover {
    color: var(--at-theme-primary);
}

.blog-card-2__thumb {
    flex: 0 0 340px;
    width: 340px;
    height: 210px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2__thumb {
        flex: none;
        width: 100%;
        height: 220px;
        order: 2;
    }
}

.blog-card-2__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card-2__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.blog-card-2:hover .blog-card-2__img {
    transform: scale(1.05);
}

.blog-card-2__right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 56px;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2__right {
        gap: 26px;
        flex: none;
        order: 3;
    }
}

.blog-card-2__excerpt {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #585959;
    margin: 0;
}

.blog-card-2__meta {
    font-family: var(--at-ff-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #585959;
    margin: 0;
}

.blog-card-2__meta-text {
    color: #585959;
}

.blog-card-2__author {
    color: var(--at-theme-primary, #c94b2a);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-2__author:hover {
    color: var(--at-common-black);
}

/* Blog card 3 – sidebar Flash news (compact horizontal) */

.blog-card-3-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
}

.blog-card-3-wrap .blog-card-3:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-card-3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.blog-card-3__thumb {
    flex: 0 0 115px;
    width: 115px;
    height: 115px;
}

.blog-card-3__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card-3__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card-3:hover .blog-card-3__img {
    transform: scale(1.05);
}

.blog-card-3__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-card-3__title {
    font-family: var(--at-ff-body);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-3__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-3__title-link:hover {
    color: var(--at-theme-primary);
}

.blog-card-3__meta {
    color: var(--at-neutral-500);
}

.blog-card-3__author {
    color: var(--at-theme-primary, #c94b2a);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-3__author:hover {
    color: var(--at-common-black);
}

/* Product card – shop archive */

.product-card {
    display: flex;
    flex-direction: column;
}

.product-card__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.product-card__thumb {
    position: relative;
    background-color: var(--at-neutral-50, #f2f2f2);
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 490px;
    flex-shrink: 0;
}

.product-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 24px 24px;
    width: 100%;
}

.product-card__brand {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
    margin: 0;
}

.product-card__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.product-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0;
    flex: 1;
    min-width: 0;
}

.product-card__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-card__title-link:hover {
    color: var(--at-theme-primary);
}

.product-card__price {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    color: var(--at-neutral-900, #1d1d1d);
    text-align: right;
    margin: 0;
    flex-shrink: 0;
}

/*----------------------------------------*/

/*  4.1 Mobile Menu
/*----------------------------------------*/

.at-main-menu {
    padding: 5px 8px;
}

.at-main-menu.menu-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
}

.at-main-menu.menu-light nav ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.at-main-menu.menu-light nav ul li:hover.has-dropdown>a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.at-main-menu.menu-light nav ul li.has-dropdown>a {
    color: #fff;
}

.at-main-menu.menu-light nav ul li.has-dropdown>a::after {
    filter: invert(1);
}

.at-main-menu nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.at-main-menu nav ul li.has-dropdown>a {
    color: var(--at-common-black);
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.at-main-menu nav ul li.has-dropdown>a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 8px;
    height: 8px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5" fill="none"><path d="M0.119881 4.0916L3.76201 0.14603C3.8265 0.0762058 3.912 0.0286966 4.00771 0.00950819C4.10343 -0.00968026 4.20505 0.000313791 4.29974 0.0382265C4.39443 0.0761392 4.47794 0.140268 4.5397 0.222507C4.60146 0.304746 4.63871 0.401402 4.64673 0.500256L4.96657 4.4493C4.97728 4.58185 4.93474 4.70892 4.8483 4.80257C4.76185 4.89622 4.63858 4.94877 4.50559 4.94867L0.543624 4.94521C0.444446 4.94511 0.345125 4.9157 0.258216 4.8607C0.171308 4.8057 0.100716 4.72759 0.0553628 4.63623C0.0100097 4.54486 -0.00806781 4.44436 0.00341617 4.34742C0.0149001 4.25048 0.0554298 4.16146 0.119881 4.0916Z" fill="%230F0F0F"/></svg>');
}

.at-main-menu nav ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.at-main-menu nav ul li:hover.has-dropdown>a {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.at-main-menu nav ul li a {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--at-common-black);
    padding: 10px 24px;
    display: inline-block;
    line-height: 1;
}

.at-main-menu nav ul li a:hover {
    color: var(--at-common-black);
}

.at-main-menu nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.at-main-menu nav ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 260px;
    z-index: 99;
    opacity: 0;
    padding: 12px 0;
    transition: 0.5s;
    text-align: start;
    visibility: hidden;
    transform-origin: 0 0;
    transform: scale(1, 0);
    backdrop-filter: blur(20px);
    background: rgba(var(--at-neutral-0-rgb), 0.9);
    box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.at-main-menu nav ul li .submenu li {
    width: 100%;
    padding: 0 12px;
    border-radius: 8px;
    margin: 0;
}

.at-main-menu nav ul li .submenu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--at-neutral-500);
    padding: 12px 18px;
    display: inline-block;
    letter-spacing: -0.01em;
    text-align: start;
    width: 100%;
    font-family: var(--at-ff-body);
}

.at-main-menu nav ul li .submenu li .submenu {
    top: 0;
    left: 100%;
}

.at-main-menu nav ul li .submenu li:hover>a {
    background: var(--at-neutral-50);
    color: var(--at-neutral-900) !important;
}

.at-main-menu nav ul li .at-megamenu {
    width: 720px;
    padding: 30px 30px;
}

.at-main-menu nav ul li .at-megamenu li {
    padding: 0;
}

.at-main-menu nav ul li .at-megamenu-title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 6px;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
}

.at-main-menu nav ul li .at-megamenu-title-wrap {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.at-megamenu-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
}

.at-megamenu-title-wrap {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--at-neutral-100);
}

/*----------------------------------------*/

/*  4.3 offcanvas scss
/*----------------------------------------*/

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}

.body-overlay:hover {
    cursor: url(../imgs/icons/cross-out.webp), pointer;
}

.at-offcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 460px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--at-common-white);
    z-index: 997;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

@media (max-width: 574.98px) {
    .at-offcanvas {
        width: 100%;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-offcanvas {
        width: 400px;
        padding: 40px;
    }
}

.at-offcanvas-logo a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.at-offcanvas.opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.at-offcanvas-top {
    margin-bottom: 50px;
}

.at-offcanvas-close-btn button {
    color: rgba(var(--at-common-black), 1);
}

.at-offcanvas-close-btn button:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.at-offcanvas-menu .at-megamenu-box {
    margin-bottom: 30px;
}

.at-offcanvas-menu .at-megamenu-box li a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 17px;
}

.at-offcanvas-menu .at-megamenu-box li a:hover {
    background-color: var(--at-neutral-50);
    color: var(--at-common-black);
}

.at-offcanvas-menu .at-megamenu {
    margin-top: 15px;
}

.at-offcanvas-title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.8px;
    font-weight: 700;
    color: var(--at-common-black);
}

.at-offcanvas-title.sm {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--at-common-black);
}

.at-offcanvas-contact {
    margin-bottom: 55px;
}

.at-offcanvas-contact ul li {
    list-style: none;
}

.at-offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 2px;
}

.at-offcanvas-contact ul li a {
    display: inline-block;
    color: var(--at-neutral-900);
    position: relative;
    font-family: var(--at-ff-body);
}

.at-offcanvas-gallery {
    margin-bottom: 65px;
}

.at-offcanvas-gallery-img {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    background: var(--at-neutral-50);
}

.at-offcanvas-gallery-img img {
    transition: 0.9s;
    border-radius: 4px;
    filter: grayscale(100%);
}

.at-offcanvas-gallery-img:hover img {
    transform: scale(1.2) rotate(-2deg);
}

.at-offcanvas-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--at-neutral-900);
    font-family: var(--at-ff-body);
}

.at-offcanvas-social {
    margin-top: 40px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-offcanvas-social {
        margin-bottom: 40px;
    }
}

.at-offcanvas-social__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.at-offcanvas-social__link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: var(--at-common-black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--at-ff-body);
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.at-offcanvas-social__link:hover {
    color: var(--at-theme-primary, var(--at-common-black));
    opacity: 0.85;
}

.at-offcanvas-social__link svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.at-offcanvas-2-wrapper {
    padding: 100px 100px 0px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-offcanvas-2-wrapper {
        padding: 80px 50px 0px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-offcanvas-2-wrapper {
        padding: 60px 50px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-offcanvas-2-wrapper {
        padding: 60px 30px 0px;
    }
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out !important;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(2)>a {
    transition-delay: 1.7s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(3)>a {
    transition-delay: 1.8s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(3)>a {
    transition-delay: 1.9s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(4)>a {
    transition-delay: 2s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(5)>a {
    transition-delay: 2.1s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
    font-size: 48px;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
    transform: translateY(-300px);
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 54px;
    }
}

@media (max-width: 574.98px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 50px;
    }
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .at-menu-close i {
    font-size: 28px;
    color: var(--at-common-black);
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    color: var(--at-neutral-900);
    letter-spacing: -0.02em;
    font-family: var(--at-ff-body);
    position: relative;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a:hover {
    background-color: initial;
    transform: translateX(15px);
    color: var(--at-common-black);
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    z-index: -1;
    background-color: var(--at-neutral-900);
    border-radius: 50%;
    transition: 0.3s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu {
    width: auto;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu .col-xl-6 {
    width: 100%;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu .col-xl-4 {
    width: 100%;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    color: var(--at-neutral-900);
    letter-spacing: -0.8px;
    font-family: var(--at-ff-body);
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    z-index: -1;
    background-color: var(--at-neutral-900);
    border-radius: 50%;
    transition: 0.3s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a:hover {
    background-color: initial;
    transform: translateX(15px);
    color: var(--at-common-black);
}

.at-offcanvas-2-wrapper .hamburger-close-btn {
    color: var(--at-common-black);
    font-size: 40px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.at-offcanvas-2-wrapper .hamburger-close-btn:hover {
    transform: rotate(90deg);
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
    transform: rotate(0);
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
    color: var(--at-theme-primary);
}

.at-offcanvas-2-wrapper .at-header-logo {
    transform: translateY(-80px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
    transition: all 1.5s ease-in-out !important;
}

.at-offcanvas-2-left {
    opacity: 0;
    animation-delay: 1s;
    transform: translateY(20px);
}

.at-offcanvas-2-left .at-offcanvas-menu {
    border-bottom: 1px solid var(--at-neutral-100);
    padding-bottom: 105px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-offcanvas-2-left .at-offcanvas-menu {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-offcanvas-2-left .at-offcanvas-menu {
        margin-bottom: 0;
    }
}

.at-offcanvas-2-left .at-offcanvas-menu ul {
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    max-height: 450px;
    padding-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-offcanvas-2-left .at-offcanvas-menu ul {
        max-height: 350px;
    }
}

.at-offcanvas-2-area.menu-open,
.at-offcanvas-2-area.menu-open-temp {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    transition: all 0s 2s;
    width: 600px;
    z-index: 1000;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-offcanvas-2-area.menu-open,
    .at-offcanvas-2-area.menu-open-temp {
        width: 100%;
    }
}

.at-offcanvas-2-area {
    position: fixed;
    left: 100%;
}

.at-offcanvas-2-area .offcanvas-bg {
    inset: 0;
    border-radius: 20px;
    clip-path: circle(0% at calc(100% - 45px) 45px);
    transition: clip-path 0.7s ease-in-out;
    position: fixed;
    width: 570px;
    margin: 20px;
    right: 0;
    left: auto;
    z-index: 2;
    backdrop-filter: blur(20px);
    background: rgb(var(--at-neutral-0-rgb), 0.9);
    box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-offcanvas-2-area .offcanvas-bg {
        margin: 0;
        border-radius: 0;
        width: 100%;
    }
}

.at-offcanvas-2-area.menu-open .offcanvas-bg {
    clip-path: circle(150% at calc(100% - 45px) 45px);
}

.at-offcanvas-2-area.menu-open .offcanvas-menu {
    pointer-events: auto;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu>nav>ul>li {
    visibility: visible;
    opacity: 1;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu>nav>ul>li a {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.at-offcanvas-2-area.menu-open .at-header-logo {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.at-offcanvas-2-area.menu-open .at-offcanvas-2-left {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(0.7s + 0.06s);
}

.at-offcanvas-2-area.menu-open .at-offcanvas-2-left .at-offcanvas-menu {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: calc(calc(0.7s + 0.06s) + 0.2s);
}

.at-offcanvas-2-area:not(.menu-open) .offcanvas-menu {
    pointer-events: none;
}

.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left {
    transition-delay: 0.6s;
    opacity: 0;
    transform: translateY(30px);
}

.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left .at-offcanvas-menu {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.4s;
}

.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left .at-offcanvas-2-left-btn-box {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.2s;
}

.at-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
    clip-path: circle(0% at calc(100% - 45px) 45px);
    transition-delay: 0.4s;
}

.hamburger-sticky-menu {
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-neutral-950);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition-delay: 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .hamburger-sticky-menu {
        top: 20px;
        right: 20px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.hamburger-sticky-menu.header-sticky {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: fixed;
}

/*----------------------------------------*/

/*  4.2 Mobile Menu
/*----------------------------------------*/

.at-offcanvas-menu .at-megamenu-box li a {
    font-weight: 400;
}

.at-offcanvas-menu ul {
    list-style: none;
}

.at-offcanvas-menu ul li {
    position: relative;
}

.at-offcanvas-menu ul li>a {
    padding: 7px 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.at-offcanvas-menu ul li.active>a {
    color: var(--at-common-black);
}

.at-offcanvas-menu ul li.active>.at-menu-close i {
    top: 10px;
    transform: rotate(90deg);
}

.at-offcanvas-menu ul li .submenu {
    display: none;
}

.at-offcanvas-menu ul li .submenu .submenu {
    margin-left: 30px;
}

.at-offcanvas-menu .at-submenu>li>a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.at-offcanvas-menu .at-submenu>li>a:hover {
    background-color: #f8f8fb;
    color: var(--at-common-black);
}

.at-menu-close {
    position: absolute;
    right: 7px;
    top: 12px;
}

.at-menu-close i {
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 500;
}

/*----------------------------------------*/

/*  6.1 Footer Style 1
/*----------------------------------------*/

.at-footer-link .at-hero-social {
    justify-content: flex-start;
}

.at-footer-copyright {
    font-weight: 500;
    font-size: 16px;
    opacity: 0.5;
    color: var(--at-common-black);
}

.alt-footer-social-item ul li {
    position: relative;
    list-style: none;
}

.alt-footer-social-item ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.alt-footer-social-item ul li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 1;
    color: var(--at-neutral-300);
    transition: all 0.5s ease;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alt-footer-social-item ul li a .icon-social {
    color: var(--at-neutral-0);
}

.alt-footer-social-item ul li a:hover {
    color: var(--at-neutral-0);
    margin: 0 12px;
}

.alt-footer-social-item.white-mode ul li::before {
    border-bottom: 1px solid rgba(33, 33, 33, 0.3);
}

.alt-footer-social-item.white-mode ul li a .icon-social {
    color: var(--at-neutral-900);
}

.alt-footer-social-item.white-mode ul li a {
    color: var(--at-neutral-500);
}

.alt-footer-social-item.white-mode ul li a:hover {
    color: var(--at-neutral-900);
    margin: 0 12px;
}

.alt-footer-link-item ul li {
    list-style: none;
}

.alt-footer-link-item ul li a {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--at-neutral-300);
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.alt-footer-link-item ul li a::before {
    content: "";
    width: 14px;
    height: 13px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><g opacity="0.3" clip-path="url(%23clip0_1857_869)"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></g><defs><clipPath id="clip0_1857_869"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
    margin-left: 14px;
    position: absolute;
    left: 100%;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate(-15px, -40%);
}

.alt-footer-link-item ul li a.fz-font-md::before {
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 14 13" fill="none"><g opacity="0.3" clip-path="url(%23clip0_1857_869)"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></g><defs><clipPath id="clip0_1857_869"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
}

.alt-footer-link-item ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
    color: var(--at-neutral-0);
}

.alt-footer-link-item ul li a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-footer-link-item-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

.mp-footer-style .at-hero-social a {
    color: var(--at-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-footer-style .at-hero-social a:hover {
    background: var(--at-common-white);
    color: var(--at-common-black);
}

.mp-footer-style .at-footer-copyright {
    color: var(--at-common-white);
}

.mp-footer-style .at-about-border {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-scale-anim {
    white-space: pre-wrap;
    transform-origin: top left;
}

.at-letter-span {
    display: inline-block;
}

.at-word-span {
    display: inline-block;
}

/*----------------------------------------*/

/*  Footer Style 2
/*----------------------------------------*/

.footer-2-follow-label {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.footer-2-border {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-2-connect-title {
    font-weight: 500;
    font-size: 160px;
    letter-spacing: -11px;
    line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .footer-2-connect-title {
        letter-spacing: 0;
        font-size: clamp(3rem, 4vw, 3rem);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-2-connect-title {
        font-size: clamp(4rem, 4vw, 3rem);
    }
}

.sale-off {
    color: var(--at-neutral-900);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.506px;
    display: inline-flex;
    transform: rotate(-8.359deg);
    padding: 4.265px 16px 3.264px 16px;
    justify-content: center;
    align-items: center;
    background: var(--at-theme-primary);
}

.footer-3-logo {
    transform: translateX(-30px);
}

/*----------------------------------------*/

/*  7.1 about css
/*----------------------------------------*/

.at-about-subtitle {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--at-common-black);
    line-height: 20px;
}

.at-about-subtitle svg {
    transform: translateY(-3px);
    margin-right: 4px;
}

.at-about-item {
    border-radius: 16px;
}

.at-about-svg-wrap {
    position: relative;
    transform: translateY(-100px);
}

.at-about-svg-wrap>svg:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    top: 34px;
}

.at-about-svg-wrap>svg:nth-child(3) {
    position: absolute;
    left: 56px;
    top: 34px;
}

.at-about-thumb {
    border-radius: 16px;
    overflow: hidden;
    height: 410px;
}

.at-about-thumb img {
    border-radius: 16px;
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-about-thumb-wrap {
        margin-left: 0;
    }
}

.at-about-title {
    font-size: 28px;
    letter-spacing: -0.05em;
}

.at-about-dec {
    line-height: 162%;
    letter-spacing: -0.05em;
    color: var(--at-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-about-dec br {
        display: none;
    }
}

.at-about-btn-transform {
    transform: translateY(-10px);
}

@media (max-width: 574.98px) {
    .at-about-btn-transform {
        transform: translateY(0);
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}

/*----------------------------------------*/

/*  sec-4 about contact form 
/*----------------------------------------*/

.sec-4-about-form__field {
    margin-bottom: 0;
}

.sec-4-about-form__input {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--at-neutral-900);
    border-radius: 0;
    outline: none;
    transition: border-color 0.2s ease;
}

.sec-4-about-form__input::-moz-placeholder {
    color: var(--at-neutral-500);
}

.sec-4-about-form__input::placeholder {
    color: var(--at-neutral-500);
}

.sec-4-about-form__input:focus {
    border-bottom-color: var(--at-neutral-900);
}

.sec-4-about-form__textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 16px;
}

.sec-4-about-form__actions {
    margin-top: 40px;
    margin-bottom: 16px;
}

.sec-4-about-form__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-4-about-form__btn-icon svg {
    flex-shrink: 0;
}

.sec-4-about-form__disclaimer {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--at-neutral-500);
}

.sec-4-about-form__link {
    color: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  About 2 - Sec 3 Our Journey / card-award-2
/*----------------------------------------*/

.sec-3-about .card-award-2-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.card-award-2 {
    border-bottom: 1px solid var(--at-neutral-100, #e5e5e5);
    transition: border-color 0.35s ease;
}

.card-award-2:last-child {
    border-bottom: none;
}

.card-award-2:hover {
    border-color: var(--at-neutral-200);
}

.card-award-2-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px 32px;
    padding: 28px 0;
    text-decoration: none;
    color: inherit;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-link {
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px 0;
    }
}

.card-award-2-year {
    flex: 0 0 220px;
    font-size: 20px;
    font-weight: 500;
    color: var(--at-neutral-900);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-award-2-year {
        flex: 0 0 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-year {
        flex: 0 0 100%;
        font-size: 13px;
    }
}

.card-award-2-content {
    flex: 1;
    min-width: 0;
}

.card-award-2-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    margin-bottom: 8px;
}

@media (max-width: 574.98px) {
    .card-award-2-title {
        font-size: 17px;
    }
}

.card-award-2-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--at-neutral-900);
    opacity: 0.5;
    font-family: var(--at-ff-body);
    max-width: 520px;
}

.card-award-2-image-wrap {
    flex: 0 0 0;
    width: 0;
    max-height: 0;
    overflow: hidden;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
    align-self: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-image-wrap {
        order: 10;
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        align-self: stretch;
    }
}

.card-award-2:hover .card-award-2-image-wrap {
    flex: 1;
    width: 500px;
    max-height: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2:hover .card-award-2-image-wrap {
        flex: 0 0 auto;
        flex-basis: 100%;
        width: 100%;
        max-height: 280px;
    }
}

.card-award-2-image {
    width: 500px;
    min-width: 500px;
    height: 310px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.card-award-2-image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateY(-100%);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-image {
        width: 100%;
        min-width: 0;
        height: auto;
        max-width: 480px;
        margin-left: auto;
    }
    .card-award-2-image img {
        height: auto;
    }
}

.card-award-2:hover .card-award-2-image img {
    transform: translateY(0);
}

.card-award-2-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--at-neutral-700);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease, transform 0.25s ease;
}

.card-award-2-icon svg {
    width: 16px;
    height: 15px;
}

.card-award-2:hover .card-award-2-icon {
    color: var(--at-common-black);
    transform: translate(3px, -2px);
}

.wrapper-gallery {
    display: inline-flex;
    align-items: flex-end;
    padding: 0;
}

.moving-gallery li {
    width: 40vw;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    list-style: none;
}

@media only screen and (max-width: 1199px) {
    .moving-gallery li {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.moving-gallery li img {
    height: auto;
    margin: 0px;
    width: 100%;
}

.moving-gallery li:nth-child(1) {
    width: 20vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(1) {
        width: 40vw;
    }
}

.moving-gallery li:nth-child(2) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(2) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(3) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(3) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(4) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(4) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(5) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(5) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(6) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(6) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(7) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(7) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(8) {
    width: 20vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(8) {
        width: 40vw;
    }
}

.moving-gallery li:nth-child(9) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(9) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(10) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(10) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(11) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(11) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(12) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(12) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(13) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(13) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(14) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(14) {
        width: 50vw;
    }
}

/*----------------------------------------*/

/*  sec-2-about: process cards (scroll-section)
/*----------------------------------------*/

.process-scroll .process-card {
    padding: 40px;
    background: var(--at-neutral-0);
}

.process-scroll .process-card__img-wrap img {
    width: 100%;
    height: 100%;
}

.process-scroll .process-card__content {
    padding-left: 0;
}

.process-scroll .process-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--at-neutral-100);
}

.process-scroll .process-card__title {
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: -1.8px;
    color: var(--at-neutral-900);
}

.process-scroll .process-card__desc {
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--at-neutral-500);
    margin-bottom: 20px;
    max-width: 75%;
}

.process-scroll .process-card__meta {
    padding-top: 8px;
}

.process-scroll .process-card__meta-text {
    font-size: 16px;
    color: var(--at-neutral-900);
    font-weight: 600;
}

.process-scroll .process-card__meta-label {
    display: inline-block;
    margin-left: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-scroll .process-card__title {
        font-size: 24px;
    }
    .process-scroll .process-card__desc {
        font-size: 16px;
    }
    .process-scroll .process-card__img-wrap {
        min-height: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-scroll .process-card__img-wrap {
        aspect-ratio: 16/10;
        min-height: 220px;
    }
    .process-scroll .process-card__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .process-scroll .process-card {
        padding-left: 24px;
        padding-right: 24px;
    }
    .process-scroll .process-card__title {
        font-size: 22px;
    }
    .process-scroll .process-card__desc {
        font-size: 15px;
    }
    .process-scroll .process-card__meta {
        flex-wrap: wrap;
        gap: 12px;
    }
    .process-scroll .process-card__img-wrap {
        min-height: 200px;
    }
    .process-scroll .process-card__content {
        padding-top: 0;
    }
}

@media (max-width: 574.98px) {
    .process-scroll .process-card__title {
        font-size: 20px;
    }
    .process-scroll .process-card__desc {
        font-size: 14px;
    }
    .process-scroll .process-card__img-wrap {
        min-height: 180px;
    }
}

/*----------------------------------------*/

/*  7.14 hero css
/*----------------------------------------*/

.at-hero-spacing {
    padding-top: 550px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-spacing {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-spacing {
        padding-bottom: 100px;
    }
}

.at-hero-title {
    line-height: 95%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-black);
}

.at-hero-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.03em;
    color: var(--at-neutral-500);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-dec br {
        display: none;
    }
}

.at-hero-shape {
    transform: translateY(-10px);
    display: inline-block;
    margin-right: 7px;
}

.at-hero-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-social {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-social {
        justify-content: flex-start;
    }
}

.at-hero-social a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500);
    border: 1px solid rgba(38, 38, 38, 0.1);
    border-radius: 20px;
    padding: 6px 20px;
    display: inline-block;
}

.at-hero-social a:hover {
    background: var(--at-common-black);
    border-color: var(--at-common-black);
    color: var(--at-common-white);
}

.at-hero-social.style-2 a {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-black);
    background: var(--at-common-white);
}

.at-hero-social.style-2 a:hover {
    background: var(--at-common-black);
    border-color: var(--at-common-black);
    color: var(--at-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-slider-active {
        padding-top: 40px;
    }
}

.at-hero-slider-active .swiper-slide {
    width: auto !important;
}

.at-hero-slider-active .background-img img {
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
}

.alt-hero-spacing {
    padding-top: 83px;
}

.alt-hero-video {
    width: 327px;
    height: 220px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    padding-bottom: 250px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .alt-hero-video {
        width: 276px;
        padding-bottom: 220px;
    }
}

.alt-hero-video video {
    width: 100%;
    overflow: hidden;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
}

.alt-hero-service ul li {
    list-style: none;
}

.alt-hero-service ul li:not(:last-child) {
    margin-bottom: 3px;
}

.alt-hero-service ul li a {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: var(--at-common-black);
}

.alt-hero-service ul li a .explore-text {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    line-height: 1;
}

.alt-hero-service ul li a .explore-text::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
    z-index: -1;
}

.alt-hero-service ul li a:hover .explore-text {
    transform: rotateX(90deg) translateY(-12px);
    color: inhewrit;
    color: var(--at-theme-primary);
}

.alt-hero-title {
    font-family: var(--at-ff-body);
    font-size: 180px;
    letter-spacing: -0.01em;
    line-height: 83%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .alt-hero-title {
        font-size: 125px;
    }
}

@media (max-width: 574.98px) {
    .alt-hero-title {
        font-size: 100px;
    }
}

.alt-hero-title-wrap {
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-right: 1px solid rgba(30, 30, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-title-wrap {
        border: none;
    }
}

.alt-hero-btn {
    width: 100%;
    background: var(--at-common-white);
    color: var(--at-common-black);
    justify-content: space-between;
    border-radius: 0;
    padding: 22px 25px;
}

.alt-hero-btn:hover {
    color: var(--at-common-white);
    background: var(--at-theme-primary);
}

.alt-hero-dec {
    padding-top: 280px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-dec {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .alt-hero-dec {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-dec {
        padding-top: 0px;
        padding-bottom: 80px;
    }
}

.alt-hero-dec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.03em;
    color: var(--at-common-black);
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-dec p br {
        display: none;
    }
}

.alt-hero-dec p svg {
    flex: 0 0 auto;
    margin-right: 15px;
    margin-top: 7px;
}

.alt-hero-thumb {
    height: 720px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-thumb {
        height: 500px;
    }
    .alt-hero-thumb img {
        height: 600px;
    }
}

.mp-hero-w-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mp-hero-title {
    font-weight: 600;
    font-size: 82px;
    line-height: 110%;
    letter-spacing: -0.05em;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mp-hero-title {
        font-size: 60px;
    }
    .mp-hero-title br {
        display: none;
    }
}

@media (max-width: 574.98px) {
    .mp-hero-title {
        font-size: 37px;
    }
}

.mp-hero-spacing {
    padding-top: 165px;
    padding-bottom: 105px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mp-hero-magnetic {
        -moz-column-count: 2;
        column-count: 2;
    }
}

.mp-hero-magnetic-image {
    border-radius: 22px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    background: #d9d9d9;
    border: 2px solid var(--at-common-black);
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(1) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+1):nth-child(4n+1) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(2) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+2):nth-child(4n+2) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(3) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+3):nth-child(4n+3) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(4) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+4):nth-child(4n+4) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item img {
    pointer-events: auto;
    width: auto;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    transform: translateX(calc(var(--offsetX) * 1px)) translateY(calc(var(--offsetY) * 1px + var(--translateY)));
    transition: transform 0.7s linear(0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1);
}

.mp-hero-bigtitle {
    font-size: 430px;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .mp-hero-bigtitle {
        font-size: 410px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .mp-hero-bigtitle {
        font-size: 385px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .mp-hero-bigtitle {
        font-size: 330px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mp-hero-bigtitle {
        font-size: 270px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mp-hero-bigtitle {
        font-size: 225px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mp-hero-bigtitle {
        font-size: 165px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mp-hero-bigtitle {
        font-size: 125px;
    }
}

@media (max-width: 574.98px) {
    .mp-hero-bigtitle {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mp-hero-content {
        margin-left: 0;
    }
}

.bg-linear-opacity {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-linear-opacity::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.84;
    background: linear-gradient(99deg, #000 5.05%, rgba(0, 0, 0, 0.44) 49.84%, #000 94.63%);
    z-index: -1;
}

.at-hero-video {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    padding: 11px 11px 0;
}

.at-hero-video video {
    width: 100%;
    border-radius: 8px;
}

.at-hero-spacing {
    padding-top: 395px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-hero-spacing {
        padding-top: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-spacing {
        padding-top: 250px;
    }
}

@media (max-width: 574.98px) {
    .at-hero-spacing {
        padding-top: 290px;
    }
}

.at-hero-service {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-service {
        margin-right: 0;
    }
}

.at-hero-service ul {
    padding-left: 13px;
}

.at-hero-service ul li {
    margin-bottom: 0 !important;
    line-height: 1.6;
}

.at-hero-service ul li a {
    color: var(--at-common-white);
    font-size: 16px;
}

.at-hero-service-2 ul li::marker {
    width: 8px;
    height: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.at-hero-subtitle {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.at-hero-title {
    line-height: 121%;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-title {
        font-size: 42px;
    }
}

@media (max-width: 574.98px) {
    .at-hero-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-button {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-content {
        margin-left: 0;
    }
}

.at-hero-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    transform: translateY(50px);
}

.at-hero-bg img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-bg img {
        width: 600px;
        margin-bottom: -50px;
        height: auto;
    }
}

.cs-hero-spacing {
    padding-top: 180px;
    padding-bottom: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-video {
        margin-left: 0;
    }
}

.cs-hero-video video {
    border-radius: 16px;
    width: 256px;
    height: 147px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-hero-video video {
        width: 190px;
        height: 114px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-hero-video video {
        width: 130px;
        height: 77px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-video video {
        margin-top: 20px;
    }
}

.cs-hero-title {
    font-size: 206px;
    line-height: 0.94;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cs-hero-title {
        font-size: 165px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-hero-title {
        font-size: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title {
        font-size: 95px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title {
        text-align: center;
        font-size: 75px;
    }
}

@media (max-width: 574.98px) {
    .cs-hero-title {
        font-size: 52px;
    }
}

.cs-hero-title .text-sm {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.05em;
    text-align: left;
    margin-top: 23px;
    margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm {
        position: absolute;
    }
}

.cs-hero-title .text-sm-video {
    margin-top: -100px;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm-video {
        margin-top: -65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm-video {
        margin-top: -36px;
    }
}

.mg-hero-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0);
    z-index: -1;
    border-radius: 60px;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-bg img {
        border-radius: 30px;
    }
}

.mg-hero-spacing {
    padding-top: 97px;
}

.mg-hero-spacing-inner {
    padding-top: 70px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-spacing-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mg-hero-spacing-inner::before {
    position: absolute;
    content: "";
    background: rgba(30, 30, 30, 0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-spacing-inner::before {
        border-radius: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-dec {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-dec {
        margin-left: 0;
    }
}

.mg-hero-dec p {
    font-weight: 500;
    font-size: 28px;
    line-height: 129%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-dec p br {
        display: none;
    }
}

.mg-hero-awards {
    box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.15), inset 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-awards {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-awards {
        margin-right: 0;
    }
}

.mg-hero-slider-title {
    font-size: 159px;
    line-height: 94%;
    letter-spacing: -0.06em;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-hero-slider-title {
        font-size: 130px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mg-hero-slider-title {
        font-size: 100px;
    }
}

@media (max-width: 574.98px) {
    .mg-hero-slider-title {
        font-size: 60px;
    }
}

.mg-hero-slider-symbol {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.13em;
    border: 4px solid var(--at-common-white);
    border-radius: 20px;
    line-height: 1;
    width: 39px;
    height: 44px;
    position: absolute;
    top: 22px;
    right: -60px;
    text-align: center;
    padding-top: 3px;
}

@media (max-width: 574.98px) {
    .mg-hero-slider-symbol {
        top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-tag {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-tag {
        margin-left: 0;
    }
}

.mg-hero-tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mg-hero-tag ul li {
    list-style: none;
}

.mg-hero-tag ul li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: var(--at-common-white);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.04);
    display: inline-block;
}

.mg-hero-tag ul li a:hover {
    background: var(--at-common-white);
    color: var(--at-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-scrool {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-scrool {
        margin-right: 0;
        margin-top: 0;
    }
}

.mg-hero-scrool a {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: var(--at-common-white);
}

.mg-hero-scrool a:hover {
    color: var(--at-theme-primary);
}

.mg-hero-scrool a svg {
    margin-left: 5px;
}

.shop-hero-spacing {
    padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .shop-hero-spacing {
        padding-top: 79px;
    }
}

.shop-hero-item:hover .shop-hero-thumb img {
    transform: scale(1.1);
}

.shop-hero-item-3 .shop-hero-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-hero-item-3 .shop-hero-thumb img {
        height: 600px;
    }
}

@media (max-width: 574.98px) {
    .shop-hero-item-3 .shop-hero-thumb img {
        height: 400px;
    }
}

.shop-hero-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 0 30px;
}

@media (max-width: 574.98px) {
    .shop-hero-content {
        bottom: 20px;
    }
}

.shop-hero-title {
    font-size: 52px;
    line-height: 112%;
    letter-spacing: -0.03em;
    color: var(--at-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .shop-hero-title {
        font-size: 40px;
        margin-bottom: 0;
    }
}

@media (max-width: 574.98px) {
    .shop-hero-title {
        font-size: 30px;
    }
}

.shop-hero-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.05em;
    color: var(--at-grey-5);
}

@media (max-width: 574.98px) {
    .shop-hero-dec {
        font-size: 18px;
    }
}

.shop-hero-thumb {
    border-radius: 16px;
    position: relative;
}

.shop-hero-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    z-index: 1;
}

.shop-hero-thumb img {
    border-radius: 16px;
    transition: all 0.9s ease;
}

/*----------------------------------------*/

/*  sec-1-home-4 (Orisa AI Solutions Hero)
/*----------------------------------------*/

.sec-1-home-4-wrap {
    padding-top: 140px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap {
        padding-top: 100px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4 {
    padding-top: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4 {
        padding-top: 100px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__tagline {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #FEFEFE;
}

@media (max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__tagline {
        font-size: 10px;
        letter-spacing: 0.1em;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__btns .at-btn {
    padding: 14px 24px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: transparent;
}

.sec-1-home-4-wrap .sec-1-home-4__btns .at-btn:hover {
    background: rgba(229, 229, 229, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__btns .at-btn {
        background: rgba(229, 229, 229, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(3px);
    }
}

.sec-1-home-4-wrap .sec-1-home-4__cards {
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__cards {
        justify-content: flex-start;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__card {
    flex: 1;
    max-width: 145px;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.sec-1-home-4-wrap .sec-1-home-4__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sec-1-home-4-wrap .sec-1-home-4__card img:hover {
    transform: scale(1.05);
}

.sec-1-home-4-wrap .sec-1-home-4__tags {
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__tags {
        justify-content: flex-start;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #FEFEFE;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(70, 70, 70, 0.2);
    backdrop-filter: blur(24px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.sec-1-home-4-wrap .sec-1-home-4__tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--at-common-white);
}

.sec-1-home-4-wrap .sec-1-home-4__tag svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.sec-1-home-4-wrap .sec-1-home-4__brand {
    font-weight: 700;
    font-size: 220px;
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 32px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__brand-suffix {
    font-size: 0.5em;
    font-weight: 600;
    vertical-align: middle;
}

.sec-1-home-4-wrap .sec-1-home-4__brand-suffix sup {
    font-size: 50px;
    vertical-align: super;
    opacity: 0.8;
    font-weight: 400;
}

.sec-1-home-4-wrap .sec-1-home-4__nav li {
    position: relative;
}

.sec-1-home-4-wrap .sec-1-home-4__nav li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__nav li:not(:first-child)::before {
        left: -8px;
        width: 3px;
        height: 3px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__nav a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.sec-1-home-4-wrap .sec-1-home-4__nav a:hover {
    color: var(--at-common-white);
}

.sec-1-home-4-wrap .sec-1-home-4__nav a svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/*----------------------------------------*/

/*  sec-3-home-4 (How We Work Process Cards)
/*----------------------------------------*/

.card__process-card {
    display: flex;
    gap: 20px;
    align-items: center;
}

.card__process-card.card-2 {
    margin-top: 80px;
}

.card__process-card.card-3 {
    margin-top: 160px;
}

.card__process-card.card-4 {
    margin-top: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card__process-card.card-2 {
        margin-top: 50px;
    }
    .card__process-card.card-3 {
        margin-top: 50px;
    }
    .card__process-card.card-4 {
        margin-top: 100px;
    }
}

@media (max-width: 574.98px) {
    .card__process-card {
        flex-direction: column;
        gap: 16px;
        margin-top: 0 !important;
    }
}

.card__process-visual {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 100px;
    min-height: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .card__process-visual {
        max-width: 100px;
        min-height: 240px;
    }
}

@media (max-width: 574.98px) {
    .card__process-visual {
        max-width: 80px;
        min-height: 200px;
    }
}

.card__process-pill {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-height: 320px;
    border-radius: 9999px;
    overflow: hidden;
}

.card__process-pill--1 {
    background-image: url(../imgs/pages/img-81.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill--2 {
    background-image: url(../imgs/pages/img-82.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill--3 {
    background-image: url(../imgs/pages/img-83.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill--4 {
    background-image: url(../imgs/pages/img-84.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.08) 2px, rgba(255, 255, 255, 0.08) 4px);
    opacity: 0.6;
    pointer-events: none;
}

.card__process-num {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-common-black, #1D1D1D);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

@media (max-width: 574.98px) {
    .card__process-num {
        width: 40px;
        height: 40px;
        font-size: 18px;
        top: 16px;
    }
}

.card__process-content {
    flex: 1;
    min-width: 0;
}

.card__process-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    margin-bottom: 12px;
}

@media (max-width: 574.98px) {
    .card__process-title {
        font-size: 20px;
    }
}

.card__process-desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--at-neutral-500);
    margin-bottom: 16px;
}

@media (max-width: 574.98px) {
    .card__process-desc {
        font-size: 14px;
    }
}

.card__process-divider {
    width: 100%;
    height: 1px;
    background: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  sec-4-home-4 (Featured Case Card)
/*----------------------------------------*/

.card_case__studies-card {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
    background: #1D1D1D;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card_case__studies-card {
        flex-direction: column;
    }
}

.card_case__studies-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.card_case__studies-card:hover .card_case__studies-thumb img {
    transform: scale(1.04);
}

.card_case__studies-card:hover .card_case__studies-play {
    opacity: 0.95;
}

.card_case__studies-card:hover .card_case__studies-link svg {
    transform: rotate(90deg);
}

.card_case__studies-left {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    padding: 70px;
    background: #1D1D1D;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .card_case__studies-left {
        flex: none;
        padding: 32px 24px 28px;
    }
}

@media (max-width: 574.98px) {
    .card_case__studies-left {
        padding: 24px 20px 24px;
    }
}

.card_case__studies-featured-tag {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 100px;
    background: var(--at-theme-primary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FEFEFE;
    margin-bottom: 20px;
}

.card_case__studies-title {
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #FEFEFE;
    max-width: 60%;
}

@media (max-width: 574.98px) {
    .card_case__studies-title {
        max-width: 100%;
    }
}

.card_case__studies-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(254, 254, 254, 0.5);
    margin-bottom: 28px;
    max-width: 100%;
    max-width: 75%;
}

@media (max-width: 574.98px) {
    .card_case__studies-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.card_case__studies-metrics {
    display: flex;
    gap: 32px;
    align-items: stretch;
    gap: 0;
}

@media (max-width: 574.98px) {
    .card_case__studies-metrics {
        margin-bottom: 50px;
    }
}

.card_case__studies-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card_case__studies-metric:first-child {
    padding-right: 32px;
}

.card_case__studies-metric:last-child {
    padding-left: 32px;
}

.card_case__studies-metric-divider {
    width: 1px;
    min-height: 36px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

.card_case__studies-metric-value {
    letter-spacing: -2.4px;
    color: #FEFEFE;
}

.card_case__studies-metric-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
}

.card_case__studies-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    max-width: 50%;
}

@media (max-width: 574.98px) {
    .card_case__studies-tags {
        max-width: 100%;
    }
}

.card_case__studies-tag {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 32px;
    border: 1px solid rgba(223, 223, 223, 0.5);
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FEFEFE;
}

.card_case__studies-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FEFEFE;
}

.card_case__studies-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #FEFEFE;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.card_case__studies-link svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.card_case__studies-thumb {
    position: relative;
    width: 100%;
    height: 680px;
    border-radius: 12px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card_case__studies-thumb {
        height: 400px;
    }
}

.card_case__studies-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card_case__studies-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card_case__studies-card--overlay {
    padding: 10px;
    flex-direction: column;
    display: flex;
}

.card_case__studies-card--overlay:hover .card_case__studies-visual img {
    transform: scale(1.04);
}

.card_case__studies-visual {
    position: relative;
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    min-height: 300px;
}

.card_case__studies-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card_case__studies-metric-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid var(--neutral-500, #585959);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 574.98px) {
    .card_case__studies-metric-overlay {
        display: none;
        visibility: hidden;
    }
}

.card_case__studies-metric-overlay .card_case__studies-metric-value {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    color: #FEFEFE;
}

.card_case__studies-metric-overlay .card_case__studies-metric-label {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.card_case__studies-tags-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    max-width: 42%;
}

@media (max-width: 574.98px) {
    .card_case__studies-tags-overlay {
        max-width: 100%;
    }
}

.card_case__studies-tags-overlay .card_case__studies-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #FEFEFE;
    padding: 6px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(70, 70, 70, 0.2);
    backdrop-filter: blur(24px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.card_case__studies-tags-overlay .card_case__studies-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FEFEFE;
}

.card_case__studies-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 30px;
    background: var(--at-neutral-700);
    border-radius: 12px;
}

@media (max-width: 574.98px) {
    .card_case__studies-footer {
        padding: 20px 20px;
        flex-wrap: wrap;
    }
}

.card_case__studies-footer-title {
    font-weight: 600;
    letter-spacing: -1.8px;
    color: #FEFEFE;
    margin: 0;
}

@media (max-width: 574.98px) {
    .card_case__studies-footer-title {
        font-size: 18px;
    }
}

.card_case__studies-card--overlay .card_case__studies-link {
    margin-top: 0;
}

/*----------------------------------------*/

/*  7.22 service css
/*----------------------------------------*/

.at-service-card {
    max-height: 480px;
    min-height: 480px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-card {
        min-height: 400px;
    }
}

.at-service-card.card-1 {
    position: relative;
}

.at-service-card.card-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background: linear-gradient(99deg, #000 5.05%, rgba(0, 0, 0, 0.44) 49.84%, #000 94.63%);
    z-index: 0;
}

.at-service-card.no-before::before {
    display: none;
}

.at-service-card.card-2,
.at-service-card .card-4 {
    background: var(--at-common-white);
    margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-card.card-2,
    .at-service-card .card-4 {
        margin-top: 0;
    }
}

.at-service-card.card-3 {
    background: #0F0F0F;
}

.at-service-item {
    background-color: var(--at-neutral-0);
    border-bottom: 1px solid var(--at-neutral-100);
    padding-top: 21px;
    padding-bottom: 29px;
    display: grid;
    align-items: center;
    gap: 15px 30px;
    grid-template-columns: 100px 1fr 280px;
    pointer-events: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-item {
        grid-template-columns: 70px 1fr 295px;
    }
}

@media (max-width: 574.98px) {
    .at-service-item {
        grid-template-columns: 1fr;
    }
}

.at-service-item .number {
    color: var(--at-neutral-500);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.8px;
    opacity: 0.3;
    transition: all 0.5s;
}

.at-service-item .content .title {
    color: var(--at-neutral-900);
    font-weight: 600;
    opacity: 0.3;
    transition: all 0.5s;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-item .content .title {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -2.4px;
    }
}

@media screen and (max-width: 1725px) {
    .at-service-item .content .title {
        font-size: 50px;
    }
}

.at-service-item .content .text {
    opacity: 0;
    max-height: 0px;
    transition: all 0.5s;
    max-width: 370px;
    margin-bottom: 0;
}

.at-service-item .thumb {
    text-align: right;
    width: 190px;
    height: 140px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 8px;
}

.at-service-item .thumb img {
    width: 190px;
    height: 140px;
    max-width: 190px;
    transition: all 0.5s;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.at-service-item:hover .number {
    color: var(--at-theme-primary);
    opacity: 1;
}

.at-service-item:hover .title {
    opacity: 1;
    transition: all 0.5s;
}

.at-service-item:hover .text {
    opacity: 1;
    max-height: 100px;
    transition: all 0.5s;
}

.at-service-item:hover .thumb {
    width: 284px;
    height: 190px;
}

.at-service-item:hover .thumb img {
    width: 284px;
    height: 190px;
    max-width: 284px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-content {
        margin-right: 0;
    }
}

.at-service-img-wrapper {
    height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-service-img-wrapper {
        height: 440px;
    }
}

@media (max-width: 574.98px) {
    .at-service-img-wrapper {
        height: 300px;
    }
}

.at-service-img-wrapper.image-container {
    position: relative;
    overflow: hidden;
}

.at-service-img-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.at-service-img-wrapper .hover-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-list-wrap {
        margin-left: 0;
    }
}

/*----------------------------------------*/

/*  7.17 portfolio
/*----------------------------------------*/

:root {
    --numOfSlides: 5;
    --slidingAT: 1.3s;
    --controlSize: 60px;
}

.alt-portfolio-content {
    background: var(--at-neutral-0);
    border-radius: 16px;
    padding: 16px 20px;
}

.alt-portfolio-date {
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #848282;
}

.alt-portfolio-thumb {
    border-radius: 16px;
}

.alt-portfolio-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, rgba(26, 26, 26, 0.76) 100%);
    z-index: 1;
}

.alt-portfolio-item {
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-portfolio-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.alt-portfolio-item:hover .alt-portfolio-btn {
    transition: all 0.4s ease;
    transform: translateY(0);
}

.alt-portfolio-item:hover .alt-portfolio-btn .des {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.alt-portfolio-item-2 {
    margin-top: -105px;
}

.alt-portfolio-item-3 {
    margin-top: -200px;
}

.alt-portfolio-item-4 {
    margin-top: 200px;
}

.alt-portfolio-item-6 {
    margin-top: -200px;
}

.alt-portfolio-btn {
    position: absolute;
    left: 54px;
    bottom: 45px;
    right: 80px;
    z-index: 2;
    transition: all 0.4s ease;
    transform: translateY(40%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-portfolio-btn {
        left: 20px;
        bottom: 20px;
        right: 10px;
    }
    .alt-portfolio-btn .h2 {
        font-size: 28px;
    }
}

.alt-portfolio-btn .des {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.alt-portfolio-btn .text {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center;
    color: var(--at-common-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.alt-portfolio-main-title span {
    font-style: italic;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.alt-portfolio-main-title span svg {
    margin-top: -60px;
    margin-left: 5px;
}

.alt-portfolio-main-title-wrap {
    margin-bottom: -270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-portfolio-main-title-wrap {
        margin-bottom: 30px;
    }
}

.at-hover-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs-portfolio-tag ul li {
    list-style: none;
    display: inline-block;
}

.cs-portfolio-tag ul li:not(:first-child) {
    margin-left: 5px;
}

.cs-portfolio-tag ul li a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 8px 19px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.cs-portfolio-tag ul li a:hover {
    background: var(--at-common-white);
    color: var(--at-common-black);
    border-color: var(--at-common-white);
}

.mg-portfolio-dec {
    letter-spacing: -0.03em;
    color: var(--at-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-portfolio-dec br {
        display: none;
    }
}

.mg-portfolio-content {
    padding: 23px 0 0 0;
}

.mg-portfolio-content .cs-portfolio-tag {
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-portfolio-content .cs-portfolio-tag {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-portfolio-content .cs-portfolio-tag {
        width: 100%;
    }
}

.mg-portfolio-content .cs-portfolio-tag ul li a {
    font-size: 12px;
    color: var(--at-common-black);
    border: 1px solid var(--at-neutral-100);
}

.mg-portfolio-content .cs-portfolio-tag ul li a:hover {
    border-color: var(--at-common-black);
    background: var(--at-common-black);
    color: var(--at-common-white);
}

.mg-portfolio-item {
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-portfolio-item-wrap {
        margin-left: 0;
    }
}

.mg-portfolio-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.mg-portfolio-thumb img {
    border-radius: 10px;
    transition: all 0.6s ease;
    transform-origin: center center;
}

/*----------------------------------------*/

/*  Award Card Styles
/*----------------------------------------*/

.card-award {
    background-color: var(--at-common-white, #ffffff);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 42px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.card-award:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: var(--at-neutral-900);
    transition: all 0.3s ease;
    background-color: var(--at-neutral-900);
}

.card-award:hover .card-award-date {
    color: var(--at-neutral-300);
    transition: all 0.3s ease;
}

.card-award:hover .card-award-image img {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.card-award:hover .card-award-title {
    transition: all 0.3s ease;
    color: var(--at-common-white);
}

.card-award:hover .card-award-web-excellence {
    transition: all 0.3s ease;
    color: var(--at-neutral-300);
}

.card-award:hover .card-award-url {
    transition: all 0.3s ease;
    color: var(--at-neutral-300);
}

.card-award:hover .card-award-icon {
    color: var(--at-common-white);
    transition: all 0.3s ease;
}

.card-award-link {
    text-decoration: none;
    color: inherit;
    gap: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-link {
        flex-wrap: wrap;
        gap: 5px;
    }
}

@media (min-width: 1401px) {
    .card-award-link {
        gap: 20px;
    }
}

.card-award-date {
    flex: 0 0 200px;
    font-size: 14px;
    font-weight: 400;
    color: var(--at-neutral-500);
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: var(--at-ff-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-award-date {
        flex: 0 0 130px;
    }
}

@media (max-width: 574.98px) {
    .card-award-date {
        font-size: 12px;
    }
}

.card-award-meta {
    flex: 1;
}

.card-award-image {
    width: 90px;
    height: 62px;
    border-radius: 8px;
    overflow: hidden;
}

.card-award-image img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 574.98px) {
    .card-award-image {
        width: 60px;
        height: 42px;
    }
}

.card-award-content {
    flex: 0 0 450px;
    display: flex;
    gap: 16px;
    align-items: center;
    min-width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-award-content {
        flex: 0 0 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-content {
        flex: 1 1 100%;
    }
}

@media (min-width: 1400px) {
    .card-award-content .container {
        flex: 0 0 600px;
    }
}

.card-award-title {
    color: var(--at-common-black, #1d1d1d);
    line-height: 1.4;
    margin-bottom: 4px;
    font-family: var(--at-ff-body);
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

@media (max-width: 574.98px) {
    .card-award-title {
        font-size: 14px;
    }
}

.card-award-web-excellence {
    flex: 0 0 400px;
    color: var(--at-neutral-500);
    gap: 8px;
    transition: all 0.3s ease;
    flex-wrap: wrap;
    font-family: var(--at-ff-body);
}

@media (max-width: 574.98px) {
    .card-award-web-excellence {
        font-size: 12px;
    }
}

.card-award-url {
    color: var(--at-common-black, #1d1d1d);
}

.card-award-icon {
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 14px;
    height: 14px;
    color: var(--at-common-black, #1d1d1d);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-award-icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 574.98px) {
    .card-award-icon {
        width: 12px;
        height: 12px;
    }
}

.card-award-link:hover .card-award-icon {
    transform: rotate(45deg);
}

/* Card award expanded image preview (follows cursor, top-right of cursor, rotated -15deg) */

.card-award-preview {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    will-change: transform;
    transform-origin: left bottom;
}

.card-award-preview img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .card-award-preview {
        display: none !important;
    }
}

/*  testimonial css start */

.testimonial-cart-wrap {
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--at-neutral-700);
    background: var(--at-neutral-800);
}

.testimonial-cart-wrap .rectangular {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: var(--at-neutral-800);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-700);
    padding: 50px;
    z-index: -2;
    overflow: hidden;
    transition: all 0.3s ease;
}

.testimonial-cart-wrap .rectangular::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background: var(--at-theme-primary);
    filter: blur(125px);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.testimonial-cart-wrap:hover .testimonial-content-author::before {
    transition: all 0.3s ease;
    width: 100px;
    background: var(--at-theme-primary);
}

.testimonial-cart-wrap:hover .rectangular::after {
    opacity: 1;
    width: 99px;
    height: 99px;
    transition: all 0.3s ease;
}

.testimonial-cart-wrap.style-2 {
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
}

.testimonial-cart-wrap.style-2 .rectangular {
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
}

.testimonial-cart-wrap.style-2 .testimonial-left-img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-cart-wrap.style-2 .testimonial-left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-cart-wrap.style-2 .testimonial-author {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-cart-wrap.style-2 .testimonial-author {
        margin-top: 60px;
    }
}

@media (max-width: 574.98px) {
    .testimonial-cart-wrap.style-2 .testimonial-author {
        margin-top: 40px;
    }
}

.testimonial-top {
    margin-bottom: 45px;
}

.testimonial-top-left-img {
    margin-right: 20px;
    width: 85px;
    height: 85px;
    border-radius: 16px;
    overflow: hidden;
}

.testimonial-top-left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-top-right-logo {
    margin-left: 20px;
}

.testimonial-content-author {
    position: relative;
    margin-top: 80px;
}

.testimonial-content-author::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 57px;
    height: 1px;
    background: var(--at-neutral-500);
    transition: all 0.3s ease;
}

.slider-testimonial {
    padding-bottom: 12px;
}

.slider-testimonial .swiper-slide-active .testimonial-cart-wrap .rectangular::after {
    opacity: 1;
    width: 99px;
    height: 99px;
    transition: all 0.5s ease;
}

.slider-testimonial .swiper-slide-active .testimonial-cart-wrap .rectangular::before {
    bottom: -12px;
    transition: all 0.3s ease;
}

.scroll-section .wrapper {
    position: relative;
    height: auto;
}

.scroll-section .list {
    height: 100%;
    position: relative;
}

.scroll-section .item {
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
}

.scroll-section .item:first-child {
    min-height: 100%;
    height: 100%;
}

.scroll-section .item:not(:first-child) {
    position: absolute;
}

/*  testimonial css end */

/*----------------------------------------*/

/*  Team Card Styles
/*----------------------------------------*/

.team-grid-wrap {
    position: relative;
}

.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.team-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f5f5f5;
}

.team-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.team-card-icon {
    color: var(--at-common-black);
    position: absolute;
    top: 22px;
    right: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--at-common-white);
    display: flex;
    justify-content: center;
    transition: all 0.5s ease;
    align-items: center;
}

.team-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, #1A1A1A 100%);
    backdrop-filter: blur(1.9500000477px);
    padding: 25px 81px 33px 30px;
    overflow: hidden;
}

.team-card-name .h6 {
    color: var(--at-common-white);
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
    line-height: 24px;
}

.team-card-position {
    letter-spacing: -0.28px;
    margin-top: 4px;
}

.team-card:hover .team-card-image img {
    transition: all 0.5s ease;
    filter: blur(5px);
    scale: 1.05;
}

.team-card:hover .team-card-icon {
    background: var(--at-common-black);
    color: var(--at-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .team-card-content {
        margin-top: 16px;
    }
}

/*----------------------------------------*/

/*  Team Card 2 (Home 4 Sec 6) - Social overlay on hover
/*----------------------------------------*/

.team-card-2__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-100, #DFDFDF);
}

.team-card-2__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card-2__social {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team-card-2__social {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-card-2__social {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 574.98px) {
    .team-card-2__social {
        left: 20px;
        right: 20px;
        bottom: 10px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.team-card-2:hover .team-card-2__image img {
    transform: scale(1.05);
}

.team-card-2:hover .team-card-2__social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.team-card-2__social-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(26, 26, 26, 0.1);
    border: 1px solid rgba(254, 254, 254, 0.3);
    border-radius: 100px;
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
}

.team-card-2__social-link svg {
    flex-shrink: 0;
}

.team-card-2__social-link:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #1D1D1D;
}

.team-card-2__content {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 26px 45px;
    min-height: 72px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    background: var(--at-neutral-0, #FEFEFE);
}

@media (max-width: 574.98px) {
    .team-card-2__content {
        padding: 20px;
    }
}

.team-card-2__name {
    text-decoration: none;
    color: var(--at-common-black);
}

.team-card-2__name .h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.team-card-2__name:hover .h6 {
    color: var(--at-theme-primary, #6366f1);
}

.team-card-2__position {
    flex-shrink: 0;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--at-common-black);
    background: transparent;
    border: 1px solid var(--at-common-black);
    border-radius: 100px;
}

/*----------------------------------------*/

/*  7.11 faq css
/*----------------------------------------*/

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq {
        margin-left: 0;
    }
}

.at-faq-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.at-faq-item {
    border-radius: 0;
    box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
    background: var(--at-neutral-50);
    padding: 10px 30px 10px 30px;
    margin-bottom: 16px;
}

.at-faq-body {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 14px;
    padding-right: 112px;
    padding-left: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq-body {
        padding-right: 0;
    }
}

.at-faq-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: var(--at-neutral-700);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq-body p br {
        display: none;
    }
}

.at-faq-number {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: var(--at-neutral-900);
    color: var(--at-common-white);
}

.at-faq-header {
    padding: 15px 0;
}

.at-faq-button {
    background: transparent;
    font-weight: 600;
    font-size: 24px;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 50px;
}

@media (max-width: 574.98px) {
    .at-faq-button {
        font-size: 18px;
    }
}

.at-faq-button span {
    font-weight: 500;
    margin-right: 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq-button span {
        margin-right: 30px;
    }
}

.at-faq-button::before,
.at-faq-button:after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    top: -3px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 30px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: var(--at-common-black);
    transition: all 0.5s ease;
}

.at-faq-button.collapsed:after {
    content: "\f067";
}

/*----------------------------------------*/

/*  7.3 banner
/*----------------------------------------*/

.at-banner-thumb {
    height: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-banner-thumb {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-banner-thumb {
        height: 400px;
    }
}

/*----------------------------------------*/

/*  7.13 gallery css
/*----------------------------------------*/

.at-gallery-wrapper {
    background: var(--at-common-black);
    height: 1110px;
    overflow: hidden;
    border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-gallery-wrapper {
        height: 630px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-gallery-wrapper {
        height: 430px;
    }
}

.at-gallery-item {
    overflow: hidden;
    border-radius: 20px;
}

.at-gallery-item:hover img {
    transform: scale(1.1);
}

.at-gallery-item img {
    border-radius: 20px;
    transition: all 0.6s ease;
}

/*----------------------------------------*/

/*  Content product right – shop details 
/*----------------------------------------*/

.content-product-right {
    position: relative;
}

.content-product-right__top {
    margin-bottom: 4px;
}

.content-product-right__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #6D9765;
    color: #fefefe;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: capitalize;
}

.content-product-right__brand {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
}

.content-product-right__title {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.8px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .content-product-right__title {
        font-size: 28px;
        letter-spacing: -1.2px;
    }
}

.content-product-right__price {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 8px;
}

.content-product-right__shipping {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 16px;
}

.content-product-right__excerpt-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 8px;
    line-height: 1.4;
}

.content-product-right__read-more {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    text-decoration: underline;
    color: var(--at-neutral-900, #1d1d1d);
    transition: color 0.3s ease;
}

.content-product-right__read-more:hover {
    color: var(--at-theme-primary);
}

.content-product-right__option--qty {
    width: 75%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .content-product-right__option--qty {
        width: 100%;
    }
}

.content-product-right__option-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-900, #1d1d1d);
    margin-bottom: 12px;
}

.content-product-right__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.content-product-right__size {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 4px;
    background-color: var(--at-neutral-50, #f2f2f2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.content-product-right__size:hover {
    background-color: var(--at-neutral-100, #e5e5e5);
}

.content-product-right__size.active {
    border-color: var(--at-neutral-900, #1d1d1d);
}

.content-product-right__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.content-product-right__color {
    width: 32px;
    height: 32px;
    border: 2px solid var(--at-neutral-0, #fefefe);
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.content-product-right__color:hover {
    box-shadow: 0 0 0 1px var(--at-neutral-400);
}

.content-product-right__color.active {
    border-color: var(--at-neutral-900, #1d1d1d);
    border-width: 2px;
}

.content-product-right__qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 155px;
    height: 50px;
    padding: 0 16px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 100px;
    background: var(--at-neutral-0, #fefefe);
}

.content-product-right__qty-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.content-product-right__qty-btn:hover {
    opacity: 0.7;
}

.content-product-right__qty-val {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--at-neutral-900, #1d1d1d);
    min-width: 24px;
    text-align: center;
}

.content-product-right__btn--outline {
    background-color: var(--at-neutral-0, #fefefe) !important;
    color: var(--at-neutral-900, #1d1d1d) !important;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    flex: 1;
}

.content-product-right__btn--outline:hover {
    color: var(--at-neutral-900);
    border-color: var(--at-neutral-900);
}

.content-product-right__btn--primary {
    background-color: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
    border: none;
}

.content-product-right__meta {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-500, #585959);
}

.content-product-right__meta strong {
    color: var(--at-neutral-900, #1d1d1d);
    font-weight: 700;
}

.content-product-right__meta-item {
    margin: 0 0 8px;
}

.content-product-right__benefits {
    list-style: disc;
    padding-left: 21px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-950, #0f0f0f);
}

.content-product-right__benefits li {
    margin-bottom: 4px;
}

.content-product-right__share-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
}

.content-product-right__share-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--at-neutral-900);
    transition: color 0.2s ease;
}

.content-product-right__share-icon:hover {
    color: var(--at-theme-primary);
}

.content-product-right__tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    border-bottom: 0;
    padding-bottom: 0;
}

.content-product-right__tab-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--at-neutral-500, #585959);
    border: none;
    padding: 0 0 12px;
    background: none;
    border-radius: 0;
    position: relative;
}

.content-product-right__tab-nav .nav-link.active {
    color: var(--at-neutral-900, #1d1d1d);
    text-decoration: underline;
}

.content-product-right__tab-nav .nav-link:hover {
    color: var(--at-neutral-900);
}

.content-product-right__tab-content {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    line-height: 1.5;
}

.content-product-right__tab-lead {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

.content-product-right__tab-content p {
    margin-bottom: 16px;
}

.content-product-right__tab-content p:last-child {
    margin-bottom: 0;
}

.content-product-right__spec-table {
    width: 100%;
    border-collapse: collapse;
}

.content-product-right__spec-table th,
.content-product-right__spec-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--at-neutral-100);
    text-align: left;
}

.content-product-right__spec-table th {
    font-weight: 600;
    color: var(--at-neutral-900);
    width: 140px;
}

.content-product-right__no-reviews {
    margin: 0;
    color: var(--at-neutral-500);
}

/*----------------------------------------*/

/*  Shop cart – list & items 
/*----------------------------------------*/

.cart-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    font-family: var(--at-ff-body);
}

.cart-list__header {
    width: 100%;
}

.cart-list__select-all {
    cursor: pointer;
    gap: 5px;
}

.cart-list__check-wrap {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 4px;
    background: var(--at-neutral-0, #fefefe);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cart-list__check-icon {
    width: 10px;
    height: 9px;
    opacity: 0;
    transition: opacity 0.2s ease;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-select-all:checked+.cart-list__check-wrap {
    background: var(--at-neutral-900, #1d1d1d);
    border-color: var(--at-neutral-900, #1d1d1d);
}

.cart-select-all:checked+.cart-list__check-wrap .cart-list__check-icon {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.cart-list__select-all-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-list__items {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.cart-remove-selected {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cart-remove-selected:hover {
    opacity: 0.7;
}

/* Cart item card */

.cart-item {
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 16px;
    min-height: 177px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    transition: box-shadow 0.2s ease;
}

.cart-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cart-item__inner {
    padding: 9px 39px;
    min-height: 177px;
}

.cart-item__left {
    gap: 29px;
}

.cart-item__check-label {
    cursor: pointer;
    flex-shrink: 0;
}

.cart-item__check-wrap {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 4px;
    background: var(--at-neutral-0, #fefefe);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cart-item__check-icon {
    width: 10px;
    height: 9px;
    opacity: 0;
    transition: opacity 0.2s ease;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-item .cart-item-check:checked+.cart-item__check-wrap {
    background: var(--at-neutral-900, #1d1d1d);
    border-color: var(--at-neutral-900, #1d1d1d);
}

.cart-item .cart-item-check:checked+.cart-item__check-wrap .cart-item__check-icon {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.cart-item__main {
    gap: 23px;
}

.cart-item__img-wrap {
    width: 140px;
    height: 159px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--at-neutral-50, #f2f2f2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-item__info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    min-width: 0;
    max-width: 306px;
}

.cart-item__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0;
}

.cart-item__meta {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-500, #585959);
    margin: 0;
}

.cart-item__price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.9px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0;
}

.cart-item__right {
    width: 298px;
    flex-shrink: 0;
}

.cart-item__qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 155px;
    height: 50px;
    padding: 0 19.5px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 100px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-item-qty-minus,
.cart-item-qty-plus {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    transition: opacity 0.2s ease;
    padding: 0;
    line-height: 1;
}

.cart-item-qty-minus:hover,
.cart-item-qty-plus:hover {
    opacity: 0.7;
}

.cart-item-qty-val {
    min-width: 24px;
    text-align: center;
}

.cart-item-delete {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.cart-item-delete:hover {
    opacity: 0.7;
    color: var(--at-neutral-700);
}

.cart-item-delete i {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-item__inner {
        padding: 16px 20px;
        flex-wrap: wrap;
        gap: 16px;
    }
    .cart-item__right {
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }
    .cart-item__info {
        max-width: 100%;
    }
    .cart-item__title {
        font-size: 20px;
    }
}

@media (max-width: 574.98px) {
    .cart-item__inner {
        padding: 12px 16px;
    }
    .cart-item__img-wrap {
        width: 100px;
        height: 114px;
    }
    .cart-item__left {
        gap: 16px;
    }
    .cart-item__main {
        gap: 12px;
    }
}

/*----------------------------------------*/

/*  Shop cart – summary 
/*----------------------------------------*/

.cart-summary {
    background: var(--at-neutral-50, #f2f2f2);
    border-radius: 16px;
    overflow: hidden;
    padding: 52px 49px 60px;
    font-family: var(--at-ff-body);
    width: 100%;
    align-self: flex-start;
}

@media (min-width: 992px) {
    .cart-summary {
        position: sticky;
        top: 120px;
    }
}

.cart-summary__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 24px;
}

.cart-summary__coupon {
    margin-bottom: 24px;
    gap: 4px;
}

.cart-summary__coupon-input {
    flex: 1;
    min-width: 0;
    max-width: 328px;
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--at-neutral-100, #dfdfdf) !important;
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-summary__coupon-input::-moz-placeholder {
    color: var(--at-neutral-500, #585959);
}

.cart-summary__coupon-input::placeholder {
    color: var(--at-neutral-500, #585959);
}

.cart-summary__coupon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 52px;
    padding: 0 24px;
    min-width: 118px;
    border: none;
    border-radius: 42px;
    background: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-0, #fefefe);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cart-summary__coupon-btn:hover {
    opacity: 0.9;
}

.cart-summary__coupon-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-summary__coupon-icon svg {
    display: block;
}

.cart-summary__divider {
    height: 1px;
    background: var(--at-neutral-100, #dfdfdf);
    margin: 0 0 24px;
    width: 100%;
}

.cart-summary__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.cart-summary__row {
    width: 100%;
}

.cart-summary__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-summary__value {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-summary__checkout-btn:hover {
    color: var(--at-neutral-0, #fefefe);
    opacity: 0.9;
}

.cart-summary__checkout-btn .icon-arrow-up-right {
    display: inline-flex;
    font-size: 0;
}

.cart-summary__checkout-btn .icon-arrow-up-right svg {
    width: 14px;
    height: 14px;
}

.cart-summary__delivery {
    margin: 24px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-700, #303030);
}

.cart-summary__delivery-date {
    font-weight: 700;
    color: var(--at-neutral-900, #1d1d1d);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary {
        padding: 40px 24px 48px;
    }
    .cart-summary__coupon-input {
        max-width: 100%;
    }
}

@media (max-width: 574.98px) {
    .cart-summary {
        padding: 32px 20px 40px;
    }
    .cart-summary__title {
        font-size: 20px;
    }
    .cart-summary__checkout-btn {
        max-width: 100%;
    }
}

/*----------------------------------------*/

/*  Shop checkout – Billing Details & Payment 
/*----------------------------------------*/

/* Billing Details */

.checkout-billing {
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    padding: 46px 62px 52px;
    font-family: var(--at-ff-body);
    margin-bottom: 32px;
}

.checkout-billing__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.8px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 11px;
}

.checkout-billing__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--at-neutral-700, #303030);
    margin: 0 0 38px;
    max-width: 584px;
}

.checkout-billing__form {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.checkout-billing__row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 26px;
    width: 100%;
}

.checkout-billing__row--half .checkout-billing__field {
    flex: 1 1 calc(50% - 13px);
    min-width: 0;
}

.checkout-billing__field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.checkout-billing__field--full {
    flex: 1 1 100%;
}

.checkout-billing__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    line-height: normal;
}

.checkout-billing__input {
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    width: 100%;
    transition: border-color 0.2s ease;
}

.checkout-billing__input::-moz-placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-billing__input::placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-billing__input:focus {
    outline: none;
    border-color: var(--at-neutral-300, #a3a3a3);
}

.checkout-billing__input--full {
    max-width: 100%;
}

.checkout-billing__input--phone {
    max-width: 100%;
    padding-left: 120px;
}

.checkout-billing__phone-wrap {
    position: relative;
    max-width: 493px;
    width: 100%;
    height: 52px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    display: flex;
    align-items: center;
}

.checkout-billing__country-select {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    min-width: 100px;
    padding: 0 36px 0 26px;
    border: none;
    border-radius: 50px 0 0 50px;
    background: transparent;
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.81864 8.58158L11.0436 5.35669L11.965 6.27809L7.81864 10.4244L3.67236 6.27809L4.59376 5.35669L7.81864 8.58158Z' fill='%231d1d1d'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.checkout-billing__country-select:focus {
    outline: none;
}

.checkout-billing__country-select option {
    padding: 8px 12px;
    background: var(--at-neutral-0, #fefefe);
    color: var(--at-neutral-900, #1d1d1d);
}

@media (max-width: 991px) {
    .checkout-billing {
        padding: 40px 24px 48px;
    }
    .checkout-billing__row--half .checkout-billing__field {
        flex: 1 1 100%;
    }
    .checkout-billing__input {
        max-width: 100%;
    }
    .checkout-billing__phone-wrap {
        max-width: 100%;
    }
}

@media (max-width: 574.98px) {
    .checkout-billing {
        padding: 32px 20px 40px;
    }
    .checkout-billing__title {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    .checkout-billing__desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .checkout-billing__form {
        gap: 28px;
    }
}

/* Payment */

.checkout-payment {
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    padding: 47px 62px 52px;
    font-family: var(--at-ff-body);
}

.checkout-payment__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.8px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 11px;
}

.checkout-payment__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--at-neutral-700, #303030);
    margin: 0 0 38px;
    max-width: 584px;
}

.checkout-payment__form {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.checkout-payment__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
    align-items: flex-end;
}

.checkout-payment__row--cards .checkout-payment__field--card-number {
    flex: 1 1 369px;
    min-width: 0;
}

.checkout-payment__row--cards .checkout-payment__field:not(.checkout-payment__field--card-number) {
    flex: 0 1 299px;
    min-width: 200px;
}

.checkout-payment__row--half .checkout-payment__field {
    flex: 1 1 calc(50% - 13px);
    min-width: 0;
}

.checkout-payment__field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.checkout-payment__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    line-height: normal;
}

.checkout-payment__input {
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    width: 100%;
    transition: border-color 0.2s ease;
}

.checkout-payment__input::-moz-placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-payment__input::placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-payment__input:focus {
    outline: none;
    border-color: var(--at-neutral-300, #a3a3a3);
}

.checkout-payment__input--card {
    max-width: 100%;
    padding-right: 160px;
}

.checkout-payment__card-input-wrap {
    position: relative;
    max-width: 369px;
    width: 100%;
}

.checkout-payment__card-icons {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

.checkout-payment__card-icon {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--at-neutral-500, #585959);
    line-height: 1;
}

@media (max-width: 991px) {
    .checkout-payment {
        padding: 40px 24px 48px;
    }
    .checkout-payment__row--cards .checkout-payment__field--card-number,
    .checkout-payment__row--cards .checkout-payment__field:not(.checkout-payment__field--card-number) {
        flex: 1 1 100%;
    }
    .checkout-payment__row--half .checkout-payment__field {
        flex: 1 1 100%;
    }
    .checkout-payment__input {
        max-width: 100%;
    }
    .checkout-payment__card-input-wrap {
        max-width: 100%;
    }
    .checkout-payment__input--card {
        padding-right: 24px;
    }
}

@media (max-width: 574.98px) {
    .checkout-payment {
        padding: 32px 20px 40px;
    }
    .checkout-payment__title {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    .checkout-payment__desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .checkout-payment__form {
        gap: 28px;
    }
}

/*----------------------------------------*/

/*  7.23 skill css
/*----------------------------------------*/

.at-skill-item {
    background: #f8f8f8;
    border-radius: 24px;
    padding: 71px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-skill-item {
        padding: 40px 20px;
    }
}

.at-skill-icon {
    width: 70px;
    height: 70px;
}

.at-skill-text {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.04em;
    color: var(--at-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-skill-text {
        font-size: 24px;
    }
}

/*----------------------------------------*/

/*  sec-6-about: skill cards
/*----------------------------------------*/

.skill-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.skill-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: var(--at-neutral-0);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100);
}

.skill-card__thumb {
    flex-shrink: 0;
    width: 90px;
    height: 62px;
    border-radius: 8px;
    overflow: hidden;
}

.skill-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.skill-card__content {
    flex: 1;
    min-width: 0;
}

.skill-card__title {
    flex: 0 0 500px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900);
    margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .skill-card__title {
        flex: 0 0 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-card__title {
        flex: 0 0 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .skill-card__title {
        flex: 0 0 100px;
    }
}

@media (max-width: 574.98px) {
    .skill-card__title {
        flex: 1;
    }
}

.skill-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 27px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900, #171717);
    background: var(--at-neutral-50, #fafafa);
    border: 1px solid var(--at-neutral-100, #e5e5e5);
    border-radius: 100px;
    transition: all 0.3s ease;
}

.skill-card__tag:hover {
    background: var(--at-neutral-0);
    border: 1px solid var(--at-neutral-900);
}

.skill-card__tag-icon {
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.skill-card__score {
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--at-neutral-900);
}

.skill-card__score .skill-card__score-value {
    font-size: 36px;
}

.skill-card__score .skill-card__score-value .odometer {
    letter-spacing: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-card {
        gap: 20px;
        padding: 14px 20px;
    }
    .skill-card__tag {
        font-size: 20px;
        padding: 5px 10px;
    }
    .skill-card__tag-icon {
        width: 18px;
        height: 18px;
    }
    .skill-card__score {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-card {
        gap: 16px;
        padding: 14px 20px;
    }
    .skill-card__tag {
        font-size: 16px;
        padding: 5px 10px;
    }
    .skill-card__tag-icon {
        width: 18px;
        height: 18px;
    }
    .skill-card__score {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .skill-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
    }
    .skill-card__tags {
        gap: 6px;
    }
    .skill-card__tag {
        font-size: 16px;
        padding: 5px 10px;
    }
    .skill-card__tag-icon {
        width: 16px;
        height: 16px;
    }
    .skill-card__score {
        font-size: 14px;
        align-self: flex-end;
    }
}

@media (max-width: 574.98px) {
    .skill-card {
        padding: 14px;
    }
    .skill-card__tag {
        font-size: 16px;
        padding: 4px 8px;
    }
    .skill-card__tag-icon {
        width: 14px;
        height: 14px;
    }
}

/*----------------------------------------*/

/*  Home 2 Section 11 - Price plan toggle
/*----------------------------------------*/

.change-price-plan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.price-plan-toggle-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--at-neutral-900);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color 0.2s ease;
}

.price-plan-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.price-plan-toggle__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.price-plan-toggle__track {
    display: block;
    width: 70px;
    height: 33px;
    background: var(--at-common-white);
    border: 1px solid var(--at-neutral-100);
    border-radius: 9999px;
    transition: background 0.25s ease;
}

.price-plan-toggle__thumb {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: var(--at-neutral-900);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, left 0.25s ease;
    pointer-events: none;
}

.price-plan-toggle__input:checked+.price-plan-toggle__track+.price-plan-toggle__thumb {
    left: 42px;
}

.price-plan-toggle__input:focus-visible+.price-plan-toggle__track {
    outline: 2px solid #1A1A1A;
    outline-offset: 2px;
}

/*----------------------------------------*/

/*  Home 2 Section 11 - Pricing cards
/*----------------------------------------*/

.home-2-pricing-card {
    position: relative;
    background: var(--at-neutral-0);
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-2-pricing-card__badge {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #fff;
    background: var(--at-theme-primary);
    padding: 6px 10px;
    border-radius: 9999px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .home-2-pricing-card__badge {
        top: 45px;
        right: 45px;
    }
}

.home-2-pricing-card__body {
    flex: 0 0 auto;
    padding: 25px;
    background: var(--at-neutral-50);
    border-radius: 14px;
}

.home-2-pricing-card--popular .home-2-pricing-card__body {
    background: rgba(240, 70, 14, 0.1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.home-2-pricing-card__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--at-neutral-900);
    margin-bottom: 16px;
}

.home-2-pricing-card__price {
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.home-2-pricing-card__price-value {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: var(--at-neutral-900);
    font-family: var(--at-ff-body);
    letter-spacing: -2.4px;
}

.home-2-pricing-card__price-period {
    font-size: 16px;
    font-weight: 500;
    color: var(--at-neutral-500);
    margin-left: 2px;
}

.home-2-pricing-card__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--at-neutral-500);
    margin-bottom: 28px;
}

.home-2-pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 40px 25px 25px 25px;
    flex: 1 1 auto;
}

.home-2-pricing-card__features li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--at-neutral-700);
    margin-bottom: 14px;
    font-family: var(--at-ff-body);
}

.home-2-pricing-card__features li:last-child {
    margin-bottom: 0;
}

.home-2-pricing-card__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    margin-right: 12px;
}

.home-2-pricing-card__feature-icon svg {
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .home-2-pricing-card__price-value {
        font-size: 42px;
    }
    .home-2-pricing-card__title {
        font-size: 20px;
    }
    .home-2-pricing-card__features li {
        font-size: 16px;
    }
}

@media (max-width: 574.98px) {
    .home-2-pricing-card {
        padding: 8px;
    }
}

/*----------------------------------------*/

/*  sec-2-home-5 - Why Orisa 3 columns
/*----------------------------------------*/

.sec-2-home-5__grid {
    align-items: stretch;
}

.sec-2-home-5__col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec-2-home-5__card--hero {
    position: relative;
    min-height: 370px;
    background: var(--at-neutral-900, #1a1a1a);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-5__card--hero {
        min-height: 320px;
    }
}

.sec-2-home-5__card--list {
    flex: 1;
}

.sec-2-home-5__card--testimonial {
    flex: 1;
}

.sec-2-home-5__card--product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-2-home-5__card--small:not(:first-child) {
    border-radius: 16px;
    background: var(--at-neutral-0, #FEFEFE);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-5__card--small {
        margin-top: 1rem;
    }
}

.sec-2-home-5__card--img {
    padding: 11px 0 0 30px;
    border-radius: 16px;
    background: var(--at-neutral-0, #FEFEFE);
    position: relative;
    min-height: 260px;
}

.sec-2-home-5__card--img .img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-2-home-5__card--quote {
    min-height: 180px;
    padding: 57px 34px;
    border-radius: 16px;
}

.sec-2-home-5 {
    /* Hero block */
}

.sec-2-home-5__hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(99deg, #000 5%, rgba(0, 0, 0, 0.44) 50%, #000 95%);
    opacity: 0.65;
    z-index: 1;
}

.sec-2-home-5__hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.sec-2-home-5__hero-overlay {
    z-index: 2;
}

.sec-2-home-5__hero-title {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.3;
    max-width: 85%;
    letter-spacing: -0.02em;
}

@media (max-width: 574.98px) {
    .sec-2-home-5__hero-title {
        font-size: 1rem;
        max-width: 100%;
    }
}

.sec-2-home-5 {
    /* List with plus icon */
}

.sec-2-home-5__list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: var(--at-neutral-900, #1a1a1a);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.sec-2-home-5__list-item::before {
    content: "+";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--at-neutral-900, #1a1a1a);
    color: var(--at-neutral-0);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-2-home-5 {
    /* Testimonial */
}

.sec-2-home-5__avatar {
    width: 48px;
    height: 48px;
}

.sec-2-home-5__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-2-home-5__avatars-row {
    flex-wrap: wrap;
}

.sec-2-home-5__avatar-sm {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    background: var(--at-neutral-50);
}

.sec-2-home-5__avatar-sm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
}

.sec-2-home-5__stars {
    display: flex;
    gap: 2px;
    font-size: 14px;
}

.sec-2-home-5__star {
    color: var(--at-neutral-500, #e5e5e5);
}

.sec-2-home-5__star--filled {
    color: var(--at-neutral-900, #1a1a1a);
}

.sec-2-home-5 {
    /* Stat */
}

.sec-2-home-5__stat {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900, #1a1a1a);
}

/*----------------------------------------*/

/*  at-brand-scroll - Vertical random scroll of 3 logos in each brand cell
/*----------------------------------------*/

.at-brand-scroll .at-brand-item .brand {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.at-brand-scroll {
    /* Viewport: show only 1 logo, fixed height = 1 slide */
}

.at-brand-scroll .brand-logo-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70px;
    flex-shrink: 0;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-brand-scroll .brand-logo-viewport {
        height: 50px;
    }
}

.at-brand-scroll .brand-logo-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    will-change: transform;
}

.at-brand-scroll .brand-logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    min-height: 70px;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-brand-scroll .brand-logo-slide {
        height: 60px;
        min-height: 60px;
    }
}

.at-brand-scroll .brand-logo-slide img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

/*----------------------------------------*/

/*  block-journey - Career Path & Expertise
/*  Header CTA: Book A Call Now | Hero card: SINCE 2012 + overlay | Journey list
/*----------------------------------------*/

.block-journey {
    /* CTA: Book A Call Now + white circle arrow */
}

.block-journey__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 100px;
    border: 1px solid var(--at-neutral-600, #4d4d4d);
    background: transparent;
    color: var(--at-neutral-0);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.block-journey__cta:hover {
    border-color: var(--at-neutral-500, #585959);
    background: rgba(255, 255, 255, 0.05);
    color: var(--at-neutral-0);
}

.block-journey__cta-text {
    letter-spacing: 0.01em;
}

.block-journey__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--at-neutral-0);
    color: var(--at-neutral-900, #1a1a1a);
    flex-shrink: 0;
}

.block-journey {
    /* Hero card: image + SINCE 2012 badge + overlay title */
}

.block-journey__hero {
    border-radius: 16px;
    overflow: hidden;
}

.block-journey__hero-thumb {
    position: relative;
    display: block;
}

.block-journey__hero-badge {
    position: absolute;
    left: 20px;
    bottom: 80px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--at-neutral-0);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 2;
}

.block-journey__hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

.block-journey__hero-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    max-width: 14ch;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey__hero-title {
        font-size: 18px;
    }
}

.block-journey .journey-list-wrap {
    position: relative;
    padding-left: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list-wrap {
        padding-left: 30px;
    }
}

.block-journey .journey-list-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: var(--at-neutral-700, #3d3d3d);
    will-change: height;
}

.block-journey .journey-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-journey .journey-list__item {
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr auto;
    gap: 24px 32px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid var(--at-neutral-700, #3d3d3d);
}

.block-journey .journey-list__item:first-child {
    padding-top: 0;
}

.block-journey .journey-list__item:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}

.block-journey .journey-list__item:last-child .journey-list__desc {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__item {
        grid-template-columns: 1fr auto;
        gap: 8px 16px;
        padding: 20px 0;
    }
    .block-journey .journey-list__item .journey-list__date {
        grid-column: 1;
    }
    .block-journey .journey-list__item .journey-list__body {
        grid-column: 1;
        grid-row: 2;
    }
    .block-journey .journey-list__item .journey-list__link {
        grid-column: 2;
        grid-row: 1/3;
        align-self: center;
    }
}

.block-journey .journey-list__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--at-neutral-0);
    flex-shrink: 0;
    padding-top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__date {
        font-size: 13px;
    }
}

.block-journey .journey-list__body {
    max-width: 75%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__body {
        max-width: 100%;
    }
}

.block-journey .journey-list__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.35;
    color: var(--at-neutral-0);
    margin: 0 0 6px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__title {
        font-size: 18px;
    }
}

.block-journey .journey-list__company {
    font-weight: 500;
    opacity: 0.9;
}

.block-journey .journey-list__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__desc {
        font-size: 14px;
    }
}

.block-journey .journey-list__link {
    display: inline-flex;
    align-items: flex-start;
    align-self: flex-start;
    justify-content: flex-start;
    color: var(--at-neutral-0);
    padding: 8px;
    margin: -8px;
    transition: opacity 0.2s ease;
}

.block-journey .journey-list__link:hover {
    opacity: 0.8;
}

.block-journey .journey-list__link svg {
    display: block;
}

/*----------------------------------------*/

/*  2.3 Back to top
/*----------------------------------------*/

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 574.98px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--at-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--at-common-black);
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

.back-to-top-btn svg {
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    transform: translateY(-4px);
}

/*----------------------------------------*/

/*  2.5 Buttons
/*----------------------------------------*/

.at-btn {
    gap: 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    padding: 17px 25px;
    text-transform: capitalize;
    color: #FEFEFE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1D;
    border-radius: 50px;
}

.at-btn:hover {
    color: #FEFEFE;
}

.at-btn:hover span span.text-1 {
    transform: translateY(-150%);
}

.at-btn:hover span span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.at-btn:hover i svg:first-child {
    transform: translate(16px, -16px);
}

.at-btn:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.at-btn:hover i.icon-arrow-right svg:first-child {
    transform: translate(16px, 0);
}

.at-btn:hover i.icon-arrow-right svg:last-child {
    transform: translate(16px, 0);
}

.at-btn:hover i.icon-arrow-up-left svg:first-child {
    transform: translate(-16px, -16px);
}

.at-btn:hover i.icon-arrow-up-left svg:last-child {
    transform: translate(-16px, -16px);
}

.at-btn span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.at-btn span span.text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}

.at-btn span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.at-btn i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-left: 4px;
}

.at-btn i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all 0.2s ease-out;
}

.at-btn i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.at-btn i.icon-arrow-right svg:last-child {
    left: -16px;
    bottom: 0;
}

.at-btn i.icon-arrow-up-left svg:last-child {
    left: 16px;
    bottom: -16px;
}

.at-btn.btn-sm {
    padding: 10px 20px;
}

.at-btn.filter-btn {
    border-radius: 100px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-neutral-900);
}

.at-btn.active {
    background: var(--at-neutral-900);
    border-color: var(--at-neutral-900);
    color: var(--at-neutral-0);
}

.at-btn-border-white {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.25);
}

.at-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.at-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -52px;
}

.at-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
}

.at-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0;
}

.at-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
    background: #1D1D1D;
}

.at-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
    background: #1D1D1D;
}

.at-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -52px;
    background: #1D1D1D;
}

.at-btn-group .at-btn-circle {
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1D;
    color: #FEFEFE;
}

.at-btn-group .at-btn-circle i {
    transform: rotate(-45deg);
}

.at-btn-group-transparent .at-btn {
    background: #FEFEFE;
    border: 1px solid rgba(38, 38, 38, 0.1);
    color: #1D1D1D;
}

.at-btn-group-transparent .at-btn-circle {
    background-color: #FEFEFE;
    color: #1D1D1D;
    border: 1px solid rgba(38, 38, 38, 0.1);
}

.at-btn-group-transparent:hover>*:nth-child(2) {
    background: #FEFEFE;
}

.at-btn-group-transparent:hover>*:nth-child(1) {
    background: #FEFEFE;
}

.at-btn-group-transparent-2 .at-btn {
    background: #fff5f3;
    border: 1px solid rgba(38, 38, 38, 0.1);
    color: #1D1D1D;
}

.at-btn-group-transparent-2 .at-btn-circle {
    background-color: #fff5f3;
    color: #1D1D1D;
    border: 1px solid rgba(38, 38, 38, 0.1);
}

.at-btn-group-transparent-2:hover>*:nth-child(2) {
    background: #fff5f3;
}

.at-btn-group-transparent-2:hover>*:nth-child(1) {
    background: #fff5f3;
}

.at-btn.has-dot {
    position: relative;
}

.at-btn.has-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 50%;
}

/*----------------------------------------*/

/*  2.1 Animations
/*----------------------------------------*/

@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate-infinite {
    animation: rotate-infinite 15s linear infinite;
}

@keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.rotate-infinite-2 {
    animation: rotate-infinite-2 15s linear infinite;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
}

@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
    }
}

@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
    }
}

.hover-up {
    transition: transform 0.2s ease-in-out;
}

.hover-up:hover {
    transform: translateY(-3px);
}

/*----------------------------------------*/

/*  2.10 Preloader
/*----------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--at-theme-primary);
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--at-common-white);
    animation: preloader 1.3s linear infinite;
    -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/

/*----------------------------------------*/

/*  2.11 search style
/*----------------------------------------*/

.at-search-form-toggle {
    position: fixed;
    top: 115px;
    left: 50%;
    max-width: 1136px;
    width: 100%;
    padding: 50px 60px 60px;
    border-radius: 16px;
    background-color: rgba(var(--at-neutral-50-rgb), 0.9);
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translate(-50%, calc(-100% - 80px));
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0s, 0s, 0s;
    transition-delay: 0.5s;
    z-index: 9999;
}

.at-search-form-toggle.active {
    opacity: 1;
    transform: translate(-50%, 0);
    transition-delay: 0s;
}

.at-search-form-toggle.active .at-search-form-input {
    transform: translate(0, 0) !important;
    opacity: 1;
    transition-delay: 0.5s;
}

.at-search-form-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    border-radius: 8px;
}

.at-search-form-input {
    position: relative;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out !important;
    transition-delay: 0.5s;
    padding: 12px 15px 12px 32px;
    border-radius: 8px;
    opacity: 0;
    border: 1px solid var(--at-neutral-100);
    background: var(--at-neutral-0);
    overflow: hidden;
}

.at-search-form-input input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--at-common-black);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 636px;
    background: var(--at-neutral-0);
    transition-delay: 0.5s;
    transition: all 0.3s ease-in-out !important;
}

.at-search-form-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 24px;
    color: var(--at-neutral-500);
}

.at-search-form-input input::placeholder {
    /* MODERN BROWSER */
    font-size: 24px;
    color: var(--at-neutral-500);
}

.at-search-form-input input:focus {
    border-color: transparent;
}

.at-search-form-input input:focus~.at-search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 2s;
}

.at-search-form-input .at-search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--at-common-black);
    transition: all 0.5s;
}

.at-search-close {
    color: var(--at-common-black);
    font-size: 40px;
    transition: all 0.3s ease;
}

.at-search-close:hover {
    color: var(--at-neutral-500);
    transform: rotate(180deg);
}

.at-search-body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
    z-index: 99;
    cursor: zoom-out;
    transform: translateY(calc(-100% - 80px));
    transition: all 0.5s ease-in-out 0s;
    transition-delay: 0.3s;
}

.at-search-body-overlay.active {
    transform: translateY(0);
}

.at-search-dark {
    background-color: var(--at-common-black);
}

.at-search-dark .at-search-form-input input {
    color: var(--at-common-white);
    border-bottom: 1px solid var(--at-border-3);
}

.at-search-dark .at-search-form-input input~.at-search-focus-border {
    background-color: var(--at-common-white);
}

.at-search-dark .at-search-close {
    color: var(--at-common-white);
}

.at-search-dark .at-search-close:hover {
    color: var(--at-grey-2);
}

.at-search-dark .at-search-form-icon {
    color: var(--at-common-white);
}

.at-categories-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--at-neutral-900);
    margin-bottom: 16px;
    margin-top: 50px;
}

.at-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.at-categories-item {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 100px;
    border: 1px solid var(--at-neutral-100);
    background: var(--at-neutral-0);
    color: var(--at-neutral-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    transition: all 0.3s ease;
}

.at-categories-item:hover {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    border-color: var(--at-neutral-900);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/

/*  2.8 Magic Cursor
/*----------------------------------------*/

body.at-magic-cursor #magic-cursor {
    display: block;
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0;
}

#ball {
    position: fixed;
    display: flex;
    align-items: center;
    pointer-events: none;
    border-radius: 50%;
    color: transparent;
    justify-content: center;
    mix-blend-mode: difference;
    background-color: var(--at-common-black);
}

.cursor-bg-red #ball {
    background-color: #FF535B !important;
}

.cursor-bg-red #ball .ball-view {
    color: var(--at-common-white);
}

.cursor-bg-red-2 #ball {
    background-color: #FF481F !important;
}

.cursor-bg-red-2 #ball .ball-view {
    color: var(--at-common-white);
}

.cursor-bg-yellow #ball {
    background-color: #FFF669 !important;
}

.cursor-bg-yellow #ball .ball-view {
    color: var(--at-common-black);
}

.cursor-white-bg #ball .ball-view {
    color: var(--at-common-black);
}

/* Ball view 
============= */

#ball .ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    transform: scale(0);
    color: var(--at-common-black);
}

/* Ball drag 
============= */

#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
    color: var(--at-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    height: 10px;
    line-height: 10px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--at-common-white);
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
    content: "\f104";
    /* Font Awesome */
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
}

#ball .ball-drag::after {
    content: "\f105";
    /* Font Awesome */
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
}

#ball.with-blur {
    backdrop-filter: blur(5px);
    transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */

#ball.ball-close-enabled {
    opacity: 1 !important;
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--at-common-black);
}

.at-magnetic-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------*/

/*  2.9 Nice Select
/*----------------------------------------*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: var(--at-neutral-900);
    padding-left: 55px;
    font-weight: 500;
    background-color: var(--at-neutral-0);
    border-radius: 5px;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    padding-right: 30px;
    font-family: var(--at-ff-body);
}

.nice-select:hover {
    border-color: ar(--at-theme-primary);
}

.nice-select::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    background-color: var(--at-neutral-900);
    top: 50%;
    left: 0;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    transform: translateY(-50%);
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    font-family: var(--at-ff-fontawesome);
    color: var(--at-neutral-900);
    font-weight: 600;
    pointer-events: none;
    font-size: 18px;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    transform: translateY(-50%);
}

.nice-select.open::after {
    transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--at-neutral-0);
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    border-radius: 12px;
}

.nice-select .option:hover {
    background-color: var(--at-neutral-50);
    color: var(--at-neutral-900);
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .option.selected {
    font-weight: 400;
    color: var(--at-theme-primary);
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

[data-bs-theme=dark] {
    --at-common-white: var(--at-common-dark-white);
    --at-common-white-rgb: var(--at-common-dark-white-rgb);
    --at-common-black: var(--at-common-dark-black);
    --at-common-black-rgb: var(--at-common-dark-black-rgb);
    --at-common-bubbles: var(--at-common-dark-bubbles);
    --at-neutral-0: var(--at-neutral-dark-0);
    --at-neutral-0-rgb: var(--at-neutral-dark-0-rgb);
    --at-neutral-50: var(--at-neutral-dark-50);
    --at-neutral-50-rgb: var(--at-neutral-dark-50-rgb);
    --at-neutral-100: var(--at-neutral-dark-100);
    --at-neutral-300: var(--at-neutral-dark-300);
    --at-neutral-500: var(--at-neutral-dark-500);
    --at-neutral-700: var(--at-neutral-dark-700);
    --at-neutral-800: var(--at-neutral-dark-800);
    --at-neutral-900: var(--at-neutral-dark-900);
    --at-neutral-950: var(--at-neutral-dark-950);
}

[data-bs-theme=dark] .invert-1 {
    filter: invert(0);
}

[data-bs-theme=dark] .at-header-logo img,
[data-bs-theme=dark] .at-offcanvas-logo img {
    filter: invert(1);
}

[data-bs-theme=dark] .dark-mode-invert {
    filter: invert(1);
}

[data-bs-theme=dark] .at-main-menu nav ul li.has-dropdown>a::after {
    filter: invert(1);
}

[data-bs-theme=dark] .changeless {
    --at-common-white: #ffffff;
    --at-common-white-rgb: 255, 255, 255;
    --at-common-black: #1e1e1e;
    --at-common-bubbles: #e1eeb7;
    --at-neutral-950: #0F0F0F;
    --at-neutral-900: #1D1D1D;
    --at-neutral-800: #212121;
    --at-neutral-700: #303030;
    --at-neutral-500: #585959;
    --at-neutral-300: #B7B7B7;
    --at-neutral-100: #DFDFDF;
    --at-neutral-50: #F2F2F2;
    --at-neutral-0: #FEFEFE;
}

.dark-light-mode .toggle {
    display: grid;
    place-items: center;
    cursor: pointer;
    line-height: 1;
}

.dark-light-mode .input {
    display: none;
}

.dark-light-mode label {
    margin-bottom: 0 !important;
}

.dark-light-mode .icon {
    grid-column: 1/1;
    grid-row: 1/1;
    transition: transform 500ms;
    line-height: 0.1;
}

.dark-light-mode .icon--moon {
    transition-delay: 200ms;
}

.dark-light-mode .icon--sun {
    transform: scale(0);
}

.dark-light-mode #switch:checked+.icon--moon {
    transform: rotate(360deg) scale(0);
}

.dark-light-mode #switch:checked~.icon--sun {
    transition-delay: 200ms;
    transform: scale(1) rotate(360deg);
}

/*# sourceMappingURL=main.css.map */

/* RESET SECTION GAP (IMPORTANT FIX) */

section {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    /* removes unwanted image gap */
}

/* WHY SECTION */

.bs-why-section {
    background: #f8e13c;
    padding: 80px 40px;
    margin: 0;
}

/* Label */

.bs-why-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

/* Heading */

.bs-why-heading {
    font-size: clamp(1.9rem, 3vw, 2.3rem);
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 10px auto;
    text-align: center;
    white-space: nowrap;
}

/* Subtext */

.bs-why-subtext {
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    max-width: 520px;
    margin: 0 auto 42px auto;
    line-height: 1.65;
}

/* GRID */

.bs-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Tablet */

@media (max-width: 991px) {
    .bs-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Mobile — all phone sizes */

@media (max-width: 767px) {
    .bs-why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .bs-why-section {
        padding: 60px 20px;
    }
    .bs-why-heading {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
    }
    .bs-why-subtext {
        margin-bottom: 32px;
    }
}

/* CARD */

.bs-why-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    /* reduced from 10px */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}

/* Title */

.bs-why-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d0d0d;
    margin: 0;
    /* removed bottom margin */
    line-height: 1.3;
}

/* Divider */

.bs-why-card-divider {
    width: 24px;
    height: 1.5px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin: 2px 0;
    /* reduced */
}

/* STAT ROW */

.bs-why-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

@media (max-width: 575px) {
    .bs-why-stat-row {
        grid-template-columns: 1fr;
    }
}

/* STAT CARD */

.bs-why-stat-card {
    background: #0d0d0d;
    border-radius: 18px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.bs-why-stat-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* STAT NUMBER */

.bs-why-stat-number {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

/* STAT LABEL */

.bs-why-stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* STAT DESC */

.bs-why-stat-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
}

.bs-testimonial-section {
    background: #f4f4f0;
}

.bs-t-header {
    text-align: center;
    margin-bottom: 64px;
}

.bs-t-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.bs-t-main-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1.25;
    max-width: 680px;
    margin: 0 auto 20px;
    font-family: 'DM Sans', sans-serif;
}

.bs-t-main-heading strong {
    font-weight: 700;
}

.bs-tp-bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #0d0d0d;
    font-family: 'DM Sans', sans-serif;
}

.bs-tp-score {
    font-weight: 600;
}

.bs-tp-star-icon {
    width: 28px;
    height: 28px;
    background: #00b67a;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bs-tp-star-icon svg {
    width: 16px;
    height: 16px;
}

.bs-tp-brand {
    font-weight: 700;
    font-size: 1.05rem;
}

.bs-tp-count {
    color: rgba(0, 0, 0, 0.45);
}

.bs-t-body {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.bs-t-left {
    flex: 0 0 260px;
    min-width: 220px;
    padding-right: 40px;
    padding-top: 10px;
}

.bs-t-big-quote {
    font-size: 9rem;
    line-height: 0.7;
    color: rgba(0, 0, 0, 0.12);
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 28px;
    user-select: none;
}

.bs-t-side-heading {
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1.35;
    margin-bottom: 36px;
    font-family: 'DM Sans', sans-serif;
}

.bs-t-arrows {
    display: flex;
    align-items: center;
    gap: 0;
}

.bs-t-arr-btn {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1.5px solid #0d0d0d;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d0d0d;
    padding: 0;
    transition: all 0.2s;
}

.bs-t-arr-btn:hover {
    background: #f8e13c;
    border-color: #f8e13c;
}

.bs-t-arr-btn svg {
    width: 22px;
    height: 22px;
}

.bs-t-arr-line {
    flex: 1;
    height: 1.5px;
    background: #0d0d0d;
    min-width: 60px;
    max-width: 90px;
}

.bs-t-right {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}

.bs-t-track-outer {
    overflow: hidden;
}

.bs-t-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.bs-t-card {
    flex: 0 0 calc(33.333% - 14px);
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.bs-t-card-text {
    font-size: 0.92rem;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 20px;
    flex: 1;
    font-family: 'DM Sans', sans-serif;
}

.bs-t-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
}

.bs-t-star {
    color: #f8e13c;
    font-size: 18px;
    line-height: 1;
}

.bs-t-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bs-t-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #f8e13c;
    font-family: 'DM Sans', sans-serif;
}

.bs-t-author-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d0d0d;
    font-family: 'DM Sans', sans-serif;
    margin: 0 !important;
    line-height: 1.3;
}

.bs-t-author-time {
    font-size: 0.78rem;
    color: rgba(0, 0, 0, 0.38);
    font-family: 'DM Sans', sans-serif;
    margin: 0 !important;
    line-height: 1.3 !important;
}

@media (max-width: 991px) {
    .bs-t-body {
        flex-direction: column;
    }
    .bs-t-left {
        flex: none;
        padding-right: 0;
        padding-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
    }
    .bs-t-big-quote {
        font-size: 5rem;
        line-height: 1;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .bs-t-side-heading {
        margin-bottom: 0;
        flex: 1;
    }
    .bs-t-arrows {
        margin-top: 0;
    }
    .bs-t-card {
        flex: 0 0 calc(80vw - 32px);
    }
}

@media (max-width: 575px) {
    .bs-t-card {
        flex: 0 0 calc(90vw - 40px);
    }
    .bs-t-left {
        min-width: unset;
        gap: 14px;
    }
    .bs-t-big-quote {
        font-size: 4rem;
    }
}

.bs-service-section {
    background: #0d0d0d;
}

.bs-service-left-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.bs-service-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bs-accordion-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bs-accordion-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bs-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    cursor: pointer;
}

.bs-accordion-title {
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.25);
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.2;
}

.bs-accordion-item.active .bs-accordion-title {
    color: #ffffff;
}

.bs-accordion-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.25);
    transition: color 0.3s ease;
}

.bs-accordion-item.active .bs-accordion-arrow {
    color: #ffffff;
}

.bs-accordion-body {
    padding-bottom: 28px;
    display: none;
}

.bs-accordion-item.active .bs-accordion-body {
    display: block;
}

.bs-accordion-body p {
    font-size: 0.92rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 500px;
}

.sec-1-about {
    min-height: 60vh !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sec-1-about .container {
    text-align: center !important;
}

.sec-1-about .col-12 {
    text-align: center !important;
}

.sec-1-about h1,
.sec-1-about h2,
.sec-1-about p {
    text-align: center !important;
}

.sec-1-services-details {
    min-height: 60vh !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sec-1-services-details .container {
    text-align: center !important;
}

.sec-1-services-details h1,
.sec-1-services-details p {
    text-align: center !important;
}

/* =============================================
           KILL ALL SCROLL / GSAP / BS-ANIMATIONS — always visible
        ============================================= */

[data-bs-anim],
[class*="bs-anim"],
[class*="at-anim"],
[class*="reveal"],
[class*="fade-"],
[class*="split-"],
.scroll-reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    clip-path: none !important;
}

/* Catch inline GSAP styles that set opacity:0 */

.scroll-section .item,
.scroll-section .item * {
    opacity: 1 !important;
    visibility: visible !important;
}

/* =============================================
           NUCLEAR WHITE — address section can never go dark
        ============================================= */

.contact-address-section,
.contact-address-section *:not(.addr-card--yellow):not(.addr-card--yellow *) {
    background-color: #ffffff !important;
}

/* Restore yellow card */

.addr-card--yellow {
    background-color: #f8e13c !important;
}

.addr-card--yellow:hover {
    background-color: #f5d800 !important;
}

.addr-card--yellow .addr-card__tag {
    background: #000 !important;
    color: #f8e13c !important;
}

/* Restore white cards */

.addr-card--white {
    background-color: #ffffff !important;
}

.addr-card:not(.addr-card--yellow):not(.addr-card--white) {
    background-color: #ffffff !important;
}

/* =============================================
           LOCATION CARDS — explicit styles
        ============================================= */

.contact-address-section .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(24px, 4vw, 60px) !important;
    padding-right: clamp(24px, 4vw, 60px) !important;
}

.bs-loc-card {
    padding: 40px 32px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #ffffff;
    height: 100%;
    box-sizing: border-box;
}

.bs-loc-card.bs-loc-card--yellow {
    background: #f8e13c;
    border-color: #f8e13c;
}

.bs-loc-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.bs-loc-city {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
}

.bs-loc-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}

.bs-loc-detail {
    font-size: 0.92rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 24px;
}

.bs-loc-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bs-loc-link {
    font-size: 0.9rem;
    color: #000;
    text-decoration: none;
    display: flex;
    gap: 6px;
}

.bs-loc-link-label {
    color: #888;
    font-weight: 500;
}

.bs-loc-link-value {
    color: #000;
    font-weight: 500;
}

/* =============================================
           HERO — eyebrow + title (always visible, no transform)
        ============================================= */

.hero-eyebrow {
    display: block;
    color: #f8e13c !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 28px;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-title {
    color: #ffffff !important;
    font-size: clamp(36px, 3vw, 80px) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
    margin: 0 auto !important;
    max-width: 900px;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* =============================================
           SECTION 2 — FORM  (100vh, centred)
        ============================================= */

.contact-form-section {
    background: #f8e13c;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px 24px;
    box-sizing: border-box;
}

.contact-form-section__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}

.contact-form-section__heading {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: #000;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.1;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 0px;
    padding: 56px 48px;
    width: 100%;
    max-width: 640px;
}

.contact-form-wrap .cfield {
    margin-bottom: 0;
    border-bottom: 1.5px solid #000;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: #000;
    padding: 20px 0;
    font-family: inherit;
    display: block;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
    color: #555;
    font-size: 14px;
}

.contact-form-wrap textarea {
    resize: none;
    min-height: 120px;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
    background: #f8e13c;
    color: #000;
    border: none;
    padding: 18px 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 60px;
    transition: background 0.25s, color 0.25s;
    font-family: inherit;
}

.contact-submit-btn:hover {
    background: #000;
    color: #f8e13c;
}

.contact-form-disclaimer {
    margin-top: 20px;
    font-size: 12px;
    color: #555;
    text-align: center;
}

.contact-form-disclaimer a {
    color: #000;
    text-decoration: underline;
}

/* ── Curved form card ── */

.contact-form-wrap {
    background: #fff;
    border-radius: 24px !important;
    /* was 0px */
    padding: 56px 48px;
    width: 100%;
    max-width: 640px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-section {
    background: #f8e13c;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px 24px;
    box-sizing: border-box;
    border-radius: 0;
}

/* ── Mobile locations grid ── */

@media (max-width: 991px) {
    .addr-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .contact-address-section {
        min-height: auto !important;
        padding: 40px 0 !important;
    }
    .contact-address-section .item {
        height: auto !important;
        min-height: auto !important;
    }
}

@media (max-width: 767px) {
    .contact-form-wrap {
        padding: 32px 20px !important;
        border-radius: 16px !important;
    }
    .contact-form-section {
        padding: 80px 16px !important;
    }
    .addr-card {
        padding: 32px 24px !important;
    }
    /* Fix address section height on mobile */
    .item[style*="height:100vh"] {
        height: auto !important;
        min-height: auto !important;
    }
}

/* =============================================
           SECTION 3 — ADDRESSES  (100vh, centred, curved cards)
        ============================================= */

.contact-address-section {
    background: #ffffff !important;
    min-height: auto;
    display: block;
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.contact-address-section .addr-top {
    text-align: center;
    margin-bottom: 64px;
}

.contact-address-section .addr-top p {
    color: #888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.contact-address-section .addr-top h2 {
    color: #000;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
}

/* Curved address grid */

.addr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    border: none;
}

.addr-card {
    padding: 48px 40px;
    border-radius: 24px;
    border: 1px solid #e8e8e8;
    transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
}

.addr-card:hover {
    background: #fafafa;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.addr-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.addr-card__num {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #bbb;
}

.addr-card__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #000;
    background: #f8e13c;
    padding: 5px 14px;
    border-radius: 60px;
}

.addr-card__divider {
    height: 1px;
    background: #e8e8e8;
    margin-bottom: 28px;
    border-radius: 2px;
}

.addr-card__detail {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 28px;
}

.addr-card__contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.addr-card__link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-decoration: none;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: border-color 0.2s;
}

.addr-card__link:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.addr-card__link:hover {
    border-color: #f8e13c;
}

.addr-card__link-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #aaa;
}

.addr-card__link-value {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    transition: color 0.2s;
}

.addr-card__link:hover .addr-card__link-value {
    color: #888;
}

/* Card colour variants */

.addr-card--white {
    background: #ffffff;
}

.addr-card--yellow {
    background: #f8e13c;
    border-color: #f8e13c;
}

.addr-card--yellow .addr-card__num {
    color: #000;
}

.addr-card--yellow .addr-card__tag {
    background: #000;
    color: #f8e13c;
    border-radius: 60px;
}

.addr-card--yellow .addr-card__divider {
    background: rgba(0, 0, 0, 0.15);
}

.addr-card--yellow .addr-card__detail {
    color: #222;
}

.addr-card--yellow .addr-card__link {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.addr-card--yellow .addr-card__link-label {
    color: #555;
}

.addr-card--yellow .addr-card__link-value {
    color: #000;
}

.addr-card--yellow:hover {
    background: #f5d800;
    box-shadow: 0 12px 40px rgba(248, 225, 60, 0.35);
}

/* =============================================
           SECTION ITEM WRAPPERS — all 100vh
        ============================================= */

.scroll-section .item {
    min-height: 100vh;
}

/* =============================================
           RESPONSIVE
        ============================================= */

@media (max-width: 991px) {
    .addr-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .addr-card {
        border-radius: 20px;
        padding: 36px 28px;
    }
    .contact-form-wrap {
        padding: 40px 24px;
    }
    .contact-hero-wrap {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .contact-form-section {
        padding: 100px 16px;
    }
    .contact-address-section {
        padding: 100px 0;
    }
    .contact-hero-wrap {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.sec-1-services {
    min-height: 60vh !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sec-1-services .container {
    text-align: center !important;
}

.sec-1-services h1,
.sec-1-services p {
    text-align: center !important;
}

/* ══════════════════════════════
           HERO SECTION
        ══════════════════════════════ */

.sec-1-services-details {
    background-color: var(--bs-black) !important;
    min-height: clamp(420px, 65vh, 100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: clamp(80px, 10vw, 140px) !important;
    padding-bottom: clamp(60px, 8vw, 120px) !important;
    position: relative;
}

.sec-1-services-details .container {
    width: 100%;
}

.hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    justify-content: center;
}

.hero-breadcrumb a,
.hero-breadcrumb span {
    color: var(--bs-yellow);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-breadcrumb .sep {
    color: rgba(248, 225, 60, 0.35);
}

#sd-title {
    color: var(--bs-white) !important;
    font-size: clamp(32px, 6vw, 90px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    white-space: normal !important;
    text-align: center;
}

#sd-subtitle {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 400 !important;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

/* ══════════════════════════════
           WHAT WE DO — 3-COL GRID LAYOUT
           2 items left | Center title | 2 items right
        ══════════════════════════════ */

.sec-3-services-details {
    background: #ffffff !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Label */

.wwd-label {
    display: block;
    color: var(--bs-yellow);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* 3-col grid wrapper */

.wwd-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 20px;
    align-items: stretch;
    min-height: 480px;
}

/* Left & Right columns — stacked cards */

.wwd-col-left,
.wwd-col-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: transparent;
}

/* Center column */

.wwd-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 56px 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #f5f5f2;
}

.wwd-col-center .wwd-label {
    color: var(--bs-black);
}

.wwd-col-center h3 {
    color: var(--bs-black) !important;
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 20px;
}

.wwd-col-center p {
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0;
}

/* Text-only card (no SVG) */

.wwd-card {
    flex: 1;
    background: #f5f5f2;
    padding: 36px 32px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    transition: background 0.22s ease, border-color 0.22s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wwd-card:hover {
    background: #fff9d6;
    border-color: rgba(248, 225, 60, 0.5);
}

.wwd-card-num {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
    display: block;
}

.wwd-card h5 {
    color: var(--bs-black) !important;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wwd-card h5 span.highlight {
    color: var(--bs-yellow);
    background: var(--bs-black);
    padding: 0 4px;
    border-radius: 3px;
}

.wwd-card p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.84rem;
    line-height: 1.7;
    margin: 0;
}

/* Mobile stacking */

@media (max-width: 991px) {
    .wwd-grid {
        grid-template-columns: 1fr;
    }
    .wwd-col-center {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 40px 24px;
        order: -1;
    }
    .wwd-col-left,
    .wwd-col-right {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wwd-card {
        flex: 1 1 280px;
        min-width: 280px;
    }
}

@media (max-width: 575px) {
    .wwd-card {
        padding: 28px 20px;
    }
    .wwd-col-center {
        padding: 32px 20px;
    }
}

/* ══════════════════════════════
           OUR APPROACH — YELLOW BG, NO IMAGES
           Inspired by screenshot grid layout
        ══════════════════════════════ */

.sec-4-services-details {
    background: var(--bs-yellow) !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Section label */

.appr-label {
    display: block;
    color: rgba(0, 0, 0, 0.38);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#sd-approach-heading {
    color: var(--bs-black) !important;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

#sd-approach-sub {
    color: rgba(0, 0, 0, 0.52) !important;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
}

/* Approach cards grid — 4 across, text-only, clean boxes */

.approach-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 64px;
}

.approach-card {
    background: #ffffff;
    padding: 44px 36px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
}

.approach-card:hover {
    background: #fff9d6;
    border-color: rgba(248, 225, 60, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Top section: number + title */

.approach-card-top {}

.approach-card-num {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    font-family: monospace;
}

.approach-card h4 {
    color: #0a0a0a !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Bottom section: description */

.approach-card-bottom {}

.approach-card p {
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 0.86rem;
    line-height: 1.72;
    margin: 0;
}

.approach-card::after {
    display: none;
}

@media (max-width: 1199px) {
    .approach-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .approach-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .approach-card {
        padding: 32px 24px;
        min-height: auto;
    }
}

/* ══════════════════════════════
           WHAT YOU'LL RECEIVE — WHITE BG
        ══════════════════════════════ */

.sec-5-services-details {
    background: #ffffff !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

.recv-label {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#sd-deliverables-heading {
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #000000;
    line-height: 1.15;
    margin: 0;
}

.dlv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: transparent;
    border: none;
    border-radius: 16px;
    overflow: visible;
    margin-top: 56px;
}

.dlv-item {
    background: #f5f5f2;
    padding: 40px 36px;
    border-radius: 16px;
    border-left: 4px solid var(--bs-yellow);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.dlv-item:hover {
    background: #fff9d6;
    box-shadow: 0 4px 24px rgba(248, 225, 60, 0.18);
}

.dlv-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--bs-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.dlv-icon svg path {
    fill: #000000;
}

.dlv-item h6 {
    color: #000000;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.dlv-item p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.84rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 575px) {
    .dlv-grid {
        grid-template-columns: 1fr;
    }
    .dlv-item {
        padding: 28px 24px;
    }
}

/* ══════════════════════════════
           FOOTER
        ══════════════════════════════ */

footer.changeless {
    background: var(--bs-black) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

footer.changeless .at-footer-area {
    padding: 0;
}

.footer-top-divider {
    border-color: rgba(255, 255, 255, 0.08) !important;
    margin: 0;
}

.footer-col-label {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-col-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.84rem;
    line-height: 1.85;
    margin-bottom: 10px;
}

.footer-col-text a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color .2s;
}

.footer-col-text a:hover {
    color: var(--bs-yellow);
}

.footer-col-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-list li {
    margin-bottom: 10px;
}

.footer-col-list a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.84rem;
    transition: color .2s;
}

.footer-col-list a:hover {
    color: var(--bs-yellow);
}

footer .at-footer-copyright {
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.76rem;
}

footer .at-hero-social a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color .2s;
    margin: 0 10px;
}

footer .at-hero-social a:hover {
    color: var(--bs-yellow);
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.73rem;
    text-decoration: none;
    transition: color .2s;
}

.footer-legal-links a:hover {
    color: var(--bs-yellow);
}

.footer-logo-img {
    height: 26px;
    width: auto;
}

/* ══════════════════════════════
           RESPONSIVE HERO
        ══════════════════════════════ */

@media (max-width: 991px) {
    .sec-1-services-details {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .dlv-item {
        padding: 28px 20px;
    }
    .sec-1-services-details {
        padding-top: 90px !important;
        padding-bottom: 60px !important;
    }
    #sd-subtitle {
        font-size: 0.9rem !important;
    }
}

/* =============================================
           HERO — centred, DM Sans 800
        ============================================= */

.port-hero {
    background: var(--black);
    min-height: 60vh !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 80px;
    position: relative;
    overflow: hidden;
}

/* Subtle yellow radial glow */

.port-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 55%, rgba(248, 225, 60, .07) 0%, transparent 70%);
    pointer-events: none;
}

.port-hero__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.port-hero__title {
    font-size: clamp(48px, 8vw, 120px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Corner brackets */

.port-hero__corner {
    position: absolute;
    width: 36px;
    height: 36px;
    opacity: 0.12;
}

.port-hero__corner--tl {
    top: 110px;
    left: 44px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.port-hero__corner--tr {
    top: 110px;
    right: 44px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.port-hero__corner--bl {
    bottom: 44px;
    left: 44px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.port-hero__corner--br {
    bottom: 44px;
    right: 44px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* =============================================
           RESPONSIVE — Mobile
        ============================================= */

@media (max-width: 768px) {
    .port-hero {
        padding: 110px 20px 80px;
        min-height: 100svh;
        justify-content: center;
    }
    .port-hero__title {
        font-size: clamp(36px, 11vw, 56px);
        letter-spacing: -0.02em;
    }
    .port-hero__corner--tl,
    .port-hero__corner--tr {
        top: 80px;
        left: 20px;
    }
    .port-hero__corner--tr {
        left: auto;
        right: 20px;
    }
    .port-section {
        padding: 60px 0 80px;
    }
    .port-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 32px;
    }
    .port-filters {
        flex-wrap: wrap;
        gap: 4px 0;
    }
}

/* Scroll hint */

.port-hero__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.22);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    z-index: 1;
}

.port-hero__scroll::before {
    content: '';
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
}

/* =============================================
           PORTFOLIO SECTION
        ============================================= */

.port-section {
    background: #ffffff;
    color: #000000;
    padding: 90px 0 120px;
}

/* Filter bar — dot-separated */

.port-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 52px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.port-filter-bar__count {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
}

.port-filter-bar__count span {
    color: #000;
}

.port-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.port-filter-item {
    display: flex;
    align-items: center;
}

.port-filter-btn {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.38);
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s ease;
}

.port-filter-btn:hover,
.port-filter-btn.active {
    color: #000;
}

.port-filter-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    margin: 0 18px;
    flex-shrink: 0;
}

/* 3-column grid */

.port-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

@media (max-width: 991px) {
    .port-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .port-grid {
        grid-template-columns: 1fr;
    }
}

/* Card */

.port-card {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

/* Thumbnail */

.port-card__thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.port-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.port-card:hover .port-card__thumb img {
    transform: scale(1.06);
}

/* Category pill */

.port-card__cat {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--yellow);
    background: rgba(0, 0, 0, 0.58);
    padding: 5px 13px;
    border-radius: 50px;
    z-index: 3;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Index number */

.port-card__index {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.22);
    z-index: 3;
}

/* Hover overlay */

.port-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 4;
}

.port-card:hover .port-card__overlay {
    opacity: 1;
}

.port-card__overlay-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
    transition: transform 0.28s ease;
}

.port-card:hover .port-card__overlay-icon {
    transform: scale(1);
}

/* =============================================
           LIGHTBOX
        ============================================= */

/* Folder project card extras */

.port-card--folder {
    text-decoration: none;
    color: inherit;
}

.port-card__count {
    position: absolute;
    bottom: 18px;
    right: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    z-index: 3;
}

.port-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 4;
}

.port-card--folder:hover .port-card__label {
    opacity: 1;
    transform: translateY(0);
}

.port-card__label-title {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.port-card__label-cta {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--yellow);
    white-space: nowrap;
}

#bsLightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483647 !important;
    background: rgba(0, 0, 0, 0.96);
    align-items: center;
    justify-content: center;
    padding: 84px 80px 32px 80px;
    box-sizing: border-box;
}

#bsLightbox.open {
    display: flex;
}

/* Frame wraps the image; close btn anchored above it */

#bsLbFrame {
    position: relative;
    display: inline-flex;
    max-width: 100%;
    max-height: calc(100vh - 116px);
}

#bsLbImg {
    max-width: 100%;
    max-height: calc(100vh - 116px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 6px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6);
    user-select: none;
    -webkit-user-select: none;
}

.bs-lb-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    font-size: 20px;
    line-height: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.bs-lb-btn:hover {
    background: #f8e13c;
    border-color: #f8e13c;
    color: #000;
}

/* Close — fixed to viewport top-right, always visible */

#bsLbClose {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    border-color: #fff;
    font-size: 17px;
    font-weight: 700;
    z-index: 2147483647;
}

#bsLbClose:hover {
    background: #f8e13c;
    border-color: #f8e13c;
    color: #000;
}

/* Arrows flush to lightbox edges, centred vertically */

#bsLbPrev {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

#bsLbNext {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:600px) {
    #bsLightbox {
        padding: 72px 56px 24px 56px;
    }
    #bsLbFrame {
        max-height: calc(100vh - 96px);
    }
    #bsLbImg {
        max-height: calc(100vh - 96px);
    }
    #bsLbPrev {
        left: 8px;
    }
    #bsLbNext {
        right: 8px;
    }
    .bs-lb-btn {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }
    #bsLbClose {
        top: 12px;
        right: 12px;
    }
}

.suki-hero {
    background-color: var(--ink);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.suki-hero-inner {
    position: relative;
    z-index: 2;
    padding: 110px 48px 0;
}

.suki-hero-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

.suki-hero-tag {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(248, 225, 60, 0.35);
    padding: 5px 13px;
    border-radius: 100px;
}

.suki-hero-what {
    text-align: right;
}

.suki-hero-what-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 4px;
}

.suki-hero-what-value {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}

.suki-hero-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(64px, 10vw, 150px);
    font-weight: 400;
    line-height: 0.95;
    color: var(--gold);
    letter-spacing: -0.02em;
    margin: 0;
}

.suki-hero-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 10px;
}

.suki-hero-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #f8e13c 0%, rgba(248, 225, 60, 0.15) 100%);
    margin-top: 28px;
}

.suki-hero-infobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 2;
}

.suki-infobar-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.suki-infobar-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mid);
}

.suki-infobar-value {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.suki-infobar-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
}

.suki-section {
    background: var(--off-white);
    padding: 80px 0;
}

.suki-section-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 8px;
    display: block;
}

.suki-section-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 400;
    color: var(--ink);
    line-height: 1.15;
    margin-bottom: 0;
}

.suki-body-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    font-weight: 300;
}

.suki-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suki-list li {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    gap: 10px;
}

.suki-list li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

.suki-meta-table .suki-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.suki-meta-key {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--mid);
    font-weight: 400;
    letter-spacing: 0.05em;
}

.suki-meta-val {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
}

.suki-intro-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(17px, 1.8vw, 22px);
    font-weight: 400;
    color: #222;
    line-height: 1.65;
    margin-top: 20px;
    font-style: italic;
}

.suki-gold-line {
    width: 40px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 16px;
}

.pd-gallery {
    background: #f0ece4;
    padding: 60px 0;
}

.pd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

@media(max-width:991px) {
    .pd-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:575px) {
    .pd-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.pd-gallery-item {
    overflow: hidden;
}

.pd-gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pd-gallery-item:hover img {
    transform: scale(1.04);
}

.pd-gallery-item--wide {
    grid-column: span 2;
}

.pd-gallery-item--wide img {
    height: 420px;
}

@media(max-width:575px) {
    .pd-gallery-item--wide {
        grid-column: span 1;
    }
    .pd-gallery-item--wide img {
        height: 280px;
    }
}

.pd-explore {
    background: #0A0A0A;
    padding: 80px 0;
}

.pd-nav-strip {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pd-nav-prev,
.pd-nav-next {
    flex: 1;
    max-width: 320px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: opacity 0.25s;
}

.pd-nav-prev:hover,
.pd-nav-next:hover {
    opacity: 0.75;
}

.pd-nav-prev {
    align-items: flex-start;
}

.pd-nav-next {
    align-items: flex-end;
    text-align: right;
}

.pd-nav-dir {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(248, 225, 60, 0.8);
    font-weight: 700;
    display: block;
}

.pd-nav-thumb {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.pd-nav-name {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.01em;
    display: block;
}

.pd-nav-cat {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    display: block;
    margin-top: 2px;
}

.pd-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 32px;
    transition: all 0.25s;
    white-space: nowrap;
    align-self: center;
    flex-shrink: 0;
}

.pd-back-btn:hover {
    border-color: #f8e13c;
    color: #f8e13c;
}

.pd-explore-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 32px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 14px;
}

.suki-project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.suki-project-card img {
    width: 100%;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(0.7);
}

.suki-project-card:hover img {
    transform: scale(1.04);
    filter: brightness(0.5);
}

.suki-project-card-info {
    margin-top: 16px;
}

.suki-project-tag {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 6px;
}

.suki-project-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    margin: 0;
}

.suki-footer {
    background: #0D0D0D;
    border-top: 1px solid rgba(232, 200, 74, 0.25);
}

.suki-footer-logo-row {
    padding: 22px 0 14px;
}

.suki-footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.suki-footer-divider-gold {
    border: none;
    border-top: 1px solid rgba(232, 200, 74, 0.2);
    margin: 0;
}

.suki-footer-col-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
    display: block;
}

.suki-footer-col-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 12px;
}

.suki-footer-col-text a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.suki-footer-col-text a:hover {
    color: var(--gold);
}

.suki-footer-col-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suki-footer-col-list li {
    margin-bottom: 7px;
}

.suki-footer-col-list li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 300;
}

.suki-footer-col-list li a:hover {
    color: var(--gold);
}

.suki-footer-bottom {
    padding: 14px 0;
}

.suki-footer-copyright {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.suki-footer-social {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.suki-footer-social a {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.suki-footer-social a:hover {
    color: var(--gold);
}

.suki-footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.suki-footer-legal li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: color 0.2s;
}

.suki-footer-legal li a:hover {
    color: var(--gold);
}

@media(max-width:768px) {
    .suki-hero-inner {
        padding: 100px 24px 0;
    }
    .suki-hero-infobar {
        padding: 20px 24px;
        flex-wrap: wrap;
        gap: 16px;
    }
    .suki-infobar-sep {
        display: none;
    }
    .pd-nav-strip {
        flex-direction: column;
        gap: 32px;
    }
    .pd-nav-prev,
    .pd-nav-next {
        max-width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .pd-back-btn {
        align-self: flex-start;
    }
    .suki-footer-legal {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .suki-footer-social {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.suki-hero-tag {
    animation: fadeUp 0.7s ease 0.1s both;
}

.suki-hero-what {
    animation: fadeUp 0.7s ease 0.2s both;
}

.suki-hero-title {
    animation: fadeUp 0.9s ease 0.35s both;
}

.suki-hero-subtitle {
    animation: fadeUp 0.7s ease 0.55s both;
}

.suki-hero-divider {
    animation: fadeUp 0.5s ease 0.65s both;
}

.sec-1-faqs {
    min-height: 60vh !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sec-1-faqs .container {
    text-align: center !important;
}

.sec-1-faqs h1,
.sec-1-faqs h2,
.sec-1-faqs p {
    text-align: center !important;
}