* {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    overflow-x: hidden;
}

body {
    font-family: "Exo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
}

/* custom css  */
.sec-p {
    padding: 50px 0;
}

.mb-45 {
    margin-bottom: 45px;
}

.main-sec-heading {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
}

/* navbar style start here  */
.navbar>.container {
    justify-content: center;
}

.navbar {
    box-shadow: rgb(65 65 70 / 17%) 0px 4px 14px -1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.top-nav-linkedin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-nav-linkedin .green-btn-main a {
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    font-size: 16px;
}
.top-nav-linkedin .green-btn-main{
  margin:0;
}
.top-nav-linkedin .green-btn-main a:hover svg {
    fill: #fdec00;
}

.top-nav-linkedin .green-btn-main a:hover {
    color: #f9ee04;
}
/* banner style start here  */
.banner-section {
    background-image: url('https://jeenasikho.com/wp-content/uploads/2026/02/banner-bg.webp');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px 0 30px;
}

.consultation-list {
    padding: 0;
    margin: 30px 0 0;
}

.consultation-list li {
    list-style: none;
    background: #fff;
    margin-bottom: 10px;
    padding: 9px 10px;
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #DDDDDD, #fff);
    border-image-slice: 1;
}

.banner-details .slider-wrapper {
    width: 100%;
    margin: 45px auto 0;
    overflow: hidden;
    position: relative;
}

.banner-details .slider {
    position: relative;
    height: 300px;
}

.banner-details .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.6s ease;
    opacity: 0;
    transform: scale(0.6);
}

.banner-details .slide.active {
    border: 1px solid #B8B8B8;
}

.banner-details .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.consult-form {
    background: #0B6C4B;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.consult-form form {
    margin-bottom: 0;
}
.consult-form h2 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: bold;
}

.consult-form input, .consult-form .select-box , .consult-form select{
    width: 100%;
    padding: 12px 17px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #09563C;
    color: #fff;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    text-align: left;
}

.consult-form input::placeholder {
    color: #cfe8dc;
}
.custom-select{
  position:relative;
  width:100%;
  font-family:Arial;
}

.options {
    position: absolute;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border-top: none;
    background: #09563c;
    display: none;
    z-index: 1000;
    margin-top: -20px;
    text-align: left;
    color: #fff;
    scrollbar-width: thin;
}
.options div{
  padding:10px;
  cursor:pointer;
}

.options div:hover {
    background: #0b6c4b;
}
.consult-form  .appointment-btnss-main {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    color: #0B6C4B;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid transparent;
    text-align:center;
}


.consult-form input:focus, .consult-form select:focus{
    background: #09563C;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color:#fff;
}
.consult-form .appointment-btnss-main:hover {
    background: #09563C;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

/* about jeena sikho sec css */
.abt-jeena-sikho-sec span {
    font-size: 20px;
    color: #0B6C4B;
    font-weight: bold;
}

.abt-jeena-sikho-sec h3 {
    margin: 5px 0 10px;
}

.abt-jeena-sikho-sec img {
    width: 100%;
}

/* treat sec style  */
.treat-sec.sec-p,
.consultation-sec {
    background: linear-gradient(to bottom, #F3FBF4, #ffffff);
}

.treat-sec h4 {
    padding-bottom: 14px;
}

.diseaseTreat {
    margin-top: 20px;
}
.diseaseTreat .swiper-wrapper {
    height: auto;
}
.diseaseTreat a {
    text-decoration: none;
}

.cat-disease {
    background: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin-bottom: 20px;
}

.cat-diseaseImg img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 14px;
}

.cat-disease h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
}

.green-btn-main {
    margin-top: 30px;
}

.green-btn-main a {
    background: #254A28;
    font-size: 20px;
    color: #fff;
    padding: 14px 26px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 14px;
    transition: 0.5s ease;
    border: 1px solid transparent;
}

