@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    background: #f6f6f6;
    color: #575757;
}

h1 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 62px !important;
    color: #FFF582 !important;
}

h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 44px !important;
    color: #2f4f4f !important;
}

h3 {
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    color: #2f4f4f;
}

h4 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 22px !important;
    color: #151515 !important;
}

p,
span,
a {
    font-family: "Libre Baskerville", serif !important;
    font-size: 16px;
    color: #575757 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.hero-banner-area {
    background: rgb(47, 79, 79);
}

.hero-banner-area .bg-img {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url('assets/hero-section/front-banner.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 58px 60px 45px;
}

.header-logo {
    width: 150px;
    margin-left: -20px;
    margin-top: -40px;
}

.hero-banner-content-right {
    text-align: right;
}

.hero-banner-content-right p.subheading {
    font-size: 22px;
    color: #2f4f4f !important;
    font-weight: 500;
}

.hero-banner-content-right p.child-heading {
    font-size: 22px;
    color: #f7f7f7 !important;
    font-weight: 500;
    font-style: italic;
    font-weight: bold;
}

.hero-banner-area a.cta-btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    background: #fff;
    padding: 20px 32px;
    font-size: 14px;
    font-weight: 900;
    font-family: "Source Sans 3", sans-serif;
    line-height: 1;
    letter-spacing: 0.28;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 8px 24px;
    transition: 0.68s;

    &:hover {
        background: #ddd;
    }
}

@media (max-width:992px) {
    .hero-banner-area .bg-img {
        padding: 50px;
    }

    .hero-banner-content-right p.subheading {
        background: #ffffff60;
        color: #fff !important;
        padding: 8px;
    }

    .hero-banner-area .bg-img {
        height: 70vh;
    }
}

@media (max-width:767px) {
    .hero-banner-area .bg-img {
        padding: 50px 20px;
    }

    .bg-img {
        height: 80vh;
    }

    .header-logo {
        width: 85px;
        margin-left: -10px;
        margin-top: -40px;
        margin-bottom: 40px;
    }

    .hero-banner-content-right h1 {
        font-size: 40px !important;
    }
}

.about-us-area {
    background: #fff !important;
}

.about-us-area .about-content {
    padding: 80px 60px;
    background-color: #fff !important;
}

@media (max-width:808px) {
    .about-us-area .about-content {
        padding: 50px 20px;
    }

    .about-us-area .about-content h2 {
        font-size: 26px !important;
    }
}


.services-area {
    background: #fbfbfb;
    padding: 80px 60px 40px;
}


@media (max-width:820px) {
    .services-area {
        background: #fbfbfb;
        padding: 50px 10px 20px;
    }

    .services-area h2 {
        font-size: 22px !important;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }

    .services-area h4 {
        font-size: 18px !important;
    }
}



.gallery-section {
    padding: 60px 20px;
    background: #fff;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #004080;
}

.owl-carousel .item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.owl-carousel .item:hover {
    transform: scale(1.05);
}

.owl-carousel .item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

/* Custom Nav Buttons */
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(0, 64, 128, 0.7) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 18px !important;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: #0d6efd !important;
}

.owl-nav .owl-prev {
    left: -40px;
}

.owl-nav .owl-next {
    right: -40px;
}

@media (max-width: 768px) {
    .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-nav .owl-next {
        right: -20px;
    }

    .owl-carousel .item img {
        height: 250px;
    }

    .gallery-section h2 {
        font-size: 22px !important;
    }
}


.contact-area {
    padding: 80px 60px 20px;
    background: #f6f6f6;
}

a.cta-whats-app {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    background: #455A64;
    padding: 20px 32px;
    font-size: 14px;
    font-weight: bolder;
    font-family: "Libre Baskerville", sans-serif;
    line-height: 1;
    letter-spacing: 0.28;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 8px 24px;
    transition: 0.68s;

    &:hover {
        opacity: 0.8;
    }
}

a.cta-whats-app svg {
    width: 25px;
    height: 25px;
}

a.cta-whats-app span {
    font-size: 12px !important;
}

.contact-details,
.schedual {
    text-align: center;
    padding: 0 80px;
}

.contact-details p,
.contact-details a {
    font-size: 14px;
    text-decoration: none;
}


.map {
    position: relative;
    margin-bottom: -20px !important;
    padding-bottom: 0;
}

.map-btn {
    top: 40px;
    right: 40px;
    position: absolute;
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 12px 18px;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    transition: 0.68s;
    border-radius: 4px;

    &:hover {
        opacity: 0.9;
    }
}

.footer {
    background: #000;
    color: #ddd;
    padding: 50px 10px 20px;
}

.footer p {
    font-size: 14px !important;
}

.socialIcons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
}

.socialIcons .icons-items {
    color: #fff !important;
    padding: 4px 6px;
    border-radius: 45px;
}


@media (max-width:992px) {
    .contact-area {
        padding: 50px 10px 20px;
    }
    .contact-details,
    .schedual {
        padding: 0 20px;
    }
    .contact-area h2 {
        font-size: 22px !important;
    }
    .map-btn{
        top: 75px;
        left: 10px;
        display: inline-block !important;
        width: 155px;
    }

    .footer{
        text-align: center;
    }

    .socialIcons{
        justify-content: center;
        align-items: center;
    }

}


#wa_btn-content p{
    color: #fff !important;
}