@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #0e0e10;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
a {
  padding: 0;
  margin: 0;
}

h2.dark {
  color: #000 !important;
}

p.light {
  color: #fff;
}

p.grey {
  color: #b3b3b3;
}

h2.green {
  color: #bcff00 !important;
}

a.dark {
  color: #000 !important;
}

a {
  text-decoration: none !important;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pl-40 {
  padding-left: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mtb-20 {
  margin: 20px 0;
}

.header {
  padding: 40px 0px 0px;
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-position: center;
}

.header .row {
  align-items: center;
}

.header .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header .nav-left {
  flex: 1;
}

.header .nav-right {
  display: flex;
  justify-content: flex-end;
}

.header .user-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 15px;
  white-space: nowrap;
  justify-content: flex-end;
}

.header .user-menu .uicon a {
  color: #bcff00;
  transition: all 0.2s linear;
}

.header .user-menu .uicon a:hover {
  opacity: 0.6;
}

.header .user-menu .regbtns {
  background: #bcff00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 3px;
}

.header .user-menu .regbtns a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s linear;
  text-decoration: none;
}

.header .user-menu .regbtns a:hover {
  color: #fff;
}

.header .user-menu .regbtns span {
  height: 15px;
  width: 1.5px;
  display: block;
  background-color: #000;
}

.header .navlist ul {
  position: absolute;
  top: 32px;
  right: 0;
  flex-direction: column;
  background: #fff;
  padding: 20px !important;
  text-align: left;
  align-items: flex-start;
  display: none;
  z-index: 1000;
}

.header .navlist a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s linear;
  text-transform: uppercase;
}

.header .navlist a img {
  transition: 0.3s linear;
}

.header .navlist a img:hover {
  opacity: 0.7;
}

.header .navlist a:hover {
  color: #bcff00;
}

.header .navlist a.active {
  color: #bcff00;
}

.header-home {
  padding: 40px 0;
}

.header-home .top-bar {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
  z-index: 101;
}

.header-home .top-bar .user-menu .regbtns {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px 0;
}

.header-home .top-bar .user-menu .regbtns a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s linear;
  text-decoration: none;
}

.header-home .top-bar .user-menu .regbtns a:hover {
  color: #fff;
}

.header-home .top-bar .user-menu .regbtns span {
  height: 15px;
  width: 1.5px;
  display: block;
  background-color: #000;
}

.header-home .row {
  align-items: center;
}

.header-home .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-home .nav-left {
  flex: 1;
}

.header-home .nav-right {
  margin-left: 20px;
}

.header-home .navlist ul {
  display: flex;
  column-gap: 20px;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}

.header-home .navlist a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s linear;
  text-transform: uppercase;
}

.header-home .navlist a img {
  transition: 0.3s linear;
}

.header-home .navlist a img:hover {
  opacity: 0.7;
}

.header-home .navlist a:hover {
  color: #bcff00;
}

.header-home .navlist a.active {
  color: #bcff00;
}

.menubar {
  display: none;
}

.breadcrumb-wraper {
  background-color: #373739;
  padding: 12px 0px;
}

.breadcrumb-wraper .breadcrumb-list {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.breadcrumb-wraper .breadcrumb-list li {}

.breadcrumb-wraper .breadcrumb-list li a {
  color: #fff;
  font-size: 15px;
}

.breadcrumb-wraper .breadcrumb-list span {
  width: 2px;
  height: 15px;
  background-color: #bcff00;
}

.main-heading {
  font-size: 28px;
  font-weight: 700;
  color: #ffff;
}

.detail-section {
  padding: 40px 0px 40px;
}

.cat-session-duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cat-inner-wraper {
  display: flex;
  column-gap: 40px;
  margin: 30px 0px;
}

.cat-inner .cat-text {
  font-size: 13px;
  font-weight: 400;
  color: #d0c7c7;
}

.cat-inner .strategy-text {
  color: #787171;
  font-size: 13px;
  font-weight: 400;
}

.boxes-wraper .singlebox {
  display: flex;
  column-gap: 12px;
}

.main-img {
  min-width: 77%;
}

.main-img img {
  width: 100%;
}

.main-img-box {
  display: flex;
}

.boxes-wraper {
  background-color: #bcff00;
  width: 33%;
  min-height: 100%;
}

.image-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.calernder-arrow {
  display: flex;
  column-gap: 12px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 14px;
}

.info-box {
  background-color: #bcff00;
  padding: 40px 30px !important;
  border-bottom: 1px solid;
  display: flex;
  flex-direction: row;
  color: #000;
  gap: 20px;
  height: 33.33%;
}

.info-box .icon-div {
  width: 25%;
}

.info-details .det-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.info-details .info-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.info-details .det-cta {
  font-size: 13px;
}

.single-parent {
  padding: 17px 36px;
  border-bottom: 3px solid #ffff04;
  height: 33.33%;
}

.short-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.bar-line {
  width: 100%;
  background-color: #dcdcde;
  height: 3px;
  position: relative;
}

.bar-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 3px;
  background-color: #bcff00;
}

.sidebar-video {
  margin: 20px 0px 70px;
  position: relative;
  cursor: pointer;
}

.vid-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #bcff00;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.vid-icon img {
  width: 10.5px !important;
}

.sidebar-video img {
  width: 100%;
  box-shadow: 0 3px 10px #e4cdcd33;
}

.arrow-btn {
  width: 45px;
  height: 45px;
  background-color: #bcff00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0px;
}

.allmasterclass-btn {
  background-color: #2a2a2c;
  padding: 10px 0px;
  color: #ffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 2px solid #565659;
  width: 100%;
  max-width: 65%;
}

