* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;}

body {
    /* display: flex; */
  
}
.background{
      justify-content: center;
    padding: 80px 80px;
}
  @media screen and (max-width: 768px) {
    .background{
      justify-content: center;
    padding: 10px 20px;
    }
}
  /* Small Mobile View (≤480px) */
@media screen and (max-width: 480px) {
.background{
      justify-content: center;
    padding: 10px 20px;
}
}


/* hero section */
.phoenix-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f8fafc;
    /* min-height: 100vh; */
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0px;
}

.stellar-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 38px auto 15px 0px;
    padding: 0 20px;
}

.cosmic-title-main {
    font-size: 26px;
    font-weight: 50;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

.galaxy-search-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.nebula-search-input {
    width: 332px;
    height: 35px;
    padding: 0 45px 0 16px;
    border: 1.5px solid #e1e8ed;
    border-radius: 22px;
    font-size: 15px;
    color: #2c3e50;
    background-color: white;
    outline: none;
    transition: all 0.2s ease;
}

.nebula-search-input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.nebula-search-input::placeholder {
    color: #95a5a6;
    font-size: 15px;
}

.quantum-search-button {
    position: absolute;
    right: 133px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: #007681;
    border: none;
    /* border-radius: 18px; */
    border-radius: 0px 45px 45px 0px;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.quantum-search-button:hover {
    background-color: #2980b9;
    transform: translateY(-50%) scale(1.05);
}



.orbital-view-all-btn {
    background-color: #007681;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 22px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    height: 35px;
    transition: all 0.2s ease;
    letter-spacing: 0.3px;
}

.orbital-view-all-btn:active {
    transform: translateY(0);
}

/* Responsive design */
@media (max-width: 768px) {
    .stellar-header-section {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
        margin: 20px auto 10px;
    }

    .cosmic-title-main {
        font-size: 28px;
        text-align: center;
    }

    .galaxy-search-wrapper {
        width: 100%;
        justify-content: center;
    }

    .nebula-search-input {
        width: 250px;
    }

    .quantum-search-button {
        right: 130px;
    }
}

@media (max-width: 480px) {
    .nebula-search-input {
        width: 200px;
    }

    .quantum-search-button {
        right: 105px;
    }

    .orbital-view-all-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.meteor-content-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 28px;
}

.constellation-featured-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 24px rgba(206, 196, 196, 0.45);
    width: 687px;
    height: 553px;
}

.aurora-hero-image {
    width: 100%;
    height: 280px;
    /* background: linear-gradient(135deg, #4a90a4 0%, #357a96 100%); */
    position: relative;
    display: flex;
    align-items: center;
    /* padding: 0 40px; */
    text-align: center;
    justify-content: center;
}

.prism-doctor-illustration {
    display: flex;
    align-items: center;
    gap: 30px;
}

.zenith-doctor-figure {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}



.vortex-medical-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.eclipse-icon-card {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.plasma-card-content {
    padding: 0px 40px 40px;
}

.infinity-main-headline {
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    margin: 20px 0px 0px 0px;
}

.dimension-description-text {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 32px 0px;
}

.crystal-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spectrum-read-button {
    background-color: #007681;
    color: white;
    border: none;
    border-radius: 45px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.spectrum-read-button:hover {
    background-color: #0e7490;
}

.lunar-date-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 14px;
}

.horizon-articles-sidebar {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 24px rgba(206, 196, 196, 0.45)
}

.vertex-article-preview {
        /* background: white; */
    /* border-radius: 12px; */
    padding: 24px 24px 20px 24px;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.radiance-article-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    margin-bottom: 12px;
}

.flux-article-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.pulse-meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wave-author-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 13px;
}

.ripple-publish-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 13px;
}
#horirow{
    width: 90%;
    margin: 0 auto;
}


@media (max-width: 1200px) {
    .meteor-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .phoenix-container {
        padding: 0px 0px;
    }
}

