	.tab-aboutus .nav-link.bp_btn_tabs img {
    width: 65px;

    margin-inline-end: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tab-aboutus  .nav-link.active.bp_btn_tabs {
    border: none;
    color: #27262c;
}
.tab-aboutus  .nav-link.bp_btn_tabs {
    border: none;
    font-weight: 600;
    color: #858585;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}
#myTab_2466 {
    justify-content: center;
    gap: 30px;
}
.layout {
  display: flex;
  align-items: center;
}

.layout__content {
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.layout__visual {
  flex: 1;
}

.content__title {
  font-size: 3.2rem;
  font-weight: 300;
  color: #333;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.content__highlight {
  color: #1075bc;
  font-weight: 300;
}

.content__description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 4rem;
  max-width: 500px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 600px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a8d8a8, #7cc17c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature__icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.feature__text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  text-transform: uppercase;
}
.stats-section {
  background: #2d3436;
  padding: 80px 20px;
  text-align: center;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.stat-icon {
  width: 60px;
  height: 60px;
  stroke: #a4d65e;
  fill: none;
  stroke-width: 1.5;
}

.stat-number {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.1rem;
  color: #b2bec3;
  font-weight: 300;
}


.phone-number {
  font-weight: bold;
}

.social-media {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
#m_4009 {
    text-align: center;
}
.tab-aboutus {
    padding: 80px 0;
}
.why-choose {
  color: #121212;
}
.why-choose-grid {
  width: 100%;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
  align-items: center;
}

.main-title {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 50px;
  grid-column: 1 / -1;
  opacity: 0.95;
  color: #121212;
}

.left-features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.right-features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.feature-why {
  text-align: center;
  max-width: 280px;
}

.left-features .feature-why {
  text-align: right;
  margin-left: auto;
}

.right-features .feature-why {
  text-align: left;
  margin-right: auto;
}

.feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(0 0 0 / 60%);
  border-radius: 50%;
}

.left-features .feature-icon {
  margin: 0 0 20px auto;
}

.right-features .feature-icon {
  margin: 0 auto 20px 0;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  opacity: 0.95;
  color: #FFF;
}

.feature-description {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
  font-weight: 300;
}

.phone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.phone-container img {
    height: 600px;
    border-radius: 12px;
}



@keyframes float {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.app-content {
  text-align: center;
  z-index: 5;
}

.app-logo {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.app-logo svg {
  width: 32px;
  height: 32px;
  stroke: white;
  fill: none;
  stroke-width: 2;
}

.app-name {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.app-tagline {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 300;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
#myTab_2466 {
        width: 500px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: start;
  overflow-x: auto; 
  flex-wrap: nowrap;
  margin: auto;
}
  .layout__content {
    padding: 40px 30px;
  }

  .content__title {
    font-size: 2.5rem;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .layout__visual {
    min-height: 400px;
  }
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .stat-number {
    font-size: 3rem;
  }

  .contact-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .contact-info {
    flex-direction: column;
    gap: 25px;
    text-align: left;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .main-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .left-features,
  .right-features {
    gap: 40px;
  }

  .left-features .feature-why,
  .right-features .feature-why {
    text-align: center;
    margin: 0 auto;
  }

  .left-features .feature-icon,
  .right-features .feature-icon {
    margin: 0 auto 20px;
  }

  .phone {
    width: 240px;
    height: 480px;
  }

  .app-name {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .contact-info {
    gap: 20px;
  }
}

