:root{
    --primary:#7787ff;
    --secondry:#1d1d1d;
}

body {font-family: "Poppins", sans-serif; margin:0; color:#1c1c1c;}
header{position:relative;top:0;width:100%;background:#fff;z-index:1000;transition:.3s;padding:0px 0;}
header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.08);}
#siteHeader{
  padding: 5px 0px;
  transform: none !important;
}
.top-bar {
  background-color: var(--secondry);
  color:#b6b6b6;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: bold;
}
.top-bar a { 
  color:#b6b6b6; 
  font-size: 14px;
  text-decoration: none;
}
.top-bar a:hover{
  color: var(--primary);
}
.top-bar .top-right{
  text-align: right;
}
.top-bar .contact{
  margin-right: 20px;
}
.top-bar .follow{
  margin-right: 10px;
}
.top-bar .follow i{
  margin: 20px;
}

.navbar-brand{font-weight:700;font-size:22px;}
.desktop-menu{display:flex;gap:50px;list-style:none;margin:0;padding:0; width: 100%; justify-content: end;}
.nav-item {
  position: relative;
}
.nav-link{position:relative;font-weight:600;color:#252525;text-decoration:none;cursor:pointer;padding:0; font-size: 16px;}
.nav-link::after{content:"";position:absolute;left:50%;bottom:-6px;width:0;height:2px;background:var(--primary);transition:.3s;transform:translateX(-50%);}
.nav-item:hover .nav-link::after{width:100%;}
.nav-item:hover .nav-link{color:var(--primary);}

/* Desktop Mega Menu */
.nav-item.mega{position:relative;}
.mega-menu{
  position:absolute;top:100%;left:0;width:100%;background:#fff;padding:40px 0;display:flex;gap:40px;box-shadow:0 30px 60px rgba(0,0,0,.12);
  opacity:0;visibility:hidden;transform:translateY(15px);transition:.3s;
}
.nav-item.mega:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0);}
.mega-column h6{font-weight:600;margin-bottom:15px;font-size:16px;}
.mega-column a{position: relative;
  display: block;
  padding-left: 0;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--secondry);
  text-decoration: none;
  transition: padding-left 0.35s ease, color 0.3s ease;}
.mega-column a::before {
  content: "\2794";
  font-size: 17px;
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.35s ease;
  color: var(--primary);
  font-weight: bold;
}

/* Hover Effect */
.mega-column a:hover {
  padding-left: 18px;
  color: var(--primary);
}

