.logo-img {
  max-width: 50% !important;
}

html {
  scroll-behavior: smooth !important;
}

#about {
  scroll-margin-top: 80px;
}

.mapCard {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.mapCard iframe {
  display: block;
}

section.cctBlock {
  background: #f8f9fa;
  /* light grey background */
}

/* Section background & spacing */
.cctBlock {
  background: #f7f9fc;
  /* soft light background */
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Heading styling */
.cctBlock h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #1f2d5a;
}

/* Subheading */
.cctBlock p {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 40px;
}

/* Map iframe styling */
.cctBlock iframe {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Center the map nicely */
.cctBlock .col-12 iframe {
  max-width: 1100px;
  margin: auto;
  display: block;
}

/* Optional: subtle top divider look */
.cctBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #0d6efd;
  border-radius: 10px;
}

i.icomoon-whatsapp.icn.text-secondary {
  margin-right: 10px;
}

.navbar-light .navbar-toggler {

  margin-top: 10px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5fc9ff, #0a3d62);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.loader-content {
  text-align: center;
  color: #fff;
  animation: fadeIn 1.5s ease-in-out;
}

.loader-logo {
  width: 150px;
  animation: pulse 2s infinite ease-in-out;
}

.loader-content p {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}

.water-drop {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin: 20px auto 0;
  animation: drop 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes drop {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.esColumn {
  height: 420px;
  /* adjust if needed */
}

.esCaption {
  bottom: 0;
  top: auto;
  max-height: 100%;
}

.esCaption .descriptWrap {
  max-height: 220px;
  /* controls feature list height */
  overflow-y: auto;
  /* scroll instead of overflow */
  padding-right: 6px;

}

/* optional: nicer scrollbar */
.esCaption .descriptWrap::-webkit-scrollbar {
  width: 4px;
}

.esCaption .descriptWrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.list-unstyled li i {
  color: #2db7ff;
}

.faqSection {
  background: #f6fbff;
  padding: 80px 0;
}

.faqTitle {
  font-size: 38px;
  font-weight: 700;
  color: #0b2c4a;
  margin-bottom: 15px;
}

.faqSubtext {
  color: #6c757d;
  margin-bottom: 35px;
  font-size: 15px;
}

/* Accordion Card */
.accordion-item {
  border: none;
  border-radius: 10px !important;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

/* Button */
.accordion-button {
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 20px;
  color: #0b2c4a;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: #eaf4ff;
  color: #0b2c4a;
}

.accordion-button:focus {
  box-shadow: none;
}

/* Body smooth animation */
.accordion-collapse {
  transition: height 0.4s ease;
}

.accordion-body {
  padding: 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  background: #fff;
}

/* Remove default arrow */
.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 18px;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
}

.bf-img-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.aboutCheckList li {
  list-style-type: none;
}

.aboutCheckList li i {
  color: #0d6efd;
}

/* Toast Container */
.download-toast {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #2A313B;
  color: #fff;
  padding: 16px 22px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateX(120%);
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 9999;
}

/* Show Animation */
.download-toast.show {
  opacity: 1;
  transform: translateX(0);
}

/* Content */
.toast-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.toast-icon {
  font-size: 18px;
  color: #A7C95D;
}

/* Progress Bar */
.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #A7C95D;
  animation: toastProgress 3s linear forwards;
}

@keyframes toastProgress {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

.book-btn-sm {
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #263788;
  border-radius: 20px;
  text-decoration: none;
  transition: all .3s ease;
  letter-spacing: .3px;
  margin-bottom: 20px;
}

/* hover effect */
.book-btn-sm:hover {
  background: #2DB7FF;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.download-toast.success {
  border-left: 4px solid #A7C95D;
}

.download-toast.error {
  border-left: 4px solid #ff4d4d;
}

.download-toast {
  backdrop-filter: blur(6px);
}

.download-toast.success .toast-icon {
  color: #A7C95D;
}

.download-toast.error .toast-icon {
  color: #ff4d4d;
}

.download-toast.error .toast-progress {
  background: #ff4d4d;
}

.new-cls {
  font-size: 19px;
}


@media (max-width:768px) {
  .cabHolder {
    margin-top: 30px;
  }
}