
.package{
    /* border: 2px solid black; */
    display: flex;
    width: 100%;
    /* margin: 15px 0px; */
}
.package-card a{
    margin: 5px 0px;
    background-color:#ffbe42;
    color: #093fb4;
    font-weight:550;
    width: 100%;
    border: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-card li a{
    background-color: white;
    font-size: smaller;
}
.package-card li a:hover{
    font-size: smaller;
}
.package-card a:hover{
    color: #093fb4;
    background-color: #ffbe42;
    font-size: 18px;
}
.package-card p{
    font-weight: 350;
    font-size: smaller;
}
.package-card h3{
    font-size: 25PX;
    /* font-weight: bold; */
    color: #093fb4;
}
.package-itinerary{
    background-color: #ffbe42;
    height: 300px;
    justify-content: center;
}
.nav-pills a{
    color:#093fb4;
    font-weight: bold;
    font-size: medium;
    height: 50px;
    width: 220px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.nav-pills a:hover{
    background-color: #ffbe42;
    color:#093fb4;
}
.scrollspy-example h4{
    color:#093fb4;
    font-weight: bold;
}
.itinerary_list li{
    background-color: #ffbe42;
    color: #093fb4;
    border-radius: 5px;
    padding: 2px 8px;
}
.carousel-inner img{
    border-radius: 10px;
}
.basic_pack{
    flex-direction: column; 
    top: 0;
    position: sticky; 
    padding: 20px 0px;
    height: 950px;
}
.basic_pack li{
    background-color: white;
    font-size: medium;
}
.breadcrumb{
    /* height: 30px; */
    background-color: white;
    align-items: center;
    justify-content: center;
    /* font-weight: bold; */
    /* margin-top: 8px; */
    /* border: 2px solid #ffbe42; */
}
.breadcrumb a{
    text-decoration: none;
}
video{
    width: 100%;
    height: auto;
}
 
 
    /* SIDE BUTTON */
    .sk-open-btn{
      position:fixed;
      top:50%;
      right:0;
      transform:translateY(-20%);
      background:linear-gradient(135deg,#007bff,#003399);
      color:#fff;
      border:none;
      padding:18px 12px;
      cursor:pointer;
      font-size:16px;
      font-weight:bold;
      border-radius:12px 0 0 12px;
      writing-mode:vertical-rl;
      text-orientation:mixed;
      z-index:1000;
      transition:0.3s;
      box-shadow:0 5px 15px rgba(0,0,0,0.2);
    }

    .sk-open-btn:hover{
      padding-right:15px;
    }

    /* CONTACT CARD */

    .sk-contact-side{
      position:fixed;
      top:50%;
      right:-400px;
      transform:translateY(-50%);
      width:340px;
      background:#fff;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(0,0,0,0.2);
      transition:0.5s ease;
      z-index:999;
    }

    .sk-contact-side.sk-active{
      right:20px;
    }

    /* HEADER */

    .sk-contact-header{
      background:linear-gradient(135deg,#003399,#0f4c81);
      color:#fff;
      padding:25px 20px;
      text-align:center;
      position:relative;
    }

    .sk-contact-header h2{
      font-size:24px;
      margin-bottom:10px;
    }

    .sk-contact-header p{
      font-size:14px;
      line-height:1.6;
    }

    /* CLOSE BUTTON */

    .sk-close-btn{
      position:absolute;
      top:12px;
      right:15px;
      width:32px;
      height:32px;
      border:none;
      border-radius:50%;
      background:#fff;
      color:#0f4c81;
      cursor:pointer;
      font-size:18px;
      font-weight:bold;
      transition:0.3s;
    }

    .sk-close-btn:hover{
      background:red;
      color:#fff;
    }

    /* BODY */

    .sk-contact-body{
      padding:20px;
    }

    .sk-info-box{
      display:flex;
      gap:15px;
      /* margin-bottom:20px; */
      align-items:flex-start;
    }

    .sk-info-box i{
      width:45px;
      height:45px;
      background:#1ea5fc;
      color:#fff;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:18px;
      flex-shrink:0;
    }

    .sk-info-text h4{
      margin-bottom:5px;
      color:#222;
      font-size:16px;
    }

    .sk-info-text p,
    .sk-info-text a{
      color:#555;
      text-decoration:none;
      font-size:14px;
      line-height:1.6;
    }

    .sk-info-text a:hover{
      color:#1ea5fc;
    }

    /* BUTTON */

    .sk-contact-btn{
      display:block;
      width:100%;
      text-align:center;
      text-decoration:none;
      background:linear-gradient(135deg,#003399,#1ea5fc);
      color:#fff;
      padding:14px;
      border-radius:10px;
      font-weight:bold;
      transition:0.3s;
      margin-top:10px;
    }

    .sk-contact-btn:hover{
      transform:translateY(-2px);
      box-shadow:0 8px 20px rgba(30,165,252,0.3);
    }

    /* MOBILE */

    @media(max-width:480px){

      .sk-contact-side{
        width:90%;
      }

      .sk-contact-side.sk-active{
        right:5%;
      }

    }


 