@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root {
    --primary: #FFC2E8;
    --secondary: #FFE6DC;
    --beige: #B4B4B4;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
.breadcrumb-section {
    background: linear-gradient(179deg, #000000, #ffc2e8);
    border-bottom: 1px solid #e9ecef;
    padding: 50px 0 !important;
    margin: 0 !important;
    display:none;
}
ol.breadcrumb.mb-0 {
    justify-content: center;
}
.breadcrumb a {
  text-decoration: none;
  color: #fff;
   font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
ol.breadcrumb.mb-0 li {
    color: #fff;
    font-size: 18px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
::placeholder{
 color:#f7f7f7;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    border: solid 1px #dddddd63;
    color: #000;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 12px 18px;
    width: 100%;
    outline: 0;
    border-radius: 3px;
    font-family: "Questrial", sans-serif;
    background: #fff;
    margin-bottom: 5px;
}
.contacttext {
    text-align: center;
    border-bottom: 1px solid #00000033;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
input[type="submit"] {
    color: var(--white);
    background: #000;
    text-transform: uppercase;
    border: none;
    padding: 4px 25px;
    font-weight: 400;
    font-size: 14px;
    border: 0;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    font-family: "Questrial", sans-serif;
}
input[type="submit"]:hover {
	background: var(--secondary);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 90px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
    font-family: 'Parfumerie Script', cursive;
	color: #000;
	font-weight: 500;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 0.5px;
}
h1 {
	font-size:28px
}
h2 {
	font-size:25px
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size:16px
}
h6 {
	font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Questrial", sans-serif;
    color: #1a1a1ad6;
    font-size: 16px;
    line-height: 30px !important;
}
ul, li, a {
	list-style-type: none;
    font-family: "Questrial", sans-serif;
	color:  var(--paragraph);
	line-height: 25px;
	font-size: 15px;
}
strong {
    color:  var(--paragraph);
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
::placeholder {
color:#000;	
}

.heading {
    letter-spacing: 0.5px;
    font-size: 75px;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
    color: #000;
}
.leftheading {
    font-size: 70px;
    font-weight: 500;
    position: relative;
    text-align: left;
    margin: 0;
    color: #000;
    letter-spacing: 2px;
}
.subheading {
    width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Parfumerie Script';
}

/* TOPBAR */

.topbar {
    background: var(--primary);
    padding: 5px 0;
}
.topbar h5 {
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 34px;
    color: #fff;
}
.topbar h5:after {
    position: absolute;
    content: '';
    top: -14px;
    left: 8px;
    background: #fff;
    height:73px;
    width: 1px;
}
.topbar h5:before {
    position: absolute;
    content: '';
    top: -14px;
    right: 8px;
    background: #fff;
    height: 73px;
    width: 1px;
}
.top-contact li, .topbar span {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.top-contact li a, .topbar p {
    color: var(--white);
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 300;
    text-decoration: none;
}

.topbar p {
    margin: 0;
}
.smoicons {
    column-gap: 5px;
}
.smoicons li {
    color: var(--white);
    font-size: 16px;
}

.smoicons li i, .top-contact li i {
    color: var(--black);
    background: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.top-contact {
    column-gap: 20px;
}
ul.smoicons figure {
    height: 35px;
    width: 35px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
ul.smoicons figure img {
    width: 17px;
}


/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
  border-bottom: 1px solid #eee;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}
.site-header .nav > li > a {
    color: #000;
    text-decoration: none;
    padding: 8px 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
    letter-spacing: .5px;
}

.site-header .nav > li > a:hover, .site-header .nav > li.current-menu-item > a, .site-header .nav > li.current_page_item > a {
    color: var(--black);
}
.logo img {
    width: 200px;
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-main-menu-1 li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}
#menu-main-menu-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

/* SLIDER SECTION CSS */

.banner {
/*     background: linear-gradient(90deg, #ffc2e882 0%, #FFE6DC 100%); */
   background:#fff;
    height: 600px;
}
.mainslider img {
    width: 600px !important;
    height: 580px !important;
    object-fit: contain;
    margin-top: 20px;
}
.slider-btn button {
    height: 40px;
    width: 40px;
    background: #ff00005c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
button.carousel-control-prev {
    position: absolute;
    top: 60%;
    left: 67px;
}
button.carousel-control-next {
    position: absolute;
    top: 60%;
    right: 67px;
}

/* .bannerimg img {
    height: 550px;
    width: 550px !important;
    object-fit: cover;
    margin-top: 50px;
} */
.bannerimg img {
    height: 600px;
    width: 600px !important;
    object-fit: contain;
}
.banner-desc {
    position: absolute;
    top: 30%;
    width: 70%;
}
.banner-desc h2 {
    font-size: 67px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    letter-spacing: 3px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 3s steps(30, end), blink .75s step-end infinite;
    display: inline-block;
    margin: 0;
}
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  from, to { border-color: transparent; }
  50% { border-color: #000; }
}
.banner-desc p {
    width: 70%;
    margin-bottom: 20px;
}
a.btn.btn-primary {
    background: var(--black);
    border: unset;
    padding: 10px 30px;
    color: #fff;
    letter-spacing: 1px;
    transition: .5s ease-in-out;
}
a.btn.btn-primary:hover {
background:var(--secondary);
color:var(--black);
transition: .5s ease-in-out;
}
.arrowimg img {
    width: 140px;
}
.arrowimg {
    position: absolute;
    left: 50%;
    top: 90px;
    animation: floatArrow 2s ease-in-out infinite alternate;
}

@keyframes floatArrow {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.headphone img {
    width: 95px;
}
.headphone {
    position: absolute;
    top: 35px;
    right: 30px;
    transform-style: preserve-3d;
    animation: rotateHeadphoneY 5s linear infinite;
}

@keyframes rotateHeadphoneY {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.downarrow img {
    width: 100px;
}
.downarrow {
    position: absolute;
    top: 65%;
    right: 10px;
    animation: arrowUpDown 1s ease-in-out infinite alternate;
}

@keyframes arrowUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px); 
    }
}
.speakupimg {
    position: absolute;
    top: 50px;
    left: 20px;
    animation: arrowUpDown 1s ease-in-out infinite alternate;
}
.speakupimg img {
    width: 120px;
}



/* about us section  */
.aboutus {
    padding: 60px 0;
    background: #f9f9f9;
}
.aboutus img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
.aboutcnt p {
    margin-bottom: 20px;
}

/* podcasts section  */
.podcast {
    background: #ffb6c140;
    padding: 15px 0 55px;
}
.about-podcasts figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.about-podcasts {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.about-podcasts iframe {
    width: 100%;
    height: 500px;
}
.podcasts-info h3 {
    font-size: 40px;
}
.about-podcasts a img {
    width: 30px;
    height: 30px;
}
.about-podcasts a {
    position: absolute;
    left: 15px;
    bottom: 15px;
    height: 55px;
    width: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* follow us section  */
.followus {
    background: linear-gradient(45deg, black, #0000006e), url(https://algopagedev.com/work/maisonleelee.com/wp-content/uploads/2025/10/bannersbg.jpg);
    background-size: cover;
    padding: 30px 0 50px;
    background-attachment: fixed;
}
.aout-follow h3 {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Questrial", sans-serif;
}
.aout-follow {
    background: #ffffff0f;
    text-align: center;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 0 #ffedef59;
}
.aout-follow img {
    width: 45px;
}
.aout-follow figure {
    height: 65px;
    width: 65px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.aout-follow img {
    width: 41px;
}
.aout-follow h3 {
    color: #fff;
}



/* APPOINTMENTS SECTION CSS */
.appointments {
    padding: 60px 0 50px;
}
.appointments-form {
    background: var(--secondary);
    padding: 30px 30px 22px;
    border-radius: 10px;
}
.appointments-form h3 {
    border-left: 3px solid var(--dark);
    line-height: 26px;
    padding-left: 10px;
    font-size: 60px;
    width: fit-content;
    margin: 0 0 45px;
    color: var(--dark);
}
.appointments img {
    height: 440px;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

/* footer section  */
footer {
    padding: 60px 0 5px;
}
.footer-logo img {
    width: 270px;
    display: block;
    margin: 0 auto;
    filter: invert(1);
    margin-bottom: 20px;
}
.footer_menu h3 {
    color: #fff;
    position: relative;
    font-size: 50px;
    margin-bottom: 40px;
    letter-spacing: 4px;
}
.footer_menu h3::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	border-top: none;
	height: 3px;
	width: 100px;
	background-image: linear-gradient(to right, var(--primary), transparent);
}
.menu-quick-links-container ul li a {
    color: #dadada;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
   padding-left:25px;
}
.menu-quick-links-container a:before {
    position: absolute;
    content: '\f0a4';
    color: var(--primary);
    font-family: 'Font Awesome 5 Free';
    top: 0px;
    left: 0;
}
.menu-quick-links-container ul {
    padding: 0;
}
ul.footer-details li i {
    height: 35px;
    width: 35px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 10px;
    color: #000;
}
ul.footer-details a {
    color: #fff;
    text-decoration: none;
}
.contactslists {
    padding-left: 150px !important;
}
.copyright {
    border-top: 1px solid #ffffff30;
}
.copyright p {
    color: #fff;
    margin: 0;
    padding: 20px 0 10px;
}


#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #000;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

/* contact us page css  */
.contactus_details {
    display: flex;
    align-items: center;
    position: relative;
}
.contactus_info p a {
    color: #000 !important;
    text-decoration: none;
}
.contactus_details h3 {
    font-size: 50px;
    margin: 0;
}
.contactus_details {
    display: flex;
    align-items: center;
    position: relative;
    background: #ffc2e824;
    margin-bottom: 12px;
    padding: 15px 10px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 12%);
    border-left: 3px solid var(--primary);
    column-gap: 20px;
}
.contact-detailed i {
    height: 50px;
    width: 50px;
    background: #43333d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
}
.page-id-29 .appointments-form h3 {
    margin: 0 0 35px;
}

/* about us page  */
.secondary-container {
    padding: 60px 0;
}
.msnvsn {
    background: #bd53951a;
    padding: 50px 0;
    margin-top: 60px;
}
.about-msnvsn {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    border-bottom: 4px solid var(--primary);
    text-align: center;
}
.about-msnvsn figure {
    height: 70px;
    width: 70px;
    background: linear-gradient(45deg, #ffc2e8, #221a1f);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.about-msnvsn img {
    width: 53px;
}
.about-msnvsn h3 {
    font-size: 50px;
    letter-spacing: 1px;
}

/* media page css  */
.mediamusic {
    background: var(--black);
}
.about-allmedia img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.mediacnt h3 {
    font-family: "Questrial", sans-serif;
    color: #fff;
}
.mediacnt h5 {
    font-family: "Questrial", sans-serif;
    color: #fff;
}
.mediascnts {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.about-allmedia {
    background: #ffc2e80f;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #ffc2e830;
}
.about-allmedia figure {
    height: 100px;
    width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.mediacnt h5 {
    background: #1ed760;
    display: inline-block;
    padding: 5px 18px;
    letter-spacing: 3px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 7px;
}

.mediacnt h3 {
    font-size: 28px;
    letter-spacing: 1px;
}

.about-allmedia .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.allmedias .row .col-lg-4:nth-child(2) h5 {
    background: #3d3e3f;
}
.allmedias .row .col-lg-4:nth-child(3) h5 {
    background: #d60017;
}


@media (max-width:991px) {
.arrowimg {
    display: none;
}
.mainslider img {
    width: 350px !important;
    height: 350px!important;
    object-fit: contain;
    margin: 10px auto;
}
.banner-desc {
    top: 57%;
    width: 100%;
    text-align: center;
}
.banner-desc p {
    width: 97%;
    text-align: center;
}
.banner {
    height: 650px;
}
.aboutus img {
    height: 100%;
}
.about-podcasts iframe {
    width: 100%;
    height: 100%;
}
.podcast .row {
    row-gap: 20px;
}
.followus .row {
    row-gap: 20px;
}
.topbar {
    display: none;
}
.footer_menu {
    text-align: center;
}
.footer_menu h3::after {
    left: 50%;
    transform: translateX(-50px);
}
.contactslists {
     padding-left: 0px !important;
}
footer {
    padding: 20px 0;
}
.appointments .row {
    row-gap: 20px;
}
.appointments-form .row {
    row-gap: unset;
}
}

@media (max-width:667px) {

.banner-desc h2 {
    font-size: 55px;
}
.downarrow {
    display: none;
}
#GoToTop {
    right: 25px;;
}
.headphone {
    display: none;
}
.banner-desc h2 {
    font-size: 40px;
}
.heading {
    font-size: 55px;
}
}

@media (max-width:568px) {

.leftheading {
    font-size: 50px;
}
.about-podcasts iframe {
    width: 100%;
    height: 500px;
}

}

@media (max-width:414px) {

.banner-desc h2 {
    font-size: 30px;
    margin-left: -20px;
}
.followus .col-lg-2 {
    width: 100%;
}
.appointments img {
    height: 100%;
}
.mainslider img {
    width: 320px!important;
    height: 320px !important;
}
.leftheading {
    font-size: 40px;
}

}


@media (max-width:375px) {

.heading {
    font-size: 35px;
}
.appointments-form h3 {
    font-size: 47px;
    margin: 0 0 20px;
}
.appointments-form {
    padding: 30px 30px 0;
}
}






