@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
font-weight: normal;
line-height: 24px !important;
color: var(--text-dark);
background-color: #ffffff;
}
:root {
--primary: #e4551d;
--primary-dark: #e4551d;
--primary-light: #fed7aa;
--background: #ffffff;
--foreground: #1a1a1a;
--muted: #f5f5f5;
--muted-foreground: #737373;
--border: #e5e5e5;
--card-bg: #ffffff;
--gradient-start: rgba(249, 115, 22, 0.1);
--gradient-end: rgba(59, 130, 246, 0.05);
}

h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
}

* {
box-sizing: border-box;
}

.text-brand {
    color: #e4551d;
}
.h-10 {
    height: 2em;
}

.w-10 {
    width: 2em;
}

/* Navigation */
span.con-icon {
    width: 30px;
    height: 30px;
    background: #e4561f;
    line-height: 34px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
span.con-icon.gren {
    width: 30px;
    height: 30px;
    background: #20ab4b;
    line-height: 34px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
span.con-icon.gren i {
    color: #fff;
    font-size: 18px;
}

ul.nav.navbar-nav.navbar-right {
display: flex;
align-items: center;
gap: 10px;   
}

.navbar-custom {
background: #fff;
border: none;
border-bottom: 1px solid var(--border);
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
padding: 5px 0;
}

.navbar-custom .navbar-brand {
font-weight: 700;
font-size: 24px;
color: var(--foreground);
}

.navbar-custom .navbar-brand span {
color: var(--primary);
}

.navbar-custom .navbar-nav > li > a {
color: var(--foreground);
font-weight: 500;
padding: 10px 10px;
transition: color 0.3s;
}

.navbar-custom .navbar-nav > li > a:hover {
color: var(--primary);
}
.navbar-brand {
    float: left;
    padding: 5px 15px 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-custom .btn-cta-primary {
    background: var(--primary);
    color: white !important;
    border: none;
    padding: 5px 10px !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    box-shadow: none;
}
.navbar-custom .btn-cta-primary:hover {
    background: var(--primary)!important;
    color: white !important;
    transform: none!important;
    box-shadow: none!important;
   }

/* Smooth dropdown animation */
.animated-dropdown {
    animation: fadeInDown 0.25s ease-in-out;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Dropdown Menu Styling */
.custom-dropdown .dropdown-menu {
    min-width: 180px;
    padding: 10px 0;
    border-radius: 8px;
    border: none;
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.custom-dropdown .dropdown-menu > li > a {
    padding: 10px 18px;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
}

/* Hover effect */
.custom-dropdown .dropdown-menu > li > a:hover {
    background: #f5f5f5;
    color: #ff5722; /* highlight color */
}

/* Navbar link highlight on hover */
.custom-dropdown > a:hover,
.custom-dropdown > a:focus {
    color: #ff5722 !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}


.bullet ul {
list-style: outside none none;
padding: 0;
}

.bullet ul li {
list-style: outside none none;
margin: 0;
padding: 3px 0 3px 25px;
position: relative;
text-align: left;
width: 100%;
color: #737373;
font-size: 14px;
}

.bullet ul li::before {
color: #e85222;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 3px;
text-align: center;
}

.credential.batches .modal-dialog {
    width: 1050px !important;
    margin: 30px auto;
}

.credential.batches .modal-dialog td{font-size: 13px;}


.credential .modal-dialog {
width: 400px !important;
margin: 30px auto;
}
.credential .form-control {
    box-shadow: none;
    height: 38px;
    border-radius: .65rem;
    background: #fff;
}
.credential .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    background: #fff;
}
.credential label {
    font-size: 13px;
    font-weight: 400;
}
.credential .modal-header {
    padding: 0 15px;
    border-bottom: 0px;
    background: transparent;
}

.credential .btn.btn-cta-primary {
width: 100%;
margin-top: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

/* Hero Section */
.hero-section {
min-height: 90vh;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
border-bottom: 1px solid var(--border);
padding: 60px 0;
background: url(../images/banner-img.jpg) center left / cover no-repeat;
}

.hero-bg {
    background: linear-gradient(100deg, #ffffff 50%, #00000000 65%);
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}

.hero-content {
position: relative;
z-index: 10;
}

.hero-section h1 {
font-size: 48px;
font-weight: 700;
margin-bottom: 10px;
color: var(--foreground);
}

.hero-section h1 sup {
font-size: 20px;
vertical-align: super;
}

.hero-subtitle {
font-size: 24px;
color: var(--primary);
font-weight: 600;
margin-bottom: 10px;
}

.hero-description {
font-size: 18px;
color: var(--muted-foreground);
margin-bottom: 20px;
line-height: 1.7;
}

.hero-meta {
font-size: 14px;
color: var(--muted-foreground);
margin-top: 20px;
}

/* Back Link */
.back-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--muted-foreground);
text-decoration: none;
font-size: 14px;
margin-bottom: 0px;
transition: color 0.3s;
}

.back-link:hover {
color: var(--foreground);
text-decoration: none;
}

/* Buttons */
.btn-cta-primary {
    background: var(--primary);
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3);
}

.btn-cta-primary:hover {
background: var(--primary-dark);
color: white;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.btn-cta-secondary {
background: transparent;
color: var(--primary);
border: 2px solid var(--primary);
padding: 8px 25px;
border-radius: 12px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
}

.btn-cta-secondary:hover {
background: var(--primary);
color: white;
}

.btn-cta-support {
background: #22c55e;
color: white;
border: none;
padding: 14px 28px;
border-radius: 12px;
font-weight: 600;
transition: all 0.3s;
}

.btn-cta-support:hover {
background: #16a34a;
color: white;
}

.btn-cta-exploration {
background: transparent;
color: var(--primary);
border: none;
padding: 14px 28px;
border-radius: 12px;
font-weight: 600;
transition: all 0.3s;
}

.btn-cta-exploration:hover {
background: var(--primary-light);
color: var(--primary-dark);
}

/* Stats Cards */
.stats-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
max-width: 580px;
margin-top: 30px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s;
}

.stat-card:hover {
background: white;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.stat-card .icon {
color: var(--primary);
font-size: 20px;
flex-shrink: 0;
}

.stat-card .title {
font-size: 14px;
font-weight: 700;
color: var(--foreground);
margin-bottom: 2px;
}

.stat-card .desc {
    font-size: 12px;
    color: var(--muted-foreground);
    line-height: 18px;
}

/* Section Styles */
.section {
padding: 60px 0;
}

.section-alt {
background: var(--muted);
}

.section-gradient {
background: linear-gradient(135deg, var(--gradient-start), var(--background), var(--gradient-end));
}

.section-title {
font-size: 36px;
font-weight: 700;
text-align: center;
margin-bottom: 50px;
color: var(--foreground);
}

.section-title span {
color: var(--primary);
}

.section-subtitle {
text-align: center;
color: var(--muted-foreground);
font-size: 18px;
margin-bottom: 40px;
margin-top: -30px;
}

/* Cards */
.custom-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 15px 20px 5px;
    transition: all 0.3s;
    height: 100%;
}

.custom-card:hover {
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.custom-card .card-icon {
color: var(--primary);
font-size: 32px;
margin-bottom: 15px;
}

.custom-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--foreground);
    margin-top: 10px;
}
.custom-card p {
color: var(--muted-foreground);
font-size: 14px;
}

/* Why Cards */
.why-card {
display: flex;
gap: 20px;
align-items: flex-start;
}

.why-card .icon-wrap {
flex-shrink: 0;
}

.why-card .icon-wrap i {
color: var(--primary);
font-size: 28px;
}

/* Who Should Join Cards */
.join-card {
text-align: center;
padding: 30px 15px;
}

.join-card i {
font-size: 48px;
color: var(--primary);
margin-bottom: 20px;
}

/* Course Snapshot */
.snapshot-item {
display: flex;
gap: 12px;
margin-bottom: 16px;
}

.snapshot-item i {
color: var(--primary);
font-size: 20px;
margin-top: 3px;
flex-shrink: 0;
}

.snapshot-item .label {
    font-weight: 600;
    color: var(--foreground);
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}

.snapshot-item .value {
color: var(--muted-foreground);
}

/* Accordion Styles */
.custom-accordion .panel {
border: 1px solid var(--border);
border-radius: 12px;
margin-bottom: 12px;
overflow: hidden;
}

.custom-accordion .panel-heading {
background: var(--card-bg);
padding: 0;
}

.custom-accordion .panel-title a {
display: block;
padding:18px 10px 18px 20px;
font-size: 18px;
font-weight: 600;
color: var(--foreground);
text-decoration: none;
position: relative;
}

.custom-accordion .panel-title a:after {
content: '\f107';
font-family: FontAwesome;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
transition: transform 0.3s;
}

.custom-accordion .panel-title a.collapsed:after {
transform: translateY(-50%) rotate(-90deg);
}

.custom-accordion .panel-body {
padding: 20px 24px;
background: var(--card-bg);
color: var(--muted-foreground);
border-top: 1px solid var(--border);
}

/* Instructors */
.instructor-card {
text-align: center;
}

.instructor-card .img-wrap {
width: 180px;
height: 180px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 20px;
border: 3px solid var(--primary-light);
}

.instructor-card .img-wrap img {
width: 100%;
object-fit: fill;
}

.instructor-card h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 8px;
}

.instructor-card .credentials {
color: var(--primary);
font-weight: 600;
font-size: 14px;
margin-bottom: 15px;
}

.instructor-card .bio {
color: var(--muted-foreground);
font-size: 14px;
text-align: left;
white-space: pre-line;
}

/* Course Format Cards */
.course-card {
border: 1px solid var(--border);
border-radius: 12px;
overflow: hidden;
background: var(--card-bg);
transition: all 0.3s;
height: 100%;
}

.course-card:hover {
box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.course-card.featured {
border: 2px solid var(--primary);
}

.course-card .card-banner {
height: 180px;
background: linear-gradient(135deg, #1a1a2e, #16213e);
position: relative;
overflow: hidden;
}

.course-card .card-banner img {
width: 100%;
height: 100%;
object-fit: cover;
}

.course-card .banner-label {
    position: absolute;
    top: 15px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 10px;
    border-radius: 8px;
}

.course-card .banner-label h4 {
font-size: 16px;
font-weight: 700;
margin: 0 0 0px 0;
}

.course-card .banner-label .type {
font-size: 13px;
font-weight: 600;
color: var(--primary);
}

.course-card .validity-badge {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #ff5724e6;
    color: white;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
}

.course-card .card-body {
padding: 24px;
}

.course-card .pricing {
text-align: center;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid var(--border);
}

.course-card .price-current {
font-size: 28px;
font-weight: 700;
color: var(--foreground);
}

.course-card .price-original {
font-size: 18px;
color: var(--muted-foreground);
text-decoration: line-through;
margin-left: 12px;
}

.course-card .discount {
color: var(--primary);
font-weight: 600;
font-size: 14px;
margin-top: 5px;
}

.course-card .features-list {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
max-height: 280px;
overflow-y: auto;
}

.course-card .features-list li {
display: flex;
gap: 10px;
align-items: flex-start;
margin-bottom: 10px;
font-size: 14px;
color: var(--muted-foreground);
}

.course-card .features-list li i {
color: var(--primary);
margin-top: 3px;
flex-shrink: 0;
}

/* Testimonials */
.testimonial-card {
text-align: center;
padding: 30px 25px;
}

.testimonial-card .img-wrap {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 20px;
border: 3px solid var(--primary-light);
}

.testimonial-card .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

.testimonial-card h4 {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}

.testimonial-card .cleared {
font-size: 14px;
color: var(--muted-foreground);
margin-bottom: 15px;
}

.testimonial-card .quote {
font-style: italic;
color: var(--muted-foreground);
font-size: 14px;
line-height: 1.7;
}

/* CTA Section */
.cta-section {
text-align: center;
padding: 60px 0;
}

.cta-section h2 {
font-size: 36px;
font-weight: 700;
margin-bottom: 25px;
}

.cta-section .cta-note {
font-size: 14px;
color: var(--muted-foreground);
margin-top: 20px;
}

/* Footer */
.footer {
background: #1a1a1a;
color: #ffffff;
padding: 40px 0 20px;
}

.footer h5 {
color: var(--primary);
font-weight: 600;
margin-bottom: 20px;
}

.footer a {
color: #a0a0a0;
text-decoration: none;
transition: color 0.3s;
}

.footer a:hover {
color: var(--primary);
}

.footer ul {
list-style: none;
padding: 0;
}

.footer ul li {
margin-bottom: 10px;
}

.footer .copyright {
border-top: 1px solid #333;
padding-top: 20px;
margin-top: 30px;
text-align: center;
color: #666;
font-size: 14px;
}

/* Button Group */
.btn-group-custom {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
margin-top: 20px;
}


/* Bottom fix bar */

.bottom-offer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 2px solid #ff6b47;
    padding: 12px 20px;    
    z-index: 9999;
}
.ready-start{display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;}

.bottom-offer-bar p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.btn-group-offer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.close-offer {
    font-size: 35px;
    cursor: pointer;
}

.btn-cta-support {
    background: #22c55e;
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 15px;
}

.section-alt .join-card{ margin-bottom: 20px;}

button.btnotp {
    background: #e85222;
    position: absolute;
    right: 5px;
    top: 33px;
    border: inherit;
    padding: 3px 8px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}

.position-relative{ position: relative;}

/* Bottom fix bar */

.product-slides.slider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-slides.slider > div {
    display: block !important;
}

.product-slides.slider .col-md-3 {
width: 33.33%;
}
.feature-content h4::before {
    color: #811d3f;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 9px;
}
button.close {
    border-radius: 50%;
    width: inherit;
    height: inherit;
    opacity: inherit;
    color: #838383 !important;
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 15px;
    float: right;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-size: 25px;
    margin-top: 0 !important;
}

table tr:first-child {
    background: none !important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
table {
    background-color: inherit;
}

/* Responsive */
@media (max-width: 991px) {
.hero-section h1 {
font-size: 36px;
}

.hero-subtitle {
font-size: 20px;
}

.section-title {
font-size: 28px;
}

.stats-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {

.credential .modal-dialog {
width: 92% !important;
margin: 30px 15px;
}
.modal-header .close {
right: 7px;
top: 14px;
}

.navbar-brand>img {
max-height: 40px !important;
max-width: 160px !important;
}
ul.nav.navbar-nav.navbar-right {
    display: inherit;}

.navbar-custom .navbar-nav > li > a {
    padding: 10px 10px;
}
.navbar-custom .btn-cta-primary {
    margin-top: 10px;
}

.hero-section {
min-height: auto;
padding: 70px 0 !important;
}

.hero-section h1 {
font-size: 28px;
}

.hero-subtitle {
font-size: 18px;
}

.hero-description {
font-size: 16px;
}

.section {
padding: 40px 0;
}

.section-title {
font-size: 24px;
margin-bottom: 30px;
}

.btn-cta-primary,
.btn-cta-secondary {
width: 100%;
text-align: center;
}

.btn-group-custom {
flex-direction: column;
}

.close-offer {
    left: 10px;
    font-size: 26px;
}
.hide-mob{display: none;}
.btn-group-offer span{display: none;}
.bottom-offer-bar p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
            display: block;
}
.bottom-offer-bar {
    text-align: center;
}
.hero-bg {
background: linear-gradient(100deg, #ffffff 50%, #fbfbfbfa 60%);
}
.custom-card h3 {   
    margin-top: 0px;
}
.custom-card {
    padding: 15px 15px 5px;
}
.snapshot-item svg {
    min-width: 20px;
    height: 20px;
}
.custom-accordion .panel-title a {
    padding: 18px 15px 18px 15px;
    font-size: 16px;
}
.custom-accordion .panel-title a:after
{
right: 5px;
font-size: 14px;
}
.instructor-card {
text-align: center;
margin-bottom: 20px;
}
.course-card{ margin-bottom: 20px;}
.testimonial-card{ margin-bottom: 20px;}

.btn-group-offer .btn-cta-support {
padding: 8px 12px;
border-radius: 12px;
font-size: 15px;
}
.bottom-offer-bar {
    gap: 10px;
}
.cta-section {
    text-align: center;
    padding: 40px 0 80px;
}
.product-slides.slider .col-md-3 {
    width: 100%;
}
.product-slides.slider {
    display: inline-block;
}

.credential.batches .modal-dialog {
    width: 100% !important;
    margin: 30px auto;
    padding: 10px;
}
.instructor-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}
.ready-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.bottom-offer-bar {
     padding: 12px 10px;
    z-index: 9999;
}

}

/* Animations */
.fade-in {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s, transform 0.6s;
}

.fade-in.visible {
opacity: 1;
transform: translateY(0);
}