/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.container{
	max-width: 1360px;
	margin: 0 auto !important;
	padding: 0 20px;
}

.header-sec {
    transition: all ease-in-out 600ms;
    position: fixed;
}
.header-sec.newheader{    
    width: 100%;
    left: 0;
    top: 0;
    /*padding: 8px 0;*/
    z-index: 9999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
    transition: all ease-in-out 600ms;
    background: #ffffff !important;
}
.header-sec.newheader .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
    fill: #000 !important;
}
/*.header-sec.newheader .elementor-widget-image img{
   max-width: 150px;
}*/
.header-sec.newheader  .elementskit-navbar-nav li a.active{
    color: var(--e-global-color-secondary) !important;
}
.header-sec.newheader  .elementskit-navbar-nav li a:hover{
    color: var(--e-global-color-secondary) !important;
}
.header-sec.newheader  .elementskit-navbar-nav li a{
    color: #000 !important;
}
.header-sec.newheader a.elementor-button-link{
    background-color: #e26968 !important;
    color: #fff !important;
}
.header-sec.newheader a.elementor-button-link:hover{
    background-color: #7fbac2 !important;
    color: #fff !important;
}

.hero-video .ekit-wid-con .ekit-video-popup-btn {
    font-size: 25px;
}
.year-text .ekit-heading--title span {
    width: 48px;
    height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.year-text .ekit-heading {
    display: flex;
    align-items: center;
	gap:10px;
}
.year-text .elementskit-section-subtitle {
    max-width: 78px;
    text-align: left;
}
.method span.elementor-heading-title {
    background: #EA5D66;
    width: 32px;
    display: block;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	position: absolute;
    right: 102px;
    z-index: 22;
    top: -5px;
}
.team{
	transform: all 0.3s;
}
.team:hover img {
    box-shadow: 0px 4px 53.1px 0px #0000002B;
}
.team:hover h3.ekit-heading--title {
    color: #E6646E !important;
}



/* Image */
.spec-img {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 15px}
.spec-img img {
    width: 100%;
    border-radius: 30px;
    height: 445px;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 600ms;
}
.spec-card:hover .spec-img img{
    transform: scale(1.03);
}

/* Title */
.spec-title {
    font-size: 36px;
    margin-bottom: 15px;
	line-height: 46px;
}

/* Description - 1 line crop */
.spec-desc {
	font-weight: 400;
    font-size: 18px;
    color: #6D6D6D;
    margin-bottom: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button */
.spec-btn {
    text-decoration: none;
    color: #5F9D98;
    font-weight: 400;
    margin-top: 24px;
    display: block;
}

/* Custom Arrows */
.custom-prev,
.custom-next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid #AAAAAA;
}

/* Position outside */
.custom-prev {
    left: -20px;
}

.custom-next {
    right: -20px;
}

/* Hover */
.custom-prev:hover,
.custom-next:hover {
    background: var(--e-global-color-accent);
    color: #fff;
}
.treatment p.elementor-icon-box-description {
    max-width: 200px;
}

.about-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 100px;
    z-index: 1;
}
.about-two__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}
.about-two__img-box:hover .about-two__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}


@keyframes shine {
  100% {
    left: 125%;
  }
}

.elementskit-post-image-card{
    margin-bottom: 25px !important;
}
.elementskit-post-image-card img{
    height: 270px !important;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 8px;
}
.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img{
    transform: scale(1.05) rotate(0deg) !important;
}


