/* REUSABLE CSS  */
.hp-container {
	width: min(1280px, 90%);
	max-width: 100%;
	margin: 0 auto;
	/* padding-bottom: 100px; */
}

.hp-max-container {
	width: min(1600px, 90%);
	max-width: 100%;
	margin: 0 auto;
}

html.dark .ry-btn.ry-btn-primary:hover,
html.dark .ry-btn.ry-btn-primary:focus {
	color: #fff;
}

.light #mobile-menu.sliding-submenus .dropdown-menu, .light #mobile-menu.sliding-submenus .third-level-dropdown {
    background-color: #fff;
}

.light #mobile-menu .back-btn a {
    color: #000;
    background: #f4f4f4;
}

.dark #mobile-menu .back-btn a {
    color: #fff;
}

.dark .form-control::placeholder {
    color: #dfbe62 !important;
}

.light .form-control::placeholder {
    color: #4f5959 !important;
}


.overlink,
.overlink a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	visibility: visible;
}

.btn-theme-toggle {
    background: var(--color-secondary-foreground);
}

/* BUTTON */

.dark .embla__button {
    background: var(--color-secondary);
}

.dark .sticky-buttons-wrapper .sticky-button {
    background: color-mix(in oklab, #343434 90%, transparent);
}

.ry-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	width: 231px;
	border-radius: 8px;
	background-color: var(--color-primary-button);
	color: var(--color-muted-foreground);
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--font-sans);
}

.ry-btn.ry-btn-ghost {
	background-color: var(--color-primary-ghost);
	border: 1px solid var(--color-secondary-foreground);
	color: var(--color-secondary-foreground);
}

.ry-btn.ry-btn-ghost:hover,
.ry-btn.ry-btn-ghost:focus {
	background: var(--color-primary-button);
	border-color: var(--color-primary-button);
}

.ry-btn.ry-btn-primary:hover,
.ry-btn.ry-btn-primary:focus {
	background-color: var(--color-primary-ghost);
	border: 1px solid var(--color-secondary-foreground);
}

div#brand .swiper-pagination-bullet-custom  {
    background-color: var(--color-secondary-foreground);
	color: var(--color-secondary-foreground);
}

div#brand .swiper-pagination-bullet-active {
   background-color: var(--color-secondary-foreground);
}


#brands.style2 .desktop .brand-card {
	    border: 1px solid #dfc66f;
		
}

#brands .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

/* END OF BUTTON */

/* HEADING */

.hp-heading h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}


.hp-heading span {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 35px;
	color: var(--color-secondary-foreground);
	font-family: var(--font-sans);
	font-weight: 400;
}

@media (max-width: 991px) {
	.hp-heading h2 {
		font-size: clamp(3.125rem, 2.3438rem + 2.5vw, 3.75rem);
	}
}

.hp-description p {
	color: var(--color-secondary-foreground);
	font-family: var(--font-sans);
	font-size: 18px;
	line-height: 35px;
}

nav .header--grid .logo div img {
    max-width: 320px !important;
}

/* END OF HEADING */


/* GLOBAL HEADER */

.header-optiqueye {
	background: var(--color-background);
}

.header-optiqueye #desktop-menu>li>a {
	color: var(--color-secondary-foreground);
	padding-inline: unset;
	text-transform: uppercase;
}

.header--right._content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.header-optiqueye #desktop-menu .dropdown>a .caret {
	border-color: var(--color-secondary-foreground) !important;
	border-left-color: #0000 !important;
	border-right-color: #0000 !important;
}

.header-optiqueye #desktop-menu {
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}

.header--grid {
	display: grid;
	grid-template-columns: 320px 960px;
	justify-content: space-between;
	align-items: center;
}

.header--info {
	gap: 20px;
}

.header--info .header--cta {
	border-radius: 5px;
	width: 100%;
	max-width: max-content;
	padding-inline: 30px;
}

