/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child

*/


.position-header {
	position: absolute !important;
	width: 100%;
  z-index: 99;
}

.position-header .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay {
	background: #04604DD9;
}

.quick-icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 12px;
}

span.hero-sec img {
    height: auto;
    width: 52px;
    margin-bottom: -14px;
}

.text-gradient {
  background: linear-gradient(84.44deg, #E9FFE4D9 4.35%, #97FF80D9 133.17%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}

.sec-tit-gray {
  background: linear-gradient(87.15deg, #00A95D -40.12%, #004C3D 138.22%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent; 
}

.list-cus-cl ul li {
    padding-bottom: 15px;
}

.selector {
  background: radial-gradient(60.67% 131.45% at 76.61% 60.12%, #22694F 0%, #1F4F3D 100%);
  border-radius: 30px;
}


.list-selector {
  background: radial-gradient(40.42% 66.54% at 50% 60.02%, #005847 0%, #004134 100%);
}


.inner-sec-tit {
  background: linear-gradient(0deg, #2B3B27, #2B3B27),
              linear-gradient(0deg, #2B3B27, #2B3B27);
  -webkit-background-clip: text; /* Chrome, Safari */
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Standard */
  color: transparent; /* fallback */
}

.col-gap .elementor-container {
    gap: 30px;
}

.why-list ul li {
    background: #E9FFE41A;
    border: 1px solid #E9FFE426;
    border-radius: 24px;
    padding: 20px 30px !important;
}

.faq-sec .elementor-accordion-item .elementor-active {
    padding: 30px 30px 15px 30px;
    border-bottom: initial;
}

.faq-sec .elementor-accordion-item .elementor-tab-title {
    padding: 30px;
    border-radius: 25px;
}

.faq-sec .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-radius: 25px 25px 0 0;
}

.faq-sec .elementor-accordion-item .elementor-tab-content.elementor-active {
  border-radius: 0 0 25px 25px;
}


.faq-sec .elementor-accordion-item .elementor-tab-content {
  padding: 15px 30px 30px 30px;
}


.faq-sec .elementor-tab-content::before {
    content: '';
    position: absolute;
    border-top: 1px solid #484E5840;
    height: 100%;
    width: 96%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.faq-sec .elementor-tab-content {
position: relative
}

.faq-sec .elementor-accordion .elementor-accordion-item {
    padding-bottom: 12px;
}


.hero-bg-1 {
  background: linear-gradient(270deg, rgba(9, 76, 59, 0.85) 0%, rgba(11, 100, 74, 0.85) 100%);
  border-radius: 46.09px;
  backdrop-filter: blur(70.90908813476562px) 
}

.hero-bg-2 {
  background: radial-gradient(90.58% 133.1% at 94.28% 86.23%, rgba(11, 91, 68, 0.85) 0%, rgba(37, 125, 82, 0.85) 100%);
}

.bold-tit span.bonus-point {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 1.4em;
}
.listMargin li {
	margin-bottom: 10px;
}

/* .family-feast  {
position: relative;
}

.family-feast::after {
    content: '';
    position: absolute;
    background-image: url(https://anyproject.tech/aicubix/wp-content/uploads/2025/09/Vector-6.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    left: 6%;
    right: auto;
    top: -24px;
}

.family-feast::before {
    content: '';
    position: absolute;
    background-image: url(https://anyproject.tech/aicubix/wp-content/uploads/2025/09/Vector-7.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    left: auto;
    right: 0;
    top: -21px;
} */
/* ====== Overall Section ====== */
.custom-tabs-wrapper {
    margin: 60px auto;
}

/* ====== Tab Buttons (as cards) ====== */
/* .custom-tab-titles {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
} */
.custom-tab-titles {
  position: relative;
  display: flex;
	flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
  counter-reset: tab-counter;
}
.custom-tab-btn {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    color: #e7ffe540;
    /* padding: 14px 30px; */
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 50px;
    height: 50px;
	 position: relative;
  z-index: 1;
}
/* line between each button */
.custom-tab-titles{
	position: relative;
}
.custom-tab-titles::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 91px;
  width: 88%; /* distance between circles */
  height: 2px;
/*   background-color: rgba(233, 255, 228, 0.4); */
	border:1px dashed #e7ffe540;
  transform: translateY(-50%);
  z-index: 0;
}
/* active state styling — green line before active */
/* .custom-tab-btn.active::after,
.custom-tab-btn.prev-tab::after {

	border:1px dashed #E9FFE4;
		
} */


.custom-tab-btn.active h2.tabTitleText {
	color: #fff !important;
}

.custom-tab-btn.active,
.custom-tab-btn:hover,
.custom-tab-btn:focus {
 background: #E9FFE4;
/*     border-color: #37d37b; */
    color: #1F5843;
    transform: translateY(-2px);
/*     box-shadow: 0 4px 15px rgba(55, 211, 123, 0.3); */
	font-weight: 700;
}
/* button.custom-tab-btn.next-tab , button.custom-tab-btn.prev-tab {
   
} */
.textCenterTab.prev-tab button.custom-tab-btn , .textCenterTab.next-tab button.custom-tab-btn {
 border: 0.81px solid #E9FFE4;
/*     color: #E9FFE4;	 */
}
/* ====== Content Box ====== */
/* .custom-tab-contents {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
}
 */
/* ====== Tab Panels ====== */
.custom-tab-content {
  display: none;
/*   align-items: center;
  gap: 30px; */
  border-radius: 16px;
/*   padding: 25px;
  background: linear-gradient(145deg, #123f34 0%, #0e332a 100%);
  transition: all 0.3s ease; */
}
.custom-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
    background: linear-gradient(259.38deg, #145043 -5.57%, #336849 48.26%, #145043 102.09%);
    padding: 40px;
}

h2.tabTitleText {
    font-family: Bricolage Grotesque;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 140%;
    text-align: center;
    width: auto;
	color: #e7ffe540;
}

/* ====== Image & Text ====== */
.tab-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
 
}

.tab-text {
  flex: 1;
  color: #d8f5e1;
  font-size: 15px;
  line-height: 1.7;
}

.tab-text h3,
.tab-text h4 {
  color: #fff;
  margin-top: 0;
}
.tab-content-title {
    font-family: Bricolage Grotesque;
    font-weight: 800;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
}
.tab-text li {
    font-family: Bricolage Grotesque;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
}
.tab-image {
    margin-top: 40px;
}
.tab-text ul {
    padding-left: 25px;
    padding-top: 18px;
}
.textCenterTab {
    position: relative;
    text-align: center;
    flex: 0 0 auto;
    width: 15%;
    height: 120px;
}
.textCenterTab.active .tabTitleText {
	color: #fff !important;
}
/* ====== Animation ====== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
	.custom-tabs-wrapper{
		margin: 0 !important;
	}
	.custom-tab-content.active{
		padding: 20px !important;
	}
	.custom-tab-titles::after{
		display: none !important;
	}
	.textCenterTab {
    flex: 0 0 auto;
    width: 43%;
}
	.custom-tab-titles{
		gap: 10px !important;
	}
}

.tabImageFlex{
	display: flex;
	gap: 20px;
	align-items: start;
}
.borderContent  .elementor-icon-box-content {
    border: 1px solid #196B47;
    padding: 20px;
    border-radius: 15px;
}

.borderContent .elementor-icon-box-content:before {
    content: ' ';
    width: 72px;
    height: 1px;
    background: #196b47;
    position: absolute;
    margin-left: -92px;
    top: 50%;
}
.campaing_list li.elementor-icon-list-item {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(84.44deg, rgba(233, 255, 228, 0.85) 4.35%, rgba(151, 255, 128, 0.85) 133.17%);
    margin-bottom: 11px !important;
    border-radius: 100px;
    padding: 12px !important;
    width: auto !important;
}
.campaingImage {
    left: -91px !important;
    bottom: 0px !important;
}