          .contact-page .hero1.-min-2 {
  /*min-height: 400px;*/
}

.contact-page .hero1 {
  position: relative;
  /*padding: 180px 0 100px;*/
  padding: 0px 0 60px;
  overflow: hidden;
}

.hero__title {
  padding: 150px 0 60px;
      font-size: 54px;
}

.fa-clock {
  color: #F08B41 !important;
}

.contact-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contact-page .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contact-page .hero__bg img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.contact-page img {
  max-width: 100%;
  height: auto;
}

.contact-page .hero__bg .des {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .contact-page .container {
    /*max-width: 1140px;*/
  }
}

@media (max-width: 768px) {
  .booking-sidebar {
    position: static;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .contact-page .container {
    /*max-width: 960px;*/
  }
}

@media (min-width: 768px) {
  .contact-page .container {
    /*max-width: 720px;*/
  }

}

.breadcrumb-custom {

  font-size: 0.95rem;
  color: #555;
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  /*        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);*/
  /*transition: 0.3s;*/
}

.breadcrumb-custom a {
  text-decoration: none;
  /*color: #0066cc;*/
  transition: color 0.3s;
}

.breadcrumb-custom a:hover {
  color: #004499;
}

.breadcrumb-custom .bc-sep {
  margin: 0 8px;
  color: #999;
}

.breadcrumb-custom .bc-current {
  color: #333;
  font-weight: bold;
}

.badge-sec {
  margin-left: 40px
}


.ysb-contact-info {
  background-color: #f8f9fa;
}

.ysb-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ysb-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.ysb-icon {
  /*background: linear-gradient(135deg, #27005D, #9400FF);*/
  background: linear-gradient(135deg, #ff3000, #ff851d);

  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ysb-box h5 {
  color: #000;
}

.ysb-box p {
 color: var(--orange);
    font-size: 15px;
    font-weight: 600;
}

.cs-contact-section-theme {
  background-color: var(--black);
  color: var(--white);
}

/* Form box white with black text */
.cs-form-box {
  background-color: var(--white);
  color: var(--black);
}

/* Orange theme button */
.cs-btn-send {
  background-color: var(--primary-color);
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  color: var(--light-color);
  font-weight: 500;
  width:100%;
  transition: all 0.3s ease;
}

.cs-btn-send:hover {
  background-color: #FF3F05;
  transform: scale(1.05);
  color: var(--light-color);
}
.cs-contact-img img{
    height: 680px;
}
/* Image rounded & responsive */
.cs-contact-img img {
  border-radius: 10px;
  max-width: 100%;
 
  /*height:auto;*/
}

/* Labels in orange for theme matching */
.cs-form-box .form-label {
  color: var(--orange);
  font-weight:600;
}

.cs-map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom:200px; /* 16:9 Aspect Ratio */
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cs-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 12px;
}

.cus-num{
    color:#757575;
}
@media (max-width: 768px){
    .hero__title{
        padding: 26px 0 0px;
        font-size: 26px;
        width: 200px;
    }
    
}

/*why-book-start*/
 .mintoh-section {
      padding: 60px 0;
    }

    .mintoh-title {
      font-size: 32px;
      font-weight: 700;
      color: #111;
    }

    .mintoh-subtitle {
      font-size: 18px;
      color: #555;
    }

    .mintoh-icon-box {
        border:3px solid var(--primary-color);
      background: linear-gradient(135deg, #e07c35fc, #ff3d01c2);
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      height: 100%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .mintoh-icon-box:hover{
       border:3px solid #000;
    }

    .mintoh-icon-box i {
      font-size: 50px;
      color: #fff;
      margin-bottom: 10px;
      display: block;
      text-align: center;
    }

    .mintoh-icon-box h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      text-align: center;
    }

    .mintoh-icon-box p {
      font-size: 15px;
      color: #fff;
    }

    .mintoh-experience {
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .mintoh-label {
      background: #ff9635;
      color: white;
      padding: 6px 14px;
      font-size: 14px;
      border-radius: 20px;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 15px;
    }

    .mintoh-experience h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .mintoh-experience p {
      color: #555;
      font-size: 16px;
    }

    .icon-big {
      font-size: 32px;
      color: var(--primary-color);
      margin-bottom: 10px;
    }
    .st{
        color: var(--primary-color); 
    }
    .mon{
        height: 50px;
    width: 50px;
    }
    
    .last-line p span i {
    color:var(--primary-color);
    padding: 0 3px;
/*why-book-end*/

   .package-card {
        border: 1px solid #eee;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
        transition: all 0.4s ease;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .package-hover:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border-color: #ffa270;
    }

    .package-heading {
        /*font-family: 'Poppins', sans-serif;*/
        letter-spacing: 0.3px;
    }

    /* Top corner tag */
    .top-tag {
        background: linear-gradient(to right, #ff7a36, #ff3c00);
        font-weight: 600;
        font-size: 0.85rem;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    /* Icons hover */
    .icon-group i {
        transition: transform 0.3s, color 0.3s;
    }

    .icon-group i:hover {
        transform: scale(1.2);
        color: #ff4500;
    }

    /* Button styles */
    .theme-btn-container {
        background: linear-gradient(135deg, #ff7a36, #ff4500);
        border-radius: 0 0 16px 16px;
        box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2);
        overflow: hidden;
    }

    .theme-btn {
        width: 100%;
        padding: 14px 24px;
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        background: transparent;
        border: none;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .theme-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 150%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transform: skewX(-20deg);
        transition: left 0.4s ease;
        z-index: -1;
    }

    .theme-btn:hover::before {
        left: 0;
    }

    .theme-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 90, 0, 0.3);
    }

    .theme-btn-left {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-top-left-radius: 16px;
    }

    .theme-btn-right {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-top-right-radius: 16px;
    }

    .theme-btn i {
        transition: transform 0.3s ease;
    }

    .theme-btn:hover i {
        transform: translateX(4px);
    }

    /* Theme color */
    .text-theme {
        color: #ff6a00;
    }

    .bg-gradient {
        background: linear-gradient(45deg, #ff7a36, #ff4500);
    }

    .glam-btn-wrapper {
        background: rgba(255, 122, 54, 0.1);
        border-radius: 0 0 18px 18px;
        box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(6px);
        overflow: hidden;
    }

    .glam-btn {
        width: 100%;
        padding: 14px 24px;
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(135deg, #ff6a00, #ff3c00);
        transition: all 0.3s ease;
        border: none;
        border-radius: 0;
        letter-spacing: 0.4px;
    }

    .glam-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent);
        transform: skewX(-20deg);
        z-index: 0;
        transition: all 0.4s ease;
    }

    .glam-btn:hover::before {
        left: 0;
    }

    .glam-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 16px rgba(255, 90, 0, 0.3);
        color: #fff;
    }

    .glam-btn i {
        transition: transform 0.3s ease;
    }

    .glam-btn:hover i {
        transform: translateX(4px);
    }

    .glam-btn-left {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-top-left-radius: 16px;
    }

    .glam-btn-right {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-top-right-radius: 16px;
    }
    .card-what-2{
    background: linear-gradient(135deg, #25D366, #128C7E);
        padding: 2px 6px;
        margin-left: 20px;
        border-radius: 5px;
        margin-top: -4px;
        margin-bottom: 10px;
    }
    .gold-what{
      font-size: 20px;
     margin-top: 3px;
    }
    
    .card-what-2:hover{
    
     background: linear-gradient(135deg, #1ea654, #0d6f5f);
    color: white !important;
    /*box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);*/
}

.custom-btn-wrapper {
  background: linear-gradient(135deg, #ff7a36, #ff4500);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.custom-btn-glow {
  display: block;
  width: 100%;
  padding: 14px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.custom-btn-glow::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
  transition: left 0.4s ease;
}

.custom-btn-glow:hover::before {
  left: 0;
}

.custom-btn-glow:hover {
  color: #fff;
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.left-btn {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top-left-radius: 16px;
}

.right-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top-right-radius: 16px;
}

 .destination-img {
        overflow: hidden;
        border-radius: 16px;
        position: relative;
        transition: transform 0.4s ease;
        box-shadow: 0 8px 24px rgba(232, 94, 52, 0.15);
    }

    .destination-img:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 32px rgba(232, 94, 52, 0.3);
    }

    .destination-img img {
        transition: transform 0.5s ease;
    }

    .destination-img:hover img {
        transform: scale(1.08);
    }

    .destination-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.4);
        text-align: center;
        opacity: 0;
        transition: all 0.5s ease-out;
        z-index: 11;
    }

    .destination-img:hover .destination-content {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .destination-content h4 {
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 8px;
        font-weight: 700;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    .destination-content .eg-tag {
        /*background-image: url('img/new-img/destination-tag1.png');*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /*-webkit-mask-image: url('img/new-img/destination-tag1.png');*/
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        padding: 18px 48px;
        height: 65px;
        width: 180px;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        transition: all 0.5s ease-out;
    }

    .tour-offer {
        position: absolute;
        top: 16px;
        left: 16px;
        background: #E85E34;
        color: #fff;
        padding: 6px 16px;
        font-size: 0.9rem;
        font-weight: 600;
        border-radius: 25px;
        z-index: 10;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 6px;
    }



    .tour-offer i,
    .destination-content h4 i,
    .eg-tag i {
        color: #fff;
        font-size: 1rem;
    }
    .tour-offer{
        display:none;
    }


  .tour-icon {
            /*color: var(--success-color);*/
            color: #5C5C5C;
        }

        .cust-dets {
            margin-top: -5px;
            border-right: 3px solid #E1E1E1;
        }

        .pack-para {
            color: #6d6d6d;
        }

        .cust-pack-btnn {
            text-align: center;
            /*margin-top: -52px;*/
        }

        .pack-bnn {
            padding: 14px;
            background-color: #4692e7;
            border: none;
            font-size: 14px;
        }

        .pack-bnn:hover {
            color: #fff;
        }

        .pack-why {
            background-color: #F4F4F4;
        }

        .why-item {
            border-bottom: 1px solid #ccc;
            padding-bottom: 14px;
        }

        .bg-img-custom {
            /*background-image: url('img/new-img/tour-pack.jpg');*/
            /* ← yahan apni image ka path lagayein */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 8px;

        }

        .bg-img-custom a {
            color: #ffcf2a;
        }

        .bg-img-custom h3 {
            font-size: 21px;
        }

        .bg-img-custom p {
            color: #c9e2ff;
            font-size: 14px;
        }

        .review {
            font-size: 14px;
        }

        .rating {
            color: #ffa127;
            font-size: 14px;
        }
        
         .shop-header {
      background: #e9711c;
      color: #fff;
      padding: 15px 0;
    }
    .shop-header h1 {
      font-size: 26px;
      font-weight: 700;
      margin: 0;
    }
    .search-bar {
      max-width: 420px;
    }
    .search-bar input {
      border-radius: 30px 0 0 30px;
      border: none;
      padding: 10px 16px;
    }
    .search-bar button {
      border-radius: 0 30px 30px 0;
      background: #333;
      color: #fff;
      border: none;
      padding: 0 18px;
    }

    /* ===== Product Card ===== */
    .product-card {
      border: 1px solid #eee;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      transition: 0.3s;
      position: relative;
    }
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .product-img {
      position: relative;
      overflow: hidden;
    }
    .product-img img {
      width: 100%;
      height:150px;
      object-fit: cover;
      transition: 0.4s ease;
    }
    .product-card:hover img {
      transform: scale(1.08);
    }
    .sale-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      background: #ff6600;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 30px;
    }
    .product-overlay {
      position: absolute;
         
      inset: 0;
      /*background: rgba(0,0,0,0.55);*/
      display: flex;
      justify-content: center;
      align-items: center;
      /*gap: 10px;*/
      opacity: 0;
      transition: 0.3s;
      top:110px;
    }
    .product-img:hover .product-overlay {
      opacity: 1;
    }
    .overlay-btn {
      background: #fff;
      padding: 6px 14px;
      border-radius: 25px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      color: #333;
      transition: 0.3s;
    }
    .overlay-btn:hover {
      background: #e9711c;
      color: #fff;
    }
    .product-info {
      padding: 15px;
      text-align:left;
    }
    .product-info h5 {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 6px;
    }
    .price-product {
      font-size:16px;
      margin-bottom:0px;
    }
    
    .old-price {
      text-decoration: line-through;
      color: #000;
          font-weight: 700;
      margin-right: 6px;
    }
    .new-price {
      color: #e9711c;
      font-weight: 700;
    }

    /* ===== Sidebar ===== */
    .sidebar {
      border-left: 1px solid #eee;
      padding-left: 20px;
    }
    .sidebar h5 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #333;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    .sidebar ul li {
      margin-bottom: 8px;
      color: #555;
    }
    .view-bnn{
       background-color: rgba(0, 0, 0, 0.9);
         /*background:red;*/
         color:#fff;
         width: 50%;
         text-align: center;
        padding: 10px;
    font-size: 14px;

    }
    .view-bnn a:hover{
        color:#fff;
    }
    .add-bnn a:hover{
        color:#fff;
    }
    .add-bnn{
         /*background: rgba(0,0,0,0.55);*/
         background:var(--primary-color);
         color:#fff;
         width: 50%;
         text-align: center;
         padding: 10px;
         font-size: 14px;


    }
    
    .product-rating {
    color: #ffc107;
    margin-bottom: 5px;
    font-size: 14px;
}
.product-bnn{
    width: 100%;
    background-color:#ff6600 !important;
    color: #fff !important;
    padding: 3px !important;
    margin-top: 10px !important;
}
