@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

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

body {
    background: #FFFDF9;
    font-family: 'Lora', serif;
}

.hero-page2 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 55px;
    position: relative;
    overflow: hidden;
}

.hero-page2-container {
    width: 100%;
    position: relative;
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-page2-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-page2-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-page2-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.811634) 73.17%, #000000 139.18%);
}

.hero-overlay-top {
    opacity: 28%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.811634) 51.74%, #FFFFFF 138.21%);
    z-index: 47;
}

.hero-page2-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px 20px;
    text-align: center;
}

.hero-page2-title {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.hero-page2-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 1120px;
    margin: 0 auto;
}

@media (max-width:1024px) {
    .hero-page2-container {
        height: 500px;
    }

    .hero-page2-title {
        font-size: 28px;
    }

    .hero-page2-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 600px;
    }
}

@media (max-width:991px) {
    .hero-page2-container {
        height: 450px;
    }

    .hero-page2-title {
        font-size: 26px;
    }

    .hero-page2-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 550px;
    }
}

@media (max-width:768px) {
    .hero-page2-container {
        height: 400px;
    }

    .hero-page2-title {
        font-size: 24px;
    }

    .hero-page2-desc {
        font-size: 12px;
        line-height: 20px;
        max-width: 500px;
        padding: 0 10px;
    }

    .hero-page2-content {
        width: 95%;
        padding: 20px 15px;
    }
}

@media (max-width:576px) {
    .hero-page2-container {
        height: 350px;
    }

    .hero-page2-title {
        font-size: 20px;
    }

    .hero-page2-desc {
        font-size: 11px;
        line-height: 16px;
        max-width: 100%;
        padding: 0 15px;
    }


    .hero-page2-content {
        width: 100%;
        padding: 15px 20px;
    }
}

@media (max-width:400px) {
    .hero-page2-container {
        height: 300px;
    }

    .hero-page2-title {
        font-size: 17px;
    }

    .hero-page2-desc {
        font-size: 10px;
        line-height: 16px;
        padding: 0 10px;
    }
}

.glamping-section {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 15px 0;
}

.glamping-container {
    max-width: 1440px;
    margin: auto;
}

.glamping-row {
    width: 88%;
    margin: 0 auto 80px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 70px;
}

.glamping-row.featured {
    width: 100%;
    padding-left: 40px;
    padding-right: 85px;
}

.glamping-content {
    flex: 1;
    max-width: 410px;
}

.glamping-content-1 {
    flex: 1;
    max-width: 550px;
}

.glamping-tag {
    font-size: 12px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #404093;
    margin-bottom: 12px;
}

.glamping-title {
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    color: #18171C;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.small-title {
    font-family: "Lora", serif;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 400;
    color: #18171C;
    margin-bottom: 22px;
}

.glamping-text-1 {
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #18171C;
}

.glamping-text {
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #18171C;
    max-width: 420px;
}

.line {
    width: 450px;
    height: 1px;
    background: #D7D0C8;
    margin-top: 28px;
}

.glamping-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.glamping-image img {
    width: 100%;
    max-width: 560px;
    height: 360px;
    object-fit: cover;
    display: block;
}

.glamping-row:not(.featured) .glamping-image img {
    max-width: 560px;
    height: 320px;
}

@media(max-width:1440px) {
    .glamping-row {
        gap: 50px;
    }

    .glamping-title {
        font-size: 32px;
    }

    .small-title {
        font-size: 25px;
    }

    .glamping-image img {
        height: 320px;
    }

    .glamping-row:not(.featured) .glamping-image img {
        height: 320px;
    }
}

@media(max-width:1024px) {

    .glamping-row,
    .glamping-row.featured {
        padding-left: 0;
        padding-right: 0px;
        width: 100%;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 35px;
    }

    .glamping-content {
        max-width: 470px;
        margin: auto;
    }

    .glamping-image {
        justify-content: center;
    }

    .glamping-image img,
    .glamping-row:not(.featured) .glamping-image img {
        width: 100%;
        max-width: 700px;
        height: auto;
        aspect-ratio: 16/10;
    }

    .line {
        width: 340px;
        margin: 25px auto 0;
    }
}

