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

* 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');


.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: #1e3c78;
}
.big-header-top .block {
  margin-bottom:0;
}
.full-page{
	padding:3% 2rem;
	background:#EEEEEE;
}
.footer-bottom-copyright{
	padding:2rem;
	background:#0d325f;
	color:#fff;
}

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

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

.homeslider__item{
    position:relative;
    width:100%;
    /*height:100vh;*/
}
.homeslider__item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

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

.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;
}
.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 *********/
#block-bootbig-toprightsocialmedia{
	text-align:right;
}









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



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

















