@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

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

:root {
--primary-blue: #003060;
--accent-green: #f69323;
--light-bg: #f8f9fa;
--white-color: #fff;
--primary-orange: #ff4d00; 
--dark-bg: #1a1a1a;
--text-grey: #666;
--dark: #1e293b;
--nxt-blue: #3b82f6;
--nxt-cyan: #06b6d4;
}

body { font-family: "Plus Jakarta Sans", sans-serif;
font-optical-sizing: auto;
font-style: normal; color: #333; overflow-x: hidden; }

/* Navbar */
.navbar { background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 12px 0; }
.navbar-brand img { height: 45px; }
.nav-link { color: var(--primary-blue) !important; font-weight: 600; margin: 0 10px; }
.nav-link:hover { color: var(--accent-green) !important; }

/* Hero Section & SVG */
.hero-section { padding: 50px 0;
overflow: hidden;
/*background: linear-gradient(rgba(0, 48, 96, 0.8), rgba(0, 48, 96, 0.8)), url(https://images.unsplash.com/photo-1611974717484-932f99d94519?auto=format&fit=crop&q=80&w=2070);*/
background-size: cover;
background-position: center;
height: 100%;
display: flex;
align-items: center;
color: white;
position: relative; }

button.btn.btn-success.btn-lg.px-5{
background: var(--accent-green);
}

.market-chart { width: 100%; max-width: 500px; height: auto; }
.hero-title { font-size: 3rem; font-weight: 700; color: var(--white-color); }
.hero-title span { color: var(--accent-green); }

/* About Us Section */
.about-img { border-radius: 10px; width: 100%; }

/* Why Choose Us Cards */
.feature-card { border: none; padding: 30px; border-radius: 15px; transition: 0.3s; height: 100%; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.feature-icon { font-size: 40px; color: var(--primary-blue); margin-bottom: 20px; }

/* Courses Section - Equal Height */
.course-card { border: none; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); height: 100%; display: flex; flex-direction: column; }
.course-img { height: 220px; object-fit: cover; }
.course-body { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; text-align: center; }
.course-fee { color: var(--primary-blue); font-weight: 700; margin-top: auto; }
.btn-enquiry { border: 1px solid #ddd; border-radius: 5px; padding: 8px 20px; transition: 0.3s; }
.btn-enquiry:hover { background: var(--primary-blue); color: white; }

/* FAQ Section */
.accordion-button:not(.collapsed) { background-color: #f0f7ff; color: var(--primary-blue); }

/* Contact Section */
.contact-form { background: #f9fbff; padding: 40px; border-radius: 10px; }
.contact-img { border-radius: 10px; width: 100%; height: 100%; object-fit: cover; }

/* Footer */
footer {
background-color: var(--primary-blue);
color: white;
padding: 60px 0 20px;
}
.footer-link {
color: #ccc;
text-decoration: none;
display: block;
margin-bottom: 10px;
transition: 0.3s;
}
.footer-link:hover {
color: var(--accent-green);
padding-left: 5px;
}
.social-icons a {
color: white;
font-size: 20px;
margin-right: 15px;
transition: 0.3s;
}
.social-icons a:hover {
color: var(--accent-green);
}
.mw-1200{
max-width: 1200px;
margin: auto;
width: 100%;
}

.bg-primary-gradient { background: linear-gradient(135deg, #0d6efd 0%, #003d99 100%); }
/* .bg-success-gradient { background: linear-gradient(135deg, var(--accent-green) 0%, #003d99 100%); } */

.mentor-card-pro {
border-radius: 20px;
transition: all 0.4s ease;
border: none;
}

.mentor-card-pro:hover {
transform: translateY(-12px);
}

.mentor-card-pro ul li {
display: flex;
align-items: flex-start;
gap: 8px; 
line-height: 1.4;
}

.mentor-card-pro ul li i {
margin-top: 2px;
flex-shrink: 0;
}


.icon-circle {
 max-width: 114px;
width: 100%;
height: 114px;
border-radius: 5%;
align-items: center;
justify-content: center;
overflow: hidden;
border: 1px solid #212529
}

.icon-circle  img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}

.q-badge {
background: #eef5ff;
color: #0d6efd;
padding: 5px 12px;
border-radius: 8px;
font-size: 0.75rem;
font-weight: 600;
border: 1px solid #d0e3ff;
}

.philosophy-box {
padding: 15px;
border-radius: 12px;
position: relative;
font-size: 0.95rem;
margin-top: auto;
background: #f0f7ff; border-left: 5px solid #0d6efd; 
}

.experience-text {
font-size: 0.85rem;
color: #6c757d;
font-weight: 600;
}
.card-body.p-4 {
height: 100%;
display: flex;
flex-direction: column;
}

.ul.list-unstyled.row.g-2.mb-0 li{
display: flex;
gap: 10px;
}

.accordion-button:focus, .form-control:focus, .btn:focus, .navbar-toggler:focus{
box-shadow: none;
}

.accordion-item .accordion-button{
color: #000;
font-weight: 600;
}


footer i.fas{
color: var(--accent-green) !important;
}

footer p{
font-size: 14px;
}

@media (max-width:991px) {
.navbar-collapse {
border-top: 1px solid;
margin-top: 20px;
}
}

@media (max-width:567px) {
.d-flex.align-items-center.mb-4{
flex-wrap: wrap;
gap: 13px;
}
}


/*==========about-page================*/
.hero-section {
background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 51, 102, 0.85)), 
url('https://images.unsplash.com/photo-1590283603385-17ffb3a7f29f?auto=format&fit=crop&q=80');
background-size: cover;
background-position: center;
color: white;
/*padding: 80px 0;*/
}


.institutional-box {
background: var(--dark-bg);
color: white;
border-left: 5px solid var(--primary-orange);
padding: 30px;
border-radius: 0 15px 15px 0;
}

.card-credibility {
border: none;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
border-radius: 15px;
transition: 0.3s;
}
.card-credibility:hover { transform: translateY(-5px); border-bottom: 3px solid var(--primary-orange); }

.icon-box { color: var(--primary-orange); font-size: 2.5rem; margin-bottom: 15px; font-size: 24px; }

.belief-card { border-left: 4px solid #198754; background: #f8fff9; padding: 15px; margin-bottom: 10px; border-radius: 5px; }
.negative-card { border-left: 4px solid #dc3545; background: #fff5f5; padding: 15px; margin-bottom: 10px; border-radius: 5px; }

.offer-pill { background: #eee; padding: 8px 20px; border-radius: 50px; display: inline-block; margin: 5px; font-weight: 500; font-size: 0.9rem; border: 1px solid #ddd; }

.orange-text { color: var(--primary-orange); }
.bg-orange { background-color: var(--primary-orange); color: white; }

.section-title { font-weight: 800; color: var(--dark-bg); margin-bottom: 25px; position: relative; }
.section-title::after { content: ''; display: block; width: 60px; height: 4px; background: var(--primary-orange); margin-top: 10px; }

.institutional-box p b{
color: var(--primary-orange);
font-weight: 300;
}


/*===============contact-us=================*/
.contact-header {
background: linear-gradient(rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.9)), 
url('https://images.unsplash.com/photo-1534536281715-e28d76689b4d?auto=format&fit=crop&q=80');
background-size: cover;
background-position: center;
color: white;
padding: 80px 0;
}
.contact-info-card {
border: none;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: 0.3s;
}
.contact-info-card:hover {
transform: translateY(-5px);
}
.contact-icon {
width: 50px;
height: 50px;
background: #eef5ff;
color: var(--accent-blue);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
margin-bottom: 15px;
}
.contact-form {
padding: 40px;
background: #ffffff;
}
.form-control {
padding: 12px;
border-radius: 8px;
border: 1px solid #ddd;
}
.form-control:focus {
box-shadow: none;
border-color: var(--accent-blue);
}
.contact-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.map-container {
height: 400px;
filter: grayscale(100%) invert(92%) contrast(83%); /* Optional: Clean Grey Map Look */
border-radius: 15px;
overflow: hidden;
}

/*====================our-courses=======================*/

.courses-sec {
background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
color: white;
padding: 100px 0 80px;
position: relative;
overflow: hidden;
}

.courses-sec::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
opacity: 0.3;
}

.hero-content {
position: relative;
z-index: 1;
}

.course-card {
border: none;
border-radius: 20px;
overflow: hidden;
transition: all 0.3s ease;
height: 100%;
background: white;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.course-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.course-header {
padding: 30px;
color: white;
position: relative;
}

.course-header.beginner {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.course-header.technical {
background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.course-header.options {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.course-header.mentorship {
background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.badge-custom {
display: inline-block;
padding: 8px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
background: rgba(255,255,255,0.2);
backdrop-filter: blur(10px);
margin-bottom: 10px;
}

.our-course-body {
padding: 30px;
}

.feature-list {
list-style: none;
padding: 0;
text-align: left;
}

.feature-list li {
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}

.feature-list li:last-child {
border-bottom: none;
}

.feature-list i {
color: #06b6d4;
margin-right: 10px;
}


.info-box {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
padding: 40px;
border-radius: 20px;
/*margin: 60px 0;*/
}

.location-section {
background: var(--dark);
color: white;
padding: 50px 0;
}

.benefit-card {
background: white;
padding: 30px;
border-radius: 15px;
text-align: center;
transition: all 0.3s ease;
height: 100%;
}

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

.benefit-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 22px;
color: white;
}

.strategy-tag {
display: inline-block;
background: #f0f0f0;
padding: 8px 15px;
border-radius: 20px;
margin: 5px;
font-size: 14px;
}

.duration-badge {
background: rgba(255,255,255,0.2);
padding: 10px 20px;
border-radius: 10px;
display: inline-block;
margin-top: 15px;
}

.courses-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 15px;
}

.course-subtitle {
color: #666;
font-size: 1.1rem;
margin-bottom: 50px;
}

.cta-button {
background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
color: white;
padding: 15px 40px;
border-radius: 30px;
border: none;
font-weight: 600;
transition: all 0.3s ease;
}

.cta-button:hover {
transform: scale(1.05);
box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.outcome-box {
background: #f0f9ff;
padding: 20px;
border-radius: 15px;
border-left: 4px solid #06b6d4;
margin-top: 20px;
}

@media (max-width: 768px) {
.courses-sec {
padding: 60px 0 40px;
}
.courses-title {
font-size: 2rem;
}
}

.fade-in {
animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}


/*======================policy-page======================*/

.policy-section {
padding: 80px 0;
}

.policy-card {
background: white;
border-radius: 20px;
padding: 40px;
margin-bottom: 30px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
}

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

.policy-header {
display: flex;
align-items: center;
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 3px solid #e2e8f0;
}

.policy-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
color: white;
margin-right: 20px;
flex-shrink: 0;
}

.policy-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--dark);
margin: 0;
}

.policy-content {
color: #475569;
line-height: 1.8;
}

.policy-content h6 {
color: var(--dark);
font-weight: 600;
margin-top: 20px;
margin-bottom: 15px;
font-size: 1.1rem;
}

.policy-content ul {
list-style: none;
padding: 0;
margin: 15px 0;
}

.policy-content ul li {
padding: 8px 0 8px 30px;
position: relative;
}

.policy-content ul li::before {
content: '\f00c';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
position: absolute;
left: 0;
color: var(--secondary);
}

.alert-custom {
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
border-left: 4px solid var(--accent);
border-radius: 10px;
padding: 20px;
margin: 20px 0;
}

.alert-custom strong {
color: #92400e;
}

.contact-box {
background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
color: white;
padding: 40px;
border-radius: 20px;
margin-top: 40px;
}

.contact-box h3 {
margin-bottom: 30px;
}

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

.contact-item i {
width: 40px;
height: 40px;
background: rgba(255,255,255,0.2);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}

.badge-section {
display: inline-block;
background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
color: white;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
}

.last-updated {
background: #f1f5f9;
padding: 15px 25px;
border-radius: 10px;
display: inline-block;
margin-bottom: 30px;
}

.sticky-top-custom {
position: sticky;
top: 100px;
}

.toc-card {
background: white;
border-radius: 15px;
padding: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.toc-card h5 {
color: var(--dark);
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #e2e8f0;
}

.toc-link {
display: block;
color: #64748b;
text-decoration: none;
padding: 10px 15px;
border-radius: 8px;
transition: all 0.3s ease;
margin-bottom: 5px;
}

.toc-link:hover {
background: #f1f5f9;
color: var(--primary);
padding-left: 20px;
}

@media (max-width: 768px) {
.policy-card {
padding: 25px;
}

.policy-icon {
width: 50px;
height: 50px;
font-size: 20px;
}

.policy-title {
font-size: 1.2rem;
}

.sticky-top-custom {
position: relative;
top: 0;
}
}

.fade-in {
animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}