/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */


/* TYPOGRAPHY */
body:not(.et-fb) p,
body:not(.et-fb) ul li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    color: #2b465a;
}
body:not(.et-fb) h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
	color: #37beb1;
}
body:not(.et-fb) h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 100;
	color: #2b465a;
}
body:not(.et-fb) h3 {
    font-size: 32px !important;
    line-height: 38px;
    font-weight: 700;
    color: #37beb1;
}
body:not(.et-fb) h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
	color: #2b465a;
}
body:not(.et-fb)  .et_pb_text_inner a {
    font-weight: 700;
    color: #37beb1;
    text-decoration: underline;
}
body:not(.et-fb) .et_pb_text_inner a:hover {
	opacity: .7;
}
body:not(.et-fb) .et_pb_text_inner ul li {
    list-style: none;
    position: relative;
}
body:not(.et-fb) .et_pb_text_inner ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    background: #2b465a;
    position: absolute;
    left: -14px;
    top: 12px;
    border-radius: 50%;
}
@media (max-width: 980px) {
	body:not(.et-fb) p,
	body:not(.et-fb) ul li {
		font-size: 18px;
		line-height: 26px;
	}
	body:not(.et-fb) h1 {
		font-size: 24px;
        line-height: 30px;
	}
	body:not(.et-fb) h2 {
		font-size: 28px;
		line-height: 34px;
	}
	body:not(.et-fb) h3 {
        font-size: 22px !important;
        line-height: 28px;
    }
	body:not(.et-fb) h4 {
		font-size: 24px;
		line-height: 30px;
	}
}



/* THEME ELEMENTS */
.et_pb_button_module_wrapper {
	display: inline-block;
}
body #page-container .et_pb_section a.et_pb_button {
    border: none;
    color: #fff;
    background: #37beb1;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 50px !important;
	transition: opacity .25s ease-in-out;
}
body #page-container .et_pb_section a.et_pb_button:hover {
	padding: 4px 50px !important;
	opacity: .7;
}
body #page-container .et_pb_section a.et_pb_button.btn-small {
    padding: 4px 35px !important;
}
body #page-container .et_pb_section a.et_pb_button.btn-small:hover {
	padding: 4px 35px !important;
}
body #page-container .et_pb_section a.et_pb_button.btn-dark {
    background: #2b465a
}
@media (max-width: 768px) {
	body #page-container .et_pb_section a.et_pb_button {
		padding: 6px 40px !important;
		font-size: 16px;
	}
}
@media (max-width: 980px) {
	.et_pb_row {
		width: 90%;
	}
	body #page-container .et_pb_section a.et_pb_button:hover {
		padding: 6px 40px !important;
	}
}




/* HEADER */
body {
    margin-top: 110px;
}
header.et-l--header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
body.admin-bar header.et-l--header {
    top: 32px;
}
header.et-l--header .header-logo img {
    height: 70px;
    width: auto;
	transition: height .25s ease-in-out;
	cursor: pointer;
}
header.et-l--header .et_pb_row--with-menu {
    display: flex;
    align-items: center;
	transition: padding .25s ease-in-out;
}
header.et-l--header .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
}
header.et-l--header nav.et-menu-nav ul li a {
    font-size: 20px;
    color: #2f465a;
    font-weight: 100;
	transition: none;
	opacity: 1;
}
header.et-l--header nav.et-menu-nav ul li.current-menu-item a {
    font-weight: bold;
    text-decoration: underline;
}
header.et-l--header nav.et-menu-nav ul li a:hover {
    text-decoration: underline;
}
header.et-l--header.scrolled {
	box-shadow: 0px -4px 10px #000;
}
header.et-l--header.scrolled .et_pb_row--with-menu {
    padding: 10px 0 !important;
}
@media (max-width: 980px) {
	body {
		margin-top: 70px;
	}
	header .et_pb_column {
		margin-bottom: 0;
	}
	header .et_pb_column:last-child {
		width: auto !important;
	}
	header .et_pb_column:last-child .et_pb_module:last-child {
		margin-right: -10px;
		margin-top: -2px;
	}
	header.et-l--header .header-logo img {
		height: 50px;
	}
	.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
		color: #2b465a !important;
		font-size: 45px;
	}
	.et_pb_menu_0_tb_header .mobile_nav.opened .mobile_menu_bar:before {
		content: "×";
        font-weight: 400 !important;
        font-size: 50px;
        top: -6px;
        left: -9px;
	}
	.et_pb_menu .et_mobile_menu {
		position: fixed;
		width: 100%;
		left: 0;
		top: 70px;
		border: none;
	}
	.et_mobile_menu li a {
		border: none;
		font-size: 20px;
		color: #335063;
		padding-left: 56px;
	}
	.et_mobile_menu li.current-menu-item a {
		font-weight: bold;
		text-decoration: underline;
	}
}
@media (min-width: 981px) {
	header.et-l--header.scrolled .header-logo img {
		height: 50px;
	}
}



