* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Inter", Arial, sans-serif;
    line-height: 1.5;
    color: #212529;
    background-color: #e5e3e3;
}

p {margin-bottom:1rem;}

.hero-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 1rem 0;
    width: 100%;
    max-width: 400px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-divider {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .hero-divider {
        max-width: 250px;
    }
}

@media (max-width: 575.98px) {
    .hero-divider {
        max-width: 100%;
    }
}

/* Hero Banner Styles - Redesigned */
.hero-banner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 380px;
    background-color: #307f8a;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.hero-banner-purple {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 380px;
    background-color: #5c2e70;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content-left {
    position: relative;
    max-width: 530px;
}

.hero-logos {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.logo-nvitafe {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.hero-subtitle {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.hero-image-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Tablet Responsive */
@media (max-width: 992px) {
    .hero-banner,
    .hero-banner-purple {
        height: 350px;
    }
    
    .hero-content-wrapper {
        padding: 0 3rem;
    }
    
    .hero-logos {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }
    
    .logo-nvitafe {
        max-width: 300px;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .hero-image-right {
        width: 50%;
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hero-banner,
    .hero-banner-purple {
        height: 320px;
    }
    
    .hero-content-wrapper {
        padding: 0 2rem;
    }
    
    .logo-nvitafe {
        max-width: 250px;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
}

/* Tablet: Hide image and center content between 576px-991px */
@media (min-width: 576px) and (max-width: 991px) {
    .hero-banner,
    .hero-banner-purple {
        min-height: 250px;
        height: auto;
    }
    
    .hero-content-wrapper {
        padding: 2rem 20px;
    }
    
    .hero-content-left {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .hero-logos {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .logo-nvitafe {
        max-width: 100%;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .hero-image-right {
        display: none;
    }
}

/* Mobile Responsive */
@media (max-width: 575.98px) {
    .hero-banner,
    .hero-banner-purple {
        min-height: 250px;
        height: auto;
    }
    
    .hero-content-wrapper {
        padding: 2rem 20px;
    }
    
    .hero-content-left {
        max-width: 100%;
		margin:20px;
    }
    
    .hero-logos {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .logo-nvitafe {
        max-width: 100%;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .hero-image-right {
        display: none;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .hero-banner,
    .hero-banner-purple {
        min-height: 250px;
    }
    
    .hero-content-wrapper {
        padding: 1.5rem 20px;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
    }
}













/* CTA Panel Styles */
.cta-container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom:2rem;
    padding-top: 2rem;
}

.cta-container-index {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom:2rem;
    padding-top: 0;
}

.cta-panel {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, #307f8a 0%, #4a9aa5 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0px;
    margin: 3rem 0;
}

.cta-panel-purple {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, #5c2e70 0%, #5c2e70 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0px;
    margin: 3rem 0;
}
.cta-content {
    position: relative;
    z-index: 2;
       padding: 2rem 2.2rem;
    max-width: 55%;
    color: white;
}

.cta-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: .75rem 2.5rem;
    background-color: transparent;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-button:hover {
    background-color: white;
    color: #307f8a;
    transform: translateY(-2px);
}

.cta-image-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}

.cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Hide CTA image on mobile/tablet viewports */
@media (max-width: 991px) {
    .cta-image-container {
        display: none;
    }
    
    .cta-content {
        max-width: 100%;
        padding: 3rem 2rem;
        text-align: center;
    }
}

/* Container Styles */
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container { max-width: 540px; }
}
@media (min-width: 992px) {
    .container { max-width: 720px; }
}
@media (min-width: 992px) {
    .container { max-width: 960px; }
}
@media (min-width: 1200px) {
    .container { max-width: 1110px; }
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 0;
}

@media (min-width: 576px) {
    .content-wrapper { max-width: 540px; }
}
@media (min-width: 992px) {
    .content-wrapper { max-width: 720px; }
}
@media (min-width: 992px) {
    .content-wrapper { max-width: 960px; }
}
@media (min-width: 1200px) {
    .content-wrapper { max-width: 1440px; }
}

/* Consistent padding for card sections */
.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
}

.institute {    
    background-color: #dbe4e9;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.institute .container {
    max-width: 1110px;
    margin: 0 auto;
}

.institute .my-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.institute-purple {    
    background-color: #e7dfea;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.institute-purple .container {
    max-width: 1110px;
    margin: 0 auto;
}

.institute-purple .my-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-left { 
    text-align: left;
    margin: auto;
    padding: 0rem 0rem;
}

.justify-content-center {
    justify-content: center;
}

/* Navigation */
.navbar {
    background-color: #1c1c1b;
    padding: 1rem 0;
    width: 100%;
}

.navbar .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    margin-right: 1rem;
}

.navbar-nav {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    margin-left: auto;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    transition: color 0.15s;
    font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
    color: white;
}

.nav-link.active {
    color: #41ADB9;
	font-weight:700;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #307f8a;
    min-width: 160px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 0;
    list-style: none;
    padding: 0rem 0;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: white;
    text-decoration: none;
    padding: 1.5rem 1rem;
    display: block;
    transition: background-color 0.15s;
}


.dropdown-item:hover {
    background-color: #719ca5;
}

.dropdown-item.active {
    color: white;
	font-weight:700;
}

.dropdown-item.active:hover {
    background-color: #245f68;
}
.nav-toggle {
    display: none;
    background: none;
    border: 1px solid rgba(255,255,255,0.5);
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    margin-left: auto;
}

/* Hero Section */
.hero-section {
    background-image: url('');
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.15s;
}

.btn-light {
    background-color: white;
    color: #212529;
}

.btn-light:hover {
    background-color: #e9ecef;
}

.btn-primary {
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

.btn-primary:hover {
    background-color: #307f8a;
    color: white;
}

.btn-success {
    background-color: #198754;
    color: white;
}

.btn-success:hover {
    background-color: #157347;
}

.btn-warning {
    background-color: #ffc107;
    color: #000;
}

.btn-warning:hover {
    background-color: #ffca2c;
}

/* Text Sections */
.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mt-3 {
    margin-top: 1rem;
}

ul.compliance {
    margin-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.8;
}

ul.compliance li {
    margin-bottom: 0.5rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

li {;
}

/* Custom styling for changes list */
.changes-list {
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.changes-list li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #333;
}

.changes-list li::marker {
    color: #307f8a;
    font-size: 1.2em;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
	margin-bottom:1rem;
}

h5 {
    font-size: 1.1rem;
    font-weight: 500;
}

.quote {
    color: #307f8a;
    font-weight: 700;
    font-style: italic;
    border-left: 2px solid #307f8a;
}

/* Cards */
.row {
    display: flex;
    flex-wrap: wrap;
  
}

.col-md-4,
.col-md-6,
.col-lg-2,
.col-lg-3,
.col-lg-10 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.5rem;
}

.col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-6,
.col-lg-2,
.col-lg-3,
.col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 576px) {
    .row {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    
    .col-lg-3,
    .col-md-6,
    .col-lg-6 {
        margin-bottom: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .card {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
	
	    .col-lg-9 {
        flex: 0 0 66%;
        max-width: 66%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.card-brands {
    background-color: none;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.card {
    background-color: #1c1c1b;
    border-radius: 0.25rem;
    height: 100%;
    transition: transform 0.3s ease;
}

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

.card-padding {
    padding: 1rem 1.5rem;
}

.card-body {
    padding: 0rem;
    color: white;
}

.card-body-blacktext {
    padding: 0rem;
    color: black;
}


.card-title {
    margin-bottom: 0.75rem;
    font-weight: 700 !important;
}

.card-text {
    margin-bottom: 1rem;
}

.display-4 {
    font-size: 3rem;
}

.text-primary {
    color: #0d6efd;
}

.text-success {
    color: #198754;
}

.text-warning {
    color: #ffc107;
}

/* Footer */
/* Footer Styles - Redesigned */
footer {
    background-color: #1c1c1b;
    color: #e0e0e0;
    margin-top: 0;
    width: 100%;
}

.footer-acknowledgement a {
	color:#c0c0c0;	
}

.footer-content {
    width: 100%;
    background-color: #1c1c1b;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

/* Footer Top - Navigation */
.footer-top {
    max-width: 1110px;
    margin: 0 auto;
    padding: 3rem 20px 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-branding {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 1rem;
}

.logo-nvitafe-footer {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 1rem 0;
    width: 100%;
    max-width: 300px;
}

.footer-subtitle {
    color: #b0b0b0;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #b0b0b0;
    margin: 0;
}

.footer-title {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

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


.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #41ADB9;
}

/* Footer Middle - Acknowledgement */
.footer-acknowledgement {
    max-width: 1110px;
    margin: 0 auto;
    padding: 2rem 20px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}

.footer-ack-image img {
    width: 85%;
    height: auto;
}

.footer-inclusive-image img {
    width: 85%;
    height: auto;
}

.footer-ack-text p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 1rem;
}

.footer-ack-text p:last-child {
    margin-bottom: 0;
}

/* Footer Bottom - Copyright */
.footer-bottom {
    max-width: 1110px;
    margin: 0 auto;
    padding: 2rem 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: #888;
    margin: 0.25rem 0;
    line-height: 1.5;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .footer-column:first-child {
        grid-column: 1 / -1;
    }
}

/* Tablet: 3-column footer layout */
@media (min-width: 576px) and (max-width: 991px) {
    .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.5rem;
    }
    
    .footer-column:first-child {
        grid-column: 1 / -1;
    }
    
    .footer-branding {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 20px;
    }
    
    .footer-column:first-child {
        grid-column: 1;
    }
    
    .footer-branding {
        align-items: center;
        text-align: center;
    }
    
    .logo-nvitafe-footer {
        max-width: 250px;
    }
    
    .footer-divider {
        max-width: 250px;
    }
    
    .footer-acknowledgement {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 20px;
    }
    
    .footer-ack-image {
        text-align: center;
    }
    
    .footer-ack-image img {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .footer-top {
        padding: 2rem 15px;
    }
    
    .logo-nvitafe-footer {
        max-width: 100%;
    }
    
    .footer-divider {
        max-width: 100%;
    }
    
    .footer-acknowledgement {
        padding: 1.5rem 15px;
    }
    
    .footer-bottom {
        padding: 1.5rem 15px;
    }
    
    .footer-ack-text p {
        font-size: 0.8rem;
    }
    
    .footer-bottom p {
        font-size: 0.75rem;
    }
}

/* Tablet Responsive - Adjust padding/margins */
@media (max-width: 992px) {
    .cta-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .my-5 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .institute {
        padding: 50px 2rem;
    }
    
    .text-left {
        padding: 0rem 2rem;
    }
}

/* Tablet and Mobile Navigation */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .navbar-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 1rem;
        min-height: 100vh;
    }
    .navbar-nav.show {
        display: flex;
    }
    .nav-toggle {
        display: block;
    }
    .dropdown-menu {
        position: static;
        box-shadow: none;
        background-color: #343a40;
    }
    .dropdown-item {
        color: rgba(255,255,255,0.75);
        font-weight: 600;
    }
    .dropdown-item:hover {
        background-color: #495057;
        color: white;
    }
    
    /* CTA Panel Tablet */
    .cta-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .cta-panel {
        min-height: 300px;
    }

    .cta-content {
        max-width: 100%;
        padding: 2rem;
    }

    .cta-content h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .cta-button {
        font-size: 1.1rem;
        padding: 0.85rem 2rem;
    }

    .cta-image-container {
        width: 45%;
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    }
    
    .my-5 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .institute {
        padding: 50px 1.5rem;
    }
    
    .text-left {
        padding: 0rem 2rem;
    }
}

/* START: Mobile Responsive Styles for screens < 576px */
@media (max-width: 575.98px) {
    /* Reset body and container */
    body {
        overflow-x: hidden;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    
    .content-wrapper {
        width: 100%;
        padding: 0;
    }
    
    /* Navigation Mobile */
    .navbar {
        padding: 0.75rem 1rem;
    }
    
    .navbar-brand {
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0.5rem;
        line-height: 1.2;
        max-width: 70%;
    }
    
    .nav-toggle {

        display: block;
        font-size: 1.5rem;
        padding: 0.25rem 0.5rem;
    }
    
    .navbar-nav {
        margin-left: 0;
        gap: 0;
    }
    
    .nav-link {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .dropdown-menu {
        padding: 0;
    }
    
    .dropdown-item {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    /* Hero Section Mobile */
    .hero-section {
        height: 300px;
        padding: 1rem;
    }
    
    .hero-content h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    /* CTA Panel Mobile */
    .cta-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cta-panel {
        min-height: auto;
        flex-direction: column;
    }

    .cta-content {
        max-width: 100%;
        padding: 2rem 1.5rem;
        text-align: center;
    }

    .cta-content h2 {
        font-size: 1.35rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
    }

    .cta-button {
        font-size: 1rem;
        padding: 0.75rem 2rem;
        width: 100%;
        max-width: 250px;
    }

    .cta-image-container {
        position: relative;
        width: 100%;
        height: 250px;
        clip-path: none;
    }

    .cta-image {
        object-position: center top;
    }
    
    /* Typography Mobile */
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h5 {
        font-size: 1.1rem;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    p {
        font-size: 0.95rem;
    }
    
    /* Text Sections Mobile */
    .text-left {
        padding: 0rem 1rem;
    }
    
    .my-5 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .mb-3 {
        margin-bottom: 0.75rem;
    }
    
    .mb-4 {
        margin-bottom: 1rem;
    }
    
    .mb-5 {
        margin-bottom: 2rem;
    }
    
    .mt-3 {
        margin-top: 0.75rem;
    }
    
    .mt-5 {
        margin-top: 2rem;
    }
    
    /* Quote Mobile */
    .quote {
        margin-left: 0 !important;
        padding-left: 1rem;
        font-size: 1.1rem !important;
    }
    
    /* Institute Section Mobile */
    .institute {
        padding: 2rem 20px;
    }
    
    /* Cards Mobile */
    .row {

    }
    
    .col-md-4,
    .col-md-6,
    .col-lg-2,
    .col-lg-3,
    .col-lg-10 {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 1rem;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .card-body {
        padding: 0;
    }
    
    .card-padding {
        padding: 1rem;
    }
    
    .display-4 {
        font-size: 2rem;
        margin-bottom: 1rem !important;
    }
    
    /* Buttons Mobile */
    .btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 280px;
    }
    
    /* Footer Mobile */
    footer {
        padding: 2rem 0 !important;
        font-size: 0.75rem;
    }
    
    footer .row {
        margin-right: 0;
        margin-left: 0;
    }
    
    footer .col-lg-2,
    footer .col-lg-10 {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
    
    footer p {
        line-height: 1.4rem !important;
        margin-bottom: 0.75rem !important;
        font-size: 0.8rem;
    }
    
    footer img {
        max-width: 100px;
        height: auto;
    }
    
    /* Images Mobile */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Ensure no horizontal overflow */
    .container,
    .content-wrapper,
    .row,
    section {
        max-width: 100%;
        overflow-x: hidden;
    }
}


/* Extra small mobile */
@media (max-width: 400px) {
    .cta-content h2 {
        font-size: 1.15rem;
    }

    .cta-button {
        font-size: 0.95rem;
        padding: 0.7rem 1.5rem;
    }
}
/* END: Mobile Responsive Styles */


        /* Staff Profile Section Styles */
        .staff-section {
            padding: 0rem 20px;
            background-color: white;
        }

        .staff-section h2 {
            text-align: left;
            margin-bottom: 1rem;
            font-size: 2rem;
            font-weight: 700;
            color: #212529;
        }

        .staff-section > p {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 3rem auto;
            line-height: 1.6;
        }

        .staff-profile-card {
            display: flex;
            background-color: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 2rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .staff-profile-card:hover {
            
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }

        .staff-image-container {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
            position: relative;
            overflow: hidden;
            aspect-ratio: 1 / 1;
        }

        .staff-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            aspect-ratio: 1 / 1;
        }

        .staff-title-box {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #1c1c1b;
            color: white;
            padding: 1rem;
            text-align: left;
        }

        .staff-title-box h3 {
            margin: 0 0 0.25rem 0;
            font-size: 1.15rem;
            font-weight: 700;
            line-height: 1.3;
        }

        .staff-title-box p {
            margin: 0;
            font-size: 0.95rem;
            font-weight: 400;
            opacity: 0.9;
        }

        .staff-bio-container {
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .staff-bio {
            font-size: 1rem;
            line-height: 1.6;
            color: #333;
            margin: 0 0 1rem 0;
        }

        /* Tablet Responsive */
        @media (max-width: 992px) {
            .staff-section {
                padding-left: 2rem;
                padding-right: 2rem;
                padding-top: 2rem;
                padding-bottom: 2rem;
            }

            .staff-image-container {
                flex: 0 0 35%;
                max-width: 35%;
                aspect-ratio: 1 / 1;
            }

            .staff-bio-container {
                flex: 0 0 65%;
                max-width: 65%;
                padding: 1.5rem;
            }

            .staff-image {
                aspect-ratio: 1 / 1;
            }

            .staff-title-box h3 {
                font-size: 1rem;
            }

            .staff-title-box p {
                font-size: 0.9rem;
            }
        }

        /* Tablet */
        @media (max-width: 991px) {
            .staff-section {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
            }

            .staff-bio {
                font-size: 0.95rem;
            }
        }

        /* Mobile Responsive */
        @media (max-width: 575.98px) {
            .staff-section {
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 1rem;
                padding-bottom: 1rem;
            }

            .staff-section h2 {
                font-size: 1.5rem;
                margin-bottom: 2rem;
            }

            .staff-profile-card {
                flex-direction: column;
                margin-bottom: 1.5rem;
            }

            .staff-image-container {
                flex: 0 0 100%;
                max-width: 100%;
                aspect-ratio: 1 / 1;
            }

            .staff-image {
                aspect-ratio: 1 / 1;
            }

            .staff-bio-container {
                flex: 0 0 100%;
                max-width: 100%;
                padding: 1.5rem;
            }

            .staff-bio {
                font-size: 0.95rem;
            }

            .staff-title-box {
                padding: 0.75rem;
            }

            .staff-title-box h3 {
                font-size: 0.9rem;
            }

            .staff-title-box p {
                font-size: 0.8rem;
            }
        }
/* FAQ Accordion Styles */
.faq-accordion {
    margin-top: .5rem;
	margin-bottom: 3rem;
}

.faq-item {
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    overflow: hidden;
}

.faq-question {
    background-color: #008B8B;
    color: white;
    padding: 1rem 1.25rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.faq-question:hover {
    background-color: #007373;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 500px;
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: #333;
	margin-bottom:1rem;
}

/* Mobile Responsive - >576px */
@media (max-width: 576px) {
    .faq-question {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
    }
    
    .faq-icon {
        font-size: 1.25rem;
    }
    
    .faq-answer.active {
        padding: 1rem;
    }
}

/* Full-width card rows */
.row.full-width-cards {

}

.row.full-width-cards .col-lg-3 {

}

/* Desktop: Add negative margins to align cards with container edges */
@media (min-width: 992px) {
    .row.full-width-cards {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Accessibility Improvements */

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #008B8B;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    font-weight: 600;
}

.skip-link:focus {
    top: 0;
}

/* Improved focus states for keyboard navigation */
a:focus,
button:focus,
.nav-link:focus,
.dropdown-item:focus,
.btn:focus,
.faq-question:focus {
    outline: 3px solid #008B8B;
    outline-offset: 2px;
}

/* Touch-friendly tap targets for mobile */
.btn,
.nav-link,
.dropdown-item,
.faq-question {
    min-height: 44px;
    display: flex;
    align-items: center;
}

.nav-toggle {
    min-width: 44px;
    min-height: 44px;
}

/* Ensure sufficient color contrast */
.footer-links a {
    color: #c0c0c0;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #00a8a8;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Our Institutes Section - Redesigned with Transparent Cards */

.institutes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.institute-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.institute-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.institute-card-inner {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.institute-logo {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 280px;
	
}

.institute-logo img {
    width: auto;
    height: auto;
    filter: brightness(1.1);
	max-height: 96px;
}

.institute-description {
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.btn-institute {
    background-color: #008B8B;
    color: white;
    border: 2px solid #008B8B;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;

}

.btn-institute:hover {
    background-color: transparent;
    color: #008B8B;
    border-color: #008B8B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 139, 139, 0.2);
}

.btn-contact {
    background-color: #008B8B;
    color: white;
    border: 2px solid #008B8B;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
		min-width:240px; 
	text-align:center;
	margin-right:1rem;
}


.btn-contact:hover {
    background-color: transparent;
    color: #008B8B;
    border-color: #008B8B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 139, 139, 0.2);
}



/* Responsive */
@media (max-width: 991px) {
    .institutes-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .institute-card-inner {
        padding: 2rem;
    }
    
    .institute-logo {
        max-width: 240px;
    }
}

@media (max-width: 576px) {
    .institute-card-inner {
        padding: 1.5rem;
    }
    
    .institute-logo {
        max-width: 200px;
        margin-bottom: 1.5rem;
    }
    
    .institute-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-institute {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}
/* Full-Width Dropdown Navigation Styles */

/* Hamburger Icon */
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger-icon span {
    width: 24px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animate hamburger to X when open */
.navbar-nav.show ~ .nav-toggle .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.navbar-nav.show ~ .nav-toggle .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-nav.show ~ .nav-toggle .hamburger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Overlay */
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-overlay.show {
    display: block;
    opacity: 1;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Close button in mobile menu */
.nav-close {
    display: none;
    list-style: none;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-close button {
    background: none;
    border: none;
    color: white;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    display: block;
    width: 40px;
    height: 40px;
}

/* Desktop Navigation (≥769px) - FULL WIDTH VERSION */
@media (min-width: 992px) {
    .nav-toggle {
        display: none;
    }
    
    .mobile-overlay {
        display: none !important;
    }
    
    .navbar-nav {
        display: flex !important;
        flex-direction: row;
        position: static;
        width: auto;
        background: transparent;
        box-shadow: none;
        transform: none;
        margin-left: auto;
    }
    
    .nav-close {
        display: none !important;
    }
    
    /* Dropdown - Full width clickable area */
    .dropdown {
        position: relative;
    }
    
    /* Full width link - entire area is hoverable */
    .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: none;
        border: none;
        cursor: pointer;
        font-size: inherit;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        padding: 0.5rem 1rem;
        transition: all 0.2s ease;
    }
    
    .dropdown-toggle:hover {
        background: rgba(255, 255, 255, 0.05);
        color: white;
    }
    
    .dropdown-arrow {
        display: inline-block;
        margin-left: 0.5rem;
        transition: transform 0.3s ease;
    }
    
    .dropdown.open .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    /* Dropdown menu appears below navbar */
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #2c3e50;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 8px 8px;
        border-top: 2px solid #008B8B;
        margin-top: 0;
        padding: 0.75rem 0;
        z-index: 1000;
    }
    
    .dropdown.open .dropdown-menu {
        display: block;
    }
    
    .dropdown-item {
        display: block;
        padding: 0.75rem 1.25rem;
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        transition: background 0.2s ease;
    }
    
    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }
    
    .dropdown-item.active {
        color: #00a8a8;
    }
}

/* Mobile Navigation (≤768px) */
@media (max-width: 991px) {
    .navbar-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #1c1c1b;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
        z-index: 999;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    
    .navbar-nav.show {
        display: flex;
        transform: translateX(0);
    }
    
    .nav-close {
        display: block;
    }
    
    .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-link {
        display: block;
        padding: 1rem 1.25rem;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: background 0.2s ease;
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        font-size: 1rem;
        cursor: pointer;
    }
    
    .nav-link:hover,
    .nav-link:focus {
        background: rgba(255, 255, 255, 0.05);
        color: white;
    }
    
    .nav-link.active {
   
        color: #00a8a8;
        border-left: 4px solid #008B8B;
        padding-left: calc(1.25rem - 4px);
    }
    
    /* Mobile dropdown */
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .dropdown-arrow {
        transition: transform 0.3s ease;
        font-size: 1.2rem;
    }
    
    .dropdown.open .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    .dropdown-menu {
        display: none;
        background: rgba(0, 0, 0, 0.2);
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .dropdown.open .dropdown-menu {
        display: block;
    }
    
    .dropdown-item {
        display: block;
        padding: 0.875rem 1.25rem 0.875rem 2.5rem;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: background 0.2s ease;
        font-size: 0.95rem;
    }
    
    .dropdown-item:hover,
    .dropdown-item:focus {
        background: rgba(255, 255, 255, 0.05);
        color: white;
    }
    
    .dropdown-item.active {
     
        color: #00a8a8;
        border-left: 3px solid #008B8B;
        padding-left: calc(2.5rem - 3px);
    }
}

/* Smooth scrolling fix for iOS */
.navbar-nav {
    -webkit-overflow-scrolling: touch;
}
/* Full-Width Cards Styling */
.full-width-cards .col-md-4 {
    margin-bottom: 1.5rem;
}

/* Mobile: Make cards truly full-width */
@media (max-width: 991px) {
    .full-width-cards {

    }
    
    .full-width-cards .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    
    .full-width-cards .card {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .full-width-cards .card-body {
        padding: 0;
    }
    
    .full-width-cards .card-body img {
        width: 100%;
        display: block;
    }
    
    .full-width-cards .display-4 {
        margin-bottom: 0 !important;
    }
}

