/*
Theme Name:   Magical Smile Point Cook
Description:  This is child theme.
Author:       Magical Smile Point Cook
Author URL:   https://magicalsmilespointcook/ 
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Magical Smile Point Cook
*/

/**************************************************
 * GENERAL
***************************************************/

@font-face {
    font-family: 'gyeonggititlebold';
    src: url('../../../wp-content/uploads/2025/07/GyeonggiTitleB.woff2') format('woff2'),
         url('../../..//wp-content/uploads/2025/07/GyeonggiTitleB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--heading-font: 'gyeonggititlebold', sans-serif;
	--white-text: #ffffff;
	--light-pink: #eb9beb;
	--dark-purple: #982F98;
	--black: rgba(33, 37, 41, 1);
	--default-black: #212529;
	--transition-all-ease-03: all 0.3s ease;
}

html {
    overflow-x: hidden;
	scroll-behavior: auto;
}

body {
	opacity: 0.01;
  	transition: opacity 1s ease-in-out;
}

body.elementor-editor-active {
	opacity: 1 !important;
}


::selection {
	background: var(--light-pink);
	color: var(--black);
}

::-moz-selection {
	background: var(--light-pink);
	color: var(--black);
}

.grid-container {
    max-width: 100%;
}

.site-content {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font) !important;
	font-weight: 100;
}

p {
    margin-bottom: 0;
}

.inter-font h1, .inter-font h2, .inter-font h3, .inter-font h4, .inter-font h5, .inter-font h6, .inter-font p  {
	font-family: "Inter", Sans-serif !important;
}

.headline-gyeonggit h3 a {
	font-family: var(--heading-font) !important;
}

.text-white .elementor-icon-box-description a {
	color: var(--white-text) !important;
}

.overflow-hidden {
	position: relative;
	overflow: hidden !important;
}

.containe-relative {
	position: relative !important;
}


