@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --blue:#0f172a;
    --yellow:#facc15;
    --blue-2:#2563eb;
    --blue-3:#cbd5e1;
    --blue-4:#1e293b;
    --blue-5:#2253c5;
    --blue-6:#94A3B8;
    --back-1:linear-gradient(135deg, #1E3A8A 0%, #2563EB 100%);
    --back-2:linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    --box-shd:box-shadow: 0 0 30px rgba(250, 204, 21, 0.6);
    --tras:translateY(-2px);
    --tras-eout: all 0.3s ease-in-out;
    --blk:#0F172A;
    --lightbox: rgb(0 0 0 / 0.75);
  --carousel-text: #fff;
}
html,body{
    height: 100%;
}
body{
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: var(--blue);
  color: #ffffff;
}
img{
   max-width:100%;
   height:auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.sp-70{
    padding: 70px 0px;
}
.sp-50{
    padding: 50px 0px;
}
.sp-30{
    padding: 30px 0px;
}
.d-display{
    display:none;
}
.main-header{
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: var(--blue);
}
.first-section{
    padding: 140px 0px 70px 0px;
}
.nav-list{
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    display: table;
}
.nav-items{
    float: left;
    position: relative;
}
.nav-links{
    color: var(--blue-3);
    font-weight: 500;
    transition: color 0.2s;
    text-decoration: none;
    display: inline-block;
    transition: var(--tras-eout);
    padding: 30px 15px;
}
.nav-links:hover{
    color: var(--yellow);
}
.sub-menu{
    position: absolute;
    background-color: #ffffff;
    width: 200px;
    border-radius: 10px;
    padding: 15px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.nav-items:hover .sub-menu{
    display: block;
}
.sub-menu-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.sub-menu-link{
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
    color: var(--blue);
    transition: all 0.3s ease-in-out;
}
.sub-menu-link:hover{
    background-color: var(--blue);
    color: var(--blue-3);
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 10px;
}
.brand-name{
    height: 50px;
}
.btn-yellow{
    background-color: var(--yellow);
    color:var(--blk);
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(250, 204, 21, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}
.btn-yellow:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.6);
  color:var(--blk);
}

.btn-yellow2{
    background-color: var(--back-1);
    color:var(--blk);
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(250, 204, 21, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}
.btn-yellow2:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.6);
  color:var(--blk);
}
.btn-icon{
    height: 20px;
    width: 20px;
}
.pera-blue{
    font-size: 14px;
    font-weight: 400;
    color: var(--blue-3);
}
.btn-green{
    background: var(--back-2);
    color:#ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(250, 204, 21, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    font-size: 16px;
}
.btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.6);
}

