/********** Template CSS **********/
/* General Styles */
:root {
  --primary: #FDA12B;
  --secondary: #8D9297;
  --light: #F8F9FA;
  --dark: #182333;
  --black: #000000;
}

.bg-grey {
  background-color: var(--light);
  width: 100%;
  margin: 0;
  padding: 0;
}

.topbar {
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.navbar .container-fluid {
  padding: 0 15px;
}

.topbar .row {
  margin: 0;
}

.topbar .col-lg-7,
.topbar .col-lg-5 {
  padding: 0 15px;
}

.text-justify {
  text-align: justify;
}

/******Carousel*****/
.custom-container {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}

.justified {
  text-align: justify;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
  color: #ccc;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 20px 0;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #EEEEEE;
  }

  .navbar .container-fluid {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;  
  align-items: center;
  text-align: start;
  background: rgba(0, 0, 0, .65);
  z-index: 1;
  padding-left: 15%;
  padding-right: 15%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  z-index: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
  border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #iso-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #iso-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)), url(../img/Plain.png) center center no-repeat;
  background-size: cover;
}

.page-header-1 {
  background: linear-gradient(rgba(0, 0, 0, .065), rgba(0, 0, 0, .065)), url(../img/Plain.png) center center no-repeat;
  background-size: cover;
}

.page-header-1 .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}

/*** Facts ***/
.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
  color: var(--primary) !important;
}

/*** Service ***/
.service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--primary);
  opacity: 1;
  transition: .5s;

}

.service-item:hover .service-text::before {
  height: 100%;
  opacity: 1;

}

.service-text * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item:hover .service-text * {
  color: #fffbfb !important;
  
}

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/aabout\ 1.jpg) center center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-text {
  position: absolute;
  width: 75%;
  bottom: 30px;
  left: 0;
  transition: .5s;
}

.team-item:hover .team-text {
  width: 100%;
}

.team-text * {
  transition: .5s;
}

.team-item:hover .team-text * {
  letter-spacing: 2px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--primary);
}

/*** Footer ***/
.footer {
  color: #999999;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--dark);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #999999;
}

.footer .copyright a:hover {
  color: var(--primary);
}

.client-image {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.customer-image {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 5px 10px 15px 0px rgb(214, 214, 214);
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}

.careers-section {
  padding: 6rem 1rem;
  font-family: system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.careers-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, #FF6B0010 0%, transparent 70%);
  z-index: 1;
}

.careers-section::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, #00000008 0%, transparent 70%);
  z-index: 1;
}

.decoration-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #FF6B00;
  border-radius: 50%;
  opacity: 0.2;
}

.dot-1 {
  top: 10%;
  left: 5%;
}

.dot-2 {
  top: 20%;
  right: 15%;
}

.dot-3 {
  bottom: 15%;
  left: 20%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-height: 100%;
}

.careers-heading {
  text-align: center;
  position: relative;
}

.heading-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF6B00;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: super;
}

.section-subtitle {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
}

.section-subtitle::before,
.section-subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #FF6B00;
  opacity: 0.3;
}

.section-subtitle::before {
  right: 100%;
}

.section-subtitle::after {
  left: 100%;
}

.careers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.profile-card {
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 0.5rem;
  }

  .profile-card:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 30px -5px rgba(255, 94, 0, 0.8), 0 15px 15px -5px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

@media (max-width: 768px) { /* Adjust the max-width as needed */
    .profile-card .col-lg-4 {
        margin-bottom: 1rem; /* Add some space below the image */
    }
  }

.careers-card {
    background: white;
    padding: 2.5rem;
    width: 100%;
    border-radius: 1rem;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgb(0, 0, 0);
   
}

.careers-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #FF6B00, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 1rem 1rem 0 0;
}

.careers-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(255, 94, 0, 0.619), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
}

.careers-card:hover::before {
    opacity: 1;
}

