.elementor-1477 .elementor-element.elementor-element-31cbba3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1477 .elementor-element.elementor-element-31cbba3:not(.elementor-motion-effects-element-type-background), .elementor-1477 .elementor-element.elementor-element-31cbba3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#67082B;}.elementor-1477 .elementor-element.elementor-element-c388ec6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-86868c1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

:root {
    --f-maroon: #67082b;
    --f-gold: #d4af37;
    --f-white: #ffffff;
    --f-text-dim: rgba(255, 255, 255, 0.85);
}

.tgs-white-luxury-footer {
    background-color: var(--f-maroon);
    color: var(--f-white);
    padding: 35px 0 0 0; 
    font-family: 'Poppins', sans-serif;
    border-top: 2px solid var(--f-gold);
}

.f-wide-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.f-main-grid-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr 1.6fr; 
    gap: 30px; 
    padding-bottom: 35px;
}

/* --- LOGO: TGS IN WHITE --- */
.f-brand-logo {
    color: var(--f-white) !important; /* Changed to White */
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
}

.f-brand-logo span {
    display: block;
    font-size: 12px;
    color: var(--f-gold); /* Subtitle remains Gold for style */
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 6px;
}

.f-bio-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--f-text-dim);
    margin-bottom: 20px;
}

/* --- HEADINGS: WHITE --- */
.f-header-title {
    color: var(--f-white) !important;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    white-space: nowrap; 
    position: relative;
    letter-spacing: 0.5px;
}

.f-header-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--f-gold);
}

/* --- LINKS --- */
.f-link-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-link-nav li {
    margin-bottom: 10px;
}

.f-link-nav a {
    color: var(--f-text-dim);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.f-link-nav a:hover {
    color: var(--f-gold);
    padding-left: 5px;
}

/* --- CONTACT INFO --- */
.f-contact-row {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.f-contact-row i {
    color: var(--f-gold);
    font-size: 15px;
    margin-top: 4px;
}

.f-contact-row p, .f-contact-row a {
    font-size: 13.5px;
    color: var(--f-text-dim);
    text-decoration: none;
    line-height: 1.5;
    margin: 0;
}

/* --- SOCIAL BUTTONS --- */
.f-social-group {
    display: flex;
    gap: 12px;
}

.f-s-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    text-decoration: none;
    transition: 0.4s;
}

.f-s-link:hover {
    background: var(--f-gold);
    border-color: var(--f-gold);
    color: #000;
    transform: translateY(-4px);
}

/* --- COPYRIGHT STRIP --- */
.f-copyright-strip-final {
    background: rgba(0,0,0,0.2);
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.f-copyright-strip-final p {
    font-size: 13px;
    color: var(--f-text-dim);
    margin: 0;
}

.gold-accent {
    color: var(--f-gold);
    font-weight: 600;
}

/* --- RESPONSIVE --- */
@media (max-width: 1200px) {
    .f-main-grid-layout { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .f-main-grid-layout { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 550px) {
    .f-main-grid-layout { grid-template-columns: 1fr; text-align: center; }
    .f-header-title::after { left: 50%; transform: translateX(-50%); }
    .f-contact-row { flex-direction: column; align-items: center; }
    .f-social-group { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0586976 *//* --- Desktop Footer ko Mobile par Hide karne ke liye --- */
@media (max-width: 767px) {
    /* Yahan apne Desktop footer ki class likhein taaki wo mobile pe na dikhe */
    .tgs-white-luxury-footer, .tgs-compact-luxury-footer, .tgs-ultimate-footer, .tgs-gold-luxury-footer { 
        display: none !important; 
    }
}

/* --- Mobile Only Footer Styles --- */
.tgs-mobile-only-footer {
    display: none; /* Desktop par hide */
    background-color: #67082b; 
    color: #ffffff;
    padding: 50px 20px 30px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    border-top: 3px solid #d4af37;
}

@media (max-width: 767px) {
    .tgs-mobile-only-footer {
        display: block; /* Mobile par show */
    }
}

.m-logo-text {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
}

.m-logo-sub {
    font-size: 14px;
    color: #d4af37;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 25px;
}

.m-description {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

/* --- New Contact Block Styling --- */
.m-contact-block {
    margin-bottom: 30px;
}

.m-contact-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.m-contact-item i {
    color: #d4af37; /* Gold Icons */
    font-size: 20px;
}

.m-contact-item p, .m-contact-item a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    line-height: 1.5;
}

/* Social Icons */
.m-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.m-social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
}

/* Copyright */
.m-copyright-section {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-copyright-section p {
    font-size: 13px;
    line-height: 1.8;
}

.m-copyright-section .fa-heart {
    color: #ffffff;
    margin: 0 3px;
}

.m-company-name {
    color: #d4af37;
    font-weight: 600;
}/* End custom CSS */