.elementor-296 .elementor-element.elementor-element-9778182{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-296 .elementor-element.elementor-element-91e0e12{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-296 .elementor-element.elementor-element-66c1207{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-296 .elementor-element.elementor-element-39fd177{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-296 .elementor-element.elementor-element-39fd177:not(.elementor-motion-effects-element-type-background), .elementor-296 .elementor-element.elementor-element-39fd177 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1A12;}.elementor-296 .elementor-element.elementor-element-f701237{text-align:center;color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-c0ddb0a *//* मुख्य फुटर बॅकग्राउंड */
.tlc-luxury-footer {
  background-color: #0B1A12; /* इमेजमधील गडद रॉयल ग्रीन रंग */
  padding: 80px 8%;
  font-family: 'Georgia', serif;
  color: #c0c0c0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

/* फ्लेक्सबॉक्स कंटेनर */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

/* डावा भाग: लोगो आणि मजकूर */
.footer-brand {
  flex: 1;
  max-width: 400px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #a0aab0;
  font-weight: 300;
  margin: 0;
}

/* उजवा भाग: स्टे कनेक्टेड */
.footer-connect {
  flex: 1;
  max-width: 350px;
}

.footer-title {
  color: #d4af37; /* सुवर्ण रंग */
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}

/* संपर्क माहिती सूची */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: #d4af37;
  font-size: 0.9rem;
}

.contact-item a {
  color: #a0aab0;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #d4af37;
}

/* सोशल मीडिया डिझाईन */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: #d4af37;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  transform: translateY(-3px);
  color: #ffffff;
}

/* मोबाईल आणि टॅब्लेटसाठी रिस्पॉन्सिव्ह लेआउट */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
  
  .footer-brand, .footer-connect {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contact-item {
    justify-content: center;
  }
  
  .social-icons {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-eea0ac8 *//* ==========================================================================
   TLC Drips Premium White Footer Styling
   ========================================================================== */

.tlc-footer {
    background-color: #ffffff;
    color: #4a4a4a;
    padding: 60px 20px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    border-top: 1px solid #f0e6e1;
}

.tlc-footer * {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tlc-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.tlc-footer-col {
    flex: 1;
    min-width: 220px;
}

.tlc-footer-col.branding-col {
    flex: 1.5;
}

.footer-logo {
    max-width: 150px !important; /* Fixed to 240px as required */
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.tlc-footer-col p {
    text-align: justify !important;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
}

.tlc-footer-col h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #8c5b43;
    border-bottom: 2px solid rgba(140, 91, 67, 0.2);
    padding-bottom: 8px;
    display: inline-block;
}

.tlc-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tlc-footer-col ul li {
    margin-bottom: 12px;
}

.tlc-footer-col ul li a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
}

.tlc-footer-col ul li a:hover {
    color: #8c5b43;
    padding-left: 5px;
}

/* Contact List Layout & Inline Icons */
.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.contact-icon {
    width: 18px;
    height: 18px;
    fill: #8c5b43;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-info a {
    color: #4a4a4a !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info a:hover {
    color: #000 !important;
}

.tlc-footer-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(140, 91, 67, 0.15), rgba(0,0,0,0));
    margin: 40px 0 30px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom-links a {
    color: #000;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #000;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .tlc-footer-col {
        min-width: 45%;
    }
    .tlc-footer-col.branding-col {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .tlc-footer {
        padding: 40px 15px 20px 15px;
    }
    .tlc-footer-col {
        width: 100%;
        min-width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-links a {
        margin: 0 10px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-afa2dae *//* ==========================================================================
   TLC Drips Premium White Footer Styling
   ========================================================================== */

.tlc-footer {
    background-color: #ffffff;
    color: #4a4a4a;
    padding: 60px 20px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    border-top: 1px solid #f0e6e1;
}

.tlc-footer * {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tlc-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.tlc-footer-col {
    flex: 1;
    min-width: 220px;
}

.tlc-footer-col.branding-col {
    flex: 1.5;
}

.footer-logo {
    max-width: 150px !important; /* Fixed to 240px as required */
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.tlc-footer-col p {
    text-align: justify !important;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
}

.tlc-footer-col h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #8c5b43;
    border-bottom: 2px solid rgba(140, 91, 67, 0.2);
    padding-bottom: 8px;
    display: inline-block;
}

.tlc-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tlc-footer-col ul li {
    margin-bottom: 12px;
}

.tlc-footer-col ul li a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
}

.tlc-footer-col ul li a:hover {
    color: #8c5b43;
    padding-left: 5px;
}

/* Contact List Layout & Inline Icons */
.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.contact-icon {
    width: 18px;
    height: 18px;
    fill: #8c5b43;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-info a {
    color: #4a4a4a !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info a:hover {
    color: #000 !important;
}

.tlc-footer-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(140, 91, 67, 0.15), rgba(0,0,0,0));
    margin: 40px 0 30px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom-links a {
    color: #000;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #000;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .tlc-footer-col {
        min-width: 45%;
    }
    .tlc-footer-col.branding-col {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .tlc-footer {
        padding: 40px 15px 20px 15px;
    }
    .tlc-footer-col {
        width: 100%;
        min-width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-links a {
        margin: 0 10px;
    }
}/* End custom CSS */