:root {
            --color-primary: #192e6f;
            --color-secondary: #2da6b2;
            --color-accent: #e69b56;
            /*--color-dark: #1f2121;*/
            --color-dark: #182E6F;
            --color-light: #f5f5f5;
            --color-white: #ffffff;
            --color-text: #333333;
            /*--font-main: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;*/
            --font-main: 'Rajdhani', sans-serif;
            --spacing-unit: 16px;
        }

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

        body {
            /*background: #f8f9fb;*/
            color:#5D5D5D;
            font-family: var(--font-main);
            line-height: 1.6;
            font-weight:500;
            font-family: 'Barlow Condensed', sans-serif !importanti;
            /*color: var(--color-text);*/
            /*background-color: var(--color-white);*/
        }
        
h1, h2, h3 {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
}
        /* Header & Navigation */
 .main-header {
    /*background:#192e6f;*/
    background: #fff;
    position:sticky;
    top:0;
    z-index:1000;
    padding: 10px 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.top-bar {
    /*background:#00a859;*/
    background: #0b1b4c;
    color:#fff;
    font-size:14px;
    padding:6px 0;
}

.top-bar-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.top-left {
    font-weight:500;
}

.top-right {
    font-weight:500;
}






.top-bar{
background:#0c2a5c;
color:#fff;
padding:8px 0;
font-size:14px;
}

.top-bar-inner{
display:flex;
justify-content:space-between;
align-items:center;
}

.top-left a{
color:#fff;
margin-right:15px;
font-size:15px;
}

.top-left a:hover{
color:#ffc107;
}

.top-right a{
color:#fff;
text-decoration:none;
margin-right:10px;
}

.top-right i{
margin-right:5px;
}


.popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.popup-box{
background:#fff;
padding: 12px;
border-radius:10px;
width:35%;
text-align:center;
position:relative;
overflow:hidden;
}

.popup-img{
width:100%;
}

.close-btn{
        color: #ffffff;
    position: absolute;
    top: -2px;
    right: -3px;
    font-size: 31px;
    cursor: pointer;
    background: #000000;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
}

.popup-btn{
display:inline-block;
padding:10px 20px;
background:#007bff;
color:#fff;
text-decoration:none;
border-radius:5px;
margin:15px 0 20px;
}

















.nav-menu ul li a.active{
color:#c88d2c;
font-weight:600;
}
.nav-menu ul li a{
position: relative;
text-decoration: none;
}

.nav-menu ul li a::after{
content: "";
position: absolute;
left: 0;
bottom: -4px;
width: 0;
height: 2px;
background: #dca02d;
transition: width 0.4s ease;
}

/* Hover effect */
.nav-menu ul li a:hover::after{
width: 100%;
}

/* Active page underline */
.nav-menu ul li a.active::after{
width: 100%;
}




@media(max-width:768px){
    .top-bar-inner {
        flex-direction:column;
        gap:4px;
        text-align:center;
    }
    .eligibility-row{
        display: block !important;
    }
    .popup-box{
        width: 92% !important;
    }
}


.nav-container {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 20px;
}

.logo img {
    height:80px;
}

.menu-toggle {
    font-size:28px;
    color:#000;
    background:none;
    border:none;
    display:none;
    cursor:pointer;
}

/* Desktop Menu */
.nav-menu {
    display:flex;
    align-items:baseline;
    gap:30px;
}

.nav-menu ul {
    display:flex;
    list-style:none;
    gap:20px;
}

.nav-menu ul li a {
    /*color:white;*/
    color: #5D5D5D;
    text-decoration:none;
    font-weight:500;
}

.nav-actions {
    display:flex;
    gap:12px;
}

.login-btn {
    border: 2px solid #dea331;
    padding: 6px 14px;
    border-radius: 8px;
    color: #dea331;
    text-decoration: none;
}

/*.apply-btn {*/
    /*background:#00a859;*/
/*    padding:6px 18px;*/
    /*border-radius:20px;*/
    /*color:white;*/
/*    text-decoration: none;*/
/*    background: linear-gradient(125deg, #f6ce69, #d99a26);*/
/*    color: #61430c;*/
/*    font-family: 'Barlow Condensed', sans-serif;*/
/*    font-weight: 600;*/
/*    border-radius: 6px;*/
/*    text-transform: uppercase;*/
/*}*/

/* Mobile Menu */

@media (min-width:1100px){
    .partner-card p , .feature-card p, .campus-section p, .strategic-card p, .section-subtitle, .short-desc, .leader-content p, .org-card p, .contact-section p, .info-box p, .vm-card p, .org-desc, .org-desc1{
            font-size: 18px !important;
            
        }
        .benefits li, .mission-card p, .mission-card li{
            font-size: 17px !important;
            
            
        }
}
@media (max-width:1100px) {
    .partner-card p , .feature-card p, .campus-section p, .strategic-card p, .section-subtitle, .short-desc, .leader-content p, .org-card p, .contact-section p{
            font-size: 18px !important;
            
        }
    .menu-toggle {
        display:block;
    }
    .about-text, a, p{
        font-size: 18px !important;
    }
    .about-text, .leader-content p, .org-desc{
        font-size: 18px !important;
    }

    .nav-menu {
        position:fixed;
        top:0;
        right:-100%;
        height:100%;
        width:260px;
        background:#fff;
        flex-direction:column;
        align-items:flex-start;
        padding:40px 20px;
        transition:0.3s ease;
    }

    .nav-menu ul {
        flex-direction:column;
        width:100%;
    }

    .nav-actions {
        flex-direction:column;
        width:100%;
        margin-top:20px;
    }

    .nav-menu.active {
        right:0;
    }
}

.menu-close {
    font-size:22px;
    color:#000;
    background:none;
    border:none;
    align-self:flex-end;
    cursor:pointer;
    margin-bottom:20px;
}

.menu-close {
    display: none;
}

/* Sirf mobile pe show hoga */
@media (max-width: 768px) {
    .menu-close {
        display: block;
    }
    .about-content, .vision-mission{
        display: block !important;
    }
    .vm-card{
        margin-bottom: 10px;
    }
}

        /* Hero Section */
        .hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.4));
    z-index: -1;
}

        .hero-content {
    max-width: 900px;
    padding: 20px;
    z-index: 2;
}

        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero p {
            font-size: 18px;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        .cta-button {
            /*background-color:#192e6f;*/
            /*color: var(--color-white);*/
            padding: 12px 32px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-decoration: none;
            display: inline-block;
            background: linear-gradient(125deg, #f6ce69, #d99a26);
            font-family: 'Barlow Condensed', sans-serif;
            text-transform: uppercase;
        }

        .cta-button:hover {
            background-color: #d98645;
        }

        /* Container */
        .container {
            max-width: 1560px;
            margin: 0 auto;
            padding: 0 var(--spacing-unit);
        }

        /* Section Styling */
        section {
            padding: 40px var(--spacing-unit);
        }

        section h2 {
            font-size: 36px;
            margin-bottom: 30px;
            text-align: center;
            color: var(--color-dark);
        }

        .leadership-section {
    /*padding: 80px 10%;*/
    background: linear-gradient(to bottom, #eef2f7, #dfe6ee);
}

.leader-card {
    background: #f8f9fb;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 60px;
    display: flex;
    /*align-items: center;*/
    gap: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.leader-card.reverse, .leader-card.reverse h2 {
    flex-direction: row-reverse;
    text-align: right;
}

.leader-img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.leader-content h2 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 10px;
    color: #1e2a38;
}

.badge {
    display: inline-block;
    background: #1a3071;
    color: #f5c16c;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.leader-content p {
    color: #555;
    line-height: 1.6;
    /*max-width: 600px;*/
}

/* Responsive */
@media (max-width: 768px) {
    .leader-card {
        flex-direction: column;
        text-align: center;
    }
    .leader-content h2{
        text-align: center;
    }
    .hero-form{
        width:100% !important;
    }
    .leader-card.reverse {
        flex-direction: column;
    }

    .leader-img img {
        width: 150px;
        height: 150px;
        
    }
    .leader-card.reverse h2 {
    
    text-align: center;
}
.leader-img{
    text-align: center;
}

}
        /* Organization Structure */
        .structure-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 40px;
        }

        .structure-card {
            background-color: var(--color-light);
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: solid 2px #192e6f;
        }

        .structure-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .structure-card h3 {
            color: var(--color-primary);
            font-size: 24px;
            margin-bottom: 15px;
        }

        .structure-card p {
            font-size: 18px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .structure-card ul {
            list-style-position: inside;
            color: #666;
            line-height: 1.8;
        }

        .structure-card ul li {
            font-size: 18px;
            margin-bottom: 8px;
        }

        /* Partnerships Section */
        .partnerships {
            background-color: var(--color-light);
        }

        .partnership-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }

        .partner-card {
            background-color: var(--color-white);
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }

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

        .partner-logo {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            background-color: var(--color-white);
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            font-size: 14px;
            color: #999;
            font-weight: 600;
            padding: 10px;
        }

        .partner-logo img {
            max-width: 1560px;
            max-height: 100%;
            object-fit: contain;
        }

        .partner-card h4 {
            font-size: 18px;
            margin-bottom: 10px;
            color: var(--color-primary);
        }

        .partner-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }

        .partner-location {
            font-size: 12px;
            color: var(--color-secondary);
            margin-top: 10px;
            font-weight: 600;
        }

        /* Strategic Partners Section */
        .strategic-section {
            background-color: var(--color-light);
        }

        /* MINJU Alliance Section */
        .minju-section {
            background: linear-gradient(135deg, rgba(26, 116, 129, 0.05) 0%, rgba(45, 166, 178, 0.05) 100%);
        }

        .minju-intro {
            background-color: var(--color-white);
            padding: 30px;
            border-left: 5px solid var(--color-accent);
            margin-bottom: 40px;
            border-radius: 6px;
        }

        .minju-intro h3 {
            color: var(--color-primary);
            margin-bottom: 15px;
        }

        .minju-intro p {
            color: #666;
            line-height: 1.8;
        }

        /* Key Features */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .feature-card {
            padding: 30px;
            background-color: var(--color-white);
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            text-align: center;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background-color: var(--color-primary);
            color: var(--color-white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
        }

        .feature-card h4 {
            color: var(--color-dark);
            margin-bottom: 10px;
            font-size: 18px;
        }

        .feature-card p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
        }

        .footer {
  /*background:#000;*/
  background: #0b1b4c;
  color:white;
  padding-top:60px;
  font-family:sans-serif;
  margin-top: 85px;
}

.footer-cta {
  max-width:700px;
  margin:-119px auto 50px;
  background:white;
  color:#000;
  text-align:center;
  padding:25px;
  border-radius:12px;
  border:2px solid #dea433;
 
}

.footer-cta a {
  /*background:#00a859;*/
  /*color:white;*/
  padding:8px 20px;
  display:inline-block;
  margin-top:10px;
  border-radius:6px;
  text-decoration:none;
  background: linear-gradient(125deg, #f6ce69, #d99a26);
  color: #61430c;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
   text-transform: uppercase;
  
}

.footer-container {
    width: 90%;
  max-width:1560px;
  margin:auto;
  display:grid;
  grid-template-columns:200px 1fr 200px;
  gap:7px;
  align-items:flex-start;
}

.footer-logo img {
  /*width:140px;*/
  width:100px;
}

.footer-links {
  display:grid;
  grid-template-columns:  1fr 1fr 1fr 0.7fr 1.6fr;
  gap:30px;
}

.footer-links h4 {
    font-size: 17px;
  color:#9ce8c3;
  margin-bottom:10px;
}

.footer-links a {
  display:block;
  /*color:#ccc;*/
  color: #E5E7EB;
  font-size:14px;
  margin-bottom:6px;
  text-decoration:none;
}

.footer-social h4 {
    font-size: 17px;
  color:#9ce8c3;
  margin-bottom:10px;
}

.footer-social img {
  width:22px;
  margin-right:10px;
}

.footer-bottom {
  text-align:center;
  padding:15px 0;
  border-top:1px solid #333;
  color:#888;
  font-size:14px;
  margin-top:30px;
}

/* Responsive */
@media(max-width:900px){
  .footer-container {
    grid-template-columns:1fr;
    text-align:center;
  }

  .footer-links {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-social div {
    justify-content:center;
  }
  .mission-grid, .partners-grid{
    display: block !important;
  }
  .mission-card, .partner-card{
    margin-bottom: 20px;
  }

}

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-menu {
                gap: 8px;
            }

            .nav-menu a {
                font-size: 14px;
            }

            .hero h1 {
                font-size: 36px;
            }

            .structure-grid, .leadership-grid {
                grid-template-columns: 1fr;
            }

            .partnership-grid {
                grid-template-columns: 1fr;
            }

            section h2 {
                font-size: 28px;
            }
        }


        .stats-section {
    margin: -50px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0.8rem 1.6rem 0 rgba(18,18,18,0.16);
    z-index: 2;
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #182E6F;
    margin-bottom: 8px;
}

.stat-box p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

@media(max-width:768px){
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:480px){
    .stats-grid {
        grid-template-columns: 1fr;
    }
}



.mission-section {
    padding: 40px 20px;
    background: #f8f9fb;
    text-align: center;
}

.mission-section h2 {
    font-size: 36px;
    color: #182E6F;
    margin-bottom: 50px;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.mission-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    text-align: left;
    /*border-left: 5px solid #e69b56;*/
    transition: 0.3s ease;
}

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

.mission-card h3 {
    color: #192e6f;
    font-size: 30px;
    margin-bottom: 12px;
}
.about-text{
    text-align: justify;
    font-size:18px;
}

#about h2 span{
    color: #182E6F;
}


.mission-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}


