input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: black;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
footer {
  height: 90px;
  /* background-color: rgb(39, 30, 0, 0.5); */
  background-color: #262621 !important;
  color: #d4bf27 !important;
}

.home-bg {
  background-image: url("../images/home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 80% !important;
  max-width: 100% !important;
  padding-top: 4rem;
  padding-bottom: 4rem; /* Added bottom padding for consistent spacing */
}

.home-under-bg {
  /* background-image: url("../images/home-page-bottom.png"); */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgb(1, 0, 15);
  max-height: 100% !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .home-bg {
    padding-top: 3rem; /* Adjust padding for medium screens */
    padding-bottom: 3rem; /* Adjust bottom padding */
  }
}

@media (max-width: 768px) {
  .home-bg {
    padding-top: 2rem; /* Adjust padding for small screens */
    padding-bottom: 2rem; /* Adjust bottom padding */
  }
}

@media (max-width: 576px) {
  .home-bg {
    padding-top: 1rem; /* Minimal padding for extra-small screens */
    padding-bottom: 1rem; /* Minimal bottom padding */
  }
}
.home-container {
  padding-top: 2rem;
}
.contact-bg {
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100% !important;
  max-width: 100% !important;
}
.about-bg {
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  /* max-height: 100% !important; */
  /* max-width: 100% !important; */
}

.contact-form {
  width: 100%;
}
.input-container {
  width: 100%;

  height: 40px;

  /* opacity: 50%; */
}
.input-item {
  width: 100%;
  height: 100%;
  padding: 1.25rem 1rem; /* Adjust padding to align text properly */
  box-sizing: border-box; /* Ensure padding does not affect overall height */
  background-color: rgba(22, 22, 22, 0.5);
  color: rgb(190, 182, 182);
  outline: none;
  border: 1px white solid;
  font-size: 12px;
}
.input-item::placeholder {
  color: rgb(146, 143, 143);
  font-size: 12px;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
.section-end-line {
  height: 1px;
  background-color: rgb(100, 98, 98);

  width: 75%;
}

.input-file-container {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #6c757d; /* border-secondary */
  border-radius: 0.375rem; /* rounded-end */

  /* height: 100%; */
}

.upload-text {
  color: white;
  margin-right: auto;
  font-size: 14px;
}

.upload-button {
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #6c757d; /* border-secondary */
  cursor: pointer;
  text-align: center;
  background-color: #d4bf27;
}

.input-file-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.submit-btn {
  border-radius: 1rem !important;
}
.dropdown-menu {
  z-index: 10;
  opacity: 100%;
  background-color: rgb(44, 43, 43);
}
.dropdown-item {
  color: white !important;
}
.dropdown-item:hover {
  color: white !important;
  background-color: rgb(61, 60, 60);
}
.error-msg {
  font-size: 12px;
}

.loader {
  border: 4px solid rgba(243, 163, 4, 0.801);
  border-left-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
.verify-btn {
  background-color: #d4bf27;
}

.hm-heading {
  color: #d4bf27;
  font-weight: bolder;
}
.hm-sub-heading {
  color: #d4bf27;
  font-weight: 400;
}
.sub-heading-underline {
  background-color: #d4bf27;
  height: 1px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Loader Overlay Styles */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 12, 12, 0.8); /* Semi-transparent background */
  backdrop-filter: blur(1px); /* Blurring the background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* High z-index to cover the entire page */
}

/* Hide the loader by default */
.loader-overlay.hidden {
  display: none;
}
.about-fff {
  color: #d4bf27;
  border: 1px solid #d4bf27;
  border-radius: 30px;
  width: 40rem;
}

.custom-swal {
  background-color: rgba(42, 39, 39, 0.952);
  color: white !important;
  padding: 5px;
  font-size: 13px;
  box-shadow: gray;
  border-radius: 30px;
}
.custom-swal .swal-text {
  color: white;
}
.error-swal {
  background-color: rgba(42, 39, 39, 0.952);
  color: white !important;
  padding: 5px;
  font-size: 13px;
  box-shadow: gray;
  border-radius: 30px;
}
.error-swal .swal-text {
  color: white !important;
}
.error-swal .swal-title {
  color: white !important;
}
.sweet-confirm-btn {
  background-color: #d4bf27;
}
.sweet-confirm-btn:hover {
  background-color: #e9d356 !important;
}
textarea.rounded-pill {
  padding: 18px;
  resize: vertical;

  height: auto;
  min-height: 50px;
}

/* Adjustments for consistent appearance with input fields */
textarea.input-item {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .form-inner-container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .responsive-img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .responsive-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-inner-container {
    width: 30%;
  }
}
/* General Styles */
/* General Styles */
.home-button {
  background-color: rgba(42, 39, 39, 0.952);
  color: #d4bf27;
  border: 1px solid #d4bf27;
  text-align: center;
  margin: 10px; /* Space between buttons */
  min-width: 200px;
  max-width: 280px; /* Minimum button width */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}
.submit-btn-container {
  gap: 1rem; /* Adjust the gap as needed */
}

@media (max-width: 768px) {
  .submit-btn-container {
    flex-direction: column; /* Stack buttons vertically on small screens */
  }
}
.country-dropdown {
  /* Adjust padding to align text properly */
  box-sizing: border-box; /* Ensure padding does not affect overall height */
  background-color: rgba(22, 22, 22, 0.5);
  color: rgb(190, 182, 182);
  -webkit-appearance: none;
  border: 1px rgb(116, 116, 116) solid;
  font-size: 12px;
  height: 40px;
  outline: none;
  box-shadow: none;
}
.country-dropdown:focus {
  box-sizing: border-box; /* Ensure padding does not affect overall height */
  background-color: rgba(22, 22, 22, 0.5);
  color: rgb(190, 182, 182);
  -webkit-appearance: none;
  border: 1px rgb(85, 84, 84) solid;
  font-size: 12px;
  height: 40px;
  outline: none;
  box-shadow: none;
}
.country-dropdown option {
  background-color: rgb(44, 43, 43);
}
.sub-form-headers {
  color: #d4bf27;
}

.text-area-container {
  width: 100%;

  height: 60px;
}
.button-container {
  padding: 2rem;
  gap: 1rem; /* Adjust the gap as needed */
}

@media (max-width: 576px) {
  .button-container {
    flex-direction: column;
  }
}
.nav-buttons {
  background-color: rgba(42, 39, 39, 0.1);
  color: #d4bf27;
  border: 1px solid #d4bf27;
  text-align: center;
  margin: 10px; /* Space between buttons */
  min-width: 200px;

  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}
#visitor-count {
  color: #d4bf27 !important;
}
.dropdown-item:hover {
  background-color: #3b3510;
}
.overlay-brochure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(92, 86, 2, 0.9);
  background-size: 13px, 29px, 37px, 53px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease, visibility 1s ease; /* Smooth transition */
}

