.z-100 { z-index: 100; }
a { text-decoration: none !important; }
body { background: #fff5d8 !important; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none !important; }

/*=========================================*/
.header-area{ position: relative; z-index: 100; }

.hhf-header {
  background: #1c1c1c;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000 !important;
  height: 100px;
}
.navbar-dark .navbar-brand { padding: 0 !important; }
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
  color: #f7c948 !important;
}
.navbar-expand-lg{padding: 0 !important;}
.navbar.navbar-expand-lg.navbar-dark {  width: 90% !important;  margin: 0 auto; }

.hhf-header .navbar-nav .nav-link {
  padding: 0 1.50rem !important;
}
/* Logo */
.logo-img {
  height: 96px;
 
}

/* Nav List */
.main-nav-list > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.main-nav-list > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-nav-list > li:hover > a,
.main-nav-list > li.active > a {
  color: #f2e88b;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none;
  padding: 10px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 8px 20px;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
}

.dropdown-menu li:hover a {
  color: #ff914d;
}

/* Profile Dropdown */
.profile-dropdown {
  right: 0;
  left: auto;
  min-width: 200px;
}

/* Mobile Toggler */
.classy-navbar-toggler {
  display: none;
}
.hhf-header .navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}



  .classy-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
  }

  .classy-menu.open {
    display: flex;
  }

  .main-nav-list {
    flex-direction: column;
    padding: 10px 20px;
  }

  .main-nav-list > li {
    margin: 10px 0;
  }


/*=========================================*/
.hero-area1{height: auto !important;}
.hero-area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.background-video {
  width: 100%;
}
/*============================================*/



.section-tag {
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.about-text-box {
  z-index: 2;
  background: #fff;
  border-left: 5px solid #f7c948;
  transition: transform 0.3s ease;
}

.about-section .highlight {
  color: #f7c948;
}

.about-section .image-wrapper {
  display: inline-block;
}



.about-section .quote-box {
  border-left: 4px solid #f7c948;
  padding-left: 15px;
}
.quote-box.border.border-warning.p-4.mt-4 {
  border: 1px dashed #f7c948 !important;
}

/*===========================================*/

.intro-video-grid.py-5.bg-light.position-relative {
  background: #fffaeb !important; overflow: hidden;
}
.about-text-box.bg-light.p-4.p-md-5.rounded.shadow-lg {
 background: #fffaeb !important;
}

.section-header h2 {
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #f7c948;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.video-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.video-thumb video {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
/*=====================================================*/

/*.history-section {*/
/*  background: linear-gradient(to right, #fdfdfd, #f9f9f9);*/
/*}*/

.history-img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.history-img-wrapper:hover {
  transform: scale(1.03);
}

.overlay-tag {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px inherit;
  font-weight: 600;
  border-radius: 7px;
  width: 90px;
  display: grid;
  place-content: center;
  margin: 0.40rem 0;
}

.history-text h6 {
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.history-text .btn-warning {
  background-color: #c89300;
  border-color: #c89300;
  font-weight: 500;
  transition: background 0.3s ease;
}

.history-text .btn-warning:hover {
  background-color: #c89300;
  border-color: #c89300;
}
.view-btn-container {
  padding: 0 0.7rem;
}
/*==================================================*/
.quote-carousel-section.py-5.bg-white.position-relative {
  background: #fff5d8 !important;
}
.quote-card {
 position: relative;
  height: 230px;
  padding: 2rem;
  border-radius: 12px;
  background: #fffaeb;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #d09c00 !important;
}

/* Abstract Circle Shape - Top Left */
.quote-card::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: #f7c948;
  border-radius: 50%;
  opacity: 0.25;
  z-index: 0;
}

/* Abstract Blob or Circle - Bottom Right */
.quote-card::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: #c8c8c8;
  border-radius: 50%;
  opacity: 0.2;
  transform: rotate(15deg);
  z-index: 0;
}

/*.quote-carousel-section .owl-carousel .owl-stage-outer {  padding: 2rem; }*/

.quote-carousel-section.py-5.bg-white.position-relative {
  background: #fffaeb !important;
}
.quote-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
}

.author {
  font-weight: bold;
  color: #222;
  margin-top: 15px;
}


.quote-icon.mb-3 {
  position: absolute;
  bottom: 0;
  left: 11px;
}
.fas.fa-quote-left.fa-2x.text-warning {
  font-size: 100px;
  color: rgba(255, 193, 7, 0.2) !important;
}
/*=================================================*/

.section-title {
  font-size: 2rem;
  color: #1c1c1c;
}

.highlight {
  color: #f7c948;
}

.course-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.course-card img {
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.course-card .card-body {
  padding: 1rem;
}

.badge-warning {
  background-color: #f7c948;
  color: #1c1c1c;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 20px;
}

/*======================================*/
.course .grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.course .card {
  position: relative;
  background: #fffaeb;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border: 1px solid #f7c948;
}

.course .card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #f7c948, #fe543d);
  opacity: 0.15;
  border-radius: 50%;
  z-index: 0;
}

.course .card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.course .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.course .card-body {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}
#course {  margin: 3rem; }

