
.breadcrumbs-sections {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    display: block;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 20px;
    border-radius: 20px;
}
.breadcrumbs-sections::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#3e826b;
    top: 0px;
    left: 0px;
    opacity:1;
    z-index: -1;
}

.brudembs-box{
    /*max-width:70%;*/
    margin:0 auto;
    position:relative;
}

.brudembs-box::before{
    position: absolute;
    content: "";
    left: 0;
    top: -5rem;
    height: 394px;
    width: 335px;
    right: 0;
    z-index: -1;
    animation: itswing 2s forwards infinite alternate;
    transform-origin: bottom center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/bg/hero-7-2.png);
}

@keyframes itswing{
    
0% {
    transform: rotate(4deg);
}
100% {
    transform: rotate(-4deg);
}
}

.brudembs-box::after{
       position: absolute;
    content: "";
    top: -133px;
    right: 0;
    z-index: -1;
    transform-origin: bottom center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/bg/hero-7-1.png);
    width: 587px;
    height: 555px;
}

.breadcrumbs-heading {
    font-size: 35px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 14px;
    text-align: center;
}
.brudembs-navigation {
   
    font-size: 17px;
    color: #000;
    z-index: 9;
    padding: 0;
    text-align: center;
}
.brudembs-navigation li {
    display: inline-block;
        font-size: 19px;
}
.brudembs-navigation li a{
    color:#ffffff;
       font-size: 19px;
}
.brudembs-navigation li.active{
    color:#ffffff;
}
.brudembs-navigation li:last-child:after {
  content: "";
}
.brudembs-navigation li:after {
    content: "\f10d";
    margin-left: 8px;
    font-weight: 600;
    font-size: 17px;
    color:#ffffff;
    font-family: flaticon_normal-icon !important;
    top: 0.2rem;
    position: relative;
}
.our-detail-section{
    position: relative;
    padding: 3rem 0 3rem;
    overflow: hidden;
    text-align: center;
}
.our-detail-section p{
    text-align:justify;
}

.our-detail-img img {
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    width: 1100px;
    border-radius: 15px;
    height: 550px;
}

/*our-homeopathy-section*/

.our-homeopathy-section {
    position:relative;
    padding:3rem 0 3rem;
    background: #fff5f1;
}
.homeopathy-section {
    position: sticky;
    top: 20%;
    margin-right: 64px;
}
.our-homeopathy-img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.our-homeopathy-img img {
    object-fit: cover;
    height: 450px;
    width:663px;
    /*height:585px;*/
    /*width:551px;*/
}

.homeopathy-section .box-area {
    position:relative;
}
.homeopathy-section .box-area::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    inset-inline-start: -12px;
    inset-inline-end: inherit;
}

.box-area::after {
    inset-inline-start: auto;
    top: auto;
    inset-inline-end: -13px;
    bottom: 0;
}
.box-area::after, .box-area::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    /*top: -13px;*/
    width: 13px;
    height: 13px;
    background: url(../images/svg/imge-crove.svg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.our-homeopathy-img::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1e21;
    opacity: 0.25;
}

.homeopathy-section .box-area {
       background: #f6f6f4;
    position: absolute;
    max-width: 52%;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: inherit;
    padding: 15px 0 0 15px;
    border-start-start-radius: 12px;
    border-start-end-radius: 0;
}

.call-box {
    background-color: #3e826b;
    border-radius: 10px;
    padding: 24px 20px 32px;
}

.call-box .title {
   color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-size: 19px;
}

.call-box .call-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0c1e21;
    color: #ffffff;
       font-size: 19px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-bottom: 9px;
      text-align: center;
    align-items: flex-end;
}

.call-box .number{
    color:#fff;
    display: block;
}

