.elementor-205 .elementor-element.elementor-element-7a94610{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-c7230a9 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- FOOTER RESET --- */
.ph-footer-wrapper {
    font-family: 'Ysabeau', sans-serif;
    width: 100%;
    margin-top: 50px;
}
.ph-footer-wrapper * { box-sizing: border-box; }

/* --- 1. GOLD TOP BAR (USPs) --- */
.ph-footer-usp {
    background: #A97C3A; 
    color: #fffef9;
    padding: 20px 0;
}
.ph-usp-container {
    max-width: 1300px; margin: 0 auto; padding: 0 20px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;
}
.ph-usp-item {
    display: flex; align-items: center; gap: 10px; flex: 1; justify-content: center;
}
.ph-usp-icon {
    width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;
}
.ph-usp-icon svg { width: 100%; height: 100%; }
.ph-usp-text {
    font-size: 16px; font-weight: 700; letter-spacing: 0.5px;
}

/* --- 2. MAIN RED FOOTER (With Rangoli Pattern) --- */
.ph-footer-main {
    background-color: #bc2d3c; /* Brand Red */
    /* Subtle Geometric Rangoli SVG Pattern (White with 3% Opacity) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 120 120'%3E%3Cpath fill='%23ffffff' fill-opacity='0.03' d='M60 120C26.863 120 0 93.137 0 60S26.863 0 60 0s60 26.863 60 60-26.863 60-60 60zm0-114C30.176 6 6 30.176 6 60s24.176 54 54 54 54-24.176 54-54S89.824 6 60 6zm0 96C36.804 102 18 83.196 18 60S36.804 18 60 18s42 18.804 42 42-18.804 42-42 42zm0-84C42.804 18 24 36.804 24 60s18.804 42 36 42 36-18.804 36-42S77.196 18 60 18zm0 72C46.673 90 30 73.327 30 60S46.673 30 60 30s30 16.673 30 30-16.673 30-30 30zm0-60c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z'/%3E%3C/svg%3E");
    color: #fffef9;
    padding: 70px 0 50px 0;
    position: relative;
}

.ph-footer-grid {
    max-width: 1300px; margin: 0 auto; padding: 0 20px;
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px;
    position: relative; z-index: 2; /* Keeps text above background pattern */
}

/* Column 1: Brand Info */
.ph-ft-logo { width: 180px; height: auto; margin-bottom: 20px; }
.ph-ft-about {
    font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 25px; max-width: 90%;
}
.ph-ft-socials { display: flex; gap: 15px; }
.ph-ft-socials a {
    display: flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%; color: #fff; transition: 0.3s; text-decoration: none;
}
.ph-ft-socials a svg { width: 18px; height: 18px; }
.ph-ft-socials a:hover {
    background: #fff; color: #bc2d3c; border-color: #fff; transform: translateY(-3px);
}

/* Headings (Strictly White) */
.ph-ft-heading {
    font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
    margin: 0 0 25px 0; position: relative; padding-bottom: 12px; color: #fff;
}
.ph-ft-heading::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px;
    background: #fff; /* White underline */
}

/* Links (Strictly White) */
.ph-ft-links { list-style: none; padding: 0; margin: 0; }
.ph-ft-links li { margin-bottom: 15px; }
.ph-ft-links a {
    color: rgba(255,255,255,0.85); text-decoration: none; font-size: 15px; transition: 0.3s;
}
.ph-ft-links a:hover { color: #fff; padding-left: 5px; opacity: 1; font-weight: 600; }

/* Contact Info (Strictly White) */
.ph-ft-contact-item { margin-bottom: 20px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.85); }
.ph-ft-contact-item strong { color: #fff; font-weight: 700; display: inline-block; margin-bottom: 5px; font-size: 15px;}
.ph-ft-contact-item a { color: rgba(255,255,255,0.85); text-decoration: none; transition: 0.2s; }
.ph-ft-contact-item a:hover { color: #fff; }

/* --- 3. BOTTOM COPYRIGHT BAR (Redesigned Payments) --- */
.ph-footer-bottom {
    background: #a01a28; /* Slightly darker red for contrast */
    padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.05);
}
.ph-bottom-container {
    max-width: 1300px; margin: 0 auto; padding: 0 20px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px;
}
.ph-copyright { font-size: 14px; color: rgba(255,255,255,0.8); }

/* Payment Badges */
.ph-payments { display: flex; align-items: center; gap: 15px; }
.ph-secure-txt { font-size: 13px; color: #fff; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.ph-pay-icons { display: flex; gap: 8px; align-items: center; }
.ph-pay-icons img { 
    height: 24px; width: auto; background: #fff; padding: 4px 8px; 
    border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); object-fit: contain;
}

/* --- 4. RESPONSIVE OPTIMIZATION --- */
@media (max-width: 1024px) {
    .ph-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .ph-usp-container { gap: 15px; }
    .ph-usp-item { min-width: 40%; justify-content: flex-start; }
    .ph-payments { flex-direction: column; align-items: flex-end; gap: 8px; }
}

@media (max-width: 768px) {
    /* Top Bar Mobile */
    .ph-usp-item { min-width: 45%; justify-content: flex-start; padding: 5px 0; }
    .ph-usp-text { font-size: 14px; }
    
    /* Main Grid Mobile */
    .ph-footer-main { padding: 50px 0 30px 0; }
    .ph-footer-grid { grid-template-columns: 1fr; gap: 40px; }
    
    .ph-ft-logo { width: 150px; }
    .ph-ft-about { max-width: 100%; }
    
    /* Bottom Bar Mobile */
    .ph-bottom-container { flex-direction: column; text-align: center; justify-content: center; }
    .ph-payments { flex-direction: column; align-items: center; margin-top: 15px; }
    .ph-pay-icons { justify-content: center; flex-wrap: wrap; }
}/* End custom CSS */