@media(max-width:576px) {
    .glamping-section {
        padding: 5px 18px;
    }

    .glamping-row {
        margin-bottom: 60px;
    }

    .glamping-title {
        font-size: 20px;
    }

    .line {
        width: 280px;
        margin: 25px auto 0;
    }

    .small-title {
        font-size: 20px;
    }

    .glamping-text {
        font-size: 13px;
        line-height: 1.7;
    }
}

.cta-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    opacity: 70%;
    background: #000000;
    z-index: 2;
}

.cta-frame {
    position: absolute;
    top: 18px;
    bottom: 18px;
    width: 94.5px;
    border: 1px solid rgba(255, 255, 255, .45);
    z-index: 3;
    pointer-events: none;
}

.cta-frame-left {
    left: 18px;
    border-right: none;
}

.cta-frame-right {
    right: 18px;
    border-left: none;
}

.cta-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 900px;
    padding: 40px 20px;
    text-align: center;
}

.cta-title {
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cta-desc {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 34px;
}

.cta-btn {
    width: 219px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #CBAA6A;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cta-btn::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
}

.cta-btn:hover::before {
    transform: scale(1);
}

.cta-btn:hover {
    background: #b08b49;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2);
}

@media(max-width:1440px) {
    .cta-section {
        min-height: 520px;
    }

    .cta-title {
        font-size: 38px;
    }
}

@media(max-width:1024px) {
    .cta-section {
        min-height: 470px;
    }

    .cta-content {
        max-width: 700px;
    }

    .cta-title {
        font-size: 34px;
    }
}

@media(max-width:768px) {
    .cta-section {
        min-height: 400px;
    }

    .cta-title {
        font-size: 28px;
    }
}

@media(max-width:576px) {
    .cta-section {
        min-height: 340px;
    }

    .cta-frame {
        top: 10px;
        bottom: 10px;
        width: 60px;
    }

    .cta-frame-left {
        left: 10px;
    }

    .cta-frame-right {
        right: 10px;
    }

    .cta-title {
        font-size: 22px;
        line-height: 1.45;
    }

    .cta-btn {
        width: 200px;
        height: 52px;
    }
}

@media(max-width:425px) {
    .cta-section {
        min-height: 340px;
    }

    .cta-frame {
        top: 10px;
        bottom: 10px;
        width: 60px;
    }

    .cta-frame-left {
        left: 10px;
    }

    .cta-frame-right {
        right: 10px;
    }

    .cta-title {
        font-size: 18px;
        line-height: 1.45;
    }

    .cta-desc {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .cta-btn {
        width: 150px;
        height: 42px;
    }
}

.solutions-section {
    width: 100%;
    max-width: 1920px;
    margin: 70px auto;
    padding: 0px 20px;
    /* background: #fff; */
}

.solutions-heading {
    width: 100%;
    max-width: 865px;
    margin: 0 auto 35px;
    text-align: center;
}

.solutions-subtitle {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #404093;
}

.solutions-title {
    margin: 12px 0 16px;
    text-transform: uppercase;
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 400;
    color: #18171C;
}

.solutions-desc {
    margin: auto;
    max-width: 800px;
    font-weight: 400;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #18171C;
}

.solutions-grid {
    width: 100%;
    max-width: 1183px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.solution-item {
    text-decoration: none;
    color: #18171C;
}

.solution-image {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.solution-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(24, 23, 28, 0.48);
    z-index: 1;
}

.solution-image img {
    width: 100%;
    display: block;
    z-index: 0;
    transition: .4s;
}

.solution-item:hover img {
    transform: scale(1.05);
}

.you-tube {
    background-color: #EDE9E1;
    max-width: 277px;
    border-radius: 10px;
}

.play-btn {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 38px;
    border-radius: 16%;
    background: #FF0000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    pointer-events: none;
}

.solution-name {
    padding: 12px 0;
    text-align: center;
    font-family: "Bricolage Grotesque", serif;
    font-size: 18px;
    font-weight: 700;
    color: #18171C;
}

.youtube-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 3;
    pointer-events: none;
}

.youtube-tag i {
    color: #FF0000;
    font-size: 16px;
}

.youtube-tag span {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #18171C;
    line-height: 1;
}

.solutionSwiper {
    display: none;
}

@media(max-width:1024px) {
    .solutions-grid {
        display: none;
    }

    .solutionSwiper {
        padding: 0 14px;
        display: block;
        overflow: hidden;
    }

    .solutionSwiper .swiper-slide {
        height: auto;
        background-color: #EDE9E1;
        border-radius: 10px;
    }

    .solutions-title {
        font-size: 36px;
    }

    .solutions-section {
        margin: 65px auto;
    }
}

@media(max-width:768px) {
    .solutions-title {
        font-size: 28px;
    }

    .solutions-section {
        margin: 50px auto 0;
        padding: 0px 20px;
    }

    .youtube-tag {
        width: 100px;
        height: 25px;
    }

    .youtube-tag span {
        font-size: 12px;
    }

    .solutions-desc {
        max-width: 640px;
        font-size: 13px;
    }
}

@media(max-width:576px) {
    .solution-name {
        font-size: 14px;
    }

    .play-btn {
        width: 40px;
        height: 30px;
        font-size: 15px;
    }

    .solutions-title {
        font-size: 20px;
    }

    .solutions-desc {
        line-height: 18px;
    }
}

.manufacturer-section {
    width: 100%;
    max-width: 1920px;
    margin: 70px auto;
    padding: 10px 40px;
    overflow: hidden;
    /* background: #fff; */
}

.manufacturer-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}

.manufacturer-content {
    width: 100%;
    max-width: 470px;
}

.manufacturer-subtitle {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #404093;
    margin-bottom: 10px;
}

.manufacturer-title {
    max-width: 360px;
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    color: #18171C;
    margin-bottom: 40px;
}

.manufacturer-desc {
    max-width: 430px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #18171C;
    margin-bottom: 40px;
}

.manufacturer-btn {
    width: 211px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CBAA6A;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.manufacturer-btn::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
}

.manufacturer-btn:hover::before {
    transform: scale(1);
}

.manufacturer-btn:hover {
    background: #b08b49;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2);
}

.manufacturer-slider {
    width: 100%;
    max-width: 760px;
}

.slider-wrapper {
    position: relative;
    display: flex;
    gap: 16px;
    height: 540px;
}

.slider-left {
    flex: 7;
    overflow: hidden;
}

.slider-right {
    flex: 3;
    overflow: hidden;
}

.split-image {
    width: 100%;
    height: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    transition: .6s;
}

#sliderLeft {
    background-position: left center;
}

