/* * {
    font-family: serif;
} */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


body {
  overflow-x: hidden;

}

.nav-link:hover {
  color: #fbbf55 !important;
}

.navbar-custom {
  background-color: rgba(229, 231, 235, 0.154);
  backdrop-filter: blur(16px);
}

.dropdown-menu {
  min-width: 250px;
}

.dropdown-item {
  display: flex;
  align-items: center;
}

.dropdown-item img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-overlay {
  background: rgba(36, 36, 36, 0.606);
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.navbar-toggler {
  border: 2px solid #fbbf55 !important;
  background-color: #fbbf55 !important;
  color: white !important;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler[aria-expanded="true"] {
  border-color: #fbbf55 !important;
  /* Keep the gold border */
  background-color: #fbbf55 !important;
  /* Keep gold background */
  outline: none !important;
  /* Remove outline */
  box-shadow: none !important;
  /* Ensure no white border */
}

.max-width-50 {
  max-width: 60%;
}

.bg-gold {
  background-color: #fbbf55;
}

.hero-section {
  min-height: 100vh;
}

#mainContent {
  margin-top: 12vh;
  z-index: 9;
}

.brief_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2rem;
  color: white;
  background: #000000;
}

.Make-enquiry-heading {
  font-size: 35px;
  color: white;
}

.brief_div .card {
  /* width: 300px; */
  /* background-color: red; */
  height: 250px;

}

.page-title h1 {
  color: white;
}

.brief_div .card p,
h2 {
  font-family: 'Poppins';
}

.row p {
  color: #4B5563;
  /* height: 100px; */
}

.row b {
  color: black;
  height: 100px;
  font-weight: 300;
}

/* arc-images */

.arc-image {
  display: none;
}


.step-img {
  min-height: 100vh;
  width: 100%;
  background-image: url('../assests/Hajj/step-by-step-bg-mainimg.png');
  background-position: center;
  background-size: cover;
  /* Full screen cover karega */
  /* background-position: center; */
  /* Image center me rahe */
  background-repeat: no-repeat;
  /* padding-bottom: 2vw; */
  /* Repeat na ho */

}

.step-guide {
  text-align: center;
  /* background-image: url('../assests/Hajj/step-by-step-bg-mainimg.png'); */
  width: 100%;
  /* Puri viewport height le */
  display: flex;

}

.text {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.text h1,
p {
  z-index: 99;
  position: relative;
  color: black;
  margin: 10px 0;
}

.umrah-ritual-paragraph {
  font-family: 'Poppins';
  color: white;
  font-weight: normal;

}

.umrah-list,
ul li {
  font-family: 'Poppins';
}

.btn-explore {
  border-radius: 10px;
  border: none;
  font-family: 'Playfair';
}

.first,
.second,
.third {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* gap: 45px; */
  /* margin-left: 4%; */
  /* margin-top: 25px; */
  margin-left: 0 !important;
  /* Extra margin remove karega */

}


.step-guide .text h1,
p {
  font-size: 35px;
  color: white;
  font-family: 'Playfair';

}

.first .card {
  margin-left: 3%;

}

.first img {
  height: 25%;
  width: 50%;
}



.second,
.third {
  margin-top: 9%;

  /* text-align: center; */
}

.third {
  padding: 25px 0;
}

.parent-image .card {
  height: 450px;
  width: 350px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  /* background-color: red; */
  border: none;
  /* justify-content: start; */

}

.parent-image .card ul li,
p {
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
}


.parent-image h2,
h1 {
  font-family: 'Playfair';
  margin-top: 2vw;
  font-weight: 600;
  font-size: 18px;
  color: #FEC00F;

}

.parent-image .card ul {
  margin-top: 1vw;
}

.parent-image .card img {
  height: 100px;
  padding: 10px;
  width: 100px;
  background-color: white;
  object-fit: cover;
  border-radius: 25px 25px 30px 0px;

}

.parent-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 9% 5px;

  /* padding-left: 5%; */

}

.parent-image img {
  height: 200px;
  width: 250px;

}

.first {
  width: 100%;
  /* background-color: red; */
}


.Gallery-container {
  background-image: url('../assests/gallery/gallery-bgimg.jpg');
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Gallery-container-overlay {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.705);
  top: 0;
  bottom: 0;

}

.Gallery-container h2 {
  /* background-color: red; */
  /* margin-top: -5%; */
  transform: translateY(-80%);
  color: white;
  font-weight: 700;
  font-size: 55px;
  font-family: 'Playfair';
}

.gallery-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.gallery-images {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.gallery-images img {
  height: 300px;
  width: 250px;
  border-radius: 20px;
  object-fit: cover;
  margin: 0 10px;
}

.gallery-images .big-img {
  position: relative;
  height: 450px;
  width: 100%;
  /* display: block; */
  z-index: 99;

}

.gallery-images img:nth-child(2) {
  height: 350px;
  position: relative;
  left: 2%;
}

.gallery-images img:nth-child(1) {
  position: relative;
  left: 10%;
}


.gallery-images img:nth-child(4) {
  height: 350px;
  position: relative;
  right: 5%;
  z-index: 9;

}

.gallery-images img:nth-child(5) {
  position: relative;
  right: 12%;

}

.center-image-div {
  background-image: url('../assests/gallery/gallery-bgimg.jpg');
  background-size: cover;
  border-radius: 20px;
  height: 430px;
  width: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid black; */
  /* background-color: blue; */
  z-index: 99;
}

.center-icon {
  transform: translate(-50%, 0);
  width: 60px !important;
  /* Adjust as per need */
  height: 60px !important;
  /* Adjust as per need */
  z-index: 99;

}




.Gallery-container button {
  background-color: rgba(128, 128, 128, 0.695);
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}


.Gallery-container button:hover {
  background-color: gray;
}


.btn {
  position: relative;
  /* bottom: 5%; */
  /* left: 50%; */
  /* transform: translateX(-45%); */
  display: flex;
  gap: 20px;
  top: 5%;
}

.big-img {
  width: auto;
  /* Ensure it doesn't stretch */
  max-width: 450px;
  /* Adjust as per need */
  height: 450px;
  /* Keep consistent height */
  display: block;
}


.overlay-parent-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.652);
  min-height: 100%;
  width: 100%;
}

