/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===================== Root Variables ===================== */

:root {
        --font-primary: 'Manrope', sans-serif;
        --font-secondary: 'Sora', sans-serif;
    

    /* Colors */
    --text-dark: #222;
    --text-black: #000;
    --text-muted: #555;
    --text-light: #fff;

    --border-light: #ccc;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;

    /* Brand Colors */
    --primary: #ff6600;
    --primary-dark: #ff3300;

    /* Gradients */
    --gradient-primary: linear-gradient(90deg, #ff6600, #ff3300);

    /* Radius */
    --radius-lg: 30px;
    --radius-md: 18px;
    --radius-sm: 10px;
}


/* ===================== Base Styling ===================== */
body {
    font-family: var(--font-primary);
    color: var(--text-dark);
}


/* ===================== Hero Section ===================== */
.hero h1 {
    --font-secondary: 'Sora', sans-serif;
    font-size: 60px;
    line-height: 92px;
    color: var(--text-black);
    font-weight: 400;
}

.hero form input {
    border-radius: var(--radius-lg);
    padding: 12px 18px;
}

.hero form button {
    border-radius: var(--radius-lg);
    padding: 12px 20px;
}

.video-boxs img {
    padding: 20px 30px 0 40px;
    border-radius: var(--radius-md);
    width: 100%;
    object-fit: cover;
}

.rating img {
    height: 30px;
}

.hero-tagline {
    font-size: 92px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 768px) {
    .hero-tagline {
        font-size: 30px !important;
        line-height: 38px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 36px;
    }
}

/* =========================================================
   HERO SECTION RESPONSIVE (MOBILE + TABLET)
   ========================================================= */

/* TABLET VIEW (768px – 1024px) */
@media (max-width: 1024px) {

    .hero h1 {
        font-size: 48px;
        line-height: 68px;
        text-align: left;
    }

    .hero-tagline {
        font-size: 48px;
        line-height: 58px;
        margin-top: 10px;
    }

    .video-boxs img {
        padding: 10px 10px 0 20px;
        width: 90%;
        margin: 0 auto;
    }
}

/* MOBILE VIEW (0px – 768px) */
@media (max-width: 768px) {

    /* Text Center */
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 44px;
        font-weight: 500;
    }

    /* Form stacked on mobile */
    .hero form {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hero form input,
    .hero form button {
        width: 100%;
        border-radius: 12px;
        padding: 12px 16px;
    }

    /* Image full width */
    .video-boxs img {
        padding: 0;
        width: 100%;
        border-radius: 15px;
        margin-top: 20px;
    }

    /* Rating alignment */
    .rating {
        justify-content: center;
    }

    /* Tagline */
    .hero-tagline {
        font-size: 32px !important;
        line-height: 38px !important;
        margin-top: 20px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 80px !important;
        /* Fix mobile spacing */
    }

    .fixed-header {
        height: auto;
    }

    .navbar {
        padding: 8px 5px !important;
    }

    .navbar-brand img {
        height: 32px !important;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 10px !important;
    }

    .hero h1 {
        margin-top: 45px;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .hero form {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 768px) {
    .fixed-header.shrink .navbar {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        box-shadow: none !important;
    }
}

/* ===================== Home Section ===================== */


/* ===================== Instant Section ===================== */

.instant-section {
    background: url("images/instant-replies111111.png") no-repeat center/cover;
     width: 100%; 
    height: auto;
    /* Fix */
    /* padding: 90px 10px 0px 10px; */
    padding: 120px 0;
    position: relative;
}

.instant-wrapper {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 30px;
}

/* Chat button */
.instant-chat-btn {
    background: #fff;
    color: #000;
    padding: 10px 22px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 25px;
}

/* Title + Description */
.instant-title {
    font-size: 42px;
    font-weight: 700;
}

.instant-subtitle {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 25px;
}

/* Video */
.instant-video-box {
    width: 38%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.instant-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description */
.instant-description {
    width: 65%;
    margin: 25px auto;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}

/* Stats */
.instant-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 35px;
}

.stat-item h4 {
    font-size: 38px;
    font-weight: 700;
}

.stat-item p {
    font-size: 16px;
    margin-top: 5px;
}


/* =========================================================
   TABLET RESPONSIVE (768px – 1024px)
   ========================================================= */
@media (max-width: 1024px) {

    .instant-wrapper {
        width: 90%;
    }

    .instant-title {
        font-size: 36px;
    }

    .instant-description {
        width: 85%;
        font-size: 20px;
    }

    .instant-video-box {
        width: 55%;
        height: 230px;
    }

    .instant-stats {
        gap: 40px;
    }

    .stat-item h4 {
        font-size: 30px;
    }
}



/* =========================================================
   MOBILE RESPONSIVE (0 – 767px)
   ========================================================= */
@media (max-width: 768px) {

    .instant-section {
        padding: 30px 0;
    }

    .instant-wrapper {
        width: 95%;
    }

    .instant-chat-btn {
        font-size: 16px;
        padding: 8px 16px;
    }

    .instant-title {
        font-size: 28px;
    }

    .instant-subtitle {
        font-size: 14px;
    }

    .instant-video-box {
        width: 100%;
        height: 200px;
        border-radius: 14px;
    }

    .instant-description {
        width: 95%;
        font-size: 16px;
        margin-top: 15px;
    }

    /* Stats become vertical */
    .instant-stats {
        flex-direction: column;
        gap: 20px;
        margin-top: 25px;
    }

    .stat-item h4 {
        font-size: 26px;
    }

    .stat-item p {
        font-size: 14px;
    }
}
/* ===================== Instant Section end ===================== */

/* ===================== PROCESS SECTION ===================== */   
.process-header-section {
    background: #ffffff;
}

.process-label {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 12px;
}

.process-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    /* margin-bottom: 0; */
}

.process-desc {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    /* width: 90%; */
    margin-top: 30px;
/* border: #000 2px solid;} */
}
.process-flow-section img {
    width: 100%;
    margin-top: 20px;
}

/* =========================================================
   TABLET (768px – 1024px)
   ========================================================= */
@media (max-width: 1024px) {
/* 
     .process-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .process-desc {
        font-size: 18px;
        margin-top: 20px;
    } */

    .process-flow-section img {
        margin-top: 35px;
    } 
}

/* =========================================================
   MOBILE (0 – 767px)
   ========================================================= */
@media (max-width: 768px) {

    .process-header-section {
        padding: 40px 0 !important;
    }

    /* .process-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 12px;
    }

    .process-label {
        text-align: center;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .process-desc {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        line-height: 1.6;
    }

    .process-flow-section img {
        width: 100%;
        margin-top: 25px;
    } */
         .process-flow-section img {
             width: 520%;
             margin-top: 5px;
         }
}

/* MOBILE MODE: Increase process image zoom */
@media (max-width: 768px) {
    .process-flow-section img {
        width: 180%;
        /* Bigger but still safe */
        margin-left: -20%;
        /* Center the zoomed image */
        margin-top: 10px;
    }
}

 /* Process Section End */


/* Digital Solutions section start  */
.services-header {
    background: #ffffff;
}

.service-label {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 12px;
}

.service-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0;
}

.service-desc {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    width: 95%;
    margin-top: 45px;
}


.service-cards-section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}


