 /* Hero Slider */
        .hero-slider {
            margin-top: 0;
            position: relative;
        }

        .carousel-item {
            height: 600px;
            position: relative;
        }

        .carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
           background: linear-gradient(to right, #4267AC, #0066CC);
            z-index: 1;
        }

        .carousel-item img {
            height: 100%;
			width: 100%;
            object-fit: cover;
        }

        .carousel-caption {
            z-index: 2;
            top: 50%;
            transform: translateY(-50%);
            bottom: auto;
        }

        .carousel-caption h1 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            animation: fadeInUp 1s ease;
        }

        .carousel-caption p {
            font-size: 20px;
            margin-bottom: 30px;
            animation: fadeInUp 1.2s ease;
			font-family: var(--heading-font);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .btn-primary-custom {
           font-family: var(--heading-font);
			background: linear-gradient(to right, #DFDFDF, #F7F7F7);
            border: none;
            padding: 12px 35px;
            font-size: 16px;
            border-radius: 50px;
            transition: all 0.3s;
            animation: fadeInUp 1.4s ease;
        }

        .btn-primary-custom:hover {
            background: var(--dark-green);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(45, 134, 89, 0.3);
        }
	 
	   .section-title {
            text-align: center;
            color: white;
            margin-bottom: 50px;
        }

      

        .section-title p {
            font-size: 1.2rem;
            opacity: 0.9;
        }
	   .sc{margin:5px}
        .service-card {
            background: white;
            border-radius: 20px;
            padding: 20px 10px;
            margin-bottom: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            height: 100%;
            cursor: pointer;
            position: relative;
            overflow: hidden;
			font-family: var(--heading-font);
        }

        .service-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .service-card:nth-child(2) {
            animation-delay: 0.3s;
        }

        .service-card:nth-child(3) {
            animation-delay: 0.5s;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .service-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .card-image {
            position: relative;
            height: 250px;
            overflow: hidden;
			text-align: center;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
			text-align: center;
        }

        .service-card:hover .card-image img {
            transform: scale(1.15);
        }

        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            display: flex;
            align-items: flex-end;
            padding: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .service-card:hover .card-overlay {
            opacity: 1;
        }

        .card-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: white;
			margin:0 auto;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }

        .service-card:hover .card-icon {
            transform: rotate(360deg);
        }

        .card-body {
            padding: 30px;
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        .card-description {
            color: #666;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .card-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .card-btn:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
            color: white;
        }

        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 2rem;
            }
            
            .service-card {
                margin-bottom: 30px;
            }
        }

.icon-wrapper {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            position: relative;
        }

        .service-card:hover .icon-wrapper {
            transform: rotateY(360deg);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
        }

        .icon-wrapper i {
            font-size: 3rem;
            color: white;
        }

        .service-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
            text-align: center;
        }

        .service-card p {
            color: #666;
            line-height: 1.8;
            text-align: center;
            margin-bottom: 20px;
        }

        .card-footer-btn {
            text-align: center;
            margin-top: auto;
        }

        .learn-more {
            display: inline-block;
            padding: 12px 30px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(20px);
        }

        .service-card:hover .learn-more {
            opacity: 1;
            transform: translateY(0);
        }

        .learn-more:hover {
            color: white;
            transform: scale(1.05);
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .service-card {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }
        .service-card:nth-child(4) { animation-delay: 0.4s; }
        .service-card:nth-child(5) { animation-delay: 0.5s; }
        .service-card:nth-child(6) { animation-delay: 0.6s; }

        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 2rem;
            }
        }


        .section-title {
            color: white;
            text-align: center;
            margin-bottom: 20px;
            font-weight: 500;
			font-family: var(--heading-font);
        }

        /* Testimonial Grid Styles */
        .testimonial-container {
            height: 700px;
            overflow: hidden;
            position: relative;
            margin-bottom: 40px;
        }

        .testimonial-scroll {
            animation: scroll 20s linear infinite;
        }

        @keyframes scroll {
            0% { transform: translateY(0); }
            100% { transform: translateY(-50%); }
        }

        .testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: transform 0.3s ease;
			font-family: var(--heading-font);
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
			
        }

        .testimonial-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            margin-right: 15px;
        }

        .testimonial-info h5 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }

        .testimonial-stars {
            color: #ffc107;
        }

        .testimonial-text {
            color: #666;
            line-height: 1.6;
        }

        /* Google Review Rating Styles */
        .review-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            margin-bottom: 20px;
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
			font-family: var(--heading-font);
        }

        .review-card:nth-child(1) { animation-delay: 0.1s; }
        .review-card:nth-child(2) { animation-delay: 0.2s; }
        .review-card:nth-child(3) { animation-delay: 0.3s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .google-icon {
            font-size: 48px;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #4285F4, #EA4335, #FBBC05, #34A853);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .rating-number {
            font-size: 48px;
            font-weight: 700;
            color: #333;
            margin: 10px 0;
            animation: countUp 2s ease;
        }

        @keyframes countUp {
            from { opacity: 0; transform: scale(0.5); }
            to { opacity: 1; transform: scale(1); }
        }

        .rating-stars {
            font-size: 24px;
            color: #ffc107;
            margin: 10px 0;
        }

        .review-count {
            color: #666;
            font-size: 14px;
        }

        .progress-circle {
            width: 120px;
            height: 120px;
            margin: 20px auto;
            position: relative;
        }

        .progress-circle svg {
            transform: rotate(-90deg);
        }

        .progress-circle circle {
            fill: none;
            stroke-width: 10;
            stroke-linecap: round;
        }

        .progress-bg {
            stroke: #e9ecef;
        }

        .progress-bar-circle {
            stroke: #4285F4;
            stroke-dasharray: 283;
            stroke-dashoffset: 283;
            animation: fillCircle 2s ease forwards;
        }

        @keyframes fillCircle {
            to { stroke-dashoffset: 56.6; }
        }

        .stat-badge {
            display: inline-block;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-top: 10px;
            animation: pulse 2s ease infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