/* VIDEO SECTION */
.video-section {
    display: flex;
	flex-direction: row;
    align-items: center;
}
@media (max-width: 980px) {
	.video-section {
		flex-direction: column;
	}
	.video-section .et_pb_column:last-child {
		display: flex;
		flex-direction: column;
	}
	.video-section .et_pb_column:last-child .et_pb_module:first-child {
		order: 1;
	}
	.video-section .et_pb_column:last-child .et_pb_module:nth-child(2) {
		order: 3;
		margin-bottom: 0;
        margin-right: 0 !important;
	}
	.video-section .et_pb_column:last-child .et_pb_module:last-child {
		order: 2;
		margin-bottom: 15px;
	}
}
@media (min-width: 981px) {
	.video-section .et_pb_column:first-child {
		width: 55%;
		margin-right: 3%;
	}
	.video-section .et_pb_column:last-child {
		width: 42%;
	}
}



/* PHASE SECTION */
.phase-section {
    display: flex;
	flex-direction: row;
}
.phase-section .et_pb_column {
    width: 35%;
    margin-right: 0;
    padding: 30px 5% 40px 20px;
}
.phase-section .et_pb_column:last-child {
    width: 30%;
    padding-right: 35px;
}
.phase-section .et_pb_column:last-child:before,
.phase-section .et_pb_column:last-child:after {
    content: none;
}
.phase-section h5 {
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 500px) {
	.phase-section .et_pb_column {
		padding: 30px 5% 60px 20px;
	}
	.phase-section .et_pb_column:before,
	.phase-section .et_pb_column:after {
		bottom: 14px;
	}
}
@media (min-width: 501px) and (max-width: 980px) {
	.phase-section .et_pb_column {
		padding: 30px 5% 80px 20px;
	}
	.phase-section .et_pb_column:before,
	.phase-section .et_pb_column:after {
        bottom: 25px;
    }
}
@media (max-width: 980px) {
	.phase-section {
		flex-direction: column;
		width: 80%;
	}
	.phase-section .et_pb_column {
		width: 100% !important;
		margin-bottom: 0;
	}
	.phase-section .et_pb_column:before {
		content: "";
		width: calc(50% + 4px);
		height: 10px;
		position: absolute;
		left: -2px;
		background: #d7f2ef;
		transform: rotate(8deg);
	}
	.phase-section .et_pb_column:after {
		content: "";
		width: calc(50% + 4px);
		height: 10px;
		position: absolute;
		right: -2px;
		background: #d7f2ef;
		transform: rotate(-8deg);
	}
	.phase-section h5 {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.phase-section p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 981px) {
	.phase-section .et_pb_column:before {
		content: "";
		width: 8px;
		height: calc(50% + 4px);
		position: absolute;
		top: -2px;
		right: 25px;
		background: #d7f2ef;
		transform: rotate(-8deg);
	}
	.phase-section .et_pb_column:after {
		content: "";
		width: 8px;
		height: calc(50% + 4px);
		position: absolute;
		bottom: -2px;
		right: 25px;
		background: #d7f2ef;
		transform: rotate(8deg);
	}
}



/* BLOG MODULE */
.post-author-fullname p {
	font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
	color: #37beb1 !important;
}
.blog-fullview .et_pb_ajax_pagination_container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-fullview article {
	width: 49%;
    box-sizing: border-box;
    margin-right: 2%;
	margin-bottom: 20px;
    background: #dfe3e6;
    padding: 0 20px 80px;
}
.blog-fullview article:nth-child(even) {
	margin-right: 0;
}
.blog-fullview a.entry-featured-image-url {
    aspect-ratio: 1 / .45;
    overflow: hidden;
	margin: 0 -20px 20px;
}
.blog-fullview h2.entry-title {
    color: #2b465a;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
}
.blog-fullview .post-content p {
	color: #2b465a;
    font-size: 20px !important;
}
.blog-fullview a.more-link {
    border: none;
    color: #fff;
    background: #37beb1;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 50px !important;
    transition: opacity .25s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
	position: absolute;
    bottom: 30px;
    left: 20px;
}
.blog-fullview a.more-link:hover {
    opacity: .7;
}
@media (max-width: 980px) {
	.post-author-fullname p {
		font-size: 24px !important;
        line-height: 30px !important;
	}
	.blog-fullview article {
		width: 100%;
		margin-right: 0;
	}
}



/* BLOG CAROUSEL */
.manual-blog-carousel .et_pb_ajax_pagination_container {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.carousel-track {
	display: flex;
	transition: transform 0.5s;
	will-change: transform;
}
.carousel-track article {
	flex: 0 0 47%;
    box-sizing: border-box;
    margin: 0 1.5%;
	background: #dfe3e6;
	padding: 0 20px 100px !important;
}
.carousel-track a.entry-featured-image-url {
    aspect-ratio: 1 / .45;
    overflow: hidden;
	margin: 0 -20px 20px;
}
.carousel-track h2.entry-title {
    color: #2b465a;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
}
.carousel-track .post-content p {
	color: #2b465a;
    font-size: 20px !important;
}
.carousel-track a.more-link {
    border: none;
    color: #fff;
    background: #37beb1;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 50px !important;
    transition: opacity .25s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
	position: absolute;
    bottom: 30px;
    left: 20px;
}
.carousel-track a.more-link:hover {
    opacity: .7;
}
.simple-carousel-controls-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	pointer-events: none;
}
.simple-carousel-controls-wrap .et_pb_code_inner {
    height: 100%;
}
.simple-carousel-controls {
	text-align: center;
	height: 100%;
    position: relative;
}
.simple-carousel-controls button {
    position: absolute;
    top: calc(50% - 25px);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    color: transparent;
    height: 50px;
    width: 50px;
	cursor: pointer;
	pointer-events: all;
}
.simple-carousel-controls button.carousel-prev {
    left: -100px;
    background-image: url(/wp-content/uploads/2025/09/arrow-left.png);
}
.simple-carousel-controls button.carousel-next {
    right: -100px;
	background-image: url(/wp-content/uploads/2025/09/arrow-right.png);
}
.simple-carousel-dots {
	text-align: center;
	margin-top: 30px;
}
.simple-carousel-dot {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #95a2ac;
    margin: 0 8px;
    cursor: pointer;
	pointer-events: all;
}
.simple-carousel-dot.active {
	background: #2b465a;
	width: 40px;
}
@media (max-width: 599px) {
	.simple-carousel-controls button {
		top: calc(50% - 18px);
		height: 36px;
		width: 36px;
	}
	.simple-carousel-controls button.carousel-prev {
		left: -40px;
	}
	.simple-carousel-controls button.carousel-next {
		right: -40px;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
	.simple-carousel-controls button {
		top: calc(50% - 20px);
		height: 40px;
		width: 40px;
	}
	.simple-carousel-controls button.carousel-prev {
		left: -50px;
	}
	.simple-carousel-controls button.carousel-next {
		right: -50px;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	.simple-carousel-controls button {
		top: calc(50% - 20px);
		height: 40px;
		width: 40px;
	}
	.simple-carousel-controls button.carousel-prev {
		left: -40px;
	}
	.simple-carousel-controls button.carousel-next {
		right: -40px;
	}
}
@media (min-width: 981px) and (max-width: 1199px) {
	.simple-carousel-controls button {
		top: calc(50% - 25px);
		height: 50px;
		width: 50px;
	}
	.simple-carousel-controls button.carousel-prev {
		left: -70px;
	}
	.simple-carousel-controls button.carousel-next {
		right: -70px;
	}
}
@media (max-width: 768px) {
	.carousel-track article {
		flex: 0 0 100%;
		margin: 0;
		padding: 0 12px 56px !important;
	}
	.carousel-track a.entry-featured-image-url {
		margin: 0 -12px 15px;
	}
	.carousel-track h2.entry-title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.carousel-track .post-content p {
		font-size: 16px !important;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.carousel-track a.more-link {
		padding: 6px 40px !important;
		font-size: 16px;
		bottom: 20px;
		left: 12px;
	}
	.simple-carousel-dot {
		width: 15px;
		height: 3px;
		margin: 0 5px;
	}
	.simple-carousel-dot.active {
		width: 26px;
	}
}
@media (max-width: 980px) {
	.simple-carousel-dots {
		margin-top: 20px;
	}
}



/* BLOG DETAIL */
.blog-detail-featured-img {
    aspect-ratio: 1 / 0.4;
    overflow: hidden;
}
.blog-content .et_pb_section {
    padding-top: 0;
}
.blog-content .et_pb_row {
    width: 100%;
}
.blog-content .et_pb_row h2 {
    font-size: 38px;
    line-height: 48px;
}
.blog-content  p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
.blog-author-wrap {
    display: flex;
    flex-direction: row;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.blog-author-wrap .et_pb_column:first-child {
    width: 19%;
    margin-right: 4%;
}
.blog-author-wrap .et_pb_column:last-child {
    width: 77%;
}
.blog-author-wrap .et_pb_column .et_pb_module.et_pb_image {
	padding: 0 !important;
}
.blog-author-wrap .et_pb_column .et_pb_module.et_pb_image a {
	padding: 0 20px !important;
	display: block;
}
.blog-author-wrap .et_pb_column .et_pb_module.et_pb_image:hover {
	opacity: .7;
}
.blog-author-wrap p {
	padding-bottom: 0 !important;
}
@media (max-width: 980px) {
	.blog-content .et_pb_row h2 {
		font-size: 28px;
        line-height: 34px;
	}
	.blog-content .et_pb_row {
		width: 90%;
	}
	.blog-author-wrap {
		flex-direction: column;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.blog-author-wrap .et_pb_column {
		margin-bottom: 10px !important;
	}
	.blog-author-wrap .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
	.blog-author-wrap .et_pb_column .et_pb_module {
		margin-bottom: 10px !important;
	}
	.blog-author-wrap .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0 !important;
	}
}



/* TEAM SECTION */
.team {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.team .et_pb_column {
    display: flex;
    flex-direction: column;
	width: 31%;
    margin-right: auto;
}
.team .et_pb_module.et_pb_image {
    margin-bottom: 15px;
}
.team img {
    aspect-ratio: 1 / 0.53;
}
.team .et_pb_module.et_pb_text {
    padding: 0 25px;
}
.team .et_pb_button_module_wrapper {
    padding: 5px 20px 0;
    margin-bottom: 25px !important;
	margin-top: auto;
}
@media (max-width: 980px) {
	.team {
		flex-direction: column;
		width: 80%;
	}
	.team .et_pb_column {
		width: 100%;
	}
	footer .footer-logo img {
		height: 50px;
	}
}



/* ACCORDION */
.et_pb_accordion .et_pb_toggle {
    border: none;
    padding: 0 35px;
    background: transparent;
}
.et_pb_accordion .et_pb_toggle h5.et_pb_toggle_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 100;
	color: #2b465a;
	padding-right: 0;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
	right: auto;
	left: -40px;
	content: "\FF0B";
    color: #2b465a;
	font-size: 30px;
    font-weight: 100;
	top: 15px;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\2212" !important;
	display: block !important;
	left: -34px;
	top: 17px;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
	padding-top: 10px;
}
@media (max-width: 980px) {
	.et_pb_accordion .et_pb_toggle {
		padding-right: 0;
	}
	.et_pb_accordion .et_pb_toggle h5.et_pb_toggle_title {
		font-size: 22px;
		line-height: 26px;
	}
}



/* CONTACT FORM */
body #page-container .contact-form input, 
body #page-container .contact-form textarea {
  	width: 100%;
  	background-color: transparent;
  	border-top: none;
  	border-right: none;
  	border-left: none;
	border-color: #2b465a !important;
	font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    color: #2b465a;
    color: #2b465a !important;
}
body #page-container .contact-form textarea {
    height: 150px !important;
	width: 100% !important;
}
body #page-container .contact-form span.wpcf7-not-valid-tip {
    color: transparent;
    font-size: 0;
    border-bottom: 1px solid red;
    height: 0;
    position: absolute;
    bottom: -4px;
    width: 100%;
}
body #page-container .contact-form form input::placeholder, 
body #page-container .contact-form form input, 
body #page-container .contact-form form textarea::placeholder {
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
	color: #2b465a;
}
body #page-container .contact-form .wpcf7-acceptance > span {
  	margin-left: 0; 
}
body #page-container .contact-form input[type="checkbox"] {
    width: 18px;
    margin: 0;
	cursor: pointer;
	top: 4px;
    position: absolute;
}
body #page-container .contact-form input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #2b465a;
    background: #daf0ee;
}
body #page-container .contact-form input[type="checkbox"]:after {
    content: none;
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    margin-left: 6px;
    margin-bottom: 7px;
    border-bottom: 3px solid #37beb1;
    border-right: 3px solid #37beb1;
    background: transparent !important;
}
body #page-container .contact-form input[type="checkbox"]:checked:after {
	content: "";
}
body #page-container .contact-form span.wpcf7-list-item-label {
    padding-left: 27px;
	display: block;
}
body #page-container .contact-form span.wpcf7-list-item-label a {
	color: #37beb1;
    text-decoration: underline;
	font-weight: 700;
}
body #page-container .contact-form span.wpcf7-list-item-label a:hover {
	opacity: .7;
}
body #page-container .contact-form input[type="submit"] {
  	border: none;
    color: #fff !important;
    background: #37beb1;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 70px !important;
    transition: opacity .25s ease-in-out;
	width: auto;
	margin-top: 20px;
	cursor: pointer;
}
body #page-container .contact-form input[type="submit"]:hover {
	padding: 4px 70px !important;
	opacity: .7;
}
body #page-container .contact-form .wpcf7-response-output {
    border: none;
    padding: 0;
    color: #2b465a;
}
@media (max-width: 980px) {
	body #page-container .contact-form span.wpcf7-not-valid-tip {
		bottom: -5px;
	}
}



