/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 20:28:47 */
/* Global CSS */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    background-color: #F9F9F6;
    scroll-behavior: smooth;
}
	
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
	margin:0 !important;
}
header,
footer {
    display: none !important;
}
	
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 	 b,strong {
		 font-weight: unset !important;} */

.faq-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {

    padding-bottom: 24px !important;
    border-radius: 20px 20px 0px 0px !important;
}
.faq-accordion  .e-n-accordion-item[open]>.e-n-accordion-item-title  {
	color:#000 !important;
}
.faq-accordion  .e-n-accordion-item-title-text {
	color:#000 !important;
}

.dash-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px; /* keep same as parent */
    padding: 6px; /* 🔥 reduce this (try 4px–8px) */

    background: 
        repeating-linear-gradient(90deg, #fff 0 8px, transparent 8px 14px),
        repeating-linear-gradient(180deg, #fff 0 8px, transparent 8px 14px),
        repeating-linear-gradient(90deg, #fff 0 8px, transparent 8px 14px),
        repeating-linear-gradient(180deg, #fff 0 8px, transparent 8px 14px);

    background-position: top, right, bottom, left;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-repeat: no-repeat;

    pointer-events: none;
}




 .gm-style .place-card {
    visibility: hidden !important;
	 display:none !important;
}
.list-menu li a span:hover{
	color:#fff !important;
}
 .icon-tag:hover {
	color:#fff !important;
}
 .icon-tag {
	transition:all 0.3s ease-in-out !important;
}
.elementor-element-7f91354 .elementor-widget-container div {
    max-width: 450px !important;
}
.journey-form input:focus {
  color: #000 !important;
}
.journey-form textarea:focus {
  color: #000 !important;
}
.journey-form textarea {
 resize:unset !important;
}
.journey-form input::placeholder {
  text-transform: uppercase !important;
}
.journey-form textarea::placeholder {
  text-transform: uppercase !important;
}

.primary-btn a .elementor-button-text {
  z-index: 5;
  position: relative;
  transition: color 350ms ease;
}
.primary-btn a:hover .elementor-button-text{
  color: #fff;
}

.primary-btn a{
  position: relative;
  color: #143F52;
  background: #91C8E4;
  border: 1px solid #91C8E4;
  overflow: hidden;
}

.primary-btn a::after, .primary-btn a::before{
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #143F52;
  z-index: -1;
}

.primary-btn a::before {
  transform: translateX(-101%);
  z-index: 1;
}

.primary-btn a:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.primary-btn a::after {
   z-index: 0;
  transform: translateX(101%);
  transition: none;
  transition: transform 350ms ease;
}

.primary-btn a:hover:after {
  opacity: 1;
  transform: translateX(0);
 transition: transform 350ms 360ms ease;
}

.journey-form button .elementor-button-text {
  z-index: 5;
  position: relative;
  transition: color 350ms ease;
}
.journey-form button:hover .elementor-button-text{
  color: #fff;
}

.journey-form button{
  display: block;
  position: relative;
  color: #143F52;
  background: #91C8E4;
  border: 1px solid #91C8E4;
  overflow: hidden;
}

.journey-form button::after, .journey-form button::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #143F52;
  z-index: -1;
}

.journey-form button::before {
  transform: translateX(-101%);
  z-index: 1;
}

.journey-form button:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.journey-form button::after {
   z-index: 0;
  transform: translateX(101%);
  transition: none;
  transition: transform 350ms ease;
}

.journey-form button:hover:after {
  opacity: 1;
  transform: translateX(0);
 transition: transform 350ms 360ms ease;
}


.secondary-btn a .elementor-button-text {
  z-index: 5;
  position: relative;
  transition: color 350ms ease;
}
.secondary-btn a:hover .elementor-button-text{
  color: #BA513A;
}
.footer-btn .secondary-btn a:hover .elementor-button-text{
  color: #143F52 !important;
}
.secondary-btn a{
  position: relative;
  color: #FFFFFF;
  background: #BA513A;
  border: 1px solid #BA513A;
  overflow: hidden;
}

.secondary-btn a::after, .secondary-btn a::before{
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

.secondary-btn a::before {
  transform: translateX(-101%);
  z-index: 1;
}

.secondary-btn a:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.secondary-btn a::after {
   z-index: 0;
  transform: translateX(101%);
  transition: none;
  transition: transform 350ms ease;
}

.secondary-btn a:hover:after {
  opacity: 1;
  transform: translateX(0);
 transition: transform 350ms 360ms ease;
}




.desktop-menu .elementor-nav-menu--dropdown {
	padding:clamp(12px,1.389vw,20px) !important;
	background-color:#FFFFFF !important;
}
.desktop-menu .elementor-nav-menu--dropdown a {
	background-color:#F9F9F6 !important;
}
.desktop-menu .elementor-nav-menu--dropdown a:hover {
	background-color:#91C8E4 !important;
}
.testimonials-slider .swiper-pagination-bullet-active {
    height: 12px !important;
    width: 12px !important;
    border: 3px solid #BA513A !important;
    border-right: 3px solid transparent !important;
    background: transparent !important;
}
.testimonials-slider span.swiper-pagination-bullet:not( span.swiper-pagination-bullet.swiper-pagination-bullet-active ){
	margin-top: 1.5px !important;
	margin-bottom: 1.5px !important;
}
.mobile-menu .has-submenu {
    display: flex !important;
    justify-content: space-between !important;
}
	.elementor-widget-off-canvas .e-off-canvas__main {
    height: 100vh !important;
}
	.header-Scrolled .navbar-1 {
    background: #F9F9F6 !important;
    box-shadow: 0px 6px 12px 0px rgba(154, 154, 154, 0.25) !important;
    transition: all 0.3s ease-in-out !important;
    backdrop-filter: blur(14.399999618530273px) !important;
		padding:0 !important;
}
.mobile-menu li {
	border-bottom:0.5px solid #F9F9F680 !important;
}
.mobile-menu .sub-menu  li {
	border-bottom:none;
}
.mobile-menu li {
	margin-bottom:16px !important;
}
.mobile-menu .sub-menu li {
	margin-bottom:0px !important;
}

.clipped-image {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
	z-index: 1;
}
.clipped-image1 {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><g transform='scale(1, -1) translate(0, -110)'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></g></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><g transform='scale(1, -1) translate(0, -110)'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></g></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
	z-index: 1;
}
.clipped-image2 {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><g transform='scale(-1, 1) translate(-1000, 0)'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></g></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><g transform='scale(-1, 1) translate(-1000, 0)'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></g></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
	z-index: 1;
}
.icon-tag {
	color:#143F52;
}
.rates-month {
	    font-family: "Flama", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #F9F9F6;
}
.journey-form input {
	padding:clamp(14px,1.111vw,16px) clamp(18px,1.667vw,24px) !important;
}
.journey-form textarea {
	padding:clamp(14px,1.111vw,16px) clamp(18px,1.667vw,24px) !important;
}
.journey-form .e-form__buttons {
	margin-top:clamp(24px,3.333vw,48px) !important;
}

.banner-buffalo-font h1 span {
	font-family: "Recoleta", Sans-serif;
	font-weight: normal !important;
	    font-size: clamp(54px, 5.556vw, 80px);
    font-weight: normal;
    line-height: 110%;
    color: #F6F3EC !important;
}
.discover-desc {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}

.highlighted-text {
  position: relative;
  display: inline-block; 
}

.highlighted-text::after {

 background-image: url('https://www.pianowithkatarina.com/wp-content/uploads/2025/06/Vector-1-1.png');
 content: "";
  position: absolute;
  bottom: -8px; 
  left: 0;
  width: 100%;
  height: 5px; 
  background-size: cover;
  background-repeat: no-repeat;
}


.border-dash {
position:relative;
}
.border-dash::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background:
/* Top border */
    repeating-linear-gradient(
      to right,
      #FFFFFF 0 10px,
      transparent 5px 15px
    ) top / 100% 3px no-repeat,
    
    /* Bottom border */
    repeating-linear-gradient(
      to right,
      #FFFFFF 0 10px,
      transparent 5px 15px
    ) bottom / 100% 3px no-repeat,
    
    /* Left border */
    repeating-linear-gradient(
      to bottom,
      #FFFFFF 0 10px,
      transparent 5px 15px
    ) left / 3px 100% no-repeat,
    
    /* Right border */
    repeating-linear-gradient(
      to bottom,
      #FFFFFF 0 10px,
      transparent 5px 15px
    ) right / 3px 100% no-repeat
}


















/* @media screen and (max-width: 1400px) {

.elementor-5581 .elementor-element.elementor-element-ec7e303 {
	--padding-bottom: 1140px !important;
	}
	.elementor-5581 .elementor-element.elementor-element-7ee7d90 {
    --margin-top: -1133px !important;
} */
@media screen and (max-width: 1260px) {
	.being-left-image2 {
		margin:40px 0 0 0 !important;
	}
.being-right-image2 {
		margin:40px 0 0 0 !important;
	}
	.image-padding  {
		padding-bottom:260px !important;
	}
}
@media screen and (max-width: 1100px) {
	.why-study-piano-p {
/* 		padding-top: 350px !important; */
	}
	    .image-padding {
        padding-bottom: 220px !important;
    }
	.being-ready-content-wrap  {
		width:45% !important;
	}
	    .being-left-image2 {
        margin: 50px 0 0 0 !important;
    }
	    .being-right-image2 {
        margin: 50px 0 0 0 !important;
    }
}
@media screen and (max-width: 1024px) {
	    .why-study-piano-p {
/*         padding-top: 300px !important; */
    }
    .image-padding {
        padding-bottom: 120px !important;
    }
}
@media screen and (max-width: 970px) {
	    .why-study-piano-p {
/*         padding-top: 270px !important; */
    }
	.rit-image-wrap {
		top:23px !important;
	}
	.image-padding {
        padding-bottom: 150px !important;
    }
	.being-ready-left-wrap  {
		width:27% !important;
		order:1;
		margin-top:-110px !important;
	}
	.being-ready-right-wrap {
		width:27% !important;
		order:2;
		margin-top:-110px !important;
	}
	.being-ready-content-wrap {
			width:100% !important;
		order:3;
	}
	.ready-begin-main-wrap {
		flex-wrap:wrap !important;
	}
	.being-left-image2 img, .being-left-image1 img, .being-right-image2 img, .being-right-image1 img{
		max-width:260px !important;
		height:260px !important;
		object-fit:contain !important;
	}
	.image-padding {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 890px) {
	
	.t-rate-card {
		width:48% !important;
	}
    .t-rate-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
	.step-by-step-box {
		width:49%
	}
}

@media screen and (max-width: 768px) { 
	    .being-left-image2 img, .being-left-image1 img, .being-right-image2 img, .being-right-image1 img {
        max-width: 240px !important;
        height: 240px !important;
        object-fit: contain !important;
    }
	.why-study-piano-p {
        padding-top: 200px !important;
    }
	.image-padding {
        padding-bottom: 350px !important;
    }
	.left-image-wrap {
		top:-80px !important;
	}
.rit-image-wrap {
        top: 465px !important;
    }
	.hero-banner {
		background-color: #F5F5F5 !important;
	}

	  .clipped-image {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,109 C250,106 350,113 1000,108 L1000,0 L0,0 Z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><path fill='white' d='M0,109 C250,106 350,113 1000,108 L1000,0 L0,0 Z'/></svg>") !important;
  }
	.clipped-image2 {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,109 C250,106 350,113 1000,108 L1000,0 L0,0 Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><path fill='white' d='M0,109 C250,106 350,113 1000,108 L1000,0 L0,0 Z'/></svg>") !important;
}
	.being-ready-left-wrap  {
		width:60% !important;
		order:1;
		margin:0 !important;
	}
	.being-ready-right-wrap {
		width:60% !important;
		order:3;
		margin:0 !important;
	}
	.being-ready-content-wrap {
			width:100% !important;
		order:2;
	}
	.being-left-image1 {
		text-align: right !important;
	}
}

@media screen and (max-width: 590px) { 
	.elementor-element-7f91354 .elementor-widget-container div {
    max-width: 380px !important;
}
	.elementor-1358 .elementor-element.elementor-element-47ef102 {
        --padding-top: 100px;
        --padding-bottom: 50px;
    }
	.being-ready-left-wrap  {
		width:75% !important;
		order:1;
		margin:0 !important;
	}
	.being-ready-right-wrap {
		width:75% !important;
		order:3;
		margin:0 !important;
	}
    .being-left-image2 {
        margin: 40px 0 0 0 !important;
    }
	    .being-right-image2 {
			margin: 40px 0 0 0 !important;
	}
		.step-by-step-box {
		width:100%
	}
     }

@media (max-width: 520px) {
	    .being-left-image2 img, .being-left-image1 img, .being-right-image2 img, .being-right-image1 img {
        max-width: 190px !important;
        height: 220px !important;
        object-fit: contain !important;
    }
	    .why-study-piano-p {
        padding-top: 130px !important;
    }
	    .rit-image-wrap {
        top:410px !important;
    }
	.image-padding {
        padding-bottom: 250px !important;
		padding-top:220px !important;
    }
	.t-rate-card {
		width:100% !important;
	}
	.elementor-element-7f91354 .elementor-widget-container div {
    max-width: 350px !important;
}

}
@media (max-width: 460px) {
	    .rit-image-wrap {
        top: 355px !important;
    }
	.image-padding {
        padding-top: 180px !important;
		 padding-bottom: 205px !important;
    }
	.left-image-wrap {
        top: -60px !important;
    }
	.interested-sc-p {
		padding-bottom:90px !important;
	}
	    .elementor-1358 .elementor-element.elementor-element-47ef102 {
        --padding-top: 65px;
        --padding-bottom: 50px;
    }
.why-study-piano-p {
        padding-top: 110px !important;
    }
	.being-left-image2 img, .being-left-image1 img, .being-right-image2 img, .being-right-image1 img {
        max-width: 170px !important;
        height: 195px !important;
        object-fit: contain !important;
    }

}
@media (max-width: 440px) {

	.elementor-element-7f91354 .elementor-widget-container div {
    max-width: 300px !important;
}

}
@media (max-width: 436px) {
    .being-left-image2 img, .being-left-image1 img, .being-right-image2 img, .being-right-image1 img {
        max-width: 160px !important;
        height: 195px !important;
        object-fit: contain !important;
    }
    .rit-image-wrap {
        top: 395px !important;
    }
	.get-start-wrap {
		width:100% !important;
		border-right:unset !important;
	}
	.get-start-inner-wrap {
		    flex-direction: row;
	}
	.get-start-icon-box {
		width:200px!important;

	}
	.elementor-6477 .elementor-element.elementor-element-c6f4305 {
		    border-width: 1px 0px 0px 0px !important;
	}
}

