@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px;
  color: #393939;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "arial";
  src: url(../fonts/arial.TTF);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

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

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-10 {
  padding-top: 100px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-size: 55px;
  color: #07ff4b;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h2 {
  font-size: 45px;
  color: #231f20;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 25px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menusection-button {
  text-align: end;
}

.menusection-button a {
  margin: 0 0 0 auto;
}

.header-logo a img {
  width: 140px;
  height: 97px;
  object-fit: contain;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #07ff4b;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.add-padding {
  padding: 0 4%;
}

.theme-btn-1 {
  border: 1px solid #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 30px;
  border-radius: 10px;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  position: relative;
  color: #fff;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
}

.theme-btn-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-25deg);
  transition: 0.6s;
}

.theme-btn-1:hover::after {
  left: 130%;
}

.theme-btn-1:hover {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #07ff4b, #07ff4b) !important;
  color: #000 !important;
}

/* Header Ends */

/* Banner Start */

section.main_slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-shadow.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
}

.banner_text h1 span {
  color: #fff;
}

.banner_text {
  position: relative;
  z-index: 9;
  text-align: center;
}

.banner_text label {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

section.main_slider {
  position: relative;
  margin-bottom: -1px;
}

.banner_text p {
  font-size: 18px;
  color: #ffffff;
  width: 38%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}

.banner_text a {
  margin: 0 auto;
  margin-top: 30px;
  padding: 12px 35px;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

section.main_slider .img-fluid {
  max-width: 100%;
  height: auto;
  animation: zoomInOut 20s ease-in-out infinite;
  width: 100%;
}

/* Banner Ends */

/*Our Programs Start */

.our-programs-heading {
  text-align: center;
}

.our-programs-heading h2 {
  text-transform: uppercase;
  color: #07ff4b;
  font-weight: 600;
  font-size: 60px;
}

.our-programs-sec .container-fluid {
  padding: 0;
}

.our-programs-silder .slick-active {
  opacity: 1.5;
}

.our-programs-silder-items {
  margin-top: 40px;
  background: #e3e3e3;
  transition: 0.5s;
  border-radius: 8px;
}

.our-programs-silder .slick-slide {
  margin: 0px 8px;
}

.our-programs-sec .container-fluid {
  padding-left: 4%;
}

.our-programs-silder-items-img img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.our-programs-silder-items-text {
  padding: 35px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.our-programs-silder-items-text h2 {
  font-size: 30px;
}

.our-programs-silder-items-text ul {
  margin-top: 10px;
  line-height: 35px;
  margin-bottom: 15px;
}

.our-programs-silder-items-text ul li {
  color: #231f20;
  font-weight: 500;
  font-size: 17px;
}

.our-programs-silder-items-text a {
  color: #231f20;
  border: 1px solid #231f20;
  font-weight: 500;
  padding: 12px 35px;
}

.choose-south-programs-section-back {
  background-image: url(../images/choose-south-programs-back.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #000;
  padding-bottom: 100px;
  background-position: center;
}

.our-programs-silder .slick-track {
  margin-left: -50px;
}

.our-programs-silder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1.2;
}

.our-programs-silder-items:hover {
  background: linear-gradient(45deg, #1e91d6, #0f496b);
  transition: 0.5s;
}

.our-programs-silder-items:hover * {
  color: #fff;
}

.our-programs-silder-items:hover a {
  border: 1px solid #ffff;
}

.our-programs-silder-items-text ul li strong {
  letter-spacing: 0.5px;
}

/*Our Programs Ends */

/*Trusted by South Dade Families Start*/

.trusted-south-dade-families-sec .container-fluid {
  padding: 0 !important;
}

.trusted-south-dade-families-sec .slick-slide {
  margin: 0px 15px;
}

.trusted-south-dade-families-sec .slick-active {
  opacity: 1.5;
}

.trusted-south-dade-families-silder-items {
  background: #1f913ee6;
  text-align: center;
  padding: 20px 20px;
  border-radius: 15px;
  border: 1px solid #fff;
  margin-top: 40px;
}

.trusted-south-dade-families-sec .slick-slide {
  opacity: 1.2;
}

.trusted-south-dade-families-silder-items h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.trusted-south-dade-families-silder-items p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.trusted-south-dade-families-silder-items ul li i {
  color: #ffcb1f;
  font-size: 16px;
}

/*Trusted by South Dade Families Ends */

/*Why Choose South Dade Music Start*/

.why-choose-south-dade-music-box {
  background: #ffffff;
  padding: 30px 10px;
  text-align: center;
  border-radius: 15px;
  margin-top: 35px;
  transition: 0.5s;
  height: 200px;
}

.why-choose-south-dade-music-box h2 {
  font-size: 60px;
  color: #268341;
  font-weight: 800;
  margin-bottom: 5px;
}

.why-choose-south-dade-music-box p {
  font-size: 20px;
  margin-bottom: 0;
}

/*.why-choose-south-dade-music-box:hover {*/
/*    background: #268341;*/
/*    transition: 0.5s;*/
/*}*/

/*Why Choose South Dade Music Ends */

/* Instruments We Teach Start */

.instruments-we-teach-box {
  margin-top: 50px;
  text-align: center;
}

.instruments-we-teach-box span img {
  width: 75px;
  height: 60px;
  object-fit: contain;
}

.instruments-we-teach-box span {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
}

.instruments-we-teach-box p {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
}

.instruments-we-teach-button-row {
  text-align: center;
  margin-top: 30px;
}

.instruments-we-teach-button-row a {
  margin: 0 auto;
}

/* Instruments We Teach Ends */

/*Step Up for Students Start */

.step-up-for-students-sec {
  padding: 100px 0;
}

.step-up-for-students-text label {
  color: #231f20;
  font-size: 22px;
  margin-bottom: 15px;
}

.step-up-for-students-text h2 {
  text-transform: uppercase;
  color: #268341;
  font-size: 49px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.step-up-for-students-text ul {
  line-height: 70px;
  margin-bottom: 25px;
}

.step-up-for-students-text ul li {
  font-size: 18px;
  color: #231f20;
}

.step-up-for-students-text a {
  border: 1px solid #231f20;
  color: #231f20;
}

.step-up-for-students-logo {
  box-shadow: 0 0 30px 0 #00000024;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  height: 345px;
  border-radius: 50%;
}

.step-up-for-students-logo a img {
  width: 234px;
  height: 196px;
  object-fit: contain;
}

/*Step Up for Students Ends */

/* Footer Section Start */

footer.footer-sec {
  position: relative;
  padding: 70px 0 0;
  background-image: url(../images/Image-17.png);
  background-position: center;
  background-color: #000;
}

footer.footer-sec button.theme_btn.btn2 {
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 50%;
  top: 0;
}

ul.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 15px;
  margin-bottom: 15px;
}

ul.footer-social-list li i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  border: 1px solid #ffffff6e;
  font-size: 19px;
}

ul.footer-social-list li i:hover {
  background: #268341;
  transition: 1s ease-in-out;
  color: #fff;
}

.footer-text h2 {
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 30px;
  color: #07ff4b;
  font-weight: 500;
}

footer .col-lg-4.col-md-6.w-set {
  /* width: 30%; */
}

footer .col-lg-2.col-md-6.w-set2 {
  /* width: 19.666666%; */
}

ul.footer-ser li a {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

ul.footer-link li a {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-form {
  position: relative;
}

.footer-form input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding-left: 20px;
  background: transparent;
  border-radius: 230px;
}

.footer-form i {
  font-size: 20px;
  color: #268341;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footr-btn button {
  width: 100%;
  justify-content: center;
}

.footer-text p {
  margin: 10px 0px 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

ul.footer-link {
  display: block;
}

.footer-text {
  position: relative;
}

.footer-text img {
  display: flex;
  margin-bottom: 30px;
}

.bottom-nav {
  padding: 10px 0px;
  text-transform: capitalize;
  border-top: 1px solid #7c7c7c;
  margin-top: 30px;
}

.bottom-nav p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
}

ul.footer-link li {
  border-bottom: 1px solid transparent;
  width: 75%;
  transition: 1s ease-in-out;
}

ul.footer-link li:hover {
  padding-left: 10px;
  border-color: #fff;
  transition: 1s ease-in-out;
  color: #999999;
}

.no-border:before {
  display: none;
}

.footer-text a {
  transition: 0.5s;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
}

.footer-form input::placeholder {
  color: #fff;
}

.btm-links {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
}

.btm-links a {
  color: #fff;
  font-size: 16px;
}

.container-fluid {
  padding: 0 5%;
}

.footer-text.w-set {
  width: 84%;
  padding-left: 12%;
  border-left: 1px solid #ffffffa3;
  margin-left: 16%;
  height: 280px;
}

.footer-text.w-set2 {
  width: 84%;
  padding-left: 12%;
  border-left: 1px solid #ffffffa3;
  margin-left: 16%;
  height: 280px;
}

.footer-text.no-border {
  width: 100%;
  padding-left: 12%;
  border-left: 1px solid #ffffffa3;
  height: 280px;
}

/* Footer Section End */
section.home-map iframe {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  height: 480px;
  filter: grayscale(1);
}

/* Get started */
section.get-started {
  padding: 80px 0;
  background: #000;
}

.get-wrap {
  padding: 50px;
  background-image: linear-gradient(#1d8bcd, #105075);
  text-align: center;
  border-radius: 20px;
}

.get-wrap h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.get-text {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.get-text p {
  color: #fff;
  position: relative;
}

.get-text p:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0.8px;
  height: 20px;
  left: -60px;
  top: 2px;
}

.get-text p:first-child:before {
  display: none;
}

.get-wrap a {
  margin: 0 auto;
  margin-top: 30px;
}

/* end */
/* faqs */
section.faqs {
  padding: 60px 0 60px;
}

.top-heading {
  text-align: center;
  margin-bottom: 40px;
}

.top-heading h3 {
  font-size: 22px;
  color: #231f20;
  font-weight: 400;
  margin-bottom: 10px;
}

.top-heading h2 {
  font-size: 56px;
  color: #268341;
  text-transform: uppercase;
  font-weight: 500;
}

section.faqs .accordion-button {
  font-size: 21px;
  color: #231f20;
  font-weight: 400;
  border-radius: 20px !important;
}

section.faqs .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #231f20 !important;
  border-radius: 10px !important;
}

section.faqs .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: unset;
  background: unset;
}

section.faqs .accordion-button::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 700;
  right: 10px;
  background-image: unset;
  font-size: 15px;
  color: #000;
}

section.faqs .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  content: "\f067";
}

section.faqs .accordion-body {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
}

/* end */
/* performance */
.perf-abt .top-heading h2 {
  color: #07ff4b;
}

.perf-top {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.perf-top p {
  color: #fff;
  position: relative;
}

.perf-top p:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0.8px;
  height: 20px;
  left: -60px;
  top: 2px;
}

.perf-top p:first-child:before {
  display: none;
}

.perf-abt {
  background-image: url(../images/choose-south-programs-back.png);
  background-color: #000;
  padding: 80px 0;
  margin-top: 80px;
}

section.Performances .container-fluid {
  margin: 0 1%;
  width: 98%;
  padding: 0;
}

.gall-box a img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}

