@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');



html {
    margin-top: 0px !important;
}

/* common css  */
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

body {
    font-family: "Mulish", sans-serif !important;
    box-sizing: border-box !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
}

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


.icons-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #FFF3F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-btn {
    width: 47.44px;
    height: 47.44px;
    border-radius: 100px;
    background: #FFF3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

/* fonts size */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px !important;
}

p {
    font-size: 18px !important;
}

h1 {
    font-size: 55px !important;
    font-weight: 900 !important;
}

h2 {
    font-size: 35px !important;
    font-weight: 900;
}

h3 {
    font-size: 22px !important;
}

.caption-font-size {
    font-size: 12px !important;
}

/* color */
.text-secondary {
    color: #4D4D4D !important;
}

.text-primary {
    color: #FF4C70 !important;
}

.text-light-dark {
    color: #333333 !important;
}

/* common btn */
.btn {
    font-size: 15.63px !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
    border-radius: 100px !important;
    border: 0px;
}


.btn-primary {
    background-color: #FF4C70 !important;
    color: #FFFFFF !important;
}

.btn-primary a:hover {
    color: #FFFFFF !important;
}



.navbar-toggler-icon {
    opacity: -1;
}

header {
    position: fixed;
    top: 6px;
    z-index: 99;
    width: 100%;
}


nav {
    padding: 20px 30px;
    border-radius: 100px;
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #000000;
}