#sliderRight {
    background-position: right center;
}

.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
    transition: .35s;
    cursor: pointer;
}

.dot.active {
    width: 34px;
    border-radius: 30px;
    background: #CBAA6A;
    opacity: 1;
}

@media(max-width:1440px) {
    .manufacturer-container {
        max-width: 1240px;
        gap: 55px;
    }

    .slider-wrapper {
        height: 500px;
    }
}

@media(max-width:1024px) {
    .manufacturer-container {
        flex-direction: column-reverse;
        text-align: center;
        gap: 45px;
    }

    .manufacturer-content {
        max-width: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .manufacturer-title {
        max-width: 515px;
        font-size: 36px;
    }

    .manufacturer-desc {
        max-width: 650px;
        margin-bottom: 20px;
    }

    .manufacturer-slider {
        max-width: 760px;
    }

    .slider-wrapper {
        height: 420px;
    }
}

@media(max-width:576px) {
    .manufacturer-section {
        padding: 0px 16px;
    }

    .manufacturer-title {
        max-width: 310px;
        font-size: 20px;
    }

    .manufacturer-desc {
        font-size: 13px;
    }

    .manufacturer-btn {
        width: 180px;
        height: 46px;
    }

    .slider-wrapper {
        height: 250px;
        gap: 8px;
    }

    .slider-dots {
        bottom: 15px;
    }
}

.customize-section {
    width: 100%;
    max-width: 1920px;
    margin: 70px auto;
    padding: 30px 20px;
    overflow: hidden;
}

.customize-heading {
    max-width: 850px;
    margin: 0 auto 0px;
    text-align: center;
}

.customize-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #404093;
    margin-bottom: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
}

