@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

body{
 overflow-x:hidden;
}
body p, li, input, select, span, h1, h5{
font-family:'Urbanist', sans-serif !important;    
}
ul.navbar-nav.mx-auto {
    gap: 40px;
}

ul {
    padding-left: 0px !important;
}


ul,
li,
a {
    list-style: none;
    text-decoration: none;
}

ul {
    padding: 0px;
}

.banner {
    background-image: url('../assets/istockphoto-2162004346-1024x1024.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 650px; /* Ensures a fixed height */
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center; /* Centers content vertically */
    justify-content: center;
    text-align: center;
}

.banner::before {
    content: ''; /* This is necessary for the pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay, adjust opacity as needed */
    z-index: 1; /* Ensure the overlay is below the text */
}

.banner > * {
    position: relative;
    z-index: 2; /* Ensures the text stays above the overlay */
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures full coverage */
  
}



.banner .container {
    position: relative;
    z-index: 2; /* Ensures text and images are above everything */
    max-width: 850px;
}

.banner-text h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
}

.banner-text p {
    color: white;
    font-size: 18px;
    margin-top: 10px;
}

/* 📱 Responsive Styles */
@media (max-width: 768px) {
    .banner {
        height: 500px; /* Adjust height for smaller screens */
        padding: 20px;
    }
    
    .banner-text h1 {
        font-size: 36px; /* Reduce text size for mobile */
    }
    
    .banner-text p {
        font-size: 16px;
    }
}



.section-2 {
    background: rgba(190, 11, 49, 0.10);
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.section-2-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section-2-inner p{
    max-width: 650px;
    margin: 0 auto 20px;
}

.heading-h2 {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
}

.section-2-inner p {
    color: #000;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.dark-btn {
    border-radius: 10px;
    background: #002768;
     display: flex;
    padding: 12.5px 20px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom:20px;
}
.dark-btn:hover {
    
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.35) inset;
   
}

h2.heading-h2.text-left {
    text-align: left;
}

.service-box {
    border-radius: 10px;
    border: 2px solid #CECECE;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(12.899999618530273px);
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    min-height: 100%;
    margin: 0px 0px 20px 0px;
}

.service-inner .col-md-4 {
    margin-bottom: 20px;
}

.service-content p {
    margin: 0px;
}

