/* --------------------------------------------- 

* Filename:     custom-style.css
* Version:      1.0.0 (2016-01-12)
                1.0.2 (2024-01-09)
* Website:      https://www.hyscaler.com
* Description:  System Style
* Author:       Hyscaler Team

-----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

img{
	height:auto !important;
}

.global-right{
	float:right;
}
.global-text-align-right{
	text-align:right;
}
.big-header-top {
  padding: 1.1rem 0 .9rem;
  width: 100%;
  display: inline-block;
  background: #24a36d;
}
.big-header-top .block {
  margin-bottom:0;
}
.full-page {
  padding: 5% 2rem;
  background: url("https://sundarbantripplanner.com/themes/bootbig/images/full-width-1st.jpg") no-repeat fixed;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
}
.full-page-2nd {
  padding: 5% 2rem;
  background: url("https://sundarbantripplanner.com/themes/bootbig/images/full-width-3rd.jpg") no-repeat fixed;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
}
.full_page_left_right{
	padding:5% 0;
}
.footer-bottom-copyright{
	padding:2rem;
	background:#00342f;
	color:#fff;
}











/********** SLIDER *****/
/****************************************
            HOME SLIDER
****************************************/

.homeslider{
    position:relative;
    width:100%;
    /*height:100vh;*/
    overflow:hidden;
}

/****************************************
            SLIDER ITEM
****************************************/

.homeslider__item{
    position:relative;
    width:100%;
    /*height:100vh;*/
}

/****************************************
            IMAGE
****************************************/

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

/****************************************
            OVERLAY
****************************************/

.homeslider__item:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.45);
    z-index:1;
}

/****************************************
            CAPTION
****************************************/

.homeslider__caption{
    position:absolute;
    top:35%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    max-width:1000px;
    text-align:center;
    z-index:10;
}

.homeslider__caption p{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:5px;
    margin:0 0 20px;
}

.homeslider__caption h2{
    color:#fff;
    font-size:60px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 30px;
}

.homeslider__caption a{
    display:inline-block;
    padding:14px 35px;
    color:#fff;
    border:1px solid #fff;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
    transition:.3s;
}

.homeslider__caption a:hover{
    background:#fff;
    color:#000;
}

/****************************************
            WEBFORM BAR
****************************************/

.homeslider__form{
    position:absolute;
    left:50%;
    bottom:200px;
    transform:translateX(-50%);
    width:100%;
    max-width:1200px;
    z-index:20;
    padding:0 15px;
}

.homeslider__form form{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.homeslider__form .form-item{
    flex:1;
    margin:0;
}

.homeslider__form input,
.homeslider__form select{
    width:100%;
    height:60px;
    border:none;
    border-right:1px solid #e5e5e5;
    padding:0 15px;
    background:#fff;
}

.homeslider__form .form-actions{
    margin:0;
}

.homeslider__form .form-submit{
    height:60px;
    min-width:180px;
    border:none;
    background:#24a36d;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    cursor:pointer;
}

/****************************************
        LARGE DESKTOP
****************************************/

@media (max-width:1600px){

    .homeslider__caption h2{
        font-size:52px;
    }

}

/****************************************
        LAPTOP
****************************************/

@media (max-width:1366px){

    .homeslider__caption{
        top:38%;
    }

    .homeslider__caption h2{
        font-size:46px;
    }

    .homeslider__form{
        max-width:1000px;
    }

}

/****************************************
        TABLET
****************************************/

@media (max-width:1024px){

    .homeslider{
        height:800px;
    }

    .homeslider__item{
        /*height:800px;*/
    }

    .homeslider__caption{
        top:40%;
    }

    .homeslider__caption h2{
        font-size:40px;
    }

    .homeslider__form{
        max-width:95%;
        bottom:50px;
    }

    .homeslider__form input,
    .homeslider__form select{
        font-size:14px;
        padding:0 10px;
    }

}

/****************************************
        MOBILE
****************************************/

@media (max-width:767px){

    .homeslider{
        height:auto;
        overflow:visible;
    }

    .homeslider__item{
        /*height:500px;*/
    }

    .homeslider__caption{
        top:50%;
        width:90%;
    }

    .homeslider__caption p{
        font-size:11px;
        letter-spacing:2px;
        margin-bottom:15px;
    }

    .homeslider__caption h2{
        font-size:28px;
        margin-bottom:15px;
    }

    .homeslider__caption a{
        font-size:13px;
        padding:10px 20px;
    }

    /* FORM BELOW IMAGE */

    .homeslider__form{
        position:relative;
        left:auto;
        bottom:auto;
        transform:none;
        width:100%;
        max-width:100%;
        padding:20px 15px;
        background:#fff;
    }

    .homeslider__form form{
        display:block;
        box-shadow:none;
    }

    .homeslider__form .form-item{
        width:100%;
        margin-bottom:10px;
    }

    .homeslider__form input,
    .homeslider__form select{
        width:100%;
        height:50px;
        border:1px solid #ddd;
    }

    .homeslider__form .form-submit{
        width:100%;
        height:50px;
    }

}

/****************************************
        SMALL MOBILE
****************************************/

@media (max-width:480px){

    .homeslider__item{
        /*height:420px;*/
    }

    .homeslider__caption h2{
        font-size:22px;
    }

    .homeslider__caption p{
        font-size:10px;
    }

}
/********** SLIDER Webform END *****/










#page-title-inner{
	background:#DCF8F4;
	margin-bottom:3rem;
}

