/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #d76b00;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
-----------------------------------------------------------
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #D76B00;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d76b00;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: left;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #ea7500;
  height: 40px;
  font-size: 13px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

.navbars {
  overflow: hidden;
  background-color: #ea7500;
  z-index: 997;
}

.navbars a {
  float: left;
  font-size: 13px;
  color: white;
  text-align: center;
  padding-left: 10px;
  text-decoration: none;
}

.dropdowns {
  float: left;
  overflow: hidden;
}

.dropdowns .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbars a:hover,
.dropdowns:hover .dropbtn {
  background-color: none;
}

.dropdowns-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdowns-content a {
  float: none;
  color: black;
  padding: 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdowns-content a:hover {
  background-color: #fff0e1;
}

.dropdowns:hover .dropdowns-content {
  display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffae5e;
  transition: all 0.5s;
  z-index: 99;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.8px;
}

#header .logo a {
  color: #ffffff;
}
#header .logo a span {
  color: #ffffff;
}
#header .logo img {
  max-height: 78px;
}
#header .logo h3 {
  max-height: 80px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1;

  width: 200px;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-transform: uppercase;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbartop {
  padding: 0;
}
.navbartop ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbartop li {
  position: relative;
}
.navbartop > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbartop a,
.navbartop a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbartop a i,
.navbartop a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbartop > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;

  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbartop a:hover:before,
.navbartop li:hover > a:before,
.navbartop .active:before {
  visibility: visible;
  width: 100%;
}
.navbartop a:hover,
.navbartop .active,
.navbartop .active:focus,
.navbartop li:hover > a {
  color: #ffffff;
}
.navbartop .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbartop .dropdown ul li {
  min-width: 200px;
}
.navbartop .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbartop .dropdown ul a i {
  font-size: 12px;
}
.navbartop .dropdown ul a:hover,
.navbartop .dropdown ul .active:hover,
.navbartop .dropdown ul li:hover > a {
  color: #d76b00;
}
.navbartop .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbartop .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbartop .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbartop .dropdown .dropdown ul {
    left: -90%;
  }
  .navbartop .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;

  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffffff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffe7ce;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  color: #d76b00;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 1200;
  color: #d76b00;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #d76b00;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #d76b00;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #d76b00;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #d76b00;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #d76b00;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #d76b00;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #d76b00;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffe6cc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #ffe6cc;
  color: #d76b00;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h4 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #ea7500;
  color: #ffe6cc;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #d76b00;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ffe1c4;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #ffdcb9;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #d76b00;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #e87400;
}
.featured-services .icon-box:hover .icon i {
  color: #e87400;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
/* .about .content ul li:first-child {
  margin-top: 35px;
} */
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #d76b00;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
  border-radius: 5px;
  margin-top: 30px;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 70px;
  border-radius: 5px;
  padding: 15px;
  color: #000000;
  font-size: 15px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #d76b00;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #d76b00;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #d76b00;
}
.services .icon-box:hover .icon {
  border-color: #d76b00;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: #ffffff;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #e87400;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #000000;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #d76b00;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #d76b00;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d76b00;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #d76b00;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  background: #3b8af2;
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #3d549a;
}
.pricing .box h4 {
  font-size: 36px;
  color: #d76b00;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #d76b00;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #d76b00;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #3b8af2;
}
.pricing .featured h3 {
  color: #fff;
  background: #d76b00;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d76b00;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #d76b00;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #d76b00;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #d76b00;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #d76b00;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #d76b00;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f1f6fe;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #d76b00;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #ff8811;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #ffffff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #d76b00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input.no-spinner[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

/*================================ Added By Alfaiz Ansari On 18-06-2026 For New UI/CSS Changes Start Here ============================================= */
.donate-confirm-body {
  padding: 20px;
}
.donate-confirm-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.donate-confirm-header {
  background: linear-gradient(135deg, #ff9933, #ff6600);
  text-align: center;
  padding: 20px;
  color: #fff;
}

.donate-confirm-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.donate-confirm-header p {
  margin-top: 8px;
  opacity: 0.9;
}

.donate-confirm-body {
  padding: 30px;
}

.donate-info-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 10px 15px;
  border-left: 4px solid #ff6600;
}

.donate-info-box span {
  color: #777;
  font-size: 13px;
}

.donate-info-box h5 {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}

.donate-amount-box {
  margin-top: 10px;
  text-align: center;
  background: #f4fff5;
  border: 2px dashed #198754;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.donate-amount-box span {
  color: #666;
  display: block;
}

.donate-amount-box h1 {
  color: #198754;
  font-size: 55px;
  font-weight: 700;
  margin: 10px 0 0;
}

.razorpay-payment-button {
  /* margin-top: 25px !important; */
  background: linear-gradient(90deg, #ec7600, #ffb347);
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px 40px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.invoice-container {
  max-width: 850px;
  margin: 0 auto;
}
/* Added By Alfaiz Ansari for Swarnim Bharatvarsh Foundation Hierarchy Cards  Start Here*/

.sbf-hierarchy-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 4px solid #ec7600;
}

.sbf-hierarchy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(236, 118, 0, 0.18);
}

.sbf-hierarchy-title {
  background: #ec7600;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sbf-member-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sbf-member-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #444;
  margin-bottom: 0px !important;
}

.sbf-member-list li:last-child {
  border-bottom: none;
}

.sbf-member-list li:before {
  content: "✓";
  color: #ec7600;
  font-weight: bold;
  margin-right: 8px;
}
/* Added By Alfaiz Ansari for Swarnim Bharatvarsh Foundation Hierarchy Cards  End Here*/

/* Added By Alfaiz Ansari For Project Listing UI */
.sba-project-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.sba-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(236, 118, 0, 0.18);
}