.homeopathy-outer{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.our-homeopathy-section .row{
    row-gap:24px;
}
.homepathyy-ser{
    width:68%;
    margin:auto;
    margin-bottom:2rem;
}

.homeopathy-outer-box {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    align-items: start;
    text-align: start;
    /*padding: 41px 35px;*/
    padding: 30px 20px;
    display: flex;
    gap:30px;
    /*flex-direction: column;*/
    align-items: center;
    width:100%;
    position: relative;
    height:100%;
}

.homeopathy-icon {
     position: relative;
    width: 55px;
    height: 55px;
    background: #000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 55px;
    transition: all 0.4s;
}

.homeopathy-content p{
    margin:0;
}

.homeopathy-content {
    border-inline-start: 1px dashed #c9d1d1;
    padding-left: 2rem;
}

.homeopathy-outer-box:hover .homeopathy-icon {
    background-color:#3e826b;
    -webkit-animation: none;
    animation: none;
}

.homeopathy-outer-box .homeopathy-icon img{
filter: brightness(0) invert(1);
    /*top: 0.2rem;*/
    position: relative;
}

.homeopathy-outer-box h4{
        font-size: 20px;
}


/*our-approach-section*/


.our-approach-section {
    position: relative;
        padding: 4rem 0 4rem;
    /*background:#ecf0f0;*/
    
}

.h6-working-process-inner {
    /*padding: 60px 50px 75px;*/
    padding: 53px 34px 48px;
    border-radius: 10px;
    background-color:#f6f6f4;
    max-width: 94%;
}
.h6-working-process-wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px;
    position: relative;
    z-index: 0;
}
.h6-working-process-item {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: static;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-padding-start: 95px;
    padding-inline-start: 95px;
    position: relative;
    z-index: 0;
    max-width: 100%;
}

.h6-working-process-item.active .process-step {
       background-color: #3e826b !important;
}
.h6-working-process-item .process-step {
    background-image: none;
    background-clip: inherit;
    background-color: #d8e5e5 !important;
    line-height: 1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    outline: 3px solid #fff;
    transition: 0.3s;
}
/*.process-item .process-step {*/
/*    font-size: 120px;*/
/*    color: #fff;*/
/*    background: #3e826b !important;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#3e826b), color-stop(90%, #fff));*/
    /*background: linear-gradient(180deg, #3e826b 0%, #fff 90%);*/
/*    background-clip: text;*/
/*    display: inline-flex;*/
/*    line-height: 1;*/
/*    margin-bottom: 16px;*/
/*}*/

.h6-working-process-item.active .process-step span{
    color: #ffffff;
    font-size:25px;
    font-weight: 500;
}
.h6-working-process-item .process-step span{
     color: #00000;
    font-size:25px;
    font-weight: 500;
}
.process-content h4{
        font-size: 20px;
}
.process-content p{
       margin: 0;
    text-align: justify;
}

.h6-working-process-wrapper::after {
    content: "";
    position: absolute;
    inset-inline-start: 34px;
    top: 0;
    width: 0;
    height: 95%;
    border-inline-end: 1px dashed #c9d1d1;
    z-index: -1;
}

.our-approach-section .title-content{
     position: sticky;
    top: 20%;
}
   
/*our-approach-section-end*/

