/*

Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co

*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    background-color: #ededed;
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    min-height: 100vh;
    height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
    /*    overflow-x:hidden;*/
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


.navbar-nav > li > a {
    font-weight: 600;
    margin-top:50px;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

    a, button, a span {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

.btn.extra-width {
    padding: 13px 40px;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 34px;
    max-width: 100%;
    background: #323232;
}

    .form-control:focus {
        border-color: #d6962c;
    }

.informationPage {
    padding-top: 80px;
    background: url("../images/about-bg.jpg") center top no-repeat fixed;
    background-color: rgba(20, 20, 20, 0.92);
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center; /* Centers content vertically if needed */
    justify-content: center; /* Centers content horizontally if needed */
    padding: 20px; /* Adjust padding as necessary */
    /*min-height:100%;*/
}

    .informationPage::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(20, 20, 20, 0.92);
        z-index: 9;
    }

    .informationPage .container {
        position: relative;
        z-index: 10;
    }

    .informationPage .about-col {
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
    }

        .informationPage .about-col .img {
            position: relative;
        }

            .informationPage .about-col .img img {
                border-radius: 4px 4px 0 0;
            }

        .informationPage .about-col .icon {
            width: 64px;
            height: 64px;
            padding-top: 8px;
            text-align: center;
            position: absolute;
            background-color: #ef9c37;
            border-radius: 50%;
            text-align: center;
            border: 4px solid #fff;
            left: calc( 50% - 32px);
            bottom: -30px;
            transition: 0.3s;
        }

        .informationPage .about-col i {
            font-size: 36px;
            line-height: 1;
            color: #fff;
            transition: 0.3s;
        }

        .informationPage .about-col:hover .icon {
            background-color: #fff;
        }

        .informationPage .about-col:hover i {
            color: #ef9c37;
        }

        .informationPage .about-col h2 {
            color: #000;
            text-align: center;
            font-weight: 700;
            font-size: 20px;
            padding: 0;
            margin: 40px 0 12px 0;
        }

            .informationPage .about-col h2 a {
                color: #000;
            }

                .informationPage .about-col h2 a:hover {
                    color: #ef9c37;
                }

        .informationPage .about-col p {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            margin-bottom: 0;
            padding: 0 20px 20px 20px;
        }



h1,
h2,
h3 {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}

h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    font-family: 'Pacifico', cursive;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
    text-transform: uppercase;
    color: #3879D9;
}

.login-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
    color: #fff;
    text-transform: none;
}

h3 {
    font-weight: 600;
    margin-bottom: .9rem;
    font-size: 2.375rem;
    line-height: 2.5rem;
}

h4 {
    font-size: 1.875rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
    font-family: 'Pacifico', cursive;
}

h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}

    p:last-child {
        margin-bottom: 0px;
    }

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    font-family: 'roboto', sans-serif;
}

.text {
    color: #333333;
}

.colorstext {
    color: #f56363;
}

.coloricon i {
    color: #f56363;
}

.colorsbg {
    background: #f56363;
    color: #ffffff;
}

    .colorsbg .separator2 {
        border: 2px solid;
    }

    .colorsbg .separator_wrap::after,
    .colorsbg .separator_wrap::before {
        background-color: #ffffff;
    }

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
section {
    margin: 0;
}

.sections {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

    .sections.footer {
        padding-bottom: 80px;
    }

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
/*
section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
.fw-special-title-half {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    /*    margin-bottom: 10px;*/
}

.heading {
    margin-bottom: 4rem;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.no-padding {
    padding: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #f56363;
}

.separator-left {
    height: 1px;
    width: 150px;
    background: #f56363;
}

.separator_wrap {
    text-align: center;
}

.separator_wrap-left {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
}

.separator_wrap::after,
.separator_wrap::before {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 90px;
    height: 1px;
    margin-top: 2px;
}

.separator_wrap-left::after {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 80px;
    height: 1px;
    margin-top: 2px;
}

.separator2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #f56363;
    transform: rotate(45deg);
    margin-right: 4px;
}
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #d6962c;
    border-color: #d6962c;
}

.btn {
    margin-right: 15px;
    border-radius: 0px;
}
/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/
.btn-lg,
.btn-group-lg > .btn {
    padding: 8px;
    font-size: 1.2rem;
    border-radius: 4px;
    width: 200px;
    border: 1px solid #fff;
    text-transform: none;
    transition: .6s;
    margin-top: 30px;
    color: #fff;
}

button.btn-lg {
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 4px;
    width: 200px;
    border: 1px solid #fff;
    text-transform: none;
    transition: .6s;
    margin-top: 30px;
    color: #fff;
    display: inline-block;
    background: transparent;
    line-height: 1.5em;
}

}