/****** PACKAGE IN *****/






/* ==================================================
   PACKAGE PAGE
   ================================================== */

.stp-packages{
    padding:50px 0;
    /*background:#f8fafc;*/
}

.stp-packages .row{
    margin-bottom:30px;
}

/* ==================================================
   COMMON CARD STYLE
   ================================================== */

.stp-p-description,
.stp-p-spot,
.stp-p-includs,
.stp-p-exclude,
.stp-p-itinerary,
.stp-p-child,
.stp-p-cancel{
    background:#ffffff;
    border:1px solid #e7edf3;
    border-radius:16px;
    padding:30px;
    box-shadow:0 4px 20px rgba(15,23,42,.05);
    transition:all .3s ease;
}

.stp-p-description:hover,
.stp-p-spot:hover,
.stp-p-includs:hover,
.stp-p-exclude:hover,
.stp-p-child:hover,
.stp-p-cancel:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(15,23,42,.08);
}

/* ==================================================
   SECTION HEADINGS
   ================================================== */

.stp-packages h3{
    position:relative;
    font-size:24px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
    padding-bottom:15px;
}

.stp-packages h3:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#198754;
    border-radius:20px;
}

/* ==================================================
   DESCRIPTION
   ================================================== */

.stp-p-description{
    font-size:16px;
    line-height:1.9;
    color:#475569;
}

/* ==================================================
   SPOTS / INCLUDES / EXCLUDES CARDS
   ================================================== */

.stp-p-spot{
    border-top:4px solid #0d6efd;
}

.stp-p-includs{
    border-top:4px solid #198754;
}

.stp-p-exclude{
    border-top:4px solid #dc3545;
}

/* ==================================================
   LIST RESET
   ================================================== */

.stp-p-spot ul,
.stp-p-includs ul,
.stp-p-exclude ul{
    margin:0;
    padding:0;
    list-style:none;
}

.stp-p-spot li,
.stp-p-includs li,
.stp-p-exclude li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    line-height:1.8;
    color:#334155;
    font-size:15px;
}

.stp-p-spot li:last-child,
.stp-p-includs li:last-child,
.stp-p-exclude li:last-child{
    margin-bottom:0;
}


/* ==================================================
   ITINERARY
   ================================================== */

.stp-p-itinerary{
    padding:40px;
}

/* Timeline */

.timeline{
    position:relative;
}

.timeline:before{
    content:"";
    position:absolute;
    left:20px;
    top:0;
    bottom:0;
    width:3px;
    background:#198754;
    border-radius:30px;
}

