/*
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
*/


::placeholder {
  color: #8b8d94 !important;
  opacity: 1 !important;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #8b8d94 !important;
}

.event-accordion .e-n-accordion-item + .e-n-accordion-item{
    border-top:1px solid #000
}

.header-menu-wrapper ul li a{
    font-size:14px;
    font-weight:400;
    padding-top:10px;
    padding-bottom:10px;
}

.header-menu-wrapper ul li a .submenu-indicator{
    margin-left:5px;
}

.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;
    margin-top: -2px;
    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 {
    /* backdrop-filter: blur(10px); */
}

.header-1 ul li > ul li a,
.header-2 ul li > ul li a{
  font-size: 14px !important;
}

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

.header-2 ul li > ul{
  background: #fff !important;
}

.header-2 ul li > ul:before{
  content: none !important;
}

.glassy-effect{
  background-color: transparent !important;
  position: relative;
}

.glassy-effect::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.glassy-effect ul li > ul{
  background: rgba(0, 0, 0, 0.16) !important;
  backdrop-filter: blur(15px) !important;
}

.glassy-effect ul li > ul:before{
  content: none !important;
}

.glassy-effect ul li > ul li a{
  color: #fff !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;
  }
}

@media(max-width: 1024px) {

  .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 .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]{
    border-bottom: 4px solid #B2B2B2 !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;
}


.aligned-gallery .gallery-item a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
  .aligned-gallery .gallery .gallery-item{
        width: 50% !important;
  }
}


.custom-height {
  position: relative;
  padding-top: 56%;
}

.custom-height iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.elementor-form-styles .elementor-field-option {
    position:relative;
}

.elementor-form-styles .elementor-field-option input[type="checkbox"]{
    position:absolute;
    top:5px;
    left:0;
    width:20px;
    height:20px;
    appearance:none;
    padding:0;
    border:1px solid #DDDDDD;
    cursor: pointer;
}

.elementor-form-styles .elementor-field-option input[type="checkbox"]:checked:before {
  content: "";
  border-left: 2px solid #9d753c;
  border-bottom: 2px solid #9d753c;
  width: 12px;
  height: 6px;
  display:block;
  position:absolute;
  top: 5px;
  left: 3px;
  transform: rotate(-45deg);
}


.elementor-form-styles .elementor-field-option label{
    padding-left: 32px;
    display: block !important;
    cursor: pointer;
}

.horizontal-menu-toggle .menu-toggle-icons svg{
  display: none !important;
}


.horizontal-menu-toggle .menu-toggle-icons {
    width: 22px;
    height: 20px;
    background: url(./images/menu.svg);
    background-size: 132%;
    background-position: center;
}


.signup-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #3a352d;
  border-radius: 10px;
}

.signup-wrapper .email-input {
  width: 360px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
  margin-bottom: 0 !important;
      font-family: 'Be Vietnam Pro', sans-serif;
}

.signup-wrapper .email-input::placeholder {
  color: #fff;
}

.signup-wrapper.email-input:focus {
  border-color: #f1c232;
}

.signup-wrapper .signup-btn {
height: 40px;
    font-size: 14px;
    min-width: 90px;
    color: #ffffff;
    background: #BC8C00;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    vertical-align: middle;
        font-family: 'Be Vietnam Pro', sans-serif;
}

.signup-wrapper.signup-btn:hover {
  background: #9D753C;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
}


:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
}

