

@media (max-width: 991px) {
    
    /* Headings Styles */
h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}
}
@media (max-width: 768px) {
    .hero {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hero-content {
        margin-top: 30px;
    }

    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 800;
        color: #000;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .call-to-action {
        padding: 60px 0px;
    }

    .right-content a.cta-button {
        margin-top: 0px !IMPORTANT;
    }

    .services {
        padding: 60px 0px;
    }

    .services .row.g-4.mt-3 {
        margin-top: 0px !important;
    }

    .cta-button {
        padding: 8px 15px;
        font-size: 14PX;
    }

    header {
        padding-inline: 10px;
    }

    .hero-banner .hero-content h4 {
        letter-spacing: 1.5px;
        padding: 5px 20px;
        font-size: 14px;
    }

    .hero-banner .hero-content p {
        font-size: 18px;
        margin-block: 20px;
        line-height: 26px;
    }

    section.hero-banner {
        padding: 100px 0px 100px 0px;
    }

    .info-details {
        margin-top: 0px;
        padding-top: 60px;
    }

    .info-card {
        padding: 20px;
    }

    .info-card .icon {
        margin-bottom: 0px;
    }

    .about-section {
        padding: 60px 0;
    }

    .left-about-img {
        padding-bottom: 320px;
    }

    .about-section .right-content {
        padding-left: 0px;
    }

    .about-section .about-description {
        font-size: 18px;
        line-height: 24px;
    }

    .footer .row {
        gap: 20px;
    }

    .footer {
        text-align: center;
        padding: 50px 0px 20px 0px;

    }

    .about-hero-banner {
        padding: 80px 0px 80px 0px;
    }

    .mv-section {
        padding: 60px 0px 40px 0px;
    }

    .mv-section .mv-box {
        padding: 25px 20px;
    }

    .mv-section .row {
        flex-direction: column-reverse;
    }

    .mv-center-img img {
        height: 360px !important;
        margin-bottom: 25px;
    }

    .servies-card-wrapper {
        padding: 60px 12px;
    }

    .servies-card-wrapper .row.services-card-img.center-row {
        flex-direction: column-reverse;
    }

    .servies-card-wrapper .center-row .right-text-wrapper {
        padding-right: inherit;
        padding-left: inherit !important;
    }

    .servies-card-wrapper .row {
        padding: 25px 10px;
        border-radius: 15px;
    }

    .servies-card-wrapper .col-md-6.right-text-wrapper {
        padding-left: inherit;
        margin-top: 15px;
    }

    section.contact-us-wrapper {
        padding: 60px 12px;
    }

    .contact-us-wrapper .row {
        padding: 40px 10px;
        border-radius: 15px;
    }

    .contact-us-wrapper iframe {
        border-radius: 15px;
        height: 300px;
        margin-top: 30px;
        object-fit: cover;
         margin-left:0px;
    }

    .contact-us-wrapper .info-list {
        margin-top: 15px;
    }

    .blogs-wrapper .row.blog-grid {
        margin-top: 0px;
    }

    .blogs-wrapper {
        padding: 60px 0px;
    }

    .blogs-wrapper .blog-title {
        font-size: 20px;
        line-height: 24px;
        color: #000;
        margin-bottom: 5px;
    }

    .blogs-wrapper .blog-content {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    header {
        margin-top: 0px;
        background-color: #fff;
        top: 0px;
    }

    header a.navbar-brand.desktop-logo {
        display: block;
    }

    .navbar ul.navbar-nav {
        gap: 10px;
    }

    .navbar .container {
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
    }
}