.timeline-item{
    position:relative;
    padding-left:65px;
    margin-bottom:30px;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-dot{
    position:absolute;
    left:10px;
    top:6px;
    width:22px;
    height:22px;
    background:#198754;
    border:4px solid #ecfdf3;
    border-radius:50%;
    z-index:2;
}

.timeline-content{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:12px;
    padding:22px;
}

.timeline-content h5{
    margin:0 0 10px;
    color:#198754;
    font-size:20px;
    font-weight:700;
}

.timeline-content p{
    margin:0;
    line-height:1.8;
    color:#475569;
}

/* ==================================================
   MENU
   ================================================== */

.stp-p-menu{
    text-align:center;
    margin:30px 0;
}

.stp-p-menu ul{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    padding:0;
    margin:0;
    list-style:none;
}

.stp-p-menu a{
    display:inline-block;
    padding:12px 22px;
    border-radius:30px;
    border:1px solid #dce3ea;
    background:#fff;
    color:#334155;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
}

.stp-p-menu a:hover{
    background:#198754;
    border-color:#198754;
    color:#fff;
}

/* ==================================================
   POLICIES
   ================================================== */

.stp-p-child{
    border-left:5px solid #0d6efd;
}

.stp-p-cancel{
    border-left:5px solid #dc3545;
}

.stp-p-child,
.stp-p-cancel{
    line-height:1.9;
    color:#475569;
}

.stp-p-child li,
.stp-p-cancel li{
    list-style:none;
}

/* ==================================================
   TABLES
   ================================================== */

.stp-packages table{
    width:100%;
    border-collapse:collapse;
}

.stp-packages table th{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    padding:12px;
}

.stp-packages table td{
    border:1px solid #e2e8f0;
    padding:12px;
}

/* ==================================================
   IMAGES
   ================================================== */

.stp-packages img{
    max-width:100%;
    height:auto;
    border-radius:10px;
}

/* ==================================================
   MOBILE
   ================================================== */

@media(max-width:768px){

    .stp-packages{
        padding:30px 0;
    }

    .stp-packages h3{
        font-size:22px;
    }

    .stp-p-description,
    .stp-p-spot,
    .stp-p-includs,
    .stp-p-exclude,
    .stp-p-itinerary,
    .stp-p-child,
    .stp-p-cancel{
        padding:20px;
    }

    .timeline:before{
        left:14px;
    }

    .timeline-dot{
        left:5px;
        width:18px;
        height:18px;
    }

    .timeline-item{
        padding-left:45px;
    }

    .timeline-content{
        padding:16px;
    }

    .stp-p-menu ul{
        flex-direction:column;
    }
}

/**** PACKAGE START ****/

.ourpkgs {
    text-align: center;
}

/* Title */
.ourpkgs .package-title {
    text-align: center;
    margin: 12px 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

/* Image */
.ourpkgs .package-image {
    text-align: center;
}

.ourpkgs .package-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Starting price */
.ourpkgs .starting-from {
    text-align: center;
    margin: 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #009900;
}


/* Bottom buttons */
.ourpkgs .enquiry-now,
.ourpkgs .view-details {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

/* Enquiry button */
.ourpkgs .enquiry-now a {
    display: block;
    background: #009900;
    color: #fff;
    padding: 10px 12px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.ourpkgs .enquiry-now a:hover {
    background: #006600;
}


/* View details button */
.ourpkgs .view-details a {
    display: block;
    background: #ff9800;
    color: #fff;
    padding: 10px 12px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.ourpkgs .view-details a:hover {
    background: #d97700;
}


/* Clear float */
.ourpkgs:after {
    content: "";
    display: block;
    clear: both;
}




/**** PACKAGE IN END ****/

/* ===== Sidebar Menu Modern Style ===== */

.sidebar .region-sidebar-first {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* Title */
.sidebar h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
  position: relative;
  padding-bottom: 10px;
}

.sidebar h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #000;
  border-radius: 10px;
}

/* Menu Reset */
.sidebar .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Menu Items */
.sidebar .menu-item {
  margin-bottom: 8px;
}

/* Links */
.sidebar .menu-item a {
  position: relative;
  display: block;
  padding: 14px 18px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: #b5ecf9;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Bottom Border Animation */
.sidebar .menu-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s ease;
}

/* Hover Effect */
.sidebar .menu-item a:hover {
  background: #fff;
  color: #000;
  padding-left: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Left to Right Border Animation */
.sidebar .menu-item a:hover:after {
  width: 100%;
}

/* Active Menu */
.sidebar .menu-item--active-trail a,
.sidebar .menu-item a.is-active {
  background: #000;
  color: #fff;
}

/* Active Border */
.sidebar .menu-item--active-trail a:after,
.sidebar .menu-item a.is-active:after {
  width: 100%;
  background: #fff;
}
/* Hide Menu Blocks on Mobile & Tablet */

/* Active Menu */
.sidebar .menu-item--active-trail > a,
.sidebar .menu-item a.is-active,
.sidebar .menu-item a[aria-current="page"] {
  background: #000;
  color: #fff !important;
}

/* Active Border */
.sidebar .menu-item--active-trail > a:after,
.sidebar .menu-item a.is-active:after,
.sidebar .menu-item a[aria-current="page"]:after {
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 991px) {

  #block-bootbig-saviorpriority,
  #block-bootbig-aboutus,
  #block-bootbig-products-2 {
    display: none !important;
  }

}



/********* BLOCKS *********/
#block-bootbig-toprightsocialmedia{
	text-align:right;
}
#block-bootbig-topleftphnno a{
	color:#fff !important;
}
#block-bootbig-toprightsocialmedia a{
	color:#fff !important;
}
/* Our Packages Section */
#block-bootbig-views-block-our-packages-package {
    text-align: center;
    margin: 5% auto;
    padding: 0 15px;
}

