* {
  box-sizing: border-box;
  font-family: "Belgrano", serif;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Belgrano", serif;
}

body {
  margin: 0;
  font-family: "Belgrano", serif;
}

html,
body {
  overflow-x: hidden;
}

h1 {
  font-size: 2.8125rem;
  margin: 0.625rem 0;
}

h2 {
  font-size: 1.875rem;
  margin: 0.5rem 0;
}

h3 {
  font-size: 1.3125rem;
  margin: 0.5rem 0;
}

h4 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

h5 {
  font-size: 1.125rem;
  margin: 0.9375rem 0;
}

h6 {
  font-size: 0.875rem;
  margin: 0.875rem 0;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

p {
  font-size: 1rem;
  line-height: 1.7rem;
}

.btn-danger {
  background-color: #f76e11;
  border-color: #f76e11;
}

.btn-danger:hover {
  background-color: #f3950d;
  border-color: #f3950d;
}

.btn-primary {
  background-color: #f3950d;
  border-color: #f3950d;
}

.btn-primary:hover {
  background-color: #f76e11;
  border-color: #f76e11;
}

#dopdownid ul li a {
  color: #000 !important;
  font-size: 16px;
  text-transform: uppercase;
}

.header-section {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-section .bg-white a {
  color: #000 !important;
}

.header-section .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.header-section .navbar .nav-item {
  transition: all 0.7s ease;
  padding-right: 1rem;
  padding-left: 1rem;
}

.header-section .navbar .activetab {
  background-color: #f76e11;
  color: #fff !important;
}

.header-section .navbar .header-login-btn {
  background: linear-gradient(135deg, #f76e11 0%, #f3950d 100%) !important;
  color: #fff !important;
  border: 2px solid transparent;
  padding: 8px 20px !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  height: auto !important;
  min-height: auto !important;
}

.header-section .navbar .header-login-btn i {
  margin-right: 6px;
}

.header-section .navbar .header-login-btn:hover {
  background: linear-gradient(135deg, #f3950d 0%, #f76e11 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 110, 17, 0.3);
  color: #fff !important;
}

.header-section .bg-white .header-login-btn {
  color: #fff !important;
  border-color: transparent;
}

.header-section .bg-white .header-login-btn:hover {
  background: linear-gradient(135deg, #f3950d 0%, #f76e11 100%) !important;
  color: #fff !important;
}

.header-section .fixed-nav .header-login-btn {
  color: #fff !important;
  border-color: transparent;
}

.header-section .fixed-nav .header-login-btn:hover {
  background: linear-gradient(135deg, #f3950d 0%, #f76e11 100%) !important;
  color: #fff !important;
}

.header-section .bg-dark {
  background-color: rgb(119 125 130 / 0%) !important;
}

.header-section .navbar-expand-sm .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-section .navbar-expand-sm .navbar-nav .nav-link:hover {
  background-color: #f76e11;
  color: #fff !important;
}

.header-section .navbar-brand {
  width: 127px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-section .logo-img {
  width: 65%;
}

.header-section nav ul li a {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
}

.header-section .fixed-nav {
  position: fixed;
  width: 100%;
  left: 0;
  transition: all 0.7s ease;
  right: 0;
  background: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 99;
}

.header-section .fixed-nav a {
  color: #000 !important;
}

.home-browse-video {
  background: #f3950d;
}

.home-browse-video .home-video-box {
  position: relative;
}

.home-browse-video .home-video-box .video-box-img {
  width: 100%;
  border-radius: 12px;
}

.home-browse-video .home-video-box .play-icon {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 30%;
  width: 20%;
  text-align: center;
  z-index: 1;
}

.home-browse-video .home-video-box .btn-video {
  border: 2px solid black;
  display: block;
  padding: 10px;
  font-size: 25px;
  color: #fff;
  border-radius: 12px;
}

.video-box-1 {
  margin-top: -110px;
  border: 5px solid white;
  margin-left: 10px;
  border-radius: 5px;
}

.home-browse-video .col-lg-4 {
  padding: 0;
}

.home-browse-video .why-choose-us-row {
  margin-top: 50px;
}

.home-browse-video .why-choose-us-row h1 {
  color: #fff;
}

.home-browse-video .why-choose-us-row p {
  font-size: 18px;
  color: #fff;
}

.why-choose-us {
  padding: 100px 0;
  background-image: url("../images/why-choose-us-bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-position: 50px;
  position: relative;
  background-position: 0px -268px;
}

.why-choose-us .why-choose-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.431372549);
}

.why-choose-us .why-choose-us-box {
  text-align: center;
  width: 300px;
  height: 350px;
  padding: 22px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.7s ease;
  box-shadow: inset -7px 20px 20px 10px rgba(78, 72, 72, 0.8784313725);
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.why-choose-us .why-choose-us-box img {
  width: 50px;
  filter: invert(1);
}

.why-choose-us .why-choose-us-box div {
  font-size: 22px;
  margin-top: 10px;
}

.why-choose-us .why-choose-us-box-bg {
  background-image: url("../images/why-choose-section-bg.jpg");
}

.bg-img-css {
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 341px;
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}

.course-category {
  padding: 20px 0 0;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 50%, #f3f0ff 100%);
  position: relative;
}

.course-category .category-box {
  width: 290px;
  height: 350px;
  padding: 22px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.7s ease;
  box-shadow: inset -7px 20px 20px 10px rgba(78, 72, 72, 0.8784313725);
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-category .category-box .category-icon-box {
  text-align: center;
}

.course-category .category-box .category-icon-box img {
  width: 50px;
}

.course-category .category-box .category-icon-box strong {
  font-size: 23px;
  padding-left: 8px;
}

.course-category .category-box-one {
  background-image: url("../images/category-box-one.jpg");
}

.course-category .category-box-two {
  background-image: url("../images/category-box-two.jpg");
}

.course-category .category-box-three {
  background-image: url("../images/category-box-three.jpg");
}

.course-category .category-box-two-wrapper {
  margin-top: 100px;
}

.home-services {
  background-image: url("../images/service_bg.jpg");
  background-position: top;
  padding: 60px 0;
  position: relative;
}

.home-services .home-services-overlay {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(65, 65, 65, 0.54);
}

.home-services .container {
  position: relative;
}

.home-services .service-box {
  width: 85%;
  height: 400px;
  padding: 22px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.7s ease;
  box-shadow: inset -7px 20px 20px 10px rgba(78, 72, 72, 0.8784313725);
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
}

.home-services .service-box .service-box-bg {
  background: rgba(64, 64, 64, 0.5019607843);
}

.home-services .service-box .service-icon-box {
  text-align: center;
}

.home-services .service-box .service-icon-box img {
  filter: invert(100%);
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.home-services .service-box .service-title {
  color: #fff;
  text-align: center;
}

.home-services .service-box .service-description {
  color: #fff;
  text-align: center;
}

.herobar {
  position: relative;
  min-height: 750px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

/* Video Background */
.herobar-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.herobar-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.herobar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 31, 58, 0.92) 0%, rgba(45, 53, 97, 0.88) 50%, rgba(61, 74, 122, 0.85) 100%);
  z-index: 1;
}

.herobar .container {
  position: relative;
  z-index: 10;
}

.herobar-content {
  max-width: 900px;
  margin: 0 auto;
}

.herobar-main-title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.herobar-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 40px;
}

.typing-text {
  display: inline-block;
  border-right: 3px solid rgba(255, 255, 255, 0.9);
  padding-right: 5px;
  animation: blink-cursor 0.8s step-end infinite;
}

.typing-text.typing-complete {
  border-right: none;
  animation: none;
}

@keyframes blink-cursor {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: rgba(255, 255, 255, 0.9);
  }
}

.herobar-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.herobar-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.herobar-btn-primary,
.herobar-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: none;
}

.herobar-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
}

.herobar-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.5);
  color: #ffffff;
}

.herobar-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.herobar-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
  color: #ffffff;
}

/* Legacy styles - keeping for backward compatibility */
.herobar .herobar-title {
  position: relative;
}

.herobar .herobar-title h3 {
  padding: 20px;
  background: rgba(247, 242, 242, 0.4392156863);
  display: inline-block;
  border-radius: 12px;
  margin-left: 0;
}

.herobar .herobar-title h1 {
  margin: 50px 0px;
}

.herobar .herobar-btn {
  position: relative;
}

.herobar .herobar-btn a {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 28px;
  border-radius: 12px;
}

.home-about-section {
  padding: 60px 0px;
}

.home-about-section img {
  width: 100% !important;
  height: auto !important;
}

#home-features {
  padding: 40px 0;
  background-color: #f8f9fa;
  position: relative;
}

#home-features .section-title {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

#home-features .section-para {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto 0;
}

#home-features .feature-box {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 16px;
  padding: 0 20px 0px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: calc(100% - 40px);
  position: relative;
  overflow: visible;
}

#home-features .icon-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin: 12px auto 25px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 8px 16px rgba(247, 110, 17, 0.15);
  border: 4px solid #f8f9fa;
  /* Matches bg color to look cutout */
  transition: all 0.4s ease;
}

#home-features .icon-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

#home-features .content-box {
  text-align: center;
  /* Center align looks cleaner for this card style */
}

#home-features .content-box h4.feature-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.4;
}

#home-features .content-box p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #666;
  margin-top: 0;
  text-align: justify;
}

#home-features .feature-box:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

#home-features .feature-box:hover .icon-box {
  box-shadow: 0 12px 24px rgba(247, 110, 17, 0.25);
  border-color: #fff;
}

#home-features .feature-box:hover .icon-box img {
  transform: scale(1.1);
}

#home-features .feature-box:hover h4.feature-title {
  color: #f76e11;
}

#home-features .section-cta-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #fff;
  border-left: 5px solid #f76e11;
  padding: 1.5rem 2rem;
  margin: 4rem auto 1rem;
  border-radius: 8px;
  max-width: 650px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav {
  display: block !important;
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #f76e11 !important;
  color: #ffffff;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-radius: 54px;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.owl-prev {
  left: -30px;
}

.owl-next {
  right: -30px;
}

.owl-prev i,
.owl-next i {
  color: #ffffff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}

/* Hide dots for courses slider */
.course-category .owl-dots {
  display: none !important;
}

/* ========================================
   SUPPORT SECTION STYLING
   ======================================== */

.support-section {
  background: #0d1b2a;
  /* Deep Navy */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* Background Pattern */
.support-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(247, 110, 17, 0.15) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(79, 70, 229, 0.15) 0%, transparent 20%);
  background-size: 100% 100%;
  pointer-events: none;
}