.blog-details-sec {
    padding: 180px 0 70px 0;
}
.news-detail_image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 8px;
}
.mb-4{
    margin-bottom: 25px;
}
.blog-detail_title {
    margin: 0px 0px 0px 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 15px;
    font-family: 'Open Sans' !important;
}
.blog-details-sec .post-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #67687A;
}
.related-post-card h5 a {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}
.blog-details-sec ul {
    padding: 0;
    list-style: none;
    position: relative;
}
.post-widget .post {
    position: relative;
    min-height: 95px;
    padding-left: 115px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100px;
    overflow: hidden;
    border-radius: 6px;
}
.post-widget .post a {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.post-widget .post a:hover{
    color: #52a8a0;
}
.post-widget .post .post-date {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.blog-banner {
    position: relative;
    height: 420px;
	min-height: 65vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.blog-banner-img {
    position: absolute;
    object-fit: contain;
    z-index: 1;
    right: 0;
    margin-left: auto;
}

.blog-banner-overlay {
    position: absolute;
    inset: 0;
    background: #52A8A0;
    background: linear-gradient(90deg,#52A8A094 60%, #FFFFFF00 100%);
    z-index: 2;
}

.blog-banner .container {
    position: relative;
    z-index: 3;
}

.blog-banner-title {
    color: #ffffff!important;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}
.post-content blockquote{
        position: relative;
    display: block;
    background-color: #F3F7FB;
    border-left: 4px solid #52a8a0;
    border-radius: 10px;
    padding: 28px 37px 28px;
    padding-right: 50px;
    margin-top: 32px;
    margin-bottom: 28px;
    margin-left: 0;
}
.post-content blockquote p{
    margin-bottom: 0;
}
.bg-line{
    position: relative;
    z-index: 9;
}

.bg-line:after {
    position: absolute;
    content: '';
    width: 75%;
    height: 2px;
    left: 50%;
    top: 45px;
    z-index: -1;
    background: linear-gradient(90deg, rgba(234, 93, 102, 1) 0%, rgba(104, 174, 174, 1) 100%);
    transform: translate(-50%, -50%);
}
.testimonial-slider .swiper-navigation-button svg{
    fill: #fff;
}

.ekit-form form input[type="submit"]{
    transition: all 600ms;
}
.ekit-form form input[type="submit"]:hover {
    background-color: #7fbac2 !important;
}

.condition-box:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border-bottom: 3px solid transparent;
    height: 100%;
    transition: all 600ms;
}
.condition-box:hover:after{
    border-bottom: 3px solid #7fbac2;
}
.condition-box:hover .elementor-icon-box-icon .elementor-icon{
    background: #7fbac238 !important;
}
.condition-box:hover .elementor-icon-box-icon .elementor-icon svg{
    filter: invert(1);
}
/*.condition-box:hover .elementor-icon-box-icon .elementor-icon svg path{
    fill: #e0676e;
}*/
.box-item-img{
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}
.box-item-img img{
    transform: scale(1.0);
    transition: all 600ms;
}
.box-item-img:hover img{
    transform: scale(1.05);
}


.menu-item-home.current-menu-item a {
  color: var(--e-global-color-secondary);
}

.current-menu-ancestor a {
      color: var(--e-global-color-6cf21f4) !important;
}


.timeline {
  position: relative;
  margin: auto;
}

/* center line */
.timeline::before {
  content: '';
  position: absolute;
  width: 2px;
  background: #cfcfcf;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* item */
.timeline-item {
  position: relative;
  width: 40%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 60%;
}



.timeline-item{
    counter-increment: item-counter;
    position: relative;
    padding-left: 30px;
}
.timeline-item:after {
    content: counter(item-counter);
    position: absolute;
    right: calc(-30% - 24px);
    top: 50%;
    width: 50px;
    height: 50px;
    background: var(--e-global-color-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", Sans-serif;
    line-height: 1;
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px #00000038;
}

.timeline-item.right:after {
    left: calc(50% - 28px);
}
.timeline-item.right:after {
    left: calc(-30% + 28px);
}

@media (max-width: 1200px) {
	.timeline-item:after {
		right: calc(-30% - 27px);
	}
	.timeline-item.right:after {
    	left: calc(-30% + 24px);
	}
}

@media (max-width: 991px) {
	.timeline-item:after {
		right: calc(-30% - 30px);
	}
	.timeline-item.right:after {
    	left: calc(-30% + 20px);
	}
}
@media (max-width: 767px) {

    /* remove center line */
    .timeline::before {
        display: none;
    }

    /* reset ALL positioning properly */
    .timeline-item {
        width: 100% !important;
        left: 0 !important;
        right: auto !important;
        margin: 0 0 30px 0;
        padding: 50px 20px 20px;
        text-align: center !important;
        position: relative;
    }

    /* force both sides visible */
    .timeline-item.left,
    .timeline-item.right {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }

    /* FIX: circle position */
    .timeline-item::after {
        position: absolute !important;
        top: 0;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        z-index: 2;
    }

    /* center all text */
    .timeline-item h4,
    .timeline-item p {
        text-align: center !important;
    }
}


.elementor-widget-elementskit-team .profile-body h2.profile-title a {
  font-family: "Playfair Display", Sans-serif !important;
}

.team-box .profile-footer{
    display: none;
}



.flexi-tabs .flexi-tab[data-cat="featured"]{
    display: none;
}



.condition-body-media {
    width: 18.75rem;
    margin: 0 auto;
    max-height: 496px;
}

.button-link {
    position: relative;
    overflow: visible !important;
}

/* Tooltip */
.button-link .elementor-button-text {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%) translateY(8px);

    background: #f7686a;
    color: #fff;
    padding: 7px 25px;
    min-width: 150px;
    text-align: center;

    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 10;
}

/* Small pointer */
.button-link .elementor-button-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);

    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f7686a;
}

/* Show tooltip on hover */
.button-link:hover .elementor-button-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.button-link  a{
    width: 23px;
    height: 23px;
    display: block;
    border-radius: 50%;
    transition: .5s ease all;
    padding: 0;
    font-size: 0;
}
.button-1{
    position: absolute;
    top: 2%;
    left: 46.6%;
}
.button-2 {
    position: absolute;
    top: 17%;
    left: 29.3%;
}
.button-3 {
    position: absolute;
    top: 34%;
    left: 21%;
}
.button-4{
    position: absolute;
    top: 47.6%;
    left: 13.4%;
}
.button-5 {
    position: absolute;
    top: 20%;
    left: 45%;
}
.button-5 a.elementor-button-link{
    width: 1.94rem;
    height: 5.25rem;
}
.button-6 {
    position: absolute;
    top: 45%;
    left: 56.3%;
}
.button-7 {
    position: absolute;
    bottom: 21%;
    left: 60%;
}
.button-8 {
    position: absolute;
    bottom: 2%;
    left: 59%;
}
.page-id-2580 .button-link.button-1 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2680 .button-link.button-2 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2713 .button-link.button-3 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2720 .button-link.button-4 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2727 .button-link.button-5 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2733 .button-link.button-6 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2737 .button-link.button-7 a{
    background-color: rgb(226 105 104 / 70%) !important;
}
.page-id-2742  .button-link.button-8 a{
    background-color: rgb(226 105 104 / 70%) !important;
}




/* ==========================================
   POPUP OVERLAY
========================================== */

.condition-popup-overlay {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.65);

    z-index: 99998;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


/* OPEN */

.condition-popup-overlay.is-active {
    opacity: 1;
    visibility: visible;
}


/* ==========================================
   POPUP
========================================== */

.condition-content-popup {

    position: fixed;

    top: 50%;
    left: 50%;

    width: 90vw;
    max-width: 1250px;

    max-height: 85vh;

    overflow-y: auto;

    background: #ffffff;

    border-radius: 6px;

    padding: 40px;

    box-sizing: border-box;

    z-index: 99999;

    /*
     * Initial state
     */
    opacity: 0;

    visibility: hidden;

    transform:
        translate(-50%, -48%)
        scale(0.95);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}


/* ==========================================
   ACTIVE POPUP
========================================== */

.condition-content-popup.is-active {

    opacity: 1;

    visibility: visible;

    transform:
        translate(-50%, -50%)
        scale(1);
}


/* ==========================================
   INNER
========================================== */

.condition-popup-inner {

    position: relative;

    width: 100%;
}


/* ==========================================
   CLOSE BUTTON
========================================== */

.condition-popup-close {

    position: absolute;

    top: -25px;
    right: -25px;

    width: 30px !important;
    height: 30px !important;
	padding: 0px !important;

    border: 0;

    border-radius: 50%;

    background: #222;

    color: #fff;

    font-size: 28px;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 5;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.condition-popup-close:hover {

    background: #000;

    transform: rotate(90deg);

}


/* ==========================================
   TITLE
========================================== */

.condition-popup-title {

    margin: 0 0 25px;

    padding-right: 35px;

    font-size: 30px;

    line-height: 1.25;

}


/* ==========================================
   CONTENT
========================================== */

.condition-popup-description {

    font-size: 16px;

    line-height: 1.7;
}

.condition-popup-description p {

    margin-top: 0;

    margin-bottom: 20px;
}


/* ==========================================
   BODY WHEN POPUP OPEN
========================================== */

body.condition-popup-open {

    overflow: hidden;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .condition-content-popup {

        width: 92vw;

        max-height: 85vh;

        padding: 30px;

        border-radius: 5px;
    }


    .condition-popup-title {

        font-size: 24px;

        margin-bottom: 20px;
    }


    .condition-popup-description {

        font-size: 15px;

        line-height: 1.6;
    }


    .condition-popup-close {

        top: -18px;

        right: -12px;

        width: 25px !important;

        height: 25px !important;

        font-size: 24px;
    }

}

body.condition-popup-open {
    overflow: hidden;
}

.dynamic-popup-items ul {
    margin: 0 0 0.94rem;
    padding: 0;
}
.dynamic-popup-items ul li {
    position: relative;
    padding-left: 2.19rem;
    list-style: none;
        margin-bottom: 15px;
}
.dynamic-popup-items ul li:before {
    color: #fff;
    background-color: #000;
}

.dynamic-popup-items ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    content: "✓";
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .dynamic-popup-items ul li a {
    font-weight: 400;
}


@media (max-width: 767px) {
    .blog-banner {
        height: 280px;
    }

    .blog-banner-title {
        font-size: 2rem;
        padding: 0 15px;
    }
    .post-content blockquote {
        padding: 20px;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}








@media (min-width:1600px){
	.custom-prev {
        left: -65px;
    }
    .custom-next {
        right: -65px;
    }
}
@media only screen and (max-width: 1367px){
    .blog-details-sec {
        padding: 140px 0 50px 0;
    }
}

@media only screen and (max-width: 768px){
    .blog-details-sec {
        padding: 50px 0 30px 0;
    }
}



@media only screen and (max-width: 1024px){
    .spec-img img {
        height: 380px;
    }
    .spec-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 0;
    }
    .spec-btn {
        margin-top: 15px;
    }
    .bg-line:after{
        display: none;
    }
    .bg-line .method{
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .method span.elementor-heading-title{
        right: 75px;
    }
}

@media only screen and (max-width: 1200px){
    .custom-prev {
        left: 5px;
    }
    .custom-next {
        right: 5px;
    }
    .custom-blog .elementskit-entry-header{
        border-radius: 15px !important;
    }
    .custom-blog .elementskit-entry-header img{
        border-radius: 15px !important;
    }
    .method span.elementor-heading-title{
        right: 90px;
    }
}
@media only screen and (max-width: 768px){
    .method span.elementor-heading-title{
        right: 80px;
    }
    .spec-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 30px;
    }    
    .spec-img img {
        border-radius: 20px;
        height: 310px;
    }
    .spec-desc {
        font-size: 16px;
    }
    .about-two__img-box{
        max-width: 300px;
        margin: 0 auto;
    }
    .news-detail_image img {
        height: 400px;
    }
        .blog-detail_title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .spec-title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .news-detail_image img {
        height: 320px;
    }
    .blog-detail_title {
        font-size: 24px;
        line-height: 36px;
    }
}






.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}





/* Modal */
.profile-header { border-radius: 200px; }
.profile-card { cursor: pointer; }

#ekit-custom-overlay + div {
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* ── Modal sizing ── */
#ekit-custom-overlay + div .zoom-anim-dialog {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
}

#ekit-custom-overlay + div .modal-dialog {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  position: relative !important;
}

#ekit-custom-overlay + div .modal-content {
  width: 100% !important;
  max-height: 85vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: relative !important;
  box-sizing: border-box !important;
  padding: 40px !important;
  border-radius: 24px !important;
}

