html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #7a7a7a;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Google Sans", sans-serif;
    font-size: 18px;
    color: #2e2e2e;
    background-color: #fff;
    font-weight: 500;
}

::selection {
    color: #fff;
    background-color: #024071;
}

::-moz-selection {
    color: #fff;
    background-color: #024071;
}

.cus-flex {
    align-items: center;
    justify-content: center;
}

button {
    border: none;
    box-shadow: none;
}


/* #comman
================================================== */

button {
    border-radius: 100px;
    background: #024071;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

button:hover {
    background: #0D4D8B;
    color: #fff !important;
}

button:hover a {
    color: #fff;
}

button a {
    color: #fff;
}

.title.upper {
    padding: 60px 0 30px;
}

.title h4 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 20px;
}

.title h4 span {
    font-weight: 400;
}

.title p {
    color: #024071;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.comman-corner {
    position: absolute;
    right: 0;
}


/* #header-sec
==========================================*/
header {
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 9;
}
.navbar {
    box-shadow: none;
    max-width: 1050px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #E8EEF5;
    background: #FFF;
    padding: 8px 24px;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #1B222A;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    padding: 8px 18px;
    transition: color 0.3s ease;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #024071;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #024071;
    font-weight: 700;
}

.navbar .nav-item a img {
    vertical-align: sub;
}

header .navbar .cta-btn {
    border-radius: 8px;
    background: #123962;
    color: #FFF !important;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 24px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

header .navbar .cta-btn:hover {
    background: #0D4D8B;
}

.navbar.navbar-light .navbar-toggler {
    border: none;
    outline: none;
    padding: 8px;
    background-color: #024071;
}

.navbar.navbar-light .navbar-toggler-icon {
    filter: brightness(0.2);
}

/* #hero-sec
==========================================*/
.hero-sec {
    padding: 160px 0 80px;
    background-color: #E8EEF5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-title {
    color: #0E0F10;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px; /* 125% */
    letter-spacing: -1.68px;
    margin-bottom: 24px;
}
.hero-subtitle {
    color: #57595C;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
}
.hero-btn-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}
.btn-brochure {
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #123962;
    background: #FFF;
    padding: 14px 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}
.btn-brochure:hover {
    background: #f8fafc;
    color: #024071;
}
.btn-whatsapp {
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    background: #167802;
    padding: 14px 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}
.btn-whatsapp:hover {
    background: #135c0c;
    color: #FFF;
}

