/*
Theme Name: The7 Child
Theme URI: https://the7.io/
Template: dt-the7
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Tags: multipurpose,responsive,retina ready,SEO ready,mobile friendly,iOS,material design,clean,minimal,business,corporate,portfolio,creative,photography,one page site,micro site
Version: 12.5.1.1764055110
Updated: 2025-11-25 07:18:30
*/

.dark-header .dt-nav-menu-horizontal .has-children>a .submenu-indicator svg,
.light-header .dt-nav-menu-horizontal .has-children>a .submenu-indicator svg {
    display: none !important;
}

.light-header .dt-nav-menu-horizontal .has-children>a .submenu-indicator:after {
    margin-left: 6px;
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #fff;
    transform: rotate(-45deg) translateY(-2px);
}

.dark-header .dt-nav-menu-horizontal .has-children>a .submenu-indicator:after {
    margin-left: 4px;
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #000;
    transform: rotate(-45deg);
}

/* Hover animation */
.hover-parent {
    overflow: hidden;
    background-position: center center !important;
    background-size: auto 105% !important;
    transition: transform 0.5s ease;
}

.hover-parent .hover-content {
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.hover-parent:hover .hover-content {
    transform: translateY(0%);
}

.hover-parent:hover {
    background-size: auto 125% !important;
}

@media screen and (max-width: 1024px) {
  .hover-parent:hover {
      background-size: auto 105% !important;
  }
}

.header-menu-wrapper ul li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 16px;
}

/* Slide-in header effect */
.header-1 {
    backdrop-filter: blur(10px);
}

.header-2 {
    transform: translatey(-90px);
    transition: all .3s ease !important;
    width: 100% !important;
}

@media screen and (max-width: 1024px) {
    .header-2 {
        transform: translatey(0px);
    }
    .header-1 {
        display: none !important;
    }
}

.elementor-sticky--effects.header-2 {
    height: auto !important;
    transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
    display: none !important;
}

/* Mobile menu adjustments */
@media screen and (max-width: 1024px) {
    .header-2 .custom-button {
        position: relative;
    }
    .header-2 .header-menu-wrapper .toggle-text {
        display: none;
    }
    .header-2 .header-menu-wrapper nav.dt-nav-menu-horizontal--main {
        top: 70px;
        left: 0 !important;
        right: 0 !important;
        position: fixed;
    }
}

.dt-nav-menu-horizontal>li + li {
    padding-left: 14px !important;
}

/* Image frames */
.image-frame,
.image-frame-right {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: fit-content !important;
}

.image-frame::before,
.image-frame-right::before {
  content: "" !important;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 100%;
  background-color: #FFF3D6;
  z-index: -1;
}

.image-frame::before { left: -20px; }
.image-frame-right::before { right: -20px; }

/* Accordion icons */
.event-accordion .e-n-accordion-item-title {
  position: relative;
  padding-left: 13px;
  margin-left: 10px;
  font-weight: 500;
  color: #333;
}

.event-accordion .e-n-accordion-item-title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/wp-content/uploads/2025/11/guidance_up-arrow-1.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.event-accordion .e-n-accordion-item.e-active .e-n-accordion-item-title::before {
  transform: translateY(-50%) rotate(180deg);
}

/* Event list */
.event-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.event-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  color: #555;
}

.event-list li:last-child { border-bottom: none; }

.event-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url("/wp-content/uploads/2025/11/guidance_up-arrow-1.svg") no-repeat center center;
  background-size: contain;
}

/* Tabs styling */
.custom-tabs-row .e-n-tabs-heading {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scrollbar-width: thin;
  gap: 0;
}

.custom-tabs-row .e-n-tabs-heading button.e-n-tab-title {
  white-space: nowrap;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 8px 30px !important;
  background-color: transparent !important;

}

.custom-tabs-row .e-n-tabs-heading button.e-n-tab-title:hover{
  color: #B9ABAB !important;
}

.custom-tabs-row .e-n-tabs-heading::-webkit-scrollbar {
  display: none;
}