@media (max-width: 767px) {
    .careers-card {
        padding: 1.5rem;
    }

    .careers-card .col-12 {
        width: 100%;
    }

    .careers-card img {
        margin-bottom: 1rem;
    }

    .careers-card .ps-md-3 {
        padding-left: 0 !important;
    }
}

.cta-button {
  display: inline-block;
  background-color: #000000;
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background-color: #FF6B00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.15);
}

.text-center {
  text-align: center;
}

.job-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.job-list-item::before {
  content: '•';
  color: #FF6B00;
  margin-right: 0.75rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .careers-section {
    padding: 4rem 1rem;
  }

  .careers-grid {
    grid-template-columns: 1fr;
  }
}

.container_project {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.container_project .row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.achievement {
  width: calc(33.333% - 30px);
  margin: 15px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.achievement:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.achievement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #FDA12B;
  border-radius: 4px 0 0 4px;
}

.achievement h4 {
  color: #000000;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  position: relative;
  padding-bottom: 10px;
}

.achievement h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #8D9297;
  border-radius: 2px;
}

.achievement p {
  color: #555;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95em;
}

@media (max-width: 991px) {
  .achievement {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .achievement {
    width: calc(100% - 30px);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #8D9297;
  border-radius: 2px;
}

.achievement::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #FDA12B;
  transform: translate(50%, -50%) rotate(45deg);
}
/*
.timeline {
  list-style: none;
  position: relative;
  padding: 0;
}

.timeline-item {
  border-left: 2px solid var(--primary);
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}

.timeline-item h4 {
  margin: 0 0 10px;
  font-weight: bold;
}

.timeline-item p {
  margin: 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 50%;
  border: 2px solid #fff;
}

.timeline-image {
  position: absolute;
  left: -200px;
  top: 0;
  width: 150px;
}

.timeline-image img {
  width: 100%;
  border-radius: 50%;
}
*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.orange-line {
  width: 100px;
  height: 5px;
  background-color: orange;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1.5rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #2C3E50;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: justify;
}

.ceo-photo-container {
  margin-bottom: 20px;
}

.ceo-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f4f4f4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
}

.ceo-photo img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

.signature {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .ceo-photo {
    width: 120px;
    height: 120px;
  }
  
  .signature {
    align-items: center;
    text-align: center;
  }
}

.main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.main-content-iso {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.main-content-iso-text {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.policy-content {
  width: 100%;
}

.policy-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 10px;
}

.features-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.feature-item {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.feature-item::before {
  color: orange;
  position: absolute;
  left: 0;
  top: 0;
}

.signature {
  margin-top: 40px;
  font-size: 1rem;
  color: #333;
}

.ceo-name {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2C3E50;
}

.ceo-title {
  font-size: 1rem;
  color: #777;
  margin-bottom: 5px;
}

.iso-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.iso-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #f4f4f4;
  border-radius: 50%;
  border: 2px solid #ccc;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.iso-badge img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
    align-items: center;
  }

  .iso-section {
    flex-direction: column;
    align-items: center;
  }

  .iso-badge {
    width: 120px;
    height: 120px;
  }
}
/*
.timeline-wrapper {
  padding: 50px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: var(--primary);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-content {
  width: 45%;
  padding: 0 30px;
  position: relative;
}

.timeline-date {
  position: absolute;
  top: -30px;
  left: 30px;
  padding: 5px 15px;
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: 55%;
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-left: 0;
}

@media (max-width: 768px) {
  .timeline-line {
    left: 40px;
  }

  .timeline-dot {
    left: 40px;
  }

  .timeline-content {
    width: calc(100% - 80px);
    margin-left: 80px !important;
  }
}

.timeline-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.timeline-item.wow.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}
*/
.main-content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-top: 40px;
}

.ceo-section {
  flex: 0 0 45%;
  max-width: 600px;
}

.ceo-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ceo-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.content-section {
  flex: 0 0 55%;
}

.iso-badge {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .main-content {
    flex-direction: column;
  }

  .ceo-section {
    max-width: 100%;
  }

  .content-section {
    width: 100%;
  }

  .ceo-photo {
    max-width: 500px;
    margin: 0 auto;
  }
}

