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

* 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=Bebas+Neue&display=swap');


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: #3da05a;
}
.big-header-top .block {
  margin-bottom:0;
}
.full-page{
    padding:3% 2rem;
    background:url("https://sundarbantigersafari.com/themes/bootbig/images/patjosse-sky.jpg") no-repeat fixed;
    background-size:cover;
    background-position:center;
}
.full-page-middle{
    padding:3% 2rem;
    background:url("https://sundarbantigersafari.com/themes/bootbig/images/Sundarban-Environment.jpg") no-repeat fixed;
    background-size:cover;
    background-position:center;
}
.footer-bottom-copyright{
	padding:2rem;
	background:#0d325f;
	color:#fff;
}







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

.homeslider{
    position:relative;
    width:100%;
    overflow:hidden;
}

.homeslider__item{
    position:relative;
    width:100%;
}

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

.homeslider__item:before{
    content:"";
    position:absolute;
    inset: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;
}

.slider--in{
    text-align:center;
    padding:35px 25px;
    border-radius:15px;
    margin:auto;
}

.slider--in span{
    display:inline-block;
    padding:10px 18px;
    margin:6px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    color:#fff;
    transition:.3s ease;
}


/* Different colors for each package */

.slider--in span:nth-of-type(1){
    background:#1f4d3a;
}

.slider--in span:nth-of-type(2){
    background:#2563eb;
}

.slider--in span:nth-of-type(3){
    background:#7c3aed;
}

.slider--in span:nth-of-type(4){
    background:#d97706;
}

.slider--in span:nth-of-type(5){
    background:#dc2626;
}

.slider--in span:nth-of-type(6){
    background:#0891b2;
}


.slider--in span:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(0,0,0,0.15);
}


@media(max-width:768px){
    .slider--in span{
        font-size:14px;
        padding:8px 14px;
    }

}


/****************************************
        WEBFORM BAR
        DESKTOP 3 x 2 GRID
****************************************/

.homeslider__form{

    position:absolute;

    left:50%;
    bottom:350px;

    transform:translateX(-50%);

    width:100%;
    max-width:1200px;

    z-index:20;

    padding:0 15px;
}



.homeslider__form form{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:15px;

    background:#fff;

    padding:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}



/* fields */

.homeslider__form .form-item{

    margin:0;
    width:100%;

}



.homeslider__form input,
.homeslider__form select{

    width:100%;

    height:60px;

    border:1px solid #e5e5e5;

    padding:0 15px;

    background:#fff;

    box-sizing:border-box;

}



/* submit last column */

.homeslider__form .form-actions{

    margin:0;

    width:100%;

}



.homeslider__form .form-submit{

    width:100%;

    height:60px;

    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__caption{
        top:40%;
    }



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



    .homeslider__form{

        bottom:50px;
        max-width:95%;

    }



    .homeslider__form form{

        grid-template-columns:repeat(2,1fr);

    }



}





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

@media(max-width:767px){


    .homeslider{

        height:auto;

        overflow:visible;

    }



    .homeslider__caption{

        top:50%;

    }




    .homeslider__caption p{

        font-size:11px;

        letter-spacing:2px;

    }




    .homeslider__caption h2{

        font-size:28px;

    }




    .homeslider__form{

        position:relative;

        left:auto;

        bottom:auto;

        transform:none;

        width:100%;

        padding:20px 15px;

        background:#fff;

    }




    .homeslider__form form{

        display:block;

        padding:0;

        box-shadow:none;

    }




    .homeslider__form .form-item{

        margin-bottom:10px;

    }




    .homeslider__form input,
    .homeslider__form select{

        height:50px;

    }




    .homeslider__form .form-submit{

        height:50px;

    }


}



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

@media(max-width:480px){


    .homeslider__caption h2{
       display:none;
    }

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







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


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

/*.owl-carousel .owl-item img{
	width:150px;
	height:150px;
}
*/
/****** 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 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 START *********/

#block-bootbig-topright{
	text-align:right;
}
#block-bootbig-topright a i{
	margin:0 3px;
	color:#fff;
}
#block-bootbig-topleft a i{
	margin:0 3px;
	color:#fff;
}
#block-bootbig-topleft a{
	color:#fff;
}
#block-bootbig-welcometoasundarbanstigersafari{
	text-align:center;
}
#block-bootbig-welcometoasundarbanstigersafari h2{
	font-family: "Bebas Neue", sans-serif;
	text-align:center;
}

#block-bootbig-whysundarbantigersafariisspecial{
	padding:5% 0;
}
#block-bootbig-whysundarbantigersafariisspecial img{
	width:100%;
}
#block-bootbig-whysundarbantigersafariisspecial h2{
	font-family: "Bebas Neue", sans-serif;
}
#block-bootbig-whysundarbantigersafariisspecial h3{
	color:#16B864;
}

