.elementor-39 .elementor-element.elementor-element-836d3e5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-39 .elementor-element.elementor-element-ff2123d{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ff2123d *//* Premium Footer Styling */
.premium-footer {
    background-color: #2E5A7A; /* Your theme blue */
    color: #ffffff;
    padding: 80px 0 30px 0;
    position: relative;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* Background Texture for Premium Look */
.footer-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(191, 155, 48, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.footer-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Branding Column */
.footer-logo {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.footer-logo span {
    color: #bf9b30; /* Your gold color */
}

.footer-about {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.7);
    margin-bottom: 25px;
}

/* Social Icons with High-End Hover */
.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255,255,255,0.1);
}

.social-icon:hover {
    background: #bf9b30;
    transform: translateY(-5px) rotate(360deg);
    border-color: #bf9b30;
}

/* Links Styling */
.footer-col h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 2px;
    background: #bf9b30;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: #bf9b30;
    padding-left: 8px;
}

/* Newsletter with Glassmorphism */
.subscribe-form {
    display: flex;
    margin-top: 20px;
    background: rgba(255,255,255,0.05);
    padding: 5px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
}

.subscribe-form input {
    background: transparent;
    border: none;
    padding: 12px 20px;
    color: white;
    outline: none;
    flex: 1;
}

.subscribe-form button {
    background: #bf9b30;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.subscribe-form button:hover {
    background: #a68529;
    transform: scale(1.1);
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 991px) {
    .footer-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .social-links {
        justify-content: center;
    }
    .subscribe-form {
        margin-top: 25px;
    }
}

/* Footer ko poori screen par phelane ke liye */
.premium-footer {
    width: 100vw !important; /* Viewport width 100% */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-color: #2E5A7A; 
    padding: 80px 0 30px 0;
}

.footer-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 80px !important; /* Side se content ko chipakne se bachane ke liye padding */
    box-sizing: border-box;
}

/* Row layout ko manage karne ke liye */
.footer-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    width: 100%;
}

/* Mobile par responsive padding */
@media (max-width: 768px) {
    .footer-container {
        padding: 0 30px !important;
    }
    .footer-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* --- Responsiveness Updates --- */
@media (max-width: 991px) {
    .footer-row {
        grid-template-columns: 1fr 1fr !important; /* Tablet par 2 columns */
        gap: 30px;
    }
    .footer-container {
        padding: 0 40px !important;
    }
}

@media (max-width: 768px) {
    .footer-row {
        grid-template-columns: 1fr !important; /* Mobile par 1 column (Stack layout) */
        text-align: center;
        gap: 40px;
    }

    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%); /* Heading underline ko center karne ke liye */
    }

    .social-links {
        justify-content: center; /* Icons ko center karne ke liye */
    }

    .footer-container {
        padding: 0 20px !important;
    }

    .subscribe-form {
        max-width: 350px;
        margin: 20px auto 0; /* Form ko center karne ke liye */
    }

    .footer-bottom {
        padding: 30px 10px;
    }
    
    /* Footer ko screen se bahar jane se rokne ke liye */
    .premium-footer {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}

/* Agency Link Container Styling */
.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
    line-height: 1.5;
}

/* 100% Premium Link Work */
.agency-link {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 2px 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
}

/* Premium Underline Effect (Center to Outside) */
.agency-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #bf9b30, transparent); /* Gold Gradient Line */
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-50%);
    box-shadow: 0px 0px 8px rgba(191, 155, 48, 0.6); /* Line Glow */
}

/* High-End Hover State */
.agency-link:hover {
    color: #bf9b30 !important; /* Transition to Gold */
    text-shadow: 0 0 15px rgba(191, 155, 48, 0.4); /* Text Glow */
    transform: translateY(-1px); /* Subtle Lift */
}

/* Hover par line expand hogi */
.agency-link:hover::after {
    width: 100%;
}

/* Newsletter Input field responsive fix */
@media (max-width: 768px) {
    .agency-link {
        font-size: 13px;
        display: block; /* Mobile par stack layout */
        margin-top: 10px;
    }
}/* End custom CSS */