.specializations-section{background-color:#fff;}
.section-title{text-align:center;color:#004b87;margin-bottom:3.5rem;font-size:2.4rem;font-weight:700;display:block;}
.spec-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem;}
.spec-card{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:3rem 2rem;text-align:center;transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px rgba(0,0,0,0.03);cursor:pointer;}
.spec-card:hover{background-color:#fff;transform:translateY(-5px);border-color:#2175b5;box-shadow:0 15px 30px -5px rgba(0,75,135,0.12);}
.spec-icon{width:64px;height:64px;margin-bottom:1.8rem;color:#004b87;transition:all 0.3s ease;}
.spec-card:hover .spec-icon{color:#f37021;transform:scale(1.1);}
.spec-card h3{font-size:1.8rem;color:#1f2937;font-weight:600;margin-bottom:0;line-height:1.4;}
.section-cta{text-align:center;margin-top:1rem;}
.section-cta a{color:#fff;}
.overview-section{background-color:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;}
.overview-box{background-color:#fff;padding:3rem 2rem;border-radius:8px;box-shadow:0 10px 25px -5px rgba(0,0,0,0.05);border-left:5px solid #004b87;}
.overview-box h2{color:#004b87;}
.overview-box h3{color:#2175b5;margin-top:3rem;margin-bottom:1.5rem;font-size:2.2rem;}
.overview-box p{color:#222;margin-bottom:2rem;line-height:1.7;}
.custom-list{display:grid;grid-template-columns:1fr;gap:1.4rem;margin-top:1.5rem;margin-bottom:3rem;}
.overview-box ul{margin-top:1.5rem;margin-bottom:3rem;display:grid;gap:1rem;}
.overview-box li, .faq-body li{position:relative;padding-left:3.2rem;font-size:1.6rem;color:#1f2937;font-weight:500;line-height:1.5;}
.overview-box li::before, .faq-body li::before{content:"";position:absolute;left:0;top:0.2rem;width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f37021' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;}
.eligibility-box{background-color:#f0f7ff;border:1px solid #bae6fd;padding:2.5rem;border-radius:6px;margin-top:3rem;}
.eligibility-box h4{color:#004b87;margin-bottom:1rem;font-size:1.8rem;}
.eligibility-box p{margin-bottom:0;color:#1e293b;font-size:1.5rem;}

.programs-section{background-color:#fff;}
.section-subtitle{text-align:center;color:#6b7280;margin-top:-2.5rem;margin-bottom:3.5rem;font-size:1.6rem;}
.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2rem;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid #e5e7eb;}
.modern-table{width:100%;border-collapse:collapse;text-align:left;min-width:600px;background-color:#fff;}
.modern-table th{background-color:#004b87;color:#fff;padding:1.6rem 2rem;font-size:1.6rem;font-weight:600;letter-spacing:0.5px;}
.modern-table td{padding:1.6rem 2rem;border-bottom:1px solid #e5e7eb;font-size:1.5rem;color:#374151;}
.modern-table tbody tr:last-child td{border-bottom:none;}
.modern-table tbody tr:nth-child(even){background-color:#f8fafc;}
.modern-table tbody tr:hover{background-color:#f1f5f9;}
.modern-table td strong{color:#004b87;font-weight:600;}

.table-link{display:inline-flex;align-items:center;gap:0.6rem; font-weight:700;font-size:1.5rem;white-space:nowrap;transition:color 0.2s ease;}
.table-link:hover{color:#f37021 !important;}
.table-link .link-icon{width:16px;height:16px;display:inline-flex;align-items:center;transition:transform 0.2s ease;}
.table-link:hover .link-icon{transform:translateX(4px);}
.table-link .link-icon svg{width:100%;height:100%;}
.programs-cta{text-align:center;margin-top:3.5rem;}

.recruiters-section{background-color:#f8fafc;border-top:1px solid #e5e7eb;}
.recruiters-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center;}
.recruiter-logo{background-color:#fff;border:1px solid #e5e7eb;padding:1.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;height:120px;transition:all 0.3s ease;filter:grayscale(100%);opacity:0.8;}
.recruiter-logo:hover{filter:grayscale(0%);opacity:1;box-shadow:0 10px 20px rgba(0,0,0,0.06);border-color:#2175b5;transform:translateY(-3px);}
.recruiter-logo img{max-height:110px;width:auto;}

.faq-section{border-top:1px solid #e5e7eb;}
.faq-header{text-align:center;margin-bottom:3.5rem;}
.sub-badge{display:inline-block;background-color:#e0f2fe;color:#004b87;font-size:1.4rem;font-weight:700;padding:0.5rem 1.4rem;border-radius:20px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;}
.faq-accordion{max-width:850px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;}
.faq-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:border-color 0.3s ease;box-shadow:0 2px 5px rgba(0,0,0,0.02);}
.faq-item.active{border-color:#004b87;box-shadow:0 4px 12px rgba(0,75,135,0.08);}
.faq-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.8rem 2rem;background:none;border:none;text-align:left;font-size:1.6rem;font-weight:600;color:#1f2937;cursor:pointer;gap:1.5rem;transition:color 0.2s ease;}
.faq-btn:hover{color:#004b87;}
.faq-icon{width:20px;height:20px;color:#f37021;flex-shrink:0;transition:transform 0.3s ease;}
.faq-icon svg{width:100%;height:100%;}
.faq-item.active .faq-icon{transform:rotate(180deg);}
.faq-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out;}
.faq-body{padding:0 2rem 2rem 2rem;border-top:1px solid #f1f5f9;margin-top:0.5rem;padding-top:1.5rem;}
.faq-body p{margin-bottom:0;color:#4b5563;font-size:1.5rem;line-height:1.6;}

.facility-tabs-section{background-color:#f8fafc;color:#fff;}
.tabs-wrapper{max-width:1000px;margin:0 auto;background-color:#1e293b;border-radius:10px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:1px solid #334155;}
.tab-buttons{display:flex;flex-direction:column;gap:1rem;border-bottom:2px solid #334155;padding-bottom:1.5rem;margin-bottom:2.5rem;}
.tab-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.4rem 2rem;background-color:#0f172a;color:#94a3b8;font-size:1.6rem;font-weight:600;border:1px solid #334155;border-radius:6px;cursor:pointer;transition:all 0.3s ease;}
.tab-icon{width:22px;height:22px;display:flex;align-items:center;}
.tab-icon svg{width:100%;height:100%;}
.tab-btn:hover{color:#fff;background-color:#162032;}
.tab-btn.active{background-color:#f37021;color:#000;border-color:#f37021;box-shadow:0 4px 12px rgba(243,112,33,0.3);}
.tab-panel{display:none;animation:fadeIn 0.4s ease;}
.tab-panel.active{display:block;}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.panel-content h3{color:#ffb800;font-size:2.2rem;margin-bottom:1rem;}
.panel-intro{color:#cbd5e1;font-size:1.6rem;margin-bottom:2.5rem;line-height:1.6;border-bottom:1px dashed #334155;padding-bottom:1.5rem;}
.facility-list{display:grid;grid-template-columns:1fr;gap:1.5rem;}
.facility-list li{position:relative;padding-left:3rem;font-size:1.5rem;color:#e2e8f0;line-height:1.6;}
.facility-list li strong{color:#fff;}
.facility-list li::before{content:"";position:absolute;left:0;top:0.3rem;width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;}

.read-more-wrapper{text-align:center;margin-top:3rem;display:flex;justify-content:center;}
.btn-outline-white{background-color:transparent;color:#fff;border:2px solid #f37021;display:inline-flex;align-items:center;gap:0.8rem;padding:1.2rem 2.5rem;border-radius:30px;font-weight:700;transition:all 0.3s ease;}
.btn-outline-white:hover{background-color:#f37021;color:#000;transform:translateY(-2px);box-shadow:0 6px 15px rgba(243,112,33,0.3);}
.btn-caret{width:18px;height:18px;transition:transform 0.3s ease;}

.site-footer{background-color:#0f172a;color:#cbd5e1;padding-top:6rem;}
.footer-grid{display:grid;grid-template-columns:1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid #1e293b;}
.footer-col h3{color:#fff;font-size:2rem;margin-bottom:2rem;position:relative;padding-bottom:1rem;}
.footer-col h3::after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background-color:#f37021;}
.brand-col p{margin-top:1.5rem;color:#94a3b8;font-size:1.5rem;line-height:1.6;}
.brand-col img{max-width:30rem;}
.footer-links li{margin-bottom:1.2rem;position:relative;padding-left:1.8rem;}
.footer-links li::before{content:"";position:absolute;left:0;top:0.6rem;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232175b5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;}
.footer-links a:hover{color:#f37021;padding-left:0.5rem;}
.contact-list li{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:1.5rem;font-size:1.5rem;line-height:1.5;}
.contact-list .icon{color:#f37021;width:20px;height:20px;flex-shrink:0;margin-top:0.2rem;}
.contact-list .icon svg{width:100%;height:100%;}
.contact-list a:hover{color:#fff;text-decoration:underline;}
.footer-bottom{padding:2.5rem 0;background-color:#0b0f19;font-size:1.4rem;color:#999;}
.footer-bottom p{color:#999;}
.bottom-wrap{display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center;}
.legal-links{display:flex;gap:2rem;}
.legal-links a:hover{color:#f37021;}

/* Goto Top button */
#button{display:inline-flex;align-items:center;justify-content:center;background-color:#FF9800; color:#fff; width:5rem;height:5rem;border-radius:4px;position:fixed;bottom:3rem;right:1rem;transition:background-color .3s,opacity .5s,visibility .5s,transform .2s;opacity:0;visibility:hidden;z-index:1000}
#button svg{width:5rem;height:5rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);color:#fff;}
#button:hover{cursor:pointer;background-color:#333;transform:scale(1.1)}
#button:active{background-color:#555;transform:scale(0.95)}
#button.show{opacity:1;visibility:visible}

@media (min-width:576px){
	.spec-grid{grid-template-columns:repeat(2,1fr);}
	.recruiters-grid{grid-template-columns:repeat(3,1fr);}
	.tab-buttons{flex-direction:row;justify-content:center;}
	.tab-btn{flex:1;}
}
@media (min-width:768px){
	.section-title{font-size:2.8rem;}
	.overview-box{padding:4rem 3.5rem;}
	.custom-list{grid-template-columns:repeat(2,1fr);gap:1.8rem;}
	.recruiters-grid{grid-template-columns:repeat(4,1fr);gap:2rem;}
	.tabs-wrapper{padding:3.5rem;}
	.faq-btn{font-size:1.8rem;padding:2rem 2.5rem;}
	.faq-body{padding:0 2.5rem 2rem 2.5rem;}
	.facility-list{grid-template-columns:repeat(2,1fr);gap:2.5rem;}
	.btn-outline-primary,.btn-outline-white{font-size:1.6rem;padding:1.4rem 3rem;}

	.footer-grid{grid-template-columns:repeat(2,1fr);}
	.bottom-wrap{flex-direction:row;justify-content:space-between;text-align:left;}
}
@media (min-width:1024px){
	.spec-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;}
    .spec-card{flex:0 0 calc(25% - 1.875rem);}
	.footer-grid{grid-template-columns:1.5fr 1fr 1.2fr;gap:5rem;}
	#button{bottom:15rem;right:3rem}
}
/* Sticky Contact Bar */
.sticky-contact-bar{position:fixed;right:6px;bottom:100px;z-index:9999;display:flex;flex-direction:column;align-items:center;padding:6px 4px;gap:8px;background:#000000bf;border-radius:12px;backdrop-filter:blur(6px);box-shadow:0 8px 20px #00000040}
.contact-btn{position:relative;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;text-decoration:none;transition:all .25s ease}
.call{background:#0284c7}
.email{background:#dc2626}
.whatsapp{background:#16a34a}
.contact-btn:active{transform:scale(0.92)}
.contact-btn::after{content:attr(data-tooltip);position:absolute;right:42px;background:#111827;color:#fff;font-size:11px;padding:5px 8px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(8px);transition:.2s ease}
.contact-btn::before{content:"";position:absolute;right:36px;border:5px solid transparent;border-left-color:#111827;opacity:0;transition:.2s ease}
@media (hover: hover) {
.contact-btn:hover::after,.contact-btn:hover::before{opacity:1;transform:translateX(0)}
}
.whatsapp{animation:pulseSmall 2s infinite}
@keyframes pulseSmall {
0%{box-shadow:0 0 0 0 #16a34a80}
70%{box-shadow:0 0 0 8px #16a34a00}
100%{box-shadow:0 0 0 0 #16a34a00}
}
@media (min-width: 768px) {
.sticky-contact-bar{top:50%;bottom:auto;transform:translateY(-50%);right:10px}
.contact-btn{width:36px;height:36px;font-size:16px}
}