﻿body {
}



.HeroSection {
    background-color: #220529;
}
.footer-links ul li {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}

    .footer-links ul li a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

        .footer-links ul li a:hover {
            color: #4da3ff;
        }

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.social-icon {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.GradientLightBlueAndDarkBlue {
    background-image: linear-gradient(to right, #1a31b1, #09155e);
}

.Height350px {
    height: 350px;
}

.GradientDarkBlueAndTransparent {
    background-image: linear-gradient(to right, #1a31b1, #09155e);
}

.lightGreyBackground {
    background-color: lightgrey !important;
}

.Image100PerRoundCorner {
    width: 100% !important;
    border-radius: 15px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff; /* slash ko white karega */
}
#the-infoage-solutions-contact {
    min-height: 250px;
    display: flex;
    align-items: center;
}

    #the-infoage-solutions-contact::before {
        content: "";
        position: absolute;
        inset: 0;
       /* background: rgba(0,0,0,0.55);*/
        background-image: linear-gradient(to right, #1a31b1, #09155e);
    }

    #the-infoage-solutions-contact .container {
        position: relative;
        z-index: 2;
    }
#menu-toggle {
    display: none;
}

/*.navbar-menu {
    display: none;
}*/

#menu-toggle:checked ~ .navbar-menu {
    display: block;
}

/* Dropdown CSS */

.dropdown-css {
    position: relative;
}

