:root {
    --theme-color: #FF5E14;
    --theme-color2: #FFAE00;
    --theme-bg-light: #F6F6F6;
    --theme-color-light: rgba(255, 94, 20, .1);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --bs-primary: #0385a3;
    --bs-primary-rgb: 3, 133, 163;
    --bs-primary-hover: #026b83;
    --bg-warm-light: #fcfcfc;
    --font-sans: 'Inter', sans-serif;
    --font-title: 'Montserrat', sans-serif;
    --color-white: #ffffff;
    --color-dark: #003F72;
    --color-green: #15D4C9;
    --color-blue: #0049D0;
    --color-skyblue: #00BFFF;
    --color-yellow: #FBA707;
    --color-gray: #ECECEC;
    --color-red: #F05454;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #003F72;
    --footer-text-color: #F5FAFF;

}

body {
    font-family: var(--font-sans);
    background-color:white;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
a {
    color: black;
    text-decoration: none;
}

    a:hover {
        color: #a3021a;
        text-decoration: none;
    }
h1, h2, h3, h4, h5, h6, .brand-font {
    font-family: var(--font-title);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 600;
    transition: all 0.2s ease;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: var(--bs-primary-hover);
        border-color: var(--bs-primary-hover);
    }

.text-emerald {
    color: var(--bs-primary) !important;
}

.bg-emerald-light {
    background-color: rgba(3, 133, 163, 0.08) !important;
}

/* Overwrite template green/success classes to map perfectly to brand cyan #0385a3 */
.text-success {
    color: #0385a3 !important;
}

.bg-success {
    background-color: #0385a3 !important;
}

.btn-success {
    background-color: #0385a3 !important;
    border-color: #0385a3 !important;
    color: #fff !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background-color: #026b83 !important;
        border-color: #026b83 !important;
        color: #fff !important;
    }
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
    .site-heading p {
        margin-top: 15px;
    }

.btn-outline-success {
    color: #0385a3 !important;
    border-color: #0385a3 !important;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
        background-color: #0385a3 !important;
        border-color: #0385a3 !important;
        color: #fff !important;
    }

.border-success {
    border-color: #0385a3 !important;
}

.bg-emerald {
    background-color: #0385a3 !important;
}

.btn-emerald {
    background-color: #0385a3 !important;
    border-color: #0385a3 !important;
    color: #fff !important;
}

    .btn-emerald:hover {
        background-color: #026b83 !important;
        border-color: #026b83 !important;
        color: #fff !important;
    }

.alert-success {
    background-color: rgba(3, 133, 163, 0.08) !important;
    color: #0385a3 !important;
    border-color: rgba(3, 133, 163, 0.15) !important;
}

.hover-success:hover {
    color: #0385a3 !important;
}

.hover-white:hover {
    color: #ffffff !important;
    transition: color 0.2s ease-in-out;
}

/* Hover Effects */
.card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

    .card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
        border-color: rgba(3, 133, 163, 0.2) !important;
    }

/* Navigation Styles */
.navbar {
    color: lightcyan;
    border-bottom: 1px solid #3d679d;
}

.nav-link {
    font-weight: 500;
    color: lightcyan;
    transition: color 0.15s ease;
}

    .nav-link:hover, .nav-link.active {
        color: lightcyan;
    }

    .nav-link:hover, .nav-link.active {
        color: lightcyan;
    }

.header-top {
    color: lightcyan;
    padding: 10px 0;
    background: #274888;
    position: relative;
}

    .header-top a {
        color: lightcyan;
    }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: lightcyan;
}

.dropdown-item:active {
    background-color: var(--bs-primary);
}

/* Printable Receipt Styling */
@media print {
    body {
        background-color: #fff !important;
        color: #000 !important;
    }

    .navbar, .footer, .btn, .no-print, input, select, .alert, #hero-section {
        display: none !important;
    }

    .print-full {
        width: 100% !important;
        max-width: 100% !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Preset Button Styles */
.btn-preset {
    font-size: 0.75rem;
    font-weight: 700;
    border-color: #e2e8f0;
    color: #64748b;
    background-color: #fff;
    padding: 0.35rem 0.65rem;
}

    .btn-preset:hover, .btn-preset.active {
        background-color: var(--bs-primary);
        color: #fff;
        border-color: var(--bs-primary);
    }

/* Hero Background pattern */
.hero-bg {
    background: radial-gradient(circle at top right, rgba(3, 133, 163, 0.05), transparent 60%), #ffffff;
}

/* Carousel Headline Styles */
.carousel-caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.55) 65%, transparent 100%);
       */
    padding: 4rem 2.5rem 3rem 2.5rem;
    color: #fff;
    text-align: left;
}

.carousel-indicators [data-bs-target] {
    background-color: #cff4fcad;
}

.manset-carousel-img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    border: 2px solid transparent;
    transition: all 0.2s;
}

.carousel-indicators .active {
    background-color: rgb(188 0 0 / 63%);
    transform: scale(1.25);
}

@media (max-width: 768px) {
    .manset-carousel-img {
        height: 280px;
    }

    .carousel-caption-overlay {
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    }
}
.carousel-title {
    font-size: 5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    color:white;
    font-weight:800;
}

