body {
  font-family: 'Poppins', sans-serif;
  background-color: #1E1D2A;
  color: #fff;
}

.title {
  text-align: left;
  margin-bottom: 5%;
  color: #fff;
  position: relative;
  font-size: 24px;
  font-weight: 400;
}

.title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #E76408;
  margin-top: 5px;
  border-radius: 2px;
}

.max-width {
  max-width: 1360px;
  margin: auto;
  padding: 0 20px;
}

.main-container>div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* Ensures sections are aligned */
  gap: 0;
  /* Removes spacing between sections */
}

.contactus-page .main-container {
  background-color: transparent;
}

.contactus-page .card img {
  position: absolute;
  top: -15px;
  right: -0;
  width: 57px;
  height: 61px;
}

.social-media {
  padding: 12px;
  display: flex;
  background-color: #303240;
  border-radius: 30px 0 0 30px;
  border-top: 10px;
  /* height: 500px; */
  opacity: 0.9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.social-media-container {
  width: 6%;
  position: absolute;
  top: calc(50% - 230px);
  left: 0px;
  height: 66px;
}

.social-divider {
  width: 40px;
  /* or match your container width */
  height: 1px;
  background-color: #979591;
  opacity: 0.5;
}

.social-media a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #121212;
  transition: background-color 0.3s ease;
}


.card-container {
  width: 44%;
  height: fit-content;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  background-color: var(--div-background-darkmode);
  border-radius: 30px;
}

.contactus-page .zero-state {
  justify-self: center;
  text-align-last: center;
}

.contactus-page .zero-state h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-text-darkmode);
}

.contactus-page .zero-state p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--text-white-darkmode);
}

.contactus-page .card {
  width: 100%;
  background-color: #FEFEFE0D;
  padding: 2px 18px;
  border-radius: 20px;
  color: #fff;
  gap: 10px;
  position: relative;
  /* Allows absolute positioning of the logo */
  box-shadow: none;
  height: 250px;
  display: flex;
  justify-content: flex-start;
}

.card-logo {
  position: absolute;
  top: -10px;
  /* Adjust as needed */
  right: -5px;
  /* Adjust as needed */
  width: 50px;
  /* Adjust size as needed */
  height: auto;
  /* Maintain aspect ratio */
  border-radius: 0px 20px 0px 20px;
}

.contactus-page .card h5,
.contactus-page .card h4 {
  color: #979591;
  font-size: 17px;
  font-weight: 500;
}

.contactus-page .card h4 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
  padding-top: 0;
}

.contactus-page .card p {

  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px
}

.contactus-page .card subtext {
  color: #979591;
  font-size: 18px;
  font-weight: 500px;
}

.map-container {
  position: relative;
  margin: 0;
  /* Aligns with other sections */
}


.map-container iframe {
  width: 100%;
  height: 476px;
  /* Matches height with social media */
  border-radius: 0px 30px 30px 0px;
  /* Removes rounded corners */
  border: none;
}

.map-container1 {
  margin-top: 56px;
  width: 56%;
}

.working-hours {
  margin-top: 2px;
  color: #fff;
  background-color: rgba(0, 130, 160, 0.15);
  padding: 12px;
  border-radius: 8px;
  margin-left: 0px;
  margin-bottom: 20px;
}

.divider {
  height: 1px;
  /* Adjust height as needed */
  background-color: #979591;
  width: 100%;
  opacity: 50%;
}

.nav-section {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  border-bottom: 0.5px solid #6C737FB2;
  /* Divider line */
}

.nav-link {
  width: auto;
  /* Fixed width for buttons */
  height: 34px;
  /* Fixed height for buttons */
  padding: 5px 15px;
  /* Adjust padding for spacing */
  margin-right: 10px;
  /* Space between links */
  background-color: #FFFFFF0D;
  /* Background color when not active */
  color: #979591;
  /* Text color for inactive links */
  text-decoration: none;
  border-radius: 7px 7px 0px 0px;
  /* Rounded top corners */
  display: flex;
  /* Flexbox for alignment */
  align-items: center;
  /* Center text vertically */
  justify-content: center;
  /* Center text horizontally */
  gap: 10px;
  /* Gap between elements inside the button */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transitions for hover effects */
  font-size: 20px;
}

.nav-link.active {
  background-color: #0082A0;
  /* Active state background color */
  color: #fff;
  /* Active state text color */
  border-radius: 7px 7px 0px 0px;
  /* Keep corners consistent */
}