/* FOOTER */
footer .et_pb_row {
    display: flex;
	flex-direction: row;
    justify-content: space-between;
}
footer .et_pb_row .et_pb_column {
	margin-right: auto;
}
footer .et_pb_row .et_pb_column:after {
	content: none;
}
footer .et_pb_row .et_pb_column:first-child {
	width: 30%;
}
footer .et_pb_row .et_pb_column:nth-child(2) {
	width: 27%;
}
footer .et_pb_row .et_pb_column:last-child {
	width: 26%;
}
footer .footer-logo img {
	height: 65px;
	width: auto;
}
footer p {
	color: #fff !important;
	font-size: 18px;
    line-height: 24px;
}
footer h4 {
    font-size: 24px !important;
    line-height: 28px;
    font-weight: 700;
}
footer .et_clickable h4:hover {
    opacity: .7;
}
@media (max-width: 768px) {
	footer .et_pb_row {
		flex-direction: column;
		width: 80%;
	}
	footer .et_pb_row .et_pb_column {
		width: 100%;
	}
	footer .footer-logo img {
        height: 50px !important;
    }
	footer h4 {
    	font-size: 20px !important;
		line-height: 24px;
		padding-bottom: 5px;
	}
	footer p {
		font-size: 16px;
		line-height: 20px;
	}
}