/**************************************************
 * ANIMATIONS
***************************************************/
.lin-grad {
    background: linear-gradient(90deg, #b425b4 20.69%, #B425B4 30.75%, #7dc142 53.23%, #7dc142 78.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: gradientAnimation 4s ease infinite;
    background-size: 200% 200%;
}


@keyframes gradientAnimation {
	0% {
    	background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.highlight-reward .elementor-heading-title {
    display: inline-block;
    background: linear-gradient(135deg, #c9eaad, #e399e1, #c9eaad);
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes gradientMove {
	0% {
		background-position: 0% center;
	}
	100% {
		background-position: -200% center;
	}
}


/**************************************************
 * BUTTONS 
***************************************************/

.btn-primary .elementor-button, .contact-us-menus li.menu-item-has-children>a,
.custom-submenu-wrapper .sub-menu .menu-button a {
    border-radius: 50px;
	background: var(--e-global-color-accent);
	font-family: var(--e-global-typography-fd20d63-font-family), Sans-serif;
    font-weight: var(--e-global-typography-fd20d63-font-weight);
	color: var(--white-text) !important;
}

.btn-primary .elementor-button,
.btn-secondary .elementor-button {
   padding: 19px 26px;
   border-radius: 50px;
}

.contact-us-menus li.menu-item-has-children>a  {
    padding: 15px 30px;
}

.btn-primary .elementor-button .elementor-button-icon svg,
.btn-secondary .elementor-button .elementor-button-icon svg {
    width: 33px;
}

@media only screen and (max-width: 1024px) {
	.with-height.btn-primary .elementor-button .elementor-button-icon svg,
	.with-height.btn-secondary .elementor-button .elementor-button-icon svg {
		width: 33px;
		height: 16px !important;
	}
}

/**************************************************
 * HEADER
***************************************************/

.elementor-editor-active .header {
    position: relative;
}

.header-scroll .header {
    padding: 11px 30px;
}

.header-scroll .header .header__inner {
    padding: 20px 30px;
}

.header {
    padding: 20px 30px;
    position: fixed;
    left: 0;
    right: 0;
	width: 100%;
    z-index: 9999;
	transition: padding 0.3s ease;
}
  
.header .header__inner {
	position: relative;
    display: flex;
    justify-content: space-between;
	align-items: center;
	width: 100%;
    max-width: 1648px;
    margin: 0 auto;
	background: linear-gradient(90deg, rgba(201, 234, 173, 1) 20%, rgba(235, 155, 235, 1) 100%);
	padding: 27px 35px;
    border-radius: 60px;
	transition: padding 0.3s ease;
}

.header .header__logo {
    width: 120px;
}

.header .header__inner .menu-items {
    margin: 0;
    list-style: none;
}

.header .header__inner .menu-items a {
	text-decoration: none;
    color: rgba(33, 37, 41, 1);
    font-size: 18px;
	display: flex;
    gap: 10px;
    align-items: center;
	padding-block: 10px;
}

.header__inner .menu-items li .custom-submenu-wrapper {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
}

.header__inner .menu-items li:hover > .custom-submenu-wrapper {
    display: block;
} 

.header__inner .menu-items .sub-menu,
.header__inner .menu-items li.has-mega-menu > ul.sub-menu li {
    list-style: none;
	margin: 0;
}

.header__nav .menu-items {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dropdown-arrow {
    display: flex;
    align-items: center;
}

.menu-appointment .custom-submenu-wrapper {
    left: unset !important;
    right: unset !important;
}

.menu-appointment .custom-submenu-wrapper .sub-menu::before {
    right: 110px !important;
	top: -25px !important;
}

.menu-appointment .sub-menu {
    flex-direction: column;
	border-radius: 25px !important;
}


/* .menu-request-sub a:after {
    content: url(https://shoutoutsites.com/magicalsmilespointcook/wp-content/uploads/2025/09/comingsoon1.png) !important;
    position: absolute !important;
    right: 13px !important;
    top: 14px; 
    
} */

 .menu-request-sub a {
    background: #D9D9D9 !important;
	 border-radius: 50px;
     padding: 10px 35px 10px 25px; 
	 border: 1px solid  #D9D9D9 !important;
}

.caroline-spring a {
    background: transparent !important;
    border: 1px solid #212529;
	padding: 10px 25px;
	color:  #212529;
	border-radius: 50px;
}

.menu-request .menu-request-sub a:after {
    content: "";
}

.menu-request ul.sub-menu {
    flex-direction: column;
}

.menu-request .custom-submenu-wrapper .sub-menu::before {
	top: -25px !important;
}

/* Mega Menu base */

.header__inner .menu-items li.has-mega-menu {
    position: relative;
}

.header__inner .menu-items li.has-mega-menu > .custom-submenu-wrapper {
	position: absolute;
    width: 300px;
    background: #fff;
    padding: 25px;
    z-index: 1000;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 25px;
    display: none;
    top: auto;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 10em;
    max-width: 1000px;
}

.header__inner .menu-items .has-height > .custom-submenu-wrapper {
	height: 575px;
}

.header__inner .menu-items li.has-mega-menu:hover > .custom-submenu-wrapper {
    display: block;
}

.header__inner .menu-items li.has-mega-menu > ul.sub-menu li a {
    padding: 10px;
    display: block;
    color: #333;
}

.has-mega-menu > a .dropdown-arrow img {
    transform: rotate(0deg);
}

.contact-us-menus .custom-submenu-wrapper {
	background-color: transparent !important;
    right: 0px;
	padding-top: 52px;
}

.contact-us-menus .menu-item>a {
    padding-block: 13px !important;
}

.contact-us-menus .custom-submenu-wrapper .sub-menu {
    background: linear-gradient(90deg, #C9EAAD 13%, #EB9BEB 100%) !important;
    padding: 13px 20px;
    border-radius: 50px;
	display: flex !important;
    gap: 15px;
	justify-content: center;
	position: relative;
}

.contact-us-menus .custom-submenu-wrapper .sub-menu:before {
	content: "";
    position: absolute;
    top: -23px;
    right: 110px;
    width: 30px;
    height: 25px;
    background: linear-gradient(160deg, #C9EAAD 13%, #EB9BEB 100%);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.custom-submenu-wrapper .sub-menu .tel-number a, 
.custom-submenu-wrapper .sub-menu .menu-button a {
	 border-radius: 50px;
     padding: 10px 25px;
	 font-size: 16px;
	 border: 1px solid #B425B4;
}
.custom-submenu-wrapper .sub-menu .tel-number a {
    color: #fff;
    border: none;	 
	background: #b425b4;
}

.img-menu {
    width: 20px;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper {
    width: 300px !important;
	overflow: hidden;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li.menu-item-has-children>.custom-submenu-wrapper {
    width: 50% !important;
    left: inherit !important;
    top: 0;
    right: 0;
    max-width: 100% !important;
    position: absolute;
    z-index: 999;
	padding: 27px 10px;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li.menu-item-has-children>.custom-submenu-wrapper li {
    width: 100%;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li.menu-item {
    width: 100%;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li a .dropdown-arrow {
    margin-left: auto;
    opacity: 0;
	transition: 0.3s ease;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li:hover .dropdown-arrow {
    opacity: 1;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li:hover>a {
    color: #B425B4;
}

.has-mega-menu.has-mega-menu--inline .custom-submenu-wrapper li a {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
	padding: 10px 10px;
}


/**************************************************
 * HOME
***************************************************/

.elementor-element.large-inner-container {
    max-width: 738px;
    width: 100%;
}

/* Location Cards */

.location-items__embed {
	overflow: hidden;
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.services-section__inner {
    max-width: 1440px;
    margin: 0 auto;
}

.services-tabs .e-n-tabs-heading {
    justify-content: center !important;
}

.services-tabs .e-n-tabs-heading img {
    margin-right: 15px;
    width: 40px;
}

.services-tabs .e-n-tab-title[aria-selected="true"] img,
.services-tabs .e-n-tabs-heading .e-n-tab-title:hover img {
    filter: brightness(0) invert(1);
}

.dark-icons .e-n-tabs-heading img[src$=".svg"] {
    filter: brightness(0) saturate(100%);
}

.black-icon img[src$=".svg"] {
    filter: brightness(0) saturate(100%);
}

.dark-icons .e-n-tab-title[aria-selected="true"] img {
     filter: brightness(0) invert(1);
}

.steps-app__item .elementor-icon-box-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.steps-app__item .elementor-icon-box-title {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FFFFFF, #BD36BA) border-box;
    border-radius: 20px;
    border: 1px solid transparent;
    box-shadow: rgba(166, 18, 166, 0.5) 0px 5px 10px;
	font-size: 16px;
    padding: 5px 20px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	width: 100%;
    max-width: 100px;
    text-align: center;
}

.rewards-item.elementor-widget {
    position: relative;
	padding: 25px 25px;
	border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.13) 0px 3px 20px;
}

.rewards-item.elementor-widget:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #BD36BA, #FFFFFF) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}


/**************************************************************
 * Swiper - before and after Section | Our reviews section
***************************************************************/
.elementor-element.section-before-after {
    overflow-x: hidden;
}


.swiper--before-after .card-item {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    padding: 2px;
}

.swiper--before-after .card-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #BD36BA, #ffffff) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
	z-index: 9;
}

.swiper--before-after .thumbnail {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    padding-top: 92%;
	margin-bottom: 0;
}

.swiper--before-after .thumbnail img {
    position: absolute;
    top: 0;
	height: auto;
    width: 100%;
}

.before-after-ctrl.swiper-controls {
    text-align: right;
}

.swiper-container.top-arrows .before-after-ctrl.swiper-controls {
    position: absolute;
    right: 0;
    top: -135px;
	display: flex;
    gap: 22px;
}

.swiper-container.top-arrows .swiper.swiper--before-after {
    margin-right: -40rem;
}

.elementor-editor-active .swiper--before-after .swiper-wrapper {
    display: flex;
    gap: 20px;
}
.logo-carousel {
    pointer-events: none !important;
}

.logo-carousel .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.logo-carousel:before, .logo-carousel:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 99;
    mask-size: cover;
    -webkit-mask-size: cover;
}


.logo-carousel:before {
	background: #ECF1E7;
    left: 0;
    mask-image: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
    -webkit-mask-image: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
}

.logo-carousel:after {
	background: #F3E9F2;
    right: 0;
    mask-image: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
}
@media only screen and (max-width: 767px) {
   .swiper.swiper--before-after.swiper-initialized.swiper-horizontal .swiper-slide {
    margin-right: 23px !important;
}
}

.elementor-editor-active .swiper--before-after .swiper-wrapper .swiper-slide {
    width: 30%;
}

.before-after-pagination.swiper-pagination {
    bottom: 0;
    display: none;
}

.before-after-ctrl button, .reviews-ctrl button, .about-gallery-ctrl button {
    background-color: #fff;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    position: relative;
}
body .year-block::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 170px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2022::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 97px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2018::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 531px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2017::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 323px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2016::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 550px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2015::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 503px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2014::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 122px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2013::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 247px;
    width: 2px;
    border: 2px dashed #B425B4;
}

body .year-block-2011::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 38px;
    height: 22px;
    width: 2px;
    border: 2px dashed #B425B4;
}

.right figure.elementor-image-box-img:after {
    content: '';
    background-image: url(https://bacchusmarshdental.com.au/wp-content/uploads/2025/10/long-line.svg);
    width: 95%;
    height: 2px;
    position: absolute;
    top: 25px;
    left: 57%;
}



body .year-block.other-year-block::before {
    height: 170px;
}
/*mobile*/

@media only screen and (max-width: 1024px) {
	.ms-bna .before-after-ctrl button, .about-gallery-ctrl button {
		width: 40px !important;
		height: 40px !important;
	}
	
	.right figure.elementor-image-box-img:after {
		display: none;
	}
	
	
	.ms-bna .before-after-ctrl button img {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: -2px !important;
	}
	
	.ms-bna .about-gallery-ctrl.swiper-controls {
		bottom: 5% !important;
	}
	
	.ms-bna .about-gallery-ctrl img {
		top: -2px !important;
	}
	
	
	
	
	.ms-t .before-after-ctrl button, .reviews-ctrl button {
		width: 52px;
		height: 52px;
	}
	
	.ms-t .before-after-ctrl button img, .reviews-ctrl button img {
    position: relative;
    left: 0;
    right: 0;
    top: 4px !important;
	}
}

@media only screen and (max-width: 800px) {
	.ms-bna .about-gallery-ctrl.swiper-controls {
		bottom: 2.5% !important;
	}
	
	.about-gallery-ctrl.swiper-controls .button-prev {
    left: 30px !important;
}

.about-gallery-ctrl.swiper-controls .button-next {
    left: -30px !important;
}
}

@media only screen and (max-width: 767px) {
	.ms-bna .about-gallery-ctrl.swiper-controls {
		bottom: 34% !important;
	}
	
	.about-gallery-ctrl.swiper-controls .button-prev {
    left: 5px !important;
}

.about-gallery-ctrl.swiper-controls .button-next {
    left: -5px !important;
}
}


.before-after-ctrl button, .about-gallery-ctrl button {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.06);
	padding: 10px;
}
.before-after-ctrl button img, .reviews-ctrl button img, .about-gallery-ctrl img {
    position: relative;
    left: 0;
    right: 0;
    top: 4px;
}

.reviews-ctrl .buttons-wrap {
    max-width: 130px;
    margin: 0 auto;
    border: 1px solid rgba(157, 157, 157, 0.5);
    text-align: center;
    border-radius: 50px;
}

/* Our reviews */

.swiper-container.reviews-container {
    overflow: hidden;
}

.swiper.swiper--reviews {
    margin-left: -100px;
    margin-right: -100px;
}

.slide-pair .swiper-slide__card {
    background-color: rgba(239, 241, 232, 1);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 35px;
	transition: 0.3s ease-out;
	opacity: 0.4;
}

.swiper-slide-active .slide-pair .swiper-slide__card {
    background-color: rgba(255, 200, 254, 1);
	margin-top: 20px;
	opacity: 1;
}

.swiper-slide-active .swiper-slide__card .qoute-icon__pink {
    opacity: 1;
}

.qoute-icon {
    width: 67px;
    height: 46px;
    position: relative;
	margin-bottom: 20px;
}

.qoute-icon img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.qoute-icon .qoute-icon__pink {
    opacity: 0;
}

.review__text {
    margin-bottom: 30px;
	line-height: 26px;
}

.review__author {
    line-height: 0.7;
    color: rgba(20, 75, 55, 1);
	font-size: 18px;
    margin-bottom: 0;
}

.swiper-slide-active .slide-pair .review__author {
	color: rgba(54, 16, 54, 1)
}

.review__position {
    font-size: 14px;
}

.review__footer {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

/*==================================================================
 *  Logo scrolling Marquee
====================================================================*/

.scrolling-image-container .elementor-shortcode {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
	padding: 25px 0;
}

.marquee-wrapper:before, .marquee-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 99;
    mask-size: cover;
    -webkit-mask-size: cover;
}


.marquee-wrapper:before {
	background: #ECF1E7;
    left: 0;
    mask-image: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
    -webkit-mask-image: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
}

.marquee-wrapper:after {
	background: #F3E9F2;
    right: 0;
    mask-image: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 90%) 100%);
}

.marquee {
    display: flex;
    width: fit-content;
	gap: 2rem;
}

.marquee__item {
    flex: 0 0 auto;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.cbhs-ctner {
    display: flex;
    justify-content: center;
    margin: 35px auto 0;
    gap: 35px;
    padding: 0 30px;
    width: 100%;
    max-width: 865px;
	overflow: hidden;
}

.marquee:hover, .elementor-editor-active .marquee {
    animation-play-state: paused !important;
}

.marquee.marquee-top {
	animation: marquee-default 25s linear infinite;
}

.marquee.marquee-bottom {
	 animation: marquee-reverse 45s linear infinite;
}


@keyframes marquee-default {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-reverse {
    0% {
        transform: translateX(-100%); 
    }

    100% {
        transform: translateX(0);
    }
}

/**********************************************************
 * ABOUT Gallery SLider
***********************************************************/

/* fallback in elementro editor */

.elementor-editor-active .swiper--about-gallery-thumbs .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* start of the gallery slider */

.about-slider-container {
	position: relative;
    padding: 3rem 5rem 0;
}

@media only screen and (max-width: 767px) {
	.about-slider-container {
	position: relative;
    padding: 3rem 3rem 0 !important;
}
}

.swiper--about-gallery-main .swiper__thumbnail {
    max-width: 1140px;
    margin: 0 auto;
    border: 5px solid var(--dark-purple);
    border-radius: 20px;
	position: relative;
    overflow: hidden;
    margin-bottom: 20px;
	padding-top: 43%;
}

.swiper--about-gallery-main .swiper__thumbnail img,
.swiper--about-gallery-thumbs .swiper__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.swiper--about-gallery-thumbs .swiper__thumbnail {
    position: relative;
    overflow: hidden;
	padding-top: 60%;
    border-radius: 15px;
	cursor: pointer;
}

.about-gallery-ctrl.swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.about-slider-container .bg-img {
    position: absolute;
}

.about-slider-container .bg-img--union {
    bottom: 11rem;
	left: 3rem;
}

.about-slider-container .bg-img--star {
    right: 3rem;
    top: 0;
}

.swiper--about-gallery-thumbs {
    margin: 0 20px;
}

.swiper--about-gallery-thumbs .swiper-slide {
    opacity: 0.6;
	transition: 0.3s all ease;
}

.swiper--about-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}


/**************************************************************
 * FOOTER SECTION
***************************************************************/
.elementor-editor-active .footer-cta__inner-container {
    margin-top: 0;
}

.footer-menus-section ul.elementor-icon-list-items {
	
    list-style: none;
    margin: 0;
}

.footer-legal-menus ul.elementor-icon-list-items.elementor-inline-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 15px;
}

.footer-cta__inner-container {
    max-width: 1344px;
}

/**************************************************************
 * SLICK STYLE
***************************************************************/
.my-elementor-slider {
        position: relative;
    }

    .my-elementor-slider .my-slide {
        padding: 15px;
    }

    /* Remove default Slick arrow icons */
    .slick-prev::before,
    .slick-next::before {
        content: none !important;
    }

    /* Custom arrows */
    .slick-prev.custom-prev,
    .slick-next.custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border: none;
		border-radius:50px;
        color: #666666;
        font-size: 24px;
        padding-top: 18px;
		padding-bottom:20px;
		padding-left:12px;
		padding-right:25px;
        z-index: 99;
        cursor: pointer;
		filter: grayscale (100%);
    }

	.slick-prev.custom-prev:hover {
		color: #b425b4;
	}


	.slick-next.custom-next:hover {
		color: #b425b4;
	}

    .slick-prev.custom-prev {
        left: -40px;
    }

    .slick-next.custom-next {
        right: -40px;
    }

    /* Slick Dots */
    .slick-dots {
        bottom: -30px;
    }

    .slick-dots li button:before {
        font-size: 12px;
        color: #7DC142;
        opacity: 0.5;
    }

    .slick-dots li.slick-active button:before {
        color: #7DC142;
        opacity: 1;
    }


/**************************************************************
 * RESPONSIVE
***************************************************************/
@media screen and (max-width: 1560px) {
	.header__nav .menu-items {
		gap: 25px;
	}
	.header .header__inner .menu-items a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1320px) {
	.header-scroll .header .header__inner {
		padding: 20px 25px;
	}
	.header__nav .menu-items {
		gap: 20px;
	}
	.header .header__inner .menu-items a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1300px) {
	.header .header__inner, .header-scroll .header .header__inner {
		padding: 15px 25px;
		gap: 10px;
	}
	.header .header__inner .menu-items a {
        font-size: 15px;
    }
	.header .header__inner .contact-us-menus img {
		display: none;
	}
	.contact-us-menus li.menu-item-has-children>a {
		padding: 10px 20px;
	}
	.header .header__logo {
		width: 100px;
	}
}

@media screen and (max-width: 1100px) {
    .swiper.swiper--reviews {
        margin-left: -12rem;
        margin-right: -12rem;
    }
}

@media screen and (max-width: 1024px) {
	.header {
		padding: 20px 20px;
	}
	.header-scroll .header {
		padding: 10px 20px;
	}
	.header__nav {
		display: none;
	}	
	#menu-contact-us {
		display: none;
	}
	.header .header__inner {
		position: relative !important;
	}
    #rmp_menu_trigger-116 {
        top: auto;
        right: 10px;
        position: absolute;
    }
	#rmp_menu_trigger-116 .dashicons-menu:before {
		font-size: 35px;
	}
	.elementor-element.large-inner-container {
		max-width: 100%;
	}
	.swiper-container.top-arrows .swiper.swiper--before-after {
		margin-right: -30rem;
	}
    .swiper.swiper--reviews {
        margin-left: -16rem;
        margin-right: -16rem;
    }
	.swiper-container.top-arrows .before-after-ctrl.swiper-controls {
        top: 34%;
        transform: translateY(34%);
		z-index: 1;
		width: 100%;
		justify-content: space-between;
	}
	.before-after-ctrl button.button-prev {
		left: -15px;
	}
	.before-after-ctrl button.button-next {
		right: -15px;
	}
}


@media screen and (max-width: 767px) {
	.header, .header-scroll .header {
		padding-left: 16px;
		padding-right: 16px;
	}
	.services-tabs .e-n-tabs-heading .e-n-tab-title {
		border-radius: 10px;
		text-align: center;
		display: block;
		padding: 20px;
	}
	.services-tabs .e-n-tabs-heading img {
		margin-right: 0;
	}
	.services-tabs .e-n-tabs-heading .e-n-tab-title-text {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.swiper-container.top-arrows .swiper.swiper--before-after {
        margin-right: -25rem;
    }
/* 	.care-team-carousel .slick-arrow {
		display: none !important;
	} */

	.care-team-carousel .slick-dots {
		bottom: -40px !important;
	}

	.care-team-carousel .slick-dots li {
		margin: 0px !important;
	}

	.care-team-carousel .slick-dots button:before {
		font-size: 10px;
		color: #7DC142;
	}

	.care-team-carousel .slick-dots .slick-active button:before {
		color: #7DC142;
	}
	.care-team-carousel .elementor-widget-image {
		display: flex;
		justify-content: center;
	}
	body .year-block::before {
		display: none;
	}
	
	body .year-block-2022::before {
		display: none;
	}
	
	body .year-block-2018::before {
		display: none;
	}
	
	body .year-block-2017::before {
		display: none;
	}
	
	body .year-block-2016::before {
		display: none;
	}
	
	body .year-block-2015::before {
		display: none;
	}
	
	body .year-block-2014::before {
		display: none;
	}
	
	body .year-block-2013::before {
		display: none;
	}
	
	body .year-block-2011::before {
		display: none;
	}
	
	
	.dental-pricing-carousel .slick-prev,
	.why-us-carousel .slick-prev{
		left: -10px !important;
		position: absolute;
		z-index: 10;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
		border: none;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.3s 
	ease;
	}

	.why-us-carousel .slick-next {
		right: -10px !important;
	}

	.why-us-carousel .slick-dots{
		left: 0;
	}

	.why-us-carousel .slick-dots,
	 .dental-pricing-carousel .slick-dots{
		bottom: -40px !important;
	}

	.why-us-carousel .slick-dots li,
	.dental-pricing-carousel .slick-dots li{
		margin: 0px !important;
	}

	.why-us-carousel .slick-dots button:before,
	.dental-pricing-carousel .slick-dots button:before{
		font-size: 10px;
		color: #7DC142 !important;
	}

	.why-us-carousel .slick-dots .slick-active button:before,
	.dental-pricing-carousel .slick-dots .slick-active button:before{
		color: #7DC142 !important;
	}
	.dental-pricing-carousel .slick-arrow {
	    top: 45%;
	}
	
	.dental-pricing-carousel .slick-prev{
	    left: -15px !important;
	}
	
	.dental-pricing-carousel .slick-next{
	    right: -15px !important;
	}
	.dental-pricing-carousel .e-con-inner {
	    display: flex !important; /* ensures children line up horizontally */
	}
	
	.dental-pricing-carousel .e-con-inner > div {
	    flex: 0 0 auto; /* stop them from stretching */
	    width: 100%; /* each slide takes full width */
	}

}

.zip-pay-block{
  --border-size: 1px;          /* adjust thickness */
  position: relative;
  border-radius: 20px;         
  overflow: visible;           /* keep pseudo-elements visible */
}

/* full-size gradient layer */
body .zip-pay-block::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #B425B4 0%, #7DC142 100%);
  z-index: 0;
  pointer-events: none;
}

/* inner panel that hides the center, producing a gradient border */
body .zip-pay-block::after{
  content: "";
  position: absolute;
  inset: var(--border-size);               /* creates the border thickness */
  border-radius: calc(20px - var(--border-size));
  background: #DAF2C3;                        /* inner background (replace if needed) */
  z-index: 1;
  pointer-events: none;
}

/* ensure actual content sits on top of the inner panel */
.zip-pay-block > *{
  position: relative;
  z-index: 2;
}


.zip-blocks {
  --border-size: 10px;          /* thickness of the gradient border */
  position: relative;
  border-radius: 50px;
  overflow: visible;
}

/* gradient border layer */
body .zip-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(242, 172, 241, 0.125) 0%,
    rgba(242, 255, 226, 0.25) 65%
  );
  z-index: 0;
  pointer-events: none;
}

/* inner background layer (hides center, shows only border) */
body .zip-blocks::after {
  content: "";
  position: absolute;
  inset: var(--border-size);
  border-radius: calc(50px - var(--border-size));
  background: #fff; /* change to desired background color */
  z-index: 1;
  pointer-events: none;
}

/* content sits on top */
.zip-blocks > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 479px) {
	.swiper.swiper--reviews {
		margin-left: -20rem;
		margin-right: -20rem;
	}
}

.list-number strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
        margin-right: 20px;
    padding: 2px 6px 2px 5px;
    border-radius: 100%;
    max-height: 21px;
    width: 21px !important;
    margin-top: 5px;
    display: flex;
    align-items: center;
    
}

.list-number p:first-child strong {
    padding: 2px 7px 2px 6px;
}

.list-number p {
    margin-bottom: 15px;
    display: flex;
}

@media screen and (min-width: 1500px) {
	 .slider-img-container .elementor-swiper-button-prev {
		left: -5%!important;
	}
	
	.slider-img-container .elementor-swiper-button-next {
		right: -5%!important;
	}
}
.slider-img-container .elementor-swiper-button-prev,
.slider-img-container .elementor-swiper-button-next{
	box-shadow: 0px 10px 50px 0px #00000026;
	border-radius: 100%;
}

.slider-img-container .elementor-swiper-button-next {
	transform: scaleX(-1)!important;
	top: 45% !important;
}

.service-faq .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-radius: 16px 16px 0 0;
}

.service-faq .e-n-accordion-item[open] > .e-n-accordion-item-title svg {
    width: 38px;
    height: 37px;
}


.implant-icon svg path:nth-child(1) {
    stroke: var(--e-global-color-accent);
}

.implant-icon svg path:nth-child(2),
.implant-icon svg path:nth-child(3),
.implant-icon svg path:nth-child(4){
    fill: var(--e-global-color-accent);
}



.pricing-container:hover .implant-icon svg path:nth-child(1) {
    fill: var(--e-global-color-accent);
}

.pricing-container:hover .implant-icon svg path:nth-child(2),
.pricing-container:hover .implant-icon svg path:nth-child(3),
.pricing-container:hover .implant-icon svg path:nth-child(4){
    stroke: #fff;
}

.services-tabs p {
    margin-bottom: 25px;
}

.pricing-container__heading span {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    color: #212529CC;
    line-height: 1.2em;
}

.service-faq ol li,
service-faq ul li,
.service-faq p {
	margin-bottom: 15px;
}

.service-faq .e-opened {
    position: relative;
    right: -9px;
}

.why-content p {
	margin-bottom: 25px;
	opacity: 70%;
}

@media screen and (min-width: 767px) {
	span.e-n-tab-title-text {
    	gap: 5px !important;
	}
}

.payment-border-grad {
	background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgba(242, 172, 241, 0.26) 0%, /* 50% color * 52% stroke = 0.26 opacity */ rgba(242, 255, 226, 0.52) 65%) border-box;
}