.mentor-section {
  padding: 20px 20px;
  background:#fff;
  text-align:center;
}

.mentor-slider {
    background: none;
  display:flex;
  overflow-x:auto;
  gap:20px;
  scroll-behavior:smooth;
  scrollbar-width:none;
}

.mentor-slider::-webkit-scrollbar {
  display:none;
}

.mentor-card {
    max-width: 33%;
    background: #f8f8f8;
    border-radius: 10px;
    padding-top: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    /*max-height: 350px;   /* fixed height */*/
    display: flex;
    flex-direction: column;
}


.mentor-card img {
  /*width:100%;*/
  height:200px;
  border-radius: 10px;
  object-fit:cover;
}

.mentor-content {
    padding: 15px;
    text-align: center;
    overflow: hidden;
}

.mentor-content h4 {
  color:#192e6f;
  font-size:18px;
  font-weight:700;
}

.mentor-content p {
  font-size:14px;
  font-weight:600;
  margin-bottom:6px;
}

.mentor-content span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
}

@media(max-width:768px){
  .mentor-card {
    min-width:80%;
  }
}

.mentor-wrapper{
position:relative;
display:flex;
align-items:center;
}

.slider-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#192e6f;
color:#fff;
border:none;
width:40px;
height:40px;
border-radius:50%;
cursor:pointer;
font-size:20px;
z-index:10;
}

