
:root {
    --teal:#017529;
    --deep:#001d85;
    --mint:#e9f8f6;
    --orange:#ffb703;
    --text:#203337;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans Devanagari",Arial,sans-serif;
    color: var(--text);
    overflow-x: hidden;
}

.navbar {
    height: 78px;
    background: #fff;
    box-shadow: 0 5px 25px #073c4312;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 900;
    color: var(--deep) !important;
}

.logo {
    color: var(--teal);
}

.navbar-brand b {
    color: var(--teal);
}

.nav-link {
    font-weight: 700;
    margin: 0 7px;
    color: #33484c !important;
}

    .nav-link:hover {
        color: var(--teal) !important;
    }

.nav-cta, .btn-main {
    background: var(--teal);
    color: #fff !important;
    border-radius: 50px;
    padding: 12px 22px;
    text-decoration: none;
    font-weight: 800;
    display: inline-block;
    transition: .25s;
}

    .nav-cta:hover, .btn-main:hover {
        background: var(--deep);
        transform: translateY(-2px);
    }
    .header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hero {    
   /* position: relative;
    background: url("https://images.unsplash.com/photo-1586773860418-d37222d8fce3?auto=format&fit=crop&w=2000&q=90") center/cover;
    min-height: 760px;*/
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #050946ef 0%, #071068d9 48%, #070c6870 100%);
    /*background: linear-gradient(90deg,#053e46ef 0%,#075e68d9 48%,#075e6870 100%);*/
    /*background: linear-gradient(90deg, #054626ef 0%, #07683ed9 48%, #07681170 100%);*/
}

.hero-content {
    position: relative;
    /*padding-top: 150px;*/
    color: #fff;
}

.eyebrow, .inner-hero span, .section-head span, .story span, .big-cta span {
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--orange);
}

.hero h1 {
    font-size: 55px;
    line-height: 1.08;
    font-weight: 900;
    margin: 20px 0;
}

    .hero h1 span {
        color: var(--orange);
    }

.hero p {
    font-size: 19px;
    line-height: 1.8;
    /*max-width: 680px;*/
    color: #e7f4f5;
}

.hero-buttons {
    display: block;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.carousel-caption{
    top:165px!important;
    bottom:0!important;
}

.btn-video {
    padding: 12px 22px;
    border: 1px solid #ffffff66;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.mini-stats {
    display: inline-flex;
    gap: 35px;
    margin-top: 55px;
}

    .mini-stats b {
        font-size: 27px;
        display: block;
    }

    .mini-stats small {
        opacity: .8;
    }

.hero-card {
    margin-top: 100px;
    background: #ffffffee;
    color: var(--deep);
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 25px 60px #0004;
}

    .hero-card .pulse {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e5f7f5;
        color: var(--teal);
        font-size: 30px;
        margin-bottom: 20px;
    }

    .hero-card a {
        color: var(--teal);
        font-weight: 800;
        text-decoration: none;
    }

.quick {
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.quick-box {
    background: #fff;
    border-radius: 20px;
    padding: 22px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 15px 45px #073c4320;
}

    .quick-box span {
        color: var(--teal);
        font-weight: 800;
    }

    .quick-box h3 {
        margin: 3px 0 0;
        font-weight: 900;
    }

    .quick-box > a {
        background: var(--orange);
        padding: 13px 22px;
        border-radius: 50px;
        color: #222;
        text-decoration: none;
        font-weight: 900;
    }

.section {
    padding: 90px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 38px;
}

    .section-head h2, .story h2, .big-cta h2 {
        font-size: 42px;
        font-weight: 900;
        margin-top: 10px;
        color: var(--deep);
    }

    .section-head > a {
        color: var(--teal);
        font-weight: 800;
        text-decoration: none;
    }

.mini-service {
    padding: 27px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 35px #073c4310;
    height: 100%;
    transition: .3s;
    border: 1px solid #edf3f3;
}

    .mini-service:hover {
        transform: translateY(-8px);
        border-color: #b9e5e2;
    }

.mini-icon {
    font-size: 34px;
    background: var(--mint);
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.mini-service h5 {
    font-weight: 900;
}

.mini-service p {
    color: #718184;
    font-size: 14px;
}

.story {
    background: #f5fbfa;
}

.story-img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0 25px 60px #073c4320;
}

.story p {
    font-size: 17px;
    line-height: 1.9;
    color: #000;
}

.checks p {
    color: var(--deep);
    font-weight: 700;
    margin: 10px 0;
}

.big-cta {
    padding: 55px;
    border-radius: 30px;
    background: linear-gradient(135deg,var(--deep),var(--teal));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    color: #fff;
}

    .big-cta h2 {
        color: #fff;
        max-width: 700px;
    }

    .big-cta .btn-main {
        background: var(--orange);
        color: #222 !important;
        white-space: nowrap;
    }

.inner-hero {
    padding: 155px 0 85px;
    background: linear-gradient(90deg, #050946ef 0%, #071068d9 48%, #070c6870 100%),url("https://images.unsplash.com/photo-1538108149393-fbbd81895907?auto=format&fit=crop&w=1900&q=85") center/cover;
    color: #fff;
}

    .inner-hero span {
        color: var(--orange);
    }

    .inner-hero h1 {
        font-size: 58px;
        font-weight: 900;
        margin: 12px 0;
    }

    .inner-hero p {
        font-size: 19px;
    }

.service-card {
    height: 100%;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 12px 38px #073c4312;
    border: 1px solid #edf1f1;
    transition: .3s;
}

    .service-card:hover {
        transform: translateY(-9px);
        box-shadow: 0 22px 50px #073c4320;
    }

.service-img {
    height: 210px;
    position: relative;
    overflow: hidden;
}

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

.service-card:hover .service-img img {
    transform: scale(1.08);
}

.service-img span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    box-shadow: 0 7px 20px #0002;
}

.service-card small {
    color: var(--teal);
    font-weight: 800;
}

.service-card h4 {
    font-weight: 900;
    margin: 8px 0;
}

.service-card p {
    color: #718184;
}

.service-card a {
    color: var(--teal);
    font-weight: 900;
    text-decoration: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

    .gallery-grid img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 25px;
        transition: .35s;
        box-shadow: 0 12px 30px #0001;
    }

        .gallery-grid img:hover {
            transform: scale(1.025);
        }

.contact-card, .form-box {
    background: #f4faf9;
    border-radius: 28px;
    padding: 30px;
}

    .contact-card h5 {
        color: var(--teal);
        font-weight: 900;
        margin-top: 20px;
    }

.form-box {
    background: #fff;
    box-shadow: 0 15px 45px #073c4314;
}

    .form-box label {
        font-weight: 800;
        margin-bottom: 7px;
    }

.form-control, .form-select {
    border-radius: 13px;
    padding: 13px;
    border: 1px solid #dce8e8;
}

.feature-list > div {
    padding: 16px 0;
    border-bottom: 1px solid #dbe9e8;
    color: var(--teal);
}

.feature-list b {
    color: var(--deep);
    display: block;
}

.feature-list small {
    color: #718184;
    margin-left: 27px;
}

footer {
    background: #002083;
    color: #fff;
    padding: 70px 0 25px;
}

    footer .brand {
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        margin-bottom: 15px;
    }

        footer .brand b {
            color: var(--orange);
        }

    footer h5 {
        color: #fff;
        font-weight: 900;
    }

    footer a {
        display: block;
        color: #fff;
        text-decoration: none;
        margin: 9px 0;
    }

        footer a:hover {
            color: var(--orange);
        }

    footer hr {
        border-color: #ffffff22;
        margin: 45px 0 20px;
    }

@media(max-width:768px) {
    .hero {
        min-height: 720px;
    }

    .hero-content {
        padding-top: 125px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .mini-stats {
        gap: 18px;
        margin-top: 35px;
    }

    .quick-box, .big-cta, .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

        .section-head h2, .story h2, .big-cta h2 {
            font-size: 32px;
        }

    .section {
        padding: 65px 0;
    }

    .inner-hero h1 {
        font-size: 42px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

        .gallery-grid img {
            height: 260px;
        }

    .nav-cta {
        display: inline-block;
        margin-top: 10px;
    }

    .quick {
        margin-top: -11px;
    }
    .navbar-toggler{
        border: 0!important;
        padding: 0;
        margin-right: 15px;
        outline:0!important;
        box-shadow:none!important;
    }
    .navbar-collapse{
        background: #fff;
        padding: 10px;
        margin-left: -12px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }
  
    .carousel{
        margin-top: 78px;
    }
}

/* ================= GALLERY ================= */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gallery-item {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    background: #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: .3s ease;
}

.gallery-overlay span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}


/* ================= LIGHTBOX ================= */

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .94);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.image-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    text-align: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0,0,0,.5);
}

