/* START OF HEADER */

.mobile-button .dropdown-menu {
    padding: 0;
    left: -100px;
    margin: 0;
    border: unset;
    outline: unset;
}


.mobile-button .dropdown .dropdown-menu a {
    width: 100% !important;
    border-radius: unset !important;
}

.mobile-button .dropdown .dropdown-menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
    height: 6vh !important;
    padding: 5px;
}

.mobile-button .dropdown .dropdown-menu a:not(:last-child) {
    border-bottom: 1px solid #66704e;
}

.module-43 .each-cta.ry-btn.ry-btn-primary {
	height: 61px;
	border-radius: 10px;
	gap: 10px;
}

.module-43 .each-cta.ry-btn.ry-btn-primary .cta-text {
	font-size: 15px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 500 !important;
	line-height: 1.2;
	letter-spacing: normal;
}

.module-43 .each-cta.ry-btn.ry-btn-primary:hover .cta-text {
	color: #fff;
}

.module-43 .each-cta.ry-btn.ry-btn-primary:hover svg {
	fill: #fff;
}

.module-43 .each-cta.ry-btn.ry-btn-primary:hover .svg-wrapper {
	border-color: #fff;
}

.module-43 .each-cta.ry-btn.ry-btn-primary .svg-wrapper {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-43 .each-cta.ry-btn.ry-btn-primary.white {
	background-color: #fff;
}

.module-43 .each-cta.ry-btn.ry-btn-primary.white:hover {
	background-color: var(--color-bg-primary);
		}

.module-43 .each-col.second .ctas {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.module-43 .each-cta.ry-btn.ry-btn-primary .cta-text span {
	display: block;
}

@media (max-width: 1536px) {
    div.module-43 .ry-container {
        max-width: 92% !important;
    }
    
    div.module-43 .ry-left img {
        max-width: 420px !important;
    }
    
    div.module-43 .ry-right .ry-menu .nav-menu {
        justify-content: space-between;
        gap: 5px;
    }

}

/* END OF HEADER */

/* START OF HERO FEATURE */
.hero--content__title h1 {
	font-size: 55px;
	letter-spacing: 1px;
	line-height: 76px;
	text-transform: uppercase;
	color: #333;
}

.hero--content {position: absolute;height: 100%;display: flex;align-items: center;padding-left: 160px;}

.hero--cta {
	display: grid;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	grid-template-columns: repeat(3, 265px);
}

.hero--content__wrapper {
	width: min(960px, 90%);
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 100px;
	top: 4rem;
}

.hero--cta__block {
	position: relative;
	border-radius: 40px;
	width: 100%;
	max-width: 100%;
	padding: 7px;
	cursor: pointer;
}

.hero--cta__block .ry-cta-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.hero--cta__block .ry-cta-title {
	font-size: 21px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	font-family: var(--font-site);
		text-align: center;
		filter: drop-shadow(0px 10px 60px rgba(23,23,24,0.54));
		line-height: 1.2;
		}

.hero--cta__block .ry-cta-title div {
	text-align: center;
}

.hero--cta__block img {border-radius: 40px;}

.hero--cta__block:before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: auto;
	inset: 0;
	border: 3px solid #b2a469;
	border-radius: 46px;
	opacity: 0;
	transition: 300ms ease-in-out;
}

.hero--cta__block:hover:before {
	opacity: 1;
	transition: 300ms ease-in-out;
}

@media (max-width: 1860px) {
	.hero--content {
		padding-left: 5%;
	}
}

@media (max-width: 1440px) {
	.hero--content__wrapper {
		gap: 30px;
		width: min(800px, 90%);
	}

	.hero--cta {
		gap: 15px;
		grid-template-columns: repeat(3, 250px);
	}
}


@media (max-width: 1366px) {
	.hero-bg img {
		height: 100vh;
		object-fit: cover;
	}
}

@media (max-width: 1080px) {
	.hero--cta {
		grid-template-columns: repeat(3, 200px);
	}

	.hero-bg img {
		object-position: center;
	}
}

@media (max-width: 991px) {
	.hero--content__wrapper {
		width: 90%;
	}

	.ry-section-hero .ry-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.hero--content {
		position: relative;
		background: #66704e;
		justify-content: center;
		padding: 0;
	}

	.hero--content__title h1 {
		text-align: center;
	}

	.hero--cta {
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
		justify-content: center;
	}
}



@media (max-width: 768px) {
	.hero--content__title h1 {
		font-size: 46px;
		line-height: normal;
	}
}

@media (max-width: 680px) {
	.hero--cta {
		display: flex;
		flex-wrap: wrap;
	}

	.hero--cta__block {
		width: 45%;
	}
}

@media (max-width: 520px) {
	.hero--cta__block {
		width: max-content;
	}
	
	div.hero-bg img {
		height: 45vh;
	}
}
/* END OF HERO FEATURE */


/* START OF WELCOME */


.hp--welcome {
	position: relative;
	padding: 200px 0;
}

.welcome__flex {
	position: absolute;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 1;
}

.welcome__flex .ry-img {
	max-width: 25rem;
}

.welcome__text {
	width: 50%;
	z-index: 9;
}

.welcome__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.welcome__text p {
	text-align: center;
}

.welcome__text .section__cta div {
	display: flex;
}

.hp--welcome .section__cta div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}