.healing-listens-section{
    position:relative;
    padding: 4rem 0 5rem;
    background: #fff5f1;
    background-image:url(..//images/bg/home-about-bgimg.png);
        background-repeat: no-repeat;
}

.service-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
    /*height: 390px;*/
    height: 290px;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.service-item:hover {
    background-color: #3e826b;
}
.service-item .service-icon {
    width: 80px; 
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(-45deg, rgba(30, 138, 138, 0.3) 0%, rgba(30, 138, 138, 0) 50%, rgba(30, 138, 138, 0.3) 100%);
    border-radius: 50%;
    border: 1px solid rgba(30, 138, 138, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
}

.service-item:hover .service-icon {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 100%);
    border-color: rgba(255, 255, 255, 0.15);
}
.service-item h4 {
    font-size: 22px;
    margin: 0;
    text-align: center;
}
.service-item p{
    margin:0;
    text-align:center;
}

.service-item:hover .service-icon img {
    color: #fff;
    transform: rotateY(360deg);
    position: relative;
    filter: brightness(0) invert(1);
}
.service-item .service-icon img {
    transition: all 0.5s ease-in-out;
    filter: invert(42%) sepia(15%) saturate(1241%) hue-rotate(108deg) brightness(102%) contrast(84%);
}

.service-item:hover h4, 
.service-item:hover p {
    color: #ffffff;
}

.title-content{
    margin-bottom: 1rem;
}



/*tablercolum-section-start*/

.tablercolum-section{
    position:relative;
    padding: 4rem 0 4rem;
}
.tablercolum-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }

  .tablercolum-table th,
  .tablercolum-table td {
       border: 1px solid #ccc;
    padding: 15px 15px;
  }

  .tablercolum-table thead {
    background-color: #f9f9f9;
  }

  .tablercolum-table th {
        background:#3e826b;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }

  .tablercolum-table tbody tr:nth-child(even) {
    background-color: #f6f6f4;
  }
  
  
/*tablercolum-section-end*/


.faq-sec-main{
    position: relative;
    padding: 4rem 0 3rem;
    
}
.accordion .accordion-item:not(:last-child){
       margin: 18px 0 0;
}

.faq-sec-main .accordion .accordion-item{
    backdrop-filter: blur(5px);
    border: none !important;
    background: #f6f6f4;
    border-radius: 10px;
    margin: 18px 0 0;
}
.faq-sec-main .accordion .accordion-body{
    background-color: #3e826b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 0 !important;
    padding: 22px;
    border: none;
    font-size: 18px;
    color: #fff;
}
.faq-sec-main .accordion .accordion-button:not(.collapsed):active{
    border:0 !important;
}
.faq-sec-main .accordion .accordion-button:not(.collapsed){
    background-color:  #3e826b;
     border: none;
     color:#fff;
      border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
        box-shadow: none;
}
.faq-sec-main .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-sec-main .accordion .accordion-button{
   font-size: 20px;
    font-weight: 500;
    background-color: #f6f6f4;
    border-radius: 10px;
    padding: 17px;
    line-height: 1.4;
    padding-right: 49px;
}
.faq-sec-main .accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.faq-sec-main .accordion-button::after {
    position: absolute;
    content: "\f104";
    font-family: 'flaticon_normal-icon';
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 25px;
    min-width: 25px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 50%;
    color: #000;
    background-image: unset !important;
    align-content: center;
    text-align: center;
    border: 2px solid #3e826b;
    color:#3e826b;
}
.faq-sec-main .accordion-button:not(.collapsed)::after{
     border: 2px solid #fff;
         color: #fff;
}

.accordion-button:focus{
    box-shadow:unset;
}

.our-listdee li{
        font-size: 16px;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.9;
}

.our-listdee li:before {
    position: absolute;
    content: "\f130";
    font-family: flaticon_normal-icon !important;
    left: 0;
    color: #fff;
}


.patient-storie-sec .container > .row{
            gap:30px 0;
        }
        
        
.patient-content-videos-slider-item .patient-videos {
    position: relative;
}

.patient-content-videos-slider-item .video-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 3;
    border-radius: 10px;
    height:99%;
}

.patient-content-videos-slider-item .video-play-overlay.hide {
    opacity: 0;
    pointer-events: none;
}

.patient-content-videos-slider-item .video-play-overlay .play-icon {
    transition: transform 0.3s ease;
}

.patient-content-videos-slider-item .video-play-overlay:hover .play-icon {
    transform: scale(1.1);
}

            
/* Patient Stories Items */
.patient-stories-items {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}
.patient-content-videos-slider-item .patient-videos{
     position: relative;
    max-width: fit-content; 
}
.patient-stories-items:hover {
    box-shadow: 0 10px 25px rgba(62, 130, 107, 0.15);
}

.patient-stories-img {
    /*height: 300px;*/
    overflow: hidden;
}

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

.patient-stories-items:hover .patient-stories-img img {
    transform: scale(1.05);
}

.patient-stories-contnet {
    padding: 20px;
}