@media (max-width: 768px) {
    .meteor-content-grid {
        gap: 20px;
        padding: 0 10px;
    }
    
    .constellation-featured-card {
        border-radius: 12px;
        width: 100%;
    }

    .aurora-hero-image {
        height: 200px;
        padding: 0;
    }

    .plasma-card-content {
        padding: 20px 15px;
    }

    .phoenix-container {
        padding: 0px;
    }
}

@media (max-width: 576px) {
    .meteor-content-grid {
        padding: 0 8px;
    }

    .stellar-header-section {
        padding: 0 8px;
        margin: 15px auto 8px;
    }

    .aurora-hero-image {
        height: 180px;
    }

    .plasma-card-content {
        padding: 15px 12px;
    }

    .infinity-main-headline {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .dimension-description-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .spectrum-read-button {
        padding: 12px 20px;
        font-size: 13px;
    }

    .vertex-article-preview {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .meteor-content-grid {
        padding: 0 5px;
    }

    .stellar-header-section {
        padding: 0 5px;
        margin: 10px auto 5px;
    }

    .plasma-card-content {
        padding: 12px 10px;
    }

    .vertex-article-preview {
        padding: 10px;
    }

    .nebula-search-input {
        width: 230px;
    }

    .quantum-search-button {
        right: 128px;
    }

    .orbital-view-all-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}
/* Responsive Styles */
@media (max-width: 1200px) {
    .meteor-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .constellation-featured-card {
        width: 100%;
        height: auto;
    }

    .horizon-articles-sidebar {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .infinity-main-headline {
        font-size: 24px;
    }

    .aurora-hero-image {
        height: 240px;
    }

    .plasma-card-content {
        padding: 24px 30px 30px;
    }
}

@media (max-width: 768px) {
    .meteor-content-grid {
        gap: 30px;
    }

    .constellation-featured-card {
        border-radius: 12px;
    }

    .aurora-hero-image {
        height: 200px;
    }

    .infinity-main-headline {
        font-size: 22px;
    }

    .dimension-description-text {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .crystal-action-row {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .spectrum-read-button {
        width: 100%;
        text-align: center;
    }

    .vertex-article-preview {
        padding: 20px;
    }

    .radiance-article-title {
        font-size: 16px;
    }

    .flux-article-excerpt {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .meteor-content-grid {
        padding: 0 15px;
    }

    .aurora-hero-image {
        height: 180px;
    }

    .plasma-card-content {
        padding: 20px;
    }

    .infinity-main-headline {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .dimension-description-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .spectrum-read-button {
        padding: 12px 24px;
        font-size: 13px;
    }

    .lunar-date-badge {
        font-size: 13px;
    }

    .vertex-article-preview {
        padding: 16px;
    }

    .pulse-meta-info {
        align-items: flex-start;
        gap: 8px;
    }
}

/* Ensure images are responsive */
.aurora-hero-image img {
    width: 95%;
    height: 100%;
    padding: 10px 0px   0px 0px;
}

/* Add smooth transitions for better UX */
.constellation-featured-card,
.vertex-article-preview,
.spectrum-read-button {
    transition: all 0.3s ease;
}

/* Improve touch targets for mobile */
@media (max-width: 768px) {
    .spectrum-read-button,
    .vertex-article-preview {
        min-height: 44px;
    }
}

/* Ensure text remains readable on all devices */
@media (max-width: 576px) {
    .infinity-main-headline,
    .radiance-article-title,
    .dimension-description-text,
    .flux-article-excerpt {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* hero section */


/* category */
.wrap {
    max-width: 1400px;
    margin: 50px auto 0px auto;
    padding: 0 0px;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.menu {
    display: flex;
    gap: 40px;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.btn.on {
    color: #1f2937;
    border-bottom-color: #007681;
}

.more {
    color: #007681;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.box {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(206, 196, 196, 0.45);
    transition: all 0.2s ease;
    width: 535px;
    height: 164px;
}

.box:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.pic {
    width: 184px;
    height: 164px;
    object-fit: cover;
    flex-shrink: 0;
}

.info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.head {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 12px;
}

.txt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    flex: 1;
}

@media (max-width: 1200px) {
    .box {
        width: 100%;
    }
    
    .grid {
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .menu {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .menu::-webkit-scrollbar {
        display: none;
    }
    
    .btn {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .box {
        flex-direction: column;
        height: auto;
    }
    
    .pic {
        width: 100%;
        height: 200px;
    }
    
    .menu {
        gap: 20px;
        flex-wrap: nowrap;
    }
    
    .head {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .wrap {
        margin: 30px auto 0px 0px;
    }
    
    .top {
        margin-bottom: 20px;
    }
    
    .box {
        border-radius: 8px;
    }
    
    .pic {
        height: 180px;
    }
    
    .info {
        padding: 15px;
    }
    
    .head {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .txt {
        font-size: 13px;
    }
    
    .btn {
        font-size: 14px;
    }
    
    .more {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .pic {
        height: 160px;
    }
    
    .info {
        padding: 12px;
    }
    
    .head {
        font-size: 14px;
    }
    
    .txt {
        font-size: 12px;
    }
}
/* category */

/* latest artical */
.zone {
    position: relative;
    background: white;
    border: 1px solid #000000;
    border-radius: 24px;
    padding: 0px 25px 0px 65px;
    max-width: 1400px;
    margin: 50px auto auto auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 330px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(2px 7px 20px rgba(14, 31, 53, 0.12));


}

.orb-a {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background: #007681;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 1;
}

.orb-b {
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: #007681;
    border-radius: 220%;
    opacity: 0.6;
    z-index: 1;
}

.col-x {
    flex: 1;
    z-index: 2;
    position: relative;
}

.headar {
    font-size: 35px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.bar {
    width: 80px;
    height: 4px;
    background: #0891b2;
    margin-bottom: 32px;
}

.para {
    font-size: 13px;
    color: #4b5563;
    /* line-height: 1.6; */
    margin-bottom: 15px;
    max-width: 500px;
}

.cta {
    background: #007681;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.cta:hover {
    background: #0e7490;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

.col-y {
    flex: 1;
    z-index: 2;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.vis {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .zone {
        padding: 40px;
        gap: 40px;
        min-height: 350px;
    }

    .headar {
        font-size: 40px;
    }

    .para {
        font-size: 16px;
    }

    .orb-a {
        width: 150px;
        height: 150px;
    }

    .orb-b {
        width: 250px;
        height: 250px;
    }
}

/* Mobile Large Styles */
@media (max-width: 768px) {
    .zone {
        flex-direction: column;
        text-align: center;
        padding: 30px;
        gap: 30px;
        min-height: auto;
    }

    .headar {
        font-size: 36px;
    }

    .para {
        font-size: 16px;
        max-width: 100%;
    }

    .col-y {
        order: -1;
    }

    .vis {
        max-width: 400px;
    }

    .orb-a {
        width: 120px;
        height: 120px;
        top: -30px;
        left: -30px;
    }

    .orb-b {
        width: 200px;
        height: 200px;
        bottom: -50px;
        right: -50px;
    }
}

/* Mobile Medium Styles */
@media (max-width: 480px) {

    .zone {
        padding: 20px;
        gap: 20px;
        border-radius: 16px;
    }

    .headar {
        font-size: 28px;
    }

    .para {
        font-size: 14px;
    }

    .cta {
        padding: 14px 28px;
        font-size: 14px;
    }

    .vis {
        max-width: 300px;
    }

    .bar {
        width: 60px;
        height: 3px;
        margin-bottom: 24px;
    }

    .orb-a {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -20px;
    }

    .orb-b {
        width: 120px;
        height: 120px;
        bottom: -30px;
        right: -30px;
    }
}

/* Mobile Small Styles */
@media (max-width: 320px) {
    .zone {
        padding: 15px;
        gap: 15px;
    }

    .headar {
        font-size: 24px;
    }

    .para {
        font-size: 13px;
    }

    .cta {
        padding: 12px 24px;
        font-size: 13px;
    }

    .vis {
        max-width: 250px;
    }
}

/* Large Desktop Styles */
@media (min-width: 1440px) {
    .zone {
        padding: 80px;
        gap: 80px;
        min-height: 500px;
    }

    .headar {
        font-size: 56px;
    }

    .para {
        font-size: 20px;
        max-width: 600px;
    }

    .orb-a {
        width: 250px;
        height: 250px;
    }

    .orb-b {
        width: 350px;
        height: 350px;
    }
}
/* latest artical */

/* topartical */
.topword-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
}

.topword-header {
    margin-bottom: 10px;
}

.topword-title {
    font-size: 28px;
    color: #333;
    font-weight: 50;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.topword-main-layout {
    display: flex;
    gap: 0px;
    align-items: flex-start;
}

.topword-left-section {
    flex: 1;
    max-width: 793px;
}

.topword-main-image {
    width: 793px;
    height: 380px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.topword-right-section {
    flex: 1;
    max-width: 500px;
}

.topword-content-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.topword-content-item {
    display: flex    ;
        align-items: center;
        gap: 20px;
        padding: 0px 0px 15px 10px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topword-content-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.topword-icon-container {
    width: 110px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.topword-icon-image {
    width: 100%;
    height: 100%;
}

.topword-text-content {
    flex: 1;
}

.topword-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.topword-item-subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.topword-button-container {
    margin-top: 0px;
    display: flex;
}

.topword-see-more-btn {
    background: #007681;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 10px rgba(8, 145, 178, 0.3);
    margin: 0px 0px 0px 10px;
}

.topword-see-more-btn:hover {
    background: #0e7490;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .topword-main-image {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .topword-main-image {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .topword-container {
        padding: 20px 15px;
    }

    .topword-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .topword-main-layout {
        flex-direction: column;
        gap: 30px;
    }

    .topword-left-section,
    .topword-right-section {
        max-width: 100%;
    }

    .topword-main-image {
        height: 280px;
    }

    .topword-content-item {
        gap: 15px;
        padding: 12px;
    }

    .topword-icon-container {
        width: 70px;
        height: 50px;
    }

    .topword-item-title {
        font-size: 16px;
    }

    .topword-item-subtitle {
        font-size: 14px;
    }

    .topword-button-container {
        justify-content: center;
        margin-top: 25px;
    }

    .topword-see-more-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .topword-content-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .topword-icon-container {
        width: 60px;
        height: 45px;
    }
    
    .topword-main-image {
        height: 220px;
    }
    
    .topword-see-more-btn {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 360px) {
    .topword-main-image {
        height: 180px;
    }
    
    .topword-content-item {
        padding: 10px;
    }
    
    .topword-icon-container {
        width: 50px;
        height: 40px;
    }
    
    .topword-item-title {
        font-size: 14px;
    }
}
/* topartical */

@media (max-width: 1000px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .box {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        height: auto;
    }
    
    .pic {
        width: 200px;
        height: 180px;
    }
    
    .info {
        padding: 15px;
    }
    
    .head {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .txt {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .box {
        max-width: 100%;
    }
    
    .pic {
        width: 180px;
        height: 160px;
    }
    
    .info {
        padding: 12px;
    }
    
    .head {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .box {
        flex-direction: column;
    }
    
    .pic {
        width: 100%;
        height: 200px;
    }
    
    .info {
        padding: 15px;
    }
    
    .head {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .txt {
        font-size: 14px;
    }
}

/* your health section */
.health-hero-section {
    background: linear-gradient(74.82deg, rgba(1, 1, 15, 0.9) 0%, rgba(34, 34, 64, 0.9) 100%);
    border-radius: 20px;
    max-width: 1400px;
        padding: 40px 20px;
    text-align: center;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.health-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.health-main-title {
    font-size: 50px;
    font-weight: 50;
    color: white;
    margin: 32px 0px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.health-description-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto;
}

/* Decorative Elements */
.health-decoration-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.health-logo-element {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    z-index: 3;
}

.health-logo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoimg{
    width: 50px;
}

.health-logo-icon {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    position: relative;
}

.health-logo-icon::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #06b6d4;
    font-size: 20px;
    font-weight: bold;
}

.health-kite-element {
    position: absolute;
    top: 60px;
    left: 180px;
    width: 40px;
    height: 40px;
    opacity: 0.9;
}

.health-kite-shape {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    transform: rotate(45deg);
    border-radius: 4px;
    position: relative;
    box-shadow: 0 2px 10px rgba(6, 182, 212, 0.3);
}

.health-kite-tail {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 80px;
    background: linear-gradient(to bottom, #06b6d4, transparent);
}

.health-kite-tail::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -4px;
    width: 10px;
    height: 6px;
    background: #10b981;
    border-radius: 2px;
}

.health-kite-tail::after {
    content: '';
    position: absolute;
    top: 40px;
    left: -3px;
    width: 8px;
    height: 4px;
    background: #84cc16;
    border-radius: 2px;
}

.health-dotted-line {
    position: absolute;
    top: 120px;
    left: 60px;
    width: 150px;
    height: 150px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: health-rotate 20s linear infinite;
}

.health-chart-element {
    position: absolute;
    top: 50px;
    right: 150px;
    width: 80px;
    height: 80px;
}

.health-chart-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(
        #06b6d4 0deg 120deg,
        #10b981 120deg 200deg,
        #84cc16 200deg 280deg,
        rgba(255,255,255,0.2) 280deg 360deg
    );
    position: relative;
}

.health-chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1e3a8a, #3730a3);
    border-radius: 50%;
}

.health-small-dots {
    position: absolute;
    bottom: 80px;
    right: 100px;
    display: flex;
    gap: 8px;
}

.health-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
}

.health-dot:nth-child(2) {
    background-color: #06b6d4;
}

.health-dot:nth-child(3) {
    background-color: #10b981;
}

@keyframes health-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .health-kite-element {
        left: 120px;
        top: 80px;
    }

    .health-chart-element {
        right: 100px;
        top: 70px;
    }

    .health-dotted-line {
        left: 40px;
        width: 120px;
        height: 120px;
    }

    .health-logo-element {
        top: 25px;
    }
}

@media (max-width: 768px) {
    .health-hero-section {
        padding: 60px 16px;
        min-height: 350px;
    }

    .health-main-title {
        font-size: 42px;
        margin-bottom: 24px;
    }

    .health-description-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .health-kite-element {
        left: 80px;
        top: 50px;
        transform: scale(0.8);
    }

    .health-chart-element {
        right: 60px;
        top: 40px;
        transform: scale(0.8);
    }

    .health-dotted-line {
        left: 20px;
        top: 140px;
        width: 100px;
        height: 100px;
    }

    .health-small-dots {
        bottom: 60px;
        right: 60px;
    }

    .health-logo-element {
        top: 20px;
        transform: translateX(-50%) scale(0.9);
    }
}

@media (max-width: 480px) {
    .health-hero-section {
        padding: 50px 16px;
        min-height: 300px;
    }

    .health-main-title {
        font-size: 36px;
        line-height: 1.3;
    }

    .health-description-text {
        font-size: 15px;
    }

    .health-kite-element {
        left: 40px;
        top: 40px;
        transform: scale(0.6);
    }

    .health-chart-element {
        right: 30px;
        top: 30px;
        transform: scale(0.6);
    }

    .health-dotted-line {
        left: 10px;
        top: 120px;
        width: 80px;
        height: 80px;
    }

    .health-small-dots {
        bottom: 40px;
        right: 40px;
        transform: scale(0.8);
    }

    .health-logo-element {
        top: 15px;
        transform: translateX(-50%) scale(0.8);
    }
}

@media (max-width: 360px) {
    .health-main-title {
        font-size: 32px;
    }

    .health-description-text {
        font-size: 14px;
    }

    /* Hide some decorative elements on very small screens */
    .health-kite-element,
    .health-dotted-line {
        display: none;
    }

    .health-logo-element {
        transform: translateX(-50%) scale(0.7);
    }
}
/* your health section */