.prev{
left:-10px;
}

.next{
right:-10px;
}


.campus-section {
  padding: 40px 20px;
  background:#fff;
  text-align:center;
}

.campus-section h2 {
  font-size:32px;
  /*font-weight:700;*/
}

/*.campus-section h2 span {*/
/*  color:#182E6F;*/
  
/*}*/
.campus-section h2  {
  color:#182E6F;
  
}
.structure-card p strong{
    color: #192e6f;
}

.campus-section p {
  color:#555;
  margin-bottom:30px;
}

.campus-slider {
  display:flex;
  overflow-x:auto;
  scroll-behavior:smooth;
  gap:20px;
  scrollbar-width:none;
  justify-content: center;
}

.campus-slider::-webkit-scrollbar {
  display:none;
}

.campus-slider img {
  height:220px;
  width:auto;
  border-radius:8px;
  flex-shrink:0;
  object-fit:cover;
}

@media(max-width:768px){
  .campus-slider img {
    height:180px;
  }
}

@media(max-width:480px){
  .campus-slider img {
    height:140px;
  }
}
.partners-section {
  padding: 10px 20px 40px;
  background:#f8f9fb;
  text-align:center;
}


.partners-section h2 {
  font-size:36px;
  color:#182E6F;
  margin-bottom:50px;
}

