.rak-title-widget p,
.rak-title-widget h4,
.rak-title-widget h3,
.rak-title-widget h2,
.rak-title-widget h1{
    margin:0;
	overflow-wrap: normal;
}

.custom-layout-select {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
  flex-direction: column;
}

.layout-thumb{
  display: flex;
  gap: 2rem;
  background: white;
}

p {
  margin: 0;
}

.eco-divider {
  height: 0.1rem;
  align-self: stretch;
  background: var(--Separator-primary, #c0c0c0);
}

/* Layout 1 */
.layout1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  max-width: 59.4rem;
}
@media (max-width: 768px) {
  .layout1 {
    gap: 1.6rem;
  }
}
.layout1_title {
  color: var(--Text-primary, #26251a);
  padding: 0rem 4rem;
}
@media (max-width: 768px) {
  .layout1_title {
    padding: 0 2rem !important;
	font-size: 2.4rem;
    line-height: 130%;
  }
}
.layout1_description {
  color: var(--Text-tertiary, #4d4d4d);
  padding: 0rem 4rem;
}
@media (max-width: 768px) {
  .layout1_description {
    padding: 0 2rem !important;
	font-size: 1.6rem;
    line-height: 140%;
  }
}

/* Layout 2 */
.layout2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.7rem;
  align-self: stretch;
  padding: 8rem 2rem;
}
.layout2 h1 {
  color: var(--Color-Content-Primary, #0D0D0D);
}
.layout2 img {
  width: 109px;
  height: 109px;
}
@media (max-width: 768px) {
  .layout2 {
    gap: 1.85rem;
    padding: 8rem 2rem;
  }
  .layout2 img {
    width: 4.4rem;
	  height:4.4rem;
  }
}

/* Layout 3 */
.layout3 {
  display: flex;
  max-width: 144rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .layout3 {
    gap: 1.2rem;
  }
}
.layout3-content {
  display: flex;
/*   padding: 0rem var(--Spacing-3XL, 4rem); */
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 144rem;
  padding-top: 2.4rem;
}
.layout3-content img {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .layout3-content {
    gap: 2.4rem;
/*     padding: 0 2rem; */
  }
  .layout3-content img {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.layout3-text-content {
  display: flex;
/*   padding: 0rem var(--Spacing-3XL, 4rem); */
  align-items: center;
  gap: 0.8rem;
  align-self: stretch;
}
@media (max-width: 768px) {
  .layout3-text-content {
/*     padding: 0 2rem; */
	gap: 0.4rem;
  }
  .layout3_text {
    font-size: 1.4rem;
	line-height: 140%; 
  }
}
.layout3_text {
  max-width: 61.9rem;
  color: var(--Color-Content-Tertiary, #6b6b6b);
}

.layout3_text_2 {
  max-width: 56.8rem;
  color: var(--Color-Content-Tertiary, #6b6b6b);
}

.layout3_heading {
  /*width: 50.6rem;*/
  max-width: 60rem;
  color: #000;
/*   font-size: 6.5829rem;
  line-height: 107%; */
}

@media (max-width: 768px) {
  .layout3_heading {
    max-width: 30rem;
	color: var(--Text-primary, #26251A);
	font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: -0.24px;
  }
}

/* Layout 4 */
.layout4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
  max-width: 144rem;
  width: 100%;
}
@media (max-width: 768px) {
  .layout4 {
    gap: 1.2rem;
  }
}
.layout4_heading {
  flex: 1 0 0;
  max-width: 144rem;
  padding: 0rem 4rem;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .layout4_heading {
    padding: 0 2rem !important;
  }
}
.layout4_text {
  display: flex;
  max-width: 48rem;
  padding-left: 4rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  color: #111614;
}
@media (max-width: 768px) {
  .layout4_text {
    padding: 0 2rem !important;
  }
}

/* Layout 5 */
/* .layout5 {
  display: flex;
  padding: var(--Spacing-3XL, 4rem) 5.1429rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8.2286rem;
  align-self: stretch;
  max-width: 144rem;
  width: 100%;
}
.layout5_heading {
  width: 66.46%;
  max-width: 87.2rem;
  color: var(--Text-primary, #26251A);
}
.layout5_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.8929rem;
  align-self: stretch;
  color: var(--Text-primary, #111614);
  width: 33.54%;
}
@media (max-width: 768px) {
  .layout5 {
    flex-direction: column;
    display: flex;
    padding: 4rem var(--Spacing-L, 2rem);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-3XL, 4rem);
  }
  .layout5_heading {
    width: 100%;
  }
  .layout5text {
    flex:1 0 0;
    padding-right: 4rem;
    justify-content: center;
    align-items: center;
  }
} */

.layout5 {
  width: 100%;
  max-width: 1440px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.layout5_heading {
  flex: 1 1 0;
  font-family: Involve, sans-serif;
  font-weight: 500;
  color: var(--Color-Content-Primary, #0D0D0D);
  word-wrap: break-word;
  line-height: 110%;
}

.layout5_text {
  font-family: Involve, sans-serif;
  font-weight: 500;
  font-size: var(--Type-Header-Header-4-Size, 20px);
  line-height: 130%;
  color: var(--Color-Content-Secondary, #363636);
}

/* Title Size */
.layout5.big .layout5_heading {
  font-size: var(--Type-Display-Display-2-Size, 60px);
}

.layout5.medium .layout5_heading {
  font-size:var(--Type-Display-Display-3-Size, 48px);
}

/* Title Width */
.layout5.narrow {
  gap: 22%;
}

.layout5.wide {
  gap: 136px;
}

.layout5.narrow .layout5_text {
  width: 440px;
}

.layout5.wide .layout5_text {
  width: 456px;
}

@media (max-width: 768px) {
  .layout5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }

  .layout5_heading {
    align-self: stretch;
    font-family: Involve, sans-serif;
    font-weight: 500;
    color: var(--Text-primary, #26251A);
    /* word-wrap: break-word; */
    margin-bottom: 0px;
  }

  .layout5_text {
    align-self: stretch;
    font-family: Involve, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--Color-Content-Tertiary, #6B6B6B);
    word-wrap: break-word;
    width: 100%; /* override desktop width */
  }

  /* Title size variants */
  .layout5.big .layout5_heading {
/*     font-size: var(--Type-Header-Header-2-Size, 32px); */
    line-height: 48px;
  }

  .layout5.medium .layout5_heading {
/*     font-size: var(--Type-Header-Header-3-Size, 24px); */
    line-height: 38.4px;
  }

  /* Width is irrelevant on mobile – all options are full width */
  .layout5.narrow .layout5_text,
  .layout5.wide .layout5_text {
    width: 100%;
  }
}

.layout8_heading{
	color:#26251A;
}



/* .layout5_heading,
.layout8_heading,
.layout9_heading {
  color: #26251a;
  font-family: "Involve";
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.06rem;
}
.layout5_text,
.layout6_text,
.layout8_text,
.layout9_text {
  font-family: "Involve";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
} */

/* Layout 6 */
.layout6 {
  display: flex;
  padding: 0rem 5.1429rem 6.4rem 5.1429rem;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  gap: 8.2286rem;
  max-width: 144rem;
  width: 100%;
}
@media (max-width: 768px) {
  .layout6 {
    flex-direction: column;
    gap: 2.4rem;
    padding: 4rem 2.5715rem 3.2rem 2.5715rem;
	align-items: flex-start;
  }
}
.layout6_heading {
  color: #03231b;
  max-width: 80rem;
}

.layout6_text {
  color: var(--Text-primary, #111614);
  max-width: 47rem;
}

/* Layout 7 */
.layout7 {
  display: flex;
  max-width: 144rem;
  width: 100%;
  padding: 0rem 4rem;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .layout7 {
    flex-direction: column;
    padding: 0 2rem;
  }
}
.layout7-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  width: 47.06%;
  max-width: 64rem;
}
@media (max-width: 768px) {
  .layout7-content {
    width: 100%;
    max-width: 100%;
    gap: 1.6rem;
  }
}
.layout7_text {
  max-width: 64rem;
  color: #262626;
}

.layout7-button,
.layout9-button {
  background: #03231b;
}
.layout7-button,
.layout8-button,
.layout9-button {
  display: flex;
  padding: 1.6rem 2.4rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 100rem;
}
@media (max-width: 768px) {
  .layout6-button,
  .layout7-button,
  .layout8-button,
  .layout9-button {
    padding: 0.6rem 1.2rem;
    border-radius: 10rem;
    gap: 0.6rem;
  }
}
.layout7_button_text,
.layout9_button_text {
  color: #fff;
}
.layout7_button_text,
.layout8_button_text,
.layout9_button_text {
  font-family: "Involve";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .layout6_button_text,
  .layout7_button_text,
  .layout8_button_text,
  .layout9_button_text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.layout7_button_icon,
.layout8_button_icon,
.layout9_button_icon {
  width: 2.4rem;
  height: 2.4rem;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .layout6_button_icon,
  .layout7_button_icon,
  .layout8_button_icon,
  .layout9_button_icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* Layout 8 */
.layout8 {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  align-self: stretch;
  padding: 0 4rem;
}

/* Direction */

.layout8-content.direction-vertical {
  flex-direction: column;
}
.layout8-content.direction-horizontal {
  flex-direction: row;
}

/* Width */
.layout8-content.width-full {
  max-width: 144rem;
}

.layout8-content.width-full .layout8_heading {
  min-width: 65.2rem;
}

.layout8-content.width-wide {
  max-width: 92rem;
}
.layout8-content.width-narrow {
  max-width: 60rem;
}

/* Subtitle Size */
/* .layout8_text.subtitle-small {
  
} */
.layout8_text.subtitle-medium {
  font-size: 3.2rem;
  line-height: 120%;
}

/* .layout8_heading {
  max-width: 56.8rem;
} */

@media (max-width: 768px) {
  .layout8 {
    padding: 0 2rem !important;
  }
  .layout8-content.direction-horizontal {
    flex-direction: column;
  }
  .layout8_heading {
    color: var(--Text-primary, #26251A);

	/* Header 1 */
	font-family: var(--Type-Header-Header-1-Family, Involve);
	font-size: var(--Type-Header-Header-1-Size, 32px);
	font-style: normal;
	font-weight: var(--Type-Header-Header-1-Weight, 500);
	line-height: 120%; /* 38.4px */
	letter-spacing: -0.32px;
  }
  .layout8-content.width-full .layout8_heading {
    min-width: 0rem;
	max-width: 29.1rem;
  }
}
.layout8-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .layout8-content {
    gap: 1.6rem;
  }
}

.layout8_text {
  align-self: stretch;
  color: #6b6b6b;
}


@media (max-width: 768px) {
  .layout8_text.subtitle-small {
    font-size: 16px;
	line-height: 140%;
  }
	
  .layout8_text.subtitle-medium {
    font-size: 2rem;
    line-height: 130%;
  }
}
.layout8-button {
  border: 0.2rem solid #0d0d0d;
}
.layout8_button_text {
  color: #0d0d0d;
  font-family: "Involve";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .layout8_button_text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.layout8_button_icon {
  width: 2.4rem;
  height: 2.4rem;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .layout8_button_icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* Layout 9 */
.layout9 {
  display: inline-flex;
/*   padding: 6.4rem 4rem 0 4rem; */
	padding:0 4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .layout9 {
/*     padding: 3.2rem 2rem 0 2rem; */
	  padding: 0 2rem;
  }
}
.layout9-content {
  display: flex;
  flex-direction: column;
  max-width: 136rem;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 768px) {
  .layout9-content {
    gap: 1.6rem;
  }
}
.layout9_heading {
  max-width: 76rem;
  color: #1e1e1e;
}

.layout9_text {
  color: #4d4d4d;
  max-width: 54rem;
}

.layout9-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 768px) {
  .layout9-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* Layout 10 */
.layout10 {
  padding: 8rem 4rem;
}
@media (max-width: 768px) {
  .layout10 {
    padding: 4rem 2rem;
  }
}
.layout10-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
}
@media (max-width: 768px) {
  .layout10-content {
    gap: 1.2rem;
  }
}
.layout10_heading {
  align-self: stretch;
  color: var(--Text-primary, #26251a);
}

.layout10_text {
  color: var(--Text-primary, #26251a);
}
.layout11{
	display:flex;
	flex-direction:column;
}






/* layout 12 */

/* === Layout 12 Wrapper === */
.rak-title-layout12-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* === Inner Container === */
.rak-title-layout12-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* === Top Row: Title + Button === */
.rak-title-layout12-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  gap: 8px;
}

/* === Title === */
.rak-title-layout12-title {
  flex: 1;
  color: #1E1E1E;
}

/* === Button Text + Icon Container === */
.rak-title-layout12-button-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* === Button Text === */
.rak-title-layout12-button-wrapper > span {
  color: #26251A;
}

/* === Button === */
.rak-title-layout12-button {
  height: 56px;
  padding: 17px 24px;
  border-radius: 1000px;
  outline: 2px solid #03231B;
  outline-offset: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* === Divider === */
.rak-title-layout12-divider {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

/* === Description Wrapper === */
.rak-title-layout12-description {
  padding-left: 40px;
}

/* === Description Text === */
.rak-title-layout12-description > h4 {
  max-width: 480px;
  color: #6B6B6B;
}


@media (max-width: 768px) {
  .rak-title-layout12-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rak-title-layout12-inner {
    gap: 16px;
  }

  .rak-title-layout12-header {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }

  .rak-title-layout12-title {
    font-size: 2rem;
    line-height: 26px;
  }

  .rak-title-layout12-button-wrapper > h2 {
    font-size: 1.6rem;
    line-height: 22.4px;
  }

  .rak-title-layout12-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    outline-width: 1.2px;
    outline-offset: -1.2px;
  }

  .rak-title-layout12-button svg {
    width: 14px;
    height: 14px;
  }

  .rak-title-layout12-description {
    padding-left: 20px;
  }

  .rak-title-layout12-description > h4 {
    font-size: 1.4rem;
    line-height: 19.6px;
  }

  .rak-title-layout12-divider {
    background: #C0C0C0; /* override lighter color */
  }
}