/* ── Close button ── */
#ekit-custom-overlay + div .ekit-team-modal-close {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  /* background: #f0f0f0 !important; */
  border: none !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
}

#ekit-custom-overlay + div .ekit-team-modal-close svg {
  width: 11px !important;
  height: 11px !important;
}

/* ── Modal body ── */
#ekit-custom-overlay + div .modal-body {
  display: block !important;
  padding: 0 !important;
}

/* ── Header row: image + info side by side ── */
#ekit-custom-overlay + div .ekit-modal-header-row {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin-bottom: 20px !important;
}

/* ── Circular image ── */
#ekit-custom-overlay + div .ekit-team-modal-img {
  width: 130px !important;
  height: 130px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  flex-basis: 140px !important;
}

#ekit-custom-overlay + div .ekit-team-modal-img img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  border: 4px solid #F3F3F3 !important;
  box-shadow: 0 3px 6px 2px rgba(184, 184, 184, 0.47) !important;
}

/* ── Right side: name, title, social ── */
#ekit-custom-overlay + div .ekit-modal-header-right {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding-left: 20px !important;
}

#ekit-custom-overlay + div .ekit-team-modal-title {
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
}

#ekit-custom-overlay + div .ekit-team-modal-position {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* ── Social links ── */
#ekit-custom-overlay + div .ekit-team-social-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