.support-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.support-inner>p:first-child {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f76e11;
  margin-bottom: 15px;
  display: inline-block;
}

.support-inner h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}

.support-inner>p:nth-child(3) {
  font-size: 1.1rem;
  color: #a0aec0;
  margin-bottom: 60px;
}

/* Support Cards - Glassmorphism */
.support-card {
  background: rgba(255, 255, 255, 0.03);
  /* Glass Effect */
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.support-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border-color: rgba(247, 110, 17, 0.5);
}

/* Icons */
.support-card .icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(247, 110, 17, 0.1);
  color: #f76e11;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(247, 110, 17, 0.1);
}

.support-card:hover .icon-wrapper {
  background: #f76e11;
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 20px rgba(247, 110, 17, 0.4);
}

.support-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.support-card .support-desc {
  color: #cbd5e1;
  /* Lighter text for dark bg */
  margin-bottom: 30px;
  font-size: 1rem;
}

/* Buttons */
.btn-primary-custom,
.btn-outline-custom {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #f76e11 0%, #ff9f43 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(247, 110, 17, 0.3);
}

.btn-primary-custom:hover {
  background: linear-gradient(135deg, #ff9f43 0%, #f76e11 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(247, 110, 17, 0.5);
}

.btn-outline-custom {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn-outline-custom:hover {
  border-color: #f76e11;
  color: #f76e11;
  background: rgba(247, 110, 17, 0.05);
}

.icon-wrapper .bi {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
  .support-section {
    padding: 60px 0;
  }

  .support-inner h2 {
    font-size: 2rem;
  }

  .support-card {
    padding: 30px 20px;
  }
}

.blog-section {
  padding: 30px 0;
}

.blog-section .blog-box {
  transition: all 0.5s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-section .blog-box .blog-img {
  width: 100%;
  height: 200px;
}

.blog-section .blog-box .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .blog-box .blog-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.blog-section .blog-box .blog-description {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-section .blog-box .blog-description .blog-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-section .blog-box .blog-description .blog-para {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: justify;
  flex-grow: 1;
}

.blog-section .blog-box .blog-description .blog-title a {
  text-decoration: none;
}

.blog-section .blog-box .blog-description .blog-meta {
  display: none;
}

.blog-section .blog-box .blog-description .blog-category {
  display: none;
}

.blog-section .blog-box .blog-description .blog-date {
  display: none;
}

.blog-section .blog-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-section .blog-box:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-page {
  padding-top: 120px;
  background-color: #efefef !important;
}

.blog-page .section-title h2 {
  color: #f76e11;
}

.blog-page .blog-box {
  margin-bottom: 25px;
}

.blog-page .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-page .pagination .page-link {
  color: #f76e11;
}

.blog-single {
  padding-top: 110px;
}

.blog-single .blog-article {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}

.blog-single .blog-article .article-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.blog-single .blog-article .article-title {
  padding: 15px 0 20px;
}

.blog-single .blog-article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-single .blog-article .article-title a {
  text-transform: uppercase;
  color: #231c17;
  text-decoration: none;
  font-size: 13px;
}

.blog-single .blog-article .article-title h2 {
  color: #f76e11;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
}

.blog-single .blog-article .article-title .blogcard {
  padding-top: 15px;
  border-bottom: 1px dashed #c9c8c8;
  padding-bottom: 20px;
}

.blog-single .blog-article .article-title .blogcard .user-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-single .blog-article .article-title .blogcard .user-img img {
  width: 100%;
}

.blog-single .blog-article .article-title .blogcard .blogcard-body {
  padding-top: 6px;
}

.blog-single .blog-article .article-title .blogcard .blogcard-body label {
  font-weight: 600;
  color: #f76e11;
  margin: 0;
}

.blog-single .blog-article .article-title .blogcard .blogcard-body span {
  display: block;
  font-size: 12px;
}

.blog-single .blog-article .article-content p {
  text-align: justify;
}

.blog-single .blogdetails {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.blog-single .blogdetails ul {
  margin-top: 10px;
}

.blog-single .blogdetails ul li a {
  text-decoration: none;
  color: #f76e11;
  line-height: 32px;
}

.blog-single .blogdetails ul li a:hover {
  color: #231c17;
}

.blog-sidebar .blogdetails-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f76e11;
  margin: 0;
  padding-top: 10px;
  padding-left: 15px;
}

.blog-sidebar .blogdetails-author .blogcard {
  margin-bottom: 15px;
  padding: 15px;
  text-align: justify;
}

.blog-sidebar .blogdetails-author .blogcard .blogcard-body {
  clear: both;
}

.blog-sidebar .blogdetails-author .blogcard .author-name {
  float: left;
}

.blog-sidebar .blogdetails-author p {
  font-size: 16px;
  margin: 0;
}

.blog-sidebar .blogdetails-author .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.blog-sidebar .blogdetails-author .author-img img {
  width: 100%;
}

.blog-sidebar .blogdetails-author h6 {
  font-weight: 600;
  color: #f76e11;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
  text-align: center;
}

.blog-sidebar .blogdetails-author h6 .author-designation {
  font-size: 16px;
}

.contact-map {
  padding-top: 80px;
}

.page-title {
  text-align: center;
}

.page-title h1 {
  color: #f76e11;
}

.page-title p {
  font-size: 18px;
}

.page-contact {
  padding: 60px 0;
}

.page-contact .container-border {
  border-radius: 20px;
}

.page-contact .contact-sidebar {
  background: #f76e11;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 520px;
  position: relative;
}

.page-contact .contact-sidebar .contact-info a {
  text-decoration: none;
  padding-left: 10px;
}

.page-contact .contact-sidebar .contact-info span {
  padding-left: 10px;
}

.page-contact .contact-sidebar .social-links {
  position: absolute;
  bottom: 30px;
}

.page-contact .contact-sidebar .social-links a {
  color: #f76e11;
  background: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 39px;
  padding: 3px;
  margin-left: 10px;
}

.page-contact .contact-wrapper .form-group {
  margin-bottom: 25px;
}

.page-contact .contact-wrapper .form-group label {
  margin-bottom: 4px;
  font-weight: 500;
}

.page-contact .contact-wrapper .form-group input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 3px;
}

.page-contact .contact-wrapper .form-group textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 3px;
}

.page-contact .contact-wrapper .form-btn {
  text-align: center;
}

.courses-page {
  position: relative;
  padding: 110px 0 0px;
}

.courses-page a {
  border-radius: 12px;
}

.courses-page img {
  width: 65%;
}

.courses-page .course-page-hero-content {
  padding: 81px 0px 0px;
}

.btn-default {
  border-color: #f76e11;
  color: #f76e11;
}

.course-listing {
  background: #f8ecec;
  padding: 40px 0 60px;
}

.course-listing .courses {
  padding: 30px 0;
}

.course-listing .courses .owl-prev {
  left: -50px;
}

.course-listing .courses .owl-next {
  right: -50px;
}

.course-listing .courses .blog-box {
  transition: all 0.5s ease;
  background: #fff;
  padding: 10px;
  height: 350px;
  border-radius: 15px;
}

.course-listing .courses .blog-box .blog-img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}

.course-listing .courses .blog-box .blog-img img {
  height: 200px;
}

.course-listing .courses .blog-box .blog-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.course-listing .courses .blog-box .blog-description .star-rating i {
  color: #f76e11;
}

.course-listing .courses .blog-box .blog-description .blog-title {
  margin-top: 20px;
}

.course-listing .courses .blog-box .blog-description .blog-para {
  margin-top: 20px;
}

.course-listing .courses .blog-box .blog-description .course-price {
  display: flex;
  justify-content: center;
  align-items: end;
  color: #f76e11;
  margin-top: 18px;
}

.course-listing .courses .blog-box .blog-description .course-price a {
  text-decoration: none;
  color: #fff;
  background: #f76e11;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: bolder;
}

.course-listing .courses .blog-box .blog-description .blog-title {
  text-align: center;
}

.course-listing .courses .blog-box .blog-description .blog-title a {
  text-decoration: none;
  color: #000;
}

.course-listing .courses .blog-box .blog-description .blog-title a:hover {
  color: #f76e11 !important;
}

.course-listing .courses .blog-box .blog-description .blog-category {
  text-decoration: none;
}

.course-listing .courses .blog-box .blog-description .blog-date {
  float: right;
}

.course-listing .courses .blog-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.course-listing .courses .blog-box:hover .blog-title a {
  color: #f76e11 !important;
}

.course-listing .courses .blog-box:hover .blog-img .overlay {
  opacity: 0.65;
}

.course-listing .usercourse {
  padding: 30px 0;
}

.course-listing .usercourse .owl-prev {
  left: -50px;
}

.course-listing .usercourse .owl-next {
  right: -50px;
}

.course-listing .usercourse .blog-box {
  transition: all 0.5s ease;
  background: #fff;
  padding: 10px;
  height: 350px;
  border-radius: 15px;
}

.course-listing .usercourse .blog-box .blog-img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}

.course-listing .usercourse .blog-box .blog-img img {
  height: 200px;
}

.course-listing .usercourse .blog-box .blog-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.course-listing .usercourse .blog-box .blog-description .star-rating i {
  color: #f76e11;
}

.course-listing .usercourse .blog-box .blog-description .blog-title {
  margin-top: 20px;
}

.course-listing .usercourse .blog-box .blog-description .blog-para {
  margin-top: 20px;
}

.course-listing .usercourse .blog-box .blog-description .course-price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #f76e11;
  height: 50px;
}

.course-listing .usercourse .blog-box .blog-description .course-price a {
  text-decoration: none;
  color: #fff;
  background: #f76e11;
  width: 40px;
  height: 40px;
  border-radius: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-weight: bolder;
}

.course-listing .usercourse .blog-box .blog-description .blog-title {
  text-align: center;
}

.course-listing .usercourse .blog-box .blog-description .blog-title a {
  text-decoration: none;
  color: #000;
}

.course-listing .usercourse .blog-box .blog-description .blog-title a:hover {
  color: #f76e11 !important;
}

.course-listing .usercourse .blog-box .blog-description .blog-category {
  text-decoration: none;
}

.course-listing .usercourse .blog-box .blog-description .blog-date {
  float: right;
}

.course-listing .usercourse .blog-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.course-listing .usercourse .blog-box:hover .blog-title a {
  color: #f76e11 !important;
}

.course-listing .usercourse .blog-box:hover .blog-img .overlay {
  opacity: 0.65;
}

