@import url("../css/bootstrap.css");
/* @import url('../css/animate.css'); */
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* NEW__FONT__ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --color-one: #F7899C;
    --color-two: #CCCCF7;
    --color-three: #172A30;
    --color-four: #e50914;
    --color-five: #E5E8E9;

}

a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Inter Tight", sans-serif;
}


/* HEADER__STARTS___ */

.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    display: inline-block;
    padding: 0 20px 0;
}

.left {
    display: flex;
    gap: 0px 20px;
}

.nav a {
    color: black;
    font-size: 16px;
    font-weight: 300;
}

.logo img {
    width: 100%;
    max-width: 230px;
}

.apply a {
    color: black;
    font-size: 19px;
    font-weight: 300;
}

.apply a span {
    background: var(--color-one);
    padding: 15px 5px 15px 30px;
    border-radius: 12px 0px 0px 12px;
    color: white;
}
/* ONLY SERVICES DROPDOWN – SAFE SCOPE */
.nav li.has-dropdown {
    position: relative;
}

/* DROPDOWN BOX */
.nav li.has-dropdown .services-dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    width: 340px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 0;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.3s ease;
    z-index: 9999;
}

/* SHOW ON HOVER */
.nav li.has-dropdown:hover .services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* DROPDOWN LINKS */
.nav li.has-dropdown .services-dropdown li a {
    display: block;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 300;
    color: black;
    border-bottom: none; /* IMPORTANT: existing hover underline se bachao */
}

/* DROPDOWN HOVER */
.nav li.has-dropdown .services-dropdown li a:hover {
    background: rgba(0,0,0,0.04);
    color: var(--color-one);
    padding-left: 28px;
}
.nav li.has-dropdown.open .services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
li.has-dropdown ul li {
    display: block !important;
}

