body {
  padding: 0;
  margin: 0;
}

:root {
  --main-color: #ff8a00;
  /* --light-color: #fcc531; */
  --light-color: #fe6600;
  --best-gradient-color: linear-gradient(135deg, #F89A33, #FDCF18);
  /* --orange-color: #f99f44; */
  --orange-color: #ffae00;
}

/* enquirypop start */
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--orange-color);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.btn-warning {
  background-color: var(--orange-color) !important;
}

.blog-warning {
  background-color: var(--orange-color) !important;
}

.btn-outline-secondary {
  border: 1px solid var(--light-color) !important;
}

.btn-outline-secondary:hover {
  background-color: var(--orange-color) !important;
}

.bg-primary {
  background-color: var(--main-color) !important;
}

/* navbar-start */

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--orange-color) !important;
}

/* Default Navbar */
.custom-navbar {
  transition: all 0.4s ease;
  background-color: transparent !important;
  padding: 15px 0;
}

/* When scrolled */
.custom-navbar.nav-scroll {
  background-color: #fff !important;
  padding: 1px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Optional: logo size shrink */
.custom-navbar.nav-scroll img {
  width: 80px;
  transition: 0.3s;
}

.sticky-navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* background-color: #000 ; */
}

.nav_bg {
  background-color: #f4c1c6;
}

.custom-dropdown .dropdown-toggle::after {
  border-top-color: f8cc2b !important;
  ;
  border-bottom-color: f8cc2b !important;
}

.navbar .nav-link {
  color: rgb(0, 0, 0) !important;
  font-weight: 600;
  font-size: 0.90rem;
}

/* Active menu color */
.navbar .nav-link.active {
  color: var(--light-color) !important;
}

/* Animation */
.nav-animate {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
  font-size: 1.1rem;
  margin-right: 1.5rem;
}

.nav-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0%;
  height: 2px;
  background-color: #fe6600;
  transition: width 0.3s ease-in-out;
}

.nav-animate:hover::after {
  width: 100%;
}

.nav-animate .dropdown-item {
  font-size: 1rem;
}

.nav-animate:last-child {
  margin-right: 0;
}

.navbar .nav-link.active::after {
  width: 100%;
}

/* navbar-end */


/* why-choose-us-section-start */
.why-choose-us-section {
  background-color: #fff1d0 !important;
}

.bi {
  color: var(--light-color) !important;
}

/* why-choose-us-section-end */

/* ===== Hero-Section-start ===== */

.btn-grad {
  background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);
}

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff !important;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 10px;
  display: block;
  font-size: 15px !important;
  font-weight: bold !important;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}


.btn-grad1 {
  background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);
}

.btn-grad1 {
  margin: 0px 13% !important;
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff !important;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 10px;
  display: block;
  font-size: 15px !important;
  font-weight: bold !important;
}

.btn-grad1:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.hero {
  background-image: url('/bg1.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px;
}

/* Hide carousel indicators & arrows */
.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

.carousel-item {
  transition: transform 1s ease-in;
}

/* ===== Wheel Container ===== */
.wheel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wheel {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  position: relative;
  border: 3px dashed var(--orange-color) !important;
}

/* ===== Technology Icons Around Wheel ===== */
.icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border: 5px solid var(--light-color) !important;
}

.icon i {
  font-size: 35px;
  /* color:  var(--orange-color)!important; */
}

.icon:hover {
  color: #564420;
}

/* Positioning of icons */
.icon-1 {
  top: -17px;
  left: 42%;
  transform: translateX(-50%);
}

.icon-2 {
  bottom: -26px;
  left: 44%;
  transform: translateX(-50%);
}

.icon-3 {
  bottom: 13px;
  left: 20%;
  transform: translateX(-50%);
}

.icon-4 {
  top: 40%;
  left: -17px;
  transform: translateY(-50%);
}

.icon-5 {
  top: 6%;
  left: 31px;
}

.icon-6 {
  bottom: 16%;
  right: 2%;
}

.icon-7 {
  top: 60%;
  left: -5%;
}

.icon-8 {
  top: 0px;
  left: 69%;
  transform: translateX(-50%);
}

.icon-9 {
  bottom: 70%;
  right: 2%;
}

