@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-10{
    width: 10%;
}

.w-19{
    width: 19%;
}

.w-20{
    width: 20%;
}

.w-30{
    width: 30%;
}

.w-40{
    width: 40%;
}

.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}

.w-70{
    width: 70%;
}

.w-80{
    width: 80%;
}

.w-90{
    width: 90%;
}

.btn-blue, .btn-blue:hover{
    background: #071155;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 40px;
    border-radius: 20px;
}

.btn-blue-outline, .btn-blue-outline:hover{
    background: transparent;
    color: #071155;
    border: 1px solid #071155;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 40px;
    border-radius: 20px;
}

.btn-enquiry, .btn-enquiry:hover{
    background: #071155;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 10px;
}

.btn-white, .btn-white:hover{
    background: #FFFFFF;
    color: #071155;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 40px;
    border-radius: 20px;
}

.active{
    color: #071155 !important;
    font-weight: 600 !important;
}

.no-border{
    border: none;
}

.br-15{
    border-radius: 15px;
}

/* Topbar */
.topbar{
    background: #071155;
    padding: 10px 0px;
}

.contact-details{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.contact-details a{
    text-decoration: none;
    color: #FFFFFF;
}

/* Navbar */
nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

a.navbar-brand {
    width: 15%;
}

.nav-link{
    font-size: 18px;
}

.nav-item{
    margin-right: 15px;
}

/* Hero Section */
.hero{
    background: url("../images/hero.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title{
    font-size: 65px;
    font-weight: 600;
}

.hero-title span{
    font-weight: 700;
    color: #071155;
}

.hero-subtitle{
    font-size: 22px;
    color: #666666;
    font-weight: 400;
}

.title-background{
    display: inline-block;
    color: #FFFFFF;
    background: #071155;
    border-radius: 10px;
    padding: 5px 14px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Why Choose Us */
.why-choose-us{
    padding: 50px 0px;
    background: #f0f0f0;
}

.row-title{
    font-size: 50px;
    font-weight: 700;
}

.row-title span{
    color: #071155;
}

.row-content{
    font-size: 20px;
    color: #717171;
}

.why-choose-title{
    font-size: 20px;
    font-weight: 400;
}

.why-choose-title span{
    font-weight: 700;
    color: #071155;
}

/* About Us Section */
.about-us{
    padding: 50px 0px;
    background: #FEFEFE;
}

/* Our Services */
.our-services{
    padding: 50px 0px;
    background: #f0f0f0;
}

.our-service-title{
    font-size: 20px;
    font-weight: 400;
}

.our-service-title span{
    font-weight: 700;
    color: #071155;
}

.our-service-content{
    font-size: 17px;
    color: #666666;
}

/* CTA */
.cta{
    background: #071155;
    padding: 50px 0px;
}

.cta-title{
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
}

.cta-content{
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
}

/* Rental Solutions */
.rental-solutions{
    padding: 50px 0px;
}
.blue-color-bg{
    background: #071155;
}

.rental-padding{
    padding: 30px 40px;
}

.rental-title{
    font-size: 18px;
    font-weight: 500;
    color: #071155;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 14px;
    text-transform: uppercase;
}

.rental-subtitle{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.solutions{
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Footer */
.footer{
    padding: 50px 0px;
    background: #dedddd;
}

.footer-text{
    font-size: 18px;
    font-weight: 400;
}

.footer-title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #071155;
}

.footer-links{
    font-size: 18px;
    font-weight: 400;
}

.footer-links a{
    text-decoration: none;
    color: #000000;
}

.branding{
    font-size: 18px;
    font-weight: 400;
}

.branding a{
    text-decoration: none;
    color: #000000;
}

/* === Service Page === */
.breadcrumb-section{
    background: linear-gradient(
        90deg,
        #071155 0%,
        #002D95 50%,
        #139BFA 100%
    );
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-title{
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
}

.breadcrumb-content{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.breadcrumb-content a{
    text-decoration: none;
    color: #FFFFFF;
}

.our-service-content a{
    font-size: 19px;
    color: #000000;
    text-decoration: none;
}

/* Floating Buttons */
.floating-buttons{
    position:fixed;
    right:25px;
    bottom:25px;
    display:flex;
    flex-direction:column;
    gap:15px;
    z-index:9999;
}

/* Common */
.floating-buttons a,
.floating-buttons button{
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
    transition:.35s;
}

/* WhatsApp */
.whatsapp-btn{
    background:#25D366;
    color:#fff;
    font-size:30px;
    animation:pulse 2s infinite;
}

.whatsapp-btn:hover{
    transform:translateY(-5px) scale(1.08);
    background:#1ebe5d;
}

/* Back to Top */
#backToTop{
    background:#0A3D91;
    color:#fff;
    font-size:22px;
    opacity:0;
    visibility:hidden;
}

#backToTop.show{
    opacity:1;
    visibility:visible;
}

#backToTop:hover{
    background:#0E63D8;
    transform:translateY(-5px);
}

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

/* === Media Queries === */
@media screen and (max-width: 912px){
    .dsp-none{
        display: none;
    }

    .wd-50{
        width: 50%;
    }

    .wd-100{
        width: 100%;
    }

    a.navbar-brand {
        width: 25%;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero{
        height: 50vh;
    }

    .mx-3{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mgrn-top{
        margin-top: 20px;
    }

    .row-title{
        font-size: 40px;
    }

    .our-service-content{
        font-size: 15px;
    }

    .cta-title{
        font-size: 32px;
        text-align: center;
    }

    .cta-content{
        font-size: 20px;
        text-align: center;
    }
    
    .wd-33{
        width: 33%;
    }
}


/* Mobile */
@media(max-width:768px){

    .floating-buttons{
        right:15px;
        bottom:15px;
    }

    .floating-buttons a,
    .floating-buttons button{
        width:55px;
        height:55px;
    }

}

@media screen and (max-width: 600px) {
    .contact-details{
        font-size: 14px;
    }

    .disp-none{
        display: none;
    }

    .txt-center{
        text-align: center;
    }

    .hero-title{
        font-size: 35px;
    }

    a.navbar-brand {
        width: 50%;
    }
    
    .hero{
        background-position: 24%;
    }

    .btn-width{
        width: 100%;
    }

    .mx-3{
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 10px;
    }

    .margn-top{
        margin-top: 20px;
    }

    .row-title{
        font-size: 35px;
    }
    
    .cta-title{
        font-size: 30px;
        text-align: center;
    }

    .cta-content{
        font-size: 20px;
        text-align: center;
    }

    .rental-padding {
        padding: 30px 24px;
    }

    .wdth-100{
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .hero {
        background-position: 2%;
        height: 71vh;
    }
}

@media screen and (max-width: 430px) {
    .hero {
        background-position: 20%;
        height: 58vh;
    }
}

@media screen and (max-width: 375px) {
    .hero {
        height: 71vh;
    }
}

@media screen and (max-width: 360px) {
    .hero {
        background-position: 20%;
        height: 69vh;
    }
}

@media screen and (max-width: 344px) {
    .hero {
        background-position: 20%;
        height: 58vh;
    }

    .btn-white, .btn-white:hover{
        font-size: 16px;
    }
}