.gall-imgs .col-md-3 {
  width: 30%;
  padding: 0;
}

.gall-imgs .col-md-6 {
  width: 40%;
}

img.img-g3 {
  height: 370px;
}
.gall-box a {
  display: block;
  width: 100%;
}

.gall-imgs a.theme-btn-1 {
  margin: 0 auto;
  margin-top: 20px;
}

img.img-g1 {
  height: 560px;
}

.gall-imgs {
  width: 100%;
}
/* end */
/* About us */
section.about {
  padding-top: 70px;
}

section.about h2 {
  font-size: 40px;
  color: #07ff4b;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
}
.abt-text h2:before {
  position: absolute;
  content: "";
  background: #07ff4b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -35px;
  top: 10px;
}

.abt-text:after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: 10px;
  height: 100%;
  width: 1px;
}
section.about p {
  color: #fff;
  font-size: 14px;
  width: 80%;
  margin-top: 10px;
}

.abt-text {
  position: relative;
  padding-left: 30px;
}

section.about .row {
  align-items: center;
}

/* end  */

/* new css */

.page-template-default section.main_slider {
  height: 570px !important;
}

.page-template-pages section.main_slider {
  height: 570px !important;
}

.page-template-default section.main_slider .img-fluid {
  height: 570px !important;
  object-fit: cover;
}
.page-template-pages section.main_slider .img-fluid {
  height: 570px !important;
  object-fit: cover;
}

