.mobile-social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.mobile-social-icons img {
    width: 26px;
    height: 26px;
}

.grad-footer,
.grad-footer * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.grad-footer {
    background-color: #ffffff;
    padding: 10px 0 30px;
    color: #ffffff;
    border-top: 0px solid #f0f0f0;
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 120px;
}



.footer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;

    margin-bottom: 0px;
    width: 100%;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;

    width: 100%;
}


.footer-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    height: auto;
    min-height: auto;
    width: 100%;
}

.footer-section {
    margin-left: 0;
    text-align: left;
}

.footer-section h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #000;
}

.footer-contact-right {
    margin-top: 40px;
    text-align: left;
    margin-left: 0;
    grid-column: 1 / -1 !important;
    width: 100% !important;
}

.footer-contact-right p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-top: 3px;
}

.address-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
    margin-left: 0;
}

.address-box {
    padding: 0;
    height: 60%;
}

.address-box:first-child {
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.contact-details {
    margin-top: 15px;
}

.contact-details p a {
    font-size: 16px !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

.footer-contact-social a {
    color: #666;
    font-size: 16px;
    transition: color 0.3s;
    text-decoration: none;
}

.footer-contact-social a:hover {
    color: #000;
}


.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    height: 70px !important;
    width: auto;
}


.footer-form {
    width: 100%;
    margin-top: 0;
}

.form-group {
    margin-bottom: 5px;
}

.footer-input {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.5rem 0 !important;
    transition: all 0.3s ease;
    font-size: 14px;
    width: 50%;
    resize: none;
    font-family: 'Montserrat', sans-serif;
}

.footer-input:focus {
    border-bottom-color: #000 !important;
    background: transparent !important;
    color: #000 !important;
    outline: none;
}

.footer-input::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1;
    font-size: 14px;
}

.footer-input.textarea {
    resize: vertical;
    min-height: 60px;
    line-height: 1.5;
}

.footer-submit-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    width: auto;
    padding: 0.7rem 1.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.footer-submit-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
    cursor: pointer;
}

.footer-links a:hover {
    color: #000;
}

.copyright {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid grey;
    font-size: 12px;
    color: #999;
    width: 100%;
    margin-left: 0;
    display: flex;
}

.copyright a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright a:hover {
    color: #000;
}

.toast {
    visibility: hidden;
    min-width: 250px;
    background-color: rgb(103, 189, 103);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 12px 20px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.5s, bottom 0.5s;
}

.toast.show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.wpIcon {
    width: 22px !important;
    height: 22px !important;
}

.secondary-social-icon {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-top: 15px !important;
}

.secondary-social-icon1,
.secondary-social-icon2,
.secondary-social-icon3 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 42px;
    height: 42px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.secondary-social-icon1 img {
    width: 22px;
    height: 22px;
}

