body {
  font-family: "Poppins", sans-serif;
}
.navbar {
  background-color: #214196 !important;
  --bs-navbar-nav-link-padding-x: 0.9em !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.nav-link {
  color: #fff;
  font-size: 13px;
}
.nav-link.active,
.nav-link:focus {
  color: #fff !important;
}
.nav-link:hover {
  color: #fff;
}
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.nvbrnd {
  margin-left: 50px;
  margin-right: 50px;
}
.mbnmbr {
  margin-right: 30px;
}

.overlay-form {
  position: absolute;
  top: 28%;
}
.btn-main {
  padding: 13.1px 28.2px;
  border-radius: 7px;
  background-color: #214196;
  color: #fff;
  margin-left: 15%;
}
.btn-main:hover {
  border: 1px solid #214196;
}
.bgclr {
  background-color: #214196;
}
.column-content {
  border-right: 1px solid #c6c6c6;
  justify-content: center;
}
.column-content1 {
  justify-content: center;
}

.prmpara {
  font-size: 13px;
  font-weight: 500;
}
.video-container {
  position: relative;
  padding-top: 38%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-container img,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.btn-sml {
  border-radius: 7px;
  background-color: #214196;
  color: #fff;
  font-size: 14px;
}
.btn-sml:hover {
  border: 1px solid #214196;
}
.nrmpr {
  font-size: 14px;
  font-weight: 500;
}

.carousel-item img {
  object-fit: cover; /* Ensures the image fully covers the carousel area */
}

/* Style the indicators as circles */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #214196;
  border-radius: 50%;
  border: 1px solid #fff;
}

/* Active indicator style */
.carousel-indicators .active {
  background-color: #214196; /* Solid white for the active state */
}

.fssml {
  font-size: 12px;
  font-weight: 500;
}
.btn-smlwht {
  border-radius: 7px;
  background-color: #fff;
  color: #000;
}
.btn-smlwht:hover {
  border: 1px solid #fff;
  color: #fff;
}
.gallery-img {
  transition: box-shadow 0.3s ease-in-out;
}

.gallery-img:hover {
  box-shadow: -5px 5px 5px #042375;
}

/* Custom styles */
.image-container1 {
  position: relative;
  overflow: hidden; /* Ensures no overflow of image when scaled */
  flex: 1; /* Ensures each image takes equal space */
  height: 500px; /* Fixed height for uniformity */
}

.custom-img {
  width: 100%;
  height: 100%; /* Full height */
  object-fit: cover; /* Cover the area without stretching */
  transition: transform 0.3s ease; /* Smooth scaling transition */
}

.text-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #214196;
  color: white;
  padding: 15px;
  width: fit-content; /* Full width */
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay on hover */
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease; /* Smooth transition */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 10px;
}

.image-container1:hover .custom-img {
  transform: scale(1.1); /* Scale image on hover */
}

.image-container1:hover .overlay {
  opacity: 1; /* Show overlay on hover */
}

.image-container1:hover .text-holder {
  display: none; /* Hide text-holder on hover */
}

.button {
  display: none; /* Initially hidden */
  margin-top: 10px; /* Space above the button */
}