.patient-stories-contnet h4 {
    color: #3e826b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.patient-stories-contnet span {
    display:block;
}

.patient-stories-contnet span strong {
    color: #3e826b;
    font-weight: 600;
}

/* Video Popup Modal */
.patient-content-videos-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.patient-content-videos-popup.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.popup-container {
    position: relative;
    width: 80%;
    max-width: 1200px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    z-index: 1;
    animation: slideUp 0.4s ease;
}

@media (min-width : 1300px) and (max-width : 2000px){
    .popup-container {
    width: 65%;
    }
}

@media (min-width : 2001px) and (max-width : 2500px){
    .popup-container {
    width: 60%;
    }
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 40px;
    height: 40px;
    line-height: 0;
    background: #3e826b;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.popup-close i{
    transform: rotate(45deg);
    position: relative;
    font-size:18px;
    display: inline-block;
}
.popup-close:hover {
    background: #2d614f;
    transform: rotate(90deg);
}

/* Video Slider */
.patient-content-videos-slider {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.patient-content-videos-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     display: none;
    transition: all 0.8s ease;
    padding: 20px;
}

.patient-content-videos-slider-item.active {
     display: block;
}


/* Slow video playback */
.slow-video {
    animation: slowPlay 0.5s ease forwards;
    height:auto;
    border-radius:10px;
    width:100%;
}

.patient-content-videos-slider-item .patient-content{
    height:550px;
    background: #f5f5f4;
    padding: 25px;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.patient-content-videos-slider-item .patient-content h4 {
    color: #3e826b;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.patient-content-videos-slider-item .patient-content  span {
    display: block;
}

.patient-content-videos-slider-item .patient-content span strong {
    color: #3e826b;
    font-weight: 600;
    display: inline-block;
}

.patient-content-videos-slider-item .patient-content .patient-content-title{
    margin-bottom:15px;
}

/* Navigation Buttons */
.patient-content-videos-popup .nav-button {
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #3e826b;
    color: white;
    border: none;
    font-size: 25px;
    line-height: 0px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    align-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.nav-button:hover {
    background: #2d614f;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.patient-content-videos-popup .prev-button {
    bottom: 0;
    right: 100px;
    top: unset;
}
.patient-content-videos-popup .prev-button i{
    transform: rotate(180deg);
    display: inline-block;
}
.patient-content-videos-popup .next-button {
    right: 30px;
    top: unset;
    bottom: 0;
}

.patient-content-videos-popup .nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slowPlay {
    0% { filter: brightness(0.5); }
    100% { filter: brightness(1); }
}


.our-package-expreance.how-deliver-sec .package-heading {
    align-items: start;
      flex-direction: column;
      gap:0;
}
.our-package-expreance.how-deliver-sec .package-heading p{
    margin: 0;
    font-size: 17px;
}  

.our-package-expreance.how-deliver-sec .package-images img {
    height: 251px;
    object-fit: cover;
}
.our-package-expreance.how-deliver-sec .package-expreance{
    height:100%;
}

.the-jurney-sec{
    position:relative;
}
.the-jurney-sec .the-jurney-bg{
    padding:5rem 0 50px;
    position:relative;
    background-color: #fff5f1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/bg/your_comfort_bg.png);
}
.the-jurney-sec .jurney-img{
    transition: transform 0.3s ease-in-out;
}

.the-jurney-sec .jurney-img:hover{
    animation: upDown 1.2s infinite alternate ease-in-out;
    
}

@keyframes upDown {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10px);
	}
}

.our-package-expreance.how-deliver-sec{
    padding:5rem 0;
}

.about-key-main{
    margin-top:5rem;
}

.about-key .number-key-new span{
    font-size: 40px;
    font-weight: 600;
}

.about-key .key-title{
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top:10px;
}

.about-key{
    position:relative;
    text-align:center;
}

.about-key-main .col-lg-3:not(:last-child) .about-key:before{
    position:absolute;
    content:"";
    background:#0000001A;
    right:-10px;
    height:100%;
    width:1px;
    top:0;
}