/* Section Heading */
#block-bootbig-views-block-our-packages-package h2 {
    text-align: center;
    color: #f48528;
    font-family: "Anton", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 30px;
    position: relative;
}

/* Small underline decoration */
#block-bootbig-views-block-our-packages-package h2:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #009900;
    margin: 15px auto 0;
    border-radius: 10px;
}


/* Package card area */
#block-bootbig-views-block-our-packages-package .ourpkgs {
    height: 100%;
}

/* Tablet */
@media (max-width: 991px) {

    #block-bootbig-views-block-our-packages-package {
        margin: 50px auto;
    }

    #block-bootbig-views-block-our-packages-package h2 {
        font-size: 34px;
        letter-spacing: 1.5px;
    }

}

/* Mobile */
@media (max-width: 767px) {

    #block-bootbig-views-block-our-packages-package {
        margin: 35px auto;
        padding: 0 12px;
    }

    #block-bootbig-views-block-our-packages-package h2 {
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    #block-bootbig-views-block-our-packages-package h2:after {
        width: 50px;
        height: 3px;
        margin-top: 10px;
    }

}
/* Small mobile */
@media (max-width: 420px) {

    #block-bootbig-views-block-our-packages-package h2 {
        font-size: 24px;
    }

}
@media (max-width:767px){
	#block-bootbig-topleftphnno, #block-bootbig-toprightsocialmedia{
		width:50%;
		float:left;
	}
}
#block-bootbig-welcometosundarbantripplanner{
	text-align:center;
}
#block-bootbig-welcometosundarbantripplanner h2{
	font-size:40px;
	color:#009900;
}
#block-bootbig-whychooseus {
    text-align: center;
    margin: 5% auto;
    padding: 0 15px;
}

/* Section Heading */
#block-bootbig-whychooseus h2 {
    text-align: center;
    color: #f48528;
    font-family: "Anton", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 30px;
    position: relative;
}

/* Small underline decoration */
#block-bootbig-whychooseus h2:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #009900;
    margin: 15px auto 0;
    border-radius: 10px;
}


/* Package card area */
#block-bootbig-whychooseus .ourpkgs {
    height: 100%;
}

#block-bootbig-whychooseus h4 {
    text-align: center;
    font-size: 30px;
}

/* Tablet */
@media (max-width: 991px) {

    #block-bootbig-whychooseus {
        margin: 50px auto;
    }

    #block-bootbig-whychooseus h2 {
        font-size: 34px;
        letter-spacing: 1.5px;
    }

}
#block-bootbig-views-block-testimonials-block-1{
	text-align:center;
}
#block-bootbig-views-block-testimonials-block-1 h2{
	font-size:30px;
	color:#FF3333;
}

/**/
/*#block-bootbig-whysundarbantripplannernotothers{
    padding:45px 15px;
    background:#f8fff5;
}*/

#block-bootbig-whysundarbantripplannernotothers>h2{
    text-align:center;
    font-size:36px;
    font-weight:900;
    color:#08763b;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 20px;
    line-height:1.2;
}

#block-bootbig-whysundarbantripplannernotothers>h2:after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    margin:10px auto 0;
    border-radius:20px;
    background:#ff9800;
}

