@font-face {
  font-family: 'Futura';
  src: url(../fonts/Futura.eot);
  src: url(../fonts/Futura.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Futura.otf) format('otf'),
       url(../fonts/Futura.svg#Futura) format('svg'),
       url(../fonts/Futura.woff) format('woff'),
       url(../fonts/Futura.ttf) format('truetype'),
       url(../fonts/Futura.woff2) format('woff2');
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura';
}
p {
  font-family: 'Futura';
}

/* General styles */

.goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon {
  display: none !important;
}
  body {
    top: 0px !important;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  
  /* Font import */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

  /* Logo size */
  .logo-img {
    height: 60px;
  }
  
  /* Top links (About, Newsroom, etc.) */
  .top-links a {
    font-size: .8rem;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    margin: 0 15px;
  }
  .top-links a:hover {
    text-decoration: underline;
  }
  
  /* Navigation bar (tabs) */
  .main-nav .nav-link {
    color: #fff !important;
    font-family: 'Futura';
    font-size: 0.9rem;
    /* font-weight: 600; */
    text-transform: uppercase;
    padding: 12px 20px;
    margin: 0 4px;
    border-radius: 5px;
  }
  .main-nav .nav-link:hover,
  .main-nav .nav-link.active {
    background-color: #005a9e;
  }
    .main-nav .nav-link.active {
        color: #fff !important;
    }  


  /* Hero section */
  .hero-slide {
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    display: flex;
    align-items: center;
  }

  .hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Blur the left half */
    height: 100%;
    background: inherit;
    filter: blur(40px);
    z-index: -1;
  }
  
  .hero-title {
    font-family: 'Futura';
    /* font-family: 'Inter', sans-serif; */
    font-size: 1.6rem;
    font-weight: 700;
  }
  
  .hero-subtitle {
    font-family: 'Futura';
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .hero-btn {
    background-color: #e30613;
    color: #fff;
    padding: 6px 15px;
    font-family: 'Futura';
    font-size: 10px;
    border-radius: 5px;
    text-transform: uppercase;
  }

.hero-text{
  margin-left: 50px;
}
  
  .carousel-indicators [data-bs-target] {
    width: 7px;
    height:7px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.8;
    transition: 0.3s ease;
    border: none;
    gap: 9px;
  }
  
  .carousel-indicators .active {
    width: 30px;
    border-radius: 30px;
    background-color: #e30613;
    opacity: 1;

  }

  .icon-circle {
    width: 60px;
    height: 60px;
    border: 2px solid red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .insurance-plans-wrapper{
    padding: 50px 0;
    margin-top: -40px;
  }

  .carousel-indicators {
    position: absolute;
    top: 51vh;   
    left: -170px; 
    z-index: 7;
  }
  
  @media (max-width: 768px) {
    .carousel-indicators {
      left: 20px;
      bottom: 20px;
    }
  }
  


  .footer-section {
    background-color: #111;
    color: #fff;
    padding: 20px 0;
  }
  
  .footer-section h5,
  .footer-section h6 {
    color: #fff;
    font-size: 1.2rem;
  }
  
  .footer-section a:hover {
    color: #be0d0d; /* Bootstrap warning color */
  }

  .footer-section .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
  }

  .footer-section .social-icons a {
    color: #fff;
    font-size: 1.5rem;
    transition: color 0.3s ease;
  }

  .footer-section .social-icons a:hover {
    color: #be0d0d;
  }

  @media (max-width: 768px) {
    .footer-section h5,
    .footer-section h6 {
      font-size: 1rem;
      text-align: center;
    }

    .footer-section .social-icons {
      gap: 10px;
    }
  }

  .text-white-50 {
    font-family: 'Futura';
  }
  
  .social-icons a {
    font-size: 1.2rem;
    transition: color 0.3s ease;
  }
  
  .social-icons a:hover {
    color: #da0f0fda;
  }



  .offer-section {
    background-color: #f9f9f9;
    padding: 60px 0;
  }
  
  .offer-card {
    background: #fff;
    border-radius: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    animation: fadeInUp 0.7s ease forwards;
  }
  
  .offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  }
  .offer-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .offer-card-body {
    padding: 20px;
    text-align: center;
  }
  
  .offer-card-body h5 {
    font-weight: 600;
    margin: 15px 0 10px;
    transition: color 0.3s ease;
  }
  
  .offer-card-body h5:hover {
    color: #f39c12;
  }
  
  .offer-card-body p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
  }
  
  .offer-card-body .btn {
    padding: 6px 14px;
    font-size: 0.9rem;
    border-radius: 20px;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  



  .brand-story-section {
    background-color: #f5f5f5;
  }
  
  .brand-image {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative;
    animation: fadeInLeft 1.2s ease-out;
  }
  
  .brand-story-section .p-5 {
    animation: fadeInRight 1.2s ease-out;
  }
  
  /* Animations */
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  /* Responsive fix */
  @media (max-width: 768px) {
    .brand-image {
      min-height: 300px;
    }
  }


.btn-warning{
    background-color: #e30613;
    color: #fff;
    font-family: 'Futura';
  }

  .btn-outline-secondary{
    font-family: 'Futura';
  }
  
  .btn-outline-warning{
    border-color: #e30613;
    color: #fff;
    font-family: 'Futura';
  }

  .dual-line {
    height: 2px;
    width: 20%;
    background: linear-gradient(to right, #e71616 50%, #0011ff 50%);
    border-radius: 2px;
    margin: 10px auto; /* Reduces the space above and below */
    z-index: 100;
  }

  .dual-align{
    margin-bottom: -25px;
  }

  .dual-align-bottom{
    margin-top: -20px;
  }





  /* Responsive styles */

  @media (max-width: 768px) {
    .hero-slide {
      height: 50vh;
      background-position: center;
      background-size: cover;
      padding: 20px 0; /* Ensure equidistance for text contents */
    }
    .hero-title {
      font-size: 1.4rem;
      text-align: center;
    }
    .hero-subtitle {
      font-size: 0.9rem;
      text-align: center;
    }
    .hero-btn {
      font-size: 0.8rem;
      display: block;
      margin: 10px auto; /* Centers the button horizontally */
      padding: 8px 20px; /* Adjust padding to prevent the button from being too wide */
      text-align: center; /* Ensures text inside the button is centered */
      width: 100px; /* Optional: Set a fixed width for the button */
    }
    .logo-img {
      height: 50px;
    }
    .hero-text {
      margin-left: 0;
      text-align: center;
    }
  }
  .insurance-plans-wrapper {
    padding: 20px 0;
  }
  .insurance-plans-wrapper .insurance-card {
    margin-bottom: 20px;
  }
  .insurance-plans-wrapper .insurance-card img {
    height: 150px;
  }

/* Contact Us Section*/

.contact-section {
  background-color: #fdfdfd;
}

.contact-section h2 {
  color: #333;
}

.contact-section .form-control:focus {
  border-color: #f1c40f;
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 15, 0.25);
}







/* Our Story Section */
.our-story-hero {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)), 
              url('images/our-story-hero.jpg') center/cover no-repeat;
  height: 80vh;
}

.story-timeline img {
  transition: transform 0.4s ease;
}
.story-timeline img:hover {
  transform: scale(1.03);
}

.story-values i {
  transition: color 0.3s ease;
}
.story-values i:hover {
  color: #f39c12;
}



/* Dual Underline for Headings */
.dual-underline {
  position: relative !important;
  display: inline-block !important; 
  padding-bottom: 6px !important;   
}

.dual-underline::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  width: 80px !important;   
  height: 3px !important;   
  background: linear-gradient(to right, red 50%, blue 50%) !important;
  border-radius: 2px !important;
}