.programs-contents .key-prgram,
.trust-faimly .cure-title{
    font-size:20px;
    font-weight:600;
}

.about-progres-main .progra-oints li:before {
    content: "\f12d";
}

.funder-sec-main{
    padding:5rem 0 0;
}

.funder-img{
    text-align:end;
}

.funder-content-box{
    margin-right:40px;
}

.integrative-care-sec{
    padding:5rem 0 0;
    position:relative;
}

.missio-vission-box{
    height: 100%;
    background-color: #f6f6f4;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 25px;
}

.missio-vission-box:hover .mis-vis-icon{
    animation: gelatine 0.6s;
}
.missio-vission-box .mis-vis-icon{
        max-width: 88px;
        margin-bottom:20px;
}
.missio-vission-box .mis-vis-icon img{
    filter: invert(47%) sepia(48%) saturate(386%) hue-rotate(108deg) brightness(85%) contrast(90%);
}

.missio-vission-box:hover .mis-vis-icon img{
    filter: brightness(0) invert(1);
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.7);
            transform: scale(1.1, 0.7);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}

.missio-vission-box .mis-vis-content h4{
    font-size:20px;
}
.missio-vission-box .mis-vis-content p{
    margin:0;
}

.missio-vission-content{
     text-align: center;
    height: 100%;
    position: relative;
    z-index: 1;
    align-content: center;
}
.missio-vission-content:before{
        position: absolute;
    content: "";
    background-image: url(../images/about/curewellness-icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
    width: 100%;
    height: 350px;
    inset: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.1;
}
.missio-vission-box:hover{
        background-color: #3e826b;
}

.missio-vission-box:hover .mis-vis-content p ,
.missio-vission-box:hover .mis-vis-content h4{
    color:#fff;
}

.integrative-care-sec .row{
    row-gap:30px;
}


.about-content .phi-title {
font-size:20px;
}
.approach-step-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    border:2px solid #00000082;
}

.approach-step-img img{
  border-radius: 50%;   
}

.approach-step-sec{
    position:relative;
}

.approach-step-one{
    position: relative;
    z-index: 1;
    align-items: center;
}
.approach-step-one:before{
    position: absolute;
    content: "";
    background: #fff;
    border: 2px solid #0000004f;
    height: 90%;
    width: 90%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    border-radius: 20px;
    z-index: -1;
}

.approach-step-box{
    max-width: 85%;
    margin: 0 auto;
    position:relative;
     z-index: 1;
}
.approach-step-box:before{
       position: absolute;
    content: "";
    background: #0000004f;
    height: 80%;
    width: 2px;
    inset: 0;
    margin: auto;
    z-index: -1;
}
.approach-step-content p{
    margin:0;
}

.approach-step-content h4{
    font-size:24px;
}

.approach-step-one.approach-step-two .approach-step-img{
    margin-left: auto;
}
.approach-step-two.approach-step-one:before{
    right:unset;
    left:0;
}

.approach-step-two.approach-step-one .approach-step-content{
    padding-left: 20px;
}

.approach-step-box .approach-step-one:not(:last-child){
    margin-bottom:40px;
}

.cureease-care-sec{
    padding:5rem 0 5rem;
    position:relative;
    background:#f6f6f4;
}


#curee-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

#curee-tab .nav-item {
    margin: 5px;
}

#curee-tab .nav-link {
    background: #fff;
    color: #000;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 12px 25px 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#curee-tab .nav-link:hover {
    background: #e9f7ef;
    color: #3e826b;
    border-color: #c2e0d4;
    transform: translateY(-2px);
}
.curee-tab-img img{
    border-radius:10px;
}
.smart-points ul{
    padding: 0;
    display: flex;
    gap:40px;
    margin-bottom:20px;
}

.smart-points ul li{
    position: relative;
    padding-left: 30px;
}