.hp--welcome .section__cta .ry-btn.ry-btn-primary {
	width: 218px;
}


.welcome__flex .ry-img.first {
	left: -7rem;
}

.welcome__flex .ry-img.second {
	right: -2rem;
}

@media (max-width: 1366px) {   
	.hp--welcome {
		padding: 80px 0;
	}

	.hp--welcome .welcome__flex .ry-img {
		max-width: 20rem;
	}

	.hp--welcome .welcome__flex .ry-img.first {
		left: -5rem;
	}

	.hp--welcome .welcome__flex .ry-img.second {
		right: -3rem;
	}

}
@media (max-width: 1280px) {
	.welcome__flex .ry-img.second {
		right: -4rem;
	}
}

@media (max-width: 1080px) {
	.hp--welcome {
		padding: 80px 0;
	}

	.hp--welcome .section__header h2 {
		text-wrap: balance;
	}
}

@media (max-width: 768px) { 
	.hp--welcome .welcome__flex {
		position: relative;
		padding: 5% 5% 0 5%;
	}
	.hp--welcome .welcome__text {
		width: 90%;
	}

	.hp--welcome .welcome__flex .ry-img.first {
		left: 0;
	}

	.hp--welcome .welcome__flex .ry-img.second {
		right: 0;
	}
}


/* END OF WELCOME */


/* START OF FEATURED SERVICES */
.hp--fservices .ry-wrapper {
	background: var(--color-bg-primary);
	padding: 170px 0;
}

.hp--fservices .section__header h2 {
	color: var(--color-bg-secondary);
}

.hp--fservices__img-top img {
	object-fit: cover;
}

.hp--fservices__img-center-logo {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50px;
	z-index: 9;
}

.hp--fservices__img-center-logo img {
	max-width: max-content;
	animation: vg-spin 15s linear infinite;
}

.hp--fservices__grid {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
}

.hp--fservices__grid .ry-each {
	position: relative;
	width: 33.33%;
	max-width: 100%;
	padding: 8px;
	overflow: hidden;
}

.hp--fservices__grid .ry-each:before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: auto;
	opacity: 0;
	inset: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(178, 164, 105);
	border-image: initial;
	border-radius: 46px;
	transition: 300ms ease-in-out;
}

.hp--fservices__grid .ry-each .photo img {
	border-radius: 40px;
}

.hp--fservices__grid .ry-each .title {
	position: absolute;
	bottom: 2.5rem;
}

.hp--fservices__grid .ry-each:hover:before {
	opacity: 1;
}

.hp--fservices__grid .ry-each .fservice--title h3 {
	font-size: clamp(1.125rem, 0.9657rem + 0.6536vw, 1.75rem);
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
	text-wrap: balance;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-site) !important;
		gap: 10px;
		}


.hp--fservices .ry-content {
	z-index: 9;
}

.hp--fservices__grid .ry-each .fservice--title h3 span {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 50px;
	height: 50px;
	color: #000;
	font-weight: 500;
	border-radius: 99999px;
	opacity: 0;
}

.hp--fservices__grid .ry-each:hover .fservice--title span {
	position: relative;
	opacity: 1;
}
.hp--fservices__grid .ry-each .fservice--title h3 span svg {
	width: 1.5rem;
	height: 1.5rem;
}


@media (max-width: 1366px) {
	.hp--fservices__img-bottom img {
		height: 45vh;
	}
}

@media (max-width: 1366px) {
	.hp--fservices__grid {
		gap: 30px;
	}
}

