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;
  color: blue;
}
.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;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-section {
  background-image: url("../images/background.png");
  background-position: 90% 50%, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%;
  color: white;
  min-height: 200px;
  position: relative;
}

.hero-heading {
  font-size: 2.7rem;
}

.text-highlight {
  color: white;
}

.contact-section {
  background-color: #f8f9fa;
}

.form-box {
  background: #fff;
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out;
}

.form-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.input-icon {
  position: relative;
}

.input-icon i {
  color: #aaa;
  font-size: 14px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-icon input,
.input-icon textarea {
  padding-left: 40px;
  transition: all 0.3s ease;
}

.input-icon input:focus,
.input-icon textarea:focus {
  border-color: #0c60fa;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

.btn-rounded-10 {
  background-color: #0c60fa;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 14pt;
  padding: 10px 45px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-rounded-10:hover {
  background-color: #094fcc;
}

.form-control {
  border-radius: 8px !important;
  box-shadow: none;
}

.section-heading {
  font-weight: bold;
  margin-bottom: 20px;
}

.section-main-heading {
  color: #0d5ff9;
}

.section-button {
  background-color: #0d5ff9;
  border-radius: 20px;
  color: #fff;
  font-size: 12pt;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
}

.section-button:hover {
  background-color: #002733;
  color: #fff;
}

.first-row,
.second-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.second-row .column img {
  border-radius: 10px;
}

.column {
  width: 48%;
}

.rounded-image {
  border-radius: 10px;
  height: auto;
  width: 100%;
}

.image-box {
  height: 370px;
  position: relative;
  width: 400px;
}

.image-box img {
  border-radius: 10px;
  height: 330;
  width: 300;
}

.image-box .box-content {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 0.9rem;
  left: -100px;
  padding: 20px 10px;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 2;
}

.content-box {
  display: flex;
  justify-content: space-between;
}

.heading-small {
  font-size: 1.2rem;
  font-weight: bold;
}

.para-small {
  color: #555;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.contact-box {
  color: #555;
  font-size: 0.9rem;
  margin-top: 20px;
}

.cta-button {
  background-color: #007bff;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #0056b3;
}

.expert-section-img img {
  height: 200px;
  width: 300px;
}

footer {
  background: #002733 !important;
  color: #ffffff !important;
}

.footer-heading {
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 4px;
}

.footer-link {
  color: #dddddd;
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer h6 {
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 992px) {
  .hero-section {
    background-image: url("background.png");
    background-position: 90% 50%, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%;
    color: white;
    min-height: 200px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .contact-btn-wrapper {
    clip-path: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .contact-btn-wrapper a {
    display: inline-block;
    margin: 10px auto;
    width: auto;
  }

  .heading-small {
    font-size: 1.5rem !important;
    text-align: center;
  }

  .image-box,
  .expert-section-img img {
    height: auto !important;
    margin-top: 20px;
    width: 100% !important;
  }

  .image-box img {
    height: auto !important;
    width: 100% !important;
  }

  .image-box .box-content {
    left: 0;
    margin-top: 10px;
    position: static;
    text-align: center;
    width: 100%;
  }

  .navbar {
    align-items: center !important;
  }

  .navbar-nav {
    align-items: center !important;
    flex-direction: column !important;
    width: 100%;
  }

  .para-small {
    text-align: center;
  }

  .section-button {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .footer-heading {
    display: block;
    margin: 0 auto 1rem;
    text-align: center !important;
  }

  .footer-link {
    display: block;
    margin-bottom: 6px;
    text-align: center;
  }

  footer ul {
    padding-left: 0;
  }
}

/* iPhone 16 Portrait (Approx. 430px width) */
@media only screen and (max-width: 430px) {
  .hero-heading {
    font-size: 2rem;
    text-align: center;
  }

  .hero-section {
    background-image: none;
    background-color: #002936;
    min-height: 400px;
    padding: 40px 20px;
    text-align: center;
  }

  .navbar-brand img {
    width: 60px;
    height: auto;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .contact-btn-wrapper {
    clip-path: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .contact-btn-wrapper a {
    width: 80%;
    padding: 15px 10px;
    font-size: 14px;
  }

  .value-card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .column {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-box {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .image-box img {
    width: 100% !important;
    height: auto !important;
  }

  .box-content {
    position: static;
    margin-top: 15px;
    width: 100%;
  }

  .footer-heading,
  .footer-link,
  footer h6 {
    text-align: center;
  }

  .btn-rounded-10 {
    padding: 10px 30px;
    font-size: 13pt;
  }
}

.error-message {
  font-size: 0.875rem;
  color: red;
  margin-top: 10px;
}