.smart-points h6{
    font-size:20px;
}
.smart-points ul li:not(:last-child){
    margin-bottom:15px;
}
.smart-points ul li:before{
        position: absolute;
    content: "\f130";
    font-family: flaticon_normal-icon !important;
    left: 0;
    color: #3e826b;
}

#curee-tab .nav-link.active {
    background: #3e826b !important;
    color: white;
    border-color: #3e826b;
    box-shadow: 0 4px 15px rgba(62, 130, 107, 0.3);
}

#curee-tab .nav-link.active:hover {
    background: #2d614f;
    border-color: #2d614f;
    transform: translateY(-2px);
}

/* Active tab indicator */
#curee-tab .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 3px;
}

/* Tab Content Styling */
#curee-tab-content {
    background: white;
    border-radius: 15px;
    padding: 40px;
    /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);*/
    /*border: 1px solid #eef5f2;*/
}

.our-team-sec #curee-tab-content .row{
    row-gap:20px;
}

#curee-tab-content .tab-pane {
    animation: fadeIn 0.5s ease;
}

/* Alternative Tab Design Option */
.curee-tab-main.alternative #curee-tab {
    border-bottom: none;
    padding-bottom: 0;
}

.curee-tab-main.alternative #curee-tab .nav-link {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 12px 30px;
    position: relative;
}

.curee-tab-main.alternative #curee-tab .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.curee-tab-main.alternative #curee-tab .nav-link:hover::after {
    background: rgba(62, 130, 107, 0.3);
}

.curee-tab-main.alternative #curee-tab .nav-link.active {
    background: transparent;
    color: #3e826b;
    box-shadow: none;
}

.curee-tab-main.alternative #curee-tab .nav-link.active::after {
    background: #3e826b;
}

/* Card Style Tab Design */
.curee-tab-main.card-style #curee-tab .nav-link {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.curee-tab-main.card-style #curee-tab .nav-link.active {
    border-color: #3e826b;
    background: linear-gradient(135deg, #3e826b 0%, #4a9b7f 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(62, 130, 107, 0.2);
}

/* Tab Content Heading Styling */
#curee-tab-content .tab-pane h4 {
    color: #3e826b;
    font-size: 23px;
    margin-bottom: 15px;
    position: relative;
}



#curee-tab-content .tab-pane .points-curee-tab h6{
     color: #3e826b;
    font-size: 20px;
}

/* Tab Content Features */
#curee-tab-content .tab-pane ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
}

#curee-tab-content .tab-pane ul li {
    padding-left:30px;
    position: relative;
    color: #000;
    width: 33%;
}

#curee-tab-content .tab-pane ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3e826b;
    font-weight: bold;
    font-size: 18px;
}

/* Tab Content CTA Button */
#curee-tab-content .tab-pane .tab-cta-btn {
    display: inline-block;
    background: #3e826b;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #3e826b;
    margin-top: 20px;
}

#curee-tab-content .tab-pane .tab-cta-btn:hover {
    background: transparent;
    color: #3e826b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(62, 130, 107, 0.2);
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Optional: Add icon to tabs */
#curee-tab .nav-link i {
    margin-right: 8px;
    font-size: 18px;
}

/* Optional: Numbered tabs */
.curee-tab-main.numbered #curee-tab .nav-link {
    counter-increment: tab-number;
    padding-left: 50px;
}

.curee-tab-main.numbered #curee-tab .nav-link::before {
    content: counter(tab-number);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;F
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.curee-tab-main.numbered #curee-tab .nav-link.active::before {
    background: white;
    color: #3e826b;
}

/* Optional: Gradient background for active tab */
.curee-tab-main.gradient #curee-tab .nav-link.active {
    background: linear-gradient(135deg, #3e826b 0%, #5ab895 100%);
    box-shadow: 0 5px 20px rgba(62, 130, 107, 0.4);
}

.progres-sec.approach-what-who{
  background:#fff;
}

.has-dropdown .dropn-btnmobile {
    display: none;
}


.patient-stories-contnet p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
}

.curee-items-smart{
    position:relative;
    z-index: 1;
}

