/*======================== Calling Fonts ========================*/
@font-face {
  font-family: "BLOVERLY";
  src: url("../../fonts/BLOVERLY.ttf") format("truetype");
  font-weight: normal;
}
/*======================== Calling Fonts ========================*/

/* =======================Main Styles======================= */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Ensure full-page overlay */
}
body {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../../images/ContactUs.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100vh;
  width: 100%;
  transition: background 0.3s ease; /* Smooth transition for background change */
}

/* =======================Main Styles======================= */

/* =======================Header Section Styles======================= */

.logo {
  max-width: 100%;
  height: auto;
  display: block;
}

.nav-link {
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
  transition: color 0.3s ease;
}

.navbar-toggler {
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .header-section {
    padding: 1rem 2rem;
  }
  main {
    width: 100%;
  }
  .strong-text-contact-section {
    text-align: left !important;
  }

  .contact-us-section .container {
    padding-top: 6rem;
  }
}
/* =======================Header Section Styles======================= */

/* =======================Overlay Section Styles======================= */
/* Add the following styles to your existing styles */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #565656; /* Dark background color with transparency */
  cursor: pointer;
  z-index: 1;
  display: none; /* Hide by default */
}

.overlay-content {
  height: 100%;
}

.mobile-menu-list {
  margin-top: 5rem;
  margin-left: 2rem;
  list-style: none;
}

.mobile-menu-list li {
  margin-bottom: 15px;
}

.mobile-menu-list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.06em;
  color: #ffffff;
  text-decoration: none;
}

.overlay-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #cbc9c9 !important;
  font-size: 1.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: inherit;
}

/* Retain the existing #overlay and #text styles */
#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.close-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #888;
  position: absolute;
  top: 10px;
  right: 60px;
  font-size: 41px;
}

.close-btn:hover {
  color: #555; /* Change color on hover if needed */
}
.btn-menu {
  border: none !important;
}
/* =======================Overlay Section Styles======================= */

/* =======================Contact Us section Section Styles======================= */
.contact-us-section {
  display: flex;
  align-items: center;
  padding: 1rem 22rem;
  padding-top: 6rem;
  height: 100vh;
}

/* Add this CSS to your existing styles */
.line-strong-text::before {
  content: "";
  display: inline-block;
  width: 60px; /* Adjust the width as needed */
  height: 3px; /* Adjust the height as needed */
  background-color: #d9d9d9; /* White color */
  margin-right: 10px; /* Adjust the spacing between the line and text as needed */
  width: 87px;
  height: 5px;
}

.contact-us-inputs {
  width: 100%;
  height: 60px;
  background-color: inherit;
  border: none !important;
  border-bottom: 0.5px solid #7d7d7d !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14.4611px;
  letter-spacing: -0.05em;
  color: #848484;
  background-color: auto;
  font-family: "Inter Tight", sans-serif;
}

textarea {
  height: 40px;
  resize: none;
  margin-bottom: 0;
  font-family: "Inter Tight", sans-serif;
}

.contact-us-inputs:focus {
  background-color: #212021;
  outline: none !important;
}
.contact-us-inputs::placeholder {
  color: #848484;
}

.strong-text-contact-section {
  font-family: "BLOVERLY";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.address-text,
.support p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-family: "Inter Tight", sans-serif;
}
.address {
  margin-bottom: 3rem;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #a9a9a9;
  font-family: "Inter Tight", sans-serif;
}

.btn-submit {
  width: 181px;
  height: 42px;
  background-color: #5e5c5e;
  border: 1px solid #5e5c5e;
  border-radius: 5.48465px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.6257px;
  line-height: 16px;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-family: "Inter Tight", sans-serif;
}
.btn-submit:hover {
  background-color: #4c4a4c; /* Change to your desired hover background color */
  border-color: #4c4a4c; /* Change to your desired hover border color */
  color: #ffffff; /* Change to your desired hover text color */
}

@media (max-width: 768px) {
  .contact-us-section {
    padding: 6rem 2rem;
    margin-top: 5rem !important;
    background-color: inherit;
  }
  .contact-us-section .col-md-4 {
    text-align: left !important; /* Align text to the left on smaller screens */
    margin-top: 1rem; /* Adjust the margin top for smaller screens */
    align-items: start !important;
  }

  .contact-us-section .strong-text-contact-section {
    font-size: 40px; /* Adjust the font size of strong text on smaller screens */
  }
  .address-text,
  .support p {
    font-size: 20px;
    font-family: "Inter Tight", sans-serif;
  }
  .empty-col {
    display: none !important;
  }
  .small-text-container {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    width: 100%;
    margin-top: 1rem;
    text-align: left;
    font-family: "Inter Tight", sans-serif;
  }
  .small-text-container p {
    text-align: left;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
  }
  .support {
    margin-top: -3rem;
    font-family: "Inter Tight", sans-serif;
  }
  .line-strong-text::after {
    margin: 0 10px;
  }
}
/* =======================Contact Us section Section Styles======================= */
.mobile-text {
  display: none;
}
@media (max-width: 768px) {
  .mobile-text {
    display: block;
  }
  .pc-text {
    display: none !important;
  }

  .line-strong-text::after {
    content: "";
    display: inline-block;
    width: 60px; /* Adjust the width as needed */
    height: 5px; /* Adjust the height as needed */
    background-color: #d9d9d9; /* White color */
  }
  .line-strong-text::before {
    width: 0; /* Adjust the width for mobile */
    height: 0; /* Adjust the height for mobile */
    margin-right: -10px !important;
  }
}
.address-support {
  font-family: "Inter Tight", sans-serif;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #a9a9a9 !important;
}

/* Mobile styles */
@media (min-width: 1200px) and (max-width: 1280px) {
  .contact-us-section {
    padding: 8rem 8rem !important;
    margin-top: 0rem !important;
  }
}
/* Hedaer style md screen */

/* Hedaer style tab screen */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-us-section {
    padding: 5rem 4rem !important;
    margin-top: 0rem !important;
  }
}


/* Hedaer style tab screen */

/* Hedaer style mobile screen */
@media (max-width: 767px) {
  .contact-us-section {
    margin-top: 5rem !important;
    padding: 5rem 1rem !important;
  }
  .address-text, .support p {
{
  margin: 10px 0;
}
}
/* Hedaer style mobile screen */
/* Mobile styles */