.partners-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
  gap:30px;
}

.partner-card {
  background:white;
  padding:30px;
  border-radius:10px;
  box-shadow:0 4px 18px rgba(0,0,0,0.06);
  transition:0.3s;
}

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

.partner-logo {
  border:1px solid #ddd;
  border-radius:6px;
  padding:20px;
  margin-bottom:15px;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.partner-logo img {
  max-width:150px;
  max-height:80px;
}

.partner-card h3 {
  color:#192e6f;
  font-size:20px;
  margin-bottom:10px;
}

.partner-card p {
  color:#666;
  font-size:14px;
  line-height:1.7;
}

.partner-card span {
  display:block;
  margin-top:15px;
  color:#00a859;
  font-weight:600;
  font-size:14px;
}


.strategic-section {
  padding: 40px 20px ;
  background:#fff;
  text-align:center;
}

.strategic-section h2 {
  font-size:36px;
  color:#182E6F;
  
}

.section-subtitle {
  max-width:800px;
  margin:15px auto 40px;
  color:#666;
  font-size:16px;
}

.strategic-card {
    width: 50%;
  /*background:#f9f9f9;*/
  padding:30px;
  border-radius:10px;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}
.ses{
    display: flex;
}

.partner-logo {
  border:1px solid #ddd;
  border-radius:6px;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  background:white;
}

.partner-logo img {
  max-height:70px;
  max-width:180px;
}

.strategic-card h3 {
  font-size:22px;
  color:#192e6f;
  margin-bottom:10px;
}

.strategic-card p {
  font-size:15px;
  color:#555;
  line-height:1.7;
}


.minju-section {
  padding:60px 20px 60px;
  background:#f8f9fb;
  text-align:center;
}

.minju-section h2 {
  font-size:36px;
  color:#182E6F;
  margin-bottom:40px;
}

.minju-card {
  background:white;
  border-radius:10px;
  padding:30px;
  box-shadow:0 4px 18px rgba(0,0,0,0.05);
  
  text-align:center;
}

.minju-card h3 {
  font-size:22px;
  color:#192e6f;
  margin-bottom:15px;
}

.minju-card p {
  font-size:18px !important;
  color:#555;
  line-height:1.8;
}

/* Responsive */
@media(max-width:768px){
  .minju-card {
    text-align:center;
  }
  .ses{
    display: block;
}
}




.hero-image {
    position: relative;
    height: 100vh;
    background-image: url('../assets/campus5.jpeg');
    background-size: cover;
    background-position: top center; /* 👈 image bottom se dikhegi */
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 1;
}

/* Overlay */
.hero-image .hero-overlay {
    position: absolute;
    inset: 0;
    background: none;
    z-index: 1;
}

/* Content */
.hero-image .hero-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.hero-image h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero-image p {
    font-size: 18px;
    margin-bottom: 25px;
}

@media(max-width:768px){
    .hero-image h1 {
        font-size: 28px;
    }
}





.hero-image1 {
    position: relative;
    height: 100vh;
    background-image: url('../assets/campus5.jpeg');
    background-size: cover;
    background-position: top center; /* 👈 image bottom se dikhegi */
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 1;
}

/* Overlay */
.hero-image1 .hero-overlay {
    position: absolute;
    inset: 0;
    background: none;
    z-index: 1;
}

/* Content */
.hero-image1 .hero-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.hero-image1 h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero-image1 p {
    font-size: 18px;
    margin-bottom: 25px;
}

@media(max-width:768px){
    .hero-image1 h1 {
        font-size: 28px;
    }
}


.features-section {
    padding: 40px 20px;
    background: #f8fbfc;
}

.section-title {
    text-align: center;
    font-size: 32px;
    /*color: #1a7481;*/
    margin-bottom: 50px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #182e6f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.feature-card h4 {
    font-size: 18px;
    color: #111;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media(max-width:992px){
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .strategic-card {
    width: 100%;
        
    }
}

@media(max-width:600px){
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.bradcamp a{
    text-decoration:none;
    color: #fff;
}




/*.hero-image{
  position: relative;
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}*/

.hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.hero-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1560px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT */
.hero-content{
  flex: 1;
  color: #fff;
}

.hero-content h1{
  font-size: 42px;
  margin-bottom: 5px;
}

.bradcamp{
  font-size: 14px;
  margin-bottom: 15px;
}

.bradcamp a{
  color: #dea332;
  text-decoration: none;
}

.hero-desc{
  /*max-width: 450px;*/
  font-size: 15px;
  line-height: 1.6;
}

/* RIGHT FORM */
.hero-form{
    width: 40%;
  /*flex: 1;*/
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
}

.hero-form h3{
  margin-bottom: 15px;
  color: #0a6e47;
}

.hero-form input,
.hero-form textarea{
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.hero-form button{
  width: 100%;
  padding: 10px;
  background: linear-gradient(125deg, #f6ce69, #d99a26);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
}

.hero-form button:hover{
  background: #1d3272;
}

/* RESPONSIVE */
@media(max-width: 768px){
  .hero-container{
    flex-direction: column;
  }
  .hero-image{
    height: auto;
    padding: 60px 0;
  }
}



/*Organization*/

.organization-section{
    /*padding:60px 20px;*/
}

.org-container{
    max-width:1560px;
    margin:auto;
    /*display:grid;*/
    grid-template-columns:repeat(2, 1fr);
    gap:30px;
}

.org-card{
    /*border:2px solid #1e3a8a;*/
    border-radius:14px;
    padding:35px 40px;
    /*margin-top: 20px;*/
}
.org-card h3::after {
    content: "";
    display: block;
    width: 185px;
    height: 4px;
    background: #e0a635; /* aapka theme color */
    margin: 0px auto 0;
}

.org-card h3{
    color:#1e3a8a;
    font-size:36px;
    text-align: center;
    margin-bottom:20px;
}

.org-card p{
    font-size:15px;
    color:#555;
    line-height:1.7;
    margin-bottom:14px;
}

.org-card p strong{
    color:#1e3a8a;
}

.org-card ul{
    margin:18px 0 0 18px;
    padding:0;
}

.org-card ul li{
    font-size:15px;
    color:#555;
    margin-bottom:12px;
    line-height:1.6;
}

/* Responsive */
@media(max-width:768px){
    .org-container{
        grid-template-columns:1fr;
    }
}


.org-wrapper {
  padding: none !important;
  background: #ffffff;
}

.container {

  margin: auto;
}

.section-title {
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 90px;
  position: relative;
}

/*.section-title::after {*/
/*  content: "";*/
/*  width: 60px;*/
/*  height: 3px;*/
/*  background: #d4a017;*/
/*  display: block;*/
/*  margin: 18px auto 0;*/
/*}*/

/* Each organization row */
.org-row {
  display: flex;
  gap: 30px;
  /*margin-bottom: 80px;*/
  padding: 40px 0;
}

.light-bg {
  background: #f8f9fb;
  padding: 50px 30px;
  border-radius: 12px;
}

/* Accent Line */
.org-accent {
  width: 4px;
  background: #1f3c88;
  border-radius: 3px;
}

.org-accent.gold {
  background: #d4a017;
}

/* Content */
.org-content {
  flex: 1;
}

.org-header1 {
  /*display: flex;*/
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: right;
}
.org-header {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.org-header h3 {
  font-size: 24px;
  color: #1f3c88;
  margin: 0;
}
.org-header1 h3 {
  font-size: 24px;
  color: #1f3c88;
  margin: 0;
  
}

/* Status Badge */
.status {
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(31, 60, 136, 0.08);
  color: #1f3c88;
  font-weight: 600;
}

.status.gold {
  background: rgba(212, 160, 23, 0.15);
  color: #d4a017;
}

/* Description */
.org-desc1 {
  margin-bottom: 25px;
  font-size: 16px;
  color: #444;
  /*max-width: 850px;*/
  text-align: justify;
}
.org-desc {
  margin-bottom: 25px;
  font-size: 16px;
  color: #444;
  /*max-width: 850px;*/
  
}

/* Lists */
.org-columns {
  display: flex;
  gap: 60px;
}

.org-columns ul,
.org-single-list {
  list-style: none;
  padding: 0;
}

.org-columns li,
.org-single-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
  color: #555;
}

.org-columns li::before,
.org-single-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d4a017;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .org-row {
    flex-direction: column;
  }

  .org-columns {
    flex-direction: column;
    gap: 0;
  }
}
























.mentor-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
}

/*.mentor-card {*/
/*  width: 350px;*/
/*}*/



/* Card */
.mentor-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.mentor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Image */
.mentor-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

/* Name */
.mentor-card h3 {
  font-size: 20px;
  color: #1f3c88;
  margin-bottom: 5px;
}

/* Role */
.role {
  display: block;
  font-size: 14px;
  color: #d4a017;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Short Description */
.short-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Button */
.view-btn {
  background: none;
  border: none;
  color: #1f3c88;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.view-btn::after {
  content: "";
  width: 0;
  height: 2px;
  background: #d4a017;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
}

.view-btn:hover::after {
  width: 100%;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.modal-content {
  background: #fff;
  margin: 8% auto;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  position: relative;
}

.close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
}









.mv-modern {
  padding: 20px 20px;
  background: #f9fafc;
  font-family: 'Poppins', sans-serif;
}



.mv-row {
  display: flex;
  /*align-items: center;*/
  gap: 60px;
  /*margin-bottom: 50px;*/
}

.mv-row.reverse {
  flex-direction: row-reverse;
  padding-top: 20px;
}

.mv-img {
  flex: 1;
}

.mv-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.mv-content {
  flex: 1;
}

.mv-content h2 {
  font-size: 34px;
  color: #1e3a8a;
  margin-bottom: 20px;
  text-align: left;
}

.mv-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.mv-content ul {
  padding: 0;
  list-style: none;
}

.mv-content ul li {
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  color: #555;
}

.mv-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 992px) {
  .mv-row,
  .mv-row.reverse {
    flex-direction: column;
  }

  .mv-row {
    margin-bottom: 60px;
  }

  .mv-content h2 {
    font-size: 28px;
  }
}



.hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    animation: slide 15s infinite;
}

/* Background Image Animation */
@keyframes slide {
    0% {
        background-image: url('../assets/aima.png');
    }
    33% {
        background-image: url('../assets/campus2.jpeg');
    }
    66% {
        background-image: url('../assets/nurcing.jpg');
    }
    100% {
        background-image: url('../assets/mba.jpg');
    }
}

.content , .hero-content{
    background: rgba(0,0,0,0.5);
    padding: 40px;
    border-radius: 10px;
}

.content h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.content p {
    font-size: 20px;
    margin-bottom: 20px;
}
.btn:hover{
    background:#ff6600 ;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ff6600;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.btn1 {
    display: inline-block;
    padding: 12px 30px;
    background: #198654;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}



/*contact us page*/
.contact-section {
    padding: 60px 20px !important;
    text-align: center;
}

.contact-container {
    max-width: 1560px;
    margin: 40px auto 0;
    display: flex;
    gap: 40px;
}

.contact-form-area {
    flex: 1;
}

.map-area {
    flex: 1;
    /*min-height: 400px;*/
    border-radius: 15px;
    overflow: hidden;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border-radius: 25px;
    border: none;
    background: #e5e5e5;
    font-size: 14px;
    outline: none;
}

.contact-form textarea {
    border-radius: 15px;
    height: 120px;
    resize: none;
}

.submit-btn button {
    background: #dca02e;
    border: none;
    padding: 14px 60px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.submit-btn button:hover {
    background: #dca02e;
}

/* Responsive */
@media(max-width: 992px) {
    .contact-container {
        flex-direction: column;
    }
}
/* Bottom Info Section */

.info-section {
    background: #e9e9e9;
    padding: 50px 20px;
}

.info-container {
    max-width: 1560px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.info-box {
    flex: 1;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #dca02e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: auto;
    margin-bottom: 20px;
}

.info-box h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* Responsive */

@media(max-width:768px) {
    .form-row {
        flex-direction: column;
    }
    .info-container {
        flex-direction: column;
        gap: 40px;
    }
}

/*contact us page css*/



.germany-hero {
  position: relative;
  height: 450px;
  background: url('/assets/german.png') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}
.germany-hero-leadership {
  position: relative;
  height: 555px;
  background: url('/assets/campus5.jpeg') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}
.germany-hero-about {
  position: relative;
  height: 555px;
  background: url('/assets/campus5.jpeg') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}
.germany-hero-bschool {
  position: relative;
  height: 555px;
  background: url('/assets/bschool1.png') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}
.germany-hero-patner {
  position: relative;
  height: 555px;
  background: url('/assets/patners.jpeg') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}
.contact-section h1{
    color: #0a1e50f2;
    font-size:36px;
}
.germany-hero-organization {
  position: relative;
  height: 555px;
  background: url('/assets/Orgnization.jpg') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}

.germany-hero-contact {
  position: relative;
  height: 555px;
  background: url('/assets/contact-us12.jpeg') no-repeat center right/cover;
 
  overflow: hidden;
  /*margin: 40px auto;*/
}

.germany-hero-overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(10, 30, 80, 0.95) 0%,
    rgba(10, 30, 80, 0.85) 40%,
    rgba(10, 30, 80, 0.2) 70%,
    rgba(10, 30, 80, 0) 100%
  );
  display: flex;
  align-items: center;
}

.germany-hero-content {
  
    color: #fff;
    /* max-width: 600px; */
    width: 90%;
    max-width: 1560px;
    margin: auto;
}

.germany-hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.germany-hero-content p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f1f1f1;
}

.apply-btn {
  background: #00a859;
    padding: 6px 18px;
    /* border-radius: 20px; */
    /* color: white; */
    text-decoration: none;
    background: linear-gradient(125deg, #f6ce69, #d99a26);
    color: #61430c;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
}

/*.apply-btn:hover {*/
/*  transform: translateY(-3px);*/
/*  box-shadow: 0 10px 20px rgba(0,0,0,0.4);*/
/*}*/

/* Responsive */
@media (max-width: 992px) {
  .germany-hero {
    height: 450px;
    background-position: center;
  }
  .germany-hero-leadership, .germany-hero-patner, .germany-hero-bschool, .germany-hero-about{
    height: 450px;
    background-position: center;
  }
  .germany-hero-contact{
    height: 450px;
    background-position: center;
  }
.germany-hero-organization{
    height: 450px;
    background-position: center;
  }

  .germany-hero-content {
    padding-left: 30px;
  }

  .germany-hero-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .germany-hero {
    height: auto;
  }
  .germany-hero-leadership, .germany-hero-cotact , .germany-hero-patner, .germany-hero-bschool, .germany-hero-about{
    height: auto;
  }
  .germany-hero-organization {
    height: auto;
  }

  .germany-hero-overlay {
    padding: 60px 20px;
  }

  .germany-hero-content {
    padding-left: 0;
  }
}

.germany-benefits-image {
  position: relative;
  background: url('/assets/germanab.png') no-repeat center/cover;
  padding: 60px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -30px;
}

/* Blue Gradient Overlay */
.benefits-overlay {
  background: linear-gradient(
    90deg,
    rgba(10, 35, 80, 0.95) 0%,
    rgba(10, 35, 80, 0.85) 40%,
    rgba(10, 35, 80, 0.4) 70%,
    rgba(10, 35, 80, 0.1) 100%
  );
  padding: 50px;
  border-radius: 15px;
}

.benefits-content {
  max-width: 600px;
}

.benefits-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-content li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
}

.benefits-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #6ddf8f;
  font-size: 20px;
  font-weight: bold;
}