.curee-items-smart:before{
        position: absolute;
    content: "";
    background-image: url(../images/about/curewellness-icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
    width: 400px;
    height: 100%;
    inset: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.1;
}

.counselling-section{
    padding:5rem 0;
    position:relative;
}

.counselling-contner ul{
    padding:0;
}

.counselling-contner ul li{
    padding-left:30px;
    position:relative
}

.counselling-contner ul li:not(:last-child){
    margin-bottom:10px;
}

.counselling-contner ul li:before{
        content: "\f1ac";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    background: #3e826b !important;
    width: 20px;
    height: 20px;
    top: 4px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.what-we-sec{
    padding:5rem 0;
    position:relative;
    background:#f6f6f4;
}
.why-counselling-sec{
   padding:4rem 0;  
}
.what-we-sec .package-heading {
    align-items: start;
    flex-direction: column;
    gap: 0;
}
.what-we-sec .package-heading h6, 
.our-package-expreance.how-deliver-sec .package-heading h6{
    font-size:21px !important;
    margin-bottom:5px;
}
.what-we-sec .package-heading p,
.our-package-expreance.how-deliver-sec .package-heading p{
    font-size:17px;
    margin:0;
}

.gallery-box_wrapp:first-child .gallery-box {
    margin-top: 45px;
}

.what-we-sec .package-images img {
    height: 250px;
    object-fit: cover;
}

.what-we-sec .package-expreance {
    height: 100%;
}
.hide-robot{
display:none !important;
}

label.error{
    color: red;
    transform: translateY(-10px);
}
.home-form label.error{
    transform: translateY(0);
}

.our-team-sec{
    padding:3rem 0 1rem;
    position:relative;
}

.our-team-sec #curee-tab .nav-link{
    background: #f6f6f4;
}
.approach-intro-sec .about-content{
    text-align:center;
    position:relative;
}

.approach-intro-sec{
    padding:4rem 0 2rem;
}
.our-philoso-sec{
    padding:0 0 3rem;
}
.our-philosophy{
    background-color: #f6f6f4;
    border-radius: 10px;
    position: relative;
    padding: 40px;
    text-align:center;
    max-width:fit-content;
    margin:0 auto;
}

.counselling-contner .counse-title {
    font-size: 23px;
}

.curee-items-smart h4{
    font-size:20px;
}
.patient-videos img{
    border-radius:10px;
}
.paitent-tab{
    margin-bottom:2rem;
    justify-content: center;
    gap: 15px;
}
.paitent-tab li button{
   border: none !important;
   color:#000;
   
}
.paitent-tab li button.active{
    border-bottom:2px solid #3e826b !important;
    color:#3e826b !important;
}

.paitent-tab .nav-link:focus, .paitent-tab .nav-link:hover{
    color:unset !important;
}

.tab-tab-btn{
    margin-bottom:2rem;
    border: unset;
    justify-content: center;
    gap: 15px;
}
.tab-tab-btn button{
     border: none !important;
    background: #3e826b;
    border-radius: 35px !important;
    color: #fff;
    font-weight: 500;
        padding: 7px 18px 6px;
}
.tab-tab-btn button.active{
    border: none !important;
    background-color: #FCD0A1 !important;
    border-radius: 35px !important;
    font-weight: 500;
}

/*.tab-tab-btn .nav-link:focus{*/
/*    color:#FCD0A1;*/
/*}*/
.tab-tab-btn .nav-link:hover{
    color:#FCD0A1;
}
.tab-tab-btn button.active:hover{
    color:#3e826b;
}

.book-counselling-box{
    display:none;
}
.contaacts-form .form-btnsd{
   position:relative;
    border: 0;
    padding: 9px 25px 5px;
    border-radius: 30px;
    font-size: 17px;
    transition: 0.3s linear;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.contaacts-form .form-btnsd:after {
    content: '';
    position: relative;
    background: url(../images/home/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: block;
    transition: 0.4s;
    /*filter: invert(1);*/
}