* {
  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 {
  min-height: 90px;
  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: 16px;
  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: #fff !important;
  width: 30px !important;
  height: 45px !important;
  font-size: 26px !important;
  border-radius: 5px;
  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: #f76e11;
}

/* 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: 50px;
}

.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: right;
}

.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: block;
  border-left: 2px solid #e6e6e6cf;
}

.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: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  transform: translateY(-4px);
  color: white;
}

.social-icon.facebook:hover {
  background: #1877f2;
}

.social-icon.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.linkedin:hover {
  background: #0077b5;
}

.social-icon.whatsapp:hover {
  background: #25d366;
}

.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 {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  margin-top: 0;
  min-width: 200px;
}

.navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  color: #000 !important;
}

.navbar .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #dc3545 !important;
  padding-left: 1.75rem;
}

/* ========================================
   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: 90px;
  }
}

/* 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;
}