.page-id-8 section.main_slider {
  height: auto !important;
}

.page-template-pages section.main_slider .img-fluid {
  height: 120vh !important;
  object-fit: cover;
}
.perf-abt {
  margin-top: 0px;
}

/*Media Query Start*/

/*Media Query End*/

html {
  overflow-x: hidden !important;
}
html.js_active.vc_mobile.vc_transform.vc_transform {
  overflow-x: hidden !important;
}

header.entry-header {
  position: absolute;
  top: 0;
  background: transparent;
}

section.inner-pages {
  position: relative;
}

div#input_1_1 p {
  width: 100%;
}

section.faqs {
  background: black;
  z-index: 2;
  position: relative;
}

.page-id-414 section.faqs p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}

.three-col-section {
  padding: 60px 20px;
}

.three-col-section .container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.col-box {
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.col-box img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 15px;
  display: block;
}

.col-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.col-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.vc_tta p {
  color: black !important;
}

.video-slider {
  margin-top: 50px;
}

.Stage-Ready-guarantee.pt-8 .contbox {
  margin: 0px 250px;
  text-align: center;
  background: #1d8439;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  padding: 50px 150px;
}

.contbox h2 {
  color: white;
}

div#field_1_12 {
  text-align: left;
}

div#field_1_12 h4 {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "arial";
}

.abtpertop p {
  font-size: 17px;
}

.abtperbottom p {
  font-size: 17px;
}

.page-id-212 .theme-box {
  width: 30% !important;
  margin: 0px 19px;
  height: 675px;
}

.page-id-212 .theme-box .vc_btn3-container.theme-btn {
  margin-left: -20px;
}
.page-id-212 .theme-box .vc_btn3-container {
  position: absolute;
  left: 140px;
  bottom: 10px;
}

/*.page-id-89 .theme-box .vc_btn3-container {*/
/*    position: absolute;*/
/*    left: 85px;*/
/*    bottom: -10px;*/
/*}*/

.page-id-89 .theme-box {
  height: 610px;
}

.video-slider {
  margin-top: 60px;
}

section.main_slider.contactpgslider {
  display: none;
}

section.main_slider.contactpgslider {
  display: none;
}

.page-id-416 section.main_slider {
  display: none;
}

.page-id-416 section.main_slider.contactpgslider {
  display: block;
}

.our-programs-sec.pt-10 {
  background: white;
  padding: 100px 0px;
}

.row.newcolumrowtext .why-choose-south-dade-music-box {
  height: 290px;
  margin-top: 40px;
}

.row.newcolumrowtext .why-choose-south-dade-music-box h4 {
  margin-top: 20px;
}