.customize-title {
    font-size: 42px;
    font-weight: 400;
    color: #18171C;
    margin-bottom: 15px;
    font-family: "Lora", serif;
}

.customize-desc {
    max-width: 820px;
    margin: auto;
    font-size: 14px;
    line-height: 1.7;
    color: #18171C;
    font-family: "Bricolage Grotesque", sans-serif;
}

.customize-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customize-desktop-image {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

.costumize-btn-1 {
    position: absolute;
    inset: 0;
}

.customize-btn-1 {
    font-family: 'Bricolage Grotesque', serif;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 30px;
    height: 48px;
    border-radius: 999px;
    border: 1.5px solid #5959BE;
    background: #fff;
    color: #404093;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    transition: .3s;
}

.btn-finals {
    top: 6%;
    left: -1%;
    transform: translateX(-50%);
}

.btn-tassels {
    top: 43%;
    left: -4%;
}

.btn-colors {
    top: 35%;
    right: -16%;
}

.btn-borders {
    top: 6%;
    right: -4%;
}

.btn-prints {
    bottom: 6%;
    left: -15%;
}

.btn-valances {
    bottom: 16%;
    right: -15%;
    transform: translateX(-50%);
}

.desktop-customize-img {
    display: block;
    width: 100%;
    max-width: 1050px;
    height: auto;
}

.customize-mobile-image {
    display: none;
    width: 100%;
    text-align: center;
}

.mobile-customize-img {
    width: 100%;
    max-width: 650px;
    display: block;
    margin: auto;
    object-fit: contain;
    height: auto;
}

.customize-enquiry {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.customize-enquiry-btn {
    width: 211px;
    height: 56px;
    border: none;
    cursor: pointer;
    background: #CBAA6A;
    color: #fff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.customize-enquiry-btn::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
}

.customize-enquiry-btn:hover::before {
    transform: scale(1);
}

.customize-enquiry-btn:hover {
    background: #b08b49;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2);
}

.customize-buttons {
    display: none;
    width: 100%;
    max-width: 900px;
    margin: 35px auto 0;
    gap: 18px;
}

.customize-btn {
    font-family: 'Bricolage Grotesque', serif;
    height: 48px;
    border-radius: 999px;
    border: 1.5px solid #5959BE;
    background: #fff;
    color: #45459F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .35s;
}

.customize-btn:hover {
    background: #404093;
    color: #fff;
}

@media (max-width:1200px) {
    .desktop-customize-img {
        max-width: 680px;
    }

    .customize-btn-1 {
        height: 40px;
        padding: 8px 15px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .btn-finals {
        top: 7%;
        left: -8%;
        transform: none;
    }

    .btn-tassels {
        top: 43%;
        left: -6%;
    }

    .btn-prints {
        bottom: 7%;
        left: -18%;
    }

    .btn-borders {
        top: 7%;
        right: -6%;
    }

    .btn-colors {
        top: 35%;
        right: -18%;
    }

    .btn-valances {
        bottom: 16%;
        right: -10%;
        transform: none;
    }
}

@media (max-width:1024px) {
    .desktop-customize-img {
        max-width: 680px;
    }

    .customize-btn-1 {
        height: 40px;
        padding: 8px 15px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .btn-finals {
        top: 7%;
        left: -8%;
        transform: none;
    }

    .btn-tassels {
        top: 43%;
        left: -6%;
    }

    .btn-prints {
        bottom: 7%;
        left: -18%;
    }

    .btn-borders {
        top: 7%;
        right: -6%;
    }

    .btn-colors {
        top: 35%;
        right: -18%;
    }

    .btn-valances {
        bottom: 16%;
        right: -10%;
        transform: none;
    }
}

@media (max-width:991px) {
    .customize-section {
        padding: 0px 20px;
    }

    .customize-desktop-image {
        display: none;
    }

    .customize-mobile-image {
        display: block;
    }

    .customize-enquiry-btn {
        width: 186px;
        height: 50px;
    }

    .mobile-customize-img {
        width: 100%;
        max-width: 620px;
        height: auto;
        object-fit: contain;
    }

    .customize-title {
        font-size: 34px;
    }

    .customize-desc {
        font-size: 14px;
    }

    .customize-enquiry {
        margin-top: 25px;
    }

    .customize-buttons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        max-width: 760px;
        margin: 35px auto 0;
    }

    .customize-buttons .customize-btn:nth-child(5) {
        grid-column: 2;
    }

    .customize-buttons .customize-btn:nth-child(6) {
        grid-column: 3;
    }

    .customize-btn {
        width: 100%;
        height: 46px;
        font-size: 13px;
        padding: 0 12px;
    }
}

@media (max-width:576px) {
    .customize-section {
        padding: 0px 15px;
    }

    .customize-title {
        font-size: 20px;
    }

    .customize-subtitle {
        display: block;
        font-size: 16px;
    }

    .customize-desc {
        font-size: 13px;
    }

    .mobile-customize-img {
        max-width: 360px;
    }

    .customize-buttons {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        max-width: 360px;
    }

    .customize-buttons .customize-btn:nth-child(5),
    .customize-buttons .customize-btn:nth-child(6) {
        grid-column: auto;
    }

    .customize-btn {
        height: 42px;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 0 8px;
    }

    .customize-enquiry-btn {
        width: 180px;
        height: 46px;
        font-size: 13px;
    }
}

.testimonial-v2-section {
    width: 100%;
    max-width: 1920px;
    margin: 70px auto;
    background: #404093;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.testimonial-v2-container {
    display: flex;
    align-items: stretch;
    min-height: 760px;
}

.testimonial-v2-left {
    width: 42%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.testimonial-v2-image {
    position: absolute;
    width: 135%;
    height: 125%;
    object-fit: contain;
}

.testimonial-v2-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(63deg, rgba(69, 69, 159, .12) 62%, rgba(69, 69, 159, .38) 90%, rgba(69, 69, 159, .75) 91%, rgba(69, 69, 159, .97) 142%);
}

.testimonial-v2-content {
    position: relative;
    z-index: 5;
    padding: 48px 42px;
    max-width: 500px;
}

.testimonial-v2-subtitle {
    display: block;
    color: #FFFFFF;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    font-weight: 500;
}

.testimonial-v2-content h2 {
    color: #FFFFFF;
    font-family: 'Lora', sans-serif;
    font-size: 42px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 24px;
}

.testimonial-v2-content p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.9;
    opacity: .95;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.testimonial-v2-right-scroll {
    width: 58%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 760px;
    padding: 20px 20px 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    scroll-behavior: smooth;
}

.testimonial-v2-right-scroll::-webkit-scrollbar {
    width: 6px;
}

.testimonial-v2-right-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.testimonial-v2-right-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.testimonial-v2-right-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.testimonial-v2-right-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.08);
}

.testimonial-v2-right-scroll .testimonial-v2-card {
    flex-shrink: 0;
    width: 100%;
}

.testimonial-v2-right-scroll .testimonial-v2-bottom-fade {
    display: none;
}

@media (min-width:992px) {
    .testimonial-v2-right-scroll {
        display: flex !important;
    }

    .testimonial-v2-right {
        display: none !important;
    }
}

@media (max-width:991px) {
    .testimonial-v2-right-scroll {
        display: none !important;
    }

    .testimonial-v2-right {
        display: none !important;
    }
}

.testimonial-v2-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    padding: 34px 25px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(6px);
    transition: .35s;
}

