html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }

  section {
    padding: 40px 0;
  }

  .header-section {
    background-color: #fcffe7;
    background-image: url(./img/Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
/* Optional: Style the hamburger icon */
.navbar-toggler {
  color: #0078C1 !important; 
  border: none; 
  padding: 0.25rem 0.75rem;
}
.navbar-toggler-icon{
    width: 100%;
    height: 100%;
}
/* Remove outline and box-shadow when toggler is focused */
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav-link {
    color: #333 !important;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #0078C1 !important;
    font-size: 21px;
  }

  .logonav {
    height: 80px;
    bottom: 0px !important;
  }

  .nav-container {
    background-color: #fff;
    z-index: 1020;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  
  .header-title {
    font-size: 67px;
    font-weight: 700;
    color: #fff;
  }

  .header-subtitle {
    font-size: 24px;
    color: #fff;
  }

 .btndemo {
  background-color: #25b6d1;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  transition: background-color 0.3s ease;
}

.btndemo:hover,
.btndemo:focus,
.btndemo:active,
.btndemo:visited {
  background-color: #0078C1; /* Darker shade on hover/click */
  color: #fff !important;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

  .formhead {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
  }

  .formp {
    font-size: 18px;
    color: #fff;;
  }

  .form-control:focus,
  .form-select:focus {
    border-color: #e31a34;
    box-shadow: 0 0 0 0.25rem rgba(227, 26, 52, 0.25);
    /* lighter red shadow */
  }

    /* Carousel Wrapper */
    .carousel-wrapper {
      position: relative;
      overflow: hidden;  /* Disable scrolling */
      padding: 30px 0;
    }

    .carousel-track {
      display: flex;
      gap: 10px; 
    }

    .carousel-item-custom {
      padding: 0; 
      box-sizing: border-box; 
    }
    
    .card1 {
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      height: 290px;
    }

    /* Card Image */
    .card-img-top {
      width: 100px;
      margin: 0 auto;
    }

    /* Card Body */
    .card-body {
      text-align: center;
    }

  .headsec {
    font-size: 50px;
    color: #0078C1;
    font-weight: 700;
    text-align: center;
  }
  .thead th{
    background-color: #25b6d1 !important;
    border: 1px solid #a39596 !important;
    font-size: 20px;
}
.btn1 {
  min-width: 200px;
  transition: all 0.3s ease;
    color: #0078C1 !important;
    border: 1px solid #0078C1 !important;
}

.btn1:hover {
  transform: scale(1.05);
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #25b6d1 !important;
}
.cta-btn {
  font-size: 1.2rem;
  padding: 12px 28px;
  background-color: #25b6d1; 
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #0078C1;
}
.choosh3 {
  font-size: 40px;
  font-weight: 600;
  color: #2c3e50;
    padding-bottom: 10%;
}

.choosp {
  font-size: 22px;
  color: #555;
}

.choosp a {
  color: #e31a34; 
  transition: color 0.2s ease;
}

.choosp a:hover {
  color: #e31a34;
  text-decoration: underline;
}

.feature-icon {
color: #e31a34;
font-size: 1.5rem;
margin-right: 10px;
}

.feature-item {
margin-bottom: 1rem;
 align-items: center;
}

.feature-text {
font-size: 1rem;
color: #333;
}
.formb {
width: 75%;
margin: auto;
}

.formbin {
    width:60%;
    margin:0 auto;
}
.contact-info {
display: flex;
flex-wrap: wrap;
 font-size: 0.95rem;
justify-content: space-evenly;
align-items: center;
}

.contact-info a {
text-decoration: none;
color: #333;
}

.contact-info a:hover {
text-decoration: underline;
color: #5e36a5;
}
.contact-info span{
font-size: 20px;
}
/* Adjust spacing for mobile */
@media (max-width: 991px) {
  #mainNav {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
  }

  .nav-link {
    color: #333 !important;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #c3142d !important;
    font-size: 21px;
  }

  .logonav {
    height: 80px;
    bottom: 0px !important;
  }
}
@media (max-width: 768px) {
    .nav-pills {
      flex-direction: column;
      align-items: center;
    }
  }
 @media (max-width: 600px) {
      .carousel-track {
            display: flex;
            flex-direction: column;
        }
        .card1 {
            height: 251px !important;
        }
        .contact-info {
            display: flex;
            flex-direction: column;
        }
        .widthc {
            width: 94%;
            margin: auto;
        }
        section {
            padding: 10px 0;
        }
        .headsec {
            font-size: 38px;
            
        }
        .feature-item {
            margin-bottom: 0rem;
        }
        .header-title {
            font-size: 50px;
        }
        .formb {
            width: 98%;
            margin: auto;
        }
        .formbin {
            width:80%;
            margin:0 auto;
        }
        .marg{
            margin: 0;
        }
    }
@media (max-width: 375px) {
    .card1 {
        height: 280px !important;
    }
    
        .widthc {
            width: 100%;
            margin: auto;
        }
}
@media (max-width: 320px) {
        .feature-text {
            font-size: 11px;
        }
}
        
        
        
        
        
        
        
        
        
        
        
        
}