.header-listing {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-listing,
li,
a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.header-listing,
li,
a:hover {
    color: #FF4C70 !important;
}

.header-listing,
li,
a:focus {
    color: #FF4C70 !important;
}


/* Banner Section */
.banner-left-wrapper {
    height: calc(100% - 100px);
}

.banner-section {
    /* padding: 20px 0px; */
    background-image: url("/wp-content/uploads/2025/09/banner_bg_frame-scaled.png");
    background-size: cover;
    background-position: center;
    height: 1000px;
    position: relative;
    top: -33px;
}

.banner-left-inner-wrapper {
    position: relative;
    height: 100%;
}

.banner-left-main-content:after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2025/09/banner_img-1-1.png');
    height: 1054px;
    width: 812px;
    right: -192px;
    bottom: -99px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner-content {
    padding-top: 200px;
}


.about-img-wrapper {
    background-color: #FFF0F3;
    padding: 40px;
    border-radius: 20px 0px 0px 20px;
    height: 730px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section {
    padding-top: 86px;
}

.about-content-wrapper {
    background-color: #F2F2F7;
    padding: 40px;
    border-radius: 0px 20px 20px 0px;
    height: 730px;
    overflow-y: auto;
}

.features-section {
    padding-top: 125px;
}

.mySwiper .swiper-slide {
    width: 33%;
    height: 350px;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    overflow-y: auto;

}

.swiper-slide {
    height: 100%;
}

.swiper-wrapper {
    gap: 10px;
}

.swiper {
    padding-top: 20px !important;
}

.mySwiper .swiper-slide>.card,
.mySwiper .swiper-slide.testimonial {
    flex: 1;
    /* take full height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* optional */
}


/* Accordian */
.accordion-item:first-of-type>.accordion-header .accordion-button {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;


}

.accordion {
    --bs-accordion-border-color: #fff !important;
}

.accordion-item {
    border-bottom-color: #fff !important;
    box-shadow: 0px 2px 6px 0px #00000040;
    border-radius: 20px;
}

.accordion-button:focus {
    box-shadow: 0 0 !important;
}

.accordion-button {
    color: #161616 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    border-radius: 20px !important;
}

.accordion-body {
    color: #4D4D4D !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.accordion-button::after {
    display: none;
}

.works-card-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 150px;
}

.works-wrapper {
    height: 5000px;
}

.works-card-wrapper {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f8f9fa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.works-card-wrapper.active {
    border-color: #ff7f50;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}


.works-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    gap: 50px;
}


.features-wrapper {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    background-color: #fff;
}

.social-media-section {
    background-color: #F2F2F7;
    height: 500px;
}



footer {
    background-color: #000000;
    padding-top: 100px;
}



.foote-middle-row {
    padding-top: 54px;
    border-top: 1px solid #ffffff44;
}

.foote-middle-row-1 {
    padding-bottom: 54px;
    border-top: 1px solid #ffffff44;
}

.accordion-button:not(.collapsed) .toggle-icon i.bi-dash-circle {
    color: #FF4C70 !important;
}

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

.social-btn-wrapper {
    width: 180px;
    height: 55px;
}



div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 2px !important;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    max-width: 100% !important;
    margin: 0px !important;
}

.tnp-subscription label,
.tnp-profile label {
    display: none !important;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 0px !important;
}

.tnp-subscription div.tnp-field-email {
    width: 100% !important;
}

.tnp-subscription input {
    color: #fff !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.tnp-subscription div.tnp-field-button {
    width: fit-content !important;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit {
    background-color: #FF4C70 !important;
    color: #fff !important;
    border-radius: 100px !important;
}

.tnp-subscription div.tnp-field {
    margin: 0px !important;
}

.subscription-card-wrapper {
    background-color: #ddd;
    border-radius: 20px;
    height: 500px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 131px 50px;
}

.faq-section {
    padding-top: 106px;
    padding-bottom: 50px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.listing-about-wrapper {
    font-size: 18px !important;
}

@media screen and (min-width:1401px) and (max-width:2000px) {
    .about-img-wrapper {
        height: 594px;
    }

    .about-content-wrapper {
        height: 594px;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .about-img-wrapper {
        height: 745px;
    }

    .about-content-wrapper {
        height: 745px;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    .about-img-wrapper {
        border-radius: 20px;
    }

    .about-content-wrapper {
        border-radius: 20px;
    }

    .banner-content p {
        text-align: center;
    }

    nav {
        padding: 20px;
        border-radius: 10px;
        flex-direction: column;
    }

    .header-listing {
        flex-direction: column;
    }

    .banner-section {
        padding-top: 127px;
        height: 100%;
    }

    .banner-section:after {
        display: none;
    }

    p {
        font-size: 18px !important;
    }

    h1 {
        font-size: 40px !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    .phone {
        position: relative;
        top: 0;

    }

    .works-wrapper {
        height: 100%;
    }

    .content {
        display: flex;
        justify-content: center;
    }

    .qr-wrapper {
        position: relative;
        text-align: end;
    }

    .works-card-wrapper {
        margin-bottom: 0px;
    }

    .about-content-wrapper {
        padding: 20px;
    }

    .social-media-section {
        background-color: #F2F2F7;
        height: 100%;
        padding: 20px 0px;
    }

    .banner-left-main-content {
        display: none;
    }

    .banner-right-inner-wrapper {
        display: none;
    }

    .banner-left-inner-wrapper {
        display: none;
    }

    .banner-right-inner-wrapper {
        display: none;
    }

    .banner-inner-wrapper {
        display: none;
    }

    .banner-left-inner-wrapper::before {
        display: none;
    }

    .banner-left-inner-wrapper::after {
        display: none;
    }

    .banner-inner-wrapper::before {
        display: none;
    }

    .banner-right-inner-wrapper::before {
        display: none;
    }

    .mySwiper .swiper-slide {
        width: auto;
        max-width: 100%;
        box-sizing: border-box;

    }

    .swiper-wrapper {
        gap: 0px;
    }

    .about-content-wrapper {
        height: 100%;
    }

    .about-img-wrapper {
        height: 100%;
    }

    .banner-content {
        padding-top: 0px;
    }

    .swiper {
        padding-top: 1px !important;
        padding-left: 25px;
        padding-right: 20px;
    }

    .about-section {
        padding-top: 80px;
    }

    .features-section {
        padding-top: 80px;
    }

    .faq-section {
        padding-top: 56px;
    }
}