/* Custom Horizontal Slider Styles - Frontend Only */
body:not(.et-fb) .custom-horizontal-slider {
  width: 100%;
  max-width: 100% !important;
  position: relative;
  overflow: hidden;
}

body:not(.et-fb) .slider-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding-left: calc(
    50% - 565px
  ) !important; /* Left padding to offset first item */
  padding-right: calc(
    50% - 565px
  ); /* Right padding to balance the initial left padding */
  box-sizing: border-box;
  /* Performance optimizations */
  will-change: scroll-position, transform;
  transform: translateZ(0); /* Force hardware acceleration */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  /* Additional smoothness optimizations */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  /* Smooth scrolling optimizations */
  scroll-snap-type: none; /* Disable snap for smooth continuous scrolling */
  overscroll-behavior-x: none; /* Prevent bounce effects */
}

/* Add momentum scrolling class */
body:not(.et-fb) .slider-container.scrolling {
  scroll-behavior: auto; /* Disable smooth behavior during wheel scrolling for better performance */
}

body:not(.et-fb) .slider-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

body:not(.et-fb) .slider-item {
  flex: 0 0 auto;
  padding: 30px 5% 50px 20px;
  width: 376px !important;
  height: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  margin-bottom: 0 !important;
  align-items: stretch;
}

