@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 1.5;
    overflow-x: hidden;
}

/* Enforce Montserrat across both pages/components */
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, small, strong, em,
label, input, textarea, select, option, button {
    font-family: 'Montserrat', sans-serif !important;
}

/* Global Section Spacing */
section {
    padding: 80px 0;
}

/* Container */
.container {
    max-width: 1662px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #4A4A4A;
}

.section-divider {
    border-top: 1px solid;
    border-image: linear-gradient(90deg, rgba(19,3,110,0) 0%, rgba(19,3,110,0.8) 50%, rgba(19,3,110,0) 100%);
    border-image-slice: 1;
    width: 100%;
    margin: 0;
    margin-inline:auto;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1 span.text-blue{
    color: #138FFF;
}





header .btn-close-custom{display: none !important;}

/* Header Buttons */
.btn-login {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B1B1B !important;
    background: #EEEEEE;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    align-items: center;
    border:1px solid transparent
}




.btn-login:hover{
       border-color: #13036E !important;background:#fff;
    color: #13036E !important;
}

.btn-get-started {
    background: linear-gradient(90deg, #138FFF 0%, #13036E 100%);
    border-radius: 10px;
    padding: 14px 25px 14px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF !important;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Hero/Banner Buttons */



.btn-hero-primary {
    background: linear-gradient(90deg, #138FFF 0%, #13036E 100%);
    border-radius: 10px;
    padding: 12px 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF !important;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}



.btn-hero-secondary:hover{
    border-color: #13036E !important;background:#fff;
    color: #13036E !important;
}

.btn-hero-secondary {
    background: #FFFFFF;
    border: 2px solid #DDE5EB;
    border-radius: 10px;
    padding: 12px 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Header Navbar Links */
.navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 20px;
}

/* Subheading Badge */
.subheading-badge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    background: #E9F5FF;
    color: #13036E;
    padding: 6px 16px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 18px;
}

@media (max-width:1600px) {
    .subheading-badge{
        font-size: 11px;
    }

   .btn-hero-primary, .btn-hero-secondary{
        font-size: 13px;
            padding: 11px 20px;
   } 


    
}

@media (max-width: 1199.98px) {
    .subheading-badge {
        font-size: 11px;
    }


    p{
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .subheading-badge {
        font-size: 12px;
        padding: 6px 12px;
        margin-bottom: 12px;
        margin-inline: auto; width: max-content;
    }
}

@media (max-width: 1400px) {
    p{
        font-size: 13px;
    }
}







/* Proof Follows Protocol Section */
.proof-section {
    background: url('../images/CTA section background image.png') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.proof-section img{margin-bottom: 40px;}
.proof-section h2{margin-bottom: 30px;}
.proof-section p{margin-bottom: 50px;margin-inline:auto;color: #fff;}



/* .proof-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(19, 143, 255, 0.8) 0%, rgba(10, 4, 60, 0.9) 100%);
    z-index: 1;
} */

.proof-section .container {
    position: relative;
    z-index: 2;
}

/* Footer */
footer {
    background: #13036E !important;
    padding: 70px 0 0 0 !important;
}

.footer .row {
    align-items: flex-start;
}

.footer .col-lg-4 > p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
    color: #FFFFFF !important;
    opacity: 0.9 !important;
    margin-bottom: 24px !important;
}

.footer h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.footer ul li,
.footer ul li a,
.footer ul li span {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.footer-map {
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-map .map-embed {
    width: 100%;
    height: 170px;
}
footer ul.list-unstyled li img{
    margin-top: 5px;
}
footer ul.list-unstyled li.d-flex{
    align-items: center !important;
}
.footer-bottom-text {
    padding: 30px 0 !important;
    font-size: 14px;
    color: #FFFFFF !important;
    opacity: 1 !important;
    text-align: center;
    margin-bottom: 0;
}

.footer-divider {
    border-top: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    width: 100%;
    max-width: 1502px;
    margin: 40px auto 0;
}

.newsletter-box {
    align-items: stretch;
}

.newsletter-box .form-control {
    font-size: 14px;
    padding: 0 16px !important;
    height: 46px;
    border-radius: 10px 0 0 10px !important;
    border: none !important;
    background: #FFFFFF !important;
    color: #000 !important;
    opacity: 1 !important;
    flex: 1;
    min-width: 0;
}

.newsletter-box .form-control::placeholder {
    color: #333 !important;
    opacity: 0.6;
    font-size: 14px;
}

.newsletter-box .btn-primary-gradient {
    width: auto;
    height: 46px;
    padding: 0 20px !important;
    border-radius: 0 10px 10px 0 !important;
    background: #138FFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin-left: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: none;
    flex-shrink: 0;
}




 @media (max-width:767px) {
        .btn-hero-primary, .btn-hero-secondary {
        font-size: 12px;
        padding: 10px 16px;
    }
    
 }
/* Responsive Grid/Layout Breakpoints */
@media (max-width: 991.98px) {
    .container { padding: 0 20px;        overflow-x: hidden; }
    h2 { font-size: 22px !important;margin-bottom: 16px; }
    .navbar-brand img { height: 35px !important; }
    .navbar-toggler { padding: 0;border: 0; }
    .navbar-nav .nav-link {
        font-size: 16px !important;
        margin: 0 !important;
        padding: 10px 0 !important;
    }
    .header-btns {
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px;
        padding-top: 8px;
    }
    .header-btns .btn {
        width: 100%;
        justify-content: center;
    }
    .newsletter-box { flex-direction: row; height: auto; align-items: stretch; }
    .newsletter-box .form-control { border-radius: 10px 0 0 10px !important; margin-bottom: 0; flex: 1; min-width: 0; height: 42px; }
    .newsletter-box .btn-primary-gradient { border-radius: 0 10px 10px 0 !important; width: auto; height: 42px; flex-shrink: 0; }
    .footer {
        padding-top: 46px !important;
    }
    .footer .row {
        row-gap: 24px;
    }
    .footer .col-lg-4 > p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .footer h5 {
        font-size: 16px !important;
    }
    .footer ul li,
    .footer ul li a,
    .footer ul li span {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .footer-map .map-embed {
        height: 150px;
    }
    .footer-bottom-text {
        padding: 18px 0 !important;
        font-size: 12px;
    }

header:has(.navbar-collapse.show).navbar-brand img{ height: 35px !important ;position: relative;z-index: 9999;}
}


@media (max-width: 767.98px) and (orientation: landscape) {
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .container { max-width: 720px !important; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container { max-width: 960px !important; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container { max-width: 1140px !important; }
}
@media (min-width: 1200px) and (max-width: 1300px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px !important;  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1230px !important; }
}

@media all and (min-width: 1401px) and (max-width: 1500px){
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1300px !important; }
}

@media all and (min-width: 1501px) and (max-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1380px !important; }
}
@media all and (min-width: 1601px) and (max-width: 1800px){
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1520px !important; }
}

.all-star-mian-sec{display: flex; align-items: center; gap: 7px;margin-top: 10px;}
.all-star-mian-sec img{width: auto;height: auto;}

.owl-stage{display: flex;}



/* Mobile Navigation Drawer */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #FFFFFF;
        z-index: 9999;
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        padding: 100px 30px 40px;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        display: block !important;
        visibility: hidden;
        overflow-y: auto;
    }





    .navbar-collapse.show {
        right: 0;
        visibility: visible;
    }

    .navbar-nav {
        align-items: flex-start !important;
        margin-bottom: 40px;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .navbar-nav .nav-link {
        margin: 0 !important;
        font-size: 22px !important;
        font-weight: 600 !important;
        color: #1B1B1B !important;
    }

    .header-btns {
        flex-direction: column;
        align-items: stretch !important;
        gap: 15px;
        width: 100%;
    }

    .header-btns .btn {
        width: 100%;
        justify-content: center;
        margin: 0 !important;
        padding: 16px !important;
    }

    /* Back Button for Mobile */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 35px;
        height: 35px;
    }

    .btn-close-custom {
        display: none;
        z-index: 10000;
        position: relative;
        color: #000000;
        padding: 0;
        line-height: 1;
    }

    header:has(.navbar-collapse.show) .navbar-toggler {
        display: none !important;
    }

    header:has(.navbar-collapse.show) .btn-close-custom {
        display: block !important;
    }

    header:has(.navbar-collapse.show) .navbar-brand img {
        height: 35px !important;
        position: relative;
        z-index: 99999;
    }
}

.navbar-toggler-icon{width: 40px;height: 40px;}
.navbar-toggler:focus,
.navbar-toggler:focus-visible{
    border: 0;
    outline: 0;
    box-shadow: unset;
}

.btn-cart:hover{background-color: #13036E !important;
    transform: scale(1.1);}

/* Header Search Bar Styles */
.search-header-group input{border: 0 !important;}
.search-header-group input:focus,
.search-header-group input:focus-visible{
    border: 0 !important;
    outline: 0;
    box-shadow: unset;
}
.search-header-group {
    background: #F3F4F6;
    border-radius: 100px;
    padding: 2px 12px;
    width: 200px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
}

.search-header-group:focus-within {
    background: #ffffff;
    border-color: #138FFF;
    width: 280px;
    box-shadow: 0 4px 20px rgba(19, 143, 255, 0.12);
}

.search-header-group .form-control {
    font-size: 14px;
    color: #1B1B1B;
    height: 45px;
}

.search-header-group .form-control::placeholder {
    color: #9CA3AF;
}

.search-header-group .input-group-text svg {
    transition: color 0.3s ease;
}

.search-header-group:focus-within .input-group-text svg {
    color: #138FFF !important;
}

/* Responsive Search Bar */
@media (max-width: 991.98px) {
    .search-box {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .search-header-group {
        width: 100% !important;
        background: #F9FAFB;
        border: 1px solid #E5E7EB;
        padding: 8px 16px;
    }

    .search-header-group .form-control {
        font-size: 16px;
    }
}