.exploreServiceRegions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 300px 100px 218px;
  position: relative;
  background-image: url(../img/windmill.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.exploreServiceRegions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 1;
}

.exploreServiceRegions .OSRcontainer {
  position: relative;
  z-index: 2;
}

* {
  margin: 0;
  padding: 0;
}

.exploreServiceRegions .OSRcontainer h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 124%;
  margin: 0;
  color: #fff;
}

.exploreServiceRegions .OSRcontainer p {
  font-weight: 400;
  font-size: 20px;
  line-height: 124%;
  margin: 0;
  margin-top: 24px;
  color: #fff;
}

@media (max-width: 768px) {
  .exploreServiceRegions {
    padding: 64px 16px;
    min-height: unset;
    margin-top: 65px;
  }

  .exploreServiceRegions .OSRcontainer h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 16px;
  }

  .exploreServiceRegions .OSRcontainer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-top: 16px;
  }

}

/* //image banner */
/* .imageBanner {
  position: relative;
  background-image: url(../img/windmill.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.imageBanner h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 124%;
  text-align: center;
  color: #fff;
  padding: 194px 92px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .imageBanner h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    padding: 48px 20px;
  }
} */

/* port Section */

.portSection {
  padding: 56px 100px;

}

.portSection .portContainer .portContainer-title {
  font-weight: 600;
  font-size: 48px;
}
.portSection .portContainer .portContainer-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}

.portSection .tabs {
  display: flex;
  gap: 56px;
  padding-top: 56px;
}
.tabWrap {
  width: 100%;
}
@media (max-width: 768px) {
  .portSection {
    padding: 16px 16px;
  }

  .portSection .tabs {
    display: block;
    padding-top: 16px;
  }

  .portSection .portContainer .portContainer-title {
    font-weight: 500;
    font-size: 24px;
  }
  .portSection .portContainer .portContainer-desc {
    font-size: 16px;
    margin-top: 10px;
  }

}

.portSection .category-nav {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .portSection .category-nav {
    max-width: 341px;
  }
}

.portSection .category-nav li {
  transition: all 0.2s ease;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.portSection .category-nav li span {
  display: block;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  color: #000000;
  transition: all 0.2s ease;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

@media (min-width: 769px) {
  .portSection .category-nav li span {
    background: transparent;
    font-size: 18px;
  }
}

.portSection .category-nav li.active span {
  background: rgba(42, 43, 119, 0.0784313725);
  color: #2a2b77;
}

.portSection .category-nav .disabled {
  background: rgba(42, 43, 119, 0) url("../img/chevron_down.svg") no-repeat 98% center;
}

.portSection .category-nav .disabled:hover {
  background: rgba(42, 43, 119, 0.0784313725) url("../img/chevron_down.svg") no-repeat 98% center;
}

.portSection .category-nav .disabled.submenu-active {
  background: rgba(42, 43, 119, 0.04) url("../img/chevron_up.svg") no-repeat 98% center;
}

.portSection .category-nav ul>li:hover>span {
  color: #2a2b77;
}

.portSection .category-nav dl {
  margin: 0;
}

.portSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portSection ul li {
  position: relative;
}

.portSection h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 14px 0px;
}

.portSection h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 14px 0px;
}

.portSection .tabWrap>.tab {
  display: none;
}

.portSection .tabWrap>.tab .modal-header {
  display: none;
}

.portSection .tabWrap>.tab .close-tab {
  display: none;
}

@media (max-width: 768px) {
  .portSection .tabWrap>.tab .close-tab {
    /* position: absolute;
    right: 12px;
    top: 15px; */
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/close-iconm.svg") no-repeat center center;
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 11;
  }

  .portSection .tabWrap>.tab .modal-header {
    /* display: block; */
    z-index: 9999;
    top: -6px;
    left: 0;
    right: 0;
    position: sticky;
    padding: 5px 10px 5px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
}

.portSection .tabWrap>.tab.active {
  display: block;
}

@media (max-width: 768px) {
  .portSection .tabWrap>.tab.active {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 100vh;
    z-index: 20;
    overflow: auto;
    padding: 5px 0 15px 0;
  }

  .portSection .tabWrap>.tab.active .tabScroll {
    height: 100vh;
    padding-right: 0;
    overflow: auto;
  }
}

.portSection .tabWrap h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px 0px;
}