.dropdown-menu-css {
    display: none;
    position: absolute;
    /* background: white;*/
    background: #e8d1d1b3;
    min-width: 180px;
    list-style: none;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .dropdown-menu-css li a {
        display: block;
        padding: 8px 15px;
        color: #333;
        text-decoration: none;
    }

.dropdown-css:hover .dropdown-menu-css {
    display: block;
    color:black;
}

/* Mobile dropdown */
@media(max-width:991px) {

    .dropdown-menu-css {
        position: static;
        box-shadow: none;
    }

    .dropdown-css:hover .dropdown-menu-css {
        display: block;
    }
}


/* BASE BUTTON */
.my-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* PRIMARY CTA (Main Action) */
.my-btn-primary {
    background: linear-gradient(45deg, #7b2ff7, #f107a3);
    color: #fff;
    box-shadow: 0 8px 25px rgba(123, 47, 247, 0.4);
}

    .my-btn-primary:hover {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 12px 30px rgba(123, 47, 247, 0.6);
    }

/* SECONDARY CTA (Low Commitment) */
.my-btn-secondary {
    background: transparent;
    border: 2px solid #7b2ff7;
    color: #fff;
}

    .my-btn-secondary:hover {
        background: #7b2ff7;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(123, 47, 247, 0.5);
    }

/* CLICK EFFECT */
.my-btn:active {
    transform: scale(0.97);
}

/* MOBILE FULL WIDTH */
@media (max-width: 600px) {
    .my-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}




/* NAVBAR */
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(26, 0, 38, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* CONTAINER */
.nav-container {
    max-width: 1200px;
    margin: auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.logo {
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(45deg, #c084fc, #f107a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* LINKS */
.nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #1a0026;
    padding: 20px;
}

    .nav-links a {
        color: #fff;
        text-decoration: none;
        padding: 12px 0;
        font-weight: 500;
        transition: 0.3s;
    }

        .nav-links a:hover {
            color: #c084fc;
        }

/* CTA BUTTON */
.nav-cta {
    margin-top: 10px;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(45deg, #7b2ff7, #f107a3);
    font-weight: 600;
}

/* MOBILE MENU */
.menu-toggle {
    font-size: 24px;
    cursor: pointer;
}

/* DESKTOP */
@media(min-width: 768px) {

    .menu-toggle {
        display: none;
    }

    .nav-links {
        display: flex !important;
        position: static;
        flex-direction: row;
        align-items: center;
        background: transparent;
        width: auto;
        padding: 0;
        gap: 25px;
    }

        .nav-links a {
            padding: 0;
        }

    .nav-cta {
        margin-top: 0;
        padding: 10px 20px;
    }
}





.welcome-section {
    padding: 60px 20px;
    background: linear-gradient(180deg, #f5edff 0%, #ede0ff 100%);
    text-align: center;
}

/* HEADLINE (darker + stronger) */
.welcome-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a0026;
}

/* DESCRIPTION */
.welcome-desc {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    color: #4b3b5c;
}

/* BULLETS (now dark + more premium) */
.welcome-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
}

.point {
    background: #ffffff;
    color: #1a0026;
    padding: 10px 18px;
    border-radius: 25px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* CTA */
.welcome-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* PRIMARY CTA (stronger intent) */
.welcome-section .btn-primary {
    background: linear-gradient(45deg, #7b2ff7, #f107a3);
    color: #fff;
    padding: 14px 28px;
}

/* SECONDARY CTA (less aggressive) */
.welcome-section .btn-secondary {
    background: transparent;
    border: 2px solid #7b2ff7;
    color: #7b2ff7;
}

/* DESKTOP */
@media(min-width:768px) {

    .welcome-title {
        font-size: 38px;
    }

    .welcome-cta {
        flex-direction: row;
        justify-content: center;
    }
}




.services-section {
    position: relative;
    padding: 80px 20px;
    color: #fff;
    overflow: hidden;
}

/* VIDEO */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* DARK OVERLAY */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 0, 40, 0.75);
    z-index: 1;
}

/* CONTENT */
.services-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* TITLE */
.services-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}

/* GRID */
.services-grid {
    display:block;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* CARD */
.service-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    padding: 25px;
    border-radius: 15px !important;
    transition: 0.3s !important;
}

    .service-card:hover {
        transform: translateY(-8px);
        background: rgba(255, 255, 255, 0.12);
    }

/* ICON */
.icon {
    font-size: 30px;
    margin-bottom: 10px;
}

/* TEXT */
.service-card h3 {
    margin-bottom: 10px;
}

.service-card p {
    color: #ddd;
    font-size: 14px;
}

/* TABLET */
@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* DESKTOP */
@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-title {
        font-size: 40px;
    }
}



/* Transformation section */

.client-transformations {
    padding: 80px 20px;
    background: #0f001a;
    color: #fff;
    text-align: center;
}

.section-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-sub {
    color: #bbb;
    margin-bottom: 40px;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

/* CARD */
.card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

    .card:hover {
        transform: translateY(-8px);
    }

/* IMAGE */
.image-box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* TEXT */
.card h3 {
    margin-bottom: 10px;
    color:white;
}

.review {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 15px;
}

/* RESULT TAG */
.result {
    font-weight: 600;
    color: #c084fc;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* WHY CHOOSE US SECTION CSS */
.why-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #1f0235e0 0%, #11021f 100%);
    color: #fff;
    text-align: center;
}

/* TITLE */
.why-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.why-sub {
    color: #bbb;
    margin-bottom: 50px;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* CARD */
.why-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.05);
}

    .why-card:hover {
        transform: translateY(-8px);
        border-color: #7b2ff7;
        box-shadow: 0 10px 30px rgba(123, 47, 247, 0.3);
    }

/* ICON */
.icon {
    font-size: 32px;
    margin-bottom: 10px;
}

/* TEXT */
.why-card h3 {
    margin-bottom: 10px;
}

.why-card p {
    color: #ccc;
    font-size: 14px;
}

/* CTA */
.why-cta {
    margin-top: 40px;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-title {
        font-size: 40px;
    }
}




/* ============================= */
/* TESTIMONIAL SECTION */
/* ============================= */

.testimonial-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e9d5ff 0%, #f5edff 100%);
    text-align: center;
}

/* TITLE */
.testimonial-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a0026;
    margin-bottom: 10px;
}

/* SUBTITLE */
.testimonial-sub {
    color: #5b4b6a;
    margin-bottom: 40px;
    font-size: 15px;
}

/* GRID */
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* CARD */
.testimonial-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    /* HOVER EFFECT */
    .testimonial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(123, 47, 247, 0.25);
    }

/* STARS */
.stars {
    color: #facc15;
    margin-bottom: 10px;
    font-size: 16px;
}