/* Show arrow smoothly */
.mega-column a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.nav-item.mega.event{
  position: relative;
}
.mega-menu.small {
  width: 220px;
  padding: 20px;
  top: 47px;
}
/* Mobile Menu */
.mobile-menu{display:none;}
.mobile-menu a{display:block;padding:12px 0;text-decoration:none;color:#222;font-weight:500;cursor:pointer;}
.mobile-submenu{display:none;padding-left:20px;}
.mobile-submenu.show{display:block; background-color: #efefef;}
.mobile-toggle{display:none;cursor:pointer;font-size:24px;border:none;background:none;}
@media(max-width:991px){
  .desktop-menu{display:none;}
  .mobile-toggle{display:block;}
  .mobile-menu{display:block;background:#fff;position:absolute;top:100%;left:0;width:100%;padding:15px;box-shadow:0 10px 30px rgba(0,0,0,.08);}
}
/* Desktop Mega Menu FIX */
.nav-item.mega {
  position: static;
}

.mobile-menu a span{
  position: absolute;
  right: 20px;
}
.mega-menu {
  position: absolute;
  top: 103%;
  left: -40px;
  width: 100vw;
  background-color: #f9f9f9;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  gap: 50px;
  box-shadow: 0 30px 60px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .35s ease;
  z-index: 999;
}
.text-main-color{
  color: var(--primary);
  text-decoration: none;
}
input[type="checkbox"] {
        background-color:var(--primary) !important;
        color: white;
    }
.nav-item.mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.modal-body p{
  font-size: 14px;
  font-weight: 300;
}
.modal-body .form-check-label{
  font-size: 14px;
  font-weight: 300;
}
.modal-body a{
  font-size: 14px;
  font-weight: 300;
}
/* Inner container */
.mega-menu .mega-column {
  min-width: 170px;
}
header {
  left: 0;
  right: 0;
}
.card-menu{
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}
.card-menu li{
  list-style: none;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .mega-menu {
    display: none !important;
  }
}
/* Hero Slider */
 
.swiper{width:100%; height:530px; position:relative;}
.swiper-slide{position:relative; display:flex; align-items:center; background-size:cover; background-position:center;}
.swiper-slide::before{content:""; position:absolute; inset:0; background:rgba(0,0,0,0.4);}
.slide-content{position:relative; z-index:2; color:#fff; max-width:600px; padding-left:110px;}
.slide-content h1{font-size:56px; font-weight:700; opacity:0; transform:translateX(50px);}
.slide-content p{font-size:20px; margin-top:20px; opacity:0; transform:translateX(50px);}
.slide-content a{ display:inline-block; margin-top:-30px !important; width: 220px; height: 52px; text-align: center; line-height: 45px; font-size: 17px; text-decoration:none; font-weight:600; border: 2px solid #fff; color:#fff; opacity:0; transform:translateX(50px); -webkit-transform:translateX(50px); -moz-transform:translateX(50px); -ms-transform:translateX(50px); -o-transform:translateX(50px); }
.slide-content button{ display:inline-block; margin-top:30px !important; width: 220px; height: 52px; font-size: 17px; text-decoration:none; font-weight:600; background-color: var(--primary); border: 2px solid var(--primary); color:#fff; opacity:0; transform:translateX(50px);}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\2794';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-left: 25px;
}

.button:hover span:after {
  opacity: 1;
  left: 0;
}
.intro-sec{
  padding: 50px 0px;
}
.inner-info{
  background:var(--primary);
    padding: 15px;
    border-radius: 10px;
    border: 1px #ccc solid;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 80px;
}
.intro-sec a{
  text-decoration: none;
}
.inner-info h4{
  font-size: 19px;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
}
.about-section h3{
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.book-section{
  padding: 50px;
  margin-bottom: 50px;
}
.form-div{
  background-color: var(--primary);
  padding:15px 0px 15px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.search-slt{
  height: 50px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.wrn-btn{border-radius: 0;
    height: 50px;
    width: 200px;}
.book-section label{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.book-section p{
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  padding: 0px;
}
@keyframes slideInRight{0%{opacity:0; transform:translateX(50px);} 100%{opacity:1; transform:translateX(0);}}
.slide-animate h1,.slide-animate p,.slide-animate a,.slide-animate button{animation-fill-mode:forwards;}
.slide-img{position:absolute; right:40px; bottom:0; max-width:520px; transition: transform .8s ease;}
.swiper-button-next, .swiper-button-prev{color:#fff; background-color:#1c1c1cad; width: 40px;}
.swiper-pagination-bullet{background:#fff; opacity:.5;}
.swiper-pagination-bullet-active{opacity:1;}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
     
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
}
@media(max-width:991px){.slide-img{display:none;} .slide-content h1{font-size:42px;}}

/* Courses Section */
.academist-tabs {
  padding: 80px 0;
}

.tabs-nav {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

.tabs-nav li {
  cursor: pointer;
  padding: 12px 0;
  font-weight: 600;
  color: #777;
  position: relative;
}

.tabs-nav li.active {
  color: #000;
}

.tabs-nav li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  
}

.tabs-content {
  position: relative;
}

.tab-pane {
  display: none;
  animation: fadeSlide 0.5s ease forwards;
}

.tab-pane.active {
  display: block;
}

.tab-pane h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.tab-pane p {
  max-width: 600px;
  color: #555;
  line-height: 1.7;
}

/* Animation */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .tabs-nav {
    gap: 20px;
    overflow-x: auto;
  }
  .slide-content button{
    margin-top: 0px !important;
  }
  .slide-content a{
    margin-top: 30px !important;
    line-height: 25px !important;
  }
  .center-div {
    padding-left: 40px !important;
    padding-top: 30px !important;
    padding-bottom: 25px;
}
.center-div h2 {
    font-size: 36px !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.team-section h3 {
    font-size: 36px !important;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}
.testimonial-title, .testimonial-text, .testimonial-author {
    opacity: 0;
    transform: translateX(60px);
    animation: textIn 0.7s ease forwards;
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.testimonial-nav {
    position: absolute !important;
    left: 0 !important;
    right: 0;
    margin: 0px auto;
    width: 100%;
    translate: 35% 10% !important;
}
}
.tabs-nav li.has-arrow {
  display: flex;
  align-items: center;
}

 

/* ===============================
   Hover FIRST TAB ONLY
================================ */
 
/* ===============================
   Slide ALL TABS RIGHT
================================ */
.tabs-nav {
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Only when FIRST TAB is active + hovered */
 

.tabs-nav li {
  transition:
    color 0.2s ease-out,
    transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* ===============================
   Arrow on ACTIVE tabs
================================ */
.tabs-nav li.has-arrow .tab-arrow {
  opacity: 0;
  margin-right: 12px; /* spacing */
  transform: translateX(12px);
  transition:
    opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Show arrow on active tab */
.tabs-nav li.has-arrow.active .tab-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--primary);
  rotate: 180deg;
}

/* ===============================
   Hover FIRST TAB ONLY => slide all tabs
================================ */
.tabs-nav {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tabs-nav li.has-arrow:first-child:hover ~ li {
  transform: translateX(20px);
}

.tabs-nav li {
  cursor: pointer;
  padding: 12px 0;
  font-weight: 600;
  color:#252525;
  position: relative;
  transition:
    color 0.2s ease-out,
    transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tabs-nav li.active {
  color: #000;
}

.tabs-nav li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
   
}

/* ===============================
   FINAL Arrow + Hover behavior
================================ */

.tabs-nav li {
  display: flex;
  align-items: center;
  transition:
    color 0.2s ease,
    transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tab-arrow {
  opacity: 0;
  margin-right: 12px;
  transform: translateX(12px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Arrow always visible on ACTIVE tab */
.tabs-nav li.active .tab-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Arrow visible on hover (any tab) */
.tabs-nav li:hover .tab-arrow {
  opacity: 1;
  transform: translateX(0);
  rotate: 180deg;
}

/* ONLY first tab slides */
.tabs-nav li:first-child:hover {
  transform: translateX(14px);
}

/* Disable hover effects on touch devices */
@media (hover: none) {
  .tabs-nav li:hover {
    transform: none;
  }
  .tabs-nav li:hover .tab-arrow {
    opacity: 0;
    transform: translateX(12px);
  }
}

.mobile-toggle {
  width: 28px;
  height: 22px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
}

.mobile-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #222;
  transition: .35s ease;
}

.mobile-toggle span:nth-child(1) { top: 0; }
.mobile-toggle span:nth-child(2) { top: 9px; }
.mobile-toggle span:nth-child(3) { top: 18px; }

/* ACTIVE STATE */
.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

@media (max-width: 991px) {
  header {
    padding: 0px 0;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-toggle {
    display: block;
    font-size: 26px;
  }

  .mobile-menu {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.1);
  }

  .mobile-menu.show {
    display: block;
  }

  .mobile-menu a {
    padding: 14px 0;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .swiper {
    height: 400px !important;
  }

  .slide-content {
    padding: 0 20px;
    max-width: 100%;
  }

  .slide-content h1 {
    font-size: 36px;
  }

  .slide-content p {
    font-size: 18px;
  }

  .slide-img {
    display: none;
  }
}

@media (max-width: 576px) {
  .swiper {
    height: 400px;
  }

  .slide-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .slide-content p {
    font-size: 16px;
  }

  .slide-content a {
    padding: 12px 28px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .slide-content h1,
  .slide-content p,
  .slide-content a,
  .slide-content button{
    transform: translateY(30px);
  }

  @keyframes slideInRight {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
  }
}

 /* ===============================
   Course Card
================================ */
.course-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.course-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ===============================
   Image Hover Zoom
================================ */
.course-image {
  position: relative;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course-card:hover .course-image img {
  transform: scale(1.06);
}

/* ===============================
   Category Badge
================================ */
.course-category {
  position: absolute;
    bottom: 55px;
    right: 0px;
    background:var(--primary);
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* ===============================
   Content
================================ */
.course-content {
  padding: 25px;
}

.course-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.course-title a {
  color: #000;
  text-decoration: none;
}

.course-instructor {
  font-size: 14px;
  color: #777;
  display: inline-block;
  margin-bottom: 12px;
}

.course-excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ===============================
   Meta Info
================================ */
.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

.course-price {
  font-weight: 600;
  color: var(--primary);
  font-size: 18px;
}

/* ===============================
   Mobile Tweaks
================================ */
@media (max-width: 576px) {
  .course-meta {
    flex-direction: row;
    gap: 6px;
  }
  
}
.left-div{
  background-color: var(--primary);
}
.center-div{
  padding-left: 140px;
  padding-top: 230px;
}
.center-div h2{
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.center-div a{
  color: #fff; 
}
.right-div{
   
  height: 100vh;
}
.right-div img{
  height: 100vh;
}
.bottom-div{
  background-image: url(../img/pattern.jpg);
}
.bottom-div-right .center-div{
   padding-left: 100px;
   padding-top: 100px;
}
.bottom-div-right .center-div h2{
  font-size: 45px;
  color: #1c1c1c;
  font-weight: bold;
}
.bottom-div-right .center-div a{
  color: #1c1c1c;
}
.team-section{
  padding: 70px 0px;
}
.team-section h3{
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.team-section h3::after{
  position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background-color: var(--primary);
    left: 0;
    top: 70px;
}
.card{
  border: none;
}
.card-body{
  margin-top: 20px;
}
.card-title{
  font-size: 20px;
  font-weight: 600;
}
.card ul{
  display: flex;
  margin: 0;
  padding: 0px;
}
.card ul li{
  list-style: none;
  margin-right: 10px;
}
.card p{
  margin-bottom: 0px;
}
.card ul li a{
  color: #1c1c1c;
  font-size: 12px;
}

/* ===============================
  Testimonial Section
================================ */
.testimonial-section {
  background-image: url(../img/main-home-background.jpg);
  padding: 150px 0;
}

/* ===============================
   Slider
================================ */
.testimonial-slider {
  position: relative;
  /*overflow: hidden;*/
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

/* ===============================
   Image animation
================================ */
.testimonial-img {
  width: 130px;
  opacity: 0;
  transform: translateX(-60px);
  animation: imgIn 0.7s ease forwards;
}

/* ===============================
   Text animation
================================ */
.testimonial-title,
.testimonial-text,
.testimonial-author {
  opacity: 0;
  transform: translateX(60px);
  animation: textIn 0.7s ease forwards;
  color: #fff;
  font-size: 36px;
}
.testimonial-text{
  font-size: 16px;
}

.testimonial-text {
  animation-delay: 0.1s;
}

.testimonial-author {
  animation-delay: 0.2s;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}

/* ===============================
   Animations
================================ */
@keyframes imgIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes textIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* ===============================
   Navigation
================================ */
.testimonial-nav {
  position: absolute;
  left: 25%;
  top: 100%;
}

.testimonial-nav button {
  background: #ff1949;
  color: #fff;
  border: none;
  font-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-nav button:hover {
  background: #ff6b81;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 768px) {
  .intro-sec {
    padding: 20px 0px;
}
.tour-title {
    font-size: 30px;
    font-weight: 700;
}

  .tour-title {
    font-size: 30px !important;
    font-weight: 700;
}
  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-img {
    margin-bottom: 20px;
  }
}
 /* =============================
   Video Section div
============================= */
.tour-section {
  padding: 100px 0;
  background: #fff;
}

.tour-title {
  font-size: 42px;
  font-weight: 700;
}

.tour-separator {
  width: 40px;
  height: 3px;
  background: #ff1949;
  margin: 20px 0;
}

.tour-text {
  color: #666;
  margin-bottom: 25px;
}

/* =============================
   List
============================= */
.tour-list {
  list-style: none;
  padding: 0;
}

.tour-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.tour-list i {
  color: #ff1949;
  font-size: 18px;
  margin-right: 12px;
}

/* =============================
   Video Box
============================= */
.video-box {
  position: relative;
  padding-left: 60px;
}

.video-box img {
  width: 100%;
  border-radius: 6px;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0,0,0,.2);
  animation: pulse 1.6s infinite;
}

.play-btn i {
  font-size: 32px;
  color: #ff1949;
}

/* Pulse */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,25,73,0.6); }
  70% { box-shadow: 0 0 0 25px rgba(255,25,73,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,25,73,0); }
}

/* =============================
   Responsive
============================= */
@media (max-width: 991px) {
  .video-box {
    padding-left: 0;
    margin-top: 40px;
  }
}

 /* =============================
   clients logo Section Background
============================= */
.clients-section {
  background-image: url('../img/pattern.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  overflow: hidden;
}

.clients-overlay {
  background: rgba(255,255,255,0.9);
  padding: 40px 0;
}

/* =============================
   Slider
============================= */
.clients-slider {
  width: 100%;
  overflow: hidden;
}

.clients-track {
  display: flex;
  width: max-content;
  animation: slideRTL 25s linear infinite;
}

.clients-slider:hover .clients-track {
  animation-play-state: paused;
}

/* =============================
   Logo Item
============================= */
.client-logo {
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.client-logo img {
  max-width: 100%;
  opacity: 0.6;
  transition: 0.3s ease;
}

.client-logo img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* =============================
   Animation (Right → Left)
============================= */
@keyframes slideRTL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* =============================
   Responsive
============================= */
@media (max-width: 768px) {
  .client-logo {
    min-width: 160px;
    padding: 0 15px;
  }
}

 /* =============================
   Parallax Section
============================= */
.apply-section {
   
  background:#fff ;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 0px 0px 50px;
}

/* Overlay */
.apply-section::before {
  content: "";
  position: absolute;
  inset: 0;
  
}

.apply-container {
  position: relative;
  z-index: 2;
}

/* =============================
   Left Block
============================= */
.apply-left {
  background:var(--primary);
  color: #fff;
  padding: 90px 70px;
  height: 90%;
  display: flex;
  align-items: center;
}

.apply-left h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

/* =============================
   Right Block (Form)
============================= */
.apply-right {
  background: #fff;
  padding: 70px;
  position: relative;
}

/* Arrow */
.apply-right::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 60px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}

.apply-right h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

/* =============================
   Form
============================= */
.apply-form input {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 0;
}

.apply-form button {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
}

.apply-form button:hover {
  background:#001be7;
}

/* =============================
   Responsive
============================= */
@media (max-width: 991px) {
  .apply-left {
    padding: 40px 20px;
    text-align: center;
  }

  .apply-right {
    padding: 20px 20px;
  }

  .apply-right::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .apply-left h2 {
    font-size: 32px;
  }
}
  /* =============================
   Footer
============================= */
.site-footer {
  background: #1d1d1d;
  color: #b6b6b6;
  font-size: 15px;
}

/* Top */
.footer-top {
  padding: 80px 0;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}

.footer-text {
  margin-bottom: 20px;
}

/* Contact */
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
}

/* Courses */
.footer-courses {
  list-style: none;
  padding: 0;
}

.footer-courses li {
  margin-bottom: 15px;
}

.footer-courses a {
  color: #b6b6b6;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.footer-courses span {
  font-size: 14px;
  color: #b6b6b6;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #b6b6b6;
  transition: 0.3s;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ff1949;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 25px 0;
}

.footer-bottom a {
  color: #b6b6b6;
  text-decoration: none;
}

.footer-phone {
  margin-right: 15px;
}

.footer-follow {
  margin-right: 10px;
}

/* Social */
.footer-social {
  margin-left: 8px;
  color: #b6b6b6;
  transition: 0.3s;
}

.footer-social:hover {
  color: #ff1949;
}
.swiper,
.swiper * {
  backface-visibility: hidden;
}
/* Responsive */
@media (max-width: 767px) {
  .footer-bottom-right {
    margin-top: 10px;
  }
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*============ About css ===========*/
.about-us-div{
  padding: 70px 0px;
}
.parallax-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax-bg {
  background-image: url('../img/About-us-title-img.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  transform: translateZ(0);
}

 .parallax-js {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding-top: 210px;
  font-size: 45px;
  font-weight: bolder;
  text-shadow: 1px 1px 5px #000;
}
.h-progress-wrap {
  max-width: 600px;
}

.h-progress {
  margin-bottom: 22px;
}

.h-progress-head {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 6px;
}

.h-progress-track {
  height: 8px;
  background: #eee;
  border-radius: 50px;
  overflow: hidden;
}

.h-progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #ff1949, #ff6a88);
  border-radius: 50px;
  animation: fillBar 1.4s ease forwards;
}

@keyframes fillBar {
  to {
    width: var(--value);
  }
}

/*============== Course list css ================*/
.course-list-div{
  background-image:url('../img/pattern.jpg') ;
  padding: 80px 0px;
}
.course-list-div h1{
  font-weight: bold;
    margin-bottom: 20px;
}
.course-list-div ul{
  margin: 0;
  padding: 0;
}
.course-list-div ul li{
  list-style: none;
  display: inline-block; 
  margin-right: 10px;
  position: relative;
   
}
.course-list-div ul li::after{
   content: '/';
   position: absolute;
   right: -12px; 
}
.course-list-div ul li:last-child::after{
   display: none;
   content: '';
   position: absolute;
   right: -12px; 
}

.course-list-div ul li a{
   color: var(--primary);
   text-decoration: none; 
}
.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-input {
  width: 100%;
  padding: 14px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: transparent;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 16px;
  color: #777;
  background: #fff;
  padding: 0 5px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s ease;
}

/* When input is focused or has value */
.form-input:focus + .form-label,
.form-input:valid + .form-label {
  top: -8px;
  font-size: 12px;
  color: var(--primary); /* Gmail blue */
}

.form-input:focus {
  border-color: var(--primary);
}
.contact-form button{
  background:var(--primary);
    border: none;
    color: #fff;
    padding: 14px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}
.contact-form button:hover{
   background-color: #e51642;
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	 
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
  background-color: var(--primary);
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.other-course{
  padding: 50px 0px;
  background-color: #efefef;
}
.extra-course{
  padding: 50px 0px; 
}
.extra-course .course-content{
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 9;
}
.extra-course .course-card::before{
  content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: linear-gradient(20deg, #ff1949, #fff0) !important;
    z-index: 1;
    opacity: 0;
    transition: 0.4s ease;
}
.extra-course .course-card:hover::before{
  opacity: 1;
}
.extra-course .course-card .course-category {
    position: absolute;
    top: 55px;
    right: 0px;
    background: var(--primary);
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 40px;
}
.extra-course .course-card .course-content .course-title a{
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000;
}
.extra-course .course-card .course-content .course-instructor {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
    text-shadow: 1px 1px 1px #000;
}
.extra-course .course-card .course-content .course-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
/* HERO SECTION */
.hero {
  width: 100%;
  height: 90vh;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Slide Background Images */
.slide-1 {
  background-image: url('../img/About-us-title-img.jpg');
}

.slide-2 {
  background-image: url('../img/Banner-2.jpg.jpeg');
}

/* Slide Content */
.slide-content {
  color: #fff;
  max-width: 600px;
  z-index: 2;
  padding: 20px;

  /* Desktop left */
  margin-left: 60px;
  text-align: left;
}

/* Heading & Paragraph */
.slide-content h1 {
  font-size: 48px;
  font-weight: 700;
}

.slide-content p {
  font-size: 18px;
}

/* Optional Overlay */
.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .swiper-slide {
    justify-content: center; /* Tablet & Mobile center */
  }
  .slide-content {
    margin-left: 0;
    text-align: center;
  }
  .slide-content h1 {
    font-size: 32px;
  }
  .slide-content p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .swiper {
    width: 100%;
    height: 100%;
    padding: 70px 0px;
    margin-top: -60px;
}
  .hero {
    height: 50vh;
  }
  .slide-content h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .slide-content p {
    font-size: 14px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}