.service-one__item__description {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 1.4;
  min-height: 40px;
  margin-bottom: 15px;
}

.service-one__item {
  padding-bottom: 30px;
  position: relative;
}

.mt-50 {
  margin-top: 50px;
}

.mt-4 {
  margin-top: 30px;
}

.service-one__item__icon {
  margin: 15px 0;
  color: #bd9b49;
  font-size: 32px;
}

.service-one__item__learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #bd9b49;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border: 2px solid #bd9b49;
  border-radius: 25px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.service-one__item__learn-btn:hover {
  background: #bd9b49;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 109, 245, 0.3);
}

.service-one__item__learn-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.service-one__item__learn-btn:hover i {
  transform: translateX(3px);
}

.service-one__item__title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-one__item__title a:hover {
  color: #bd9b49;
}

.packages-two__newsletter__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.telecom-inquiry-form input,
.telecom-inquiry-form select,
.telecom-inquiry-form textarea {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #dee2e6;
  border-radius: 8px;
  /* color: white; */
  font-size: 14px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.telecom-inquiry-form input:focus,
.telecom-inquiry-form select:focus,
.telecom-inquiry-form textarea:focus {
  outline: none;
  border-color: #858686ff;
  background: rgba(255, 255, 255, 0.15);
}

.telecom-inquiry-form input::placeholder,
.telecom-inquiry-form textarea::placeholder {
  color: #000;
}

.telecom-inquiry-form .form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 12px;
}

.packages-two__newsletter__form__icon {
  position: absolute;
  left: 20px;
  top: 38%;
  transform: translateY(-50%);
  color: #000;
  z-index: 2;
}

.packages-two__newsletter__form .col-md-4,
.packages-two__newsletter__form .col-md-6,
.packages-two__newsletter__form .col-md-12 {
  position: relative;
}

.mt-3 {
  margin-top: 15px;
}

.packages-two__card__list li {
  margin-bottom: 12px;
  font-size: 14px;
}

.packages-two__card__price {
  font-size: 42px;
  font-weight: 700;
}