.carousel-subtitle {
    max-width: 750px;
    font-size: 1.6rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.navbar {
    background-color: #0097b9;
    color: lightcyan;
}

.counter-box {
    display: flex;
    gap: 12px;
    position: relative;
    padding: 20px 15px 20px 20px;
    border-radius: 15px;
    border: 2px solid #eeeeee;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

footer {
    background-color: #0097b9;
    color: lightcyan;
    padding: 20px 0;
    text-align: center;
}

    footer a {
        color: lightcyan;
    }

.fs-counter {
    color: gray;
    font-size: 2rem;
}


.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px 50px 50px 50px;
    background: #dbdcdd;
    transition: var(--transition);
}

    .contact-info .icon {
        font-size: 35px;
        color: #fff;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50px;
        background: #0385a3;
    }

    .contact-info .content h5 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
        color:black;
    }



/*====================
28. Portfolio css 
======================*/

.portfolio-area {
    position: relative;
}

.pa-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

    .pa-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 63, 114, .85);
        width: 100%;
        height: 100%;
    }

.portfolio-img {
    position: relative;
}

    .portfolio-img img {
        border-radius: 50px;
    }

    .portfolio-img::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: var(--theme-color);
        border-radius: 50px;
        transform: scaleY(0);
        transition: var(--transition);
    }

.portfolio-item:hover .portfolio-img::before {
    opacity: .8;
    transform: scaleY(1);
}

.portfolio-link {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: var(--theme-color);
    background: var(--color-white);
    border-radius: 50px;
    text-align: center;
    left: 50%;
    top: 50%;
    font-size: 28px;
    margin-top: 50px;
    opacity: 0;
    box-shadow: var(--box-shadow);
    transform: translate(-50%, -50%);
    transition-delay: 0.3s;
}

    .portfolio-link:hover {
        color: var(--bs-primary-hover);
    }

.portfolio-item:hover .portfolio-link {
    margin-top: 0px;
    opacity: 1;
}

.portfolio-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .portfolio-content small {
        text-transform: uppercase;
        font-weight: 600;
        color: var(--theme-color);
        letter-spacing: 2px;
    }

    .portfolio-content h4 a {
        font-size: 20px;
        color: var(--color-dark);
    }

        .portfolio-content h4 a:hover {
            color: var(--theme-color);
        }

.portfolio-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--theme-color);
    color: var(--color-white);
    text-align: center;
    border-radius: 50px;
}

    .portfolio-arrow i {
        color: var(--color-white);
        transform: rotate(-45deg);
        transition: var(--transition);
    }

    .portfolio-arrow:hover i {
        transform: rotate(0);
    }

/* portfolio-slider */
.portfolio-slider .owl-nav {
    margin-top: 0px;
}

    .portfolio-slider .owl-nav button {
        position: absolute;
        top: 50%;
        margin-top: -35px;
        transform: translate(0, -50%);
        transition: var(--transition);
    }

        .portfolio-slider .owl-nav button i {
            display: inline-block;
            height: 48px;
            width: 48px;
            line-height: 48px;
            color: var(--color-white);
            font-size: 25px;
            text-align: center;
            background: var(--theme-color);
            border-radius: 50px;
            cursor: pointer;
            transition: var(--transition);
        }

        .portfolio-slider .owl-nav button:hover i {
            background: var(--theme-color);
            color: var(--color-white);
        }

    .portfolio-slider .owl-nav .owl-prev {
        left: 0px;
        opacity: 0;
    }

    .portfolio-slider .owl-nav .owl-next {
        right: 0px;
        opacity: 0;
    }

.portfolio-slider:hover .owl-nav .owl-prev {
    left: -10px;
    opacity: 1;
}

.portfolio-slider:hover .owl-nav .owl-next {
    right: -10px;
    opacity: 1;
}

@media all and (max-width: 1199px) {
    .portfolio-slider .owl-nav {
        display: none;
    }
}



/* ======================
29. Portfolio single
====================== */

.portfolio-sidebar .widget {
    background: var(--color-white);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
}

    .portfolio-sidebar .widget .title {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

        .portfolio-sidebar .widget .title::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 50px;
            background: var(--theme-color);
            border-radius: 50px;
        }

.portfolio-sidebar .list li {
    border-bottom: 1px solid var(--border-info-color);
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-dark);
    font-weight: 600;
    line-height: 33px;
}

    .portfolio-sidebar .list li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .portfolio-sidebar .list li span {
        display: block;
        font-weight: normal;
        font-size: 16px;
        margin: 0;
        text-transform: none;
    }

.portfolio-sidebar .project h4 {
    color: var(--color-white);
    margin-bottom: 25px;
}

.portfolio-sidebar .rating a {
    color: var(--theme-color);
}

.portfolio-sidebar .project {
    background: var(--theme-color);
}

.portfolio-details img {
    border-radius: 30px;
}

.portfolio-details .content h3 {
    color: var(--color-dark);
}

.portfolio-details .content .list li {
    font-weight: 500;
    color: var(--color-dark);
    margin-top: 5px;
}

.portfolio-details .content .list i {
    color: var(--theme-color);
    margin-right: 10px;
}



 

@media (max-width: 640px) {
    .carousel-title {
        font-size: 1.6rem;
         
    }
    .counter-area {
        display:none;
    }
}