.elementor-12633 .elementor-element.elementor-element-34b3f087{--display:flex;--min-height:280px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-12633 .elementor-element.elementor-element-34b3f087:not(.elementor-motion-effects-element-type-background), .elementor-12633 .elementor-element.elementor-element-34b3f087 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-12633 .elementor-element.elementor-element-523dfed{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12633 .elementor-element.elementor-element-7a1bc494 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:55px;font-weight:300;color:#FFFFFF;}.elementor-12633 .elementor-element.elementor-element-45f5a44b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12633 .elementor-element.elementor-element-35899c74{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12633 .elementor-element.elementor-element-1ee9f520{--display:flex;}.elementor-12633 .elementor-element.elementor-element-1ee9f520.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-12633 .elementor-element.elementor-element-23d05a3d > .elementor-widget-container{padding:20px 40px 0px 40px;}.elementor-12633 .elementor-element.elementor-element-23d05a3d{color:#070707;font-family:"Montserrat", Sans-serif;font-weight:400;}@media(min-width:768px){.elementor-12633 .elementor-element.elementor-element-34b3f087{--width:100%;}.elementor-12633 .elementor-element.elementor-element-1ee9f520{--width:100%;}}@media(max-width:1024px){.elementor-12633 .elementor-element.elementor-element-34b3f087{--min-height:200px;}.elementor-12633 .elementor-element.elementor-element-7a1bc494 .elementor-heading-title{font-size:40px;}}@media(max-width:767px){.elementor-12633 .elementor-element.elementor-element-34b3f087{--min-height:120px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-12633 .elementor-element.elementor-element-7a1bc494 .elementor-heading-title{font-size:21px;}.elementor-12633 .elementor-element.elementor-element-23d05a3d > .elementor-widget-container{padding:0px 20px 0px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-238a815 */.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accordion-title:hover {
    background: #f9f9f9;
}

.accordion-text {
    flex: 1;
    text-align: left;
    margin-right:20px;
    font-weight:500;
}

.accordion-chevron-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    white-space: nowrap;
}

.accordion-chevron {
    font-size: 1rem;
    margin-left: 6px;
}

.accordion-toggle {
    font-size:1.2rem;
    font-weight:600;
    text-transform: uppercase;
}

/* Hover effect for "click to view" text and chevron */
.accordion-title:hover .accordion-toggle .toggle-text,
.accordion-title:hover .accordion-toggle .accordion-chevron {
    color: #8D0030;
}

.accordion-content {
    padding-top: 20px;
}

.accordion-section {
    padding:40px;
}

@media only screen and (max-width: 767px) {
 .accordion-title {
     font-size:12px;
 }   
 .accordion-chevron{
     font-size:10px;
     margin-left:4px;
 }
 
 .accordion-section {
     padding: 20px 6px;
 }
 
 .accordion-chevron {
    font-size: 0.8rem;
    margin-left: 6px;
}

.accordion-toggle {
    font-size:1rem;
    font-weight:600;
    text-transform: uppercase;
}
}

.text-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.text-section .col {
  flex: 0 0 48%;
  box-sizing: border-box;
}

.text-section .left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.text-section .right-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}

.text-section video,
.text-section img {
  width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  border-color:#000;
  border:3px solid black;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  max-width:250px;
  text-align:center;
}

.btn:hover {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  border-color:#000;
  border:3px solid black;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  max-width:250px;
  text-align:center;
}

@media (max-width: 768px) {
  .text-section .col {
    flex: 1 1 100%;
    padding: 0;
  }

  .left-col,
  .right-col {
    padding: 0;
  }
}

.elementor-12633 .elementor-element.elementor-element-238a815 .single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none!important;
}

.text-section img {
    height:400px!important;
    width:300px!important;
    object-fit: cover;
}

.text-section p {
    font-size: 18px;
    font-weight:200;
    font-family: "Montserrat";
    line-height:1.6;
}

.text-section .inner {
    text-align: center;
}/* End custom CSS */