html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow-x: hidden; font-family: 'Montserrat', sans-serif !important;  }  
/*Header*/
.gsap-header-section { width: 100%; background: #1B212A; padding: 10px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; }
.gsap-header-text { font-size: 16px; font-weight: 600; color: white; margin: 0; }
.gsap-apply-btn { background-color: #E9631F; color: white; border: none; padding: 10px 20px; margin-left: 10px; border-radius: 8px; cursor: pointer; font-size: 16px; transition: all 0.3s ease; font-family: 'Montserrat', sans-serif !important; text-decoration: none; }
.gsap-apply-btn a { all: unset; cursor: inherit; text-decoration: none; color: inherit; }
.gsap-apply-btn:hover { background-color: #e5670f; transform: scale(1.05); text-decoration: underline; }
.gsap-header-left { flex: 65%; text-align: right; }
.gsap-header-right { flex: 35%; text-align: left; }
@media (max-width: 768px) { .gsap-header-section { flex-direction: row; } .gsap-header-left { flex: 70%; text-align: left; margin: 0; } .gsap-header-right { flex: 30%; text-align: right; margin: 0; } .gsap-header-text { font-size: 16px; } .gsap-apply-btn { padding: 8px 16px; font-size: 14px; margin: 0; display: inline-block; } }
@media (max-width: 480px) { .gsap-header-text { font-size: 12px; } .gsap-apply-btn { padding: 7px 14px; font-size: 13px; } }
/*Home-Landing*/
.gsap-landing-hm { position: relative; width: 100%; height: 100vh; background: url('assets/img/landing-image.webp') no-repeat center center/cover; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; box-sizing: border-box; overflow: hidden; }  
.gsap-landing-logo-left { position: absolute; top: 10px; left: 20px;  height: 170px; width : 170px;  }  
.gsap-landing-logo-right { position: absolute; top: 10px; right: 20px; height: 170px; width : 170px; }  
.gsap-landing-content { max-width: 1200px; padding: 20px; }  
.gsap-landing-main-logo { max-width: 350px; margin-bottom: 20px; }  
.gsap-landing-title { font-size: 48px; font-weight: 900; margin: 10px 0; color: #272F3C; }  
.gsap-landing-subtext { font-size: 20px; font-weight: 500; margin-bottom: 40px; color: #1B212A; font-family: 'Satoshi', sans-serif !important; }  
.gsap-apply-btn { background-color: #ff7a1a; color: white; border: none; padding: 12px 24px; margin-top: 10px; border-radius: 6px; cursor: pointer; font-size: 16px; transition: all 0.3s ease; font-family: 'Montserrat', sans-serif !important; }  
.gsap-apply-btn:hover { background-color: #e5670f; transform: scale(1.05); }  
@media (max-width: 768px) { .gsap-landing-logo-left, .gsap-landing-logo-right { height: 40px; } .gsap-landing-main-logo { max-width: 220px; } .gsap-landing-title { font-size: 26px; } .gsap-landing-subtext { font-size: 14px; } .gsap-apply-btn { padding: 10px 18px; font-size: 14px; } }  
@media (max-width: 480px) { .gsap-landing-main-logo { max-width: 180px; } .gsap-landing-title { font-size: 22px; } .gsap-landing-subtext { font-size: 13px; } .gsap-apply-btn { padding: 8px 16px; font-size: 13px; } }  
@media (max-width: 768px) {    .gsap-landing-logo-left, .gsap-landing-logo-right { height: 100px; width: 100px; top: 15px; }   }  
@media (max-width: 480px) {   .gsap-landing-logo-left, .gsap-landing-logo-right { height: 70px; width: 70px; top: 10px; }  }  
@media (max-width: 768px) { .gsap-landing-hm { height: 50vh; } }
/*Empowering-Section*/
.gsap-empowering-section { display: flex; align-items: center; justify-content: center; background-color: #1B212A; color: #fff; padding: 60px 40px; box-sizing: border-box; }  
.gsap-empowering-left, .gsap-empowering-right { flex: 1; padding: 10px 20px 10px 20px; box-sizing: border-box; }  
.gsap-empowering-title { font-size: 32px; font-weight: 700;  margin-bottom: 20px; line-height : 150%; color : #E8EAED }  
.gsap-empowering-text { font-size: 20px; font-weight: 400;  margin-bottom: 20px;  text-align : justify; line-height : 150%; color : #AAB1BC }  
.gsap-empowering-image { display: block; margin: 0 auto; max-width: 90%;  border-radius: 8px; }  
.gsap-apply-btn { background-color: #ff7a1a; color: white; border: none; padding: 12px 24px; border-radius: 6px; cursor: pointer; font-size: 16px; transition: all 0.3s ease; font-family: 'Montserrat', sans-serif !important; }  
.gsap-apply-btn:hover { background-color: #e5670f; transform: scale(1.05); }  
@media (max-width: 768px) {  
  .gsap-empowering-section { flex-direction: column; text-align: center; }  
  .gsap-empowering-left, .gsap-empowering-right { flex: unset; width: 100%; }  
  .gsap-empowering-title { font-size: 24px; }  
  .gsap-empowering-text { font-size: 15px; }  
  .gsap-empowering-image { max-width: 70%; margin-top: 20px; }   }  
@media (max-width: 480px) {  
  .gsap-empowering-title { font-size: 20px; }  
  .gsap-empowering-text { font-size: 14px; }  
  .gsap-empowering-image { max-width: 85%; }  
.gsap-apply-btn { padding: 10px 18px; font-size: 14px; }   }  
/*Journey-Section*/
.gsap-journey-section { background-color: #fff; color: #1B212A; padding: 60px 40px; box-sizing: border-box; text-align: center; }  
.gsap-journey-header { max-width: 1200px; margin: 0px 20px 40px 20px; }  
.gsap-journey-title { font-size: 32px; font-weight: 700; margin-bottom: 15px; color: #272F3C;  line-height : 150%; }  
.gsap-journey-subtext { font-size: 16px; line-height : 150%; font-weight: 400; color: #1B212A; }  
.gsap-journey-content { display: flex; align-items: flex-start; justify-content: center; gap: 40px; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; text-align: left; }  
.gsap-journey-left, .gsap-journey-right { flex: 1; min-width: 300px; }  
.gsap-journey-image { display: block; margin: 0 auto; max-width: 90%;  border-radius: 10px; }  
.gsap-journey-footer { margin-top: 40px; }  
@media (max-width: 768px) { .gsap-journey-content { flex-direction: column; gap: 20px; text-align: center; } .gsap-journey-title { font-size: 26px; } .gsap-journey-subtext { font-size: 14px; } }  
@media (max-width: 480px) { .gsap-journey-title { font-size: 22px; } .gsap-journey-subtext { font-size: 13px; } .gsap-apply-btn { padding: 10px 18px; font-size: 12px; } }  
.gsap-accordion { background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; border: 1px solid #e2e8f0; }
.gsap-accordion-item { border-bottom: 1px solid #e2e8f0; }
.gsap-accordion-item:last-child { border-bottom: none; }
.gsap-accordion-header { width: 100%; padding: 24px 32px; background: transparent; border: none; text-align: left; font-size: 20px; font-weight: 700; color: #272F3C; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; position: relative; line-height : 150%;}
.gsap-accordion-header:hover { background: #f8fafc; color: #3b82f6; }
.gsap-accordion-header:focus { outline: none; background: #f1f5f9; }
 .gsap-accordion-icon { width: 32px; height: 32px; border: 2px solid #e97749; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 300; color: #e97749; transition: all 0.3s ease; flex-shrink: 0; margin-left: 16px; }
 .gsap-accordion-header:hover .gsap-accordion-icon { background: #e97749; color: white; transform: scale(1.05); }
.gsap-accordion-item.active .gsap-accordion-icon { background: #e97749; color: white; transform: rotate(45deg); }
 .gsap-accordion-body { max-height: 0; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); background: #f8fafc; }
 .gsap-accordion-body.active { max-height: 200px; padding : 20px; text-align : justify; }
.gsap-accordion-content { padding: 24px 32px; color: #64748b; font-size: 16px; line-height: 1.6; }
@media (max-width: 768px) {
 .container { padding: 20px 10px; }
.gsap-accordion-header { padding: 20px 24px; font-size: 16px; }
.gsap-accordion-content { padding: 20px 24px; font-size: 15px; }
.gsap-accordion-icon { width: 28px; height: 28px; font-size: 18px; }  }
.gsap-accordion-item { transform: translateY(0); transition: transform 0.2s ease; }
.gsap-accordion-item:hover { transform: translateY(-1px); }
.gsap-accordion-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #e97749, #f97316); transform: scaleX(0); transition: transform 0.3s ease; transform-origin: left; }
.gsap-accordion-item.active .gsap-accordion-header::before { transform: scaleX(1); }
.gsap-apply-btn-othr { font-family: 'Montserrat', sans-serif !important;   background-color: #1B212A; color: #fff; font-size: 20px; font-weight: 600; padding: 12px 28px; border: none; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background-color 0.3s ease; text-decoration: none;  }
.gsap-apply-btn-othr a { all: unset; cursor: inherit; text-decoration: none; color: inherit; }
.gsap-apply-btn-othr::after { content: "→"; font-size: 18px; line-height: 1; }
.gsap-apply-btn-othr:hover { background-color: #d95018; transform: scale(1.05); text-decoration: underline; }
/*who can apply section*/
.who-can-apply-section { max-width: 1200px; margin: 0 auto; padding: 60px 20px; text-align: center; }
.section-title { font-size: 32px; font-weight: 700; color: #1B212A; margin-bottom: 16px; line-height : 150%;}
.section-subtitle { font-size: 16px; color: #1B212A; margin-bottom: 60px;  margin-left: auto; margin-right: auto; line-height: 150%; }
.cards-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 60px; }
.apply-card { border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid #e2e8f0; position: relative; }
.apply-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.card-image { width: 100%; height: 300px; position: relative; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.apply-card:hover .card-image img { transform: scale(1.05); }
.card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: white; padding: 15px; margin : 20px; border-radius: 10px; }
.card-title { font-size: 16px; font-weight: 700; color: #1B212A; margin: 0; line-height: 150%; text-align: center; }
@media (max-width: 768px) {
    .who-can-apply-section { padding: 60px 15px; }
    .section-title { font-size: 32px; margin-bottom: 12px; }
    .section-subtitle { font-size: 16px; margin-bottom: 40px; }
    .cards-container { grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
    .card-image { height: 250px; }
    .card-overlay { padding: 16px 20px; }
    .card-title { font-size: 16px; } }
/*why join section*/
.why-join-section { background: #1B212A; padding: 60px 20px; }
.why-join-title { text-align: center; font-size: 32px; font-weight: 700; color: white; margin-bottom: 40px; line-height : 150%; }
.benefits-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.benefit-card { background: white; border-radius: 16px; padding: 24px 16px; text-align: left; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid #e2e8f0; min-height: 180px; }
.benefit-card:hover { transform: translateY(-8px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15); }
.benefit-icon { width: 40px; height: 40px;  border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: #1C1B1F; font-size: 20px; text-align: center; line-height: 1; }
.benefit-title { font-size: 16px; font-weight: 700; color: #1B212A; line-height: 150%; margin: 0; text-align : left;}
@media (max-width: 1200px) {
    .benefits-container { grid-template-columns: repeat(3, 1fr); }
    .benefit-card { padding: 28px 20px; min-height: auto; }
    .benefit-title { font-size: 15px; } }
@media (max-width: 768px) {
    .why-join-section { padding: 60px 15px; }
    .why-join-title { font-size: 28px; margin-bottom: 40px; }
    .benefits-container { grid-template-columns: 1fr; gap: 20px; }
    .benefit-card { padding: 28px 20px; }
    .benefit-icon { width: 44px; height: 44px; font-size: 18px; }
    .benefit-title { font-size: 15px; line-height: 1.4; } }
/*Program Timeline Section*/
.program-timeline-section { background: white; padding: 60px 20px; }
.timeline-title { text-align: center; font-size: 32px; font-weight: 700; color: #1B212A; margin-bottom: 40px; line-height: 150%; }
.timeline-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: center; position: relative; }
.timeline-item { text-align: center; flex: 1; max-width: 250px; position: relative; z-index: 2; }
.timeline-icon { width: 64px; height: 64px; background: #E6ECF2; border: 2px solid #e2e8f0; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #003D78; font-size: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.timeline-step-title { font-size: 24px; font-weight: 700; color: #1B212A; margin-bottom: 8px; line-height: 150%; white-space: nowrap; }
.timeline-date { font-size: 16px; color: #1B212A; font-weight: 400;  margin: 0; line-height: 150%; }
.timeline-connector { height: 2px; background: #e2e8f0; flex: 1; margin: 0 20px; align-self: flex-start; margin-top: 32px; z-index: 1; }
@media (max-width: 768px) {
.program-timeline-section { padding: 60px 15px; }
.timeline-title { font-size: 28px; margin-bottom: 40px; text-align: center; }
.timeline-container { flex-direction: column; align-items: center; gap: 0; }
.timeline-item { max-width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative; }
.timeline-icon { width: 56px; height: 56px; font-size: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.timeline-step-title { font-size: 16px; margin-bottom: 4px; }
.timeline-date { font-size: 13px; margin: 0; }
.timeline-connector { width: 2px; height: 40px; background: #e2e8f0; margin: 8px auto 24px auto; }
.timeline-item:last-child .timeline-connector { display: none; } }
/*FAQ Section*/
 .faq-section{background:white;padding:60px 20px;}
.faq-title{text-align:center;font-size:32px;font-weight:700;color:#1B212A;margin-bottom:40px;line-height:150%;}
.faq-container{display:flex;gap:24px;max-width:1200px;margin:0 auto;overflow-x:auto; height: 250px;}
.faq-item{flex:1 1 250px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;min-width:250px;text-align:center; }
.faq-item.active{flex:3 1 400px;background:#dbeafe;border-color:#3b82f6;}
.faq-question{padding:20px 20px 10px 20px; display:flex;flex-direction:column;align-items:center;gap:12px;}
.faq-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0;background:#686C73;color:white;transition:all 0.3s ease;}
.faq-item.active .faq-icon{background:#00386D;color:white;}
.faq-question-text{font-size:20px;font-weight:700;color:#686C73;margin:0;line-height:150%;transition:color 0.3s ease;}
.faq-item.active .faq-question-text{color:#00386D;}
.faq-answer{max-height:0;opacity:0;overflow:hidden;padding:0 28px;transition:all 0.4s ease;background:#dbeafe;}
.faq-answer.active{max-height:250px;opacity:1;padding:10px 20px 10px 20px;}
.faq-answer p{margin:0;font-size:16px;color:#00386D;line-height:150%; font-weight:400; text-align: justify; padding: 10px;}
@media(max-width:768px){.faq-section{padding:60px 15px;}.faq-title{font-size:28px;margin-bottom:40px;}.faq-container{flex-direction:column;gap:16px; height: 700px;}.faq-question{padding:24px 20px;gap:10px;}.faq-icon{width:50px;height:50px;font-size:22px;}.faq-question-text{font-size:18px;}.faq-answer.active{padding:12px 20px 24px;}.faq-answer p{font-size:15px;}}  
@media (min-width: 769px) and (max-width: 1024px) { .faq-container { height: 350px; } }
/*Latest News Section*/
.news-section { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; overflow: hidden; padding:60px 20px; }
.news-header { text-align: center; margin-bottom: 18px; }
.news-title { font-size: 32px; font-weight: 700; color: #1B212A; margin: 0 0 8px 0; line-height: 150%;  }
.news-description { font-size: 16px; font-weight: 400; color: #1B212A; margin: 0 auto;  line-height: 150%; }
.news-carousel { overflow: hidden; }
.news-track { display: flex; transition: transform 0.5s ease-in-out; }
.news-card { min-width: calc(100% / 3); box-sizing: border-box; padding: 10px; }
.news-card a { text-decoration: none; color: inherit; display: block; position: relative; border-radius: 10px; overflow: hidden; }
.news-card img { width: 100%; height: 350px; object-fit: cover; display: block; }
.news-card a::after { content: "↗"; position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; background: rgb(255 122 26 / 84%); color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 1; z-index: 3; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: transform 0.2s ease, background-color 0.2s ease; }
.news-card a:hover::after { transform: scale(1.05); background: rgb(255 122 26 / 100%); }
.news-text { background: #ffffff; padding: 10px; border-radius: 10px; position: absolute; bottom: 0; left: 0; right: 0; font-size: 18px; font-weight: 700; color: #1B212A; box-sizing: border-box;    margin: 20px;  height: 110px; }
.news-prev { position: absolute; top: 50%; transform: translateY(-50%); background: rgb(255 122 26 / 84%); color: #ffffff; border: none; font-size: 22px; width: 45px; height: 45px; cursor: pointer; border-radius: 50%; z-index: 10; left: 10px; box-shadow: 0 6px 12px rgba(0,0,0,0.18); display: flex; align-items: center; justify-content: center; }
.news-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgb(255 122 26 / 84%); color: #ffffff; border: none; font-size: 22px; width: 45px; height: 45px; cursor: pointer; border-radius: 50%; z-index: 10; right: 10px; box-shadow: 0 6px 12px rgba(0,0,0,0.18); display: flex; align-items: center; justify-content: center; }
.news-dots { text-align: center; margin-top: 18px; }
.news-dots button { width: 12px; height: 12px; margin: 0 6px; border: none; border-radius: 50%; background: #cccccc; cursor: pointer; display: inline-block; }
.news-dots button.active { background: #333333; }
@media (max-width: 1024px) {  .news-card { min-width: calc(100% / 2); } }
@media (max-width: 768px) {
.news-section { width: 90%; }
  .news-card { min-width: 100%; padding: 8px; }
  .news-card img { height: 280px; }
  .news-text { font-size: 16px; height: auto; margin: 12px; }
  .news-prev { width: 40px; height: 40px; font-size: 20px;   top: 60%; }
  .news-next{width: 40px; height: 40px; font-size: 20px;   top: 60%;  }
  .news-dots { margin-top: 14px; } }
/*Above Footer*/ 
.gsap-ab-ft-section { width: 100%; background-color: #1B212A; color: #E8EAED; padding:60px 20px; }
.gsap-ab-ft-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 30px; }
.gsap-ab-ft-section-left { flex: 0 0 70%; }
.gsap-ab-ft-section-right { flex: 0 0 30%; display: flex; justify-content: flex-end; }
.gsap-ft-abv-text { font-size: 20px; font-weight: 600; line-height: 150%; margin: 0; color: #E8EAED; }
.gsap-apply-btn-ft { font-family: 'Montserrat', sans-serif !important;   background-color: #E9631F; color: #fff; font-size: 18px; font-weight: 600; padding: 12px 28px; border: none; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background-color 0.3s ease; text-decoration: none; }
.gsap-apply-btn-ft a { all: unset; cursor: inherit; text-decoration: none; color: inherit; }
.gsap-apply-btn-ft::after { content: "→"; font-size: 18px; line-height: 1; }
.gsap-apply-btn-ft:hover { background-color: #d95018; transform: scale(1.05); text-decoration: underline; }
@media (max-width: 768px) { .gsap-ab-ft-container { flex-direction: column; text-align: center; } }
@media (max-width: 768px) { .gsap-ab-ft-section-left, .gsap-ab-ft-section-right { flex: 0 0 100%; justify-content: center; margin-top: 12px; } }
@media (max-width: 768px) { .gsap-ft-abv-text { font-size: 18px; } }
/*Footer*/
.gsap-footer-section { width: 100%; background-color: #ffffff; padding: 60px 20px 40px 20px; border-top: 1px solid #e5e5e5;  }
.gsap-footer-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.gsap-footer-left { flex: 1; min-width: 300px; }
.gsap-footer-title { font-size: 16px; font-weight: 700; color: #1B212A; margin-bottom: 12px; text-transform: uppercase;  line-height: 150%;}
.gsap-footer-desc { font-size: 16px; font-weight: 400; color: #1B212A; margin-bottom: 18px;  line-height: 150%; }
.gsap-footer-left p { font-size: 16px; color: #1B212A; margin: 6px 0; font-weight: 400;  line-height: 150%; }
.gsap-footer-left a { color: #1B212A; font-weight: 600; text-decoration: none; }
.gsap-footer-left a:hover { text-decoration: underline; }
.gsap-footer-right { text-align: left; min-width: 200px; }
.gsap-footer-social { display: flex; gap: 12px; margin-top: 10px; }
.gsap-footer-social a { width: 40px; height: 40px; border-radius: 6px; background: #1B212A; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: background 0.3s ease; text-decoration : none;}
.gsap-footer-social a:hover { background: #ff7a1a; }
@media (max-width: 768px) { .gsap-footer-section { width: 90%;}   .gsap-footer-left { text-align: center;}  }
@media (max-width: 768px) {
.gsap-footer-right { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; }
.gsap-footer-title { text-align: center; margin-bottom: 12px; }
.gsap-footer-social { display: flex; gap: 16px; justify-content: center; }
.gsap-footer-social a { display: inline-flex; align-items: center; justify-content: center; } }