#ekit-custom-overlay + div .ekit-team-social-list a {
  display: inline-block !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  color: #656565 !important;
  text-decoration: none !important;
  padding: 5px 14px !important;
  background: #F7F7F7 !important;
  border-radius: 20px !important;
  transition: background 0.2s ease !important;
}

#ekit-custom-overlay + div .ekit-team-social-list a > * {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

#ekit-custom-overlay + div .ekit-team-social-list a:hover {
  background: #e0e0e0 !important;
  color: #222 !important;
}

#ekit-custom-overlay + div .ekit-team-social-list a:hover {
  background: #f5f5f5 !important;
  border-color: #bbb !important;
  color: #333 !important;
}

/* ── Bio content below ── */
#ekit-custom-overlay + div .ekit-team-modal-content {
  border-top: 1px solid #f5f5f5 !important;
  padding-top: 40px !important;
  padding-bottom: 16px !important;
  margin-top: 25px !important;
  display: block !important;
  clear: both !important;
}

/* Force hide all icon elements inside social list */
#ekit-custom-overlay + div .ekit-team-social-list li *:not(a) {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}



.profile-card:hover .profile-title a,
.profile-card:hover .profile-title a:hover,
.profile-title a:hover {
  color: inherit !important;
  text-decoration: none !important;
}