#block-bootbig-whysundarbantripplannernotothers>div:not(.contextual){
    max-width:1100px;
    margin:auto;
}

#block-bootbig-whysundarbantripplannernotothers h6{
    margin:18px 0 6px;
    padding-left:12px;
    border-left:4px solid #009900;
    font-size:20px;
    font-weight:800;
    color:#08763b;
    letter-spacing:.5px;
    line-height:1.3;
}

#block-bootbig-whysundarbantripplannernotothers p{
    background:#fff;
    padding:12px 15px;
    border-radius:10px;
    color:#555;
    font-size:15px;
    line-height:1.6;
    margin:0 0 10px;
    box-shadow:0 4px 15px rgba(0,80,40,.07);
    transition:.3s ease;
}

#block-bootbig-whysundarbantripplannernotothers p:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,120,60,.12);
}

@media(max-width:991px){
    #block-bootbig-whysundarbantripplannernotothers{
        padding:40px 15px;
    }
    #block-bootbig-whysundarbantripplannernotothers>h2{
        font-size:34px;
    }
}

@media(max-width:767px){
    #block-bootbig-whysundarbantripplannernotothers{
        padding:30px 12px;
    }
    #block-bootbig-whysundarbantripplannernotothers>h2{
        font-size:25px;
    }
    #block-bootbig-whysundarbantripplannernotothers h6{
        font-size:17px;
    }
    #block-bootbig-whysundarbantripplannernotothers p{
        font-size:14px;
        padding:10px 12px;
        line-height:1.55;
    }
}
/****/
/*#block-bootbig-topnotchfacilities{
    padding:45px 15px;
    background:#f8fff5;
}
*/
#block-bootbig-topnotchfacilities>h2{
    text-align:center;
    font-size:36px;
    font-weight:900;
    color:#08763b;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 20px;
    line-height:1.2;
}

#block-bootbig-topnotchfacilities>h2:after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    margin:10px auto 0;
    border-radius:20px;
    background:#ff9800;
}

#block-bootbig-topnotchfacilities>div:not(.contextual){
    max-width:1100px;
    margin:auto;
}

#block-bootbig-topnotchfacilities h6{
    margin:18px 0 6px;
    padding-left:12px;
    border-left:4px solid #009900;
    font-size:20px;
    font-weight:800;
    color:#08763b;
    letter-spacing:.5px;
    line-height:1.3;
}

#block-bootbig-topnotchfacilities p{
    background:#fff;
    padding:12px 15px;
    border-radius:10px;
    color:#555;
    font-size:15px;
    line-height:1.6;
    margin:0 0 10px;
    box-shadow:0 4px 15px rgba(0,80,40,.07);
    transition:.3s ease;
}

#block-bootbig-topnotchfacilities p:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,120,60,.12);
}

@media(max-width:991px){
    #block-bootbig-topnotchfacilities{
        padding:40px 15px;
    }
    #block-bootbig-topnotchfacilities>h2{
        font-size:34px;
    }
}

@media(max-width:767px){
    #block-bootbig-topnotchfacilities{
        padding:30px 12px;
    }
    #block-bootbig-topnotchfacilities>h2{
        font-size:25px;
    }
    #block-bootbig-topnotchfacilities h6{
        font-size:17px;
    }
    #block-bootbig-topnotchfacilities p{
        font-size:14px;
        padding:10px 12px;
        line-height:1.55;
    }
}

#block-bootbig-contactinformations .footerwidget h2{
	color: #5198f4;
}
#block-bootbig-views-block-footer-packages-block-1 h4 a{
    display:block;
    background:rgba(255,255,255,.5);
    padding:10px 15px;
    margin-bottom:4px;
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    line-height:1.4;
    transition:.3s ease;
}

#block-bootbig-views-block-footer-packages-block-1 h4 a:hover{
    background:#009900;
    color:#fff;
    padding-left:22px;
}
#block-bootbig-aboutsundarbantripplanner a {
  padding: 10px 15px;
  background: #3567FF;
  color: #FFFFFF;
  border-radius: 30px;
}
#block-bootbig-views-block-image-gallery-block-1{
	text-align:center;
}














/********* BLOCKS END *********/


