

/* imports and fonts imports */

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Helvetica.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/Helvetica.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/Helvetica.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/Helvetica.svg#svgFontName') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('../fonts/HelveticaNeue-Medium.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/HelveticaNeue-Medium.svg#svgFontName') format('svg');
	/* Legacy iOS */
}


@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica-Bold.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Helvetica-Bold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/Helvetica-Bold.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/Helvetica-Bold.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/Helvetica-Bold.svg#svgFontName') format('svg');
	/* Legacy iOS */
}

/* General */
body {
    margin: 0;
    padding: 0;
    background: #F5F7F8;
    color: #333;
    letter-spacing: 0px;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-family: 'Helvetica';
    line-height: 1.6;
}

ul{
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica';
    padding: 0;
    margin: 0;
}

h1{
    font-size: 1.4em;
}

h2{
    font-size: 22px;
    font-style: normal;
}

h3{
    font-size: 20px;
}

/* Rows WRapper */
.container {
    position: relative;
}

.rows {
    position: relative;
    width: 100%;
}

.rowsInner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 1260px) {
    .rowsInner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .rowsInner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
header{
    position: relative;
    margin: 0px 0px 40px 0px;
}
.socialIcons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    padding: 10px 0px 10px 0px;
    box-sizing: border-box;
}

