.elementor-kit-7{--e-global-color-primary:#394C39;--e-global-color-secondary:#91A790;--e-global-color-text:#443933;--e-global-color-accent:#122742;--e-global-color-7d0d52a:#010123;--e-global-color-4fe2fae:#FFFFFF;--e-global-color-ed5960e:#F6F6F6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;font-size:75px;font-weight:700;letter-spacing:1.5px;}.elementor-kit-7 h2{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:700;text-transform:uppercase;}.elementor-kit-7 h3{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:500;line-height:1.3em;}.elementor-kit-7 h4{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:400;line-height:1.3em;}.elementor-kit-7 h5{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:700;letter-spacing:1px;}.elementor-kit-7 h6{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:1.2em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{text-transform:uppercase;padding:25px 25px 25px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1450px;}.e-con{--container-max-width:1450px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:18px;}.elementor-kit-7 h1{font-size:60px;}.elementor-kit-7 h2{font-size:40px;}.elementor-kit-7 h3{font-size:28px;}.elementor-kit-7 h4{font-size:24px;}.elementor-kit-7 h5{font-size:18px;}.elementor-kit-7 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.rounded-divider {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 15% !important;
  margin: 0 auto !important; /* Horizontally center the divider */
}

.rounded-divider::before,
.rounded-divider::after {
  content: "" !important;
  flex: 1 !important;
  height: 3px !important; /* Match height of blue bar */
  background-color: #dce1db !important;
  border-radius: 999px !important;
}

.rounded-divider span {
  display: inline-block !important;
  width: 60px !important;
  height: 5px !important;
  background-colorb: #122742 !important;
  border-radius: 999px !important;
  margin: 0  !important; /* Ensure no gap between gray and blue lines */
}



/* Wrapper styling */
.button-angle .elementor-button-wrapper {
  width: fit-content;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}

/* Button core */
.button-angle .elementor-button {
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px !important; /* enough space for icon */
  padding-left: 30px; /* optional left spacing */
  height: 48px;
  line-height: 1;
  border: none;
  border-radius: 30px 0 0 30px;
  min-width: unset;
  width: auto;
  overflow: visible;
  z-index: 1;
}

.button-angle .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 20px); /* Extend behind the icon */
  background-color: #112542;
clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);



  border-radius: 30px 0 0 30px;
  z-index: -1;
}


/* SVG Icon */
.button-angle .elementor-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -85px;
  transform: translateY(-50%);
  width: 70px;
  height: 100%;
  background: url('https://www.chandlerasset.com/wp-content/uploads/2025/06/Button-icon.svg') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}





/* Button core */
.button-white .elementor-button {
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px !important; /* enough space for icon */
  padding-left: 30px; /* optional left spacing */
  height: 48px;
  line-height: 1;
  border: none;
  border-radius: 30px 0 0 30px;
  min-width: unset;
  width: auto;
  overflow: visible;
  z-index: 1;
}

.button-white .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 20px); /* Extend behind the icon */
  background-color: #fff;
 clip-path: polygon(0 0, 100% 0%, 92% 100%, 80% 100%);
  border-radius: 30px 0 0 30px;
  z-index: -1;
}


/* SVG Icon */
.button-white .elementor-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 70px;
  height: 100%;
  background: url('https://www.chandlerasset.com/wp-content/uploads/2025/06/Button-icon.svg') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}




/* Wrap the Gravity Forms footer in a relative container */
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_page_footer {
  position: relative;
}

/* Style the submit button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  position: relative;
  background-color: #0f2340;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  clip-path: polygon(0 0, 95% 0, 100% 0%, 97.8% 100%, 0 100%)!important;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: visible;
}

/* Add SVG icon outside the button, after the clipped edge */
body .gform_wrapper .gform_footer::after,
body .gform_wrapper .gform_page_footer::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 75px); /* push it after the clipped part */
  
  width: 50px;
  height: 50px;
  background-image: url('https://www.chandlerasset.com/wp-content/uploads/2025/06/Button-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}


/* Gravity Forms submit button with clip-path and SVG icon */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  position: relative;
  background-color: #0f2340;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}

/* Add SVG icon after clipped area */
body .gform_wrapper .gform_footer input[type="submit"]::after,
body .gform_wrapper .gform_page_footer input[type="submit"]::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px; /* adjust if needed for perfect alignment */
  width: 30px;
  height: 30px;
  background-image: url('https://www.chandlerasset.com/wp-content/uploads/2025/06/Button-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}







/* Wrapper styling */
.button-angle-short .elementor-button-wrapper {
  width: fit-content;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}

/* Button core */
.button-angle-short .elementor-button {
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px !important; /* enough space for icon */
  padding-left: 30px; /* optional left spacing */
  height: 48px;
  line-height: 1;
  border: none;
  border-radius: 30px 0 0 30px;
  min-width: unset;
  width: auto;
  overflow: visible;
  z-index: 1;
}

.button-angle-short .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 20px); /* Extend behind the icon */
  background-color: #112542;
clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);



  border-radius: 30px 0 0 30px;
  z-index: -1;
}


/* SVG Icon */
.button-angle-short .elementor-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -85px;
  transform: translateY(-50%);
  width: 70px;
  height: 100%;
  background: url('https://www.chandlerasset.com/wp-content/uploads/2025/06/Button-icon.svg') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}



/* Table */


.strategy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.strategy-table thead th {
  background-color: var(--e-global-color-primary, #004225);
  color: white;
  text-align: left;
  padding: 12px 16px;
}

.strategy-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.download-btn {
  background-color: #fff;
  border: 1px solid var(--e-global-color-primary, #004225);
  color: var(--e-global-color-primary, #004225);
  padding: 6px 12px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.download-btn::before {
  content: "📄";
  margin-right: 6px;
}

.accordion-row {
  display: none;
  background-color: #fafafa;
}

.accordion-description {
  padding: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.accordion-toggle {
  cursor: pointer;
}

/* -----------------------------
   Desktop (fancy clipped style)
----------------------------- */
@media (min-width: 1025px) {
  body .gform_wrapper .gform_footer,
  body .gform_wrapper .gform_page_footer {
    position: relative;
  }

  body .gform_wrapper .gform_footer input[type="submit"],
  body .gform_wrapper .gform_page_footer input[type="submit"] {
    position: relative;
    background-color: var(--e-global-color-primary);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: visible;
    padding: 12px 40px;
  }

  /* Add SVG icon after clipped area */
  body .gform_wrapper .gform_footer input[type="submit"]::after,
  body .gform_wrapper .gform_page_footer input[type="submit"]::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 30px;
    height: 30px;
    background-image: url('https://www.chandlerasset.com/wp-content/uploads/2025/06/Button-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }
}

/* -----------------------------
   Mobile & Tablet (simple rectangle, no SVG)
----------------------------- */
@media (max-width: 1024px) {
  body .gform_wrapper .gform_footer input[type="submit"],
  body .gform_wrapper .gform_page_footer input[type="submit"] {
    background-color: var(--e-global-color-primary) !important;
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 !important; /* simple rectangle */
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    padding: 12px 40px !important;
    clip-path: none !important; /* disable angled shape */
    position: relative !important;
    width: 100% !important; /* optional full width */
  }

  /* Hide SVG icon on smaller screens */
  body .gform_wrapper .gform_footer::after,
  body .gform_wrapper .gform_page_footer::after,
  body .gform_wrapper .gform_footer input[type="submit"]::after,
  body .gform_wrapper .gform_page_footer input[type="submit"]::after {
    display: none !important;
    content: none !important;
  }
}/* End custom CSS */