.courses-herobar {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  min-height: 300px;
  width: 100%;
  padding: 140px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.courses-herobar::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;
}

.courses-herobar .section-title {
  position: relative;
  z-index: 1;
}

.courses-herobar h2 {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.courses-herobar p {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
  .courses-herobar {
    padding: 120px 0 50px 0;
    min-height: 250px;
  }

  .courses-herobar h2 {
    font-size: 36px;
  }

  .courses-herobar p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .courses-herobar {
    padding: 100px 0 40px 0;
    min-height: 200px;
  }

  .courses-herobar h2 {
    font-size: 28px;
  }

  .courses-herobar p {
    font-size: 14px;
  }
}

.aboutus-herobar h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.aboutus-herobar p {
  color: #fff;
}

.about-us-content {
  padding: 50px 150px;
  background: #faf9f9;
}

.about-us-content p {
  text-align: justify;
}

.about-title span {
  color: #f76e11;
}

.about-us-content .container .row {
  justify-content: center;
  align-items: center;
}

.about-inner-box {
  background-color: #e8ecee;
  margin-top: 30px;
  text-align: center;
  padding: 20px 15px;
  border-radius: 4px;
  transition: all .5s ease-in-out 0s;
}

.about-us-content-img img {
  border-radius: 12px;
}

#aboutwrapper {
  padding: 50px 150px;
}

.counter-section {
  padding: 50px 150px;
}

.counter-section .container .row {
  border-bottom: 1px solid lightgrey;
  min-height: 120px;
  justify-content: center;
  align-items: center;
}

.counting-title {
  color: #f76e11;
}

.rating-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating-stars {
  background: #f76e11;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  z-index: 15;
}

.stars-wrapper {
  background: #3d4d35;
  color: #ffbc23;
  padding: 6px 12px;
  margin-left: -6px;
  font-size: 12px;
  border-radius: 4px;
}

.logo-wrapper img {
  max-width: 125px;
  max-height: 50px;
  margin-top: 12px;
}

.class-schedule {
  margin-top: 10px;
}

.class-schedule .course-table-wrapper {
  margin-top: 10px;
}

.class-schedule .course-table-wrapper .tr-color {
  background: #347f2e;
  color: #fff;
}

.class-schedule .course-table-wrapper tbody,
.class-schedule .course-table-wrapper td,
.class-schedule .course-table-wrapper tfoot,
.class-schedule .course-table-wrapper th,
.class-schedule .course-table-wrapper thead,
.class-schedule .course-table-wrapper tr {
  text-align: center;
  vertical-align: middle;
}

.class-schedule .course-table-wrapper .course-price {
  display: block;
  margin-bottom: 10px;
}

.class-schedule .course-list-wrapper {
  line-height: 50px;
  padding: 1px;
}

.services-herobar {
  background-image: url("../images/services.jpg");
  height: 400px;
  width: 100%;
  padding: 110px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-herobar h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

#services img {
  transition: all 0.7s ease;
}

#services .blog-box:hover {
  transform: none;
}

#services .blog-box:hover img {
  transform: scale(1.1);
}

#services .blog-box .blog-img {
  overflow: hidden;
}

#services .blog-title a {
  color: #f76e11 !important;
}

#myfooter {
  background: #131516;
  padding: 0;
  color: #fff;
}

#myfooter .footer-top {
  background: #131516;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0 30px 0;
}

#myfooter .footer-top a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  line-height: 2rem;
}

#myfooter .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #403f3f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#myfooter .footer-top .social-links a:hover {
  background: #f76e11;
  color: #fff;
  text-decoration: none;
}

#myfooter .footer-top h3 {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

#myfooter .footer-top .footer-links {
  padding: 0;
  list-style: none;
}

#myfooter .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#myfooter .footer-top .footer-links ul i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

#myfooter .footer-top .footer-links ul li {
  padding: 0;
  margin-bottom: 12px;
}

#myfooter .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#myfooter .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

#myfooter .footer-top .footer-links ul a:hover {
  color: white;
  padding-left: 8px;
}

#myfooter .footer-top .footer-links ul a:hover i {
  transform: translateX(4px);
}

#myfooter .footer-top .footer-contact {
  margin-bottom: 30px;
}

#myfooter .contact-footer-i {
  font-size: 16px;
  color: #403f3f;
}

.top-padding {
  position: relative;
  padding: 150px 0 60px;
}

.dropdown-item {
  line-height: 30px;
}

.learning-btn {
  margin-top: 20px;
}

.course-box {
  transition: all 0.5s ease;
  background: #fff;
}

.course-box:hover {
  border-bottom: 5px solid #f76e11 !important;
  margin-bottom: -5px;
}

.course-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-description {
  text-align: center;
  padding: 10px
}

.course-description a {
  text-decoration: none;
}

.course-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.course-icon img {
  width: 40px;
  padding: 6px;
}

/*course details start here */

.main-section {
  background-image: url('../images/coursebg.jpg');
  background-size: 100%;
  position: relative;
}

.course-bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff8c00e0;
}

.course-container {
  position: relative;
  padding-top: 90px;
  padding-bottom: 22px;
}

.course-listing-heading {
  font-size: 30px;
  line-height: 45px;
}

.section-content {
  padding: 20px;
  color: white;
  display: inline-block;
}

.review-box {
  color: #fff;
  padding-top: 10px;
}

.buttons {
  display: block;
  margin-top: 20px;
}

.buttons button {
  padding: 10px 20px 10px 20px;
}

.img-responsive {
  height: 400px;
  width: 600px !important;
  border-radius: 12px;
}

.form {
  margin-top: 20px;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form label,
.form input,
.form textarea,
.form button {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.form label {
  font-weight: bold;
}

.form input,
.form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form button {
  background-color: #f76e11;
  color: white;
  padding: 4px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
}

.video {
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
  padding: 20px;
}

.video iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}

.form {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  color: black;
}

.form h2 {
  text-align: center;
  background-color: #f76e11;
  color: white;
  padding: 9px;
  font-size: 23px;
  margin-bottom: 20px;
}

.cta-1 {
  color: white;
  font-size: 16px;
  display: flex !important;
  align-items: center !important;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  height: 100% !important;
  padding: 5px 0;
}

.cta-text {
  padding-left: 10px;
  display: inline-block;
  color: #fff;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: -15px;
}

.cta-text span {
  color: #fff;
  margin-top: 23px;
  display: block;
}

.course-listing-header {
  padding: 20px;
  background: #f1f1f1;
}

.course-listing-header h3 {
  font-size: 22px;
  color: #2196f3;
  text-transform: uppercase;
}

.course-listing-header h2 {
  font-size: 32px;
  color: #292929;
  position: relative;
}

.course-listing-header h2:after {
  content: "";
  height: 3px;
  max-width: 100%;
  width: 120px;
  background: #2196f3;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0px;
  margin: 0 auto;
}

.course-listing-section.accordion-collapse {
  border: 0;
}

.course-listing-section.accordion-button {
  padding: 15px 0px 15px;
  font-weight: bold;
  border: 0;
  font-size: 18px;
  color: #333333;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.course-listing-section.accordion-button:focus {
  box-shadow: none;
}

.course-listing-section.accordion-button:not(.collapsed) {
  background: none;
  color: #1b6ce5;
}

.course-listing-section.accordion-body {
  padding: 15px 0px 15px;
}

/*course details end here */

.course-section a {
  text-decoration: none;
}

.course-section span {
  color: #000;
}

.whatsapp-msg {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  left: 15px;
}

.whatsapp-msg img {
  animation: imgzoomin 1.5s infinite;
  width: 45px;
}

@keyframes imgzoomin {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.2, 1.2)
  }

  100% {
    transform: scale(1, 1)
  }
}

.enroll-wrapper {
  width: 50%;
  margin: 0 auto;
}

.thankyou-icon {
  display: flex;
  justify-content: center;
}

