body {

  font-size: 0.875rem;
  line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
  color: #555;
}

header
{
    padding:15px 0px;
}


.hero-sec
{
    background: url(../images/hero-img.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0px;
    /*height: 100vh;*/
    /*margin-top:130px;*/
    display: flex;
    align-items: end;
}

@media only screen and (min-width: 992px) {
    .header.sticky nav#menu.main-menu {
        display: block !important;
        margin: auto;
        margin-right: -20px;
        /*margin-top: -92px;*/
    }
}


.hero-content
{
    /*background-color: rgb(172 174 181 / 50%);*/
    display: inline-block;
    padding-bottom: 150px;
}
.hero-title
{
     font-family: 'Poppins', sans-serif;
     color: #fff;
     font-size: 40px;
     position: relative;
}
.navbar-btn {
    background: #a7041b;
    border-radius: 10px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 25px;
}

.navbar-btn:hover
{
      background: linear-gradient(to left, #002F87, #A12B2F);
}
.hero-para
{
     font-family: 'Poppins', sans-serif;
     color: #fff;
     font-size: 18px;
}

.form-box
{
    background:#c8c8c8;
   
}

.form-box h1
{
    color: #fff;
    background: #a7041b;
    font-size: 25px;
    padding: 10px 30px;
    text-align: center;
}

.after-hero-sec
{
    background: #f8f8f8;
    padding: 20px 0px;
}

.after-hero-sec p
{
    font-size: 18px;
    color: #a7041b;
    text-align: center;
    font-weight: 600;
}

.video-sec
{
    padding: 60px 0px;
}

.video-sec h2
{
     font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
     margin-bottom: 30px;
}

.about-us-sec
{
    background: #f4eded;
    padding: 60px 0px;
}

.about-us-sec h1
{
      font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
}

.about-us-sec p
{
     
  
     color: #606060; 
     font-size: 18px;
     padding-bottom: 50px;
}

.country-sec
{
    background: #F6F4F4;
    padding: 40px 0px;
}

.country-sec p
{
    color: #a7041b;
    font-size: 18px;
    font-family: 'Poppins', sans-serif; 
}

.border-start
{
    border-left: 1px solid darkblue !important;
}

.border-end
{
    border-right: 1px solid darkblue !important;
}


.how-sec
{
    padding: 60px 0px;
}
.how-sec h1
{
      font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
     margin-bottom: 30px;
}

.how-sec h5
{
    color: #606060;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 15px;

}

.how-sec h5
{
    color: #A12B2F;
    font-size: 18px;
   
}

.space-sec
{
    background: #F8F8F8;
    padding:0px 0px 60px 0px
}

.space-sec h1
{
      font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
    margin-bottom: 30px;
}

.space-sec p
{
      font-family: 'Poppins', sans-serif; 
       color: #a7041b; 
       font-size: 20px; 
       padding-top: 20px;
       font-weight: bold;
}

.leadership-sec
{
    padding:0px 0px 60px 0px
}


.leadership-sec h1
{
      font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
     margin-bottom: 30px;
}

.leadership-sec p
{
     
       color: #606060; 
       font-size: 18px; 
       padding-bottom: 20px;
}

.img-text
{
    font-family: 'Poppins', sans-serif; 
       color: #262626 !important; 
       font-size: 18px; 
       padding-top: 20px;
}

.process-sec
{
    background:#F8F8F8;
    padding: 60px 0px;
}

.process-sec h1
{
      font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
     padding-bottom: 30px;
}

.cise-sec
{
    padding: 60px 0px;
    text-align: center;
      background: linear-gradient(to bottom, #A12B2F, #002F87);
}

.cise-sec p
{
    color: #fff;
    font-size:18px;
}

.faq-sec
{
padding: 60px 0px;
background: #F8F8F8;
}


.faq-sec h1
{
      font-family: 'Poppins', sans-serif; 
     font-weight: 600;  
     color: #262626; 
     font-size: 30px;
     margin-bottom: 30px;
}


.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.accordion-button {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #f1f1f1;
}

.accordion-body {
  font-size: 14px;
  color: #555;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

.accordion-item
{
    border: none;
    border-radius: 0px;
}

/* FAQ Icon */
.faq-icon {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: 20px;
  height: 20px;
  text-align: center;
}

.accordion-button.collapsed .faq-icon::before {
  content: '+';
  color: #fff;
}

.accordion-button:not(.collapsed) .faq-icon::before {
  content: '−'; /* Unicode minus sign */
  color: #fff;
}


.accordion-button:not(.collapsed), .accordion-button
{
    background: darkblue;
    border: none !important;
    border-radius: 0px;
    color: #fff;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent;
  outline: none;
}

.accordion-button
{
    color: #fff;
    font-size: 14px;
}

.accordion-body
{
    color: #606060;
    font-size: 14px;
}


.cta-sec
{
    background: #a7041b;
    border-radius: 10px;
   padding: 20px 40px;
    position: relative;
     margin-top: -100px;
}

.cta-sec h3
{
      font-family: 'Poppins', sans-serif; 
      font-size: 30px;
      color: #fff;
      font-weight: 500 !important;
}

.cta-sec p
{
      font-family: 'Poppins', sans-serif; 
      font-size: 18px;
      color: #fff;
      font-weight: 400 !important;
}
.btn-cta
{
    font-family: 'Poppins', sans-serif; 
    background: darkblue;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-cta:hover
{
  background: linear-gradient(to right, #A12B2F, #002F87);
  color: #fff;
}


/* Process Section Styling */
.process-sec {
  background-color: #f4eded; /* Light background */
  padding: 50px 0;
}

.process-sec h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Process Card */
.process-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
 height: 100%;
  transition: transform 0.3s ease;
}

.process-card:hover {
  transform: translateY(-10px); /* Slight hover effect */
}

/* Icon Style */
.process-icon {
  font-size: 2.5rem;
  color: darkblue; /* Blue icon color */
  margin-bottom: 20px;
}

.process-card h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.process-card p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.process-card .btn {
  background-color: #A12B2F;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.process-card .btn:hover {
  background: linear-gradient(to right, #A12B2F, #002F87);
}

/* Responsive Design */
@media (max-width: 767px) {
  .process-sec h2 {
    font-size: 1.5rem;
  }

  .process-card {
    padding: 20px;
  }

  .process-card h5 {
    font-size: 1rem;
  }

  .process-icon {
    font-size: 2rem;
  }
}
.form-control, 
select.form-select, 
input[type="date"] {
    background: darkblue;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    appearance: auto;
}

/* Proper focus style */
.form-control:focus,
select.form-select:focus,
input[type="date"]:focus {
    outline: none;
    border: 1px solid #00aaff;
    box-shadow: 0 0 5px #00aaff;
    background: darkblue; /* keep background consistent */
    color: #fff;
}


/* Only affect the calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(40%) sepia(90%) saturate(300%) hue-rotate(200deg);
  cursor: pointer;
}

/* Keep the input normal */
input[type="date"] {
  width: 100%;
  font-size: 16px; /* avoids zoom on iOS */
  padding: 8px;
  box-sizing: border-box;
  color: #fff !important;
}


input[type="checkbox"]:checked {
  background-color: darkblue;
}

.form-control::placeholder, select.form-select::placeholder
{
    color: #fff;
   
}

.how-img
{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.swiper-slide img
{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

.heading-main {
    background: linear-gradient(to left, #002F87, #A12B2F);
    border-radius: 10px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 25px;
    display: inline-block;
}


.swiper-button-next, 
.swiper-button-prev {
    color: #a12b2f !important;
    background: linear-gradient(to right, #ffffff81, #ffffff81) !important;
    font-size: 30px !important;
    top: 50% !important;
    width: 40px;
    height: 40px;
}
@media (max-width: 767px) {
  .hero-sec {
    margin-top: 0 !important;
    margin-bottom: 180px;
  }
  .hero-title
  {
      padding-top: 20px;
      font-size: 20px;
  }
  
  .swiper-button-next, 
    .swiper-button-prev {
        font-size: 20px !important;
        width: 28px;
        height: 28px;
    }
    
    .hero-content
    {
        margin-top: 50px;
    }
    

}


