@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Outfit", sans-serif;
}

/* Global CSS */
p{
    margin-bottom: 0px;
}

.w-20{
    width: 20%;
}

.w-30{
    width: 30%;
}

.w-80{
    width: 80%;
}

ul{
    margin-bottom: 0px;
}

.btn-blue, .btn-blue:hover{
    background: #00326F;
    color: #FFFFFF;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 50px;
}

.btn-blue-outline, .btn-blue-outline:hover{
    background: transparent;
    color: #00326F;
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid #00326F;
    border-radius: 50px;
}

.btn-white, .btn-white:hover{
    background: #FFFFFF;
    color: #00326F;
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 50px;
}

.no-border{
    border: none;
}

.br-15{
    border-radius: 15px;
}

/* Topbar */
.topbar{
    background: #01A1A4;
    padding: 10px 0px;
}

.topbar-details{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.topbar-details a{
    color: #FFFFFF;
    text-decoration: none;
}

/* Navbar */
.navbar-section{
    padding: 20px 0px 50px 0px;
    background-color: #FEFEFE;
}

.quick-support{
    font-size: 18px;
    font-weight: 500;
    color: #00326F;
}

.navbar-brand{
    width: 30%;
}

/* Menu Bar */
section.menu-bar {
    margin-top: -35px;
}

.menu-bar-background{
    background: #00326F;
    padding: 20px 0px;
    border-radius: 50px;
}

.menu-items{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.menu-links{
    margin-right: 40px;
    font-size: 18px;
    font-weight: 400;
}

.menu-links a{
    text-decoration: none;
    color: #FFFFFF;
}

/* Hero */
.hero{
    background: url("../images/hero.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    margin-top: -36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title{
    font-size: 30px;
    font-weight: 500;
    color: #00326F;
    text-transform: uppercase;
}

.main-heading-1{
    font-size: 110px;
    font-weight: 700;
    color: #00326F;
    text-transform: uppercase;
}

.main-heading-2{
    font-size: 76px;
    font-weight: 700;
    color: #01A1A4;
    text-transform: uppercase;
    line-height: 50px;
}

.hero-content{
    font-size: 25px;
    font-weight: 500;
    color: #00326F;
    text-transform: capitalize;
}

/* Products */
.products{
    padding: 50px 0px;
}

.row-title{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.row-title span{
    color: #00326F;
    font-weight: 800;
}

.product-title{
    font-size: 25px;
    font-weight: 400;
}

.product-title span{
    color: #00326F;
    font-weight: 700;
}

/* Why Choose Us */
.why-choose-us{
    padding: 50px 0px;
    background: linear-gradient(
        to right,
        #0165A0 0%,
        #005EA7 25%,
        #006CB7 50%,
        #0896C1 75%,
        #16B8B3 100%
    );
}

.why-choose-us-title{
    font-size: 22px;
    font-weight: 400;
}

.why-choose-us-title span{
    color: #00326F;
    font-weight: 700;
}

/* About Us */
.about-us{
    padding: 50px 0px;
}

.about-content{
    font-size: 18px;
    font-weight: 400;
}

/* CTA */
.cta{
    padding: 50px 0px;
    background: linear-gradient(
        to right,
        #0165A0 0%,
        #005EA7 25%,
        #006CB7 50%,
        #0896C1 75%,
        #16B8B3 100%
    );
}

.cta-title{
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
}

.cta-content{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

/* Footer */
.footer{
    padding: 50px 0px;
}

.footer-content{
    font-size: 18px;
    font-weight: 400;
}

.footer-title{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00326F;
}

.footer-link{
    font-size: 18px;
    font-weight: 400;
}

.footer-link a{
    color: #000000;
    text-decoration: none;
}

/* Branding */
.branding{
    background: #00326F;
    padding: 12px 0px;
}

.footer-branding{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.footer-branding a{
    color: #FFFFFF;
    text-decoration: none;
}

/* === Product Page === */
.breadcrumb-section{
    background: url("../images/breadcrumb-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -32px;
}

.breadcrumb-title{
    font-size: 60px;
    font-weight: 700;
    color: #00326F;
}

.breadcrumb-link{
    font-size: 20px;
    font-weight: 400;
    color: #006CB7;
}

.breadcrumb-link a{
    text-decoration: none;
    color: #000000;
}

/* === Contact Us === */
.contact-details{
    font-size: 18px;
    font-weight: 400;
}

.contact-details a{
    text-decoration: none;
    color: #000000;
}

/* === About Us Page === */
.vision-mission{
    padding: 50px 0px;
}

/* ===========================
   Floating WhatsApp Button
=========================== */

.whatsapp-float{
    position:fixed;
    right:25px;
    bottom:95px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 8px 25px rgba(0,0,0,.18);
    transition:.35s;
    animation:whatsappPulse 2s infinite;
}

.whatsapp-float:hover{
    transform:translateY(-5px) scale(1.08);
    color:#fff;
}

@keyframes whatsappPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.45);
    }

    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}


/* ===========================
   Back To Top Button
=========================== */

#backToTop{
    position:fixed;
    right:25px;
    bottom:20px;
    width:55px;
    height:55px;
    border:none;
    outline:none;
    border-radius:50%;
    cursor:pointer;
    background:linear-gradient(135deg,#0B5D8C,#14B8C4);
    color:#fff;
    font-size:20px;
    display:none;
    z-index:9999;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
    transition:.35s;
}

#backToTop:hover{
    transform:translateY(-5px);
    background:linear-gradient(135deg,#14B8C4,#0B5D8C);
}

/* Ids */
#show-mobile{
    display: none;
}

/* === Media Queries === */
@media screen and (max-width: 1024px) {
    .dsp-none{
        display: none;
    }

    .text-center-align{
        text-align: center !important;
    }

    .title{
        font-size: 22px;
    }

    .main-heading-1{
        font-size: 79px;
    }

    .main-heading-2{
        font-size: 55px;
        line-height: 27px;
    }

    .hero-content{
        font-size: 21px;
    }

    .mx-3{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mgn-top{
        margin-top: 20px;
    }

    .hero{
        height: 60vh;
    }

    .row-title{
        font-size: 35px;
    }

    .wd-50{
        width: 50%;
    }

    .wid-100{
        width: 100%;
    }

    .mgn-top-10{
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    #show-mobile{
        display: block;
    }

    #hide-mobile-1{
        display: none;
    }

    #hide-mobile-2{
        display: none;
    }

    .disp-none{
        display: none;
    }

    .text-align-center{
        text-align: center !important;
    }

    .hero{
        margin-top: 0px;
        background-position: 12%;
    }

    .navbar-brand {
        width: 78%;
    }

    .title{
        font-size: 20px;
    }

    .main-heading-1{
        font-size: 60px;
    }

    .main-heading-2{
        font-size: 42px;
        line-height: 20px;
    }

    .wd-100{
        width: 100%;
    }

    .mx-3{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mrgn-top{
        margin-top: 20px;
    }
    
    .row-title{
        font-size: 32px;
    }

    .cta-title{
        font-size: 30px;
    }

    .cta-content{
        font-size: 18px;
    }
}

@media screen and (max-width: 430px) {
    .hero{
        height: 60vh;
    }
}

@media screen and (max-width: 414px) {
    .hero{
        height: 60vh;
    }
}

@media screen and (max-width: 375px) {
    .hero{
        height: 74vh;
    }
}

@media screen and (max-width: 360px) {
    .hero{
        height: 70vh;
    }
}