.home .count-sec{
    background: #123962;
    padding: 96px 0;
    margin-bottom: 96px;
}
.home .count-sec .box{
    text-align: center;
}
.home .count-sec .box h2{
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px; /* 125% */
}
.home .count-sec .box p{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.home .brand-sec{
    margin-bottom: 70px;
    overflow: hidden;
}
.home .brand-sec .heading h4{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 32px;
}
.home .brand-sec .heading h4 span{
    font-weight: 700;
}
.home .brand-sec img{
    padding: 0 18px;
}
.home .brand-sec .client-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home .brand-sec .client-slider .client-animation {
    display: flex;
    width: max-content;
    animation: 20s linear infinite marquee;
    padding-bottom: 24px;
    position: relative
}

.home .about-sec{
    background: #F5FAFF;
    padding: 96px 0;
    margin-bottom: 96px;
}
.home .about-sec .title-txt h2{
    color: #0E0F10;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 12px;
}
.home .about-sec .about-txt{
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.home .about-sec .about-txt p{
    color: #0E0F10;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 24px;
}
.home .about-sec .about-txt p span{
    color: #123962;
    font-weight: 700;
}
.home .about-sec .box{
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 152px 43px 0 rgba(186, 186, 186, 0.00), 0 98px 39px 0 rgba(186, 186, 186, 0.01), 0 55px 33px 0 rgba(186, 186, 186, 0.05), 0 24px 24px 0 rgba(186, 186, 186, 0.09), 0 6px 13px 0 rgba(186, 186, 186, 0.10);
    padding: 48px 48px 20px;
}
.home .about-sec .box h4{
    color: #0E0F10;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px; /* 100% */
    letter-spacing: -0.96px;
}
.home .about-sec .box p{
    color: #373A3C;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; 
    padding-bottom: 28px;
}
.home .advertise-type{
    margin-bottom: 76px;
}
.home .advertise-type .title-txt{
    padding-bottom: 40px;
}
.home .advertise-type .title-txt h2{
    color: #0E0F10;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 12px;
}
.home .advertise-type .title-txt p{
    color: #57595C;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.home .advertise-type .box{
    margin-bottom: 34px;
}
.home .advertise-type .box .txt-box{
    height: 94px;
}
.home .advertise-type .box .txt-box h6{
    color: #0E0F10;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.home .advertise-type .box .txt-box p{
    color: #0E0F10;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 12px;
}
.home .advertise-type .box .txt-box p span{
    font-size: 14px;
    font-weight: 400;
}
.home .advertise-type .box a.guote-btn{
    border-radius: 8px;
    border: 1px solid #123962;
    background: #FFF;
    width: 100%;
    color: #123962;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 12px;
    text-align: center;
}
.home .advertise-type .box a.guote-btn:hover{
    background: #123962;
    color: #fff;
}
.home .advertising-city{
    background: #123962;
    padding: 96px 0;
}
.home .advertising-city .title-txt h2{
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 28px;
}
.home .advertising-city .box{
    border-bottom: 1px solid #235181;
    padding-bottom: 42px;
    margin-bottom: 42px;
}
.home .advertising-city .box h6{
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 24px;
}
.home .advertising-city .box a{
    border-radius: 8px;
    border: 1px solid rgba(42, 89, 137, 0.00);
    background: #0D345D;
    color: #FDFFBF;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    display: inline-flex;
    margin: 10px;
}



.home .process-sec{
    background: #E8EEF5;
    padding: 96px 0 76px;
    margin-bottom: 96px;
}
.home .process-sec .title-txt{
    padding-bottom: 40px;
}
.home .process-sec .title-txt h2{
    color: #0E0F10;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 12px;
}
.home .process-sec .title-txt p{
    color: #57595C;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.home .process-sec .box{
    border-radius: 24px;
    border: 1px solid #D2D9E0;
    background: #FFF;
    padding: 48px;
    margin-bottom: 24px;
}
.home .process-sec .box:hover{
    border: 1px solid #123962;
    background: #123962;
}
.home .process-sec .box .img-box{
    padding-bottom: 68px;
}
.home .process-sec .box h4{
    color: #0E0F10;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 6px;
}
.home .process-sec .box p{
    color: #57595C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.home .process-sec .box:hover h4{
    color: #fff;
}
.home .process-sec .box:hover p{
    color: #fff;
}

.home .campain-sec{
    margin-bottom: 76px;
}
.home .campain-sec .title-txt h2{
    color: #0E0F10;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 12px;
}
.home .campain-sec .tab-data {
    display: none;
}
.home .campain-sec .tab-data.active {
    display: block;
}
.home .campain-sec .tab-container{
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    padding: 4px 15px;
}
.home .campain-sec .tab-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.home .campain-sec .tab-container .tab{
    cursor: pointer;
    padding: 10px 18px;
    margin: 0 6px;
    border-radius: 8px;
    border: 1px solid #123962;
    background: #FFF;
    color: #123962;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0; /* Prevents tab text from shrinking */
}
.home .campain-sec .tab-container .tab.active{
    border-radius: 8px;
    border: 1px solid #123962;
    background: #123962;
    color: #fff;
}
.home .campain-sec .tab-data .img-box{
    margin-bottom: 20px;
}
.home .get-in-touch{
    background: #E8EEF5;
    padding: 96px 0;
    margin-bottom: 96px;
}
.home .get-in-touch .title-txt h2{
    color: #0E0F10;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 12px;
}
.home .get-in-touch .form-group input{
    border-radius: 16px;
    border: 1px solid #D2D9E0;
    background: #FFF;
    color: #0E0F10;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    height: 48px;
}
.home .get-in-touch .form-group .form-select{
    border-radius: 16px;
    border: 1px solid #D2D9E0;
    background: #FFF;
    color: #0E0F10;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    height: 48px;
    width: 100%;   
    padding: 0.375rem 16px;
}
.home .get-in-touch .form-group textarea{
    border-radius: 16px;
    border: 1px solid #D2D9E0;
    background: #FFF;
    color: #0E0F10;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.home .get-in-touch button.more-btn{
    border-radius: 12px;
    background: #123962;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 24px;
    display: block;
}
.home .city-sec{
    margin-bottom: 86px;
    overflow: hidden;
}
.home .city-sec .title-txt h2{
    color: #0E0F10;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 44px;
}
.home .city-sec .client-sec .client-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home .city-sec .client-slider .client-animation {
    display: flex;
    width: max-content;
    animation: 60s linear infinite marquee;
    padding-bottom: 24px;
    position: relative
}
.home .city-sec .client-slider .client-animation .city{
    border-radius: 99px;
    border: 1px solid #123962;
    background: #ECF1F6;
    color: #123962;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 30px;
    margin: 0 10px;
}
.home .city-sec .client-slider .client-animation.left {
    animation-direction: reverse
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}
.home .banner-sec{
    background-color: #2E357D;
}






@media (max-width: 991px) {
    .hero-sec {
        padding: 140px 0 60px;
    }
    .hero-title {
        font-size: 42px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .hero-card {
        height: 280px;
    }
}
@media (max-width: 575px) {
    .hero-sec {
        padding: 110px 0 40px;
    }
    .hero-title {
        font-size: 32px;
        line-height: 1.25;
    }
    .hero-subtitle {
        font-size: 14px;
    }
    .hero-cards-grid {
        grid-template-columns: 1fr;
    }
    .hero-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-brochure, .btn-whatsapp {
        justify-content: center;
    }
}

/* ==================================================
   #footer-sec
   ================================================== */
.main-footer {
    background-color:#123962;
    padding: 96px 0 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.main-footer a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.main-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 52px;
}
.main-footer .add-box{
    padding-bottom: 42px;
}
.main-footer .add-box h4{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 12px;
}
.main-footer .add-box p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.footer-contact {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    white-space: nowrap;
}

.footer-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.footer-nav {
    margin-bottom: 56px;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.footer-nav ul li a:hover {
    color: #ffffff;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 56px;
}

.social-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* ==================================================
   #quote-modal-sec (Get Free Quote Modal)
   ================================================== */
.quote-modal-content {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08) !important;
    padding: 10px 0 !important;
    font-family: "Google Sans", sans-serif;
}

.quote-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
    padding: 24px 32px 12px !important;
}

.quote-modal-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0F1113 !important;
    margin: 0 !important;
}

.quote-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E8EEF5 !important;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.quote-modal-close:hover {
    background: #F8FAFC !important;
    transform: scale(1.05);
}

.quote-modal-close svg {
    transition: transform 0.2s ease;
}

.quote-modal-close:hover svg {
    transform: rotate(90deg);
}

.quote-modal-body {
    padding: 12px 32px 20px !important;
}

.form-group-custom {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-group-custom label {
    font-size: 14px;
    font-weight: 600;
    color: #57595C;
    margin-bottom: 8px;
    text-align: left;
}

.form-control-custom {
    width: 100%;
    height: 48px;
    border: 1px solid #D2D9E0;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 15px;
    color: #2E2E2E;
    background-color: #FFF;
    outline: none;
    transition: all 0.2s ease;
    font-family: inherit;
    box-shadow: none;
}

.form-control-custom:focus {
    border-color: #123962;
    box-shadow: 0 0 0 3px rgba(18, 57, 98, 0.1);
}

.form-control-custom::placeholder {
    color: #A0A5AA;
    font-weight: 400;
}

.textarea-custom {
    height: 120px;
    padding: 12px 16px;
    resize: none;
}

.quote-modal-footer {
    padding: 0 32px 24px !important;
    border-top: none !important;
}

.quote-submit-btn {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    background: #123962 !important;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 700;
    border: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
}

.quote-submit-btn:hover {
    background: #123962 !important;
    color: #FFF !important;
}

.quote-submit-btn:active {
    transform: scale(0.98);
}

.quote-alert {
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    padding: 12px 16px;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    z-index: 555;
    right: 20px;
}
.whatsapp img{
    height: 52px;
}

@media (max-width: 991px) {
    .footer-contact {
        font-size: 22px;
    }
    .footer-nav ul {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .footer-top {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-line {
        display: none;
    }
    .footer-contact {
        font-size: 20px;
    }
    .footer-nav ul {
        gap: 20px;
    }
    .footer-nav ul li a {
        font-size: 15px;
    }
    .footer-brand-text {
        font-size: 18vw;
        margin-bottom: -10px;
    }
    .home .advertise-type .box .txt-box h6 {
        font-size: 15px;
        line-height: 24px;
    }
    .home .campain-sec .tab-container {
        justify-content: flex-start;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home .advertise-type .title-txt h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .home .about-sec .title-txt h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .home .advertising-city .title-txt h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .home .campain-sec .title-txt h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .home .city-sec .title-txt h2 {
        font-size: 32px;
        line-height: 40px;
    }
}