.services {
    background: url(../images/service.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.service-text {
    text-align: center;
    margin-bottom: 50px;
}

.service-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.pricing-box.blue {
    border-radius: 10px;
    background: #002768;
    box-shadow: 0px 71px 20px 0px rgba(0, 0, 0, 0.00), 0px 45px 18px 0px rgba(0, 0, 0, 0.01), 0px 26px 15px 0px rgba(0, 0, 0, 0.05), 0px 11px 11px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 25px;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;

}

.pricing-box {
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: flex;
    padding: 25px;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: #000;
}

.tags {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.blue .p-btn {
    border-radius: 10.423px;
    background: #FFF;
    display: flex;
    padding: 8.017px 16.035px;
    justify-content: center;
    align-items: flex-start;
    gap: 8.017px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.385px;
}

span.p-btn {
    border-radius: 10.423px;
    background: #BE0B31;
    display: flex;
    padding: 8.017px 16.035px;
    justify-content: center;
    align-items: flex-start;
    gap: 8.017px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.385px;
}

span.divider {
    background: #E2E2E2;
    height: 1px;
    width: 100%;
}

ul.list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 185px;
}

ul.list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

span.label {
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.price h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.76px;
}

.price small {
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.blue a.price-ctm-btn {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex;
    padding: 12.5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

a.price-ctm-btn {
    border-radius: 10px;
    background: #002768;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex;
    padding: 12.5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.price-btn {
    width: 100%;
}

.p-d p {
    margin: 0px;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

.pricing-wrapper {
    border-radius: 20px;
    border: 2px solid #CECECE;
    background: #FFF;
    padding: 10px;
}

.p-d {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

span.c-color {
    color: #BE0B31;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
}

.form-check-input[type=checkbox] {
    border: 1px solid #000;
}

.items {
    border-radius: 10px;
    border: 2px solid #CECECE;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(12.899999618530273px);
    display: flex;
    height: 281px;
    padding: 25px 0px 25px 25px;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    margin: 80px 0px 0px;
}

.c-box {
    width: 100%;
}

.c-img {
    width: 100%;
    top: -20px;
    position: relative;
    z-index: 999;
}

.testi {
    padding: 80px 0px;
}

section.pricing {
    background: linear-gradient(180deg, #FFF 0%, #CCD4E1 100%);
    background-repeat: no-repeat;
    background-position: 0px 70%;
}

.items p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.items h6 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.c-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px;
}

.cta-inner {
    border-radius: 20px;
    background-image: url(../images/meeting-h1b.jpg);
    background-blend-mode: color, normal, normal;
    display: flex;
    padding: 75px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.cta-inners h2 {
    color: #fff;
}

.cta-inners {
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
}

.white-btn {
    border-radius: 10px;
    font-family:'Urbanist', sans-serif !important;
    background: #FFF;
    padding: 12.5px 20px;
    text-decoration: none;
    color: black;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom:20px;
}
.white-btn:hover {
    transition:0.2s;
     background-color:lightgrey;
   
}
.banner-text img {
    width: 100px;
    background: #fff;
    border-radius: 5px;
}
footer.footer {
   
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    margin-top: -75px;
    gap: 50px;
    justify-content: center;
   
}

.footer-contact h4 {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
.ctm-event span {
    font-weight: 800;
}

.ctm-event span {
    font-weight: 800;
    color:black;
}
.service-box:hover .ctm-event span {
    color:white;
}

.footer-contact p {
    font-size: 12px;
}


.footer-contact {
    margin-top: 50px;
    text-align: left;
}

.b-0 {
    border: none !important;
}

.copy-right p {
    margin: 0px;
}

.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.footer-contact p {
    padding-right: 65px;
}


footer a.white-btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#zmWebToEntityForm input.white-btn {
    padding: 10px;
    margin: 0px 5px 0px;
    width: 100%;
}
.form-fields input, .form-fields select {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(10px);
    width: 100%;
}

.form-fields {
    display: flex;
    gap: 20px;
    margin: 10px 0px;
}

.banner-form {
    width: 100%;
}

.pricing-inner .nav-link {
    border-radius: 10px;
    background: rgba(0, 39, 104, 0.10);
    color: #000 !important;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #fff;
    width: 100%;
}


.pricing-inner .nav-link.active {
    background: #002768 !important;
    color: #fff !important;
}

ul.nav.nav-tabs {
    justify-content: center;
    border: none;
    gap: 20px;
}

section.pricing {
    padding: 80px 0px 0px;
}

ul.nav.nav-tabs {
    justify-content: center;
    border: none;
}

.navbar-nav a.nav-link {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.header-btn-parent .white-btn {
    margin-top: 0px !important;
}

.icon-box {
    border-radius: 10px;
    border: 2px solid #CECECE;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 71px 20px 0px rgba(0, 0, 0, 0.00), 0px 45px 18px 0px rgba(0, 0, 0, 0.01), 0px 26px 15px 0px rgba(0, 0, 0, 0.05), 0px 11px 11px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 25px;
    align-items: flex-start;
    gap: 15px;
    margin: 10px 0px;
}

.i-d p {
    margin: 0px;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.i-d h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.section-2s h2.heading-h2 {
    text-align: left;
}

.section-2s {
    padding: 80px 0px;
    background-image: url(../images/a.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-2s.s-b{
    background-image: url(../images/b.svg)!important;
}
.section-2s.s-c{
    background-image: url(../images/c.svg)!important;
}
.section-2s.s-d{
    background-image: url(../images/d.svg)!important;
}
.section-2s.s-e{
    background-image: url(../images/e.svg)!important;
}
.section-2s.s-f{
    background-image: url(../images/f.svg)!important;
}

.section-2s a.dark-btn {
    width: fit-content;
    margin-top: 20px;
}

.inner-ser {
    padding-bottom: 0px !important;
}

.inner-ser .section-2 {
    background: #002768c9;
    padding: 50px 0px 50px;
    color: #fff;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 50px;
}

.inner-ser .section-2 h2.heading-h2,
.inner-ser .section-2 p {
    color: #fff;
}

.service-content h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.service-content p {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.left-text h2 {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
}

.left-text p {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.36px;
}

.left-text a {
    width: fit-content;
}

.left-inner .row {
    align-items: center;
}

section.left {
    padding: 40px 0px;
}

.my-list {
    height: 100% !important;
}

ul.list.my-list p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

ul.list.my-list span {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

.pricing-wrapper.cp {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-box.blue {
    height: 100%;
}

.pricing-wrapper.cp-t {
    max-width: 30%;
    margin: 0 auto;
}

.pricing-box {
    height: 100%;
}

section.section.services.inner-ser.pt-0.pb-0 {
    padding-bottom: 80px !important;
}

.service-content h5 {
    font-size: 22px;
}

textarea {
    border-radius: 10px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    height: 178px;
    padding: 15px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a{
    text-decoration: none!important;
}




@media(max-width: 600px) {
    .left-img img {
        width: 100%;
    }
    .footer-contact p {
        padding-right: 0px;
    }
    .form-fields{
        gap: 10px!important;
    }
    
    

    .form-fields {
        flex-direction: column;
    }

    .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2.heading-h2,
    .left-text h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .left-text {
        padding-top: 50px;
    }
  

    section.left {
        padding-bottom: 0px;
    }

    .items {
        flex-direction: column;
        height: 100%;
        padding-bottom: 0px;
    }

    .c-img {
        top: 0px;
    }

    .cta-inner {
        padding: 50px 10px;
    }
    

    .footer-contact {
        padding: 0px;
        border: none;
    }

    .testi {
        padding-bottom: 0px!important;
    }

    .copy-right {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .banner {
        padding-bottom: 60px !important;
    }

    button.navbar-toggler {
        background: #fff;
    }

    div#navbarNavDropdown.show,
    div#navbarNavDropdown.collapsing {
        background: #fff;
        color: #000;
        height: 100vh;
        z-index: 99;
        top: 0px;
        position: absolute;
        width: 100%;
        left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div#navbarNavDropdown.collapse.collapsing,
    div#navbarNavDropdown.collapse.show .nav-link {
        color: #002768 !important;
    }

    ul.navbar-nav.mx-auto {
        gap: 0px;
    }

    .navbar-nav a.nav-link {
        font-size: 45px;
    }
    section.cta {
        margin-top: 50px;
    }
    section.left {
        padding: 2px 0px;
    }
    .left-img {
        margin-top: 50px;
    }
    .items {
        margin: 30px 0px;
    }
    .testi.pt-0 {
        padding-bottom: 40px !important;
    }
    
    

    html body .header-btn-parent a,
    .header-btn-parent {
        width: 100%;
        font-size: 45px;
        color: #fff !important;
        border-radius: 10.423px;
        background: #BE0B31;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 10px;
        width: 90%;
    }

    button.navbar-toggler {
        z-index: 9999;
    }
}