.image-container1:hover .button {
  display: block; /* Show button on hover */
}
/* Section with background image */
.section-bg {
  background-image: url("../images/bg-img.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

/* Container with white background, padding, and border radius */
.custom-container {
  background-color: white;
  padding: 30px 40px;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Divider line between two columns */
.divider {
  border-left: 1px solid #ddd;
}

/* Styling for icons */
.icon {
  font-size: 30px;
  color: #007bff;
}

/* Row with icon, text, and more text */
.info-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-row img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.text {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
}

.text-small {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.frmcntrl {
  font-size: 12px !important;

  font-weight: 500;
  background-color: #fbfdff;
}
/* Footer styling */
footer {
  background-color: #214196;
  color: white;
  padding: 40px 0;
}
footer li {
  font-size: 14px;
  margin-bottom: 10px;
}
footer li > a {
  text-decoration: none;
}

.footer-logo {
  max-width: 150px;
}

.social-icons a {
  color: white;
  margin-right: 15px;
  font-size: 24px;
}

/* Headline styling */
.footer-headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Contact icons */
.contact-icon {
  margin-right: 10px;
  color: white;
}
.ftrpr {
  font-size: 14px;
}
.image-flip {
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.image-flip:hover {
  transform: rotateY(180deg);
}

@media screen and (max-width: 600px) {
  .nvbrnd {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .navbar-logo {
    max-width: 180px !important;
  }
  .mbmrbt {
    margin-bottom: 15px;
  }
  .prmpara {
    font-size: 11px !important;
  }
  .video-container {
    padding-top: 45% !important;
  }
  .whysec {
    padding: 15px !important;
  }
  .banner-section1 {
    margin-top: 13% !important;
  }
  .mbmrtp {
    padding-top: 30px;
  }
  .mbmrtp1 {
    padding-top: 20px;
  }
  .pdrglft {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .btn-sml {
    font-size: 12px !important;
  }
  .image-container1 {
    flex: auto !important;
    height: 300px !important;
  }
  .text,
  .text-small {
    font-size: 12px !important;
  }
  .brrght {
    border-right: none !important;
  }
  .mbpdng {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .custom-carousel-control.carousel-control-prev {
    left: 10px !important; /* Position the previous button outside the carousel */
  }

  .custom-carousel-control.carousel-control-next {
    right: 10px !important; /* Position the next button outside the carousel */
  }
}
.custom-toggler {
  border-color: #fff;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="white" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"%3E%3C/path%3E%3C/svg%3E');
}
.whysec {
  background-color: #214196;
  padding: 50px;
}
.banner-section1 {
  margin-top: 7%;
}
.pdrglft {
  padding-right: 30px;
  padding-left: 30px;
}
.brrght {
  border-right: 1px solid #c6c6c6;
}
.fabtm {
  font-size: 16px;
}
.frm-cntrl {
  font-size: 13px;
}

.nav-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px; /* Adjust height as needed for thickness */
  background-color: #fff; /* Matches text color */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease; /* Smooth transition */
}

.nav-item:hover::after {
  width: 50%; /* Customize width as needed */
}
.nav-item {
  position: relative; /* Needed for positioning the underline */
}
.txtsz {
  font-size: 13px;
}

.fancybox-slide--image {
  background-color: #fff;
}
input[type="date"] {
  font-weight: 400 !important; /* Set the desired font weight */
  font-family: "Poppins", sans-serif !important;
  font-size: inherit; /* Matches the default font size */
  font-size: 12px;
}

/* Carousel control button styling */
.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #214196;
  border: none;
  outline: none;
}

.custom-carousel-control.carousel-control-prev {
  left: -50px; /* Position the previous button outside the carousel */
}

.custom-carousel-control.carousel-control-next {
  right: -50px; /* Position the next button outside the carousel */
}

/* Customize the color of the arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  height: auto !important;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  font-size: 2rem !important;
  color: #214196;
  content: "‹"; /* Left arrow */
}

.carousel-control-next-icon::after {
  content: "›"; /* Right arrow */
}

/* Carousel item styling to fit 4 images */
.carousel-item .col-3 img {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 2000px;
  }
  .container.pb-10.pt-80 {
    margin-top: 6% !important;
  }

  .nrmpr {
    font-size: 18px;
  }

  h2.fw-bold {
    font-size: 2.5rem;
  }

  h3.fw-bold {
    font-size: 2rem;
  }
}

@media screen and (min-width: 2560px) {
  .container {
    max-width: 2200px;
  }
}

@media screen and (max-width: 1440px) {
  .container.pb-10.pt-80 {
    margin-top: 14% !important;
  }
}
@media screen and (min-width: 1024px) {
  .container.pb-10.pt-80 {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .container.pb-10.pt-80 {
    margin-top: 19% !important;
  }
}
