#hero-about {
  width: 100%;
  height: 90vh;
  background: url("../img/about-us.webp") top center;
  background-size: cover;
  position: relative;
}

#hero-about:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-about .container {
  position: relative;
  text-align: center;
}
#hero-about p {
  font-size: 1.8vw;
}

#hero-about h1 {
  margin: 0;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero-about h1 span {
  color: #ffc451;
}

#hero-about h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  font-weight: 700;
}

#hero-about .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero-about .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero-about .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero-about .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero-about .icon-box h3 a:hover {
  color: #ffc451;
}

#hero-about .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 992px) {
  #hero-about {
    background-attachment: fixed;
  }
  .description-collection {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  #hero-about {
    height: 90vh;
  }
  .container.company-about {
    margin: 0px 20px !important;
  }
  #hero-about h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  #hero-about h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .container {
    max-width: 100% !important;
  }
  .company-description {
    flex-direction: column !important;
    align-items: center;
    padding: 1rem 1rem 0rem !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;

    border-radius: 20px;
  }
  .company-description img {
    width: 100% !important;
    height: 280px !important;
    order: 1;
  }
  .desc-info {
    order: 2;
    padding: 1rem !important;
  }
  #faq {
    padding: 0px 50px;
  }
}
@media (max-width: 850px) {
  #hero-about h1 {
    font-size: 3rem !important;
    margin-bottom: 0.5rem !important;
  }
  #hero-about h2 {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #hero-about p {
    font-size: 1.5rem !important;
  }
  .description-collection {
    padding: 0rem 2.5rem !important;
  }
  #faq {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  #hero-about h1 {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #hero-about p {
    font-size: 1.3rem !important;
  }
  .description-collection {
    padding: 0rem 1.5rem !important;
  }
  #faq {
    padding: 0px 20px;
  }
}
@media (max-width: 667px) {
  #hero-about h1 {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #hero-about p {
    font-size: 1.3rem !important;
  }
  .description-collection {
    padding: 0rem 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .team-collection {
    margin: 0rem 2rem !important;
  }
  #hero-about h1 {
    font-size: 2.5rem !important;
    margin-bottom: 0.1rem !important;
  }
  #hero-about h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem !important;
  }
  .description-collection {
    padding: 0rem 1.5rem !important;
  }
  #hero-about p {
    font-size: 1.25rem !important;
  }
  .container.hero-about {
    margin: 0rem 2rem !important;
  }
  .company-description img {
    height: 200px !important;
  }
  #faq {
    padding: 0px 20px;
  }
}
@media (max-width: 480px) {
  #hero-about {
    height: 85vh;
  }
  #hero-about h1 {
    font-size: 1.9rem !important;
    line-height: 2rem;
    margin-bottom: 0.5rem !important;
  }
  #hero-about h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem !important;
  }
  #hero-about p {
    font-size: 1.25rem !important;
    margin-bottom: 0.5rem !important;
  }
  .hero-about {
    padding: 0px 16px 0px 16px !important;
  }
  .container.hero-about {
    width: 340px;
  }
  .container {
    max-width: 400px !important;
  }
  .company-description {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0px 10px 10px 10px !important;
    margin: 0px 10px;
  }
  .company-description img {
    width: 100% !important;
    height: 200px;
    order: 1;
  }
  .desc-info {
    order: 2;
    text-align: center;
    padding: 18px 16px 0px !important;
  }
  .desc-info h4 {
    font-size: 5vw !important;
    font-weight: 600 !important;
  }
  .desc-info p {
    font-size: 3.5vw !important;
    font-weight: 500 !important;
  }
  .description-collection {
    padding: 0px 0px !important;
  }
  .description-collection p {
    font-size: 0.875rem !important;
  }
  .description-collection h2 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  #cta p {
    font-size: 1rem !important;
  }
  #cta h3 {
    font-size: 1.5rem !important;
  }
  #meet-team-section h2 {
    font-size: 7vw !important;
    line-height: 8vw !important;
  }
  #faq h2 {
    font-size: 7vw !important;
    font-weight: 600 !important;
  }
  #faq {
    padding: 0px 20px;
  }
  #teamModal p {
    font-size: 3.5vw !important;
    text-align: justify;
  }
  .modal {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

#company-about h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#company-about {
  display: flex;
  flex-direction: column;
}

.company-description {
  display: flex;
  flex-direction: row;
  padding: 18px 32px 0px 32px;
}

.desc-info {
  align-content: center;
  padding: 24px;
}

.company-description img {
  width: 40%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 60px;
  padding: 24px;
}

.description-collection {
  padding: 0px 88px;
}

@media (max-width: 1200px) {
}
@media (max-width: 1023px) {
}

@media (max-width: 767px) {
}

#meet-team-section h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.team-collection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  box-shadow: rgb(0 0 0 / 49%) 0px 10px 20px 0px;
  padding: 12px;
  cursor: pointer;
}
.team-member-photo img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.team-member-photo {
  margin: 18px;
}
.team-member-name {
  font-size: medium;
  font-weight: 600;
  margin-bottom: 12px;
}
.team-member-designation {
  font-size: smaller;
  margin-bottom: 12px;
}

/* Modal (Popup) */
.modal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7) !important;
  animation: fadeIn 0.3s ease;
}

/* Modal Content Box */
.modal-content {
  background-color: #121212 !important;
  margin: auto;
  padding: 20px 30px;
  border-radius: 12px;
  width: 80%;
  max-width: 600px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  animation: slideUp 0.3s ease;
}

/* Close button */
.close-btn {
  width: 40px;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.close-btn:hover {
  color: #f00;
}

/* Animation effects */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#faq {
  scroll-margin-top: 100px; /* smooth scroll offset */
}

#faq h2 {
  font-size: 2rem;
  color: #222;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #0dcaf0 !important; /* Bootstrap info color */
  color: #000 !important; /* dark text */
}

/* Accordion header background */
.accordion-button {
  background-color: #212529 !important; /* light blue */
  color: #ffffff !important; /* dark text */
}

/* Optional: remove Bootstrap's shadow when opened */
.accordion-button:focus {
  box-shadow: none;
}

/* Default state (collapsed) */
.accordion-button::after {
  filter: brightness(0) invert(1);
  /* The filter above makes it cyan — tweak hue-rotate or invert to match your theme */
}

/* Active (when accordion is open) */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(0%) invert(0%) sepia(75%) saturate(573%)
    hue-rotate(346deg) brightness(95%) contrast(94%);
  /* This makes it orange for open state */
}

.accordion-body {
  background-color: #485158 !important; /* dark background */
  color: #ffffff !important; /* light text */
}

.about-cta-btn {
  margin: 8px;
}
