.accordion-header-icon.icon-open {
    display: none;
}

.accordion-header.active .icon-default {
    display: none;
}

.accordion-header.active .icon-open {
    display: inline-block;
}

.custom-accordion .accordion-item {
    /* border: 1px solid #ddd; */
    margin-bottom: 10px;
}

.custom-accordion .accordion-header {
    background: #F4F4F4;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-accordion .accordion-header .accordion-title {
    flex-grow: 1;
    color: #0D0D0D;
    font-family: 'Involve';
    font-size: var(--Type-Header-Header-2-Size, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */
    letter-spacing: -0.4px;
}
/* .custom-accordion .accordion-header:not(.active):hover {
    background-color: #285C54;
} */
/* Only apply hover effect to inactive headers */
/* .accordion-header:hover:not(.open) {
    background-color: #f0f0f0; 
    cursor: pointer;
} */

.accordion-header.open:hover {
    background-color: inherit; /* Prevent hover styles on opened item */
    cursor: default;
}
/* .accordion-icon.icon-open {
    display: none;
}

.accordion-header.active .accordion-icon.icon-default {
    display: none;
}

.accordion-header.active .accordion-icon.icon-open {
    display: inline-block;
} */

/* Style 1: Grey background */
.custom-accordion .accordion-header.grey-bg {
    background: #F4F4F4;
    padding: 32px 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Style 2: White background with bottom border */
.custom-accordion .accordion-header.white-no-border {
    background-color: #FFF;
    gap: 80px;
    align-self: stretch;
    cursor: pointer;
    display: flex;
    padding: 24px 0px 32px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
/*     border-radius: 8px; */
    align-items: center;
    justify-content: space-between;
}

.accordion-header.white-no-border.active {
    border-bottom: none;
	padding-bottom: 24px;
}

.accordion-content.white-no-border {
    color: #0F3D5D;
    border-radius: 8px;
    border-bottom: 1px solid var(--Color-Border-Tertiary-overlay, rgba(0, 0, 0, 0.25));
}

/* For grey background style */
.custom-accordion .accordion-content.grey-bg {
    background-color: #F4F4F4;
}

/* For white background style */
.custom-accordion .accordion-content.white-no-border {
    background-color: #FFF;
}


.accordion-header-icon.icon-open {
    display: none;
}
.accordion-header.active .icon-default {
    display: none;
}
.accordion-header.active .icon-open {
    display: inline-block;
}

.accordion-subtitle {
    color:  #6B6B6B;

/* Header 3 */

    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
  }
  .accordion-title {
    color: #0D0D0D;
/* Header 2 */
    
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */
    letter-spacing: -0.4px;
  }
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .accordion-heading-text {
    display: flex;
    flex-direction: column;
  }
.accordion-header {
    transition: background-color 0.3s ease;
}
/* .accordion-header.collapsed:hover {
    background-color: #f0f0f0; 
} */

/* .custom-accordion .accordion-header:hover{
    background-color: #285C54;
} */

/* .custom-accordion .accordion-header:not(.active):hover .accordion-title {
    color: #FFF;
} */

.icon-heading {
    display: flex;
    gap: 24px;
	align-items: center;
}

/* .custom-accordion .accordion-header:hover .accordion-icon {
    fill: #FFF !important;
}

.custom-accordion .accordion-header:hover .accordion-icon svg{
    fill: #FFF !important;
} */
.accordion-item img {
    width: auto !important;
}
.accordion-header path {
    fill: #FFF !important;
}
/* .accordion-header:not(.active):hover path {
    fill: #000 !important;
} */
.accordion-header svg {
    background-color: #0C65F426;
    padding: 16px 16px 16px 16px;
    border-radius: 100px;
    width: 54px;
    height: 54px;
}
/* .accordion-header:not(.active):hover svg {
    background-color: #FFF;
} */

.custom-accordion
 {
    background-position-x: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(http://localhost/wordpress/wp-content/uploads/2025/05/Vector-262.svg); */
}

.custom-accordion .accordion-header .accordion-icon svg{
    width: 65px;
    padding: 17px 21px 17px 23px;
    color: inherit;
    background-color: #03231B;
    /* background-color: #FFF; */
    border-radius: 100px;
}

/* .custom-accordion .accordion-header:not(.active):hover .accordion-icon svg{
    background-color: #FFF !important;
} */
.custom-accordion .accordion-content {
    display: none;
    padding: 10px;
    background: #F4F4F4;
}

.custom-accordion .two-columns {
    display: flex;
    justify-content: space-between;
}

.custom-accordion .column {
    width: 100%;
}

.custom-accordion li{
/*     display: flex;
    color: #111614;
    font-family: 'Involve';
    font-size: 20.571px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.857px; */
	color: var(--Color-Content-Secondary, #363636);
	font-family: Involve;
/* 	font-size: var(--Type-Body-M-Body-1-Size, 20px); */
	font-size: var(--Type-Header-Header-4-Size, 24px);
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 26px */
}

.custom-accordion .list-icon svg{
    width: 5px;
    height: 10px;
    margin-top: 6px;
    margin-right: 5px;
    object-fit: contain;
    display: inline-block; /* Prevent icon from shrinking */
}

.layout_01 .list-icon svg{
    width: 10px;
    height: 5px;
    margin-top: 6px;
    margin-right: 5px;
    object-fit: contain;
    display: inline-block; /* Prevent icon from shrinking */
}

.custom-accordion li svg{
    height: 20px;
    margin-top: 5px;
    object-fit: contain;
    display: inline-block; /* Prevent icon from shrinking */
}

.custom-accordion .default-bullet {
    margin-right: 5px;
}

.custom-accordion .button button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    border: transparent;
    gap: 5px;
    background-color: inherit;
    border-radius: inherit;
}

.custom-accordion .button button .elementor-icon {
    margin-left: 5px;
}

.custom-accordion .two-columns ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.custom-accordion .two-columns ul li {
    display: flex;
    align-items: flex-start;
}

.custom-accordion .default-bullet {
    margin-right: 5px;
    flex-shrink: 0;
}

.layout_02{
    gap: 64px;
    display: flex; 
    align-items: start !important ;
    justify-content: space-between;
} 

.layout_02, .layout_03 .text{
    margin-bottom: 0px !important;
} 


.layout_02 .button{
        
    border-radius: 100px;
    padding: 16px 24px;
    background-color: #03231B;
}
.layout_03{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;

}
.layout_03 .button{
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    color: #0D0D0D;
    font-size: 20px;
    border: 2px solid #0D0D0D;
    border-radius: 100px;
    background-color: transparent;
    gap: 5px;
}

.layout_03 .accordion-content .text {
    margin-bottom: 40px !important;
}

.layout_04 {
	max-width: 1062px;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  
  .layout_04 .paragraph-title {
    font-weight: bold;
    font-size: 2.4rem;
  }
  
  .layout_04 .paragraph-text {
/*  font-size: 2.4rem;
    line-height: 1.5; */

	color: var(--Color-Content-Secondary, #363636);
	font-family: var(--Type-Body-M-Body-1-Family, Involve);
	font-size: var(--Type-Header-Header-4-Size, 24px);
	font-style: normal;
	font-weight: var(--Type-Body-M-Body-1-Weight, 400);
	line-height: 130%; /* 26px */
  }
  
  .custom-accordion.black-bg .accordion-header .accordion-icon svg {
    width: 65px;
    padding: 17px 21px 17px 23px;
    color: inherit;
    background-color: #03231B;
    border-radius: 100px;
}

.accordion-heading-text {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and title */
}

.accordion-heading-text .static-icon svg {
  width: 29px;
  height: 27px;
  display: inline-block;
}

.accordion-header.grey-bg.active {
    padding-bottom: 0px;
}

.custom-accordion.transparent-border .accordion-header .accordion-icon svg {
    width: 65px;
    padding: 15px 15px 15px 15px;
    color: inherit;
    background-color: transparent;
    border: 2px solid #0D0D0D;
    border-radius: 100px;
}

.custom-accordion.green-bg .accordion-header .accordion-icon svg {
    width: 65px;
    padding: 17px 21px 17px 23px;
    color: inherit;
    background-color: #1E7667;
    border-radius: 100px;
}
.custom-accordion.transparent-border .accordion-icon path {
    fill: black !important;
}

.accordion-content .text {
    font-size: 24px;
    color: #111614;
    font-family: Involve;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 64px;
}

.accordion-content h4 {
    color: #6B6B6B;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1px;
}

.custom-accordion li {
    gap: 3px;
}
.accordion-header .icon-open {
    display: none;
}
.accordion-header.open .icon-default {
    display: none;
}
.accordion-header.open .icon-open {
    display: inline-block;
}


/* svg[Attributes-Style]{
    color: red;
    fill: red;
}
.my-icon path {
    fill: red;
  } */
  @media (max-width: 767px) {
    .custom-accordion .accordion-header .accordion-title,
    .accordion-title {
      /*font-size: var(--Type-Body-M-Body-1-Size, 16px);*/ /* was 4rem */
      line-height: 140%;
		font-size: 16px;
    }
  
    .accordion-subtitle {
      font-size: 2rem; /* was 3.2rem */
      line-height: 120%;
    }
  
    .accordion-content .text {
      font-size: 1.6rem; /* was 24px ≈ 2.4rem */
      margin-bottom: 3.2rem; /* was 64px */
    }
  
    .accordion-content h4 {
      font-size: 1.6rem; /* was 20px ≈ 2rem */
      line-height: 130%;
    }

	.accordion-content {
		padding: 16px 0px 12px 0px !important;
	}

    .custom-accordion li {
      font-size: 1.4rem; /* was ~2rem */
      line-height: 2rem; /* was ~3rem */
      gap: 1rem; /* was 16px */
    }
  
    .layout_03 .button {
      font-size: 1.6rem; /* was 20px */
      line-height: 2.4rem; /* was 30px */
      padding: 1rem 2rem;
    }
  
    .layout_02 {
      flex-direction: column;
      gap: 3.2rem; /* was 64px */
    }
  
    .layout_04 .paragraph-title,
    .layout_04 .paragraph-text {
      font-size: 1.6rem; /* was 2.4rem */
      line-height: 1.5;
    }
  
    .custom-accordion .accordion-header .accordion-icon svg,
    .accordion-header svg {
      width: 40px;
      height: 40px;
      padding: 8px;
      margin-left: 20px;
    }
  
    .custom-accordion .accordion-header {
      padding: 8px; /* tighter spacing */
    }
  
    .layout_03 {
      gap: 2.4rem; /* was 4.8rem */
    }
  
    .custom-accordion .column {
      width: 100%;
    }
  
    .custom-accordion .two-columns {
      flex-direction: column;
      gap: 2rem;
    }
  
    .layout_02 .button {
      padding: 12px 20px;
    }
  .custom-accordion .accordion-header.style_2 {
    display: flex;
    align-items: center;
}

.accordion-header .static-header-icon {
    margin-right: 10px;
    display: inline-flex;
}

.custom-accordion .accordion-item {
	margin: 0 20px 12px 20px;
}

.custom-accordion .accordion-header.grey-bg {
	gap: 20px;
    background: #F4F4F4;
	padding: 16px 20px;
}

.custom-accordion .accordion-header.white-no-border {
    gap: 0px;
	padding: 12px 0px 12px 0px;
}

.accordion-header.white-no-border.active {
    
    padding-bottom: 0px;
}

.custom-accordion.black-bg .accordion-header .accordion-icon svg {
    height: 44px;
    width: 52px;
    padding: 0px 18px 0px 18px;
	margin-left: 0px;
}

.custom-accordion.transparent-border .accordion-header .accordion-icon svg {
    width: 52px;
    height: 44px;
	padding: 0px 16px 0px 16px;
	margin-left: 0px;
}

.custom-accordion .accordion-header .accordion-icon svg, .accordion-header svg {
    width: 44px;
    height: 44px;
    padding: 12px 0px 12px 0px;
    margin-left: 0px;
}

.custom-accordion .accordion-content.grey-bg {
    background-color: #F4F4F4;
    padding: 0px 16px 20px 16px !important;
}

span.static-icon {
    height: 44px;
}

.icon-heading {
    align-items: center;
    gap: 10px;
}

    .custom-accordion {
      background-position-x: 24px; /* reduce offset */
    }
  }
  .accordion-header.style_2 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.static-header-icon svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
