/*@import url(https://db.onlinewebfonts.com/c/0d915a5eb43ea622c572d38e1dc42553?family=Helvetica+Neue+LT+W06+75+Bold);

@font-face {
    font-family: "Helvetica Neue";
    src: url("https://db.onlinewebfonts.com/t/37ea4f5ec5cd1769ca21400bc7c48f82.eot");
    src: url("https://db.onlinewebfonts.com/t/37ea4f5ec5cd1769ca21400bc7c48f82.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/37ea4f5ec5cd1769ca21400bc7c48f82.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/37ea4f5ec5cd1769ca21400bc7c48f82.woff")format("woff"), url("https://db.onlinewebfonts.com/t/37ea4f5ec5cd1769ca21400bc7c48f82.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/37ea4f5ec5cd1769ca21400bc7c48f82.svg#Helvetica Neue LT W06 55 Roman")format("svg");
}*/

/*@font-face {
    font-family: "Helvetica Neue";
    src: url(../lib/WebFonts/0d915a5eb43ea622c572d38e1dc42553.eot)format('embedded-opentype'), url(../lib/WebFonts/0d915a5eb43ea622c572d38e1dc42553.woff2)format('woff2'), url(../lib/WebFonts/0d915a5eb43ea622c572d38e1dc42553.woff)format('woff'), url(../lib/WebFonts/0d915a5eb43ea622c572d38e1dc42553.ttf)format('truetype'), url(../lib/WebFonts/0d915a5eb43ea622c572d38e1dc42553.svg)format('svg');
}*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Helvetica Neue";
    src: url(../lib/WebFonts/37ea4f5ec5cd1769ca21400bc7c48f82.eot)format('embedded-opentype'), url(../lib/WebFonts/37ea4f5ec5cd1769ca21400bc7c48f82.woff2)format('woff2'), url(../lib/WebFonts/37ea4f5ec5cd1769ca21400bc7c48f82.woff)format('woff'), url(../lib/WebFonts/37ea4f5ec5cd1769ca21400bc7c48f82.ttf)format('truetype'), url(../lib/WebFonts/37ea4f5ec5cd1769ca21400bc7c48f82.svg)format('svg');
}

body {
    font-family: "Roboto", sans-serif;
    overflow: auto !important
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background: #f8fafc;
    position: relative;
}

    /* Saffron + Blue official ring */
    body::before {
        content: "";
        position: fixed;
        width: 380px;
        height: 380px;
        top: -120px;
        right: -120px;
        border-radius: 50%;
        border: 18px solid transparent;
        background: linear-gradient(#f8fafc,#f8fafc) padding-box, linear-gradient( 135deg, #ff9933, #ffffff, #138808, #2563eb ) border-box;
        opacity: .18;
        z-index: -1;
    }

    /* Bottom blue ring */
    body::after {
        content: "";
        position: fixed;
        width: 300px;
        height: 300px;
        bottom: -100px;
        left: -100px;
        border-radius: 50%;
        border: 15px solid rgba(37,99,235,.12);
        box-shadow: 0 0 0 30px rgba(37,99,235,.05);
        z-index: -1;
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, p {
    font-family: "Roboto", sans-serif;
    color: #003366
}

a {
    text-decoration: none;
}

p {
    color: #727377;
    /*font-size: 15px*/
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

    .btn.btn-primary:hover {
        background: #1a61c5;
    }

.btn.btn-secondary {
    color: var(--bs-white);
}

    .btn.btn-secondary:hover {
        background: #003366;
        border: 1px solid #ffffff;
    }

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #bcb6b6;
    border-color: #b8b2b2;
    box-shadow: 0 0 0 0.25rem rgb(62 64 149 / 57%) !important;
}

.text-primary {
    color: #003366 !important;
}

.bg-primary {
    background-color: #003366 !important;
}

/*** Topbar Start ***/
.top-bar {
    background: #003366;
    color: white;
    font-size: 14px;
    padding: 8px 0;
}

    .top-bar i {
        color: #ffd54f;
    }

@media(max-width:360px) {
    .top-bar {
        font-size: 12px
    }
}
/* Highlight Links */
.top-link {
    display: inline-block;
    margin: 3px;
    padding: 6px 12px;
    background: #ffd54f;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    font-size: 13px;
}

    .top-link:hover {
        background: #fff;
        color: #003366;
        /*transform: translateY(-2px);*/
    }

.navbar {
    background: #003366;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    padding: 0px
}

.navbar-brand img {
    height: 60px;
}

.navbar-nav .nav-link {
    font-weight: 400;
    color: #fff;
    /*margin-right: 15px;*/
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 16px !important;
    min-height: 50px;
    align-content: center
}

.navbar-nav .nav-item:hover, .nav-item.active {
    background-color: #4c7094;
}


.main-header {
    background: #fff;
    padding: 10px 0;
    /*border-bottom: 4px solid #0b2f5b;*/
}

.logo img {
    max-height: 100px;
}

/*** Navbar ***/
/*.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin: 10px 20px;
    padding: 0;
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #003366;
}

.navbar-light .navbar-brand img {
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-width: 180px;
    margin: 5px 0 !important
}

.sticky-top.navbar-light .navbar-collapse {
    top: 60px
}

.sticky-top.navbar-light .navbar-mainmenu-button {
    height: 60px
}

.navbar-mainmenu-button {
    height: 70px;
    display: flex; 
}

    .navbar-mainmenu-button button {
        color: #000
    }

.navbar-light .navbar-toggler {
    border-color: #fff0;
    padding: 0;
    border-radius: 0;
    color: #000
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar .dropdown-toggle::after {
    border: none;*/
/* content: "\f107";*/
/*font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;*/
/*background: var(--bs-light);*/
/*transition: .5s;
    opacity: 1;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background-color: #fff;
}

.dropdown-menu[data-bs-popper] {
    left: 35%;
    top: 0px;
    position: absolute;
    width: 65%;
    padding: 20px;
    height: 100vh
}

.desktop-nav-visible .nav-item.nav-link {
    padding-bottom: 3px;
    border-bottom: 4px solid
}

.sticky-top.navbar-light .desktop-nav-visible .nav-link {
    padding: 5px 0
}*/

.banner {
    position: absolute;
    bottom: -25%
}

.page-banner {
    max-width: 500px;
    padding: 40px;
    background: #003366;
}

@media(max-width:992px) {
    .banner {
        position: absolute;
        bottom: -50% !important
    }
}

@media (max-width:768px) {
    .banner {
        bottom: -80% !important
    }

    .page-banner {
        max-width: 100%;
        padding: 25px
    }

    .desktop-nav-visible {
        display: none !important
    }
}

@media(max-width:576px) {

    .navbar-light .navbar-brand img, .sticky-top.navbar-light .navbar-brand img {
        width: 120px
    }

    .navbar-mainmenu-button {
        height: 50px;
    }

        .navbar-mainmenu-button button {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

    .navbar-light .navbar-nav-outer .navbar-nav .nav-link {
        font-size: 14px !important;
        text-wrap: wrap;
    }

    /*.dropdown-menu[data-bs-popper] {
        left: 38%;
        width: 62%
    }*/

    .sticky-top.navbar-light .navbar-collapse {
        top: 75px
    }

    .banner {
        position: static
    }

        .banner .container {
            padding-bottom: 0 !important
        }

    .page-banner {
        max-width: 100%;
        padding: 25px
    }

    .remove-mobile {
        display: none
    }
}

@media(max-width:1440px) {
    .banner {
        bottom: -35%
    }
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        /* position: relative;*/
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #fff;
        color: #fff;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin: 0 20px;
        margin-left: 0;
        color: var(--bs-dark);
    }

    /*.navbar-light .navbar-brand img {
        max-height: 45px;
    }*/
}

@media (min-width: 992px) {
    /*.navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: sticky;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }*/
}
/*** Carousel Hero Header Start ***/
/*.carousel-header {
    position: relative;*/
/* overflow: hidden;*/
/*}

.carousel-indicators {
    display: flex;
    position: relative;
    justify-content: space-around;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    position: static;
    opacity: 1;
    width: auto
}

.carousel-control-prev {
    left: -3%
}

.carousel-control-next {
    right: -3%
}

.carousel-indicators li div {
    background: #f8f8f9;
}

    .carousel-indicators li div p {
        color: #888b8d
    }

.carousel-indicators li.active div {
    border: 1px solid #003366;
    background: #fff
}


.carousel-indicators li.active p {
    color: #000
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003366;
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .carousel .carousel-control-prev .carousel-control-prev-icon:hover,
    .carousel .carousel-control-next .carousel-control-next-icon:hover {
        background: var(--bs-secondary);
    }

.carousel .carousel-inner .carousel-item {
    position: relative;
}

    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 100px;
        display: flex;
        align-items: center;
        justify-content: end;*/
/* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));*/
/*background-size: cover;
    }

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        display: flex;
        justify-content: end;
    }

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    position: absolute;
    width: 100%;*/
/*height: 100%;
    top: 0;*/
/*bottom: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;*/
/* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));*/
/*background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    margin-left: 100px;
    height: 100%;*/
/* padding: 50px;*/
/*}

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        display: flex;
        justify-content: start;
    }

.carousel-indicators [data-bs-target] {*/
/* width: 33.33%;*/
/*height: auto;
    text-indent: unset;
    opacity: 1;*/
/*margin-left:10px;
    margin-right:10px;*/
/*}

.mobile-indicators {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem)
}*/

.hero-banner {
    background: linear-gradient(to right, #fff 30%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0) 100%), url('../img/banner.jpg');
    height: 250px;
    background-size: cover;
    background-position: bottom;
    align-content: center
}

.hero-slider .carousel-item {
    position: relative;
}

    .hero-slider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-slider .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: left;
    background: linear-gradient(45deg, rgba(0,51,102,.85),rgba(0,51,102,.01))
}

.hero-slider h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px #003366
}

.hero-slider p {
    font-size: 1.15rem;
    color: #fff;
    max-width: 600px;
    text-shadow: 2px 2px #003366
}

.btn-custom {
    background: #ff9800;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
}

    .btn-custom:hover {
        background: #e68900;
        color: #fff;
    }

@media (max-width: 768px) {
    .hero-slider .carousel-item {
        height: 80vh;
    }

    .hero-slider h1 {
        font-size: 2rem;
    }

    .hero-slider p {
        font-size: 1rem;
    }
}

.card-img-top {
    max-width: 250px;
    margin: auto
}

@media (max-width: 992px) {
    /*.carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

        .carousel .carousel-inner .carousel-item img {
            height: 700px;
            object-fit: cover;
        }
*/

    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

        .carousel-caption-1-content .carousel-caption-1-content-btn {
            justify-content: center;
        }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        /*justify-content: center;*/
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        /* display: none;*/
    }

    .carousel-indicators {
        display: none
    }

    .mobile-indicators {
        max-width: 100%;
        top: 0
    }

    .carousel-caption-2-content {
        width: 100%;
        margin-left: auto !important;
        /* text-align: center !important;*/
    }
}