.header--info .social--content a:not(.hidden) {
    display: flex;
    width: 39px;
    height: 39px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid var(--color-ring);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header--info .social--content a i {
	color: var(--color-ring);
}


/* END OF GLOBAL HEADER */

/* HERO */
.hero-text-banner {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-text-banner .slider-title {
    font-size: 80px;
    letter-spacing: 1px;
    line-height: 80px;
    color: #dbc77b;
    font-weight: 700;
    text-align: center;
}

.hero-text-banner .slider-text {
    font-size: 30px;
    letter-spacing: 9px;
    line-height: 80px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-sans) !important;
    text-align: center;
}

.hero-text-banner .slider-cta a {
    font-size: var(--font-sans) !important;
    margin: 0 auto;
    font-size: 18px !important;
    line-height: 13px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #hero .swiper-cube .swiper-cube-shadow {
        display: none;
    }
    
    .hero-swiper {
        height: 50vh;
    }

    #hero h1 {
        color: #dbc77b;
        font-size: 40px;
    }
    
    #hero h2, #hero p, .hero-title * {
        font-family: var(--font-sans) !important;
        font-size: 22px !important;
    }
}


/* END OF HERO */

/* HP WELCOME */

.welcome-grid .each-col.first {
	width: 100%;
	max-width: 500px;
}

.welcome-grid .each-col.second {
	width: 100%;
	max-width: 640px;
}

.welcome-optiqueye .hp-container {
	padding-bottom: 100px;
}

@media (max-width: 1024px) {
	.welcome-optiqueye .grid {
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
	}

	.welcome-optiqueye .grid>.each-col {
		width: 100%;
		max-width: 100%;
	}

	.welcome-optiqueye .hp-container {
		padding-bottom: 0;
	}

	.welcome-optiqueye {
		padding: 100px 0;
	}

	.hp-description p {
		width: 100%;
		max-width: 100%;
	}
	
	.welcome-optiqueye .grid>.each-col img {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.welcome-optiqueye .grid .each-col.first .flex {
		align-items: center;
		justify-content: center;
	}

	.hp-heading h2 {
		text-align: center;
	}

	.hp-description p {
		text-align: center;
	}
}

@media (max-width: 680px) {
	.welcome-optiqueye .grid .each-col.first .flex {
		flex-direction: column;
	}
}

/* END OF HP WELCOME */

/* HP CTA */

.cta-group .overlink, .cta-group .overlink a { display: none; }

.cta-optiqueye {
	padding: 150px 0;
}

.cta-optiqueye .hp-heading h2 {
	text-align: center;
	padding-bottom: 70px;
}

.cta-optiqueye .hp-cta-wrapper {
	width: min(960px, 100%);
	margin: 0 auto;
	float: unset;
}

.cta-optiqueye .cta-block .title h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--color-secondary-foreground);
	font-family: var(--font-sans);
	text-align: center;
	line-height: 1.2;
}


.cta-optiqueye .cta-block .title h3 span {
	display: block;
}

.cta-optiqueye .cta-grid.four-cols {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 60px;
	column-gap: 5%;
}

.cta-optiqueye .cta-grid .cta-block {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

/* END OF HP CTA */

/* HP SERVICES DESKTOP */

.hp--services {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-50307863-f59d-43c5-b34e-852a254581b8/site_assets/fservices_bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 150px 0;
}

.hp--services .hp--heading h2 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #3e4142;
}

.hp--services .hp--heading h2 span {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 35px;
	color: #3e4142;
	font-family: var(--font-sans);
	font-weight: 400;
	opacity: 0.600;
}


.custom--services__content {
	display: flex
}

.custom--services__content .each-services {
	position: relative;
}

