


.top-logo-left {
    height: 60px;
    object-fit: contain;
}

.top-logo-right {
    height: 90px;
    object-fit: contain;
}

.hero-content-band {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: #df7020;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #442200;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Responsiveness for Hero */
@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .logo-container {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .logo-container {
        flex-direction: row;
        padding: 10px 20px;
    }

    .top-logo-left {
        height: 40px;
    }

    .top-logo-right {
        height: 60px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-content-band {
        padding: 30px 10px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }
}

/* Powerhouse Section */
.powerhouse-section {
    background-color: #fff;
    color: #333;
    padding: 40px 0;
}

.section-title {
    color: #df7020;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 25px;
    text-align: center;
}

.section-text {
    line-height: 1.8;
   
    margin-bottom: 25px;
    color: #444;
    text-align: justify;
}

.challenge-list,
.science-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.challenge-list li,
.science-list li {
    position: relative;


    font-size: 16px;
    line-height: 1.6;
}



.image-wrapper {
    position: relative;
    padding: 20px;
    z-index: 1;
    display: inline-block;
}

.lab-image {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-width: 100%;
}

.highlight {
    color: #df7020;
    font-weight: 700;
}

/* Responsiveness for Powerhouse Section */
@media (max-width: 991px) {
    .powerhouse-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .image-wrapper {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .image-wrapper::before {
        left: 50%;
        transform: translateX(-110%);
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }

    .section-text,
    .challenge-list li,
    .science-list li {
        font-size: 1rem;
    }
}

/* Benefits & Research Section */

@media (max-width: 768px) {
    .study-banner {
        font-size: 1.2rem;
        border-radius: 10px;
    }

    .journal-title {
        font-size: 1rem;
    }

    .study-meta {
        font-size: 0.9rem;
    }

    .study-title,
    .study-result {
        font-size: 0.9rem;
    }

    .black-divider {
        margin: 40px 0;
        height: 8px;
    }

    .pill-button {
        font-size: 1.1rem;
        padding: 10px 25px;
        border-radius: 10px;
    }
}
  .spec-section{
    max-width:700px;
}

/* TABLE */

.spec-table {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #e8742b;
    border-radius: 12px;
    overflow: hidden;
}

/* Left bada, right chhota */
.spec-col:first-child {
    flex: 2;
}

.spec-col:last-child {
    flex: 1;
}

/* Vertical divider */
.spec-col:first-child {
    border-right: 1px solid #e8742b;
}

.spec-head {
    padding: 12px;
    font-weight: 700;
    text-align: center;
    background: #f3f3f3;
    border-bottom: 1px solid #e8742b;
}

.spec-body {
    padding: 12px;
    text-align: center;
    background: #ffa368;
}

/* 🔥 IMPORTANT: mobile pe bhi same rahe */
@media (max-width: 768px) {
    .spec-table {
        flex-direction: row; /* force same layout */
        
    }
    .spec-head{
        font-size: 12px;
    }
}
/* TEXT SECTION */

.bio-section{
    margin-top:40px;
}

.bio-section h2{
    color:#e8742b;
    font-size:28px;
    margin-bottom:15px;
}

.bio-section p{
    color:#333;
    line-height:1.6;
    font-size:16px;
    margin-bottom:10px;
    text-align: justify
}

.comparison-section{
padding:60px 20px;

text-align:center;
background:#f5f5f5;
}

.section-title{
color:#e8742b;
font-size:28px;
margin-bottom:30px;
}

/* wrapper */

.comparison-wrapper{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;

margin:auto;
}

/* card */

.comparison-card{
background:#f05323;
color:#fff;
border-radius:20px;
width:320px;
overflow:hidden;
text-align:left;
}

/* feature column */

.feature-card{
background:#e27a3e;
width:230px;
}

/* rows */

.rows{
padding:16px 20px;
font-size:16px;
border-bottom:1px solid rgba(255,255,255,0.5);
}

.rows:last-child{
border-bottom:none;
}

/* headings */

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

/* responsive */

@media(max-width:900px){

.comparison-wrapper{
flex-direction:column;
align-items:center;
}

.feature-card,
.comparison-card{
width:90%;
max-width:400px;
}

}
.research-section {
    padding: 40px 0;
    background: #fff;
    text-align: center;
    overflow: hidden; /* Screen se bahar scroll nahi aayega */
}

.research-title {
    font-size: 28px;
    color: #e8742b;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Wrapper jo arrows ko side mein jagah dega */
.slider-container {
    position: relative;
 
    margin: 0 auto;
    padding: 0 60px; /* Ye padding arrows ko cards se door rakhegi */
}

.researchSlider {
    width: 100%;
    margin: auto;
}

.research-card {
    background:rgb(229, 229, 229);
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    text-align: left; /* Text alignment left for cleaner look */
}

.research-card:hover {
    transform: translateY(-5px);
}

.research-card h4 {
    color: #e8742b;
    margin-bottom: 10px;
    font-size: 17px;
}

.research-card p {
    font-size: 13px;
    margin: 5px 0;
    line-height: 1.4;
    color: black;
}

.research-card a {
    color: #e8742b;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

/* Updated Arrow Positions */
.swiper-button-next,
.swiper-button-prev {
    color: #e8742b !important;
    top: 55% !important; /* Vertically center */
}

.swiper-button-next {
    right: 10px !important; /* Container ke bilkul kinare par */
}

.swiper-button-prev {
    left: 10px !important; /* Container ke bilkul kinare par */
}

/* Arrows size adjustment */
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 40px !important;
    font-weight: bold;
}

/* Responsive Adjustments */
@media(max-width: 1024px) {
    .research-title { font-size: 26px; }
    .slider-container { padding: 0 45px; }
}

@media(max-width: 768px) {
    .slider-container { padding: 0 40px; }
    .research-card { height: auto; padding: 20px; }
    /* Mobile par arrows ko thoda chota kar sakte hain */
    .swiper-button-next:after, .swiper-button-prev:after { font-size: 20px !important; }
}
.benefits-section{
padding:40px 20px;
text-align:center;

background:#fff;
}/* SECTION */
.benefits-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1100px;
    margin: 30px auto;
}

/* 🔥 CENTER LINE */
.benefits-grid::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 5%;
    width: 90%;
    height: 4px;
    background: #e5e5e5;
    z-index: 0;
}

/* CARD */
.benefit-card {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 18%;
}

/* 🔥 CIRCLE */
.benefit-card img {
    width: 66px;
    height: 66px;
    position: relative;
    z-index: 2;
}

/* circle banane ke liye */
.benefit-card::before {
    content: "";
    width: 100px;
    height: 100px;
    border: 2px solid #e8742b;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 1;
}

/* TEXT */
.benefit-card h4 {
    margin-top: 45px;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.4;
    font-weight: 700;
}
/* smooth transition */
.benefit-card,
.benefit-card::before,
.benefit-card img {
    transition: all 0.3s ease;
}

/* 🔥 HOVER EFFECT */
.benefit-card:hover::before {
    transform: translateX(-50%) scale(1.1); /* circle thoda bada */
    border-color: #e8742b;
    box-shadow: 0 8px 20px rgba(232, 116, 43, 0.25);
}

/* icon zoom */
.benefit-card:hover img {
    transform: scale(1.15);
}

/* text thoda highlight */
.benefit-card:hover h4 {
    color: #e8742b;
}
/* ================= MOBILE ================= */@media (max-width: 768px) {

    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2-2 layout */
        gap: 30px 10px;
        justify-items: center;
    }

    .benefits-grid::before {
        display: none; /* line remove */
    }

    .benefit-card {
        width: 100%;
        text-align: center;
    }

    /* 🔥 LAST ITEM CENTER */
    .benefit-card:last-child {
        grid-column: span 2;  /* full width le */
    }

    .benefit-card::before {
        width: 70px;
        height: 70px;
        top: -17px;
    }

    .benefit-card img {
        width: 40px;
        height: 40px;
    }

    .benefit-card h4 {
               margin-top: 30px;
        font-size: 13px;
    }
}