.mc-tab-section {
  padding: 30px 0px;
}

.mc-tabs-ul .nav-link {
  border: 1px solid #9f9f9f;
  border-radius: 10px 10px 0px 0px;
  border-collapse: collapse;
  font-size: 15px;
  color: #ffffff !important;
  background-color: #2e2e2e;
  padding: 15px;
  transition: all 0.3s ease;
  width: 250px;
  text-align: center;
  text-transform: uppercase;
}

.mc-tabs-ul .nav-link:hover {
  background-color: #2e2e2e;
}

.mc-tabs-ul .nav-link.active {
  font-weight: 600;
  background-color: #000000;
}

.mc-tab-content .tab-pane {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}

.mc-content-wrapper {
  display: flex;
  gap: 100px;
  flex-direction: row;
}

.mc-tab-section .discription-right-content {
  color: #ffffff;
}

.mc-tab-section .discription-right-content .upcoming-heading {
  border-bottom: 1px solid #828282;
  /* font-weight: 600;
    font-size: 16px; */
  /* / padding: 10px 0px 10px 0px; / */
}

.mc-tab-section .discription-right-content .upcoming-heading .heading {
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 10px 0px 0px 0px;
  /* / border-image: linear-gradient(to right, red 0%, red 75%, transparent 75%); / */
}

.mc-tab-section .discription-right-content .upcoming-heading .heading:after {
  content: "";
  display: block;
  width: 20%;
  padding: 0px 0px 10px 0px;
  border-bottom: 3px solid yellowgreen;
  margin-bottom: -1px;
}

.mc-tab-section .discription-right-content .guides-list {
  margin: 20px 0px;
}

