*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-VariableFont_wdthwght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic-VariableFont_wdthwght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
*/

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.styles {
  grid-row-gap: 86px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 865px;
  padding: 93px 109px;
  text-decoration: none;
  display: flex;
}

.body {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 32px;
  overflow: auto;
}

.section-1-home {
  grid-row-gap: 44px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  max-height: 720px;
  display: flex;
}

.style-attributes {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #222;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 64px;
  text-decoration: none;
}

.h2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
  text-decoration: none;
}

.h2.white-font {
  color: #fff;
}

.h2.white-font.left-align, .h2.left-align {
  text-align: left;
}

.h3 {
  color: #000;
  letter-spacing: .5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.h3.white-font {
  color: #fff;
}

.h4 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.regular {
  color: #000;
  white-space: pre-wrap;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.regular.white-font {
  color: #fff;
  flex: 0 auto;
}

.regular.white-font-70 {
  color: #ffffffb3;
}

.small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.small.white-font {
  color: #fff;
}

.x-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.x-small.copyright {
  color: #ffffffb3;
}

.medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.huge {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 48px;
  text-decoration: none;
}

.section-2-home {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 160px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-1-section-2-home {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.box-1-section-2-home {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  height: auto;
  padding-right: 140px;
  text-decoration: none;
  display: flex;
}

.box-2-section-2-home {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 520px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.section-performance-spotlight {
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 199px;
  padding-bottom: 199px;
  text-decoration: none;
  display: flex;
}

.container-section-performance-spotlight {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 854px;
  text-decoration: none;
  display: flex;
}

.box1-section-performance-spotlight {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box2-section-performance-spotlight {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 854px;
  max-width: 854px;
  height: 480px;
  max-height: 480px;
  text-decoration: none;
  display: flex;
}

.section-folk-spotlight-garba {
  background-image: url('../images/nsda-Garba-Folk-Dance.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  padding-left: 120px;
  display: flex;
}

.container-1-section-folk-spotlight {
  grid-row-gap: 40px;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 120px 80px;
  text-decoration: none;
  display: flex;
  box-sizing: border-box;
}

.box-1-section-folk-spotlight {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-white-button {
  grid-column-gap: 4px;
  border: 1px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.button-white {
  text-decoration: none;
}

.button-white:hover {
  background-color: #ec3d3d;
}

.button-white:active {
  background-color: #971e1e;
}

.section-upcoming-shows {
  background-image: linear-gradient(#473939, #473939), linear-gradient(#0000004d, #0000004d), url('../images/NSDA-Upcoming-Shows.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 240px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.container-1-section-upcoming-shows {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-1-section-upcoming-shows {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  text-decoration: none;
  display: flex;
}

.upcoming-show {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.horizontal-divider {
  background-color: #fff6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h5 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.h5.white-font {
  color: #fff;
}

.section-3-home {
  grid-row-gap: 76px;
  background-color: #272727;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 240px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.container-1-section-3-home {
  grid-column-gap: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box1-container-1-section-3-home {
  grid-column-gap: 200px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.box2-container-1-section-3-home {
  grid-column-gap: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.container-2-section-3-home {
  grid-column-gap: 140px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box1-container-2-section-3-home {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.box2-container-2-section-3-home {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-hero-home {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.image-hero {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.section-4-home {
  grid-row-gap: 280px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 240px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-home {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1116px;
  text-decoration: none;
  display: flex;
}

.box1-section-4-home {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  height: 548px;
  text-decoration: none;
  display: flex;
}

.box2-section-4-home {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 548px;
  text-decoration: none;
  display: flex;
}

.box3-section-4-home {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 580px;
  text-decoration: none;
  display: flex;
}

.box4-section-4-home {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.styled-h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.styled-h4.white-font {
  color: #fff;
}

.section-1-academy {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-academy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-academy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-academy {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-academy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.sections-breadcrumbs {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px 20px;
  text-decoration: none;
  display: flex;
}

.breadcrumbs-section-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-5-academy {
  grid-row-gap: 180px;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.container-1-section-5-academy {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-1-container-1-section-5-academy {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.container-2-section-5-academy {
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-1-container-2-section-5-academy {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.box-academy-elite {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-container-1-section-5-academy-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.box-2-container-2-section-5-academy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 72px;
  text-decoration: none;
  display: flex;
}

.content-box-2-container-2-section-5-academy {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 420px;
  text-decoration: none;
  display: flex;
}

.section-callout {
  background-color: #b3f0d7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.section-callout.green {
  background-color: #91e6c7;
}

.container-1-section-callout {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-1-container-1-section-callout {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.box-1a-container-1-section-callout {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-4-academy {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 160px 120px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-academy {
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.box1-section-4-academy {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.box-1a-section-4-academy {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box2-section-4-academy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.box-2-container-1-section-5-academy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.content-box-2-container-1-section-5-academy {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.section-1-lessons {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-lessons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-lessons {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-lessons {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-lessons {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.section-4-lessons {
  grid-row-gap: 280px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-lessons {
  grid-column-gap: 160px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.box-1-container-1-section-4-lessons {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 564px;
  text-decoration: none;
  display: flex;
}

.lessons-deets {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.box-2-container-1-section-4-lessons {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 488px;
  text-decoration: none;
  display: flex;
}

.image-box-1-lessons {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 380px;
  text-decoration: none;
  display: flex;
}

.section-5-lessons {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.container-1-section-5-lessons {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.section-3-academy {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.container-2-section-3-academy {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-2-section-3-academy {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  text-decoration: none;
  display: flex;
}

.image-box-1-section-3-academy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.image-box-1-section-3-academy-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-accolades {
  background-color: #9c182e1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  text-decoration: none;
  display: flex;
}

.container-1-section-accolades {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-1-container-1-section-9-academy {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  text-decoration: none;
  display: flex;
}

.box-1-container-1-section-9-academy-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.review-box-1-container-1-section-9-academy {
  grid-row-gap: 104px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.review-box1-set {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.divider-black {
  background-color: #000c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: .5px;
  display: flex;
}

.styled-h3 {
  letter-spacing: .5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  line-height: 36px;
}

.section-1-folk {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-folk {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-folk {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-folk {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-folk {
  background-color: #fff;
  background-image: linear-gradient(#2e2525, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.section-3-folk {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 20px;
  text-decoration: none;
  display: flex;
}

.container-1-section-3-folk {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-4-folk {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 160px 20px 120px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-folk {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.folk-set {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.folk-row {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: grid;
}

.folk {
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.image-folk {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 568px;
  height: 360px;
  text-decoration: none;
  display: flex;
}

.folk-deets {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.image-folk-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  text-decoration: none;
  display: flex;
}

.folk-dance-thumbnail {
  opacity: 1;
  filter: saturate(23%);
  mix-blend-mode: normal;
  transition: filter .4s;
}

.folk-dance-thumbnail:hover {
  opacity: 1;
  filter: saturate();
}

.folk-deets-last {
  grid-row-gap: 8px;
  white-space: normal;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.section-1-folk-dance-template-title {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-folk-dance-template-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-folk-dance {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-folk-dance-template-hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-folk-dance-template-hero {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  min-height: 720px;
  text-decoration: none;
  display: flex;
}

.section-folk-dance-template-1 {
  grid-row-gap: 120px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.container-section-folk-dance-template-1 {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 662px;
  text-decoration: none;
  display: flex;
}

.box-section-folk-dance-template-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-folk-dance-template-1 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-folk-dance-template-2 {
  grid-row-gap: 120px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.container-section-folk-dance-template-2 {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 662px;
  text-decoration: none;
  display: flex;
}

.box-section-folk-dance-template-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-folk-dance-template-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-folk-dance-more {
  grid-row-gap: 120px;
  background-color: #e0e0e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.container-section-folk-dance-more {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 662px;
  text-decoration: none;
  display: flex;
}

.copy-links {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  text-decoration: none;
}

.copy-links:hover {
  color: #0051ff;
  border-bottom-color: #0051ff;
}

.copy-links:active {
  border-bottom-width: 2px;
  padding-bottom: 1px;
}

.copy-links-small {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.copy-links-small:hover {
  color: #0051ff;
  border-bottom-color: #0051ff;
}

.copy-links-small:active {
  border-bottom-width: 2px;
  padding-bottom: 2px;
}

.section-footer {
  background-color: #15181a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  text-decoration: none;
  display: flex;
}

.container1-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box1-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nsda-logo {
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-company-locations {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.box2-footer {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.facebook-icon {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27px;
  text-decoration: none;
  display: flex;
}

.youtube-icon {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.instagram-icon {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  text-decoration: none;
  display: flex;
}

.box3-footer {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.container2-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.section-1-contact {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-contact {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-contact {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-contact {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.section-3-contact {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 20px;
  text-decoration: none;
  display: flex;
}

.container-1-section-3-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-4-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-contact {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.contact-form-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.input-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  border: none;
}

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

.form-button:active {
  background-color: #555;
  transform: scale(0.99);
}

.contact-form {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-textarea {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.input-textarea:hover {
  border-color: #008cff;
}

.input-textarea:active {
  border-width: 2px;
}

.input-textarea:focus {
  box-shadow: 0 0 7px 4px #008cff33;
}

.input-textarea::placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.input-text {
  border: 1px solid #00000080;
  border-radius: 4px;
  height: 64px;
  margin-bottom: 4px;
}

.input-text:hover {
  border: 1px solid #008cff;
}

.input-text:active {
  border-width: 3px;
  border-radius: 0;
}

.input-text:focus {
  box-shadow: 0 0 7px 4px #008cff33;
}

.box-2-content-section-3-academy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  margin-top: 380px;
  display: flex;
}

.box-1-section-3-academy {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  text-decoration: none;
  display: flex;
}

.section-1-registration {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-registration {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-registration {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-registration {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-registration {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.section-3-registration {
  grid-row-gap: 120px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.box-1-container-1-section-3-registration {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.lessons-card {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: auto;
  padding-bottom: 28px;
  text-decoration: none;
  display: flex;
}

.registration-card-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.registration-card-time {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.registration-card-time._20-spacing {
  margin-bottom: 20px;
}

.text-3 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.box-2-container-1-section-3-registration {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.box-3-container-1-section-3-registration {
  grid-column-gap: 80px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.section-4-registration {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 20px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-registration {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.container-2-section-4-registration {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.registration-form-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.registration-form {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-dropdown {
  background-color: #fff;
  border: 1px solid #00000080;
  border-radius: 4px;
  height: 64px;
  margin-bottom: 4px;
}

.input-dropdown:hover {
  border: 1px solid #008cff;
}

.input-dropdown:active {
  border-width: 3px;
  border-radius: 0;
}

.input-dropdown:focus {
  box-shadow: 0 0 7px 4px #008cff33;
}

.checkbox-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-bottom: 0;
  margin-left: -14px;
  padding-left: 0;
  display: flex;
}

.form-chekbox {
  align-self: flex-start;
  width: 120px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  padding-right: 0;
}

.box-4-container-1-section-3-registration {
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.container-1-section-3-registration {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 720px;
  display: flex;
}

.section-1-locations {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 120px 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-locations {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-locations {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-locations {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-locations {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.section-4-locations {
  grid-row-gap: 128px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-locations {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 662px;
  text-decoration: none;
  display: flex;
}

.box1-section-4-locations {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-folk-spotlight-bhangra {
  background-image: url('../images/nsda-Bhangra-Folk-Dance.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  padding-left: 120px;
  display: flex;
}

.nav-link-button {
  color: #000;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-button.w--current {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-bottom-line {
  background-color: #ff798f;
  border-radius: 1px;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-top-line {
  background-color: #ff798f;
  border-radius: 1px;
  width: 0%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link-button:hover .nav-bottom-line,
.nav-link-button:hover .nav-top-line,
.nav-link-button-home:hover .nav-bottom-line,
.nav-link-button-home:hover .nav-top-line,
.nav-link-button.w--current .nav-bottom-line,
.nav-link-button.w--current .nav-top-line,
.nav-link-button-home.w--current .nav-bottom-line,
.nav-link-button-home.w--current .nav-top-line {
  width: 100%;
}

.section-1-recognition {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  text-decoration: none;
  display: flex;
}

.container-1-section-1-recognition {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-1-recognition {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.section-2-recognition {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-2-recognition {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section-4-accolades {
  grid-row-gap: 160px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.container-1-section-4-accolades {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.box-container-1-section-4-accolades {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.container-1-accolades {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.box1-container1-accolades {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.box-award {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-accolades {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 479px;
  text-decoration: none;
  display: flex;
}

.section-5-accolades {
  grid-row-gap: 160px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 240px;
  text-decoration: none;
  display: flex;
}

.box-image-accolades {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 373.333px;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.copy-links-white {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  text-decoration: none;
}

.copy-links-white:hover {
  color: #0051ff;
  border-bottom-color: #0051ff;
}

.copy-links-white:active {
  border-bottom-width: 2px;
  padding-bottom: 1px;
}

.navbar-home {
  z-index: 999;
  background-color: #000;
  width: 100%;
  position: static;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  display: flex;
}

.cta-primary {
  display: inline-block !important;
  color: #fff;
  letter-spacing: .3px;
  background-color: #ff0029;
  border: 1px dashed #000;
  padding: 10px 24px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  transform: translate(0);
  border-radius: 4px !important;
  text-decoration: none !important;
}

.cta-primary:hover {
  border-style: dashed;
  border-color: #fff;
  transform: none;
}

.cta-primary:active {
  background-color: #d35d70;
}

.cta-primary.cta-margin {
  margin-left: 48px;
}

.cta-secondary {
  display: inline-block !important;
  color: #fff;
  letter-spacing: .3px;
  background-color: #000;
  border: 1px dashed #fff;
  padding: 10px 24px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  transform: translate(0);
  border-radius: 4px !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cta-secondary:hover {
  background-color: #333;
  border-color: #ccc;
}

.cta-secondary:active {
  background-color: #555;
  transform: scale(0.98);
}

.h6 {
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.navbar-global {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  position: static;
}

.nav-link-button-home {
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-2-section-4-lessons {
  grid-column-gap: 160px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.container-3-section-3-home {
  grid-column-gap: 140px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: none;
}

.container-2-section-4-lessons-alt {
  grid-column-gap: 160px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 72px;
  padding-right: 72px;
  text-decoration: none;
  display: none;
}

.section-folk-spotlight-kalbelia {
  background-image: url('../images/nsda-folk-dance-kalbelia.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  padding-left: 120px;
  display: flex;
}

.section-show-feature {
  background-color: #3a3824;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-section-show-feature {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .styles {
    background-color: #000;
  }

  .cta-primary {
    display: inline-block !important;
    letter-spacing: .2px;
    background-color: #ff0029;
    border: 1px dashed #000;
    border-radius: 4px !important;
    padding: 10px 24px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none !important;
  }

  .cta-primary:hover {
    color: #fff;
    background-color: #ff0029;
    border: 1px dashed #fff;
  }

  .cta-primary:active {
    background-color: #c54459;
    border-style: dashed;
    border-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section-2-home {
    height: auto;
    padding: 120px 80px;
  }

  .container-1-section-2-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .box-1-section-2-home {
    max-width: 520px;
    padding-right: 0;
  }

  .box-2-section-2-home {
    justify-content: flex-start;
    align-items: center;
  }

  .section-performance-spotlight {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .box2-section-performance-spotlight {
    width: 100%;
    max-width: 100%;
  }

  .section-upcoming-shows {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-3-home {
    padding: 160px 80px;
  }

  .container-1-section-3-home {
    grid-column-gap: 120px;
  }

  .container-2-section-3-home {
    grid-column-gap: 80px;
  }

  .box1-container-2-section-3-home {
    width: 100%;
    max-width: 100%;
  }

  .section-4-home {
    grid-row-gap: 120px;
    padding: 120px 80px;
  }

  .container-1-section-4-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .box1-section-4-home, .box3-section-4-home {
    max-width: 100%;
    height: auto;
  }

  .box4-section-4-home {
    max-width: 100%;
  }

  .section-1-academy {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 80px 120px;
  }

  .container-1-section-1-academy {
    width: 80%;
  }

  .sections-breadcrumbs {
    padding-left: 80px;
  }

  .section-5-academy {
    grid-row-gap: 120px;
    padding: 160px 80px;
  }

  .box-1-container-2-section-5-academy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-academy-elite {
    justify-content: center;
    align-items: center;
  }

  .image-container-1-section-5-academy-2 {
    grid-row-gap: 0px;
  }

  .box-2-container-2-section-5-academy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 220px;
    padding-right: 0;
  }

  .content-box-2-container-2-section-5-academy {
    width: 100%;
  }

  .section-4-academy {
    padding-left: 80px;
    padding-right: 80px;
  }

  .box1-section-4-academy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-box-2-container-1-section-5-academy {
    width: 420px;
    max-width: 100%;
  }

  .section-1-lessons {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    padding: 80px 80px 120px;
  }

  .container-1-section-1-lessons {
    width: 100%;
  }

  .section-4-lessons {
    grid-row-gap: 160px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-1-section-4-lessons {
    grid-column-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3-academy {
    padding-bottom: 120px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-2-section-3-academy {
    flex-flow: column;
  }

  .box-2-section-3-academy {
    max-width: 100%;
  }

  .image-box-1-section-3-academy {
    width: auto;
    max-width: 100%;
  }

  .section-accolades {
    padding-left: 80px;
    padding-right: 80px;
  }

  .box-1-container-1-section-9-academy {
    width: 80%;
  }

  .section-1-folk {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 80px 120px;
  }

  .container-1-section-1-folk {
    width: 80%;
  }

  .section-4-folk {
    padding-left: 40px;
    padding-right: 40px;
  }

  .folk-row {
    grid-row-gap: 64px;
  }

  .folk {
    height: 100%;
  }

  .folk-deets {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-1-folk-dance-template-title {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    padding: 80px 80px 120px;
  }

  .section-folk-dance-template-1, .section-folk-dance-template-2, .section-folk-dance-more {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container2-footer {
    padding-left: 20px;
  }

  .section-1-contact {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    padding: 80px 80px 120px;
  }

  .box-2-content-section-3-academy {
    margin-top: 120px;
  }

  .box-1-section-3-academy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .section-1-registration {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    padding: 80px 80px 120px;
  }

  .section-3-registration {
    padding-left: 80px;
    padding-right: 80px;
  }

  .checkbox-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
  }

  .container-1-section-3-registration {
    width: auto;
  }

  .section-1-locations {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 80px 120px;
  }

  .container-1-section-1-locations {
    width: 80%;
  }

  .section-4-locations {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-link-button {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nav-link-button.white {
    color: #fff;
  }

  .section-1-recognition {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 80px 120px;
  }

  .container-1-section-1-recognition {
    width: 80%;
  }

  .section-4-accolades {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-1-section-4-accolades, .container-1-accolades {
    padding-left: 0;
    padding-right: 0;
  }

  .box1-container1-accolades {
    grid-row-gap: 100px;
  }

  .section-5-accolades {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-wrapper {
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 64px;
    box-shadow: 0 3px 6px #0000004d;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .cta-primary.cta-margin {
    margin-top: 28px;
    margin-left: 0;
  }

  .nav-link-button-home {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .container-2-section-4-lessons {
    grid-column-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-section-3-home {
    grid-column-gap: 80px;
    display: flex;
  }

  .container-2-section-4-lessons-alt {
    grid-column-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-2-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-2-home {
    max-width: 100%;
  }

  .section-performance-spotlight {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-section-performance-spotlight {
    background-color: #0c0c0c;
  }

  .box1-section-performance-spotlight {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box2-section-performance-spotlight {
    grid-row-gap: 0px;
    height: auto;
  }

  .section-folk-spotlight-garba {
    padding-left: 40px;
  }

  .section-3-home {
    padding: 80px 40px;
  }

  .container-1-section-3-home {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .container-2-section-3-home {
    display: none;
  }

  .box1-container-2-section-3-home {
    width: 80%;
  }

  .box2-container-2-section-3-home {
    grid-column-gap: 0px;
    max-width: 100%;
    height: 420px;
  }

  .image {
    height: 400px;
  }

  .section-4-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-4-home {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .box2-section-4-home {
    max-width: 100%;
    height: 400px;
  }

  .box3-section-4-home {
    height: 400px;
  }

  .section-1-academy {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-1-academy {
    width: 100%;
  }

  .section-2-academy {
    height: 480px;
  }

  .image-section-2-academy {
    height: 100%;
  }

  .sections-breadcrumbs {
    padding-left: 20px;
  }

  .section-5-academy {
    grid-row-gap: 80px;
    padding: 120px 20px;
  }

  .container-1-section-5-academy {
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .box-1-container-1-section-5-academy {
    width: 80%;
    max-width: 80%;
  }

  .container-2-section-5-academy {
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-callout.green {
    padding: 160px 20px;
  }

  .box-2-container-1-section-5-academy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .section-1-lessons {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2-lessons {
    height: 100%;
  }

  .image-section-2-lessons {
    height: auto;
  }

  .section-4-lessons, .section-5-lessons {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3-academy {
    padding: 80px 20px;
  }

  .container-2-section-3-academy {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    max-width: 100%;
  }

  .box-2-section-3-academy {
    height: 100%;
  }

  .image-box-1-section-3-academy {
    width: 100%;
  }

  .section-1-folk {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-1-folk {
    width: 100%;
  }

  .image-section-2-folk {
    height: auto;
  }

  .section-4-folk {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .folk-row {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section-1-folk-dance-template-title {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-folk-dance-template-hero {
    height: auto;
    min-height: auto;
  }

  .section-folk-dance-template-1 {
    padding: 80px 20px;
  }

  .section-folk-dance-template-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-folk-dance-more {
    padding: 80px 20px;
  }

  .box3-footer {
    grid-column-gap: 0px;
    flex-flow: column;
  }

  .section-1-contact {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-section-2-contact {
    height: auto;
  }

  .section-3-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .box-2-content-section-3-academy {
    margin-top: 0;
  }

  .box-1-section-3-academy {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .section-1-registration {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-section-2-registration {
    height: auto;
  }

  .section-3-registration {
    grid-row-gap: 64px;
    padding: 80px 20px;
  }

  .container-1-section-4-registration {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-1-locations {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-1-locations {
    width: 100%;
  }

  .image-section-2-locations {
    height: auto;
  }

  .section-4-locations {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-folk-spotlight-bhangra {
    padding-left: 40px;
  }

  .section-1-recognition {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-1-recognition {
    width: 100%;
  }

  .image-section-2-recognition {
    height: auto;
  }

  .section-4-accolades {
    padding: 80px 20px;
  }

  .container-1-section-4-accolades {
    padding-top: 0;
  }

  .content-accolades {
    max-width: 100%;
  }

  .section-5-accolades {
    padding: 120px 20px;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .container-3-section-3-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .section-folk-spotlight-kalbelia {
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .h2.white-font, .h2.left-align {
    font-size: 32px;
    line-height: 40px;
  }

  .h3.white-font {
    font-size: 24px;
    line-height: 32px;
  }

  .section-2-home {
    padding: 80px 20px;
  }

  .section-performance-spotlight {
    padding: 120px 0;
  }

  .box1-section-performance-spotlight {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box2-section-performance-spotlight {
    height: auto;
  }

  .section-folk-spotlight-garba {
    background-position: 50%;
    background-size: cover;
    flex-flow: row;
    height: 720px;
    padding-left: 0;
  }

  .container-1-section-folk-spotlight {
    width: 80%;
    max-width: 100%;
    padding: 80px 20px;
  }

  .section-upcoming-shows {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3-home {
    grid-row-gap: 64px;
    padding: 120px 20px;
  }

  .container-1-section-3-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 100%;
  }

  .container-2-section-3-home {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    max-width: 100%;
    display: none;
  }

  .box1-container-2-section-3-home {
    width: 100%;
  }

  .box2-container-2-section-3-home {
    height: auto;
  }

  .image {
    object-fit: contain;
    height: auto;
    overflow: clip;
  }

  .section-4-home {
    grid-row-gap: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-4-home {
    flex-flow: column;
  }

  .section-1-academy {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-1-academy {
    width: 100%;
    max-width: 100%;
  }

  .section-2-academy {
    height: auto;
    padding-top: 80px;
    padding-bottom: 0;
    position: static;
  }

  .image-section-2-academy {
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .sections-breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5-academy {
    padding: 120px 20px;
  }

  .container-1-section-5-academy {
    grid-row-gap: 80px;
  }

  .container-2-section-5-academy {
    grid-row-gap: 120px;
  }

  .box-1-container-2-section-5-academy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .box-academy-elite {
    width: 100%;
  }

  .box-2-container-2-section-5-academy {
    padding-left: 0;
  }

  .section-callout {
    padding: 160px 20px;
  }

  .section-4-academy {
    padding: 120px 20px;
  }

  .container-1-section-4-academy {
    max-width: 100%;
  }

  .box1-section-4-academy {
    padding-left: 0;
    padding-right: 0;
  }

  .box2-section-4-academy {
    height: 100%;
  }

  .section-1-lessons {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-1-lessons, .box-container-1-section-1-lessons, .section-2-lessons {
    max-width: 100%;
  }

  .image-section-2-lessons {
    max-width: 100%;
    height: auto;
  }

  .section-4-lessons {
    grid-row-gap: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1-section-4-lessons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-box-1-lessons {
    height: auto;
  }

  .section-3-academy {
    padding: 80px 20px 120px;
  }

  .container-2-section-3-academy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-box-1-section-3-academy {
    height: 480px;
  }

  .image-box-1-section-3-academy-2 {
    height: auto;
  }

  .section-accolades {
    padding: 160px 20px;
  }

  .section-4-folk {
    padding-top: 80px;
  }

  .folk-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .folk {
    height: 100%;
  }

  .image-folk, .image-folk-2 {
    height: auto;
  }

  .section-folk-dance-template-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-section-folk-dance-template-1 {
    grid-row-gap: 64px;
    height: auto;
  }

  .container-section-folk-dance-template-2 {
    grid-row-gap: 64px;
  }

  .section-4-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-2-content-section-3-academy {
    margin-top: 0;
  }

  .box-1-section-3-academy {
    height: 100%;
  }

  .section-1-registration {
    padding-right: 20px;
  }

  .container-1-section-1-registration, .box-container-1-section-1-registration {
    max-width: 100%;
  }

  .box-1-container-1-section-3-registration, .box-2-container-1-section-3-registration {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .box-3-container-1-section-3-registration {
    flex-direction: column;
    align-items: center;
  }

  .section-4-locations {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section-folk-spotlight-bhangra {
    padding-left: 20px;
  }

  .nav-link-button {
    margin-left: 1px;
    margin-right: 1px;
  }

  .box-award {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .box-image-accolades {
    height: auto;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-button-home {
    margin-left: 1px;
    margin-right: 1px;
  }

  .container-2-section-4-lessons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: none;
  }

  .container-3-section-3-home {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .container-2-section-4-lessons-alt {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .section-folk-spotlight-kalbelia {
    background-position: 50%;
    background-size: cover;
    flex-flow: row;
    height: 720px;
    padding-left: 0;
  }
}


/*
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'), local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
*/


/* Placeholder text (input and textarea) */
.input-text.w-input::placeholder,
.input-textarea.w-input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #767676; /* Darker gray that meets AA standards */
    opacity: 1; /* Ensure full opacity for better readability */ 
}

/* For older browsers */
.input-text.w-input::-webkit-input-placeholder,
.input-textarea.w-input::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}

.input-text.w-input::-moz-placeholder,
.input-textarea.w-input::-moz-placeholder {
    color: #767676;
    opacity: 1;
}

.input-text.w-input:-ms-input-placeholder,
.input-textarea.w-input:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}



/* Input and textarea typed text */
.input-text.w-input,
.input-textarea.w-input,
.input-dropdown.w-select {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px; /* Matches your site's styles */
    line-height: 32px; /* Better spacing */
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    resize: none; /* Prevent textarea resizing */
}

/* Error state for inputs */
form.contact-form .input-text.w-input.error,
form.contact-form .input-textarea.w-input.error
form.registration-form .input-text.w-input.error,
form.registration-form .input-textarea.w-input.error,
form.registration-form .input-dropdown.w-select.error {
    border: 2px solid red !important;
    color: #333 !important; /* Ensure text color stays readable */
}



/* Error state for dropdown */
.input-dropdown.w-select.error {
/*    background-color: #F6D7DF !important; /* Light pink background for visibility */*/
}

/* Focus state for inputs */
.input-text.w-input:focus,
.input-textarea.w-input:focus,
.input-dropdown.w-select:focus {
    border: 2px solid #4285f4; /* Blue border for focus */
    outline: none;
    box-shadow: 0 0 5px #4285f4; /* Subtle glow effect */
}

/* Error messages */
.error-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; /* Matches your desired size */
    color: red;
    margin-top: 0px;
    display: none; /* Hidden by default */
}

/* reCAPTCHA widget alignment */
.g-recaptcha {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Dropdown custom styling */
.input-dropdown.w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140"><polygon points="70,105 105,35 35,35" fill="%23333"/></svg>'); /* Custom dropdown arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
    padding-right: 30px; /* Space for dropdown arrow */
}

/* Terms and Conditions checkbox */
.terms-wrapper .custom-checkbox {
    margin-right: 10px;
    width: 20px; /* Adjusted checkbox size */
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.terms-wrapper .custom-checkbox:checked {
    background-color: #3898ec;
    border-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px; /* Adjust size of the checkmark */
}

/* Ensure consistent alignment for the form wrapper */
.registration-form-wrapper {
    margin: 0 auto; /* Center horizontally */
    text-align: left; /* Reset alignment */
    display: flex; /* Flexbox for layout consistency */
    flex-direction: column; /* Stack elements vertically */
    width: 100%; /* Maintain full width */
    max-width: 600px; /* Optional: Add a consistent max width */
}

/* Ensure parent container maintains consistent alignment */
.container-2-section-4-registration {
    display: flex; /* Flexbox for layout consistency */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if needed) */
    flex-direction: column; /* Stack children vertically */
    width: 100%;
}

/* Scoped to the terms-wrapper class */



/* Wrapper styles */
.terms-wrapper {
    display: flex;
    align-items: flex-start; /* Align checkbox to the top of the text */
    margin-bottom: 20px;
}

/* Checkbox styles */
.terms-wrapper .custom-checkbox {
    margin: 4px 16px 0 0;
    appearance: none;
    width: 28px; /* Match reCAPTCHA size */
    height: 28px;
    border: 2px solid #1f1f1f; /* Light gray border like reCAPTCHA */
    border-radius: 2px; /* Slight rounding */
    background-color: #f9f9f9; /* Light gray background */
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); /* Subtle shadow */
    transition: border 0.1s ease, background-color 0.1s ease;
}

/* Checkbox hover state */
.terms-wrapper .custom-checkbox:hover {
    border-color: #4285f4; /* Blue border on hover */
    background-color: #fff;
}

/* Checkbox checked state */
.terms-wrapper .custom-checkbox:checked {
    background-color: #4285f4; /* Google blue */
    border-color: #4285f4;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

/* Label and text styles */
.terms-wrapper .checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
}

.terms-wrapper .checkbox-text {
    font-size: 17px; /* Adjust to match default body text */
    line-height: 32px;
    font-weight: 400; /* Ensure no bold styling */
    margin-top: -4px; /* Add a tiny top margin to align perfectly with checkbox */

}

/* Link styles */
.terms-wrapper .link-terms {
    color: #3898ec;
    text-decoration: none;
}

.terms-wrapper .link-terms:hover {
    text-decoration: underline;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol {
      margin: 0;
      padding: 0;
    }
       
body {
    box-sizing: border-box;
    overflow: auto;
    font-stretch: 100%;
  }


/* Fix video positioning */
.section-1-home {
  position: relative !important;
  height: 720px !important; /* or 100vh if you want it fullscreen */
  width: 100% !important;
  overflow: hidden !important;
  background-color: black !important; /* so you can confirm it's visible */
}

.hero-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 9999 !important;
  display: block !important;
}
/* Tablet Portrait specific adjustment (768px–991px only) */
@media only screen 
and (min-width: 768px)
and (max-width: 991px) 
and (orientation: portrait) {
  .section-1-home {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
  }
  
  .hero-video {
    height: 100% !important;
    max-height: 560px !important;
  }
}


/* Override styles for scroll animation - with faster transitions */
.section-3-home {
  background-color: rgba(255, 255, 255, 1) !important; /* Force white background initially */
  transition: background-color 0.15s ease !important; /* Even faster transition */
}

/* Hide white text initially */
.section-3-home .white-font {
  color: #ffffff; /* Keep the white color */
  opacity: 0 !important; /* Start invisible */
  transition: opacity 0.15s ease !important; /* Match background speed */
}

/* Hide the image initially */
.section-3-home .box2-container-2-section-3-home .image {
  opacity: 0 !important; /* Hide image */
  transition: opacity 0.15s ease !important; /* Match background speed */
}

/* These classes will be added by JavaScript as user scrolls */
.section-3-home.bg-transitioning {
  background-color: rgba(33, 33, 33, var(--scroll-progress)) !important; /* Dynamic value */
}

.section-3-home.bg-visible {
  background-color: rgba(33, 33, 33, 1) !important; /* Final dark grey */
}

/* Text visibility */
.section-3-home .white-font.text-visible {
  opacity: 1 !important;
}

/* Image visibility */
.section-3-home .image.image-visible {
  opacity: 1 !important;
}


/* Dance spotligh CSS */

/* Initial state for all spotlight containers */
[class^="section-folk-spotlight-"] .container-1-section-folk-spotlight {
  transform: translateX(-100vw) !important; /* Start completely outside the left edge */
  opacity: 0 !important; /* Start invisible */
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.8s ease-out !important; /* Smooth transition */
}

/* Class that will be added when container should be visible */
[class^="section-folk-spotlight-"] .container-1-section-folk-spotlight.slide-visible {
  transform: translateX(0) !important; /* Final position */
  opacity: 1 !important; /* Fully visible */
}

/* Ensure spotlight sections use border-box to prevent padding-left from causing horizontal overflow & magnifying background images */
[class^="section-folk-spotlight-"] {
  box-sizing: border-box !important;
}

/* ==========================================================================
   Antigravity Rebuild - Sticky Navigation Menu, Hamburger & Scroll Reveal
   ========================================================================== */

/* 1. Sticky Navigation Layout */
.header-navigation {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10001 !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header-navigation::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: -1 !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%) !important;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%) !important;
  transition: background-color 0.3s ease !important;
}

/* Home dark theme navigation glassmorphism */
.navbar-home.header-navigation::before {
  background-color: rgba(10, 10, 10, 0.45) !important;
}
/* Global light theme navigation glassmorphism */
.navbar-global.header-navigation::before {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* Scrolled state subtle enhancements */
.header-navigation.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
}
.navbar-home.header-navigation.scrolled::before {
  background-color: rgba(10, 10, 10, 0.85) !important;
}
.navbar-global.header-navigation.scrolled::before {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* Hide header on scroll down */
.header-navigation.hide-header {
  transform: translateY(-100%) !important;
}

/* 2. Custom CSS Hamburger Menu & Responsive Drawer Overlay */
.menu-button {
  position: relative !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 6px !important;
  z-index: 10002 !important;
  display: none !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 28px !important;
  height: 24px !important;
}

.menu-button .hamburger-bar {
  display: block !important;
  width: 19px !important;
  height: 2px !important;
  background-color: #fff !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
  transform-origin: center !important;
}

.navbar-global .menu-button .hamburger-bar {
  background-color: #000 !important; /* Black menu bar for global white header */
}

/* Hamburger transition to 'X' */
.menu-button.active .hamburger-bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg) !important;
  background-color: #fff !important; /* Force to white in active fullscreen mode */
}
.menu-button.active .hamburger-bar:nth-child(2) {
  opacity: 0 !important;
}
.menu-button.active .hamburger-bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg) !important;
  background-color: #fff !important; /* Force to white in active fullscreen mode */
}

@media screen and (max-width: 991px) {
  .menu-button {
    display: flex !important;
  }

  .nav-menu-wrapper {
    display: none !important;
  }

  /* Fullscreen flyout overlay */
  .nav-menu-wrapper.open {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    background-color: rgba(10, 10, 10, 0.97) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    padding: 100px 24px 60px !important;
    z-index: 9998 !important;
    overflow-y: auto !important;
    gap: 4px !important;
    box-sizing: border-box !important;
  }

  /* NSDA logo injected inside the flyout by JS */
  .mobile-nav-logo {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
  }

  .mobile-nav-logo img {
    height: 28px !important;
    width: auto !important;
    display: block !important;
  }

  /* Nav links inside flyout */
  .nav-menu-wrapper.open .nav-link-button,
  .nav-menu-wrapper.open .nav-link-button-home {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 14px 0 !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center !important;
    opacity: 1 !important;
    transform: none !important;
    width: auto !important;
    position: relative !important;
  }

  /* CTA button inside flyout */
  .nav-menu-wrapper.open .cta-primary {
    margin-top: 16px !important;
    margin-left: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 40px !important;
    min-width: 150px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }
}

/* Prevent body scrolling when menu is open */
body.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
  height: 100dvh !important;
}

/* 3. Scroll Reveal Animation System */
.reveal-on-scroll {
  opacity: 0 !important;
  transform: translateY(24px) !important;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
  will-change: transform, opacity !important;
}

.reveal-on-scroll.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Stagger delays */
.delay-100 { transition-delay: 100ms !important; }
.delay-200 { transition-delay: 200ms !important; }
.delay-300 { transition-delay: 300ms !important; }
.delay-400 { transition-delay: 400ms !important; }
.delay-500 { transition-delay: 500ms !important; }

/* 4. Subpage Header Offsets & Hero Container Alignment */
.navbar-global.header-navigation + * {
  margin-top: 81px !important;
}


/* Specific fix for lessons page column layout to prevent overflow */
.container-1-section-4-lessons,
.container-2-section-4-lessons,
.container-2-section-4-lessons-alt {
  grid-column-gap: 40px !important;
  justify-content: space-between !important;
}

/* Global scrollbar safety */
body {
  overflow-x: hidden !important;
}

/* ============================================================
   Registration Page Layout Fixes
   Restore original centered column widths so content appears
   visually centered like the live site.
   ============================================================ */

/* Note text - restore original 720px centered column */
.section-3-registration .container-1-section-3-registration {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Card grid wrapper row 1 — restore original 720px centered */
.section-3-registration .container-1-section-4-registration {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Card row boxes - full width, cards centered via justify-content:center (already set) */
.section-3-registration .box-1-container-1-section-3-registration,
.section-3-registration .box-2-container-1-section-3-registration {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Dance Therapy row - single card, left-aligned to match Advanced column above */
.section-3-registration .box-3-container-1-section-3-registration {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}

/* Locations link row */
.section-3-registration .box-4-container-1-section-3-registration {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Section 4 registration - form heading container */
.section-4-registration .container-1-section-4-registration {
  max-width: 720px !important;
}

@media screen and (max-width: 800px) {
  .section-3-registration .container-1-section-3-registration,
  .section-3-registration .container-1-section-4-registration,
  .section-3-registration .box-1-container-1-section-3-registration,
  .section-3-registration .box-2-container-1-section-3-registration,
  .section-3-registration .box-3-container-1-section-3-registration,
  .section-3-registration .box-4-container-1-section-3-registration {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* ==========================================================================
   Naatya Kalaakaar 2026 Section Styles
   ========================================================================== */
.nk-section {
  background-image: url("../images/nruthyashakti-naatyakalaakaar.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 760px;
  padding: 160px 120px;
  box-sizing: border-box;
}

.nk-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.nk-box {
  display: flex;
  flex-direction: column;
  max-width: 550px;
  box-sizing: border-box;
}

.nk-box .h2 {
  margin-bottom: 20px;
}

.nk-box p {
  margin-bottom: 30px;
}

.nk-box h4 {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .nk-section {
    padding: 80px 40px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .nk-section {
    padding: 60px 20px;
  }
}

/* Mobile hero: full-viewport-height video */
@media screen and (max-width: 767px) {
  .section-1-home {
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
  }
}