li.main-li.show > ul.sub-menu {
    display: block !important;
    margin-top: 0 !important;
    top: 0 !important;
    left: 100%;
}

.big-nav1 .custom-submenu-wrapper > ul.sub-menu > .main-li.show .custom-submenu-wrapper {
    display: block;
}

.big-nav1 .custom-submenu-wrapper > ul.sub-menu > .main-li.show  span.dropdown-arrow {
    opacity: 1;
}





@media only screen and (max-width:767px) {
	.care-team-carousel .slick-arrow {
		width: 40px !important;
	}

	.care-team-carousel .slick-arrow img {
		background: #Fff;
		padding: 6px;
		border-radius: 50px;
	}

	.care-team-carousel button.slick-prev.slick-arrow.slick-disabled img {
		filter: grayscale(100%);
		opacity: 0.5;
	}

	.care-team-carousel button.slick-next.slick-arrow.slick-disabled img {
		filter: grayscale(100%);
		opacity: 0.5;
	}

	.care-team-carousel .slick-prev {
		left: -10px;
		top: 220px !important;
		z-index: 999;
	}

	.care-team-carousel .slick-prev img {
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	}

	.care-team-carousel .slick-next {
		right: -10px;
		top: 230px !important;
		z-index: 999;
	}

	.care-team-carousel .slick-slide {
		margin: 0 10px; /* left & right spacing */
	}
}