.testimonial-v2-card:hover {
    background: rgba(255, 255, 255, .08);
}

.testimonial-v2-card-text {
    flex: 1;
    color: #ffff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    opacity: 1;
}

.testimonial-v2-user {
    width: 150px;
    text-align: left;
    flex-shrink: 0;
}

.testimonial-v2-user h4 {
    color: #ffff;
    font-size: 24px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.testimonial-v2-user span {
    color: #ffff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    opacity: .8;
}

.testimonial-v2-slider-wrapper {
    display: none;
}

.testimonial-v2-navigation {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.testimonial-v2-prev,
.testimonial-v2-next {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #45459F;
    cursor: pointer;
    font-size: 20px;
    transition: .35s;
}

.testimonial-v2-prev:hover,
.testimonial-v2-next:hover {
    background: #ececff;
}

@media (max-width:1024px) {
    .testimonial-v2-card {
        height: 160px;
        gap: 20px;
        padding: 15px 20px;
    }

    .testimonial-v2-card-text {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-v2-user h4 {
        font-size: 20px;
    }

    .testimonial-v2-content {
        padding: 22px 30px;
        max-width: 515px;
    }

    .testimonial-v2-content h2 {
        margin-bottom: 10px;
        font-size: 35px;
    }

    .testimonial-v2-image {
        width: 155%;
        height: 132%;
    }
}

@media (max-width:991px) {
    .testimonial-v2-container {
        display: block;
        min-height: auto;
    }

    .testimonial-v2-slider-wrapper {
        display: block;
        padding: 40px 25px 70px;
    }

    .testimonial-v2-left {
        width: 100%;
        height: 650px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .testimonial-v2-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .testimonial-v2-overlay {
        background: linear-gradient(104deg, rgba(69, 69, 159, .12) -19%, rgba(69, 69, 159, .35) 90%, rgba(69, 69, 159, .72) 100%, rgba(69, 69, 159, .95) 99%);
    }

    .testimonial-v2-content {
        max-width: 650px;
        padding: 45px 30px;
        margin: auto;
    }

    .testimonial-v2-subtitle {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .testimonial-v2-content h2 {
        font-size: 44px;
        line-height: 1.15;
        margin: 20px 0;
    }

    .testimonial-v2-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .testimonialV2Swiper {
        overflow: hidden;
    }

    .testimonialV2Swiper .swiper-slide {
        height: auto;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card {
        background: rgba(255, 255, 255, .08);
        padding: 32px;
        display: block;
        min-height: 280px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card-text {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user {
        width: 100%;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user h4 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .testimonial-v2-navigation {
        margin-top: 35px;
    }

    .testimonial-v2-prev,
    .testimonial-v2-next {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width:576px) {
    .testimonial-v2-section {
        margin: 50px auto;
        padding: 0;
    }

    .testimonial-v2-left {
        height: 350px;
    }

    .testimonial-v2-content {
        padding: 25px 20px;
        max-width: 100%;
    }

    .testimonial-v2-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .testimonial-v2-content h2 {
        font-size: 24px;
        line-height: 1.2;
        margin: 18px 0;
    }

    .testimonial-v2-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .testimonial-v2-slider-wrapper {
        padding: 30px 15px 50px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card {
        padding: 24px;
        min-height: 260px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card-text {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user h4 {
        font-size: 22px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user span {
        font-size: 14px;
    }

    .testimonial-v2-navigation {
        margin-top: 25px;
        gap: 15px;
    }

    .testimonial-v2-prev,
    .testimonial-v2-next {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .testimonial-v2-image {
        left: 0px;
        width: 156%;
        height: 109%;
    }
}

.usp-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 70px;
    padding: 1px 20px;
    /* background: #fff; */
}

.usp-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.usp-heading {
    text-align: center;
    margin-bottom: 60px;
}

.usp-label {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #404093;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.usp-title {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 42px;
    color: #18171C;
    line-height: 1.2;
    margin-bottom: 10px;
}

.usp-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #18171C;
    line-height: 24px;
    max-width: 820px;
    margin: 0 auto;
}

.usp-bottom {
    max-width: 1117px;
    display: flex;
    gap: 85px;
    margin: auto;
}

.usp-left {
    flex: 0 0 526px;
    width: 526px;
    max-width: 100%;
}

.usp-left img {
    width: 100%;
    height: 585px;
    object-fit: contain;
    display: block;
}

.usp-right {
    flex: 1;
    height: 450px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 518px;
}

.usp-small-item {
    height: 137px;
    max-width: 518px;
    display: flex;
    gap: 80px;
}

.usp-small-item img {
    width: 75px;
    height: 70px;
    object-fit: contain;
    flex-shrink: 0;
}

.usp-small-text {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 32px;
    color: #18171C;
    line-height: 1.2;
    max-width: 363px;
}

.usp-small-text p {
    max-width: 220px;
}

@media (max-width:1024px) {
    .usp-section {
        margin: 0 auto 60px;
        padding: 10px 20px;
    }

    .usp-heading {
        margin-bottom: 40px;
    }

    .usp-title {
        font-size: 34px;
    }

    .usp-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 700px;
    }

    .usp-bottom {
        max-width: 855px;
        gap: 70px;
        flex-wrap: wrap;
    }

    .usp-left {
        flex: 0 0 400px;
        width: 400px;
    }

    .usp-left img {
        height: 445px;
    }

    .usp-right {
        max-width: 340px;
        gap: 20px;
    }

    .usp-small-item img {
        width: 70px;
        height: 70px;
    }

    .usp-small-text {
        font-size: 26px;
    }
}

@media (max-width:991px) {
    .usp-section {
        margin: 0 auto 0px;
        padding: 50px 20px;
    }

    .usp-heading {
        margin-bottom: 35px;
    }

    .usp-title {
        font-size: 26px;
    }

    .usp-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 600px;
    }

    .usp-bottom {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .usp-left {
        flex: 0 0 100%;
        width: 100%;
        max-width: 500px;
    }

    .usp-left img {
        height: 580px;
        width: 100%;
    }

    .usp-right {
        flex-direction: row;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px 40px;
    }

    .usp-small-item {
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 30px;
        flex: 0 0 auto;
        width: 140px;
    }

    .usp-small-item img {
        width: 70px;
        height: 70px;
    }

    .usp-small-text {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width:768px) {
    .usp-section {
        margin: 0 auto 0px;
        padding: 40px 15px;
    }

    .usp-heading {
        margin-bottom: 30px;
    }

    .usp-title {
        font-size: 26px;
    }

    .usp-desc {
        font-size: 12px;
        line-height: 20px;
        max-width: 500px;
    }

    .usp-left {
        max-width: 455px;
    }

    .usp-left img {
        height: 505px;
    }

    .usp-right {
        gap: 20px 30px;
    }

    .usp-small-item {
        text-align: center;
        width: 120px;
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 35px;
    }

    .usp-small-item img {
        width: 60px;
        height: 60px;
    }

    .usp-small-text {
        font-size: 16px;
    }
}

@media (max-width:576px) {
    .usp-section {
        margin: 0 auto 0px;
        padding: 30px 15px;
    }

    .usp-heading {
        margin-bottom: 25px;
    }

    .usp-label {
        font-size: 14px;
    }

    .usp-title {
        font-size: 22px;
    }

    .usp-desc {
        font-size: 12px;
        line-height: 20px;
        max-width: 100%;
        padding: 0 5px;
    }

    .usp-left {
        max-width: 320px;
    }

    .usp-left img {
        height: 280px;
    }

    .usp-right {
        gap: 15px 15px;
    }

    .usp-small-item {
        width: 115px;
    }

    .usp-small-item img {
        width: 50px;
        height: 50px;
    }

    .usp-small-text {
        font-size: 13px;
    }
}

@media (max-width:400px) {
    .usp-section {
        margin: 0 auto 0px;
        padding: 25px 12px;
    }

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

    .usp-desc {
        font-size: 13px;
        line-height: 18px;
    }

    .usp-left {
        max-width: 280px;
    }

    .usp-left img {
        height: 240px;
    }

    .usp-right {
        gap: 12px 15px;
    }

    .usp-small-item {
        width: 85px;
    }

    .usp-small-item img {
        width: 40px;
        height: 40px;
    }

    .usp-small-text {
        font-size: 13px;
    }
}

.gallery-section {
    width: 100%;
    padding: 75px 0 75px;
    overflow: hidden;
}

.gallery-heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-heading span {
    color: #404093;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.gallery-heading h2 {
    font-size: 42px;
    margin: 10px 0;
    color: #18171C;
    font-weight: 400;
    font-family: 'Lora', sans-serif;
}

.gallery-heading p {
    width: 800px;
    max-width: 90%;
    font-size: 14px;
    color: #18171C;
    margin: auto;
    line-height: 24px;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.gallery-wrapper {
    position: relative;
}

.gallerySwiper {
    padding-left: 8px;
    padding-right: 8px;
}

.gallerySwiper .swiper-slide {
    height: 520px;
    overflow: hidden;
}

.gallerySwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-btn {
    position: absolute;
    bottom: -13%;
    transform: translateY(0);
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #404093;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    z-index: 10 !important;
    transition: .3s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.gallery-btn:hover {
    background: #22226b;
}

.gallery-prev {
    left: 46%;
    transform: translateX(-50%);
}

.gallery-next {
    right: 46%;
    transform: translateX(-50%);
}

@media(max-width:1024px) {
    .gallery-heading h2 {
        font-size: 35px;
    }

    .gallerySwiper .swiper-slide {
        height: 420px;
    }

    .gallery-btn {
        width: 45px;
        height: 45px;
    }

    .gallery-heading p {
        width: 800px;
        max-width: 70%;
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .gallery-heading h2 {
        font-size: 30px;
    }

    .gallerySwiper .swiper-slide {
        height: 420px;
    }

    .gallery-btn {
        width: 45px;
        height: 45px;
    }

    .gallery-heading p {
        width: 800px;
        max-width: 70%;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .gallery-heading h2 {
        font-size: 28px;
    }

    .gallery-section {
        padding: 42px 0 75px;
    }

    .gallerySwiper .swiper-slide {
        height: 420px;
    }

    .gallery-btn {
        width: 45px;
        height: 45px;
    }

    .gallery-heading p {
        width: 867px;
        max-width: 83%;
        font-size: 13px;
        line-height: 20px;
    }
}

@media(max-width:576px) {
    .gallery-section {
        padding: 40px 0 50px;
    }

    .gallery-heading h2 {
        font-size: 17px;
    }

    .gallerySwiper {
        padding: 0 8px;
    }

    .gallerySwiper .swiper-slide {
        height: 340px;
    }

    .gallery-btn {
        bottom: -48px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .gallery-prev {
        left: 32%;
    }

    .gallery-next {
        right: 32%;
    }

    .gallery-heading p {
        width: 867px;
        max-width: 89%;
        font-size: 13px;
        line-height: 18px;
    }
}

.animate-heading {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-heading.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-text {
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-image {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.animate-btn {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 40%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.3) 60%,
            transparent 100%);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    z-index: 1;
}

.animate-btn:hover::before {
    left: 100%;
}

.animate-btn:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.animate-btn.cta-btn:hover {
    background: #b08b49 !important;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2) !important;
}

.animate-btn.manufacturer-btn:hover {
    background: #b08b49 !important;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2) !important;
}

.animate-btn.customize-enquiry-btn:hover {
    background: #b08b49 !important;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2) !important;
}

.animate-btn.experts-btn:hover {
    background: #3E3128 !important;
    border-color: #3E3128 !important;
    color: #fff !important;
}

.animate-btn.gallery-btn:hover {
    background: #22226b !important;
}

.animate-btn.testimonial-v2-prev:hover,
.animate-btn.testimonial-v2-next:hover {
    background: #ececff !important;
}

.animate-btn.footer-social a:hover {
    background: #fff !important;
    color: #2f1e18 !important;
}

.footer-social .animate-btn::before {
    display: none;
}

.logo img:hover,
.footer-logo img:hover,
.badge img:hover {
    transform: none !important;
    filter: none !important;
}

img:not(.logo img):not(.footer-logo img):not(.badge img):hover {
    transform: scale(1.04);
    filter: brightness(1.06);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}


.split-image.animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease, background-image 0.6s ease;
}

.split-image.animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.gallerySwiper .swiper-slide .animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.gallerySwiper .swiper-slide .animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.testimonial-v2-image.animate-image {
    transition: opacity 1s ease, transform 1s ease;
}

.testimonial-v2-image.animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.experts-bg .animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.experts-bg .animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.hero-page2-bg .animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.hero-page2-bg .animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.cta-bg.animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.cta-bg.animate-image.visible {
    opacity: 1;
    transform: scale(1);
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img.animate-image,
video.animate-image,
iframe.animate-image {
    display: block;
}

.gallery-btn.animate-btn {
    position: absolute !important;
    overflow: visible !important;
}

.gallery-btn.animate-btn::before {
    display: none !important;
}
/* 
.gallery-btn.animate-btn:hover {
    transform: none !important;
    background: #22226b !important;
} */