.custom--services__content .block-group .each-block {
	position: relative;
	background: var(--color-muted);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 5%;
	width: 290px;
	height: 290px;
	border-radius: 50%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.custom--services__content .block-group .each-block .photo img {
	max-width: max-content;
	margin: auto;
	opacity: 1;
}

.custom--services__content .each-block .photo .title div {
	letter-spacing: 2px;
	line-height: 1;
	color: var(--color-foreground);
	font-size: 26px;
	text-transform: uppercase;
	font-family: var(--font-sans);
	text-align: center;
}

.custom--services__content .title div span {
	display: block;
	font-size: 17px;
}

.custom--services__content .block-group .each-block .photo .title p {
	color: var(--color-secondary-foreground);
	font-family: var(--font-sans);
	font-size: 0;
	opacity: 0;
	/* transition: 300ms ease-in-out; */
	margin-top: -30px;
	width: 222px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	height: 0;
	/* position: absolute; */
}

.custom--services__content .button-svg svg {
	width: 25px;
	height: 25px;
	fill: var(--color-accent-foreground);
}

.custom--services__content .button-svg {
	position: relative;
	position: absolute;
	align-items: center;
	justify-content: center;
	background: var(--color-accent);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: auto;
	opacity: 0;
}

.custom--services__content .block-group .each-block .photo {
	display: flex;
	flex-direction: column;
	gap: 1rem
}



.custom--services__content {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	place-content: center;
	place-items: center;
	padding: 80px 0;
	z-index: 9;
	gap: 5px;
}



.custom--services__content .block-group .each-block:hover {
	width: 290px;
	height: 493px;
	border-radius: 145px;
	transition: .3s ease-in-out;
}

.custom--services__content .block-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom--services__content .each-block:hover .title div {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	padding-bottom: 5%
}

.custom--services__content .block-group .each-block:hover .photo .title p {
	position: relative;
	display: block;
	font-size: 18px;
	opacity: 1;
	transition: 300ms ease-in-out;
	margin-top: unset;
	height: auto;
}

.custom--services__content .block-group .each-block:hover .button-svg {
	display: flex;
	opacity: 1;
	position: relative;
	transition: 500ms ease-in-out;
}

.custom--services__content .block-group .each-block:before {
	content: " ";
	position: absolute;
	z-index: -1;
	width: 290px;
	height: 290px;
	border-radius: 155px;
	background-color: var(--color-background);
	transition: height .5s ease-in-out, width .5s ease-in-out;
	opacity: 1;
}

.custom--services__content .block-group .each-block:hover:before {
	width: 310px;
	height: 509px;
	background: var(--color-background);
	z-index: 1;
	opacity: 0.2;
}

.ry-services.custom--styles .col-lg-4.ry-each {
	width: 100%;
	max-width: 100%;
	float: unset !important;
}


.custom--services__content .servces--hover {
	display: none
}

.custom--services__content .block-group .each-block:hover .servces--hover {
	display: block
}


.custom--services__content .button-svg .link,
.custom--services__content .button-svg .link a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	inset: 0;
	opacity: 0
}

@media screen and (max-width: 1600px) {
	.custom--services__content .block-group .each-block {
		height: 230px;
		width: 230px;
	}

	.custom--services__content .block-group .each-block .photo img {
		max-width: 4rem;
	}

	.custom--services__content .block-group .each-block .photo .title {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column
	}

	.custom--services__content .block-group .each-block:hover {
		width: 250px;
	}

	.custom--services__content .block-group .each-block:hover:before {
		width: 270px
	}
}

@media screen and (max-width: 1367px) {
	.custom--services__content .block-group .each-block .photo .title div {
		font-size: 18px;
		text-wrap: balance
	}

	.custom--services__content .block-group .each-block:hover {
		width: 230px
	}

	.custom--services__content .block-group .each-block:hover:before {
		width: 242px;
	}

	.custom--services__content .block-group .each-block:hover .photo .title p {
		font-size: 16px
	}

	.custom--services__content .block-group .each-block {
		width: 230px;
		height: 230px
	}
}
@media screen and (max-width: 1280px) {
	div.contact-v3 .ry-flex .ry-each:nth-child(2) {
	    padding: 5%;
	}
}


/* END OF HP SERVICES DESKTOP */


/* HP INSURANCES */

.insurances-optiqueye .hp-heading h2 {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 35px;
	color: var(--color-secondary-foreground);
	font-family: var(--font-sans);
}

.insurances-optiqueye .embla__viewport {
	overflow: hidden;
}

.insurances-optiqueye {
    padding: 100px 0 0;
}

.insurance-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.insurance-logo {
	width: 100%;
	height: 70px;
	max-width: 10rem;
	object-fit: contain;
	opacity: 0.5;
}

.insurances-optiqueye .embla-dot {
    background: var(--color-secondary-foreground);
}

.insurances-optiqueye .embla-dot.is-selected {
    background: var(--color-secondary-foreground);
}

