* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

/* Hover dropdown on desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: avoid visual gap */
  }
}

/* Optional: Smooth effect */
.dropdown-menu {
  transition: all 0.3s ease;
}

.nav-logos {
  width: 155px;
  /* height: 55px; */
  object-fit: cover;
}

.why-section {
  background-image: url("../images/whybanner1.jpg");
  background-repeat: no-repeat;
  background-position: top bottom;
  background-size: cover;
  min-height: 300px;
  width: 100%;
}
.why-section .first-row {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.why-section .inner-div h3,
h4 {
  font-weight: 400;
  font-size: 20px;
}
.why-section .inner-div .span-fonts-small {
  color: #ffffff;
  font-family: Nunito, Arial;
  font-variant: normal;
  font-weight: 700;
  vertical-align: baseline;
  font-size: 24px;
}
.why-section .inner-div .span-fonts-big {
  color: #ffffff;
  font-family: Nunito, Arial;
  font-variant: normal;
  font-weight: 700;
  vertical-align: baseline;
  font-size: 32px;
}

.why-section .anchor-btn {
  background: #fff;
  padding: 8px 25px;
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
  color: #db2362;
  font-weight: 600;
}


.Detail-sec{
  margin: 30px 0;
}

.Detail-sec .detail-recharge-card {
  background: #dff2f6;
    box-shadow: 0px 24px 44px 0px #dff3f726;
    padding: 30px !important;
    border-radius: 20px;
}

.Detail-sec .detail-recharge-card p {
  margin-top: 10px;
  text-align: justify;
}



.Service-sec {
  padding: 30px 0;
}

.Service-sec img {
  height: 350px;
  width: 80%;
  /* object-fit: cover; */
}
.Service-sec a {
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.Service-sec a:hover {
  color: #db2362;
}

footer {
  padding: 60px 0;
  background-size: cover;
  background-color: #101828;
}
footer p {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #abbdd5;
  opacity: 1;
}
footer h4 {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
footer .link_ul {
  margin-top: 45px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
footer .link_ul li {
  padding-bottom: 24px;
  text-transform: capitalize;
}
footer .link_ul li:last-child {
  padding-bottom: 0;
}
footer .link_ul a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #abbdd5 !important;
  opacity: 1;
  transition: 0.6s;
  text-decoration: none;
}
footer .link_ul a:hover {
  color: orangered;
  letter-spacing: 1px;
}

.footer-logo-img {
  width: 180px;
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .nav-logos {
    width: 300px;
    /* height: 55px; */
    object-fit: cover;
  }
  .navbar-nav .nav-link {
    font-size: 35px;
  }

  .Service-sec-row{
    text-align: center;
  }
}
