.meet-section-row {
    display: flex;
    align-items: center;
}

.hm-feature-block-1 {
    margin-bottom: 30px;
    padding: 15px;
}
/* text column width control */
.meet-section-text {
    max-width: 520px;
}

/* image column control */
.meet-section-img {
    text-align: center;
}

/* THIS fixes oversized image */
.meet-section-img img {
    width: 100%;
    max-width: 420px;   /* LIMIT IMAGE SIZE */
    height: auto;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* mobile */
@media (max-width: 768px) {
    .meet-section-row {
        display: block;
    }

    .meet-section-text {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .health-goal-box {
        min-height: 240px;
    }
}
.health-goal-wrapper .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* CUSTOM HEALTH GOALS BOX STYLE */

/* HEALTH GOAL SECTION FIXED */

.health-goal-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.health-goal-col {
    width: 50%;
    padding: 15px;
}

@media (max-width: 767px) {
    .health-goal-col {
        width: 100%;
    }
}

.health-goal-box {
    background: linear-gradient(180deg, #c21884 0%, #a50f6d 100%);
    color: #fff;
    padding: 50px 45px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    height: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.health-goal-row {
    margin-top: 30px;
}

.health-goal-box.no-heading {
    padding-top: 75px;
}

.health-goal-box h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}

.health-goal-box p {
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
}


/* spacing between rows */
.health-goal-row {
    margin-top: 30px;
}

.instag .fa-instagram {font-size: 30px;line-height: 40px;}
.hide-hm {
    display: none !important;
}


.review-slider, .review-item {
    border: 1px solid red;
}

.callback-container .form_heading
{
    font-size: 3.5rem;
    color: var(--color1);
    font-family: var(--font3);
    margin: 0;
    padding: 12px 25px 0px 25px;
    border-bottom: 2px solid #02A7B6;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.getintouch img
{
    border-radius: 10px;
    box-shadow: 0px 0px 30px #15151580;
}

.getintouch .row
{
    align-items: center;
}

.callback-container {
    /*max-width: 360px;*/
    padding: 2rem;
    width: 80%;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.callback-container h1 {
    color: #38a169; /* Change color to match your requirement */
    font-size: 36px;
    margin-bottom: 10px;
}
.callback-container p {
    margin-bottom: 20px;
}
.callback-container input[type="text"] {
    margin-bottom: 10px;
}
.btn-call {
    background-color: #38a169; /* Matching the color to the phone number */
    color: white;
}
.btn-call i {
    margin-right: 5px;
}
.phone-number a {
    font-size: 24px;
    font-weight: bold;
    color: #38a169;
}
.theme-color {color: #6dbe44;}
.callback-container .tbl-cell .fa {
    font-size: 28px;
}
.callback-container .tbl {width:50%; margin:0 auto}
.mb-none{margin-bottom:0!important}
.callback-container .tbl .paragraph-medium {font-size:18px;}
.callback-container .tbl .paragraph-medium span {font-size:14px;}
.owl-theme .owl-nav{display: none;}
.blog-list-ttl a {
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media only screen and (min-width: 1200px) {
    .nav-tabs {
        border-bottom: 1px solid #ddd;
        padding-left: 200px;
        padding-bottom: 20px;
    }
}

/* Hide the slider on desktop */
@media (min-width: 768px) {
    li.hidee-desktop { display: none !important;}
    .review-slider {
        display: flex;
        justify-content: space-around;
    }
    .review-slider .review-item {
        flex: 1;
        margin: 0 10px;
    }
}

/* Show the slider only on mobile devices */
@media (max-width: 767px) {
    li.hidee-mobile {display:none !important;}
    .review-slider {
        display: none;
    }
    .review-slider.slick-initialized {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .hidee-mobile {
        display: none;
    }
    .hdr-logo a img {
        height: 52px;
    }

    .callback-container
    {
      width: 100%;
    }

    .callback-container .form_heading
    {
        font-size: 2.8rem;
    }
}

 /* Swiper container adjustments */
.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide img { 
    height: auto;
}

/* Hide pagination for desktop */
/*@media (min-width: 768px) {*/
/*    .swiper-container {*/
        display: block;  /* Show the static container on desktop */
/*    }*/

/*    .swiper-wrapper, .swiper-slide {*/
        display: block;  /* Ensure slides are visible statically */
/*    }*/

/*    .swiper-pagination {*/
        display: none;  /* Hide pagination on desktop */
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .swiper-container {*/
        display: block;  /* Display Swiper in mobile view */
/*    }*/

/*    .swiper-pagination {*/
        display: block;  /* Show pagination for mobile view */
/*    }*/
/*}*/
/* Consultation Section */

.consultation-section {
    text-align: center;
}

.consultation-list {
    max-width: 900px;
    margin: 30px auto 0 auto;
    text-align: left;
    padding-left: 20px;
}

.consultation-list li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.program-card-link {
    text-decoration: none;
}

.program-card {
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Bigger image */
.program-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

/* Hover effect */
.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Image zoom on hover */
.program-card:hover img {
    transform: scale(1.08);
}

/* Title styling */
.program-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

strong {
    font-size: 19px;
}
.consultation-list strong {
    font-weight: 700;
    color: #000;
}
.consultation-list {
    list-style: none;
    padding-left: 0;
}

.consultation-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.8;
}

/* Custom bullet */
.consultation-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #c21884;   /* theme color */
    border-radius: 50%;
}