@media (min-width:993px) {
    .carousel-caption-2-content {
        max-width: 510px;
        padding: 10px;
        background: #003366;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/
#bgImage {
    transition: background-image 1s ease-in-out;
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.section-title {
    color: #003366;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer .section-title {
    color: #3b96f1;
    font-weight: 400;
    text-transform: capitalize
}

footer p, footer a {
    color: #fff;
}

    footer a:hover {
        color: #3b96f1
    }

.about-box {
    background: white;
    /*border-radius: 12px;*/
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

    .bg-breadcrumb .breadcrumb {
        position: relative;
    }

        .bg-breadcrumb .breadcrumb .breadcrumb-item a {
            color: var(--bs-white);
        }

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

    .feature .feature-item:hover {
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    }

    .feature .feature-item .feature-icon {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--bs-primary);
    }

        .feature .feature-item .feature-icon i {
            transition: 0.5s;
        }

    .feature .feature-item:hover .feature-icon i {
        transform: rotate(360deg);
    }

    .feature .feature-item a.btn {
        transition: 0.5s;
    }

    .feature .feature-item:hover a.btn:hover {
        color: var(--bs-primary) !important;
    }
/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

    .about .about-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        top: -30px;
        right: 0;
        border-radius: 10px;
        background: var(--bs-secondary);
    }

    .about .about-img::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 100%;
        left: -30px;
        bottom: 30px;
        border-radius: 10px;
        background: var(--bs-secondary);
    }

    .about .about-img .about-exp {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px;
        font-size: 30px;
        font-weight: bold;
        background: var(--bs-secondary);
        color: var(--bs-white);
        border: 1px solid var(--bs-secondary);
        margin-top: -30px;
        margin-left: -30px;
        border-radius: 10px;
    }
