/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.highlighted-text {
    font-size: 2em;
    font-weight: bold;
    color: #8fc93a; /* Dark blue color */
}

.highlighted-text span {
    position: relative;
    display: inline-block;
}

.highlighted-text span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.25em;
    background-color: #8fc93a; /* Green color */
    z-index: -1;
}
.card-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 50px 20px 0px 20px;
    border-radius: 15px;
}

.card {
    position: relative;
    flex: 1;
    padding: 50px 20px 0px 20px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255,249,245,1) 0%, rgba(255,255,255,1) 35%, rgba(255,249,245,1) 100%);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
    color: #fff;
    background-color: #fcd800 !important; /* Darkens background slightly on hover */
}

.card:hover .icon,
.card:hover p {
    color: #000; /* Changes text color on hover */
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8fc93a !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.card:hover::before {
    opacity: 1; /* Shows background image on hover with some transparency */
}

.icon, p {
    position: relative;
    z-index: 1;
}

.icon {
    font-size: 24px;
    color: #37b574; /* Initial icon color */
    margin-bottom: 10px;
}

.card p {
    font-size: 16px;
    font-weight: bold;
    color: #0f3c62; /* Initial text color */
} font-weight: bold;
}
.underlined {
    width: max-content !important;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(47,154,86,1) 0%, rgba(67,209,120,1) 100%) !important;
    background-origin: 0 !important;
    background-size: 200% 20% !important;
    background-repeat: repeat-x !important;
    background-position: 100% 0 !important;
    transition: background-position 0.5s !important;
    background-position: -100% 80% !important;
    font-weight: 800 !important;
}
h2.underlined {
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 20px 20px;
}
  .card {
    display: flex;
    position: relative;
    flex: 1;
    padding: 50px 50px 0px 20px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255,249,245,1) 0%, rgba(255,255,255,1) 35%, rgba(255,249,245,1) 100%);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
  .card p {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0f3c62;
}
  .card-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    border-radius: 15px;
    flex-direction: column;
}
}
.highlighted-text {
    font-size: 2em;
    font-weight: bold;
    color: #000; /* Dark blue color */
}

.highlighted-text span {
    position: relative;
    display: inline-block;
}

.highlighted-text span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.25em;
    background-color: #8fc93a; /* Green color */
    z-index: -1;
}
h1 {
    font-family: Roboto,sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    margin: 0 0px 10px 0px !important;
    text-decoration: none;
    text-transform: none;
}
p.text {
    margin-top: 30px !important;
}
#hs_cos_wrapper_widget_1731127238821 img {
    border-radius: 20px !important;
}

.site-header {
    box-shadow: none !important;
}

span#hs_cos_wrapper_logo_hs_logo_widget {
    margin-left: 40px !important;
}
.site-header .hs-menu-wrapper--utility {
    margin-right: 40px !important;
    padding-left: 20px;
}
.card-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 50px 20px 0px 20px;
    border-radius: 15px;
}

.card {
    position: relative;
    flex: 1;
    padding: 20px;
    text-align: center;
     background: linear-gradient(to bottom, #fff, #fef6f4);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
    color: #fff;
    background-color: #fcd800; /* Darkens background slightly on hover */
}

.card:hover .icon,
.card:hover p {
    color: #fff; /* Changes text color on hover */
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fcd800;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.card:hover::before {
    opacity: 0.5; /* Shows background image on hover with some transparency */
}

.icon, p {
    position: relative;
    z-index: 1;
}

.icon {
    font-size: 24px;
    color: #37b574; /* Initial icon color */
    margin-bottom: 10px;
}

.card p {
    font-size: 16px;
    font-weight: bold;
    color: #0f3c62; /* Initial text color */
font-weight: bold;
}
.underlined {
    width: max-content !important;
    background: #8fc93a !important;
    background-origin: 0 !important;
    background-size: 200% 20% !important;
    background-repeat: repeat-x !important;
    background-position: 100% 0 !important;
    transition: background-position 0.5s !important;
    background-position: -100% 80% !important;
    font-weight: 800 !important;
}
h2.underlined {
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 20px 20px;
}
  .card {
    display: flex;
    position: relative;
    flex: 1;
    padding: 20px 20px 20px 20px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255,249,245,1) 0%, rgba(255,255,255,1) 35%, rgba(255,249,245,1) 100%);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
  .card p {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0f3c62;
}
  .card-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    border-radius: 15px;
    flex-direction: column;
}
  h1 {
    font-size: 30px !important;
}
h2 {
    font-size: 26px !important;
}
h2 {
    font-size: 30px !important;
}
}
.highlighted-text {
    font-size: 2em;
    font-weight: bold;
    color: #000; /* Dark blue color */
}

.highlighted-text span {
    position: relative;
    display: inline-block;
}