.nav-link:hover {
  color: inherit;
  /* Keep the text color the same as the default */
}

.accordion .card-header {
  padding: 0;
  color: #CED2DD;

}

.acc-card button,
.acc-card button:focus,
.acc-card button:hover {
  color: #CED2DD;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  width: 100%;
  background-color: rgba(45, 48, 66, 1);
  padding: 20px 15px;
  border-radius: 12px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.acc-card button::after {
  content: "+";
  float: right;
  scale: 1.4;
}

#accordion1 {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(400px, 1fr);
  /* Set minimum width */
  gap: 32px;
  /* Increase gap between columns */
  width: 100%;
}

.inner-faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 630px;
  /* Set minimum width */
}

.accordion .card-header button:not(.collapsed) {
  background-color: rgba(0, 72, 88, 1);
}


.accordion .card-body {
  background-color: rgba(0, 118, 146, 1);
  color: #CED2DD;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  margin-top: -10px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  word-wrap: break-word;
}

.accordion .acc-card {
  margin-bottom: 15px;
  width: 100%;
}

.faq-block {
  width: 100%;
  display: flex;
  margin-top: 20px;
  padding: 0 20px;
}

.accordion-column {
  width: 100%;
  position: relative;
}

.form-container {
  width: 100%;
  height: auto;
  padding: 30px 25px;
  gap: 40px;
  border-radius: 30px;
  background-color: #252736;
  margin-top: 20px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: auto;
}

.field {
  width: 100%;
  height: 56px;
  position: relative;
  gap: 20px;
}

.field input,
.field select {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: transparent;
  border: 0.5px solid rgba(151, 149, 145, 0.5);
  border-top-color: transparent;
  outline: none;
  font-size: 16px;
  color: var(--text-white-darkmode);
  transition: all 0.3s ease;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  position: relative;
  z-index: 0;
}

/* Create pseudo-element for top corners */
.field input::before,
.field select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(151, 149, 145, 0.5);
  mask: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0px,
      rgba(0, 0, 0, 1) 10px,
      transparent 10px,
      transparent calc(100% - 10px),
      rgba(0, 0, 0, 1) calc(100% - 10px),
      rgba(0, 0, 0, 1) 100%);
  -webkit-mask: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0px,
      rgba(0, 0, 0, 1) 10px,
      transparent 10px,
      transparent calc(100% - 10px),
      rgba(0, 0, 0, 1) calc(100% - 10px),
      rgba(0, 0, 0, 1) 100%);
}

.field input:hover,
.field input:focus,
.field select:hover,
.field select:focus {
  border: 0.5px solid white;
  border-radius: 8px;
  background-color: transparent;
}

/* Style the select dropdown */
.field select option {
  background-color: #252736;
  color: white;
}

.field label {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 14px;
  color: #979591;
  font-weight: 500;
  padding: 0 5px;
  background-color: #252736;
  z-index: 1;
}

.field1 {
  width: 100%;
  height: 56px;
  position: relative;
  gap: 20px;
}

.field1 input,
.field1 select {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: transparent;
  border: 0.5px solid rgba(151, 149, 145, 0.5);
  /* border-top-color: transparent; */
  outline: none;
  font-size: 16px;
  color: var(--text-white-darkmode);
  transition: all 0.3s ease;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  position: relative;
}

/* Create pseudo-element for top corners */
.field1 input::before,
.field1 select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(151, 149, 145, 0.5);
  mask: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0px,
      rgba(0, 0, 0, 1) 10px,
      transparent 10px,
      transparent calc(100% - 10px),
      rgba(0, 0, 0, 1) calc(100% - 10px),
      rgba(0, 0, 0, 1) 100%);
  -webkit-mask: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0px,
      rgba(0, 0, 0, 1) 10px,
      transparent 10px,
      transparent calc(100% - 10px),
      rgba(0, 0, 0, 1) calc(100% - 10px),
      rgba(0, 0, 0, 1) 100%);
}

.field1 input:hover,
.field1 input:focus,
.field1 select:hover,
.field1 select:focus {
  border: 0.5px solid white;
  border-radius: 8px;
}

/* Style the select dropdown */
.field1 select option {
  background-color: #252736;
  color: white;
}

.field1 label {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 14px;
  color: #979591;
  font-weight: 500;
  padding: 0 5px;
  background-color: transparent;
  z-index: 1;
}

.field1 label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: var(--background-darkmode) !important;
  z-index: -1;
}

.submit-button {
  width: 223px;
  height: 47px;
  background-color: #0082A0;
  border: none;
  border-radius: 55px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: white;
  margin-top: 24px;
}