/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

    .service-item::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-radius: 10px;
        background: var(--bs-primary);
        transition: 0.5s;
        z-index: 1;
    }

    .service-item:hover::after {
        width: 100%;
        height: 100%;
    }

    .service-item:hover .service-content,
    .service-item:hover .service-btn {
        position: relative;
        z-index: 2;
    }

    .service-item .service-content a,
    .service-item .service-content p {
        transition: 0.5s;
    }

    .service-item:hover .service-content a:hover {
        color: var(--bs-secondary);
    }

    .service-item:hover .service-content p {
        color: var(--bs-white);
    }

    .service-item .service-btn {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--bs-primary);
        transition: 0.5s;
    }

        .service-item .service-btn i {
            transition: 0.5s;
        }

    .service-item:hover .service-btn {
        background: var(--bs-white);
    }

        .service-item:hover .service-btn i {
            transform: rotate(360deg);
            color: var(--bs-primary) !important;
        }
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

    .counter .counter-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

        .counter .counter-item .counter-item-icon {
            width: 100px;
            height: 100px;
            border-radius: 50px;
            background: var(--bs-primary);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-img a:hover i {
    transform: rotate(180deg)
}

.blog .blog-img a i {
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    /*overflow: hidden;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    /*.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}*/

    .blog .blog-item .blog-img img {
        transition: 0.5s;
    }

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: #332da72e;
}

.blog .blog-item .blog-date {
    position: absolute;
    bottom: -25px;
    right: 15px;
    /*border-radius: 50%;*/
    background: #003366;
    color: var(--bs-white);
    z-index: 2;
    height: 50px;
    width: 50px;
    display: flex
}

.blog .blog-content {
    /*height: 120px*/
    height: 180px;
    text-align: center;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
    font-weight: 600
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

    .team .team-item .team-inner {
        transition: 0.5s;
    }

    .team .team-item:hover .team-inner {
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    }

    .team .team-item .team-inner .team-img {
        position: relative;
        z-index: 2;
    }

        .team .team-item .team-inner .team-img::after {
            content: "";
            width: 100%;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            background: rgba(0, 209, 249, 0.2);
            transition: 0.5s;
            z-index: 3;
        }

    .team .team-item:hover .team-inner .team-img::after {
        height: 100%;
    }

    .team .team-item .team-inner .team-img .team-share {
        position: absolute;
        left: 10px;
        bottom: 10px;
        transition: 0.5s;
        z-index: 2;
    }

    .team .team-item:hover .team-inner .team-img .team-share {
        opacity: 0;
    }

    .team .team-item .team-inner .team-img .team-icon {
        position: absolute;
        bottom: 0;
        left: -100%;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        display: inline-flex;
        background: var(--bs-primary);
        transition: 0.5s;
        z-index: 4;
    }

    .team .team-item:hover .team-inner .team-img .team-icon {
        left: -25px;
    }
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

    .testimonial-carousel .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-right: 15px;
        border: 1px solid var(--bs-secondary);
        background: var(--bs-primary);
        transition: 0.5s;
    }

        .testimonial-carousel .owl-dots .owl-dot.active {
            width: 20px;
            height: 20px;
            border-radius: 20px;
            border: 1px solid var(--bs-primary);
            background: var(--bs-secondary) !important;
            transition: 0.5s;
        }

        .testimonial-carousel .owl-dots .owl-dot span {
            position: relative;
            margin-top: 50%;
            margin-left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            .testimonial-carousel .owl-dots .owl-dot span::after {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 8px;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                background: var(--bs-white);
            }

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
    background: #003366;
}

    .footer .footer-item a {
        line-height: 35px;
        color: var(--bs-body);
        transition: 0.5s;
    }

    .footer .footer-item p {
        line-height: 35px;
    }

    .footer .footer-item a:hover {
        letter-spacing: 0.5px;
        color: var(--bs-primary);
    }

    .footer .footer-item .footer-btn a,
    .footer .footer-item .footer-btn a i {
        transition: 0.5s;
    }

        .footer .footer-item .footer-btn a:hover {
            background: #003366;
        }

            .footer .footer-item .footer-btn a:hover i {
                color: var(--bs-primary) !important;
            }

footer .social-icon a img{
    width:40px;
    transition: all 0.3s ease-in-out;
}
footer .social-icon a img:hover {
    transform:translateY(-5px)
}

/*** Footer End ***/
/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #003366;
}