.thankyou-icon i {
  font-size: 90px;
  border: 2px solid green;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 69px;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

@media (min-width: 576px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.accordion-item button {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.course-enroll {
  padding: 120px 0 60px;
}

.learningpage {
  padding: 83px 0 0px;
}

.sidebar-wrapper {
  background: #e5f0ff;
  padding: 0px;
  height: 600px;
  overflow-y: auto;
  margin-top: 0px;
}

.full-width {
  width: 100% !important;
  height: 500px !important;
}

.contact-info-payment {
  background-color: #f8f9fa;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.contact-info-payment strong {
  color: #dc3545;
}

.contact-info-payment p {
  font-size: 31px;
  line-height: 70px;
}

.content-thank h3 {
  font-size: 22px;
}

.course-fee-payment {
  margin-bottom: 15px;
}

.ytd-video iframe {
  width: 100%;
  height: 500px;
}

.home-video-box iframe {
  width: 100%;
  height: 250px;
}

.certificate-section {
  background-color: #f3f8e4;
  padding: 50px 0;
}

.certificate-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-image img {
  max-width: 100%;
  height: auto;
}

.benefit-icon {
  font-size: 24px;
  color: #4caf50;
  margin-right: 10px;
}

/* Modern Footer Styles */
.modern-footer {
  background: #131516;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 2px;
  position: relative;
}

.footer-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f3950d, #f76e11);
  margin-bottom: 25px;
  border-radius: 2px;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact-list li i {
  color: #f3950d;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-list li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
  color: #f3950d;
}

.view-all-link {
  color: #f3950d !important;
  font-weight: 600;
}

.view-all-link:hover {
  color: #f76e11 !important;
}

.footer-newsletter-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

.newsletter-form .input-group {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.newsletter-form .form-control {
  border: none;
  padding: 12px 16px;
  font-size: 14px;
}

.newsletter-form .form-control:focus {
  box-shadow: none;
}

.newsletter-form .btn {
  border: none;
  padding: 12px 20px;
  background: linear-gradient(135deg, #f3950d, #f76e11);
}

.newsletter-form .btn:hover {
  background: linear-gradient(135deg, #f76e11, #f3950d);
}

.social-title {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon.facebook {
  background: #3b5998;
}

.social-icon.instagram {
  background: #e1306c;
}

.social-icon.linkedin {
  background: #007bb5;
}

.social-icon.whatsapp {
  background: #25d366;
}

.social-icon:hover {
  transform: translateY(-3px);
  color: white;
  opacity: 0.9;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.support-section {
  background-image: url('../images/support-bg.png');
  background-size: 100%;
  position: relative;
  color: white;
  padding: 60px;
  text-align: center;
}

.support-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1d3557e3;
}

.support-section h2 {
  font-weight: bold;
}

.support-section p {
  margin-bottom: 40px;
  font-size: 20px;
}

.contact-info {
  font-size: 22px;
  font-weight: 500;
}

.contact-info i {
  margin-right: 8px;
}

.info-box {
  margin-bottom: 20px;
}

.right-b {
  border-right: 1px solid #ffffff7d;
}

.carousel-item {
  padding: 30px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
}

.carousel img {
  width: 80px;
  height: 80px;
}

.testimonial_wrapper {
  background: #e6e6e6 !important;
}

#testimonialCarousel .card {
  padding: 20px;
  border: none;
  /* Remove border for cleaner look */
  margin: 10px;
  /* Space between the cards */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Card shadow for elevation */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition for hover effect */
  height: 350px;
  overflow: hidden;
}

/* Hover effect for card */
#testimonialCarousel .card:hover {
  transform: translateY(-10px);
  /* Lift the card slightly on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Increase shadow on hover */
}

/* Slow and smooth transition */
.carousel-item {
  transition: transform 1.5s ease, opacity 1.5s ease;
  /* Adjust the duration to 1.5 seconds */
}

.home_form {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.home_form .form-group {
  margin-bottom: 25px;
}

.policy-header {
  background-color: #efefef;
  padding-top: 120px;
  padding-bottom: 35px;
}

.policy-content {
  padding: 40px 0;
}

.section-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.policy-list {
  margin-left: 20px;
}

.policy-list li {
  margin-bottom: 10px;
}

.section-divider {
  margin: 50px 0;
  border-bottom: 1px solid #ddd;
}

.terms-header {
  background-color: #efefef;
  padding-top: 120px;
  padding-bottom: 35px;
}

.terms-content {
  padding: 40px 0;
}

.section-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.terms-list {
  margin-left: 20px;
}

.terms-list li {
  margin-bottom: 10px;
}

.accordion-body {
  cursor: pointer;
}

/* Course Details Page Styles */
.custom-accordion .accordion-item {
  border: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-button {
  padding: 1.2rem;
  background: linear-gradient(to right, #ffffff, #f8f9fa);
  border: none;
  border-radius: 8px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(to right, #2c3e50, #34495e);
  color: white;
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  background-size: 1.2rem;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.module-button-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-title {
  font-size: 1.1rem;
  font-weight: 500;
}

.module-info {
  font-size: 0.9rem;
  opacity: 0.8;
}

.module-number {
  background: rgba(243, 149, 13, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  color: #f3950d;
}

.accordion-button:not(.collapsed) .module-number {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.lesson-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin: 8px 0;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.lesson-item:hover {
  background: linear-gradient(to right, #f3f4f6, #ffffff);
  transform: translateX(5px);
}

.lesson-icon {
  margin-right: 12px;
  color: #f3950d;
  font-size: 1.2rem;
}

.lesson-content {
  flex: 1;
}

.lesson-title {
  font-size: 1rem;
  color: #2c3e50;
  margin: 0;
}

.course-listing-header {
  color: #2c3e50;
  padding: 1.5rem;
  border-radius: 8px;
  background: linear-gradient(to right, #ffffff, #f8f9fa);
  margin-bottom: 2rem;
  font-weight: 600;
}

.custom-accordion .accordion-body {
  padding: 1.2rem;
  background: #ffffff;
}

.accord {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Full Course Section Styling */
.fullcourse-wrapper {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease;
}

.fullcourse-wrapper:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.course-content-header {
  margin-bottom: 2rem;
}

.content-title {
  color: #2c3e50;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.course-content-body {
  padding-top: 0.5rem;
  color: #4a5568;
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto;
}

/* Style common elements inside the course content */
.course-content-body h1,
.course-content-body h2,
.course-content-body h3,
.course-content-body h4 {
  color: #2c3e50;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.course-content-body h1 {
  font-size: 2rem;
}

.course-content-body h2 {
  font-size: 1.75rem;
}

.course-content-body h3 {
  font-size: 1.5rem;
}

.course-content-body h4 {
  font-size: 1.25rem;
}

.course-content-body p {
  margin-bottom: 1rem;
}

.course-content-body ul,
.course-content-body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.course-content-body li {
  margin-bottom: 0.5rem;
}

.course-content-body strong {
  color: #2c3e50;
  font-weight: 600;
}

.course-content-body a {
  color: #f3950d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.course-content-body a:hover {
  color: #f76e11;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fullcourse-wrapper {
    padding: 1.5rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .course-content-body {
    font-size: 1rem;
    line-height: 1.6;
  }

  .course-content-body h1 {
    font-size: 1.75rem;
  }

  .course-content-body h2 {
    font-size: 1.5rem;
  }

  .course-content-body h3 {
    font-size: 1.25rem;
  }

  .course-content-body h4 {
    font-size: 1.1rem;
  }
}

#login-dropdown a {
  color: #000 !important;
}

.edit-profile {
  padding-top: 150px;
  padding-bottom: 50px;
}

.bg-danger {
  background-color: #f76e11 !important;
}

.about-us-content-img img {
  max-width: 500px;
}

#aboutwrapper .logo-wrapper img {
  max-width: 200px;
}

/* Navbar Dropdown Toggle Styling */
.navbar .nav-link.dropdown-toggle {
  text-decoration: none !important;
  cursor: pointer;
}

.navbar .nav-link.dropdown-toggle:hover,
.navbar .nav-link.dropdown-toggle:focus {
  text-decoration: none !important;
}

.navbar .nav-item.dropdown {
  position: relative;
}

.navbar .dropdown-menu {
  background: linear-gradient(135deg, #1f1a17 0%, #2c3e50 100%) !important;
  border: none !important;
  border-top: 3px solid #f76e11 !important;
  border-radius: 12px !important;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4) !important;
  padding: 10px 0 !important;
  min-width: 280px;
  /* Reduced Spacing Fixes */
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important; /* Move closer to parent */
  /* Smooth Fade/Slide Animation */
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1000;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.navbar .dropdown-menu a,
.navbar .dropdown-item {
  color: #ffffff !important; /* Total force white text */
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  padding: 10px 25px !important;
  transition: all 0.3s ease !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  display: block !important;
  width: 100% !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Ensure icons and primary text are white */
.navbar .dropdown-menu i,
.navbar .dropdown-menu .text-primary {
  color: #ffffff !important;
}

.navbar .dropdown-item:last-child,
.navbar .dropdown-menu li:last-child a {
  border-bottom: none !important;
}

.navbar .dropdown-item:hover {
  background: rgba(247, 110, 17, 0.2) !important;
  color: #ffffff !important;
  padding-left: 32px !important;
}

/* Hover Accent bar removed as requested */

/* ========================================
   Offcanvas Mobile Navbar Styles
   ======================================== */

/* Offcanvas container - 80% width on mobile */
.offcanvas {
  width: 80% !important;
  max-width: 400px;
}

/* Offcanvas header styling */
.offcanvas-header {
  background-color: #f76e11;
  padding: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-header .offcanvas-title img {
  max-height: 50px;
  filter: brightness(0) invert(1);
}

.offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* Offcanvas body styling */
.offcanvas-body {
  background-color: #2c3e50;
  padding: 0;
}

.offcanvas-body .navbar-nav {
  width: 100%;
}

.offcanvas-body .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-body .nav-link {
  color: #fff !important;
  padding: 1rem 1.5rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.offcanvas-body .nav-link i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.offcanvas-body .nav-link:hover {
  background-color: #f76e11;
  padding-left: 2rem;
}

/* Courses accordion styling */
.offcanvas-body .collapse {
  background-color: #34495e;
}

.offcanvas-body .collapse .dropdown-item {
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.offcanvas-body .collapse .dropdown-item:hover {
  background-color: #f76e11;
  padding-left: 2rem;
}

/* User section styling */
.offcanvas-body .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.offcanvas-body .fw-bold {
  color: #f76e11 !important;
}

.offcanvas-body .btn-danger {
  margin: 0 1.5rem;
  width: calc(100% - 3rem);
}

/* Smooth slide animation */
.offcanvas.show {
  transform: translateX(0);
}

/* Backdrop */
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .offcanvas {
    width: 85% !important;
  }
}

/* Hide desktop navbar on mobile/tablet */
@media (max-width: 991px) {
  .navbar-collapse.d-none.d-lg-block {
    display: none !important;
  }
}

/* Show desktop navbar only on large screens */
@media (min-width: 992px) {
  .navbar-toggler.d-lg-none {
    display: none !important;
  }
}

/* Fix desktop navbar vertical alignment */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 0.9em;
  }
}

/* Fix footer links to be white and clickable */
.modern-footer .footer-links ul li a,
.modern-footer .footer-widget .footer-links ul li a,
#myfooter.modern-footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  cursor: pointer;
}

.modern-footer .footer-links ul li a:hover,
.modern-footer .footer-widget .footer-links ul li a:hover,
#myfooter.modern-footer .footer-links ul a:hover {
  color: white !important;
}

/* Newsletter button icon fix */
.newsletter-form .btn {
  border: none;
  padding: 12px 20px;
  background: linear-gradient(135deg, #f3950d, #f76e11);
  color: white !important;
}

.newsletter-form .btn:hover {
  background: linear-gradient(135deg, #f76e11, #f3950d);
}

.newsletter-form .btn i {
  color: white !important;
  font-size: 16px;
}

/* ========================================
   ABOUT & BLOG PAGE HERO SECTIONS
   ======================================== */

/* About Us Hero Section */
.aboutus-herobar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 30px;
  position: relative;
  overflow: hidden;
}

.aboutus-herobar .hero-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}

.aboutus-herobar .floating-shape {
  position: absolute;
  background: white;
  border-radius: 50%;
}

.aboutus-herobar .floating-shape:nth-child(1) {
  width: 250px;
  height: 250px;
  top: -80px;
  right: -80px;
  animation: float 6s ease-in-out infinite;
}

.aboutus-herobar .floating-shape:nth-child(2) {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: 15%;
  animation: float 8s ease-in-out infinite 1s;
}

.aboutus-herobar .floating-shape:nth-child(3) {
  width: 120px;
  height: 120px;
  top: 40%;
  right: 25%;
  animation: float 7s ease-in-out infinite 2s;
}

.aboutus-herobar .container {
  position: relative;
  z-index: 2;
}

.aboutus-herobar .badge {
  background: white;
  color: #f76e11;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 16px;
}

.aboutus-herobar .badge i {
  color: #f76e11;
}

.aboutus-herobar h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.aboutus-herobar h2 {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.95;
  line-height: 1.4;
}

.aboutus-herobar p {
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.aboutus-herobar .btn-light {
  border-radius: 12px;
  font-weight: 600;
}

.aboutus-herobar .btn-outline-light {
  border-radius: 12px;
  border-width: 2px;
  font-weight: 600;
}

/* Blog Hero Section */
.blog-herobar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 10px;
  position: relative;
  overflow: hidden;
}

.blog-herobar .hero-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}

.blog-herobar .floating-shape {
  position: absolute;
  background: white;
  border-radius: 50%;
}

.blog-herobar .floating-shape:nth-child(1) {
  width: 250px;
  height: 250px;
  top: -80px;
  right: -80px;
  animation: float 6s ease-in-out infinite;
}

.blog-herobar .floating-shape:nth-child(2) {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: 15%;
  animation: float 8s ease-in-out infinite 1s;
}

.blog-herobar .floating-shape:nth-child(3) {
  width: 120px;
  height: 120px;
  top: 40%;
  right: 25%;
  animation: float 7s ease-in-out infinite 2s;
}

.blog-herobar .container {
  position: relative;
  z-index: 2;
}

.blog-herobar .badge {
  background: white;
  color: #f76e11;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 16px;
}

.blog-herobar .badge i {
  color: #f76e11;
}

.blog-herobar h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.blog-herobar p {
  font-size: 18px;
  opacity: 0.95;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.course-badge {
  background: #4c5386 !important;
}

.fa-phone {
  transform: rotate(110deg);
}

/* Sticky Enrollment Form */
.sticky-form {
  position: fixed !important;
  top: 100px;
  width: 100%;
  max-width: 350px;
  z-index: 999;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ========================================
   Why Choose Us Section Styles
   ======================================== */

/* Modern Why Choose Us Section */
.modern-why-choose-us {
  background: #fff;
  position: relative;
  padding: 20px 0 50px;
}

.section-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
}

.highlight-text {
  color: #f76e11;
}

.section-subtitle {
  font-size: 18px;
  color: #6c757d;
}

/* Card Styles */
.why-choose-card {
  background: white;
  border-radius: 20px;
  padding: 60px 25px 0;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #f76e11;
  height: 100%;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.why-choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(247, 110, 17, 0.2);
  border-color: #f76e11;
}

/* Icon Wrapper */
.card-icon-wrapper {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f3950d 0%, #f76e11 100%);
  border-radius: 50%;
  padding: 18px;
  transition: all 0.4s ease;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 25px rgba(243, 149, 13, 0.4);
  border: 4px solid white;
  z-index: 1;
}

.card-icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #f76e11, #f3950d);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.why-choose-card:hover .card-icon-wrapper {
  box-shadow: 0 12px 35px rgba(243, 149, 13, 0.6);
}

.card-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.why-choose-card:hover .card-icon-wrapper img {
  transform: scale(1.1);
}

/* Card Content */
.why-choose-card>* {
  position: relative;
  z-index: 1;
}

/* Card Title */
.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.card-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f3950d, #f76e11);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.why-choose-card:hover .card-title {
  color: #f76e11;
}

/* Card Text */
.card-text {
  font-size: 15px;
  line-height: 1.8;
  color: #0c0a0a;
  text-align: justify;
}

/* Decorative Elements */
.why-choose-card .card-decoration {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(243, 149, 13, 0.1), rgba(247, 110, 17, 0.1));
  bottom: -30px;
  right: -30px;
  transition: all 0.4s ease;
}

.why-choose-card:hover .card-decoration {
  transform: scale(1.5);
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 991px) {
  .section-main-title {
    font-size: 36px;
  }

  .why-choose-card {
    padding: 55px 20px 30px;
  }
}

@media (max-width: 767px) {
  .section-main-title {
    font-size: 30px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .card-icon-wrapper {
    width: 75px;
    height: 75px;
    top: -37px;
  }

  .why-choose-card {
    padding: 50px 20px 0;
    margin-top: 40px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }
}


/* ========================================
   Courses Slider Styles (Slick Slider)
   ======================================== */

.courses-slider {
  margin: 0 -10px;
}

.course-slide {
  outline: none;
}

/* Courses Slider Navigation Arrows */
.courses-slider .slick-prev,
.courses-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.courses-slider .slick-prev {
  left: -50px;
}

.courses-slider .slick-next {
  right: -50px;
}

.courses-slider .slick-prev:before,
.courses-slider .slick-next:before {
  font-size: 40px;
  color: #f3950d;
}

/* Courses Slider Dots */
.courses-slider .slick-dots {
  bottom: -40px;
}

.courses-slider .slick-dots li button:before {
  font-size: 12px;
  color: #f3950d;
}

.courses-slider .slick-dots li.slick-active button:before {
  color: #f3950d;
}

/* Responsive - Courses Slider */
@media (max-width: 991px) {
  .courses-slider .slick-prev {
    left: -30px;
  }

  .courses-slider .slick-next {
    right: -30px;
  }
}

@media (max-width: 767px) {

  .courses-slider .slick-prev,
  .courses-slider .slick-next {
    width: 30px;
    height: 30px;
  }

  .courses-slider .slick-prev {
    left: -15px;
  }

  .courses-slider .slick-next {
    right: -15px;
  }

  .courses-slider .slick-prev:before,
  .courses-slider .slick-next:before {
    font-size: 30px;
  }
}

/* Scroll offset for anchor links to account for fixed header */
#coursesGrid {
  scroll-margin-top: 100px;
}

.already-registered-page {
  padding-top: 120px;
  margin-bottom: 20px;
}

.user-login-page {
  padding-top: 120px;
  margin-bottom: 20px;
}

.user-register-page {
  padding-top: 120px;
  margin-bottom: 20px;
}

/* User Registration Page Styles */
.user-register-page .register-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 4%;
}

.user-register-page .register-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  background: white;
}

.user-register-page .register-card .card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px 20px 0 0;
  padding: 30px;
  text-align: center;
}

.user-register-page .register-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.user-register-page .register-card .card-body {
  padding: 40px;
}

.user-register-page .form-group {
  position: relative;
  margin-bottom: 25px;
}

.user-register-page .form-group i {
  position: absolute;
  left: 15px;
  top: 43px;
  color: #667eea;
  font-size: 16px;
}

.user-register-page .form-control {
  border-radius: 10px;
  padding: 12px 15px 12px 45px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  font-size: 15px;
}

.user-register-page .form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.user-register-page .form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.user-register-page .btn-register {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  padding: 14px 40px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.user-register-page .btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: white;
}

.user-register-page .captcha-box {
  background: #f7fafc;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.user-register-page .captcha-question {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

.user-register-page .login-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.user-register-page .login-link:hover {
  color: #764ba2;
  text-decoration: none;
}

@media (max-width: 576px) {
  .user-register-page .register-card .card-body {
    padding: 30px 20px;
  }

  .user-register-page .register-title {
    font-size: 24px;
  }
}


/* User Login Page Styles */
.user-login-page .login-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 4%;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}

.user-login-page .login-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  background: white;
}

.user-login-page .login-card .card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px 20px 0 0;
  padding: 30px;
  text-align: center;
}

.user-login-page .login-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.user-login-page .login-card .card-body {
  padding: 40px;
}

.user-login-page .form-group {
  position: relative;
  margin-bottom: 25px;
}

.user-login-page .form-group i {
  position: absolute;
  left: 15px;
  top: 43px;
  color: #667eea;
  font-size: 16px;
}

.user-login-page .form-control {
  border-radius: 10px;
  padding: 12px 15px 12px 45px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  font-size: 15px;
}

.user-login-page .form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.user-login-page .form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.user-login-page .btn-login {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  padding: 14px 40px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.user-login-page .btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: white;
}

.user-login-page .forgot-password-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.user-login-page .forgot-password-link:hover {
  color: #764ba2;
  text-decoration: none;
}

.user-login-page .forgot-password-link i {
  font-size: 14px;
}

.divider {
  text-align: center;
  margin: 25px 0;
  position: relative;
}

.divider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.divider span {
  background: white;
  padding: 0 15px;
  position: relative;
  color: #718096;
  font-size: 14px;
}

@media (max-width: 576px) {
  .user-login-page .login-card .card-body {
    padding: 30px 20px;
  }

  .user-login-page .login-title {
    font-size: 24px;
  }
}


/* Already Registered Page Styles */
.already-registered-page .registered-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 4%;
}

.already-registered-page .registered-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  background: white;
  max-width: 600px;
  margin: 0 auto;
}

.already-registered-page .registered-card .card-header {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  border-radius: 20px 20px 0 0;
  padding: 40px;
  text-align: center;
}

.already-registered-page .warning-icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.already-registered-page .warning-icon i {
  font-size: 40px;
  color: #f59e0b;
}

.already-registered-page .registered-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.already-registered-page .registered-card .card-body {
  padding: 40px;
}

.already-registered-page .info-box {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.already-registered-page .info-box p {
  margin: 0;
  color: #92400e;
  line-height: 1.6;
}

.already-registered-page .contact-box {
  background: #f7fafc;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
}

.already-registered-page .contact-box strong {
  color: #667eea;
  font-size: 18px;
}

.already-registered-page .btn-login {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  transition: all 0.3s ease;
}

.already-registered-page .btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: white;
}

.already-registered-page .btn-home {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #2d3748;
  transition: all 0.3s ease;
}

.already-registered-page .btn-home:hover {
  border-color: #667eea;
  color: #667eea;
  background: #f7fafc;
}

@media (max-width: 576px) {
  .already-registered-page .registered-card .card-body {
    padding: 30px 20px;
  }

  .already-registered-page .registered-title {
    font-size: 24px;
  }

  .already-registered-page .btn-login,
  .already-registered-page .btn-home {
    width: 100%;
    margin-bottom: 10px;
  }
}

.demoheading {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
}

.video-card {
  border: 2px solid #e9ecef;
}

.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
  border-color: #f76e11;
}

.ratio-16x9 {
  position: relative;
  padding-bottom: 56.25%;
}

.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogslider .owl-dots {
  display: none !important;
}

.course-category h2 {
  font-size: 2rem;
}

/* ========================================
   Course Details Page Styles
   ======================================== */

/* Hero Section */
.course-details-herobar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 60px;
}

.course-details-hero-pattern {
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}

.course-details-floating-shape-1 {
  position: absolute;
  width: 250px;
  height: 250px;
  background: white;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  animation: float 6s ease-in-out infinite;
}

.course-details-floating-shape-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: white;
  border-radius: 50%;
  bottom: -40px;
  left: 15%;
  animation: float 8s ease-in-out infinite 1s;
}