button.btn-lg:hover {
    background: #d6962c;
    color: #fff;
}

.btn-md,
.btn-group-md > .btn {
    padding: 8px 20px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.btn-primary {
    color: #ffffff;
}

    .btn-primary:active,
    .btn-primary:hover {
        background: #d6962c;
    }

.btn-default {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}

    .btn-default:before,
    .btn-default:after {
        background-color: #ffffff;
    }

    .btn-default:focus {
        background-color: #ffffff;
        border-color: transparent;
    }

    .btn-default:hover {
        border-color: #ffffff;
        color: #f56363;
        background-color: #ffffff;
    }

.btn-primary {
    background-color: #E7A331;
    color: #ffffff;
    border: 2px solid #E7A331;
    text-transform: uppercase;
    border-radius: 4px;
}

    .btn-primary:before,
    .btn-primary:after {
        background-color: #ffffff;
    }

    .btn-primary:focus {
        background-color: #d6962c;
        border-color: #d6962c;
    }

    .btn-primary:hover {
        border-color: #d6962c;
        color: #fff;
    }
/*
Extra height css
*/
.padding0 {
    padding: 0;
}

.center-content {
    text-align: center !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.padding-top-20 {
    padding-top: 1.33rem;
}

.padding-bottom-20 {
    padding-bottom: 1.33rem;
}

.padding-top-40 {
    padding-top: 2.66rem;
}

.padding-bottom-40 {
    padding-bottom: 2.66rem;
}

.padding-top-60 {
    padding-top: 5rem;
}

.padding-bottom-60 {
    padding-bottom: 5rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}

h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/


/* Header top menu css */

.header_top_menu {
    background: #fff;
    position: relative;
}

a.navbar-brand.our_logo img {
    height: 150px;
    width: auto; /* This maintains the aspect ratio */
}

a.navbar-brand.our_logo {
    position: absolute;
    left: 0;
}

.header_top_menu .call_us_text a {
    color: #666;
    font-size: 15px;
    margin-left: 15px;
    padding: 5px;
    display: inline-block;
}

    .header_top_menu .call_us_text a i {
        color: #e7a331;
        margin-right: 10px;
        font-size: 18px;
    }

.head_top_social a {
    color: #e7a331;
    padding: 5px;
    display: inline-block;
}

/* main menu */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #000;
    height: 80px;
}

    .menu-scroll .header_top_menu {
        display: none;
    }

    .menu-scroll a.navbar-brand.our_logo {
        top: -16px;
    }

.main_menu_bg {
    background: rgba(0, 0, 0, 1);
    height: 200px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.container-fluid {
    margin-top: 15px;
}

.main_menu_bg li a.booking {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #e7a331 !important;
    padding: 5px 10px;
    margin-top: 60px;
}

.main_menu_bg li a:hover.booking {
    color: #da9b31 !important;
}

.main_menu_bg .navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #da9b31;
    }

/* slider section */

.slider {
    background: url(../images/bannerbg2.jpg) center center no-repeat;
    background-size: cover;
}
/* Full-width image styles */
.bettahanger {
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
}

    .bettahanger img.full-width {
        width: 100%; /* Stretch to full container width */
        height: auto; /* Auto-adjust height */
        display: block; /* Remove extra space below image */
    }

    /* Override Bootstrap's container-fluid padding */
    .bettahanger .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    /* Remove any column padding */
    .bettahanger .row,
    .bettahanger .col-md-12 {
        margin: 0;
        padding: 0;
    }

.main_slider {
}

    .main_slider .main_slider_content h1 {
        font-size: 6rem;
        font-family: 'Pacifico', cursive;
        color: #fff;
        line-height: 6rem;
        margin: 0px 0px 60px 0px;
    }

.main_slider_content {
    padding: 250px 0px 200px 0px;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

.slider_overlay {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    top: 0;
    left: 0;
}



#slider > div > div > div > div > div > div > p {
    font-size: 2.2em;
    line-height:1.8em;
}


/* Ensure the section takes up the full viewport height */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#slider {
    height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    background-color: #f0f0f0; /* Optional: Add a background color */
}

.slider_overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    width: 100%;
    padding: 0; /* Remove default padding */
}

.main_slider_content {
    text-align: center; /* Center text */
}

/* Optional: Adjust button styling */
.btn-lg {
    margin-top: 20px; /* Add some spacing */

    width: 200px !important;
    min-width: 200px; /* Ensures it won't shrink below 200px */
    padding: 12px 24px; /* Adds nice padding */
    display: inline-block; /* Helps with width control */
    background-color:white;
    color:black;
    font-weight:600;
}