.text-body {
    color: #E6E5E5 !important;
}

.text-muted {
    color: #b0a9a9 !important;
}

/*** copyright end ***/


/** OWN CSS **/
/*.navbar-collapse {
    position: fixed;
    top: 70px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: 0;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #dee2e6;
    transition: 0.2s all;
}

    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
    }

.navbar-nav-outer:before {
    content: "";
    background: #003366;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.navbar-collapse.show .navbar-nav {
    height: 100%;
    width: 100%;
}

    .navbar-collapse.show .navbar-nav .navbar-nav-inside {
        overflow-y: auto;
        height: 100%;
        width: 100%;
    }

.navbar-light .navbar-nav-outer .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}

    .navbar-light .navbar-nav-outer .navbar-nav .nav-link:hover, .navbar-light .navbar-nav-outer .navbar-nav .nav-link.active {
        color: #8882ff;
    }

.navbar-light .navbar-nav-outer .navbar-nav .dropdown-menu .nav-link {
    color: #003366
}

    .navbar-light .navbar-nav-outer .navbar-nav .dropdown-menu .nav-link:hover, .navbar-light .navbar-nav-outer .navbar-nav .dropdown-menu .nav-link.active {
        color: #727377
    }

@media screen and (min-width: 992px) {

    .navbar-nav-outer:before {
        width: 35%;
    }

    .navbar-collapse.show .navbar-nav .navbar-nav-inside {
        width: 33.33%;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-collapse.show .navbar-nav {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .navbar-collapse.show .navbar-nav {
        max-width: 1320px;
    }
}*/
/** OWN CSS **/

