/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 23 2026 | 15:36:19 */
/* disable title for item - directorist */
.directorist-single-info__label{
	display:none!important;
}

.directorist-single-info {
  padding-top: 15px!important;
}

.directorist-single-info__value {
  white-space: unset!important;
}

.directorist-single-info__value{
	margin-top:-15px!important;
}

/* map tab spacing top */
.directorist-single-map {
  margin-top: 10px !important;
}

/* map tab spacing bottom */
.directorist-single-map__location
 {
  margin-bottom: 10px !important;
}

.directorist-card .directorist-card__body {
  padding: 15px!important;
}

/* elementor tab content */
/* .elementor-tab-content{
	padding-right:0px!important;
	padding-left:0px!important;
} */


/* ═══════════════════════════════════════════════════════════════
   MODERN ELEMENTOR TABS — Mulish Font, Clean Content, Scoped
   Scope: .elementor-tabs only | Uses !important throughout
   ═══════════════════════════════════════════════════════════════ */

/* ── Import Mulish Font ──
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');
 */

/* ── Base Container ── */
.elementor-tabs {
    position: relative !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Mulish', 'Segoe UI', system-ui, sans-serif !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important; */
    box-shadow: none !important;
    overflow: hidden !important;
    border: none !important;
}

/* ── Tab Wrapper (Desktop Headers Bar) ── */
.elementor-tabs .elementor-tabs-wrapper {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    background: linear-gradient(135deg, #f8f9fc 0%, #eef1f8 100%) !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    position: relative !important;
    z-index: 2 !important;
}

.elementor-tabs .elementor-tabs-wrapper::-webkit-scrollbar {
    display: none !important;
}

/* ── Desktop Tab Titles ── */
.elementor-tabs .elementor-tab-desktop-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 18px 20px !important;
    margin: 0 !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    outline: none !important;
}

.elementor-tabs .elementor-tab-desktop-title i,
.elementor-tabs .elementor-tab-desktop-title .fas {
    font-size: 14px !important;
    color: #94a3b8 !important;
    transition: all 0.3s ease !important;
}

/* Hover State */
.elementor-tabs .elementor-tab-desktop-title:hover {
    color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.04) !important;
}

.elementor-tabs .elementor-tab-desktop-title:hover i,
.elementor-tabs .elementor-tab-desktop-title:hover .fas {
    color: #3b82f6 !important;
    transform: rotate(180deg) !important;
}

/* ── Active Tab ── */
.elementor-tabs .elementor-tab-desktop-title.elementor-active {
    color: #2563eb !important;
    background: #ffffff !important;
    border-bottom-color: #2563eb !important;
    box-shadow: 0 -4px 12px rgba(37, 99, 235, 0.08) !important;
}

.elementor-tabs .elementor-tab-desktop-title.elementor-active i,
.elementor-tabs .elementor-tab-desktop-title.elementor-active .fas {
    color: #2563eb !important;
    transform: rotate(180deg) !important;
}

/* Active indicator glow */
.elementor-tabs .elementor-tab-desktop-title.elementor-active::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40% !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #2563eb, transparent) !important;
    border-radius: 3px !important;
    display: block !important;
}

/* Remove original pseudo-elements */
.elementor-tabs .elementor-tab-desktop-title.elementor-active:before,
.elementor-tabs .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
    display: none !important;
    content: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    transform: none !important;
}