.highlighted-text span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.25em;
    background-color: #8fc93a; /* Green color */
    z-index: -1;
}
h1 {
    font-family: Roboto,sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    margin: 0 0px 10px 0px !important;
    text-decoration: none;
    text-transform: none;
}
p.text {
    margin-top: 30px !important;
}
div#hs_cos_wrapper_module_17311337592615 {
    border: 1px solid #358cde;
    border-radius: 20px;
    padding: 20px;
}
#hs_cos_wrapper_module_1731135321225 {
    border: 1px solid #358cde;
    border-radius: 20px;
    padding: 20px;
}
#hs_cos_wrapper_module_17311394795124 {
    border: 1px solid #358cde;
    border-radius: 20px;
    padding: 20px;
}
#hs_cos_wrapper_module_17311394795122 {
    border: 1px solid #358cde;
    border-radius: 20px;
    padding: 20px;
}
#hs_cos_wrapper_module_17312991218933 {
    border: 1px solid #358cde;
    border-radius: 20px;
    padding: 20px;
}
.button:hover {
    background-color: #fcd800;
    border-color: #fcd800;
    color: #000 !important;
}
.button {
    background-color: #fcd800;
    border: var(--button-border) solid;
    border-color: #fcd800;
    border-radius: var(--button-corner);
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
}
.module__testimonials__slide-meta, .module__testimonials__slide-meta p {
    display: none;
}
.slick-slider .slick-dots {

    margin-top: 0em !important;
}
footer {
    color: #ffffff;
}
.hs-menu-wrapper .hs-menu-item:not(.hs-menu-depth-1)>.hs-menu-link {
    border-color: transparent;
    border-radius: var(--button-corner);
    color: #fff;
    border-style: solid;
    border-width: var(--button-border);
    margin-left: -4px;
    padding: 0 3px;
}
.hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>.hs-menu-link:not(.hs-menu-item__child-toggle) {
    color: #fff;
    border-bottom: 3px solid transparent;
}
.footer_dnd_info-row-0-padding {
    background: #36444f;
    padding-top: 0px !important;
    padding-bottom: 75px !important;
}
.footer_dnd_main-row-0-padding {
    background: #36444f;
    padding-top: 100px !important;
    padding-bottom: 35px !important;
}
.site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle:after {
   display: none;
}
span#hs_cos_wrapper_footer_dnd_main-module-4_ {
    display: none;
}
#hs_cos_wrapper_footer_dnd_main-module-3 .icon {
    font-size: 24px;
    color: #ffffff !important;
    margin-bottom: 10px;
}
.cell_17311478246135-background-layers {
    border-radius: 20px;
    background-image: linear-gradient(rgba(52, 141, 219, 1), rgba(52, 141, 219, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
#hs_cos_wrapper_main_body-module-22 .icon {
    font-size: 24px;
    color: #3791dc !important;
    margin-bottom: 10px;
}
h3#main_body-module-22--2-name {
    text-align: center;
}
#hs_cos_wrapper_main_body-module-22 .social-media {
    align-items: center;
    margin-left: -10px;
    text-align: center;
}
h3#main_body-module-22--0-name {
    justify-content: center;
    text-align: center;
}
.module__team-listing .team-member__bio {
    display: flex;
    margin-top: 0;
    justify-content: space-evenly;
    padding: 1.5em;
    align-content: flex-start;
    align-items: center;
}
.hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>.hs-menu-link:not(.hs-menu-item__child-toggle) {
    color: #000000 !important;
    border-bottom: 3px solid transparent;
}
button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
}

.learn-more-btn {
    background-color: #8fc93a; /* Yellow background color */
    color: #fff !important; /* Black text color */
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease;
  text-decoration: none
}

.learn-more-btn:hover {
    background-color: #8fc93a; /* Slightly darker yellow on hover */
}
a:focus, a:hover {
    color: #fff !important;
}
@media screen and (min-width:1365px) {
#hs_cos_wrapper_module_17311394795122 {
  
    height: 610px;
}
  #hs_cos_wrapper_module_1731135321225 {
    height: 610px;
    display: block !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
  div#hs_cos_wrapper_module_17311337592615 {
    border: 1px solid #358cde;
    border-radius: 20px;
    padding: 20px;
    height: 610px;
}
  #hs_cos_wrapper_module_17311394795124{
  height: 610px;
  }
   #hs_cos_wrapper_module_17312991218933{
  height: 610px;
  }
  div#hs_cos_wrapper_widget_1731404674161 {
    margin: 0 300px !important;
}
}
.content  a {
    text-decoration: none;
}
.module__testimonials__slide-quote p {
color: #000 !important;
}
.module__testimonials__slide-quote{
color: #000 !important;
}
h2.offer1 {
    margin-bottom: -25px;
}
img.offer-img {
    margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
 div#hs_cos_wrapper_widget_1731404674161 {
    background: #fff;
    padding: 50px 0;
    margin: 0 200px;
    border-radius: 30px !important;
      border: 4px dashed #cbcee5 !important;
}}

div#hs_cos_wrapper_widget_1731404674161 {
    border: 4px dashed #cbcee5 !important;
    border-radius: 30px !important;
    background: #fff;
    padding: 50px 0;

}
.learn-more-btn {
    text-transform: uppercase !important;
}
a.button {
    text-transform: uppercase !important;
}
footer a {
    color: #ffffff !important;
    text-decoration: none;
}
span#hs_cos_wrapper_footer_dnd_info-module-1_ {
    align-items: center;
    text-align: center;
  font-size: 18px !important;
}
.button:hover {
    background-color: #8fc93a !important;
    border-color: #8fc93a !important;
    color: #ffffff !important;
}
.button {
    background-color: #8fc93a !important;
    border: #8fc93a !important;
    border-color: #8fc93a;
    border-radius: var(--button-corner);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
}
#hs_cos_wrapper_widget_1731560638982 h2 {
    font-weight: 600 !important;
    font-family: Roboto;
    color: #000000;
}
#hs_cos_wrapper_widget_1731560638982 .tabber-with-navigation-bar-tabber-bottom-sec p {
    font-size: 20px !important;
    color: rgba(0,0,0,1.0);
}
.wave {
      width: 100%;
      height: 100px;
      overflow: hidden;
      background-color: white;
    }

    .wave svg {
      width: 100%;
      height: 100%;
    }

    .wave path {
      fill: none;
      stroke: #5CB878; /* Green color for the wave */
      stroke-width: 5; /* Adjust thickness of the wave */
    }