.goog-te-gadget {
    font-size: 0 !important
}

    .goog-te-gadget span {
        display: none !important
    }

    .goog-te-gadget select {
        font-size: 13px;
        padding: 6px 4px;
        font-weight: 600;
        /*border-radius: 20px;*/
    }

.gallery a {
    display: block;
    overflow: hidden;
    border-radius: 0.375rem;
    cursor: zoom-in;
}

.gallery img {
    width: 100%;
    transition: transform .4s ease, filter .4s ease;
}

.gallery a:hover img {
    transform: scale(1.1);
    filter: brightness(0.85);
}

.gov-about-card {
    background: #fff;
    border-left: 6px solid #003366;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.gov-card-header {
    background: #003366;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 25px;
}

.gov-card-body {
    padding: 30px;
    background: #ffffff;
}

    .gov-card-body p {
        text-align: justify;
        color: #444;
        line-height: 1.9;
        /*font-size: 17px;*/
        margin-bottom: 20px;
    }

    .gov-card-body strong {
        color: #003366;
    }

    .gov-card-body ul {
        text-align: justify;
        list-style-type: decimal;
        color: #444;
        line-height: 1.9
    }
/* .title-line {
            width: 90px;
            height: 4px;
            background: #f5a623;
            border-radius: 50px;
        } */

@media(max-width:768px) {

    .gov-card-body {
        padding: 20px;
    }

        .gov-card-body p {
            /*font-size: 15px;*/
            line-height: 1.8;
        }

    .gov-card-header {
        font-size: 18px;
    }
}

/* Container */
.department-section {
    background: linear-gradient(135deg, #eef2f7, #f8fbff);
}

.wrapper {
    margin: auto;
}

.tag-list {
    column-count: 3;
    color: #000;
    margin-bottom: 0;
    list-style-type: none;
    padding-inline: 0
}

/* Department Grid */
.department-wrapper {
    display: grid;
    grid-template-areas:
        "top top top"
        "left-top center right-top"
        "left-bottom center right-bottom"
        "bottom bottom bottom";
    gap: 18px;
    align-items: center;
}

.dept {
    display: flex;
    justify-content: center;
}

/* Cards */
.circle {
    min-width: 230px;
    padding: 18px 16px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    backdrop-filter: blur(6px);
    transition: 0.25s;
}

    .circle:hover {
        transform: scale(1.05);
    }

/* Colors */
.green {
    background: #27ae60;
}

.red {
    background: #e74c3c;
}

.blue {
    background: #007bff;
}

.orange {
    background: #ff8c00;
}

.purple {
    background: #800080;
    /*color: #333;*/
}

.maroon {
    background: #800000;
}

/* Positions */
.top {
    grid-area: top;
}

.left-top {
    grid-area: left-top;
}

.right-top {
    grid-area: right-top;
}

.left-bottom {
    grid-area: left-bottom;
}

.right-bottom {
    grid-area: right-bottom;
}

.bottom {
    grid-area: bottom;
}

/* Center Box */
.center-box {
    grid-area: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #003366;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #003366
}

/* Responsive */
@media(max-width:1200px) {
    .tag-list {
        column-count: 2;
    }
}

@media(max-width:992px) {
    .tag-list {
        column-count: 1;
        text-align: center
    }
}

@media(max-width:768px) {
    .department-wrapper {
        grid-template-areas:
            "top"
            "left-top"
            "right-top"
            "center"
            "left-bottom"
            "right-bottom"
            "bottom";
    }
}

.complaint-card {
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 9999;
}

    .complaint-card a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 14px 18px;
        background: #003366;
        color: #fff;
        text-decoration: none;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,.2);
        transition: .3s;
        max-width: auto;
        border: 1px solid #fff
    }

    .complaint-card i {
        font-size: 45px;
    }

    .complaint-card .title {
        display: block;
        font-size: 36px;
        font-weight: 700;
        margin-bottom:4px
    }

    .complaint-card small {
        font-size: 18px;
        color: #dbe8ff;
    }

    .complaint-card a:hover {
        background: #0056b3;
        transform: translateY(-3px);
    }

