.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #041831;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #abdc9b;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    /* padding-left:40%; */
    margin: auto;
    /* font-family: "Lora", serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background-color: #041831;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    background-image: url();
    object-fit: cover;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #abdc9b;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background-color: #041831;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #abdc9b;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}



.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}


@media (max-width: 768px) {

    .my-key-banner img {
        object-fit: cover;
    }
}


@media (max-width: 480px) {
    .key-baner-div {
        height: auto;
        margin-bottom: 0px;
    }

    .my-key-banner img {
        object-fit: cover;
    }
}




.key-baner-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-head {
    color: #004a67 !important;
}




.table-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.table-container h3 {
    text-align: center;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

th {
    background-color: #004a67;
    color: white;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}




.hormonal h6 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    text-align: left;

}


.thyroid {
    list-style: none;
    text-align: left;
    padding-left: 0rem !important;
    line-height: 2rem;
}

.thyroid li i {
    color: #06a3da;
    padding-right: 23px;
}


.care-by i {
    font-size: 40px;
    color: #004a67;
}

/* Animation */
.ecard-unique:hover .care-by i {
    animation: premiumFlip 0.8s ease-in-out;
}

.condition i {
    font-size: 50px !important;
    color: #06a3da;
}




.thyroid-section {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.thyroid-content {
    padding: 60px;
}

.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.thyroid-content h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #0b2c5f;
    margin-bottom: 25px;
    font-weight: 700;
}

.thyroid-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.conditions-list {
    list-style: none;
    margin: 35px 0;
}

.conditions-list li {
    display: flex;
    align-items: center;
    padding: 14px 0;
    font-size: 17px;
    color: #222;
    border-bottom: 1px solid #edf2f7;
    transition: all 0.3s ease;
}

.conditions-list li:hover {
    transform: translateX(8px);
    color: #06a3da;
}

.conditions-list li i {
    color: #06a3da;
    margin-right: 15px;
    font-size: 18px;
}

.highlight-box {
    background: linear-gradient(135deg, #06a3da, #06a3da);
    color: #fff;
    padding: 28px;
    border-radius: 18px;
    margin-top: 30px;
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.25);
}

.highlight-box p {
    color: #fff;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}


.floating-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    max-width: 350px;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.floating-card i {
    font-size: 65px;
    color: #0d6efd;
    margin-bottom: 20px;
}

.floating-card h3 {
    font-size: 28px;
    color: #0b2c5f;
    margin-bottom: 15px;
}

.floating-card p {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

@media (max-width: 991px) {
    .thyroid-section {
        grid-template-columns: 1fr;
    }

    .thyroid-image {
        min-height: 500px;
        order: -1;
    }

    .thyroid-content {
        padding: 40px 30px;
    }

    .thyroid-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .thyroid-content h2 {
        font-size: 28px;
    }

    .thyroid-content {
        padding: 35px 20px;
    }

    .floating-card {
        padding: 25px;
    }
}









.section-title p {
    font-size: 18px;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

.trust-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 123, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.trust-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    transition: all 0.4s ease;
}

.trust-card:hover::before {
    left: 0;
}

.trust-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 123, 255, 0.18);
}

.trust-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.35);
}

.trust-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0c2d57;
    margin-bottom: 15px;
}

.trust-card p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 16px;
    }

    .trust-card {
        padding: 35px 25px;
    }
}



.sleep {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 4px solid #06a3da;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 80px;
}

.sleep p {
    font-size: 18px;
    font-weight: 600;
}


.key-dynamic {
    color: #004a67 !important;
    font-weight: 600;
    font-size: 15px;
}





/* Mobile responsive  */