.service-card {
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    transition: 0.3s;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.left-area h3 {
    font-size: 32px;
    font-weight: 700;
}


.role {
    font-size: 15px;
    color: #555;
        margin-bottom: 50px;
}

.right-area ul {
    padding: 0;
    margin: 0 0 15px 0;
    /* list-style: none; */
}

.right-area ul li {
    font-size: 15px;
    margin-bottom: 5px;
}

.bottom-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
    object-fit: cover;
}

.gradient-btn {
    background: linear-gradient(135deg, #ff9d00, #ff3300);
    padding: 10px 22px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.gradient-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* ================================
   TABLET RESPONSIVE (768px – 1024px)
   ================================ */
@media (max-width: 1024px) {

    .service-title {
        font-size: 38px;
    }

    .service-desc {
        font-size: 17px;
        margin-top: 15px;
    }

    /* Cards: same 2-column layout but tighter */
    .service-cards-section-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .service-card {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }

    .left-area h3 {
        font-size: 26px;
    }

    .role {
        margin-bottom: 20px;
    }

    .right-area ul li {
        font-size: 14px;
    }
}



/* ================================
   MOBILE RESPONSIVE (0 – 767px)
   ================================ */
@media (max-width: 768px) {

    /* .services-header {
        text-align: center;
    }

    .service-title {
        font-size: 32px;
    }

    .service-desc {
        width: 100%;
        font-size: 15px;
        text-align: center;
    } */

    /* Cards become 1 column */
    .service-cards-section-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        padding: 25px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .left-area h3 {
        font-size: 24px;
    }

    .role {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .right-area ul li {
        font-size: 14px;
    }

    /* Avatar size smaller */
    .avatars img {
        width: 32px;
        height: 32px;
    }

    /* Button full width optional */
    .gradient-btn {
        width: auto;
        padding: 10px 20px;
        margin-top: 10px;
    }
}
/* Digital Solutions section End  */

/* industry section start */
/* .industry-section {
    background: #ffffff;
}

.industry-box {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
}

.industry-label {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.industry-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.industry-cards {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

.industry-card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    width: 23%;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.industry-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: 0.9;
}

.industry-card span {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.08);
    border-top-right-radius: 8px;
}

.view-btn-container {
    text-align: right;
}

.view-btn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.view-btn i {
    margin-left: 6px;
    font-size: 18px;
} */

/* ===================== INDUSTRY SECTION ===================== */

.industry-section {
    background: #ffffff;
}

.industry-box {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-radius: 20px;
    padding: 45px 40px;
    color: #fff;
}

.industry-label {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.industry-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.industry-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 35px;
}

.industry-card {
    background: #111;
    border-radius: 12px;
    width: 23%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.industry-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: 0.9;
}

.industry-card span {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.08);
    border-top-right-radius: 8px;
}

.view-btn-container {
    text-align: right;
}

.view-btn {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.view-btn i {
    margin-left: 6px;
    font-size: 18px;
}



/* =====================
   TABLET (768px – 1024px)
   ===================== */
@media (max-width: 1024px) {

    .industry-title {
        font-size: 30px;
        text-align: center;
    }

    .industry-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .industry-card {
        width: 47%;
        height: auto;
    }

    .industry-card img {
        height: 150px;
    }

    .view-btn-container {
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {

    .industry-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Fix alignment */
        gap: 18px !important;
        /* Reduce large spacing */
        width: 100%;
    }

    .industry-card {
        width: 90% !important;
        /* Clean centered width */
        margin: 0 auto;
        border-radius: 14px;
    }

    .industry-card img {
        height: 150px;
        /* Same height for all images */
        object-fit: cover;
    }

    .industry-card span {
        font-size: 13px;
        padding: 10px 14px;
    }

    .industry-title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 25px;
    }

    .industry-box {
        padding: 30px 20px;
    }
}


/* =====================
   MOBILE (0 – 767px)
   ===================== */
/* @media (max-width: 768px) {

    .industry-box {
        padding: 35px 20px;
    }

    .industry-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .industry-cards {
        flex-direction: column;
        gap: 18px;
    }

    .industry-card {
        width: 100%;
    }

    .industry-card img {
        height: 160px;
    }

    .industry-card span {
        font-size: 12px;
    }

    .view-btn-container {
        text-align: center;
        margin-top: 15px;
    }

    .view-btn {
        font-size: 15px;
    }
} */

/* industry section End */



/* Emergency Section start */
/* .emergency-section {
    margin-top: 40px;
}

.emergency-box {
    background-image: url('images/call-image.png');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 55px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.emergency-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    border-radius: 25px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    z-index: 0;
}

.emergency-text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.call-btn {
    background: #ffffff;
    color: #000;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    z-index: 2;
    position: relative;
    transition: 0.3s ease;
}

.call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
} */

/* ================== EMERGENCY SECTION ================== */

.emergency-section {
    margin-top: 40px;
}

.emergency-box {
    background-image: url('images/call-image.png');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 55px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Dark Overlay */
.emergency-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    z-index: 0;
}

/* Text */
.emergency-text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

/* Button */
.call-btn {
    background: #ffffff;
    color: #000;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    z-index: 2;
    position: relative;
    transition: 0.3s ease;
}

.call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}



/* ============================================================
   TABLET RESPONSIVE (768px – 1024px)
   ============================================================ */
@media (max-width: 1024px) {

    .emergency-box {
        padding: 45px 40px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .emergency-text h3 {
        font-size: 26px;
        line-height: 1.4;
    }

    .call-btn {
        font-size: 15px;
        padding: 10px 26px;
    }
}



/* ============================================================
   MOBILE RESPONSIVE (0 – 767px)
   ============================================================ */
@media (max-width: 768px) {

    .emergency-box {
        flex-direction: column;
        text-align: center;
        padding: 35px 20px;
        gap: 18px;
    }

    .emergency-text h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .call-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}
  /* < !-- Emergency Section End--> */



/* Testimonal Section Start */
.testimonial-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.testimonial-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px;
}

.testimonial-wrapper {
    display: flex;
    gap: 25px;
}

/* .testimonial-wrapper {
    display: flex;
    gap: 25px;
} */




.testimonial-card {
    background: linear-gradient(135deg, #fff4e6, #ffe0cc, #ffd5e5, #f8e8ff);
    padding: 30px;
    border-radius: 16px;
    width: 50%;
    border: 1px solid #eee;
    position: relative;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


.category {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.7;
    margin-bottom: 10px;
}

.review-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.stars {
    font-size: 15px;
    margin-bottom: 18px;
}

.rating {
    margin-left: 5px;
    font-weight: 600;
}

.quote {
    position: absolute;
    bottom: 22px;
    right: 25px;
    font-size: 35px;
    font-weight: 700;
    opacity: 0.45;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.user-info img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

@media(max-width:768px) {
    .testimonial-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .testimonial-card {
        width: 100%;
    }
}
/* Testimonal Section End */


/* Faq Section Start */

.faq-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.faq-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
    cursor: pointer;
}

.faq-question {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    transition: 0.3s;
    font-size: 20px;
}

.faq-answer {
    display: none;
    margin-top: 12px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    width: 95%;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}
/* Faq Section End */

/* =============================================
   GLOBAL MOBILE RESPONSIVE FIX
   ============================================= */
@media (max-width: 768px) {

    /* HERO */
    .hero h1 {
        font-size: 34px;
        line-height: 46px;
        text-align: center;
    }

    .video-boxs img {
        padding: 0;
        width: 100%;
    }

    /* SERVICES CARD GRID */
    .service-cards-section-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        flex-direction: column;
        gap: 20px;
        padding: 25px;
        text-align: center;
    }

    .left-area h3 {
        font-size: 26px;
    }

    /* INDUSTRY SECTION */
    .industry-cards {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .industry-card {
        width: 48%;
        margin-bottom: 12px;
    }

    .industry-title {
        font-size: 28px;
        text-align: center;
    }

    /* EMERGENCY SECTION */
    .emergency-box {
        flex-direction: column;
        padding: 40px 30px;
        text-align: center;
    }

    .emergency-box::before {
        height: 100%;
    }

    .emergency-text h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    /* TESTIMONIAL */
    .testimonial-wrapper {
        flex-direction: column;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-title {
        font-size: 32px;
        text-align: center;
    }

    /* FAQ */
    .faq-title {
        font-size: 32px;
        text-align: center;
    }

    .faq-question {
        font-size: 18px;
    }
}   


/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    color: #fff;
}

/* Mobile size adjustment */
@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 20px;
        right: 20px;
    }
}