@media(max-width:768px) {
    .complaint-card a {
        max-width: 280px;
        gap: 6px;
        padding: 24px 12px;
    }
    .complaint-card i, .complaint-card .title {
        font-size: 24px
    }
    .complaint-card small {
        font-size:14px
    }
}
@media(max-width:576px) {
    .complaint-card {
        left:20px;
        bottom:150px
    }
    .complaint-card a{
        gap: 15px;
        padding: 14px 18px;
    }
}

.callback-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 10px #003366;
    border: 1px solid #ccc;
    z-index: 9999;
    display: flex;
    gap: 16px;
}

.callback-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    background: #eef4ff;
    color: #003366;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.callback-box h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #003366;
}

.callback-box i {
    margin-block: auto;
    color: #003366;
    animation: phone-ring 1.5s infinite;
    transform-origin: center;
    /* background: #d1e0ff; */
    border-radius: 50%;
}

@keyframes phone-ring {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(15deg);
    }

    10% {
        transform: rotate(-15deg);
    }

    15% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(-12deg);
    }

    25% {
        transform: rotate(8deg);
    }

    30% {
        transform: rotate(-8deg);
    }

    35% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*@media (max-width:480px) {
    .callback-box {
        left: 10px;
        bottom: 10px;
    }
}*/


.law-card {
    border: none;
    border-radius: 15px;
    transition: all .3s ease;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .08);
    height: 80px !important
}

    .law-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 .75rem 1.5rem rgba(13, 110, 253, .18);
    }

.law-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.law-title {
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 8px;*/
    color: #343a40;
}

.shortform-block {
    width: 100px;
    min-width: 100px;
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

@media (max-width:1200px) {
    .law-card {
        height: 100px !important;
    }
}

@media (max-width:992px) {
    .law-card {
        height: auto !important;
    }
}

@media(max-width:576px) {
    .law-card .card-body {
        display: block !important;
        justify-items: center;
        text-align: center
    }

    .shortform-block {
        margin: auto
    }
}

:root {
    --blue: #1376a8;
    --red: #df244c;
    --orange: #f09224;
    --green: #3f9e3a;
    --purple: #68439a;
    --teal: #168d91;
}

.info-card {
    position: relative;
    display: grid;
    grid-template-columns: 65px 1fr;
    /*align-items: center;*/
    gap: 12px;
    /*margin: clamp(6px, 1.2vw, 13px);*/
    padding: 15px;
    overflow: hidden;
    text-align: left;
    border: 1px solid rgba(24, 53, 104, .09);
    border-radius: 20px;
    background: rgba(255,255,255,.57);
    box-shadow: 0 6px 18px rgba(40, 64, 98, .07);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    height: 100%
}

    .info-card:hover,
    .info-card:focus-visible {
        z-index: 5;
        outline: none;
        transform: translateY(-4px) scale(1.015);
        background: rgba(255,255,255,.9);
        box-shadow: 0 12px 28px rgba(28, 62, 118, .17);
    }

    .info-card:active {
        transform: scale(.985);
    }


.card-01 {
    --tone: var(--red);
    background-color: rgba(255, 228, 235, .65);
}

.card-02 {
    --tone: var(--blue);
    background-color: rgba(220, 240, 255, .7);
}

.card-03 {
    --tone: var(--green);
    background-color: rgba(232, 248, 210, .7);
}

.card-04 {
    --tone: var(--orange);
    background-color: rgba(255, 240, 211, .75);
}

.card-05 {
    --tone: var(--purple);
    background-color: rgba(237, 227, 255, .7);
}

.card-06 {
    --tone: var(--teal);
    background-color: rgba(218, 246, 243, .72);
}

.number {
    position: absolute;
    top: 10px;
    left: 12px;
    display: grid;
    place-items: center;
    width: 38px;
    aspect-ratio: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--tone);
    box-shadow: 0 3px 8px rgba(0,0,0,.16);
}

