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

.key-about {
    background-color: #06a3da;
    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: #06a3da;
    /* 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: #06a3da;
    /* 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;
}

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