.elementor-kit-3{--e-global-color-primary:#0769AF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0769AF;--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;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 a{color:#0769AF;text-decoration:none;}.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);}.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-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;
}

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

blockquote.wp-block-quote {
  background: #f2f2f2;
  border-left: 10px solid #7d7d7d;
  margin: 2em 10px;
  padding: 1em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote.wp-block-quote:before {
  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: #7d7d7d;
  padding: 30px 0;
  max-width: 90%;
  z-index: 1;
  margin: 50px auto;
  align-self: center;
  border-top: solid 1px #0769AF;
  border-bottom: solid 1px #0769AF;
  font-size: 18px !important;
  letter-spacing: 0.1px;
}
figure.wp-block-pullquote:after {
  position: absolute;
  content: "\201D";
  color: #0769AF;
  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: #0769AF;
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: #0769AF; 
    cursor: pointer;
    position: relative;
    padding: 12px;
    border: 2px solid #0769AF; 
    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: #0769AF; 
    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 */