.card-icon {
    display: grid;
    place-items: center;
    width: 65px;
    aspect-ratio: 1;
    margin-top: 24px;
    color: var(--tone);
    font-size: 42px;
    border-radius: 18px;
    background: rgba(255,255,255,.65);
}

/*.card-copy {
            padding-top: clamp(10px, 1.7vw, 20px);
        }*/

.card-copy h2 {
    margin-bottom: 8px;
    /*color: var(--tone);*/
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.card-copy p {
    margin: 0;
    color: #24324a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

@media (max-width: 576px) {

    .info-card {
        grid-template-columns: 50px 1fr;
        /*margin: 3px;*/
        padding: 16px;
        border-radius: 8px;
        justify-items: center
    }

    .card-icon {
        width: 29px;
        border-radius: 8px;
    }

    .card-copy p {
        line-height: 1.35;
    }

    .framework-order-1 {
        order: 1
    }

    .framework-order-2 {
        order: 2
    }

    .framework-order-3 {
        order: 3
    }

    .framework-order-4 {
        order: 4
    }

    .framework-order-5 {
        order: 5
    }

    .framework-order-6 {
        order: 6
    }

    .framework-order-7 {
        order: 7
    }

    .framework-order-8 {
        order: 8
    }

    .framework-order-9 {
        order: 9
    }

    .framework-order-10 {
        order: 10
    }

    .framework-order-11 {
        order: 11
    }

    .framework-order-12 {
        order: 12
    }
}

:root {
    --primary: #2b2f8a;
    --pink: #e63b8a;
    --green: #2fa84f;
}

.framework-card {
    border-radius: 24px;
    padding: 24px 18px;
    box-shadow: 0 20px 60px rgba(43,47,138,0.15);
}

.content-wrap {
    position: relative;
    z-index: 1
}
/* Flow boxes */
.flow-box {
    background: #fff;
    border: 2px solid;
    border-radius: 14px;
    padding: 14px 18px;
    text-align: center;
    font-weight: 700;
    position: relative;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    transition: all .3s ease;
    cursor: pointer;
}

    .flow-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.12)
    }

    .flow-box .box-icon {
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.2rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .flow-box.pink {
        border-color: var(--pink);
        background: #fdeef5
    }

        .flow-box.pink .box-icon {
            background: var(--pink)
        }

    .flow-box.green {
        border-color: var(--green);
        background: #eaf7ee
    }

        .flow-box.green .box-icon {
            background: var(--green)
        }

    .flow-box.purple {
        border-color: var(--purple);
        background: #f2e9fa
    }

        .flow-box.purple .box-icon {
            background: var(--purple)
        }

    .flow-box.orange {
        border-color: var(--orange);
        background: #fff1e3
    }

        .flow-box.orange .box-icon {
            background: var(--orange)
        }

    .flow-box .highlight {
        color: var(--pink);
        font-weight: 800
    }

    .flow-box.green .highlight {
        color: var(--green)
    }

    .flow-box.purple .highlight {
        color: var(--purple)
    }

    .flow-box.orange .highlight {
        color: var(--orange)
    }

.arrow-down {
    text-align: center;
    color: var(--primary);
    font-size: 1.4rem;
    margin: 6px 0;
}

/* Sub boxes */
.sub-box {
    border: 2px solid;
    border-radius: 12px;
    padding: 10px 8px;
    text-align: center;
    background: #fff;
    font-size: .85rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    height: 100%;
    transition: all .25s;
}

    .sub-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.12)
    }

    .sub-box .code {
        font-weight: 800;
        font-size: 1rem;
        display: block;
        margin-bottom: 4px
    }

    .sub-box.blue {
        border-color: var(--blue);
        background: #eaf3ff
    }

        .sub-box.blue .code {
            color: var(--blue)
        }

    .sub-box.green {
        border-color: var(--green);
        background: #eaf7ee
    }

        .sub-box.green .code {
            color: var(--green)
        }

    .sub-box.orange {
        border-color: var(--orange);
        background: #fff1e3
    }

        .sub-box.orange .code {
            color: var(--orange)
        }

    .sub-box.purple {
        border-color: var(--purple);
        background: #f2e9fa
    }

        .sub-box.purple .code {
            color: var(--purple)
        }

/* Side panels */
.side-panel {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 2px solid;
}

    .side-panel.legal {
        border-color: var(--green)
    }

    .side-panel.helpline {
        border-color: var(--blue)
    }

    .side-panel.outcomes {
        border-color: var(--pink)
    }