/**
 * Request an Appointment Button for Mobile
 */ 

.for-landing a,a.cap-toggle{gap:10px;padding:10px 12px;text-decoration:none}.toggleDiv{z-index:2;background:linear-gradient(90deg,#c9eaad 13%,#eb9beb 100%)!important;border-radius:50px;padding:13px 20px;box-shadow:0 6px 20px rgba(0,0,0,.15);width:max-content;display:none}a.cap-toggle{display:flex;background-color:#b425b4;color:#fff!important;border-radius:30px;font-size:15px;transition:background .3s;justify-content:center;align-items:center;font-family:"Inter Regular",sans-serif}.flex-togg.bot-tog{display:flex;gap:15px;flex-direction:column}.cap-toggle.grey-it img{filter:brightness(0)}.cap-toggle .elementor-icon-list-icon{width:32px;height:32px;justify-content:center;align-items:center;display:flex}.cap-toggle .elementor-icon-list-icon svg{width:16px;height:16px}#info4 .flex-togg.bot-tog{justify-content:center}.loc-gnh{font-size:16px}.toggleDiv.active{display:block}.make-full .toggleDiv{width:100%}div#info6{position:fixed;bottom:50px;top:auto;left:50%;transform:translateX(-50%)}.cap-toggle.grey-it{background:url(https://shoutoutsites.com/magicalsmilespointcook/wp-content/uploads/2025/09/coming-soon-ribbon.svg) center right/contain no-repeat #d9d9d9;pointer-events:none;color:#000!important}.call-us-now-btn a.elementor-button.elementor-size-sm .elementor-button-content-wrapper{align-items:center}.for-landing a{color:#265b02;display:inline-flex;justify-content:center;align-items:center;font-size:14px;line-height:1;background:linear-gradient(90deg,#c9eaad 13%,#eb9beb 100%);border-radius:50px;text-transform:uppercase;font-weight:700}.header-scroll .for-landing{transform:translateY(0)}.for-landing{position:fixed;bottom:0;width:100%;text-align:center;background:0 0;padding:8px 0;z-index:9;transition:.3s;transform:translateY(100%)}@media (min-width:769px){.for-landing{transform:translateY(100%)!important}}


/*Blog Grid*/

/* ===== BLOG GRID RESPONSIVE LAYOUT ===== */

/* Grid */
.blog-grid {
  display: grid;
  gap: 40px; /* gap between cards */
  grid-template-columns: repeat(3, 1fr); /* default desktop: 3 cols */
  align-items: stretch;
}

/* Card */
.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid #e8d1e8;
}

.blog-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image area */
.blog-card-image {
  position: relative;
  width: 100%;
  height: 270px; /* adjust as needed */
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Content */
.blog-card-content {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1 1 auto;
}

.blog-card-date {
  font-size: 16px;
  opacity: .65;
  color: #b466b2;
}

.blog-card-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  transition: all 0.3s ease;
  letter-spacing: -1.2px;
}

.blog-card-title:hover {
	color: #b425b4;
	transition: all 0.3s ease;
}

.blog-card-excerpt {
  margin-top: auto; /* push excerpt to bottom so cards align nicely */
  font-size: 16px;
  color: #444;
}

/* Pagination wrapper */
.blog-pagination {
  margin-top: 95px;
  text-align: center;
}

/* Pagination links default look */
.blog-pagination .page-numbers,
.blog-pagination a {
  display: inline-block;
  margin: 0 9px;
  padding: 17px 25px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  font-size: 20px;
  background: #fff;
}

.blog-pagination .current {
  background: #b466b2;
  color: #fff;
}

/* Disabled prev/next fallback style */
.blog-pagination .disabled {
  opacity: .45;
  pointer-events: none;
}

/* ===== Responsive breakpoints ===== */

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card-image {
    height: 250px;
  }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    height: 220px; /* taller image for stacked layout, optional */
  }

  .blog-card-content {
    padding: 0.85rem;
  }

  .blog-card-title {
    font-size: 20px;
  }
}