@media (max-width: 1280px) {
	.insurances-optiqueye .embla__button {
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		inset: 0 !important;
	}

	.embla-insurances-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding-bottom: 30px;
	}
}

/* === BREAKPOINTS === */
@media (max-width: 1200px) {
	.insurances-optiqueye .embla__slide {
		flex: 0 0 25% !important;
	}

	/* 4 logos */
}

@media (max-width: 992px) {
	.insurances-optiqueye .embla__slide {
		flex: 0 0 33.333% !important;
	}

	/* 3 logos */
}

@media (max-width: 768px) {
	.insurances-optiqueye .embla__slide {
		flex: 0 0 50% !important;
	}

	/* 2 logos */
}

@media (max-width: 480px) {
	.insurances-optiqueye .embla__slide {
		flex: 0 0 100% !important;
	}

	/* 1 logo */
}

/* END OF HP INSURANCES*/



/* HP TEAM */
.team-optiqueye {
    padding: 200px 0 140px;
}

.hp-team-grid .each-person {
    display: grid;
    grid-template-columns: 960px 480px;
    gap: 160px;
    align-items: center;
}

.each-person .person-bio p {
    color: var(--color-secondary-foreground);
    font-family: var(--font-sans);
    font-size: 18px;
    line-height: 35px;
}

.each-person .person-name h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.each-person .person-eyebrow {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 35px;
    color: var(--color-secondary-foreground);
    font-family: var(--font-sans);
}
/* END OF HP TEAM */



/* HP Testimonials */
.embla-testimonials {
    width: 90%;
}

.testimonials-optiqueye .testimonial-info {
    width: min(1600px, 90%);
    max-width: 100%;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-50307863-f59d-43c5-b34e-852a254581b8/site_assets/testimonial_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    min-height: 748px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
}


.dark .testimonials-optiqueye .testimonial-info {background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-50307863-f59d-43c5-b34e-852a254581b8/site_assets/testimonials_bg_dark.jpg");}




.embla-testimonials .embla__slide {
  flex: 0 0 100%;
}


.embla-testimonials .embla__button {
  position: absolute;
  bottom: 20px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  top: 70%;
}

.embla-testimonials .embla__button--prev {
  left: 32%;
}

.embla-testimonials .embla__button--next {
  right: 32%;
}

.testimonials-optiqueye .hp--heading h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto;
}
.testimonials-optiqueye .hp--heading h2 span {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 35px;
    color: var(--color-secondary-foreground);
    font-family: var(--font-sans);
    text-transform: uppercase;
    font-weight: 400;
}

.hp-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 160px;
}

.embla-testimonials .embla__slide {
    flex: 0 0 100% !important;
    align-items: center;
    justify-content: center;
}

.testimonial-text {
    color: var(--color-secondary-foreground);
    font-family: var(--font-sans);
    font-size: 18px;
    line-height: 35px;
    text-align: center !important;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-name {
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
     color: var(--color-secondary-foreground);
    font-weight: 700;
    font-family: var(--font-sans);
    text-align: center;
}

.testimonial-btn.ry-btn.ry-btn-primary {
    margin: 0 auto;
}



/* End of HP Testimonials */


/* HP Brands */

#brands .hp--heading span.span-1 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 35px;
    color: var(--color-secondary-foreground);
    font-family: var(--font-sans);
    text-transform: uppercase;
    font-weight: 400;
}

#brands .hp--heading h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto;
}

/* End of HP Brands */


/* HP Appointment*/

.contact-v3 {
    padding-top: 120px;
}

.contact-v3 .ry-flex {
    display: flex;
    flex-wrap: initial;
    flex-wrap: wrap;
}
.contact-v3 .ry-flex .ry-each {
    max-width: 50%;
    width: 100%;
}