/* ── Content Wrapper ── */
.elementor-tabs .elementor-tabs-content-wrapper {
    display: block !important;
    width: 100% !important;
    background: #ffffff !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── Tab Content Panels ── */
.elementor-tabs .elementor-tab-content {
    display: none !important;
    /* 
       SPACING: Uncomment/modify the line below to add padding
       Default: 0 (no spacing) | Suggested: 24px or 32px
    */
    /* padding: 0px !important; */
    padding: 0px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: none !important;
    /* 
       BORDER: Uncomment to add border around content
       Default: none
    */
    /* border: 1px solid #e2e8f0 !important; */
    /* 
       BOX-SHADOW: Uncomment to add shadow to content
       Default: none
    */
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important; */
    animation: tabFadeIn 0.4s ease-out !important;
    line-height: 1.7 !important;
    color: #334155 !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 15px !important;
}

/* Active Content */
.elementor-tabs .elementor-tab-content.elementor-active {
    display: block !important;
}

/* Content typography */
.elementor-tabs .elementor-tab-content p {
    margin-bottom: 16px !important;
    color: #475569 !important;
    line-height: 1.8 !important;
    font-family: 'Mulish', sans-serif !important;
}

.elementor-tabs .elementor-tab-content h4,
.elementor-tabs .elementor-tab-content h3 {
    color: #1e293b !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    font-size: 20px !important;
    font-family: 'Mulish', sans-serif !important;
}

/* ── Images/Slider in tabs ── */
.elementor-tabs .elementor-tab-content img {
    /* border-radius: 12px !important; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important; */
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    height: auto !important;
}

/* ── Keyframes ── */
@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ═══════════════════════════════════════════════════════════════
   TABLET RESPONSIVE (768px - 1024px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-tabs .elementor-tab-desktop-title {
        padding: 16px 20px !important;
        font-size: 14px !important;
    }
    
    .elementor-tabs .elementor-tab-content {
        /* padding: 0px !important; */
        padding: 0px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE (max-width: 767px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    .elementor-tabs {
        border-radius: 12px !important;
        /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05) !important; */
        box-shadow: none !important;
    }
    
    /* Hide desktop tabs wrapper */
    .elementor-tabs .elementor-tabs-wrapper {
        display: none !important;
    }
    
    /* Mobile accordion-style titles */
    .elementor-tabs .elementor-tab-mobile-title {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 20px !important;
        margin: 0 !important;
        font-family: 'Mulish', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #475569 !important;
        background: #f8fafc !important;
        border: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        cursor: pointer !important;
        width: 100% !important;
        box-sizing: border-box !important;
        transition: all 0.3s ease !important;
        position: relative !important;
    }
    
    .elementor-tabs .elementor-tab-mobile-title i,
    .elementor-tabs .elementor-tab-mobile-title .fas {
        font-size: 13px !important;
        color: #94a3b8 !important;
        transition: transform 0.3s ease !important;
    }
    
    /* Active mobile title */
    .elementor-tabs .elementor-tab-mobile-title.elementor-active {
        color: #2563eb !important;
        background: #eff6ff !important;
        border-bottom-color: #bfdbfe !important;
    }
    
    .elementor-tabs .elementor-tab-mobile-title.elementor-active i,
    .elementor-tabs .elementor-tab-mobile-title.elementor-active .fas {
        color: #2563eb !important;
        transform: rotate(180deg) !important;
    }
    
    /* Mobile content */
    .elementor-tabs .elementor-tab-content {
        /* 
           MOBILE SPACING: Uncomment/modify to add mobile padding
           Default: 0 (no spacing) | Suggested: 16px or 20px
        */
        /* padding: 0px !important; */
        padding: 0px !important;
        font-size: 14px !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }
    
    .elementor-tabs .elementor-tab-content p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   SMALL MOBILE (max-width: 480px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .elementor-tabs .elementor-tab-mobile-title {
        padding: 14px 16px !important;
        font-size: 14px !important;
    }
    
    .elementor-tabs .elementor-tab-content {
        /* padding: 0px !important; */
        padding: 0px !important;
    }
    
    .elementor-tabs .elementor-tab-content h4,
    .elementor-tabs .elementor-tab-content h3 {
        font-size: 18px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   RESETS — Override original Elementor conflicting styles
   ═══════════════════════════════════════════════════════════════ */
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: flex !important;
    border: none !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-block-end-style: none !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    display: none !important;
    content: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: none !important;
}

.elementor-widget-tabs .elementor-tabs {
    text-align: start !important;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: visible !important;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    border: none !important;
}

/* 
   GLOBAL CONTENT PADDING: Uncomment/modify to add spacing to all content
   This overrides the 0px padding set above
*/
/* .elementor-widget-tabs .elementor-tab-content {
    padding: 24px !important;
} */

/* Remove vertical view styles if applied */
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    flex-shrink: 0 !important;
    width: 100% !important;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
    display: block !important;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    display: none !important;
    content: none !important;
}

/* Ensure mobile titles are hidden on desktop */
@media (min-width: 768px) {
    .elementor-tabs .elementor-tab-mobile-title {
        display: none !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   STANDALONE TABLE STYLING
   Target: Tables inside tab content | Not scoped to maps
   ═══════════════════════════════════════════════════════════════ */

/* Table container wrapper */
.elementor-tab-content .directorist-single-info__value > table,
.elementor-tab-content table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
/*     margin: 20px 0 !important; */
    background: #ffffff !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px !important;
	margin-top: 10px !important;
}

/* Table Header */
.elementor-tab-content .directorist-single-info__value > table thead,
.elementor-tab-content table thead {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
}

.elementor-tab-content .directorist-single-info__value > table thead th,
.elementor-tab-content table thead th {
    padding: 16px 20px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    color: #ffffff !important;
}

/* Table Body */
.elementor-tab-content .directorist-single-info__value > table tbody tr,
.elementor-tab-content table tbody tr {
    transition: background 0.2s ease !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.elementor-tab-content .directorist-single-info__value > table tbody tr:hover,
.elementor-tab-content table tbody tr:hover {
    background: #f8fafc !important;
}

.elementor-tab-content .directorist-single-info__value > table tbody tr:last-child,
.elementor-tab-content table tbody tr:last-child {
    border-bottom: none !important;
}

.elementor-tab-content .directorist-single-info__value > table tbody td,
.elementor-tab-content table tbody td {
    padding: 14px 18px !important;
    font-family: 'Mulish', sans-serif !important;
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    line-height: 1.5 !important;
}

.elementor-tab-content .directorist-single-info__value > table tbody tr:last-child td,
.elementor-tab-content table tbody tr:last-child td {
    border-bottom: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   TABLE RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    .elementor-tab-content .directorist-single-info__value > table,
    .elementor-tab-content table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
    }
    
    .elementor-tab-content .directorist-single-info__value > table thead th,
    .elementor-tab-content .directorist-single-info__value > table tbody td,
    .elementor-tab-content table thead th,
    .elementor-tab-content table tbody td {
        padding: 12px 16px !important;
        font-size: 13px !important;
        white-space: normal !important;
        min-width: 120px !important;
    }
}

@media (max-width: 480px) {
    .elementor-tab-content .directorist-single-info__value > table thead th,
    .elementor-tab-content .directorist-single-info__value > table tbody td,
    .elementor-tab-content table thead th,
    .elementor-tab-content table tbody td {
        padding: 12px 16px !important;
        font-size: 12px !important;
        min-width: 100px !important;
    }
}