.auto-container h1{
 text-align:center;
  margin-bottom:15px;
}
.auto-container p{
 color:#fff;
  margin-bottom:0;
  text-shadow: 2px 1px 4px #000;
}
section.ordinary-world-sec h2 {
        /* font-size: 45px; */
        color: var(--black-color);
    }
section.ordinary-world-sec .head-sec {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

  .ordinary-world-sec .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
}
.ordinary-world-sec .card:hover .card-img-top {
        transform: scale(1.05);
      }
.ordinary-world-sec .card:hover .rating-strip {
        transform: translateX(0);
        right: 2%;
      }

  .card-img-container {
    position: relative;
    height: 275px;
    overflow: hidden;
    border-radius: 24px;
  }
   .card-img-container a{
     position:absolute;
     width:100%;
     height:100%;
     top:0;
     left:0;
   }
  .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 24px;
  }
  .card-title{
    margin-bottom: 16px;
    line-height: 1;
  }
  .card-title a{
    font-size: 22px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--heading-font);
    letter-spacing: 5px;
    line-height: 1;
  }
  .card-body-content {
    padding: 24px 20px;
    text-align: center;
}
    .card-body-content p {
      margin-bottom: 24px;
      color: var(--black-color);
      font-size: 15px;
      line-height: 1.5;
  }
  .rating-strip {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 96%;
}
    .rating-strip span {
      color: var(--black-color);
      font-weight: 500;
    }
    .rating-strip i {
      color: #ffc107;
      margin-right: 5px;
    }

.popular_desti {
    background-color: #e6e2db;
}

.attr-left h6{
 margin-bottom:10px;
  font-size:16px;
  color: #1b4070;
  letter-spacing: 1px;
  font-weight:700;
}
.attr-left h2{
 margin-bottom:0; 
}
.attr-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 50px;
}
.attr-list-img img{
 width:100%;
 height:420px;
  object-fit:cover;
  border-radius: 16px 16px 16px 16px;
}

.attr-list-content {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    width: 100%;
    height: 420px;
    padding: 30px;
    display: flex;
    align-items: flex-end;
}
.attr-listing {
    padding: 6px;
}
.attr-listing-info {
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    position: relative;
}
.attr-listing-info a{
  position:absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  z-index:2;
}
.attr-overlay{
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF00 29%, #122649 100%);
  opacity: 0.86;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.attr-listing-info:hover .attr-overlay{
      background-color: var(--secondary-color);
    opacity: 0.25;
}
.attr-listing-info h3{
     font-size: 22px;
    color: var(--white-color);
    margin-bottom: 10px; 
}
.attr-listing-info .attr-bttn {
    border-radius: 4px 4px 4px 4px;
    padding: 4px 14px 4px 14px;
    display: inline-flex;
    background: #FFFFFF38;
    color: #fff;
    align-items: center;
    text-transform: uppercase !important;
    font-family: var(--heading-font);
    gap: 6px;
  letter-spacing: 3px;
  font-weight:700;
  font-size:15px;
      transition: all .3s;
}
.attr-listing-info .attr-bttn:hover{
  background: #FFFFFF;
  color:#000;
}
.popular_desti .owl-carousel .owl-nav button.owl-next, .popular_desti .owl-carousel .owl-nav button.owl-prev{
  width: 60px;
    height: 60px;
    background: var(--primary-color) !important;
    font-size: 24px;
}
.popular_desti .owl-carousel .owl-nav button.owl-next:hover, .popular_desti .owl-carousel .owl-nav button.owl-prev:hover{
  background: var(--black-color) !important;
}
.popular_desti .owl-carousel .owl-nav{
 position: absolute;
    top: -140px;
    right: 0; 
}
section.about-sec.faq-sec p{
 color:var(--black-color); 
  margin-bottom:10px;
}
section.about-sec.faq-sec .accordion-button{
  display:flex;
  gap:10px;
}
section.about-sec.faq-sec ul{
 padding-left:24px;
  margin-bottom:20px;
}
section.about-sec.faq-sec li{
 list-style:initial; 
  font-size:17px;
  margin-bottom:10px;
}
.cta {
    background-image: url(../images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--p90) var(--p40);
    text-align: center;
  border-radius:10px;
}
section.cta-sec{
  padding-left:24px;
  padding-right:24px;
}
section.cta-sec h2{font-size:36px;color:#fff;text-shadow: 0 0 3px #000;}