/* ===========================================================
   GOOGLE FONT IMPORT
=========================================================== */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900';


/* ===========================================================
   BASE STYLES
=========================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #030303;
}


* {
    outline: none !important;
    margin: 0;
    padding: 0;
}


/* ===========================================================
   PRELOADER
=========================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, .6);
    color: #999;
    display: none;
}


.loader-one {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/* ===========================================================
   SCROLL-UP BUTTON
=========================================================== */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #ffc20e;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    z-index: 100;
}


.scrollup:hover,
.scrollup:focus { color: #fff; }


.scrollup i {
    position: relative;
    top: 0;
    transition: all 0.3s;
}


.scrollup:hover i { top: -5px; }


/* ===========================================================
   DEFAULT MARGINS
=========================================================== */
.m-0px { margin: 0px; }
.m-5px { margin: 5px; }
.m-10px { margin: 10px; }
/* ...and so on for m-15px, m-20px, m-25px, m-*-lr, m-*-tb, m-*-t, m-*-r, m-*-b, m-*-l ... */


/* ===========================================================
   DEFAULT PADDINGS
=========================================================== */
.p-0px { padding: 0px; }
.p-5px { padding: 5px; }
.p-10px { padding: 10px; }
/* ...and so on for p-15px, p-20px, p-25px, p-*-lr, p-*-tb, p-*-t, p-*-r, p-*-b, p-*-l ... */


/* ===========================================================
   UTILITY CLASSES
=========================================================== */
.fullwidth { width: 100%!important; }
.img-maxwidth100 { max-width: 100%; }
.posrel { position: relative; }
.posabs { position: absolute; }


/* ===========================================================
   BUTTON STYLES
=========================================================== */
a, button, input[type=submit] { transition: all 0.3s; }


.btn-black { background-color: #000; color: #fff; padding: 10px 25px; font-size: 20px; font-weight: 300; display: inline-block; }
.btn-black:hover { background-color: #0074be; }


.btn-blue { background-color: #ff4200; color: #fff; padding: 2px 20px; font-weight: 300; border: 1px solid #ff4200; font-size: 16px!important; display: inline-block; }
.btn-blue:hover { background-color: #000; border-color: #000; }


.btn-trans { background-color: transparent; color: #ff4200; padding: 6px 20px; border: 1px solid #ff4200; font-size: 16px!important; }
.btn-trans:hover { background-color: #000; border-color: #000; color: #fff; }


.btn-green { background-color: transparent; color: #ff4200; padding: 6px 20px; font-weight: 900; border: 1px solid #ff4200; font-size: 16px!important; }
.btn-green:hover { color: #faa905; border-color: #faa905; }


/* ===========================================================
   HEADER
=========================================================== */
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    font-family: 'Roboto';
}


.header-top { background: #fff; }
.header-right { float: right; padding: 5px 0 10px; transition: all 0.3s; display: block; }
.tollfree { float: left; margin-right: 68px; font-size: 21px; line-height: 34px; color: #000; font-weight: bold; }


/* ===========================================================
   MEDIA QUERIES
=========================================================== */
@media (max-width: 767px) {
    .onmobile { display: block; width: 100%; text-align: center; }
    .header-right { display: none !important; }
    .tollfree { margin-right: 0px; margin-top: -27px !important; width: 100%; }
    .navbar-collapse { position: fixed; top: 0; left: 0; background: #fff; width: 100%; height: 100%!important; padding-top: 60px; }
    /* other responsive rules... */
}


/* ===========================================================
   NAVBAR STYLES
=========================================================== */
.navbar-default { background: transparent; border: none; padding: 0px 0 18px; position: absolute; box-shadow: none; margin-top: -70px; margin-left: 56px; }
.navbar-nav > li > .dropdown-menu { margin-top: 6px; padding: 0; }
.navbar-nav > li > .dropdown-menu li a { padding: 7px 15px; }
.navbar-nav > li > .dropdown-menu li a:hover { background-color: #007dc6; color: #fff; }


/* ===========================================================
   HERO SECTION
=========================================================== */
.hero { position: relative; z-index: 1; }
.hero-caption { position: absolute; top: 165px; left: 0; width: 100%; font-size: 32px; line-height: 48px; font-weight: 300; text-transform: uppercase; }
.hero-caption span { font-size: 59px; }
.hero-caption .spanblue { color: #ff4200; font-weight: 400; font-size: 52px; }


/* ===========================================================
   SECTIONS (HOME, SERVICES, PACKAGES, ENTERTAINMENT)
=========================================================== */

/* =================== DESKTOP =================== */
.service-container { 
    background: #fff; 
    margin-top: -100px; 
    padding-top: 30px; 
    padding-bottom: 30px; 

    /* CENTER CONTENT HORIZONTALLY */
    display: flex;
    justify-content: center;
    align-items: center;

    /* ABOVE BANNER */
    position: relative;
    z-index: 2;
}

/* MAIN BOXES (DESKTOP DEFAULT: 5 IN A ROW) */
.services-home .box-content { 
    border-right: solid 1px #e4e4e4; 
    display: table-cell; 
    width: 20%; 
    padding: 0 15px; 
    text-align: center;
    vertical-align: middle;

    position: relative;
    z-index: 2;
}

/* LOGOS AUTO-ADJUST TO BOX */
.services-home .box-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* LABEL / TEXT */
.services-home .box-content a,
.services-home .box-content span,
.services-home .box-content p {
    display: block;
    font-size: 14px;
    word-wrap: break-word;
}

/* PACKAGE BOX */
.home_packages .pkgbox { 
    background: url(../images/home_pkgbg.jpg) no-repeat; 
    background-size: cover; 
    min-height: 465px; 
    padding: 44px 0 0 80px; 
    border: 1px solid #e4e4e4; 
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ================= RESPONSIVE ================= */

/* Tablet – small adjust if needed */
@media (max-width: 991px) {
    .services-home .box-content {
        width: 20%;
        border-right: solid 1px #e4e4e4;
        display: table-cell;
        padding: 0 10px;
    }
}

/* Mobile – white box & stacked content */
@media (max-width: 575px) {

    /* WHITE BOX CONTAINER */
    .service-container {
        background: #ffffff;         
        margin-top: 20px;             /* add space from banner */
        padding: 20px 10px 20px;     
        border-radius: 8px;          
        box-shadow: 0 2px 8px rgba(0,0,0,0.08); 

        display: flex;
        flex-direction: column;       /* stack items vertically */
        justify-content: center;
        align-items: center;

        width: 90%;                  
        max-width: 400px;            
        margin-left: auto;
        margin-right: auto;          
    }

    .services-home .box-content {
        width: 100%;                 
        display: block;
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
    }

    .services-home .box-content:last-child {
        border-bottom: none;         
    }

    .services-home .box-content img {
        max-width: 80%;              
        height: auto;
    }

    .services-home .box-content a,
    .services-home .box-content span,
    .services-home .box-content p {
        font-size: 12px;
    }
}






/* ===========================================================



/* ===========================================================
   SOCIAL LINKS
=========================================================== */
.sociallinks { font-size: 16px; display: inline-block; margin-right: 30px; }
.sociallinks i { width: 30px; line-height: 30px; font-size: 20px; color: #fff; text-align: center; border-radius: 4px; }


/* ===========================================================
   RESPONSIVE MEDIA QUERIES
=========================================================== */
@media (max-width: 1279px){ /* font-size adjustments */ }
@media (max-width: 1023px){ /* tollfree font-size, hero height */ }
@media (max-width: 767px){ /* navbar collapse and layout adjustments */ }
@media (min-width: 768px) and (max-width: 1024px){ /* navbar spacing */ }


/* ===========================================================
   TABS, PANELS, BREADCRUMB, OTHER ELEMENTS
=========================================================== */
#fixedtabsection { z-index: 9 !important; }
.common_tabs { border-color: #b3b3b3; background: #fff; }
.panel-heading { padding: 0; }
.breadcrumb { background-color: #fff; border-radius: 0; padding-top: 20px; padding-left: 0; }
.breadcrumb a { color: #000; }


/* ===========================================================
   NAVBAR TOGGLE ANIMATION
=========================================================== */
.navbar-toggle .icon-bar { position: relative; transition: all 500ms ease-in-out; }
.navbar-toggle.active .icon-bar:nth-child(1) { top: 6px; transform: rotate(45deg); }
.navbar-toggle.active .icon-bar:nth-child(2) { background-color: transparent!important; }
.navbar-toggle.active .icon-bar:nth-child(3) { top: -6px; transform: rotate(-45deg); }


/* ===========================================================



/* ===========================================================
   PAGE SPECIFIC STYLES (ABOUT, INNER PAGE, BANNERS)
=========================================================== */
body {
  padding-top: 40px;
}
.innerPageBody {
  padding-top: 100px;
  padding-bottom: 60px;
}
.innerBanner {
  border-bottom: 4px solid #ff4200;
  margin-top: 5px;
}



/* ===========================================================
   ADDITIONAL RESPONSIVE ADJUSTMENTS
=========================================================== */
/* adjust font sizes, padding, hero section, services layout, etc. for tablets and mobile screens */ and this :- /* ====================== IMPORT FONT ====================== */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900';