.mc-tab-section .discription-right-content .guide-content-1 {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.mc-tab-section .discription-right-content .guide-content-1 .guide-img {
  background-color: #cdcdcd;
  width: 100px;
  height: 70px;
}

.mc-tab-section .discription-right-content .guide-content-1 .guide-text {
  font-size: 14px;
}

.booking-btn-wrapper {
  display: flex;
  gap: 20px;
  width: 80%;
  margin: 60px 0 !important;
  align-items: flex-start;
}

.booking-btn {
  width: 40%;
  display: flex;
}

.booking-btn a {
  background: #bcff00;
  padding: 18px 30px !important;
  border-radius: 3px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.booking-desc {
  width: 60%;
}

.booking-desc p {
  color: #b7b1b1;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.contact {
  background: #bcff00;
  padding: 35px 0px;
}

.contact .contact-mesg {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact .cont-para {
  font-size: 16px;
}

.contact .contact-but {
  text-align: right;
}

.contact-but button {
  transition: 0.3s linear;
}

.contact-but button:hover {
  opacity: 0.7;
}

.contact .row.al-contact {
  align-items: center;
}

.add-text {
  font-size: 14px;
}

.contact .contact-but button {
  border: none;
  background: #fff;
  padding: 10px 20px;
  font-weight: 700;
}

.contact .cont-title {
  font-size: 30px;
  font-weight: 700;
}

.contact .mesg-img {
  margin-top: 8px;
}

.contact .mesg-img img {
  width: 35px;
}

button {
  text-transform: uppercase;
}

.two-sections {
  background-color: #fff;
  padding: 70px 0;
}

.two-sections h2 {
  color: #000 !important;
}

/* testimonial */

.testimonial {
  margin-top: 40px;
  padding-right: 40px;
}

.test-content {
  padding: 30px 40px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  line-height: 26px;
}

.test-info {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-left: 25px;
  margin-top: 25px;
}

.test-info img {
  width: 70px;
  padding: 15px;
  background: #d0d0d0;
  border-radius: 50%;
}

.client-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.client-info .name {
  font-size: 14px;
  font-weight: 700;
}

.client-info .designation {
  font-size: 14px;
  color: #b3b3b3;
}

/* accordion */

.accordion {
  margin-top: 40px;
}

.accordion-button {
  background: transparent !important;
  text-transform: none;
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-button::after {
  background-image: url("../images/add.png") !important;
}

.partners {
  padding: 70px 0;
  background-color: #f7f7f7;
}

.partners h2 {
  color: #000 !important;
}

.partner-wrapper {
  display: flex;
  gap: 40px;
}

.partner-logo {
  padding: 30px 72px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.partner-logo:hover {
  border-bottom: 2px solid #bcff00;
}

/* / footer / */

.footer {
  background: #161618;
  padding: 60px 0px;
}

.footer .f-box-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 14px;
}

.footer .box {
  background: #fff;
  width: 60px;
  height: 55px;
}

.footer .box-text {
  color: #6c757d;
}

.footer .f-two-title {
  border-bottom: 1px solid #6c757d;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.footer .one-text {
  padding-top: 12px;
  padding-bottom: 21px;
}

.footer .f-two-content {
  margin-top: 38px;
}

.footer .footer-one .logo img {
  width: 50px;
}

.footer .f-three-content ul li a {
  text-decoration: none;
  color: #6c757d;
}

.footer .f-three-content ul li {
  margin-bottom: 18px;
  list-style: disc;
}

.footer .add-image-text {
  display: flex;
  gap: 15px;
}

.footer .address {
  display: flex;
  gap: 10px;
  margin-top: 19px;
  color: #6c757d;
}

.footer .footer-one .one-button button {
  color: #bcff00;
  background: none;
  border: 1px solid #6c757d;
  padding: 5px 10px;
  text-transform: capitalize;
}

.footer .f-fou-text {
  color: #6c757d;
}

.footer .one-text {
  color: #6c757d;
}

.f-down-t-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer-icon {
  display: flex;
  gap: 24px;
}

.footer .footer-icon a {
  transition: 0.3s ease-in;
}

.footer .footer-icon a:hover {
  opacity: 0.7;
}

.footer .footer-down-text {
  margin-top: 60px;
  border-top: 1px solid;
  padding-top: 44px;
}

.footer .f-d-text {
  color: #6c757d;
}

.loc .loc-icon {
  min-width: 18px;
  height: 24px;
}

/* homepage */

.hero-panel {
  background-image: url("../images/home-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 270px 0 100px;
  margin-top: -150px;
  display: flex;
}

.hero-panel .hp-content {}

.hero-panel .hp-content h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.hero-panel .hp-content h2 span {
  color: #bcff00;
}

.hero-panel .hp-content p {
  color: #fff;
  margin-top: 20px !important;
  font-size: 20px;
}

.hero-panel .cta-btn-text {
  justify-content: flex-start;
}

.home-about {
  background-color: #fff;
  padding: 50px 0;
}

.home-about .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 40px;
  text-align: center;
}

.home-about .icon-box img {}

.home-about .icon-box .ib-heading {
  font-weight: 600;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.home-about .icon-box .ib-content {
  font-weight: 300;
  color: #b3b3b3;
}

.home-about .icon-box .icon-wrapper {
  height: 75px;
  display: flex;
  align-items: flex-start;
}

.home-about .icon-box .ib-line {
  background-color: #b3b3b3;
  width: 45px;
  margin: 10px 0 15px;
  height: 1px;
}

.masterclassess-section {
  background-image: url("../images/masterclass\ bg.jpg");
  padding: 70px 0;
  background-size: cover;
  background-position: center;
}

.masterclass-wrapper {
  background-color: #fff;
  margin: 0 4px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 5px solid #fff;
  height: 100%;
  transition: all 0.2s linear;
}

.masterclass-wrapper img.mc-img {
  width: 100%;
}

.mc-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.2s linear;
}

.mc-content h3 {
  font-weight: 600;
  font-size: 20px;
  min-height: 72px;
  color: #000;
  transition: all 0.2s linear;
}

.mc-content p {
  font-size: 15px;
  color: #000;
  transition: all 0.2s linear;
}

.mc-btn {
  text-align: right;
}

.mc-btn img {
  padding: 15px;
  cursor: pointer;
}

.masterclass-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.masterclass-link:hover {
  text-decoration: none;
  color: inherit;
}

.masterclass-wrapper:hover {
  border-color: #b3b3b3;
  border-bottom-color: #bcff00;
  background-color: transparent;
}

.masterclass-wrapper:hover .mc-content,
.masterclass-wrapper:hover .mc-content h3,
.masterclass-wrapper:hover .mc-content p {
  color: #fff;
}

.masterclass-wrapper:hover .mc-btn img {
  background-color: #bcff00;
}

.masterclass-link:hover .masterclass-wrapper {
  border-color: #b3b3b3;
  border-bottom-color: #bcff00;
  background-color: transparent;
}

.masterclass-link:hover .mc-content,
.masterclass-link:hover .mc-content h3,
.masterclass-link:hover .mc-content p {
  color: #fff;
}

.masterclass-link:hover .mc-btn img {
  background-color: #bcff00;
}

/* Add new styles to ensure links within masterclass cards are black */
.masterclass-link,
.masterclass-link:link,
.masterclass-link:visited {
  color: inherit;
}

.masterclass-wrapper h3,
.masterclass-wrapper p {
  color: #000;
}

.sec-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.sec-title-left {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.sec-title h2,
.sec-title-left h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffff;
}

.sec-title p,
.sec-title-left p {
  color: #b3b3b3;
}

.sec-title .title-line,
.sec-title-left .title-line {
  height: 1px;
  background-color: #bcff00;
  width: 50px;
}

.cta-btn-text {
  display: flex;
  justify-content: center;
}

.cta-btn-text a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.cta-btn-text img {
  padding: 15px 12px;
  background-color: #bcff00;
  cursor: pointer;
  margin-left: 20px;
}

.home-banner {
  background-color: #595959;
  padding: 70px 0;
}

.hb-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.cstm-heading {
  color: #bcff00;
  font-size: 36px;
  font-weight: 600;
}

.cstm-heading span {
  color: #fff;
}

.hb-content .sub-heading {
  font-size: 34px;
}

.hb-content .inner-content {
  text-align: center;
  width: 80%;
}

.cta-btn {
  padding: 15px 40px !important;
  color: #000;
  background-color: #bcff00;
  font-size: 18px;
  font-weight: 800;
  margin-top: 20px !important;
  text-transform: uppercase;
}

.workshops-section {
  padding: 70px 0;
  background-color: #f7f7f7;
}

.workshops-section .row.heading {
  align-items: center;
}

.workshops-section h2 {
  color: #000;
}

.view-more {
  display: flex;
  justify-content: flex-end;
}

.view-more a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 15px !important;
  border: 1px solid #e7e7e7;
}

.ws-row {
  padding: 35px 0;
  border-bottom: 1px solid #e7e7e7;
}

.ws-row:last-child {
  border-bottom: none;
}

.ws-date-day {
  display: flex;
  flex-direction: column;
}

.date-wrapper p {
  font-size: 15px;
  color: #3e3e3e;
  text-transform: uppercase;
}

.date-wrapper span {
  font-size: 40px;
  color: #bcff00;
  padding-right: 5px !important;
}

.day-wrapper p {
  text-transform: uppercase;
  font-size: 24px;
  color: #b3b3b3;
}

.ws-content {}

.ws-content h3 {
  font-size: 25px;
  text-transform: capitalize;
}

.ws-content .ws-info {
  display: flex;
  flex-direction: row;
  color: #b3b3b3;
  gap: 30px;
  margin: 13px 0;
}

.ws-info p {
  position: relative;
}

.ws-info p:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #b3b3b3;
  right: -17px;
  top: 4px;
}

.ws-content .register {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding: 10px 20px !important;
  border: 2px solid #e7e7e7;
}

.ws-img {
  text-align: center;
  margin-top: 10px;
}

.facilitators {
  padding: 70px 0;
  background-color: #fff;
}

.facilitator-wrapper {
  margin: 0 15px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}

.facilitator-img-wrapper {
  background-color: #d0d0d0;
  height: 220px;
}

.facilitator-img-wrapper img {
  width: 100%;
}

.facilitator-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
}

.facilitator-content .name {
  font-size: 18px;
  color: #b3b3b3;
}

.facilitator-content .designation {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.facilitator-content .info {
  font-size: 14px;
  color: #818181;
}

/* home end */

/* masterclass main page */

.mc-search,
.header-search {
  padding: 30px 0;
  background-color: #252525;
}

.mc-search form,
.header-search form {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
}

.mc-form-field,
.header-form-field {
  padding: 15px;
  width: 100%;
  color: #777;
  -webkit-appearance: none;
  /* Remove default Safari style */
  -moz-appearance: none;
  /* Remove default Firefox style */
  appearance: none;
  /* Remove default style for all browsers */
}

.mc-search button,
.header-search button {
  background-color: #bcff00;
  color: #000;
  font-weight: 800;
  border-radius: 0;
  border-color: #bcff00;
  padding: 10px 40px;
  text-transform: uppercase;
}

.mc-search button:hover,
.header-search button:hover {
  background-color: #bcff00;
  color: #000;
  border-color: #bcff00;
}

.masterclassess-page {
  padding: 70px 0 150px;
  background-image: url("../images/masterclass\ bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.mc-view-count {
  margin-left: 15px;
}

.mc-view-count p {
  color: #777777;
  font-size: 15px;
}

.sidebar-menu {
  margin: 20px 0;
}

.sidebar-menu li {
  line-height: 30px;
}

.sidebar-menu li a {
  color: #fff;
  font-size: 14px;
}

.mc-view {
  display: flex;
  align-items: center;
}

.mc-view-all {
  display: flex;
  margin-right: 15px;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.mc-view-all a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  min-width: 180px;
  text-align: center;
  transition: all 0.2s linear;
}

.mc-view-all a:hover {
  background-color: #bcff00;
  border-color: #bcff00;
  color: #000;
}

.sidebar-menu li a.active,
.sidebar-menu li a:hover {
  color: #bcff00;
  text-decoration: underline !important;
  font-weight: 600;
}

.popular-mc {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.popular-mc-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.popular-mc-wrapper img {}

.popular-mc-wrapper p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.popular-mc-wrapper a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.pagination {
  display: flex;
  flex-direction: row;
  margin-left: 15px;
}

.pagination ul {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.pagination ul li {}

.pagination ul li a {
  color: #fff;
  display: flex;
  font-size: 16px;
  border: 2px solid #fff;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.pagination ul li a.active {
  background-color: #bcff00;
  border-color: #bcff00;
  color: #000;
}

.pagination ul li a:hover {
  background-color: #bcff00;
  border-color: #bcff00;
  color: #000;
}

/* about us page */

.about-us-section {
  padding: 70px 0;
  background-color: #fff;
}

.about-us-section p {
  line-height: 30px;
}

.about-values {
  background-image: url("../images/dark-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
}

.facilitator-modal.modal-dialog {
  max-width: 550px;
}

.facilitator-modal .modal-content {
  border-top: 8px solid #bcff00;
  border-radius: 0;
}

.facilitator-modal .modal-body {
  padding: 40px 40px 0;
  font-size: 15px;
}

.facilitator-modal .modal-body p {
  font-size: 15px;
  line-height: 25px;
}

.facilitator-modal .modal-body .links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.facilitator-modal .modal-body ul {
  margin-left: 18px;
}

.facilitator-modal .modal-body ul li {
  list-style: disc;
}

.facilitator-modal .modal-body .links a {
  text-decoration: underline !important;
  color: #212529;
}

.facilitator-modal .modal-body .contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.facilitator-modal .modal-body .contact-details a {
  color: #ababab;
}

.facilitator-modal .modal-body .contact-details i {
  padding-right: 5px;
}

.facilitator-modal .modal-footer {
  padding: 0 40px;
  justify-content: flex-start;
  border-top: none;
}

.facilitator-modal .modal-footer {
  background-image: url("../images/modal-bottom.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  height: 100px;
}

.facilitator-modal .modal-footer a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.facilitator-modal .modal-footer img {
  background-color: #418cff;
  padding: 10px;
  border-radius: 5px;
  width: 40px;
}

.facilitator-modal .modal-footer p {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

/* self study page */

.self-study {
  padding: 70px 0;
  background-color: #000;
}

.dotted-box {
  margin-top: 50px;
  border: 1px dashed #b3b3b3;
  padding: 20px 30px;
  position: relative;
}

.dotted-box .border-line {
  background-color: #bcff00;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.dotted-box p {
  color: #b3b3b3;
  font-size: 20px;
}

.self-study-icons {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

.ss-icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.ss-icon-wrapper p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.two-col-sec {
  padding: 70px 0;
  background-image: url("../images/dark-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.two-col-sec p {
  line-height: 30px;
}

/* calendar page */

.class-notification {
  background-color: #fff;
  padding: 30px 0;
}

.class-notification p {
  color: #3e3e3e;
}

.class-notification a {
  color: #3e3e3e;
  text-decoration: underline !important;
}

.calendar-search {
  background: #ebe9ea;
}

.cal-form-field {
  padding: 15px 15px 15px 10px;
  width: 78%;
  color: #777;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.calendar-search button {
  background-color: #bcff00;
  font-weight: 800;
  border-radius: 0;
  border-color: #bcff00;
  padding: 15px;
}

.calendar-search button i {
  font-size: 22px;
}

.form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.form-row label {
  width: auto;
  padding: 15px 0 15px 15px;
  background: #fff;
  line-height: 27px;
}

.full-form-row select {
  width: 94%;
}

.calendar-page {
  padding: 0 0 70px 0;
  background-color: #000;
}

.btns-wrapper {
  display: flex;
}

.btns-wrapper .reserve-seat {
  color: #000;
  background-color: #bcff00;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px !important;
  margin-bottom: 15px;
  width: 100%;
}

.btns-wrapper .reg-full {
  color: #f70000;
  background-color: #b1b1b1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px !important;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.btns-wrapper .full-length {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px !important;
  margin-bottom: 15px;
  width: 100%;
}

.calendar-page .date-wrapper {
  display: flex;
  align-items: center;
}

.calendar-page .date-wrapper span {
  font-size: 50px;
  padding-right: 0 !important;
}

.ws-info-wrapper {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
}

.ws-info-wrapper .first-col {
  display: flex;
  gap: 15px;
}

.class-type-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #b3b3b3;
  padding: 15px;
  gap: 12px;
  justify-content: space-between;
}

.class-type {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.class-type img {
  margin-right: 10px;
}

.reg-wrapper {
  display: flex;
  gap: 120px;
  align-items: flex-end;
  justify-content: space-between;
}

.fee-wrapper .reg-notification {
  color: #f70000;
  font-size: 17px;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  white-space: nowrap;
}

.fee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fee-wrapper .regular-fee {
  font-size: 22px;
}

.fee-wrapper .discounted-fee {
  font-size: 24px;
  font-weight: 600;
}

.reg-fee-notification {
  font-size: 18px;
  color: #808080;
  text-transform: uppercase;
}

.calendar-page .ws-row {
  border-bottom: none;
}

.calendar-page .ws-row:nth-child(odd) {
  background-color: #f7f7f7;
}

.calendar-page .ws-row:nth-child(even) {
  background-color: #ffffff;
}

.pagination-dark {
  display: flex;
  flex-direction: row;
}

.pagination-dark ul {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.pagination-dark ul li {}

.pagination-dark ul li a {
  color: #000;
  display: flex;
  font-size: 16px;
  border: 2px solid #e7e7e7;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.pagination-dark ul li a.active {
  background-color: #bcff00;
  border-color: #bcff00;
  color: #fff;
}

.pagination-dark ul li a:hover {
  background-color: #bcff00;
  border-color: #bcff00;
  color: #fff;
}

/* corporate clients */

.corporate-clients {
  padding: 70px 0;
  background-color: #0e0e0e;
}

.corporate-clients .dotted-box p {
  color: #fff;
  text-align: center;
}

.corporate-clients .cta-btn-text {
  justify-content: flex-start;
}

.transparent-bg-btn {
  display: flex;
}

.transparent-bg-btn a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  min-width: 180px;
}

.white-bg-btn {
  display: flex;
}

.white-bg-btn a {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
}

.video-div {
  margin: 30px 0 0;
  position: relative;
  cursor: pointer;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #bcff00;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.video-div img {
  width: 100%;
}

.video-div .video-icon img {
  width: 30px !important;
  box-shadow: 0 3px 10px #e4cdcd33;
}

.video-heading {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.bar-line {
  width: 100%;
  background-color: #dcdcde;
  height: 3px;
  position: relative;
}

.bar-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 3px;
  background-color: #bcff00;
}

.video-overlay {
  position: absolute;
  background-color: #00000042;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1;
}

.cc-portfolio {
  padding: 70px 0;
  background-color: #bcff00;
}

.cc-portfolio-content {}

.cc-portfolio-content p:first-child {
  padding-top: 0;
}

.cc-portfolio-content p {
  padding-top: 20px;
}

.cc-portfolio-content ul {}

.cc-portfolio-content ul li {
  list-style: disc;
  margin-left: 20px;
}

.cc-portfolio-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cc-portfolio-img-wrapper p {
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  font-weight: 600;
}

.cc-large-img {
  display: flex;
  justify-content: center;
}

/* cart page */

.cart-product-details {
  padding: 70px 0;
  background-color: #fff;
}

.cart-table {
  border: 1px solid #e7e7e7;
  text-align: center;
}

.cart-table i {
  color: #b9b6b6;
}

.cart-total {
  border: 1px solid #e7e7e7;
}

.table.cart-total> :not(caption)>*>* {
  padding: 15px;
  font-size: 15px;
}

.c-product-box {
  display: flex;
  gap: 50px;
  align-items: center;
}

.table.cart-table> :not(caption)>*>* {
  padding: 15px;
  font-size: 15px;
}

.cart-table thead th,
.cart-total thead th {
  color: #747474;
}

.cart-table tbody th {
  text-align: center;
}

.c-form-wrapper {
  margin-left: 15px;
}

.cart-table button {
  background: #bcff00;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  padding: 12px;
  border: none;
}

.coupan-btn {
  text-align: left;
}

.cart-table .form-control {
  width: auto;
  display: inline;
  font-size: 13px;
  padding: 10px;
  border-radius: 3px;
}

.update-cart {
  background: #bcff00;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  padding: 10px;
  text-transform: uppercase;
}

/* dashboard */
.dbtabs-list {
  background: #0e0e10;
}

.dbtabs-list ul.nav-tabs li button {
  color: #b1b1b1;
  transition: all 0.2s linear;
  padding: 15px 25px;
  border: solid 1px #797778;
  border-radius: 15px 15px 0 0;
  background: #000000;
}

.dbtabs-list ul.nav-tabs li button.active {
  color: #fff;
  background: #282828;
  font-weight: 600;
  border: solid 1px #797778;
}

.dbtabs-list ul.nav-tabs li:last-child button {
  color: #fff;
  background: #000000;
}

.dbtabs-list ul.nav-tabs li:last-child button.active {
  background: #282828;
}

.dbtab-content {
  background: #0e0e10;
}

.bw-bg {
  background-image: linear-gradient(90deg, #fff 58%, #000 0%);
}

.custom-border {
  background: #727272;
  width: 100%;
  height: 2px;
}

/* registered course */
.dbtab-content .ws-content h3 {
  color: #bcff00;
}

.dbtab-content .date-wrapper p {
  color: #fff;
}

.dbtab-content .class-type {
  color: #fff;
}

.inline-dw.date-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
}

.inline-dw.date-wrapper span {
  font-size: 50px;
  padding-right: 0 !important;
}

.dbtab-content .course-materials h3,
.dbtab-content .course-modules h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.dbtab-content .course-materials p,
.dbtab-content .course-modules p {
  color: #fff;
}

.dbtab-content .documents-download {}

.dbtab-content .documents-download p {
  font-weight: 600;
  color: #fff;
}

.dbtab-content .documents-download ul li a {
  color: #b3b3b3;
  text-decoration: underline !important;
}

p.mc-date {
  color: #bcff00;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
}

/* completed course */

.certificate-btn {
  background-color: #bcff00;
  color: #000;
  padding: 10px 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.certificate-btn img {
  margin-left: 10px;
}

/* overview self study */

.course-modules-list-wrapper {}

.course-modules-list-wrapper ol {}

.course-modules-list-wrapper ol li {
  list-style: decimal;
}

.course-modules-list-wrapper .course-modules-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
}

.course-modules-list-wrapper .course-modules-list .module-title {}

.course-modules-list-wrapper .course-modules-list .module-title p {
  color: #000;
}

.course-modules-list-wrapper .course-modules-list .module-status {}

.course-modules-list-wrapper .course-modules-list .module-status .completed {
  font-style: italic;
  text-decoration: underline;
  font-size: 19px;
  color: #000;
}

.course-modules-list-wrapper .course-modules-list .module-status .open {}

/* design your program starts */

.design-program {
  padding: 20px 0;
}

.project-title {
  text-align: right;
}

.project-title h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.project-title h2 span {
  color: #bcff00;
}

.project-content-row .col-md-6:first-child {
  padding: 0;
  padding-right: 5px;
}

.project-content-row .col-md-6:last-child {
  padding: 0;
  padding-left: 5px;
}

.project-content-wrapper {
  display: flex;
  gap: 6px;
}

.pc-wrapper-box {
  background-color: #bcff00;
  border: 2px #6c757d dashed;
  height: 80px;
  width: 50%;
}

.pc-wrapper-box p {
  font-size: 12px;
}

.project-steps {}

.project-steps h2 {
  color: #bcff00;
  font-weight: 600;
  font-size: 30px;
}

.project-steps p {
  font-size: 25px;
  color: #fff;
}

.project-steps p a {
  color: #bcff00;
}

.program-tabs-ul {
  border-bottom: none;
}

.program-tabs-ul .nav-link {
  border: 1px solid #7d7c7d;
  border-radius: 10px 10px 0px 0px;
  border-collapse: collapse;
  font-size: 15px;
  color: #ffffff !important;
  background-color: #000;
  padding: 15px;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  border-bottom: none;
}

.program-tabs-ul .nav-link:hover {
  background-color: #2e2e2e;
}

.program-tabs-ul .nav-link.active {
  font-weight: 600;
  background-color: #2e2e2e;
}

.program-tab-content {
  border: 2px solid #7d7c7d;
  padding: 20px 15px;
}

.program-tab-content .tab-pane {}

.program-wrapper .module-info p {
  font-weight: 600;
  font-size: 16px;
  color: #bcff00;
}

.programs-boxes-wrapper {
  display: flex;
  flex-direction: row;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.programs-col-boxes {
  width: 23%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.programs-col-boxes p.day-count {
  color: #bcff00;
  text-align: center;
}

.dragged-box-wrapper {
  border: 2px dashed #fff;
  height: 70px;
}

.comment-module {
  margin-top: 20px;
}

.comment-module p {
  color: #fff;
  font-size: 16px;
}

.comment-module form {}

.comment-module form textarea {
  width: 74%;
}

.mc-heading-project {
  text-align: center;
}

.mc-heading-project p {
  font-size: 16px;
  color: #bcff00;
  text-transform: uppercase;
  font-weight: 600;
}

.draggable-boxes-wrapper {
  display: flex;
  gap: 6px;
  margin-top: 30px;
}

.draggable-boxes-cols {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.draggable-boxes-cols p.heading {
  color: #bcff00;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
}

.draggable-boxes {
  background: grey;
  padding: 8px 30px 8px 8px;
  border: 1px dashed #fff;
  position: relative;
}

.draggable-boxes .project-db-title {
  color: #fff;
  font-size: 13px;
}

.draggable-boxes-won .project-db-title-won {
  color: #000;
  font-size: 12px;
}

.q-icon {
  position: absolute;
  background: #bcff00;
  right: 0;
  top: 0;
  height: 25px;
  border-radius: 50%;
  width: 25px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.q-icon i {
  font-size: 12px;
}

.masterclass-info-icon {
  font-size: 12px;
}

/* design your program ends */

@media (max-width: 991px) {
  .header .navlist a {
    font-size: 10px;
  }

  .header-home .navlist a {
    font-size: 10px;
  }

  .main-img-box {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .single-parent {
    width: 33%;
  }

  .boxes-wraper {
    display: flex;
    width: 100%;
  }

  .video {
    margin: 40px 0px 40px;
    width: 100%;
  }

  .mc-tabs-ul .nav-link {
    font-size: 12px;
    width: auto;
  }

  .mc-content-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .tab-content.mc-tab-content.pt-5 {
    padding-top: 15px !important;
  }

  .mc-tab-section .discription-right-content .upcoming-heading .heading {
    font-size: 15px;
  }

  .mc-tab-section .discription-right-content .upcoming-heading .heading:after {
    width: 10%;
  }

  .mc-tab-section .discription-right-content .guide-content-1 .guide-text {
    font-size: 12px;
  }

  .mc-tab-section .discription-right-content .guide-content-1 .guide-img {
    width: 80px;
  }

  .mc-tab-section .discription-right-content .guide-content-1 {
    align-items: center;
  }

  .address-text {
    font-size: 10px;
  }

  .footer .add-image-text {
    align-items: center;
  }

  .add-text {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .pl-40 {
    padding-left: 15px;
  }

  .menubar {
    display: block;
  }

  .navlist {
    position: relative;
    text-align: right;
  }

  .header .navlist ul {
    position: absolute;
    top: 32px;
    right: 0;
    flex-direction: column;
    background: #fff;
    padding: 20px !important;
    text-align: left;
    align-items: flex-start;
    display: none;
  }

  .header {
    padding: 15px 0px 0px;
  }

  .header .navlist a {
    color: #000;
    font-size: 14px;
  }

  .header .navlist a.active {
    color: #bcff00;
    font-weight: 600;
  }

  .header .navlist li {
    margin-top: 10px;
  }

  .header .navlist li:first-child {
    margin-top: 0px;
  }

  .header .navlist li:last-child {
    display: none;
  }

  .header-home .navlist ul {
    position: absolute;
    top: 32px;
    right: 0;
    flex-direction: column;
    background: #fff;
    padding: 20px !important;
    text-align: left;
    align-items: flex-start;
    display: none;
  }

  .header-home {
    padding: 15px 0px 0px;
  }

  .header-home .navlist a {
    color: #000;
    font-size: 14px;
  }

  .header-home .navlist a.active {
    color: #bcff00;
    font-weight: 600;
  }

  .header-home .navlist li {
    margin-top: 10px;
  }

  .header-home .navlist li:first-child {
    margin-top: 0px;
  }

  .header-home .navlist li:last-child {
    display: none;
  }

  .breadcrumb-wraper .breadcrumb-list li a {
    font-size: 9px;
  }

  .breadcrumb-wraper .breadcrumb-list span {
    margin-top: 6px !important;
    height: 10px;
  }

  .breadcrumb-wraper .breadcrumb-list {
    column-gap: 9px;
  }

  .main-heading {
    font-size: 18px;
  }

  .detail-section {
    padding: 20px 0px 0px;
  }

  .cat-inner .cat-text {
    font-size: 12px;
  }

  .cat-inner .strategy-text {
    font-size: 12px;
  }

  .cat-inner-wraper {
    column-gap: 15px;
  }

  .single-parent {
    padding: 18px 10px;
    border-right: 2px solid #ffff04;
    border-bottom: unset;
  }

  .info-box {
    padding: 10px !important;
    flex-direction: column;
    border: unset;
    gap: 10px;
  }

  .det-heading {
    font-size: 11px !important;
  }

  .info-details .info-cta {
    gap: 10px;
  }

  .info-details .det-cta {
    font-size: 11px !important;
  }

  .info-cta img {
    width: 13%;
  }

  .image-heading {
    font-size: 11px;
    line-height: 15px;
  }

  .calernder-arrow {
    font-size: 12px;
    column-gap: 5px;
  }

  .calernder-arrow img {
    width: 15px;
  }

  .logo {
    width: 40px;
  }

  .mc-tab-section .discription-right-content .upcoming-heading .heading {
    font-size: 14px;
  }

  .booking-btn-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .booking-btn,
  .booking-desc {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .booking-desc p {
    text-align: center;
  }

  .contact .contact-but {
    text-align: center;
    margin-top: 26px;
  }

  .address-text {
    font-size: 13px;
  }

  .footer-two {
    margin-top: 24px;
  }

  .f-down-t-content {
    display: block;
    text-align: center;
  }

  .footer .footer-icon {
    justify-content: center;
    margin-top: 15px;
  }

  /* homepage */

  .hero-panel {
    padding: 190px 0 50px;
  }

  .hero-panel .hp-content h2 {
    font-size: 22px;
  }

  .hero-panel .hp-content p {
    font-size: 16px;
  }

  /* masterclasses page */

  .masterclassess-section {
    padding: 50px 0;
  }

  .mc-view {
    gap: 15px;
  }

  .mc-view-count {
    text-align: center;
    margin-left: 0;
  }

  .mc-view-all {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home-about .icon-box .ib-heading {
    font-size: 16px;
  }

  .home-about .icon-box .ib-content {
    font-size: 14px;
  }

  .sec-title-left {
    align-items: center;
  }

  .sec-title h2,
  .sec-title-left h2 {
    font-size: 22px;
    text-align: center;
  }

  .sec-title p,
  .sec-title-left p {
    font-size: 14px;
    text-align: center;
  }

  .view-more {
    justify-content: center;
    margin-top: 15px;
  }

  .view-more a {
    padding: 10px 15px !important;
  }

  .masterclass-wrapper {
    margin: 10px 4px;
  }

  .mc-content h3 {
    font-size: 16px;
    min-height: auto;
  }

  .mc-content p {
    font-size: 14px;
  }

  .cta-btn-text.mt-30 {
    margin-top: 15px;
  }

  .cta-btn-text a {
    font-size: 14px;
  }

  .cta-btn-text img {
    padding: 10px 7px;
    width: 30px;
    margin-left: 10px;
  }

  .home-banner {
    padding: 50px 0;
  }

  .cstm-heading {
    font-size: 22px;
  }

  .hb-content .sub-heading {
    font-size: 16px;
  }

  .hb-content .inner-content {
    width: 100%;
  }

  .hb-content p {
    font-size: 14px;
    text-align: center;
  }

  .cta-btn {
    font-size: 14px;
    margin-top: 10px !important;
    padding: 10px 15px !important;
  }

  .contact .contact-mesg {
    flex-direction: column;
    align-items: center;
  }

  .contact-text {
    text-align: center;
  }

  .contact .cont-title {
    font-size: 22px;
  }

  .contact .cont-para {
    font-size: 14px;
  }

  .contact .contact-but {
    margin-top: 15px;
  }

  .contact .contact-but button {
    font-size: 14px;
  }

  .workshops-section {
    padding: 50px 0;
  }

  .ws-date-day {
    align-items: center;
  }

  .day-wrapper p {
    font-size: 22px;
  }

  .ws-content h3 {
    font-size: 22px;
    text-align: center;
  }

  .ws-content .ws-info {
    gap: 0;
    font-size: 14px;
    padding: 0 15px;
    text-align: left;
  }

  .ws-content {
    text-align: center;
  }

  .facilitators {
    padding: 50px 0;
  }

  .facilitator-wrapper {
    margin: 10px 4px;
  }

  .two-sections {
    padding: 50px 0;
  }

  .testimonial {
    margin-top: 20px;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .partners {
    padding: 50px 0;
  }

  .partner-wrapper {
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  /* masterclass page */

  .masterclassess-page {
    padding: 50px 0;
  }

  .masterclassess-page .mt-30 {
    margin-top: 0;
  }

  .masterclassess-page .pagination {
    margin: 50px 0 50px 15px;
  }

  .mc-search form,
  .header-search form {
    flex-direction: column;
  }

  /* self study page */

  .self-study {
    padding: 50px 0;
  }

  .self-study p,
  .two-col-sec p {
    text-align: center;
    font-size: 14px;
  }

  .self-study-icons {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
  }

  /* calendar page */
  .calendar-page {
    padding: 0 0 50px 0;
  }

  .cal-form-field,
  .full-form-row select {
    width: 100%;
  }

  .calendar-page .ws-row:first-child {
    padding-top: 0;
  }

  .ws-info p:first-child::after {
    display: none;
  }

  .pagination-dark {
    justify-content: center;
  }

  .pagination-dark.mt-30 {
    margin-top: 0;
  }

  .btns-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .ws-content .register,
  .ws-content .class-type {
    padding: 7px 17px !important;
  }

  .calendar-page .ws-info-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .reg-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .fee-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .class-type-wrapper {
    padding: 4px;
    justify-content: center;
  }

  .first-col .ws-info {
    flex-direction: column;
  }

  /* corporate clients */

  .corporate-clients {
    padding: 50px 0;
  }

  .corporate-clients .cta-btn-text {
    justify-content: center;
  }

  .transparent-bg-btn {
    justify-content: center;
  }

  .video-div-wrapper {
    margin-top: 30px;
  }

  .video-heading {
    font-size: 22px;
  }

  .video-icon {
    width: 70px;
    height: 70px;
  }

  .two-col-sec {
    padding: 50px 0;
  }

  .cc-portfolio {
    padding: 50px 0;
  }

  .cc-portfolio-content p {
    font-size: 14px;

    text-align: center;
  }

  .cc-portfolio-content ul {
    margin-top: 10px;
  }

  .cc-portfolio-content ul li {
    text-align: center;
    font-size: 14px;
    list-style: none;
  }

  .cc-portfolio-img-wrapper {
    margin-top: 20px;
  }

  .white-bg-btn {
    justify-content: center;
  }

  .cc-large-img.mt-30 {
    margin-top: 0;
  }

  /* cart page */

  .table.cart-table> :not(caption)>*>* {
    padding: 15px;
    font-size: 13px;
  }

  .c-product-box {
    gap: 15px;
    margin-right: 30px;
  }

  .c-product-box p {
    line-height: 16px;
    text-align: left;
  }

  a.update-cart {
    display: block;
  }

  .bw-bg {
    background-image: none;
  }

  /* dashboard */

  .side-overview-wrapper {
    background: #000;
    padding: 20px 15px;
    margin: 20px 0;
  }

  .dbtabs-list ul.nav-tabs {
    justify-content: center;
  }

  .dbtabs-list ul.nav-tabs li button {
    border-right: none;
  }
}

.masterclass-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  overflow-x: visible;
  padding: 10px 15px;
  margin: 0 -15px;
}

.masterclass-item {
  flex: 1;
  width: calc(25% - 22.5px);
  max-width: none;
}

.masterclass-wrapper {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 5px solid #fff;
  height: 100%;
  transition: all 0.2s linear;
}

/* Ensure images maintain aspect ratio */
.mc-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Hide scrollbar but keep functionality */
.masterclass-container::-webkit-scrollbar {
  display: none;
}

.masterclass-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Container adjustments */
.row.mt-30 {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.masterclassess-section .container {
  max-width: 1320px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}