 body {
     font-family: 'Poppins', sans-serif;
     background-color: #ffffff;
 }

 /* Navbar */
 .navbar {
     background-color: rgba(44, 104, 97, 0.9);
 }

 .navbar-nav .nav-link {
     color: #fff !important;
     font-weight: 500;
 }

 .navbar-nav .nav-link:hover {
     color: #d1e7e2 !important;
 }

 /* Carousel */
 .carousel-item {
     height: 60vh;
     /* reduced height from 80vh to 60vh */
     min-height: 300px;
     background: no-repeat center center scroll;
     background-size: cover;
     position: relative;
 }

 .carousel-caption {
     position: absolute;
     bottom: 20%;
     left: 10%;
     text-align: left;
     background: rgba(0, 0, 0, 0.3);
     /* transparent dark overlay */
     padding: 20px;
     border-radius: 10px;
     color: #ffffff;
     /* white text */
 }

 .carousel-caption h1 {
     font-weight: 700;
     color: #fff;
 }

 .carousel-caption p {
     color: #f2f2f2;
 }

 section {
     padding: 80px 0;
 }

 .section-title {
     color: #2c6861;
     font-weight: 700;
     margin-bottom: 40px;
 }

 .btn-custom {
     background-color: #2c6861;
     color: #fff;
     border-radius: 30px;
     padding: 10px 30px;
 }

 .btn-custom:hover {
     background-color: #245952;
 }

 /* Footer */
 footer {
     background-color: #2c6861;
     color: #fff;
     padding: 40px 0;
 }

 footer a {
     color: #d1e7e2;
     text-decoration: none;
 }

 footer a:hover {
     color: #fff;
 }

 .stat-circle {
     background-color: #2c6861;
     color: white;
     width: 90px;
     height: 90px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 10px;
     transition: all 0.3s ease;
 }

 .stat-circle:hover {
     background-color: #245952;
     transform: scale(1.05);
 }

 .light-background {
     background-color: #f2f9f8;
     --background-color: #f2f9f8;
     --surface-color: #ffffff;
 }

 #services ul {
     margin: 0 auto;
     padding: 0;
 }

 #services li {
     background-color: #f8f9f8;
     border-radius: 8px;
     padding: 12px 18px;
     margin-bottom: 10px !important;
     /* Reduced gap between items */
     transition: all 0.3s ease;
 }

 #services li:hover {
     background-color: #e8f4f2;
     transform: translateY(-3px);
 }

 #services .rule-line {
     display: flex;
     align-items: flex-start;
     margin-bottom: 3px;
 }

 #services .rule-line i {
     flex-shrink: 0;
     margin-top: 3px;
 }

 #services .rule-line span {
     text-align: left;
 }

 .logo {
     height: 60px
 }

 #carousel-item1 {
     background-image: url('../images/slide_1.png');
 }

 #carousel-item2 {
     background-image: url('../images/slide_2.png');
 }

 #carousel-item3 {
     background-image: url('../images/slide_3.png');
 }

 #eligibility {
     color: #2c6861;
 }

 .vehicletype {
     color: #2c6861;
 }

 .email {
     color: #d1e7e2;
     text-decoration: none;
 }

 .imp_link {
     color: #d1e7e2;
     text-decoration: none;
 }

 .logo_row {
    height:40px; margin:0 10px;
 }

 .faicon {
    width: 20px;
 }

 .faicon_logo {
    width: 40px;
 }

 .faicon_rp {
    width: 10px;
 }

 .ev {
    background-color: #2c6861;
    color: #fff;
 }