/* Consultation Form Styles */
.consultation-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.consultation-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-control:focus, .form-select:focus {
    border-color: #1a76d1;
    box-shadow: 0 0 0 0.2rem rgba(26, 118, 209, 0.25);
}

.is-valid {
    border-color: #198754 !important;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.btn-primary-custom {
    background: linear-gradient(135deg, #1a76d1 0%, #155a9e 100%);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 118, 209, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .consultation-form {
        padding: 20px;
        margin-top: 20px;
    }
}


.about-content {
        text-align: justify;
        text-justify: inter-word;
        line-height: 1.6;
    }
.section-padding {
            padding: 3rem 0;
        }
        
        @media (max-width: 768px) {
            .section-padding {
                padding: 2rem 0;
            }
            
            .mobile-margin-fix {
                margin-bottom: 1.5rem;
            }
            
            .card {
                margin-bottom: 1.5rem;
            }
        }
        
        .service-img {
            height: 200px;
            object-fit: cover;
        }
        
        .consultation-form {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 10px;
        }
        
        .btn-primary-custom {
            background-color: #0d6efd;
            border-color: #0d6efd;
            color: white;
        }
        
        .btn-primary-custom:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
        }
        
        /* Responsive Logo Styling */
        .navbar-brand img {
            max-height: 40px;
            width: auto;
            transition: max-height 0.3s ease;
        }
        
        /* Desktop logo size (reduced) */
        @media (min-width: 992px) {
            .navbar-brand img {
                max-height: 35px; /* Reduced size for desktop */
            }
        }
        
        /* Mobile logo size */
        @media (max-width: 991px) {
            .navbar-brand img {
                max-height: 35px;
            }
        }
        
        /* Brand section logo */
        .logo-large img {
            max-height: 60px; /* Reduced from previous size */
            width: auto;
        }
        
        /* Ensure logo doesn't overflow on very small screens */
        @media (max-width: 576px) {
            .navbar-brand img {
                max-height: 30px;
            }
        }
        
        /* Logo container adjustments */
        .navbar-brand {
            padding: 5px 0;
        }
   /* Logo styling */
        .navbar-brand img {
            max-height: 50px;
            width: auto;
        }
        
        .logo-large img {
            max-height: 80px;
            width: auto;
        }
        
        @media (max-width: 991px) {
            .navbar-brand img {
                max-height: 40px;
            }
        }
  /* Custom spacing adjustments for mobile */
        .section-padding {
            padding: 3rem 0;
        }
        
        @media (max-width: 768px) {
            .section-padding {
                padding: 2rem 0;
            }
            
            .mobile-margin-fix {
                margin-bottom: 1.5rem;
            }
            
            .card {
                margin-bottom: 1.5rem;
            }
        }
        
        .service-img {
            height: 200px;
            object-fit: cover;
        }
        
        .consultation-form {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 10px;
        }
        
        .btn-primary-custom {
            background-color: #0d6efd;
            border-color: #0d6efd;
            color: white;
        }
        
        .btn-primary-custom:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
        }
        