.custom-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.custom-gallery-item img {
  width: 100%;
  height: 250px; /* same size sab images */
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.custom-gallery img {
  height: 490px;
  width: 540px;
}

.imagestylesec15 .img67 {
  height: 490px;
  width: 527px !important;
}

.img256 img {
  height: 490px !important;
  width: 540px;
}

.img67 img {
  height: 490px !important;
  width: 540px !important;
}

.page-id-385 .theme-box span {
  color: black !important;
}

.page-id-212 section.inner-pages {
  background: white !important;
}

.page-id-212 section.inner-pages:before {
  background: white;
}

.page-id-212 .entry-content p * {
  color: black !important;
}

.page-id-212 .entry-content li * {
  color: black !important;
}

.textuio p {
  color: black !important;
}

.page-id-357 section.inner-pages:before {
  background: black;
}

.page-id-412 section.Performances {
  background: white;
  margin-top: -50px;
  padding-top: 50px;
}

.page-id-412 .perf-abt {
  padding-top: 0px;
}

.page-id-412 .perf-top * {
  color: black;
}

.page-id-412 .perf-top {
  border-color: black;
}

.video-slider {
  margin-top: 50px;
}

.page-id-412 section.Performances {
  padding-bottom: 50px;
}

.page-id-412 .perf-abt {
  background: black;
}

.page-id-771 .banner_text label:after {
  content: "Build strong foundations and the confidence to perform live";
  font-size: 22px;
}

.page-id-771 .banner_text label {
  font-size: 0;
}

.row.newcolumrowtext img.cont678 {
  height: 230px;
}

.row.newcolumrowtext .why-choose-south-dade-music-box {
  height: 330px;
  margin-top: 40px;
}

.contyu7 {
  margin-top: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.video-slider {
  padding-top: 80px;
}

.just-music-lessn .textcenter {
  margin-top: 50px;
}

.sp-testimonial-free h3.sp-testimonial-post-title {
  text-transform: capitalize;
}

.sp-testimonial-free h3.sp-testimonial-post-title {
  text-transform: capitalize;
}

.sp-testimonial-free .sp-testimonial-content {
  height: 90px !important;
  display: block !important;
  padding-bottom: 40px !important;
}

.sp-testimonial-content p {
  padding-bottom: 0px !important;
  margin: 0px !important;
}

.sp-testimonial-content {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.sp-testimonial-free {
  height: 220px;
}

.sp-testimonial-content p {
  max-height: 110px;
}

.custom-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  text-align: center;
}

.page-id-1069 ul.learn-list * {
  color: black !important;
}

.page-id-1069 .vc_custom_1777290789157 p {
  color: black !important;
}
.page-id-277 ul.learn-list * {
  color: black !important;
}

.page-id-277 .vc_custom_1777290998212 p {
  color: black !important;
}

.custom-gallery {
  margin: 0px 60px;
}

.page-id-677 section.inner-pages:before {
  background: white !important;
}

.page-id-677 .entry-content p {
  color: black !important;
}

.page-id-677 .entry-content li {
  color: black !important;
}

.page-id-682 section.inner-pages:before {
  background: white !important;
}

.page-id-682 .entry-content p {
  color: black !important;
}

.page-id-682 .entry-content li {
  color: black !important;
}

.page-id-648 section.inner-pages:before {
  background: white !important;
}

.page-id-648.entry-content p {
  color: black !important;
}

.page-id-648 .entry-content li {
  color: black !important;
}

.page-id-648 .wpb_text_column p {
  color: black;
}

.page-id-1069 section.inner-pages:before {
  background: white !important;
}

.page-id-1069 .entry-content p {
  color: black !important;
}

.page-id-1069 .entry-content li {
  color: black !important;
}

.page-id-277 section.inner-pages:before {
  background: white !important;
}

.page-id-277 .entry-content p {
  color: black !important;
}

.page-id-277 .entry-content li {
  color: black !important;
}

.page-id-686 section.inner-pages:before {
  background: white !important;
}

.page-id-686 .entry-content p {
  color: black !important;
}

.page-id-686 .entry-content li {
  color: black !important;
}

.page-id-1119 section.inner-pages:before {
  background: white !important;
}

.page-id-1119 .entry-content p {
  color: black !important;
}

.page-id-1119 .entry-content li {
  color: black !important;
}

.page-id-1127 section.inner-pages:before {
  background: white !important;
}

.page-id-1127 .entry-content p {
  color: black !important;
}

.page-id-1127 .entry-content li {
  color: black !important;
}

.page-id-1140 section.inner-pages:before {
  background: white !important;
}

.page-id-1140 .entry-content p {
  color: black !important;
}

.page-id-1140 .entry-content li {
  color: black !important;
}

.page-id-1131 section.inner-pages:before {
  background: white !important;
}

.page-id-1131 .entry-content p {
  color: black !important;
}

.page-id-1131 .entry-content li {
  color: black !important;
}

.page-id-1136 section.inner-pages:before {
  background: white !important;
}

.page-id-1136 .entry-content p {
  color: black !important;
}

.page-id-1136 .entry-content li {
  color: black !important;
}

.maincentertex0 {
  align-items: center;
  justify-content: center;
}

.page-id-89 .theme-box {
  width: 32%;
  margin: 10px 10px;
}

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

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

/* Customizer css  */
/* Customizer css  */
/* Customizer css  */
/* ===================================================== */
/* ===================================================== */

h4.vc_custom_heading.vc_do_custom_heading.theme-h4 {
  font-family: arial !important;
}

.vc_btn3-container.theme-btn.vc_btn3-center.vc_do_btn
  a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-custom:hover {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #07ff4b, #1e91d6);
  color: #fff !important;
}

.vc_btn3-container.theme-btn.vc_btn3-center.vc_do_btn
  a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-custom {
  border: 1px solid #000;
  justify-content: center;
  width: fit-content;
  padding: 12px 30px;
  border-radius: 10px;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  position: relative;
  color: #fff;
  background-color: transparent;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
}

.theme-box.wpb_column.vc_column_container.vc_col-sm-3 {
  box-shadow: -1px 0px 5px 0 black;
  border-radius: 20px;
  padding-top: 10px;
  background: #ffffff !important;
}

.vc_row.wpb_row.vc_row-fluid.programs-cards-sec.vc_column-gap-10.vc_row-o-equal-height.vc_row-flex {
  display: flex;
  gap: 10px;
}

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: flex;
  flex-wrap: inherit;
}

.vc_row.wpb_row.vc_row-fluid.programs-cards-sec.vc_custom_1768001389036.vc_column-gap-10.vc_row-o-equal-height.vc_row-flex
  .theme-box.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4 {
  box-shadow: -1px 0px 5px 0 black;
  border-radius: 20px;
  padding-top: 10px;
  background: #ffffff !important;
}

.vc_row.wpb_row.vc_row-fluid.programs-cards-sec.vc_custom_1768001389036.vc_column-gap-10.vc_row-o-equal-height.vc_row-flex
  .theme-box.wpb_column.vc_column_container.vc_col-sm-4 {
  box-shadow: -1px 0px 5px 0 black;
  border-radius: 20px;
  padding-top: 10px;
  background: #ffffff !important;
}

.page-id-212 section.inner-pages {
  background-image: url("https://southdademusic.com/wp-content/uploads/2026/01/music-notes-background-illustration-ai-generative-free-photo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

ul.learn-list {
  font-size: 20px;
}

.theme-box.wpb_column.vc_column_container.vc_col-sm-4 {
  box-shadow: -1px 0px 5px 0 black;
  border-radius: 20px;
  padding-top: 10px;
  background: #ffffff !important;
}

.theme-box.wpb_column.vc_column_container.vc_col-sm-6.vc_col-xs-4 {
  box-shadow: -1px 0px 5px 0 black;
  border-radius: 20px;
  padding-top: 10px;
}

.page-id-277 section.inner-pages {
  background-image: url("https://southdademusic.com/wp-content/uploads/2026/01/M13470-Hero-Image-How-Music-Lessons-Do-More.webp)");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

div#gform_wrapper_1 {
  background: white;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#gform_wrapper_1 input {
  border: 1px solid;
}

div#gform_wrapper_1 input#gform_submit_button_1 {
  background: #07ff4b;
  padding: 10px 30px;
  border: 0px;
  color: black;
  font-weight: 600;
}

.colm12 .wpb_text_column {
  background: #ffffff;
  padding: 30px 10px;
  text-align: center;
  border-radius: 15px;
  transition: 0.5s;
  height: 200px;
}

.colm12 .wpb_text_column h2 {
  font-size: 60px;
  color: #268341;
  font-weight: 800;
  margin-bottom: 5px;
}

.colm12 .wpb_text_column p {
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}

.listtext36 .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.listtext36 .wpb_wrapper * {
  color: white !important;
}

.img67 img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}

.img256 img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 19px;
  object-fit: cover;
  height: 370px;
}