/******* RE WRITE *****/
/* Image Section */
.3-column-image {
    flex: 0 0 80px;
    padding-right: 20px;
    border-right: 2px solid #dcdcdc;
}

.3-column-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.region-header .brand{
	padding-top:0 !important;
}
.navbar-default{
	border-bottom:0 !important;
}
.menu-base-theme li a{
	background-color:#FFFFFF !important;
}
.menu-base-theme > li{
	background:none !important;
}
.menu-base-theme a{
	padding:10px 15px !important;
	font-weight: normal !important;
	font-size: 1.1rem !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
}
.menu-base-theme a:hover{
	color:#000 !important;
}

.menu-base-theme ul {
    border: none !important;
}

.menu-base-theme a span.sub-arrow {
    top:17px !important;
    border-color: #ffae45 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
#block-bootbig-main-menu{
	margin:10px 0 0 0;
}
.menu-base-theme a {
  position: relative;
  text-decoration: none;
}

/* Create hidden underline */
.menu-base-theme a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* adjust spacing */
  width: 0;
  height: 2px;
  background-color: #000; /* change color */
  transition: width 0.3s ease;
}

/* Hover effect */
.menu-base-theme a:hover::after {
  width: 100%;
}

header .big-logo-menu{
	background:#fff;
	z-index:999;
}
#main-menu > li:nth-child(8) > a:nth-child(1) {
  color: #fff !important;
  background: #53c053 !important;
  animation: greenGlow 1.2s infinite;
  border-radius: 7px;
}
@keyframes greenGlow {
    50% {
        box-shadow: 0 0 20px #00ff00;
        background: #00cc00 !important;
    }
}


/**** FULL PAGE 1st *****/
/* CTA Section */
.stp-6 {
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Optional soft overlay */
.stp-6:before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(0,0,0,0.15);*/
    pointer-events: none;
}

.stp-6 .container {
    position: relative;
    z-index: 1;
}


/* Heading */
.stp-6 h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: .5px;
}


/* Text Area */
.stp-6 .mx-auto {
    max-width: 100%;
}


/* Paragraph */
.stp-6 p.lead {
    color: #e9fff5;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.stp-6 p {
    color: #d5f5e7;
    font-size: 17px;
    line-height: 1.7;
}


.stp-6 strong {
    color: #ffe36e;
}


/* Call Button */
.stp-6 .btn-success {
    margin-top: 12px;
    background: linear-gradient(135deg,#ff9800,#ffb52e);
    border: none;
    color: #fff;
    padding: 14px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 10px 25px rgba(255,152,0,.35);
}


/* Button hover */
.stp-6 .btn-success:hover {
    background: linear-gradient(135deg,#ffb733,#ff8500);
    transform: translateY(-5px);
    color: #003d2b;
    box-shadow: 0 18px 35px rgba(255,152,0,.45);
}


/* Shine effect */
.stp-6 .btn-success:before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 60px;
    height: 100%;
    background: rgba(255,255,255,.35);
    transform: skewX(-25deg);
    transition: .6s;
}

.stp-6 .btn-success:hover:before {
    left: 120%;
}


/* Tablet */
@media(max-width:991px){

    .stp-6 {
        padding: 55px 15px;
    }

    .stp-6 h2 {
        font-size: 34px;
    }

    .stp-6 p.lead {
        font-size: 18px;
    }

}


/* Mobile */
@media(max-width:767px){

    .stp-6 {
        padding: 45px 15px;
    }

    .stp-6 h2 {
        font-size: 26px;
        line-height: 1.35;
    }

    .stp-6 p.lead {
        font-size: 16px;
        line-height: 1.6;
    }

    .stp-6 p {
        font-size: 15px;
    }


    .stp-6 .btn-success {
        width: 100%;
        padding: 13px 20px;
        font-size: 18px;
    }

}
/******** FULL PAGE 1st End ******/


/****** WHY CHOOSE US START****/

#block-bootbig-whychooseus .stp-why-cu {
    padding:60px 15px;
    background:#f8fff8;
}

#block-bootbig-whychooseus .row {
    display:flex;
    flex-wrap:wrap;
}

#block-bootbig-whychooseus .col-lg-3,
#block-bootbig-whychooseus .col-md-6 {
    display:flex;
}