@media (max-width: 991px) {
	.hp--fservices .section__header {
		padding-bottom: 30px;
	}

	.hp--fservices .ry-wrapper {
		padding: 170px 0 60px;
	}

	.hp--fservices__img-bottom img {
		height: auto;
	}
}

@keyframes vg-bounce-slow {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes vg-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.hp--fservices__grid {
		flex-wrap: wrap;
	}

	.hp--fservices__grid .ry-each {
		width: 45%;
	}

	.hp--fservices__img-bottom img {
		height: 75vh;
	}
}

@media (max-width: 680px) {
	.hp--fservices__img-bottom img {
		height: 70vh;
	}
}

@media (max-width: 480px) {
	.hp--fservices__grid .ry-each {
		width: max-content;
	}

	.hp--fservices__img-bottom img {
		height: 95vh;
	}
}


/* END OF FEATURED SERVICES */


/* START OF DRY EYE CARE */

.hp--dry-eye-care .ry-content {
	display: flex;
	gap: 140px;
	justify-content: space-between;
	align-items: center;
	padding: 130px 0 130px 160px;
}

.dry-eye-care--flex {
	display: flex;
	gap: 35px;
	padding: 5% 0;
}

.dry-eye-care--flex .each-brand {
	width: 33.33%;
}

.dry-eye-care--text {
	width: min(960px, 100%);
}

.dry-eye-care--img {
	width: min(660px, 100%);
}

.dry-eye-care--img:before {
	/* content: " "; */
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: auto;
	opacity: 1;
	inset: 0px;
	border-width: 6px;
	border-style: solid;
	border-color: rgb(178, 164, 105);
	border-image: initial;
	border-top-left-radius: 46px;
	border-bottom-left-radius: 46px;
	transition: 300ms ease-in-out;
}

.dry-eye-care--img {
	padding: 14px 0 14px 14px;
	right: -6px;
}