.pdf-section {
  background:#f8f9fa;
}

.pdf-wrapper {
  background:#fff;
}

/* ===== FORM CARD ===== */
.apply-card {
    padding: 20px;
    border: none;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ===== FORM TITLE ===== */
.apply-title {
    text-align: left;
    font-weight: 700;
    color: #0b2c5f;
    letter-spacing: 0.5px;
}

/* ===== SECTION TITLE ===== */
.section-title {
    background: #0b2c5f;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    padding: 15px;
}

/*.section-title:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 4px;*/
/*    width: 5px;*/
/*    height: 20px;*/
/*    background: #f39c12;*/
/*    border-radius: 5px;*/
/*}*/

/* ===== INPUT STYLE ===== */
.form-control {
    border-radius: 12px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #f39c12;
    box-shadow: 0 0 0 3px rgba(243,156,18,0.15);
}

/* ===== RADIO STYLE ===== */
.form-check-input:checked {
    background-color: #f39c12;
    border-color: #f39c12;
}

/* ===== DECLARATION BOX ===== */
.declaration-box {
    background: #f8fafc;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #eaeaea;
    font-size: 14px;
}

/* ===== SUBMIT BUTTON ===== */
.btn-apply {
    background: linear-gradient(135deg,#f39c12,#e67e22);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-apply:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}



.about { padding: 60px 0px; }

/*.section-title { font-size: 2.75rem; color: var(--text-primary); margin-bottom: 3rem; text-align: center; font-weight: 700; font-family: var(--font-display); letter-spacing: -0.5px; }*/

.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 4rem; }

.about-text h3 { font-size: 1.5rem; color: var(--primary); margin-bottom: 1.5rem; font-weight: 600; }

.about-text p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 1.5rem; }

.vision-mission { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }

.vm-card { padding: 2rem 1rem;
    border-radius: 12px;
    border: 2px solid #182e6f; }

.vm-card h4 { font-size: 1.25rem;
    color: #182e6f;
    /* margin-bottom: 1rem; */
    font-weight: 600; }

.vm-card p { color: var(--text-secondary); line-height: 1.7; font-size: 0.95rem; }


.pgdm-section {
    padding: 40px 0;
    background: #f9fbfd;
}

.container {
    width: 90%;
    max-width: 1560px;
    margin: auto;
    padding: 0px;
}



.pgdm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.pgdm-box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
    transition: 0.3s ease;
}

.pgdm-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.pgdm-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1c2b4a;
}