#block-bootbig-whychooseus .h-100 {
    width:100%;
    background:#fff;
    border:1px solid #e4f1e4!important;
    border-radius:15px!important;
    padding:10px!important;
    text-align:center;
    display:flex;
    flex-direction:column;
    transition:.35s ease;
    box-shadow:0 5px 18px rgba(0,80,40,.08);
    position:relative;
    overflow:hidden;
}


#block-bootbig-whychooseus .h-100:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#009900,#8bdc65);
}


#block-bootbig-whychooseus .h-100:hover {
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,120,60,.18);
}


#block-bootbig-whychooseus i {
    color:#009900!important;
    margin-top:15px;
    transition:.3s ease;
}

#block-bootbig-whychooseus .h-100:hover i {
    color:#ff9800!important;
    transform:scale(1.15);
}


#block-bootbig-whychooseus h4 {
    font-size:20px;
    font-weight:800;
    color:#000;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:15px 0;
    line-height:1.3;
}


#block-bootbig-whychooseus p {
    font-size:15px;
    line-height:1.7;
    color:#555;
}


@media(max-width:991px){

#block-bootbig-whychooseus .stp-why-cu{
    padding:50px 15px;
}

#block-bootbig-whychooseus h4{
    font-size:19px;
}

}


@media(max-width:767px){

#block-bootbig-whychooseus .stp-why-cu{
    padding:35px 12px;
}

#block-bootbig-whychooseus .row{
    row-gap:20px;
}

#block-bootbig-whychooseus .h-100{
    padding:15px!important;
}

#block-bootbig-whychooseus i{
    font-size:38px;
}

#block-bootbig-whychooseus h4{
    font-size:18px;
    letter-spacing:.8px;
}

#block-bootbig-whychooseus p{
    font-size:14px;
    line-height:1.6;
}

}

/******  WHY CHOSE US END ******/

/*********** ADVENTURE *************/
.stp-why-adventure {
    /*padding:70px 15px;
    background:#f8fff5;*/
}

.stp-why-adventure .container {
    /*max-width:1000px;*/
	width:100%;
}

/* Main Heading */
.stp-why-adventure h2 {

    font-size:40px;
    font-weight:900;
    color:#08763b;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
    line-height:1.25;
}

/* Sub Heading */
.stp-why-adventure h3 {

    font-size:24px;
    font-weight:700;
    color:#234b35;
    line-height:1.5;
    margin-bottom:20px;
}

/* Description */
.stp-why-adventure h4 {
    font-size:18px;
    font-weight:600;
    color:#000;
    line-height:1.8;
    margin-bottom:25px;
}

/* Last Line */
.stp-why-adventure h5 {
    font-size:18px;
    font-weight:700;
    color:#333;
    line-height:1.7;
}

/* Book Link */
.stp-why-adventure h5 a {
    display:inline-block;
    background:#009900;
    color:#fff;
    text-decoration:none;
	 padding:5px 18px;
    border-radius:30px;
    margin-left:5px;
    transition:.3s ease;
}

.stp-why-adventure h5 a:hover {
    background:#ff9800;
    color:#fff;
    transform:translateY(-3px);
}

/* Decorative line */

.stp-why-adventure h2:after {
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#ff9800;
    border-radius:20px;
    margin:15px auto 0;
}

/* Tablet */
@media(max-width:991px){

    .stp-why-adventure {
        padding:55px 15px;
    }


    .stp-why-adventure h2 {
        font-size:34px;
    }


    .stp-why-adventure h3 {
        font-size:21px;
    }

}



/* Mobile */
@media(max-width:767px){

    .stp-why-adventure {
        padding:40px 12px;
    }
    .stp-why-adventure h2 {
        font-size:26px;
        line-height:1.35;
    }

    .stp-why-adventure h3 {
        font-size:18px;
    }


    .stp-why-adventure h4,
    .stp-why-adventure h5 {
        font-size:15px;
        line-height:1.6;
    }


    .stp-why-adventure h5 a {
        margin-top:8px;
    }

}
/**** ADVENTURE END ***/

/*** TESTIMONIALS **/

#block-bootbig-views-block-testimonials-block-1{
	margin-bottom:4%;
}
#block-bootbig-views-block-testimonials-block-1 h2{
    text-align:center;
    font-size:40px;
    font-weight:900;
    color:#08763b;
    text-transform:uppercase;
    letter-spacing:1.5px;
    margin:0 0 25px;
    line-height:1.2;
    position:relative;
}


