@media (max-width: 1280px) and (max-height: 720px) {
    .logo {
        height: 130px;
        width: 130px;
        padding: 40px 0px;
    }

    .service-content {
        padding: 9px 10px;
        height: 205px;
    }

    .ml-4 {
        margin-left: 5rem;
    }

    .phone-area {
        font-size: 1rem;
    }

    .web-header p,
    .web-header li,
    .web-header a {
        font-family: 'Poppins';
        font-size: 1rem;
    }

    .hero-section {
        padding: 22px 80px;
    }

    .hero-heading {
        font-size: 29px;
    }

    .hero-heading-sepcial {
        font-size: 62px;
    }

    .half-circle {
        position: absolute;
        top: 22px;
        left: 88%;
        width: 460px;
        height: 460px;
        filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
        background: linear-gradient(45deg, #5d5d5d, transparent);
        border-radius: 100%;
    }

    .hero-section-right img {
        width: 460px;
        border-radius: 50%;
        height: 460px;
        object-fit: cover;
        padding: 0;
        right: 12%;
        position: absolute;
        z-index: 9;
        top: 22px;
        filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
    }

    .about-content h1 {
        font-size: 53px;
    }

    .about-content h1::after {
        width: 60%;
        height: 5px;
        border-radius: 0;
    }

    .about-content p {
        font-size: 14px;
        width: 85%;
    }

    .image-container img {
        width: 280px;
        height: 280px;
    }

    .consultation-section p {
        font-size: 14px;
    }

    .consultation-section h1 {
        font-size: 50px;
    }

    .about-consultation h2 {
        font-family: 'Poppins';
        font-size: 35px;
    }

    .service-box h2 {
        font-size: 22px;
    }

    .service-box p {
        width: 90%;
        font-size: 17px;
    }

    .testimonials {
        gap: 15px;
        padding: 0 77px;
    }

    .footer-icon img {
        height: 70%;
    }

    .letter-spaced {
        color: #595959;
        font-family: 'Poppins';
        text-transform: uppercase;
        font-size: 40px;
        display: block;
        word-spacing: -9px;
        letter-spacing: 9px;
        font-weight: bold;
    }

    .service-box h2::after {
        left: 57px;
        top: 45%;
    }

    .service-image img {
        width: -webkit-fill-available !important;
        !i;
        !;
        !i;
        !;
        margin-top: 55px;
        border-radius: 5px;
        object-fit: cover;
        height: 260px;
    }

    .image-container img:nth-child(3) {
        grid-row: 2;
        justify-self: end;
        transform: translateY(-200px);
    }

    .image-container img:nth-child(2) {
        grid-row: 2;
        justify-self: end;
        width: 200px;
        height: 215px;
        transform: translateY(5px);
    }

}

/* Mobile responsive styles */
@media screen and (max-width: 786px) {
    .mobile-menu-toggle {
        display: block;
        z-index: 1010;
    }

    .web-header .flex {
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

    .hero-section-right img,
    .half-circle {
        display: none;
    }

    .background-drop {
        height: -webkit-fill-available;
    }

    .image-container img:nth-child(1) {
        transform: translate(54px, 35px);
    }

    .theme-button {
        font-size: 14px;
    }

    .hero-flex {
        display: contents;
    }

    .faq-container {
        padding: 25px 20px;
    }

    .about-content h1 {
        font-size: 24px;
        padding: 0px 25px;
        text-align: center;
    }

    .faq-question,
    .faq-answer {
        font-size: 14px;
    }

    .faq-section h1 {
        font-size: 25px;
        width: 100%;
        line-height: 2rem;
    }

    .contact-content {
        width: 100%;
        text-align: left;
        display: contents;
    }

    .contact-form {
        display: contents;
        padding: 10px;
    }

    .contact-container {
        display: contents;
    }

    .faq-section h1::after {
        width: 100%;
        height: 3px;
    }

    .about-content h1::after {
        width: 34%;
        height: 4px;
        justify-self: center;
    }

    .about-content {
        padding: 6vh 0;
    }

    .image-container img:nth-child(3) {
        display: none;
    }

    .image-container {
        padding: 0vh 0;
    }

    .image-container img {
        width: 220px;
        height: 220px;
    }

    .image-container img:nth-child(2) {
        width: 220px;
        height: 220px;
        transform: translate(113px, -30px);
    }

    .about-content p {
        margin: 0px 0;
        padding: 0 38px;
        word-break: break-all;
        font-size: 16px;
        text-align: justify;
    }

    .service-section h1 {
        font-size: 22px;
        margin: 0;
    }

    .service-box {
        margin: 0;
    }

    .service-box p {
        width: 90%;
        justify-self: center;
        font-size: 16px;
    }

    .letter-spaced {
        font-size: 17px;
        word-spacing: 0;
        letter-spacing: 5px;
    }

    .flex-left,
    .flex-right {
        flex: 1;
        width: 100%;
    }

    .flex {
        display: contents;
    }

    .about-consultation h2 {
        font-size: 25px;
    }

    .consultation-section {
        background:
            url(../images/consulation-bg.jpg),
            #ffffff82;
        padding: 30px 15px;
        background-repeat: no-repeat;
        background-position: -830px 0;
        background-blend-mode: overlay;
        min-height: 600px;
        /* Adjust based on your needs */
    }

    .footer-icon img {
        height: 60%;
        object-fit: scale-down;
    }

    .profile-avatar {
        width: 100px;
    }

    .consultation-content ul li {
        font-size: 16px;
    }

    .consultation-section p {
        font-size: 16px;
        width: 100%;
    }

    .consultation-section h1 {
        font-size: 22px;
    }

    .service-box h2 {
        color: #3cc13f;
        font-size: 20px;
    }

    .services {
        display: contents;
        padding: 0;
    }

    .section-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .header-hero-container {
        height: 89vh;
    }

    .hero-section {
        padding: 15px 0;
    }

    .position-left {
        float: none;
    }

    .hero-text {
        text-align: justify;
        word-break: break-all;
        width: 100%;
    }

    .hero-heading {
        line-height: 1rem;
        font-size: 22px;
        text-align: left;
        text-transform: uppercase;
    }

    .hero-section-left {
        padding: 0 40px;
        text-align: -webkit-center;
    }

    .hero-heading-sepcial {
        font-size: 28px;
        text-transform: uppercase;
        text-align: left;
        font-family: 'Poppins';
    }

    .nav-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        flex-direction: column;
        justify-content: flex-start;
        padding: 5rem 2rem 2rem;
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    .nav-container.active {
        left: 0;
        max-width: 100%;
    }

    .main-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .nav-item {
        display: block;
        padding: 1rem 0;
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .phone-area {
        margin: 2rem 0 0;
        padding: 1rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Animation for the toggle button */
    .mobile-menu-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mobile-menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}


@media screen and (max-width: 576px) {
    .web-header {
        padding: 0.75rem;
    }

    .logo {
        height: 80px;
        width: 80px;
    }
}

/* Iphone 14 Pixels */
@media screen and (max-width:491px) {
    .hero-heading {
        font-size: 26px;
        line-height: normal;
        text-align: center;
    }

    .owl-dots,
    .owl-nav {
        display: none;
    }

    .service-content {
        padding: 9px 10px;
        height: auto;
    }

    .nav-container.active {
        left: 0;
        width: 100%;
        padding: 126px 0;
        max-width: 100%;
    }
}


@media screen and (max-width:491px) {
    .header-hero-container {
        height: min-content;
    }

    .hero-text {
        font-size: 17px;
        text-align: center;
    }

    .hero-heading-sepcial {
        font-size: 30px;
        text-align: center;
    }

    .image-container img:nth-child(1) {
        transform: translate(112px, 35px);
    }

    .image-container img:nth-child(1) {
        transform: translate(172px, 35px);
    }

    .consultation form label {
        font-size: 16px;
        font-weight: 700;
        color: white;
    }

    .consultation form input[type="text"],
    .consultation form input[type="date"],
    .consultation form input[type="tel"],
    .consultation form input[type="email"],
    .consultation form textarea {
        font-size: 16px;
    }

    .consultation-section p {
        font-size: 16px;
        width: 100%;
        font-weight: 100;
    }

    .owl-item {
        padding: 10px;
        display: flex;
        justify-content: center !important;
    }

    .consultation-section h1 {
        font-size: 36px;
        color: #008000;
    }

    .letter-spaced {
        font-size: 26px;
    }

    .testimonial-section h1 {
        font-size: 30px;
    }

    .consultation-section {
        padding: 30px;
    }

    .footer-icon {
        width: 100%;
        padding: 0;
        background: white;
        margin: 10px 0;
        height: 100%;
        border-radius: 10px;
    }

    .footer-icon img {
        height: 100%;
        object-fit: scale-down;
        margin: 5px 0px 0 15px;
    }

    .hero-heading {
        font-size: 26px;
        text-align: center;
    }
}