/* REVIEW TEXT */
.testimonial-card p {
    color: #444;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}

/* NAME */
.testimonial-card h4 {
    color: #7b2ff7;
    font-weight: 600;
}

/* CTA */
.testimonial-cta {
    margin-top: 40px;
}

/* RESPONSIVE */

/* TABLET */
@media (min-width: 768px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* DESKTOP */
@media (min-width: 1024px) {
    .testimonial-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .testimonial-title {
        font-size: 40px;
    }
}





/* ============================= */
/* FINAL CTA  SECTION */
/* ============================= */
.final-cta {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    overflow: hidden;
}

.final-cta .cta-overlay {
    position: absolute;
    inset: 0;
    background: url('/assets/imgs/fitness-bg.jpg') center/cover no-repeat;
    opacity: 0.1;
}

.cta-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    z-index: 2;
}

.final-cta h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.final-cta p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.btn {
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn.primary {
        background: #ff3b3b;
        color: #fff;
    }

        .btn.primary:hover {
            background: #e62e2e;
            transform: translateY(-2px);
        }

    .btn.secondary {
        border: 2px solid #fff;
        color: #fff;
    }

        .btn.secondary:hover {
            background: #fff;
            color: #000;
            transform: translateY(-2px);
        }

.cta-note {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 10px;
}




/* ============================= */
/* FAQS SECTION */
/* ============================= */


.faq-modern {
    padding: 100px 20px;
    background: linear-gradient(180deg, #5a3087, #07040f);
    color: #fff;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

.faq-heading {
    text-align: center;
    margin-bottom: 40px;
}

    .faq-heading .tag {
        display: inline-block;
        padding: 6px 14px;
        font-size: 12px;
        letter-spacing: 2px;
        background: rgba(168, 85, 247, 0.15);
        border: 1px solid rgba(168, 85, 247, 0.4);
        border-radius: 20px;
        color: #c084fc;
        margin-bottom: 10px;
    }

    .faq-heading h2 {
        font-size: 40px;
        font-weight: 800;
        background: linear-gradient(90deg, #fff, #c084fc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .faq-heading p {
        opacity: 0.7;
        margin-top: 10px;
    }

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* CARD */
.faq-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 14px;
    padding: 18px 20px;
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
}

    .faq-card:hover {
        border-color: rgba(192, 132, 252, 0.5);
        transform: translateY(-2px);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.15);
    }

    .faq-card summary {
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .faq-card summary::after {
            content: "+";
            font-size: 20px;
            color: #c084fc;
            transition: 0.3s;
        }

    .faq-card[open] summary::after {
        content: "−";
    }

    .faq-card p {
        margin-top: 12px;
        font-size: 14px;
        opacity: 0.75;
        line-height: 1.6;
    }

/* CTA BLOCK */
.faq-bottom-cta {
    margin-top: 40px;
    padding: 25px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgba(168,85,247,0.15), rgba(236,72,153,0.10));
    border: 1px solid rgba(168, 85, 247, 0.25);
    flex-wrap: wrap;
    gap: 15px;
}

    .faq-bottom-cta h3 {
        margin: 0;
        font-size: 20px;
    }

    .faq-bottom-cta p {
        margin: 4px 0 0;
        font-size: 13px;
        opacity: 0.7;
    }

.cta-btn {
    padding: 12px 22px;
    border-radius: 50px;
    background: linear-gradient(90deg, #a855f7, #ec4899);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

    .cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 20px rgba(168,85,247,0.4);
    }



/* ============================= */
/* FINAL CTA SECTION */
/* ============================= */

.cta-balanced {
    padding: 100px 20px;
    background: #2c0549ed; /* softer than black */
}

.cta-inner {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

    .cta-inner h2 {
        font-size: 2.6rem;
        font-weight: 700;
        color: #f5f5f7; /* Apple-style off white */
    }

    .cta-inner p {
        margin-top: 15px;
        color: #b8b0c9; /* muted purple-gray */
        font-size: 16px;
    }

/* CLEAN BUTTON */
.cta-button {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 28px;
    border-radius: 40px;
    background: linear-gradient(135deg, #7b2ff7, #c94bff);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(123, 47, 247, 0.3);
    }



/* ============================= */
/* Footer SECTION */
/* ============================= */
.footer-modern {
    background: #0e0618;
    color: #ccc;
    padding: 70px 20px 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-brand h3 {
    color: #fff;
    font-weight: 700;
}

.footer-brand p {
    margin-top: 10px;
    color: #aaa;
}

.footer-links h5,
.footer-contact h5 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #aaa;
    transition: 0.3s;
}

    .footer-links a:hover {
        color: #c94bff;
    }

.footer-contact p {
    margin-bottom: 8px;
    color: #aaa;
}

.cta-mini a {
    color: #c94bff;
    text-decoration: none;
    font-weight: 500;
}

.footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 40px 0 20px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #777;
}






/* ============================= */
/* About Page */
/* ============================= */


.about-hero {
    padding: 100px 20px;
    background: #1f0140f0;
    color: #f5f5f7;
}

.about-hero .sub {
    color: #f5edff;
    max-width: 600px;
    margin: auto;
}

/* STORY */
.about-story {
    padding: 80px 20px;
    background: #e5d8f3;
    color: #222;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.story-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
}

/* VALUES */
.about-values {
    padding: 80px 20px;
    background: #d1aff4;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 40px;
}

.value-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
}

/* TEAM */
.about-team {
    padding: 80px 20px;
    background: #8e66b8;
    color: #ffffff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    background: #1c0a2bc2;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
}

    .team-card:hover {
        transform: translateY(-5px);
    }

    .team-card img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        max-height : 450px !important;
    }

    .team-card span {
        color: #c94bff;
        font-size: 14px;
    }

/* CLOSING */
.about-closing {
    padding: 80px 20px;
    background: #e5d8f3;
    color: #222;
}



/* ============================= */
/* Services Page */
/* ============================= */

.services-hero {
    padding: 120px 20px 100px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

.hero-content {
    max-width: 700px;
    margin: auto;
}

.services-hero h1 {
    font-size: 3rem;
    font-weight: 800;
}

.hero-sub {
    margin-top: 15px;
    color: #b8b0c9;
    font-size: 16px;
}

/* BUTTON GROUP */
.hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* PRIMARY BUTTON */
.btn-primary {
    padding: 12px 28px;
    border-radius: 40px;
    background: linear-gradient(135deg, #7b2ff7, #c94bff);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(123, 47, 247, 0.3);
    }

/* SECONDARY BUTTON */
.btn-secondary {
    padding: 12px 28px;
    border-radius: 40px;
    border: 1px solid #3a2a55;
    color: #ccc;
    text-decoration: none;
}

    .btn-secondary:hover {
        background: #1c0a2b;
    }



.services-modern {
    padding: 100px 20px;
    background: #e5d8f3;
}

/* HEADER */
.services-header h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a1a1a;
}

.services-header p {
    margin-top: 10px;
    color: #666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* GRID */
.services-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.my-service-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .my-service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(123, 47, 247, 0.15);
    }

    /* IMAGE */
    .my-service-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

/* CONTENT */
.service-content {
    padding: 20px;
}

    .service-content h5 {
        font-weight: 600;
        margin-bottom: 8px;
        color: #222;
    }

    .service-content p {
        font-size: 14px;
        color: #666;
    }

/* CTA */
.services-cta {
    margin-top: 50px;
}

.btn-service {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 40px;
    background: linear-gradient(135deg, #7b2ff7, #c94bff);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

    .btn-service:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(123, 47, 247, 0.3);
    }



/* ============================= */
/* Blogs Page */
/* ============================= */


/* HERO */
.blogs-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

    .blogs-hero h1 {
        font-size: 2.8rem;
        font-weight: 800;
    }

    .blogs-hero p {
        margin-top: 10px;
        color: #b8b0c9;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

/* SECTION */
.blogs-section {
    padding: 80px 20px;
    background: #e5d8f3;
}

/* GRID */
.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(123, 47, 247, 0.15);
    }

    /* IMAGE */
    .blog-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

/* CONTENT */
.blog-content {
    padding: 20px;
}

.category {
    font-size: 12px;
    color: #7b2ff7;
    font-weight: 600;
}

.blog-content h5 {
    margin-top: 8px;
    font-weight: 600;
    color: #222;
}

.blog-content p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

/* LINK */
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #7b2ff7;
    text-decoration: none;
    font-weight: 500;
}

    .read-more:hover {
        text-decoration: underline;
    }



/* ============================= */
/* FAQs Page */
/* ============================= */



/* HERO */
.faq-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

    .faq-hero h1 {
        font-size: 2.8rem;
        font-weight: 800;
    }

    .faq-hero p {
        margin-top: 10px;
        color: #b8b0c9;
    }


/* SECTION */
.faq-section {
    padding: 80px 20px;
    background: #f5edff;
}


/* CATEGORY */
.faq-category {
    margin-bottom: 50px;
}

    .faq-category h3 {
        margin-bottom: 20px;
        font-weight: 600;
        color: #1a1a1a;
    }


/* FAQ ITEM */
details {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    margin-bottom: 15px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    border: 1px solid #eee !important;
}

    details:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

/* SUMMARY */
summary {
    font-weight: 500;
    color: #222;
    list-style: none;
    position: relative;
}

    /* Remove default arrow */
    summary::-webkit-details-marker {
        display: none;
    }

    /* Custom arrow */
    summary::after {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 18px;
        transition: 0.3s;
    }

/* Rotate on open */
details[open] summary::after {
    content: "–";
}

/* CONTENT */
details p {
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}








/* ============================= */
/* Testimonial Page */
/* ============================= */



/* HERO */
.testimonials-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

    .testimonials-hero h1 {
        font-size: 2.8rem;
        font-weight: 800;
    }

    .testimonials-hero p {
        margin-top: 10px;
        color: #b8b0c9;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }


/* FEATURED */
.testimonial-featured {
    padding: 60px 20px;
    background: #cdc0f5;
}

.featured-card {
    max-width: 700px;
    margin: auto;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.quote {
    font-size: 18px;
    color: #333;
}

.featured-card h4 {
    margin-top: 15px;
    font-weight: 600;
}

.featured-card span {
    color: #777;
    font-size: 14px;
}

.result {
    margin-top: 15px;
    color: #7b2ff7;
    font-weight: 600;
}


/* GRID */
.testimonials-section {
    padding: 80px 20px;
    background: #ffffff;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* CARD */
.my-testimonial-card {
    background: #f8f7fb;
    padding: 25px;
    border-radius: 14px;
    transition: 0.3s;
    border:solid 1px #c084fc;
}

    .my-testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(123, 47, 247, 0.15);
    }

    .my-testimonial-card p {
        font-size: 14px;
        color: #444;
    }

    .my-testimonial-card h5 {
        margin-top: 15px;
        font-weight: 600;
    }

    .my-testimonial-card span {
        font-size: 13px;
        color: #777;
    }



/* ============================= */
/* Contact Page */
/* ============================= */

/* HERO */
.contact-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

    .contact-hero h1 {
        font-size: 2.8rem;
        font-weight: 800;
    }

    .contact-hero p {
        margin-top: 10px;
        color: #b8b0c9;
    }


/* SECTION */
.contact-section {
    padding: 80px 20px;
    background: #e5d8f3;
}


/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}


/* FORM */
.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .contact-form h3 {
        margin-bottom: 20px;
    }

    .contact-form form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 12px;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 14px;
    }

    .contact-form button {
        margin-top: 10px;
        padding: 12px;
        border-radius: 40px;
        border: none;
        background: linear-gradient(135deg, #7b2ff7, #c94bff);
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
    }

        .contact-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(123, 47, 247, 0.3);
        }


/* INFO */
.contact-info {
    padding: 20px;
}

    .contact-info h3 {
        margin-bottom: 20px;
    }

.info-item {
    margin-bottom: 20px;
}

    .info-item strong {
        display: block;
        margin-bottom: 5px;
        color: #222;
    }

    .info-item p {
        color: #666;
    }

.contact-note {
    margin-top: 20px;
    font-size: 14px;
    color: #7b2ff7;
    font-weight: 500;
}



/* ============================= */
/* Privacy Policy page */
/* ============================= */


/* HERO */
.policy-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

.policy-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
}

.policy-hero p {
    margin-top: 10px;
    color: #b8b0c9;
}


/* CONTENT */
.policy-section {
    padding: 80px 20px;
    background: #f8f7fb;
}

.policy-card {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .policy-card h3 {
        margin-top: 20px;
        font-weight: 600;
        color: #222;
    }

    .policy-card p {
        margin-top: 8px;
        color: #555;
        font-size: 14px;
        line-height: 1.6;
    }


/* ============================= */
/* Terms-and-Conditions page */
/* ============================= */


/* HERO */
.policy-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #140a1f, #1e0c2e);
    color: #f5f5f7;
}

.policy-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
}

.policy-hero p {
    margin-top: 10px;
    color: #b8b0c9;
}


/* CONTENT */
.policy-section {
    padding: 80px 20px;
    background: #f8f7fb;
}

.policy-card {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .policy-card h3 {
        margin-top: 20px;
        font-weight: 600;
        color: #222;
    }

    .policy-card p {
        margin-top: 8px;
        color: #555;
        font-size: 14px;
        line-height: 1.6;
    }




.my-social-icon {
    background-color: white;
    padding: 2px;
    border-radius: 10px;
    height:40px;
    width:40px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color:white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.3s;
   
}

    .whatsapp-float img{
        width:40px;
        height:40px;
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
        background: #1ebe5d;
    }