/*!
Theme Name: Brisk Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: brisk
Version: 1.0.1
Text Domain: brisk
*/

 /* Add your custom style here */

/* Tweak sizes/URLs here */
.bdt-tab.bdt-tab-left {
  --icon-size: 40px;
  --icon-default: url("https://staging.abartainvestments.com/wp-content/uploads/2025/08/Frame-9.svg");
  --icon-active:  url("https://staging.abartainvestments.com/wp-content/uploads/2025/08/Frame-7.svg");
}

.bdt-tab.bdt-tab-left .bdt-tabs-item {
  position: relative;
  padding-right: calc(var(--icon-size) + 12px); /* room for the icon */
}

/* Base layers */
.bdt-tab.bdt-tab-left .bdt-tabs-item::after,
.bdt-tab.bdt-tab-left .bdt-tabs-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform .28s ease, opacity .28s linear;
}

/* Default: show default icon, hide active */
.bdt-tab.bdt-tab-left .bdt-tabs-item::after {
  background-image: var(--icon-default);
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
  z-index: 1;
}
.bdt-tab.bdt-tab-left .bdt-tabs-item::before {
  background-image: var(--icon-active);
  opacity: 0;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 0;
}

/* Active: rotate default out, rotate active in */
.bdt-tab.bdt-tab-left .bdt-tabs-item.bdt-active::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.bdt-tab.bdt-tab-left .bdt-tabs-item.bdt-active::before {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bdt-tab.bdt-tab-left .bdt-tabs-item::after,
  .bdt-tab.bdt-tab-left .bdt-tabs-item::before {
    transition: none;
    transform: translateY(-50%);
  }
}


.bdt-switcher-wrapper {
	display:flex;
	align-items: center !important;
}

.elementor-28 .elementor-element.elementor-element-1894446 .bdt-tab.bdt-tab-left .bdt-tabs-item {
    padding-top: 0px !important;
		padding-left:0px !important;
}

.bdt-tab-content-item ul {
    display: flex;
    flex-direction: column;
    gap:20px;
    margin:40px 0;
}


.bdt-tab-content-item ul {
  list-style: none;   /* remove default bullets */
  padding-left: 0;    /* reset padding */
}

.bdt-tab-content-item ul li {
  position: relative;
  padding-left: 1.8em; /* add space for the icon */
}

.bdt-tab-content-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;  /* adjust vertically so it centers with text */
  width: 1em;  /* control size of the SVG */
  height: 1em;
  background: url("https://staging.abartainvestments.com/wp-content/uploads/2025/08/Frame-10.svg")
              no-repeat center;
  background-size: contain;
}

.clip {
    overflow: clip;
}


.sub h2{
    font-size:80px !important;
}


.sub-point h2 {
    font-size: 40px !important;
}

@media only screen and (max-width:480px) {
    .sub h2{
        font-size:50px !important;
    }
    
    .sub-point h2 {
        font-size: 32px !important;
    }
    
    .bdt-tabs-item {
        width:300px !important;
    }
    
    .bdt-tab>*>a {
        justify-content:start !important;
    }
}