.sba-project-img {
  height: 220px;
  overflow: hidden;
}

.sba-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.sba-project-card:hover img {
  transform: scale(1.08);
}

.sba-project-content {
  padding: 20px;
  text-align: center;
}

.sba-project-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  min-height: 55px;
}

.sba-view-btn {
  display: inline-block;
  margin-top: 5px;
  padding: 7px 20px;
   background: linear-gradient(90deg, #ec7600, #ffb347);
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.sba-view-btn:hover {
   background: linear-gradient(90deg, #ec7600, #ffb347);
}
.sba-sector-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.sba-sector-box h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.sba-sector-link {
  display: block;
  padding: 12px 15px;
  margin-bottom: 10px;
  background: #fafafa;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.sba-sector-link:hover {
  background: #ec7600;
  color: #fff;
  padding-left: 20px;
}

/* Added By Alfaiz Ansari For Supplier Cards  Start here*/
.sba-supplier-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: none;
}

.sba-supplier-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ec7600, #ffb347);
}

.sba-supplier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(236, 118, 0, 0.2);
}

.sba-supplier-header {
  text-align: center;
  margin-bottom: 25px;
}

.sba-supplier-icon {
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec7600, #ffb347);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  /* box-shadow: 0 10px 20px rgba(236, 118, 0, 0.25); */
  margin-bottom: 15px;
}

.sba-supplier-header h5 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.sba-supplier-info {
  margin-top: 20px;
}

.sba-supplier-info p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 15px;
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 15px;
}

.sba-supplier-info i {
  color: #ec7600;
  font-size: 18px;
  margin-top: 2px;
}

.sba-contact-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 12px;
  background: linear-gradient(90deg, #ec7600, #ffb347);
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
/* Added By Alfaiz Ansari For Supplier Cards  End here*/

/* Added By Alfaiz Ansari For Schemes Cards Start here */
.sba-scheme-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  /* height: 100%;
  min-height: 220px; */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.sba-scheme-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(236, 118, 0, 0.18);
}

.sba-scheme-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff4e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sba-scheme-icon i {
  font-size: 34px;
  color: #ec7600;
}

