.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#0958D9;--e-global-color-text:#000000A6;--e-global-color-accent:#61CE70;--e-global-color-cf47252:#EEF2F4;--e-global-color-325b565:#000000;--e-global-color-c3c14a7:#0958D9;--e-global-color-850d12f:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:58px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:100px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:24px;--e-global-typography-6e61ca0-font-family:"Roboto";--e-global-typography-6e61ca0-font-size:78px;--e-global-typography-6e61ca0-font-weight:600;--e-global-typography-6e61ca0-line-height:100px;--e-global-typography-62240e1-font-family:"Roboto";--e-global-typography-62240e1-font-size:38px;--e-global-typography-62240e1-font-weight:600;--e-global-typography-62240e1-line-height:46px;--e-global-typography-c4e39ce-font-family:"Roboto";--e-global-typography-c4e39ce-font-size:30px;--e-global-typography-c4e39ce-font-weight:600;--e-global-typography-c4e39ce-line-height:38px;--e-global-typography-151bd1b-font-family:"Roboto";--e-global-typography-151bd1b-font-size:12px;--e-global-typography-151bd1b-font-weight:400;--e-global-typography-151bd1b-line-height:24px;background-color:var( --e-global-color-cf47252 );color:#000000A6;font-family:"Roboto", Sans-serif;font-size:14px;line-height:22px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#0958D9;font-family:"Roboto", Sans-serif;font-size:14px;line-height:24px;}.elementor-kit-7 h1{font-family:"Roboto", Sans-serif;font-size:38px;line-height:46px;}.elementor-kit-7 h2{font-family:"Roboto", Sans-serif;font-size:30px;line-height:38px;}.elementor-kit-7 h3{font-family:"Roboto", Sans-serif;font-size:24px;line-height:32px;}.elementor-kit-7 h4{font-family:"Roboto", Sans-serif;font-size:20px;line-height:28px;}.elementor-kit-7 h5{font-family:"Roboto", Sans-serif;font-size:16px;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ---------------------------------------------------------
   HEADER STYLING + LOGO SWITCH
--------------------------------------------------------- */

.site-header {
  transition: all 0.3s ease;
}

/* BLUR MODE */
.site-header.blur-active {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.25);
}

/* NORMAL MODE */
.site-header.blur-disabled {
  backdrop-filter: none;
  background-color: #ffffff;
}

/* LOGO SWITCH */
.site-logo img.logo-light { display: none; }
.site-header.blur-active .logo-light { display: inline-block; }
.site-header.blur-active .logo-dark { display: none; }

/* MENU + SEARCH COLOR SWITCH */
.site-header.blur-active .menu a,
.site-header.blur-active .search-icon i,
.site-header.blur-active .search-input,
.site-header.blur-active .search-input::placeholder {
  color: #fff;
}

.site-header.blur-disabled .menu a,
.site-header.blur-disabled .search-icon i,
.site-header.blur-disabled .search-input,
.site-header.blur-disabled .search-input::placeholder {
  color: #000;
}

/* Search bar backgrounds */
.site-header.blur-active .search-input {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.site-header.blur-disabled .search-input {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}

/* Smooth transitions */
.site-header .menu a,
.site-header .search-input,
.site-header .search-icon i {
  transition: all 0.3s ease;
}

/* Logo sizing */
.site-logo {
  width: 100%;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
   PREVIEW / MENU BEHAVIOR
--------------------------------------------------------- */

.preview {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.preview-active {
  display: block !important;
  opacity: 1 !important;
}

.menu-link {
  cursor: pointer;
  transition: color 0.3s ease;
}

.menu-link:hover,
.menu-link.active-link {
  color: #007bff;
  font-weight: 600;
}

/* ---------------------------------------------------------
   ELEMENTSKIT MEGA MENU (FULL WIDTH)
--------------------------------------------------------- */

.elementskit-megamenu-panel {
  position: fixed !important;
  left: 49.2% !important;
  top: 100px;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  z-index: 9999 !important;
}

.elementskit-megamenu-panel > .elementskit-megamenu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px;
  box-sizing: border-box;
}

.header-area,
.site-header,
.elementskit-navbar-container,
.elementskit-menu-container {
  overflow: visible !important;
}

.elementskit-navbar-nav > li {
  position: static !important;
}

/* ---------------------------------------------------------
   ELEMENTSKIT MEGA MENU — FIX BROKEN TABS
--------------------------------------------------------- */

/* Hide ALL tab content */
.ekit_menu_tab_content {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
}

/* Show ONLY the active tab */
.ekit_menu_tab_content.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto;
}

/* Optional cleaner UI */
.ekit-menu-tab-nav > li.active > a {
  font-weight: 600;
  color: #007bff !important;
}

/* ---------------------------------------------------------
   SAFE CAROUSEL FIX — ONLY for widget b22264d
--------------------------------------------------------- */

.elementor-element-b22264d .swiper,
.elementor-element-b22264d .swiper-container,
.elementor-element-b22264d .elementor-swiper,
.elementor-element-b22264d .elementor-widget-n-carousel {
  overflow: visible !important;
}

.elementor-element-b22264d .swiper-wrapper {
  overflow: visible !important;
}

.elementor-element-b22264d .swiper-pagination {
  padding-bottom: 20px !important;
  bottom: 0 !important;
}

.elementor-element-b22264d .swiper-button-next,
.elementor-element-b22264d .swiper-button-prev {
  z-index: 10;
}

/* Prevent full page horizontal scroll caused by Swiper overflow */
html, body {
  overflow-x: hidden !important;
}

/* ---------------------------------------------------------
   ELEMENTOR N-TABS ACTIVE / HOVER / INACTIVE COLORS
--------------------------------------------------------- */

/* Active tab color */
.e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    background-color: #0958D9 !important;
    color: #ffffff !important;
    background-image: none !important;
}

/* Inactive tab */
.e-n-tabs .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]) {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Hover effect */
.e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:not([aria-selected="true"]) {
    background-color: #e8f1ff !important;
    color: #0958D9 !important;
}/* End custom CSS */