footer .container .bg-color {
    background-color: var(--color--accent-dark);
    border-radius: 35px;
    padding: 60px 60px 30px 60px;
}

.footer-title {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 23px;
}

.footer-subtext {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    line-height: 24px;
    margin: 27px 0;
    font-style: italic;
}

.f-logo p {
    color: var(--color-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.footer-form {
    background: #fff;
    border-radius: 20px;
    padding: 26px 23px;
}

.form-title {
    line-height: 30px;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}

p.footer-form-subtext {
    font-size: 16px;
    line-height: 22px;
    color: #1F1F1F;
    margin: 20px 0 25px;
}

p.footer-form-text {
    color: #9F9F9F;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 20px;
}

.footer-form .wpcf7-email {
    width: 100%;
    padding: 14px 28px;
    border: none;
    background: var(--color--accent-light);
    border-radius: 50px;
}

.footer-form .wpcf7-email::placeholder {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.footer-form .wpcf7-submit {
    line-height: normal;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
    background-color: var(--color--accent-dark);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 40px;
    height: 62px;
    border: 1px solid var(--color--accent-dark);
    margin: 12px 0 10px;
}

.footer-form .wpcf7-submit:hover {
    color: var(--color--accent-dark);
    background-color: transparent;
}

h1.banner-heading {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #000;
    margin: 22px 0 30px;
}

/* .banner-section .btn {
    max-width: 219px;
} */

.about-section .btn,
.success-section .btn {
    max-width: 210px;
    margin-top: 15px;
}

.success-section.space-pd {
    background-color: var(--color--accent-light);
}

.reviews-sec {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.reviews-sec .slick-list {
    padding: 0 6%;
}

.reviews-sec .testimonial-list {
    margin: 0 15px;
    background: var(--color--accent-dark);
    padding: 30px;
    border-radius: 30px;
    min-height: 335px;
}

.reviews-sec .testimonial-list p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-style: italic;
    margin: 35px 0 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.reviews-sec .testimonial-list .testimonial-title {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}

.reviews-sec .testimonial-list .subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
}

.link-btn {
    color: #38629F;
    margin: auto;
    width: fit-content;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.faqs-section button.accordion-button {
    box-shadow: none;
    border: none;
    background-color: var(--color--accent-light);
    color: var(--color--accent-dark);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 24px 35px;
    border-radius: 40px !important;
}

.faqs-section .accordion-item {
    border: none;
    color: #000;
    margin-bottom: 10px;
    border-radius: 35px;
}

.faqs-section .accordion-button:not(.collapsed) {
    background-color: var(--color--accent-light);
    color: var(--color--accent-dark);
}

.faqs-section .accordion-body {
    padding: 24px 35px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://overseascollegecounseling.com/wp-content/uploads/2026/02/Shape.svg);
    background-size: auto;
    background-position: center;
}

.accordion-button.collapsed::after {
    background-image: url(https://overseascollegecounseling.com/wp-content/uploads/2026/01/Shape.png);
    background-size: auto;
    background-position: center;
}

.max-width-950 {
    max-width: 950px;
    margin: auto;
}

.post-image img {
    height: 100%;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    min-height: 190px;
    max-height: 190px;
    object-fit: cover;
    object-position: center;
}

.blog-item {
    padding: 20px 15px;
    background-color: #DDF8B5;
    border-radius: 20px;
    min-height: 400px;
}

.post-category {
    background-color: #ffffff4d;
    padding: 5px 10px;
    border-radius: 50px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    pointer-events: none;
}

.blog-title a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-title a h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    display: block;
}

.post-date {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    display: block;
    margin: 30px 0;
}

.img-radius {
    border-radius: 18px;
}

.blog-item.category-events {
    background-image: url('https://overseascollegecounseling.com/wp-content/uploads/2026/01/Path-2.png');
    border-radius: 20px;
    background-color: rgba(182, 157, 214, 1);
    background-repeat: no-repeat;
    background-position: -80px 225px;
}

.blog-item:hover {
    box-shadow: 0 6px 10px 0 rgba(182, 157, 214, 0.2);
}

.blog-item.category-events img {
    display: none;
}

.blog-item.category-events .post-date,
.blog-item.category-events .blog-title a,
.blog-item.category-events .post-category {
    color: #fff;
}

.guidance-section .container .bg-color {
    background-color: #dddbf2;
    padding: 15px;
    border-radius: 15px;
}

.guidance-right {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
}

.guidance-right img {
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.guidance-right p {
    margin-bottom: 0;
    color: #4D497E;
    font-size: 18px;
    line-height: 24px;
    min-height: 192px;
}

.guidance-right h4 {
    color: #4D497E;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.guidance-right .btn {
    margin: 40px 0 45px;
    background-color: #C2BEEF;
    border: 1px solid #C2BEEF;
}

.guidance-right .btn:hover {
    border-color: #C2BEEF;
    color: #C2BEEF;
    background-color: #ffffff00;
}

.guidance-left h2,
.guidance-left p {
    margin-bottom: 24px;
    color: #4D497E;
}

.guidance-left p {
    font-size: 22px;
    line-height: 32px;
}

.guidance-left .title {
    width: calc(100% - 130px);
}

.guidance-left {
    padding: 0 30px 0 20px;
}

.guidance-left button.g-btn {
    font-size: 16px;
    font-weight: 500;
    border: none;
    width: 100%;
    text-align: left;
    border-radius: 20px;
    padding: 8px;
    color: #4D497E;
    display: flex;
    align-items: center;
}

.guidance-left button.g-btn span {
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(194, 190, 239, 1);
    border-radius: 20px;
    color: #fff;
    margin-right: 20px;
    font-size: 28px;
    font-weight: 500;
}

.guidance-left .g-btn[aria-pressed="false"] {
    background: #fff;
}

.guidance-left button.g-btn:hover,
.g-btn[aria-pressed="true"] {
    background-color: rgba(194, 190, 239, 1);
}

.guidance-left button.g-btn:hover span,
.g-btn[aria-pressed="true"] span {
    background-color: #dddbf2 !important;
}

.guidance-left ul li {
    margin-bottom: 15px;
}

.common-banner .image-col img {
    min-height: 650px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    display: block;
}

.common-banner .container .bg-color {
    border-radius: 20px;
    padding: 24px;
}

.about-us .container .bg-color {
    background-color: #DDF0F4;
}

.about-us h1 span {
    color: var(--color--accent-dark);
}

.common-banner {
    padding-top: 40px !important;
}


.common-banner .bottom-banner {
    padding: 36px 20px 0;
}

.common-banner h2.bottom-title {
    margin-bottom: 30px;
    text-transform: none;
}

.bg-light {
    background-color: #DDF0F4 !important;
}

.section-bg {
    background-color: rgba(223, 221, 244, 1);
    padding: 15px;
    border-radius: 18px;
}

.services-banner .container .bg-color {
    background-color: rgb(241, 221, 244);
}

.services-banner h1 span {
    color: rgb(139, 116, 169);
}

.approach-section .btn {
    max-width: 320px;
}

.services-section,
.reviews-page-section {
    border-top: 1px solid rgb(211, 211, 211);
}

.common-div {
    padding: 40px 30px;
    border-radius: 18px;
}

.common-div .btn,
.last-div .btn {
    background-color: rgba(182, 157, 214, 1);
    border-color: rgba(182, 157, 214, 1);
    color: #fff;
}

.last-div .image-div {
    height: 100%;
}

.common-div .btn:hover,
.last-div .btn:hover {
    background-color: transparent;
    border-color: rgba(182, 157, 214, 1);
    color: rgba(182, 157, 214, 1);
}

.left-div {
    background-color: rgba(241, 221, 244, 1);
}

.center-div {
    background-color: rgba(223, 221, 244, 1);
    position: relative;
    padding-bottom: 100px;
}

.right-div {
    background-color: rgba(241, 221, 244, 1);
    padding: 40px 30px;
    border-radius: 18px;
}

@media (min-width: 992px) {
    .university-section .img-radius {
        min-height: 500px;
        object-fit: cover;
        object-position: center;
    }

    .section-bg {
        padding: 25px 25px 25px 55px;
    }

    .center-div .btn {
        position: absolute;
        bottom: 40px;
        left: 30px;
    }

    .cta-section .section-bg {
        padding: 40px 60px;
        background-color: var(--color--accent-light);
    }
}

.services-section .common-div p {
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
    word-wrap: break-word;
}

.services-section .common-div p,
.services-section .last-div p {
    color: #333333;
    line-height: 24px;
}

.services-section .common-div li,
.services-section .last-div li {
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.services-section .common-div b {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.services-section .common-div strong,
.services-section .last-div strong {
    font-weight: 500 !important;
    color: #000;
}

.services-section h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 40px;
}

.services-section .last-div img {
    object-fit: cover;
}

.col-70 {
    width: calc(100% - 125px);
}

.col-100 {
    width: 100%;
}

.reviews-page-section .testimonial-list p {
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 30px;
    color: #333333;
}

.reviews-page-section .ratings {
    position: absolute;
    right: 20px;
    bottom: 20px;
    gap: 5px;
    display: flex;
}

.reviews-page-section .testimonial-list .subtitle {
    font-size: 22px;
    line-height: 26px;
}

.reviews-page-section .testimonial-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.reviews-page-section .testimonial-list img {
    height: 125px;
    max-width: 125px;
    object-fit: contain;
    object-position: center;
}

/* Top row */
.testimonial-grid .main-review-item:nth-child(1) {
    grid-column: span 4;
}

.testimonial-grid .main-review-item:nth-child(2) {
    grid-column: span 2;
}

/* Bottom row */
.testimonial-grid .main-review-item:nth-child(3),
.testimonial-grid .main-review-item:nth-child(4),
.testimonial-grid .main-review-item:nth-child(5) {
    grid-column: span 2;
}

/* Slick fix */
.reviews-page-section .slick-slide {
    height: auto;
}

/* Pink background (items 1, 6, 11, 16, ...) */
.reviews-page-section .main-review-item:nth-child(10n + 1) .testimonial-list,
.reviews-page-section .main-review-item:nth-child(10n + 6) .testimonial-list {
    padding: 50px;
    background-color: rgba(241, 221, 244, 1);
}

/* Purple background (items 2, 3, 7, 8, ...) */
.reviews-page-section .main-review-item:nth-child(10n + 2) .testimonial-list,
.reviews-page-section .main-review-item:nth-child(10n + 3) .testimonial-list,
.reviews-page-section .main-review-item:nth-child(10n + 7) .testimonial-list,
.reviews-page-section .main-review-item:nth-child(10n + 8) .testimonial-list {
    background-color: rgb(223, 221, 244);
}

/* Blue background (items 4, 9, ...) */
.reviews-page-section .main-review-item:nth-child(10n + 4) .testimonial-list,
.reviews-page-section .main-review-item:nth-child(10n + 9) .testimonial-list {
    background-color: rgba(221, 231, 244, 1);
}

/* Pink background again (items 5, 10, ...) */
.reviews-page-section .main-review-item:nth-child(10n + 5) .testimonial-list,
.reviews-page-section .main-review-item:nth-child(10n + 10) .testimonial-list {
    background-color: rgba(241, 221, 244, 1);
}

/* Default row spacing */
.reviews-page-section .main-review-item .testimonial-list .row {
    margin-bottom: 25px;
}


.reviews-page-section .main-review-item .testimonial-list {
    padding: 25px;
    border-radius: 18px;
    height: 100%;
}

@media (max-width: 991px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .f-logo p {
        padding-right: 0;
    }

    .f-logo svg {
        max-width: 170px;
    }

    .testimonial-grid .main-review-item {
        grid-column: span 1 !important;
    }
}

@media (max-width: 767px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .reviews-image-carousel-item {
        width: 320px !important;
        height: 230px !important;
    }

    .guidance-right {
        display: none;
    }

    .guidance-right {
        display: none;
    }

    .g-panel.mobile-panel {
        background: #fff;
        padding: 15px;
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .g-panel.mobile-panel img {
        border-radius: 13px;
        margin-top: 24px;
    }
}

.contact-banner-section .form-col {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 560px;
    margin-left: auto;
}

.contact-banner-section .form-col .wpcf7-submit {
    max-width: 100%;
}

.contact-banner-section .form-col .wpcf7-submit:hover {
    background-color: #fff;
    color: var(--color--accent-dark);
    border: 1px solid var(--color--accent-dark);
}

.arrows-div .slick-prev {
    right: 60px !important;
    left: unset !important;
    background-color: #F3F3F3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 60px;
    width: 60px;
    border-right: 1px solid #97979726;
}

.arrows-div .slick-next {
    right: 0px !important;
    background-color: #F3F3F3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    width: 60px;
}

.arrows-div .slick-prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.arrows-div .slick-prev:hover,
.arrows-div .slick-prev:focus {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.arrows-div .slick-next:hover,
.arrows-div .slick-next:focus {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.arrows-div .slick-arrow svg {
    stroke: #b0b9be;
    width: 24px;
    height: 24px;
}

.arrows-div .slick-arrow path {
    fill: #000000b3;
}

.arrows-div .slick-prev:hover svg,
.arrows-div .slick-next:hover svg,
.arrows-div .slick-prev:hover svg path,
.arrows-div .slick-next:hover svg path {
    stroke: #000000b3;
    opacity: 1;
}

.default-banner .bg-color {
    background-color: #DFDDF4;
}

.default-banner .bg-color h1 span {
    color: #726E9F;
}

.single-post .default-content .post-meta {
    text-align: center;
    margin-bottom: 75px;
}

.single-post .default-content .post-meta h1 {
    margin: 10px 0;
}

.single-post .default-content .post-meta .date {
    color: #989898;
}

.single-post .default-content .featured-img {
    margin-bottom: 75px;
    max-height: 650px;
    object-fit: cover;
    object-position: center;
}

.single-post .default-content .content {
    max-width: 800px;
    margin: auto;
}

.related-articles {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.related-articles .slick-list {
    padding: 0 6%;
}

.related-articles .slick-list .blog-item {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.related-articles .slick-list .blog-list-item {
    padding: 12.5px;
}

.newsletter-banner .bg-color {
    background-color: #DDF8B5;
}

.newsletter-banner .bg-color h1 span {
    color: #31773B;
}

.bg-color h1 span {
    display: block;
}

.newsletter-banner .wpcf7-submit {
    background-color: #DDF8B5;
    border: 1px solid #DDF8B5;
    color: #31773B;
}

.newsletter-banner .wpcf7-submit:hover {
    background-color: #ffffff00;
    border-color: #31773B;
    color: #31773B;
}


.newsletter-banner-section .form-col {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 560px;
    margin-left: auto;
}

.form-col .wpcf7-submit {
    max-width: 100%;
}

.newsletter-banner-section .form-control:focus,
.form-select:focus {
    border: 1px solid #31773B;
}

ul.nav.nav-tabs.blog-tabs {
    border: none;
}

ul.nav.nav-tabs.blog-tabs a.nav-link {
    background-color: #F3F3F3;
    border-radius: 30px !important;
    padding: 15px 35px;
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
}

.blog-list-conatiner .tab-content {
    margin-top: 80px;
}

ul.nav.nav-tabs.blog-tabs a.nav-link.active {
    background-color: #DDF8B5 !important;
    border: none !important;
    font-weight: 600;
}

ul.nav.nav-tabs.blog-tabs li.nav-item {
    margin-right: 25px;
}

.banner-blog-item .post-image img {
    height: 370px;
    max-height: 370px;
}

.banner-blog-item {
    background-color: #DDF8B5;
    padding: 20px;
    border-radius: 20px;
    margin-right: 20px;
}

.blog-heading-sec {
    margin-bottom: 90px;
}

.blog-heading-sec .blog-title a h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tab-pane .blog-item:not(.category-events) {
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(182, 157, 214, 0.2);
}

.tab-pane .blog-item:hover {
    box-shadow: -1px 10px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 10px 4px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: -1px 10px 3px 0px rgba(0, 0, 0, 0.75);
}

.checkbox {
    margin-left: 30px;
}

.banner-blog-item .post-date {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.banner-guide-content {
    margin-bottom: 40px;
}

.blog-list-conatiner .prev.page-numbers .prev-arrow {
    background-color: #F3F3F3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 60px;
    width: 60px;
    border-right: 1px solid #97979726;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.blog-list-conatiner .prev.page-numbers {
    margin-left: 30px;
}

.pagination-wrap svg path {
    fill: #000000b3;
}

.pagination-wrap .page-numbers:hover svg path {
    fill: #000;
}

.pagination-wrap svg {
    height: 24px;
    width: 24px;
}

.pagination-wrap p.page-count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-list-conatiner .next.page-numbers .next-arrow {
    background-color: #F3F3F3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    width: 60px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    border-left: 1px solid #97979726;
}

/* body .next-arrow.is-disabled {
    margin-left: 30px !important;
    border: none !important;
    border-radius: 10px;
}

body .prev-arrow.is-disabled {
    border: none !important;
    border-radius: 10px;
} */

.is-disabled .prev-arrow,
.is-disabled .next-arrow {
    pointer-events: none;
}

.is-disabled .prev-arrow svg,
.is-disabled .next-arrow svg {
    opacity: 0.5;
}

.tab-content .blog-item:not(.category-events) a.post-category {
    background-color: #DDF8B5;
    padding: 5px 10px;
    border-radius: 50px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.pagination-wrap .page-numbers {
    display: none;
}

.pagination-wrap span.page-total {
    color: #00000080;
}

.pagination-wrap .prev,
.pagination-wrap .next {
    display: inline-block !important;
}

.pagination-wrap .current {
    display: none;
}

.pagination-wrap {
    margin-top: 60px;
}

.blog-heading-sec .slick-list {
    padding-right: 6%;
    margin-right: -5%;
}

.blog-heading-sec .arrows-div .slick-prev {
    right: 150px !important;
}

.blog-heading-sec .arrows-div .slick-next {
    right: 90px !important;
}

.home .banner-content {
    padding-left: 20px;
}

.archive a.page-numbers,
.archive span.page-numbers.current {
    display: none;
}

footer img.linkedin {
    height: 25px;
    width: 25px;
}

/* .f-logo a {
    color: #fff;
    font-family: "Cormorant", serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600 !important;
} */

/* .header-logo {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600 !important;
}

@media (max-width: 991px) {

    .f-logo a,
    .header-logo {
        font-size: 21px;
        line-height: 21px;
    }
} */

.header-logo svg path {
    fill: #000;
}

.services-section ul li,
.page-content ul li,
.default-content ul li {
    list-style: none !important;
    padding: 0;
    margin: 0;
    padding-left: 25px !important;
    position: relative;
    line-height: normal;
    margin-bottom: 10px;
}

.services-section ul li::before,
.page-content ul li::before,
.default-content ul li::before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(https://overseascollegecounseling.com/wp-content/uploads/2026/02/Mask@2x.png);
    position: absolute;
    left: 0;
    top: 5px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single .post-category.Guides,
.single .post-category.Insights {
    background-color: #DDF8B5;
}

.single .post-category.Events,
.single .post-category.Blog {
    background-color: #F1DDF4;
}

.checkbox .wpcf7-not-valid-tip {
    display: block;
}

@media (max-width: 767px) {
    .blog-heading-sec .slick-list {
        padding-right: 0% !important;
        margin-right: 0% !important;
    }

    .header-logo svg {
        width: 100%;
    }

    .banner-blog-item {
        margin-right: 0 !important;
    }

    .blog-heading-sec {
        margin-bottom: 30px;
    }

    .blog-list-conatiner .tab-content {
        margin-top: 40px;
    }

    .arrows-div {
        display: none;
    }

    .page-template-template-testimonials .arrows-div {
        display: block;
    }

    body.home .banner-section img {
        height: 300px;
        object-fit: cover;
        border-radius: 18px;
    }
}

@media (max-width: 574px) {
    .checkbox .wpcf7-list-item-label {
        font-size: 13px;
        line-height: 22px;
        padding-top: 0px;
        display: block;
        margin-bottom: 10px;
    }

    .wpcf7 label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .checkbox .wpcf7-list-item-label::before {
        top: 2px;
    }

    .form-control::placeholder,
    footer .wpcf7-email::placeholder {
        font-size: 16px;
    }
}

.f-logo svg {
    height: auto;
    width: auto;
}

.blog-heading-sec .post-category {
    background-color: #fff !important;
}

.footer-logos img {
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

a.btn.purple {
    background-color: #B69DD6;
}

a.btn.purple:hover {
    border-color: #B69DD6 !important;
    background-color: #ffffff00;
    color: #B69DD6 !important;
}

.link-btn b {
    font-weight: 600 !important;
}

.purple-text a {
    color: rgb(139, 116, 169);
}

#bannerModal .modal-content,
#bannerModal .modal-content .modal-body {
    background: transparent;
    border: none;
}

#bannerModal .modal-dialog {
    max-width: 390px;
}

body #bannerModal .close {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    border-radius: 50px;
    position: absolute;
}

#bannerModal .footer-form {
    border: 3px solid #47a2b3;
}

.mailerlite-form .mailerlite-form-field input[type="email"] {
    width: 100%;
    padding: 14px 28px;
    border: none;
    background: var(--color--accent-light);
    border-radius: 50px;
}

.mailerlite-form span.mailerlite-form-error {
    color: #DC3231;
    font-size: 11px;
    padding: 0px 5px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}

.mailerlite-form .mailerlite-subscribe-submit {
    line-height: normal;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
    background-color: var(--color--accent-dark);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 40px;
    height: 62px;
    border: 1px solid var(--color--accent-dark);
    margin: 0;
}

.mailerlite-form .mailerlite-subscribe-submit:hover {
    color: var(--color--accent-dark);
    background-color: transparent;
}

.link-btn a {
    color: #38629F;
}






.scrolling-content-banner {
    position: relative;
    overflow: hidden;
}

.scrolling-content-banner::before,
.scrolling-content-banner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    /* adjust fade width */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* allows hover to work */
}

/* LEFT FADE */
.scrolling-content-banner::before {
    left: 0;
    background: linear-gradient(to right, #f9f9f9 10%, rgba(255, 255, 255, 0) 100%);
}

/* RIGHT FADE */
.scrolling-content-banner::after {
    right: 0;
    background: linear-gradient(to left, #f9f9f9 10%, rgba(255, 255, 255, 0) 100%);
}

.scrolling-content-banner .row {
    overflow: hidden;
    width: 100%;
    margin: 15px 0px;
}

.scrolling-content-banner .track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.scrolling-content-banner .item {
    flex: 0 0 auto;
    /* 🔥 prevents shrinking */
    min-width: 200px;
    height: 50px;
    margin-right: 15px;
    background: #DFDDF4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4D497E;
    padding: 5px 20px;
    border-radius: 33px;
}


.reviews-image-carousel {
    width: 100%;
    overflow: hidden;
}

.reviews-image-carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: reviews-carousel-scroll 90s linear infinite;
    align-items: center;
}

.reviews-image-carousel:hover .reviews-image-carousel-track {
    animation-play-state: paused;
}

.reviews-image-carousel-item {
    flex: 0 0 auto;
    width: 450px;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}

.reviews-image-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes reviews-carousel-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.reviews-image-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.88);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.reviews-image-lightbox.open {
    display: flex;
}

.reviews-image-lightbox-content {
    max-width: 94%;
    max-height: 94%;
    width: 100%;
    overflow: hidden;
}

.reviews-image-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 768px) {
    .reviews-image-lightbox-close {
        top: 14px;
        right: 14px;
        font-size: 2rem;
    }
}

.blog-guide-slider {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.blog-guide-slider.slick-initialized {
    opacity: 1;
}

@media (max-width: 991px) {
    .blog-heading-sec .blog-guide-slider .banner-blog-item > .row {
        align-items: center;
    }
    .blog-heading-sec .blog-guide-slider .blog-img img {
        height: 190px;
    }
    .banner-guide-content {
        display: none;
    }
    .blog-heading-sec .blog-guide-slider .banner-blog-item .post-date {
        position: relative;
        top: 10px;
    }
}