#lightboxCaption {
    color: #fff;
    font-size: 17px;
    margin-top: 12px;
    font-weight: 500;
}


/* CLOSE */

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;

    width: 50px;
    height: 50px;

    border: 0;
    border-radius: 50%;

    background: rgba(255,255,255,.15);
    color: #fff;

    font-size: 38px;
    line-height: 40px;

    cursor: pointer;
    transition: .3s;
}

.lightbox-close:hover {
    background: #dc3545;
    transform: rotate(90deg);
}


/* PREVIOUS / NEXT */

.lightbox-prev,
.lightbox-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 55px;
    height: 55px;

    border: 0;
    border-radius: 50%;

    background: rgba(255,255,255,.15);
    color: #fff;

    font-size: 30px;

    cursor: pointer;
    transition: .3s;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: #198754;
    transform: translateY(-50%) scale(1.08);
}


/* ================= MOBILE ================= */

@media(max-width: 991px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width: 575px) {

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gallery-item {
        height: 240px;
    }

    .lightbox-content {
        max-width: 94%;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 45px;
        height: 45px;
        font-size: 23px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-close {
        right: 15px;
        top: 15px;
        width: 45px;
        height: 45px;
        font-size: 32px;
    }

}



.about-founder-wrapper {
    padding: 80px 0px;
}

    .about-founder-wrapper .widget h4 {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
        color: #bb2522;
    }

    .about-founder-wrapper .widget p {
        font-size: 16px;
        color: #6a6a6a;
    }

    .about-founder-wrapper .widget blockquote {
        max-width: 470px;
        padding: 16px;
        border-left: solid 3px #bb2522;
        margin: 20px 0px;
        color: #6a6a6a;
    }

    .about-founder-wrapper .widget ul li {
        position: relative;
        font-size: 16px;
        padding: 10px 0px;
        padding-left: 50px;
        color: #bc2522;
    }

        .about-founder-wrapper .widget ul li:before {
            position: absolute;
            content: '';
            width: 38px;
            height: 38px;
            background-color: #e5e5e5;
            left: 0;
            border-radius: 50%;
            top: 0px;
        }

        .about-founder-wrapper .widget ul li:after {
            position: absolute;
            content: '';
            border: solid 2px;
            width: 8px;
            height: 18px;
            left: 14px;
            border-left: 0;
            border-top: 0;
            top: 9px;
            transform: rotate(45deg);
        }
/* END INNER SECTION */
.tbox img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    border: solid 5px #f9a819
}

.tbox strong {
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 15px 0px;
}



.social-icon a {
    background: #fff;
    padding: 7px 6px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    align-self: center;
    font-size: 18px;
    margin: 0 5px;
}