.course .module1, .course .module2, .course .module3 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  color: white;
}

 .module1, .module-title { background-color: #c89300; }
 .module2 { background-color: #c89300; }
 .module3 { background-color: #c89300; }

.course .title-card {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #222;
}

.course .module-des {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
  height: 100px;
}

.course .card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1rem;
}

.course .card-footer i {
  margin-right: 5px;
  color: #c89300;
}

/*.course .view-btn-container {*/
/*  text-align: right;*/
/*}*/

.course .view-btn {
  font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.course .view-btn:hover {
 color: #2f2b20;
}

/*=====================================================*/

#teacing {
  padding: 4rem 0;
  position: relative;
  background: #fffaeb;
  overflow: hidden;
}


/* Teaching Image */
.teaching-img img {
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}


/* Heading */
/*#teacing h2 {*/
/*  font-size: 2.2rem;*/
/*  font-weight: bold;*/
/*  margin-bottom: 1rem;*/
/*  background: linear-gradient(90deg, #f7c948, #fe543d);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

/* Content */
.teaching-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  #teacing h2 {
    font-size: 1.6rem;
    text-align: center;
  }

  .teaching-content p {
    font-size: 1rem;
    text-align: center;
  }

  .teaching-img {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/*============================================*/

.achievements-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

/* Optional creative blob-like shape using solid color */
.teacing{
  position: relative;
  overflow: hidden;

}
/*.teaching-img::before,*/
/*.teaching-img::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  border-radius: 50%;*/
/*  opacity: 0.08;*/
/*  z-index: 0;*/
/*}*/

/*.teaching-img::before {*/
/*  width: 200px;*/
/*  height: 200px;*/
/*  background-color: #f7c948; */
/*  top: -60px;*/
/*  left: -60px;*/
/*}*/

/*.teaching-img::after {*/
/*  width: 250px;*/
/*  height: 250px;*/
/*  background-color: #fe543d; */
/*  bottom: -80px;*/
/*  right: -80px;*/
/*}*/

/* Content */
.achievement-content {
  position: relative;
  z-index: 1;
}

.achievement-content h3 {
 font-size: 0.85rem !important;
  color: #ffc107 !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.achievement-content h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 1rem;
}

.achievement-content h2 .highlight {
  color: #f7c948;
}

.achievement-desc {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.all-posts-btn {
  display: inline-block;
  background-color: #f7c948;
  color: #fff;
  padding: 0.7rem 1.4rem;
  font-size: 0.95rem;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.all-posts-btn:hover {
  background-color: #f7c948;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Image Styles */
.achievement-image-wrapper {
  position: relative;
  z-index: 1;
}

.achievement-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: scale(1);
  transition: transform 0.4s ease; background: #ffeaaf;
}

.achievement-image-wrapper img:hover {
  transform: scale(1.03);
}

/*============================================*/

.video-slider {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header-shorts h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2rem;
}

.header-shorts .highlight {
  color: #fe543d;
}

/* Video Card Design */
.video-slider.py-5.bg-light {
background-image: url('/assets/website/img/about.jpg') !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.video-slider.py-5.bg-light:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 223, 132, 0.2), rgba(255, 238, 190, 0.2));
  z-index: 1;
}
.video-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.video-card.shadow-sm.p-3.rounded-4.bg-white.h-100.d-flex.flex-column.align-items-center {
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
align-items: normal !important;
}
.video-slider.py-5.bg-light .container{
    position: relative;
  z-index: 10;

}
.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.video-wrapper video {
  border-radius: 12px;
  transition: all 0.3s ease;
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

/* Title Styling */
.video-card h5 {
  font-size: 1rem;
  color: #fff !important;
  margin-top: 1rem;
  text-align: left !important;
  font-weight: 600;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .header-shorts h2 {
    font-size: 1.6rem;
  }

  .video-card h5 {
    font-size: 0.95rem;
  }
}
/*=================================================*/

.popular-posts {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header-blog h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}

.header-blog .highlight {
  color: #fe543d;
}

.all-posts-btn {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f7c948;
  text-decoration: none;
  border: 1px solid #c89300;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none !important;  background-color: #c89300;
}

.all-posts-btn:hover {
  background-color: #c89300;
  color: #fff;
}

/* Blog Card */
.blog-card {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Blog Image */
.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

/* Post Content */
.post-content {
  padding: 1.2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.post-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.post-title.mb-2 {
  height: 37px;
}

.post-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.post-meta {
  margin-top: auto;
  font-size: 0.85rem;
  color: #888;
}

/* Read More Button */
.read-more-btn {
  font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  color: #2f2b20;
}
.card.blog-card.h-100 {
  background: #fffaeb;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border: 1px solid #f7c948;
}

.read-more-btn:hover::after {
  right: 0;
  opacity: 1;
}
/*====================================================*/

.hhf-footer {
  background-color: #1e1e1e;
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: 'Segoe UI', sans-serif;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h5.footer-heading1 { margin: 3rem 1rem; }

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ddd;
}

/* Contact Info Icons */
.footer-icon i {
  font-size: 1.4rem;
  color: #f7c948;
  margin-top: 4px;
}

/* Social Icons */
.social-icons a {
 color: #ffffff;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-right: 20px;
  height: 40px;
  width: 40px;
  border: 1px solid;
  border-radius: 5px;
  display: grid;
  place-content: center;
  margin-top: 2rem;
}

.social-icons a:hover {
  color: #f7c948;
  transform: scale(1.2);
}

/* Bottom Footer */
.footer-bottom {
  font-size: 0.85rem;
  color: #bbb;
  border-top: 1px solid #444;
  padding-top: 1rem;
}
.footer-icon.me-3 {
  height: 50px;
  width: 50px;
  border: 1px solid #f7c948;
  display: grid;
  place-content: center;
  border-radius: 50%;
  margin: 1rem 0;
}
p.footer-text{margin-bottom:0;}

/*================================================*/

/* Hero Section Base */
.enhanced-hero {
  background-image: url('assets/website/img/about.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

/* Overlay with brand gradient */
.enhanced-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(247, 201, 72, 0.5), rgba(254, 84, 61, 0.5));
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

/* Heading style */
.hero-heading {
  font-size: 64px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1px;
}

/* Optional text outline or gradient fill */
.text-outline {
  background: linear-gradient(90deg, #f7c948, #fe543d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-heading {
    font-size: 36px;
  }
}
/*================================================*/

.post-container.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.post-container.grid-cards .card{background: #fffaeb;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border: 1px solid #f7c948;}

.post-container .research-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.post-container .research-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.post-container .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.post-container .category-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(90deg, #f7c948 0%, #f0a406 100%);
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.post-container .post-title {
 font-size: 16px;
  margin-bottom: 10px; 
  color: #444;
}
.subscribe-btn-section {
  border: 0;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 23px;
}
.post-container .post-description {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
.post-title.mb-2.post-title1 {
  height: auto;
}

.post-container .read-more-btn {
 font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.post-container .read-more-btn:hover {
  color: #000;
}

.post-container .date {
  font-size: 13px;
  opacity: 0.7;
}


/*===============================================*/

.breadcumb-area {
  min-height: 40vh !important;
  background: linear-gradient(135deg, #6a6a6a, #2d1917) !important;
  overflow: hidden !important;
}

.bg-pattern::before,
.bg-pattern::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.bg-pattern::before {
  top: -60px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
}

.bg-pattern::after {
  bottom: -60px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(0, 0, 0, 0.05);
}

.subtitle {
  display: block;
  font-size: 24px;
  font-weight: 500;
  opacity: 0.9;
}

.main-title {
  font-size: 48px;
  font-weight: 800;
  margin-top: 10px;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.z-1 {
  position: relative;
  z-index: 1;
}
/*================================================*/
.about-us-area {
  position: relative;
  overflow: hidden;
}
.about-us-area .card{background:transparent !important;}

.about-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}

.highlight {
  color: #f7c948;
}

.about-description {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-top: 15px;
}

.about-thumbnail img {
  border: 6px solid #f7c948;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.about-thumbnail img:hover {
  transform: scale(1.05);
}

/*====================================*/
.about-us-area {
  background-color: #fff5d8;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

.about-us-area .card {
  background: white;
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
}



.about-us-area .image-section img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  width: 400px;
  max-width: 100%;
  height: auto;
}
.about-us-area .info-section h3 {
  color: #f7c948;
  margin-top: 24px;
  font-size: 1.2rem;
  font-weight: 600;
}

.about-us-area .info-section h2 {
  font-size: 2rem;
  color: #222;
  margin: 0;
}

.about-us-area .info-section p,
.about-us-area .section p,
.about-us-area .section li {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.about-us-area .section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dashed #ccc;
}

.about-us-area .section h2 {
  font-size: 1.5rem;
  color: #f7c948;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-us-area .section ul {
  padding-left: 20px;
  margin: 0;
  list-style-type: disc;
}

.about-us-area .specialties span {
  display: inline-block;
  background-color: #f7c948;
  color: #000;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 5px;
  font-size: 0.95rem;
  font-weight: 500;
}



/*================================================*/

.our-milestones {
  padding: 5rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-image: url('/assets/website/img/vision-bg.jpg');
  background-attachment: fixed;
}
.our-milestones .carousel-indicators {
  bottom: -70px;
}

.vision-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(247, 201, 72, 0.6), rgba(247, 201, 72, 0.4));
  z-index: 1;
}

.carousel-inner {
  z-index: 2;
}

.section-heading h2.gradient-heading {
  font-size: 2rem;
  font-weight: bolder;
  color: #fff;
}


.carousel-text {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  opacity: 0.95;
}



@media (max-width: 768px) {
  .section-heading h2.gradient-heading {
    font-size: 34px;
  }
  .carousel-text {
    font-size: 16px;
  }
}
/*=============================================*/

/* Heading */
.team-heading {
  font-size: 2rem;
  font-weight:bold;
  
}


/* Doctor Cards */
.doctor-card {
  background: #fff5d8 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
  box-shadow: 3px 4px 11px rgba(0,0,0,0.08);
  margin: 1rem 0.50rem;
  height: auto;
}

.doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.doctor-img {
  width: 125px !important;
  height: 125px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #eee;
  transition: border-color 0.3s;
}
.expert-doctors {
  position: relative;
}
.expert-doctors .owl-prev,
.expert-doctors .owl-next {
  width: 40px;
  height: 40px;
  background-color: #007bff;
  color: #f7c948;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.expert-doctors .owl-theme .owl-dots .owl-dot { display: none;}

.btn.doctor-btn {font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease; }

.expert-doctors .owl-prev::before {
  content: "\f104"; /* fa-angle-left */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
}

.expert-doctors .owl-next::before {
  content: "\f105"; /* fa-angle-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
}
.expert-doctors .owl-theme .owl-nav [class*="owl-"] {
  color: #f7c948;
  background: #f7c948;
}
.expert-doctors .owl-theme .owl-nav .disabled {
  opacity: 1;
}
.expert-doctors .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f7c948;
  color: #f7c948;
}

.doctor-card:hover .doctor-img {
  border-color: #f7c948;
}

/* Button Style */
.doctor-btn {
  padding: 6px 18px;
  font-size: 14px;

}
.doctor-card .card-title.mb-1.fw-bold {
  font-weight: bold;
  font-size: 16px;
}
.card.doctor-card.text-center.p-4 {  padding: 0 !important; padding: 1rem !important; }
.card.doctor-card .card-body { padding: 0 !important; }
.card.doctor-card .card-body .text-muted.mb-3 {  margin-bottom: 0 !important; }

/*===============================================*/

.medical-highlight-section {
  background: linear-gradient(90deg, #f7c948 0%, #f0a406 100%);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
  margin: 40px 0;
  width: 80%;
  margin: 1rem auto 3rem auto;
}

.medical-head {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}

.all-medical-btn {
  background-color: #fff;
  color: #dfa115;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.all-medical-btn:hover {
  background: #f3c340;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .medical-head {
    font-size: 16px;
    text-align: center;
  }

  .all-medical-btn {
    margin-top: 15px;
  }
}

/*=============================================*/


   .courses_1 .container { max-width: 1062px !important; }

   /* ======== BUTTON STYLES ======== */
   .view-btn-course, .subscribe-btn-course {
      font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 23px;
   }
 .subscribe-btn-course {  background: transparent;  border: 0; }
   .view-btn-container-section {
      display: flex;
      gap: 10px;
      margin-top: 15px;
   }
   .view-btn-course:hover, .subscribe-btn-course:hover {
      color: #000;
   }
   
  .video-card.shadow-sm.rounded.overflow-hidden.position-relative.bg-white {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  z-index: 2;
}

.video-card.shadow-sm.rounded.overflow-hidden.position-relative.bg-white::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #fff3b0;
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: -1;
  opacity: 0.4;
}

.video-card.shadow-sm.rounded.overflow-hidden.position-relative.bg-white::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #ffe169;
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
  z-index: -1;
  opacity: 0.5;
}

   /* ======== PRICE TAG ======== */
   .price-tag {
      position: absolute;
      top: 15px;
      right: 15px;
      background: linear-gradient(to right, #f7c948, #fe543d);
      color: white;
      font-weight: 700;
      padding: 6px 16px;
      border-radius: 30px;
      font-size: 13px;
      z-index: 10;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
   }
   
.item.quote-card .d-flex.justify-content-between.align-items-center.py-2 {margin-top: 5rem; }
 
   

   /* ======== TABS UI ======== */
   .tabs-wrapper {
      padding: 60px 15px;
      text-align: center;
   }
   .tabs-wrapper h2 {
      font-weight: 700;
      margin-bottom: 20px;
   }
   .tabs-wrapper input[type="radio"] { display: none; }
   .tabs-wrapper label {
      display: inline-block;
      padding: 10px 30px;
      background: #fff;
      color: #f0a406 ;
      font-weight: 600;
      border: 1px solid #f0a406 ;
      border-radius: 30px;
      margin: 0 10px 20px;
      cursor: pointer;
      transition: all 0.3s;
   }
   .tabs-wrapper label:hover,
   input[type="radio"]:checked + label {
      background: linear-gradient(90deg, #f7c948 0%, #f0a406 100%);
      color: white;
      border-color: transparent;
   }
   .tab-head-link label {
      display: inline-block;
   }
  
   .tab-body { display: none; }
   #tab1:checked ~ .tab-body-wrapper #tab-body-1,
   #tab2:checked ~ .tab-body-wrapper #tab-body-2 {
      display: block;
   }

   /* ======== COURSE CARDS ======== */
   .course-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    background: #fffaeb;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border: 1px solid #f7c948;
   }
   .course-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
   }
   .img-bg img {
      height: 200px;
      width: 100%;
      object-fit: cover;
   }
   .card-body {
      padding: 20px;
   }
   .module-title {
      font-size: 13px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: uppercase;
   }
   .title-card {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
   }
   .info-p {
      font-size: 14px;
      color: #555;
      min-height: 60px;
   }
   .card-footer {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      padding-top: 15px;
      margin-top: 10px;
      border-top: 1px solid #eee;
   }
   .card-footer i {
      color: #f7c948;
      margin-right: 5px;
   }

   /* ======== PAGINATION ======== */
   .pagination {
      justify-content: center;
      margin-top: 40px;
   }
   .page-link {
      background: #fe543d;
      color: #f1ac13 !important;
      border-radius: 30px;
      padding: 8px 16px;
      margin: 0 5px;
      border: none;
   }
   .page-item.active .page-link, .page-link:hover {
        background-color: #f1ac13 !important;
        border-color: #f1ac13 !important;
        color:#fff !important;
   }
 
   /* Main container styling */
.module-video {
  padding: 20px 20px;
  border-radius: 16px;
  text-align: left;
}
.free-courses .card {
  border-radius: 20px !important;
  background: #fffaeb;
}

/* Title */
.module-video h2 {
   font-size: 32px;
   font-weight: 700;
   color: #fe543d;
   margin-bottom: 15px;
}

/* Author name */
.module-video h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: unset;
  width: 100%;
  height: 17px;
  padding: 0;
}

/* Description paragraph */
.module-video .module3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  color: white;
   margin-bottom: 10px;
}
.module-video p {
   font-size: 16px;
   color: #444;
   margin-bottom: 10px;
   line-height: 1.7;
}

/* Video styling */
.module-video video.shorts {
   width: 100%;
   border-radius: 12px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   outline: none;
}

/* Container width limit */
.free-courses_1 .container {
   max-width: 1037px !important;
}

/* Back Button Styling */
.btn-secondary {
  background: linear-gradient(to right, #f7c948, #f1a80d);
  color: white;
  padding: 8px 18px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: 0.3s ease-in-out;
  border-color: #f1aa11 !important;
}

.btn-secondary:hover {
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Optional: icon spacing in button */
.btn-secondary i {
   margin-right: 6px;
}

/* --------------------------------
   Additional Creative Enhancements
----------------------------------- */

/* Add hover effect on course & lecture cards */
.card:hover, .course-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 12px 28px rgba(0,0,0,0.15);
   transition: 0.3s ease-in-out;
}

/* Module title and text styling */
.module-title, .title-card {
   font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  color: white;
}

/* Info description text */
.info-p {
   font-size: 13px;
   color: #555;
   margin-bottom: 10px;
}

/* Card footer icons */
.card-footer i {
   color: #c89300;
   margin-right: 5px;
}

/* Price tag on course cards */
.price-tag {
   position: absolute;
   top: 10px;
   right: 10px;
   background: linear-gradient(45deg, #f7c948, #c4983c);
   color: white;
   font-weight: bold;
   padding: 6px 14px;
   border-radius: 20px;
   font-size: 13px;
   z-index: 2;
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Free label on top of free videos */
.free-label {
  background: linear-gradient(to right, #f7c948, #f1aa11);
  color: white;
  padding: 5px 12px;
  font-size: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 50px;
  font-weight: bold !important;
  z-index: 2;
  border: 1px solid #fff;
}

/* Tab labels active/hover effect */
.tabs-wrapper label {
   font-size: 16px;
   letter-spacing: 0.5px;
}
.tabs-wrapper .owl-carousel.owl-drag .owl-item {
  width: 32% !important;
  text-align: left;
  height: 460px;
}
.tabs-wrapper .course-card {
  height: 440px; box-shadow: 3px 2px 9px rgba(0, 0, 0, 0.08);
}
.tabs-wrapper .owl-carousel .owl-stage {
  width: 100% !important;
}

.tabs-wrapper input[type="radio"]:checked + label {
   box-shadow: 0 4px 14px rgba(254, 84, 61, 0.3);
}

/* Watch Now hover pulse effect */
.watch-now {
   position: relative;
   overflow: hidden;
}

.watch-now::after {
   content: "";
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: rgba(255, 250, 235, 0.2);
   transform: skewX(-20deg);
   transition: left 0.4s;
}
.post-container.grid-cards .card {
  border-radius: 16px;
}
.watch-now.bounce {  font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease; }

.watch-now:hover::after {
   left: 100%;
}

/* Course / Video image */
.tabs-wrapper .card img, .tabs-wrapper .img-bg img {
   width: 100%;
   height: 180px;
   object-fit: cover;
   border-radius: 10px;
   margin-bottom: 10px;
}


    
/*==================================================*/

/* Wrapper Styling */
.tabs-videor {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
}

/* Tab Head Styling */
.tabs-video .tab-head {
  display: inline-block;
  background-color: #f7c948;
  color: #000;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  margin: 0.5rem 0.8rem;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.tabs-video .tab-head:hover,
.tabs-video .tab-head input[type="radio"]:checked + label {
  background-color: #fe543d;
  color: #fff;
}

/* Section Heading */
.tabs-video  h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  position: relative;
}

.tabs-video  h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fe543d;
  margin: 0.5rem auto 0;
  border-radius: 3px;
}

.tabs-video .seminar-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
  padding: 1.2rem;
  position: relative;
  transition: 0.3s ease-in-out;
}

.tabs-video .seminar-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.tabs-video .free-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f7c948;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.tabs-video .price-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fe543d;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.tabs-video .seminar-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fe543d;
  opacity: 0.15;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.tabs-video .seminar-item h3 {
  font-size: 1.2rem;
  color: #333;
  margin: 1rem 0 0.5rem;
}

.tabs-video .short-description {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.tabs-video .read-more {
  color: #fe543d;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: underline;
}

.tabs-video .watch-now {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.4rem;
  background-color: #fe543d;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tabs-video .watch-now:hover {
  background-color: #f7c948;
  color: #000;
  transform: scale(1.05);
}
/*===========================================*/
.blog-page {
  padding: 60px 0;
  margin: 2rem auto  !important;
}

.blog-page .grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.blog-page .card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-page .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(241, 172, 19, 0.3);
}

.blog-page .img-bg-blog img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 4px solid #f1ac13;
}

.blog-page .post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.blog-page .post-description {
  font-size:16px;
  margin-bottom: 10px;
}

.blog-page .post-description1 {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

.blog-page .post-meta {
  font-size: 0.85rem;
  color: #999;
  margin-top: 10px;
}

.post-meta .date {
  background-color: #c89300;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}



/*=====================================*/


.cs-blog-detail {
   padding: 40px 30px;
}

.cs-blog-detail .research-img {
   border-radius: 10px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease-in-out; width: 100%;
}

.cs-blog-detail .research-img:hover {
   transform: scale(1.02);
}

.cs-blog-detail .description-container {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.cs-blog-detail .headtitle {
   font-size: 1.75rem;
   font-weight: 700;
   color: #333;
   border-left: 6px solid #f7c948;
   padding-left: 12px;
   margin-bottom: 20px;
}

.cs-blog-detail .authorname {
   font-weight: 600;
   color: #555;
   margin-bottom: 0;
}

.cs-blog-detail .post-date {
   color: #888;
   font-size: 0.95rem;
}

.cs-blog-detail .btn-secondary {
   background-color: #f7c948;
   border: none;
   color: #333;
   font-weight: 600;
   padding: 8px 16px;
   border-radius: 6px;
   transition: background-color 0.3s ease;
}

.cs-blog-detail .btn-secondary:hover {
   background-color: #e6b800;
   color: #fff;
}

.cs-blog-detail .research-desc {
   font-size: 1rem;
   color: #444;
   line-height: 1.7;
}

.cs-blog-detail .overflow-text {
   color: #666;
}
.cs-blog-detail figure {  margin: 10rem 0 1rem; }
/*============================================*/

.tabs-wrapperevent {
   padding: 50px 0;
}

.tabs-wrapperevent h2 {
   font-size: 2rem;
   font-weight: 700;
   color: #222;
   position: relative;
   display: inline-block;
}

.tabs-wrapperevent .tab-head {
   display: inline-block;
   margin: 10px 15px;
   cursor: pointer;
   color: #333;
   font-weight: 600;
   font-size: 1.1rem;
   border-bottom: 3px solid transparent;
   transition: all 0.3s ease;
}

.mb-0.short-description {
  text-align: left;
  height: 99px;
}

.tabs-wrapperevent .tab-body-wrapper {
   margin-top: 30px;
}

.tabs-wrapperevent .seminar-item {
   position: relative;
   background: #fffaeb;
   border-radius: 12px;
   padding: 20px;
   box-shadow: 0 8px 25px rgba(0,0,0,0.05);
   margin-bottom: 30px;
   transition: transform 0.3s ease;
   overflow: hidden;
}

.tabs-wrapperevent .seminar-item:hover {
   transform: translateY(-4px);
}

.tabs-wrapperevent .seminar-item h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
  margin-top: 24px;
  text-align: left;
}

.tabs-wrapperevent .seminar-number {
  position: absolute;
  color: rgba(229, 229, 229, 0.3);
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 200px;
  text-align: center;
  left: 0;
  right: 0;
  top: 7%;
}

.tabs-wrapperevent .price-tag {
   background-color: #f7c948;
   color: #222;
   font-weight: bold;
   padding: 4px 10px;
   border-radius: 6px;
   display: inline-block;
   margin-bottom: 5px;
}

.tabs-wrapperevent .free-label {
   font-size: 0.85rem;
   font-weight: 600;
   color: #fff;
   background-color: #28a745;
   padding: 4px 10px;
   border-radius: 6px;
   display: inline-block;
}

.tabs-wrapperevent .read-more {
   color: #f7c948;
   font-weight: 600;
   cursor: pointer;
   text-decoration: underline;
}

.tabs-wrapperevent .watch-now.bounce {
 background: #e6b800;
  color: #222;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: absolute;
  right: ;
  height: 30px;
  width: 100%;
  display: grid;
  place-content: center;
  border-radius: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute !important;
  width: 100% !important;
  border: 0;
}

.tabs-wrapperevent .watch-now:hover {
   background-color: #e6b800;
   color: #fff;
}

.tabs-wrapperevent video.shorts {
   margin-top: 15px;
   border-radius: 10px;
   box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tabs-wrapperevent .short-description {
   color: #444;
   font-size: 0.95rem;
   line-height: 1.5;
   margin-top: 10px;
}

.tabs-wrapperevent .seminar-description {
   font-size: 0.95rem;
   color: #555;
   line-height: 1.6;
   margin-top: 10px;
}

/*==================================================*/

.tabs-other {
  padding: 40px 0;
}

.tabs-other .fature {
  padding: 20px 0;
}

.tabs-other .fature h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}


.tabs-other .owl-carousel .item.fature-tag {
 position: relative;
  height: 230px;
  padding: 2rem;
  border-radius: 12px;
  background: #fffaeb;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #d09c00 !important;
}
/* Abstract Circle Shape - Top Left */
.tabs-other .owl-carousel .item.fature-tag::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: #f7c948;
  border-radius: 50%;
  opacity: 0.25;
  z-index: 0;
}

/* Abstract Blob or Circle - Bottom Right */
.tabs-other .owl-carousel .item.fature-tag::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: #c8c8c8;
  border-radius: 50%;
  opacity: 0.2;
  transform: rotate(15deg);
  z-index: 0;
}


.tabs-other .fature-line {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  min-height: 50px;
  display: flex;
}

.tabs-other .view-btn-container-section {
  margin-top: 10px;
}

.tabs-gallery .tabs-other .view-btn-container-section {
  margin-top: 6rem;
}

.tabs-other .view-btn-section {
  font-size: 0.95rem;
  font-weight: 500;
  color: #bb8a00;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.tabs-other .view-btn-section:hover {
  color: #000;
}

/* Owl nav arrows */
.tabs-other .owl-nav button.owl-prev,
.tabs-other .owl-nav button.owl-next {
  background-color: #f7c948 !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  padding: 10px 16px !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.tabs-other .owl-nav button:hover {
  background-color: #e6b800 !important;
}

/* Owl dots */
.tabs-other .owl-dots .owl-dot span {
  background-color: #ddd;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.tabs-other .owl-dots .owl-dot.active span {
  background-color: #f7c948;
}
.tabs-other .owl-carousel.owl-drag .owl-item {
  height: auto !important;
}
#imageCarousel {  margin: 2rem; }

#gallery .col-md-4.d-flex.justify-content-center {
  height: 200px;
  width: 300px !important;
}

#gallery .d-block.img-fluid { width: 100%; }
.login-container1 {
  max-width: 600px !important;
}
.login-container1 .form-group input { margin-bottom: 0 !important;}
.login-container {
  max-width: 420px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff5d8;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.login-container .login-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.login-container .login-header p {
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
}

.login-container .form-group {
  margin-top: 20px;
}

.login-container .form-group label, .login-container .cardstyle label{
  font-weight: 600;
  font-size: 0.95rem;
  color: #222;
  display: block;
}

.login-container .form-group input, .login-container .cardstyle input{
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: 2px solid rgba(247, 201, 72, 0.3);
  background: #fffef9;
  transition: border 0.3s ease;
}

.login-container .form-group input:focus, .login-container .cardstyle input:focus{
  border-color: #f7c948;
  outline: none;
  background: #fffbe5;
}

.login-container .login-button {
  width: 100%;
  background-color: #f7c948;
  color: #222;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px;
  border: none;
  transition: background-color 0.3s ease;
}

.login-container .login-button:hover {
  background-color: #e6b800;
  color: #fff;
}

.login-container .error-message {
  color: red;
  font-size: 0.85rem;
  margin-bottom: 10px;
  display: block;
}

.login-container .additional-options {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
}

.login-container .additional-options a {
  color: #c89300 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.login-container .additional-options a:hover {
  color: #a97400 !important;
}

.login-container .alert {
  margin-top: 1rem;
  font-size: 0.9rem;
}
/*===============================================*/
.faq-section {
   padding: 60px 15px;
}

.faq-section .faq-container {
   max-width: 900px;
   margin: 0 auto;
}

.faq-section .faq-item {
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   margin-bottom: 15px;
   background: #fff;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
   transition: all 0.3s ease;
   overflow: hidden;
}

.faq-section .faq-item.active {
   border-color: #f7c948;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-section .faq-header {
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 15px 20px;
   font-weight: 600;
   font-size: 1rem;
   color: #333;
   background-color: #fff;
   transition: background-color 0.3s ease;
}

.faq-section .faq-header:hover {
   background-color: #fef7e0;
}

.faq-section .faq-number {
   background-color: #f7c948;
   color: #222;
   font-weight: bold;
   padding: 4px 10px;
   border-radius: 50px;
   font-size: 0.9rem;
   margin-right: 15px;
   min-width: 40px;
   text-align: center;
}

.faq-section .faq-title {
   flex-grow: 1;
}

.faq-section .faq-toggle {
   font-size: 1.5rem;
   color: #f7c948;
   transition: transform 0.3s ease;
}

.faq-section .faq-item.active .faq-toggle {
   transform: rotate(45deg); /* changes '+' to '×' look */
}

.faq-section .faq-content {
   padding: 0 20px;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.4s ease;
}

.faq-section .faq-item.active .faq-content {
   padding: 15px 20px;
   max-height: 500px; /* big enough to show content */
}

.faq-section .faq-content p {
   margin: 0;
   color: #444;
   font-size: 0.95rem;
   line-height: 1.6;
}

/*====================================================*/

.contact-section {
  background: #fffceb;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

.contact-info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #222;
}

.contact-info .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
.contact-section .social-icons a {
  color: #f7c948;
}

.contact-info .icon {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.contact-info .icon img {
  max-width: 100%;
}

.contact-info p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}

.social-icons {
  display: flex;
}

.contact-icon {
  margin-right: 15px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.contact-icon img {
  width: 36px;
  height: 36px;
}

.contact-icon:hover {
  transform: scale(1.2);
}

.contact-form {
  background: #fff;
  padding: 30px 0;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  border-top: 6px solid #f7c948;
}

.contact-form .form-group { display: flex;
  margin-bottom: 0 !important;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f7c948;
  box-shadow: 0 0 5px #f7c94833;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  background-color: #f7c948;
  border: none;
  padding: 12px 30px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #e6b800;
}

/*=====================================================*/
.tab-seminar {
  padding: 50px 15px;
}

.tab-seminar h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  font-size: 2rem;
}

.tab-head {
  display: none;
}


.tab-seminar .fature-tag {
  background: #fffaeb;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tab-seminar .fature-line {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.price-tag span,
.price-tag small {
  color: #000 !important;
  font-weight: 600;
}

.tab-seminar  .view-btn-container-section {
  text-align: center;
}

.tab-seminar .subscribe-btn-section i.fa-check {
  margin-right: 5px;
}

.tab-seminar .owl-nav button.owl-prev,
.tab-seminar .owl-nav button.owl-next {
  background-color: #f7c948 !important;
  color: #000 !important;
  padding: 5px 15px !important;
  margin: 5px;
  border-radius: 50%;
  border: none;
  font-size: 18px !important;
}
.tab-seminar .owl-carousel.owl-drag .owl-item {
  height: auto !important;
}
.tab-seminar .owl-stage {
  margin: 0 auto 2rem auto;
}

/*===================================================*/

/* Four Tab Main Container */
.four-tab {
  border-radius: 0.5rem;
  padding: 2rem 1rem;

}



.four-tab .tab-head:checked + label {
  background-color: #f7c948;
  color: #fff;
  font-weight: bold;
}

/* Hide default radio buttons */
.four-tab .tab-head {
  display: none;
}

/* Tab Body Wrapper */
.four-tab .tab-body-wrapper {
  margin-top: 2rem;
}


/* Seminar Items */
.four-tab .seminar-item {
  flex: 2;
  min-width: 0;
  background-color: #fdf7e7;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-left: 6px solid #f7c948;
  padding: 3rem;
  text-align: left; position: relative;
}
.four-tab .three-card-wrapper{
    display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap; 
}

/* ---------- Tabs Section ---------- */


/* ---------- Tab Body ---------- */
.four-tab .tab-body {
  padding: 30px 20px;
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Seminar Cards ---------- */
.four-tab .seminar-item {
  background: #fff;
  border-radius: 16px;
  padding: 2rem auto;
  margin: 20px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}
.four-tab .seminar-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(200,147,0,0.25);
}

/* Price Tag */
.four-tab .price-tag {
  background: linear-gradient(to right, #f7c948, #f1aa11);
  color: #fff;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  float: right;
  box-shadow: 0 3px 8px rgba(200,147,0,0.25);
}

/* Paid/Free Label */
.four-tab .free-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #c89300;
  color: #fff;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

/* Seminar Number Watermark */
.four-tab .seminar-number {
  font-size: 150px;
  font-weight: 900;
  color: rgba(200, 147, 0, 0.8);
  position: absolute;
  top: -17px;
  right: 18px;
  opacity: 0.12;
}

/* ---------- Seminar Content ---------- */
.four-tab .seminar-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.four-tab .short-description {
  font-size: 15px;
  color: #555;
}

.four-tab .seminar-description {
  margin-top: 1rem;
  display: none;
}

.four-tab .read-more {
  color: #c89300;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin-top: 6px;
  transition: 0.3s;
}
.four-tab .read-more:hover {
  text-decoration: underline;
}

/* ---------- Watch Button ---------- */
.four-tab .watch-now {
  background: linear-gradient(to right, #f7c948, #f1aa11);
  color: #fff !important;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 30px;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(200,147,0,0.3);
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.four-tab .watch-now:hover {
  background: #c89300;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(200,147,0,0.35);
}

/* ---------- Section Heading ---------- */
.four-tab h2 {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(to right, #f7c948, #f1aa11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.four-tab .mb-0.short-description {
  text-align: left;
  height: auto !important;
}
.four-tab .col-md-3.d-flex.align-items-center, 
.four-tab .col-md-6.d-flex.align-items-center {
  gap: 10px;
  font-weight: bold;
  color: #c89300;
  padding: 0;
  padding-right: 6px;
}

.card-footer.d-flex.justify-content-between {padding: .75rem .50rem;}
.d-flex.justify-content-between.align-items-center.py-2 {
  padding: 0 0.70rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*=============================================================*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
.fas.fa-quote-left.fa-2x.text-warning { font-size: 40px; color: #f7c948 !important;}
.quote-card {  height: auto; padding: 0.50rem; }
.course .grid-cards { grid-template-columns: auto; }
.achievement-image-wrapper img {  margin-top: 10px; }
.social-icons a {  font-size: 16px;  margin-right: 10px; height: 30px;
width: 30px;  margin-top: 3rem; }
.footer-icon.me-3 {  height: 30px;  width: 30px; }
.footer-icon i { font-size: 14px; }   
.popular-posts.py-5 .col-12.col-md-6.col-lg-4 { margin: 0.50rem auto; }    
.popular-posts.py-5 .container.px-5 {  padding: 1rem !important; }
.post-title.mb-2 {  height: auto; }
.logo-img { margin-right: 0;}
.tabs-wrapper .owl-carousel.owl-drag .owl-item {
  width: 100% !important;
  height: auto;
  margin: 0.40rem auto;
}
.breadcumb-area {
  min-height: 15vh !important;
}
.main-title {
  font-size: 30px;
}
.about-title {
  font-size: 30px;
}
.our-milestones .carousel-indicators {
  bottom: 0;
}
.our-milestones {
  padding: 1rem;
}
  .section-heading h2.gradient-heading {
    font-size: 30px;
  }
.our-milestones .carousel-inner {
  height: 563px;
}
.contact-form {
  border-top: 0;
  width: 90% !important;
}
.contact-form .form-group {
  display: block;
}
.contact-form .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.video-card.shadow-sm.rounded.overflow-hidden.position-relative.bg-white::after {
  width: 100px;
  height: 100px;
  bottom: -50px;
  right: -26px;
}

.video-card.shadow-sm.rounded.overflow-hidden.position-relative.bg-white::before {
  width: 100px; height: 100px; }
  #course {
  margin: 0;
}

    
}

/*=============================================*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
.navbar-collapse {  position: absolute !important;  top: 6rem !important;
  width: 100% !important;  z-index: 1000 !important;  background: rgba(0, 0, 0, 0.4);
  padding: 1rem; left: 0;  backdrop-filter: blur(10px); }
.main-nav-list > li {  margin: 5px 0; }
.main-nav-list > li > a { font-size: 14px; padding: 0; }
.header-blog.d-flex.justify-content-between.align-items-center.mb-4 {  display: grid !important; }
}

/*============================================================*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
#course {margin: 1rem 0 !important; } 
.course .grid-cards {  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 0.50rem; }
.teacing .row.align-items-center .col-lg-4 {  width: 30%; }
.teacing .row.align-items-center .col-lg-8 {  width: 70%; }
.achievement-image-wrapper { margin-top: 20px; }
.popular-posts.py-5 .col-12.col-md-6.col-lg-4 { margin: 0.80rem auto; }
.post-title.mb-2 { height: auto; }
  .navbar-collapse {
    width: 100% !important;
    z-index: 1000 !important;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
  }
} 

/*=================================================================*/

@media only screen and (min-width: 76px) and (max-width: 1024px) {
.hhf-header .navbar-nav .nav-link { padding: 10px !important; font-size: 14px; }
.navbar-expand-lg .navbar-collapse {  backdrop-filter: none !important; background: transparent; }
#course {margin: 1rem 0 !important; } 
.course .grid-cards {  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 0.50rem; }
.teacing .row.align-items-center .col-lg-4 {  width: 30%; }
.teacing .row.align-items-center .col-lg-8 {  width: 70%; }
.achievement-image-wrapper { margin-top: 20px; }
.popular-posts.py-5 .col-12.col-md-6.col-lg-4 { margin: 0.80rem auto; }
.post-title.mb-2 { height: auto; }
  .navbar-collapse {
    width: 100% !important;
    z-index: 1000 !important;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
  }
}    


/*==========================================================*/

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
.blog-page .read-more-btn {  padding:0; margin-top: 0; }
.post-content p.post-meta { margin-bottom: 14px; }
.breadcumb-area {  min-height: 30vh !important; }
}



















