.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d5cc5d9:#ECCB78;--e-global-color-9cf47ef:#2C3E50;--e-global-color-07eca6e:#484848;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e119466-font-family:"Poppins";--e-global-typography-e119466-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Mobile Tabs Full Visibility */
@media (max-width: 768px) {
    .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-head {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding: 10px 0;
        scrollbar-width: thin;
        scrollbar-color: rgba(139,69,19,0.5) transparent;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-head::-webkit-scrollbar {
        display: none;
    }

    .elementor-widget-n-tabs .e-n-tabs .e-n-tab-title {
        flex: 0 0 auto;
        white-space: nowrap;
        margin: 0 10px;
        padding: 10px 20px;
        min-width: max-content;
    }
}

/* Base Tab Styling */
.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title {
    position: relative;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    margin: 0 5px;
    overflow: hidden;
}

/* Hover and Active Effects */
.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title.e-active {
    background-color: rgba(139,69,19,0.2);
    color: #8B4513;
}

/* Underline Effect */
.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: #8B4513;
    transition: all 0.4s ease;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title:hover::after,
.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title.e-active::after {
    left: 0;
}
/* Prevent horizontal scroll site-wide */
body {
  overflow-x: hidden;
}/* End custom CSS */