.content-bx {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: var(--main-color);
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px
}

.content-bx::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ecf6fd;
    z-index: -1
}

.content-bx .title {
    color: var(--main-color);
    transition: var(--transition);
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

@media(max-width:767px) {
    .content-bx {
        font-size: 36px;
        word-break: break-word
    }

    .content-bx .title {
        font-size: 12px
    }

    .content-bx::before {
        width: 50px;
        height: 50px
    }
}

.content-wrapper {
    background-position: top right;
    background-repeat: no-repeat;
}

.background-blend-mode {
    background-blend-mode: luminosity;
}

@media(max-width:991px) {
    .content-wrapper {
        background-image: none !important;
    }
}

@media(min-width:1200px) {
    .col-lg-1by5 {
        width: 20%;
        flex: 0 0 20%;
    }
}

.sameheight .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.sameheight .owl-stage .itemss {
    height: 100%;
}

.sameheight .owl-stage .itemss .height-100 {
    height: 100%;
}

.floatfat {
    background-color: #fff;
    display: flex;
    margin-top: -45px;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.floaterr {
    border-right: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 25px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    transition: .8s;
    justify-content: center;
    min-height: 80px;
}

.floaterr svg {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    flex: none;
    fill: #444;
}

.floaterr svg .pagla {
    fill: var(--main-color3);
}

.floaterr span {
    font-weight: 600;
}

.floaterr.bg3 {
    background: linear-gradient(90deg, #3b57ba 0%, #3b82f6 100%) !important;
    color: #fff !important;
}

.floaterr.bg3 svg {
    fill: #fff;
    transition: fill ease-in .3s;
}

.floaterr:hover {
    background: linear-gradient(90deg, #3b57ba 0%, #3b82f6 100%);
    color: var(--whiteColor);
}

.floaterr:hover svg,
.floaterr:hover svg .pagla {
    fill: #fff !important;
}

.diego:hover {
    background: #F5FAFF
}

.diag {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: var(--main-color);
    padding: 10px;
    border-radius: 50%;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
}

.diag img {
    width: 70px;
    height: 70px;
    position: relative;
}

.diego:hover .diag {
    background: var(--main-color3)
}

.diego:hover .diag img {
    width: 66px;
    height: 66px
}

.jugnuwale {
    height: 100%;
}

.jugnucha {
    padding-bottom: 20px !important;
    position: relative;
    transition: var(--transition)
}

.jugnuwale.active,
.jugnuwale.active:hover,
.jugnuwale:hover {
    background: var(--main-color3)
}

.jugnuwale.active *,
.jugnuwale:hover * {
    color: var(--whiteColor)
}

.link-hover-end {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 15px;
    color: var(--main-color3)
}

.jugnuwale:hover .link-hover-end {
    left: 25px
}

.dandili ul {
    display: flex;
    flex-wrap: wrap;
}

.whywhy li {
    display: inline-flex;
    margin: 5px 0;
    padding-left: 10px !important;
    line-height: 1.3;
}

.whywhy li div {
    padding: 8px 20px 8px 36px !important;
    background: var(--whiteColor);
    border-radius: 15px;
    border-bottom: 2px solid var(--main-color2);
    width: 100%;
}

.whywhy li::before {
    left: 22px;
    top: 12px;
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.top20 {
    top: 20px;
}

.top30 {
    top: -3px;
}

.ordeal {
    position: absolute;
    right: -46px;
    top: 1px;
    opacity: .6
}

.searcha .form-control {
    font-weight: 400;
    font-size: 15px;
    padding-left: 40px;
}

.searcha .input-group-text {
    border: 0;
    background: #fff;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:767px) {
    .searcha .form-control {
        border: 1px solid #eee;
        border-radius: 10px;
    }

    .searcha .btn {
        min-width: 120px;
    }
}

@media only screen and (max-width:575px) {
    .ordeal {
        right: auto;
        left: 0;
        top: 38px;
        opacity: .6;
        font-size: 14px !important;
    }
}

.clocker i {
    font-size: 22px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(155, 255, 166, 0.5);
}

.testimonial.dotta .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    margin: 0;
    transition: opacity .3s ease;
    display: flex;
    justify-content: center;
    flex-flow: row;
    line-height: 1;
}

.testimonial.dotta .owl-dots .owl-dot {
    margin: 0 2px;
    display: inline-block;
    height: auto;
}

.testimonial.dotta .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    transition: width ease-in-out .5s;
    background: var(--main-color3);
    display: inline-block;
    border-radius: 10px;
    opacity: .8;
}

.testimonial.dotta .owl-dots .owl-dot.active span,
.testimonial.dotta .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 10px;
    height: 14px;
    transition: width ease-in-out .5s;
    background: var(--main-color3);
    opacity: 1;
}

.desc .h5 {
    min-height: 50px;
}

.faq-accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
}

.faq-accordion .accordion-content p {
    padding-top: 15px;
}

.faq-accordion .accordion-content ul {
    margin: 0;
    padding: 0;
    padding-left: 20px
}

.faq-accordion .accordion-button:not(.dusra),
.faq-accordion .accordion-button:not(.collapsed) {
    border: 0;
    color: var(--black-color);
    padding: 1rem 1.25rem;
    border-radius: 10px;
    font-weight: 500;
}

.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:not(.collapsed):hover {
    color: var(--black-color)
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%230a7cc9' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%230a7cc9' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e")
}

.accordion-content {
    padding-left: 40px !important
}

.advisorsteam .owl-stage,
.doctorsteam .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.advisorsteam .owl-stage .item,
.doctorsteam .owl-stage .item {
    height: 100%;
}

.qq {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .35
}

.testimonial-block {
    background: url(../images/icons/speech.svg) no-repeat right 10px top 10px #F5FAFF;
    background-size: 40px
}

.testimonial-content {
    padding-bottom: 80px !important;
    position: relative
}

.shii {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0
}

.shii img.max {
    width: 50px;
}

.bb4 {
    border-bottom: 4px solid var(--main-color3)
}

@media(min-width:575px) AND (max-width:1199px) {
    .col-md-1by5 {
        width: 20%;
        flex: 20%;
    }
}

.intro-img {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 1;
}

.intro-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
    height: 63%;
    background-color: var(--main-color3);
    border-radius: 12px;
    z-index: -1;
}