.course-details-floating-shape-3 {
  position: absolute;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  top: 40%;
  right: 25%;
  animation: float 7s ease-in-out infinite 2s;
}

.course-details-container {
  z-index: 2;
}

.course-details-badge {
  color: #f76e11;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 16px;
}

.course-details-badge i {
  color: #f76e11;
}

.course-details-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.course-details-description {
  font-size: 1.2rem;
  opacity: 0.95;
  line-height: 1.7;
}

.course-details-info-badge {
  font-size: 15px;
  border-radius: 10px;
}

.course-details-price-badge {
  background: linear-gradient(135deg, #f3950d, #f76e11);
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
}

.course-details-btn-enroll {
  border-radius: 12px;
  font-weight: 600;
  color: #2c3e50 !important;
}

.course-details-btn-call {
  border-radius: 12px;
  border-width: 2px;
  font-weight: 600;
}

.course-details-image-wrapper {
  animation: fadeInUp 1s ease-out;
}

.course-details-image {
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* Animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accordion Section */
.course-details-accord {
  background: #f8f9fa;
}

/* FAQ Section */
.course-details-faq-section {
  background: #ffffff;
  padding: 30px 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.course-details-faq-title {
  font-size: 36px;
  font-weight: bold;
  color: #f76e11;
  margin-bottom: 15px;
}

.course-details-faq-subtitle {
  font-size: 18px;
}

.course-details-faq-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.course-details-faq-button {
  background: #f76e11;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}

.course-details-faq-question {
  font-size: 18px;
}

.course-details-faq-body {
  padding: 25px;
  background: #fff;
}

.course-details-faq-answer {
  font-size: 16px;
  line-height: 1.8;
}

/* FAQ Accordion - White chevron icon */

.course-details-faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Related Courses */
.course-details-related-price {
  font-size: 16px;
}

.fa-bars {
  color: orange;
  font-weight: bold;
}

/* ========================================
   Courses Page Styles
   ======================================== */

/* Hero Section */
.course-page-hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 100px 0 0;
}

.course-page-hero-pattern {
  top: 0;
  left: 0;
  opacity: 0.1;
}

.course-page-floating-shape-1 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 50%;
  top: -100px;
  right: -100px;
  animation: float 6s ease-in-out infinite;
}

.course-page-floating-shape-2 {
  position: absolute;
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  bottom: -50px;
  left: 10%;
  animation: float 8s ease-in-out infinite 1s;
}

.course-page-floating-shape-3 {
  position: absolute;
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 50%;
  top: 50%;
  right: 20%;
  animation: float 7s ease-in-out infinite 2s;
}

.course-page-container {
  z-index: 2;
}

.course-page-badge {
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  color: #f76e11;
}

.course-page-badge i {
  color: #f76e11;
}

.course-page-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.course-page-title-gradient {
  background: linear-gradient(90deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.course-page-description {
  font-size: 20px;
  opacity: 0.95;
  line-height: 1.7;
  max-width: 500px;
}

.course-page-btn-explore {
  border-radius: 12px;
  font-weight: 600;
}

.course-page-btn-contact {
  border-radius: 12px;
  border-width: 2px;
  font-weight: 600;
}

.course-page-stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #f76e11;
}

.course-page-hero-image-wrapper {
  animation: fadeInUp 1s ease-out;
}

.course-page-image-decoration {
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.1;
  border-radius: 20px;
  transform: rotate(-6deg);
}

.course-page-hero-image {
  max-width: 400px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* Course Cards */
.course-page-price {
  color: #f76e11;
}

.course-page-no-results-icon {
  font-size: 48px;
  color: #ccc;
}

/* Hover Effects */
.course-page-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-page-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Stats */
.course-page-stat-box {
  min-width: 120px;
}

.course-page-stat-box h3 {
  font-size: 32px;
  font-weight: 700;
}

/* Form Controls */
.course-page-input-group-text {
  background: white;
}

.course-page-form-control:focus,
.course-page-form-select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Course Image Wrapper */
.course-page-image-wrapper {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Badge */
.course-page-custom-badge {
  font-weight: 500;
  padding: 6px 12px;
}


/* ========================================
   Upcoming Classes Page Styles
   ======================================== */

/* Hero Section */
.upcoming-classes-page-herobar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 40px;
}

.upcoming-classes-page-hero-pattern {
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}

.upcoming-classes-page-floating-shape-1 {
  position: absolute;
  width: 250px;
  height: 250px;
  background: white;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  animation: float 6s ease-in-out infinite;
}

.upcoming-classes-page-floating-shape-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: white;
  border-radius: 50%;
  bottom: -40px;
  left: 15%;
  animation: float 8s ease-in-out infinite 1s;
}

.upcoming-classes-page-floating-shape-3 {
  position: absolute;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  top: 40%;
  right: 25%;
  animation: float 7s ease-in-out infinite 2s;
}

.upcoming-classes-page-container {
  z-index: 2;
}

.upcoming-classes-page-badge {
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  color: #f76e11;
}

.upcoming-classes-page-badge i {
  color: #f76e11;
}

.upcoming-classes-page-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.upcoming-classes-page-btn-browse {
  border-radius: 12px;
  font-weight: 600;
}

.upcoming-classes-page-count-badge {
  font-size: 14px;
  padding: 8px 16px;
}

.upcoming-classes-page-course-desc {
  font-size: 14px;
  line-height: 1.6;
}

.upcoming-classes-page-meta-text {
  font-size: 14px;
}

.upcoming-classes-page-price {
  font-size: 16px;
}

/* Pagination Styling */
.upcoming-classes-page-pagination {
  gap: 8px;
}

.upcoming-classes-page-pagination .page-item .page-link {
  border: 1px solid #dee2e6;
  color: #2c3e50;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.upcoming-classes-page-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #f3950d 0%, #f76e11 100%);
  border-color: #f3950d;
  color: white;
}

.upcoming-classes-page-pagination .page-item:not(.active) .page-link:hover {
  background: #f8f9fa;
  border-color: #f3950d;
  color: #f3950d;
}

.upcoming-classes-page-pagination .page-item.disabled .page-link {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #6c757d;
}

/* Responsive */
@media (max-width: 767px) {
  .upcoming-classes-page-pagination .page-item .page-link {
    padding: 6px 12px;
    font-size: 14px;
  }
}


/* ========================================
   Learning Page Styles
   ======================================== */

/* Content Protection - Disable Text Selection */
body.learning-page,
.learning-page * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Allow selection in input fields if needed */
.learning-page input,
.learning-page textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.learning-page {
  padding-top: 80px;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.learning-page-course-header {
  transition: all 0.3s ease;
}

.learning-page-course-header:hover {
  transform: translateY(-2px);
}

.learning-page-course-listing-top {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}

.learning-page .breadcrumb {
  margin-bottom: 0;
}

.learning-page .breadcrumb-item+.breadcrumb-item::before {
  color: #f3950d;
}

.learning-page .video-js {
  width: 100%;
  height: calc(100vh - 400px);
  min-height: 360px;
}

.learning-page-video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.learning-page-lesson-item {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.learning-page-lesson-item:hover {
  background-color: rgba(243, 149, 13, 0.1);
}

.learning-page-lesson-item.active {
  background: linear-gradient(90deg, #f3950d 0%, #f76e11 100%);
  color: white;
  border-left: 4px solid #f76e11;
  box-shadow: 0 2px 8px rgba(243, 149, 13, 0.2);
  transform: translateX(2px);
}

.learning-page-lesson-item.active i {
  color: white !important;
}

.learning-page-lesson-item.active .learning-page-lesson-number {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 700;
}

.learning-page-lesson-item.active .learning-page-lesson-duration {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Lesson Duration Badge */
.learning-page-lesson-duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #f8f9fa;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}

.learning-page-lesson-duration-badge i {
  font-size: 11px;
}

.learning-page-lesson-item.active .learning-page-lesson-duration-badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.learning-page-lesson-item:hover .learning-page-lesson-duration-badge {
  background: #e9ecef;
}

.learning-page-lesson-item.active:hover .learning-page-lesson-duration-badge {
  background: rgba(255, 255, 255, 0.25);
}

/* Lesson Numbering */
.learning-page-lesson-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Play Icon Enhancement */
.learning-page-lesson-item i.bi-play-circle-fill {
  font-size: 18px;
}

/* Now Playing Badge */
.learning-page-now-playing-badge {
  animation: learning-page-pulse 2s infinite;
}

@keyframes learning-page-pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Module Header Enhancements */
.learning-page .accordion-button {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
}

.learning-page .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.3);
}

.learning-page .accordion-button:not(.collapsed) .badge {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

/* Module Separators */
.learning-page .accordion-item {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 4px;
}

.learning-page .accordion-item:last-child {
  border-bottom: none;
}

/* Card Header Enhancement */
.learning-page .card-header {
  padding: 16px 20px;
}

.learning-page .card-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}

.learning-page .accordion-button:not(.collapsed) {
  background-color: #f3950d;
  color: white;
}

.learning-page .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(243, 149, 13, 0.5);
}

.learning-page .breadcrumb a {
  color: #f3950d;
  text-decoration: none;
}

.learning-page .breadcrumb a:hover {
  color: #f76e11;
}

.learning-page .text-primary {
  color: #f3950d !important;
}

/* Video Protection */
.learning-page video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Scrollbar styling */
.learning-page .card-body::-webkit-scrollbar {
  width: 6px;
}

.learning-page .card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.learning-page .card-body::-webkit-scrollbar-thumb {
  background: #f3950d;
  border-radius: 3px;
}

.learning-page .card-body::-webkit-scrollbar-thumb:hover {
  background: #f76e11;
}

/* Responsive */
@media (max-width: 991px) {
  .learning-page .video-js {
    height: 360px;
  }

  .learning-page .sticky-top {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 1rem;
  }

  .learning-page .card-body {
    max-height: 400px !important;
  }
}

/* ========================================


/* ========================================
   TOP HEADER BAR
   ======================================== */

.top-header-bar {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 8px 0;
  font-size: 13px;
  color: #ffffff;
  border-bottom: 2px solid #f76e11;
}

.top-header-left,
.top-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-header-right {
  justify-content: flex-end;
}

.top-header-bar i {
  color: #f76e11;
  font-size: 14px;
}

.top-header-bar a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.top-header-bar a:hover {
  color: #f76e11;
}

/* Responsive */
@media (max-width: 767px) {
  .top-header-bar {
    font-size: 11px;
    padding: 6px 0;
  }

  .top-header-bar i {
    font-size: 12px;
  }

  .top-header-left,
  .top-header-right {
    justify-content: center;
    gap: 5px;
  }
}

/* ========================================
   HOME BROWSE VIDEO SECTION (Course Demos)
   ======================================== */

.home-browse-video {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}

/* Section Heading */
.home-browse-video .demoheading {
  font-weight: 800;
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.home-browse-video .demoheading .highlight-text {
  color: #f76e11;
  position: relative;
}

/* Decorative underline for heading */
.home-browse-video .demoheading::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #f76e11;
  margin: 15px auto 0;
  border-radius: 2px;
}

.home-browse-video .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
}

/* Video Card Container */
.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
  height: 100%;
  margin-left: 10px;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #f76e11;
}

/* Video Aspect Ratio */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Watch Again Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  /* Controlled by JS */
  align-items: center;
  justify-content: center;
  z-index: 20;
}

/* Dark backdrop for overlay */
.video-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1;
}