.btn-blue {
  background: transparent;
  color: #FFFFFF;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  border: 2px solid #2563EB;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

.btn-blue:hover {
  background: rgba(37, 99, 235, 0.1);
  border-color: #3B82F6;
  text-decoration: none;
  color: #FFFFFF;
}
.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.hero-left .hero-subtext {
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
}
.hero-left .hero-bullets {
    list-style: none;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
.hero-left .hero-bullets li {
    align-items: center;
    color: #cbd5e1;
    display: flex;
    font-size: 16px;
    gap: 12px;
    margin-bottom: 16px;
}
.hero-left .hero-bullets svg {
    color: #facc15;
    flex-shrink: 0;
    font-size: 20px;
}
.img-border-round{
    border-radius: 15px;
}
.brand-logos-text {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 24px;
}
.sec-header .section-title {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
}
.pre-next-cus .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: var(--yellow) !important;
    color: var(--blk);
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: -40px;
    top: 15%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: var(--yellow) !important;
    color: var(--blk);
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -40px;
    top: 15%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-prev:hover,
.pre-next-cus .owl-next:hover {
    background-color: var(--yellow) !important;
    transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.6);
}

.pre-next-cus .owl-dots {
    display: none !important;
}
.bg-next-blue{
    background-color: var(--blue-4);
}
.course-box{
    background: #1e293bcc;
    border-radius: 16px;
    box-shadow: 0 4px 24px #0003;
    padding: 32px;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer;
    text-align: center;
}
.course-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.course-box .txt1{
    font-size: 20px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
}
.course-box .txt2{
    color: #94a3b8;
    margin-bottom: 24px;
}
.course-box img{
    width: 25%;
    margin-bottom:16px;
}
.modal-content {
    background: #1e293b;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    width: 100%;
}
.modal-content-edit{
    background: var(--blue);
}
.btn-close-edit {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    right: -25px;
    top: -25px;
}
.btn-close-edit-2 {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 50px;
}
.form-style input, .form-style select, .form-style textarea{
    background: #0f172acc;
    border: 2px solid #cbd5e133;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    width: 100%;
    margin-bottom: 5px;
}
.form-style input:focus,
.form-style select:focus,
.form-style textarea:focus {
  outline: none;
  border-color: #FACC15;
}
.form-heading{
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.learning-list{
    margin: 0px auto;
    list-style: none;
    padding: 0px;
}
.learning-list li{
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 24px;
    box-shadow: 0 4px 12px #2563eb4d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    float: left;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}
.section-blue-bg{
    background: var(--back-1);
}
.box-right{
    border-radius: 16px;
    box-shadow: 0 4px 24px #0003;
    padding: 50px 80px;
    transition: transform .3s, box-shadow .3s;
    text-align: center;
    backdrop-filter: blur(10px);
    background: #ffffff1a;
    cursor: pointer;
}
.box-right:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.box-right .txt1{
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
}
.box-right .txt2{
    color: #e2e8f0;
    margin: 24px 0px;
}
.box-left{
    padding: 0px 50px 0px 0px;
}
.box-left .txt1{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 800;
    color: #ffffff;
}
.box-left-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.box-left-list li{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0px;
}
.box-left-list li svg{
    color: #facc15;
    flex-shrink: 0;
    font-size: 24px;
}
.step-bg{
    background-color: #1e293bcc;
}
.step-container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.step-conector{
    background: linear-gradient(90deg, #2563eb, #facc15);
    height: 2px;
    width: 60px;
}
.step-card{
    background: #0f172a;
    border-radius: 16px;
    flex: 1 1;
    max-width: 320px;
    min-width: 250px;
    padding: 32px;
    position: relative;
    text-align: center;
}
.step-number{
    align-items: center;
    background: #facc15;
    border-radius: 50%;
    color: #0f172a;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: -15px;
    width: 36px;
}
.step-card h3{
    font-size: 20px;
    margin-bottom: 12px;
}
.step-card p{
    color: #94a3b8;
    font-size: 14px;
}
.step-card img{
    width: 60%;
    margin:0px 0px 0px 0px;
}
.global-ins{
    border-radius: 20px;
    overflow: hidden;
}
.lab-item img{
    border-radius: 15px;
}
.lab-cat{
    background: var(--back-2);
    border-radius: 50px;
    margin-top: 45px;
}
.lab-cat ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
}
.lab-cat ul li{
    float: left;
    width: 33.33%;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border-right: 1px solid green;
    display: inline;
}
.lab-cat ul li:last-child{
    border-right: none;
}
.lab-cat ul li img{
    width: 15%;
    padding: 0px 10px 0px 0px;
}
.teacher-box{
    text-align: center;
    background-color: #1b2637;
    padding: 25px;
    border-radius: 20px;
}
.teacher-box img{
    width: 100% !important;
    border-radius: 20px;
    border: 4px solid var(--yellow);
    margin: 0px auto 25px auto;
}
.teacher-box h3{
    font-size: 20px;
    margin-bottom: 8px;
}
.teacher-box p{
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 16px;
}

.teacher-box ul{
    margin: 0px auto;
    list-style: none;
    padding: 0px;
    display: table;
}
.teacher-box li{
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 24px;
    box-shadow: 0 4px 12px #2563eb4d;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 8px 12px;
    float: left;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}
.video-card {
    background: #1e293bcc;
    border-radius: 16px;
    overflow: hidden;
}
.video-caption {
    color: #cbd5e1;
    font-size: 14px;
    padding: 16px;
    text-align: center;
}
.placement-table{
        background-color: var(--blue);
    border-radius: 16px;
    overflow: hidden;
}
.placement-header, .placement-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}
.placement-header {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
    font-weight: 700;
    padding: 20px;
}
.placement-row {
    border-bottom: 1px solid #cbd5e11a;
    padding: 15px 20px;
    color: var(--blue-3);
    font-size: 14px;
    font-weight: 600;
}
.blog-card {
    background: #1e293bcc;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}
.blog-image-wrapper {
    /*height: 240px;*/
    overflow: hidden;
    position: relative;
}
.blog-content {
    padding: 24px;
}
.blog-content h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
    height:100px;
}
.blog-content h2 {
    color: #fff;
    font-size: 45px;
font-weight: 800;
    margin: 20px 0px;
}
.blog-content p {
    color: #94a3b8;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}
.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
}
.blog-footer {
    align-items: center;
    border-top: 1px solid #cbd5e11a;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}
.blog-image {
    height: auto;
    object-fit: cover;
    transition: transform .3s;
    width: 100%;
    overflow: hidden;
}
.blog-image2{
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
    width: 100%;
    overflow: visible;
}
.blog-category {
    background: #facc15;
    border-radius: 12px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    left: 16px;
    padding: 6px 12px;
    position: absolute;
    top: 16px;
}
.blog-meta span {
    align-items: center;
    color: #cbd5e1;
    display: flex;
    font-size: 14px;
    gap: 8px;
}
.blog-meta svg {
    color: #facc15;
}
.blog-date {
    color: #94a3b8;
    font-size: 14px;
}
.read-more-btn {
    align-items: center;
    background: #0000;
    border: none;
    color: #facc15;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    gap: 8px;
    transition: gap .3s;
    text-decoration: none;
}
.read-more-btn:hover {
  gap: 12px;
  text-decoration: none;
  color: #facc15;
}
.whatapp{
    background:var(--back-2);
    padding: 20px 20px;
    border-radius: 50px;
}
.logo-wh-tx{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.whatsapp-icon{
    height: 50px;
    width: 50px;
    margin: 0px 15px 0px 0px;
}
.course-cat-list{
    margin: 0px auto;
    list-style: none;
    padding: 0px;
    display: table;
}
.course-cat-list li{
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 24px;
    box-shadow: 0 4px 12px #2563eb4d;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 24px;
    float: left;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
    border: 2px solid #245bd7;
}
.course-cat-list li:hover{
    border: 2px solid var(--yellow);
}
.course-two {
    background: #1e293bcc;
    border-radius: 16px;
    box-shadow: 0 4px 24px #0003;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer;
    text-align: center;
}
.course-two:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.course-image{
    position: relative;
    border-radius: 15px;
    height: 210px;
    overflow: hidden;
    background-color:#ffffff;
}
.course-image img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.batch-start{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--yellow);
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
}
.course-body{
    padding: 25px;
}
.course-body h3{
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    height:40px;
}
.course-rating{
    color: var(--yellow);
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 600;
}
.course-rating span{
    color: var(--blue-3);
    font-weight: 400;
    font-size: 13px;
}
.course-tag{
    background-color: var(--yellow);
    font-size: 11px;
    padding: 4px 15px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 20px;
    box-shadow: var(--box-shd);
}
.blink-btn{
    padding:5px 20px;
    background:var(--back-1);
    color:white;
    border:none;
    animation: glow 1s infinite alternate;
    border-radius: 8px;
}

@keyframes glow{
    from{box-shadow:0 0 5px var(--blue-2);}
    to{box-shadow:0 0 10px var(--blue-2);}
}
.assessment-wrapper {
    background: #1e293bcc;
    border-radius: 16px;
    box-shadow: 0 8px 32px #0000004d;
    padding: 48px;
    width: 100%;
    margin: 0px auto;
}
/* step form  */
.step{
display:none;
position: relative;
}
.step h3{
text-align: center;
}

.step.active{
display:block;
}

.progress-bar{
height:5px;
background:#3f4959;
border-radius:5px;
margin-bottom:20px;
}

.progress{
height:5px;
background: linear-gradient(90deg, #1e3a8a, #facc15);
transition: width .3s ease;
width:0%;
border-radius:5px;
}

.step-count{
margin-bottom:20px;
font-weight:bold;
}

button{
padding:10px 20px;
border:none;
background:#007bff;
color:white;
cursor:pointer;
/*margin-top:10px;*/
}

button.prev{
background:#6c757d;
}

.forminput{
width:100%;
padding:10px;
margin:10px 0;
border:1px solid #ccc;
}
.progress-fill {
    background: linear-gradient(90deg, #1e3a8a, #facc15);
    height: 100%;
    transition: width .3s ease;
}
.outer-body{
    padding: 0px 0px 0px 0px;
}
.progress-counter{
    font-size: 14px;
    color: #94a3b8;
    text-align: center;
}
.option-btn {
    background: #0f172acc;
    border: 2px solid #cbd5e133;
    border-radius: 12px;
    color: #cbd5e1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    transition: all .3s;
}

/* Hover */
.option-btn:hover {
    border-color: #FACC15;
    background: rgba(250, 204, 21, 0.1);
    color: #cbd5e1;
}

/* Checked radio button style */
.btn-check:checked + .option-btn {
    border-color: #FACC15;
    background: rgba(250, 204, 21, 0.2);
    color: #cbd5e1;
}

.options-grid {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.whatsapp-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 32px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: pulse 2s infinite;
  text-decoration: none;
}

.whatsapp-widget:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
  color: inherit;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
  }
}

@media (max-width: 768px) {
  .whatsapp-widget {
    width: 50px;
    height: 50px;
    font-size: 26px;
    bottom: 20px;
    right: 20px;
  }
}
.footer-two{
    border-top: 1px solid #cbd5e11a;
    font-size: 13px;
    color: var(--blue-3);
    text-align: center;
    padding: 10px 0px;
}
.footer-two3{
    border-top: 1px solid #cbd5e11a;
    font-size: 13px;
    color: var(--blue-3);
    padding: 10px 0px;
}
.footer-one{
    padding: 0px 0px 70px 0px;
}
.footer-head{
    font-size: 18px;
    color:var(--yellow);
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-list{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.footer-list li a{
    text-decoration: none;
    color: var(--blue-3);
    font-size: 14px;
    padding: 8px 0px;
}
.footer-contact-list{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.footer-contact-list li{
    text-decoration: none;
    color: var(--blue-3);
    position: relative;
    font-size: 14px;
    padding: 16px 0px 0px 30px;
}
.footer-contact-list li span{
    font-weight: 600;
}
.footer-contact-list li svg{
    height: 18px;
    width: 18px;
    position: absolute;
    color: var(--yellow);
    left: 0px;
    top: 16px;
}
.collapse-edit{
    padding: 20px 0px 10px 0px;
}
.extra-head{
    font-size: 16px;
    color:var(--yellow);
    font-weight: 600;
    margin: 15px 0px;
}
.extra-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: table;
}
.extra-list li{
    float: left;
}
.extra-list li a{
    text-decoration: none;
    color: var(--blue-3);
    font-size: 14px;
    padding: 8px 0px;
    transition: all 0.3s ease-in-out;
}
.extra-list li a:hover{
    text-decoration: underline;
    color: var(--blue-3);
}
.extra-list li::after{
    content: "/";
    margin: 0px 8px;
}
.extra-list li:last-child:after{
    content: "";
    margin: 0px 0px;
}
.form-style .form-error{
    font-size: 11px;
    color:#ffffff;
    line-height: 37px;
}
.swal2-html-container{
    font-size: 15px;
    font-weight: 500;
}
.expert-item{
    background-color: #1e293bcc;
    border-radius: 15px;
    position: relative;
}
.expert-item a{
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.video-image{
    height: 165px;
    overflow: hidden;
    position: relative;
}
.video-item{
cursor: pointer;
}
.play-btn{
    width: 40px;
    height: 40px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    margin: 0px auto;
    text-shadow: 0px 10px 10px rgba(12, 12, 12, 0.12);

}
.btn-close-edit2{
    border-radius: 100px;
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    right: -20px;
    top: -20px;
    text-align: center;
    z-index: 5;
}
.top-header{
    text-align: center;
    padding: 160px 0px 50px 0px;
}
.top-header h1{
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
}
.top-header p{
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}
.top-head-banner{
    background:var(--back-1);
}
.expert-box-two{
    background-color: var(--blue-4);
    border-radius: 15px;
    padding: 25px;
}
.trainer-detail-card {
    background: #1e293bcc;
    border-radius: 16px;
    padding: 32px;
    transition: transform .3s, box-shadow .3s;
}
.trainer-detail-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.trainer-header {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.trainer-photo {
    border: 4px solid #facc15;
    border-radius: 50%;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.trainer-basic h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}
.trainer-experience {
    color: #facc15;
    font-size: 16px;
    font-weight: 600;
}
.trainer-bio {
    margin-bottom: 24px;
}
.trainer-bio p {
    color: #cbd5e1;
    line-height: 1.6;
}
.trainer-expertise {
    margin-bottom: 24px;
}
.trainer-expertise h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}
.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.expertise-tag {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
}
.trainer-certifications {
    margin-bottom: 24px;
}
.trainer-certifications h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}
.cert-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.cert-badge {
    background: #facc1533;
    border: 1px solid #facc15;
    border-radius: 12px;
    color: #facc15;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
}
.trainer-contact {
    display: flex;
    gap: 12px;
}
.contact-btn {
    align-items: center;
    background: #0000;
    border: 2px solid #2563eb;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    padding: 12px;
    transition: background .3s, border-color .3s;
    text-decoration: none;
}
.contact-btn:hover {
  background: rgba(37, 99, 235, 0.1);
  border-color: #3B82F6;
  color: #fff;
  text-decoration: none;
}
.join-trainers{
    padding: 70px 0px;
    text-align: center;
}
.join-trainers .txt1{
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
}
.join-trainers .txt2{
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-3);
}
.bg-secound{
   background: var(--back-1);
}
.course-first-section{
    padding: 180px 0px 70px 0px;
}
.offer-others ul{
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    display: table;
    width: 100%;
}
.offer-others{
    margin: 20px 0px 0px 0px;
}
.offer-others li{
    float: left;
    background: transparent;
  color: #FFFFFF;
  padding: 14px;
  width: 31%;
  margin: 1%;
  border-radius: 8px;
  font-weight: 600;
  border: 4px solid #2563EB;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
.offer-others li span{
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.contact-form{
    background-color: var(--blue-4);
    padding: 35px;
    border-radius: 20px;
}
.carrerr{
    font-size: 15px;
    font-weight: 400;
    color: var(--blue-3);
}
.course-about{
    padding: 0px 80px 0px 0px;
}
.course-start svg{
    width: 20px;
    height: 20px;
}
.course-start{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0px 25px 0px;
}
.course-start span{
    color: #7bf1a8;
}
.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h3, .contact-form h5, .contact-form h6{
    color: #ffffff;
    margin: 15px 0px;
}
.contact-form {
    color: var(--blue-3);
    font-size: 14px;
    line-height: 18px;
}
.contact-form p{
    margin: 0px;
    padding: 0px;
    color: var(--blue-3);
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px;
}
.contact-form ul, .contact-form ol{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: table;
}
.contact-form ul li, .contact-form ol li{
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0px;
     color: var(--blue-3);
}
.accordion-item {
    color: var(--blue-3) !important;
    background-color: transparent;
    border: 0px solid var(--bs-accordion-border-color);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    background-color: var(--blue);
    border: 0;
    border-radius: 10px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed) {
    color: var(--blue);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border-radius: 10px;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) 0px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.step-card-img img{
    width:100%;
}
/* gallery */
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
  height:230px;
  overflow:hidden;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal {
  --bs-carousel-control-icon-filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}
.gallery-img{
    height:250px;
    overflow:hidden;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.gallery-box{
    background-color: #1e293bcc;
    border-radius:20px;
}
.gallery-box a{
    text-decoration:none;
    color:inherit;
    display:block;
}
.gallery-body{
    padding:25px;
}
.gallery-body h3{
    font-size:20px;
    line-height:28px;
}
.gallery-body span{
    font-size:13px;
    color:#ffffff;
}
.gallery-box img{
    transition: all 0.4s linear;
}

.gallery-box:hover img{
    transform:scale(1.1);
}
.tra_box{
    background-color: #1e293bcc;
    border-radius:20px;
    padding:25px;
    text-align: center;
}
.tra_box h3{
    margin-top:25px;
    font-size:25px;
}
.tra_box span{
    font-size:13px;
    color:var(--blue-3);
}
.tra_box p{
    font-size:14px;
    color:#ffffff;
    margin-top:15px;
}
.tra_box img{
    border-radius:15px;
}
.certi-image{
    height:50px;
}
.cer_social_link{
    margin:0px;
    list-style:none;
    padding:0px;
}
.cer_social_link li{
    float:left;
}
.cer_social_link li a{
 text-decoration:none;   
 color:#ffffff;
 font-size:20px;
}
.image-box {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
.step-card-body{
    padding:20px 0px 0px 0px;
}
.social-media-links{
    padding-top:20px;
}
.social-media-links ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    display:table;
}
.social-media-links ul li{
    float:left;
}
.social-media-links ul li a{
    text-decoration:none;
    color:var(--yellow);
    padding:10px;
}
.map{
    border-radius: 20px;
    overflow: hidden;
}
.br-20{
    border-radius: 20px;
}
.job-heading{
    text-decoration:none;
    color:#ffffff;
    display:block;
}
.job-heading:hover{
    text-decoration:underline;
    color:#ffffff;
    display:block;
}
.job{
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
}
.course-features img {
    border-radius:20px;
}
.curriculam-cont .card{
    background-color:transparent !important;
    box-shadow:none;
}
.curriculam-cont .card-header{
    background-color:#cbd5e1;
    color:#000000;
}
.curriculam-cont .card-header ul li{
    text-decoration:none;
    color:#000000 !important;
}
.curriculam-cont .card-header ul li:first-child{
    font-size:16px;
    font-weight:600;
}