@font-face {
  font-family: Amiko-Regular;
  src: url(../fonts/Amiko/Amiko-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000000;
  margin: auto;
}

html,
body {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0;
}

/* css color variables */
:root {
  --white: #ffffff;
  --black: #000000;
  --blue: #071952;
  --pink: #b64067;
  --light-gray: #f0f0f2;
  --color-blue: #071952;
  --color-secondary: #35a29f;
  --primary-gradiant-blue: #071952;
  --primary-gradiant-light: #8291ca;
}

/* this is common css started  */
/* .container {
    padding: 0 5.13vw !important;
    max-width: 100% !important;
} */

@media (min-width: 48rem) {
  .container {
    padding: 0 calc(1rem + 2vw) !important;
  }
}

.white-color {
  color: var(--white) !important;
  background: transparent !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

/* Heading CSS */

.heading {
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 100px;
  text-transform: capitalize;
  text-align: center;
  color: var(--white);
  margin: 0;
}

.sub-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  background: linear-gradient(164.19deg, #071952 11.03%, #8291ca 131.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (min-width: 992px) {
  .heading {
    font-size: 75px;
    line-height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .heading {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 575.98px) {
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--black);
  font-family: Amiko-Regular;
}

/* Global button CSS */
.button {
  width: fit-content;
  height: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 12px 48px;
  height: 52px;
  background: #f0f0f2;
  border-radius: 200px;
  text-decoration: none;
}
.button:visited {
  color: var(--blue);
}

/* this is common css ended  */

/* banner section css started */
.banner-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
}

.heading-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* our packages css started */
.package-item {
  position: relative;
  margin-top: 40px;
}

/* .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #071952 0%, rgba(113, 222, 219, 0) 100%);
    transform: rotate(180deg);
    border-radius: 30px;
} */

.package-details {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.package-details .package-name {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 36.9591px;
  line-height: 49px;
  text-align: center;
  color: var(--white);
  margin-bottom: 0;
}

.other-banners {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-banners_2 {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-banners {
  background-image: url(../images/page-items/about.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.card {
  background: #f0f0f2;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  transition: background-color 0.3s ease;
}
/* 
.card:hover {
    background: yellow; 
}

.center-card {
    background: yellow;
}

.card:hover ~ .center-card {
    background: #F0F0F2 !important; 
} */

.card-container {
  padding: 30px 16px 10px;
}

.card-header {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(164.19deg, #071952 11.03%, #8291ca 131.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.card-body {
  padding: 10px;
  position: relative;
}

.offer-img {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.card-body ul {
  margin: 0;
  list-style: none;
}

.card-body ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 12px;
}

.card-body ul li span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: var(--black);
  font-family: Amiko-Regular;
}

.card-body ul li img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.card-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: background-color 0.3s ease;
}
.card:hover .card-footer {
  background: linear-gradient(164.19deg, #071952 11.03%, #8291ca 131.68%);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.card-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  gap: 8px;
  height: 68px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--blue);
}

.card-btn:visited {
  color: var(--blue);
}

.card-btn img {
  width: 7px;
}

.card:hover .card-btn {
  color: var(--white);
}

.card:hover .card-btn img {
  filter: invert(1);
}
.devider {
  margin: 0px 39px;
}

/* why choose us css started */
.why-choose_us_section {
  background: #f0f0f2;
}

.custom-card {
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-top: 39px;
}

.custom-card-content {
  background: #ffffff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-top: -5px;
}

.custom-card-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.custom-card-text {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--black);
  padding: 20px 26px;
  margin: 0;
}

.swiper-container {
  width: 100%;
  height: auto;
  overflow: visible !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -38px;
  right: auto;
  background-image: none !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -38px;
  left: auto;
  background-image: none !important;
}

.blog-card {
  padding: 16px 16px 24px;
  background: #ffffff;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.blog-card-title {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--black);
  margin-top: 20px;
}

.blog-card-description {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #777586;
  margin-top: 20px;
}

.blog-card-description span {
  display: flex;
  margin-top: 10px;
}

.read_more {
  width: fit-content;
  padding: 11px 48px;
  height: 50px;
  background: var(--white);
  border: 0.5px solid #35a29f;
  border-radius: 44px;
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: var(--black);
  text-decoration: none;
}

.read_more:visited {
  color: var(--black);
}

/* .mobile-app_section{
    margin-top: 100px;
}
.custom-row{
    align-items: center;
    height: 224.77px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 20px;

}

.custom-flex-item h4{
    font-family: Amiko-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 32.4415px;
    line-height: 43px;
    color: var(--white);
}

.custom-flex-item p{
    font-family: Amiko-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 27.807px;
    line-height: 37px;
    letter-spacing: -0.02em;
    color: var(--white);
    margin-bottom: 0;
    margin-top: 20px;
}

.custom-flex-item img{
    position: absolute;
    right: 0;
    width: 35%;
    top: -151px;
} */

/* Styles for large devices */
.large-device-image {
  display: none !important;
}
li.get-in-touch.mobile-device-btn-mobile {
  display: none;
}
.mobile-device-image {
  display: none !important;
}
/* Styles for mobile devices */
@media (max-width: 991.98px) {
  .large-device-image {
    display: none !important;
  }
  .mobile-device-image {
    display: block !important;
  }
}

/* Footer css started */
/* footer .list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.footer-heading {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #777586;
}

.footer-logo {
  width: 383.77px;
  height: 135px;
}

footer .list-unstyled li {
  padding-top: 20px;
}

footer .list-unstyled li a {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: var(--black);
  text-decoration: none;
}

.store-icons {
  display: flex;
  justify-content: left;
}

.store-icons img {
  margin: 0 10px;
  width: 150px;
  height: auto;
}

.social-media-icons {
  padding-top: 40px;
  display: flex;
  justify-content: left;
}

.social-media-icons img {
  margin: 0 10px;
  width: 50px;
  height: auto;
}

.contact-form {
  margin: 0 auto;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.contact-form-title {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #b64067;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 16px !important;
  height: 53px;
  background: #ffffff;
  border: 0.5px solid #9b9b9b;
  border-radius: 4px;
}

textarea.form-control {
  height: 150px;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 148px;
  height: 56px;
  background: linear-gradient(
    164.19deg,
    #071952 11.03%,
    #8291ca 131.68%
  ) !important;
  border-radius: 200px !important;
  width: 100%;
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px !important;
  letter-spacing: 0.1px;
  color: #ffffff !important;
}

p.copyright {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  text-align: end;
  margin-top: 40px;
} */
/* Footer css Ended */
/* Responsive css started */
/* @media (max-width: 767px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
  .sm-text-center {
    text-align: center !important;
    display: block;
  }
  .store-icons {
    display: block;
    margin: auto;
  }

  .store-icons img {
    display: block;
    margin: auto !important;
  }
  .social-media-icons {
    justify-content: center;
  }
  .contact-form {
    margin-top: 50px;
  }

  .card {
    margin-top: 40px;
  }
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .about-banners {
    background-image: url(../images/page-items/about-mobile_view.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
} */

/* CSS for pagination in mobile view */
@media (max-width: 480px) {
  .swiper-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    cursor: pointer;
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

/* navigation css started */
header {
  background: white;
  top: 0;
  width: 100%;
}



.inner-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  margin: auto;
}
.inner-width .logo img {
  padding: 12.5608px;
  width: 238.29px;
  height: 100px;
}

.menu-icon {
  width: 50px;
  cursor: pointer;
  transition: 0.2s linear;
  position: relative;
  z-index: 10000000000000;
  padding-top: 23px;
}

.navigation-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: -100%;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: 0.6s;
  z-index: 10000;
}

.navigation-menu nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.navigation-menu li {
  margin: 20px 0;
  overflow: hidden;
}

.navigation-menu a {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  position: relative;
  display: inline-block;
  text-decoration: none;
  transform: translateY(40px);
  transition: 0.2s linear;
}

.navigation-menu li a:hover {
  color: #35a29f;
}

.menu-icon.active {
  display: block;
}

.navigation-menu.active {
  left: 0;
}

.navigation-menu.active a {
  transform: translateY(0);
  transition: 0.6s linear;
}

.navigation-menu.active li:nth-child(1) a {
  transition-delay: 0.2s;
}

.navigation-menu.active li:nth-child(2) a {
  transition-delay: 0.4s;
}

.navigation-menu.active li:nth-child(3) a {
  transition-delay: 0.6s;
}

.navigation-menu.active li:nth-child(4) a {
  transition-delay: 0.8s;
}

.navigation-menu.active li:nth-child(5) a {
  transition-delay: 1s;
}

.navigation-menu.active li:nth-child(6) a {
  transition-delay: 1.2s;
}

.navigation-menu.active li:nth-child(7) a {
  transition-delay: 1.4s;
}

.navigation-menu.active li:nth-child(8) a {
  transition-delay: 1.6s;
}

.navigation-menu.active li:nth-child(9) a {
  transition-delay: 1.8s;
}
/* 


/* navigation css Ended */

/* job section css started */
.job-section {
  position: relative;
  background-image: url(../images/page-items/job_section-img.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.d-flex {
  display: flex;
  justify-content: center;
}
.job-content {
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}

.job-title {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  text-transform: capitalize;
  background: linear-gradient(164.19deg, #071952 11.03%, #8291ca 131.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.job-description {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.1px;
  color: #404040;
}
/* job section css Ended */

/* form  css started */
.form-section {
  margin-top: 140px;
}
div.form-item {
  position: relative;
}

label.control-label {
  display: block;
  position: absolute;
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #777586;
  left: 20px;
  cursor: text;
  transition: 0.3s;
  padding: 0 3px;
  cursor: default;
  background-color: var(--white);
  margin-top: 0;
  top: 14px;
  transition: 0.3s;
}

.form-item input,
select {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  background: var(--white);
  border: 1px solid #777586;
  border-radius: 20px;
  padding-left: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.submit-btn-2 {
  width: fit-content !important;
  padding: 16px 148px !important;
  height: 60px;
  display: block;
  margin: auto;
}

.para {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: var(--black);
}

@media (max-width: 786px) {
  .submit-btn-2 {
    width: 100% !important;
    padding: 14px !important;
  }
}
/* form  css Ended */

/* faq section css started */

.faq-section {
  margin-top: 140px;
}
.custom-accordion {
  margin: 40px auto 0;
}

.custom-tab {
  display: none;
  padding: 15px;
  background-color: #fff;
}

.custom-title {
  cursor: pointer;
  padding: 27px 20px;
  height: 80px;
  background: rgba(53, 162, 159, 0.03);
  position: relative;
  transition: background-color 0.3s ease;
}

.custom-title:hover {
  background-color: #e0e0e0;
}

.custom-title:after {
  content: url(../images/icons/down-arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
  width: 20px;
}

.custom-title.active:after {
  content: url(../images/icons/up-arrow.png);
}

.custom-item {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  padding: 14px 0;
  margin-bottom: 15px;
}

.custom-title h2 {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #777586;
}
.custom-title.active h2 {
  color: var(--black);
}
.custom-item.active {
  border: none;
}

.custom-tab p {
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #777586;
}

/* faq section css Ended */

/* thankyou page css */

.thankyou-wrapper {
  margin: 150px 0 50px 0;
}

.thankyou-wrapper h1 {
  color: var(--black);
}

/* new header css */
ul.ziyarah-menu {
  display: flex;
  list-style: none;
  gap: 40px;
  text-decoration: none;
  color: black;
  padding-top: 35px;
}
/* a:visited {
  color: rgb(255, 255, 255);
} */
.logo {
  margin-bottom: 20px;
}
img.ziyarah-logo {
  width: 170px;
  padding-top: 20px;
}
.main-nav-btn {
  padding-top: 34px;
}
.main-nav-btn-mob{
  padding-top: 34px ;
}
a.nav-menu-item {
  font-size: 16px;
  font-family: "Amiko-Regular";
  color: var(--black);
}
.get-in-touch a {
  padding: 12px 48px;
  width: fit-content;
  height: 52px;
  background: #071952;
  border-radius: 200px;
  font-family: Amiko-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: var(--white);
  text-decoration: none;
}
@media (max-width: 768px) and (max-width: 1024px) {
  ul.ziyarah-menu {
    display: none;
  }
  .mobile-header-nav {
    display: block;
  }
  img.ziyarah-logo {
    display: block;
    width: 120px;
  }
  .get-in-touch a {
    display: none;
  }
}

/* mobile header */
.mobile-header-nav {
  display: none;
}

.menu-icon {
  width: 50px;
  cursor: pointer;
  transition: 0.2s linear;
  position: relative;
  z-index: 10000000000000;
  padding-top: 27px;
  position: fixed;
}

.mbile-header-section {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* new css  */

/* hero section  */

#home-hero {
  height: 100vh;
  width: 100%;
}

/* home hero slider  */

.swiper-1 {
  width: 100% !important;
  height: 100%;
}

/* .mySwiper */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #716565;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* home hero slider ends  */

.hero-bg-img {
  height: 100vh;
  width: 100%;
  background-color: aquamarine;
  color: black;
  background-image: url(/ziyarah/images/image.png);
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.53);
  position: relative;
}

.hero-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Black overlay with 30% opacity */
  z-index: 1; /* Make sure it sits above the background */
}

.hero-search {
  background-color: #fff;
  height: 238px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-services {
  width: 816px;
  height: 91px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 1px 0px 5px 0px;
  margin-top: -45px;
}

.service-show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-show span {
  font-size: 16px;
  line-height: 21px;
  font-family: Amiko-Regular;
  font-weight: 600;
}

.service-show a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-blue);
  gap: 12px;
}

.service-show img {
  width: 25px;
}

.list-btn a {
  color: var(--color-secondary);
}

.list-btn p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.search-section {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.search {
  display: flex;
  justify-content: center;
}

.search img {
  position: absolute;
  right: 7.5%;
}

.search-section .search input {
  width: 92%;
  border-radius: 20px;
  height: 40px;
  border: 1px solid black;
  outline: none;
}

.search-btn {
  border: none;
  border-radius: 50px;
  /* padding-left: 100px;
  padding-right: 100px; */
  background-image: linear-gradient(
    to right,
    var(--color-secondary),
    var(--primary-gradiant-blue)
  );
  color: #fff;
  position: absolute;
  bottom: -20px;
  font-family: Amiko-Regular;
  line-height: 27px;
  font-size: 20px;
  width: 240px;
}

/*  new home 2nd section */
h2.home-makkah-sub-hdng {
  text-align: center;
  /* padding-top: 30px; */
  font-weight: 700;
  font-family: Amiko-Regular;
  color: #071952;
  font-size: 30px;
  /* line-height: 36; */
}

.hotel-cards {
  background-color: white;
  padding: 20px;
  width: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* This adds the shadow */
  border-radius: 10px;
  width: 100%;
}

img.makkah-hotel-images {
  border-radius: 10px;
}

p.makkah-hotels-txt {
  font-size: 18px;
  font-family: "Amiko-Regular";
  font-weight: 700;
  color: black;
  padding-top: 20px;
  margin-bottom: 0px;
  text-align: left;
}

p.makkah-hotel-details {
  font-size: 14px;
  font-family: "Amiko-Regular";
  color: black;
  margin-bottom: 0px;
  text-align: left;
}
.hotel-book-btn {
  border: 1px solid #cdcdcd;
  height: 45px;
  width: 240px;
  text-align: center;
  align-items: center;
  align-content: center;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  color: black;
  font-family: "Amiko-Regular";
  font-weight: 600;
  margin: auto;
}
img.makkah-hotel-ratings.py-2 {
  display: flex;
  justify-content: left;
  width: 150px;
}
/* slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0 5px;
  cursor: pointer;
}

/* section 4  */

.package-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-blue);
}

.package-card {
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  height: 560px;
  display: flex;
  flex-direction: column;
}
a.anc-cmn-btn {
  margin: auto;
  text-decoration: none;
}
.package-card h3 {
  padding-top: 5px;
  font-size: 30px;
  font-weight: 700;
}

.package-card ul {
  list-style: none;
  padding: 0;
}
.package-card ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  line-height: 19px;
  font-weight: 400;
  color: #474747;
  letter-spacing: 0px;
}

.package-card ul li span img {
  width: 16px;
}

.booking-btn-card {
  border: none;
  border-radius: 50px;
  /* padding-left: 50px;
  padding-right: 50px; */
  background-image: linear-gradient(
    to right,
    var(--color-secondary),
    var(--primary-gradiant-blue)
  );
  color: #fff;
  /* position: absolute; */
  /* margin-top: 33px; */
  font-size: 20px;
  align-self: center;
  font-weight: 500;
  line-height: 21px;
  width: 182px;
}

.booking-btn-bg-card {
  background-color: transparent !important;
  border: 1px solid #cdcdcd;
  border-radius: 50px;
  /* padding-left: 50px;
  padding-right: 50px; */
  /* background-image: linear-gradient(to right,var(--color-secondary),var(--primary-gradiant-blue)); */
  color: var(--color-blue);
  /* position: absolute; */
  /* margin-top: 33px; */
  font-size: 20px;
  font-weight: 500;
  align-self: center;
  line-height: 21px;
  width: 185px;
}

.container-card {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}

.slick-next:before {
  content: "→" !important;
  /* color: black !important; */
  color: #cdcdcd !important;
  background-color: #071952;
  border-radius: 100%;
}

.slick-next {
  /* border: 0; */
  /* left: 0; */
  position: absolute !important;
  right: 35% !important;
  left: 62% !important;
  text-align: center !important;
  margin-top: -31px !important;
  top: 108% !important;
  z-index: 1;
}

.slick-prev {
  position: absolute !important;
  /* right: 35% !important; */
  left: 32% !important;
  text-align: center !important;
  margin-top: -31px !important;
  top: 108% !important;
  z-index: 1;
}

.slick-prev:before {
  content: "←" !important;
  /* color: black !important; */
  color: #cdcdcd !important;
  background-color: #071952;
  border-radius: 100%;
}

/* section 5  */

.swiper-5 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section 5  */

.ziyarah-card {
  width: 100%;
  height: 150px;
  background-color: black;
  background-size: cover;
  border-radius: 10px;
}

/* section-6 why choose */
p.home-choos-txt {
  position: relative;
  top: -20%;
  color: white;
  left: 20px;
  font-size: 20px;
  font-family: Amiko-Regular;
  font-weight: 700;
  z-index: 3;
  margin-bottom: 0px;
}
img.home-choose-imgs {
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.choose-div-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 15px;
}
.home-choose-div {
  position: relative;
}

.choose-div {
  position: relative;
}
/*  new blog */
h1.blog-hdng {
  text-align: center;
  font-size: 30px;
  color: #071952;
  font-family: 'Amiko-Regular';
  font-weight: bold;
}
h5.card-title.blog {
  font-size: 18px;
  font-family: 'Amiko-Regular';
  font-weight: bold;
  color: #000000;
}
p.card-text.blog {
  font-size: 14px;
  font-family: 'Amiko-Regular';
  color: black;
  font-weight: 500;
}
.card.blog {
  background: white;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: background-color 0.3s ease;
  width: 344px;
  height: 439px;
}
a.btn.blog-btn {
  border: 1px solid #cdcdcd;
  border-radius: 30px;
 font-size: 20px;
  display: flex;
  justify-content: center;
  color: #071952;
  font-family: 'Amiko-Regular';
  font-weight: 500;
  width: 100%;
}
a.blog-btn-txt {
  background-color: #071952;
  color: white;
  /* padding: 10px; */
  border-radius: 30px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Amiko-Regular';
}
.more-blog-btn.mt-5 {
  display: flex;
  justify-content: center;
}
/* about us */
.card {
  background: white;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
p.about-card-text.pt-3 {
  font-size: 16px;
  font-family: "Amiko-Regular";
  font-weight: 600;
  margin: auto;
  display: flex;
  justify-content: center;
}
img.card-img-top-2 {
  position: absolute;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
p.about-text-2 {
  position: relative;
}
p.about-text-2 {
  background: white;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 20px;
  padding: 28px;
  font-size: 16px;
  font-family: "Amiko-Regular";
  font-weight: 800;
  color: #000000;
}
p.about-card-text.pt-4.pb-3 {
  font-family: "Amiko-Regular";
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.about-icon-content {
  display: flex;
  flex-wrap: wrap;
}
.about-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 15px;
}
.about-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.about-main-card-img {
  position: relative;
}
p.about-icon-txt {
  color: white;
  text-align: center;
  font-family: "Amiko-Regular";
  font-weight: 500;
  position: relative;
  z-index: 3;
}
.about-main-icon {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
span.about-main-content {
  font-size: 18px;
  font-family: "Amiko-Regular";
  font-weight: bold;
  color: black;
  padding-bottom: 20px;
}
.about-content {
  position: relative;
  z-index: 2;
}
/* .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 70%;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
} */

/* testimonials section  */

.testimonials-card {
  border: 1px solid #cdcdcd;
  border-radius: 24px;
  font-size: 16px;
  /* line-height: auto; */
  font-family: Amiko-Regular;
}

.testimonials-card p {
  line-height: auto;
  font-size: 16px;
  font-family: "amoko", sans-serif;
  line-height: 20px;
  font-family: Amiko-Regular;
}

/* assistant section  */
.home-assistance-img {
  position: relative; /* Change from absolute to relative */
  width: 100%; /* Ensure the container takes full width */
  height: auto; /* Allow the container to adjust height based on content */
}
/* .home-assistance-content-2 {
  position: relative;
  top: -73%;
  z-index: 3;
  right: 10%;
}
.home-assistance-content-2 {
  position: relative;
  top: -77%;
  z-index: 3;
  right: 30px;
} */
/* .home-assistance-content {
  position: relative;
  color: white;
  z-index: 3;
  padding-right: 43px;
  top: -117%;
} */
.assistance-divider {
  position: relative;
  top: -125px;
  z-index: 3;
}
img.end-sec-img {
  width: 100%;
  height: 100%; /* Set to cover the container's height */
  border-radius: 15px;
  object-fit: cover; /* Ensure the image scales properly inside the container */
}
.assistance-home-devider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
button.assistance-button {
  padding-bottom: 13px;
  border-radius: 28px;
  position: relative;
  background-color: white;
  color: #071952;
  font-size: 18px;
  font-family: "Amiko-Regular";
  font-weight: 600;
  width: auto;
  height: auto;
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 17px;
}

h6.assistance-hdng {
  color: white;
  font-family: "Amiko-Regular";
  font-size: 18px;
  z-index: 3;
  font-weight: 500;
  position: relative;
  /* padding-top: 381px; */
  padding-left: 25px;
}

p.assistance-txt {
  font-family: "Amiko-Regular";
  padding-left: 24px;
  color: white;
  font-size: 15px;
  opacity: 0.9;
}

.assistance-overlay-1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 15px;
}

.home-assistance-button {
  /* padding-top: 400px; */
  display: flex;
  justify-content: end;
  margin-right: 0px;
  margin-top: 25px;
}

img.end-sec-img {
  width: 100%;
  border-radius: 15px;
  height: auto;
  object-fit: cover;
}

.container-card-2 button {
  top: 113% !important;
}

.testi-mob {
  display: none !important;
}

.ziyarah-card {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.358);
  display: flex;
  align-items: end;
  padding-left: 20px;
  padding-bottom: 20px;
}

.ziyarah-card p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  font-family: Amiko-Regular;
  text-align: start;
  margin: 0;
}

.footer-number {
  font-family: Amiko-Regular;
  font-size: 14px;
  line-height: 19px;
}
a.anc-new-footer {
  text-decoration: none;
  color: var(--black) !important;
}

.footer-number p {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.footer-email {
  font-family: Amiko-Regular;
  font-size: 14px;
  line-height: 19px;
}

.footer-email p {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.footer-links {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.footer-quick-links {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.footer-quick-links ul {
  list-style: none;
  padding: 0;
  /* height: 100%; */
}

.services {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

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

.services ul li {
  padding: 0 !important;
}

.leagle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

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

.leagle ul li {
  padding: 0 !important;
}
/* contact formm 7 */
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  height: 50px;
  width: 100% !important;
  border-radius: 5px;
  padding: 10px;
  outline: none;
}

&
  ::placeholder{
    font-size: 12px;
    color: #cdcdcd;
    font-family: "Amiko-Regular";
  }


input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  border: 1px solid black;

 
}



input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number::placeholder{
  font-size: 12px;
  color: #cdcdcd;
  font-family: "Amiko-Regular";
}

.form-lab{
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  
  background-color: #071952;
  color: white;
  font-size: 16px;
  font-weight: 500;
  width: 230px;
  padding-bottom: 11px;
    border-radius: 25px;
    font-family: 'Amiko-Regular';
    padding-top: 13px;
    border: none;
    margin-top: 10px;

   
}
.submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-button p{
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  border: 1px solid black;

  
}
&
  ::placeholder{
    font-size: 12px;
    color: #cdcdcd;
    font-family: "Amiko-Regular";
  }


/* input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="black" d="M7 10l5 5 5-5H7z"/></svg>') no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  border-width: thin;
} */
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url('../new-images/icons/down-arrow.png') no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  border-width: thin;
}




/* new footer */
.footer-logo {
  width: 170px;
  height: 100%;
}

ul.new-footer-ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.new-footer-ul-3 {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 38px;
}

li.new-footer-li {
  font-size: 18px;
  font-family: "Amiko-Regular";
  font-weight: 700;
  color: black;
  line-height: 30px;
}

li.new-footer-li-txts {
  color: black;
  font-size: 14px;
  font-family: "Amiko-Regular";
  line-height: 39px;
}
.new-footer-icon {
  font-size: 17px;
  opacity: 0.8;
  padding-right: 10px;
}
.new-footer-icon-2 {
  font-size: 13px;
  padding: 5px;
  border: 1px solid gray;
  border-radius: 50%;
  opacity: 0.8;
  margin-right: 7px;
  margin-top: 0px;
}

/* new hotels css */
h5.hotels-main-hdng {
  font-size: 30px;
  font-family: "Amiko-Regular";
  font-weight: 900;
  color: #071952;
  padding-top: 35px;
}

p.hotels-sub-content {
  font-size: 16px;
  font-family: "Amiko-Regular";
  font-weight: 600;
}
img.hotel-main-img {
  width: auto;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
}


p.hotel-sub-hdng {
  margin-bottom: 5px;
  color: black;
  font-size: 20px;
  font-weight: bold;
  font-family: "Amiko-Regular";
  margin-top: 0px;
}
img.makkah-hotel-ratings {
  width: auto;
  margin-bottom: 8px;
  margin-top: 4px;
}

.hotels-icons {
  opacity: 0.8;
  margin-right: 10px;
}
p.new-hotel-details {
  font-size: 14px;
  font-family: "Amiko-Regular";
  color: black;
  margin-bottom: 0px;
  text-align: left;
  line-height: 26px;
}
button.nw-hotel-pg-btn {
  border-radius: 33px;
  width: 117px;
  padding-bottom: 10px;
  color: #474747;
  background-color: #e8d5b5;
  border: none;
  margin-top: 22px;
}

.exlore-hotel-imgs {
  margin-top: 7px;
  display: flex;
}
img.hotel-explore-img-2 {
  margin-left: 3.9px;
  width: 105px;
  height: 75px;
}
img.hotel-explore-img-3 {
  margin-left: 3px;
  width: 105px;
  height: 75px;
}
img.hotel-explore-img-start {
  border-radius: 0px 0px 0px 10px;
  width: 100px;
  height: 75px;
}

img.hotel-explore-img-end {
  border-radius: 0px 0px 10px 0px;
  margin-left: 3.3px;
  width: 105px;
  height: 75px;
}
hr.hotel-devider-line {
  width: 680px;
  opacity: 0.6;
}

.explore-hotrl-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 2px;
  border-radius: 0px 0px 10px 0px;
}
.explore-div {
  position: relative;
}
.new-hotel-filter-guests {
  display: flex;
  margin-left: 10px;
}
p.acmnds-content {
  margin-bottom: 14px;
  margin-right: 60px;
}
/* inner page start */
h1.inner-main-hdng {
  font-size: 30px;
  font-weight: bold;
  font-family: "Amiko-Regular";
  color: #071952;
  padding: 0;
  margin: 0;
}

p.inner-top-content {
  font-size: 20px;
  font-family: "Amiko-Regular";
  margin: 0 !important;
  margin-top: 10px !important;
  color: black;
}
.price{
  font-size: 20px;
  font-family: "Amiko-Regular";
  margin: 0 !important;
  margin-top: 10px !important;
  color: black;
  font-weight: 500;
}

.price span{
  font-size: 22px;
  font-family: "Amiko-Regular";
  margin: 0 !important;
  margin-top: 10px !important;
  color: black;
  font-weight: 600;
}
.inner-sec-devider {
  display: flex;
  justify-content: space-between;
}
img.makkah-hotel-ratings-inner {
  width: 125px;
  height: 15px;
}
button.inner-first-btn {
  width: 108px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  color: #071952;
  font-size: 12px;
  font-family: amiko-regular;
  font-weight: 700;
}
i.fa-solid.fa-share-nodes.inner-icon {
  margin-right: 5px;
}

/* inner section 2 */
img.inner-main-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.hotel-sec-inner-txt-2 {
  position: absolute;
  top: 40px;
  text-align: center;
  color: white;
  z-index: 1;
  font-size: 12px;
  font-family: "Amiko-Regular";
  text-transform: uppercase;
  left: 48px;
}
img.inner-main-img-2 {
  width: 100%;
  border-radius: 10px;
}

img.hotel-explore-img-end-2 {
  border-radius: 10px;
  margin-left: 3.5px;
  width: 100%;
}

.explore-hotrl-2-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 2px;
  border-radius: 10px;
}
/* section 3 */
.inner-feature-box {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding-left: 20px;
  padding-top: 17px;
  margin-left: 7px;
}
.inner-feature-box-main {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 17px;
}
.inner-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
p.inner-feature-txt {
  margin-bottom: 16px;
  font-family: amiko-regular;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
/* question sec */
p.question-hdng {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Amiko-Regular";
  font-weight: bold;
  color: #071952;
}
.question-hdng {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Amiko-Regular";
  font-weight: bold;
  color: #071952;
}

p.question-sub-hdng {
  font-size: 16px;
  font-family: "Amiko-Regular";
  color: black;
  margin-top: 5px;
}

input.form-control.inner-sec {
  font-size: 12px;
  color: #cdcdcd;
  border-color: #d9d9d9;
  padding-left: 10px;
  height: 50px;
  border-radius: 5px;
  font-family: "Amiko-Regular";
}
p.accomandation-hdng {
  color: #071952;
  font-size: 18px;
  font-weight: 700;
  font-family: "Amiko-Regular";
  margin-bottom: 12px;
  /* margin-top: 25px; */
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 15px;
  color: #cdcdcd;
  font-family: "Amiko-Regular";
}
#time {
  display: inline;
}

.panel {
  margin: 0px;
  width: 300px;
}

.panel-heading {
  text-align: center;
}

.panel-body {
  text-align: center;
}
.acmnds-main-div {
  display: flex;
}


button {
  padding: 5px 10px 5px 10px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.plus-minus-buttons {
  height: 30px;
}

.plus-minus-buttons button {
  width: 27px;
  height: 28px;
  text-align: center;
  font-size: 20px;
  padding: 0;
}
button#minus1min {
  background-color: white;
  border-radius: 50%;
  padding-top: 0px;
  padding-bottom: 4px;
}
button#plus1min {
  background-color: white;
  border-radius: 50%;
  padding-top: 0px;
  padding-bottom: 4px;
}

h3#time {
  font-size: 17px;
  font-family: amiko-regular;
  margin: 10px;
}
pp.acmnds-content {
  font-size: 14px;
  font-family: amiko-regular;
  color: black;
  margin-bottom: 0;
  margin-right: 65px;
}
span.sub-content {
  font-size: 10px;
  color: #474747;
  font-family: amiko-regular;
}
.form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
button.inner-sec-submit-btn {
  width: 230px;
  background-color: #071952;
  color: white;
  border-radius: 20px;
  font-family: "Amiko-Regular";
  font-size: 16px;
  font-weight: 500;

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
  }
}
.inner-sec-btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
p.about-sec-txt {
  font-size: 18px;
  font-family: "Amiko-Regular";
  color: black;
}
.about-sec-txt {
  font-size: 18px;
  font-family: "Amiko-Regular";
  color: black;
}

button.accordion-button.collapsed {
  color: #071952;
  font-size: 18px;
  font-family: "Amiko-Regular";
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #071952;
  background-color: white;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: "Amiko-Regular";
  font-weight: bold;
  text-transform: uppercase;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.05rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom: 1px solid #cdcdcd;
}
/* filter sec new hotels */
/* mb */
button.main-mb-filter-btn {
  width: auto;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 24px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 215px;
  background-color: #071952;
  color: white;
}
.col-12.col-md-3.col-lg-3.main-mb-filter-sec {
  margin: auto;
  margin-top: 110px;
}

@media (max-width: 520px) {
  button.filter-buttons {
    width: 158px;
    background-color: white;
    border-radius: 20px;
    color: #071952;
    border-color: #cdcdcd;
    text-transform: uppercase;
    font-family: "Amiko-Regular";
    font-weight: 600;
    font-size: 16px;
  }
  button.filter-buttons-2 {
    width: 154px;
    background-color: #071952;
    color: white;
    border-radius: 20px;
    font-family: "Amiko-Regular";
    font-weight: 600;
    font-size: 16px;
  }
}
/* mb end */
/* range */
#demo {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 50px 30px;
  display: block;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 200px;
  height: 1px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
input[type="text"],
input[type="range"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5px;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  padding: 0;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #071952;
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #071952;
}

.range-slider__range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #071952;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
  background: #071952;
}

