.mission-section {
  background-color: #009c9c;
  padding: 60px 20px;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
}

.mission-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.mission-card {
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 600;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
  min-width: 300px;
}

.mission-card:hover {
  background-color: #ffffff;
  color: #009c9c;
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.mission-text {
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .mission-card {
    width: 80%;
    /* font-size: 0.95rem; */
  }
}

.who-we-do {
  text-align: center !important;
}

nav ul {
  align-items: start;
}

.projectsDropdown {
  font-size: 15px;
}

.dropdown-submenu {
  position: relative;
  font-family: "Acumin";
  min-width: 210px;
  padding: 0;
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 105%;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-item,
.dropdown-submenu {
  width: 100%;
}

.nav-item.dropdown>a {
  pointer-events: auto;
}

.header-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.about {
  margin-right: 10px;
}

@media (min-width: 1199px) {
  .single-footer-one-wrapper .single-footer-component {
    flex-basis: 24%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-footer-one-wrapper .single-footer-component {
    flex-basis: 40%;
  }
}

/* 
@media (max-width: 768px) {
  .single-footer-one-wrapper .single-footer-component {
    flex-basis: 50%;
  }
} */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-radius: .25rem;
  min-width: 210px;
}

.patents,
.awards {
  margin-bottom: 20px;
}

.certifications-awards {
  margin-bottom: 20px;
}

.custom-row-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: -13px;
}

.card {
  background-color: #F1F3F4;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 20px;
  border: none;
}

.card h3 {
  color: #009c9c;
}

.card p {
  font-size: 16px;
  font-weight: 547;
}

.encovery-journey {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* .dropdown-menu .dropdown-item {
  color: gray;
} */

.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}

.prjects-submenu {
  position: relative;
}

.prjects-submenu>.dropdown-menu {
  top: 0;
  left: -100%;
  margin-top: -1px;
  min-width: 210px;
}

.prjects-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  transition: all 0.2s ease-in-out;
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.carousel-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bg-text-stok {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Acumin";
  font-size: 17rem;
  font-weight: 600;
  color: rgba(2, 2, 2, 0.034);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.);
  text-stroke: 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

.title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 600;
}

.title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Acumin", sans-serif;
}

@media (max-width: 768px) {
  .title a {
    font-size: 1.8rem;
  }

  .bg-text-stok {
    font-size: 12vw;
  }
}

@media (max-width: 480px) {
  .title a {
    font-size: 1.4rem;
  }
}

/* .dropdown-item {
  background-color: white !important;
} */

.dropdown-item:hover {
  color: rgb(255, 136, 0);
}

.uk {
  margin-bottom: 2px;
}

.india {
  margin-bottom: 2px;
}

.contact-info {
  background-color: #fff;
}

.who-we-are {
  display: flex;
  flex-direction: row;
}

@media (max-width:991px) {
  .who-we-are {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    position: static;
  } */

  .dropdown-menu {
    width: 100%;
  }

  .single-about-content-solar p.disc {
    padding: 6px;
  }
}

.team-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 24px;
}

.team-col {
  flex: 0 0 calc(20% - 19px);
  max-width: calc(20% - 19px);
}

@media (max-width: 992px) {
  .team-row {
    flex-wrap: wrap;
  }

  .team-col {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .team-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.profile-container {
  padding: 0 10px;
}

.profile-container .bg-color {
  background: #f2f3f5;
  padding: 20px 20px 0px 20px;
}

.profile-name {
  font-size: 3.5rem;
  font-weight: 500 !important;
  color: #333;
  line-height: 1.1;
}

.profile-title {
  font-size: 1.7rem;
  color: #555;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.2;
}

.profile-photo {
  max-height: 350px;
  object-fit: cover;
  width: auto;
}

.separator-line {
  margin: 0px;
}

.biography-row {
  line-height: 1.7;
  font-size: 0.9rem;
  color: #444;
  padding: 0px 20px 20px 20px;
}

.biography-text {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .profile-name {
    font-size: 2.5rem;
  }

  .profile-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.model-contant-section {
  padding: 0px;
}

.model-body-content {
  padding: 0px !important;
}

.coal-section p {
  margin: 0px;
}

.coal-section h4 {
  margin: 0px;
}

.coal-section ul {
  margin: 0px;
}



@media (max-width: 1025px) {

  .main-haeder-wrapper-h2 {
    flex-wrap: wrap;
  }

  .main-haeder-wrapper-h2>:nth-child(1) {
    order: 1;
  }

  .main-haeder-wrapper-h2>:nth-child(2) {
    order: 3;
  }

  .main-haeder-wrapper-h2>:nth-child(3) {
    order: 2;
  }

  .header-nav.none {
    display: none;
  }

  .header-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: static;
  }

  .header-nav nav {
    width: 100%;
  }



  .header-nav nav ul li {
    padding: 0px;
    width: 100%;
  }

  .header-nav nav ul li:hover .dropdown-menu {
    display: none !important;
  }


  .header-nav nav ul li .dropdown-menu.toggle-menu {
    display: block !important;
  }


  .header-nav nav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-menu {
    position: static;
  }

  .dropdown-submenu .dropdown-menu {
    position: static;
  }

}


#countryCode {
  max-width: 100px;
  margin-left: 12px;
}

.phone-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 100px;
}


.phone-wrapper input {
  margin-bottom: 0px;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  height: 60px;
  padding: 5px 15px;
  border: 0;
}


.dropdown-submenu:hover {
  background: #e9ecef;
}

.dropdown-toggle .dropdown-submenu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-left: 8px;
  transition: transform 0.4s ease;
  border-top: none;
  border-right: none;

  /* KEY FIX */
  transform-origin: center;
}

.dropdown-toggle:hover::after {
  transform: rotate(135deg);
  margin-top: 5px;
}




/* tcc style */
.download-btn{
  width: 100%;
  border: 1px solid #009c9c;
  border-radius: 40px;
  padding: 10px;
  background: #009c9c; 
}

.download-btn a{
  font-weight: 600;
  width: 100%;
  display: block;
  color: #fff !important;
}

.download-btn:hover{
  background: #f26f21;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f26f21;
}