  .whatsapp-floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  .whatsapp-btn-circle {
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .whatsapp-btn-circle img {
    width: 30px;
    height: 30px;
  }
  .whatsapp-chat-box {
    width: 300px;
    background: #f8fdf8;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: absolute;
    bottom: 70px;
    right: 0;
    font-family: Arial, sans-serif;
    display: none;
    flex-direction: column;
  }
  .whatsapp-chat-header {
    background-color: #25D366;
    padding: 10px 15px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .whatsapp-chat-header button {
    border: none;
    background: transparent;
    font-size: 20px;
    color: white;
    cursor: pointer;
  }
  .whatsapp-chat-message {
    padding: 15px;
    font-size: 14px;
    color: #333;
    max-width: calc(100% - 20px);
    margin: 15px;
    background: white;
    border-radius: 15px;
    position: relative;
  }
  .whatsapp-chat-message::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-right: 10px solid white;
    border-bottom: 10px solid transparent;
  }
  .whatsapp-open-chat-btn {
    background-color: #25D366;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 15px 15px 15px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .whatsapp-open-chat-btn img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

      .bg-gray { background-color: #f8fafc; }
    .tracking-wider { letter-spacing: 2px; }
    
    .client-category-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 20px;
    }

    .client-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 40px 30px;
        text-align: center;
        border: 1px solid #edf2f7;
        transition: all 0.3s ease;
    }

    .client-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 86, 210, 0.08);
        border-color: #0056D2;
    }

    .client-card i {
        font-size: 36px;
        color: #0056D2;
        display: block;
    }

    .client-card h5 {
        font-weight: 700;
        margin-bottom: 15px;
        color: #1a202c;
    }

    .client-card p {
        font-size: 15px;
        line-height: 1.6;
        color: #4a5568;
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .client-category-grid {
            grid-template-columns: 1fr;
        }
    }
     /* Styling for the Font Awesome Icons within your boxes */
    .service-card-modern .icon i {
        color: #0056D2; /* Theme Blue */
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    /* Hover effect for icons */
    .service-card-modern:hover .icon i {
        color: #ffffff; /* Turns white when card background turns blue */
        transform: scale(1.1);
    }

    /* Icon box spacing adjustment */
    .service-card-modern .icon {
        width: 70px;
        height: 70px;
        background: #eef4ff;
        border-radius: 50%;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Ensure the parent has enough space so badges don't overlap the image edges */
    .main-img-box {
        position: relative;
        display: inline-block;
        padding: 60px 80px; /* Increased padding to prevent overlapping */
    }

    /* Base badge style with distinct Z-index */
    .floating-badge {
        position: absolute;
        background: #ffffff;
        padding: 15px 25px;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        min-width: 160px;
        transition: all 0.4s ease;
        text-align: center;
    }

    /* Badge 1: Top Left - Highest Layer */
    .badge-top-left {
        top: 0;
        left: 20px;
        border-top: 4px solid #0056D2;
        z-index: 10; 
    }

    /* Badge 2: Bottom Right - Middle Layer */
    .badge-bottom-right {
        bottom: 0;
        right: 20px;
        border-bottom: 4px solid #0056D2;
        z-index: 5;
    }

    /* Badge 3: Center Right - Pushed further right to avoid the bottom badge */
    .badge-center-right {
        top: 40%;
        right: -50px; /* Pushed outside the image container */
        transform: translateY(-50%);
        border-right: 4px solid #0056D2;
        z-index: 8;
    }

    /* Animation: Hover to lift individual badges */
    .floating-badge:hover {
        transform: translateY(-5px) scale(1.05);
        z-index: 20; /* Brings the hovered badge to the absolute front */
    }

    /* Mobile Fix: Stack them or hide them to avoid a messy look */
    @media (max-width: 991px) {
        .main-img-box { padding: 40px; }
        .badge-center-right { display: none; } /* Recommended for tablet to avoid clutter */
        .badge-top-left { left: 0; top: -10px; }
        .badge-bottom-right { right: 0; bottom: -10px; }
    }
    	a.ht-btn.ht-btn-md.btn--outline {
    font-size: 12px;
}
    .btn--primary:hover {
        background-color: #0041a3;
        border-color: #0041a3;
        transform: translateY(-3px);
    }

    .btn--outline:hover {
        background-color: #ffffff;
        color: #0056D2 !important;
        transform: translateY(-3px);
    }
    .bg-gray { background-color: #f8fafc; }
    
    .check-list {
        list-style: none;
        padding: 0;
    }
    
    .check-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    
    .check-list i {
        color: #0056D2; /* Theme Blue */
        font-size: 20px;
        margin-right: 15px;
        margin-top: 3px;
    }
    
    .cta-card {
        background: #fff;
        padding: 50px 40px;
        border-radius: 15px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        border: 1px solid #e2e8f0;
    }
    
    .cta-icon {
        width: 70px;
        height: 70px;
        background: #0056D2;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin: 0 auto 25px;
    }
    
    .cta-heading {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    .btn--primary {
        background: #0056D2;
        color: #fff;
        width: 100%;
        border-radius: 5px;
        padding: 15px;
        display: block;
        font-weight: 600;
    }

    .btn--outline {
        border: 2px solid #0056D2;
        color: #0056D2;
        width: 100%;
        border-radius: 5px;
        padding: 15px;
        display: block;
        font-weight: 600;
        background: transparent;
    }
    
    .btn--primary:hover { background: #0041a3; color: #fff; }
    .btn--outline:hover { background: #fff; color: #fff; }
	
        .technologies-section {
            padding: 60px 20px;
            background-color: #fff;
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
        }

        .tech-columns {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .tech-category h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #086ad8;
        }

        .tech-category p {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
        }
    /* Styling for the text placed above <ul> */
    .pricing-intro-text {
        font-size: 14px;
        margin-bottom: 15px;
        font-style: italic;
        min-height: 40px;
    }
    /* Addon List styling to justify prices */
    .addon-list li {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        padding: 8px 0 !important;
    }
    .featured-delivery {
        font-weight: bold;
        color: #0056D2;
        margin-top: 10px;
    }
    .pricing-table--popular .featured-delivery {
        color: #fff;
    }
        .technologies-section {
            padding: 60px 20px;
            background-color: #fff;
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
        }

        .tech-columns {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .tech-category h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #086ad8;
        }

        .tech-category p {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
        }
            /* Global Tejasweb Consistent Styles */
    .btn-link { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #fff; border: 1px solid #eee; text-decoration: none; color: #333; font-weight: 600; }
    .btn-link:not(.collapsed) i { transform: rotate(180deg); color: #0056D2; }
    .card { border: none; margin-bottom: 10px; }
    .tech-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
    .tech-category h4 { color: #086ad8; margin-bottom: 10px; font-size: 18px; }
    .bg-gray { background-color: #f8fafc; }
    .btn--primary { background: #0056D2; color: #fff; padding: 15px; display: block; border-radius: 5px; text-align: center; font-weight: 600; text-decoration: none; }
    .btn--outline { border: 2px solid #0056D2; color: #0056D2; padding: 15px; display: block; border-radius: 5px; text-align: center; font-weight: 600; text-decoration: none; background: transparent; }
    .check-list li { display: flex; align-items: center; margin-bottom: 15px; font-weight: 500; }
    .check-list i { color: #0056D2; margin-right: 10px; }
    .pricing-intro-text { font-size: 13px; font-style: italic; margin-bottom: 10px; min-height: 35px; }
    .addon-list li { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0 !important; }
    .featured-delivery { font-weight: bold; color: #0056D2; margin-top: 10px; }
             /* Why Choose Us Section */
        .benefits {
            background-color: var(--light);
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .benefit-card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
        }
        
        .benefit-icon {
            font-size: 2.5rem;
            color: var(--secondary);
            margin-bottom: 15px;
        }

        .benefit-card h4 {
    font-size: 20px;
}

.benefit-card p {
    font-size: 14px;
    margin-top: 10px;
}

.benefit-icon img {
    width: 100%;
    max-width: 60px;
}

.section-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.feature-card h4 {
    font-size: 25px;
}
    /* Reuse previous styles for Consistency */
    .btn-link { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #fff; border: 1px solid #eee; text-decoration: none; color: #333; }
    .btn-link:not(.collapsed) i { transform: rotate(180deg); }
    .card { border: none; margin-bottom: 10px; }
    .tech-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
    .tech-category h4 { color: #086ad8; margin-bottom: 10px; font-size: 18px; }
    .bg-gray { background-color: #f8fafc; }
    .btn--primary { background: #0056D2; color: #fff; padding: 15px; display: block; border-radius: 5px; text-align: center; font-weight: 600; }
    .btn--outline { border: 2px solid #0056D2; color: #0056D2; padding: 15px; display: block; border-radius: 5px; text-align: center; font-weight: 600; }
    .check-list li { display: flex; align-items: center; margin-bottom: 15px; font-weight: 500; }
    .check-list i { color: #0056D2; margin-right: 10px; }
    .pricing-intro-text { font-size: 13px; font-style: italic; margin-bottom: 10px; min-height: 35px; }
    .addon-list li { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0 !important; }
        /* Global Tejasweb Consistent Styles */
    .btn-link { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #fff; border: 1px solid #eee; text-decoration: none; color: #333; font-weight: 600; }
    .btn-link:not(.collapsed) i { transform: rotate(180deg); color: #0056D2; }
    .card { border: none; margin-bottom: 10px; }
    .tech-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
    .tech-category h4 { color: #086ad8; margin-bottom: 10px; font-size: 18px; }
    .bg-gray { background-color: #f8fafc; }
    .btn--primary { background: #0056D2; color: #fff; padding: 15px; display: block; border-radius: 5px; text-align: center; font-weight: 600; text-decoration: none; }
    .btn--outline { border: 2px solid #0056D2; color: #0056D2; padding: 15px; display: block; border-radius: 5px; text-align: center; font-weight: 600; text-decoration: none; background: transparent; }
    .check-list li { display: flex; align-items: center; margin-bottom: 15px; font-weight: 500; }
    .check-list i { color: #0056D2; margin-right: 10px; }
    .pricing-intro-text { font-size: 13px; font-style: italic; margin-bottom: 10px; min-height: 35px; }
    .addon-list li { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0 !important; }
    .featured-delivery { font-weight: bold; color: #0056D2; margin-top: 10px; }

 /* Container adjustment to keep buttons in one row */
.service-hero-btn {
    display: flex;
    gap: 15px; /* Spacing between buttons */
    flex-wrap: nowrap; /* Prevents stacking unless on mobile */
    justify-content: center; /* Center buttons horizontally */
    margin-top: 30px;
}

/* General button sizing and text */
.service-hero-btn .ht-btn {
    padding: 12px 25px; /* Slightly smaller padding */
    font-size: 14px;
    width: auto; /* Ensures button only takes needed width */
    min-width: 180px; /* Optional: keeps buttons a consistent minimum size */
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Fix for the Book Consultation button hover visibility */
.service-hero-btn .btn--outline {
    border: 2px solid #0056D2;
    background-color: #0056D2;
    color: #fff;
}

.service-hero-btn .btn--outline:hover {
    background-color: #0056D2 !important;
    color: #ffffff !important; 
    box-shadow: 0 8px 15px rgba(0, 86, 210, 0.2);
}

@media (max-width: 768px) {
    .service-hero-btn {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    
    .service-hero-btn .ht-btn {
        width: 100%; /* Full width only on mobile */
        max-width: 300px;
    }
}


.header-top-bar-info {
    background: #0056d2;
}
.header-top-bar-info .top-bar-left a {
    color: #fff;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item a, .top-bar-wrap .top-bar-right .top-bar-info .info-item {
    color: #fff;
}

 /* Add this to your CSS for the grid layout */
    .client-category-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .client-card {
        background: #fff;
        padding: 40px 30px;
        border-radius: 10px;
        transition: all 0.3s ease;
        text-align: center;
        border: 1px solid #eee;
    }
    .client-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    .client-card i {
        font-size: 40px;
    }
    @media (max-width: 991px) {
        .client-category-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 575px) {
        .client-category-grid { grid-template-columns: 1fr; }
    }
        .bg-light-blue { background-color: #f9fbff; }
    .mission-card { border: 1px solid #eef2f6; transition: transform 0.3s ease; }
    .mission-card:hover { transform: translateY(-5px); }
    .mr-20 { margin-right: 20px; }
    .border-radius-10 { border-radius: 10px; }

    .icon-circle {
                width: 60px;
                height: 60px;
                line-height: 60px;
                background: #0056D2;
                color: #fff;
                border-radius: 50%;
                display: inline-block;
                font-size: 20px;
                font-weight: 700;
            }

            /* Ensure sub-menu is hidden by default and shown when parent is active */
.offcanvas-navigation ul li.has-children .sub-menu {
    display: none;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.03);
}

.offcanvas-navigation ul li.has-children.active > .sub-menu {
    display: block;
}

/* Optional: Add a small arrow to show it's a dropdown */
.offcanvas-navigation ul li.has-children > a::after {
    content: '\f067'; /* FontAwesome Plus icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 12px;
    transition: 0.3s;
}

.offcanvas-navigation ul li.has-children.active > a::after {
    content: '\f068'; /* FontAwesome Minus icon */
    transform: rotate(180deg);
}