/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

/* CLS Prevention - Critical for performance */
/* Reserve space for AOS elements to prevent layout shifts */
[data-aos] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Specific AOS animations with proper space reservation */
[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="zoom-in"] {
    transform: scale(0.9);
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
}

/* Prevent layout shifts for hero banner */
.hero-banner {
    min-height: 460px; /* Reserve space for banner content */
    overflow: hidden; /* Prevent horizontal scroll */
    position: relative;
}

.banner-data {
    min-height: 200px; /* Reserve space for text content */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Reserve space for images to prevent layout shifts */
.banner-img-box {
    min-height: 460px; /* Match the image aspect ratio */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .hero-banner {
        min-height: auto; /* Allow natural height on mobile */
        padding: 180px 0 100px; /* Adjusted padding for mobile */
    }
    
    .banner-data {
        min-height: auto; /* Allow natural height on mobile */
        margin-bottom: 30px; /* Add space between text and image */
    }
    
    .banner-img-box {
        min-height: auto; /* Allow natural height on mobile */
        max-width: 300px; /* Smaller max width on mobile */
    }
    
    .hero-banner .row {
        min-height: auto; /* Allow natural height on mobile */
    }
}

.step-img-box {
    min-height: 450px; /* Reserve space for step images */
}

.impact-img-box {
    min-height: 400px; /* Reserve space for impact images */
}

/* Font loading optimization to prevent text layout shifts */
.banner-data h1,
.banner-data h2,
.banner-data h3,
.banner-data h4,
.banner-data h5,
.banner-data h6 {
    font-display: swap;
    font-family: "Poppins", sans-serif;
    /* Reserve space for text */
    line-height: 1.2;
    min-height: 1.2em;
    /* Prevent font loading layout shifts */
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

/* Performance optimizations */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

/* Optimize paint and layout operations */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
    contain: layout style paint;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
/* Remove duplicate img rule since it's now handled above */
figure{margin: 0;}

/* Prevent layout shifts for images */
picture {
    display: block;
    width: 100%;
}

picture img {
    width: 100%;
    height: auto;
    display: block;
}

a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
    will-change: transform, opacity;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-wrpper {
    height:auto;
    width: 100%;
    /* Prevent layout shifts */
    overflow-x: hidden;
    position: relative;
}
.container{
    max-width: 1230px;
    /* Prevent container layout shifts */
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: -1px 1px 11.7px rgba(0, 0, 0, 0.15);
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 50px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
    align-items: center;
}
.navbar-light .navbar-nav li {
    margin-right: 32px;
}
.navbar-light .navbar-nav .nav-link{
    padding: 12px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000000;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #DB2777;
}

ul.enter-nav{
    display: flex;
    align-items: center;
}
.navbar-light .enter-nav .btn-nav{
    margin-right: 16px;
}
.navbar-light .enter-nav .btn-nav .nav-link{
    padding: 4px;
    border-radius: 50px;
    background: #FBCFE3;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
.navbar-light .enter-nav .btn-nav .nav-link span{
    padding: 10px 15px;
    border-radius: 50px;
    background: #DB2777;
    display: block;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar-light .enter-nav .btn-nav .nav-link:hover{
    background: #BE1862;
    color: #fff;
    box-shadow: -1px 1px 11.7px rgba(0, 0, 0, 0.15);
}
.navbar-light .enter-nav .btn-nav .nav-link:hover span{
    background: #BE1862;
}

.navbar-light .enter-nav .btn-nav-secondary .nav-link{
    padding: 11px 15px;
    border-radius: 50px;
    border: 1px solid #DB2777;
    background: #fff;
    color: #DB2777;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
.navbar-light .enter-nav .btn-nav-secondary .nav-link:hover{
    background: #FCE7F0;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: #FDF2F7;border-radius: 100%;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 19px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #EC4891;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 19px;position: absolute;height: 2px;background-color: #EC4891;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 19px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 19px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 19px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    padding: 250px 0 170px;
    background: #FAFAFA;
    position: relative;
    /* CLS Prevention - Reserve space for content */
    min-height: 460px;
    overflow: hidden; /* Prevent horizontal scroll */
}
.hero-banner .row{
    align-items: center;
    min-height: 460px; /* Ensure row has minimum height */
}
.banner-data{
    max-width: 540px;
    /* CLS Prevention - Reserve space for text content */
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-data h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 134%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
    margin: 0 0 10px;
}
.banner-data h1 span{
    color: #fff;
    padding: 4px 9px;
    background: linear-gradient(270deg, #FDCB6E 0%, #EC4891 100%);
    border-radius: 17px;
    line-height: 46px;
    display: inline-block;
}
.btn-main{
    padding: 4px;
    border-radius: 50px;
    background: #FBCFE3;
    color: #fff;
    display: block;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main span{
    padding: 10px 20px;
    border-radius: 50px;
    background: #DB2777;
    display: block;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    background: #BE1862;
    color: #fff;
    box-shadow: -1px 1px 11.7px rgba(0, 0, 0, 0.15);
}
.btn-main:hover span{
    background: #BE1862;
    color: #fff;
}

.btn-secondary{
    padding: 11px 20px;
    border-radius: 50px;
    border: 1px solid #DB2777;
    background: #fff;
    color: #DB2777;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
}
.btn-secondary:hover{
    background: #FCE7F0;
}

.banner-img-row{
    position: relative;
}
.banner-img-box{
    max-width: 400px;
    margin: 0 auto;
    /* CLS Prevention - Reserve space for image */
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-img-box img{
    width: 100%;
    aspect-ratio: 400/460;
    object-fit: cover;
    border-radius: 20px;
}
.banner-img-hover{
    position: absolute;
    top: -100px;
    right: -30px;
    transition: top 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    -webkit-transition: top 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    will-change: transform;
    transform: translateZ(0);
}
.banner-img-hover img{
    width: 100%;
    aspect-ratio: 1181/1163;
    object-fit: cover;
}
.hero-banner .row:hover .banner-img-hover{
    top: -110px;
}

.how-it-works-wrp{
    padding: 80px 0;
}
.titlebar{
    margin: 0 auto 80px;
    text-align: center;
    max-width: 455px;
    width: 100%;
}
.titlebar h6{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    padding: 6px 12px;
    background: #F6F6F6;
    border-radius: 30px;
    border: 1px solid #D1D1D1;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
    width: fit-content;
}
.titlebar h6 figure{
    min-width: 20px;
    margin-right: 8px;
    max-width: 20px;
}
.titlebar h1,
.titlebar h2{
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #757575;
    margin: 0 auto;
}
.titlebar h1 span,
.titlebar h2 span{
    background: linear-gradient(270deg, #FDCB6E 0%, #EC4891 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.step-row{
    padding: 80px 0;
}
.step-row .row{
    align-items: center;
}
.step-data{
    max-width: 380px;
}
.step-data h4{
    display: table;
    padding: 6px 12px;
    background: #6D6D6D;
    border-radius: 8px;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.step-data h2{
    font-weight: 600;
    font-size: 46px;
    line-height: 123%;
    letter-spacing: -0.02em;
    color: #757575;
    margin: 0 0 20px;
}
.step-data p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #757575;
}
.step-img-box{
    overflow: hidden;
    background: linear-gradient(180deg, #0984E3 0%, #6C5CE7 50%);
    box-shadow: -1.03333px 1.03333px 12.09px rgba(0, 0, 0, 0.15);
    border-radius: 20.6667px;
    padding: 74px 0 0 74px;
    contain: layout style paint;
    /* CLS Prevention - Reserve space for step images */
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-img-box img{
    width: 100%;
    aspect-ratio: 1136/826;
    object-fit: cover;
    border-radius: 20px 0 0 0;
}

.step-two .step-img-box{
    background: linear-gradient(180deg, #F9A8CC 0%, #A29BFE 100%);
    box-shadow: -1.03333px 1.03333px 12.09px rgba(0, 0, 0, 0.15);
    border-radius: 20.6667px;
}
.step-three .step-img-box{
    background: linear-gradient(180deg, #0984E3 50%, #8DC763 100%);
    box-shadow: -1.03333px 1.03333px 12.09px rgba(0, 0, 0, 0.15);
    border-radius: 20.6667px;
}
.step-four .step-img-box{
    background: linear-gradient(360deg, #FDCB6E 0%, #EC4891 100%);
    box-shadow: -1.03333px 1.03333px 12.09px rgba(0, 0, 0, 0.15);
    border-radius: 20.6667px;
    padding: 50px 60px 100px;
}

/* Specific aspect ratios for different step images */
.step-three .step-img-box img{
    aspect-ratio: 1104/841;
}

.step-four .step-img-box img{
    aspect-ratio: 1075/653;
}

.impact-wrp{
    padding: 60px 0;
    position: relative;
    border-radius: 20px 20px 0 0;
    background: #4F4F4F;
}
.impact-wrp .container{
    max-width: 900px;
}
.impact-wrp .titlebar h2{
    color: #fff;
}
.impact-wrp .titlebar h2 span{
    background: linear-gradient(180deg, #F9A8CC 0%, #A29BFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.impact-block{
    margin: 0 0 30px;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: -1px 1px 23.1px rgba(249, 168, 204, 0.5);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: calc(100% - 30px);
}
.impact-data{
    margin: 0 0 32px;
}
.impact-data figure{
    max-width: 48px;
    margin: 0 0 24px;
}
.impact-data figure img{
    width: 48px;
}
.impact-data h3{
    margin:0 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}
.impact-data p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #4F4F4F;
}
.impact-img img{
    width: 100%;
    aspect-ratio: 744/500;
    object-fit: cover;
    border-radius: 20px;
}
.dashboard-impact-box .impact-img img{
    box-shadow: -1px 1px 11.7px rgba(0, 0, 0, 0.15);
    aspect-ratio: 1648/643;
}


.price-wrp{
    padding: 80px 0;
}
.pricing-block{
    padding: 1px;
    background: #B0B0B0;
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.populer-block{
    background: linear-gradient(to bottom, rgba(219,39,119,1) 0%,rgba(108,92,231,1) 100%); 
}
.pricing-box{
    padding: 24px;
    background: #fff;
    border-radius: 20px;    
    height: 100%;
}
.pricing-top{
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #D1D1D1;
}
.pricing-top h3{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 123%;
    letter-spacing: -0.02em;
    color: #3D3D3D;
}
.pricing-top p{
    min-height: 40px;
    font-weight: 400;
    font-size: 14.2306px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #888888;
    margin: 0 0 40px;
}
.pricing-top h2{
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 12.4518px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #888888;
}
.pricing-top h2 span{
    font-weight: 700;
    font-size: 32.019px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #5D5D5D;
}
.populer-block .pricing-top h2 span{
    background: linear-gradient(270deg, #FDCB6E 0%, #EC4891 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.pricing-top .btn-secondary{
    padding: 12px 15px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #4F4F4F;
    font-weight: 500;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}
.pricing-top .btn-secondary:hover{
    background: #fff;
    color: #4F4F4F;
    border-color: #DB2777;
}
.pricing-top .btn-main{
    padding: 13px 15px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    background: #D51A75;
    font-weight: 500;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #fff;
}
.pricing-top .btn-main:hover{
    background: #BE1862;
    color: #fff;
}
.pricing-includebx h4{
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}
.pricing-includebx ul{
    background: #F9FAFB;
    padding: 13px;
    border-radius: 15px;
    height: 100%;
}
.pricing-includebx ul li{
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #3D3D3D;
    position: relative;
    padding: 0 0 0 25px;
}
.pricing-includebx ul li:last-child{
    margin: 0;
}
.pricing-includebx ul li:before{
    position: absolute;
    content: '';
    background: url('../images/chack-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.testimonail-wrp{
    padding: 260px 0;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.testimonail-slider{
    width: 58%;
}
.testimonail-block{
    padding: 32px 48px;
    background: #FFFFFF;
    box-shadow: -1px 1px 11.7px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 15px;
    display: flex;
    flex-flow: column;
    height:calc(100% - 30px);
}
.company-lg{
    display: flex;
    align-items: center;
    margin: 0 0 45px;
}
.company-lg figure{
    min-width: 32px;
    margin-right: 10px;
}
.company-lg figure img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    object-fit: cover;
}
.company-lg h4{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}
.testimonail-msg p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #4F4F4F;
    margin: 0 0 45px;
}
.test-user{
    display: flex;
    align-items: center;
}
.test-user figure{
    min-width: 62px;
    margin-right: 16px;
}
.test-user figure img{
    width: 62px;
    height: 62px;
    border-radius: 100%;
    object-fit: cover;
}
.test-user h3{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #4F4F4F;
    max-width: 120px;
}

.testimonail-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.testimonail-title-data .titlebar{
    margin: 0 0 140px;
}
.testimonail-title-data .titlebar h6{
    margin: 0 0 16px;
}
.testimonail-title-data .titlebar h2{
    text-align: left;
}
.testimonail-slider{position: relative;}
.testimonail-wrp .swiper-nav{
    display: flex;
    align-items: center;
}
.testimonail-slider .swiper-nav{
    display: none;
}
.testimonail-wrp .swiper-nav .swiper-button-next,
.testimonail-wrp .swiper-nav .swiper-button-prev{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #888888;
    border-radius: 100%;
    font-size: 18px;
    color: #888888;
    margin: 0 10px 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonail-wrp .swiper-nav .swiper-button-next{
    margin: 0;
}
.testimonail-wrp .swiper-button-next:after, .testimonail-wrp .swiper-button-prev:after{display: none;}
.testimonail-wrp .swiper-nav .swiper-button-next:hover,
.testimonail-wrp .swiper-nav .swiper-button-prev:hover{
    background: #DB2777;
    color: #fff;
    border-color: #DB2777;
}
.swiper-slide {
    height: auto !important;
}
.swiper-content {
    height: 100% !important
}

.contact-wrp{
    padding: 170px 0;
}
.contact-wrp .container{
    max-width: 530px;
}
.contact-wrp .titlebar{
    max-width: 100%;
    margin: 0 auto 15px;
}
.contact-wrp p{
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.019em;
    color: #4F4F4F;
}
.contact-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-wrp .btn-group .btn-secondary{
    margin-right: 15px;
}

.footer-top{
    padding: 50px 0;
    background: #FDF2F7;
}
.footer-logo a{
    display: table;
}
.footer-logo a img{
    height: 80px;
}
.quicklinks{
    display: flex;
}
.quicklinks h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
    margin: 0 24px 0 0;
}
.quicklinks ul li{
    margin: 0 0 15px;
}
.quicklinks ul li a{
    display: table;
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}
.quicklinks ul li a:hover{
    color: #DB2777;
}
.contact-bx a{
    display: table;
}
.contact-bx a:link {
    text-decoration: none;
    color: #4F4F4F;
}

.contact-bx p{
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
    margin: 0 0 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-bx p:last-child{
    margin: 0;
}
.contact-bx a p:hover{
    color: #DB2777;
}

.copyright-row{
    padding: 20px 0;
    background: #fff;
    box-shadow: -1px 1px 11.7px rgba(0, 0, 0, 0.15);
}
.copyright-row .row{
    align-items: center;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #383D38;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 10px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    background: #DB2777;
    color: #fff;
}
.copyright-txt p{
    margin: 0;
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}

.quicklink-box{
    margin: 0 auto;
    display: table;
}
.quicklink-box h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
    margin: 0 0 25px;
}
.quicklink-box ul li{
    margin: 0 0 15px;
}
.quicklink-box ul li a{
    display: table;
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}
.quicklink-box ul li a:hover{
    color: #DB2777;
}
.footer-cnt{
    display: flex;
    align-items: center;
}
.footer-cnt h5{
    margin: 0 0 0 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #4F4F4F;
}

/* **** End Home Page **** */

/* **** Contact Page **** */
.contact-pg-wrp{
    padding: 220px 0;
    background: #4F4F4F;
    position: relative;
}
.contact-data{
    max-width: 475px;
    position: relative;
    z-index: 2;
}
.contact-data .titlebar{
    margin: 0 0 16px;
    max-width: 100%;
}
.contact-data .titlebar h6{
    margin: 0 0 10px;
}
.contact-data .titlebar h1{
    text-align: left;
    color:#fff;
}
.contact-data .titlebar h2 span{
    background: linear-gradient(180deg, #F9A8CC 60.1%, #A29BFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.contact-data p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.contact-form{
    padding: 65px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.contact-form h2{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 123%;
    letter-spacing: -0.02em;
    color: #383A42;
}
.contact-form p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #383A42;
    margin: 0 0 45px;
}
.contact-form label{
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #454545;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    padding: 15px;
    height: auto;
    box-shadow: none;
    border: 1px solid #B0B0B0;
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 24px;
    box-sizing: border-box;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #B0B0B0;
}
.contact-form textarea{
    min-height: 120px;
    resize: vertical;
}
.contact-form .cf-turnstile{
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.contact-form .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-form .btn-group .btn-main{
    border: none;
}
.contact-shap{
    position: absolute;
    bottom: 0;
    left: 0;
}
/* **** End Contact Page **** */