 /* Hero Section Styles */
        .hero-section {
            position: relative;
            background-image: url('/assets/img/bg-2025.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* Dark overlay for better text readability */
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
        
        /* Content container */
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            padding: 20px;
			margin-top:0px;
            max-width: auto;
        }
        
        /* Hero title */
        .hero-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }
        
        /* Hero subtitle */
        .hero-subtitle {
            font-size: 20px;
            margin-bottom: 150px;
            line-height: 1.5;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
        }
        
        /* Custom button styling */
        .btn-hero {
            background-color: #f0ad4e;
            color: #333;
            font-size: 18px;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-hero:hover {
            background-color: #ec971f;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }
        
        /* Why Choose Us Section Styles */
        .why-choose-us-section {
			
            padding: 20px 0;
            background-color: #ffffff;
			padding-top:40px;
        }
        
        .section-title {
            font-size: 40px;
            font-weight: 500;
            color: #2c3e50;
            margin-bottom: 15px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }
        
        .section-subtitle {
            font-size: 17px;
            color: #6c757d;
            margin-bottom: 60px;
            line-height: 1.6;
            font-weight: 400;
        }
        
        .features-row {
            margin-bottom: 40px;
        }
        
        .feature-card {
            text-align: center;
            padding: 3px;
            margin-bottom: 30px;
        }
        
        .feature-icon {
            margin-bottom: 20px;
        }
        
        .feature-icon span {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            font-size: 36px;
            border-radius: 12px;
            text-align: center;
        }
        
        .feature-title {
            font-size: 20px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 12px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }
        
        .feature-description {
            font-size: 15px;
            color: #6c757d;
            line-height: 1.6;
            max-width: 280px;
            margin: 0 auto;
        }
        
        /* Responsive adjustments for Why Choose Us section */
        @media (max-width: 991px) {
            .section-title {
                font-size: 32px;
            }
            
            .feature-card {
                padding: 15px 10px;
            }
            
            .feature-icon span {
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 30px;
            }
            
            .feature-title {
                font-size: 18px;
            }
            
            .feature-description {
                font-size: 14px;
                max-width: 100%;
            }
        }
        
        @media (max-width: 768px) {
            .why-choose-us-section {
                padding: 60px 0;
            }
            
            .section-title {
                font-size: 28px;
            }
            
            .section-subtitle {
                font-size: 15px;
                margin-bottom: 40px;
            }
            
            .features-row {
                margin-bottom: 20px;
            }
            
            .feature-card {
                margin-bottom: 25px;
            }
        }
        
        @media (max-width: 480px) {
            .section-title {
                font-size: 24px;
            }
            
            .section-subtitle {
                font-size: 14px;
            }
            
            .feature-icon span {
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 24px;
            }
            
            .feature-title {
                font-size: 16px;
            }
            
            .feature-description {
                font-size: 13px;
            }
        }

	/* Who We Are Section Styles */
        .who-we-are-section {
            padding: 20px 0;
        }
        
        .who-section-title {
            font-size: 40px;
            font-weight: 500;
            color: #2c3e50;
            margin-bottom: 60px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }
        
        .precision-matters-row {
            display: flex;
            align-items: center;
        }
        
        .precision-content {
            padding-right: 40px;
        }
        
        .precision-title {
            font-size: 32px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 25px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }
        
        .precision-description {
            font-size: 16px;
            color: #6c757d;
            line-height: 1.7;
            margin-bottom: 30px;
        }
        
        .precision-list {
            list-style: none;
            padding-left: 0;
        }
        
        .precision-list li {
            font-size: 15px;
            color: #6c757d;
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
            line-height: 1.6;
        }
        
        .precision-list li:before {
            content: "•";
            color: #fbbf24;
            font-weight: bold;
            font-size: 20px;
            position: absolute;
            left: 0;
            top: -2px;
        }
        
        .team-image-container {
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .team-image {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
        }
        
        .team-image-container:hover .team-image {
            transform: scale(1.05);
        }
        
        /* Responsive adjustments for Who We Are section */
        @media (max-width: 991px) {
            .who-section-title {
                font-size: 32px;
                margin-bottom: 40px;
            }
            
            .precision-title {
                font-size: 28px;
            }
            
            .precision-content {
                padding-right: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .who-we-are-section {
                padding: 60px 0;
            }
            
            .who-section-title {
                font-size: 28px;
                margin-bottom: 30px;
            }
            
            .precision-matters-row {
                display: block;
            }
            
            .precision-content {
                padding-right: 0;
                margin-bottom: 30px;
            }
            
            .precision-title {
                font-size: 24px;
                margin-bottom: 20px;
            }
            
            .precision-description {
                font-size: 15px;
                margin-bottom: 25px;
            }
            
            .precision-list li {
                font-size: 14px;
            }
            
            .team-image-container {
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .who-section-title {
                font-size: 24px;
            }
            
            .precision-title {
                font-size: 20px;
            }
            
            .precision-description {
                font-size: 14px;
            }
            
            .precision-list li {
                font-size: 13px;
                padding-left: 20px;
            }
        }

		/* Us at a Glance Section Styles */
        .us-at-glance-section {
            padding: 20px 0;
            background-color: #ffffff;
        }
        
        .glance-section-title {
            font-size: 40px;
            font-weight: 500;
            color: #2c3e50;
            margin-bottom: 60px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }
        
        .stats-row {
            margin-bottom: 50px;
        }
        
        .stat-card {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .stat-circle {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
        }
        
        .progress-ring {
            transform: rotate(-90deg);
        }
        
        .progress-ring__circle {
            stroke-dasharray: 452;
            stroke-dashoffset: 452;
            transition: stroke-dashoffset 2s ease-in-out;
            stroke-linecap: round;
        }
        
        .stat-circle.animated .progress-ring__circle {
            stroke-dashoffset: var(--offset);
        }
        
        .stat-number {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 28px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .stat-label {
            font-size: 16px;
            color: #6c757d;
            margin: 0;
        }
        
        /* Responsive adjustments for Us at a Glance section */
        @media (max-width: 991px) {
            .glance-section-title {
                font-size: 32px;
                margin-bottom: 40px;
            }
            
            .stat-number {
                font-size: 24px;
            }
            
            .stat-label {
                font-size: 14px;
            }
        }
        
        @media (max-width: 768px) {
            .us-at-glance-section {
                padding: 60px 0;
            }
            
            .glance-section-title {
                font-size: 28px;
                margin-bottom: 30px;
            }
            
            .stats-row {
                margin-bottom: 30px;
            }
            
            .progress-ring {
                width: 140px;
                height: 140px;
            }
            
            .progress-ring__circle,
            .progress-ring__background {
                r: 62;
                cx: 70;
                cy: 70;
            }
            
            .stat-number {
                font-size: 22px;
            }
        }
        
        @media (max-width: 480px) {
            .glance-section-title {
                font-size: 24px;
            }
            
            .progress-ring {
                width: 120px;
                height: 120px;
            }
            
            .progress-ring__circle,
            .progress-ring__background {
                r: 52;
                cx: 60;
                cy: 60;
            }
            
            .stat-number {
                font-size: 20px;
            }
            
            .stat-label {
                font-size: 13px;
            }
        }