.overlay-brochure.show {
  opacity: 1;
  visibility: visible;
}
.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.close-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.dropdown-menu {
  position: relative;
  padding: 5px;
  border-radius: 10px;
  background-color: #2e2e2e;

  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  /* top: -9px; */
  right: 0px;
  /* border-width: 0px 19px 31px 17px; */
  border-style: solid;
  border-color: transparent transparent #2e2e2e transparent;
}
.dropdown a {
  outline: none;
  border: 0; /* Removes the default focus outline */
  text-decoration: none;
}

.dropdown a:focus {
  outline: 2px solid #000; /* Custom focus outline */
  outline-offset: 2px;
}
.flip-control {
  position: relative;
  text-align: center;
  top: 95%;
}
.flip-control #prev {
  background-image: url(images/pics/arrows.png);
  background-position: -4px 284px;
  background-repeat: no-repeat;
}

/* Sectors Style */
.sectors-dropdown {
  display: flex !important;
  justify-content: center !important;
}

.sectors-dropdown .dropdown{
  background-color: rgba(42, 39, 39, 0.1);
    color: #d4bf27;
    border: 1px solid #d4bf27;
    text-align: center;
    margin: 10px;
    /* min-width: 200px; */
    transition: background-color 0.3s, color 0.3s;
    border-radius: 50rem !important;
}

.image-container {
  position: relative;
  /* padding: 30px; */
}
.image-container::after {
  content: '';
  border-radius: 10px;
  border: 1px solid #d4bf27;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: conic-gradient(
    from var(--from),
    var(--color1),
    var(--color2) var(--distance),
    transparent var(--distance)
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--border)),
    #fff calc(100% - var(--border) + 1px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--border)),
    #fff calc(100% - var(--border) + 1px)
  );
}
.image-container img {
  border-radius: 10px;
  display: block;
}

.sectors-options {
  background-color: inherit !important;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 20px 0;
}
.text-container {
  width: 60%;
}

.video-container video {
  max-width: 50%;
  height: auto;
  border-radius: 8px; /* optional: gives rounded corners */
}
@media (max-width: 768px) {
  .video-container video {
    max-width: 100%;
  }
}

.custom-flex {
  display: flex;
  flex-direction: row; /* Default for large screens */
  flex-wrap: wrap;
}

/* Change to column on small screens */
@media (max-width: 768px) {
  .custom-flex {
    flex-direction: column;
  }
  .text-container {
    width: 100% !important;
  }
  .video-container {
    width: 80% !important;
  }
}