.elementor-4432 .elementor-element.elementor-element-7fafa465{--display:flex;--min-height:1105px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-4432 .elementor-element.elementor-element-7fafa465:not(.elementor-motion-effects-element-type-background), .elementor-4432 .elementor-element.elementor-element-7fafa465 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://deerhollowrecovery.com/wp-content/uploads/2026/02/background-5.webp");background-position:center center;background-size:cover;}@media(max-width:767px){.elementor-4432 .elementor-element.elementor-element-7fafa465:not(.elementor-motion-effects-element-type-background), .elementor-4432 .elementor-element.elementor-element-7fafa465 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://deerhollowrecovery.com/wp-content/uploads/2026/02/background-6-1.webp");}.elementor-4432 .elementor-element.elementor-element-7fafa465{--min-height:720px;--padding-top:0px;--padding-bottom:55px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.mhead1 h1{
    margin: 0 0 15px;
}
.mhead2 h2,.mhead2 h3,.mhead2 h4,.mhead2 h5{
    margin: 0px;
}
.mhead3 h6{
    margin: 0px;
}
.mydsec1 p{
    margin: 0px;
    line-height: inherit;
}
.mydsec2 h6{
    margin: 0px;
}
.focus-carousel {
	max-width: 1270px;
	margin: 0px auto;
	position: relative;
	width: 100%;
}

.carousel-wrapper {
	position: relative;
	height: 490px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-item{
    position:absolute;
    transition:all .5s ease;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
    width: 60%;
    height: 100%;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Reset */
.carousel-item{
    opacity:0;
    pointer-events:auto;
    cursor: pointer;
}

/* CENTER */
.carousel-item.active {
	transform: translateX(0) scale(1);
	opacity: 1;
	z-index: 5;
}

/* 1st left / right */
.carousel-item.prev1 {
	transform: translateX(-34%) scale(.77);
	opacity: 1;
	z-index: 4;
}

.carousel-item.next1 {
	transform: translateX(34%) scale(.77);
	opacity: 1;
	z-index: 4;
}

/* 2nd left / right */
.carousel-item.prev2 {
	transform: translateX(-56%) scale(.57);
	opacity: 1;
	z-index: 3;
}

.carousel-item.next2 {
	transform: translateX(56%) scale(.57);
	opacity: 1;
	z-index: 3;
}

/* Navigation */

.carousel-controls{
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.arrow{
    font-size:46px;
    color:#bdbdbd;
    cursor:pointer;
    transition:.3s;
    line-height: 30px;
}

.arrow:hover{
    color:#777;
}

.pagination{
    display:flex;
    gap:10px;
    margin: 8px 0 0;
}

.pagination span{
    width:12px;
    height:13px;
    border-radius:50%;
    background:#d3d3d3;
    cursor:pointer;
    transition:.3s;
}

.pagination span.active-dot{
    background:#7ec3f2;
    transform:scale(1.2);
}
.vpost {
	font-weight: normal;
	font-size: 16px;
}
.showcontsec1,.showcontsec2,.showcontsec3{
    background-color: #0D133E !important;
    cursor: pointer;
}
.showcontsec1.activesec,.showcontsec2.activesec,.showcontsec3.activesec{
    background-color: #FFEA99 !important;
}
.showcontsec1.activesec .elementor-heading-title,.showcontsec2.activesec .elementor-heading-title,.showcontsec3.activesec .elementor-heading-title{
	color: #0D133E !important;
	font-weight: 600 !important;
}
.showcontsec1 .elementor-heading-title,.showcontsec2.elementor-heading-title,.showcontsec3 .elementor-heading-title{
	color: #fff !important;
	font-weight: 400 !important;
}
.noteli{
    color: #ffea99;
}
@media only screen and (max-width:750px) {
    .carousel-wrapper {
    	height: 210px;
    }
    .carousel-item.active {
    	width: 80%;
    }
    .carousel-item.prev1 {
    	transform: translateX(-39%) scale(.77);
    }
    .carousel-item.next1 {
    	transform: translateX(39%) scale(.77);
    }
    
}/* End custom CSS */