.coverage-section {
  padding: 6rem 1rem;
  font-family: system-ui, -apple-system, sans-serif;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.network-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00000003 1px, transparent 1px) 0 0 / 20px 20px, linear-gradient(0deg, #00000003 1px, transparent 1px) 0 0 / 20px 20px;
  pointer-events: none;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.heading-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF6B00;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: super;
}

.section-subtitle {
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}

.subtitle-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #FF6B00;
  margin: 0 1rem;
  vertical-align: middle;
  opacity: 0.5;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .section-grid {
    grid-template-columns: 1fr;
  }
}

.support-card {
  background: white;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.feature-item:hover {
  border-color: #FF6B00;
  transform: translateX(8px);
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.feature-icon {
  min-width: 32px;
  height: 32px;
  background: #FF6B00;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  opacity: 0.9;
}

.feature-icon::after {
  content: '';
  position: absent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.map-container {
  position: relative;
  padding: 2.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.world-map {
  position: relative;
  margin: 2rem 0;
  min-height: 300px;
}

.connection-line {
  stroke: #FF6B00;
  stroke-width: 2;
  stroke-dasharray: 5;
  opacity: 0.3;
  animation: dash 30s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: -1000;
  }
}

.location-point-1{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.location-point-2{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #002aff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.location-point-3{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #FF6B00;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.location-point-4{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #2bff00;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.location-point-5{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #8700fc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.location-point-1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height:36px;
  background-color: #ff0000;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s infinite;
}
.location-point-2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height:36px;
  background-color: #002aff;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s infinite;
}
.location-point-3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height:36px;
  background-color: #FF6B00;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s infinite;
}
.location-point-4:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height:36px;
  background-color: #2bff00;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s infinite;
}
.location-point-5:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height:36px;
  background-color: #8700fc;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s infinite;
}
.location-point-1::after {
  content: attr(data-location);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size:19px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.location-point-2::after {
  content: attr(data-location);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 19px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.location-point-3::after {
  content: attr(data-location);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 19px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.location-point-4::after {
  content: attr(data-location);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 19px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.location-point-5::after {
  content: attr(data-location);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 19px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.location-point-1:hover::after {
  opacity: 1;
  visibility: visible;
  
}

.location-point-2:hover::after {
  opacity: 1;
  visibility: visible;
}

.location-point-3:hover::after {
  opacity: 1;
  visibility: visible;
}

.location-point-4:hover::after {
  opacity: 1;
  visibility: visible;
}

.location-point-5:hover::after {
  opacity: 1;
  visibility: visible;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  70% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  
}

.dropdown:hover .dropdown-content {
  display: block;
  overflow:hidden;
  border-radius:5px;
  border: 2px solid;
  border-color:orange;
  background-color:#000;
  box-shadow: 0 20px 25px -5px rgba(79, 79, 79, 0.619),
    0 10px 10px -5px rgba(0, 0, 0, 0.02);
  font-family:Roboto;
    

}

.coverage-grid {
  display:flex;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  align-items: normal;
  

}

.coverage-item {
  padding: 1rem;
  width:100%;
  background: #f8f9fa;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #4B5563;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  align-items:center;
}


.coverage-item:hover  {
  border-color: #FF6B00;
  color: #FF6B00;
  transform: translateY(-2px);
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}


.h100 {
  font-size: 28px;
  white-space: nowrap;
}

.background {
  color: #000000;
}

.container-flex {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.mind-map {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  background: transparent;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.node {
  position: relative;
  background: transparent;
  color: #000000;
  padding: 20px 25px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  cursor: default;
  user-select: none;
  box-shadow: none;
  width: 100%;
  max-width: 200px;
  line-height: 1.2;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 15px auto;
  z-index: 1;
}

.node .icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.node h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.node.center {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 30px 35px;
  max-width: 260px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.node.center img {
  height: 200px;
  width: 300px;
}

.open-popup-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.open-popup-btn:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

@media (min-width: 992px) {
  .mind-map {
    width: 800px;
    height: 800px;
    padding: 0;
  }

  .node {
    position: absolute;
    margin: 0;
    width: fit-content;
    max-width: 180px;
  }

  .node.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .node.top {
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .node.right {
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }

  .node.bottom-right {
    bottom: 8%;
    right: 12%;
  }

  .node.bottom-left {
    bottom: 8%;
    left: 12%;
  }

  .node.left {
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
  }
}

@media (max-width: 768px) {
  .mind-map {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    padding: 30px;
    flex-direction: column;
  }

  .node {
    position: relative !important;
    transform: none !important;
    width: 100% !important;
    max-width: 150px !important;
    margin: 12px auto !important;
  }

  .node .icon img {
    height: 100px;
    width: 100px;
  }

  .node.center {
    font-size: 1.2rem;
    padding: 20px 25px;
    max-width: 200px;
  }

  .node.center img {
    height: 150px;
    width: 200px;
  }

  .open-popup-btn {
    position: static;
    margin: 10px auto;
    width: 200px;
    text-align: center;
  }

  .container {
    width: 100% !important;
    padding: 0 10px !important;
  }
}

@media (max-width: 576px) {
  .node .icon img {
    height: 80px;
    width: 80px;
  }

  .node.center img {
    height: 120px;
    width: 160px;
  }

  .open-popup-btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 180px;
  }
}

/* Marquee container styles */
.container-marquee {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
}

/*.marquee-container {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 10px;
  height: 300px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 60s linear infinite;
  align-items: center;
  gap: 20px;
  height: 200px;
}*/

/*.client-logo {
  height: 140px;
  max-height: 140px;
  width: auto;
  margin: 10px;
  vertical-align: middle;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(222, 220, 220, 0.1);
  object-fit: contain;
}*/

/* Responsive adjustments for marquee */
@media (max-width: 768px) {
  .container-marquee {
    padding: 15px 0;
  }

  .marquee-container {
    height: 250px;
    margin-bottom: 30px;
  }

  .client-logo {
    height: 100px;
    max-height: 100px;
    padding: 8px;
  }

  .marquee-content {
    height: 160px;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .container-marquee {
    padding: 10px 0;
  }

  .marquee-container {
    height: 200px;
    margin-bottom: 20px;
  }

  .client-logo {
    height: 80px;
    max-height: 80px;
    padding: 6px;
    margin: 5px;
  }

  .marquee-content {
    height: 120px;
    gap: 10px;
  }
}

/* Footer styles */
.footer {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  background-color: #F8F9FA;
  color: #999999;
}

.footer-container {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.container-fluid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Responsive adjustments for footer */
@media (max-width: 768px) {
  .footer {
    margin-top: 60px;
  }

  .footer-container {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .footer {
    margin-top: 40px;
  }

  .footer-container {
    margin-top: 40px;
  }
}

/* Ensure back-to-top button doesn't interfere */
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.container-flex {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.mind-map {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  background: transparent;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
}

.node {
  position: relative;
  background: transparent; /* Already set to transparent - this is good */
  color: #000000;
  padding: 15px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  cursor: default;
  user-select: none;
  box-shadow: none;
  width: 100%;
  max-width: 200px;
  line-height: 1.2;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.node .icon {
  margin-bottom: 8px;
}

.node.center {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 25px 30px;
  max-width: 260px;
}

@media (min-width: 992px) {
  .mind-map {
    position: relative;
    width: 800px;
    height: 800px;
    padding: 0;
  }

  .node {
    position: absolute;
    margin: 0;
    width: fit-content;
    max-width: 200px;
  }

  .node.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 220px;
  }

  .node.top {
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .node.right {
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }

  .node.bottom-right {
    bottom: 8%;
    right: 12%;
  }

  .node.bottom-left {
    bottom: 8%;
    left: 12%;
  }

  .node.left {
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
  }
}

@media (max-width: 991px) {
  .mind-map {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    padding: 20px;
  }

  .node {
    position: relative !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 10px auto !important;
  }

  .node.center {
    font-size: 1.4rem;
    padding: 20px 25px;
    max-width: 100%;
  }
}

.icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .container-flex {
    justify-content: center;
  }
}

body {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

.carousel-iso {
  max-width: 700px;
  height: 500px;
  margin: 20px auto;
}

.carousel-inner {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.image-gallery img {
  max-width: 400px;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s;
}

.image-gallery img:hover {
  transform: scale(1.1);
}

.open-popup-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 30px;
  font-size: 18px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
}

.open-popup-btn:hover {
  background-color: #45a049;
}
/*
.flip-card {
  perspective: 1000px;
  height: 300px;
  margin-bottom: 20px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  box-shadow: 0 4px 8px rgb(209, 121, 20);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  /*box-shadow: 0 4px 8px rgb(236, 111, 10);
}

.flip-card-front {
  background-color: #1a1a1a;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  background-color: #ff6f00;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.row.flip-card-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .flip-card {
    height: 250px;
  }

  .flip-card-front h4,
  .flip-card-back h5 {
    font-size: 1.2rem;
  }

  .flip-card-back p {
    font-size: 0.9rem;
  }
}
*/
.pulldown-menu {
  position: relative;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 120px;
  padding: 10px;
  display: inline-block;
  z-index: 10001;
}

.pulldown-menu img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease;
  object-fit: cover;
  background: url('https://via.placeholder.com/100x100/007bff/ffffff?text=Award') no-repeat center;
  background-size: cover;
}

.pulldown-menu img:hover {
  transform: scale(1.05);
}

.pulldown-item {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 269px;
  min-width: 269px;
  max-height: 300px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease, transform 0.3s ease;
  text-align: left;
  padding: 10px;
  z-index: 10002;
  user-select: text;
}

.pulldown-menu:hover .pulldown-item {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.pulldown-item:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.pulldown-item h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #343a40;
}

.pulldown-item p {
  margin: 0;
  color: #6c757d;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .timeline-dot {
    width: 40px;
    height: 40px;
  }

  .pulldown-menu {
    width: 100%;
    max-width: 120px;
  }

  .pulldown-menu img {
    width: 80px;
    height: 80px;
  }

  .pulldown-item {
    position: static;
    width: 269px;
    min-width: 269px;
    transform: none;
    visibility: hidden;
    opacity: 0;
    max-height: none;
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    margin: 5px auto;
    transition: opacity 0.3s ease;
    user-select: text;
    z-index: 10002;
  }
}

/* Existing mobile rules for About Us section */
.container-flex {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 0 10px;
}

.container {
  max-width: 100% !important;
  padding: 0 15px !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .container-flex {
    min-height: auto !important;
    height: auto !important;
    padding: 0 5px;
  }

  .row.g-4 {
    flex-direction: column;
    gap: 20px;
  }

  .col-12.col-lg-6 {
    width: 100% !important;
    padding: 0 10px;
  }

  .h-100.text-white.border-primary {
    border-radius: 20px;
    border-width: 2px;
    padding: 15px;
  }

  .bg-white.border-start.border-5 {
    border-radius: 8px;
    padding: 10px;
  }

  .display-6 {
    font-size: 1.8rem !important;
  }

  p.text-white {
    font-size: 1rem !important;
  }

  .row.g-3 {
    gap: 10px;
  }

  .col-12.col-sm-4 {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .fa-check.fa-2x {
    font-size: 1.5rem;
    margin-right: 8px;
  }

  h6.text-white {
    font-size: 0.9rem;
  }

  .position-relative.bg-black.overflow-hidden {
    min-height: 300px;
    border-radius: 20px;
  }

  img.position-absolute.w-100.h-100 {
    border-radius: 20px;
    border-width: 3px;
    box-shadow: 0 0,0,0px 0px 2px rgba(0,0,0,1);
  }

  .position-absolute.top-0.start-0.bg-black {
    width: 35%;
    max-width: 120px;
    height: 140px;
  }

  .d-flex.flex-column.justify-content-center.text-center.bg-primary {
    padding: 8px;
  }

  .d-flex.flex-column h1.text-white {
    font-size: 1.5rem !important;
  }

  .d-flex.flex-column h2.text-white {
    font-size: 1.2rem !important;
  }

  .d-flex.flex-column h5.text-white {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 576px) {
  .container-flex {
    padding: 0 !important;
  }

  .position-relative.bg-black.overflow-hidden {
    min-height: 250px;
  }

  .position-absolute.top-0.start-0.bg-black {
    width: 30%;
    max-width: 100px;
    height: 120px;
  }

  .d-flex.flex-column h1.text-white {
    font-size: 1.2rem !important;
  }

  .d-flex.flex-column h2.text-white {
    font-size: 1rem !important;
  }

  .d-flex.flex-column h5.text-white {
    font-size: 0.7rem !important;
  }
}

/* New mobile rules for Why Choose Us section */
@media (max-width: 768px) {
  .container-flex.border-primary.py-5 {
    min-height: auto !important;
    height: auto !important;
    padding: 20px 5px !important;
  }

  .row.g-5 {
    flex-direction: column;
    gap: 15px;
  }

  .col-12.col-lg-6 {
    width: 100% !important;
    padding: 0 10px;
  }

  .image-container img {
    max-height: 300px;
    border-radius: 8px;
  }

  .bg-black.border-primary.py-3.px-3 {
    border-radius: 8px;
    border-width: 2px;
    padding: 15px;
  }

  .content.bg-white.border-start.border-5 {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .display-5 {
    font-size: 1.8rem !important;
  }

  p.text-white.mb-4 {
    font-size: 1rem !important;
  }

  .row.gy-4.gx-3 {
    gap: 10px;
  }

  .col-12.col-sm-6 {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .fa-check.fa-1x {
    font-size: 1.2rem;
    margin-right: 8px;
  }

  h6.text-white.mb-0 {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .container-flex.border-primary.py-5 {
    padding: 15px 0 !important;
  }

  .image-container img {
    max-height: 250px;
  }

  .content.bg-white.border-start.border-5 {
    padding: 8px;
  }

  .display-5 {
    font-size: 1.5rem !important;
  }

  p.text-white.mb-4 {
    font-size: 0.9rem !important;
  }
}

/* Mobile-specific adjustments for coverage section and other elements */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .services-process .row {
    flex-direction: column;
    gap: 20px;
  }

  .services-process .col {
    width: 100%;
    padding: 0;
  }

  .coverage-section {
    padding: 2rem 0.5rem;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .support-card,
  .map-container {
    padding: 1.5rem;
  }

  .world-map {
    min-height: 200px;
  }

  .network-image {
    width: 100%;
    height: auto;
  }

  .coverage-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .coverage-item {
    font-size: 0.75rem;
    padding: 0.5rem;
  }

  .location-point {
    width: 10px;
    height: 10px;
  }

  .location-point::before {
    width: 20px;
    height: 20px;
  }

  h2.section-title {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .policy-text {
    font-size: 0.9rem;
  }

  .feature-item {
    padding: 0.75rem;
    font-size: 0.85rem;
  }

  .feature-icon {
    min-width: 24px;
    height: 24px;
  }

  header nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar .navbar-nav .nav-link {
    padding: 8px 0;
  }

  .carousel-caption {
    padding: 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    border-width: 8px;
  }

  .facts-overlay {
    padding: 15px;
  }

  .facts-overlay h1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .world-map {
    min-height: 150px;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  h2.section-title {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  .policy-text {
    font-size: 0.8rem;
  }

  .feature-item {
    font-size: 0.75rem;
  }

  .carousel-item {
    min-height: 300px;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
  }

  .footer .copyright {
    padding: 15px 0;
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .section-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1500px) {
  .map-container {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
  }
  .world-map {
    height: 70% !important;
  }
}