.icon-10 {
  bottom: 43%;
  right: -5%;
}

.icon-11 {
  bottom: 0%;
  right: 23%;
}

/* ===== Laptop Image & Code Overlay ===== */
.center-image {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 148px;
}

.laptop-image {
  width: 100%;
  height: auto;
}

.code-overlay {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  height: 60%;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.code-content {
  color: #000;
  font-family: "Courier New", monospace;
  font-size: 12px;
  white-space: pre-wrap;
  animation: scrollUp 10s linear infinite;
}

/* Scroll animation for code */
@keyframes scrollUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

/* ===== Responsive (Hide wheel on mobile) ===== */
@media (max-width: 420px) {
  .hero {
    padding: 0;
  }

  .wheel-container {
    display: none;
  }
}



/* Hero wrapper */
.hero {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  /* full screen height */
  display: flex;
  align-items: center;
}

/* Make slider section take full height */
.slider-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 60vh;
  /* ensures tall enough */
  padding: 20px;
}

/* On smaller screens center text */
@media (max-width: 991px) {
  .slider-full {
    text-align: center;
  }
}

/* Hero End */


/* FAQ start */
.faq-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 50px 20px;
  border-radius: 12px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease-in-out;
}

.faq-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #343a40;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  background: #ffffff;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: var(--orange-color);
  color: #fff;
}

.accordion-item {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.accordion-item:hover {
  transform: scale(1.02);
}

.accordion-body {
  background: #fdfdfd;
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  animation: fadeIn 0.5s ease-in-out;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* FAQ.css */
.accordion-button::after {
  display: none !important;
  /* Hide default arrow */
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  /* Keep white bg when open */
  box-shadow: none !important;
}

/* 
.footer-link:hover {
  color: var(--light-color) !important !important;
  padding-left: 6px;
  transition: all 0.3s ease;
}

.footer-contant {
  font-size: 0.92rem;
  text-align: justify;
  color: #fff !important;
  word-spacing: -2px;
}

.social-icon:hover {
  transform: translateY(-3px);
}

.bg-danger {
  background-color:  var(--orange-color)!important;

}

.footer-name {
  color: var(--light-color) !important !important;
} */


/* footer section start */
/* Column spacing + alignment */
.footer-row {
  padding-bottom: 20px;
}

.footer-box {
  height: 100%;
}

.footer-heading {
  letter-spacing: 0.5px;
}

/* Footer Links */
.footer-link {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: var(--orange-color) !important;
  padding-left: 6px;
}

/* Content Text */
.footer-contant {
  font-size: 0.92rem;
  text-align: justify;
  word-spacing: -1px;
}

/* Contact text spacing */
.footer-contact {
  line-height: 1.6;
}

/* Social Icons */
.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0B0B0B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--orange-color);
  transform: translateY(-3px);
}

/* Bottom Section */
.footer-name {
  color: var(--orange-color) !important;
  font-weight: 600;
}

/* footer section end */


.review-card {
  transition: all 0.3s ease-in-out;
  border-top: 2px solid var(--orange-color) !important;
}

.review-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  background-color: var(--light-color) !important;
  color: white !important;
}

.review-card:hover small {
  color: white !important;
}

.user-icon {
  font-size: 3rem;
}

.demo-btn {
  background-color: var(--orange-color) !important;
  border: none !important;
}

.about-breadcrumb-section {
  /* background-image: url('../hero-banner.jpeg'); */
  background: #fff;
  background-size: cover;
  /* 🔥 covers entire section */
  background-position: center;
  /* keeps image centered */
  background-repeat: no-repeat;
  padding: 80px 0px 15px 0px;
  position: relative;
  margin-top: -15px;
  box-shadow: 1px 0px 4px 1px lightgray;
}

.main-breadcrumb-section {
  background: #fff;
  background-size: cover;
  /* 🔥 covers entire section */
  background-position: center;
  /* keeps image centered */
  background-repeat: no-repeat;
  padding: 80px 0px 50px 0px;
  position: relative;
  margin-top: -15px;
  box-shadow: 1px 0px 4px 1px lightgray;

}

/* .about-breadcrumb-section {
  min-height: 50vh;
} */

.heading-title {
  margin-top: 80px !important;
}