/* Overlay Content (Button) */
.video-overlay .overlay-content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-overlay .btn-light {
  background-color: #f76e11;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(247, 110, 17, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.video-overlay .btn-light:hover {
  background-color: #e05d00;
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(247, 110, 17, 0.4);
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .home-browse-video .demoheading {
    font-size: 2rem;
  }

  .home-browse-video {
    padding: 50px 0;
  }
}

/* ========================================
   MODERN WHY CHOOSE US SECTION
   ======================================== */

.modern-why-choose-us {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.modern-why-choose-us .section-main-title {
  font-weight: 800;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.modern-why-choose-us .highlight-text {
  color: #f76e11;
  position: relative;
  display: inline-block;
}

/* Decorative underline for header */
.modern-why-choose-us .section-main-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #f76e11;
  margin: 15px auto 0;
  border-radius: 2px;
}

.modern-why-choose-us .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

/* CARDS */
.why-choose-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.why-choose-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.why-choose-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f76e11;
  border-radius: 0 0 16px 16px;
}

/* ICON WRAPPER */
.why-choose-card .card-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(247, 110, 17, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.why-choose-card:hover .card-icon-wrapper {
  background: #f76e11;
}

.why-choose-card .card-icon-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: invert(48%) sepia(35%) saturate(2256%) hue-rotate(344deg) brightness(98%) contrast(97%);
  /* Orange filter approx */
}