.pgdm-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #5f6c7b;
}

/* Responsive */

@media (max-width: 992px) {
    .pgdm-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pgdm-grid {
        grid-template-columns: 1fr;
    }
}

/*german page css*/

.vision-section{
background: linear-gradient(135deg,#dce8f3,#c9dbea);
padding:60px 20px;

}

.vision-container{
    width: 90%;
max-width:1560px;
margin:auto;
}

.vision-title{
font-size:36px;
font-weight:600;
color:#182e6f;
margin-bottom:40px;
}

.vision-item{
display:flex;
gap:20px;
margin-bottom:25px;
align-items:flex-start;
}

.icon{
width:35px;
height:35px;
background:#182e6f;
color:white;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
font-weight:bold;
flex-shrink:0;
}

.vision-item p{
font-size:17px;
line-height:1.7;
color:#333;
}

.blue{
color:#2e73c5;
font-weight:600;
}

.orange{
color:#e0892e;
font-weight:600;
}

.green{
color:#1c8b57;
font-weight:600;
}

.benefits{
background:white;
padding:30px;
margin-top:40px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.benefit-title{
background:#182e6f;
color:white;
display:inline-block;
padding:10px 20px;
border-radius:8px;
font-weight:600;
margin-bottom:20px;
}

.benefits ul{
padding-left:20px;
}

.benefits li{
margin-bottom:12px;
font-size:16px;
}

.eligibility-section{
    width: 90%;
max-width:1560px;
margin:auto;
padding:60px 20px;

}

.eligibility-title{
font-size:36px;
font-weight:600;
margin-bottom:30px;
color:#182e6f;
}

.eligibility-row{
display:flex;
margin-bottom:12px;
align-items:stretch;
}

.left{
background:#182e6f;
color:#fff;
padding:18px 20px;
min-width:260px;
font-weight:600;
display:flex;
align-items:center;
font-size: 18px;

clip-path: polygon(
0 0,
85% 0,
100% 50%,
85% 100%,
0 100%
);
}

.right{
background:#c88d2c;
color:#fff;
padding:18px 30px;
flex:1;
display:flex;
align-items:center;
font-size: 18px;
border-radius:40px;
margin-left:-20px;
}

.success-story{
background:#117c80;
padding:80px 20px;
text-align:center;

}

.success-container{
max-width: 1560px;
    width: 90%;
margin:auto;
}

.success-title{
color:#fff;
font-size:36px;
font-weight:600;
margin-bottom:25px;
position:relative;
display:inline-block;
}

.success-title::after{
content:"";
display:block;
width:120px;
height:2px;
background:#fff;
margin:10px auto 0;
}

.success-text{
color:#e6f7f7;
font-size:17px;
line-height:1.8;
font-weight:500;
}


/*German page css end*/