.gateway-btn {
    /* Dimensions */
    width: 220px;
    padding: 18px 25px;
    display: inline-block; /* Required for anchor tags */
    text-align: center;
    text-decoration: none; /* Removes underline */
    /* Vibrant Appearance */
    background: linear-gradient(45deg, #FF5F6D, #FFC371);
    color: white;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
    /* Attention Effects */
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(255, 95, 109, 0.4);
    /* Interaction */
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s ease;
    /* Animation */
    animation: pulse 2s infinite; /* Added to base state */
}

    .gateway-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 25px rgba(255, 95, 109, 0.6);
        animation: pulse 1s infinite; /* Faster pulse on hover */
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}










/* Abouts Section css */
.abouts {
    background: url(../images/abtbg.jpg) no-repeat center top scroll;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.abouts_content {
    padding: 120px 0px;
    display: inline-block;
}

.single_abouts_text h4 {
    color: #000000;
}

.single_abouts_text h3 {
    color: #000000;
}


/* Features section css */
.features {
    background: url(../images/ftbg.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.main_features_content_area {
    padding: 120px 0px;
    display: inline-block;
}

.main_features_content {
    background: url(../images/ft.png) right center no-repeat;
    padding: 40px;
    overflow: hidden;
}

.single_features_text {
    background: url(../images/textbg.jpg) center center no-repeat;
    padding: 30px;
    background-size: cover;
}

/* Portfolio Section css */
.portfolio {
    background: url(../images/portfoliobg.jpg) center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.portfolio_content {
    padding-bottom: 120px;
    display: inline-block;
}

.portfolio .portfolio_content .head_title h3 {
    color: #000000;
}

.portfolio .portfolio_content .head_title h4 {
    color: #000000;
}

.head_title {
    padding-top: 100px;
    padding-bottom: 50px;
}

.single_portfolio_text {
    display: inline-block;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .single_portfolio_text img {
        width: 100%;
    }

    .single_portfolio_text:hover .portfolio_images_overlay {
        top: 28px;
        left: 14px;
    }

.portfolio_images_overlay {
    width: 90%;
    height: 80%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    margin: 0 auto;
    top: -100%;
    left: 14px;
    position: absolute;
    transition: .6s;
}

    .portfolio_images_overlay h6 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.3125rem;
        line-height: 2rem;
    }

    .portfolio_images_overlay p.product_price {
        font-size: 2.5725rem;
        color: #fff;
        line-height: 3rem;
    }

/*Menu Section css */
.ourMenu .main_menu_content .head_title h3 {
    color: #fff;
}

.ourMenu .main_menu_content .head_title h4 {
    color: #fff;
    font-family: 'Pacifico', cursive;
    font-size: 1.875rem;
}

.ourMenu {
    background: url(../images/newsbg.jpg) no-repeat center top scroll;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.single_menu_one {
    background: url(../images/newsone.jpg) left center no-repeat;
    padding: 30px;
    overflow: hidden;
    margin-top: -25px;
}

.single_menu_two {
    background: url(../images/newstwo.jpg) right center no-repeat;
    padding: 30px;
    overflow: hidden;
    margin-top: 60px;
}

.single_menu_three {
    background: url(../images/newsthree.jpg) left center no-repeat;
    padding: 30px;
    overflow: hidden;
    margin-top: 60px;
}

.single_menu_text {
    background: #fff;
    padding: 30px;
    text-align: left;
}

    .single_menu_text ul li {
        background: url(../images/pkli.png) no-repeat left center;
        padding: 15px 0px 15px 60px;
        margin-top: 20px;
    }

/* Mobail Apps Section css */

.mobailapps {
    background: url(../images/appsbg.jpg) top center no-repeat scroll;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main_mobail_apps_content {
    margin: 80px 0px;
    color: #fff;
    overflow: hidden;
}

.single_monail_apps_text {
    margin-top: 120px;
}

    .single_monail_apps_text h4 {
        font-size: 1.875rem;
        margin-bottom: 30px;
    }

    .single_monail_apps_text h1 {
        font-size: 5rem;
        text-transform: uppercase;
        color: #fff;
        line-height: 5rem;
    }

        .single_monail_apps_text h1 span {
            font-size: 1.800rem;
            color: #fff;
            display: block;
        }

.single_monail_apps_text {
    margin-left: -10px;
}

    .single_monail_apps_text a {
        margin-top: 50px;
        margin-left: 10px;
        display: inline-block;
    }

        .single_monail_apps_text a img {
            max-width: 90%;
        }

/* Footer Section CSS */
.footer_widget {
    background: url(../images/footerbg.jpg) center top no-repeat scroll;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    margin-top: auto;
}

.footer_widget_content {
    color: #fff;
}

.single_widget {
    padding-bottom: 50px;
    padding-top: 60px;
}

    .single_widget h3 {
        font-size: 1.875rem;
        font-family: 'Pacifico', cursive;
    }

.single_widget_info p {
    margin-top: 40px;
}

    .single_widget_info p span {
        display: block;
    }

        .single_widget_info p span.phone_email {
            margin-top: 15px;
        }

.footer_socail_icon {
    margin-top: 90px;
}

    .footer_socail_icon a {
        padding: 5px;
    }

        .footer_socail_icon a i {
            font-size: 25px;
            color: #e7a331;
        }


.single_widget_info p span.date_day {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer {
    background: #000;
    margin-top: auto;
}

    .footer .copyright p {
        padding: 25px;
        color: #fff;
    }

        .footer .copyright p i {
            padding: 0px 10px;
            color: #ff0000;
        }

        .footer .copyright p a {
            padding: 0px 10px;
            color: green;
        }



/* scrollup */

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

    .scrollup:hover {
        background: #e7a331;
        opacity: 1;
    }

    .scrollup i {
        font-size: 13px;
        position: absolute;
        opacity: 1;
        color: #fff;
        left: 50%;
        top: 50%;
        margin-top: -7px;
        margin-left: -6px;
        text-decoration: none;
    }


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

/* Flexbox container to keep the footer at the bottom */
.flex-container {
    display: flex; /* Enable flexbox */
    flex-direction: column; /* Align vertically */
    min-height: 100vh; /* Full height of the viewport */
}

/* Main content expands to fill available space */
.main-content {
    flex-grow: 1; /* Pushes the footer to the bottom when content is shorter */
    padding: 20px; /* Add padding for spacing */
    /*background-color: #f5f5f5;*/ /* Background color for visual reference */
}

/* Footer is pinned to the bottom */
.footer {
    background: #000; /* Background color for the footer */
    color: #fff; /* Text color for the footer */
    text-align: center; /* Centered text */
}


/* Custom CSS for close button */
.modal-header .close {
    font-size: 3rem; /* Adjust the size as needed */
    margin-top: -45px; /* Adjust the vertical alignment */
}

.admin-warning {
    background-color: darkred;
    color: white;
    text-align: center;
}

#systemSettings {
    background-color: #EBF5F1;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*    min-width: 90%;
    min-height: 90%;*/
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
}

.full-width {
    width: 100%;
}

    .full-width table {
        width: 100%;
    }

        .full-width table td {
            white-space: nowrap;
            /* border: 1px gray solid;*/
            width: auto;
        }

.super-wide {
    width: 40%;
}

.table-filter {
    background-color: azure;
    width: 100%;
}

td {
    white-space: nowrap
}


.capture-form {
    width: 100%;
    height: 100%;
    border: 1px dashed gray;
    padding: 10px;
}

.capture-form-head {
    line-height: 50px;
    background-color: #ddd;
    text-align: center;
    height: 50px;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
}

.capture-form-body {
    padding-top: 15px;
}


fieldset {
    border: 1px grey solid;
    padding: 10px;
}

legend {
    font-size: medium;
    width: auto;
}

.login-image {
    width: 200px;
    height: auto;
}

.dashboard-chart {
    background-color: antiquewhite;
    border: 1px solid gray;
    padding: 10px;
    margin: 10px;
    text-align: center;
}


.right-align {
    text-align: right;
    float: right;
}


.loan-vehicle {
    background-color: #f9fbbc !important;
}

.today-job {
    background-color: #F5FFD6 !important;
}

.late-job {
    background-color: #ffe1e6 !important;
}

.supportTicketNumber {
    font-weight: bolder;
    color: green;
    border: blueviolet solid 1px;
    width: 50%;
    padding: 10px;
}

li.disabled {
    /* Make the disabled links grayish*/
    color: darkgrey;
    /* And disable the pointer events */
    pointer-events: none;
    cursor: not-allowed;
}

.do-not-show {
    display: none !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.capture-form {
    width: 100%;
    height: 100%;
    border: 1px dashed gray;
    padding: 10px;
    padding-bottom: 50px;
}

.capture-form-head {
    line-height: 50px;
    background-color: #ddd;
    text-align: center;
    height: 50px;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
}

.capture-form-body {
    padding-top: 15px;
}

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100vw;
}

.content {
    flex: 1;
}


.footer_widget {
    background: url(../images/footerbg.jpg) center top no-repeat scroll;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    margin-top: auto;
}

/* Accordion Container */
.accordion .card {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Accordion Header Styling */
.accordion .card-header {
    background-color: #f8f9fa; /* Light background */
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    /* Arrow Icon */
    .accordion .card-header .arrow-icon {
        font-size: 18px;
        transition: transform 0.2s;
    }

    /* Rotate Arrow when Expanded */
    .accordion .card-header.collapsed .arrow-icon {
        transform: rotate(90deg);
    }

/* Accordion Content Styling */
.accordion .card-body {
    background-color: #fff; /* White background for content */
    padding: 15px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    color: #333;
}

/* Button Styling */
.accordion button {
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 10px;
}

    .accordion button.btn-success {
        background-color: #28a745;
        border-color: #28a745;
        color: #fff;
    }

    .accordion button.btn-danger {
        background-color: #dc3545;
        border-color: #dc3545;
        color: #fff;
    }


.item-counter {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: middle;
}

.shopping-cart {
    width: 100%;
    background: #f8f9fa;
    margin-top: 40px;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

    .shopping-cart h3 {
        margin: 0 0 10px;
    }

#cart-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #cart-items li {
        margin-bottom: 5px;
    }

#cart-total {
    font-weight: bold;
}


.order-button {
    width: 250px;
    font-size: 2em;
    font-weight: bold;
    background-color: #29aeb2
}


.order-total {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    font-weight: bold;
    padding: 10px;
}

.menu-item {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px 0;
}

.menu-item-description-title {
    flex: 2; /* Take up more space for the description column */
    word-wrap: break-word; /* Wrap text in the first column */
    padding-right: 10px;
    font-weight: bold;
    color: crimson;
    /* border: 1px grey, solid;*/
    width: 70%;
}

.menu-item-description {
    flex: 2; /* Take up more space for the description column */
    word-wrap: break-word; /* Wrap text in the first column */
    padding-right: 10px;
    font-size: smaller;
    /*border: 1px grey, solid;*/
    max-width: 60%;
}

.menu-item-price {
    flex: 1; /* Price column takes less space */
    text-align: right; /* Align the price to the right */
    padding-right: 10px;
    font-size: 1.3em;
}

.menu-item-controls {
    display: flex;
    align-items: center;
    gap: 5px; /* Adds space between buttons and counter */
}

    .menu-item-controls button {
        width: 30px; /* Make buttons uniform in size */
    }

.item-counter {
    min-width: 30px; /* Set a minimum width for the counter */
    text-align: center; /* Center the counter text */
}

.input-sm, .form-group-sm .form-control {
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.progress {
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.progress-bar {
    height: 100%;
    background-color: #4caf50;
    width: 0%;
    border-radius: 5px;
    text-align: center;
    color: white;
    line-height: 50px;
    transition: width 0.5s;
}

.btn-secondary {
    background-color: #28a745 !important; /* Green background */
    border-color: #28a745 !important; /* Green border */
    color: white !important; /* White text */
}

    .btn-secondary:hover {
        background-color: #218838 !important; /* Darker green on hover */
        border-color: #1e7e34 !important; /* Darker green border on hover */
    }

.clock-icon {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-left: 10px; /* Optional: Adjust space between the textbox and icon */
}

.last-row {
    background-color: #006400;
    height: 10px;
}

.spaced-vertical {
    line-height: 2em;
    margin-bottom: 5px; /* Optional: Adds additional space between elements */
}

.company-name {
    font-size: 1.5em;
    font-weight: bold;
    color:white;
}

.company-name a {
    color: white;
    text-decoration:underline;
}

.wider-modal .modal-dialog {
    max-width: 800px; /* Adjust the width as per your desired value */
}


.strikethrough {
    text-decoration: line-through;
    color: black;
}


/* Add this style to your existing CSS or in a new style tag */
.stripe-card-container {
    margin-top: 10px;
}

#card-element {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    margin-top: 5px;
}

#card-errors {
    color: #dc3545;
    margin-top: 5px;
}


/* Add this style to your existing CSS or in a new style tag */
#card-container {
    margin-top: 10px;
}

#card-number-element,
#card-expiry-element,
#card-cvc-element {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    margin-top: 5px;
}

fieldset {
    border: 1px gray solid;
}

.legend-style {
    font-size: large;
    font-weight: bold;
    color: brown;
    margin: 0 0 15px 0;
}

.card-column-padding {
    padding: 10px;
}


.credit-card {
    perspective: 1000px;
    width: 460px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    border-radius: 15px; /* Add rounded corners */
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff; /* Set background color for the card */
    border-radius: 15px; /* Add rounded corners */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); /* Add shadow for realism */
}

.card-front {
    transform: rotateY(0deg);
    background: rgb(102,185,255);
    background: linear-gradient(315deg, rgba(102,185,255,1) 0%, rgba(0,36,178,1) 100%);
}

.card-back {
    transform: rotateY(180deg);
    background: rgb(102,185,255);
    background: linear-gradient(315deg, rgba(0,36,178,1) 0%, rgba(102,185,255,1) 100%);
}

.card-number,
.card-holder,
.card-expiry input {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    background-color: #f9f9f9; /* Light background color for input fields */
    padding: 5px;
    box-sizing: border-box;
    color: #333;
    border-radius: 5px; /* Add rounded corners */
}

.card-number {
    font-size: 1.5em;
}

.card-holder {
    font-size: 1em;
    text-transform: uppercase;
}

.card-expiry {
    font-size: 0.9em;
}

.card-cvv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-information {
    color: white;
    height: 25px;
}

.card-information-tiny {
    color: white;
    font-size: small;
    margin: 0;
}

.card-header-credit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.card-title {
    font-size: 1.6em;
    font-weight: bold;
    color: white;
}

.card-logo img {
    width: 80px; /* Adjust the width of the logo as needed */
}

.chip-and-pin-icon img {
    width: 60px; /* Adjust the width of the icon as needed */
    position: absolute;
    top: 100px;
    right: 10px;
}


.magnetic-stripe {
    height: 50px; /* Adjust the height of the magnetic stripe as needed */
    background-color: black;
    width: 100%;
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */
}

.card-cvv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px; /* Adjust the spacing between the magnetic stripe and CVV */
}

label {
    font-size: 0.8em;
    margin-bottom: 5px;
    font-weight: bold;
}

.cvv-input {
    background-color: #f9f9f9; /* Light background color for CVV input */
    width: 50px;
    height: 30px;
    border-radius: 5px; /* Add rounded corners */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: black;
}

.small-image {
    width: 50px;
}

.middle-image {
    width: 150px;
}


.half-size {
    width: 48%;
    height: calc(1.5em + 0.75rem + 6px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem; /* Adjust this value as needed */
    font-weight: 400;
    line-height: 1.9;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 0 10px;
}

.enrollment-heading {
    margin-top: 0px;
    /*    text-decoration: underline;*/
    font-weight: bold;
    font-family: Arial;
    padding-top: 5px;
}

#ourMenu h6 {
    color: #333; /* Set the text color */
    font-size: 16px;
    font-weight: 700;
    padding: 10px; /* Add padding for better spacing */
}

#paymentForm div.modal-dialog div div.modal-body div h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 25px 20px 0;
    padding: 0;
}

    #paymentForm div.modal-dialog div div.modal-body div h6 a {
        color: #ef9c37;
        transition: 0.5s;
        font-weight: 800;
        font-size: 1em;
    }

.legend-style {
    font-size: large;
    font-weight: bold;
    color: brown;
    margin: 0 0 15px 0;
}


.menu-item-wrapper {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
}

/* For smaller screens (1199px and below) */
@media screen and (max-width: 1199px) {
    .menu-item {
        display: flex;
        flex-wrap: wrap; /* Allow wrapping for smaller screens */
        gap: 10px;
    }

    .menu-item-description {
        flex: 0 0 80%; /* 80% for description */
        white-space: normal; /* Allow wrapping */
    }

    .menu-item-price {
        flex: 0 0 20%; /* 20% for price */
        text-align: right;
        white-space: nowrap;
    }

    .menu-item-controls {
        flex: 0 0 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
        gap: 5px;
    }
}

/* For very small screens (520px and below) */
@media screen and (max-width: 520px) {
    .menu-item-controls {
        justify-content: center; /* Center controls */
    }
}

/* Popup icon styling */
.popup-Icon {
    width: 100px;
    height: auto;
}

/* Hide the dropdown menu by default */
.navbar-nav .dropdown-menu {
    display: none;
}

/* Show the dropdown menu on hover */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
}