#mainContent .umrah-heading {
  font-size: 3vw;
}

@media (max-width: 750px) {

  .Gallery-container .gallery-images {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Gallery-container .gallery-images img {
    display: none;
  }

  .Gallery-container .gallery-images img.active {
    display: block;
  }
}

/* Step by Step Responsive code */
@media (max-width: 1220px) {

  .brief_div .card {
    /* width: 300px; */
    height: 410px;
    /* background-color: red; */
  }


}

@media (max-width: 760px) {

  .brief_div .card {
    /* width: 300px; */
    height: auto;
    /* background-color: red; */
  }


}

/* package-card-responsive */

@media (max-width: 1180px) {
  .package-card-parent {
    /* background-color: red; */
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }


}

/* Step by Step Responsive code */
@media (min-width: 1280px) {
  .arc-image {
    display: block;
  }

}

@media (max-width: 768px) {

  .parent-image .first {
    margin-top: 10vw;
  }


  .gallery-images {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .max-width-50 {
    max-width: 100%;
  }

  .hero-section {
    min-height: 100vh;
  }

  #mainContent {
    margin-top: 12vh;
  }

  .decor_hide {
    display: none;
  }

  .custom_padding {
    padding: 1.5rem;
  }
}

#mainContent {
  padding: 0 7vw;
}

/* form css */
.custom_padding {
  padding: 1rem;
}

.info-icon {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-control {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  padding: 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1111111;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea.form-control {
  min-height: 150px;
}

.custom-input {
  background-color: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 12px !important;
}

.custom-input:focus {
  background-color: #000 !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important;
}

.submit-btn {
  background: #fbbf55;
  border: none;
  padding: 0.75rem;
  width: 100%;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
}

.submit-btn:hover {
  background: #ffb300;
  transform: translateY(-2px);
}

.form-group {
  margin-bottom: 1rem;
}

/* package details css  */

.package_details {
  background: rgb(0, 0, 0);
  color: white;
  font-family: sans-serif;
}



.page-title {
  text-align: center;
  margin-bottom: 2rem;
}

.title-decoration {
  color: #e4a853;
  font-size: 24px;
  margin: 10px 0;
}

.filter-section {
  background: rgba(128, 128, 128, 0.72);
  border-radius: 15px;
  padding: 20px;
  width: 253px;
  height: 500px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.filter-content {
  background-color: white;
  border-radius: 15px;
  color: #000;
  height: 400px;
  font-size: small;
}

.filter-icon {
  color: #e4a853;
}

/* filter-prize-range */


.price-range-container {
  /* background: white; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  /* text-align: center; */
  width: 200px;
}

.slider-container {
  position: relative;
  width: 100%;
}

.slider {
  width: 100%;
  position: absolute;
  top: 10px;
  opacity: 0;
  pointer-events: none;
}

.range-track {
  height: 5px;
  background: #ddd;
  position: absolute;
  width: 100%;
  top: 15px;
  z-index: 1;
}

.range-highlight {
  height: 5px;
  background: #f4a700;
  position: absolute;
  top: 15px;
  z-index: 2;
}

.range-thumb {
  width: 15px;
  height: 15px;
  background: #f4a700;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  z-index: 3;
  cursor: pointer;
}

.price-values {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}

.price-box {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
  background: white;
  font-family: "Poppins";
}

.reset-btn {
  background: #e4a853;
  border: none;
  border-radius: 5px;
  padding: 9px 14px 9px 14px;
  color: white;
}

.nights-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.counter-btn {
  /* background: #E4A853; */
  border: 1px solid #ffbb5c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}


.reset-btn {
  background: #e4a853;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  color: white;
}

.nights-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.counter-btn {
  /* background: #E4A853; */
  border: 1px solid #ffbb5c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.counter-input {
  width: 85px;
  text-align: center;
  border: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 5px;
  height: auto;
  border: 1px solid #ffbb5c;
}


.plus_counter {
  background: #ffbb5c;
  color: white;
}

.price-range {
  margin-bottom: 20px;
}

.range-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range-input {
  max-width: 70px;
  padding: 5px;
  border: 1px solid #080808;
  border-radius: 5px;
  font-size: smaller;
  width: fit-content;
  background-color: white;
  color: #000;

  ::placeholder {
    color: #000;
  }
}

.dash {
  /* margin: 0 10px; */
  height: 2px;
  background: #050505;
  width: 14px;
}

.package-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.package-image {
  width: 85%;
  height: 150px;
  object-fit: cover;
  margin: 15px auto;
  display: block;
  border-radius: 10px;
}

.package-content {
  padding: 20px;
}

.package-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.hotel-info {
  color: #e4a853;
  margin-bottom: 5px;
}

.flight-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
}

.range-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
}

.range-slider {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.range-slider input {
  width: 100%;
  position: absolute;
  pointer-events: all;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}

.range-slider input::-webkit-slider-runnable-track {
  height: 5px;
  background: #ddd;
  border-radius: 5px;
}

.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #f1c27b;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8px;
  position: relative;
}