.elementor-kit-3{--e-global-color-primary:#AA0F0F;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#096315;--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-size:16px;line-height:1.6em;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 p{margin-bottom:15px;}.elementor-kit-3 a{color:#BA1111;font-weight:normal;text-decoration:none;}.elementor-kit-3 a:hover{font-weight:normal;text-decoration:none;}.elementor-kit-3 h1{color:#000000;font-size:36px;}.elementor-kit-3 h2{color:#000000;font-size:32px;font-weight:600;}.elementor-kit-3 h3{color:#000000;font-size:26px;font-weight:500;}.elementor-kit-3 h4{color:#000000;font-size:22px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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;}}/* Start custom CSS */h1,h2,h3,h4,h5,h6,.wp-block-embed-youtube {
  padding-top: 30px;
  padding-bottom: 8px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

ol,ul {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 2em;
  list-style-position: outside;
}

li::marker {
  font-weight: bold;
}

img {
  padding-top: 20px;
  padding-bottom: 5px;
}

figcaption {
  font: sans-serif;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

blockquote.wp-block-quote {
  background: #e1ebfc;
  border-left: 10px solid #003da5;
  margin: 2em 10px;
  padding: 1em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote.wp-block-quote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.wp-block-quote p {
  display: inline;
}

figure.wp-block-pullquote {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: left;
  color: #BA2123;
  padding: 30px 0;
  max-width: 90%;
  z-index: 1;
  margin: 50px auto;
  align-self: center;
  border-top: solid 1px #003da5;
  border-bottom: solid 1px #003da5;
  font-size: 18px !important;
  letter-spacing: 0.1px;
}
figure.wp-block-pullquote:after {
  position: absolute;
  content: "\201D";
  color: #003da5;
  font-size: 9rem;
  line-height: 0;
  bottom: -29px;
  right: 30px;
  font-weight: 800;
}

.wp-block-embed-twitter {
  padding-top: 10px;
  padding-bottom: 5px;
}

.wp-block-file__button {
background-color: #e1ebfc;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
}

/* Style for the FAQ question */
.aioseo-faq-block-question {
    font-weight: bold;
    font-size: 18px !important;
    color: #0C2956; 
    cursor: pointer;
    position: relative;
    padding: 12px;
    border: 2px solid #BA2123; 
    border-radius: 25px; 
    background-color: #fff; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Style for the FAQ answer */
.aioseo-faq-block-answer {
    font-size: 16px;
    color: #666;
    display: none;
    padding-left: 20px;
    border-radius: 15px; 
    margin-bottom: 20px;
}

/* Icon styling */
.aioseo-faq-block-question::after {
    content: '+'; 
    width: 25px; /* Circle size */
    height: 25px; /* Circle size */
    min-width: 25px; /* Ensure width does not shrink */
    min-height: 25px; /* Ensure height does not shrink */
    background-color: #0C2956; 
    color: #fff; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; 
    font-size: 20px; 
    margin-left: auto; 
}

.aioseo-faq-block-question.active::after {
    content: '-'; /* Change icon when active */
}/* End custom CSS */