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/services-bg-img.png"),
    url("../images/background.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% 50%, bottom right;
  background-size: 35% 80%, 100% 100%;
  min-height: 500px;
  position: relative;
  color: white;
}
/* Responsive behavior for tablets and smaller screens */
@media (max-width: 992px) {
  .hero-section {
    background-position: center bottom;
    background-size: cover; /* Ensure the image covers the full section */
    background-color: #000; /* Optional: specify the same or different background image for mobile */
  }
}
/* Further responsive adjustments for mobile screens */
@media (max-width: 768px) {
  .hero-section {
    background-position: center center;
    background-size: cover; /* Cover for mobile */
    min-height: 400px; /* Adjust height if necessary for mobile */
  }
}
/* For very small devices (phones in portrait mode) */
@media (max-width: 480px) {
  .hero-section {
    background-position: center center;
    background-size: cover;
    min-height: 350px; /* Reduce the height if needed */
  }
}
/* Optional: consistent heading font size on smaller screens */
.hero-heading {
  font-size: 2.7rem;
}
.text-highlight {
  color: white;
}

/* Content Development Section */
.content-development-odd .bg-light-gray {
  background-color: #e8f0ff;
}

.content-development-odd .section-underline {
  width: 20%;
  height: 2px;
  background-color: #0d5ff9;
  border-radius: 2px;
}

.content-development-odd h2 {
  font-weight: 600;
}

.content-development-odd .lead-para {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.content-development-odd .small {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Card Styling */
.content-development-odd .content-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
  align-items: flex-start;
}

.content-development-odd .content-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.content-development-odd .content-card .icon-box {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
  line-height: 1;
}

.content-development-odd .content-card h6 {
  margin-top: 2px;
  line-height: 1.3;
}

/* Image responsiveness */
.content-development-odd .object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Responsive Tweaks */
@media (max-width: 576px) {
  .content-development-odd .content-card {
    flex-direction: row;
    align-items: flex-start;
  }
}

.content-development-even .bg-light-gray {
  background-color: #f2f2f2;
}

.content-development-even .section-underline {
  width: 20%;
  height: 2px;
  background-color: #0d5ff9;
  border-radius: 2px;
}

.content-development-even h2 {
  font-weight: 600;
}

.content-development-even .lead-para {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-development-even .small {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Card Styling */
.content-development-even .content-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
  align-items: flex-start;
}

.content-development-even .content-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.content-development-even .content-card .icon-box {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
  line-height: 1;
}

.content-development-even .content-card h6 {
  margin-top: 2px;
  line-height: 1.3;
}

/* Image responsiveness */
.content-development-even .object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Responsive Tweaks */
@media (max-width: 576px) {
  .content-development-even .content-card {
    flex-direction: row;
    align-items: flex-start;
  }
}

/*common section*/
.lead-para {
  font-size: 13pt;
}
/*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;
}
@media (max-width: 767.98px) {
  footer ul {
    padding-left: 0;
  }
  .footer-heading {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .footer-link {
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
}
/* 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 only screen and (max-width: 460px) and (orientation: portrait) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .navbar-brand img {
    width: 70px;
    height: auto;
  }

  .navbar-nav {
    gap: 0.5rem;
  }

  .nav-link {
    font-size: 1rem !important;
    padding: 0.5rem 0;
  }

  .hero-section {
    min-height: 380px;
    background-position: center center;
    background-size: cover;
    padding: 1rem;
  }

  .hero-heading {
    font-size: 2.2rem;
    text-align: center;
  }

  .contact-btn-wrapper {
    padding: 0;
    clip-path: none;
    width: 100%;
    text-align: center;
    background-color: #007bff;
  }

  .contact-btn-wrapper a {
    display: inline-block;
    padding: 14px 25px;
    margin: 10px auto;
    border-radius: 25px;
    font-size: 1rem;
  }

  .content-development-odd .lead-para,
  .content-development-even .lead-para {
    font-size: 0.95rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .content-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0.75rem;
  }

  .icon-box {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }

  footer h6,
  .footer-link {
    font-size: 0.875rem;
    text-align: center;
  }

  .footer-heading {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
