footer.kesha-footer {
    background: #DDBFC1;
    padding: 100px 60px 35px;
}

        .kesha-footer-content {
            max-width: 1400px;
            margin: 0 auto;
        }

        .kesha-footer-top {
            display: grid;
            grid-template-columns: 2.5fr 2.5fr 1fr 1fr 1fr 1fr;
            gap: 80px;
            padding-bottom: 45px;
            border-bottom: 1px solid #202751;
            margin-bottom: 30px;
        }

        /* JOIN US Section */
        .kesha-newsletter-section {
            padding-right: 20px;
        }

       .kesha-newsletter-title {
            margin-top: 0;
            font-size: 30px;
            font-weight: 500;
            color: #202751;
            letter-spacing: 20%;
            margin-bottom: 30px;
        }

        .kesha-newsletter-input {
            width: 100% !important;
            border: none !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
            background: transparent !important;
            padding: 12px 0 !important;
            font-size: 14px;
            font-family: 'Nunito Sans', sans-serif !important;
            color: #686257 !important;
            margin-top: 0!important;
            margin-bottom: 25px !important;
            outline: none !important;
        }

        .kesha-newsletter-input::placeholder {
            color: rgba(0, 0, 0, 0.5) !important;
        }

             .kesha-send-btn {
            background:#202751 ;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            font-family: 'Montserrat', sans-serif;
            transition: background 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .kesha-send-btn:hover {
            color:white;
            background: #B30773;
        }

        .kesha-send-btn::after {
            content: "→";
        }

        /* Logo Section */
        .kesha-logo-section {
            display: flex;
            flex-direction: column;
        }

        .kesha-logo-section h3 {
            display: none;
        }

       .kesha-logo-img {
    height: auto;
    width: 70%;
    margin-bottom: 40px;
}

        .kesha-footer-contact {
            font-size: 13px;
            line-height: 1.8;
            color: #000;
        }

       .kesha-footer-contact p {
    color: #202751;
    font-size:14px;
    margin-bottom: -3px;
}

        .kesha-footer-contact strong {
            font-weight: 500;
        }

        /* Footer Columns */
        .kesha-footer-col {
            display: block !important;
        }

      .kesha-footer-col h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #202751;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: capitalize;
    display: block;
}

        .kesha-footer-col .kesha-accordion-btn h3 {
            display: none !important;
        }

        .kesha-footer-col ul {
            list-style: none;
        }

        .kesha-footer-col ul li {
            margin-bottom: 9px;
        }

       .kesha-footer-col ul li a {
           font-family: 'Nunito Sans', sans-serif;
    color: #202751;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

        .kesha-footer-col ul li a:hover {
            color: #B30773;
        }

        .kesha-accordion-btn {
            display: none;
        }

        .kesha-accordion-icon {
            display: none;
        }

        /* Footer Bottom */
        .kesha-footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .kesha-copyright {
    font-size: 14px;
    color: #202751;
}

        .kesha-footer-bottom-links {
            display: flex;
            gap: 30px;
        }

     .kesha-footer-bottom-links a {
    font-family: 'Nunito Sans', sans-serif;
    color: #202751;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

        .kesha-footer-bottom-links a:hover {
            color: #B30773;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            footer.kesha-footer {
                padding: 60px 40px 45px;
            }

            .kesha-footer-top {
                grid-template-columns: 1.5fr 1.5fr 1fr;
                gap: 50px;
                padding-bottom: 45px;
            }
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            footer.kesha-footer {
                padding: 40px 20px 30px;
            }

            .kesha-footer-col h3{
                
                display:none;
            }
            
            .kesha-logo-img {
    height: auto;
    width: 30%;
    margin-bottom: 10px;
}
            .kesha-footer-top {
                grid-template-columns: 1fr;
                gap: 0;
                padding-bottom: 0;
                border-bottom: none;
                margin-bottom: 0px;
            }

            .kesha-newsletter-section {
                padding-bottom: 20px;
                border-bottom: none;
                margin-bottom: 0;
            }

            .kesha-logo-section {
                padding: 20px 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            }

            .kesha-footer-col {
                border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            }

            .kesha-footer-col:last-child {
                border-bottom: none;
            }

            /* Accordion Styles */
            .kesha-accordion-btn {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                width: 100% !important;
                background: none !important;
                border: none !important;
                padding: 20px 0 !important;
                cursor: pointer !important;
                text-align: left !important;
                font-family:'Nunito Sans', sans-serif !important;
                font-size: 16px !important;
                font-weight: 500 !important;
                color: #202751 !important;
                margin: 0 !important;
            }

            .kesha-accordion-icon {
                display: block !important;
                font-size: 20px !important;
                color: #000 !important;
                transition: transform 0.3s !important;
                font-weight: bold !important;
                line-height: 1 !important;
                margin-left: 10px !important;
                flex-shrink: 0 !important;
            }

            .kesha-accordion-content {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
                margin-top: 0;
            }

            .kesha-accordion-content ul {
                padding-bottom: 20px;
                margin-top: 20px;
            }

            .kesha-footer-col.kesha-active .kesha-accordion-content {
                max-height: 500px;
            }

            .kesha-footer-col.kesha-active .kesha-accordion-icon {
                transform: rotate(45deg);
            }



            .kesha-footer-bottom {
                flex-direction: column;
                gap: 0px;
                align-items: flex-start;
                padding-top: 20px;
                border-top: 1px solid rgba(0, 0, 0, 0.15);
            }

            .kesha-footer-bottom-links {
                gap: 15px;
                flex-wrap: wrap;
            }
        }