:root{
--iitm-maroon:#8A1538;
--uiv-teal:#008080;
--light-gray:#f4f4f4;
}
body{font-family:'Montserrat',sans-serif;}
a{text-decoration: none;}
@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

#mainHeader{
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #ddd;
}

#mainHeader.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    z-index: 9999;
}


.partner-ribbon{
background:#f5f5f5;
padding:8px 0;
border-bottom:3px solid var(--iitm-maroon);
text-align:center;
} 
.partner-ribbon img{height:72px;object-fit: contain;}
.navbar {
    background: #fff;
    padding: 12px 0;
}
.navbar a{font-weight:600;}

.navbar-expand-lg .navbar-nav .nav-link.nav-btn {
    background: #008080;
    padding: 10px 15px;
    border-radius: 200px;
    font-size: 0.9rem;
    font-weight: 600;
    list-style: none;
    text-align: left;
    color: #fff;
    display: inline-flex;
}
.navbar-expand-lg .navbar-nav .nav-link.nav-btn:hover {
    background: var(--iitm-maroon);
    color: #fff;
}
.navbar .navbar-brand {
    font-size: 20px;
    color: #002e5c;
    font-weight: 700;
    text-transform: uppercase;
}

.hero {
    /* background: url(../images/banner/banner.webp) no-repeat;
    background-size: cover;
    background-position: bottom; */
      
    background: linear-gradient(rgba(8, 25, 55, 0.75), rgba(8, 25, 55, 0.75)), url('../images/banner/banner1.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 0;
    text-align: center;
}
.btn-maroon{
background:var(--iitm-maroon);
color:#fff;
}
.btn-maroon:hover {
    background: var(--uiv-teal);
    color: #fff;
}

.section {
    padding: 60px 0 50px;
}
.section-gray{background:var(--light-gray);}
.points {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 15px 10px;
}

.tag {
    background: #e0e7ee;
    padding: 10px 15px;
    border-radius: 200px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #15212e;
    list-style: none;
    text-align: left;
}
.tag b {
    color: var(--uiv-teal);
}

footer {
    background: #ffffff;
    color: #315376;
    padding-top: 40px;
    border-top: 1px solid #dad9d9;
}
footer a {
    color: #315376;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
footer a:hover{color:var(--uiv-teal);}
.bottom-footer{border-top:1px solid #444;margin-top:25px;font-size:14px;}
.bottom-footer a,.bottom-footer p {
    font-size: 14px;
    font-weight: 400;
}
footer .partner-ribbon {
    background: transparent;
    padding: 0;
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px;
}


/* ===== container-footer ===== */
.footer {
    background: #15212e;
    color: #ccc;
    padding: 60px 0 0;
}
.container-footer {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 40px; 
    text-align: left;
}
.container-footer .footer-heading {
    color: #fff; 
    margin-bottom: 20px; 
    border-bottom: 2px solid #315376; 
    display: block; 
    padding-bottom: 5px;
    font-size: 20px;
}
.container-footer .footer-para {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.container-footer .footer-para a {
    color: #e0e7ee; 
    text-decoration: none;
 }

/* ===== Investment Cards ===== */
.sector-card{
    border:1px solid #ddd;
    padding:25px;
    transition:0.3s;
}
.sector-card:hover{
    border-color:var(--iitm-maroon);
    transform:translateY(-5px);
}

/* ===== Form ===== */
.form-control:focus{
    border-color:var(--iitm-maroon);
    box-shadow:none;
}
.submit-btn{
    background:var(--iitm-maroon);
    color:#fff;
    width:100%;
}
.submit-btn:hover{
    background:var(--uiv-teal);
}

/* ===== Fund Highlights ===== */
.highlight-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.highlight-box > .main-img {
    margin-bottom: 16px;
}
.highlight-box h3 {
    color: var(--uiv-teal);
    font-weight: 700;
    font-size: 20px;
    /* text-transform: uppercase; */
}

.highlight-heading {
    /* color: #fff;
    background: #8a1538;
    margin-bottom: 25px; */
    font-weight: 600;
    padding: 7px 15px;
    /* border-radius: 10px; */
}

h5,h2 {
    font-weight: 600;
}
.navbar-toggler {
    padding: 0;
    border: none;
    font-size: 16px;
}

.invalid-feedback{
    display:none;
}

.show-error{
    display:block !important;
    color:#dc3545;
}

.is-invalid{
    border-color:#dc3545 !important;
}

.news-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 0 10px 7px;
}
.news-sec .data {
    max-width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.news-sec .data .platform {
    color: #044c97;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.news-sec .data .heading {
    color: #3c3e41;
    font-size: 16px;
    font-weight: 600;
}
/* .news-sec .arrow {
    max-width: 10%;
} */
.news-sec .arrow img {
    width: 30px;
    transition: .7s;
}
.news-sec:hover .arrow img {
    transform: translateX(10px);
    transition: .7s;
}


.section-title {
    font-weight: 700;
    font-size: 32px;
}

.card-custom {
    border: none;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    min-height: 300px;
}
/* .member .card-custom {
    min-height: auto;
} */
.card-custom .role {
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 0;
}

/* .card-custom:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
} */

/* .inventor-accent {
    border-left: 5px solid #b30000;
}

.investor-accent {
    border-left: 5px solid #003366;
} */

.profile-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

.divider {
    height: 1px;
    background: #e5e5e5;
    margin: 50px 0;
}

@media (min-width: 767px){
    .highlight-box {
        height: 90%;
    }
    h2 {
        font-size: 2rem;
    }
}
@media (max-width: 1200px) {
    .card-custom {
        padding: 15px;
    }
}
@media (max-width: 991px) {
    .section {
        padding: 40px 0;
    }
}
@media (max-width: 767px){
    .card-custom {
        min-height: auto;
    }
}
@media (max-width: 576px) {
    .partner-ribbon img {
        height: 60px;
    }
    .points {
        grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    }
    .navbar .navbar-brand {
        font-size: 18px;
    }
    label {
        font-size: 14px;
        margin-bottom: 2px !important;
    }
}
@media (max-width: 420px) {
    .partner-ribbon img {
        height: 40px;
    }
    .navbar .navbar-brand {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .navbar .navbar-brand {
        font-size: 12px;
    }
}