/* about us pages */
.banner-sec {
    width: 100%;
    min-height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 30px 0 0px;
    display: flex;
    align-items: center;
}

.banner-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    /*background: linear-gradient(to right, #EBF4F3 40%, rgba(0 0 0 / 0) 100%);*/
}

.banner-sec.about-us-banner-sec {
    background-image: url(../img/about-banner.jpg);
}

.banner-sec.about-us-banner-sec.our-service-banner-sec {
    background-image: url(../img/our-service-bg.jpg);
}

.banner-sec .container {
    max-width: 1720px;
    height: 100%;
}

.banner-sec .banner-con {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.banner-con-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.banner-sec .banner-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #eea676;
    margin-bottom: 20px;
}

.banner-con-left .cms-con {
    /* max-width: 350px; */
}

.banner-con-left .cms-con p {
    color: #ffffff !important;
}


.banner-con-right-desc {
    display: flex;
    align-items: center;
}

.banner-con-right {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 22px 10px 22px 6px;
}

.banner-con-right-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

.banner-con-right-box:first-child {
    padding-left: 0;
}

.banner-con-right-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
    height: 50px;
}

.banner-con-right-box:last-child::before {
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
}

.banner-con-right-box .img-box i {
    font-size: 42px;
    color: #EEA676;
    margin-right: 20px;
}

.our-mission-box .img-box i {
    font-size: 42px;
    color: #EEA676;
    margin-right: 20px;
}

.banner-con-right-box .content-box span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #eea676;
    display: block;
    margin-bottom: 6px;
}

.banner-con-right-box .content-box a {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    display: block;
    transition: all .4s ease-in-out;
}

.banner-breadcrumb {
    position: absolute;
    bottom: 30px;
    z-index: 2;
}

.single-our-services .banner-breadcrumb,
.post-type-archive-our-services .banner-breadcrumb {
    position: relative;
    bottom: auto;
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner-breadcrumb .breadcrumb-item {
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding-right: 15px;
}

.banner-breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all .4s ease-in-out;
}


.breadcrumb-item+.breadcrumb-item::before {
    background-image: url(../img/right-arrow.svg);
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    left: -7px;
    top: 1px;
}

.reviews-sec {
    background-image: url(../img/review-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.reviews-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 127, 67, 0.94);
}

.reviews-wrap {
    position: relative;
    z-index: 2;
}

.reviews-sec .sec-head {
    max-width: 75%;
}

.reviews-sec .sec-head .sub-title,
.reviews-sec .sec-head .sec-md-title {
    color: #fff;
}

.reviews-sec .sec-head .sub-title span {
    background-color: #fff;
}

.reviews-silder {
    margin: 0 -15px;
}

.reviews-silde {
    padding: 0 15px;
}

.review-silde-box {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding: 50px 30px;
    width: 100%;
}


.review-silde-box::after {
    content: '';
    position: absolute;
    background-image: url(../img/review-down.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 26px;
    bottom: -25px;
    left: 58px;
}

.review-silde-box .img-box {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.review-silde-box .cms-con p {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #2E2828;
    line-height: 1.6;
}

.review-box-name {
    display: flex;
    align-items: center;
    margin-left: 47px;
    margin-top: 30px;
}

.review-box-name .review-box-name-img {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    margin-right: 20px;
}

.review-box-name-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.name-box-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-bottom: 4px;
}

.name-box span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.our-team-wrap .sec-head .sub-title {
    justify-content: center;
}

.our-team-con {
    margin-top: 50px;
    display: block;
}

.our-team-wrap .cms-con p {
    color: #575A5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.our-team-con-box .img-box {
    max-width: 230px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.our-team-con-box .team-social-icon {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(50px);
    transition: all .4s ease-in-out;
}

.our-team-con-box .team-social-icon::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(5, 39, 35, 0) 0%, #052723 100%);
    bottom: -20px;
    width: 100%;
    height: 100px;
    opacity: 50%;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.our-team-con-box:hover .team-social-icon::before {
    visibility: visible;
}

.our-team-con-box:hover .team-social-icon {
    transform: translateY(0);
}

.our-team-con-box .team-social-icon a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
}

.our-team-con-box .team-social-icon a i {
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all .4s ease-in-out;
}

.our-team-con-box .img-box img {
    width: 100%;
    border-radius: 12px;
}

.our-team-con-box .content-box {
    background-color: #F5F5F5;
    border-radius: 14px;
    padding-top: 106px;
    margin-top: -86px;
    padding-bottom: 20px;
}

.doctor-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #201313;
    display: block;
    margin-bottom: 10px;
}

.our-team-con-box .content-box span {
    color: #2E2828;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: block;
    text-align: center;
}

.about-sehedule-appointment-sec .half-cricle {
    background-color: rgba(8, 118, 105, 0.03);
}

.about-sehedule-appointment-sec .schedule-appointment-wrap {
    background-color: #FEF7F2;
}

.about-sehedule-appointment-sec .btn:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: #fff;
}

.about-sehedule-appointment-sec .line-circle {
    background-image: url(../img/bg-image.png);
    background-size: cover;
    background-position: center;
}

.counter-sec.about-counter-sec {
    background-color: #F9F9F9;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.get-facilities-wrap .sec-head .sub-title {
    justify-content: center;
}

.get-facilities-wrap .cms-con p {
    text-align: center;
    color: #575A5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 598px;
    margin: auto;
}

.get-facilities-box {
    background-color: #F1F8F7;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    padding: 60px 25px;
    position: relative;
    overflow: hidden;
}

.get-facilities-box .round-shape {
    top: 10px;
    left: -50px;
    background-color: rgba(32, 19, 19, 0.03);
    opacity: 1;
}

.get-facilities-box .img-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 35px;
}

.get-facilities-title {
    color: #201313;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.get-facilities-desc {
    margin-bottom: 40px;
}

.get-facilities-sec .sqaure {
    left: 112px;
    top: 182px;
}

.about-sehedule-appointment-sec .cricle {
    right: 130px;
    bottom: 96px;
}

.about-get-in-touch-sec .cricle {
    right: 45px;
    left: inherit;
    bottom: 197px;
}

.our-team-sec .sqaure {
    top: 65px;
}

.our-team-sec .cricle {
    bottom: 45px;
}

.service-team-sec .sqaure {
    top: inherit;
    bottom: 100px;
}

.service-team-sec .cricle {
    top: 100px;
    bottom: inherit;
    right: 45px;
}

.about-blog-sec .sqaure {
    left: inherit;
    right: 84px;
    top: -50px;
}

.about-blog-sec .cricle {
    right: inherit;
    left: 50px;
    top: 262px;
}

.cricle-grey {
    background-color: rgba(87, 90, 95, 0.03);
}

.cricle-grey .border-cricle {
    border: 1px dashed rgba(87, 90, 95, 0.2);
}

.discover-service {
    color: #2E2828;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.discover-service a {
    color: #087669;
    font-weight: 700;
    text-decoration: underline;
    transition: all .4s ease-in-out;
}

.our-mission-sec.common-sec {
    padding-top: 195px;
}

.our-mission-wrap {
    max-width: 1020px;
    margin: auto;
}

.our-mission-img {
    width: 100%;
    height: 500px;
    border-radius: 16px;
}