.dry-eye-care--img img {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

@media (max-width: 1860px) {
	.hp--dry-eye-care .ry-content {
		padding-left: 5%;
	}
}


@media (max-width: 1280px) {
	.hp--dry-eye-care .ry-content {
		gap: 5%;
	}
}

@media (max-width: 991px) {
	.hp--fservices__img-top img {
		height: 13vh;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 768px) {
	
	.hp--dry-eye-care .ry-content {
		flex-direction: column;
		padding: 130px 5% 30px;
		gap: 30px;
	}

	.hp--dry-eye-care .dry-eye-care--flex {
		flex-wrap: wrap;
		gap: 15px;
	}

	.hp--dry-eye-care .dry-eye-care--flex .each-brand {
		width: 44%;
		margin: 0 auto;
	}

	.hp--dry-eye-care .dry-eye-care--img:before {
		border-radius: 46px;
	}

	.hp--dry-eye-care .dry-eye-care--img img {
		border-radius: 40px;
	}

	.hp--dry-eye-care .dry-eye-care--img {
		padding: 14px;
		right: 0;
	}
}


/* END OF DRY EYE CARE */

/* START OF OPTICAL BOUTIQUE */

.hp--optical {
	padding: 100px 0;
}


.optical--grid {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 30px;padding-top: 50px;}


.optical--grid .each-brand {
	position: relative;
	border-radius: 46px;
	padding: 7px;
	width: 100%;
	cursor: pointer;
}

.optical--grid .each-brand:before{
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: auto;
	opacity: 1;
	border-radius: 46px;
	inset: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #646c4c;
	border-image: initial;
	transition: 1s ease-in-out;
	opacity: 0;
}

.optical--grid .banner-text {
	position: absolute;
	z-index: 9;
	border-radius: 40px;
	padding: 6px;
	background: rgb(193 181 169 / 88%);
	border: 3px solid #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	opacity: 1;
	width: 100%;
	height: 100%;
	bottom: -100%;
	transition: 300ms ease-in-out;
}

.optical--grid .brand-wrapper img {border-radius: 40px;}

.optical--grid .each-brand .banner-text p {
	font-size: 20px;
	line-height: 34px;
	color: #000;
	text-align: center;
}

.optical--grid .brand-wrapper a.ry-btn.ry-btn-primary {
    background: #333;
}

.optical--grid .brand-logo img {
	margin: 0 auto;
	max-width: max-content;
	border-radius: unset;
}

.optical--grid .each-brand .banner-text > div {max-width: 320px;}


.optical--grid .each-brand:hover:before {
	opacity: 1;
}

.optical--grid  .brand-wrapper {
	position: relative;
	overflow: hidden;
}

.optical--grid .each-brand:hover .banner-text {
	bottom: 0;
	transition: 300ms ease-in-out;
}


.optical--grid .each-brand .brand-logo-bottom {
	position: absolute;
	z-index: 9;
	bottom: 3rem;
	opacity: 1;
	transition: 800ms ease-in-out;
}

.optical--grid .each-brand .brand-logo-bottom img {
	max-width: max-content;
	margin: 0 auto;
	border-radius: unset !important;
	object-fit: cover;
}

.optical--grid .each-brand:hover .brand-logo-bottom {
	opacity: 0;
	transition: 50ms ease-in-out;
}
@media (max-width: 1281px) {
	.optical--grid .slick-arrow {
		width: 40px;
		height: 40px;
		background: var(--color-bg-primary);
		border-radius: 50px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: calc(50% - 25px);
		top: 102%;
		transform: translateX(-50%);
		transition: .3s;
		font-size: 0;
		border: unset;
		outline: unset;
		pointer-events: all;
		z-index: 99;
		}

	.optical--grid .slick-next.slick-arrow {
		left: calc(50% - -25px);
	}

	.optical--grid .slick-arrow:before {
		content: "\f061";
		position: absolute;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		font-size: 14px;
		margin: auto;
		transition: .3s;
		font-family: 'FontAwesome';
		color: #fff;
	}

	.optical--grid .slick-next.slick-arrow:before {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .3s;
	}



	.hp--optical .optical--grid {
		display: block;
	}

	.hp--optical .section__cta div {
	}

	.hp--optical .section__cta {
		margin: 30px 0;
	}

}

@media (max-width: 768px) {
	
	.hp--optical {
	    padding: 60px 0;
	}
	
	 .optical--grid .banner-text {
        position: relative;
        bottom: auto;
        min-height: auto;
        margin-top: 10px;
        border-radius: 30px;
        opacity: 1;
    }
	
	 .optical--grid .banner-text {
        position: relative;
        bottom: auto;
        min-height: auto;
        margin-top: 10px;
        border-radius: 30px;
        opacity: 1;
    }
}

@media (max-width: 560px) {
    .optical--grid .banner-text {
        gap: 18px;
        padding: 24px 18px;
    }
}

/* END OF OPTICAL BOUTIQUE */

/* START OF TEAM */


.hp--section.hp--team {
	padding: 200px 0;
	background: #fff !important;
}

.hp--team .ry-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp--team__slider {overflow: hidden;}


.team--slider__wrapper {
	display: flex;
	1f: 430px 800px;
	justify-content: center;
	align-items: center;
	gap: 100px;
}


.team--img__left {
	width: 30%;
}

.team--text {
	left: 6%;
}

.team--img__left > div {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.team__img img {
}

.team--img__animated {
	position: absolute;
	transform: scale(1.8);
	top: 17%;
	left: 50%;
}

.team--img__bg-inner img {
	border-top-right-radius: 46px;
	border-bottom-right-radius: 46px;
	padding: 14px 14px 14px 0;
	height: 868px;
}

.team--img__bg:before {
	/* content: " "; */
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: auto;
	opacity: 1;
	border-top-right-radius: 46px;
	border-bottom-right-radius: 46px;
	inset: 0px;
	border-width: 6px;
	border-style: solid;
	border-color: rgb(178, 164, 105);
	border-image: initial;
	transition: 300ms ease-in-out;
	z-index: 1;
}

.team--img__left {
	position: absolute;
	left: -10px;
}

.team__desc p {
	font-size: 20px;
	line-height: 34px;
	color: #1f1f1f;
	padding: 0 0 30px;
}


.team--img__animated img {animation: 15s linear 0s infinite normal none running vg-spin;width: 100%;height: 100%;}

.team-slider__slide .section__header h2 {
	font-size: 65px !important;
	letter-spacing: -1px;
	line-height: 108px;
	text-transform: uppercase;
	color: var(--color-bg-secondary);
	text-align: left;
	line-height: normal;
}

.team-slider__pagination {
	width: auto !important;
	left: auto !important;
	right: 15%;
	display: flex;
	align-items: center;
	gap: 0;
	top: 61%;
}


.team--slider__wrapper .section__header span {
	text-align: left;
}

.team--slider__wrapper .team__img {
	width: 430px;
}

.team--slider__wrapper .team__info {
	width: 45%;
}

.team-slider__pagination  .swiper-pagination-bullet-active {
	background: #b2a469 !important;
	height: 15px !important;
	width: 15px !important;
}

.team-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

.team-slider__pagination  .swiper-pagination-bullet {
	background: #353933;
	opacity: 1;
}

@media (max-width: 1711px){
     div.hp--team .team-slider__slide .section__header h2 {font-size: clamp(3.125rem, 2.886rem + 0.9804vw, 4.0625rem) !important;}
    
    .team--slider__wrapper {
        gap: 50px;
    }
    
    .team--img__animated {
        top: 20%;
    }
 }

@media (max-width: 1680px){
    .team--img__animated {
        top: 21.5%;
    }
}

@media (max-width: 1536px){
    .team--img__animated {
        top: 23%;
    }
    .team-slider__pagination {
        top: 80%;
    }

}

@media (max-width: 1440px){
    .team--img__animated {
        top: 24.5%;
    }

    .team--slider__wrapper .team__img {
        width: 23rem;
    }
}

@media (max-width: 1336px){
    .team--img__animated {
        top: 26%;
    }

    .team--img__animated {
        top: 26%;
    }

}

@media (max-width: 1280px){
    .team--slider__wrapper .team__img {
        width: 21rem;
    }
    
    .team--img__animated {
        top: 27.5%;
    }
}

@media (max-width: 1080px){
    
    .hp--section.hp--team {
        padding: 60px 0;
    }
    
    .team--slider__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .hp--team .ry-content {max-width: 90%;margin: 0 auto;float: unset;}
    
    .hp--team .ry-content .team--img__left {
        position: relative;
        display: none;
        left: 0;
        width: 100%;
    }
    
    
    .hp--team .ry-content .team--slider__wrapper .team__info {
        width: 100%;
    }
    
    .hp--team .ry-content .team--text {
        left: unset;
        width: 100%;
    }
    
    .hp--team .ry-content .team-slider__pagination {
        position: relative;
        inset: 0;
        width: 100% !important;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        margin: 30px 0 0;
    }
    
    .hp--team .ry-content .team--slider__wrapper .team__info * {
        text-align: center !important;
    }

}

@media (max-width: 768px) {
	.hp--section.hp--team {
	    padding: 60px 0;
	}
}

/* END OF TEAM */




.hp--testimonials .testimonials__slider {
	width: 100%;
	padding: 20px 0 50px;
	overflow: hidden;
}

.testimonials__slider .swiper-wrapper {display: flex;align-items: center;}

.testimonials__slider .swiper-slide-active {
	opacity: 1;
	z-index: 2;
}

.testimonials__slider .testimonial-card {
	padding: 50px 55px;
	background: #f7f7f7;
	color: #222;
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 430px;
	opacity: 0.75;
}

.testimonials__slider .swiper-slide-active .testimonial-card {
	border-radius: 40px;
	border: 6px solid #5f6a4500;
	outline: 6px solid #5f6a45;
	box-shadow: 0 0 0 4px #fff;
	opacity: 1;
}

.testimonials__slider .testimonial-card__text p {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 34px;
	color: #1f1f1f;
	text-align: center;
}

.testimonials__slider .testimonial-card__stars svg{
	margin-bottom: 8px;
	fill: #b89a43;
	width: 20px;
	height: 20px;
}

.testimonials__slider .testimonial-card__name p {
	margin: 0;
	font-size: 24px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.testimonials__slider .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #fff;
	opacity: 1;
	height: 13px;
	width: 13px;
}

.testimonials__slider .swiper-pagination-bullet-active {
	background: #b2a469;
	height: 17px;
	width: 17px;
}

.testimonials__slider .swiper-slide-active .testimonial-card p {
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    text-align: center;
}


.hp--testimonials__img-top img {
	object-fit: cover;
}

.hp--testimonials__img-center-logo {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	top: -3.5rem;
	background: transparent;
}

.hp--testimonials__img-center-logo img {
	max-width: max-content;
	animation: vg-bounce-slow 2s linear infinite;

}

.hp--testimonials {
    padding: 200px 0 0;
    background: #ffffff;
}

.hp--testimonials__img-top-wrapper {
    background: var(--color-bg-primary);
}

.hp--testimonials .ry-wrapper {
    background: var(--color-bg-primary);
    padding: 50px 0 100px;
}

.hp--testimonials .section__header h2 {
    color: #ffffff;
}

.testimonials__slider .testimonials__swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -2rem;
}

.testimonials__slider .swiper-slide-active .testimonial-card {
    min-height: 550px;
}

.testimonial-card__star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.testimonial-card__star-wrapper i {
    color: #b2a469;
    font-size: 22px !important;
}


.testimonial-card__stars {
    margin: 30px 0 10px;
}

.hp--testimonials .section__header {
    margin: 0 0 30px;
}

@media (max-width: 1080px) {
	.hp--testimonials .testimonials__slider {
		overflow: visible;
	}
	
	.hp--testimonials .ry-wrapper {
		padding: 50px 5% 100px;
	}
	
	.testimonials__slider .testimonial-card  {
		transform: unset;
		min-height: auto !important;
		padding: 5%;
	}
}

.module--footer {
    position: relative;
}

.map--footer__wrapper .map--marker {
    position: absolute;
    max-width: max-content;
    top: 26.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map--footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.footer--container {
    width: min(1280px, 90%);
    max-width: 100%;
    float: unset;
    margin: 0 auto;
}

.footer--inner__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 75px;
}

.footer--inner__top .footer--logo img {
    max-width: max-content;
}

.footer--custom__social-wrapper {
    padding: 0;
    list-style: none;
}

.footer--custom__social-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer--custom__social-wrapper li a {
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #f9f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer--inner__grid .each--info svg {
    width: 18px;
    height: 18px;
}

.footer--inner__grid .info--icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.footer--inner__grid .info--icon .wrapper {
    display: inline-flex;
    width: 64px;
    height: 64px;
    background: var(--color-bg-primary);
    align-items: center;
    justify-content: center;
    border-radius: 99999px;
}

.footer--inner__grid .each--info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer--inner__grid .each--info.map .info--text {
    font-size: 19px;
    line-height: 23px;
    color: #333333;
}

.footer--inner__grid .info--text .span-1 {
    display: block;
    font-size: 19px;
    line-height: 23px !important;
    color: #333333;
    font-weight: 400;
    font-family: "Inter";
}

.footer--inner__grid .info--text {
    font-size: 22px;
    line-height: 23px;
    color: #333333;
}

.footer--inner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer--inner__grid .each--info.hours {
    align-items: flex-start;
}

.footer--bg__fixed {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.footer--bg__fixed img {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

.footer--content {
    background: #fff;
    border-radius: 100px;
    background-color: #ffffff;
    padding: 100px 160px;
}

.footer--inner__grid .hours .info--text ul {
    list-style: none;
    padding: 0;
}

.footer--inner__grid .hours .info--text ul li span {
    width: 10rem;
}

.footer--inner__grid .hours .info--text ul li {
    display: flex;
    justify-content: space-between;
}

.footer--inner__grid .hours .info--text ul * {
    font-size: 19px;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
    font-family: "Inter";
}

.footer--inner__grid .hours .info--text .span-1 {
    line-height: 35px !important;
}

.footer--inner__grid .first--col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer--inner__grid .each--info.message .info--text {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}


.roya-logo img {
    max-width: max-content;
    margin: 0 auto;
}

.credit--grid {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer--credit__wrapper * {
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

.footer--content__credit {
    padding: 40px 0;
}

.map--footer__inner {
    margin-top: -45rem;
    z-index: 9;
}

.footer--content:before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 7px solid rgb(101 108 75);
    border-radius: 100px;
    pointer-events: none;
}


@media (max-width: 1711px) {
    .map--footer__wrapper .map--marker {
        max-width: 6rem;
    }
    
    .map--footer__inner {
        margin-top: -40%;
    }

    .map--footer__wrapper .map--bg img {
        min-height: 80rem;
        object-fit: cover;
    }
    
    .map--footer__wrapper .map--marker {
        top: 28.5%;
    }
}

@media (max-width: 1537px) {
    .map--footer__inner {
        margin-top: -50%;
    }
}

@media (max-width: 1440px) {
    .footer--content {
        padding: 80px 8%;
    }
}

@media (max-width: 1200px) {
    .footer--inner__grid {
        gap: 40px;
    }

	 .map--footer__inner {
        margin-top: -60%;
    }
}

@media (max-width: 1080px) {
    .footer--inner__grid {
        grid-template-columns: 350px 1fr;
    }

    .footer--inner__grid .hours .info--text .span-1 {
        width: 8rem;
    }

    .map--footer__inner {
        margin-top: -75%;
    }

}

@media (max-width: 991px) {

      .footer--bg__fixed img {
        height: 60rem;
        object-fit: cover;
        object-position: center;
    }
    
    .footer--inner__top {
        align-items: center;
        justify-content: center;
    }
    
    .footer--custom__social-wrapper {
        justify-content: center;
        align-items: center;
    }
    
    .footer--inner__top .foter-logo img {
        max-width: max-content;
    }
    
    .footer--inner__top img {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .footer--inner__grid {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    
    .footer--inner__grid .each--info {
        flex-direction: column;
    }
    
    .footer--inner__grid .each--info.hours {
        align-items: center;
        justify-content: center;
    }

	 .footer--inner__top, .footer--inner__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

	 .footer--inner__top {
        padding-bottom: 45px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    
    .map--footer__inner {
        margin-top: -100%;
    }
    
      .footer--bg__fixed img {
        height: 80rem;
        object-fit: cover;
        object-position: center;
    }

    .credit--grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
      .footer--bg__fixed img {
        height: 90rem;
    }
}



/* BRANDS */

.brands--grid--section .brands--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.brands--grid--section .brands--grid .each--brands {
    padding: 5%;
    width: 100%;
    border: 1px solid #ccc;
    height: auto;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
}

.brands--grid--section .brands--grid .each--brands .smi {
    display: none;
}

.brands--grid--section .brands--grid .each--brands * {
    text-align: center !important;
}

.brands--grid--section .brands--grid .each--brands .brand--logo img {
    max-width: 11rem;
    height: 13vh;
    object-fit: contain;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.brands--grid--section .btn-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
    div.brands--grid--section .brands--grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 680px) {
    div.brands--grid--section .brands--grid {
        grid-template-columns: 1fr;
    }
}

/* END OF BRANDS */

body.home #top-brands .owl-carousel .owl-nav {
    position:relative;
    top:unset;
    transform:unset;
    display:flex;
    justify-content:right;
    gap:20px
}

body.home #top-brands .owl-carousel .owl-nav .owl-prev {
    left:unset;
    position:relative;
    width:45px;
    height:45px;
    background:var(--color-bg-primary) !important;
    border-radius:50%;
    color:#fff !important;
    opacity:.5
}

body.home #top-brands .owl-carousel .owl-nav .owl-next{
    right:unset;
    position:relative;
    width:45px;
    height:45px;
    background:var(--color-bg-primary) !important;
    border-radius:50%;
    color:#fff !important;
    opacity:.5
}
body.home #top-brands .owl-carousel .owl-nav .owl-next:hover,
body.home #top-brands .owl-carousel .owl-nav .owl-prev:hover{
    opacity:1
}

body.home #top-brands .owl-carousel.owl-loaded {
    flex-direction:column-reverse;
    display:flex;
}
body.home #top-brands .owl-carousel.owl-loaded .owl-dots {
    display:none
}

#custom-hp-gallery::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}
#custom-hp-gallery .brands-swiper-4 img{
    height: 300px;
    object-fit: cover;
}

#custom-hp-gallery {
  padding-block:100PX
}
.gallery-swiper-button-prev,
.gallery-swiper-button-next{
  -webkit-text-stroke: 1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-items: center;
  align-items: center;
  color: #fff;
  background:var(--color-bg-primary);
}

#custom-hp-gallery .btn-wrapper {
  display:flex;
  justify-content:center;
  z-index:4;
  width:100%;
  gap:20px;
  margin-bottom:20px;
  margin-top:15px
}

#custom-hp-gallery .ry-container {
display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
#custom-hp-gallery .ry-container .gallery-swiper {
  overflow:hidden;
  margin-inline:auto
}
#custom-hp-gallery .ry-container .gallery-swiper img {
  border-width: 4px;
  border-style: solid;
  border-color:var(--color-bg-primary);; 

  object-fit: cover;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 
              0 10px 15px rgba(0, 0, 0, 0.1);
}

@media(max-width:1080px) {
  body.home #top-brands .owl-carousel .owl-nav {
    justify-content:center;
    gap:10PX
  }
  body.home #top-brands .ry-multi-item-slider .container.ry-container {
    padding-inline:0 !important
  }
  }
@media(max-width:480px) {
  body.home #top-brands h2 {
    font-size:40px !important
  }
}