.contact-v3 .ry-flex .ry-each .map-ratio-container {
    position: relative;
    padding-bottom: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.contact-v3 .ry-flex .ry-each .map-ratio-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-v3 .ry-flex .ry-each:nth-child(2) {
    padding: 110px 120px;
    display: flex;
    align-items: center;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-50307863-f59d-43c5-b34e-852a254581b8/site_assets/getintouch_bg.png");
    background-size: cover;
    background-position: center;
}
.contact-v3 .ry-flex .ry-each .ry-section-headline h2 {
    color: #fff;
    text-align: center;
}
.contact-v3 .ry-flex .ry-each .ry-text p {
    font-size: 20px !important;
	color: #fff;
	margin: 20px 0 30px;
	text-align: left;
}
.contact-v3 .ry-flex .ry-each .ry-text p {
    font-size: 20px !important;
    color: #fff;
    margin: 20px 0 30px;
}
.contact-v3 .ry-flex .ry-each .form-v2 .form-wrapper-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px);
}
.contact-v3 .ry-flex .ry-each .form-v2 .form-wrapper-grid .field-lg {
    width: calc(100% - 15px);
    margin-left: 15px;
}
.contact-v3 .ry-flex .ry-each .form-v2 .form-wrapper-grid .field-md {
    width: calc(50% - 15px);
    margin-left: 15px;
    padding: 10px 0;
}
.contact-v3 .ry-flex .ry-each .form-v2 .form-control {
    height: 65px;
    border-radius: unset;
    font-size: 18px;
    padding-left: 25px;
    border: unset;
}
.contact-v3 .ry-flex .ry-each .form-v2 textarea.form-control {
    padding-top: 15px;
    min-height: 210px;
    resize: none;
    margin-bottom: 20px;
}

.global-map img {width: 100%;height: 77vh;object-fit: cover;opacity: 0;}

.contact-v3 .ry-flex .ry-each:first-child {
    position: relative;
    overflow: hidden;
}

.contact-v3 .ry-btn.ry-btn-primary {
    background: #4f5959 !important;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.contact-v3 .ry-btn.ry-btn-primary:hover, .contact-v3 .ry-btn.ry-btn-primary:focus {
    opacity: 0.8;
}

.global-map {position: absolute;}

.black-map.global-map {
    opacity: 0;
    display: none;
}

.white-map.global-map {
    display: none;
}

.light .white-map.global-map, .light .white-map.global-map img {
    display: block;
    z-index: 1;
    opacity: 1;
}


.dark .black-map.global-map, .dark .black-map.global-map img {
    display: block;
    opacity: 1;
    z-index: 2;
}



@media (max-width:1280px) {
	div.global-map img {
		height: 80vh;
	}
}

@media (max-width: 991px) {
    div.global-map img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    
    
    div.global-map {
        position: relative;
    }
    
    div.contact-v3 {
        padding-top: 80px;
    }
    
    div.contact-v3 .ry-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    div.contact-v3 .ry-flex .ry-each {
        width: 100%;
        max-width: 100%;
    }
}


/* End of HP Appointment*/

/* Global Footer */

.footer.style-3 .footer-top {
	padding: 70px 0;
	background: #4f5959;
}

.footer.style-3 .footer-top .title {
	font-size: 25px;
	font-family: var(--font-sans);
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-bottom: 25px;
}

.footer.style-3 .footer-top .hour-list ul {
	padding-left: 0;
	list-style: none;
}

.footer.style-3 .footer-top .hour-list ul li {
	display: flex;
}

.footer.style-3 .footer-top .hour-list ul li .span-1 {
	color: #FFFFFF;
	min-width: 130px;
}

.footer.style-3 .footer-top .hour-list ul li {
	font-size: 18px;
	font-family: var(--font-sans);
	color: #FFFFFF;
	font-weight: 300;
}

