html {
    scroll-behavior: smooth;
}
.article-header {
    width: 100%;
    height: 500px;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-content {
    display: flex;
    position: absolute;
    align-items: start;
    justify-content: space-between;
    bottom: 0;
}
.h1-header {
    font-size: 45px;
    font-weight: 900;
    color: white;
}
.header-items {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
}
.header-items p {
    font-size: 18px;
    color: #1EB53A;
    font-weight: bold;
}
.header-text-wrapper {
    padding-top: 100px;
}
.article-cta {
    background-color: #1E3050;
    position: absolute;
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.cta-header {
    color: #17DD3C;
    font-size: 35px;
    font-weight: 900;
}
.cta-sub-header {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.cta-link {
    padding: 25px 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
.toc-wrapper {
    border-radius: 5px;
    height: 130px;
    width: 100%;
    outline: 1.5px solid #D3D3D3;
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    transition: height .4s ease;
    margin-bottom: 50px;
}
#toc-wrapper.active {
    max-height: 1000px;
}
.toc-header {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 25px;
    
    
}
.toc-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.toc-items a {
    color: #626262 !important;
    text-decoration: none !important;
    font-size: 18px;
}
.toc-items a:hover {
    color: black !important;
    text-decoration: none !important;
}
.see-more-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding: 10px 10px;
    background-color: white;
    opacity: .8;
}
.see-more-wrapper p {
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    line-height: 5px !important;
}
.article-content p {
    font-size: 18px;
    line-height: 40px;
}
.article-content ul {
    padding: 15px 40px;
}
.article-content h2 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 17px;
}
.article-content h4 {
    margin-top: 20px;
    font-size: 18px;
}
.article-content h3 {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 25px;
}
.article-content a {
    text-decoration: none;
    color: #5561C7;
}

.article-content a:hover {
    text-decoration: underline;
}
.article-map {
    width: 100%;
    height: 400px;
    margin-top: 35px;
    border-radius: 10px;
}
.article-video {
    width: 50%;
    height: 400px;
}
.article-cta, .header-content {
    width: 82%;
}
.article-side {
    width: 22%;
    min-height: 200px;
    gap: 100px;
    display: flex;
    justify-content: right;
    align-items: end;
    flex-direction: column;
}
.article-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0px;
    padding-top: 100px;
}
.article-content {
    width: 60%;
    padding-bottom: 100px;
    padding-right: 50px;
}

.blog-text-img-wrapper {
    width: 100%;
    height: 500px;
    background-color: #626262;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.blog-text-img-wrapper img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
}
.article-side-box {
    width: 95%;
    background-color: #1E3050;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.08);
}
.article-side-img, .article-side-box {
    width: 95%;
}
.article-side-img {
    height: auto;
    height: 400px;
    position: relative;
    outline: 2px solid #1EB53A;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.article-side-img-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 0 10px;
}
.article-side-img-link:hover .img-side-img {
    transform: scale(1.04);
}
.article-side-img-content {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
}
.img-side-header {
    font-size: 30px;
    font-weight: 900;
    
}
.article-side-img-content p {
    color: white;
}
.img-side-sub-header {
    font-size: 18px;
    font-weight: 900;
}
.article-side-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    transition: transform 0.3s ease;
}
.article-side-box-title {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-side-box-title p {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.article-side-box-content p {
    color: black;
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.article-side-box-content a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-side-box-content a:hover {
    text-decoration: underline;
}


.faq-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq-header {
    font-size: 20px !important;
    font-weight: 900;
    margin: 0 !important;
}
.faq-item-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 15px 10px;
    border-radius: 5px;
    transition: background-color .4s ease;
}
.faq-item-header.active {
    background-color: white;
}
.faq-img.active {
    transform: scaleY(-1);
}
.faq-img {
    transform: scaleY(1);
    transition: transform .4s ease;
    user-select: none;
}
.faq-text-wrapper {
    background-color: #1E3050;
    color: white;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    transition: max-height .4s ease, padding 1.5s ease;
    max-height: 0;
    overflow: hidden;
}
.faq-text-wrapper.active {
    max-height: 700px;
}
.faq-text-wrapper p {
    padding-top: 15px;
    padding-bottom: 15px;
}