.secondary-social-icon3 img {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.secondary-social-icon2 img {
    width: 18px;
    height: 18px;
}

.secondary-social-icon1:hover,
.secondary-social-icon2:hover,
.secondary-social-icon3:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.mobile-icon-class1,
.mobile-icon-class2,
.mobile-icon-class3 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 42px;
    height: 42px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.mobile-icon-class1:hover,
.mobile-icon-class2:hover,
.mobile-icon-class3:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1025px) and (max-width: 1440px) {

    .grad-footer,
    .grad-footer * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
    }

    .grad-footer {
        background-color: #ffffff;

        padding: 10px 0 30px;
        color: #ffffff;
        border-top: 0px solid #f0f0f0;
        display: flex;
        justify-content: start;
        width: 100%;
        margin-top: 50px;
    }

    .footer-container {
        max-width: 1300px;
        margin: 0 auto;
        width: 100%;
        padding-right: 50px;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0px;
        width: 100%;
    }

    .footer-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        width: 100%;
    }

    .footer-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: start;
        height: auto;
        min-height: auto;
        width: 100%;
    }

    .footer-section {
        margin-left: 0;
        text-align: left;
    }

    .footer-section h3 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        color: #000;
    }

    .footer-contact-right {
        margin-top: 40px;
        text-align: left;
        margin-left: 0;
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    .footer-contact-right p {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin-top: 3px;
    }

    .address-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .address-box {
        padding: 0;
        height: 60%;
    }

    .address-box:first-child {
        padding-right: 20px;
        border-right: 1px solid #ddd;
    }

    .contact-details {
        margin-top: 15px;
    }

    .footer-contact-social {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        justify-content: center;
    }

    .footer-contact-social a {
        color: #666;
        font-size: 16px;
        transition: color 0.3s;
        text-decoration: none;
    }

    .footer-contact-social a:hover {
        color: #000;
    }


    .footer-logo {
        margin-bottom: 15px;
    }

    .footer-logo img {
        height: 80px !important;
        width: auto;
    }

    .footer-form {
        margin-top: 0;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .footer-input {
        background-color: transparent !important;
        color: #000 !important;
        border: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0.5rem 0 !important;
        transition: all 0.3s ease;
        font-size: 14px;
        width: 50%;
        resize: none;
        font-family: 'Montserrat', sans-serif;
    }

    .footer-input:focus {
        border-bottom-color: #000 !important;
        background: transparent !important;
        color: #000 !important;
        outline: none;
    }

    .footer-input::placeholder {
        color: rgba(0, 0, 0, 0.7) !important;
        opacity: 1;
        font-size: 14px;
    }

    .footer-input.textarea {
        resize: vertical;
        min-height: 60px;
        line-height: 1.5;
    }

    .footer-submit-btn {
        background-color: #000000 !important;
        color: #ffffff !important;
        border: 1px solid #000000 !important;
        letter-spacing: 2px;
        transition: all 0.3s ease;
        width: auto;
        padding: 0.7rem 1.5rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        margin-top: 0.5rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        cursor: pointer;
    }

    .footer-submit-btn:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 1px solid #000000 !important;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        text-decoration: none;
        color: #666;
        font-size: 14px;
        transition: color 0.3s;
        cursor: pointer;
    }

    .footer-links a:hover {
        color: #000;
    }

    .copyright {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid grey;
        font-size: 12px;
        color: #999;
        width: 100%;
        margin-left: 0;
        display: flex;
    }

    .toast {
        visibility: hidden;
        min-width: 250px;
        background-color: rgb(103, 189, 103);
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 12px 20px;
        position: fixed;
        z-index: 9999;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        font-size: 16px;
        opacity: 0;
        transition: opacity 0.5s, bottom 0.5s;
    }

    .toast.show {
        visibility: visible;
        opacity: 1;
        bottom: 50px;
    }

    .footer-left {
        padding-right: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {



    .grad-footer {
        padding: 20px 0 0px;
    }

    .mobile-social-icons {
        display: flex;
        padding-left: 0;
        justify-content: center;
        width: 100%;
        align-items: center;
        gap: 20px;
        padding-top: 22px;
    }

    .contact-details {
        transform: translateX(-100px);
    }

    .contact-details p {
        justify-content: center !important;
        white-space: nowrap;
    }

    .mobile-social-icons img {
        width: 26px;
        height: 26px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mobile-social-icons a {
        color: #000;
        font-size: 18px;
        transition: color 0.3s;
        text-decoration: none;
    }

    .mobile-social-icons a:hover {
        color: #555;
    }
}


@media (min-width: 679px) and (max-width: 768px) {
    .grad-footer {
        padding: 10px 0 0px;
        margin-top: 0px;
    }

    .footer-left {
        left: -28% !important;
        position: relative !important;
        top: 40px;
        margin-bottom: 50px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .footer-right {
        display: none !important;
    }

    .mobile-view {

        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .mobile-view ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
        font-size: 10px;
        text-align: end;
    }

    .mobile-view ul li a {
        text-decoration: none;
        color: #000;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }



    .footer-input {
        width: 100%;
        padding: 0.5rem 0 !important;
    }

    .footer-submit-btn {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px !important;
        padding: 0.5rem 1rem !important;
    }

    .mobile-social-icons {
        display: flex;
        padding-left: 279px;
        align-items: center;
        gap: 20px;
        padding-top: 0px;
    }

    .mobile-social-icons img {
        width: 22px;
        height: 22px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mobile-social-icons a {
        color: #000;
        font-size: 18px;
        transition: color 0.3s;
        text-decoration: none;
    }

    .mobile-social-icons a:hover {
        color: #555;
    }
}

@media (max-width: 678px) {
    .footer-logo img {
        display: block !important;
        margin: 0 auto 20px auto !important;
        height: 40px !important;
    }

    .footer-container {
        padding: 0 15px;
    }

    .grad-footer {
        padding: 10px 0 0px;
        margin-top: 20px;
    }

    .footer-left {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }


    .footer-logo {
        width: 100% !important;
        display: flex !important;
        justify-content: flex-start !important;
        padding-left: 0px !important;
    }

    .footer-logo img {
        margin: 0 0 20px 0 !important;
        height: 65px !important;
    }

    .footer-right {
        display: none !important;
    }

    .given-second {
        top: clamp(145px, 2vh + 195px, 172px) !important;
        position: absolute;
        display: flex !important;
        left: clamp(290px, 13vw, 250px) !important;
    }

    .footer-left h3 {
        text-align: start !important;
        width: 100%;
        margin-bottom: 20px !important;
        font-size: 14px !important;
        letter-spacing: 2px;
        color: #888 !important;
    }

    .mobile-view {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .mobile-view ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
        font-size: 12px;
        text-align: end;
    }

    .wpIcon {
        width: 18px !important;
        height: 18px !important;
    }

    .mobile-view ul li a {
        text-decoration: none;
        color: #000;
    }

    .mobile-social-icons {
        display: flex !important;

        margin-left: 13px !important;
        justify-content: center !important;
        margin-top: 30px !important;
        gap: 25px !important;
    }

    .mobile-social-icons img {
        width: 22px;
        height: 22px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mobile-icon-class1,
    .mobile-icon-class2,
    .mobile-icon-class3 {
        width: 42px !important;
        height: 42px !important;
    }

    .mobile-social-icons a {
        color: #000;
        font-size: 18px;
        transition: color 0.3s;
        text-decoration: none;

    }

    .mobile-social-icons a:hover {
        color: #555;
    }

    .mobile-icon-class1 img,
    .mobile-icon-class2 img,
    .mobile-icon-class3 img {
        vertical-align: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-main {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .copyright {
        text-align: center !important;
        margin-top: 25px !important;
        margin-left: -11px !important;
        padding-left: 0 !important;
    }

    .footer-input {
        width: 100% !important;
        text-align: left !important;
        font-size: 14px !important;
        padding: 10px 0 !important;
    }

    .footer-submit-btn {
        width: 100% !important;
        padding: 12px 0 !important;
        margin-top: 10px !important;
        font-size: 12px !important;
        max-width: 100% !important;
    }
}



@media (max-width: 380px) {


    .footer-submit-btn {
        width: 100% !important;
        max-width: 300px !important;
        margin-bottom: 10px !important;
        padding: 0.5rem 0.4rem !important;
        font-size: 8px;
    }

    .given-second {
        top: clamp(145px, 2vh + 195px, 172px) !important;
        position: absolute;
        display: flex !important;
        left: clamp(320px, 10vw, 335px) !important;
    }

    .mobile-social-icons img {
        width: 22px;
        height: 22px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mobile-social-icons a {
        color: #000;
        font-size: 18px;
        transition: color 0.3s;
        text-decoration: none;
    }

    .mobile-social-icons a:hover {
        color: #555;
    }

    .grad-footer {
        padding: 10px 0 0px;
    }

    .footer-left {
        left: -5% !important;
        position: relative !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .footer-right {
        display: none !important;
    }

    .given-second {
        top: 150px;
        position: relative;
        display: flex !important;
        right: clamp(40px, 10vw, 95px) !important;
        left: clamp(50px, 10vw, 95px) !important;
    }

    .mobile-view ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
        font-size: 10px;
        text-align: end;
    }

    .mobile-view ul li a {
        text-decoration: none;
        color: #000;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-input {
        width: 100%;
        padding: 0.5rem 0 !important;
    }

    .copyright {
        border-bottom: 1px solid grey;
        font-size: 12px;
        color: #999;
        width: 100% !important;
        position: relative;
        right: -23px;
        padding-top: 10px !important;
    }
}

@media (min-width: 768px) {
    .footer-main {
        display: grid;
    }

    .footer-left {
        max-width: 100%;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .footer-main {
        display: block;
    }
}



@media (min-width: 769px) and (max-width: 1024px) {
    .mobile-social-icons {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

/* Align Powered by logo */
.copyright p img {
    vertical-align: middle;
    margin-bottom: 2px;
    /* Slight adjustment to match baseline */
}

/* Increase font size for tablet, laptop and desktop view */
@media (min-width: 768px) {
    .copyright p {
        font-size: 14px !important;
    }

    .copyright p img {
        height: 18px !important;
        margin-bottom: 3px;
        /* Proportionally adjusted for larger font */
    }
}