.about-text {
  color: var(--orange-color) !important;
}

.border-menu {
  border-left: 2px solid var(--orange-color) !important;
  border: none;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.about-title .highlight {
  color: #f4b445;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.breadcrumb-item a {
  text-decoration: none;
  font-weight: 600;
  color: #1a1a1a;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #999;
}

.breadcrumb-item.active {
  color: #666;
}

.section-title {
  font-weight: 700;
  margin-bottom: 25px;
  color: #002147;
}

.post-card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 10px;
}

.post-card .card-body {
  padding: 15px;
}

.post-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #002147;
}

.post-card .date-text {
  font-size: 14px;
  color: #f4b445;
  margin-bottom: 8px;
}

.post-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.event-card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.date-box {
  background: #f4b445;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.date-top {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  background: #f4b445;
  color: #111;
}

.date-bottom {
  font-size: 14px;
  font-weight: 600;
  background: #002147;
  color: #fff;
  padding: 6px 0;
}

.event-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #002147;
}

.event-card .time-text {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}


/* Latest Posts */
.post-card {
  border: none;
  background: #fff;
}

.post-date {
  color: #f0ad4e;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

/* Events */
.event-card {
  border: none;
  background: #fff;
}

.event-date-box {
  text-align: center;
  background: var(--orange-color);
  /* yellow */
  border-radius: 4px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-date-top {
  font-size: 1rem;
}

.event-year {
  background: #002147;
  /* dark navy blue */
  color: #fff;
  font-weight: bold;
  padding: 4px;
  margin-top: 5px;
  border-radius: 3px;
}

/* View All Button */
.view-btn {
  padding: 8px 25px;
  font-weight: bold;
}


/* By default icons keep spinning */
.bx-spin {
  animation-play-state: running !important;
}

/* When wheel is hovered, pause all icons */
.wheel:hover .bx-spin {
  animation-play-state: paused !important;
}




.map-section iframe {
  width: 100%;
  border: none;
}

button.btn-warning:hover {
  background-color: var(--orange-color) !important;
  border: none;
}

.map-section iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}



/* about page education start */

.edu-env-section {
  background: #ffffff;
}

/* ---------- TEXT ---------- */
/* .edu-title {
  font-size: 42px;
  font-weight: 800;
  color: #000;
}

.edu-title span {
  color: var(--orange-color);
} */

.edu-underline {
  width: 70px;
  height: 3px;
  background: var(--orange-color);
  margin: 18px 0;
}

.edu-text {
  /* color: #969696 !important; */
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}



/* ---------- DIAMOND IMAGES ---------- */
.diamond-container {
  position: relative;
  width: 100%;
  height: 460px;
}

.diamond {
  position: absolute;
  width: 170px;
  height: 170px;
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 20px;
}

.diamond img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  object-fit: cover;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* COLORS */
.blue {
  border: 7px solid var(--light-color) !important;
}

.green {
  border: 7px solid var(--orange-color);
}

.teal {
  border: 7px solid var(--orange-color) !important;
}

/* POSITIONS */
.big {
  width: 230px;
  height: 230px;
  right: 0;
  top: 80px;
}

.top {
  top: 0;
  left: 38%;
}

.left {
  top: 160px;
  left: 18%;
}

.bottom {
  top: 300px;
  left: 40%;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .diamond-container {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .diamond {
    position: static;
    transform: rotate(45deg);
  }
}

/* about page education end */


/* Blog page start */
/* Card wrapper */
.blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
}

/* Image */
.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 220px;
  /* SAME image height */
  object-fit: cover;
}

/* Date badge */
.date-box1 {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--light-color);
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 600;
}

.date-box1 span {
  display: block;
  font-size: 16px;
}

.date-box1 small {
  font-size: 12px;
}

/* Content */
.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* IMPORTANT for equal height */
}

/* Meta */
.blog-meta {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.blog-meta .bi {
  color: var(--orange-color);
  margin-right: 5px;
}

/* Title equal height */
.blog-content h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 48px;
  /* SAME title height */
}