.packages-two__card__price span {
  font-size: 16px;
  font-weight: 400;
}
.feature-stats {
  background: linear-gradient(135deg, #f5f9ff 0%, #edf2f9 100%);
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgb(158 179 209);
}
.stat-box {
  padding: 20px 15px;
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #bd9b49, #9c7e36ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 20px;
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #bd9b49;
  margin-bottom: 5px;
}

.stat-label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .stat-number {
    font-size: 28px;
  }

  .feature-one__box {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.cta-two__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 25px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.cta-phone:hover {
  background: #2a6df5;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 109, 245, 0.3);
}

.cta-phone i {
  color: #2a6df5;
  transition: color 0.3s ease;
}

.cta-phone:hover i {
  color: white;
}

/* Partner Highlights */
.partner-highlights {
  margin-bottom: 50px;
}

.highlight-box {
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
}

.highlight-box--blue {
  background: linear-gradient(135deg, #2a6df5, #1a56d4);
  color: white;
}

.highlight-box--green {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}

.highlight-box--orange {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
}

.highlight-number {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.highlight-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.highlight-text {
  font-size: 14px;
  opacity: 0.9;
}

/* Partner Details */
.client-carousel__one__item {
  position: relative;
  text-align: center;
  padding: 20px 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.client-carousel__one__item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.partner-logo-container {
  margin-bottom: 15px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-details {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.partner-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.partner-name strong {
  color: #2a6df5;
}

/* Category Tags */
.category-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-tag--tech {
  background: #dbeafe;
  color: #1d4ed8;
}

.category-tag--telecom {
  background: #f0f9ff;
  color: #0369a1;
}

.category-tag--fiber {
  background: #fef3c7;
  color: #92400e;
}

.category-tag--security {
  background: #fce7f3;
  color: #be185d;
}

.category-tag--network {
  background: #dcfce7;
  color: #166534;
}

.category-tag--wireless {
  background: #e0e7ff;
  color: #3730a3;
}

.category-tag--datacenter {
  background: #fef3c7;
  color: #92400e;
}

/* Achievements */
.partner-achievements {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #eee;
}

.achievements-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.achievements-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.achievement-badge {
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.achievement-badge--blue {
  background: linear-gradient(135deg, #2a6df5, #1a56d4);
  color: white;
}

.achievement-badge--green {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}

.achievement-badge--orange {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
}

.achievement-badge--purple {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
}

.achievement-badge--red {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
}

span.Icon_arrow {
  margin-left: 9px;
  margin-top: 5px;
}
.btn_future_new {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .highlight-box {
    margin-bottom: 15px;
  }

  .highlight-number {
    font-size: 28px;
  }

  .achievements-list {
    flex-direction: column;
    align-items: center;
  }

  .achievement-badge {
    width: 80%;
    margin-bottom: 10px;
  }
}
/* new css */

/* right_side */
/* ===== MODERN TECH SERVICES DESIGN ===== */
/* All new class names and completely new CSS */

/* Main wrapper */
.tech-services-wrapper {
  position: relative;
  padding: 150px 0;
  background: linear-gradient(135deg, #f5f9ff 0%, #edf2f9 100%);
  /* overflow: hidden; */
  z-index:1 !important;
}

/* Background elements */
.tech-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
  /* z-index: 0; */
}

.tech-shape-element,
.tech-shape-element-two {
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
  /* z-index: 0; */
}

.tech-shape-element {
  top: -50px;
  right: -50px;
  transform: rotate(15deg);
}

.tech-shape-element-two {
  bottom: -50px;
  left: -50px;
  transform: rotate(-10deg);
}

/* Services grid section */
.services-grid-section {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -150px;
}

.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Service card base styles */
/*.service-card {*/
/*    position: relative;*/
/*    flex: 0 1 280px;*/
/*    min-width: 260px;*/
/*    background: rgba(255, 255, 255, 0.9);*/
/*    backdrop-filter: blur(10px);*/
/*    border: 1px solid rgba(0, 102, 204, 0.1);*/
/*    border-radius: 32px;*/
/*    padding: 40px 25px 35px;*/
/*    text-align: center;*/
/*    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
/*    box-shadow: 0 20px 35px -8px rgba(0, 50, 100, 0.1),*/
/*                0 0 0 1px rgba(255, 255, 255, 0.5) inset;*/
/*    overflow: hidden;*/
/*}*/

.service-card {
  position: relative;
  flex: 0 1 280px;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 102, 204, 0.1);
  border-radius: 32px;
  padding: 30px 15px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow:
    0 20px 35px -8px rgba(0, 50, 100, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 30px 45px -12px rgba(0, 80, 160, 0.25),
    0 0 0 2px rgba(0, 102, 204, 0.2) inset;
  background: rgba(255, 255, 255, 0.95);
}

/* Card background shapes */
.service-card-bg-one,
.service-card-bg-two,
.service-card-highlight-bg-one,
.service-card-highlight-bg-two {
  position: absolute;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  pointer-events: none;
  /* z-index: 0; */
  transition: opacity 0.3s ease;
}

.service-card-bg-one {
  top: -30px;
  right: -30px;
  transform: rotate(15deg);
}

.service-card-bg-two {
  bottom: -30px;
  left: -30px;
  transform: rotate(-15deg);
}

.service-card-highlight-bg-one {
  top: -20px;
  left: -20px;
  opacity: 0.5;
}

.service-card-highlight-bg-two {
  bottom: -20px;
  right: -20px;
  opacity: 0.5;
}

.service-card:hover .service-card-bg-one,
.service-card:hover .service-card-bg-two,
.service-card:hover .service-card-highlight-bg-one,
.service-card:hover .service-card-highlight-bg-two {
  opacity: 0.7;
}

/* Icon styles */
.service-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  margin: -1px auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ffffff, #f0f7ff);
  border-radius: 50%;
  box-shadow:
    0 15px 25px -8px rgba(0, 80, 160, 0.2),
    0 0 0 1px rgba(0, 102, 204, 0.1);
  transition: all 0.3s ease;
}

.service-icon i {
  font-size: 35px;
  background: linear-gradient(135deg, #b99a47, #0099ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.05) rotate(5deg);
  box-shadow: 0 20px 30px -8px rgba(0, 102, 204, 0.3);
}

.service-card:hover .service-icon i {
  background: linear-gradient(135deg, #b99a47);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Title styles */
.service-title {
  position: relative;
  z-index: 2;
  font-family: "Poppins", "Segoe UI", Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #1a2b4a;
  margin: 0 0 15px;
  padding: 0 5px;
}

/* Description styles */
.service-description {
  position: relative;
  z-index: 2;
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5e75;
  margin: 0;
  /* padding: 0 10px; */
  font-style: italic;
  font-size: small;
  margin-bottom: 60px;
}

/* Highlighted card (formerly active) */
.service-card--highlighted {
  background: linear-gradient(145deg, #ffffff, #e8f1fe);
  border: 2px solid rgba(0, 102, 204, 0.3);
  box-shadow: 0 25px 40px -12px rgba(0, 80, 160, 0.3);
}

.service-card--highlighted .service-icon {
  background: linear-gradient(145deg, #ffffff, #e6f0ff);
  box-shadow: 0 15px 25px -8px rgba(0, 102, 204, 0.25);
}

.service-card--highlighted .service-icon i {
  background: linear-gradient(135deg, #b99a47, #0066cc);
  -webkit-background-clip: text;
  background-clip: text;
}

.service-card--highlighted .service-title {
  color: #004d99;
  font-weight: 700;
}

/* Animation classes (replacing wow) */
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delay utilities (using data-delay attribute) */
.service-card[data-delay="00ms"] {
  animation-delay: 0s;
}
.service-card[data-delay="100ms"] {
  animation-delay: 0.1s;
}
.service-card[data-delay="200ms"] {
  animation-delay: 0.2s;
}
.service-card[data-delay="300ms"] {
  animation-delay: 0.3s;
}

/* Responsive design */
@media (max-width: 1640px) {
  .service-card {
    flex: 0 1 260px;
    min-width: 240px;
  }
}
@media (max-width: 1460px) {
  .tech-services-wrapper {
    position: relative;
    padding: 60px 0;
  }

  .services-grid-section {
    position: relative;
    z-index: 9999;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 992px) {
  .services-grid-list {
    gap: 20px;
  }

  .service-card {
    flex: 0 1 230px;
    min-width: 210px;
    padding: 30px 20px 25px;
  }

  .service-icon {
    width: 75px;
    height: 75px;
  }

  .service-icon i {
    font-size: 36px;
  }

  .service-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .tech-services-wrapper {
    padding: 40px 0;
  }

  .services-grid-list {
    gap: 20px;
  }

  .service-card {
    flex: 0 1 100%;
    max-width: 350px;
    min-width: 280px;
  }
}

@media (max-width: 480px) {
  .service-card {
    min-width: 260px;
    padding: 25px 15px 20px;
  }

  .service-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .service-icon i {
    font-size: 32px;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-description {
    font-size: 0.9rem;
  }
}

/* Smooth scrolling and box-sizing */
* {
  box-sizing: border-box;
}

.main-footer__middle a img {
    border-radius: 15px;
    height: 68px;
    margin-top: -15px;
}
