.elementor-kit-4{--e-global-color-primary:#ED2027;--e-global-color-secondary:#3F616F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4e698bd:#FFFFFF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --red:#ED2027; --white:#ffffff; }
/* Start custom CSS */.bd-hero-gradient{position:relative!important}.bd-hero-gradient::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(115deg,rgba(63,97,111,1)     
  0%,rgba(63,97,111,1) 25%,rgba(63,97,111,0) 55%);z-index:1;pointer-events:none}.bd-hero-gradient>.e-con-inner{position:relative;z-index:2}
  
  /* Teal gradient (primary - dark slate) */       
  .bd-hero-teal{position:relative}.bd-hero-teal::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(115deg,rgba(63,97,111,1) 0%,rgba(63,97,111,1)  
  25%,rgba(63,97,111,0) 55%);z-index:1;pointer-events:none}.bd-hero-teal>.e-con-inner{position:relative;z-index:2}                        
  /* Red gradient (brand red) */
  .bd-hero-red{position:relative}.bd-hero-red::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(115deg,rgba(237,32,39,0.95)                      
  0%,rgba(237,32,39,0.95) 25%,rgba(237,32,39,0) 55%);z-index:1;pointer-events:none}.bd-hero-red>.e-con-inner{position:relative;z-index:2}
  
  /* Compatible With Accordion Styling */
.compatibility-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease;
}

.compatibility-list summary:hover {
  border-color: #5a7a8a;
}

.compatibility-list summary::-webkit-details-marker {
  display: none;
}

/* Chevron */
.compatibility-list summary::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #5a7a8a;
  border-bottom: 2px solid #5a7a8a;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

/* Chevron rotates up when open */
.compatibility-list[open] summary::after {
  transform: rotate(-135deg);
}

/* Content area styling */
.compatibility-list .compatibility-content {
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin-top: -8px;
}/* End custom CSS */