@import url(https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Sora:wght@100..800&display=swap);

.hero-content h1,
.text-resources h2,
.text-resources-workshop h5,
.therepy-text h1 {
    font-family: var(--Playfair)
}

a:hover,
p {
    color: var(--dark-gray)
}

.bg-thead th,
.copyright-text p a:hover,
.footer-widget ul,
.main-navigation ul ul li a,
.slicknav_nav a,
.slicknav_row a,
.therepy-text p,
a {
    color: var(--white)
}

.btn-anim::before,
.main-navigation ul li ul,
.mobile-menu-trigger.scrolled span {
    background-color: var(--black)
}

:root {
    --Sora: "Sora", sans-serif;
    --Playfair: "Playfair", serif;
    --white: #ffffff;
    --black: #000000;
    --dark-gray: #333333;
    --555-gray: #555555;
    --lightBlue: #2EA3F2;
    --yellow-dark: #FFA500;
    --light-gray: #e2f3ff;
    --black-800: #001726
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-family: var(--Sora)
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

.points-listing ul li,
.relation-listing ul li {
    padding-left: 30px;
    line-height: 2;
    margin-bottom: 6px
}

p {
    font-size: 16px;
    font-weight: 400
}

a {
    transition: .2s ease-in-out
}

.header-navigation-area .active>a,
.main-navigation .menu li.active>a::before {
    font-weight: 900;
    color: var(--lightBlue)
}

.top-header {
    height: 60px
}

.main-header {
    background: rgba(255, 255, 255, .25);
    position: absolute;
    top: 60px;
    padding: 10px 0;
    z-index: 101;
    width: 100%;
    transition: .3s ease-in-out
}

.main-header.scrolled {
    background: var(--white);
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transform: translateY(0);
    padding: 8px 0;
    animation: .35s ease-out slideDown
}

.logo-img {
    width: 100px;
    transition: width .3s ease-in-out
}

.logo-img.scrolled {
    width: 80px
}

.headerBg.scrolled img {
    max-width: 40%
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.main-navigation .menu a.active,
.main-navigation .menu a:hover {
    background: 0 0
}

.art-boxes,
.bg-contact-home,
.body-text-sz,
.main-navigation .menu a,
.therepy-img,
.wow {
    position: relative
}

.main-navigation .menu a::before {
    content: "";
    width: 0;
    height: 3px;
    background: var(--lightBlue);
    transition: .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 12px;
    transform: translateX(-50%)
}

.body-text-sz .read-blog:hover,
.btn-bgServices:hover,
.card-body .list-group .text-defaultweb:hover,
.copyright-text p a:hover,
.footer-menu li a:hover,
.footer-widget ul li a:hover,
.inner-social-link a:hover,
.location-dtls a:hover,
.social ul li a:hover {
    color: var(--yellow-dark)
}

.main-navigation .menu a:hover::before {
    width: 100%
}

.main-navigation ul li {
    display: inline-block;
    position: relative
}

.main-navigation ul li a {
    padding: 24px 8px;
    display: block;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 1;
    text-decoration: none
}

.main-navigation ul li ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 65px;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.main-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible
}

.main-navigation ul li ul li a {
    padding: 14px 20px;
    line-height: 26px
}

.main-navigation ul li ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid var(--dark-gray)
}

.main-navigation ul li ul ul {
    left: 250px;
    top: 0
}

.main-navigation ul li ul li:last-child,
.slicknav_item.slicknav_row a {
    border-bottom: 0
}

.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
    background: 0 0;
    border: none
}

.mobile-menu-trigger span {
    height: 3px;
    display: block;
    width: 28px;
    margin-bottom: 6px;
    background-color: var(--black)
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--dark-gray);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid
}

.mobile-menu-container li:last-child {
    border-bottom: none
}

.mobile-menu-container li:first-child {
    border-top: none
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    bottom: 0;
    color: var(--white);
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068"
}

.mobile-menu-container.menu-open,
.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu-close::after,
.mobile-menu-close::before {
    position: absolute;
    height: 30px;
    width: 2px;
    background: var(--white);
    content: '';
    top: 0
}

#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 150px 20px 20px
}

#mobile-menu-wrap div {
    background-color: transparent
}

#mobile-menu-wrap .slicknav_item i,
.next-slide-icon {
    display: none
}

.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left
}

.slicknav_btn {
    display: none !important
}

.slicknav_menu {
    padding-left: 0
}

.slicknav_nav li>a {
    display: block;
    font-weight: 400
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 6px;
    margin: 0
}