.sba-scheme-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
}

.scheme-card-link {
  text-decoration: none;
}
/* Added By Alfaiz Ansari For Schemes Cards End here */

.sidebar-collapse .sidebar-toggle {
  margin-left: -230px !important;
}
/* Added By Alfaiz Ansari for Ticket Success UI Start Here */
.ticket-success-card {
  max-width: 700px;
  margin: 40px auto;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #28a745;
}

.ticket-success-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 15px;
}

.ticket-success-title {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 15px;
}

.ticket-success-text {
  color: #555;
  font-size: 16px;
  line-height: 28px;
}

.ticket-info-box {
  background: #f8fff9;
  border-left: 4px solid #28a745;
  padding: 15px 20px;
  margin: 25px 0;
  text-align: left;
  border-radius: 8px;
}

.ticket-info-box strong {
  display: block;
  color: #28a745;
  margin-bottom: 8px;
}

.ticket-info-box p {
  margin: 0;
  color: #666;
  line-height: 26px;
}

.ticket-view-btn {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.ticket-view-btn:hover {
  background: #218838;
  color: #fff;
}

/* Added By Alfaiz Ansari for Ticket Success UI End Here */

/* Added By Alfaiz Ansari for Ticket Details UI Start Here */
.ticket-details-main-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* Theme Based Cards */
.theme-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  margin-bottom: 24px;
  overflow: hidden;
}

.theme-card-header {
  background: #ffae5e;
  /* Official Navy Blue */
  color: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #e14900;
  /* Deep Saffron Accent Line */
}

.theme-card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.3px;
}

/* Info Grid Styling */
.meta-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 3px;
  font-weight: 600;
}

.meta-value {
  font-size: 14px;
  color: #1e293b;
  font-weight: 500;
}

.ticket-message-bg {
  background-color: #fff8f5;
  border-left: 4px solid #e14900;
  border-radius: 4px;
  padding: 16px;
}

/* MYSBA Portal Chat System */
.chat-box {
  max-width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 8px;
}

.chat-box.company {
  background-color: #f1f5f9;
  border-left: 4px solid #1e293b;
  margin-right: auto;
}

.chat-box.user {
  background-color: #fff5f0;
  border-left: 4px solid #e14900;
  margin-left: auto;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #e2e8f0;
  padding-bottom: 4px;
}

/* Modern Theme Buttons & Components */
.btn-mysba-saffron {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 12px 20px;
  background: linear-gradient(90deg, #ec7600, #ffb347);
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-mysba-saffron:hover {
  background-color: #bc3d00;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(225, 73, 0, 0.3);
}

.sidebar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #ced7e0;
}

.sidebar-row:last-child {
  border-bottom: none;
}

.attachment-badge {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #334155;
  text-decoration: none;
  margin-top: 5px;
  margin-right: 8px;
}

.attachment-badge:hover {
  background: #1e293b;
  color: #ffffff;
}
/* Added By Alfaiz Ansari for Ticket Details UI End Here */

/* Added By Alfaiz Ansari for Event Details Page UI Inhance Start Here */
.eventDetails {
  background-color: #fcfcfd;
  font-family: "Poppins", sans-serif;
}

.eventDetails .event-main-section {
  padding: 60px 0;
}

/* Section Header Tags */
.eventDetails .badge-top {
  background: #fff0e6;
  color: #d74600;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 1px;
  display: inline-block;
}

.eventDetails .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Banner Wrap */
.eventDetails .banner-wrapper {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
  background: #fff;
  border: 1px solid #f0f0f0;
}

.eventDetails .event-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.eventDetails .banner-wrapper:hover .event-banner {
  transform: scale(1.03);
}

.eventDetails .event-mode-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.eventDetails .bg-offline {
  background-color: #0d6efd;
}
.eventDetails .bg-online {
  background-color: #28a745;
}

/* Right Details Card */
.eventDetails .details-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px;
  border: 1px solid #eaeaea;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.eventDetails .event-heading {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.eventDetails .event-desc {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
}