.testisection2 .sp-testimonial-free {
  background: #1f913ee6 !important;
  padding: 30px 20px !important;
}

.testisection2 .sp-testimonial-free * {
  color: white !important;
}

.testisection2 .sp-testimonial-free i.fa.fa-star {
  color: #ffb900 !important;
}

.whatdo0 * {
  color: white !important;
}

.whatdo0 h3 {
  font-weight: 300;
}

.whatdo0 h4 {
  font-weight: 500;
}

.whatdo0 p {
  margin-bottom: 20px;
}

.learn78 {
  margin: 0px 99px;
  background: #ffffff8c;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}

.learn78 .vc_col-sm-2 {
  width: auto;
}

.learn78 .vc_col-sm-2 .wpb_text_column {
  width: 79px;
  text-align: end;
}

.discevt img {
  border-radius: 20px;
}

.discevt img:hover {
  filter: brightness(0.7);
}

.discevt .wpb_text_column {
  background: #268341;
  padding: 40px 30px;
  border-radius: 20px;
  z-index: 9999;
  position: absolute;
  bottom: 40px;
  margin-left: 20px;
  margin-right: 35px;
}

.discevt .wpb_text_column h3 {
  font-size: 27px;
  margin-bottom: 10px;
}

.discevt img:hover {
  transition: 1s;
}

.discevt .wpb_text_column * {
  color: white !important;
}

.mob-menu-logo-holder a.headertext {
  display: none;
}

.theme-box * {
  color: white !important;
}

header.entry-header {
  display: none;
}

.programs-cards-sec {
  padding-bottom: 0px !important;
}

.programs-cards-sec h2 {
  color: #07ff4b;
  text-transform: uppercase;
  color: #07ff4b;
  font-weight: 600;
  font-size: 60px;
}

.programs-cards-sec strong {
  color: white;
  font-size: 18px;
}

.programs-cards-sec p {
  color: white;
}

.page-id-212 .theme-box * {
  color: black !important;
}

.page-id-89 .theme-box * {
  color: black !important;
}

.whatdo0 h3 {
  text-transform: uppercase;
  font-size: 23px;
}

.learn78 h6 {
  text-transform: uppercase;
  font-size: 23px;
}

.three-col-section img {
  max-width: 390px;
}

.three-col-section .col-box {
  padding: 10px;
}

.three-col-section p {
  color: black !important;
}

.vc_tta h2 {
  color: black !important;
}

li.vc_tta-tab.vc_active a {
  border: 1px solid black !important;
}

li.vc_tta-tab.vc_active * {
  color: black !important;
}

.top-heading h2 {
  text-transform: uppercase !important;
  color: #07ff4b !important;
  font-weight: 600 !important;
  font-size: 60px !important;
}

h2.vc_custom_heading.vc_do_custom_heading.theme-h4 {
  color: #07ff4b !important;
}

.vc_row.wpb_row.vc_row-fluid.programs-cards-sec.vc_custom_1769002342246.vc_row-has-fill.vc_column-gap-10.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
  background-image: url(https://southdademusic.com/wp-content/uploads/2026/01/choose-south-programs-back-scaled.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.vc_row.wpb_row.vc_row-fluid.programs-cards-sec.vc_custom_1769002412423.vc_row-has-fill.vc_column-gap-10.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
  background-image: url(https://southdademusic.com/wp-content/uploads/2026/01/choose-south-programs-back-scaled.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-89 section.inner-pages {
  position: relative;
  background-image: url("https://southdademusic.com/wp-content/uploads/2026/01/choose-south-programs-back-scaled.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-id-89 section.inner-pages::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8); /* black overlay */
  z-index: 1;
}

.page-id-89 section.inner-pages > * {
  position: relative;
  z-index: 2; /* content upar rahe */
}

.page-id-357 .theme-box * {
  color: #000000 !important;
}

.page-id-416 .theme-box * {
  color: #000000 !important;
}

.page-id-412 .perf-abt {
  z-index: 999;
  position: relative;
}

.page-id-89 .testisection2 {
  padding-bottom: 110px;
}

.page-id-89 .get-wrap {
  margin-bottom: 60px !important;
  padding-bottom: 20px !important;
}

.page-id-89 section.inner-pages {
  padding-bottom: 10px;
}

.page-id-277 .newproddet .theme-box * {
  color: black !important;
}

.wpb_text_column p {
  margin-bottom: 20px;
}
.wpb_text_column h2.vc_custom_heading.vc_do_custom_heading.theme-h4 {
  margin-bottom: 20px;
}

section.inner-pages:before {
  content: "";
  background-image: linear-gradient(179deg, #000000ed, #000000d9, #000000ed);
  position: absolute;
  width: 100%;
  height: 100%;
}

.wpb_text_column li {
  color: white !important;
}

.wpb_text_column h3 {
  color: white;
  margin-bottom: 20px;
}

.wpb_text_column h2 {
  margin-bottom: 20px;
  color: white;
}

.page-template-default .entry-content li {
  list-style: circle;
  margin-left: 20px;
}

.page-template-default .entry-content ul {
  margin-bottom: 10px;
}

.banner_text p {
  width: 58%;
  margin-bottom: 10px;
}

.our-programs-heading p {
  color: white;
}

.newptext {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

section.Performances p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.our-programs-heading p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.our-programs-heading {
  margin: 0px 170px;
}

.theme-box .wpb_text_column {
  text-align: center;
}

.contentsec {
  height: 110px;
}

.our-programs-silder-items-text li {
  height: 110px;
  /*     overflow-y: scroll; */
}

.just-music-lessn h2 {
  text-transform: uppercase;
  color: #07ff4b;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
}
.programs-cards-sec h4 {
  font-size: 20px !important;
  text-align: center !important;
}

.table89 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.table89 table {
  width: 50%;
}

.table89 table tr {
  border: 1px solid white;
  color: white;
}

.table89 table tr th {
  border: 1px solid white;
}

.table89 table td {
  border: 1px solid white;
}

.table89 table {
  margin-top: 30px;
}
section.justmusic {
  margin-top: 90px;
}

.textcenter p {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.newptext {
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}
section.vc_section.learn78.vc_custom_1768568714456 {
  background: #1d8439;
}
h6 {
  font-family: "";
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 0px;
}
p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}

.programs-cards-sec .vc_column-inner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.video-slider {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: 0.5s;
}

.slides video {
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.7;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.page-template-pageshome-php .why-choose-south-dade-music-box p {
  color: black;
}

.page-template-pageshome-php .why-choose-south-dade-music-box:hover p {
  color: white;
}

.programs-cards-sec .vc_column-inner {
  padding-bottom: 40px;
  border-radius: 20px !important;
  padding: 20px 20px 20px 20px;
}

.programs-cards-sec .vc_column-inner {
  text-align: center !important;
}

.vc_btn3:hover {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #07ff4b, #1e91d6);
  color: #fff !important;
}
.vc_btn3-size-md {
  font-size: 14px !important;
  padding: 14px 20px !important;
  border-radius: 10px !important;
}

.page-template-default .entry-content ul li::marker {
  content: "✓ ";
  color: #07ff4b;
}

.testisummer:before {
  content: "";
  background-image: linear-gradient(
    178deg,
    #242424,
    #242424b8,
    #242424b8,
    #1d1d1d
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.testisummer {
  padding: 120px 0;
}

.vc_do_toggle {
  margin-bottom: 20px;
  border: 1px solid #231f20 !important;
  border-radius: 10px !important;
  background-color: #fff;
}

.vc_do_toggle h4 {
  color: black !important;
  font-size: 45px;
  color: #231f20;
  font-weight: 500;
  margin: 0 0 0px;
  font-family: "arial" !important;
  font-size: 21px;
}

.vc_do_toggle .vc_toggle_title {
  padding: 20px 0px;
}

.vc_do_toggle p {
  color: black !important;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
}

.vc_do_toggle i.vc_toggle_icon {
  display: none !important;
}

.vc_btn3 {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #07ff4b, #1e91d6) !important;
  color: #fff !important;
}

.our-programs-silder-items {
  height: 610px;
}

.our-programs-silder-items-text ul {
  margin-bottom: 40px;
}

.listtext36 p {
  margin-bottom: 0px !important;
}

.cardlayt0 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 49%;
  margin-left: 10px;
  background: black;
  padding: 40px 20px;
}

.cardlayt0 {
  /*   max-height: 300px; */
  overflow-y: auto;
  padding: 12px;
  border-radius: 12px;

  /* Glass effect */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);

  /* Soft shadow */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Scrollbar styling */
.cardlayt0::-webkit-scrollbar {
  width: 8px;
}

.cardlayt0::-webkit-scrollbar-track {
  background: transparent;
}

.cardlayt0::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #07ff4b, #07ff4b);
  border-radius: 20px;
}

.cardlayt0::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #07ff4b, #07ff4b);
}

/* Firefox */
.cardlayt0 {
  scrollbar-width: thin;
  scrollbar-color: #07ff4b transparent;
}

.wpb_text_column h2 {
  color: #07ff4b;
}

.wpb_text_column h3 {
  color: #07ff4b;
}

.theme-btn-1 {
  transform: translateY(-4px) scale(1.03) !important;
  background: linear-gradient(135deg, #07ff4b, #1e91d6) !important;
  color: #fff !important;
}

.programs-cards-sec {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.wpb_text_column h2 {
  color: #07ff4b !important;
}
.wpb_text_column h3 span {
  color: #07ff4b;
}

.learn78 .wpb_text_column h2 {
  color: white !important;
}

.learn78 .wpb_text_column h3 {
  color: white !important;
}

.page-id-357 .theme-box .textrtt0 p {
  color: white !important;
}

.newbox00 {
  background: #1d8439;
}

div#gform_wrapper_1 {
  text-align: left;
}
.Stage-Ready-guarantee.pt-8 .contbox p {
  font-size: 18px;
}

.page-id-89 section.inner-pages {
  background-image: url("https://southdademusic.com/wp-content/uploads/2026/01/music-notes-background-illustration-ai-generative-free-photo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-id-89 section.inner-pages:before {
  content: "";
  background-image: linear-gradient(179deg, #000000b5, #00000000, #000000b5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.programs-cards-sec {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.cardlayt0 {
  margin-bottom: 40px;
}

label.lebaltext {
  color: #07ff4b;
}

div#sp-testimonial-free-wrapper-514 {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.slick-list.draggable {
  width: 100%;
  padding: 0px 40px !important;
}

div#sp-testimonial-free-wrapper-514 .sp-testimonial-free {
  background: #1f913ee6;
  text-align: center;
  padding: 20px 20px;
  border-radius: 15px;
  border: 1px solid #fff;
  margin-top: 40px;
}

div#sp-testimonial-free-wrapper-514 h3.sp-testimonial-post-title {
  color: white !important;
}

.sp-testimonial-content p {
  max-height: 120px;
  overflow-y: auto;
  display: block;
  padding-right: 8px;
  line-height: 1.6;
}

/* Scrollbar Styling */
.sp-testimonial-content p::-webkit-scrollbar {
  width: 5px;
}

.sp-testimonial-content p::-webkit-scrollbar-thumb {
  background: #231f20;
  border-radius: 10px;
}

.sp-testimonial-content p::-webkit-scrollbar-track {
  background: #eee;
}

.page-id-385 section.inner-pages {
  background-image: url(https://southdademusic.com/wp-content/uploads/2026/03/choose-south-programs-back-scaled.png) !important;
  background-color: black;
}

.page-id-385 section.inner-pages::before {
  background: transparent !important;
}

.vc_column-inner.vc_custom_1774879420376 {
  margin-bottom: 0px !important;
}

.vc_column-inner.vc_custom_1774879420376 .wpb_single_image {
  margin-bottom: 0px;
}

.vc_column-inner.vc_custom_1774879555050 .wpb_single_image {
  margin-bottom: 0px;
}

.box09 .vc_column-inner.vc_custom_1774880136673 {
  border-radius: 20px;
}

.page-id-771 section.inner-pages {
  background: black !important;
}

.page-id-771 section.inner-pages:before {
  background: black;
}

.page-id-771 .programs-cards-sec .vc_column-inner {
  box-shadow: rgb(100 100 111 / 49%) 0px 7px 29px 0px;
}

.testisection2 {
  padding: 0px !important;
}

.box09 .vc_column-inner.vc_custom_1774880136673 span {
  font-family: "arial";
}

p,
li {
  font-family: "open sans" !important;
}

.page-id-1069 .newproddet .theme-box * {
  color: black !important;
}

.menuSec li:hover > ul {
  top: 20px;
}

.theme-btn-1:hover {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #07ff4b, #07ff4b) !important;
  color: #000 !important;
}

.theme-btn-1 {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #07ff4b, #07ff4b) !important;
  color: #000 !important;
}

section.faqs .accordion-body {
  font-family: "Open Sans";
}

h3.sp-testimonial-post-title {
  text-transform: capitalize !important;
}

.page-id-89 .theme-box {
  margin-top: 8px;
  margin-bottom: 3px;
}

a.vc_general.vc_btn3 {
  background: #09f656 !important;
  color: black !important;
}

button.vc_general.vc_btn3 {
  background: #09f15c !important;
  color: black !important;
}

.entry-content .bgcontentimg p {
  color: white !important;
}

.entry-content .bgcontentimg li {
  color: white !important;
}

.bgcontentimg:before {
  background: #000000cc;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_text h1 {
  margin-bottom: 40px;
}

.banner_text label {
  margin-bottom: 40px;
}

.page-id-385 .theme-box {
  padding-top: 0px !important;
  padding: 0px !important;
}

.page-id-385 .theme-box .vc_column-inner {
  padding-top: 0px !important;
}

.page-id-385 .theme-box .wpb_wrapper {
  text-align: left;
}

.page-id-385 .wpb_single_image {
  padding-bottom: 0px !important;
  margin: 0px !important;
}

.mainsect00 .vc_column-inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.page-id-1322 a.theme-btn-1 {
  height: 49px;
  padding-bottom: 0px !important;
}

.page-id-1322 .banner_text a.theme-btn-1 {
  padding-top: 0px;
}

.wpb_raw_html a.theme-btn-1 {
  padding-top: 0px;
}

.page-id-277 .vc_row-o-equal-height img {
  height: 560px !important;
  object-fit: cover;
}

.page-id-1069 .vc_row-o-equal-height img {
  height: 500px !important;
  object-fit: cover;
}

.page-id-677 .vc_row-o-equal-height img {
  height: 500px !important;
  object-fit: cover;
}

.page-id-89 .theme-box {
  height: 580px;
}

.bgcontentimg:before {
  background: #000000cc !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bgcolor456:before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
}

.bgcolor456 p * {
  color: white !important;
}

.bgcolor456 .wpb_text_column P {
  color: white !important;
}

.bgcolor456 .wpb_text_column li {
  color: white !important;
}

.vc_row.vc_row-flex:after,
.vc_row.vc_row-flex:before {
  display: block;
}
.wpb_text_column h2 strong {
  font-weight: 700;
}

.page-id-1322 section.inner-pages:before {
  background: white !important;
}

.page-id-1322 .entry-content p {
  color: black;
}

.page-id-1322 .entry-content li {
  color: black !important;
}

.page-id-1322 .entry-content .bgcontentimg li {
  color: white !important;
}

.box023 .vc_col-sm-6 {
  text-align: center;
  background: #1d8439;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  padding: 20px 20px;
  margin-top: 50px;
}

.box023 .vc_col-sm-6 .wpb_raw_code.wpb_raw_html {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.box023 .vc_col-sm-6 p {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.page-id-89 .get-wrap {
  margin-bottom: 140px !important;
  padding-bottom: 20px !important;
}

h2.vc_custom_heading {
  font-family: "Oswald" !important;
}

h4.vc_custom_heading.vc_do_custom_heading.theme-h4 {
  font-family: "Oswald" !important;
}

h3.vc_custom_heading.vc_do_custom_heading.theme-h4 {
  font-family: "Oswald" !important;
}

h1.vc_custom_heading.vc_do_custom_heading.theme-h4 {
  font-family: "Oswald" !important;
}

.butnn023 .vc_column-inner {
  padding: 0px !important;
  margin: 0px !important;
}

.butnn023 {
  margin-left: 0px !important;
  margin-bottom: -60px !important;
}

.butnn023 .vc_btn3-container {
  margin-bottom: -20px !important;
}

.page-id-357 .theme-box .wpb_text_column {
  text-align: left;
}

section.error-404.not-found {
  text-align: center;
  padding: 90px 10px;
}

section.error-404.not-found {
  text-align: center;
}

section.error-404.not-found h2 {
  font-size: 51px;
}

.error404 section.main_slider {
  height: 570px !important;
}

section.inner-pages:before {
  background: white;
}

section.error-404.not-found h2 {
  color: black !important;
}

section.error-404.not-found {
  align-items: center;
  justify-content: center;
}
section.error-404.not-found {
  position: relative;
}

section.error-404.not-found .cutty {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
}
