/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
.service-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #75757562;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    border: 2px solid #75757562;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-section .owl-nav button span {
    position: relative;
    z-index: 2;
}
.service-section .owl-nav .owl-prev { left: -15px; }
.service-section .owl-nav .owl-next { right: -15px; }
.service-section .owl-nav button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.3s ease;
}
.service-section .owl-nav button:hover::after {
    opacity: 1;
}
.service-section .service .image img {
    box-shadow: none;
}
.service-section .service-section-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.service-section .service-section-nav .nav-heading {
    padding: 5px 10px 2px 10px;
    border-bottom: 2px solid #6161613f;
    cursor: pointer;
    transition: all 0.3s ease;
}
.service-section .service-section-nav .nav-heading:hover {
    color: #fff;
    border-bottom: 2px solid var(--color-1);
}
.service-section .service-section-nav .nav-heading a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}
.adara-service-sections {
	margin: 40px 0;
}
.toggle-nav {
	justify-content: center;
	width: fit-content;
	margin: 0 auto 40px;
	column-gap: 6px;
	flex-wrap: wrap;
	row-gap: 6px;
}
.toggle-nav .nav-item {
	padding: 5px 10px 2px 10px;
    border-bottom: 2px solid #6161613f;
    cursor: pointer;
    transition: all 0.3s ease;
}
.toggle-nav .nav-item.active {
	border-color: var(--color-2);
}
.toggle-nav .nav-item:hover {
	border-color: var(--color-2);
}
.toggle-nav .nav-item.active:hover {
	border-color: var(--color-2);
}
.toggle-section {
	display: none;
}
.toggle-section.active {
	display: block;
}
.toggle-section .section-heading {
	text-align: center;
	background: var(--color-4);
	margin: 0 0 6px;
	padding: 10px 0;
	font-weight: 700;
}
.toggle-section:nth-child(even) .section-heading {
	background-color: var(--color-3);
}
.adara-service-sections .service {
	background-color: var(--color-3);
	margin: 0;
	flex-wrap: wrap;
	border-bottom: 6px solid #fff;
}
.adara-service-sections .service:last-child {
	margin-bottom: 0;
}
.adara-service-sections .service:nth-child(even) {
	flex-direction: row-reverse;
	background-color: var(--color-4);
}
.adara-service-sections .service:nth-child(odd) .image-col,
.adara-service-sections .service:nth-child(odd) .content-col {
	border: none;
}
.adara-service-sections .service .image-col {
	flex: 1 1 50%;
	position: relative;
	border-right: calc(6px / 2) solid #fff;
}
.adara-service-sections .service .content-col {
	flex: 1 1 50%;
	padding: 50px;
	align-self: center;
	border-left: calc(6px / 2) solid #fff;
}
.adara-service-sections .service .content-col p:last-child {
	margin-bottom: 0;
}
.adara-service-sections .service.img-cover .image-col .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.adara-service-sections .service.img-cover .image-col .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.adara-service-sections:nth-child(even) .service {
	background-color: var(--color-4);
	flex-direction: row-reverse;
}
.adara-service-sections:nth-child(even) .service .image-col {
	border-right: none;
	border-left: calc(6px / 2) solid #fff;
}
.adara-service-sections:nth-child(even) .service .content-col {
	border-left: none;
	border-right: calc(6px / 2) solid #fff;
}
.adara-service-sections:nth-child(even) .service:nth-child(even) {
	background-color: var(--color-3);
	flex-direction: row;
}
.adara-service-sections:nth-child(even) .service:nth-child(even) .image-col,
.adara-service-sections:nth-child(even) .service:nth-child(even) .content-col {
	border: none;
}
a{
	white-space: break-spaces;
	word-break: break-all;
}
.form-section .top-content .btn{
	background-color: var(--color-3);
	color: var(--color-2);
	margin-bottom: 40px;
}
.form-section .top-content .btn:hover {
	background-color: var(--color-1);
	color: var(--color-3);
}
@media screen and (max-width: 991px) {
    .mobile-logo img {
        max-height: 100%;
    }
}