#block-bootbig-views-block-testimonials-block-1 h2:after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    margin:12px auto 0;
    background:linear-gradient(90deg,#009900,#ff9800);
    border-radius:20px;
}


#block-bootbig-views-block-testimonials-block-1 h2:before{
    display:block;
    color:#dcefdc;
    font-size:55px;
    line-height:.6;
    margin-bottom:8px;
}

/* Mobile */

@media(max-width:767px){

    #block-bootbig-views-block-testimonials-block-1 h2{
        font-size:26px;
        letter-spacing:1px;
    }

    #block-bootbig-views-block-testimonials-block-1 h2:before{
        font-size:42px;
    }

}
.stp-testimonials{    
    border-radius:15px;
    padding:25px;
    height:100%;
    text-align:center;
    overflow:hidden;
}


.quote-icon{
    text-align:center;
    font-size:80px;
    color:#dcefdc;
    line-height:1;
    margin-bottom:10px;
}


.quote-icon i{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    display:inline-block;
}


.testimonial-content{
    text-align:center;
}

.guest-image,
.guest-image .field,
.guest-image .field__item{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.guest-image img{
    width:150px!important;
    height:150px!important;
    object-fit:cover;
    border-radius:50%;
    border:5px solid #e7f5e7;
}

.guest-info h4{
    margin:15px 0 5px;
    font-size:22px;
    font-weight:800;
    color:#08763b;
}


.guest-info span{
    font-size:15px;
    color:#777;
}


.testimonial-text{
    margin-top:18px;
    color:#555;
    font-size:16px;
    line-height:1.7;
}


/* Tablet */
@media(max-width:991px){

    .quote-icon{
        font-size:70px;
    }

}


/* Mobile */
@media(max-width:767px){

    .stp-testimonials{
        padding:20px 15px;
    }

    .quote-icon{
        font-size:60px;
        margin-bottom:5px;
    }

    .guest-image img{
        width:120px!important;
        height:120px!important;
    }

    .guest-info h4{
        font-size:20px;
    }

    .testimonial-text{
        font-size:14px;
        line-height:1.6;
    }

}

/**** TESTIMONIALS END *****/
/******* FOOTER CONTACT ******/

.sts-contact-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:5px 0;
    margin-bottom:8px;
    border-radius:12px;
    color:#fff;
    font-size:15px;
    line-height:1.6;
}

.sts-contact-item i{
    width:35px;
    height:35px;
    min-width:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#009900;
    color:#fff;
    border-radius:50%;
    font-size:16px;
}

.sts-contact-item a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.sts-contact-item .fab.fa-whatsapp{
    background:#25D366;
}

@media(max-width:767px){

    .sts-contact-item{
        font-size:14px;
        padding:10px 0;
        gap:10px;
    }

    .sts-contact-item i{
        width:32px;
        height:32px;
        min-width:32px;
        font-size:14px;
    }

}

/******* FOOTER CONTACT END ******/
/***** WHATSAPP ****/

.whatsapp{
    position:fixed;
    bottom:70px;
    left:15px;
    z-index:9999;
}


.whatsapp a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:15px;
    font-weight:700;
    line-height:1.3;
    animation:whatsappPulse 2s infinite;
}


.whatsapp i{
    margin-top:5px;
    font-size:48px;
    color:#25D366;
    text-shadow:
    0 3px 10px rgba(0,0,0,.35);
}


/* Animation */

@keyframes whatsappPulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }

    100%{
        transform:scale(1);
    }

}



/* Mobile */

@media(max-width:767px){

    .whatsapp{
        bottom:25px;
        left:12px;
    }


    .whatsapp a{
        font-size:14px;
    }


    .whatsapp i{
        font-size:42px;
    }

}
/***** WHATSAAP END **********/

/****  CONTACT PAGE***/
#block-bootbig-contactinformations-2 .sts-contact-item {
    color: #333333;
    display: flex;
    align-items: center;
}

#block-bootbig-contactinformations-2 .sts-contact-item a {
    color: #0066CC;
}
#block-bootbig-googlemap iframe{
	width:100% !important;
	padding:4% 0 0 0;
}