.footer.style-3 .footer-top .hour-list ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer.style-3 .footer-top .ry-each {
	max-width: max-content;
	display: flex;
	flex-direction: column;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-control {
	height: 55px;
	border-radius: unset;
	padding-left: 25px;
	font-family: var(--font-sans);
	font-size: 18px;
	box-shadow: unset;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-group {
	margin-bottom: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form textarea.form-control {
	height: 190px;
	resize: unset;
	padding-top: 15px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
	text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .ry-btn:hover {
	border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .details {
	display: flex;
	max-width: max-content;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dfc66f;
	margin-right: 15px;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon svg {
	width: 18px;
	fill: #4f5959;
}

.footer.style-3 .footer-top .ry-each .details .text {color: #FFFFFF;}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {
	color: #FFFFFF;
	font-family: var(--font-sans);
	font-size: 20px;
	opacity: 1;
	display: block;
	font-weight: 300;
}

.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
	margin-bottom: 25px;
}

.footer.style-3 .footer-top .ry-each .details .text a {
	font-size: 22px;
	color: #FFFFFF;
	font-family: var(--font-sans);
	font-weight: 300;
}

.footer.style-3 .footer-top .ry-each .details .text > br {
	display: none;
}

.footer.style-3 .footer-top .ry-each .details .text a.phone {
	font-size: 22px;
}

.footer.style-3 .footer-top .ry-each .details .footer-social {}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
	list-style: none;
	padding-left: 0;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap {
	display: flex;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #13a793;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a svg {
	width: 18px;
	fill: #FFFFFF;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li {
	margin-right: 5px;
}

.footer.style-3 .footer-top .ry-content {
	width: min(1280px, 90%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}

.footer.style-3 .footer-top .ry-container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	float: unset;
}

.footer.style-3 .footer-bottom {
	padding: 20px 0;
	background: #dfc66f;
}

.footer.style-3 .footer-bottom .ry-container {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

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

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
	max-width: max-content;
	display: flex;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
	width: 110px;
	margin-left: 5px;
	object-fit: contain;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, 
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
	font-size: 16px;
	line-height: 35px !important;
	text-transform: uppercase;
	color: #515959;
	font-family: var(--font-sans);
}


@media (max-width: 1200px) {
	.footer.style-3 .footer-top .ry-each:nth-child(2) {
		max-width: 380px;
	}
}
@media (max-width: 1080px) {
	.footer.style-3 .footer-top .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


	.footer.style-3 .footer-top .ry-each {
		max-width: 100%;
		width: 100%;
	}

	.footer.style-3 .footer-top .title {
		text-align: center;
	}

	.footer.style-3 .footer-top .hour-list ul li {
		flex-direction: column;
		text-align: center;
	}

	.footer.style-3 .footer-top .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer.style-3 .footer-top .ry-each {
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-top .ry-each .details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer.style-3 .footer-top .ry-each:nth-child(2) {
		max-width: 560px;
	}
	.footer.style-3 .footer-top .ry-each .details .svg-icon {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.footer.style-3 .footer-top .ry-each .details .text {
		text-align: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
		line-height: 1.2;
		text-align: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
		margin-left: 0;
		margin-top: 5px;
	}
}



.footer.style-3 .ry-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.dark .footer.style-3 .footer-top {
    background: #333;
}

.footer-top .ry-flex .ry-each:first-child {
    width: 100%;
    max-width: 300px;
    align-items: center;
    padding-top: 30px;
}

.footer-top .ry-flex .ry-each:first-child img {}

/* End of Global Footer*/

/* ==== EMBLA WRAPPER ==== */
.embla {
	position: relative;
	padding: 50px 0;
}

/* ==== VIEWPORT ==== */
.embla__viewport {
	overflow: hidden;

}

/* ==== CONTAINER ==== */
.embla__container {
	display: flex;
	will-change: transform;
}

/* ==== SLIDE ==== */
.embla__button[disabled] {
    opacity: 0.8;
    box-shadow: unset;
}

.embla__slide {
	flex: 0 0 20%;
	/* DEFAULT: SHOW 5 AT DESKTOP */
	min-width: 0;
	box-sizing: border-box;
	padding: 0.75rem;
	display: flex;
}

/* === BREAKPOINTS === */
@media (max-width: 1200px) {
	.embla__slide {
		flex: 0 0 25%;
	}

	/* 4 logos */
}

@media (max-width: 992px) {
	.embla__slide {
		flex: 0 0 33.333%;
	}

	/* 3 logos */
}

@media (max-width: 768px) {
	.embla__slide {
		flex: 0 0 50%;
	}

	/* 2 logos */
}

@media (max-width: 480px) {
	.embla__slide {
		flex: 0 0 100%;
	}

	/* 1 logo */
}

/* ====== ARROWS (Left and Right Overlay) ====== */
.embla__button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	border-radius: 50%;
	border: none;
	/* background: rgba(0,0,0,0.15); */
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
	transition: all .25s ease;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.embla__button:hover {
	background: rgba(0, 0, 0, 0.35);
	/* transform: translateY(-50%) scale(1.05); */
}

.embla__button i {
	color: var(--color-secondary-foreground);
	font-size: 20px;
}

.embla__button--prev {
	left: -10rem;
	/* pull outward */
}

.embla__button--next {
	right: -10rem;
}

/* Mobile: adjust arrows closer */
@media (max-width: 768px) {
	.embla__button--prev {
		left: 5px;
	}

	.embla__button--next {
		right: 5px;
	}
}

/* ===== DOTS ===== */
.embla__dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 10px;
}

.embla-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	border: none;
	background: var(--color-muted);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
	opacity: 0.5;
}

.embla-dot.is-selected {
	background: var(--color-muted);
	transform: scale(1.2);
	opacity: 1;
}



@media (max-width: 1800px) {
	.hp-testimonials-grid {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 1680px) {
    .global-map img {height: 92vh;}

	.insurances-optiqueye .embla__button--next {
		right: -5rem;
	}
	
	.insurances-optiqueye .embla__button--prev {
		left: -5rem;
	}

}

@media (max-width: 1536px) {
    .hp-team-grid .each-person {
        grid-template-columns: 1fr 1fr;
    }
    
    .hp-testimonials-grid {
        grid-template-columns: 90%;
    }

    .custom--services__content .each-block .photo .title div {
        font-size: 20px;
        line-height: 1.2;
    }
}


@media (max-width: 1440px) {

    nav .header--grid .logo div img {
        max-width: 200px !important;
    }
  
    .hp-testimonials-grid {
        grid-template-columns: 90%;
    }
    
    .hp-team-grid .each-person {grid-template-columns: 45rem 30rem;}

}

@media (max-width: 1366px) {
    .hp-testimonials-grid {
        /* grid-template-columns: 1fr; */
        justify-content: center;
        gap: unset;
    }
    
    .hp-team-grid .each-person {
        grid-template-columns: 50% 45%;
        gap: unset;
        justify-content: space-between;
    }
}

@media (max-width: 1280px) {
    .header--grid {
        grid-template-columns: 25% 70%;
    }

    .custom--services__content {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .hp-team-grid .each-person {
        padding-right: 5%;
    }
    
    .hp-testimonials-grid {
        /* padding-left: 5%; */
    }

}

@media (max-width: 1200px) {
	.header--cta .btn-circle {
		margin: unset !important;
	}
}


.mobile-services .each-block {
    display: flex;
    background: var(--color-muted);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
	width: 100%;
    max-width: 290px;
    aspect-ratio: 1/1;
    max-height: 290px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.mobile-services .each-block .button-svg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
}

.mobile-services .each-block .button-svg svg {
    width: 25px;
    height: 25px;
    fill: var(--color-accent-foreground);
}

.mobile-services .embla__slide {
    padding: 0;
	min-width: 0;
}

.mobile-services .each-block .photo .title div {
    letter-spacing: 2px;
    line-height: 1;
    color: var(--color-foreground);
    font-size: 26px;
    text-transform: uppercase;
    font-family: var(--font-sans);
    text-align: center;
}

.mobile-services .title div span {
    display: block;
    font-size: 20px;
}

.mobile-services .services--default {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-services .each-block .photo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-services {
	display: none;
}

.embla-services-navigation .embla__button {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: var(--color-muted);
}

.embla-services-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    gap: 10px;
}

@media (max-width: 1280px) {
    .mobile-services {
        display: block !important;
    }
    .custom--services__content {
        display: none !important;
    }
}


/* Base Embla layout */
.embla-services .embla__viewport {
  overflow: hidden;
}

/* Base: 3 per view (desktop) */
.embla-services .embla__slide {
  flex: 0 0 33.3333%;
  min-width: 0;
}

/* Tablet: 2 per view */
@media (max-width: 1024px) {
  .embla-services .embla__slide {
    flex: 0 0 50%;
  }
}

/* Mobile: 1 per view */
@media (max-width: 768px) {
  .embla-services .embla__slide {
    flex: 0 0 100%;
  }
}



.grid-doctor {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
}

@media (max-width: 991px) {
    .grid-doctor {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .grid-doctor .content-block {
        grid-column: span 2 / span 2;
    } 
	
	.header--info .header--cta {
		padding: 20px;
		width: 40px;
		height: 40px;
	}

	.header--info {
		gap: 5px;
	}
	
	.header--grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
    .grid-doctor {
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-doctor .content-block {
        grid-column: unset;
    } 
}

@media (max-width: 500px) {
    .grid-doctor {
        grid-template-columns: 1fr;
    }
    
    .grid-doctor .img-block img {
        max-width: 180px;
        margin: 0 auto;
    } 
}


/* RESPONSIVE */
@media (max-width: 1080px) {
    .hp--services {
        padding: 80px 0 0;
    }

	.insurances-optiqueye {
		padding: 80px 0;
	}
	
	.welcome-optiqueye {
		padding: 80px 0;
	}

    .hp-team-grid .each-person {
        padding-right: 10%;
    }
    
    .hp-testimonials-grid {
        padding-left: 10%;
    }
    
    .team-optiqueye {
        padding: 80px 0;
    }
    
    #brand.section-padding {
        padding: 80px 40px !important;
    }
    
    .contact-v3 {
        padding-top: 80px;
    }
    
    .hp-testimonials-grid {
        padding-top: 80px;
        align-items: center;
    }
    
    .embla-testimonials-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0 0;
        gap: 10px;
    }
    
    .embla-testimonials .embla__button {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: unset;
    }
    
    .embla-testimonials {
        padding: 30px 0;
    }
	
	
	.cta-optiqueye {
		padding: 80px 0;
	}
}


@media (max-width: 768px) {
    .hp-team-grid .each-person {
        grid-template-columns: 100%;
        gap: 60px;
        padding-right: 0;
    }
    
    .hp-team-grid .person-info {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .hp-testimonials-grid {
        grid-template-columns: 100%;
        padding: 0;
        gap: 60px;
    }
    
    .hp-team-grid .person-photo img {
        width: min(100%, 90%);
        max-width: 100%;
    }
    
     .hp-testimonials-grid .testimonial-image img {
        width: min(100%, 90%);
        max-width: 100%;
    }
    
    .hp-testimonials-grid  .testimonial-image {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .cta-optiqueye .cta-block .title h3 {
        font-size: 16px;
    }
    
    .cta-photo.default._icon {
        max-width: 120px;
    }
}

@media (max-width: 680px) {
    .cta-optiqueye .cta-grid.four-cols {
        grid-template-columns: 40% 40%;
        justify-content: center;
        gap: 30px;
    }
    
    .cta-optiqueye .cta-block .title h3 {
        font-size: 16px;
    }
    
    .cta-photo.default._icon {
        max-width: 120px;
    }
}



.brands-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 0;
}

.brands-grid > .brand-card {
    padding: 30px;
    border: 1px #ccc solid;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 20vh;
}

.brands-grid > .brand-card img {
    max-width: 10rem;
}

.dark .brands-grid > .brand-card img {
    filter: invert(1);
}

@media (max-width: 768px) {
	.brands-grid {
		grid-template-columns: 1fr;
		
	}
}
.payment-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	padding: 0;
}

.payment-grid > .payment-img{
    padding: 30px;
    border: 1px #ccc solid;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 20vh;
}

.payment-grid > .payment-img img{
    max-width: 10rem;
}

@media (max-width: 768px) {
	.payment-grid {
		grid-template-columns: 1fr;
		
	}
}

.insurances-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 0;
}

.insurances-grid > .insurance-card {
    padding: 30px;
    border: 1px #ccc solid;
    text-align: center;
    /* margin-left: -1px; */
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    background: transparent;
    border-radius: unset;
    width: auto;
}

.insurances-grid > img {
    max-width: 10rem;
	opacity: 1 !important;
}

.dark .insurances-grid > .insurance-card img {
    filter: invert(1) !important;
}

@media (max-width: 768px) {
	.insurances-grid {
		grid-template-columns: 1fr;
		
	}
}