.eventDetails .separator {
  border-top: 1px solid #eee;
  margin: 25px 0;
}

/* Info Grid Layout */
.eventDetails .info-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eventDetails .info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.eventDetails .info-item i {
  font-size: 20px;
  color: #d74600;
  background: #fff5ef;
  padding: 8px;
  border-radius: 8px;
}

.eventDetails .info-item strong {
  display: block;
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eventDetails .info-item p {
  margin: 0;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}

.eventDetails .map-link {
  color: #0d6efd;
  text-decoration: none;
}
.eventDetails .map-link:hover {
  text-decoration: underline;
}

/* Links styling for online session */
.eventDetails .links-container {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eee;
}
.eventDetails .link-card {
  font-size: 13px;
  margin-bottom: 5px;
}
.eventDetails .link-label {
  font-weight: bold;
  color: #444;
}
.eventDetails .link-anchor {
  color: #d74600;
  text-decoration: none;
  word-break: break-all;
}
.eventDetails .link-anchor:hover {
  text-decoration: underline;
}

/* Price Section */
.eventDetails .price-section {
  background: #fff9f5;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px dashed #ff8346;
}

.eventDetails .price-label {
  font-size: 15px;
  color: #555;
  font-weight: 600;
}

.eventDetails .price-value {
  font-size: 22px;
  font-weight: 700;
  color: #d74600;
}

.eventDetails .free-tag {
  background: #28a745;
  color: #fff;
  padding: 4px 14px;
  border-radius: 6px;
  font-size: 16px;
}

/* Premium Button styling */
.eventDetails .btn-premium-book {
  width: 100%;
  background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(238, 9, 121, 0.25);
}

.eventDetails .btn-premium-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(238, 9, 121, 0.4);
  opacity: 0.95;
}

/* Discussion Box UI */
.eventDetails .discussion-section {
  padding: 40px 0 80px 0;
}

.eventDetails .discussion-wrapper {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}

.eventDetails .discussion-header {
  background: #1a1a1a;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.eventDetails .discussion-header i {
  font-size: 24px;
  color: #ff8346;
}
.eventDetails .discussion-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.eventDetails .discussion-body {
  padding: 30px;
  font-size: 15px;
  color: #444444;
  line-height: 1.8;
}
/* Added By Alfaiz Ansari for Event Details Page UI Inhance End Here */

/* Added By Alfaiz Ansari for Pricing Page UI Inhance Start Here */
/* Next-Gen Minimalist Pricing Framework - Blue Theme */
/* Next-Gen Minimalist Pricing Framework - Brand Custom Color */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

.pricing {
  background-color: #fafbfc;
  /* padding: 100px 0; */
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1e293b;
}

.pricing .section-title {
  text-align: center;
  margin-bottom: 60px;
}