.green-btn-main a:hover {
    background: #09563C;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

/* .consultation sec css  */

.contentColumn .main-sec-heading {
    padding-bottom: 14px;
}

.imgColumn img {
    width: 100%;
}

.contentList {
    padding: 0;
    margin: 15px 0 0;
}

.contentList li {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    list-style: none;
    padding-bottom: 12px;
}

.contentColumn p {
    width: 100%;
    max-width: 70%;
}

/* success story css start here  */
.success-story-sec {
    background-image: url('https://jeenasikho.com/wp-content/uploads/2026/02/success-story-bg.webp');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.success-story-content {
    margin-bottom: 29px;
}

.success-story-content p {
    width: 100%;
    max-width: 690px;
    margin: auto;
}

.success-story-sec .swiper-wrapper {
    padding-bottom: 40px;
    height: auto;
}

.success-story-sec .swiper-slide {
    height: auto;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card .profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #000000;
}

.testimonial-card .testimonial-text {
    margin-top: 11px;
    color: #555;
    line-height: 1.7;
    font-size: 16px;
}

.testimonial-card .name {
    margin-top: 9px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.testimonial-card .designation {
    font-size: 14px;
    color: #777;
}

.success-story-sec .swiper-pagination-bullet {
    width: 22px;
    border-radius: 10px;
}

.success-story-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #254A28;
}

/* faq sec css  */
.faq-container {
    margin: 25px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faq-item {
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq-question {
    width: 100%;
    background: #1f4b2c;
    color: #fff;
    padding: 15px;
    text-align: left;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 15px;
    background: #fff;
}

.faq-answer p {
    padding: 15px 0;
    font-size: 16px;
    color: #444;
}

.faq-answer ul li {
    list-style: auto;
}

/* footer css start here  */
.footer-sec {
    background-image: url('../images/footer-bg.webp');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-logo-column {
    display: flex;
    align-items: center;
}

.footer-sec h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.list-unstyled li {
    margin-bottom: 15px;
}

.list-unstyled li a {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    cursor:pointer;
}

.list-unstyled li a:hover,
.book-appointment:hover {
    color: #d18d27;
}

.footer-sec .border-top {
    border-color: #EBD9C7 !important;
}

.footer-sec .border-top p {
    color: #555555;
}

.book-appointment {
    color: #555555;
    display: block;
    font-size: 16px;
}

.footer-social-media div {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-social-media a {
    width: 33px;
    height: 33px;
    display: inline-flex;
    border: 1px solid #254A28;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.5s ease;
}

.footer-social-media a:hover {
    background: #254A28;
}

.footer-social-media a:hover img {
    filter: brightness(0) invert(1);
}


/* disease lead form css  */
.mobile_form {
    display: block;
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.24) 9px 0 13px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(100%);
    opacity: 0;
    padding: 0;
}

.mobile_form h2 {
    font-size: 23px;
    padding-bottom: 13px;
    font-weight: 600;
    color: #000;
}

.lef-right.mobile_form:after {
    display: none;
}

.disease-lead-form.mobile_form {
    padding: 20px 0;
    z-index: 999;
}

.mobile_form .appointment-btnss {
    height: 48px;
    line-height: normal;
    background: #0b6c4b;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
}

.inner_form_column .form-group {
    width: 100%;
}

.main_form_column {
    display: flex;
    gap: 30px;
    align-items: center;
}

.inner_form_column {
    display: flex;
    gap: 20px;
    width: 70%;
}

.row.mobile-frm-btn.enquire-field {
    width: 30%;
}

.mobile_form .input-field {
    padding: 9px 15px;
    height: 48px;
    border: 1px solid #d1d1d1;
}

.disease-lead-form {
    background: #e2f5e5;
}

.disease-lead-form {
    padding: 30px 0;
}
.disease-lead-form .select-box {
    padding: 9px 15px;
    height: 48px;
    border: 1px solid #d1d1d1;
    background: #fff;
    text-align: left;
    border-radius: 6px;
}
.disease-lead-form .options {
    margin-top: 0;
        top: -150px;
}

@media(max-width:1199px) {
    .main-sec-heading {
        font-size: 30px;
    }
}

@media(max-width:992px) {
    .faq-container {
        grid-template-columns: 1fr;
    }
}

@media(max-width:991px) {

    .banner-section .col-md-8,
    .banner-section .col-md-4 {
        width: 100%;
    }

    .banner-section .col-md-8 {
        margin-bottom: 20px;
    }

    .main-sec-heading br {
        display: none;
    }
}

@media(max-width:767px) {
    .navbar-brand {
        width: 140px;
    }

    .banner-section {
        padding: 30px 0 30px;
    }

    .banner-details .slider {
        height: 200px;
        margin-bottom: 20px;
    }

    .banner-details .slide {
        position: absolute;
        width: 65%;
    }

    .banner-details h1 {
        font-size: 25px;
    }

    .banner-details h1 br {
        display: none;
    }

    .consult-form h2 {
        font-size: 20px;
    }

    .consult-form button {
        padding: 10px;
        font-size: 18px;
    }

    .consultation-list li {
        font-size: 15px;
        width: 100%;
    }

    .sec-p {
        padding: 30px 15px;
    }

    .cat-disease h5 {
        font-size: 15px;
    }

    .main-sec-heading {
        font-size: 23px;
    }

    .abt-jeena-sikho-sec span {
        font-size: 18px;
    }

    .green-btn-main {
        margin-top: 10px;
    }

    .green-btn-main a {
        font-size: 17px;
        padding: 10px 20px;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

    .footer-sec .col-lg-3 {
        width: 50%;
    }

    .footer-social-media div {
        justify-content: center;
    }
}

@media(max-width:576px) {
    .banner-details .slide {
        border-radius: 10px;
    }

    .cat-disease {
        padding: 5px;
    }

    .cat-diseaseImg img {
        margin-bottom: 10px;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px;
    }

    .faq-answer p {
        font-size: 13px;
    }

    .footer-sec h5 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .disease-lead-form.mobile_form {
        padding: 15px 0 8px;
    }

    .mobile_form h2 {
        padding-bottom: 8px;
    }
    .iti__country-list {
        max-width: 356px;
    }
} 

@media(max-width:440px) {
    .iti__country-list {
        max-width: 266px;
    }
}

.ayurvdic-treatment-slider .swiper-slide-blank {
    display: none;
}
.ayurvdic-treatment-sec .main-sec-heading {
    padding-bottom: 30px;
}
.ayurvdic-treatment-sec .swiper-slide img {
    width: 100%;
    overflow: hidden;
}
.ayurvdic-treatment-sec .swiper-wrapper {
    height: auto;
    padding-bottom:20px;
}
.ayurvdic-treatment-sec .swiper-slide {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 10px 25px;
}
.ayurvdic-treatment-sec  .head-sm {
    font-size: 20px;
    font-weight: 600;
}
.ayurvdic-treatment-sec .crossed-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #676565;
}
.ayurvdic-treatment-sec .save-btn {
    font-size: 12px;
    background: #0c6c4c;
    padding: 6px 10px;
    color: #fff;
    border-radius: 20px;
}
.ayurvdic-treatment-sec .text-md {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
}
.ayurvdic-treatment-sec .text-center.pt-2 {
    margin-top: 7px;
}
.ayurvdic-treatment-sec .swiper-button-next svg, .ayurvdic-treatment-sec .swiper-button-prev svg {
    width: 13px;
}

.ayurvdic-treatment-sec .swiper-button-next, .ayurvdic-treatment-sec .swiper-button-prev {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    border-radius: 50%;
}
.intl-tel-input,
.iti {
  width: 100%;
}
.iti {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.iti__country-list {
    z-index: 9999 !important;
    width: 100%;
    max-width: 366px;
}
.iti__selected-dial-code {
    color: #fff;
}