@media (max-width: 768px) {
    .main-head {
        margin-top: 20px;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .diabetes-content h2 {
        font-size: 25px !important;
    }

    .sleep {
        height: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}


.service-section {
    padding: 80px 0;
    background: white;
    background-size: cover;
    background-position: center;
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(37, 37, 37, 0.7)) center center / cover no-repeat, url(../img/service-background.jpg); */
    /* background: linear-gradient(135deg, #0a2b55, #3a6ea5, #e6eef7); */
    background: linear-gradient(135deg, #2368c2, #3a6ea5, #e6eef7);
    background-position: center center;

}

.service-content h2 {
    /* color:#fff; */
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-content p {
    /* color:#fff; */
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.service-card {
    background: #fff;
    padding: 12px;
    border-radius: 15px;
    margin: 0px;
    transition: all 0.3s ease;
    height: 380px;

}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

.service-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0d2240;
    text-align: center;
    margin: 20px 0;
}

.service-card a {
    background: #6b3516;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: auto;
}



.service-card:hover {
    transform: translateY(-10px);
}

.service-card {
    text-align: center;
}

.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

@media(max-width:768px) {

    .service-content h2 {
        font-size: 35px;
    }

    .service-card img {
        height: 220px;
    }

}

.service-para {
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px !important;
}

.service-para1 {
    color: rgb(95, 93, 93) !important;

    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px !important;
}

.cosmic9-card-content1 {
    color: rgb(95, 93, 93) !important;
}

.cosmic9-card-content1 h5 {
    color: rgb(70, 68, 68) !important;
}


.dk-feature-section {
    background: #f8f9fa;
}

.dk-feature-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border: 2px solid #032958;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #041831;
    font-size: 20px;
    transition: 0.3s ease;
}

.dk-feature-box {
    transition: 0.3s ease;
    align-items: center !important;
    border: 1.5px dotted #032958 !important;
    padding: 10px 15px !important;
}
.dk-feature-box:hover {
    transition: 0.3s ease;
    align-items: center !important;
    border: 1.5px solid #315f97 !important;
    padding: 10px 15px !important;
}

.dk-feature-box:hover {
    transform: translateY(-5px);
}

.dk-feature-box:hover .dk-feature-icon {
    background: linear-gradient(135deg, #041831, #0a3d62);
    color: #fff;
}

.para-dark {

    color: #032958;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px !important;


}



/* FAQs */

.faq-section {
    /* background:#f8f9fa; */
    background: white;
}

/* LEFT IMAGE BOX */
.faq-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.faq-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    /* background: linear-gradient(to top, rgba(120, 50, 20, 0.8), transparent); */
    color: #fff;
}

.faq-overlay h3 {
    font-size: 28px;
    font-weight: bold;
}

/* RIGHT SIDE TEXT */
.faq-small-title {
    color: #a0522d;
    font-weight: 600;
    letter-spacing: 1px;
}

.faq-main-title {
    font-size: 40px;
    font-weight: bold;
}

/* ACCORDION STYLE */
.accordion-item {
    border: 1px solid #d9b8a5;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    color: #a0522d;
    background-color: #fff;
    box-shadow: none;
    font-weight: 600px;
}

.accordion-button:not(.collapsed):hove {
    color: white;
    background-color: #fff;
    box-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .faq-main-title {
        font-size: 28px;
    }

    .faq-overlay h3 {
        font-size: 20px;
    }

    .service-card {
    height: auto;
}
}

faq-section .accordion-button {
    /* background: linear-gradient(135deg, #0d6efd, #4da3ff); */
    background: linear-gradient(135deg, #041831, #3a6ea5, #e6eef7);
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.faq-section .accordion-button:hover {
    background: #2b333a;
}

.faq-section .accordion-button.collapsed {
    color: #fff;
    /* background: linear-gradient(135deg, #039ccc, #c1dfff); */
    background: linear-gradient(135deg, #0a2b55, #3a6ea5, #e6eef7);
}

.faq-section .accordion-body {
    background: #f8f9fa;
    color: #333;
    font-size: 0.95rem;
}

.faq-icon {
    display: inline-block;
    width: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

/* service page start */

.service-list .list-group-item {
    cursor: pointer;
    padding: 15px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #e8f4ff;
    border: none;
    border-left: 2px solid #00b3fa;
}

.right-card-heading {
    font-size: 26px;
    color: #0096d1;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .right-card-heading {
        font-size: 20px;
        color: #0096d1;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background: linear-gradient(135deg, #041831, #4f7fbf) !important;
    box-shadow: none !important;
}

.button.accordion-button:not(.collapsed) {
    color: #ffffff !important;
}

.generic-box {
    padding: 35px;
    background: #eeeff0;
    border-left: 6px solid #35679c;
    border-radius: 15px;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
}

.generic-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.generic-box h2 {
    font-weight: 700;
    line-height: 1.4;
}

.generic-box p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}



.astrology-bg1 {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #0a2b55, #3a6ea5, #e6eef7);
    color:white;
    padding: 12px 15px;
    border-radius: 5px;
}


.bg-white{
    background:white;
}
.custom-about-img {
    height: 400px;
}

/* .my-container{
    margin-top: 10px;
    margin-bottom: 10px;

} */


.dk-table-section {
    background-color: #f7f7f7;
}


.dk-table-wrapper {
    overflow-x: auto;
}

.dk-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.dk-table th,
.dk-table td {
    border: 1px solid #333;
    padding: 12px 15px;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.dk-table th
 {
    border: 1px solid #333;
    padding: 12px 15px;
    text-align: left;
    font-size: 16px;
    color: #091e3e;
}

.dk-table th {
    font-weight: 600;
    background-color: #eaeaea;
}

.dk-table tr:nth-child(even) {
    background-color: #fafafa;
}



.dk-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.dk-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #0a2b55, #1e4d8f, #3a6ea5);
    transition: height 0.3s ease;
    z-index: 0;
}

.dk-card:hover::after {
    height: 100%;
}

.dk-card:hover {
    color: #fff;
    transform: translateY(-8px);
}

.dk-card * {
    position: relative;
    z-index: 1;
}

.dk-card-icon i {
    font-size: 40px;
    color: #215192;
    transition: 0.3s;
}

.dk-card:hover .dk-card-icon i {
    color: #fff;
}

.dk-card h5 {
    transition: 0.1s;
}

.dk-card h5:hover {
    color:white !important;
}




/* Mobile responsive */
@media (max-width: 768px) {

    .key-baner-div img {
    width: 100%;
    height: auto;
}
}