@media (min-width: 769px) {
  .portSection .tabWrap h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .portSection .tabWrap .paddWrap {
    padding: 14px 16px 0;
  }

  .portSection .tabWrap h2 {
    position: sticky;
    z-index: 10;
    background: #fff;
  }
}

.portSection .tabWrap p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 24px 0;
}

@media (min-width: 769px) {
  .portSection .tabWrap p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 32px 0;
  }
}

/* filter section */

.portFilterAndAddress {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .portFilterAndAddress {
    flex-direction: column-reverse;
  }
}

.filter-container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 768px) {
  .filter-container {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding: 0 12px 12px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .filter-container>* {
    flex-shrink: 0;
  }

  .tabScroll {
    height: 100%;
    overflow-y: auto;
  }
}


select {
  padding: 12px 32px 12px 12px;
  /* Increased right padding for arrow space */
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: white;
  background-image: url("../img/chevron_down.svg");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 48px;
  min-width: 25%;
  font-size: 16px;
}

/* Remove default arrow in IE */
select::-ms-expand {
  display: none;
}

.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 48px;
}

.toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleSlider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.3s;
}

.toggleSlider:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked+.toggleSlider {
  background-color: #37b5e8;
}

input:checked+.toggleSlider:before {
  transform: translateX(20px);
}

/* contact card styles */

.contact-card {
  background-color: #0d0f28;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.contact-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.contact-header img {
  width: 32px;
  height: 32px;
}

.contact-header h3 {
  margin: 0 !important;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
}

.contact-header span {
  font-size: 12px;
  color: #58a6ff;
}

.contact-info {
  width: 100%;
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    gap: 16px;
  }

  .contact-info .address-section:not(:last-child)::after {
    display: none;
  }
}

.contact-info div {
  display: flex;
  align-items: center;
  gap: 8px;

}

.address-section {
  padding: 0 12px 0 0px;
  position: relative;
}

.address-section:nth-child(2) {
  padding-left: 0;
}

.contact-info .address-section:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact-info img {
  width: 24px;
  height: 22px;
}

@media (max-width: 768px) {
  .contact-info img {
    width: 33px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .contact-card {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    position: relative;
    gap: 20px;
  }

  .contact-header,
  .contact-info {
    /* min-width: 50%; */
    /* flex: 1; */
  }
}

.detail-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
}

.detail-section .des {
  font-size: 14px;
  font-weight: 400;
}

.detail-section .head {
  font-size: 14px;
  font-weight: 600;
}


/* port card */
.port-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #1C33541F;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 150px;
}

.header img {
  width: 32px;
}

.title {
  font-size: 18px;
  font-weight: bold;
}

.subtitle {
  font-size: 12px;
  color: gray;
}

.features {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
  min-width: max-content;
  height: fit-content;
  width: 100%;
  text-align: center;
}

.full-service {
  background: #FFF1F2;
  color: #90001E;
}

.agency {
  background: #DB7923;
  color: white;
}

.basic {
  background: #EAF6FF;
  color: #07507D;
}

/* Mobile Layout */
@media (max-width: 768px) {
  .port-card {
    flex-direction: column;
    position: relative;
  }

  .header-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .badges {
    margin-left: 0;
    position: absolute;
    top: 20px;
    right: 16px;
  }

  .badge {
    width: unset;
  }

  .agency {
    position: absolute;
    top: calc(-100% - 7px);
    left: calc(-100vw - -162px);
  }

  .features {
    margin-top: 12px;
  }
}

/* @media (min-width: 768px) {  

  header nav a {
    color: #000;
  }

  .is-sticky nav a {
    color: #fff;
  }

  header .logo img {
    filter: invert(1);
  }

  .is-sticky .logo img {
    filter: invert(0);
  }
} */

