.toc-header.active img {
    transform: rotateX(160deg);
}

.toc-items.active {
    padding-bottom: 10px;
}

.toc-items a:hover {
    text-decoration: underline;
}

.cta-option.second:hover {
    border-color: #1eb53a;
}

.cta-option.main:hover {
    background-color: white;
    color: #1eb53a;
}

.content a:hover {
    text-decoration: underline;
}

.cta-button:hover {
    background-color: white;
    color: #1eb53a !important;
}

.box-cta:hover {
    background-color: #c3f0cc;
    box-shadow: none;
}

.faq-header.active img {
    transform: rotateX(160deg);
}

.img-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 1rem 0;
}

.img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.extra-areas-row a:hover {
    text-decoration: underline;
}

.area-cta-large:hover {
    text-decoration: none !important;
}

.area-cta-large:hover .area-cta-large-span::after {
    width: 100%;
}

.content-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.content-image {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #D9D9D9;

}

.content-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.side-wrapper {
    width: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.complete-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 3rem;
}

.sub-wrapper {
    padding: 50px 0;
    display: flex;
    gap: 10rem;
}

.side-cta {
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 2rem 2rem;
    border-radius: 5px;
}

.side-cta-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1E3050;
    text-align: center;
    font-weight: bold;
}

.side-cta-header p {
    font-size: 27px;
}

.side-cta-form {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: relative;
}

.form-wrapper label {
    color: #1E3050;
    font-weight: bold;
    font-size: 16px;
}

.form-wrapper input,
.form-wrapper textarea {
    outline: none;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: .5rem .7rem;
    font-size: 16px;
    background-color: #e5e5e5;

}

.form-wrapper textarea {
    resize: none;
    height: 120px;
    padding: 1rem .7rem;
}

.side-cta-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

#side-cta-btn {
    min-width: 170px;
}

.main-content {
    width: 90%;
    max-width: 880px;
}

.reviews-wrapper {
    padding: 2rem 0;
    display: flex;
}

.reviews-slide {
    display: flex;
    gap: 1rem;
    padding: 0 2rem;
}
.review-box {
    display: flex;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    border-radius: 5px;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    max-height: 180px;
    min-height: 180px;

    gap: .5rem;
}

.review-text,
.review-author {
    color: #1E3050;
}

.review-text {
    height: 80px;
}

.review-text p {
    font-size: 16px !important;
}

.review-author p {
    font-size: 14px;
    font-weight: bold;
}

.has-sub {
    margin-bottom: 0 !important;
}

.expanded-area {
    border-bottom: 2px solid #F3F3F3;
}

.more-areas-header {
    color: #1E3050;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.more-area a,
.expanded-area-header {
    display: block;
    color: #1E3050;
    text-decoration: none;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-weight: bold;
    transition: color .4s ease;
}

.more-area a {
    border-bottom: 2px solid #F3F3F3;
}

.expanded-area-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expanded-area-header path {
    transition: fill .4s ease;
}
.expanded-area-header svg {
    transition: transform .4s ease;
}

.expanded-area-header:hover {
    color: #1eb53a;
}

.expanded-area-header:hover path {
    fill: #1eb53a;
}
.expanded-area-header.active {
    color: #1eb53a;
}
.expanded-area-header.active path {
    fill: #1eb53a;
}
.expanded-area-header.active svg {
    transform: scaleY(-1);
}
.more-area a:hover {
    color: #1eb53a;
}

.expanded-more-area a {
    text-decoration: none;
    color: #1E3050;
    font-weight: bold;
    transition: color .4s ease;
}

.expanded-more-area a:hover {
    color: #1eb53a;
}

.expanded-areas-list {
    padding-left: 2rem;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .4s ease;
}

.expanded-area-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.review-top-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}
.review-top-top img {
    width: 15px;
}   
.reviews-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.hero-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
}
.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0px;
}
.hero-text {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
}
.hero-header {
    color: white;
  
}
.hero-sub-text {
    font-size: 19px;
    color: white;
    text-align: center;
}
.hero-header h1 {
    font-weight: 900;
    font-size: 50px;
    text-align: center;
}
.hero-cta-btn {
    background-color: rgb(0 0 0 / 20%) !important;
    transition: color .4s ease, background-color .4s ease;
    border: 1px solid white !important;
}
.hero-cta-btn:hover {
    background-color: white !important;
    color: #1E3050 !important;
    transform: scale(1) !important;
}