section.header-top {
    padding: 35px 0 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.apply a:hover {
    background: var(--color-one);
    padding: 15px 5px 15px 0px;
    border-radius: 0px 10px 10px 0px;
    color: white;
    transition: .2s all;
}

.apply a:hover span {
    background: white;
    color: black;
    transition: .2s all;
    border-radius: 0px 0px 0px 0px;
}

a.active {
    font-weight: 500;
}

.nav a:hover {
    color: var(--color-one);
    transition: .2s all;
    border-bottom: 1px solid;
}
/* ICON BASE */
.nav li.has-dropdown .dropdown-icon {
    font-size: 13px;
    margin-left: 6px;
    transition: all 0.3s ease;
}

/* HIDE MINUS INITIALLY */
.nav li.has-dropdown .fa-minus {
    display: none;
}

/* DESKTOP HOVER */
.nav li.has-dropdown:hover .fa-plus {
    display: none;
}

.nav li.has-dropdown:hover .fa-minus {
    display: inline-block;
}

/* MOBILE CLICK */
.nav li.has-dropdown.open .fa-plus {
    display: none;
}

.nav li.has-dropdown.open .fa-minus {
    display: inline-block;
}



/* HEADER__ENDS___ */


/* BANNER__STARTS__ */

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

section.hero-banner {
    padding: 145px 0 85px;
    background-image: url(../images/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-txt h1 {
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 600;
}

.banner-txt span {
    color: var(--color-one);
}

.banner-txt p {
    color: #222222;
    font-weight: 200;
    font-size: 20px;
}

.booking-online {
    padding: 10px 0 0;
}

.booking-online p {
    font-size: 17px;
    color: black;
    font-weight: 300;
    padding: 0 0 20px;
}

.banner-img img {
    display: block;
    width: 100%;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.booking-online a {
    font-size: 14px;
}


/* BANNER__STARTS__ */

section.reviews .col-md-3 {
    padding: 0 0 0;
}

.review-logo-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5px 0;
}

.review-logo-one img {
    width: 100%;
    max-width: 65px;
}

.sub-review {
    background: var(--color-one);
    padding: 40px 20px 40px;
    height: 340px;
}

.sub-review p {
    width: 75%;
    color: white;
    font-weight: 200;
}

.review-logo-one i {
    color: white;
    border: 1px solid white;
    padding: 15px 15px 15px;
    border-radius: 30px;
    rotate: -30deg;
    font-size: 25px;
}

.sub-review-two {
    background-image: url(../images/review-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 25px 35px;
    height: 340px;
}

.sub-review-two a i {
    color: black;
    border: 1px solid black;
    padding: 15px 15px 15px;
    border-radius: 30px;
    rotate: -30deg;
    font-size: 25px;
}

.sub-review-two p {
    font-weight: 200;
    padding: 0px 0 65px;
}

.about-us-cover img {
    width: 100%;
}

/*  */

.progress-container {
    width: 100%;
    max-width: 500px;
    background-color: #e0e0e0;
    border-radius: 25px;
    position: relative;
    height: 10px;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: var(--color-one);
    border-radius: 25px;
    transition: width 1s ease-in-out;
}

.progress-text {
    position: absolute;
    top: -25px;
    /* text bar ke upar appear hoga */
    font-weight: 400;
    color: #000;
    transition: left 1s ease-in-out;
    left: 93% !important;
}

.progress-container {
    width: 100%;
    max-width: 500px;
    background-color: #e0e0e0;
    border-radius: 25px;
    position: relative;
    height: 10px;
}

.progress-bar {
    height: 100%;
    width: 0;
    border-radius: 25px;
    transition: width 1s ease-in-out;
}

.progress-bar.green {
    background-color: var(--color-one);
}

.progress-bar.blue {
    background-color: var(--color-one);
}

.progress-text {
    position: absolute;
    top: -25px;
    /* text bar ke upar appear hoga */
    font-weight: 400;
    color: white;
    transition: left 1s ease-in-out;
}

.bar-wrapper {
    position: relative;
    margin-bottom: 60px;
    /* bar ke beech gap */
}

.loving-bordered {
    background: #383838;
    display: inline-block;
    color: white;
    font-weight: 200;
    padding: 10px 15px 10px !important;
    border-radius: 40px;
    font-size: 15px;
}

section.about-us-sec {
    padding: 55px 0 55px;
    background: #222222;
}

.about-us-txt h2 {
    font-size: 50px;
    font-weight: 600;
    padding: 10px 0 10px;
    color: white;
}

.about-us-txt p {
    padding: 0 0 0px;
}

.profressing {
    padding: 25px 0 0;
}

.about-us-txt h2 span {
    color: var(--color-one);
}

.about-us-txt p {
    color: white;
}

.read-more a {
    font-size: 15px;
    color: white;
}

.loving-mind-flex {
    padding: 60px 40px 0;
}

.loving p {
    color: white;
    font-weight: 100;
    background: #383838;
    display: inline-block;
    padding: 10px 20px 10px;
    border-radius: 25px;
}

.loving h4 {
    color: white;
    font-size: 35px;
    padding: 10px 0 0;
    font-weight: 600;
}

.loving h4 span {
    color: var(--color-one);
}

.mind p {
    color: white;
    font-weight: 100;
    padding: 0 50px 0;
}

.about-us-cover img {
    display: block;
    width: 100%;
    /* ya jitni width chahiye */
    animation: float 4s ease-in-out infinite;
}

/* Same keyframes as banner */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    /* upar move */
    100% {
        transform: translateY(0px);
    }
}

.abt-main img {
    width: 100%;
}

.abt-main {
    position: relative;
    padding: 0 40px 0;
}

.abt-align-one p {
    color: white;
    font-size: 30px;
    font-weight: 200;
}

.abt-align-one i {
    color: white;
    border: 1px solid transparent;
    font-size: 25px;
    border-radius: 35px;
    rotate: -40deg;
    width: 60px;
    height: 60px;
    padding: 15px 14px 0;
    background: #ffffff59;
}

.abt-align-one {
    position: absolute;
    top: 10%;
    left: 0%;
    display: flex;
    gap: 0px 110px;
    align-items: center;
}

.abt-align-two p {
    color: white;
    font-weight: 100;
}

.abt-align-two a {
    font-weight: 300;
    color: aliceblue;
}

.abt-align-two {
    position: absolute;
    top: 65%;
    left: 35%;
}

.about-us-sec-slider {
    padding: 60px 0 0px;
}

/*  */

.abt-main img {
    width: 100%;
    display: block;
    height: 430px;
    padding: 0 0 30px;
    object-fit: contain;
}

.abt-main {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.abt-align-one p {
    color: white;
    font-size: 30px;
    font-weight: 200;
}

.abt-align-one i {
    color: white;
    border: 1px solid transparent;
    font-size: 25px;
    border-radius: 35px;
    rotate: -40deg;
    width: 60px;
    height: 60px;
    padding: 15px 14px 0;
    background: #ffffff59;
}

.abt-align-one {
    position: absolute;
    top: 10%;
    left: 0%;
    display: flex;
    gap: 0px 110px;
    align-items: center;
}

.abt-align-two p {
    color: white;
    font-weight: 100;
}

.abt-align-two a {
    font-weight: 300;
    color: aliceblue;
}

.abt-align-two {
    position: absolute;
    top: 65%;
    left: 35%;
}

/* Slick Slider Dots */
.slick-dots {
    position: absolute;
    bottom: -35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: auto !important;

}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #555;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}


.slick-dots li.slick-active button:before {
    content: "";
    opacity: 0;
}

/* optional font-size override (keep but harmless) */
.slick-dots li button:before {
    font-size: 16px !important;
    color: transparent;
}


.slick-dots li.slick-active button {
    width: 70px;
    height: 12px;
    border-radius: 50px;
    background: var(--color-one);
    transition: all 0.3s ease;
    margin-top: 3px;
    z-index: 0;

}

section.abt-slider-show-sec {
    background: #222222;
    padding: 20px 0 30px;
}

/*  */

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: var(--color-two);
    padding: 30px 0 30px;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 12s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-right: 60px;
}

.marquee-item img {
    height: 50px;
    object-fit: contain;
}

.arrow-icon {
    font-size: 28px;
    color: black;
    transform: rotate(-46deg);
    /* arrow rotate */
}

/* animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

section.logo-marque .container-fluid {
    padding: 0 0 0;
}

section.start-journey {
    padding: 60px 0 60px;
}

.journey-head p {
    background: #d1d4d6;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    padding: 7px 20px 7px;
    border-radius: 35px;
}

.journey-head h1 {
    font-size: 50px;
    padding: 15px 0 15px;
    font-weight: 600;
}

.journey-head h1 span {
    color: var(--color-one);
}

.intro-txt p {
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 50px;
}

.journey-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: inline-block;
    padding: 10px 40px 10px;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    /* initially hidden */
    transform: translateY(50px);
    /* slide from below */
    transition: all 0.6s ease-out;
}

.journey-box h4 {
    font-size: 20px;
}

.journey-box p {
    font-weight: 300;
    color: darkgrey;
}

.journey-box.animate {
    opacity: 1;
    transform: translateY(0);
}

.journey-box:hover {
    transform: translateY(-5px);
    /* subtle lift */
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 20px;
}

.journey-num h4 {
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: white;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.journey-box.animate .journey-num h4 {
    transform: scale(1);
}

.journey-num {
    background: var(--color-one);
    display: inline-block;
    padding: 25px 10px 35px;
    border-radius: 10px 0px 10px 9px;
    position: absolute;
    top: -23%;
    left: -10%;
}

.journey-box::before {
    content: '';
    width: 7%;
    height: 20px;
    position: absolute;
    background: black;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    top: -23%;
    left: 7%;
}

.journey-box.two {
    margin: 70px 115px 70px;
}

.journey-num.two {
    background: var(--color-two);
}

.inroll-btn {
    padding: 60px 0 0;
}

.inroll-btn .apply a:hover {
    background: var(--color-two);
    padding: 15px 5px 15px 0px;
    border-radius: 0px 10px 10px 0px;
    color: black;
    transition: .2s all;
}

.inroll-btn .apply span {
    background: var(--color-two);
    color: #000;
}

.journey-cover img {
    width: 100%;
}

.journey-cover {
    position: relative;
    overflow: hidden;
}

.journey-cover img {
    width: 100%;
    max-width: 100%;
    animation: floatUpDown 4s ease-in-out infinite;
}

/* smooth up-down animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Testimonials Section */
.testimonials-heading-wrapper h6 {
    background: #d1d4d6;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    padding: 7px 20px 7px;
    border-radius: 35px;
    font-family: 'Outfit';
}

.testimonials-heading-wrapper {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.testimonials-heading-wrapper h2 {
    font-size: 50px;
    padding: 15px 0 15px;
    font-weight: 600;
}

.testimonials-heading-wrapper h2 span {
    color: var(--color-one);
}

.testimonials-heading-wrapper p {
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 50px;
}

section.testimonials-sec {
    padding: 64px 12px;
}

/* MAIN PARENT CONTAINER */
.main-testimonials-parent {
    position: relative;
    padding: 60px 110px 60px 40px;
    /* Arrows aur name ke liye space */
    margin: 0;
}

/* SLICK SLIDER DEFAULT - KOI CHANGE NAHI */
.testimonials-trigger .slick-list {
    overflow: hidden !important;
    position: relative;
}

.testimonials-trigger .slick-track {
    display: flex;
}

/* TESTIMONIAL LAYOUT */
.testimonial-parent {
    display: flex;
    gap: 0;
}

/* TESTIMONIAL IMAGE CONTAINER */
.testimonial-image {
    position: relative;
    flex: 0 0 auto;
}

.testimonial-image::after {
    content: attr(data-name);
    /* HTML mein data-name attribute add karna hoga */
    position: absolute;
    bottom: 90px;
    left: 10px;
    background: linear-gradient(45deg, var(--color-two) 0%, #ccccf700 100%);
    width: calc(100% + 40px);
    height: 59px;
    padding: 12px;
    font-size: 25px;
    display: flex;
    align-items: center;
    padding-left: 52px;
    line-height: 1.16;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 10;
    clip-path: none;
    pointer-events: none;
    border-radius: 15px;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

/* QUOTES IMAGE GLOBAL - Slider se bahar */
.testimonial-quotes-global {
    position: absolute;
    top: 16px;
    left: 46%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 22px;
}

.testimonial-quotes-global img {
    width: 80px;
    height: auto;
    display: block;
}

/* MAIN REVIEW CONTENT */
.testimonial-main-review {
    background: var(--color-five);
    padding: 50px 64px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-main-review p {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Outfit';
    margin: 0;
}

.ratings {
    padding: 14px 0;
    margin-top: auto;
}

.ratings i {
    font-size: 28px;
    margin-right: 12px;
    color: #CFBE00;
}

/* ARROWS GLOBAL - Slider se bahar */
.testimonials-arrows-global {
    position: absolute;
    right: 1px;
    bottom: 144px;
    display: flex;
    z-index: 100;
}

.left-arrow-global {
    background: var(--color-one);
    width: 110px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.left-arrow-global:hover {
    opacity: 0.9;
}

.left-arrow-global i {
    color: #fff;
    font-size: 35px;
}

.right-arrow-global {
    background: var(--color-two);
    width: 110px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.right-arrow-global:hover {
    opacity: 0.9;
}

.right-arrow-global i {
    color: #fff;
    font-size: 35px;
}

.empty {
    /* display: none; */
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
    .main-testimonials-parent {
        padding: 60px 80px 60px 30px;
    }

    .testimonials-arrows-global {
        right: -80px;
    }

    .left-arrow-global,
    .right-arrow-global {
        width: 80px;
        height: 70px;
    }

    .testimonial-name-relative {
        margin-left: -30px;
        padding-left: 42px;
    }
}

@media (max-width: 992px) {
    .testimonial-parent {
        flex-direction: column;
    }

    .testimonial-image {
        width: 100%;
    }

    .testimonial-image img {
        width: 100%;
        height: auto;
    }

    .testimonial-name-relative {
        margin-left: 0;
        margin-top: -30px;
        padding-left: 30px;
        width: 100%;
    }

    .main-testimonials-parent {
        padding: 60px 40px;
    }

    .testimonials-arrows-global {
        position: relative;
        right: auto;
        bottom: auto;
        justify-content: center;
        margin-top: 30px;
    }

    .testimonial-quotes-global {
        top: -20px;
    }
}

@media (max-width: 768px) {
    .testimonials-heading-wrapper {
        width: 90%;
    }

    .testimonials-heading-wrapper h2 {
        font-size: 36px;
    }

    .testimonial-main-review {
        padding: 30px;
    }

    .testimonial-main-review p {
        font-size: 22px;
        line-height: 1.5;
    }

    .testimonial-name-relative {
        font-size: 20px;
        height: 50px;
    }
}

/* Blogs section */
section.blogs-sec {
    padding: 64px 12px;
}

.blogs-sec .loving p {
    color: #000;
    font-weight: 100;
    background: #172a304f;
    display: inline-block;
    padding: 10px 20px 10px;
    border-radius: 25px;
}

.blogs-sec .loving h4 {
    color: #000;
    font-size: 35px;
    padding: 10px 0 0;
    font-weight: 600;
}

.blogs-sec .loving h4 span {
    color: var(--color-one);
}

.blogs-sec .mind p {
    color: #000;
    font-weight: 100;
    padding: 0 50px 0;
    width: 80%;
}

.blogs-content-wrapper {
    padding: 52px 0;
}


.blogs-wrapper .blog-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.blogs-wrapper .blog-title h6 {
    font-size: 30px;
    font-family: 'Inter Tight';
    font-weight: bold;
    line-height: 40px;
}

.blog-image {
    margin-bottom: 25px;
}

.blogs-wrapper .blog-title p {
    font-size: 21px;
    color: var(--color-one);
    font-weight: bold;
    font-family: 'Inter Tight';
    white-space: nowrap;
    margin-left: 0px;
}

.blog-content p {
    color: #222;
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 300;
    width: 77%;
    line-height: 26px;
}

.blog-btn a {
    color: var(--color-one);
    font-size: 20px;
    font-weight: bold;
}

.blog-content {
    margin-bottom: 14px;
    margin-top: 12px;
}

.blogs-content-wrapper .row.custom-gutter {
    --bs-gutter-x: 5rem;
}

/* Contact Us Section */
.contact-us-sec {
    padding: 64px 12px;
}

.contact-us-sec .row.custom-gutter {
    --bs-gutter-x: 5rem;
}

.contact-us-sec .loving p {
    color: #000;
    font-weight: 100;
    background: #172a304f;
    display: inline-block;
    padding: 10px 20px 10px;
    border-radius: 25px;
}

.contact-us-sec .loving h4 {
    color: #000;
    font-size: 70px;
    padding: 10px 0 0;
    font-weight: 600;
}

.contact-us-sec .loving h4 span {
    color: var(--color-one);
}

.contact-form-wrapper {
    padding: 30px 0;
}

.contact-img-wrapper {
    margin-bottom: -139px;
}

.form-input-wrapper {
    margin-bottom: 15px;
}

.form-input-wrapper input {
    border-bottom: 2px solid #000;
    color: #000;
    padding: 12px 0px;
    width: 100%;
}

.form-input-wrapper input::placeholder {
    color: #000;
    font-weight: 500;
}

.form-input-wrapper textarea::placeholder {
    color: #000;
    font-weight: 500;
}

.form-input-wrapper textarea {
    border-bottom: 2px solid #000;
    color: #000;
    padding: 12px 0px;
    width: 100%;
}

.form-input-wrapper button {
    position: relative;
    color: #000;
    padding: 20px 69px;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    background: none;
    cursor: pointer;
    transition: color 0.4s ease;
}

.form-input-wrapper button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    /* initial half */
    height: 100%;
    background: var(--color-two);
    border-radius: 5px 0 0 5px;
    z-index: 0;
    transition: width 0.4s ease;
    /* animate width */
}

.form-input-wrapper button span {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

/* Hover Effect */
.form-input-wrapper button:hover:before {
    width: 100%;
    /* expand pseudo-element full button */
}

.form-input-wrapper button:hover span {
    color: #fff;
    /* text color change on hover */
}

/* Consultation section */
.consultation-sec {
    padding: 44px 12px;
    background: var(--color-two);
}

.consultation-sec .consult-heading-wrapper p {
    color: #000;
    font-weight: 100;
    background: #2222222e;
    display: inline-block;
    padding: 10px 20px 10px;
    border-radius: 25px;
    text-transform: uppercase;
}

.consultation-sec .consult-heading-wrapper h2 {
    color: #000;
    font-size: 60px;
    padding: 10px 0 0;
    font-weight: 600;
    line-height: 62px;
}

.consult-content-wrapper {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: end;
    padding-bottom: 21px;
}

.consult-btn-wrapper {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 8px;
    justify-content: end;
}

.consult-btn-wrapper a {
    position: relative;
    display: inline-block;
    padding: 15px 85px;
    background: var(--color-one);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.4s ease;
}

.consult-content-wrapper p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Outfit';
}

.consult-btn-wrapper a span {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.consult-btn-wrapper a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* initially 0, hidden */
    height: 100%;
    background: var(--color-three);
    /* hover color */
    border-radius: 5px;
    z-index: 0;
    transition: width 0.4s ease;
}

/* Hover Effect */
.consult-btn-wrapper a:hover:before {
    width: 100%;
    /* expand pseudo-element full button */
}

.consult-btn-wrapper a:hover span {
    color: #fff;
    /* text color remains visible */
}


/* Footer */
.footer-sec {
    padding: 100px 12px;
    background: url(../images/footer-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
}

.logo-sec h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Inter Tight';
    line-height: 45px;
}

.footer-first-wrapper {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    /* height: 400px; */
}

.logo-sec {
    margin-bottom: 41px;
}

.cta-sec p i {
    color: var(--color-one);
    font-size: 18px;
    margin-right: 12px;
}

.cta-sec p a {
    color: #fff;
    font-size: 18px;
}

.cta-sec p {
    color: #fff;
    font-size: 18px;
}

.cta-sec {
    margin-bottom: 41px;
}

.social-icons h6 {
    color: #fff;
    font-size: 20px;
    font-family: 'Inter Tight';
    font-weight: 600;
}

.social-icons a i {
    color: var(--color-one);
    font-size: 18px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
}

.icons a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--color-one), var(--color-two));
    transition: all 0.4s ease;
    border-radius: 50%;
    z-index: 0;
}

.icons a i {
    position: relative;
    z-index: 1;
}

.icons a:hover:before {
    left: 0;
}

.icons a:hover i {
    color: #fff;
}

.icons {
    margin-top: 31px;
    display: flex;
    gap: 6px;
}

.icons a {
    margin-right: 5px;
    position: relative;
    overflow: hidden;
}

footer.footer-sec h6 {
    font-size: 20px;
    color: #fff;
    font-family: 'Inter Tight';
}

.quick-links ul li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.quick-links ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quick-links ul i {
    color: var(--color-one);
    margin-right: 10px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.quick-links ul li:hover i {
    transform: scale(1.2);
    /* icon slightly grow */
    color: var(--color-two);
    /* optional color change */
}

.quick-links ul li:hover a {
    color: var(--color-two);
    /* text color change */
}



.quick-links {
    padding-top: 25px;
}


footer.footer-sec p {
    color: #fff;
    font-size: 18px;
}

.newsletter-form {
    margin-top: 16px;
    position: relative;
}

.newsletter-form input {
    background: #ffffff26;
    color: #000;
    padding: 16px 14px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    border: none;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 30px;
    border-radius: 5px;
    background: var(--color-one);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.newsletter-form button span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Pseudo-element for hover slide effect */
.newsletter-form button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--color-two);
    /* hover color */
    z-index: 0;
    border-radius: 5px;
    transition: all 0.4s ease;
}

/* Hover */
.newsletter-form button:hover:before {
    left: 0;
    /* slide in from left */
}

.newsletter-form button:hover span {
    color: #fff;
    /* text remains visible */
    transform: scale(1.05);
    /* slight text grow */
}

.footer-sec .row.custom-gutter {
    --bs-gutter-x: 3rem;
}

section.copyright-sec {
    padding: 14px 12px;
    background: var(--color-one);
    text-align: center;
}

section.copyright-sec p {
    color: #fff;
    font-size: 18px;
}


/* About Us Page */
.inner-banner-sec {
    background: url(../images/banner-bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 618px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner-sec h2 {
    font-size: 70px;
    font-weight: 600;
    color: #000;
    line-height: 80px;
    text-align: center;
}

.inner-banner-sec h2 span {
    color: var(--color-one);
}

section.about-us-inner {
    padding: 64px 12px;
}

p.the-loving-mind-tag {
    background: #f7899c21;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    padding: 7px 20px 7px;
    border-radius: 35px;
    font-family: 'Outfit';
    color: #F7899C;
    text-transform: uppercase;
    margin-bottom: 12px;
}


.inner-about-content-wrapper h2 {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 21px;
}

.inner-about-content-wrapper p {
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
}

section.inner-about-content p {
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
}

section.inner-about-content {
    padding-bottom: 64px;
}

.about-us-inner .row.custom-gutter {
    --bs-gutter-x: 2.5rem;
}

.about-inner-image-wrapper img {
    animation: float 4s ease-in-out infinite;
    display: block;
}
section.inner-about-us-main-wrapper .consult-content-wrapper {
    align-items: center;
}

section.inner-about-us-main-wrapper .consult-btn-wrapper {
    align-items: center;
}
/* Services Page */
section.inner-services-sec {
    padding: 64px 12px;
}

section.inner-services-sec .service-img {
    padding-bottom: 22px;
}

section.inner-services-sec .service-content-wrapper h4 a {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    transition: color 0.3s ease;
    color: #000;
}



section.inner-services-sec .service-content-wrapper p {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    transition: opacity 0.3s ease;
}

section.inner-services-sec .inner-service-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 30px 24px;
    transition: all 0.4s ease;
    position: relative;
}

section.inner-services-sec .inner-service-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

section.inner-services-sec .service-content-wrapper {
    padding-left: 24px;
}

section.inner-services-sec .service-img img {
    transition: transform 0.6s ease;
}

section.inner-services-sec .inner-service-wrapper:hover .service-img img {
    transform: scale(1.08);
}

section.inner-services-sec .inner-service-wrapper:hover h4 {
    color: var(--color-one)
}

section.inner-services-sec .inner-service-wrapper:hover p {
    opacity: 0.85;
}

section.inner-services-sec .apply {
    padding-top: 51px;

}

section.inner-services-sec .row.custom-gutter {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem;
}

section.inner-services-main-wrapper .consult-content-wrapper {
    align-items: center;
}

section.inner-services-main-wrapper .consult-btn-wrapper {
    align-items: center;
}

/* Blogs Page */

section.inner-our-blogs-main-wrapper .blogs-wrapper h6 {
    font-size: 20px;
    line-height: 30px;
}

section.inner-our-blogs-main-wrapper .blogs-title p {
    font-size: 13px !important;
}
section.inner-our-blogs-main-wrapper .row.custom-gutter{
    --bs-gutter-x: 2.5rem;
    
}
section.inner-our-blogs-main-wrapper .blogs-wrapper .blog-title p {
    font-size: 13px;
}

section.inner-our-blogs-main-wrapper .blog-content p {
    width: 100%;
    font-size: 16px;
}

section.inner-our-blogs-main-wrapper .blog-btn a {
    font-size: 16px;
}
section.inner-our-blogs-main-wrapper .consult-content-wrapper {
    align-items: center;
}

section.inner-our-blogs-main-wrapper .consult-btn-wrapper {
    align-items: center;
}
section.terms-content {
    padding: 64px 12px;
}

.terms-conditions-point {
    padding-bottom: 20px;
}

.terms-conditions-point h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 12px;
}

.terms-conditions-point p {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
}
/* services-inner-pages */
.services-inner-details-main-wrapper h2 {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 21px;
}
.services-inner-details-main-wrapper h2 span {
    color: var(--color-one);
}
.services-inner-details-image-wrapper img{
    animation: float 4s ease-in-out infinite;
    display: block;
    width: 100%;
}
.services-inner-details-main-wrapper p {
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
}

.services-inner-details-main-wrapper p {
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
}
section.services-inner-details {
    padding: 64px 12px;
}
.services-inner-details-main-wrapper section.services-inner-details-content {
    padding-bottom: 64px;
}

.services-inner-details-main-wrapper .row.custom-gutter {
    --bs-gutter-x: 2.5rem;
}

section.services-inner-details-main-wrapper .consult-content-wrapper {
    align-items: center;
}
section.services-inner-details-main-wrapper .consult-btn-wrapper  {
    align-items: center;
}
/* inner blog */
/* BLOG HEADING & DATE */
.blog-single-sec h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-single-sec .blog-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
    display: block;
}

/* IMAGE */
.blog-single-sec .blog-image img {
    width: 100%;
    max-height: 400px; /* height limit */
    object-fit: cover; /* maintain aspect ratio, crop if needed */
    border-radius: 12px;
    margin-bottom: 25px;
}

/* BLOG TEXT */
.blog-single-sec .blog-text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'Outfit';
}

.blog-single-sec .blog-text h3 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-single-sec .blog-text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-single-sec .blog-text ul li {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 200;
}

/* SIDEBAR */
.blog-sidebar h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-sidebar ul li {
    margin-bottom: 12px;
}

.blog-sidebar ul li a {
    color: #333;
    font-size: 16px;
    transition: all 0.2s;
}

.blog-sidebar ul li a:hover {
    color: var(--color-one);
}

/* COMMENT FORM */
.blog-comments h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--color-one);
    box-shadow: 0 0 6px rgba(107,78,255,0.3);
}

.comment-form .btn-submit {
    background: var(--color-one);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.comment-form .btn-submit:hover {
    background: var(--color-four);
}
