    .footer-container {
        /* background-color: red; */
        background-color: #07273e;
        padding: 50px 70px 0px 70px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer-holder {
        /* margin-bottom : 80px; */
        padding-bottom: 80px;
    }

    .footer-content {
        display: flex;
        flex-wrap: wrap;
        /* justify-content:center; */
        /* gap:30px; */
        justify-content: space-around;
        color: #FFF;
    }

    .logo-jay-industries {
        display: flex;
        align-items: center;
        /* justify-content:center; */
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 2px solid #fff;
    }

    .imgWrapper {
        display: flex;
        align-items: center;
        height: 70px;
        max-width: 280px;
        justify-content: flex-start;
    }

    .imgWrapper img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }

    .industries-description {
        font-size: 16px;
    }

    .followus-content {
        margin: 20px 0px;
    }

    .follow-icons {
        margin-top: 30px;
    }

    .icons-footer {
        display: flex;
        gap: 0px;
        justify-content: space-between;
    }

    .icons-footer img {
        object-fit: contain;
    }

    .footer-list {
        display: flex;
        flex-direction: column;
        height: 100%;
        font-size: 18px;
        gap: 20px;
    }

    .footer-list li,
    .footer-list li a {
        color: #D6D6D6 !important;
    }

    .footer-content h3 {
        white-space: nowrap !important;
        margin-bottom: 40px;
    }

    .copyright-text {
        color: #fff;
        font-size: 20px;
        font-size: 13px !important;
        margin: 20px 0px !important;
        border-top: 2px solid #fff;
        padding: 40px 0px !important;
        text-align: center;
    }

    @media only screen and (max-width: 1100px) {
        h3 {
            font-size: 22px;
        }

        .logo-jay-industries img {
            height: 50px !important;
            width: 190px;
            object-fit: contain;
        }

        .industries-description {
            font-size: 13px;
        }

        .footer-list {
            font-size: 14px;
            gap: 20px;
        }

        .footer-list li {
            font-size: 12px !important;
            white-space: nowrap;
        }

        .footer-container {
            padding: 50px 40px;
        }

        .icons-footer {
            gap: 5px;
        }
    }

    @media (max-width:1000px) {
        .copyright-text {
            font-size: 11px !important;
            margin: 10px 0px !important;
            text-align: center;
            border-top: 2px solid #fff;
            padding: 20px 0px !important;
        }

        .footer-content h3 {
            white-space: nowrap;
        }

        .footer-container {
            padding: 50px 30px 0px 30px;
        }

        .industries-description {
            font-size: 10px !important;
        }
    }

    @media only screen and (max-width: 820px) {
        .copyright-text {
            font-size: 10px !important;
            margin: 10px 0px !important;
            text-align: center;
            border-top: 2px solid #fff;
            padding: 20px 0px !important;
        }

        .industries-description {
            font-size: 13px;
        }

        h3 {
            font-size: 20px;
            white-space: nowrap;
        }

        .footer-container {
            padding: 50px 25px;
        }

        /* krishna added this  */
        .logo-jay-industries {
            margin-bottom: 17px;
            padding-bottom: 26px;
        }

        .logo-jay-industries img {
            width: 190px;
            height: 95px !important;
        }
    }

    @media only screen and (max-width: 430px) {
        .icons-footer img {
            width: 32px;
            height: 22px;
        }

        .footer-content {
            justify-content: center;
            gap: 30px;
        }

        .industries-description {
            font-size: 15px;
        }

        h3 {
            font-size: 22px;
            white-space: nowrap;
        }

        /* krishna added this  */
        .logo-jay-industries img {
            height: 69px !important;
            width: 60vw;
            object-fit: contain;
        }

        .footer-list {
            font-size: 14px;
            gap: 10px;
        }

        .footer-container {
            padding: 50px 29px !important;
        }

        .footer-content h3 {
            margin-bottom: 20px;
        }

        .logo-jay-industries {
            margin-bottom: 23px;
            padding-bottom: 8px;
            border-bottom: 2px solid #fff;
        }

        .copyright-text {
            font-size: 9px !important;
            margin: 10px 0px !important;
            text-align: center;
            border-top: 2px solid #fff;
            padding: 20px 0px !important;
        }
    }

    .whatsApp-contact {
        position: fixed;
        bottom: 50px;
        right: 30px;
        cursor: pointer;
        z-index: 1000;
    }

    .whatsaap-btn {
        text-align: end;
    }

    #whatsapp-modal {
        display: none;
    }

    .popup-buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal.show {
        display: block;
    }

    .modal.show {
        display: block;
    }

    .contact-popup {
        width: 350px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        font-family: Arial, sans-serif;
        border: 1px solid #ccc;
    }

    .popup-header {
        background: #00b14f;
        color: white;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size: 16px;
    }

    .close-btn {
        background: transparent;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

    .popup-body {
        padding: 20px 16px;
        text-align: center;
    }

    .popup-body p {
        margin: 0 0 20px;
        color: #444;
        font-size: 14px;
    }

    .popup-buttons {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .inquiry-btn {
        background: linear-gradient(to right, #0049aa, #007fff);
        color: white;
        border: none;
        padding: 10px 16px;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
    }

    .whatsapp-btn {
        background: #25D366;
        color: white;
        border: none;
        padding: 10px 16px;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
    }

    @media (max-width:1400px) {
        .whatsaap-btn img {
            width: 50px !important;
        }
    }

    @media (max-width:1000px) {
        .whatsaap-btn img {
            width: 45px !important;
        }

        .whatsApp-contact {
            position: fixed;
            bottom: 15px;
            right: 15px;
            cursor: pointer;
            z-index: 1000;
        }

        .inquiry-btn {
            background: linear-gradient(to right, #0049aa, #007fff);
            color: white;
            border: none;
            padding: 10px 10px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: bold;
            cursor: pointer;
        }

        .whatsapp-btn {
            background: #25D366;
            color: white;
            border: none;
            font-size: 13px;
            padding: 10px 10px;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
        }

        .popup-body p {
            margin: 0 0 20px;
            color: #444;
            font-size: 12px;
        }

        .popup-header {
            font-size: 15px;
        }

        .contact-popup {
            width: 291px;
            margin-bottom: 10px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            font-family: Arial, sans-serif;
            border: 1px solid #ccc;
        }
    }

    @media (max-width:500px) {
        .inquiry-btn {
            font-size: 11px;
        }

        .whatsapp-btn {
            font-size: 11px;
        }

        .popup-header {
            padding: 6px 16px;
        }
    }

    @media (max-width:350px) {
        .contact-popup {
            width: 280px;
            margin-bottom: 10px;
        }
    }

    @media (max-width:7000px) {
        .whatsaap-btn img {
            width: 42px !important;
        }
    }

    .icons-footer img {
        width: 50px;
        height: 30px;
    }