@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Outfit", sans-serif;
}

p{
    margin-bottom: 0px;
}

.blue{
    color: #0099AA;
}

.pink{
    color: #EB2B75;
}

.green{
    color: #519600;
}

.no-border{
    border: none;
}

.br-25{
    border-radius: 25px;
}

.w-70{
    width: 70%;
}

.w-40{
    width: 40%;
}

/* Navbar */
.navbar-brand{
    width: 20%;
}

.nav-item{
    margin-right: 20px;
}

.nav-link{
    font-size: 18px;
}

.active{
    font-weight: 700 !important;
    color: #519600 !important;
}

.contact-number i {
    font-size: 30px;
    margin-right: 15px;
    color: #519600;
}

.contact-title {
    font-size: 16px;
    font-weight: 400;
    color: #555574;
}

.contact-no {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.contact-no a {
    text-decoration: none;
    color: #519600;
}

/* Hero Section */
.hero{
    background: url("../images/hero-image.webp");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title{
    color: #042C58;
    font-size: 59px;
    font-weight: 800;
    line-height: 59px;
}

.hero-title-span{
    color: #0099AA;
    font-size: 75px;
    font-weight: 800;
    line-height: 75px;
}

.hero-content{
    color: #042C58;
    font-size: 22px;
    font-weight: 400;
}

.btn-green, .btn-green:hover{
    background: #519600;
    color: #FFFFFF;
    padding: 12px 40px;
    font-size: 20px;
    border-radius: 50px;
}

.btn-green i{
    margin-left: 10px;
}

.hero-heading{
    font-size: 20px;
    font-weight: 700;
}

/* Why Us / Our Aim */
.our-aim{
    padding: 50px 0px;
}

.our-aim-title{
    font-size: 30px;
    font-weight: 600;
}

.our-aim-content{
    font-size: 20px;
    font-weight: 400;
}

/* Services */
.services{
    padding: 25px 0px;
}

.row-title{
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.row-title span{
    font-weight: 700;
}

.row-heading{
    font-size: 45px;
    font-weight: 600;
}

.row-content{
    font-size: 20px;
    font-weight: 400;
}

.service-title{
    font-size: 28px;
    font-weight: 600;
}

.service-content{
    font-size: 20px;
    font-weight: 400;
}

/* Testimonails */
.testimonials{
    padding: 25px 0px 50px 0px;
}

/* Equal Height Card */
.review-card {
    height: 100%;
    border: none !important;
    overflow: hidden;
}

/* Card Body */
.review-box {
    padding: 30px 50px 30px 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Quote Icon */
.review-box i.review-quote {
    font-size: 50px;
    color: #0099AA;
    flex-shrink: 0;
}

/* Review Text */
.review-text {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 20px;
}

/* Author Area */
.review-author {
    margin-top: auto !important;
}

/* Divider */
.review-author hr {
    margin: 15px 0 0;
    border: 0;
    border-top: 1px solid #d8d8d8;
    opacity: 1;
}

/* Writer Name */
.review-writer {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Relation */
.review-relation {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

/* CTA */
.cta{
    background: url("../images/cta-image.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-title{
    font-size: 60px;
    font-weight: 600;
    line-height: 55px;
}

.cta-title-span{
    font-size: 60px;
    font-weight: 600;
    color: #0D80A6;
    line-height: 55px;
}

.cta-content{
    font-size: 25px;
    font-weight: 500;
}

/* Footer */
.footer{
    padding: 50px 0px;
}

.footer-text{
    font-size: 18px;
}

.footer-title{
    font-size: 30px;
    font-weight: 600;
}

.footer-link{
    font-size: 18px;
    font-weight: 400;
}

.footer-link a{
    text-decoration: none;
    color: #042C58;
}

/* Branding */
.branding{
    padding: 15px 0px;
    background: #042C58;
}

.branding-text{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
}

.branding-text a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}

/* === About Us === */
.breadcrumb-section{
    background: url("../images/breadcrumb-section.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-text{
    font-size: 60px;
    font-weight: 600;
}

.breadcrumb-text span{
    color: #0D80A6;
}

.breadcrumb-link{
    background: #FFFFFF;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 20px;
    color: #0099AA;
    font-weight: 500;
}

.breadcrumb-link a{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

.about-section{
    padding: 50px 0px;
}

.about-content{
    font-size: 20px;
    font-weight: 400;
}

.about-content span{
    font-weight: 600;
    color: #0D80A6;
}

.why-us{
    background: #F4FBFD;
    padding: 50px 0px;
}

.our-vision-mission{
    padding: 50px 0px;
}

/* === Service Page === */
.our-service-section{
    padding: 50px 0px;
}

/* === Contact Us Page === */
.map-container {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.contact-details{
    padding: 50px 0px;
}

.our-aim-content a{
    text-decoration: none;
    color: #042C58;
}

/* =========================
   Floating WhatsApp Button
========================= */

.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;
    color: #ffffff;

    border-radius: 50%;
    font-size: 30px;

    text-decoration: none;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);

    z-index: 9999;

    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}


/* =========================
   Back To Top Button
========================= */

.back-to-top {
    position: fixed;

    right: 25px;
    bottom: 95px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    border-radius: 50%;

    background: #0099AA;
    color: #ffffff;

    font-size: 18px;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

    z-index: 9998;

    transition: all 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #007f8e;
    transform: translateY(-3px);
}


/* === Media Queries === */
@media screen and (max-width: 1360px) {
    .hero{
        height: 95vh;
    }

    .hero-title {
        font-size: 50px;
        line-height: 50px;
    }

    .hero-title-span {
        font-size: 65px;
        line-height: 65px;
    }
    
    .our-aim-content{
        font-size: 21px;
    }

    .cta{
        height: 77vh;
    }
}

@media screen and (max-width: 1024px) {
    .mrgn-top{
        margin-top: 10px;
    }

    .text-align-center{
        text-align: center;
    }

    .navbar-brand {
        width: 30%;
    }

    section.hero {
        background-position: 0%;
        height: 86vh;
    }

    .cta{
        background-position: 0%;
        height: 46vh;
    }

    .breadcrumb-section{
        height: 25vh;
    }

    .map-container {
        height: 350px;
        border-radius: 15px;
    }

    .floating-whatsapp {
        right: 18px;
        bottom: 18px;
        width: 52px;
        height: 52px;
        font-size: 27px;
    }

    .back-to-top {
        right: 18px;
        bottom: 82px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-brand {
        width: 50%;
    }

    section.hero {
        background-position: 0%;
        height: 75vh;
    }

    .hero-title{
        font-size: 37px;
        line-height: 37px;
    }

    .hero-title-span {
        font-size: 47px;
        line-height: 47px;
    }

    .hero-heading{
        font-size: 18px;
    }
    
    .row-heading{
        font-size: 28px;
    }

    .review-box{
        padding: 30px 20px;
    }

    .cta{
        background-position: 28%;
        height: 58vh;
    }

    .cta-title{
        font-size: 50px;
        line-height: 50px;
    }

    .cta-title-span{
        font-size: 45px;
        line-height: 45px;
    }

    .cta-content{
        font-size: 20px;
    }

    .map-container {
        height: 300px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 450px) {
    section.hero {
        background-position: 0%;
        height: 54vh;
    }

    .breadcrumb-section{
        background-position: 22%;
        height: 32vh;
    }
}

@media screen and (max-width: 390px) {
    section.hero {
        background-position: 0%;
        height: 61vh;
    }
}

@media screen and (max-width: 375px) {
    .breadcrumb-section{
        background-position: 10%;
        height: 36vh;
    }
}

@media screen and (max-width: 360px) {
    section.hero {
        background-position: 0%;
        height: 65vh;
    }

    .hero-title {
        font-size: 35px;
        line-height: 35px;
    }

    .hero-title-span {
        font-size: 45px;
        line-height: 45px;
    }

    .hero-heading {
        font-size: 17px;
    }
}