.socialIcons>a,
.footerFBIcon a {
    width: auto;
    height: auto;
    padding: 0px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.socialIcons>a img,
.footerFBIcon a img {
    width: 100%;
}


.socialIcons>a img:hover,
.socialIcons>a img:focus,
.footerFBIcon a img:hover,
.footerFBIcon a img:focus {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    transition: all ease 0.3s !important;
    -webkit-transition: all ease 0.3s !important;
    -moz-transition: all ease 0.3s !important;
}

.macawLogo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.macawLogo a {
    width: 100px;
    display: block;
}

.macawLogo a img {
    width: 100%;
}

.websiteNameMotto {
    display: flex;
    flex-direction: column;
    position: relative;
}

.websiteName {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font-family: "Kaisei Decol", serif;
    background: #F5F7F8;
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.websiteMotto {
    width: 100%;
    height: auto;
    color: #000;
    font-family: "Kaisei Decol", serif;
    font-size: 12.4px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 0px -10px;
}

.header-text {
    width: 100%;
    height: auto;
    margin: 15px 0px 25px 0px;
    text-decoration: none;
    font-family: "Kaisei Decol", serif;
    background: #F5F7F8;
    color: #05070C;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

nav {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
}

nav ul li {
    position: relative;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Helvetica';
    letter-spacing: 0px;
    box-sizing: border-box;
    display: flex;
    padding: 7.5px 25px 5px 25px;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    border-radius: 17px;

}

nav ul li a:hover,
nav ul li a:focus {
    background: #FAC512;
    color: #333;
}
.active{
    background: #FAC512;
    color: #333;
}

/* Spark your creativity with MACAW Art & Designs */
.firstRow {
    position: relative;
    background: #F5F7F8;
}

.firstRow .rowsInner {
    position: relative;
    padding: 20px 0px 25px 0px;
    display: grid;
    grid-template-columns: 1fr 600px;
    grid-template-rows: auto;
    gap: 50px;
}

.firstRow .rowsInner .leftCol {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
}
.bannerHeader{
    width: auto;
    height: auto;
    margin: 10px 0px 30px 0px;
    text-decoration: none;
    font-family: 'Helvetica';
    background: #F5F7F8;
    color: #05070C;
    text-align: left;
    font-size:  42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
}
.bannerHeader span{
    font-family: 'Helvetica-Bold';
}
.GetInTouch {
    text-decoration: none;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0 0 0 0px;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    display: flex;
    padding: 10px 15px 8px 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background: #FAC512;
    min-height: 45px;
    width: 200px;
    box-sizing: border-box;
    color: #000;
    font-family: 'Helvetica-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 40px;
}

.GetInTouch:hover,
.GetInTouch:focus {
    background: #f0b900;
}

.GetInTouch::after{
    content: '';
    position: absolute;
    background: url('../pics/InformationIcon.png') no-repeat center;
    width: 13px;
    height: 12px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}


.firstRow .rowsInner .rightCol {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 9;
}

.firstRow .rowsInner .rightCol::before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);

    position: absolute;
    top: -20px;
    /* background: #FAC512; */
    z-index: -1;
    left: -20px;
}


.firstRow .rowsInner .rightCol img {
    width: 100%;
    display: block;
}

/* Art & painting classes for Adults */
.secondRow {
    position: relative;
    background: #F5F7F8;
}

.secondRow .rowsInner {
    position: relative;
    padding: 35px 0px 35px 0px;
}

.PCHeader,
.DCHeader,
.artWorkHeader {
    margin: 0px 0px 25px 0px;
    padding: 0;
    color: #333;
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    font-family: 'Helvetica-Bold';
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.paintingClasses,
.designingClasses,
.artWorks {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.PClasses,
.DClasses {
    position: relative;
    width: 100%;
    max-width: 375px;
    min-height: 400px;
    border-radius: 17px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    box-sizing: border-box;
}

.PClassesImg,
.DClassesImg,
.artsImg {
    position: relative;
    width: 100%;
    height: auto;
}

.PClassesImg img,
.DClassesImg img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

.courseName,
.artName{
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    position: relative;
    color: #000;
    font-family: 'Helvetica-Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 15px 0px 5px 0px;
}

.courseDetails,.artType,.artPrice{
    position: relative;
color: #333;
font-family: 'Helvetica';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height: 1.2;
}
.topics{
    position: relative;
    margin: 15px 0px 15px 0px;
}
.topicHeader{
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-family: 'HelveticaNeue-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0px 5px 0px;
}
.topicText{
  width: 100%;
  height: auto;
  color: #333;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-style: normal;
  font-family: 'Helvetica';
  line-height: 1.2;
}
.adult-course-card-price-detail-parent{
    position: relative;
    display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 20px;
margin: 15px 0px 0px 0px;
}
.adult-course-card-price-detail{
    position: relative;
    display: flex;
  justify-content: flex-start;
  align-items: center;
font-family: 'Helvetica';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
/* --- Polished buttons --- */
.buttons{
  /* crisp type */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 16px;
  min-height: 40px;
  width: auto;                 /* allow text to breathe */
  box-sizing: border-box;

  background: linear-gradient(180deg,#FCD64D 0%, #FAC512 100%);
  color: #0a0a0a;
  border: 1px solid #E2B30A;
  border-radius: 9999px;

  font-family: 'HelveticaNeue-Medium','Helvetica',system-ui,-apple-system,'Segoe UI',Roboto,Ubuntu,'Noto Sans',sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1;

  box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.02) inset;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  will-change: transform;
}

/* Hover/active/focus feedback */
.buttons:hover{ transform: translateY(-1px); box-shadow: 0 6px 12px rgba(0,0,0,.08); }
.buttons:active{ transform: translateY(0); box-shadow: 0 2px 6px rgba(0,0,0,.10) inset; }
.buttons:focus{ outline: none; box-shadow: 0 0 0 3px rgba(250,197,18,.35), 0 1px 2px rgba(0,0,0,.06); }

/* Use a crisp glyph arrow instead of the PNG (sharper on all screens) */
.buttons::after{
  content: '›';
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
}

/* Dark/primary variant (for “Register & Pay”) */
.buttons.primary{
  background: #0f0f10;
  color: #fff;
  border-color: #000;
  box-shadow: 0 1px 2px rgba(0,0,0,.45);
}
.buttons.primary:hover{ background: #121214; transform: translateY(-1px); }
.buttons.primary::after{ content: '→'; }

/* Mobile: let both buttons expand nicely side-by-side or full width */
@media (max-width: 768px){
  .btnRow .buttons{ flex: 1 1 auto; }
}

/* Designing Cources */
.thirdRow {
    position: relative;
    background: #F5F7F8;
}

.thirdRow .rowsInner {
    position: relative;
    padding: 25px 0px 25px 0px;
}

/* Our Art Works */
.fourthdRow {
    position: relative;
    background: #F5F7F8;
}

.fourthdRow .rowsInner {
    position: relative;
    padding: 35px 0px 70px 0px;
}

.arts {
    position: relative;
    width: 100%;
    max-width: 375px;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
}
.artsImg img{
    width: 100%;
    display: block;
}
/* Footer */
footer {
    position: relative;
    background: #000;
}

.footerSocialIcons {
    position: relative;
    background: #1D1D1D;
}

.footerSocialIcons .socialIcons {
    justify-content: center;
}

.footerNameMotto {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0px;
}

.footerName {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font-family: "Kaisei Decol", serif;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.footerMotto {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: "Kaisei Decol", serif;
    font-size: 12.4px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 0px -10px;
}

.quickLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 20px 0px;
    position: relative;
    width: 100%;
    gap: 10px;
}

.quickLinks a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Helvetica';
    letter-spacing: 0px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.quickLinks a:hover,
.quickLinks a:focus{
    color: #FAC512;
}


.footerFBIcon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}


/* Responsive CSS */
@media only screen and (max-width: 1260px) {
    .firstRow .rowsInner{
        grid-template-columns: 1fr clamp(300px,47.6190vw,600px);
        grid-template-rows: auto;
        gap: min(3.9682vw,50px);
    }

    .paintingClasses, .designingClasses, .artWorks{
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {

    /* Header Mobile */
    .macawLogo a{
        width: clamp(70px,10.4166vw,80px);
    }

    .websiteName{
        font-size: clamp(30px,4.6875vw,36px);
        letter-spacing: min(1.5625vw,12px);
        padding: 0px 0px 0px 10px;
        box-sizing: border-box;
    }
    .websiteMotto{
       letter-spacing: 4.5px;
       margin: 0px 0px 0px 0px;
    }
    .header-text{
        margin: 15px 0px 15px 0px;
        font-size: clamp(35px,5.4687vw,42px);
        line-height: 1.2;
    }

    nav ul{
        width: 100%;
        gap: 10px;
        justify-content: center;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    nav ul li {
        width: 30%;
      }
    nav ul li a{
        background: #fac512;
        text-align: center;
        font-size: 15px;
        min-height: 30px;
        padding: 7.5px 10px 5px 10px;
    }
    nav ul li a:hover, nav ul li a:focus {
        background: #000000;
        color: #fff;
      }
    /* FISRT ROW */
    .firstRow .rowsInner{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        padding: 0px 0px 0px 0px;
    }

    .firstRow .rowsInner .leftCol {
        grid-column: 1;
        grid-row: 2;
        margin: 0px auto;
    }
    .bannerHeader{
        text-align: center;
        margin: 0px 0px 20px 0px;
        font-size: 36px;
        display: flex;
        flex-direction: column;
    }
    .bannerHeader br{
        display: none;
    }
    .GetInTouch{
        margin: 0px auto;
        min-height: 35px;
        width: 165px;
        font-size: 16px;
    }
    .firstRow .rowsInner .rightCol {
        grid-column: 1;
        grid-row: 1;
        margin: 0px auto;
        max-width: 100%;
        background: #FAC512;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .firstRow .rowsInner .rightCol::before{
      display: none;
    }
    .PCHeader, .DCHeader, .artWorkHeader{
        text-align: center;
    }

    .PClasses, .DClasses{
        max-width: 300px;
        min-height: 500px;
        padding: 10px;
    }

    .arts{
        max-width: 300px;
    }
}


@media only screen and (max-width: 768px) {}




/* Courses Page CSS */

.OurMotto p{
    width: 100%;
    height: auto;
    color: #333;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-style: normal;
    font-family: 'Helvetica';
    line-height: 1.6;
}

.contact .rowsInner{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding: 0px 0px 30px 0px;
}

.address {
    width: 100%;
    height: auto;
    color: #333;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-style: normal;
    font-family: 'Helvetica';
    line-height: 1.6;
  }

/* call to action */

    .call-to-action {
      text-align: center;
      padding: 20px;
      border-radius: 8px;
      font-family: 'Helvetica-Bold';

    }

    .call-to-action h2 {
      font-size: 24px;
      margin-bottom: 10px;
      
    }

    .call-to-action p {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .call-to-action .phone-number {
        font-size: 32px;
        color: #0056b3;
        font-weight: bold;
        animation: jump 1s infinite;
        text-decoration: none; /* Remove underline */
      }

      .number-link{
        text-decoration: none; /* Remove underline */
        color: #0056b3;

      }
  
      @keyframes jump {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
      }


      .video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
      }
      
      .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }




/* imports and fonts imports */

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Helvetica.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/Helvetica.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/Helvetica.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/Helvetica.svg#svgFontName') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('../fonts/HelveticaNeue-Medium.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/HelveticaNeue-Medium.svg#svgFontName') format('svg');
	/* Legacy iOS */
}


@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica-Bold.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Helvetica-Bold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/Helvetica-Bold.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/Helvetica-Bold.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/Helvetica-Bold.svg#svgFontName') format('svg');
	/* Legacy iOS */
}

/* General */
body {
    margin: 0;
    padding: 0;
    background: #F5F7F8;
    color: #333;
    letter-spacing: 0px;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-family: 'Helvetica';
    line-height: 1.6;
}

ul{
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica';
    padding: 0;
    margin: 0;
}

h1{
    font-size: 1.4em;
}

h2{
    font-size: 22px;
    font-style: normal;
}

h3{
    font-size: 20px;
}

/* Rows WRapper */
.container {
    position: relative;
}

.rows {
    position: relative;
    width: 100%;
}

.rowsInner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 1260px) {
    .rowsInner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .rowsInner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
header{
    position: relative;
    margin: 0px 0px 40px 0px;
}
.socialIcons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    padding: 10px 0px 10px 0px;
    box-sizing: border-box;
}

.socialIcons>a,
.footerFBIcon a {
    width: auto;
    height: auto;
    padding: 0px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.socialIcons>a img,
.footerFBIcon a img {
    width: 100%;
}


.socialIcons>a img:hover,
.socialIcons>a img:focus,
.footerFBIcon a img:hover,
.footerFBIcon a img:focus {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    transition: all ease 0.3s !important;
    -webkit-transition: all ease 0.3s !important;
    -moz-transition: all ease 0.3s !important;
}

.macawLogo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.macawLogo a {
    width: 100px;
    display: block;
}

.macawLogo a img {
    width: 100%;
}

.websiteNameMotto {
    display: flex;
    flex-direction: column;
    position: relative;
}

.websiteName {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font-family: "Kaisei Decol", serif;
    background: #F5F7F8;
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.websiteMotto {
    width: 100%;
    height: auto;
    color: #000;
    font-family: "Kaisei Decol", serif;
    font-size: 12.4px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 0px -10px;
}

.header-text {
    width: 100%;
    height: auto;
    margin: 15px 0px 25px 0px;
    text-decoration: none;
    font-family: "Kaisei Decol", serif;
    background: #F5F7F8;
    color: #05070C;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

nav {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
}

nav ul li {
    position: relative;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Helvetica';
    letter-spacing: 0px;
    box-sizing: border-box;
    display: flex;
    padding: 7.5px 25px 5px 25px;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    border-radius: 17px;

}

nav ul li a:hover,
nav ul li a:focus {
    background: #FAC512;
    color: #333;
}
.active{
    background: #FAC512;
    color: #333;
}

/* Spark your creativity with MACAW Art & Designs */
.firstRow {
    position: relative;
    background: #F5F7F8;
}

.firstRow .rowsInner {
    position: relative;
    padding: 20px 0px 25px 0px;
    display: grid;
    grid-template-columns: 1fr 600px;
    grid-template-rows: auto;
    gap: 50px;
}

.firstRow .rowsInner .leftCol {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
}
.bannerHeader{
    width: auto;
    height: auto;
    margin: 10px 0px 30px 0px;
    text-decoration: none;
    font-family: 'Helvetica';
    background: #F5F7F8;
    color: #05070C;
    text-align: left;
    font-size:  42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
}
.bannerHeader span{
    font-family: 'Helvetica-Bold';
}
.GetInTouch {
    text-decoration: none;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0 0 0 0px;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    display: flex;
    padding: 10px 15px 8px 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background: #FAC512;
    min-height: 45px;
    width: 200px;
    box-sizing: border-box;
    color: #000;
    font-family: 'Helvetica-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 40px;
}

.GetInTouch:hover,
.GetInTouch:focus {
    background: #f0b900;
}

.GetInTouch::after{
    content: '';
    position: absolute;
    width: 13px;
    height: 12px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}


.firstRow .rowsInner .rightCol {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 9;
}

.firstRow .rowsInner .rightCol::before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);

    position: absolute;
    top: -20px;
    /* background: #FAC512; */
    z-index: -1;
    left: -20px;
}


.firstRow .rowsInner .rightCol img {
    width: 100%;
    display: block;
}

/* Art & painting classes for Adults */
.secondRow {
    position: relative;
    background: #F5F7F8;
}

.secondRow .rowsInner {
    position: relative;
    padding: 35px 0px 35px 0px;
}

.PCHeader,
.DCHeader,
.artWorkHeader {
    margin: 0px 0px 25px 0px;
    padding: 0;
    color: #333;
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    font-family: 'Helvetica-Bold';
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.paintingClasses,
.designingClasses,
.artWorks {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.PClasses,
.DClasses {
    position: relative;
    width: 100%;
    max-width: 375px;
    min-height: 400px;
    border-radius: 17px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    box-sizing: border-box;
}

.PClassesImg,
.DClassesImg,
.artsImg {
    position: relative;
    width: 100%;
    height: auto;
}

.PClassesImg img,
.DClassesImg img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

.courseName,
.artName{
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    position: relative;
    color: #000;
    font-family: 'Helvetica-Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 15px 0px 5px 0px;
}

.courseDetails,.artType,.artPrice{
    position: relative;
color: #333;
font-family: 'Helvetica';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height: 1.2;
}
.topics{
    position: relative;
    margin: 15px 0px 15px 0px;
}
.topicHeader{
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-family: 'HelveticaNeue-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0px 5px 0px;
}
.topicText{
  width: 100%;
  height: auto;
  color: #333;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-style: normal;
  font-family: 'Helvetica';
  line-height: 1.2;
}
.adult-course-card-price-detail-parent{
    position: relative;
    display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 20px;
margin: 15px 0px 0px 0px;
}
.adult-course-card-price-detail{
    position: relative;
    display: flex;
  justify-content: flex-start;
  align-items: center;
font-family: 'Helvetica';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.buttons{
    text-decoration: none;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 0 0px;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    display: flex;
    padding: 5px 5px 6px 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    background: #FAC512;
    min-height: 30px;
    width: 135px;
    box-sizing: border-box;
    color: #000;
    font-family: 'HelveticaNeue-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 30px;
}

.buttons:hover,
.buttons:focus{
    background: #f0b900;
}

.buttons::after{
    content: '';
    position: absolute;
    /*background: url('../pics/InformationIcon.png') no-repeat center;*/
    width: 13px;
    height: 12px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

/* Designing Cources */
.thirdRow {
    position: relative;
    background: #F5F7F8;
}

.thirdRow .rowsInner {
    position: relative;
    padding: 25px 0px 25px 0px;
}

/* Our Art Works */
.fourthdRow {
    position: relative;
    background: #F5F7F8;
}

.fourthdRow .rowsInner {
    position: relative;
    padding: 35px 0px 70px 0px;
}

.arts {
    position: relative;
    width: 100%;
    max-width: 375px;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
}
.artsImg img{
    width: 100%;
    display: block;
}
/* Footer */
footer {
    position: relative;
    background: #000;
}

.footerSocialIcons {
    position: relative;
    background: #1D1D1D;
}

.footerSocialIcons .socialIcons {
    justify-content: center;
}

.footerNameMotto {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0px;
}

.footerName {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font-family: "Kaisei Decol", serif;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.footerMotto {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: "Kaisei Decol", serif;
    font-size: 12.4px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 0px -10px;
}

.quickLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 20px 0px;
    position: relative;
    width: 100%;
    gap: 10px;
}

.quickLinks a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Helvetica';
    letter-spacing: 0px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.quickLinks a:hover,
.quickLinks a:focus{
    color: #FAC512;
}


.footerFBIcon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}


/* Responsive CSS */
@media only screen and (max-width: 1260px) {
    .firstRow .rowsInner{
        grid-template-columns: 1fr clamp(300px,47.6190vw,600px);
        grid-template-rows: auto;
        gap: min(3.9682vw,50px);
    }

    .paintingClasses, .designingClasses, .artWorks{
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {

    /* Header Mobile */
    .macawLogo a{
        width: clamp(70px,10.4166vw,80px);
    }

    .websiteName{
        font-size: clamp(30px,4.6875vw,36px);
        letter-spacing: min(1.5625vw,12px);
        padding: 0px 0px 0px 10px;
        box-sizing: border-box;
    }
    .websiteMotto{
       letter-spacing: 4.5px;
       margin: 0px 0px 0px 0px;
    }
    .header-text{
        margin: 15px 0px 15px 0px;
        font-size: clamp(35px,5.4687vw,42px);
        line-height: 1.2;
    }

    nav ul{
        width: 100%;
        gap: 10px;
        justify-content: center;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    nav ul li {
        width: 30%;
      }
    nav ul li a{
        background: #fac512;
        text-align: center;
        font-size: 15px;
        min-height: 30px;
        padding: 7.5px 10px 5px 10px;
    }
    nav ul li a:hover, nav ul li a:focus {
        background: #000000;
        color: #fff;
      }
    /* FISRT ROW */
    .firstRow .rowsInner{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        padding: 0px 0px 0px 0px;
    }

    .firstRow .rowsInner .leftCol {
        grid-column: 1;
        grid-row: 2;
        margin: 0px auto;
    }
    .bannerHeader{
        text-align: center;
        margin: 0px 0px 20px 0px;
        font-size: 36px;
        display: flex;
        flex-direction: column;
    }
    .bannerHeader br{
        display: none;
    }
    .GetInTouch{
        margin: 0px auto;
        min-height: 35px;
        width: 165px;
        font-size: 16px;
    }
    .firstRow .rowsInner .rightCol {
        grid-column: 1;
        grid-row: 1;
        margin: 0px auto;
        max-width: 100%;
        background: #FAC512;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .firstRow .rowsInner .rightCol::before{
      display: none;
    }
    .PCHeader, .DCHeader, .artWorkHeader{
        text-align: center;
    }

    .PClasses, .DClasses{
        max-width: 300px;
        min-height: 500px;
        padding: 10px;
    }

    .arts{
        max-width: 300px;
    }
}


@media only screen and (max-width: 768px) {}




/* Courses Page CSS */

.OurMotto p{
    width: 100%;
    height: auto;
    color: #333;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-style: normal;
    font-family: 'Helvetica';
    line-height: 1.6;
}

.contact .rowsInner{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding: 0px 0px 30px 0px;
}

.address {
    width: 100%;
    height: auto;
    color: #333;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-style: normal;
    font-family: 'Helvetica';
    line-height: 1.6;
  }

/* call to action */

    .call-to-action {
      text-align: center;
      padding: 20px;
      border-radius: 8px;
      font-family: 'Helvetica-Bold';

    }

    .call-to-action h2 {
      font-size: 24px;
      margin-bottom: 10px;
      
    }

    .call-to-action p {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .call-to-action .phone-number {
        font-size: 32px;
        color: #0056b3;
        font-weight: bold;
        animation: jump 1s infinite;
        text-decoration: none; /* Remove underline */
      }

      .number-link{
        text-decoration: none; /* Remove underline */
        color: #0056b3;

      }
  
      @keyframes jump {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
      }


      .video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
      }
      
      .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }

      .video-wrapper img,
.video-wrapper picture { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; border: 0;
}

      

/* ===== Workshops: controls + grid (safe to append) ===== */

/* Top controls row */
.workshopControls{
  display:flex; flex-wrap:wrap; align-items:center; gap:12px;
  margin:10px 0 20px 0;
}

.inputControl{
  appearance:none; -webkit-appearance:none;
  background:#FFF; border:1px solid #D9D9D9; border-radius:12px;
  padding:10px 12px; min-width:220px;
  font:16px 'Helvetica', sans-serif; color:#333; outline:none;
  transition:border-color .2s, box-shadow .2s;
}
.inputControl:focus{ border-color:#FAC512; box-shadow:0 0 0 3px rgba(250,197,18,.25); }
.inputControl::placeholder{ color:#888; }
.inputControl::-ms-expand{ display:none; } /* old IE select arrow */

.countBadge{
  margin-left:auto;
  background:#000; color:#fff; border-radius:999px;
  padding:8px 12px; font-size:14px; font-family:'Helvetica-Bold';
}

/* Cards: reuse your .paintingClasses / .PClasses styles */
#workshopGrid .PClasses{ min-height:440px; display:flex; flex-direction:column; }
#workshopGrid .topicText{ max-height:4.2em; }

/* Price + action buttons row */
.priceWrap{
  display:flex; align-items:center; gap:10px;
  font-size:18px; color:#000; font-family:'Helvetica-Bold';
}
.btnRow{ display:flex; gap:10px; }
.buttons.primary{ background:#000; color:#fff; }
.buttons.primary:hover,.buttons.primary:focus{ background:#111; }

/* Seat status badges */
.seat-badge{
  display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; padding:4px 8px; border-radius:999px;
  line-height:1; white-space:nowrap; border:1px solid transparent;
}
.seat-badge.ok{    background:#E8F7EF; color:#146C43; border-color:#BEE6CF; }
.seat-badge.warn{  background:#FFF6E5; color:#8A5A00; border-color:#FFE0A8; }
.seat-badge.danger{background:#FDEBEC; color:#A00218; border-color:#F5B5BD; }

/* Responsive */
@media (max-width:1024px){ .inputControl{ min-width:200px; } }
@media (max-width:768px){
  .workshopControls{ justify-content:center; gap:10px; }
  .inputControl{ min-width:calc(50% - 6px); }
  .countBadge{ margin-left:0; }
  #workshopGrid .PClasses{ max-width:300px; min-height:500px; }
}

/* a11y focus ring */
.buttons:focus-visible,.inputControl:focus-visible{
  outline:2px solid #FAC512; outline-offset:2px;
}


/* Stack buttons below price + seats for workshop cards */
#workshopGrid .adult-course-card-price-detail-parent{
  display:flex;
  flex-wrap:wrap;              /* allow next-line wrap */
  align-items:flex-start;
  gap:10px;
}

#workshopGrid .priceWrap{
  flex:0 0 auto;               /* keep price+badge on one line */
}

#workshopGrid .btnRow{
  flex:1 0 100%;               /* force full-width next line */
  display:flex;
  gap:10px;
  margin-top:6px;
}

#workshopGrid .ws-line{
  flex:1 0 100%;
  height:1px; background:#eee; margin-top:6px;
}


/* End Workshops CSS */

/* ===== Workshop Modal (theme-matched, accessible) ===== */
.ws-modal{ position:fixed; inset:0; z-index:9999; display:none; }
.ws-modal.is-open{ display:block; }
.ws-modal__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.55); backdrop-filter: blur(2px); }

.ws-modal__dialog{
  position:relative;
  margin: clamp(48px,8vh,100px) auto;
  max-width: 900px; background:#fff; border-radius:18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
  overflow:hidden;
  display:grid; grid-template-columns: 1fr 1.2fr;
  animation: wsModalIn .18s ease both;
}
@keyframes wsModalIn{ from{ transform: translateY(16px); opacity:0;} to{ transform:none; opacity:1;} }

.ws-modal__close{
  position:absolute; top:10px; right:10px;
  width:36px; height:36px; border-radius:50%;
  border:1px solid #E6E6E6; background:#fff; color:#000;
  font-size:22px; line-height:1; display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer; transition: background .15s ease, transform .15s ease;
}
.ws-modal__close:hover{ background:#f7f7f7; transform: translateY(-1px); }

.ws-modal__media{ position:relative; background:#000; min-height:260px; }
.ws-modal__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.ws-modal__media #wsModalBadge{ position:absolute; left:12px; top:12px; }

.ws-modal__body{ padding:22px; }
.ws-modal__title{
  font-family:'Helvetica-Bold'; font-size:26px; line-height:1.2; margin:0 0 8px 0; color:#000;
}
.ws-modal__desc{
  font-size:16px; line-height:1.5; color:#333; margin:0 0 14px 0;
}

.ws-modal__meta{
  display:grid; grid-template-columns: 1fr 1fr; gap:10px;
  margin: 12px 0 18px 0;
}
.ws-modal__meta > div{
  border:1px solid #EAEAEA; border-radius:12px; padding:10px 12px; background:#FAFAFA;
  font-size:14px;
}
.ws-modal__meta strong{ display:block; font-family:'HelveticaNeue-Medium'; color:#000; font-size:13px; margin-bottom:4px; }
.ws-modal__meta span{ color:#222; }

.ws-modal__cta{ display:flex; gap:10px; flex-wrap:wrap; }
.ws-modal__cta .buttons{ min-width: 160px; }

@media (max-width: 900px){
  .ws-modal__dialog{ grid-template-columns: 1fr; }
  .ws-modal__media{ min-height:200px; }
  .ws-modal__meta{ grid-template-columns: 1fr; }
}

/* Reuse existing seat-badge colors */




@media (max-width: 480px){
  .btnRow{ flex-direction:column; }
}