/* Adjust padding for navbar headers on medium screens and above */
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        padding-top: 8px;
    }
}

/* Dropdown menu item styling */
ul.dropdown-menu li.drop-down-menu-item {
    line-height: 1.9em;
    font-weight: bolder;
    color: forestgreen;
}

.drop-down-menu-item {
    line-height: 20px;
    font-size: larger;
    font-weight: bold;
}

.modal-content {
    height: 100%; /* Make the modal content take up the full height of the dialog */
}

.modal-body {
    height: 100%; /* Make the body take up the full height of the modal */
    overflow-y: auto; /* Ensure scrolling if the content overflows */
    padding-bottom: 20px; /* Optional: Add some padding */
    padding: 40px;
    padding-top: 0px;
}

.calorie-alert {
    border: 1px grey solid;
    border-radius: 25px;
    background-color: #afffa6;
    text-align: center;
    color: #ffffff;
}

/* Custom Switch Container */
.custom-switch {
    position: relative;
    display: inline-block;
    width: 62px; /* Total width of the switch */
    height: 30px; /* Total height of the switch */
    margin-right: 10px; /* Space between the switch and label text */
}

.custom-control-input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider background */
.custom-control-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Default grey color */
    transition: 0.4s;
    border-radius: 30px; /* Make the background fully rounded */
}

    /* The knob (circle) */
    .custom-control-label:before {
        position: absolute;
        content: "";
        height: 15px; /* Adjusted height */
        width: 15px; /* Adjusted width to keep it circular */
        left: 4px; /* Adjust the left position for centering */
        bottom: 5px; /* Ensure equal space from the bottom */
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

/* When checked, make the background green and move the knob to the right */
.custom-control-input:checked + .custom-control-label {
    background-color: #28a745; /* Green color when ON */
}

    .custom-control-input:checked + .custom-control-label:before {
        transform: translateX(36px); /* Increased translateX value to move the knob further right */
    }

/* Label text next to the switch */
.switch-label-text {
    margin-left: 60px;
    font-weight: normal;
}

/* Disabled state (optional) */
.custom-control-input:disabled + .custom-control-label {
    background-color: #e9ecef;
}

    .custom-control-input:disabled + .custom-control-label:before {
        background-color: #adb5bd;
    }

.call_us_text {
    padding: 10px 0;
    font-size: 14px;
    text-align: right;
    color: white;
}

    .call_us_text a {
        margin-left: 15px;
        text-decoration: none;
    }

        .call_us_text a:hover {
            color: white;
        }





/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #FAF3C0;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}

/*.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #E3E3E3;
}*/

.pricing h4 {
    font-size: 36px;
    color: #d18e1a;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -12px;
        left: -3px;
    }

    .pricing h4 span {
        color: #333;
        font-size: 16px;
        font-weight: 400;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
        font-size: 1.2rem;
    }

    .pricing ul i {
        color: #ffb727;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #F5F5F5;
    text-align: center;
}

.pricing .btn-buy {
    background: #27ae60;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #ffc85a;
    }

.pricing .featured h3 {
    color: #fff;
    background: #ffb727;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ffb727;
    color: #fff;
}

.pricing-fleet {
    font-weight: 800;
    font-size: larger;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.strike {
    text-decoration: line-through
}


.capitalized {
    text-transform: uppercase;
}

.wrap-text {
    word-break: break-word;
    vertical-align: top;
    white-space: normal !important;
    width: 300px;
}

.video-container {
    width: 300px; /* Adjust the width as needed */
    height: 300px; /* Adjust the height as needed */
    overflow: hidden;
}

.charity-line{
    color:white;
    text-align:center;  
    font-size:1.4em;
    font-weight:600;
}

.charity-line a {
    color: white;
    text-align: center;
    text-decoration:underline;
 
}

.challenge-container {
    margin: 30px 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.challenge-title {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
}

.challenge-subtitle {
    font-size: 1.6rem;
    font-weight:500;
    color: #e74c3c;
    font-style: italic;
    margin-bottom: 15px;
}

.challenge-description {
    font-size: 18px;
    margin-bottom: 25px;
}

.donation-option {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    border-left: 5px solid #e74c3c;
}

.donation-title {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.emoji {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}


.accreditation-link {
    display: inline-block;
    position: relative;
}

    .accreditation-link img {
        height: 60px;
    }

    .accreditation-link img.grayscale {
        transition: opacity 0.3s ease; /* Smooth transition */
    }

    .accreditation-link img.color {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; /* Hide the color version by default */
        transition: opacity 0.3s ease; /* Smooth transition */
      
    }

    .accreditation-link:hover img.grayscale {
        opacity: 0; /* Hide the grayscale image on hover */
    }

    .accreditation-link:hover img.color {
        opacity: 1; /* Show the color image on hover */
    }

#clients {
    background-color: #dedede;
}

.counter{
    font-size:xx-large;
    color:darkblue;
}

/* Stacked Counter Layout */
.counter-stack {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Reduced gap between counters */
}

.counter-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 12px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    height: 90px; /* Fixed height */
    box-sizing: border-box;
}

    .counter-box:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    }

.counter-icon {
    font-size: 24px;
    color: #4e73df;
    margin-right: 12px;
    min-width: 30px;
    text-align: center;
}

.counter-content {
    flex-grow: 1;
    min-width: 0;
}

.counter-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.counter-label {
    font-size: 1.4rem;
    color: #7f8c8d;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .counter-box {
        padding: 10px 12px;
        height: 60px;
    }

    .counter-icon {
        font-size: 20px;
        margin-right: 10px;
    }

    .counter-value {
        font-size: 16px;
    }

    .counter-label {
        font-size: 11px;
    }
}