.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0
}

.slicknav_nav ul {
    margin: 0
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px
}

.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px
}

.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    border-radius: 0
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute
}

.slicknav_nav a,
.slicknav_row a {
    font-size: 16px;
    display: inline-block
}

.main-heading h2 {
    font-size: 40px;
    font-weight: 400
}

.main-heading p {
    font-size: 18px
}

.heroSecimg {
    position: relative;
    z-index: 1
}

.main-img img {
    width: 100%;
    max-height: 1200px;
    object-fit: cover
}

.hero-content {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    max-width: 960px;
    width: 100%;
    text-align: center
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
    color: var(--black);
    font-weight: 900
}

.hero-content p {
    margin-bottom: 32px;
    color: var(--black)
}

.circle-carousal-indicator [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--yellow-dark)
}

.carousal-bg-opacity,
.circle-carousal-indicator .active {
    opacity: 1
}

.three-tabs {
    position: relative;
    z-index: 2
}

.home-service-bg {
    background: linear-gradient(180deg, #eaf7ff 15.57%, #daf0ff 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.home-service-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    background-image: url(../img/home-service-bg-left.png);
    width: 350px;
    height: 450px;
    background-repeat: no-repeat;
    z-index: 0
}

.bg-workshop::before,
.home-service-bg::after {
    content: "";
    position: absolute;
    background-image: url(../img/home-service-bg-right.png);
    width: 550px;
    background-repeat: no-repeat;
    right: 0
}

.home-service-bg::after {
    top: -25%;
    height: 100%;
    z-index: 0
}

.btn-bgServices {
    background-color: var(--white);
    color: var(--black);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .1);
    font-size: 20px;
    min-width: 400px
}

.nav-pills .btn-bgServices.active,
.nav-pills .show>.nav-link {
    background-color: var(--yellow-dark);
    color: var(--white)
}

.nav-pills .btn-bgServices.active span,
.nav-pills .show>.nav-link {
    background-color: var(--black);
    color: var(--white)
}

.btn-bgServices span {
    background-color: var(--yellow-dark);
    border-radius: 8px;
    width: 50px;
    height: 50px
}

.home-service-img,
.transforming-relation-img {
    position: relative;
    z-index: 5
}

.home-service-img span {
    position: absolute;
    right: -15px;
    background-color: var(--black);
    color: var(--white);
    padding: 18px 22px;
    border-radius: 47px 47px 0;
    top: 50%;
    width: 276px;
    font-size: 20px;
    font-weight: 600
}

.footer-widget ul,
.points-listing ul,
.relation-listing ul {
    list-style: none;
    padding-left: 0
}

.animated-bx-effect:hover .subheading-with-text,
.text-resources h2 {
    color: var(--black)
}

.home-service-img .img-inside-couple {
    border-radius: 30px 30px 0;
    max-width: 480px;
    height: 410px;
    object-fit: cover;
    object-position: right
}

.therapy-home-content {
    max-width: 700px;
    margin: auto
}

.bg-home-leaf {
    background-image: url(../img/bg-leafs.png);
    position: relative;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: cover;
    background-position: center
}

.text-resources {
    max-width: 985px;
    margin: auto
}

.text-resources h2 {
    font-size: 40px;
    font-weight: 800
}

.bg-workshop,
.bg-workshop-left {
    padding: 80px 0;
    position: relative
}

.bg-workshop::before {
    top: -200px;
    height: 100%;
    z-index: -1
}

.circle {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: box-shadow 1s;
    padding: 16px;
    flex: none
}

.animated-bx-effect,
.couple-consider .img-consider-couple,
.transforming-relation-img .img-choose-couple {
    border-radius: 30px 30px 0
}

.subheading-with-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.workshop-group {
    height: 100%
}

.animated-bx-effect {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 3px 3px 25px 0 #0000001A;
    padding: 42px 40px;
    background-color: var(--white);
    transition: transform .3s
}

.bg-circle-blue,
.bg-circle-green,
.bg-circle-orange {
    box-shadow: 0 0 0 0 rgba(226, 244, 255, .5)
}