#block-bootbig-facilitiesandamenities{
	padding:5% 0;
}
#block-bootbig-facilitiesandamenities img{
	width:100%;
}
#block-bootbig-facilitiesandamenities h2{
	font-family: "Bebas Neue", sans-serif;
}
#block-bootbig-facilitiesandamenities h3{
	color:#16B864;
}
#block-bootbig-views-block-guest-experiences-block-1 img{
	position: relative;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 100px;
}

#block-bootbig-views-block-guest-experiences-block-1{
    text-align:center;
}
#block-bootbig-views-block-guest-experiences-block-1 h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:35px;
    font-weight:700;
}
#block-bootbig-startyourjourneytothesundarbanenvironmenttoday{
	text-align:center;
	color:#fff;
}
#block-bootbig-startyourjourneytothesundarbanenvironmenttoday h2{
	text-align:center;
	color:#fff;
	font-family: "Bebas Neue", sans-serif;
}
#block-bootbig-views-block-packages{
	text-align:center;
	padding:5% 0;
}
#block-bootbig-views-block-packages h2{
	text-align:center;
	font-family: "Bebas Neue", sans-serif;
}
#block-bootbig-logo{
	text-align:center;
}
#block-bootbig-followus{
	text-align:center;
}



















#block-bootbig-toprightsocialmedia{
	text-align:right;
}
@media (max-width:767px){
	#block-bootbig-topleftphnno, #block-bootbig-toprightsocialmedia{
		width:50%;
		float:left;
	}
}

/******* 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:15px 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%;
}


/*** CONTACT PGE START****/

.sts-contact-box{
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.9;
    background: #ffffff;
}

.sts-contact-box h3{
    margin: 0 0 22px;
    color: #1b5e20;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #2e7d32;
    padding-bottom: 10px;
}

.sts-contact-item{
    margin-bottom: 14px;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sts-contact-item i{
    width: 22px;
    font-size: 18px;
    margin-top: 4px;
    color: #2e7d32;
}

.sts-contact-item a{
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.sts-contact-item a:hover{
    color: #2e7d32;
    text-decoration: none;
}

/************  Contact page End  ************/


/************* SERVICE PAGE START ***********/

.sts-service-page{
    margin:auto;
    padding:30px;
    font-family:Arial, sans-serif;
    color:#333;
    line-height:1.7;
}


.sts-title{
    text-align:center;
    margin-bottom:35px;
}


.sts-title h2{
    font-size:34px;
    margin-bottom:10px;
    color:#1f4d3a;
}


.sts-title p{
    font-size:16px;
    color:#666;
}


.sts-service-page h3{
    font-size:24px;
    color:#1f4d3a;
    margin:30px 0 20px;
}


.sts-service-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}


.sts-service-item:hover {
    transform: translateY(-3px);
    border-color: #AEDD42;
    box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}

.sts-service-item h4{
    margin:0 0 8px;
    font-size:20px;
    color:#222;
}


.sts-service-item p{
    margin:0;
    color:#555;
}


.sts-inclusion{
    background:#f7f9f8;
    padding:25px;
    border-radius:8px;
    margin-top:30px;
}


.sts-inclusion ul{
    margin:0;
    padding-left:20px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px;
}


.sts-inclusion li{
    color:#444;
}


.sts-note{
    margin-top:30px;
    padding:18px;
    background:#1f4d3a;
    color:white;
    text-align:center;
    border-radius:8px;
    font-weight:600;
}


@media(max-width:700px){

    .sts-service-page{
        padding:15px;
    }

    .sts-title h2{
        font-size:28px;
    }

    .sts-inclusion ul{
        grid-template-columns:1fr;
    }

}

/*********** SERVICE PAGE END *********/

/************* HOME PAGE FULL Book Now ***********/
.sts-booking-box{
    text-align:center;
    padding:50px 25px;
}


.sts-booking-box h3{
    margin:0 0 18px;
    font-size:34px;
    font-weight:700;
}


.sts-booking-box h3 a{
    display:inline-block;
    background:#1f4d3a;
    color:#fff;
    text-decoration:none;
    padding:12px 35px;
    border-radius:50px;
    transition:.3s ease;
    box-shadow:0 6px 15px rgba(0,0,0,0.15);
}


.sts-booking-box h3 a:hover{
    background:#f59e0b;
    transform:translateY(-3px);
}


.sts-booking-box h5{
    margin:15px auto 0;
    font-size:18px;
    font-weight:400;
    line-height:1.6;
    color:#333;

    background:rgba(255,255,255,0.6);
    padding:12px 20px;
    border-radius:10px;
    display:inline-block;
}

/******  HOME PAGE  Book Now  END ********/

/************ MOBILE **********/
@media (max-width:767px){
	#block-bootbig-branding{
		text-align:center !important
	}
	#block-bootbig-topleft{
		width:50%;
		float:left;
	}
	#block-bootbig-topright{
		width:50%;
		float:right;
	}
}
/**********  Mobile ********/







