@media (max-width: 1440px) {
    .procedure-content {
        grid-template-columns: repeat(4, 260px);
    }

    .card-img {
        width: 553px;
        height: 305px;
    }

    .procedure-content>div {
        height: 303px;
    }

    .procedure-content div h3 {
        margin-bottom: 6px;
    }

    .procedure-content div p {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .header {
        padding-inline: 30px;
    }

    .header nav ul {
        gap: 16px;
    }

    .header nav {
        gap: 30px;
    }

    .header>a img {
        width: 130px;
    }

    .p-70 {
        padding-inline: 40px;
    }

    .p-50 {
        padding-inline: 30px;
    }


    .about-content {
        padding-inline: 30px;
    }

    .about-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .common-heading {
        font-size: 26px;
    }

    .procedure-content {
        grid-template-columns: repeat(2, 260px);
    }

    .second-card-img,
    .fourth-card-img {
        background-image: url('../images/third-card-img.svg');
        right: -3px;
        left: unset;
    }

    .third-card-img {
        background-image: url('../images/first-card-img.svg');
    }

    .px-70 {
        padding-inline: 40px;
    }

    .why-choose-content {
        padding-right: 40px;
    }

    .why-choose-section {
        padding-left: 40px;
    }

    .consultaion-section {
        gap: 40px;
    }

    .consultation-form {
        padding: 30px 20px;
    }

    .form-row {
        flex-direction: column;
    }

    .consultation-form textarea {
        height: 160px;
    }

    .consultation-heading {
        min-width: 440px;
    }

    .footer-content {
        gap: 30px;
    }

    .hero-section {
        padding: 50px 30px 90px;
    }

    .hero-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-section p {
        max-width: 420px;
        margin: 12px 0 24px;
    }

    .testimonials-section h2 {
        font-size: 28px;
    }

    .consultation-heading h2 {
        font-size: 32px;
        line-height: 40px;
        max-width: 350px;
    }


    .logos-wrapper>div {
        width: 220px;
        height: 145px;
    }

    .logos-wrapper>div:first-child img {
        width: 190px;
    }

    .logos-wrapper>div:nth-child(2) img {
        width: 115px;
    }
}

@media (max-width: 1025px) {
    .header nav ul {
        display: none;
    }

    .px-50 {
        padding-inline: 30px;
    }

    .about-section>.about-container {
        flex-direction: column-reverse;
    }

    .dr-img {
        width: 100%;
        max-width: 660px;
        margin-inline: auto;
    }

    .about-content {
        width: 100%;
    }

    .about-content p {
        max-width: unset;
    }

    .logos-wrapper {
        flex-wrap: wrap;
    }

    .logos-wrapper>div {
        width: calc(50% - 6px);
        max-width: 250px;
        height: 145px;
    }

    .logos-wrapper>div:first-child img {
        width: 180px;
    }

    .logos-wrapper>div:nth-child(2) img {
        width: 110px;
    }

    .consultaion-section {
        flex-direction: column;
        background-image: url('../images/contact-bg-mobile.png');
        gap: 260px;
    }

    .consultation-heading {
        padding-top: 0;
    }

    .consultation-heading p {
        margin-top: 16px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .contact-details {
        max-width: 400px;
    }

    .faq-section .common-heading {
        margin-bottom: 32px;
    }

    .why-choose-section {
        flex-direction: column;
    }

    .why-consider-section {
        flex-direction: column;
    }

    .candidate-section {
        flex-direction: column;
    }

    .candidate-section>div {
        width: 100%;
    }
}



@media (max-width: 768px) {
    .procedure-content {
        margin-top: 32px;
        padding-inline: 20px;
    }

    .about-content h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .card-img {
        display: none;
    }

    .procedure-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .procedure-content>div {
        height: auto;
        border-radius: 40px;
        padding: 30px 20px;
        border: 8px solid #F063B3;
    }

    .procedure-section {
        padding-inline: 20px;
    }

    .why-consider-section {
        gap: 30px;
    }

    .logos-wrapper {
        gap: 15px;
        margin-top: 25px;
    }

    .logos-wrapper>div {
        width: calc(50% - 8px);
        height: 130px;
        border-radius: 16px;
    }

    .logos-wrapper>div:first-child img {
        width: 160px;
    }

    .logos-wrapper>div:nth-child(2) img {
        width: 100px;
    }

    .sm-img,
    .desk-img {
        display: none;
    }

    .lg-img,
    .mob-img {
        display: block;
    }

    .hero-section {
        height: 550px;
    }

    .consultation-heading {
        min-width: unset;
    }

    .about-content {
        padding-inline: 20px;
    }

    .p-70 {
        padding-inline: 30px;
    }

    .p-50 {
        padding-block: 40px;
    }


    .p-70,
    .py-70 {
        padding-block: 50px;
    }

    .btn a span:first-child,
    .form-btn span:first-child {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .footer-logo img {
        width: 200px;
    }

    .hero-section {
        padding: 40px 20px;
    }

    .hero-section>div {
        position: relative;
    }

    .hero-section>div * {
        position: relative;
        z-index: 9;
    }

    .hero-section>div::before {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
        filter: blur(10px);
        position: absolute;
        top: -11px;
        left: -11px;
        display: block;
        z-index: 3;
    }

    .dr-img img {
        border-radius: 24px;
    }
}

@media (max-width: 600px) {
    .procedure-content {
        grid-template-columns: 1fr;
    }

    .procedure-content>div {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
    }

    .procedure-content div h3,
    .procedure-content div p {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .p-70 {
        padding-inline: 20px;
    }

    .p-50 {
        padding-inline: 20px;
    }


    .header {
        padding: 20px 20px 30px;
    }

    .header>a img {
        width: 100px;
    }

    .btn a,
    .form-btn {
        padding: 10px 12px 10px 18px;
    }

    .btn a span:last-child {
        width: 24px;
        height: 24px;
    }

    .btn a img {
        width: 8px;
        height: 9px;
    }

    .header .btn a span:first-child {
        font-size: 12px;
    }

    .hero-section h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .hero-section p {
        font-size: 16px;
        margin: 4px 0 16px;
    }

    .hero-section {
        padding-block: 30px;
    }

    .hero-section>div::before {
        height: 110%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
        filter: blur(12px);
    }

    .testimonials-section h2 {
        font-size: 24px;

        margin-bottom: 18px;
    }

    .testimonial-card p:first-of-type {
        font-size: 18px;
        line-height: 16px;
    }

    .testimonial-card p:last-of-type {
        font-size: 16px;
        line-height: 20px;
    }

    .testimonial-card {
        gap: 16px;
    }

    .about-content h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .about-content p,
    .what-container p,
    .candidate-content p,
    .why-choose-content p,
    .why-consider-section p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .bullet {
        margin-bottom: 14px;
    }

    .candidate-content .btn {
        margin-top: 8px;
    }

    .candidate-content .common-heading {
        margin-bottom: 10px;
    }

    .bullet li {
        font-size: 16px;
        gap: 16px;
    }

    .bullet li::before {
        width: 20px;
        height: 20px;
    }

    .why-consider-section div .btn {
        margin-top: 8px;
    }

    .why-consider-section .common-heading {
        margin-bottom: 8px;
    }

    .why-choose-content .btn {
        margin-top: 10px;
    }


    .why-choose-content .common-heading {
        margin-bottom: 8px;
    }

    .what-container .btn {
        margin-top: 6px;
    }

    .what-container .common-heading {
        margin-bottom: 8px;
    }

    .about-content .btn {
        margin-top: 12px;
    }

    .about-content {
        padding-block: 40px;
    }

    .common-heading {
        font-size: 20px;
    }

    .px-70 {
        padding-inline: 20px;
    }

    .why-choose-content {
        padding-right: 20px;
    }

    .why-choose-section {
        padding-left: 20px;
    }

    .procedure-content {
        margin-top: 50px;
    }

    .consultation-heading h2 {
        font-size: 26px;
        line-height: 32px;
        max-width: 300px;
    }

    .consultation-heading p {
        font-size: 16px;
        margin-top: 4px;
    }

    .consultaion-section {
        background-position: center;
        gap: 70px;
    }

    .consultation-form input,
    .consultation-form textarea {
        font-size: 16px;
    }

    .consultation-form input::placeholder,
    .consultation-form textarea::placeholder {
        font-size: 16px;
    }

    .consultation-form textarea {
        border-radius: 20px;
    }

    .px-50 {
        padding-inline: 20px;
    }

    .faq-wrapper {
        padding: 20px;
        border-radius: 16px;
    }

    .consultation-form {
        border-radius: 16px;
        padding: 26px 16px;
    }

    .faq-wrapper h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-wrapper p {
        font-size: 16px;
        padding-top: 12px;
        line-height: 20px;
    }

    .footer-logo img {
        width: 160px;
    }

    .footer-content {
        padding: 30px 0 22px;
    }

    .copyright p,
    .copyright p a {
        font-size: 12px;
    }

    .copyright {
        padding-inline: 16px;
    }

    .contact-details {
        gap: 20px;
    }

    .social-links a {
        width: 44px;
        height: 44px;
        padding: 8px;
    }

    .footer-content div:first-child p,
    .contact-details>div:first-child a,
    .contact-details h6 {
        font-size: 16px;
    }

    .call-btn,
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 20px;
    }

    .call-btn {
        left: 10px;
    }

    .whatsapp-btn {
        right: 10px;
    }

    .call-btn img,
    .whatsapp-btn img {
        width: 25px;
        height: auto;
        object-fit: cover;
    }

    .logos-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .logos-wrapper>div {
        width: 100%;
        max-width: 280px;
        height: 120px;
    }

    .logos-wrapper>div:first-child img {
        width: 150px;
    }

    .logos-wrapper>div:nth-child(2) img {
        width: 90px;
    }

}

@media (max-width: 370px) {
    .header>a img {
        width: 80px;
    }

    .header .btn a {
        padding: 8px 8px 8px 14px;
    }

    .header .btn a span:first-child {
        font-size: 10px;
    }

    .header .btn a span:last-child {
        width: 22px;
        height: 22px;
    }
}