body:not(.et-fb) .slider-item:last-child {
  margin-right: 0;
}
body:not(.et-fb) .slider-item:before {
  content: "";
  width: 8px;
  height: calc(50% + 4px);
  position: absolute;
  top: -2px;
  right: 18px;
  background: #d7f2ef;
  transform: rotate(-8deg);
}
body:not(.et-fb) .slider-item:after {
  content: "";
  width: 8px;
  height: calc(50% + 4px);
  position: absolute;
  bottom: -2px;
  right: 18px;
  background: #d7f2ef;
  transform: rotate(8deg);
}
body:not(.et-fb) .slider-item:last-child:before,
body:not(.et-fb) .slider-item:last-child:after {
  content: none;
}
/* Custom Scrollbar */
body:not(.et-fb) .custom-scrollbar {
  width: 1130px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px auto 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

body:not(.et-fb) .scrollbar-thumb {
  height: 100%;
  background: #2f465a;
  position: absolute;
  left: 0;
  cursor: grab;
  transition: background-color 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body:not(.et-fb) .scrollbar-thumb:hover {
  background: #005a87;
}

body:not(.et-fb) .scrollbar-thumb:active {
  cursor: grabbing;
  background: #004468;
}

/* Utility class to prevent text selection while dragging */
body:not(.et-fb) .no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 980px) {
	body:not(.et-fb) .custom-horizontal-slider .slider-item:before,
	body:not(.et-fb) .custom-horizontal-slider .slider-item:after {
		right: 12px;
	}
}

/* Responsive adjustments */
@media (max-width: 1130px) {
  body:not(.et-fb) .custom-scrollbar {
    width: 90%;
    max-width: 90vw;
  }
}

@media (max-width: 768px) {
  body:not(.et-fb) .custom-scrollbar {
    width: 85%;
    max-width: 85vw;
  }
}

@media (max-width: 480px) {
  body:not(.et-fb) .custom-scrollbar {
    width: 90%;
    max-width: 90vw;
  }
}
