/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.mt-box {
  display: flex;
  flex-direction: column;
}

.mt-info {
  height: 100%;
}
.client-logo img {
  width: 280px !important;
  height: 200px !important;
  object-fit: contain;
}
.client-logo-section {
  gap: 100px !important;
}
.mt-icon-box-sm {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Policy */

.industries-served {
  text-align: center;
  margin-bottom: 50px;
}

.industry-card {
  text-align: center;
  position: relative;
}

.industry-icon-container {
  width: 150px;
  height: 150px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
}

.industry-icon-container::before {
  content: attr(data-number);
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #00b4ac;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #00b4ac;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.industry-icon-container img {
  width: 70px;
  height: 70px;
}

.industry-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.industry-line {
  height: 2px;
  width: 100%;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.industry-wrapper {
  position: relative;
}

.industry-wrapper:last-child .industry-line {
  display: none;
}
.card-serives-section .mt-icon-box-wraper {
  height: 100%;
}
.tekup-footer-textarea img {
  width: 150px;
}
.our-products-text h4 {
  font-size: 22px;
  line-height: 30px;
}
.our-products-text .bdr-gray-light {
  border-color: #cccccc;
}
.custom-box {
  background-color: #00b4ac; /* Gray color */
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  height: 100px;
  width: 100%;
  text-align: center;
  font-size: 28px;
}
.font-diff {
  font-size: 16px;
}
.content-section {
  padding: 50px 0;
}
.image-section img {
  width: 100%;
  border-radius: 10px;
}
.text-section p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.whatsapp-button {
  position: fixed;
  bottom: 12px;
  right: 10px;
  background-color: #25d366;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-button:hover {
  background-color: #1ebd5a;
}

.fa-whatsapp:before {
  content: "\f232";
  font-size: 34px;
}
.project-tab {
  padding: 10%;
  margin-top: -8%;
}
.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title {
  color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #00b4ac;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 20px;
  font-weight: 500;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #00b4ac;
  font-size: 20px;
  font-weight: 500;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab p {
  font-size: 20px;
  line-height: 30px;
}
#nav-tabContent {
  padding-top: 20px;
}
#nav-tabContent ul {
  list-style: none;
}
#nav-tabContent li {
  font-size: 18px;
}
#nav-tabContent li .icon-list-text {
  padding-left: 10px;
}
#nav-tabContent li i {
  color: #00b4ac;
}
.policy a {
  color: #5c6b8b !important;
}
.policy {
  list-style: none;
}
.widget_services ul > li {
  position: relative;
}

.widget_services ul li a {
  text-decoration: none;
  display: block;
  color: white;
  transition: background 0.3s ease;
}

/* Submenu Styles */
.widget_services .sub-menu {
  display: none;
  padding-left: 20px;
  border-left: 2px solid #3c5c9c;
}

.widget_services .sub-menu li a {
  color: white;
}

/* Active Menu */
.widget_services ul li.active > .sub-menu {
  display: block;
  margin-top: 5px;
}
.widget_services .dropdown-footer i {
  margin-left: 5px;
}

/* Add hover or click effect to dropdown icon */
.widget_services .dropdown-footer i.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