.side-title {
    text-align: center;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 1rem;
}

    .side-title.legal {
        background: var(--green)
    }

    .side-title.helpline {
        background: var(--blue)
    }

    .side-title.outcomes {
        background: var(--pink)
    }

.legal-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

    .legal-list li {
        padding: 6px 10px;
        margin-bottom: 6px;
        background: #f4fbf6;
        border-left: 4px solid var(--green);
        border-radius: 6px;
        font-weight: 600;
        font-size: .9rem;
    }

.helpline-num {
    font-size: 3.4rem;
    font-weight: 800;
    color: var(--blue);
    text-align: center;
    line-height: 1;
}

    .helpline-num i {
        font-size: 2.2rem;
        color: var(--blue);
        vertical-align: middle;
        margin-right: 6px
    }

.outcome-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 10px;
    background: #faf6fb;
    transition: .2s;
}

    .outcome-item:hover {
        background: #f2e9fa;
        transform: translateX(4px)
    }

.outcome-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.outcome-item p {
    margin: 0;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.3
}

/* Bottom banner */
.bottom-banner {
    background: linear-gradient(90deg,var(--primary),#4c50c8);
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgba(43,47,138,0.3);
}

.speech-bubble {
    background: #fffbe6;
    border: 2px solid #f2c94c;
    border-radius: 20px;
    padding: 14px 18px;
    font-weight: 600;
    color: #5a4a00;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

    .speech-bubble::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 30px;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: #f2c94c;
        border-bottom: 0;
    }


.branch-container {
    position: relative
}

.branch-line {
    height: 2px;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 12.5%;
    right: 12.5%;
    width: 75%
}

.branch-drop {
    width: 2px;
    height: 16px;
    background: var(--primary);
    margin: 0 auto;
}

@media (max-width:768px) {
    .flow-box .box-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        right: -10px
    }
}

/* CARDS */
.stakeholder-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 12px 16px 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2.5px solid var(--c);
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    height: 100px;
    transition: 0.2s all;
}

    .stakeholder-card:hover {
        transform: scale(1.05);
    }

.num-badge {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--c);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    font-size: 0.95rem;
}

.icon-circle {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--c);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.4);
}

.card-text h5 {
    margin: 0 0 8px;
    font-weight: 700;
    color: var(--c);
    /*font-size: 0.98rem;*/
}

.card-text p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.4;
}

/* HEX CLUSTER */
.hex-wrapper {
    position: relative;
    width: 380px;
    height: 440px;
    margin: 10px auto;
    transform: scale(1);
}

.hex {
    position: absolute;
    width: 150px;
    height: 172px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.15;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    padding: 8px;
}

    .hex .emoji {
        font-size: 1.6rem;
        margin-bottom: 4px;
    }

.hex-center {
    top: 134px;
    left: 115px;
    background: radial-gradient(circle, #6b7280, #374151);
    font-size: 1.05rem;
    z-index: 3;
    border: 3px solid #fff;
}

.hex-1 {
    top: 0px;
    left: 115px;
    background: linear-gradient(160deg,#f4a300,#e08e00);
}

.hex-2 {
    top: 66px;
    left: 240px;
    background: linear-gradient(160deg,#2a9d8f,#1f7d70);
}

.hex-3 {
    top: 200px;
    left: 240px;
    background: linear-gradient(160deg,#57a773,#3f8a5a);
}

.hex-4 {
    top: 266px;
    left: 115px;
    background: linear-gradient(160deg,#6a4c93,#523876);
}

.hex-5 {
    top: 200px;
    left: -10px;
    background: linear-gradient(160deg,#1f6f8b,#144e63);
}

.hex-6 {
    top: 66px;
    left: -10px;
    background: linear-gradient(160deg,#1a2b4c,#111c35);
}

.hex-7 {
    top: -66px;
    left: -10px;
    background: linear-gradient(160deg,#1a2b4c,#111c35);
}

.hex-8 {
    top: -66px;
    left: 240px;
    background: linear-gradient(160deg,#2a9d8f,#1f7d70);
}

.hex-9 {
    top: 200px;
    left: 240px;
    background: linear-gradient(160deg,#57a773,#3f8a5a);
}

@media(max-width:1199px) {
    .stakeholder-card {
        height: 120px
    }
}

@media (max-width: 991px) {
    .hex-wrapper {
        transform: scale(0.85);
        margin: -10px auto -35px;
    }
}

@media (max-width: 767px) {
    .hex-wrapper {
        transform: scale(0.72);
        margin: -25px auto -55px;
    }

    .header-box {
        flex-direction: column;
    }
}