/* Invert icon to white on hover */
.why-choose-card:hover .card-icon-wrapper img {
  filter: brightness(0) invert(1);
}

/* TYPOGRAPHY */
.why-choose-card .card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.why-choose-card .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.7;
}

/* ============================================================
   HOMEPAGE REDESIGN 2026 — hp-* namespace
   ============================================================ */

/* ── CSS Variables ── */
:root {
  --hp-red: #f76e11;
  --hp-navy: #1f1a17;
  --hp-dark: #1d2940;
  --hp-gray: #F8F9FA;
  --hp-border: #e9ecef;
  --hp-text: #444;
  --hp-muted: #777;
  --hp-shadow: 0 4px 24px rgba(0, 0, 0, .08);
  --hp-shadow-hover: 0 12px 36px rgba(0, 0, 0, .14);
  --hp-radius: 14px;
  --hp-trans: all 0.3s ease;
}

/* ── Common Section Styles ── */
.hp-video-section,
.hp-why-section,
.hp-courses-section,
.hp-features-section,
.hp-blog-section,
.hp-testimonials-section,
.hp-contact-section {
  padding: 40px 0;
}

.hp-why-section,
.hp-features-section,
.hp-testimonials-section {
  background-color: var(--hp-gray);
}

.hp-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.hp-section-tag {
  display: inline-block;
  background: rgba(230, 57, 70, .1);
  color: var(--hp-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.hp-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--hp-navy);
  margin-bottom: 14px;
  line-height: 1.25;
}

.hp-accent {
  color: var(--hp-red);
}

.hp-section-subtitle {
  font-size: 1rem;
  color: var(--hp-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Primary Button ── */
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hp-red);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--hp-trans);
}

.hp-btn-primary:hover {
  background: #c0303c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 57, 70, .35);
}

/* ============================================================
   SECTION 1 — Video Cards
   ============================================================ */
.hp-video-card {
  border-radius: var(--hp-radius);
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  background: var(--hp-navy);
  transition: var(--hp-trans);
}

.hp-video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hp-shadow-hover);
}

.hp-video-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}

.hp-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hp-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.hp-overlay-content {
  text-align: center;
}

.hp-replay-btn {
  background: var(--hp-red);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--hp-trans);
}

.hp-replay-btn:hover {
  background: #c0303c;
  transform: scale(1.05);
}

/* ============================================================
   SECTION 2 — Why Choose Us Cards
   ============================================================ */
.hp-why-card {
  background: #fff;
  border-radius: var(--hp-radius);
  padding: 36px 28px;
  height: 100%;
  box-shadow: var(--hp-shadow);
  border-top: 4px solid transparent;
  transition: var(--hp-trans);
  position: relative;
  overflow: hidden;
}

.hp-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hp-red), #ff7582);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.hp-why-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hp-shadow-hover);
}

.hp-why-card:hover::before {
  transform: scaleX(1);
}

.hp-why-icon {
  width: 60px;
  height: 60px;
  background: rgba(230, 57, 70, .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: var(--hp-trans);
}

.hp-why-icon i {
  font-size: 1.5rem;
  color: var(--hp-red);
}

.hp-why-card:hover .hp-why-icon {
  background: var(--hp-red);
}

.hp-why-card:hover .hp-why-icon i {
  color: #fff;
}

.hp-why-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 12px;
}

.hp-why-text {
  font-size: 0.92rem;
  color: var(--hp-text);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   SECTION 3 — Popular Courses
   ============================================================ */
.hp-courses-section {
  background-color: #ffffff;
  position: relative;
}

/* ━━ UNIVERSE SKY PATTERN - Apply only to Popular Courses section ━━ */
.hp-courses-offline {
  background-color: #0b0e14; /* Deep space navy/black */
  position: relative;
  overflow: hidden;
}

.hp-courses-offline::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: 
    radial-gradient(1px 1px at 20px 30px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 40px 70px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1.5px 1.5px at 50px 160px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 90px 40px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 130px 80px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1.5px 1.5px at 160px 120px, #ffffff, rgba(0,0,0,0));
  background-size: 200px 200px;
  opacity: 0.3;
  z-index: 0;
}

/* Nebula-inspired subtle gradient overlay */
.hp-courses-offline::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(247, 110, 17, 0.1) 0%, transparent 50%);
  z-index: 1;
}

/* Ensure section stays on top */
.hp-courses-offline .container {
  position: relative;
  z-index: 2;
}

/* Make headings white for dark background */
.hp-courses-offline .hp-section-title,
.hp-courses-offline .hp-section-subtitle {
  color: #fff !important;
}

.hp-courses-offline .hp-section-tag {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.hp-course-card {
  background: #fff;
  border-radius: var(--hp-radius);
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  transition: var(--hp-trans);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hp-course-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hp-shadow-hover);
}

.hp-course-img {
  position: relative;
  overflow: hidden;
  height: 195px;
}

.hp-course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hp-course-card:hover .hp-course-img img {
  transform: scale(1.06);
}

.hp-course-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--hp-red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hp-course-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hp-course-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 8px;
  line-height: 1.4;
}

.hp-course-desc {
  font-size: 0.88rem;
  color: var(--hp-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.hp-course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--hp-border);
  padding-top: 14px;
  margin-top: auto;
}

.hp-course-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--hp-red);
}

.hp-course-btn {
  background: var(--hp-navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--hp-trans);
}

.hp-course-btn:hover {
  background: var(--hp-red);
  color: #fff;
  transform: translateX(3px);
}

/* ============================================================
   Certificate Section — hp-cert-*
   ============================================================ */
.hp-certificate-section {
  padding: 40px 0;
  background: #fff;
}

.hp-cert-benefits {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hp-cert-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.hp-cert-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
}

.hp-cert-icon-check {
  background: rgba(34, 197, 94, .12);
  color: #22c55e;
}

.hp-cert-icon-star {
  background: rgba(251, 191, 36, .12);
  color: #f59e0b;
}

.hp-cert-icon-brief {
  background: rgba(59, 130, 246, .12);
  color: #3b82f6;
}

.hp-cert-item-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 6px;
}

.hp-cert-item-content p {
  font-size: 0.9rem;
  color: var(--hp-text);
  line-height: 1.65;
  margin: 0;
}

.hp-cert-image-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.hp-cert-image-frame img {
  width: 100%;
  display: block;
}

.hp-cert-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--hp-red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ============================================================
   SECTION 5 — What We Offer
   ============================================================ */
.hp-features-section {
  background: var(--hp-gray);
}

.hp-feature-card {
  background: #fff;
  border-radius: var(--hp-radius);
  padding: 32px 26px;
  height: 100%;
  box-shadow: var(--hp-shadow);
  position: relative;
  overflow: hidden;
  transition: var(--hp-trans);
}

.hp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hp-shadow-hover);
}

.hp-feature-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(230, 57, 70, .08);
  line-height: 1;
  font-family: Georgia, serif;
}

.hp-feature-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #f76e11, #ff7582);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: var(--hp-trans);
}

.hp-feature-icon i {
  font-size: 1.35rem;
  color: #fff;
}

.hp-feature-card:hover .hp-feature-icon {
  transform: rotate(-6deg) scale(1.1);
}

.hp-feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 12px;
  line-height: 1.4;
}

.hp-feature-text {
  font-size: 0.88rem;
  color: var(--hp-text);
  line-height: 1.7;
  margin: 0;
}

.hp-features-cta {
  text-align: center;
  margin-top: 50px;
}

.hp-features-cta p {
  font-size: 1.05rem;
  color: var(--hp-text);
  margin-bottom: 16px;
}

/* ============================================================
   SECTION 6 — CTA / Support Banner
   ============================================================ */
.hp-cta-section {
  background: linear-gradient(135deg, var(--hp-navy) 0%, #1d2f52 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.hp-cta-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  pointer-events: none;
}

.hp-cta-tag {
  display: inline-block;
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .9);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.hp-cta-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.25;
}

.hp-cta-subtitle {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

.hp-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hp-cta-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  padding: 14px 20px;
  text-decoration: none;
  color: #fff;
  transition: var(--hp-trans);
  backdrop-filter: blur(4px);
}

.hp-cta-btn:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
  transform: translateY(-2px);
}

