/* Start custom CSS for html, class: .elementor-element-1767815 */.content {
            flex: 1;
            padding: 10px 20px;
            text-align: center;
        }

        .content span {
            color: #a37553;
            margin-bottom: 20px;
            font-size: 2.2rem;
        }

        .content p {
            max-width: 600px;
            color: #696969;
            margin: 0 auto 30px;
            line-height: 1.6;
        }

        /* Footer Styles */
        .footer {
            background-color: #131113;
            color: #fff;
            padding: 60px 0 30px;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
        }

        .footer-column span {
            color: #a37553;
            font-size: 1.4rem;
            font-weight: 800;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-column span::after {
            /*content: '';*/
            /*position: absolute;*/
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #a37553;
        }

        .footer-about p {
            line-height: 1.8;
            margin-bottom: 20px;
            color: #ccc;
        }

        .footer-links ul {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #ccc;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .footer-links a:hover {
            color: #a37553;
            transform: translateX(5px);
        }

        .footer-links i {
            margin-right: 10px;
            color: #a37553;
            font-size: 0.9rem;
        }

        .footer-contact p {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            color: #ccc;
        }

        .footer-contact i {
            color: #a37553;
            margin-right: 15px;
            margin-top: 3px;
            min-width: 20px;
        }
        .footer-contact a {
            color: #ccc;
            }
       .footer-contact a:hover{
        color:#a37553;   
       }

        .footer-hours p {
            margin-bottom: 10px;
            color: #ccc;
            display: flex;
            justify-content: space-between;
        }

        .footer-hours span {
            color: #a37553;
            font-size: 0.875rem;
        }

        .footer-social {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .footer-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: #2c2c2c;
            border-radius: 50%;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-social a:hover {
            background: #a37553;
            transform: translateY(-5px);
        }

        .footer-bottom {
            max-width: 1200px;
            margin: 50px auto 0;
            padding: 20px 20px 0;
            border-top: 1px solid #333;
            text-align: center;
            color: #999;
            font-size: 0.9rem;
        }

        .footer-bottom p {
            margin-bottom: 10px;
        }

        .footer-payment {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 15px;
        }

        .footer-payment i {
            font-size: 1.8rem;
            color: #a37553;
        }

        .brand-logo {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .brand-logo .logo-icon {
            width: 80px;
            height: 80px;
            background: #131113;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

        .brand-logo .logo-icon i {
            color: #131113;
            font-size: 1.5rem;
        }

        .brand-logo .logo-text {
            text-align: left;
        }

        .brand-logo .logo-text span {
            color: #a37553;
            font-size: 1.3rem;
            font-weight: 800;
            margin-bottom: 5px;
        }

        .brand-logo .logo-text p {
            color: #ccc;
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .footer-column span {
                font-size: 1.3rem;
            }

            .brand-logo {
                justify-content: center;
                text-align: center;
                flex-direction: column;
            }

            .brand-logo .logo-icon {
                margin-right: 0;
                margin-bottom: 10px;
            }
        }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-792cc53 */h2::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #a37553;
}/* End custom CSS */