.modal-centered-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.giving-box {
    border-left: 4px solid #FF6B6B; /* Warm red */
    background: rgba(255,107,107,0.05);
}

.fund-box {
    border-left: 4px solid #4ECDC4; /* Teal */
    background: rgba(78,205,196,0.05);
}

.micro-label {
    font-size: 0.7em;
    color: #666;
    margin-top: 2px;
}

.go{

    font-weight:800;
    color:green;
    
}

#event-countdown {
/*font-family: 'Courier New', monospace;*/ /* Fixed-width for alignment */
    letter-spacing: 1px; /* Improves caps legibility */
    color: #e63946; /* Emergency red for urgency */
    font-weight: 700;
}

.img-header{
    width:25%;
}

/* Add these styles to your CSS file */
.consent-card {
    border-left: 4px solid #28a745;
    transition: all 0.3s ease;
}

    .consent-card:hover {
        background-color: #f8f9fa !important;
    }

    .consent-card .form-check-label {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .consent-card ul li {
        margin-bottom: 0.3rem;
    }

.optional-consent {
    padding: 0.8rem 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #6c757d;
}

    .optional-consent .form-check-label {
        font-size: 0.9rem;
        color: #495057;
    }

/* Font Awesome icons (if you're using them) */
.fa {
    font-size: 0.9em;
}

.privacy-policy {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size:1.1rem;
}

    .privacy-policy h2 {
        color: #2c3e50;
        font-size: 2rem;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #3498db;
    }

    .privacy-policy h3 {
        color: #2980b9;
        font-size: 1.4rem;
        margin: 1.8rem 0 1rem 0;
    }

    .privacy-policy p {
        margin-bottom: 1.2rem;
    }

    .privacy-policy ul {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .privacy-policy li {
        margin-bottom: 0.6rem;
        position: relative;
        list-style-type: none;
    }

        .privacy-policy li:before {
            content: "•";
            color: #3498db;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

    .privacy-policy a {
        color: #2980b9;
        text-decoration: none;
        transition: color 0.2s;
    }

        .privacy-policy a:hover {
            color: #1a5276;
            text-decoration: underline;
        }

    .privacy-policy em {
        color: #7f8c8d;
        font-size: 0.9rem;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .privacy-policy {
        padding: 1.5rem;
    }

        .privacy-policy h2 {
            font-size: 1.7rem;
        }

        .privacy-policy h3 {
            font-size: 1.2rem;
        }
}

/* Print styles */
@media print {
    .privacy-policy {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        padding: 0;
    }

        .privacy-policy h2,
        .privacy-policy h3 {
            color: #000;
        }

        .privacy-policy a {
            text-decoration: underline;
        }

            .privacy-policy a:after {
                content: " (" attr(href) ")";
                font-size: 0.8em;
                font-weight: normal;
            }
}

.contribute-btn {
    background: #1A3E72;
    color: white;
    padding: 9px 36px;
    border: 2px solid #D4AF37;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    animation: strongPulse 1.5s infinite;
    position: relative;
    /* New anti-wrap properties */
    white-space: nowrap; /* Prevents text wrapping */
    display: inline-block; /* Respects padding/width */
    min-width: 180px; /* Prevents squeezing */
    text-align: center; /* Centers text consistently */
}

@keyframes strongPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.6);
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
}

.contribute-btn:hover {
    animation: none;
    background: #122851;
    transform: translateY(-3px);
    border-color: #F1D592;
}

.contribute-btn::before {
    margin-right: 10px;
    font-weight: 800;
    color: #F1D592;
    display: inline-block; /* Ensures symbol stays aligned */
}

img.full-width {
    width: 100vw; /* Full width of its container */
    height: auto; /* Height adjusts proportionally */
    display: block; /* Removes extra space below image */
    object-fit:cover;
}
.arrow-container {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bouncing-arrow {
    animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.error-message {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.is-invalid {
    border-color: #dc3545;
}

    .is-invalid.form-check-input {
        outline: 2px solid #dc3545;
    }

.enrollment-run-id{
    display:none;
}

/* For fine-tuned control */
.modal-dialog-adjusted {
    margin-top: 150px;
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.run-sub-title {
    font-family: 'roboto', sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    margin: 0;
}

.email-sent {
    font-family: 'roboto', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color:darkgreen;
    margin: 0;
}