* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.7;
}

.text-red {
  color: rgb(254, 68, 0);
}

/* whatsapp-button-container */

.whatsapp-button-container {
  position: fixed;
  right: 2px;
  bottom: 174px;
  /* background-color: rgb(254, 68, 0); */
  z-index: 1000;
  color: white;
  padding: 5px 10px;
  border-radius: 50px;
}

.whatsapp-icon {
  position: static;
  width: 60px;
  border-radius: 50%;
  margin-left: 7px;
}

.whatsapp-question-container > span {
  background: white;
  color: black;
  padding: 9px 18px;
  border-radius: 16px;
  font-size: 17px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.36);
}
.whatsapp-container {
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .whatsapp-button-container {
    position: fixed;
    right: 0px;
    bottom: 170px;
  }

  .whatsapp-question-container > span {
    display: none;
  }
  .whatsapp-button-container {
    position: fixed;
    right: -14px;
    bottom: 151px;
}

}

/* call-button-container */
.call-button-container {
  position: fixed;
  right: 26px;
  bottom: 114px;
  z-index: 1000;
  color: white;
  border-radius: 50px;
}
.call-button-container:hover {
  cursor: pointer;
}

.phone-icon {
  position: static;
  padding: 23px;
  border-radius: 50%;
  background-color: rgb(254, 68, 0);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.211);
}
.call-container {
  margin-left: 13px;
}
.question-container {
  background: white;
  display: flex;
  flex-direction: column;
  color: black;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.282);
  padding: 0px 28px;
  border-radius: 20px;
}

@media screen and (max-width: 653px) {
  .phone-icon {
    padding: 22px;
    margin-right: 3px !important ;
  }
  .call-button-container {
    position: fixed;
    right: 8px;
    bottom: 94px;
  }
  .question-container {

    display: none !important;
  }
}

/* navbar */
/* Ensure the close icon shows when the hamburger menu is open */
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
}
/* Mobile: Ensure dropdown menu is hidden initially */
.nav-item .dropdown-menu {
  display: none;
}
nav {
  background-color: white !important;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.223) !important;
}
#nav-logo {
  height: 80px;
  object-fit: cover !important;
}

.nav-item {
  margin: 0px 10px;
}

/* Show dropdown menu when 'show' class is added */

.nav-link {
  color: black !important;
}

/* Align the Services link and caret icon next to each other on mobile */
.d-flex.align-items-center {
  display: flex;
  align-items: center;
}
.dropdown-menu {
  border: none !important;
  background-color: white !important;
  padding: 10px !important;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.489);
  width: 200px;
}

/* Fix dropdown icon position on mobile */
.dropdown-toggle-icon {
  padding-left: 5px !important;
}

/* Make dropdown icon visible on all screens and rotate 180 degrees on click */
.dropdown-toggle-icon {
  transition: transform 0.3s ease-in-out; /* Smooth transition for rotation */
  padding-left: 5px !important; /* Ensure padding is visible across all screens */
}

.nav-item .dropdown.show .dropdown-toggle-icon {
  transform: rotate(
    180deg
  ); /* Rotate the icon 180 degrees when dropdown is open */
}

.dropdown-container {
  display: inline-flex;
  align-items: center;
  width: 200px !important;
}
.dropdown-menu {
  width: 200px !important;
}

.dropdown-toggle::after {
  padding-left: 5px;
}

.dropdown-button {
  border: none;
  background: transparent;
  padding-left: 5px;
}
.dropdown-item {
  padding: 7px 0px !important;
}

/* Desktop: Dropdown opens on hover */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  .d-lg-none {
    display: block !important;
  }
}
@media (max-width: 992px) {
  #dropdownIcon {
    position: static !important;
  }
  .rotate-button {
    transform: rotate(180deg);
  }
  .show {
    display: block !important;
  }
}

/* #hero-section */

#hero-section-container {
  height: 450px;
  width: 100%;
}

#hero-section-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: absolute;
}

.services-content {
  width: 100%;
  height: 100%;
}

#hero-section-container::before {
  content: "";
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  /* background: rgba(0, 0, 0, 0.497) center center/cover; */
  z-index: 1;
}

.hero-heading {
  color: white;
  font-size: 5rem;
  font-family: urbanist, sans-serif;
  z-index: 2;
}

/* #about-service-section */

.right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  background: url("../img/6.png") center center/cover no-repeat;
  /* z-index: -1; */
}
/* .right:hover::before{
    transform: rotate(45deg);
} */

#about-service-heading {
  font-family: nunito;
  font-weight: 700;
  font-size: 3rem;
}

/* services section */
.services-container-content {
  padding: 40px 10px;
  box-shadow: 0px 0px 10px rgb(171, 171, 171);
  margin: 1rem;
  transition: all ease 0.3s;
  /* border-radius: 10px; */
  min-height: 300px;
}

.services-container-content:hover {
  background: rgb(254, 68, 0);
  border-radius: 45px 0px 45px 0px;
  color: white;
}

.know-more-button {
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 7px 10px;
  transition: all ease 0.1s;
}

.know-more-button:hover {
  background-color: white;
  color: rgb(254, 68, 0);
}

/* different sector we serve */

.different-sector-lottie {
  width: 70%;
  margin: auto;
}

/* footer-section */
#footer-section {
  color: white;
  position: static;
  /* background: black; */
  background: url("/img/nasa-Q1p7bh3SHj8-unsplash.jpg") center center/cover;
}

.footer-logo {
  width: 150px;
}

.footer-link {
  color: white;
  text-decoration: none;
  margin: 0px 15px;
}

/* scroll-indicator */
/* Style for the Scroll Indicator */
.scroll-indicator {
  background-color: white;
  padding: 13px 7px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
  border-radius: 10px 0px 0px 10px;
  box-shadow: -6px 1px 10px #80808042;
}

.scroll-indicator input[type="radio"] {
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: rgb(254, 68, 0);
  cursor: pointer;
  margin: 5px;
}

.scroll-indicator input[type="radio"]:checked {
  border-color: black;
  /* Active color for checked radio button */
  background-color: black;
  /* Active color for checked radio button */
}

@media screen and (max-width: 1000px) {
  .menus {
    display: hidden;
    background: white;
    margin-right: -100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.215);
    width: 200px;
  }

  .menus > ul > li {
    float: unset;
    margin: 0px 10px;
    padding: 10px 19px;
  }

  .hamburger {
    display: inline;
    right: 0;
    position: absolute;
  }

  .navigation-bar {
    position: static !important;
  }

  .logo {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer-services-section {
    display: none !important;
  }
}

@media screen and (max-width: 746px) {
  .hero-heading {
    font-size: 3rem;
  }

  #about-service-heading {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .footer-section-container > a > p {
    margin: 3px 0px;
  }

  .footer-section-container > p {
    margin: 0px;
  }

  .footer-sections-heading {
    margin-top: 1.2rem !important;
  }
}
