body {
  font-family: "urbanist" sans-serif;
}
.navbar-brand img {
  width: 80px;
  height: 40px;
}
.navbar,
.navbar-nav,
.nav-item {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
}
.contact-btn-wrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%);
  background-color: #007bff;
  color: #fff !important;
  font-weight: 500;
  border: none;
  padding: 20px 70px 20px 180px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.contact-btn-wrapper a {
  border-radius: 25px 25px 25px 25px;
  background-color: #fff;
  padding: 20px 17px 20px 17px;
  margin: 10px 0px 10px 0px;
  text-decoration: none;
}
.contact-nav-btn a {
  text-decoration: none;
}
.contact-nav-btn:hover {
  background-color: #002733;
  color: #fff;
}
/* Hide Bootstrap default dropdown arrow */
.navbar .dropdown-toggle::after {
  display: none !important;
}

/* Ensure dropdown is wide enough */
.custom-dropdown {
  min-width: 500px;
  width: 450px;
}

/* Flex wrapper for columns */
.dropdown-columns {
  display: flex;
  gap: 2rem;
}

/* Column styling */
.dropdown-col {
  flex: 1;
}

/* Optional spacing and reset */
.dropdown-col .dropdown-item {
  padding: 0.25rem 0;
  white-space: normal;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-menu {
  background-color: #fff !important;
  border-bottom-right-radius: 25px !important;
  overflow: hidden !important;
}
.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Update menu item colors */
.navbar .nav-link,
.navbar .dropdown-item {
  color: #0b173b !important;
}

/* Optional hover color */
.navbar .nav-link:hover,
.navbar .dropdown-item:hover {
  color: #084dca !important;
}

.hero-section {
  background-image: url("../images/partner.png"),
    url("../images/services-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% 50%, bottom right;
  background-size: 30% 70%, 100% 100%;
  min-height: 500px;
  position: relative;
  color: white;
}

/* Responsive behavior */

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    background-image: none;
    background-color: #002936;
  }
}

/* Optional: consistent heading font size on smaller screens */
.hero-heading {
  font-size: 2.7rem;
}

.text-highlight {
  color: white;
}

/*values section*/

.values-section {
  padding: 60px 20px;
}
.hero-description {
  font-size: 11pt;
}
.values-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}
.value-card {
  border-radius: 5px;
  padding: 0px 10px;
  text-align: center;
  border: 1px solid #f1f1f1;
  transition: transform 0.3s ease;
  height: 100%;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.value-card:hover {
  transform: translateY(-5px);
  border-top-right-radius: 20%;
}
.value-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.value-number {
  position: absolute;
  top: 0px;
  left: 15px;
  background-color: #005eff;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.value-title {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #005eff;
}

.content-box-vision {
  padding: 20px;
  margin-bottom: 20px;
}

.content-box-vision h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #005eff;
}

.second-row {
  padding: 60px 20px;
  background-color: #fcfcfc;
}

img.img-fluid {
  border-radius: 10px;
}

/*footer*/
footer {
  background: #002733 !important;
  color: #ffffff !important;
}

.footer-heading {
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-link {
  color: #dddddd;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer h6 {
  font-size: 1rem;
  text-align: center;
}

/* Responsive center alignment */
@media (max-width: 768px) {
  .navbar {
    align-items: center !important;
  }

  .navbar-collapse {
    justify-content: center !important;
    text-align: center;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: center !important;
    width: 100%;
  }

  .navbar-toggler {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .contact-btn-wrapper {
    padding: 0px 0;
    clip-path: none;
    width: 100%;
    text-align: center;
  }

  .contact-btn-wrapper a {
    padding: 15px 30px;
    display: inline-block;
    width: auto;
    margin: 10px auto;
  }

  .navbar-logo {
    text-align: center;
    width: 100%;
    margin: 10px 60px 10px 0px;
    padding: 0;
  }

  .navbar-logo a {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  footer ul {
    padding-left: 0;
  }

  .footer-heading {
    display: block;
    text-align: center !important;
    margin: 0 auto 1rem;
  }

  .footer-link {
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
}

/* iPhone 16 portrait - 390px width (similar to iPhone 15) */
@media only screen and (max-width: 400px) {
  /* General font adjustments */
  body {
    font-size: 15px;
  }

  .hero-heading {
    font-size: 2.2rem;
  }

  .hero-description {
    font-size: 10pt;
    padding: 0 15px;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .navbar-brand img {
    width: 60px;
    height: auto;
  }

  .contact-btn-wrapper {
    padding: 0;
    clip-path: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
  }

  .contact-btn-wrapper a {
    width: 80%;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 20px;
    margin: 10px auto;
  }

  .dropdown-menu {
    min-width: auto;
    width: 100%;
  }

  .dropdown-columns {
    flex-direction: column;
    gap: 1rem;
  }

  .custom-dropdown {
    width: 100%;
    min-width: unset;
  }

  .value-card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-heading,
  .footer-link {
    text-align: center;
  }

  .value-number {
    top: 10px;
    left: 10px;
    font-size: 10px;
    padding: 3px 6px;
  }

  footer h6 {
    font-size: 0.9rem;
  }

  .navbar-logo {
    margin: 10px auto;
  }

  .content-box,
  .content-box-vision {
    padding: 15px;
  }
}