.submit-button:hover {
  background-color: #095c7a;
}

.locate-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
  margin-top: 20px;
}

.locate-options {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}


.option-label {
  color: #979591;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.contactus-page .field1 input,
.field1 select {
  border-top: 0.5px solid rgba(151, 149, 145, 0.5);
}

.field1 label {
  background: var(--background-darkmode) !important;
}

.option-label input[type="radio"] {
  accent-color: #979591;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  appearance: none;
  border: 2px solid #979591;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}

/* Styling for selected radio button */
.option-label input[type="radio"]:checked {
  border: 2px solid #54ABBF;
  background-color: transparent;
}

.option-label input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #54ABBF;
}

/* Styling for text when radio is selected */
.option-label input[type="radio"]:checked+span {
  color: var(--text-white-darkmode);
}

.locate-card-body {
  background-color: var(--div-background-darkmode);
  background-image: url('/assets/images/cardbg.png');
  /* Ensure the path is correct */
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 25px 25px 30px 25px;
  color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.locate-card-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;

}

.locate-card header {
  color: #54ABBF;
  font-size: 24px;
  font-weight: 400;
  padding: 5px;
  margin-bottom: 15px;
  /* Add space below the header */
}

.locate-card subtitle {
  color: grey;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
  /* Make subtitle a block element */
  margin-bottom: 20px;
  /* Add space below the subtitle */
}

.locate-card p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  /* Add space below paragraphs */
}

.locate-map,
.locate-map a {
  color: #8AC6D3;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: auto;
  position: relative;
  /* Ensure positioning context for the logo */
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0px;
}

.map-divider {
  display: block;
  background-color: rgba(151, 149, 145, 0.5);
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}

/* Add gradient effect on hover - fading to blue */
.locate-map:hover .map-divider {
  background: linear-gradient(to right,
      rgba(0, 130, 160, 0),
      #0082A0);
  height: 1px;
}

/* Ensure the hover effect works when hovering over the text */
.locate-map .map-text:hover+.map-divider {
  background: linear-gradient(to right,
      rgba(0, 130, 160, 0),
      #0082A0);
  height: 1px;
}

.pos-divider {
  background-color: rgba(151, 149, 145, 0.5);
  /* Set initial color */
  height: 1px;
}

.map-text {
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease;
}

.map-text:hover {
  color: #54ABBF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.locate-map:hover .map-text+.map-divider {
  /* Apply hover effect on the map divider when hovering over locate-map */
  background-color: #0082A0;
  /* Change to the desired color on hover */
}

.locate-map .map-text:hover+.map-divider {
  /* Ensure the hover effect works when hovering over the text */
  background-color: #0082A0;
  /* Change to the desired color on hover */
}

.locate-map .map-text:hover+.map-divider+.logo {
  /* Show the logo when hovering over the text */
  display: block;
  /* Ensure the logo is displayed */
}

.locate-map .logo {
  /* Add logo styling */
  display: none;
  /* Initially hidden */
  position: absolute;
  /* Position it at the right end of the divider */
  right: -10px;
  /* Align to the right of the divider */
  bottom: -5px;
  transform: translateY(-50%);
  /* Center vertically */
}

.locate-map:hover .logo {
  /* Show logo on hover of locate-map */
  display: block;
  /* Show logo on hover */
}

.arrow-icon {
  width: 40px;
  height: 40px;
  stroke: #54ABBF;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 0px;
  transition: transform 0.3s;
  transform: rotate(315deg);
}

.locate-map:hover .arrow-icon {
  transform: translateX(5px) rotate(0deg);
}

/* Update map-text to properly align with arrow */

/* MFD Card Styles */
.mfd-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0px;
}

.mfd-card {
  background-color: #252736;
  padding: 25px;
  border-radius: 30px;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  gap: 20px;
  width: 100%;
}

.card-title {
  font-size: 24px;
  font-weight: 400;
  color: #54ABBF;
}

.field-container {
  display: flex;
  flex-direction: column;
}

/* Left-aligned fields */
.field-name {
  width: 100%;
  color: #979591;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.field-value {
  color: #ffffff;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

/* Right-aligned fields */
.field-name1 {
  width: 100%;
  color: #979591;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.field-value1 {
  color: #ffffff;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

/* Email field */
.field-container[style*="flex-direction: column"] {
  width: 100%;
}

.bottom-image-container {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bottom-image {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  /* .contactus-page .card {
    height: auto;
  } */
}