.introimg {
    width: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.th-why {
    padding: calc(12px + 18 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);

    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
    height: 100%;
}

.th-why .th-why-icon {
    position: relative;
    margin-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
    border-radius: 4px;
    background-color: #0a7cc9;
    height: 70px;
    width: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1;
}

.th-why .th-why-icon img {
    width: 45px;
    height: 45px;

    object-fit: contain;

    transition: all 0.8s ease-in-out;

    position: relative;
    z-index: 2;
}

.th-why .th-why-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #2f96a5;
    pointer-events: none;
}

.th-why:hover .th-why-icon img {
    transform: rotateY(180deg);
}

.th-why:hover .th-why-icon::after {
    animation: effect-round-1 2s linear infinite;
}

@keyframes effect-round-1 {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    75% {
        transform: scale(1.2);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.th-why h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #243342;
}

.th-why p {
    font-size: 15px;
    line-height: 1.6;
    color: #8b9298;
    margin-bottom: 0;
}

/* Subtle image hover zoom */
.img-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.img-zoom {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-zoom:hover .img-zoom {
    transform: scale(1.08);
}

/* Glassmorphism utility */
.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.glass-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--habitap-midnight);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(11, 17, 30, 0.12);
    transition: all 0.25s ease;
    text-decoration: none;
}

.glass-btn:hover {
    background: var(--habitap-midnight);
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(11, 17, 30, 0.2);
}

/* Soft Elevated Shadows */
.shadow-habitap-soft {
    box-shadow: 0 16px 36px -12px rgba(11, 17, 30, 0.08);
}

.shadow-habitap-card {
    box-shadow: 0 10px 25px -8px rgba(11, 17, 30, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shadow-habitap-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -10px rgba(11, 17, 30, 0.22);
}

/* Category Cards Gradient Overlay */
.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 17, 30, 0.05) 0%, rgb(11 17 30 / 0%) 50%, rgba(11, 17, 30, 0.94) 100%);
    z-index: 1;
}

.category-content {
    position: relative;
    z-index: 2;
}

/* Quick Filter Pills */
.quick-pill-item {
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    text-decoration: none;
}

.quick-pill-item:hover {
    background-color: var(--habitap-slate-100);
    border-color: var(--habitap-slate-200);
}

.quick-pill-item.active {
    background-color: var(--habitap-midnight) !important;
    border-color: var(--habitap-midnight) !important;
}

/* Custom Badges & Dots */
.pulse-dot-mint {
    width: 8px;
    height: 8px;
    background-color: var(--habitap-mint);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse-dot 1.8s infinite;
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* Category Aspect Ratio Card */
.aspect-card {
    aspect-ratio: 4 / 5;
}

/* Carousel Custom Styling */
#heroCarousel .carousel-indicators {
    position: static;
    margin: 0;
    justify-content: flex-start;
    gap: 8px;
}

#heroCarousel .carousel-indicators button {
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--habitap-slate-400);
    opacity: 0.35;
    border: none;
    transition: all 0.3s ease;
    margin: 0;
}

#heroCarousel .carousel-indicators button.active {
    width: 52px;
    background-color: var(--habitap-sapphire);
    opacity: 1;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.bg-blue {
    background-color: #3B82F6;
}