/********** Template CSS **********/
   .section-padding {
            padding: 80px 0;
        }
        .section-title {
            color: #1a76d1;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 12px;
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        }
        .service-img {
            height: 200px;
            object-fit: cover;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .card-title {
            color: #1a76d1;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .card-text {
            color: #555;
            line-height: 1.6;
            flex-grow: 1;
        }
        .btn-primary {
            background-color: #1a76d1;
            border-color: #1a76d1;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            background-color: #155a9e;
            border-color: #155a9e;
            transform: translateY(-2px);
        }
        .services-button-container {
            margin-top: 40px;
            text-align: center;
        }
.section-padding {
  padding: 10px 20%;
}
.card-img-top.service-img {
  height: 200px;
  object-fit: cover;
}
.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}
/* Custom Styles for Landing Page */
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1559757175-0eb30cd8c063?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 150px 0;
            text-align: center;
        }
        
        .hero-section h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .hero-section p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 30px;
        }
        
        .section-padding {
            padding: 80px 0;
        }
        
        .section-title {
            color: #1a76d1;
            margin-bottom: 20px;
            font-weight: 700;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: #1a76d1;
            border-radius: 2px;
        }
        
        .about-content {
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
        }
        
        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .service-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .service-body {
            padding: 25px;
            text-align: center;
        }
        
        .service-title {
            color: #1a76d1;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .stats-section {
            background: linear-gradient(135deg, #1a76d1 0%, #155a9e 100%);
            color: white;
            padding: 80px 0;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
            display: block;
        }
        
        .stat-text {
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        .consultation-section {
            background: #f8f9fa;
        }
        
        .consultation-form {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .package-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .package-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .package-header {
            background: #1a76d1;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .package-body {
            padding: 25px;
        }
        
        .package-features {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }
        
        .package-features li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
        }
        
        .package-features li:last-child {
            border-bottom: none;
        }
        
        .package-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a76d1;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .blog-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .blog-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .blog-body {
            padding: 25px;
        }
        
        .blog-title {
            color: #1a76d1;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .blog-excerpt {
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        
        .btn-primary-custom {
            background: #1a76d1;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            color: white;
           margin-bottom: 3%;
        }
        
        .btn-primary-custom:hover {
            background: #155a9e;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        
        .cta-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .cta-text {
            font-size: 1.2rem;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Responsive Styles */
        @media (max-width: 767px) {
            .hero-section {
                padding: 100px 0;
            }
            
            .hero-section h1 {
                font-size: 2.5rem;
            }
            
            .section-padding {
                padding: 60px 0;
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
            
            .cta-section {
                padding: 80px 0;
            }
            
            .cta-title {
                font-size: 2rem;
            }
        }
          /* Custom Utility for Section Padding */
        .section-padding {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
 .contact-section {
            padding: 80px 0;
            background: #f8f9fa;
        }
        
        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }
        
        .stats-container {
            background: #1a76d1;
            border-radius: 10px;
            padding: 30px;
            color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .experience {
            margin-bottom: 25px;
        }
        
        .experience:last-child {
            margin-bottom: 0;
        }
        
        .progress {
            height: 10px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 5px;
            overflow: hidden;
        }
        
        .progress-bar {
            background: white;
            border-radius: 5px;
        }
        
        .section-title {
            color: #1a76d1;
            margin-bottom: 30px;
            font-weight: 700;
            text-align: center;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .contact-section {
                padding: 60px 0;
            }
            
            .stats-container {
                padding: 20px;
            }
        }
.blog-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        .blog-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.05"><path d="M30,30 Q50,10 70,30 T90,50 T70,70 T50,90 T30,70 T10,50 T30,30 Z" fill="%231a76d1"/></svg>');
            z-index: 0;
        }
        
        .blog-header {
            position: relative;
            z-index: 1;
            margin-bottom: 50px;
        }
        
        .blog-header h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #1a76d1;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .blog-header h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #1a76d1;
            border-radius: 2px;
        }
        
        .blog-header p {
            font-size: 1.2rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .blog-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            z-index: 1;
        }
        
        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .blog-card-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .blog-card:hover .blog-card-img img {
            transform: scale(1.05);
        }
        
        .blog-card-category {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #1a76d1;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .blog-card-body {
            padding: 25px;
            display: flex;
            flex-direction: column;
            height: calc(100% - 220px);
        }
        
        .blog-card-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1a76d1;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        
        .blog-card-excerpt {
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        .blog-card-meta {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 0.9rem;
            color: #6c757d;
        }
        
        .blog-card-meta i {
            margin-right: 5px;
            color: #1a76d1;
        }
        
        .blog-card-meta span {
            margin-right: 15px;
        }
        
        .blog-card-btn {
            background: #1a76d1;
            color: white;
            border: none;
            border-radius: 30px;
            padding: 10px 20px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
        }
        
        .blog-card-btn:hover {
            background: #155a9e;
            transform: translateX(5px);
        }
        
        .blog-card-btn i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .blog-card-btn:hover i {
            transform: translateX(3px);
        }
        
        /* Carousel Styles for Mobile */
        .blog-carousel .carousel-item {
            padding: 0 15px;
        }
        
        .blog-carousel .carousel-control-prev,
        .blog-carousel .carousel-control-next {
            width: 40px;
            height: 40px;
            background: #1a76d1;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.9;
        }
        
        .blog-carousel .carousel-control-prev {
            left: 10px;
        }
        
        .blog-carousel .carousel-control-next {
            right: 10px;
        }
        
        .blog-carousel .carousel-control-prev:hover,
        .blog-carousel .carousel-control-next:hover {
            opacity: 1;
        }
        
        /* View All Button */
        .view-all-container {
            text-align: center;
            margin-top: 50px;
            position: relative;
            z-index: 1;
        }
        
        .view-all-btn {
            background: transparent;
            color: #1a76d1;
            border: 2px solid #1a76d1;
            border-radius: 30px;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .view-all-btn:hover {
            background: #1a76d1;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(26, 118, 209, 0.3);
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .blog-section {
                padding: 60px 0;
            }
            
            .blog-header h1 {
                font-size: 2.5rem;
            }
            
            .blog-card {
                margin-bottom: 30px;
            }
        }
 /* Custom scrollbar for the sidebar */
        .service-list-container::-webkit-scrollbar {
            width: 8px;
        }
        .service-list-container::-webkit-scrollbar-track {
            background: #f1f5f9;
        }
        .service-list-container::-webkit-scrollbar-thumb {
            background: #9ca3af;
            border-radius: 4px;
        }
        .service-list-container::-webkit-scrollbar-thumb:hover {
            background: #6b7280;
        }
        /* Custom styles to replace Tailwind classes */
        .border-custom-gray {
            border-color: #e5e7eb;
        }
        .max-w-2xl {
            max-width: 42rem;
        }
.service-link {
            transition: all 0.2s ease-in-out;
            cursor: pointer;
        }

        .service-link.active {
            background-color: #3b82f6;
            color: white;
            border-radius: 0.5rem;
        }
        .service-link:not(.active):hover {
            background-color: #e5e7eb;
        }

        .shadow-custom {
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 5px 10px -5px rgba(0, 0, 0, 0.04);
        }

        /* Custom scrollbar for the sidebar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #f1f5f9;
        }
        ::-webkit-scrollbar-thumb {
            background: #9ca3af;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #6b7280;
        }

/* Custom CSS to match the image design */
    .blog-card {
        background: #fff;
        border: none;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease-in-out;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .blog-card:hover {
        transform: translateY(-5px);
    }
    .blog-card-img-container {
        position: relative;
        overflow: hidden;
    }
    .blog-card-img-container img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .blog-date-badge {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background-color: #007bff;
        color: white;
        padding: 0.4rem 0.8rem;
        border-radius: 0.25rem;
        font-size: 0.85rem;
        font-weight: 500;
        z-index: 10;
    }
    .blog-meta {
        background-color: #f8f9fa;
        padding: 0.75rem 1.25rem;
        font-size: 0.8rem;
        color: #6c757d;
        border-bottom: 1px solid #e9ecef;
    }
    .blog-meta .icon-text {
        display: inline-flex;
        align-items: center;
        margin-right: 15px;
    }
    .blog-meta .icon-text i {
        margin-right: 5px;
    }
    .blog-content-body {
        padding: 1.25rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .blog-content-body h5.blog-title {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.3;
        color: #212529;
        margin-bottom: 0.75rem;
    }
    .blog-content-body p.blog-description {
        font-size: 0.95rem;
        color: #495057;
        line-height: 1.6;
        flex-grow: 1;
    }
    .blog-category-banner {
        background-color: #3b82f6;
        color: white;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 0.25rem;
        position: absolute;
        top: -20px;
        left: 20px;
        z-index: 10;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    .btn-read-more {
        align-self: flex-start;
        margin-top: 1rem;}
 .video-container {
            position: relative;
            width: 100%;
            /* 16:9 Aspect Ratio */
            padding-bottom: 56.25%; 
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
.logo-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
  }

  .logo-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  .logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem; /* Increased spacing between logos */
  }

  .logo-item {
    flex-shrink: 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-item img {
    max-height: 100px; /* Increased height */
    max-width: 180px;  /* Increased width */
    width: auto;
    height: auto;
    /* Removed grayscale and opacity filters */
  }
  
  /* Responsive behavior */
  @media (max-width: 767.98px) {
    .logo-container {
      padding-bottom: 1.5rem; /* Add space for the scrollbar on mobile */
    }
    .logo-row {
      justify-content: flex-start; /* Align logos to the start on mobile */
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .logo-item {
      width: 50%; /* Still show two logos per row on mobile */
      max-width: 180px; /* Ensure logos don't get too big if only two show */
    }
    .logo-item img {
      max-height: 100px; /* Slightly reduce height on small mobile screens if needed */
      max-width: 350px; /* Adjust width for small mobile screens */
    }
  }

  @media (min-width: 768px) {
    .logo-row {
      flex-wrap: wrap; /* Wrap logos on desktop */
      justify-content: center; /* Center them on desktop */
    }
    .logo-item {
      flex-basis: auto; /* Revert flex basis */
      width: auto;
    }
  }

service-img {
    width: 100%;       /* full width inside the container */
    max-width: 160px;  /* control max size */
    height: auto;      /* keep aspect ratio */
    margin: 0 auto;    /* center */
    display: block;
  }

  /* Optional: add hover zoom effect */
  .service-img:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
  }
   /* NEW: Excellence banner styles */
        .excellence-banner {
            background-color: #1a76d1;
            color: white;
            text-align: center;
            padding: 8px 0;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            z-index: 1000;
        }
        
        .excellence-text {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .excellence-text i {
            font-size: 12px;
            color: #ffd700;
        }
        
        @media (max-width: 767px) {
            .excellence-banner {
                padding: 6px 0;
                font-size: 12px;
            }
            
            .excellence-text i {
                font-size: 10px;
            }
        }
        
        @media (max-width: 576px) {
            .excellence-banner {
                padding: 5px 0;
                font-size: 11px;
                line-height: 1.3;
            }
        }
/* Whatsapp */
  .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        padding: 10px 18px;
        font-size: 16px;
        font-weight: 500;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        z-index: 999;
        display: flex;
        align-items: center;
        text-decoration: none;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .whatsapp-float i {
        font-size: 26px;
        margin-right: 8px;
    }

    .whatsapp-text {
        color: #fff;
        white-space: nowrap;
    }

    .whatsapp-float:hover {
        transform: scale(1.07);
        background-color: #20b954;
    }

    /* Ensure button is readable on small screens */
    @media (max-width: 480px) {
        .whatsapp-float {
            font-size: 14px;
            padding: 8px 14px;
        }

        .whatsapp-float i {
            font-size: 24px;
            margin-right: 6px;
        }
    }
    /* Whatsapp End */

        
        .section-container {
            padding: 80px 0;
            background-color: white;
        }
      .section-container {
            padding: 80px 0;
            background-color: white;
        }
        
        .section-title {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
            position: relative;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .section-description {
            color: var(--text-light);
            margin-bottom: 40px;
            font-size: 1.1rem;
        }
        
        .aims-objectives-container {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }
        
        .aims-objectives-card {
            flex: 1;
            min-width: 280px;
            max-width: 400px;
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid var(--secondary-color);
            position: relative;
            overflow: hidden;
        }
        
        .aims-objectives-card:nth-child(2) {
            border-top-color: var(--accent-color);
        }
        
        .aims-objectives-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .card-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 28px;
            color: white;
            background: var(--secondary-color);
        }
        
        .aims-objectives-card:nth-child(2) .card-icon {
            background: var(--accent-color);
        }
        
        .card-title {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .card-content {
            color: var(--text-light);
            margin-bottom: 0;
        }
        
        .card-highlight {
            display: inline-block;
            background: rgba(52, 152, 219, 0.1);
            color: var(--secondary-color);
            padding: 3px 8px;
            border-radius: 4px;
            font-weight: 600;
            margin: 5px 0;
        }
        
        .aims-objectives-card:nth-child(2) .card-highlight {
            background: rgba(231, 76, 60, 0.1);
            color: var(--accent-color);
        }
        
        @media (max-width: 768px) {
            .aims-objectives-card {
                min-width: 100%;
            }
            
            .section-container {
                padding: 50px 0;
            }
        }
        
        @media (max-width: 576px) {
            .aims-objectives-card {
                padding: 20px;
            }
            
            .card-icon {
                width: 60px;
                height: 60px;
                font-size: 24px;
            }
        }
        /* mission and vision end */

     
        
        .services-section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 50px;
            position: relative;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .service-item {
            background: white;
            border-radius: 12px;
            padding: 30px 25px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            border-top: 4px solid var(--secondary-color);
            position: relative;
            overflow: hidden;
        }
        
        .service-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-img-container {
            width: 100%;
            height: 180px;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f8f9fa;
        }
        
        .service-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .service-item:hover .service-img {
            transform: scale(1.05);
        }
        
        .service-item h5 {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .service-item p {
            color: var(--text-light);
            margin-bottom: 20px;
        }
        
        .btn-service {
            background: var(--secondary-color);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
        }
        
        .btn-service:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-2px);
        }
        
        .btn-service i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }
        
        .btn-service:hover i {
            transform: translateX(3px);
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .service-img-container {
                height: 160px;
            }
        }
        
        @media (max-width: 768px) {
            .services-section {
                padding: 60px 0;
            }
            
            .service-item {
                margin-bottom: 25px;
            }
            
            .service-img-container {
                height: 200px;
            }
        }
        
        @media (max-width: 576px) {
            .service-item {
                padding: 25px 20px;
            }
            
            .service-img-container {
                height: 180px;
            }
        }

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}
.progress-bar {
        transition: width 2s ease-in-out;
    }
.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}