/* Matrix Layout Grid */
.pricing .pricing-matrix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .pricing .pricing-matrix {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .pricing .pricing-matrix {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Card Body Restyling */
.pricing .matrix-card {
  background: #ffffff;
  border: 1px solid #e3e9f0;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}

.pricing .matrix-card:hover {
  border-color: #d76b00;
  transform: translateY(-6px);
  box-shadow: 0 25px 50px -12px rgba(215, 107, 0, 0.2);
}

/* Custom Deep Orange Header Section */
.pricing .card-header-section {
  background-color: #ff9933;
  padding: 30px 24px;
  text-align: left;
  color: #ffffff;
}

.pricing .card-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Price Segment inside Custom Header */
.pricing .price-block {
  margin-top: 5px;
}

.pricing .was-price {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: line-through;
  font-weight: 500;
  display: block;
}

.pricing .now-price {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.1;
}

.pricing .plan-duration {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  display: block;
  margin-top: 4px;
}

/* Feature Matrix List */
.pricing .feature-list-wrapper {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pricing .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-grow: 1;
}

.pricing .feature-list li {
  font-size: 13.5px;
  font-weight: 500;
  color: #475569;
  line-height: 1.5;
  padding: 10px 0 10px 24px;
  position: relative;
  border-bottom: 1px solid #f1f5f9;
}

.pricing .feature-list li:last-child {
  border-bottom: none;
}

/* Pure Text Green Right Tick Icon */
.pricing .feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: #28a745;
  font-weight: 900;
  font-size: 15px;
}

/* Pure Text Red Cross Icon for Inactive (.na) State */
.pricing .feature-list li.na {
  color: #cbd5e1;
  text-decoration: line-through;
}

.pricing .feature-list li.na::before {
  content: "✕";
  color: #dc3545;
  font-weight: 900;
  font-size: 13px;
}

/* Footer elements */
.pricing-footer-notes {
  margin-top: 50px;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}

.compare-btn {
  border-radius: 16px;
  padding: 16px 50px;
  background: #d76b00;
  border: none;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 25px rgba(215, 107, 0, 0.25);
  cursor: pointer;
}

.compare-btn:hover {
  background: #b55a00;
  box-shadow: 0 8px 30px rgba(215, 107, 0, 0.4);
  color: #fff;
}

.pricing .banner-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.pricing .banner-card:hover {
  transform: translateY(-4px);
}
.pricing-footer-notes {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pricing .footer-note-item {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e3e9f0;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

/* Custom Lightning Bolt SVG for One Time Payment */
.pricing .note-icon-bolt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d76b00' viewBox='0 0 24 24'%3E%3Cpath d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

/* Custom Card/UPI SVG for Payment Options */
.pricing .note-icon-card::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d76b00' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}
/* Added By Alfaiz Ansari for Pricing Page UI Inhance End Here */

/* Added By Alfaiz Ansari for Mentor Details  UI Inhance Start Here */
.custom-mentor-section {
  background-color: #f3f4f6;
  padding: 50px 0;
  min-height: 80vh;
  font-family: "Poppins", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-mentor-section .mentor-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Master Profile Card */
.custom-mentor-section .mentor-profile-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

/* Flex layout with top alignment so columns don't stretch each other */
.custom-mentor-section .mentor-card-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

/* CRUCIAL FIX: Hard-Locked Fixed Image Container Size */
.custom-mentor-section .mentor-avatar-box {
  flex: 0 0 240px;
  width: 240px;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  margin: 30px 0 30px 30px;
  border-radius: 12px;
}

/* Perfect fit logic inside the fixed box */
.custom-mentor-section .mentor-avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Bin distorion ke photo fit rahegi */
  object-position: center center;
  display: block;
}

/* Content Box Styling - Independent of Image Size */
.custom-mentor-section .mentor-info-box {
  flex: 1; /* Baki bachi saari jagah content le lega */
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* Header Flex Layout */
.custom-mentor-section .mentor-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.custom-mentor-section .mentor-name {
  font-size: 25px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
}

.custom-mentor-section .mentor-work-tag {
  background-color: #ffae5e;
  color: #fff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

/* Grid Details */
.custom-mentor-section .mentor-grid-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  margin: 20px 0;
}

.custom-mentor-section .mentor-grid-item {
  display: flex;
  flex-direction: column;
}

.custom-mentor-section .grid-label {
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.custom-mentor-section .grid-value {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  line-height: 1.4;
}

/* Description Box */
.custom-mentor-section .mentor-skills-text {
  background-color: #ec76001c;
  padding: 15px 18px;
  border-radius: 10px;
  border-left: 4px solid #ec7600;
  color: #4b5563;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 5px 0 0 0;
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .custom-mentor-section .mentor-card-row {
    flex-direction: column;
    align-items: center;
  }
  .custom-mentor-section .mentor-avatar-box {
    margin: 20px 0 0 0; /* Mobile par centering layout padding */
  }
}
/* Added By Alfaiz Ansari for Mentor Details  UI Inhance End Here */

/
/* Added By Alfaiz Ansari for MYSBA Courses Page UI Inhance Start Here */

/* Breadcrumbs Modernization */
.breadcrumbs {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0;
}

.breadcrumbs h2 {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
}

.breadcrumb-item a {
  color: #64748b;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #e14900 !important;
  font-weight: 700;
}

/* Sidebar Modernization */
.mysba-sidebar {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
}

.mysba-sidebar-title {
  color: #0f172a;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f5f9;
}

.mysba-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 10px;
  transition: all 0.2s ease;
  margin-bottom: 4px;
}

.mysba-category-link:hover {
  background-color: #fff0eb;
  color: #e14900;
  transform: translateX(4px);
}

/* Course Card Wrapper */
.mysba-course-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.mysba-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(225, 73, 0, 0.09);
  border-color: #ffdcd0;
}

/* Course Image Container Fix (NO IMAGE CUTTING) */
.mysba-course-card .course-img-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.mysba-course-card .course-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Isse Image Bina Kute Poori Dikhigi */
  transition: transform 0.3s ease;
}

.mysba-course-card:hover .course-img-wrapper img {
  transform: scale(1.05);
}

/* Content Area */
.mysba-course-card .course-category-badge {
  display: inline-block;
  background-color: #fff0eb;
  color: #e14900;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.mysba-course-card .course-title {
  color: #0f172a;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
  line-height: 1.4;
  text-transform: capitalize;
}

.mysba-course-card .course-meta {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  padding: 5px 10px;
  border-radius: 8px;
}

/* Action Box (Price & Buttons) */
.mysba-course-card .action-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 767px) {
  .mysba-course-card .action-box {
    align-items: flex-start;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
  }
}

.mysba-course-card .price-tag {
  color: #e14900;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.mysba-course-card .btn-cart {
  background: #e14900;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 9px 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(225, 73, 0, 0.2);
  letter-spacing: 0.3px;
}

.mysba-course-card .btn-cart:hover {
  background: #c84100;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(225, 73, 0, 0.3);
}

.mysba-course-card .btn-preview {
  color: #bd9f58;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  margin-top: 8px;
  transition: color 0.2s ease;
  font-size: 18px;

}

.mysba-course-card .btn-preview:hover {
   color: #a8883f;
  text-decoration: none;
}
/* Added By Alfaiz Ansari for MYSBA Courses Page UI Inhance End Here */


/* Added By Alfaiz Ansari for MYSBA Courses Details Page UI Inhance Start Here */

/* Left Content Section */
.detail-content-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  margin-bottom: 25px;
}

.detail-section-heading {
  color: #e14900;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #fff0eb;
  padding-bottom: 8px;
}

.detail-text {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.8;
  text-align: justify;
}

/* Right Sidebar Cards */
.detail-sidebar-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 24px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  margin-bottom: 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Sidebar Pricing & Button */
.detail-price-tag {
  color: #e14900;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 12px;
}

/* .btn-detail-cart {
  background: #e14900;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(225, 73, 0, 0.25);
  letter-spacing: 0.5px;
}

.btn-detail-cart:hover {
  background: #c84100;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(225, 73, 0, 0.35);
} */

.note-box {
  background-color: #fff8f5;
  border-left: 4px solid #e14900;
  padding: 12px;
  border-radius: 6px;
  font-size: 0.82rem;
  color: #64748b;
  margin-top: 15px;
}

/* Features Table Styling */
.features-table {
  width: 100%;
  margin-bottom: 0;
}

.features-table tr td {
  padding: 11px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9rem;
  color: #475569;
}

.features-table tr:last-child td {
  border-bottom: none;
}

.features-table tr td:first-child {
  font-weight: 600;
  color: #1e293b;
}

.features-table tr td:last-child {
  text-align: right;
  color: #64748b;
}
/* Added By Alfaiz Ansari for MYSBA Courses Details Page UI Inhance End Here */

/*================================ Added By Alfaiz Ansari On 18-06-2026 For New UI/CSS Changes End Here ============================================= */
