@media (min-width: 1680px) and (max-width: 1920px) {


    h1 {
        font-size: 60px;
    }

    h6 {
        font-size: 28px !important;
    }

    p {
        font-size: 28px;
    }

    .text-xxs {
        font-size: 28px;
    }

    .form-control {
        font-size: 28px;
        padding: 20px 10px
    }

    .modal-dialog {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;

    }

    .btn-primary {
        padding: 20px 40px;
        font-size: 28px;
    }

    .modal-body {

        padding: 40px;
    }

    .modal-header {

        padding: 40px;
    }

}


@media (max-width: 1200px) {
    .container {
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }

    h6 {
        font-size: 14px !important;
    }

    p {
        font-size: 12px;
    }
        ul li {
        font-size: 14px;
    }

    .text-xxs {
        font-size: 12px;
    }

    .img-fluid {
        max-width: 70% !important;
    }

    .why-section img {
        max-width: 60px;
    }

    .form-control {
        border: none;
        border-bottom: 1px solid var(--bs-primary);
        border-radius: 0;
        background: transparent;
        padding: 4px 4px;
        font-size: 12px;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        top: -25%;
        right: -22%;
        width: 70%;
        height: 150%;
        background-color: var(--bs-primary);
        border-top-left-radius: 100%;
        border-bottom-left-radius: 100%;
        z-index: 0;

    }


    .form-control:focus {
        border-bottom: 1px solid var(--bs-primary);
        box-shadow: none;
        outline: none;
    }

    .btn-primary {

        padding: 6px 20px;
        font-size: 12px;
        font-weight: 500;

    }

    .why-box {
        padding: 0.5rem;
    }
     .service-right img {
        height: 100% !important;
        max-width: 100% !important;
    }

       .gain-img {
         height: 100% !important;
        max-width: 100% !important;
        
    }

  


}

@media (max-width: 767px) {
    .service-right img {
        display: none;
    }
}





@media (max-width: 575px) {
    h1 {
        font-size: 20px;
    }

    h6 {
        font-size: 14px !important;
    }

    p {
        font-size: 14px;
    }

    .text-xxs {
        font-size: 14px;
    }


    .btn-primary {

        padding: 8px 20px;
        font-size: 14px;
        font-weight: 500;

    }

    .accordion-button {
        font-size: 14px;
    }

    ul li {
        font-size: 14px;
    }

    .why-section .row>* {
        padding-right: calc(var(--bs-gutter-x) * 0.1);
        padding-left: calc(var(--bs-gutter-x) * 0.1);
    }

    .img-fluid {
        max-width: 70% !important;
    }

    .hero-section {
        background:
            /* Dark overlay for better text contrast */
            linear-gradient(to top,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.75) 30%,
                rgba(0, 0, 0, 0.4) 60%,
                rgba(0, 0, 0, 0.1) 100%),
            /* Optional color tint overlay for brand tone */
            linear-gradient(to right,
                rgba(0, 123, 255, 0.2),
                rgba(0, 0, 0, 0.4)),
            /* Background image */
            url('../images/tab-banner-perfomigo (1).jpg') center center / cover no-repeat;
        height: 100%;
        position: relative;
        overflow: hidden;
        max-height: unset;

    }

    .hero-section::before {
        display: none;

    }


    /* 📱 Small screens — bottom-positioned top semicircle */
    .hero-section::after {
        content: "";
        position: absolute;
        bottom: -40%;
        /* moves the arc down so only the top curve shows */
        left: 50%;
        transform: translateX(-50%);
        width: 250%;
        height: 100%;
        background-color: var(--bs-primary);
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 0;

    }

    .hero-logo {

        backdrop-filter: blur(3px);


    }

    .form-control {
        border: none;
        border-bottom: 1px solid var(--bs-primary);
        border-radius: 0;
        background: transparent;
        padding: 4px 4px;
        font-size: 14px;
    }









    .why-section img {
        max-width: 50px;

    }

    .floating-contact-icon {

        width: 50px;
        height: 50px;
        bottom: 70px;
        right: 20px;
    }

    .floating-contact-icon img {
        max-width: 30px;

    }

    .copyright {
        font-size: 12px;
    }

    .w-50 {
        width: unset !important;
    }

      .brands-section img {

    margin-top: 5px;
}




}


@media (max-width: 475px) {
    .hero-section {
        background:
            /* Dark overlay for better text contrast */
            linear-gradient(to top,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.75) 30%,
                rgba(0, 0, 0, 0.4) 60%,
                rgba(0, 0, 0, 0.1) 100%),
            /* Optional color tint overlay for brand tone */
            linear-gradient(to right,
                rgba(0, 123, 255, 0.2),
                rgba(0, 0, 0, 0.4)),
            /* Background image */
            url('../images/banner (2).jpg') center center / cover no-repeat;
        height: 100%;
        position: relative;
        overflow: hidden;
        max-height: unset;

    }
}


@media (max-width: 375px) {
    h1 {
        font-size: 18px;
    }

    p {
        font-size: 12px;
    }

    .form-control {

        padding: 2px 2px;
        font-size: 14px;
    }


    .mb-xs-2 {
        margin-bottom: 0.5rem !important;

    }

    .mt-xs-2 {

        margin-top: 0.5rem !important;
    }

    .pb-xs-2 {
        padding-bottom: 0.5rem !important;

    }

    .pt-xs-2 {
        padding: 0.5rem !important;

    }



}