/* Read more at bottom */
.read-more {
  margin-top: auto;
  /* PUSH TO BOTTOM */
  color: var(--orange-color);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.read-more:hover {
  text-decoration: underline;
}

/* Pagination */
.pagination-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination-wrap button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--orange-color);
  background: transparent;
  color: var(--orange-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-wrap button.active,
.pagination-wrap button:hover {
  background: var(--orange-color);
  color: #fff;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .blog-img img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .blog-img img {
    height: 180px;
  }

  .blog-content h5 {
    min-height: auto;
  }
}

/* contact page design start */

.course-wrapper {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

/* LEFT IMAGE */
.course-image-wrap {
  height: 100%;
}

.course-image {
  width: 100%;
  object-fit: cover;
  height: 50vh;
}

/* RIGHT PANEL */
.course-info-wrap {
  padding: 0px 28px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* INFO ROWS */
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #f8f9fa;
  margin-bottom: 12px;
  border-radius: 4px;
  font-size: 14px;
}

.info-row span {
  color: #6c757d;
}

.info-row strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* BUTTON */
/* .enroll-btn {
  margin-top: 18px;
  width: 100%;
  background-color:  var(--orange-color)!important;
  border: none !important;
  padding: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.enroll-btn:hover {
  background-color:  var(--orange-color)!important;
  color: #000 !important;
} */

/* ============================= */
/* RESPONSIVE FIXES */
/* ============================= */

@media (max-width: 991px) {
  .course-info-wrap {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .course-image {
    min-height: 260px;
  }

  .course-info-wrap {
    padding: 22px;
  }

  .info-row {
    font-size: 13px;
    padding: 12px 14px;
  }
}

@media (max-width: 575px) {
  .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .info-row strong {
    align-self: flex-end;
  }
}

.course-box {
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

/* TAB BUTTONS */
.course-tabs {
  display: flex;
  gap: 10px;
  border-bottom: none;
}

.tab-btn {
  font-size: 13px;
  font-weight: 600 !important;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  color: #000 !important;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

/* HOVER */

/* ACTIVE */
.course-tabs .nav-link.active {
  background: var(--light-color);
  color: #fff;
  border-color: var(--light-color);
}

/* Latest Courses */
.latest-course {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.latest-course img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.latest-course p {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
}

.price {
  font-size: 13px;
  color: var(--orange-color);
  font-weight: 600;
}

.price.free {
  color: var(--Warm-Amber-color);
}

/* Responsive */
@media (max-width: 768px) {
  .latest-course {
    align-items: center;
  }
}



/* Book a free for couses Datails page start */
.hero-section {
  position: relative;
  background: url("../about-img.jpg") center center / cover no-repeat;
  padding: 50px 0 !important;
  height: auto !important;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 75%);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-text {
  font-size: 15px;
  opacity: 0.85;
  max-width: 500px;
}

.info-box {
  background: #fff;
  color: #000;
  padding: 12px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.icon-circle {
  background: var(--main-color);
  color: #fff;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding-left: 3px;
}

.stats h3 {
  font-weight: 700;
  margin: 0;
}

.stats span {
  font-size: 14px;
  opacity: 0.8;
}

/* FORM CARD */
.consultation-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.form-tag {
  color: var(--main-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.consultation-card h3 {
  font-weight: 700;
}

.consultation-card input,
.consultation-card select {
  height: 48px;
  font-size: 14px;
}

/* .consult-btn {
  background-color: var(--main-color) !important;
  border: none !important;
  padding: 12px;
  font-weight: 600;
} */

/* .consult-btn:hover {
  background: var(--orange-color);
} */

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-left {
    margin-bottom: 40px;
  }
}


/* Contact start */
/* .contact-section {
  background: #d16464;
  box-shadow: 2px 1px 2px 2px lightgray;
} */

/* FORM CARD */
.contact-form-card {
  border-radius: 12px;
  background: #fbfbff !important;
  padding: 5px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e2e5ff;
}

.contact-form-card textarea {
  height: auto;
}

/* .send-btn {
  background:  var(--orange-color)!important;
  border: none !important;
  border-radius: 8px;
}

.send-btn:hover {
  background:  var(--orange-color) !important;
  color: #000 !important;
} */

/* INFO PANEL */
.contact-info-panel {
  background: var(--orange-color) !important;
  padding: 40px;
  border-radius: 16px;
  height: 100%;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.info-item i {
  font-size: 22px;
  background: rgb(255 255 255 / 23%);
  padding: 12px;
  border-radius: 10px;
  color: #fff !important;
}

.info-item h6 {
  margin-bottom: 4px;
  font-weight: 600;

}

.contact-head {
  color: var(--orange-color) !important;
}

.info-item p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-info-panel {
    margin-top: 30px;
  }
}

.ratio {
  height: 70vh;
}

/* Contact End */

/* main course breadcrumb start */

.breadcrumb-text {
  color: #fff;
  font-size: 14px;
}

.breadcrumb-text span {
  color: var(--orange-color);
  margin: 0 6px;
}

/* SEARCH SECTION */
.search-section {
  margin-top: -60px;
  padding-bottom: 60px;
}

/* WRAPPER */
.search-box-wrapper {
  background: var(--orange-color);
  padding: 70px 40px 50px;
  /* extra top padding for title */
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  /* center the box */
}

/* TITLE */
.search-title {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange-color);
  padding: 12px 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

/* INPUTS */
.search-input {
  height: 50px;
  border-radius: 0;
}

/* BUTTON */

.search-input {
  height: 50px;
  border-radius: 0;
  padding: 0 15px;
}

.search-input:focus {
  box-shadow: none;
  border-color: var(--light-color) !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .search-title {
    font-size: 18px;
    padding: 12px 25px;
  }
}

/* main couses breadcrumb end */

/* feature Courses start */
/* .featured-section {
  background: #f9eee5cc;
} */

/* IMAGE */
.course-image {
  position: relative;
}

.course-image img {
  width: 100%;
  border-radius: 2px;
  height: 50vh;
}


/* CONTENT */
.course-content {
  background: #fff1d0 !important;
  padding: 20px !important;
  height: auto !important;
  color: #000;
}

.course-content .featured-badge {
  background-color: var(--main-color) !important;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #fff !important;
}

.course-content h4 {
  margin-top: 10px;
  font-weight: 600;
  color: var(--light-color);
}

.course-content p {
  color: rgb(71, 71, 71);
  font-size: 14px;
  margin: 15px 0;
}

/* META */
.course-meta {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}



.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.author span {
  font-size: 13px;
}

.author small {
  display: block;
  color: #000;
}

/* REVERSE ON DESKTOP */
.course-row.reverse {
  flex-direction: row-reverse;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .course-row.reverse {
    flex-direction: column;
  }

  .course-content {
    margin-top: 20px;
  }
}

/* feature courses end */

/* Our courses start */
.course-card {
  transition: 0.3s ease;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Image wrapper */
.course-img {
  height: 100%;
}

.course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .course-img {
    height: 250px;
  }
}

.course-title {
  color: var(--orange-color) !important;
  /* Professional Orange */
}

.course-card:hover .course-title {
  color: #ff7a00;
  /* Slight darker orange on hover */
  transition: 0.3s ease;
}


.course-tab {
  border: 1px solid var(--orange-color) !important;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #fff !important;
  color: #000 !important;
}

.course-tab:hover {
  color: white !important;
  background-color: var(--orange-color) !important;
}

/* Active Tab */
.active-tab {
  background-color: var(--orange-color) !important;
  border-color: var(--orange-color) !important;
  color: white !important;
}

/* Hover Effect (both active + inactive) */


/* Optional: Inactive Tab Style */
.inactive-tab {
  background-color: transparent;
  color: #000000;
}

/* our courses end */

.content-wrapper {
  position: relative;
}

.toc {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.sticky-toc {
  position: sticky;
  top: 120px;
}

.toc-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.20rem;
  color: var(--orange-color);
}

.toc-list {
  list-style: none;
  padding: 0;
}

.toc-list li {
  margin-bottom: 10px;
}

.toc-list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.toc-list a:hover {
  color: #ff6600;
}

.highlight-card {
  border-left: 4px solid #ff6600 !important;
  background: #fff7f1;
}

.right-key {
  background-color: #fff;
  /* border: none !important; */
  border-left: 4px solid #ff6600 !important;

}

.right-key h4 {
  color: var(--orange-color) !important;

}

.right-key p {
  line-height: 1rem;
}

/* pop start */

.form-select:focus {
  border-color: none !important;
  box-shadow: none !important;
}