span.view-prfl {
    color:#b1b1b1; 
    font-weight:600;
}

span.view-prfl:hover {
    color:#52A8A0; 
    font-weight:600;
}






/* ── Tablet (max 880px) ── */
@media (max-width: 880px) {
  #ekit-custom-overlay + div .zoom-anim-dialog,
  #ekit-custom-overlay + div .modal-dialog {
    max-width: 92vw !important;
  }

  #ekit-custom-overlay + div .modal-content {
    padding: 30px !important;
    border-radius: 20px !important;
  }

  #ekit-custom-overlay + div .ekit-team-modal-img {
    width: 100px !important;
    height: 100px !important;
  }

  #ekit-custom-overlay + div .ekit-team-modal-img img {
    width: 100px !important;
    height: 100px !important;
  }

  #ekit-custom-overlay + div .ekit-modal-header-right {
    padding-left: 16px !important;
  }
}

/* ── Mobile (max 767px) ── */
@media (max-width: 767px) {
  #ekit-custom-overlay + div {
    padding: 12px !important;
  }

  #ekit-custom-overlay + div .zoom-anim-dialog,
  #ekit-custom-overlay + div .modal-dialog {
    max-width: 100% !important;
  }

  #ekit-custom-overlay + div .modal-content {
    padding: 24px !important;
    border-radius: 16px !important;
    max-height: 90vh !important;
  }

  /* Stack image above text on mobile */
  #ekit-custom-overlay + div .ekit-modal-header-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  #ekit-custom-overlay + div .ekit-team-modal-img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    flex-basis: 100px !important;
    margin-bottom: 8px !important;
  }

  #ekit-custom-overlay + div .ekit-team-modal-img img {
    width: 100px !important;
    height: 100px !important;
  }

  #ekit-custom-overlay + div .ekit-modal-header-right {
    padding-left: 0 !important;
    width: 100% !important;
  }

  #ekit-custom-overlay + div .ekit-team-modal-content {
    padding-top: 20px !important;
    margin-top: 20px !important;
  }
}
