/*
Theme Name: MDRme
Template: Divi
Author: Child Theme Configurator
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.1.0.1773741409
Updated: 2026-03-17 09:56:49

*/

/** General Styles **/

.et_pb_heading .et_pb_heading_container .et_pb_module_header {
	padding: 0 !important;
}

.services-footer a {
	color: #fff !important;
}

#equal-columns-mdrme .et_pb_image .et_pb_image_wrap {
	width: 60px !important;
	height: 60px !important;
}

.et_pb_text {
	flex-grow: 1;
}

#equal-columns-mdrme .et_pb_column {
	align-self: stretch;
}

#scroll-up-arrow .et_pb_column_43 {
	cursor: pointer;
}


/** Header Styles **/

header .et_builder_inner_content .et_pb_section_0_tb_header .et_pb_row_0_tb_header {
	padding: 30px 120px;
}

@media screen and (max-width: 1199px) {
	header .et_builder_inner_content .et_pb_section_0_tb_header .et_pb_row_0_tb_header {
		padding: 20px 60px;
	}
}

@media screen and (min-width: 980px) {
	.get-started-menu-link {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {
	.get-started-menu-link {
		display: block !important;
	}
	
	header .et_builder_inner_content .et_pb_section_0_tb_header .et_pb_row_0_tb_header .et_pb_column_2_tb_header {
		display: none;
	}
	
	.et_pb_column_1_tb_header .et_pb_menu_0_tb_header .et_pb_menu_inner_container {
		align-items: end;
	}
}

/** Homepage Hero styles **/

#home-hero-text-list .et-pb-icon {
	display: none;
}

@media screen and (max-width: 1199px) {
	#homepage-hero-mdrme {
		padding: 0 60px;
	}
	
	#homepage-hero-mdrme .et_block_row {
		width: 80% !important;
	}
}

@media screen and (max-width: 768px) {
	#homepage-hero-mdrme {
		padding: 0 15px;
	}
	
	#homepage-hero-mdrme .et_block_row {
		width: 100% !important;
	}
}


/** Flexible grid styles **/

@media screen and (max-width: 768px) {
	#flexible-grid-mdrme {
		display: flex !important;
        flex-direction: column !important;
		gap: 30px;
	}
}


/** Services Hero **/
.services-hero-overlay {
	position: relative;
}

.services-hero-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 3, 36, 0.5);
}


/** Posts Component styles **/
#news-insights-posts .et_pb_ajax_pagination_container .et_pb_posts article {
	padding: 40px;
}

#news-insights-posts .et_pb_ajax_pagination_container .et_pb_posts article .et_pb_image_container {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	#news-insights-posts .et_pb_ajax_pagination_container .et_pb_posts {
		gap: 40px;
	}
	
	#news-insights-posts .et_pb_ajax_pagination_container .et_pb_posts article {
		padding: 30px !important;
	}
}

/** About team section styles **/
#about-team-section .et_pb_image,
#about-team-section .et_pb_image .et_pb_image_wrap {
	height: 100%;
	
}

#about-team-section .et_pb_image .et_pb_image_wrap img {
	object-fit: cover;
}

.scroll-quote {
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;              /* Firefox */
  scrollbar-color: #0d2c7a #ead8a6;   /* thumb track */
}

/* Chrome / Safari / Edge */
#team-description .et_pb_text .scroll-quote::-webkit-scrollbar {
  width: 8px;
}

#team-description .et_pb_text .scroll-quote::-webkit-scrollbar-track {
  background: #20335c;
  border-radius: 10px;
}

#team-description .et_pb_text .scroll-quote::-webkit-scrollbar-thumb {
  background: #20335c;
  border-radius: 10px;
}


/** Single Post Styles **/
.single-post #main-content .container {
	width: 100%;
	padding-top: 0;
}

.single-post .et_post_meta_wrapper {
	display: none;
}