/*Single Blog page*/
.post-container {
	background: #f7eff7;
}

.post-banner {
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
    width: 100%;
    max-width: 1180px;
    padding-top: 170px;  
	text-align: center;
	color: #5A645D;
	display: flex;
    align-items: center;
}

.post-content {
	display: flex;
	flex-direction: column;
}

.post-date {
	text-align: left;
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

.post-title {
	text-align: left;
	font-size: 36px;
	color: #b0dd5e;
	line-height: 54px;
	letter-spacing: -1.2px;
}

.post-content {
    filter: drop-shadow(3.536px 3.536px 20px rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(90deg, #a63e9f 0%, #af66ae 100%);
	padding: 67px 80px 67px 38px;
	z-index: 99;
	margin-right: -170px;
}

@media only screen and (max-width: 1024px) {
	.post-banner {
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
    width: 100%;
    max-width: 1180px;
    padding-top: 140px;  
	text-align: center;
	color: #5A645D;
	display: flex;
    align-items: center;
}
	
	.post-title {
	text-align: left;
	font-size: 25px;
	color: #b0dd5e;
	line-height: 36px;
	width: 370px;
}
	
	.post-content {
    filter: drop-shadow(3.536px 3.536px 20px rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(90deg, #a63e9f 0%, #af66ae 100%);
	padding: 30px 30px 30px 30px;
	z-index: 99;
	margin-right: -170px;
}
}

@media only screen and (max-width: 767px) {
	.post-banner {
		flex-direction: column-reverse;
		padding: 0px;
		overflow: hidden;
	}
	
	.post-content {
		margin-top: -100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		padding: 20px;
	}  
	
	.post-thumbnail img {
		width: 450px;
		max-width: 450px;
		margin: 0 auto;
	}
	
}

/*custom-post*/

.custom-post p {
	font-family: 'Inter';
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 27px;
}


.custom-post h2 {
	color: #B466B2 !important;
    font-family: "Inter";
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

.custom-post li {
	margin-bottom: 1.5rem;
	line-height: 32px;
}

.custom-post img {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.custom-post h2 {
		font-size: 28px;
	}
}

/*************************************************
 * PERFECT INFINITE MARQUEE
 *************************************************/
/* Outer wrapper */
.Marquee.partners.smile-carousel {
  position: relative;
  width: 100%;
}

.marquee_group .marquee {
	width: unset !important;
}


/* The entire group that holds multiple identical marquees */
.marquee_group {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  width: fit-content;
  animation: marquee-scroll 30s linear infinite;
  will-change: transform;
}

/* Reverse direction when data-direction="right" */
.marquee_group[data-direction="right"] {
  animation-name: marquee-scroll-reverse;
}

/* Each individual marquee block (duplicated content) */
.marquee {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}

/* Each logo/item */
.marquee-item {
  flex: none;
}

.marquee-item img {
  height: auto;
  width: 250px;
}


/* Infinite Left Scroll */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Infinite Right Scroll */
@keyframes marquee-scroll-reverse {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(33.333%);
  }
}

@media only screen and (max-width: 1024px) {
	.marquee-item img {
  		height: auto;
  		width: 200px;
}
}