.hp-cta-btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.hp-cta-phone .hp-cta-btn-icon {
  background: rgba(34, 197, 94, .3);
  color: #4ade80;
}

.hp-cta-email .hp-cta-btn-icon {
  background: rgba(59, 130, 246, .3);
  color: #93c5fd;
}

.hp-cta-btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.hp-cta-btn-text small {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hp-cta-btn-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

/* ============================================================
   SECTION 7 — Blog Cards
   ============================================================ */
.hp-blog-section {
  background: var(--hp-gray);
}

.hp-blog-card {
  background: #fff;
  border-radius: var(--hp-radius);
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  transition: var(--hp-trans);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hp-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hp-shadow-hover);
}

.hp-blog-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.hp-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hp-blog-card:hover .hp-blog-img img {
  transform: scale(1.06);
}

.hp-blog-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--hp-red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
}

.hp-blog-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hp-blog-date {
  font-size: 0.8rem;
  color: var(--hp-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.hp-blog-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hp-navy);
  line-height: 1.4;
  margin-bottom: 10px;
}

.hp-blog-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s;
}

.hp-blog-title a:hover {
  color: var(--hp-red);
}

.hp-blog-excerpt {
  font-size: 0.88rem;
  color: var(--hp-muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.hp-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--hp-red);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: var(--hp-trans);
}

.hp-blog-link:hover {
  color: #c0303c;
  gap: 10px;
}

/* ============================================================
   SECTION 8 — Testimonials
   ============================================================ */
.hp-testimonials-section {
  background: var(--hp-gray);
}

.hp-testimonial-card {
  background: #fff;
  border-radius: var(--hp-radius);
  padding: 30px;
  box-shadow: var(--hp-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--hp-trans);
  border-bottom: 3px solid transparent;
}

.hp-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hp-shadow-hover);
  border-bottom-color: var(--hp-red);
}

.hp-testimonial-quote {
  font-size: 2.5rem;
  color: rgba(230, 57, 70, .15);
  line-height: 1;
  margin-bottom: 10px;
}

.hp-testimonial-rating {
  margin-bottom: 14px;
}

.hp-testimonial-rating i {
  color: #f59e0b;
  font-size: 0.85rem;
}

.hp-testimonial-text {
  font-size: 0.93rem;
  color: var(--hp-text);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 24px;
}

.hp-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--hp-border);
  padding-top: 16px;
  margin-top: auto;
}

.hp-testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--hp-red);
}

.hp-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-testimonial-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hp-verified {
  color: #3b82f6;
  font-size: 0.9rem;
}

.hp-testimonial-designation {
  font-size: 0.8rem;
  color: var(--hp-muted);
}

/* ============================================================
   SECTION 9 — Contact Form
   ============================================================ */
.hp-contact-section {
  background: #fff;
}

.hp-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .1);
  min-height: 540px;
}

.hp-contact-map {
  min-height: 420px;
}

.hp-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hp-contact-form-wrap {
  padding: 44px 40px;
  background: #fff;
}

.hp-contact-form-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--hp-navy);
  margin-bottom: 26px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--hp-border);
}

.hp-contact-alert {
  margin-bottom: 16px;
  font-size: 0.9rem;
  padding: 10px 16px;
  border-radius: 6px;
}

.hp-form-group {
  margin-bottom: 4px;
}

.hp-form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--hp-navy);
  margin-bottom: 6px;
  display: block;
}

.hp-form-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
  color: #333;
  background: #f9fafb;
  border: 1.5px solid #dde1e7;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  -webkit-appearance: none;
  appearance: none;
}

.hp-form-control:focus {
  border-color: var(--hp-red);
  box-shadow: 0 0 0 3px rgba(230, 57, 70, .12);
  background: #fff;
}

textarea.hp-form-control {
  resize: vertical;
}

.hp-spinner-wrap.d-none {
  display: none !important;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 991px) {
  .hp-section-title {
    font-size: 1.8rem;
  }

  .hp-cta-title {
    font-size: 1.5rem;
  }

  .hp-contact-wrapper {
    grid-template-columns: 1fr;
  }

  .hp-contact-map {
    min-height: 280px;
  }
}

@media (max-width: 768px) {

  .hp-video-section,
  .hp-why-section,
  .hp-courses-section,
  .hp-features-section,
  .hp-blog-section,
  .hp-testimonials-section,
  .hp-contact-section,
  .hp-certificate-section,
  .hp-cta-section {
    padding: 40px 0;
  }

  .hp-section-title {
    font-size: 1.6rem;
  }

  .hp-contact-form-wrap {
    padding: 28px 20px;
  }
}

/* Testimonial carousel slide spacing */
.hp-testimonials-section .slick-slide {
  padding: 0 10px;
}

.hp-testimonials-section .slick-list {
  padding: 12px 0 !important;
}

/* ============================================================
   Stats Counter Section — hp-stats-*
   ============================================================ */
.hp-stats-section {
  padding: 40px 0;
  background: linear-gradient(135deg, var(--hp-navy) 0%, #1d2f52 100%);
  position: relative;
  overflow: hidden;
}

.hp-stats-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(247, 110, 17, 0.06);
  pointer-events: none;
}

.hp-stats-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.hp-stats-section .hp-section-tag {
  background: rgba(247, 110, 17, 0.2);
  color: #f76e11;
}

.hp-stats-section .hp-section-title {
  color: #fff;
}

.hp-stats-section .hp-section-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

.hp-stat-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: var(--hp-trans);
  position: relative;
  overflow: hidden;
}

.hp-stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(247, 110, 17, .08), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hp-stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 110, 17, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.hp-stat-card:hover::before {
  opacity: 1;
}

.hp-stat-icon {
  width: 64px;
  height: 64px;
  background: rgba(247, 110, 17, 0.15);
  border: 1px solid rgba(247, 110, 17, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: #f76e11;
  transition: var(--hp-trans);
}

.hp-stat-card:hover .hp-stat-icon {
  background: #f76e11;
  color: #fff;
  box-shadow: 0 0 20px rgba(247, 110, 17, 0.5);
}

.hp-stat-number {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1px;
  font-family: 'Inter', sans-serif;
}

.hp-stat-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hp-stats-section {
    padding: 56px 0;
  }

  .hp-stat-number {
    font-size: 2rem;
  }

  .hp-stat-card {
    padding: 28px 16px;
  }
}

/* ── Counter JS (IntersectionObserver) ── */

/* ============================================================
   Terms & Conditions Page — tc-* namespace
   ============================================================ */

/* Hero */
.tc-hero {
  background: linear-gradient(135deg, var(--hp-navy) 0%, #1d2f52 100%);
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.tc-hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(247, 110, 17, 0.07);
  pointer-events: none;
}

.tc-hero-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tc-hero-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  margin: 12px 0 10px;
  line-height: 1.2;
}

.tc-hero-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 20px;
}

.tc-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.tc-meta span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, .55);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Body */
.tc-body {
  padding: 60px 0 80px;
  background: #f8f9fa;
}

/* Sticky TOC */
.tc-toc {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
  position: sticky;
  top: 90px;
}

.tc-toc-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--hp-navy);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tc-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-toc-list li {
  border-bottom: 1px solid #f0f0f0;
}

.tc-toc-list li:last-child {
  border-bottom: none;
}

.tc-toc-list a {
  display: block;
  padding: 8px 4px;
  font-size: 0.85rem;
  color: #555;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

.tc-toc-list a:hover {
  color: #f76e11;
  padding-left: 6px;
}

/* Content Sections */
.tc-section {
  background: #fff;
  border-radius: 14px;
  padding: 32px 36px;
  margin-bottom: 20px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .06);
  position: relative;
}

.tc-section-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(247, 110, 17, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #f76e11;
  margin-bottom: 14px;
}

.tc-section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f1f3;
}

.tc-section p {
  font-size: 0.94rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 12px;
}

.tc-section a {
  color: #f76e11;
  text-decoration: none;
  font-weight: 500;
}

.tc-section a:hover {
  text-decoration: underline;
}

/* List */
.tc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.tc-list li {
  font-size: 0.93rem;
  color: #555;
  line-height: 1.7;
  padding: 7px 0 7px 26px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}

.tc-list li:last-child {
  border-bottom: none;
}

.tc-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f76e11;
  opacity: .7;
}

/* Highlighted section */
.tc-highlight {
  border-left: 4px solid #f76e11;
}

/* Refund Policy Cards */
.tc-policy-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 18px 20px;
  height: 100%;
  border: 1px solid #e9ecef;
}

.tc-policy-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f76e11;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tc-policy-card p {
  font-size: 0.9rem;
  margin: 0;
}

/* Notes */
.tc-note {
  background: rgba(247, 110, 17, .06);
  border: 1px solid rgba(247, 110, 17, .2);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.88rem;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}

.tc-note i {
  color: #f76e11;
  margin-top: 2px;
  flex-shrink: 0;
}

.tc-note-warning {
  background: rgba(220, 53, 69, .05);
  border-color: rgba(220, 53, 69, .2);
}

.tc-note-warning i {
  color: #dc3545;
}

/* Contact Block */
.tc-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #e9ecef;
  height: 100%;
}

.tc-contact-item>i {
  font-size: 1.2rem;
  color: #f76e11;
  margin-top: 3px;
  flex-shrink: 0;
}

.tc-contact-item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tc-contact-item strong {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--hp-navy);
}

.tc-contact-item span {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
}

.tc-contact-item a {
  color: #f76e11;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .tc-hero {
    padding: 50px 0 44px;
  }

  .tc-hero-title {
    font-size: 2rem;
  }

  .tc-section {
    padding: 24px 20px;
  }

  .tc-body {
    padding: 40px 0 60px;
  }

  .tc-meta {
    gap: 14px;
  }
}

.header-section .fixed-nav .logo-img {
  width: 50%;
}
/* Select2 Custom Design */
.select2-container--default .select2-selection--single {
    height: 45px !important;
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    padding-top: 8px !important;
    transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f76e11 !important;
    box-shadow: 0 0 0 0.2rem rgba(247, 110, 17, 0.25) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    font-size: 15px !important;
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f76e11 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
}

.select2-dropdown {
    border: 1px solid #f76e11 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    margin-top: 5px !important;
    overflow: hidden !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 6px !important;
    padding: 8px 12px !important;
}

.select2-results__option {
    padding: 10px 15px !important;
    font-size: 15px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f76e11 !important;
    color: white !important;
}

.select2-container--default .select2-results__group {
    padding: 10px 15px !important;
    background-color: #f8f9fa !important;
    color: #f76e11 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}