.our-mission-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.our-mission-con .cms-con {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.our-mission-con .cms-con p {
    color: #052723;
    line-height: 1.6;
}

.our-mission-bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.our-mission-box {
    width: 50%;
    padding: 0 10px;
}

.our-mission-box .cms-con {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-mission-box .img-box {
    width: 28px;
    height: 28px;
    margin-bottom: 20px;
}

.our-mission-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-mission-box-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #052723;
    display: block;
    margin-bottom: 10px;
}

.our-mission-box .cms-con p {
    color: #575A5F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-mission-sec .cricle {
    right: inherit;
    bottom: inherit;
    top: 100px;
    left: 214px;
}

.our-mission-sec .sqaure {
    left: inherit;
    top: inherit;
    bottom: 147px;
    right: 134px;
}

.our-vision-sec {
    background-image: url(../img/vision-bg.jpg);
    background-repeat: no-repeat;
    height: 715px;
    width: 100%;
    margin-top: 330px;
}

.our-vision-sec .cricle {
    bottom: inherit;
    top: 80px;
}

.our-vision-wrap {
    max-width: 1020px;
    margin: auto;
}

.our-vision-sec .lf-video-wrapper {
    margin-top: -330px;
}

.our-vision-wrap .sec-head {
    margin-bottom: 20px;
}

.our-vision-wrap .cms-con {
    margin-bottom: 55px;
}

.our-vision-wrap .cms-con p {
    color: #fff;
    line-height: 1.6;
}

.our-vision-name {
    display: flex;
    align-items: center;
}

.our-vision-name .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.our-vision-name .content-box {
    margin-left: 20px;
}

.our-vision-name .content-box .name-box {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.our-vision-name .content-box span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

.our-vision-img {
    width: 100%;
    height: 500px;
    border-radius: 16px;
}

.our-vision-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.long-journey-con .sec-head {
    margin-bottom: 25px;
}

.long-journey-con .cms-con p {
    color: #575A5F;
    line-height: 1.6;
    margin-bottom: 25px;
}

.long-journey-con ul {
    margin-bottom: 0 !important;
}

.long-journey-con ul li {
    margin-bottom: 8px !important;
}

.long-journey-img-box {
    display: flex;
    align-items: center;
    position: relative;
}

.long-journey-img-box .img-box-1 {
    max-width: 310px;
    height: 500px;
    border-radius: 16px;
    margin-right: 10px;
}

.long-journey-img-box .img-box-2 {
    max-width: 280px;
    height: 500px;
    border-radius: 16px;
    position: relative;
    clip-path: polygon(0 -5%, 100% 50%, 100% 100%, 0% 100%);
}

.long-journey-logo {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: -1;
}

.experience-cricle {
    width: 160px;
    height: 160px;
    background-color: #FAF9FB;
    box-shadow: 0px 0px 0px 20px #FFFFFF1A;
    border-radius: 50%;
    position: absolute;
    bottom: 48px;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.experience-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #575A5F;
    text-transform: uppercase;
}

.experience-text span {
    color: #087669;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 4px;
}

.quote-line {
    max-width: 393px;
    margin: 64px auto 0;
    position: relative;
}

.quote-line-text {
    color: #EEA676;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
}

.quote-line img {
    position: absolute;
    max-width: 30px;
}

.quote-line .quote-img-1 {
    top: -20px;
    left: -45px;
}

.quote-line .quote-img-2 {
    bottom: -10px;
    right: -14px;
    transform: rotate(180deg);
}

.long-journey-sec .sqaure {
    left: 103px;
    top: 303px;
}

.cricle-white {
    background-color: rgba(255, 255, 255, 0.06);
}

.cricle-white .border-cricle {
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

/* about us pages */


/* our-service-page */

.our-service-sec .sec-head {
    max-width: 80%;
    margin-bottom: 30px;
}

.our-service-counter-sec {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.our-service-list .row {
    --bs-gutter-x: 20px;
}

.our-service-box {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: 35px 25px;
}

.our-service-box .img-box {
    max-width: 53px;
    margin-bottom: 28px;
}

.our-service-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-service-title {
    color: #201313;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.qualified-service-wrap .qualified-img {
    max-width: 475px;
    height: 650px;
    position: relative;
}

.qualified-service-wrap .qualified-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.qualified-service-wrap .experience-box {
    background-color: #052723;
    border-radius: 16px;
    padding: 36px 22px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    max-width: 178px;
    text-align: center;
    text-transform: uppercase;
}

.qualified-service-wrap .experience-box span {
    display: block;
    color: #EEA676;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
}

.qualified-service-con {
    margin-left: 20px;
}

.qualified-service-con .sec-head {
    margin-bottom: 25px;
}

.qualified-service-con .cms-con p {
    color: #575A5F;
    line-height: 1.6;
}

.qualified-service-con ul {
    margin-bottom: 0 !important;
}

.qualified-service-con ul li {
    display: flex;
    align-items: start;
    padding-left: 0 !important;
    margin-bottom: 30px !important;
}

.qualified-service-con ul li::before {
    content: unset !important;
}

.qualified-service-con ul li .img-box {
    min-width: 32px;
    min-height: 32px;
    margin-right: 16px;
}

.qualified-service-con ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qualified-service-con ul li .qualified-box-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #052723;
}

.qualified-service-sec .sqaure {
    right: 103px;
    top: 350px;
}

.all-service-wrap .row {
    --bs-gutter-x: 0;
}

.all-service-img {
    width: 100%;
    height: 857px;
}

.all-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-service-wrap .all-service-row:nth-child(even) .all-service-img {
    height: 673px;
}

.all-service-con {
    background-image: url(../img/all-serice-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.all-service-con.style-2 {
    background-image: url(../img/all-service-bg-2.png);
}

.all-service-con-main {
    max-width: 785px;
    margin-left: 118px;
    padding: 80px 0 65px;
}

.all-service-wrap .all-service-row:nth-child(even) {
    flex-direction: row-reverse;
}

.all-service-wrap .all-service-row:nth-child(even) .all-service-con-main {
    margin-left: auto;
    margin-right: 147px;
}

.all-service-con-main .sec-head {
    margin-bottom: 20px;
}

.all-service-con-main .cms-con {
    max-width: 560px;
    margin-bottom: 38px;
}

.all-service-con-main .cms-con p {
    color: #575A5F;
    line-height: 1.6;
}

.all-service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
}

.all-service-list-box {
    width: 33.33%;
    height: 100%;
    margin-bottom: 36px;
    padding: 0 28px;
}

.all-service-list-box .img-box {
    max-width: 53px;
    margin-bottom: 28px;
}

.all-service-list-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #201313;
    display: block;
    margin-bottom: 10px;
}

.all-service-list-box .cms-con p {
    color: #2E2828;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-service-list-box .cms-con {
    margin-bottom: 22px;
}

.all-service-list-box .card-read-more {
    color: #EEA676;
    font-size: 15px;
    font-weight: 700;
    display: flex;
}

.all-service-list-box .card-read-more i {
    font-size: 20px;
    margin-right: 10px;
}

.all-service-list-box .card-read-more:hover {
    color: #087669;
}

.service-reviews-sec .cricle {
    bottom: 200px;
}

.service-blog-sec .sqaure {
    right: 84px;
    top: 400px;
    left: inherit;
}

.service-blog-sec .cricle {
    left: 50px;
    right: inherit;
}

/* our-service-page */

.blog-items-sec {
    display: flex;
    gap: 60px;
}

.blog-items {
    flex: 1;
}

.blog-items .blog-box .blog-box-title {
    font-weight: 800;
}

.blog-box .blog-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-bar {
    flex: 1;
    max-width: 372px;
}

.blog-items .blog-box {
    margin-bottom: 80px;
}

.side-bar .search-form {
    position: relative;
    border-radius: 10px;
}

.side-bar .search-form input {
    background: #f5f5f5;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    padding: 20px;
    width: 100%;
    padding-right: 50px;
    border-radius: 12px;
}

.side-bar .search-form input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.side-bar .search-form button {
    color: #000;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-bar .search-form button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.blog-social-media {
    margin-top: 40px;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 15px;
}

.blog-social-media .blog-social-media-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
}

.blog-social-media .footer-social-icon a {
    color: #000;
}

.not-found {
    background-color: #f7f7f7;
    border-radius: 12px;
    text-align: center;
    padding: clamp(3.125rem, 3.818rem + -2.959vw, 1.563rem);
}

.blog-thumb-img {
    margin-bottom: 50px;
}

.banner-con-left {
    max-width: 45%;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
}

.nav-links .page-numbers {
    background-color: #052723;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all .4s ease-in-out;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
    background-color: #087669;
}

.nav-links .next.page-numbers,
.nav-links .prev.page-numbers {
    background-color: transparent;
    color: #087669;
    width: auto;
    padding: 0;
    font-size: 18px;
    transition: all .4s ease-in-out;
}

.nav-links .next.page-numbers:hover,
.nav-links .prev.page-numbers:hover {
    color: #EEA676;
}



@media (min-width: 1025px) {
    .discover-service a:hover {
        color: #EEA676;
    }

    /* 
    .our-team-con-box .team-social-icon a:hover i {
        color: #087669;
    } */

    .banner-breadcrumb .breadcrumb-item a:hover {
        color: #EEA676;
    }

    .banner-con-right-box .content-box a:hover {
        color: #EEA676;
    }

    .blog-social-media .footer-social-icon a.twitter:hover {
        color: #1DA1F2;
    }
}

@media (max-width: 1699px) {

    .long-journey-sec .sqaure,
    .get-facilities-sec .sqaure {
        left: 50px;
    }

    .our-mission-sec .cricle {
        left: 50px;
    }

    .our-mission-sec .sqaure,
    .about-sehedule-appointment-sec .cricle,
    .our-team-sec .cricle {
        right: 50px;
    }

    .accordion-sec.common-sec {
        padding-bottom: 100px;
    }
}

@media (max-width: 1599px) {

    .long-journey-sec .sqaure,
    .get-facilities-sec .sqaure {
        left: 30px;
    }

    .our-vision-sec .cricle,
    .our-mission-sec .sqaure,
    .about-sehedule-appointment-sec .cricle,
    .our-team-sec .cricle,
    .about-get-in-touch-sec .cricle {
        right: 30px;
    }

    .about-sehedule-appointment-sec .cricle {
        bottom: 8px;
    }

    .our-team-sec .cricle {
        bottom: 5px;
    }

    .about-blog-sec .cricle {
        top: 100px;
    }

    .all-service-con-main {
        margin-left: 50px;
        max-width: 100%;
        margin-right: 30px;
    }

    .all-service-wrap .all-service-row:nth-child(even) .all-service-con-main {
        margin-left: 30px;
        margin-right: 50px;
    }

    .all-service-list {
        margin: 0 -22px;
    }

    .all-service-img {
        width: 100%;
        height: 832px;
    }

    .all-service-wrap .all-service-row:nth-child(even) .all-service-img {
        height: 648px;
    }

    .all-service-list-box {
        padding: 0 22px;
        margin-bottom: 30px;
    }


    .qualified-service-sec .sqaure {
        right: inherit;
        left: 40px;
        top: 350px;
    }

    .qualified-service-sec .cricle {
        right: 20px;
    }

    .service-team-sec .sqaure {
        left: 20px;
        bottom: -20px;
    }

    .service-reviews-sec .cricle {
        right: -20px;
    }

    .service-blog-sec .cricle {
        left: 20px;
        right: inherit;
        bottom: -120px;
    }

    .service-blog-sec .sqaure {
        right: 44px;
        top: 150px;
        left: inherit;
    }
}

@media (max-width: 1366px) {
    .banner-sec {
        min-height: 440px;
        padding: 20px 0 0;
    }

    .qualified-service-sec .sqaure {
        left: 20px;
    }

    .service-team-sec .sqaure {
        left: 20px;
        bottom: 20px;
    }

    .service-reviews-sec .cricle {
        right: 30px;
        bottom: 50px;
    }

    .about-sehedule-appointment-sec .cricle {
        bottom: 20px;
    }
}

@media (max-width: 1280px) {
    .long-journey-sec .sqaure {
        top: inherit;
        bottom: -30px;
    }

    .all-service-con-main {
        padding: 50px 0;
    }

    .all-service-img {
        height: 786px;
    }

    .all-service-wrap .all-service-row:nth-child(even) .all-service-img {
        height: 602px;
    }

    .qualified-service-sec .cricle {
        bottom: -50px;
    }

    .qualified-service-sec .sqaure {
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 1199px) {
    .banner-sec {
        min-height: 400px;

    }

    .get-facilities-box {
        padding: 30px 25px;
    }

    .get-facilities-box .img-box {
        width: 60px;
        height: 60px;
        margin: 0 auto 25px;
    }

    .get-facilities-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .review-silde-box {
        padding: 25px 15px;
    }

    .review-silde-box::after {
        left: 35px;
    }

    .review-box-name {
        margin-left: 25px;
        margin-top: 25px;
    }

    .reviews-sec .sec-head {
        max-width: 85%;
    }

    .banner-con-right-box .img-box i {
        font-size: 30px;
    }

    .our-vision-sec {
        height: 660px;
    }

    .long-journey-img-wrap {
        max-width: 62%;
        margin: auto;
    }

    .long-journey-con {
        margin-top: 50px;
    }

    .long-journey-con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .long-journey-con ul li {
        width: 50% !important;
    }

    .our-vision-img,
    .our-mission-img {
        height: 490px;
    }

    .all-service-con-main {
        margin-left: 30px;
        padding: 50px 0 30px;
    }

    .all-service-wrap .all-service-row:nth-child(even) .all-service-con-main {
        margin-right: 30px;
    }

    .all-service-wrap .all-service-row:nth-child(even) .all-service-img {
        height: 542px;
    }

    .all-service-list-box .img-box {
        max-width: 40px;
        margin-bottom: 18px;
    }

    .all-service-img {
        height: 716px;
    }

    .blog-items-sec {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .banner-sec {
        min-height: 280px;
        height: auto;
        padding-block: 20px;
    }

    .banner-con-right-box .img-box i {
        font-size: 24px;
    }

    .banner-con-right-box .content-box a {
        font-size: 16px;
    }

    .banner-con-right-box .content-box span {
        font-size: 14px;
    }

    .banner-con-right-desc {
        display: block;
        margin-bottom: 20px;
    }

    .banner-con-right-box::before {
        content: unset;
    }

    .banner-con-right-box {
        padding: 10px 20px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .banner-con-right-box:last-child {
        border-bottom: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .banner-con-right {
        padding: 10px 10px;
    }

    .banner-sec .banner-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .banner-breadcrumb {
        position: unset;
        bottom: 15px;
    }

    .counter-sec {
        padding: 20px 0;
    }

    .get-facilities-box,
    .our-team-con-box .content-box {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }

    .our-team-con-box .team-social-icon {
        transform: translateY(0);
    }

    .our-team-con-box .team-social-icon::before {
        visibility: visible;
    }

    .get-facilities-desc {
        margin-bottom: 0px;
    }

    .sec-head {
        margin-bottom: 20px;
    }

    .reviews-sec .sec-head {
        max-width: 100%;
    }

    .review-silde-box .img-box {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .our-vision-sec .lf-video-wrapper {
        margin-top: -230px;
        margin-bottom: 60px;
    }

    .our-vision-img,
    .our-mission-img {
        height: 100%;
    }

    .our-vision-sec {
        margin-top: 230px;
        height: 580px;
    }

    .our-mission-sec.common-sec {
        padding-top: 70px;
    }

    .our-vision-wrap .cms-con {
        margin-bottom: 25px;
    }

    .our-mission-con .cms-con {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .our-mission-con .cms-con p,
    .our-vision-wrap .cms-con p {
        line-height: 1.4;
    }

    .our-mission-box .img-box {
        width: 24px;
        height: 24px;
        margin-bottom: 12px;
    }

    .our-mission-box-title {
        margin-bottom: 6px;
    }

    .our-mission-con .sec-head {
        margin-top: 10px;
    }

    .long-journey-img-wrap {
        max-width: 70%;
        margin: auto;
    }

    .long-journey-logo {
        top: 30px;
        right: 50px;
        max-width: 100px;
    }

    .quote-line {
        margin: 40px auto 0;
    }

    .experience-text {
        font-size: 16px;
    }

    .experience-text span {
        font-size: 28px;
    }

    .experience-cricle {
        width: 140px;
        height: 140px;
    }

    .long-journey-img-box .img-box-1,
    .long-journey-img-box .img-box-2 {
        height: 430px;
    }

    .long-journey-con .cms-con p {
        margin-bottom: 15px;
    }

    .qualified-service-wrap .qualified-img {
        max-width: 395px;
        height: 540px;
        margin: 0 auto 60px;
    }

    .our-service-sec .sec-head {
        max-width: 100%;
    }

    .qualified-service-con {
        margin-left: 0;
    }

    .all-service-img,
    .all-service-wrap .all-service-row:nth-child(even) .all-service-img {
        height: auto;
        max-width: 100%;
    }

    .blog-items-sec {
        flex-direction: column;
    }

    .blog-detail-wrap {
        margin-bottom: 40px;
    }

    .blog-items .blog-box {
        margin-bottom: 50px;
    }

    .blog-social-media {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {

    .our-vision-img,
    .our-mission-img {
        height: 100%;
        max-width: 50%;
        margin: auto;
    }

    .our-vision-con {
        margin-bottom: 30px;
    }

    .our-mission-sec.common-sec {
        padding-top: 40px;
    }

    .our-vision-sec .lf-video-wrapper {
        margin-bottom: 40px;
    }

    .our-vision-sec {
        height: 100%;
    }

    .our-mission-sec.common-sec {
        padding-top: 0;
    }

    .long-journey-img-wrap {
        max-width: 75%;
        margin: auto;
    }

    .qualified-service-wrap .qualified-img {
        max-width: 300px;
        height: 410px;
    }

    .qualified-service-wrap .experience-box {
        font-size: 16px;
        padding: 25px 15px;
        max-width: 148px;
    }

    .qualified-service-wrap .experience-box span {
        font-size: 26px;
    }

    .all-service-img,
    .all-service-wrap .all-service-row:nth-child(even) .all-service-img {
        height: 530px;
        max-width: 100%;
    }
}

@media (max-width: 568px) {
    .banner-con-right {
        display: none;
    }

    .banner-sec {
        height: auto !important;
        background: #34625d !important;
        padding: 0;
    }

    .banner-con-right-desc {
        margin-bottom: 0;
    }

    /* .banner-con-left .cms-con {
        display: none;
    } */

    .banner-con-right-box {
        padding: 10px !important;
    }

    .banner-con-wrap {
        display: block;
        padding: 15px 0;
    }

    .banner-sec.about-us-banner-sec {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .banner-sec .container {
        height: auto;
    }

    .banner-sec .banner-con {
        height: auto;
    }

    .banner-breadcrumb {
        position: unset;
        display: none;
    }

    .single-our-services .banner-breadcrumb,
    .post-type-archive-our-services .banner-breadcrumb {
        display: inline-flex;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner-img {
        height: 180px;
        width: 100%;
    }

    .banner-img img {
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .counter-text-box .counter,
    .counter-text-box .counter-plus {
        font-size: 24px;
    }

    .get-facilities-box .img-box {
        width: 40px;
        height: 40px;
        margin: 0 auto 15px;
    }

    .discover-service {
        font-size: 14px;
    }

    .get-in-touch-con {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .reviews-sec .slick-dots li button {
        background-color: rgb(255 255 255 / 49%);
    }

    .reviews-sec .slick-dots li.slick-active button {
        background-color: #fff;
    }

    .review-box-name {
        margin-bottom: 20px;
    }

    .our-vision-sec .lf-video-wrapper {
        margin-top: -170px;
    }

    .our-vision-sec {
        margin-top: 170px;
    }

    .our-vision-img,
    .our-mission-img {
        max-width: 100%;
    }

    .our-mission-box {
        width: 100%;
    }

    .quote-line-text {
        font-size: 14px;
    }

    .quote-line {
        margin: 30px auto 0;
        max-width: 300px;
    }

    .quote-line .quote-img-1 {
        top: -15px;
        left: -27px;
    }

    .quote-line img {
        position: absolute;
        max-width: 24px;
    }

    .quote-line .quote-img-2 {
        bottom: -9px;
        right: -16px;
    }

    .long-journey-con ul li {
        width: 100% !important;
        font-size: 14px;
    }

    .long-journey-con .cms-con p {
        font-size: 14px;
    }

    .long-journey-con .cms-con ul li:before {
        top: 3px;
    }

    .long-journey-img-wrap {
        max-width: 100%;
        margin: auto;
    }

    .long-journey-img-box {
        width: 100%;
    }

    .long-journey-img-box .img-box-1,
    .long-journey-img-box .img-box-2 {
        height: 460px;
        max-width: inherit;
        width: 50%;
    }

    .experience-cricle {
        width: 120px;
        height: 120px;
    }

    .experience-text {
        font-size: 14px;
    }

    .experience-text span {
        font-size: 20px;
    }

    .long-journey-logo {
        top: 30px;
        right: 90px;
        max-width: 80px;
    }

    .long-journey-con {
        margin-top: 40px;
    }

    .long-journey-con .sec-head {
        margin-bottom: 15px;
    }

    .qualified-service-con .sec-head {
        margin-bottom: 15px;
    }

    .qualified-service-con ul li .img-box {
        min-width: 28px;
        min-height: 28px;
        margin-right: 10px;
    }

    .qualified-service-con .cms-con p {
        font-size: 14px;
        line-height: 1.4;
    }

    .qualified-service-con ul li {
        margin-bottom: 20px !important;
    }

    .our-service-sec .sec-head {
        margin-bottom: 15px;
    }

    .our-service-list {
        margin-top: 30px;
    }

    .our-service-box {
        padding: 20px 15px;
    }

    .our-service-title {
        font-size: 18px;
    }

    .our-service-box .img-box {
        max-width: 30px;
        margin-bottom: 15px;
    }

    .qualified-service-wrap .experience-box {
        font-size: 14px;
    }

    .qualified-service-wrap .experience-box span {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .qualified-service-wrap .experience-box {
        max-width: 138px;
    }

    .all-service-list {
        margin: 0 -15px;
    }

    .all-service-list-box {
        width: 50%;
        padding: 0 15px;
    }

    .all-service-con-main,
    .all-service-wrap .all-service-row:nth-child(even) .all-service-con-main {
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 0 20px;
    }

    .doctor-name {
        font-size: 18px;
    }

    .our-team-con-box .content-box span {
        font-size: 14px;
    }

    .our-team-con-box .team-social-icon {
        bottom: 10px;
    }

    .banner-con-left {
        max-width: 100%;
    }

    .banner-sec .banner-title {
        font-size: 22px;
    }

    .single-post .banner-breadcrumb {
        display: none;
    }

    .blog-items .blog-box {
        margin-bottom: 30px;
    }

    .side-bar .footer-social-icon {
        justify-content: start;
    }

    .blog-social-media .blog-social-media-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .blog-thumb-img {
        margin-bottom: 30px;
    }

    .blog-detail-wrap {
        margin-bottom: 20px;
    }

    .side-bar .search-form input {
        padding: 15px;
    }
}

@media (max-width: 479px) {

    .long-journey-img-box .img-box-1,
    .long-journey-img-box .img-box-2 {
        height: 320px;
    }

    .long-journey-logo {
        right: 0;
    }
}

@media (max-width: 395px) {

    .long-journey-img-box .img-box-1,
    .long-journey-img-box .img-box-2 {
        height: 290px;
    }
}

/*--------------------------------------------------------------
# Feature Banner Card Section (Doctor Banner)
--------------------------------------------------------------*/
.feature-banner-card-sec {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.fbc-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(5, 39, 35, 0.08);
    border: 1px solid rgba(5, 39, 35, 0.06);
    min-height: 480px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

.fbc-card:hover {
    box-shadow: 0 25px 60px rgba(5, 39, 35, 0.12);
}

.fbc-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 1;
}

.fbc-img-hidden {
    display: none;
}

.fbc-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 32%, rgba(255, 255, 255, 0.8) 48%, #ffffff 62%, #ffffff 100%);
    pointer-events: none;
}

.fbc-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 50px 60px;
}

.fbc-content-box {
    max-width: 580px;
    width: 100%;
}

.fbc-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.fbc-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 28px;
}

.fbc-desc p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 14px;
}

.fbc-desc p:last-child {
    margin-bottom: 0;
}

.fbc-btn-wrapper {
    margin-top: 10px;
}

.fbc-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #EEA676;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(238, 166, 118, 0.4);
    transition: all 0.35s ease;
    border: none;
    cursor: pointer;
}

.fbc-call-btn:hover {
    background: #e28a52;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(238, 166, 118, 0.55);
    color: #ffffff !important;
}

.fbc-btn-icon {
    transition: transform 0.3s ease;
}

.fbc-call-btn:hover .fbc-btn-icon {
    transform: rotate(12deg) scale(1.1);
}

/*--------------------------------------------------------------
# Feature Banner Card - Reversed Variant (Content Left, Image Right)
--------------------------------------------------------------*/
.feature-banner-card-sec.fbc-reverse .fbc-bg-img,
.feature-banner-card-sec.reverse .fbc-bg-img,
.feature-banner-card-sec.fbc-style-reverse .fbc-bg-img,
.feature-banner-card-sec.feature-banner-reverse .fbc-bg-img {
    background-position: right center;
}

.feature-banner-card-sec.fbc-reverse .fbc-overlay,
.feature-banner-card-sec.reverse .fbc-overlay,
.feature-banner-card-sec.fbc-style-reverse .fbc-overlay,
.feature-banner-card-sec.feature-banner-reverse .fbc-overlay {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 32%, rgba(255, 255, 255, 0.8) 48%, #ffffff 62%, #ffffff 100%);
}

.feature-banner-card-sec.fbc-reverse .fbc-content-wrapper,
.feature-banner-card-sec.reverse .fbc-content-wrapper,
.feature-banner-card-sec.fbc-style-reverse .fbc-content-wrapper,
.feature-banner-card-sec.feature-banner-reverse .fbc-content-wrapper {
    justify-content: flex-start;
}

@media (max-width: 1199px) {
    .fbc-title {
        font-size: 32px;
    }

    .fbc-content-box {
        max-width: 500px;
    }

    .fbc-content-wrapper {
        padding: 40px;
    }

    .fbc-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.88) 46%, #ffffff 58%, #ffffff 100%);
    }

    .feature-banner-card-sec.fbc-reverse .fbc-overlay,
    .feature-banner-card-sec.reverse .fbc-overlay,
    .feature-banner-card-sec.fbc-style-reverse .fbc-overlay,
    .feature-banner-card-sec.feature-banner-reverse .fbc-overlay {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.88) 46%, #ffffff 58%, #ffffff 100%);
    }
}

@media (max-width: 991px) {
    .fbc-card {
        flex-direction: column;
        min-height: auto;
        border-radius: 20px;
    }

    .fbc-bg-img {
        position: relative;
        height: 320px;
        width: 100%;
        background-position: center;
    }

    .fbc-overlay {
        display: none;
    }

    .fbc-content-wrapper {
        justify-content: flex-start;
        padding: 25px 30px 40px;
    }

    .fbc-content-box {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .feature-banner-card-sec {
        padding: 40px 0;
    }

    .fbc-bg-img {
        height: 240px;
    }

    .fbc-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .fbc-desc p {
        font-size: 15px;
    }

    .fbc-content-wrapper {
        padding: 20px 20px 30px;
    }

    .fbc-call-btn {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Process Timeline Section (Alternating Step Journey)
--------------------------------------------------------------*/
.process-timeline-sec {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.pt-timeline-wrapper {
    position: relative;
    max-width: 1080px;
    margin: 55px auto 0;
}

.pt-center-spine {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    background: var(--lightGreen);
    z-index: 1;
    border-radius: 2px;
}

.pt-step-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
}

.pt-step-item:last-child {
    margin-bottom: 0;
}

.pt-col {
    width: calc(50% - 48px);
}

.pt-row-normal .pt-col-content {
    order: 1;
}

.pt-row-normal .pt-col-media {
    order: 3;
}

.pt-row-reverse .pt-col-content {
    order: 3;
}

.pt-row-reverse .pt-col-media {
    order: 1;
}

.pt-col-node {
    order: 2;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.pt-node-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #087669;
    box-shadow: 0 0 0 6px rgba(8, 118, 105, 0.15), 0 4px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.pt-node-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #087669;
    transition: all 0.35s ease;
}

.pt-step-item:hover .pt-node-circle {
    border-color: #EEA676;
    box-shadow: 0 0 0 8px rgba(238, 166, 118, 0.25), 0 6px 14px rgba(0, 0, 0, 0.12);
    transform: scale(1.15);
}

.pt-step-item:hover .pt-node-dot {
    background: #EEA676;
}

.pt-content-card {
    padding: 30px 34px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(8, 118, 105, 0.12);
    box-shadow: 0 10px 30px rgba(5, 39, 35, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.pt-step-item:hover .pt-content-card {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(5, 39, 35, 0.1);
    border-color: rgba(8, 118, 105, 0.3);
}

.pt-step-badge {
    display: inline-block;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    color: #087669;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    font-family: "Nunito", sans-serif;
    transition: color 0.35s ease;
}

.pt-step-item:hover .pt-step-badge {
    color: #EEA676;
}

.pt-step-title {
    font-size: 22px;
    font-weight: 800;
    color: #052723;
    margin-bottom: 12px;
    line-height: 1.35;
}

.pt-step-desc p {
    font-size: 15px;
    line-height: 1.7;
    color: #575A5F;
    margin-bottom: 0;
}

.pt-media-card {
    border-radius: 20px;
    overflow: hidden;
    background: #eef6f4;
    border: 3px solid #ffffff;
    box-shadow: 0 12px 35px rgba(5, 39, 35, 0.08);
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pt-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pt-step-item:hover .pt-media-card img {
    transform: scale(1.06);
}

.pt-media-placeholder {
    font-size: 48px;
    color: #087669;
}

@media (max-width: 991px) {
    .pt-col {
        width: calc(50% - 32px);
    }

    .pt-content-card {
        padding: 22px 24px;
    }

    .pt-step-title {
        font-size: 19px;
    }

    .pt-step-badge {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .process-timeline-sec {
        padding: 45px 0;
    }

    .pt-timeline-wrapper {
        margin-top: 35px;
    }

    .pt-center-spine {
        left: 20px;
        transform: none;
        top: 20px;
        bottom: 20px;
    }

    .pt-step-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
        padding-left: 55px;
        position: relative;
    }

    .pt-col-node {
        position: absolute;
        left: 0;
        top: 10px;
        width: 42px;
        order: 1 !important;
    }

    .pt-col-media {
        width: 100% !important;
        order: 2 !important;
        margin-bottom: 16px;
    }

    .pt-col-media:empty {
        display: none !important;
        margin: 0 !important;
    }

    .pt-col-content {
        width: 100% !important;
        order: 3 !important;
        margin-bottom: 0;
    }

    .pt-node-circle {
        width: 28px;
        height: 28px;
        border-width: 3px;
        box-shadow: 0 0 0 4px rgba(8, 118, 105, 0.15);
    }

    .pt-node-dot {
        width: 8px;
        height: 8px;
    }
}

/*--------------------------------------------------------------
# Discharge Instructions Section (discharge-intruction-sec)
--------------------------------------------------------------*/
.discharge-intruction-sec,
.discharge-instruction-sec {
    position: relative;
    padding: 60px 0 80px;
    overflow: visible;
}

.discharge-intruction-sec .discharge-details-wrap,
.discharge-instruction-sec .discharge-details-wrap {
    background: #046055;
    border: none;
    border-radius: 36px;
    padding: 50px 60px 65px;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
    box-shadow: 0 20px 50px rgba(4, 96, 85, 0.22);
    margin-bottom: 25px;
}

.discharge-intruction-sec .discharge-details-left,
.discharge-instruction-sec .discharge-details-left {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.discharge-intruction-sec .discharge-details-left .half-cricle,
.discharge-instruction-sec .discharge-details-left .half-cricle {
    display: none;
}

.discharge-intruction-sec .discharge-details-title,
.discharge-instruction-sec .discharge-details-title {
    color: #ffffff;
    font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.3;
}

.discharge-intruction-sec .discharge-details-left .sub-title,
.discharge-instruction-sec .discharge-details-left .sub-title {
    color: #EEA676;
}

.discharge-intruction-sec .discharge-details-left .sub-title span,
.discharge-instruction-sec .discharge-details-left .sub-title span {
    background: #EEA676;
}

.discharge-intruction-sec .cms-con p,
.discharge-instruction-sec .cms-con p {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 16px;
    opacity: 0.95;
}

.discharge-intruction-sec .cms-con p:last-child,
.discharge-instruction-sec .cms-con p:last-child {
    margin-bottom: 0;
}

.discharge-intruction-sec .discharge-details-right,
.discharge-instruction-sec .discharge-details-right {
    width: 100%;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.discharge-intruction-sec .discharge-btn-group,
.discharge-instruction-sec .discharge-btn-group {
    justify-content: center;
    gap: 15px;
    width: auto;
}

.discharge-intruction-sec .discharge-btn.btn-orange,
.discharge-instruction-sec .discharge-btn.btn-orange {
    background: #EEA676 !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px !important;
    padding: 14px 40px !important;
    box-shadow: 0 10px 25px rgba(238, 166, 118, 0.45);
    transition: all 0.35s ease;
}

.discharge-intruction-sec .discharge-btn.btn-orange:hover,
.discharge-instruction-sec .discharge-btn.btn-orange:hover {
    background: #e28a52 !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(238, 166, 118, 0.6);
}

.discharge-intruction-sec .discharge-btn.discharge-wa-btn,
.discharge-instruction-sec .discharge-btn.discharge-wa-btn {
    border-radius: 12px !important;
    padding: 14px 30px !important;
}

.discharge-intruction-sec .discharge-btn i,
.discharge-instruction-sec .discharge-btn i,
.discharge-intruction-sec .discharge-btn .icon-right-circle-arrow,
.discharge-instruction-sec .discharge-btn .icon-right-circle-arrow {
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

.discharge-intruction-sec .discharge-btn:hover i,
.discharge-instruction-sec .discharge-btn:hover i,
.discharge-intruction-sec .discharge-btn:hover .icon-right-circle-arrow,
.discharge-instruction-sec .discharge-btn:hover .icon-right-circle-arrow {
    transform: translateX(4px);
}

@media (max-width: 991px) {

    .discharge-intruction-sec,
    .discharge-instruction-sec {
        padding: 45px 0 65px;
    }

    .discharge-intruction-sec .discharge-details-wrap,
    .discharge-instruction-sec .discharge-details-wrap {
        padding: 35px 30px 55px;
        border-radius: 26px;
    }

    .discharge-intruction-sec .cms-con p,
    .discharge-instruction-sec .cms-con p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {

    .discharge-intruction-sec .discharge-details-wrap,
    .discharge-instruction-sec .discharge-details-wrap {
        padding: 25px 20px 50px;
        border-radius: 20px;
    }

    .discharge-intruction-sec .discharge-btn.btn-orange,
    .discharge-instruction-sec .discharge-btn.btn-orange {
        padding: 12px 24px !important;
        font-size: 14.5px;
        width: 100%;
    }

    .discharge-intruction-sec .discharge-details-right,
    .discharge-instruction-sec .discharge-details-right {
        bottom: -20px;
        padding: 0 20px;
    }
}

/*--------------------------------------------------------------
# Modern Zig-Zag Card Design (zigzag-modern-sec)
--------------------------------------------------------------*/
.knee-surgery-sec.zigzag-modern-sec,
.knee-surgery-sec.zigzag-style-2,
.knee-surgery-sec.modern-zigzag,
.knee-surgery-sec.zigzag-card-sec {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.knee-surgery-sec.zigzag-modern-sec .ks-zik-zak,
.knee-surgery-sec.zigzag-style-2 .ks-zik-zak,
.knee-surgery-sec.modern-zigzag .ks-zik-zak,
.knee-surgery-sec.zigzag-card-sec .ks-zik-zak {
    background: transparent !important;
    border: none !important;
    margin-top: 45px;
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak {
    background: #ffffff;
    border: 1px solid rgba(8, 118, 105, 0.12) !important;
    border-radius: 28px;
    padding: 45px 50px;
    margin-bottom: 35px;
    box-shadow: 0 15px 45px rgba(5, 39, 35, 0.06);
    display: flex;
    align-items: center;
    gap: 50px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak:last-child,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak:last-child,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak:last-child,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak:last-child {
    margin-bottom: 0;
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak:hover,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak:hover,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak:hover,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 60px rgba(5, 39, 35, 0.12);
    border-color: rgba(8, 118, 105, 0.28) !important;
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak .img-box,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak .img-box,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak .img-box,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak .img-box {
    flex: 0 0 44%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #eef6f4;
    box-shadow: 0 10px 30px rgba(5, 39, 35, 0.08);
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak .img-box img,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak .img-box img,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak .img-box img,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak .img-box img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: none !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak:hover .img-box img,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak:hover .img-box img,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak:hover .img-box img,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak:hover .img-box img {
    transform: scale(1.05);
}

.knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak .content-box,
.knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak .content-box,
.knee-surgery-sec.modern-zigzag .ks-row-zik-zak .content-box,
.knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak .content-box {
    flex: 1;
    padding: 0;
}

.knee-surgery-sec.zigzag-modern-sec .ks-zik-zak-title,
.knee-surgery-sec.zigzag-style-2 .ks-zik-zak-title,
.knee-surgery-sec.modern-zigzag .ks-zik-zak-title,
.knee-surgery-sec.zigzag-card-sec .ks-zik-zak-title {
    font-size: 28px;
    font-weight: 800;
    color: #052723;
    margin-bottom: 18px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 14px;
}

.knee-surgery-sec.zigzag-modern-sec .ks-zik-zak-title::after,
.knee-surgery-sec.zigzag-style-2 .ks-zik-zak-title::after,
.knee-surgery-sec.modern-zigzag .ks-zik-zak-title::after,
.knee-surgery-sec.zigzag-card-sec .ks-zik-zak-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: #EEA676;
    border-radius: 2px;
}

.knee-surgery-sec.zigzag-modern-sec .cms-con p,
.knee-surgery-sec.zigzag-style-2 .cms-con p,
.knee-surgery-sec.modern-zigzag .cms-con p,
.knee-surgery-sec.zigzag-card-sec .cms-con p {
    font-size: 16px;
    line-height: 1.75;
    color: #575A5F;
    margin-bottom: 14px;
}

.knee-surgery-sec.zigzag-modern-sec .cms-con p:last-child,
.knee-surgery-sec.zigzag-style-2 .cms-con p:last-child,
.knee-surgery-sec.modern-zigzag .cms-con p:last-child,
.knee-surgery-sec.zigzag-card-sec .cms-con p:last-child {
    margin-bottom: 0;
}

.knee-surgery-sec.zigzag-modern-sec .cms-con ul,
.knee-surgery-sec.zigzag-style-2 .cms-con ul,
.knee-surgery-sec.modern-zigzag .cms-con ul,
.knee-surgery-sec.zigzag-card-sec .cms-con ul {
    margin: 15px 0;
    padding-left: 0;
}

.knee-surgery-sec .cms-con ul li,
.knee-surgery-sec.zigzag-modern-sec .cms-con ul li,
.knee-surgery-sec.zigzag-style-2 .cms-con ul li,
.knee-surgery-sec.modern-zigzag .cms-con ul li,
.knee-surgery-sec.zigzag-card-sec .cms-con ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15.5px;
    color: #4a5568;
    line-height: 1.6;
}

.knee-surgery-sec .cms-con ul li::before,
.knee-surgery-sec.zigzag-modern-sec .cms-con ul li::before,
.knee-surgery-sec.zigzag-style-2 .cms-con ul li::before,
.knee-surgery-sec.modern-zigzag .cms-con ul li::before,
.knee-surgery-sec.zigzag-card-sec .cms-con ul li::before {
    content: "\e901";
    font-family: 'khatri-icon' !important;
    position: absolute;
    left: 0;
    top: 4px;
    color: #087669;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 991px) {

    .knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak,
    .knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak,
    .knee-surgery-sec.modern-zigzag .ks-row-zik-zak,
    .knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak {
        flex-direction: column !important;
        padding: 30px 25px;
        gap: 25px;
        border-radius: 24px;
    }

    .knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak .img-box,
    .knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak .img-box,
    .knee-surgery-sec.modern-zigzag .ks-row-zik-zak .img-box,
    .knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak .img-box {
        width: 100%;
        max-height: 320px;
    }

    .knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak .content-box,
    .knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak .content-box,
    .knee-surgery-sec.modern-zigzag .ks-row-zik-zak .content-box,
    .knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak .content-box {
        width: 100%;
    }

    .knee-surgery-sec.zigzag-modern-sec .ks-zik-zak-title,
    .knee-surgery-sec.zigzag-style-2 .ks-zik-zak-title,
    .knee-surgery-sec.modern-zigzag .ks-zik-zak-title,
    .knee-surgery-sec.zigzag-card-sec .ks-zik-zak-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {

    .knee-surgery-sec.zigzag-modern-sec,
    .knee-surgery-sec.zigzag-style-2,
    .knee-surgery-sec.modern-zigzag,
    .knee-surgery-sec.zigzag-card-sec {
        padding: 45px 0;
    }

    .knee-surgery-sec.zigzag-modern-sec .ks-row-zik-zak,
    .knee-surgery-sec.zigzag-style-2 .ks-row-zik-zak,
    .knee-surgery-sec.modern-zigzag .ks-row-zik-zak,
    .knee-surgery-sec.zigzag-card-sec .ks-row-zik-zak {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .knee-surgery-sec.zigzag-modern-sec .ks-zik-zak-title,
    .knee-surgery-sec.zigzag-style-2 .ks-zik-zak-title,
    .knee-surgery-sec.modern-zigzag .ks-zik-zak-title,
    .knee-surgery-sec.zigzag-card-sec .ks-zik-zak-title {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Recovery & Authority Showcase (Dual Cards)
--------------------------------------------------------------*/
.recovery-authority-sec {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.ra-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 45px;
    align-items: stretch;
}

.ra-card {
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.ra-card:hover {
    transform: translateY(-6px);
}

.ra-card-inner {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ra-card-dark {
    background: linear-gradient(145deg, #052723 0%, #08534a 55%, #046055 100%);
    border: 1px solid rgba(8, 118, 105, 0.35);
    box-shadow: 0 20px 50px rgba(5, 39, 35, 0.18);
}

.ra-card-dark:hover {
    box-shadow: 0 25px 65px rgba(5, 39, 35, 0.28);
    border-color: rgba(238, 166, 118, 0.45);
}

.ra-card-light {
    background: #ffffff;
    border: 1px solid rgba(8, 118, 105, 0.12);
    box-shadow: 0 20px 50px rgba(5, 39, 35, 0.06);
}

.ra-card-light:hover {
    box-shadow: 0 25px 65px rgba(5, 39, 35, 0.12);
    border-color: rgba(8, 118, 105, 0.28);
}

.ra-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    width: fit-content;
}

.ra-pill-gold {
    background: rgba(238, 166, 118, 0.18);
    color: #EEA676;
    border: 1px solid rgba(238, 166, 118, 0.35);
}

.ra-pill-teal {
    background: rgba(8, 118, 105, 0.08);
    color: #087669;
    border: 1px solid rgba(8, 118, 105, 0.2);
}

.ra-card-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 18px;
}

.ra-card-title.text-white {
    color: #ffffff;
}

.ra-card-title.text-dark {
    color: #052723;
}

.ra-stats-row {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.ra-stat-tile {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 14px 20px;
    flex: 1;
    min-width: 130px;
}

.ra-stat-val {
    font-size: 24px;
    font-weight: 900;
    color: #EEA676;
    line-height: 1.1;
    margin-bottom: 4px;
    font-family: "Nunito", sans-serif;
}

.ra-stat-lbl {
    font-size: 12.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ra-card-desc {
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 24px;
    flex-grow: 1;
}

.ra-card-desc.text-white-90 p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 12px;
}

.ra-card-desc.text-muted-dark p {
    color: #575A5F !important;
    margin-bottom: 12px;
}

.ra-card-desc p:last-child {
    margin-bottom: 0;
}

.ra-btn-wrap {
    margin-top: auto;
    padding-top: 10px;
}

.ra-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #EEA676;
    color: #ffffff !important;
    font-size: 15.5px;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(238, 166, 118, 0.35);
    transition: all 0.35s ease;
    border: none;
    width: fit-content;
}

.ra-cta-btn:hover {
    background: #e28a52;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(238, 166, 118, 0.5);
    color: #ffffff !important;
}

.ra-cities-wrapper {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(8, 118, 105, 0.08);
}

.ra-cities-label {
    font-size: 13px;
    font-weight: 700;
    color: #087669;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}

.ra-city-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.ra-city-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #052723;
    background: #f0f7f5;
    border: 1px solid rgba(8, 118, 105, 0.12);
    padding: 5px 12px;
    border-radius: 20px;
    transition: all 0.25s ease;
}

.ra-city-pill svg {
    color: #087669;
    transition: color 0.25s ease;
}

.ra-city-pill:hover {
    background: #087669;
    color: #ffffff;
    border-color: #087669;
    transform: translateY(-2px);
}

.ra-city-pill:hover svg {
    color: #ffffff;
}

.ra-trust-footer {
    margin-top: 10px;
}

.ra-trust-badge {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 800;
    color: #087669;
    background: rgba(8, 118, 105, 0.07);
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px dashed rgba(8, 118, 105, 0.3);
}

@media (max-width: 991px) {
    .ra-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ra-card-inner {
        padding: 35px 30px;
    }

    .ra-card-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .recovery-authority-sec {
        padding: 45px 0;
    }

    .ra-card-inner {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .ra-stat-tile {
        padding: 10px 14px;
        min-width: 100%;
    }

    .ra-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Robotic Benefits Showcase (Modern Bento & Split Cards)
--------------------------------------------------------------*/
.robotic-benefits-bento-sec {
    position: relative;
    background-color: #FAF9F7;
    padding: 80px 0;
    overflow: hidden;
}

.robotic-benefits-bento-sec .sqaure {
    left: 4%;
    top: 12%;
}

.robotic-benefits-bento-sec .cricle {
    right: 4%;
    bottom: 10%;
}

.rbb-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin-top: 48px;
    border: 1px solid #E5E9E8;
    background: #ffffff;
}

/* Bento Item Sizing: 3 on Top row, 2 on Bottom row */
.rbb-grid .rbb-card:nth-child(1),
.rbb-grid .rbb-card:nth-child(2),
.rbb-grid .rbb-card:nth-child(3) {
    grid-column: span 2;
}

.rbb-grid .rbb-card:nth-child(4),
.rbb-grid .rbb-card:nth-child(5) {
    grid-column: span 3;
}

.rbb-card {
    background: #ffffff;
    border: none;
    border-right: 1px solid #E5E9E8;
    border-bottom: 1px solid #E5E9E8;
    border-radius: 0 !important;
    padding: 34px 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
}

.rbb-grid .rbb-card:nth-child(3),
.rbb-grid .rbb-card:nth-child(5) {
    border-right: none;
}

.rbb-grid .rbb-card:nth-child(4),
.rbb-grid .rbb-card:nth-child(5) {
    border-bottom: none;
}

.rbb-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.rbb-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}

.rbb-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--green);
    border: 1px solid rgba(238, 166, 118, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rbb-icon-box img {
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.rbb-badge {
    margin-left: auto;
    font-size: 11.5px;
    font-weight: 800;
    color: #087669;
    background: rgba(8, 118, 105, 0.08);
    border: 1px solid rgba(8, 118, 105, 0.18);
    padding: 5px 12px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.rbb-card-title {
    font-size: 21px;
    font-weight: 800;
    color: #052723;
    margin-bottom: 12px;
    line-height: 1.35;
}

.rbb-card-desc p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #575A5F;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Split Layout (When Section Image is Present)
--------------------------------------------------------------*/
.rbb-split-wrap {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 0;
    align-items: stretch;
    margin-top: 48px;
    border: 1px solid #E5E9E8;
    background: #ffffff;
}

.rbb-image-frame {
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
    height: 100%;
    min-height: 520px;
    box-shadow: none !important;
    background: #eef6f4;
    border-right: 1px solid #E5E9E8;
}

.rbb-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rbb-image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(5, 39, 35, 0.9);
    color: #ffffff;
    padding: 13px 20px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.rbb-image-badge svg {
    color: #EEA676;
    flex-shrink: 0;
}

.rbb-cards-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.rbb-cards-list .rbb-card {
    padding: 22px 26px;
    border-radius: 0 !important;
    border-right: none;
    border-bottom: 1px solid #E5E9E8;
}

.rbb-cards-list .rbb-card:last-child {
    border-bottom: none;
}

.rbb-cards-list .rbb-header-row {
    margin-bottom: 12px;
}

.rbb-cards-list .rbb-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 0;
}

.rbb-cards-list .rbb-card-title {
    font-size: 18.5px;
    margin-bottom: 8px;
}

.rbb-cards-list .rbb-card-desc p {
    font-size: 14.5px;
    line-height: 1.6;
}

@media (max-width: 1199px) {

    .rbb-grid .rbb-card:nth-child(1),
    .rbb-grid .rbb-card:nth-child(2),
    .rbb-grid .rbb-card:nth-child(3),
    .rbb-grid .rbb-card:nth-child(4),
    .rbb-grid .rbb-card:nth-child(5) {
        grid-column: span 3;
    }

    .rbb-grid .rbb-card:nth-child(odd) {
        border-right: 1px solid #E5E9E8;
    }

    .rbb-grid .rbb-card:nth-child(even) {
        border-right: none;
    }

    .rbb-grid .rbb-card:nth-child(3) {
        border-right: 1px solid #E5E9E8;
    }

    .rbb-split-wrap {
        grid-template-columns: 1fr;
    }

    .rbb-image-frame {
        border-right: none;
        border-bottom: 1px solid #E5E9E8;
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .robotic-benefits-bento-sec {
        padding: 50px 0;
    }

    .rbb-grid {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }

    .rbb-grid .rbb-card:nth-child(1),
    .rbb-grid .rbb-card:nth-child(2),
    .rbb-grid .rbb-card:nth-child(3),
    .rbb-grid .rbb-card:nth-child(4),
    .rbb-grid .rbb-card:nth-child(5) {
        grid-column: span 1 !important;
        border-right: none !important;
        border-bottom: 1px solid #E5E9E8 !important;
    }

    .rbb-grid .rbb-card:last-child {
        border-bottom: none !important;
    }

    .rbb-card {
        padding: 24px 20px;
    }

    .rbb-card-title {
        font-size: 19px;
    }

    .rbb-image-frame {
        min-height: 300px;
    }
}

/*--------------------------------------------------------------
# Testimonials Page Grid
--------------------------------------------------------------*/
.video-testimonials-page-sec {
    position: relative;
    background-color: #F7FAF9;
    padding: 90px 0;
    overflow: hidden;
}

.video-testimonials-page-sec .cricle {
    right: 3%;
    top: 15%;
}

.video-testimonials-page-sec .sqaure {
    left: 3%;
    bottom: 12%;
}

.vt-page-grid-wrapper {
    margin-top: 45px;
}

.vt-grid-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(5, 39, 35, 0.06);
    border: 1px solid rgba(8, 118, 105, 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.vt-grid-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(5, 39, 35, 0.13);
    border-color: rgba(8, 118, 105, 0.25);
}

.vt-grid-item .vt-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16/10;
    background-color: #052723;
}

.vt-card .vt-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vt-grid-item:hover .vt-cover-img {
    transform: scale(1.06);
}

.vt-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(5, 39, 35, 0.45) 100%);
    pointer-events: none;
}

.vt-grid-item .vt-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    color: #087669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    z-index: 3;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.vt-grid-item:hover .vt-play-btn {
    background-color: #EEA676;
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.1);
}

.vt-grid-item .vt-play-btn .wave {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: inherit;
    opacity: 0.3;
    animation: wave 2s infinite;
}

/* Info Box */
.vt-item-info {
    padding: 18px 8px 6px 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.vt-tag-row {
    margin-bottom: 10px;
}

.vt-treatment-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(8, 118, 105, 0.08);
    color: #087669;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.vt-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #EEA676;
}

.vt-patient-title {
    font-size: 18px;
    font-weight: 700;
    color: #052723;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.vt-patient-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vt-grid-item:hover .vt-patient-title,
.vt-patient-title a:hover {
    color: #087669;
}

.vt-action-row {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #F0F4F3;
}

.vt-watch-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #087669;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vt-link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #EEA676;
    transition: transform 0.3s ease, color 0.3s ease;
}

.vt-grid-item:hover .vt-watch-link {
    color: #052723;
}

.vt-grid-item:hover .vt-link-arrow {
    transform: translateX(4px);
    color: #087669;
}

@media (max-width: 991px) {
    .video-testimonials-page-sec {
        padding: 60px 0;
    }

    .vt-page-grid-wrapper {
        margin-top: 30px;
    }

    .vt-patient-title {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .video-testimonials-page-sec {
        padding: 50px 0;
    }

    .vt-grid-item {
        padding: 14px;
        border-radius: 20px;
    }

    .vt-patient-title {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Fellowship Page Styles
--------------------------------------------------------------*/
.fellowship-main-sec {
    position: relative;
    background-color: #F7FAF9;
    padding: 80px 0;
    overflow: hidden;
}

.fellowship-main-sec .cricle {
    right: 2%;
    top: 10%;
}

.fellowship-main-sec .sqaure {
    left: 2%;
    bottom: 8%;
}

.fellowship-top-wrap {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(8, 118, 105, 0.1);
}

.fellowship-bottom-wrap {
    padding-top: 60px;
}

.fellowship-main-title {
    font-size: clamp(28px, 22px + 1.8vw, 42px);
    font-weight: 800;
    line-height: 1.22;
    color: #052723;
    margin-top: 8px;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
}

.fellowship-meta-row {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 20px;
    border: 1px solid rgba(8, 118, 105, 0.12);
    box-shadow: 0 4px 15px rgba(5, 39, 35, 0.04);
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.fellow-meta-item {
    font-size: 15px;
    color: #4A5568;
}

.fellow-meta-lbl {
    font-weight: 700;
    color: #052723;
    margin-right: 4px;
}

.fellow-meta-val {
    font-weight: 500;
    color: #087669;
}

.fellow-sub-heading {
    font-size: 20px;
    font-weight: 700;
    color: #052723;
    margin-bottom: 16px;
    line-height: 1.3;
}

/* Checklist */
.fellow-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fellow-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #4A5568;
    line-height: 1.55;
}

.fellow-check-icon {
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Image Wrap & Dot Matrix */
.fellowship-img-wrap {
    position: relative;
    padding: 20px;
}

.fellow-img-frame {
    position: relative;
    border-radius: 30px 100px 30px 40px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(5, 39, 35, 0.14);
    background-color: #052723;
    z-index: 2;
}

.fellow-main-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.fellowship-img-wrap:hover .fellow-main-img {
    transform: scale(1.04);
}

.fellow-dots-matrix {
    position: absolute;
    bottom: -15px;
    right: -10px;
    display: grid;
    grid-template-columns: repeat(4, 8px);
    gap: 14px;
    z-index: 1;
    pointer-events: none;
}

.fellow-dots-matrix span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #087669;
    opacity: 0.65;
}

/* Faculty Card */
.fellow-faculty-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 20px;
    border: 1px solid rgba(8, 118, 105, 0.1);
    box-shadow: 0 6px 20px rgba(5, 39, 35, 0.04);
    margin-bottom: 22px;
    max-width: 480px;
}

.fellow-fac-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #087669;
    flex-shrink: 0;
}

.fellow-fac-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fellow-fac-name {
    font-size: 18px;
    font-weight: 700;
    color: #052723;
    margin-bottom: 2px;
}

.fellow-fac-desig {
    font-size: 13.5px;
    color: #718096;
    font-weight: 500;
}

/* Application Form Card */
.fellowship-form-card {
    background: #ffffff;
    border: 2px solid #087669;
    border-radius: 28px;
    padding: 40px 35px;
    box-shadow: 0 15px 45px rgba(8, 118, 105, 0.08);
}

.fellow-form-title {
    font-size: 26px;
    font-weight: 800;
    color: #052723;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
}

.fellow-form-group {
    margin-bottom: 16px;
}

.fellow-form-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #052723;
    margin-bottom: 6px;
    display: block;
}

.fellow-input,
.fellow-textarea {
    width: 100%;
    background-color: #F4F6F6;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14.5px;
    color: #052723;
    font-weight: 500;
    transition: all 0.3s ease;
}

.fellow-input::placeholder,
.fellow-textarea::placeholder {
    color: #A0AEC0;
    font-weight: 400;
}

.fellow-input:focus,
.fellow-textarea:focus {
    background-color: #ffffff;
    border-color: #087669;
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 118, 105, 0.12);
}

.fellow-textarea {
    min-height: 105px;
    resize: vertical;
}

.fellow-submit-btn {
    background-color: #EEA676 !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    transition: all 0.35s ease !important;
    padding: 14px 20px !important;
}

.fellow-submit-btn:hover {
    background-color: #087669 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 118, 105, 0.25);
}

@media (max-width: 991px) {
    .fellowship-main-sec {
        padding: 55px 0;
    }

    .fellowship-top-wrap {
        padding-bottom: 45px;
    }

    .fellowship-bottom-wrap {
        padding-top: 45px;
    }

    .fellowship-form-card {
        padding: 30px 24px;
        margin-top: 20px;
    }

    .fellow-dots-matrix {
        display: none;
    }
}

@media (max-width: 768px) {
    .fellow-img-frame {
        border-radius: 20px 60px 20px 30px;
    }

    .fellowship-meta-row {
        flex-direction: column;
        gap: 8px;
    }
}

/* Hide auto br and clean p in forms */
.wpcf7 br,
.wpcf7 form br,
.wpcf7-form br,
form br,
.fellowship-form-card br,
.get-in-touch-from br,
.contact-from br {
    display: none !important;
}

.wpcf7 p,
.wpcf7 form p,
.fellowship-form-card p {
    margin: 0;
}

/* ==========================================================================
   FAQ Page Styles
   ========================================================================== */
.faq-page-sec {
    position: relative;
    padding: 80px 0 120px;
    background: #ffffff;
    overflow: hidden;
}

/* FAQ Accordion */
.faq-page-accordion-wrap .accordion-item {
    border: 1px solid #e2ebe8;
    border-radius: 16px !important;
    margin-bottom: 16px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(5, 39, 35, 0.03);
}

.faq-page-accordion-wrap .accordion-item:hover {
    border-color: #087669;
    box-shadow: 0 6px 20px rgba(8, 118, 105, 0.08);
}

.faq-page-accordion-wrap .accordion-header .accordion-button {
    background: #ffffff;
    padding: 22px 75px 22px 26px;
    font-size: 17.5px;
    font-weight: 700;
    color: #052723;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.faq-page-accordion-wrap .accordion-header .accordion-button:not(.collapsed) {
    background: #FFF8F2;
    color: #052723;
    border-radius: 16px 16px 0 0;
    box-shadow: none;
}

.faq-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef6f4;
    color: #087669;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.accordion-button:not(.collapsed) .faq-num {
    background: #E58635;
    color: #ffffff;
}

.faq-question-text {
    flex: 1;
    line-height: 1.45;
}

.faq-page-accordion-wrap .accordion-collapse.show {
    background: #FFF8F2;
    border-radius: 0 0 16px 16px;
}

.faq-answer-inner {
    padding: 0 35px 24px 76px;
}

.faq-answer-inner p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #3b4d4a;
    margin: 0;
}

/* Sticky Support Card */
.faq-sidebar-sticky {
    position: sticky;
    top: 100px;
}

.faq-support-card {
    position: relative;
    background: linear-gradient(145deg, #052723 0%, #0d423b 100%);
    border-radius: 20px;
    padding: 36px 30px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(5, 39, 35, 0.2);
    overflow: hidden;
}

.faq-support-card-bg {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 134, 53, 0.25) 0%, rgba(229, 134, 53, 0) 70%);
    pointer-events: none;
}

.faq-support-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #E58635;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

.faq-support-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.faq-support-desc {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin-bottom: 24px;
}

.faq-support-contact-list {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.07);
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-contact-icon {
    width: 36px;
    height: 36px;
    background: #E58635;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
}

.faq-contact-info span {
    display: block;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.65);
}

.faq-contact-info a,
.faq-contact-info strong {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.faq-contact-info a:hover {
    color: #E58635;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.btn-whatsapp:hover {
    background-color: #1eb954;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}

/* Quick facts */
.faq-quick-facts-box {
    background: #f8faf9;
    border: 1px solid #e2ebe8;
    border-radius: 16px;
    padding: 24px;
}

.faq-facts-title {
    font-size: 17px;
    font-weight: 700;
    color: #052723;
    margin-bottom: 14px;
}

.faq-facts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-facts-list li {
    font-size: 14px;
    color: #3b4d4a;
    padding: 8px 0;
    border-bottom: 1px solid #eef3f1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-facts-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-facts-list li .icon-check {
    color: #087669;
    font-weight: bold;
    font-style: normal;
}

/* Responsive */
@media (max-width: 991px) {
    .faq-page-sec {
        padding: 50px 0 80px;
    }

    .faq-sidebar-sticky {
        position: static;
        margin-top: 20px;
    }

    .faq-answer-inner {
        padding: 0 20px 20px 20px;
    }

    .faq-page-accordion-wrap .accordion-header .accordion-button {
        font-size: 16px;
        padding: 18px 55px 18px 18px;
        gap: 12px;
    }
}

/*--------------------------------------------------------------
# Sticky Header - Wrapper Top Padding (110px)
--------------------------------------------------------------*/
body.is-sticked .wrapper {
    padding-top: 110px !important;
}

/*--------------------------------------------------------------
# Advantages & Clinical Advisory Section
--------------------------------------------------------------*/
.advantages-advisory-sec {
    position: relative;
    padding: 70px 0 80px;
    overflow: hidden;
}

.aa-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 45px;
}

.aa-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(8, 118, 105, 0.12);
    box-shadow: 0 10px 30px rgba(5, 39, 35, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.aa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(5, 39, 35, 0.1);
    border-color: rgba(8, 118, 105, 0.35);
}

.aa-card-inner {
    padding: 30px 28px;
}

.aa-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.aa-badge {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: #087669;
    letter-spacing: -0.5px;
    font-family: "Nunito", sans-serif;
    transition: color 0.35s ease;
}

.aa-card:hover .aa-badge {
    color: #EEA676;
}

.aa-icon-bubble {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef6f4;
    color: #087669;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.aa-card:hover .aa-icon-bubble {
    background: #EEA676;
    color: #ffffff;
    transform: rotate(10deg);
}

.aa-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #052723;
    margin-bottom: 12px;
    line-height: 1.35;
}

.aa-card-desc p {
    font-size: 15px;
    line-height: 1.65;
    color: #575A5F;
    margin-bottom: 0;
}

/* Important Advisory Callout Card */
.aa-advisory-card {
    margin-top: 50px;
    border-radius: 24px;
    background: linear-gradient(135deg, #052723 0%, #084941 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(5, 39, 35, 0.15);
}

.aa-advisory-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #EEA676, #087669, #EEA676);
}

.aa-advisory-body {
    padding: 42px 48px;
}

.aa-advisory-top {
    margin-bottom: 20px;
}

.aa-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(238, 166, 118, 0.18);
    border: 1px solid rgba(238, 166, 118, 0.4);
    color: #EEA676;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.aa-pill-badge svg {
    flex-shrink: 0;
}

.aa-advisory-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.35;
}

.aa-advisory-content {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.75;
}

.aa-advisory-content p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.aa-advisory-content p:last-child {
    margin-bottom: 0;
}

.aa-advisory-content ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
}

.aa-advisory-content ul li {
    position: relative;
    padding-left: 28px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.aa-advisory-btn-wrap {
    margin-top: 28px;
}

.aa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 40px;

    transition: all 0.35s ease;
}

.aa-btn::after {
    content: "";
}

.aa-btn:hover {
    transform: translateY(-2px);

}

@media (max-width: 1199px) {
    .aa-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .aa-advisory-body {
        padding: 34px 36px;
    }

    .aa-advisory-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .advantages-advisory-sec {
        padding: 50px 0 60px;
    }

    .aa-cards-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .aa-card-inner {
        padding: 24px 22px;
    }

    .aa-advisory-card {
        margin-top: 35px;
        border-radius: 20px;
    }

    .aa-advisory-body {
        padding: 28px 22px;
    }

    .aa-advisory-content ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/*--------------------------------------------------------------
# Arthro Consult & Symptoms Section Variant
--------------------------------------------------------------*/
.arthro-consult-section {
    position: relative;
    padding: 70px 0 80px;
    background-color: #ffffff;
}

.arthro-consult-section .section-title {
    color: #007468;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
}

.arthro-consult-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    margin: 28px 0 35px;
}

.arthro-consult-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.arthro-consult-item:hover {
    background: #ffffff;
    border-color: #087669;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(8, 118, 105, 0.12);
}

.arthro-consult-item .ci-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(8, 118, 105, 0.1);
    color: #087669;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.arthro-consult-item:hover .ci-icon {
    background: #087669;
    color: #ffffff;
    transform: scale(1.06);
}

.arthro-consult-item span {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
}

.arthro-consult-note.arthro-content {
    background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%);
    border: 1px solid rgba(8, 118, 105, 0.18);
    border-left: 5px solid #087669;
    border-radius: 18px;
    padding: 34px 38px;
    margin-top: 35px;
    box-shadow: 0 10px 30px rgba(8, 118, 105, 0.04);
}

.arthro-consult-note p {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 16px;
}

.arthro-consult-note p:last-child {
    margin-bottom: 0;
}

.arthro-consult-note ul {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
}

.arthro-consult-note ul li {
    position: relative;
    padding-left: 28px;
    color: #1e293b;
    font-weight: 600;
    font-size: 15px;
}


@media (max-width: 991px) {
    .arthro-consult-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .arthro-consult-note.arthro-content {
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .arthro-consult-section {
        padding: 45px 0 55px;
    }
    .arthro-consult-section .section-title {
        font-size: 24px;
    }
    .arthro-consult-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .arthro-consult-note ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}