/* Read more/less */
.readmore-text .readmore-hidden {
  display: none;
  cursor: pointer;
}

.readmore-text.expanded .readmore-hidden { display: inline; }
.readmore-text.expanded .readmore-dots { display: none; }

.readmore-text .readmore-link {
  color: #861722;
  cursor: pointer;
  font-weight: 600;
}

/* Mobile styles */
@media (max-width: 1024px) {
  .hide-bg-mobile {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .hide-bg-mobile h1,
  .hide-bg-mobile h2,
  .hide-bg-mobile h3,
  .hide-bg-mobile * {
    color: #ffffff !important;
  }
}

@media (max-width: 768px) {
  .mobile-full-buttons,
  .mobile-full-buttons .elementor-widget-button,
  .mobile-full-buttons .elementor-widget-button .elementor-button {
    width: 100% !important;
  }
  .mobile-full-buttons .elementor-button {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .mobile-full-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile-tabs .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    gap: 20px !important;
    padding-bottom: 10px;
    scrollbar-width: none;
  }

  .mobile-tabs .e-n-tabs-heading::-webkit-scrollbar { display: none; }

  .mobile-tabs .e-n-tab-title {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .mobile-scroll-tabs .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .mobile-scroll-tabs .elementor-tab-title {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  .mobile-no-bg { background-color: transparent !important; }
}

@media(max-width: 767px) {
  .mobile-full-btn .elementor-button,
  .mobile-full-btn .elementor-button-link,
  .mobile-full-btn.elementor-button,
  .mobile-full-btn.elementor-widget-button,
  .mobile-full-btn a.elementor-button,
  .mobile-full-btn a {
      width: 100% !important;
      display: block !important;
      text-align: center !important;
  }
  .mobile-full-btn .elementor-button {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      line-height: 1 !important;
      padding-top: 14px !important;
      padding-bottom: 14px !important;
  }
}

/* Tabs cleanup */
.elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.e-n-tabs-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
}

/* Carousel arrows hidden */
.hide-arrows-here .kbw-rpc-nav,
.hide-arrows-here .swiper-button-prev,
.hide-arrows-here .swiper-button-next {
    display: none !important;
}

.hide-arrows-here .kbw-rpc-slider .swiper-slide-duplicate {
    display: none !important;
}

.hide-arrows-here .kbw-rpc-slider .swiper-wrapper {
    transform: translate3d(0,0,0) !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .hide-arrows-here .swiper-wrapper {
        overflow-x: scroll !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .hide-arrows-here .swiper-slide {
        width: 80% !important;
        flex-shrink: 0 !important;
        scroll-snap-align: start;
    }
    .hide-arrows-here .swiper-container,
    .hide-arrows-here .kbw-rpc-slider {
        overflow: visible !important;
        touch-action: pan-x !important;
        pointer-events: auto !important;
    }
}

.hide-arrows-here .swiper-wrapper::-webkit-scrollbar,
.hide-arrows-here .swiper-wrapper {
    display: none !important;
    scrollbar-width: none !important;
}

/* Tabs line & highlight */
.custom-tabs .e-n-tabs-heading {
    position: relative;
}
.custom-tabs .e-n-tabs-heading::after {
  content: '';
  position: absolute;
  height: 4px;
  background: #B2B2B2;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.custom-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.custom-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:hover {
    border-bottom: 4px solid #861722 !important;
    color: #861722 !important;
    margin: 0 !important;
}

.custom-tabs-row .elementor-tabs-wrapper,
.custom-tabs .elementor-tabs-wrapper {
    border-bottom: none !important;
    background: transparent !important;
    scrollbar-width: none !important;
}

.custom-tabs-row .e-n-tabs-heading {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    scrollbar-width: none !important;
}

.custom-tabs-row .e-n-tabs-heading::-webkit-scrollbar,
.custom-tabs-row .elementor-tabs-wrapper::-webkit-scrollbar,
.custom-tabs .elementor-tabs-wrapper::-webkit-scrollbar {
    display: none !important;
}
