@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

a {
  text-decoration: none;
}
:root {
  --bg-color: #ffffff;
  --second-bg-color: #c1c1c1;
  --text-color: #000000;
  --main-color: #00aeef;
  --icon-color: #8dc63f;
  --icon-color2: #ed1c24;
  --bs-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.top-header a{
  font-size: 1.1rem;
}
.top-header1{
  background: linear-gradient(135deg, #00aeef, #0b348b);
}

/* #00aeef; */
.navbar-brand img{
  height: 100px;
}

.navbar-collapse ul li a{
  font-size: 1.3rem;
  font-weight: 500;
}
.nav-item a{
  color: var(--main-color);
}

.text-shadow {
  text-shadow: var(--bs-text-shadow);
}

.navbar {
  border-bottom: 3px solid #00aeef;
  transition: all 0.5s ease-in-out; /* smooth effect */

}

#myCarousel,
#myCarousel .carousel-item {
  width: 100%;
}

#myCarousel .carousel-item img {
  height: auto;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  #myCarousel .carousel-item {
    height: 260px;
  }

  #myCarousel .carousel-item img {
    height: 100%;
    object-position: center;
  }
  /* .top-header{
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  } */
}

@media (max-width: 575.98px) {
  #myCarousel .carousel-item {
    height: 210px;
  }

  #myCarousel .carousel-control-prev,
  #myCarousel .carousel-control-next {
    width: 12%;
  }
}


/* header section style css start */

.accordion-button {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.accordion-button .icon {
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion-button.collapsed .icon {
  content: "+";
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .icon {
  content: "−";
  transform: rotate(180deg);
  color: #dc3545;
  /* red when open */
}

.accordion-body {
  transition: all 0.3s ease-in-out;
}

/* Footer Links Hover */
.footer-links a {
  color: #bbb;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: #ffc107;
  /* yellow hover */
  padding-left: 5px;
}



/* Buttons */
.btn-outline-light {
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: #ffc107;
  color: #000;
  border-color: #ffc107;
}

/* Social Icons */
.social-links a {
  color: #bbb;
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-links a:hover {
  color: #0d6efd;
  /* bootstrap blue */
  transform: translateY(-3px);
}

/* Brand / Dev link */
.brand-link:hover {
  color: #ffc107 !important;
}

.dev-link:hover {
  color: #0dcaf0 !important;
}

.modal-content {
  border: 1px solid #00aeef;
  background: #0870accf;
}

.whatsapp {
  position: fixed;
  z-index: 999;
  display: block;
  bottom: 10%;
  right: 18px;
  font-size: 80px;
  text-shadow: 1px 1px 2px #000000;
  color: green;
  font-size: 60px;
}


.btrctrrif a:hover{
  color: #000000;
}

.coverage-search-wrap .input-group-text,
.coverage-search-wrap .form-control {
  border-color: #d9e4ea;
}

.coverage-search-wrap .form-control:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.16);
}

.map-item {
  min-height: 100px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.map-item:hover,
.map-item:focus-visible {
  border-color: var(--main-color) !important;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 174, 239, 0.18);
  outline: none;
  transform: translateY(-4px);
}

.map-item:active {
  transform: translateY(-1px);
}

.map-item .fs-4 {
  font-size: 1.15rem !important;
  font-weight: 600;
  line-height: 1.3;
}

.map-item .bx {
  color: var(--main-color);
}

.map-item .map-action {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #0870ac;
}

@media (max-width: 575.98px) {
  .map-item {
    min-height: 130px;
  }


  .map-item .fs-4 {
    font-size: 1rem !important;
  }
}
