  .custom-slider-container {
            position: relative;
            max-width: 1920px;
            margin: auto;
            overflow: hidden;

        }

        .custom-slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .custom-slide {
            display: flex;
            align-items: center;
            min-width: 100%;
            background: #fff;
			padding: 80px 0 0 170px;
        }

        .custom-text-content {
            width: 50%;
            padding: 20px;
        }

        .custom-text-content h2 {
			color: #000;
    		font-size: 36px;
   			 font-weight: 700;
    		line-height: 48px;
   			letter-spacing: -0.72px;
   		 	font-style: italic;
		    margin-bottom: 16px;
        }

        .custom-text-content p {
    color: #000;
    max-width: 653px;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.44px;
    margin-bottom: 42px;
        }

        .custom-highlight {
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.12px;
	    margin-bottom: 48px;
        }

        .custom-text-content a {
            color: #008ACF;
            text-decoration: none;
            font-weight: bold;
   		 vertical-align: bottom;
        }

        .custom-image-content {
            width: 50%;
            text-align: right;
			position: relative;
			overflow: hidden;
        }

        .custom-image-content img {
            width: 100%;
            border-radius: 10px;
        }

        .custom-prev, .custom-next {
	border-radius: 50%;
    width: 69px;
    height: 69px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.50);
        }

        .custom-prev {
		transform: rotate(180deg)
        }

.custom-btn-container {
    display: flex;
    gap: 21px;
}



/*         .custom-prev { left: 13%; } */
        .custom-next { left: 13%; }

        .custom-prev:hover, .custom-next:hover {
			background-color: #D9D9D9;
			border: 1px solid #D9D9D9;
    		cursor: pointer;
        }

.custom-image-content::before {
    content: "";
    position: absolute;
    top: 19%;
    left: 18%;
/*     transform: translate(-50%, -50%); */
    width: 988.067px;
    height: 988.067px;
    background: url('/wp-content/uploads/2025/03/blue-ring.png') no-repeat center;
    background-size: contain;
    z-index: 0;
}

.custom-image-content img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 1760px) {

.custom-slide {
    padding: 5% 0 0 10%;
   justify-content: space-between;
}

.custom-text-content {
    padding: 0;
}

.custom-text-content h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
}

.custom-text-content p {
    max-width: 536px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 66px;
}

.custom-highlight {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.8px;
}

.custom-prev, .custom-next {
    width: 57.283px;
    height: 57.283px;
    border: 0.83px solid rgba(0, 0, 0, 0.50);
}

	.custom-prev  img, .custom-next img {
		max-width: 20px;

}

.custom-image-content {
    max-width: 618px;
}

.custom-image-content::before {
    top: -4%;
    left: 19%;
    max-width: 700px;
}







}


@media (max-width: 1290px) {


    .custom-slide {
        padding: 9% 0 0 10%;
    }

.custom-slide {
    align-items: end;
    position: relative;
        overflow: hidden;
}

    .custom-text-content {
        padding: 0 0 86px;
    }

.custom-text-content h2 {
        width: 771px;
        max-width: 688px;
    }

    .custom-text-content p {
        width: 481px;
        line-height: 28px;
        margin-bottom: 47px;
    }

    .custom-highlight {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: -0.72px;
    }

    .custom-image-content {
        width: 100%;
        max-width: 561px;
        position: absolute;
        right: -10%;
    }


}

@media (max-width: 992px) {
    .custom-slide {
        align-items: self-start;
        flex-direction: column;
    }

    .custom-image-content {
        position: relative;
        display: flex;
        align-items: end;
        justify-content: end;
        max-width: unset;
		        height: 100%;
    }

.custom-image-content img {
    object-fit: cover;
    height: 100%;
}

    .custom-text-content h2 {
        width: 100%;
    }

    .custom-text-content p {
        width: 100%;
    }

    .custom-text-content {
		        width: 100%;
        padding: 0;
    }

    .custom-slide {
        padding: 70px 40px 0;
    }








}

@media (max-width: 500px) {
    .custom-slide {
        padding: 70px 23px 0;
    }

    .custom-text-content h2 {
        max-width: 351px;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.72px;
   		 margin-bottom: 24px;
    }

.custom-text-content p {
        max-width: 342px;
        line-height: 30px;
        letter-spacing: -0.2px;
		margin-bottom: 24px;
    }

    .custom-highlight {
        max-width: 333px;
        font-size: 26px;
        line-height: 39px;
        letter-spacing: -0.52px;
        margin-bottom: 29px;
    }

    .custom-prev, .custom-next {
        width: 52px;
        height: 52px;
        border: 0.83px solid rgba(0, 0, 0, 0.50);
    }



}


