

:root {
    --new-color:#F07139;
  --theme-color: #ffdc61; /* Bright Yellow */
  --black-color: #000000;
  --white-color: #ffffff;
  --option-color: #F18C42;
  
}
.new-col{
    color:#fff;
}
.new-hed{
        padding-right:220px;
        /*padding-right:135px;*/
}

    .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);*/
}


  
    .mintoh-section {
      /*background: #f8fdf6;*/
      /*padding: 60px 0;*/
    }

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

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

    .mintoh-icon-box {
        border:3px solid var(--primary-color);
           background: linear-gradient(135deg, #e07c35fc, #ff3d01c2);
                   border:3px solid #fff;

      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: #F07139;
      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(--option-color); 
    }
    .mon{
        height: 50px;
    width: 50px;
    }
    .why-bok i{
        /*color:var(--option-color);*/
        color:#F07139;
        font-size: 30px
    }
    
    .last-line p span i {
    color:var(--primary-color);
    padding: 0 3px;
    }
      @media (max-width: 768px){
              .glam-btn{
                      font-size: 14px;
                      padding: 14px 12px;
              }
            }
            
    /*contact-page-start*/
               .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;
}

.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;
}

.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;*/
  }

}



.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);
}
 --new-color

/* Orange theme button */
.cs-btn{
 
  /*background-color:#F07139!important;*/
  /*border: none;*/
  /*padding: 10px 25px;*/
  /*border-radius: 30px;*/
  /*color: var(--white);*/
  /*font-weight: 500;*/
  /*transition: all 0.3s ease;*/
}
 .cutom-bnn{
      background-color:var(--new-color); 
      color:#fff;
 }
 .cutom-bnn:hover{
      background-color:var(--new-color); 
      color:#fff;
       transform: scale(1.05);
 }

/*.cs-btn:hover {*/
/*  background-color:#F07139;*/
/*  transform: scale(1.05);*/
/*  color: var(--white);*/
/*}*/

/* Image rounded & responsive */
.cs-contact-img img {
  border-radius: 10px;
  max-width: 100%;
  height: 630px;
}

/* Labels in orange for theme matching */
.cs-form-box .form-label {
  color: #000;
  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;
}



@media (max-width: 768px){
    .hero__title{
        padding: 26px 0 0px;
        font-size: 26px;
        width: 200px;
    }
    .cs-contact-img img {
    border-radius: 10px;
    max-width: 100%;
    height: 312px;
    
}

    /*contact-page-start */
            
            