.animated-bx-effect:hover .bg-circle-blue,
.bg-circle-blue {
    background: linear-gradient(180deg, #e2f4ff 0, #c5e5fb 100%)
}

.animated-bx-effect-orange:hover .bg-circle-orange,
.bg-circle-orange {
    background: linear-gradient(180deg, #fff6e4 0, #ffe8be 100%)
}

.animated-bx-effect:hover {
    transform: translateY(-10px)
}

.video-play-button:after,
.video-play-button:before {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    content: ""
}

.animated-bx-effect .subheading-with-text {
    position: relative;
    z-index: 1;
    transition: color .5s
}

.animated-bx-effect:hover .bg-circle-blue {
    box-shadow: 0 0 0 400px rgba(226, 244, 255, .5)
}

.animated-bx-effect-orange:hover .bg-circle-orange {
    box-shadow: 0 0 0 400px rgba(255, 230, 190, .5)
}

.animated-bx-effect-green:hover .bg-circle-green,
.bg-circle-green {
    background: linear-gradient(180deg, #e1fff5 0, #a0eee1 100%)
}

.animated-bx-effect-green:hover .bg-circle-green {
    box-shadow: 0 0 0 400px rgba(160, 238, 225, .5)
}

.bg-why-choose-home {
    background-image: linear-gradient(180deg, rgba(234, 247, 255, .95) 15.57%, rgba(218, 240, 255, .95) 100%), url('../img/bg-leaf-why-choose.png');
    position: relative;
    padding: 55px 0 22px
}

.transforming-relation-img .relation-text-video {
    position: absolute;
    left: -70px;
    background-color: var(--black);
    color: var(--white);
    padding: 18px 22px;
    border-radius: 20px 20px 0;
    top: 50%;
    width: 250px;
    font-size: 25px;
    font-weight: 700
}

.transforming-relation-img .relation-text-video i {
    color: var(--black);
    font-size: 28px;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%)
}

.points-listing ul li {
    position: relative;
    font-size: 20px
}

.points-listing ul li::before {
    content: "";
    position: absolute;
    height: 21px;
    top: 20px;
    left: 0;
    margin-top: -12px;
    width: 20px;
    background: url(../img/tick-mark.svg) no-repeat
}

.video-play-button {
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    box-sizing: content-box;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 18px 20px
}

.video-play-button:before {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 55px;
    height: 55px;
    background: var(--yellow-dark);
    border-radius: 50%;
    animation: 1.1s ease-out infinite pulse-border
}

.video-play-button:after {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 60px;
    height: 60px;
    background: var(--yellow-dark);
    border-radius: 50%;
    transition: .2s
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.bg-testimonial-home {
    padding: 120px 0;
    background-image: url('../img/bg-testimonial.png');
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.carousel-control-next {
    margin: 0 48px
}

i.fa-arrow-left.arrow-custom,
i.fa-arrow-right.arrow-custom {
    background: var(--lightBlue);
    border: 2px solid var(--lightBlue);
    color: var(--white);
    padding: 10px;
    border-radius: 8px 8px 0;
    transition: .6s
}

i.fa-arrow-left.arrow-custom:hover,
i.fa-arrow-right.arrow-custom:hover {
    background: var(--yellow-dark);
    border: 2px solid var(--yellow-dark);
    color: var(--white)
}

.quotes-clr {
    color: #fff1d8;
    position: absolute;
    z-index: -1;
    font-size: 50px;
    left: -70px;
    top: -15px
}

.testimonial-profile {
    width: 60px;
    height: 60px
}

.control-btn {
    position: absolute;
    bottom: 12px;
    right: 10em
}

.carousel-control-next,
.carousel-control-prev {
    top: 16px;
    left: 80px
}

.testimonial-text {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px
}

.wow {
    grid-column: span 2
}

.carousel-landmark {
    grid-column: span 3
}

.bg-contact-home {
    background: linear-gradient(180deg, #eaf7ff 15.57%, #daf0ff 100%);
    padding: 70px;
    z-index: 1
}

.bg-contact-home::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/contact-bg-leaf.png);
    width: 450px;
    height: 410px;
    background-repeat: no-repeat
}

.label-form-top {
    font-size: 18px;
    font-weight: 600;
    color: var(--black)
}

.custom-form-home {
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    min-height: 50px
}

.custom-form-home-textarea {
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    min-height: 100px !important;
    resize: none
}

.custom-form-home-textarea:focus,
.custom-form-home:focus {
    border-color: none;
    box-shadow: none;
    border: 1px solid var(--light-gray)
}

.apponment-bg-sec,
.blog-home-bg {
    padding: 80px 0
}

.blog-card-bx {
    background-color: var(--white);
    box-shadow: 3px 3px 25px 0 #0000001A;
    overflow: hidden;
    border: none;
    transition: 250ms ease-in-out;
    border-radius: 30px 30px 0;
    height: 100%;
    max-height: 540px;
    min-height: 460px
}

.blog-card-bx p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.blog-card-bx:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 40px #d7dfe2
}

.blog-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.body-text-sz {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 20px 20px;
    min-height: 180px
}

.tag-date {
    background-color: var(--yellow-dark);
    color: var(--white);
    position: absolute;
    top: 0;
    left: 10%;
    transform: translate(-30%, -50%);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.body-text-sz h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.body-text-sz .read-blog {
    font-size: 16px;
    color: var(--lightBlue);
    font-weight: 600;
    transition: .2s ease-in-out
}

.btn-anim-blue::before,
.btn-anim::before {
    transition: .3s ease-out
}

.footer-section {
    background: var(--black-800);
    position: relative
}

.footer-widget-heading h3 {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 25px;
    position: relative
}

.copyright-text p,
.footer-menu li a,
.footer-text p,
.footer-widget ul li a {
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    transition: .2s ease-in-out
}

.footer-content {
    padding: 60px 0 0
}

.footer-logo img {
    max-width: 200px
}

.footer-widget ul li:not(:last-child) {
    margin-bottom: 12px
}

.footer-widget ul li a {
    text-transform: capitalize;
    padding-left: 10px;
    text-decoration: none
}

.footer-menu li {
    display: inline-block;
    margin-left: 12px
}

img.img-fluid.footer-logos-trusty {
    max-width: 120px
}

.location-dtls a {
    font-weight: 300
}

.copyright-text p a img {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.border-footer-top {
    border-top: 1px solid #053f65;
    padding: 10px 0 0
}

.therepy-text {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    color: var(--white);
    max-width: 550px;
    width: 100%
}

.therepy-text h1 {
    font-size: 60px;
    font-weight: 700
}

.family-therepy-servicebg {
    background: linear-gradient(180deg, #eaf7ff 15.57%, #daf0ff 100%)
}

.bg-thead th,
.btn-anim-blue::before,
.btn-slide,
.categoryArticleTxt h2::before {
    background-color: var(--lightBlue)
}

.bg-couple-concern,
.bg-workshop-left::before {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.spacing-around {
    padding: 70px 160px 70px 90px
}

.three-boxes-control {
    box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, .1);
    padding: 20px 40px;
    border-radius: 30px 30px 0
}

.control-read-more h4 {
    font-weight: 600;
    color: var(--black)
}

.control-read-more p {
    color: var(--555-gray)
}

.control-read-more .read-more-an {
    color: var(--lightBlue);
    font-weight: 600
}

.couple-consider {
    position: relative;
    z-index: 5;
    max-width: 580px
}

.relation-listing ul li {
    position: relative;
    font-size: 18px
}

.relation-listing ul li::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 16px;
    top: 20px;
    left: 0;
    margin-top: -12px;
    background: url(../img/arrow-mark.svg) no-repeat
}

.list-heading h3 {
    font-size: 30px;
    font-weight: 400
}

.btn-slide,
.btn-slide span,
.btn-slide-blue,
.btn-slide-blue span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.bg-workshop-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: -210px;
    background-image: url(../img/leaf-left-couple.png);
    z-index: -1
}

.bg-couple-concern {
    padding: 70px 0;
    background-image: url('../img/bg-testimonial.png');
    background-position: center
}

.btn-slide,
.btn-slide-blue {
    width: auto;
    height: auto;
    cursor: pointer
}

.btn-slide {
    border: none;
    border-radius: 4px 15px 0 4px
}

.btn-slide span,
.btn-slide-blue span {
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 38px;
    transition: .3s
}

.btn-anim span,
.btn-anim-blue span {
    color: #fff;
    border: none;
    transition: .2s .1s
}

.btn-anim span:hover,
.btn-anim-blue span:hover {
    color: var(--white);
    transition: .2s .1s
}

.card-body .list-group .text-defaultweb,
.categoryArticleTxt h2,
.listingCategory a:hover,
.main-heading .academic-clr {
    color: var(--lightBlue)
}

.btn-slide-blue.hover-filled-slide-down::before,
.btn-slide.hover-filled-slide-down::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px 15px 0 4px
}

.btn-slide-blue.hover-filled-slide-down:hover::before,
.btn-slide.hover-filled-slide-down:hover::before {
    height: 0%
}

.btn-anim-blue::after,
.btn-anim-blue::before,
.btn-anim::after,
.btn-anim::before {
    position: absolute;
    content: ""
}

.btn-slide-blue {
    background-color: var(--yellow-dark);
    border: none;
    border-radius: 4px 15px 0 4px
}

.blog-hchc-bg,
.workshop-service-bg {
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.blog-hchc-bg::before,
.workshop-service-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    background-image: url(../img/home-service-bg-left.png);
    width: 350px;
    height: 450px;
    background-repeat: no-repeat;
    z-index: -1
}

.blog-hchc-bg::after {
    content: "";
    position: absolute;
    background-image: url(../img/home-service-bg-right.png);
    width: 550px;
    background-repeat: no-repeat;
    right: 0;
    top: -12%;
    height: 100%;
    z-index: -1
}

.appoinment-form {
    background: linear-gradient(180deg, #eaf7ff 15.57%, #daf0ff 100%);
    border-radius: 56px 56px 0;
    overflow: hidden
}

.bg-workshop-leaf {
    background-image: url(../img/bg-workshop-leafs.jpg);
    position: relative;
    background-repeat: no-repeat;
    padding: 35px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.text-resources-workshop h5 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5
}

.card-deck {
    font-size: 20px
}

.event-hchc-bg {
    overflow: inherit
}

.widgetsWitdh {
    position: sticky;
    position: -webkit-sticky;
    top: 100px
}

.categoryArticleTxt h2 {
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    max-width: max-content;
    text-transform: capitalize
}

.categoryArticleTxt h2::before {
    left: 0;
    top: 100%;
    width: -webkit-fill-available
}

.categoryArticleTxt h2::after,
.categoryArticleTxt h2::before {
    height: 2px;
    content: "";
    transform: translate(0, 0);
    position: absolute
}

.categoryArticleTxt h2::after {
    right: 0;
    top: 100%;
    width: 50px;
    background-color: var(--yellow-dark)
}

.categoryWidth {
    border-radius: 8px;
    box-shadow: 8px 6px 16px 0 rgb(0 0 0 / 8%)
}

.listingCategory:not(:last-child) {
    border-bottom: 1px solid var(--555-gray)
}

.listingCategory {
    margin: 0 16px;
    padding: 16px 0
}

.listingCategory a {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-gray);
    text-decoration: none
}

.container .is-style-wfu-shields {
    border: none;
    background: url(../img/shield-divider-transparent.png) top center no-repeat;
    height: 27px;
    margin: 27px auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container .is-style-wfu-shields::after,
.container .is-style-wfu-shields::before {
    height: 1px;
    background: var(--light-gray);
    display: block;
    content: " ";
    width: calc((100% - 156px)/ 2)
}

.sidebar-section {
    background: url(../img/bg-sidebar.png) top right repeat-y #f2f2f2
}

.calendar-table {
    font-size: 16px
}

.calendar-table tbody tr td a {
    color: var(--black);
}

.calendar-table tbody tr td a:hover {
    color: var(--yellow-dark);
}

.card-body .list-group i {
    font-size: 8px
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #EAF7FF;
}

/*  22 Aug **/

.blog-content {
  display: flex; /* Initial layout for larger screens */
  gap: 20px; /* Space between TOC and article body */
  margin-top: 40px; /* Applied margin-top */
}

.blog-content .toc {
  flex-basis: 30%; /* Width for TOC on larger screens */
  position: sticky; /* Make TOC sticky */
  top: 20px; /* Stick 20px from the top of the viewport */
  align-self: flex-start; /* Make height fit content in flex container */
  /* You might want to add overflow-y: auto; max-height: ...; for long TOCs */
}

.blog-content .article-body {
  flex-basis: 70%; /* Width for article body on larger screens */
  text-align: justify; /* Justify text on all screen sizes */
}

.toc li {
    margin-bottom: 0.5rem;
    list-style: disc;
    margin-left: 20px;
}

@media (max-width: 991.98px) { /* Responsive styles for screens less than 992px */
  .blog-content {
    flex-direction: column; /* Stack children vertically on small screens */
    /* Remove gap for column layout if not needed */
    gap: 0;
  }

  .blog-content .toc,
  .blog-content .article-body {
    flex-basis: auto; /* Reset flex-basis */
    width: 100%; /* Make them take up full width */
    align-self: auto; /* Reset align-self in column layout */
  }

  .blog-content .toc {
    position: static; /* TOC is not sticky in column layout */
    top: auto; /* Reset top offset */
    margin-bottom: 20px; /* Add space below TOC when stacked */
  }
}