.range-slider__range:active::-moz-range-thumb {
  background: #071952;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 101px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: white;
  padding: 5px 10px;
  margin-left: 15px;
  border: solid 1px #cdcdcd;
  color: black;
  border-radius: 10px;
  margin-top: -10px;
}
.form-group-guest.col-sm.d-flex {
  margin: 0;
  padding: 0;
  margin-left: 0px;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 100px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: white;
  padding: 5px 10px;
  margin-left: 15px;
  border: solid 1px #cdcdcd;
  color: black;
  border-radius: 10px;
  margin-top: -10px;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

legend {
  font-size: 14px !important;
}
/* range end */
/* filter sec */
p.hotels-sidebar-txt {
  margin-bottom: 0px;
  color: #474747;
  font-size: 14px;
  font-family: "Amiko-Regular";
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 10px;
}
p.hotels-sidebar-txt-2 {
  font-size: 18px;
  font-family: amiko-regular;
  font-weight: 600;
  color: #071952;
  margin-top: 10px;
  margin-left: 10px;
}
p.accomandation-hdng-guest {
  color: #071952;
  font-size: 18px;
  font-weight: 700;
  font-family: "Amiko-Regular";
  margin-bottom: 9px;
  margin-top: 0px;
  margin-left: 10px;
}
.filter-section {
  margin-top: 30px;
  border-left: 1px solid #cdcdcd;
}
.filter-section-2 {
  margin-top: 30px;
}
p.acmnds-content {
  margin-bottom: 14px;
  margin-right: 60px;
  margin-left: 13px;
}
.hotel-sec-inner-txt {
  position: absolute;
  top: 17px;
  text-align: center;
  color: white;
  z-index: 1;
  font-size: 12px;
  font-family: "Amiko-Regular";
  text-transform: uppercase;
  left: 15px;
}
a.hotel-sec-inner-txt {
  color: white;
  text-decoration: none;
  text-align: center;
}
button.filter-buttons {
  width: 110px;
  background-color: white;
  border-radius: 20px;
  color: #071952;
  border-color: #cdcdcd;
  text-transform: uppercase;
  font-family: "Amiko-Regular";
  font-weight: 600;
  font-size: 16px;
  margin-left: 6px;
}
button.filter-buttons-2 {
  width: 110px;
  background-color: #071952;
  color: white;
  border-radius: 20px;
  font-family: "Amiko-Regular";
  font-weight: 600;
  font-size: 16px;
}
.form-group-guest.col-sm.d-flex {
  margin: 0;
  padding: 0;
  margin-left: 16px;
}
.filter-section {
  margin-top: 30px;
}
p.hotel-location-txt {
  margin: 0;
  margin-left: 9px;
}
/* sign in page */
.sign-in-search {
  width: auto;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  /* display: flex; */
  align-items: center;
  box-shadow: 1px 0px 5px 0px;
  margin-top: -39px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
input#inputAddress\ sign-in {
  font-size: 12px;
  text-transform: lowercase;
  font-family: "Amiko-Regular";
  padding-left: 10px;
  color: #b9b9b9;
}
h3.sign-in-main-hdng {
  color: #071952;
  font-size: 20px;
  font-family: "Amiko-Regular";
  font-weight: bold;
  text-align: center;
}
p.sign-in-sub-hdng {
  font-size: 16px;
  color: black;
  font-family: "Amiko-Regular";
  text-align: center;
}
.sign-in-info-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-sign-in-sec {
  background-color: #fff;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 520px) {
  ul.ziyarah-menu {
    display: none;
  }
  .hotel-cards {
    background-color: white;
    padding: 16px;
  }
  .mobile-header-nav {
    display: block;
  }
  img.ziyarah-logo {
    display: block;
    width: 120px;
  }
  .get-in-touch a {
    display: block;
  }
  .menu-icon {
    width: 50px;
    cursor: pointer;
    transition: 0.2s linear;
    position: relative;
    padding-top: 27px;
  }
  /* why choose query */
  img.home-choose-imgs {
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 0px;
  }
  .choose-div {
    position: relative;
    height: 100%;
  }

  p.home-choos-txt {
    position: relative;
    top: -25%;
    color: white;
    left: 12px;
    font-size: 10px;
    font-family: Amiko-Regular;
    font-weight: 700;
  }
  .home-choose-div {
    position: relative;
    height: 100%;
    width: 100%;
  }

  /* about query */
  img.card-img-top-2 {
    position: absolute;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* margin-top: 10px; */
  }
  /* assistance sec query*/
  img.end-sec-img {
    width: 100%;
    border-radius: 15px;
    height: 561px;
    object-fit: cover;
  }

  h6.assistance-hdng {
    color: white;
    font-family: "Amiko-Regular";
    font-size: 18px;
    z-index: 3;
    font-weight: 500;
  }
  .assistance-divider {
    position: relative;
    top: -256px;
    z-index: 3;
  }
  .home-assistance-button {
    /* padding-top: 400px; */
    display: flex;
    justify-content: center;
  }

  /* new hotel pg  */
  img.hotel-explore-img-3 {
    margin-left: 9px;
    height: 90px;
    border-radius: 0px 0px 10px 0px;
  }
  img.hotel-explore-img-2 {
    margin-left: 6px;
    height: 90px;
    width: 110px;
  }
  img.hotel-explore-img-start {
    border-radius: 0px 0px 0px 10px;
    height: 90px;
    width: 108px;
  }
  p.hotel-sub-hdng {
    margin-bottom: 5px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    font-family: "Amiko-Regular";
    margin-top: 25px;
  }
  hr.hotel-devider-line {
    width: 100%;
  }
  img.hotel-explore-img-end {
    border-radius: 0px 0px 10px 0px;
    margin-left: 10px;
    height: 90px;
    width: 110px;
  }
  .explore-hotrl-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 6px;
    border-radius: 0px 0px 10px 0px;
  }
  /* new hotel filter  */
  button.filter-buttons-2 {
    width: 143px;
    background-color: #071952;
    color: white;
    border-radius: 20px;
    font-family: "Amiko-Regular";
    font-weight: 600;
    font-size: 16px;
  }
  button.filter-buttons {
    width: 143px;
    background-color: white;
    border-radius: 20px;
    color: #071952;
    border-color: #cdcdcd;
    text-transform: uppercase;
    font-family: "Amiko-Regular";
    font-weight: 600;
    font-size: 16px;
  }
  .filter-section {
    margin-top: -114px;
    padding: 20px;
  }
  /* inner section 3 */

  .inner-feature-box-main {
    border: 2px solid #e8e8e8;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-left: 9px;
    padding-top: 17px;
  }
  /* form */
  input.form-control.inner-sec {
    font-size: 12px;
    color: #cdcdcd;
    border-color: #d9d9d9;
    margin-top: 15px;
    padding-left: 10px;
    height: 50px;
    border-radius: 5px;
    font-family: "Amiko-Regular";
  }
  /* signin */

  select#inputState\ sign\ in {
    height: 39px;
    width: 315px;
    margin: auto;
    margin-top: 5px;
  }
  p.sign-in-sub-hdng {
    font-size: 12px;
    color: black;
    font-family: "Amiko-Regular";
    text-align: center;
  }
  input#inputAddress\ sign-in {
    font-size: 12px;
    text-transform: lowercase;
    font-family: "Amiko-Regular";
    padding-left: 10px;
    color: #b9b9b9;
    width: 313px;
    margin: auto;
    margin-top: 5px;
  }
  .sign-in-search {
    width: 308px;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    /* display: flex; */
    align-items: center;
    box-shadow: 1px 0px 5px 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
  h3.sign-in-main-hdng {
    color: #071952;
    font-size: 16px;
    font-family: "Amiko-Regular";
    font-weight: bold;
    text-align: center;
  }
  .main-sign-in-sec {
    background-color: #fff;
    height: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding-top: 30px; */
    padding-bottom: 30px;
  }
  /* umrah package card */

  .booking-btn-card {
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(
      to right,
      var(--color-secondary),
      var(--primary-gradiant-blue)
    );
    color: #fff;
    /* position: absolute; */
    /* margin-top: 33px; */
    font-size: 20px;
    align-self: center;
    font-weight: 500;
    line-height: 21px;
    width: 100%;
  }
  .booking-btn-bg-card {
    background-color: transparent !important;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    /* background-image: linear-gradient(to right, var(--color-secondary), var(--primary-gradiant-blue)); */
    color: var(--color-blue);
    /* position: absolute; */
    /* margin-top: 33px; */
    font-size: 20px;
    font-weight: 500;
    align-self: center;
    line-height: 21px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-services {
    width: 300px;
    height: 155px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 1px 0px 5px 0px;
    margin-top: -285px;
    display: flex;
    justify-content: center;
    position: absolute;
  }

  .hero-services .row {
    height: 100%;
    align-items: center;
  }

  .hero-search {
    background-color: #fff;
    height: 187px;
    width: 275px !important;
    justify-content: center;
  }

  .service-show span {
    font-size: 12px;
    line-height: 16px;
  }

  .package-card {
    justify-content: space-between;
  }
  .search img {
    right: 23px;
  }

  .search-btn {
    padding-left: 50px;
    padding-right: 50px;
    height: 50px;
  }
  .in-desk {
    display: none !important;
  }
  .container-card {
    display: block;
  }

  .booking-btn-bg-card {
    padding-left: 75px;
    padding-right: 75px;
    line-height: 30px;
  }

  .booking-btn-card {
    padding-left: 75px;
    padding-right: 75px;
    line-height: 30px;
  }

  .testi-desk {
    display: none !important;
  }

  .testi-mob {
    display: block !important;
  }
}

@media only screen and (max-width: 821px) and (min-width: 768px) {
  .hero-search {
    top: 400px;
    height: 300px;
  }

  .hero-services {
    height: 200px;
    margin-top: -85px;
    width: 100%;
  }

  .search img {
    right: 8%;
  }
  .in-desk {
    display: none !important;
  }
  .slick-prev {
    left: 34% !important;
  }
  .container-card {
    display: block;
  }

  .package-card {
    justify-content: space-around;
  }

  .testi-desk {
    display: none !important;
  }

  .testi-mob {
    display: block !important;
  }
  /* new hotel pg */
  img.hotel-explore-img-3 {
    margin-left: 9px;
    height: 90px;
    border-radius: 0px 0px 10px 0px;
  }
  img.hotel-explore-img-2 {
    margin-left: 9px;
    height: 90px;
  }
  img.hotel-explore-img-start {
    border-radius: 0px 0px 0px 10px;
    height: 90px;
  }
}




/* gallery  */

.gallery-container {
  display: flex;
  gap: 10px; /* Space between main image and thumbnails */
  /* max-width: 90%;  */
  height: 250px;
  margin: auto;
  padding: 20px 0;
  align-items: flex-start;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Styling for the large main image */
.main-image {
  flex: 0.9; /* Takes up less space compared to thumbnails */
  height: 100%;
}

.main-image img {
  width: 100%;
  height: 100%; /* Reduced height for the main image */
  border-radius: 12px; /* Rounded corners */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Shadow for depth */
  object-fit: cover;
}

/* Styling for thumbnail grid with three columns */
.thumbnail-container {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 10px;
  flex: 1;
  height: 100%;
  flex-flow: wrap;
}

.thumbnail-container img {
  width: 32%;
  height: 48%; /* Fixed height for the thumbnails */
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px; /* Rounded corners for thumbnails */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* Subtle shadow for thumbnails */
}

/* Hover effect for thumbnails */
.thumbnail-container img:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}


.package-hero{
  height: 60vh;
  background-size: cover;
  background-position: center center;
}

.package-overlay{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.package-banner{
  background-color: #fff;
    height: 238px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 190px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.package-txt{
  font-size: 18px;
    font-family: "Amiko-Regular";
    margin: 0 !important;
    margin-top: 10px !important;
    color: black;

}

.package-card-gall{
  width: 100%;
  height: 165px;
}

.package-card-gall .row{
height: 100%;
}

.card-gall-img{
  height: 50%;
}

.bef-line::before{
  content: '';
    height: 75%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    color: black;
    left: -11px;

}


.package-point{
  font-size: 16px;
  font-family: "Amiko-Regular";
  color: var(--black);
  

}

.package-point ul li p{
  color: #000000 !important;
}

.hotel-book-form-btn a{
  border-radius: 33px;
    width: 117px;
    padding-bottom: 10px;
    color: #474747 !important;
    background-color: #e8d5b5;
    border: none;
    margin-top: 22px;

}&:active{
  color: #e8d5b5;
}



/* Media Queries for responsiveness */

/* For tablets and smaller screens */
@media (max-width: 768px) {
  .gallery-container {
    flex-direction: column !important; /* Stack the main image and thumbnails */
    align-items: center;
    height: auto;
    gap: 0;
  }

  .main-image {
    flex: 1; /* Allow main image to take full width */
    margin-bottom: 20px;
  }

  .thumbnail-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns layout for thumbnails */
    gap: 8px; /* Reduced gap between thumbnails */
    width: 100%; /* Ensure the thumbnail container takes full width */
  }

  .thumbnail-container img {
    height: 120px; /* Adjust thumbnail size */
  }

  .package-hero{
    height: 100vh;
  }

  .package-banner {
    height: 35%;
    bottom: 20%;
   width: 85% !important;
}

.package-heading h2{
  font-size: 20px;
}

.bef-line::before{
  content: '';
   
  display: none;

}

.f-button{
  /* left: -10px; */
  top: 42px;
}

.inner-features {
 
  grid-template-columns: repeat(1, 1fr);
  
}

a.nav-menu-item {
  color: var(--light-gray);
}

.main-nav-btn{
  display: none;
}

.mobile-book{
  width: 200px !important;
}
.mobile-book button{
  padding-bottom: 37px !important;
  padding-left: 0px;
  padding-right: 0px;
}
}
.f-button{
  top: 25px ;
  /* left: -35px; */
}

.facility-image{
  width: 30px;
}
.facility-image-list{
  width: 25px;
}
.contact-form p{
  margin: 0;
}
.contact-form-umrah p{
  width: 100%;
  margin: 0;
}
.contact-form-umrah p label{
  width: 100% !important;
  
}
.contact-form-umrah p label select{
  border-radius: 5px;
  outline: none;
}
.swiper-btn-nxt{
  right: 0 !important;

}
.swiper-btn-prv{
  left: 0 !important;

}
.swiper-button-next:after{
  font-size: 20px;
  color: var(--white);
  /* border: 1.5px solid var(--white); */
  font-weight: 600;
  padding: 10% 20%;
  border-radius: 10px;
}
.swiper-button-prev::after{
  font-size: 20px;
  color: var(--white);
  /* border: 1.5px solid var(--white); */
  font-weight: 600;
  padding: 10% 20%;
  border-radius: 10px;

}
.umrah-hero{
  width: 100%;
  height: 100vh;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: end;
  /* padding-bottom: 5%; */
}

.umrah-hero .sub{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
.umrah-form{
  position: relative;
  top: -35px;
}

.umrah-heading{
  box-shadow: 1px 0px 5px 0px;
  border-radius: 10px;
  width: 80%;
  top: -65px;
  position: relative;
  background-color: #ffff;
  text-align: center;
}

.star{
  width: 30px;
}

.position-relativ{
  position: relative;
}
/* For mobile screens */
@media (max-width: 480px) {
  .main-image img {
    height: 250px; /* Further reduce the size of the main image */
  }

  .thumbnail-container {
    grid-template-columns: repeat(2, 1fr); /* Two columns layout for thumbnails */
  }

  .thumbnail-container img {
    height: 100px; /* Smaller thumbnails */
  }
}
