@charset "utf-8";

a {
	text-decoration: none
}

ul {
	list-style-type: none
}

/* ============================================ */
/*         NEW "PROFESSIONAL BLUE" THEME        */
/* ============================================ */
:root {
	--main-color: #55527C; /* Body text on light backgrounds */
	--dark-color: #130F49; /* Heading text on light backgrounds */
	--yellow-color: #FF972D; /* Kept for small highlights */
	--blue-color: #3399FF; /* A new, vibrant blue for accents */

    /* New Background Colors */
    --light-bg: #F8F9FA; /* Soft grey for main content */
    --dark-bg: #1B263B; /* Deep blue for the sidebar */
}

html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
    scroll-behavior: smooth;
}

body {
	font-family: var(--font-karla);
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0;
	word-wrap: break-word;
	font-weight: 400;
	background-color: var(--light-bg); /* THEME UPDATE */
	color: var(--main-color);
	overflow-x: hidden
}

svg {
	fill: currentcolor;
	width: 15px;
	height: 15px
}

img.svg {
	width: 15px;
	height: 15px
}

::-webkit-input-placeholder {
	color: rgba(85, 82, 124, .6)
}

:-moz-placeholder {
	color: rgba(85, 82, 124, .6);
	opacity: 1
}

::-moz-placeholder {
	color: rgba(85, 82, 124, .6);
	opacity: 1
}

:-ms-input-placeholder {
	color: rgba(85, 82, 124, .6)
}

::-ms-input-placeholder {
	color: rgba(85, 82, 124, .6)
}

::placeholder {
	color: rgba(85, 82, 124, .6)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.3;
	font-family: var(--font-inter);
	color: var(--dark-color)
}

h1 {
	font-size: 45px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 16px
}

.elisc_tm_all_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative
}

.elisc_tm_all_wrap,
.elisc_tm_all_wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	display: flex
}

#preloader:before,
#preloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

#preloader:after {
	left: auto;
	right: 0
}

#preloader .loader_line {
	margin: auto;
	width: 1px;
	height: 250px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}

.loader_line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	-webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
	-o-animation: lineheight 1000ms ease-in-out 0s forwards;
	animation: lineheight 1000ms ease-in-out 0s forwards
}

.loader_line:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #999;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-animation: lineround 1200ms linear 0s infinite;
	-o-animation: lineround 1200ms linear 0s infinite;
	animation: lineround 1200ms linear 0s infinite;
	animation-delay: 2000ms
}

@keyframes lineheight {
	0% {
		height: 0%
	}
	100% {
		height: 100%
	}
}

@keyframes lineround {
	0% {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(200%);
		-ms-transform: translateY(200%);
		-o-transform: translateY(200%);
		transform: translateY(200%)
	}
}

.preloaded .loader_line:after {
	opacity: 0
}

.preloaded .loader_line {
	opacity: 0;
	height: 100% !important
}

.preloaded:before,
.preloaded:after {
	-webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
	-o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
	animation: preloadedzero 300ms ease-in-out 500ms forwards
}

@keyframes preloadedzero {
	0% {
		width: 50%
	}
	100% {
		width: 0%
	}
}

body::-webkit-scrollbar {
	width: 11px
}

body {
	scrollbar-width: thin;
	scrollbar-color: var(--blue-color) var(--light-bg);
}

body:-webkit-scrollbar-track {
	background: var(--light-bg);
}

body::-webkit-scrollbar-thumb {
	background-color: var(--blue-color);
	border-radius: 6px;
	border: 3px solid var(--light-bg);
}

.dodo_tm_one_page_wrapper .elisc_tm_section {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	overflow: hidden !important;
}

.elisc_tm_section {
	width: 100%;
	float: left;
}

.elisc_tm_mainpart {
	width: 100%;
	min-height: 100vh;
	clear: both;
	float: left;
	padding-left: 370px
}

.elisc_tm_mainpart .mainpart_inner {
	width: 100%;
	min-height: 100vh;
	clear: both;
	float: left;
	position: relative
}

.tm_content {
	width: 100%;
	max-width: 1250px;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 0 20px
}

.elisc_tm_topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #fff;
	z-index: 15;
	display: none;
    border-bottom: 1px solid #e0e0e0;
}

.elisc_tm_topbar .topbar_inner {
	width: 100%;
	height: 100%;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px
}

.elisc_tm_topbar .logo img {
	max-width: 170px;
	max-height: 40px
}

.elisc_tm_topbar .logo[data-type=image] .image {
	display: inline-block
}

.elisc_tm_topbar .logo[data-type=image] .text {
	display: none
}

.elisc_tm_topbar .logo[data-type=text] .image {
	display: none
}

.elisc_tm_topbar .logo[data-type=text] .text {
	display: inline-block
}

.elisc_tm_topbar .logo .text {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: poppins;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 50px
}

.elisc_tm_topbar .hamburger {
	padding: 0
}

.elisc_tm_topbar .hamburger-inner,
.elisc_tm_topbar .hamburger-inner:after,
.elisc_tm_topbar .hamburger-inner:before {
	width: 30px;
	height: 2px
}

.elisc_tm_topbar .trigger {
	position: relative;
	top: 5px
}

.elisc_tm_topbar .hamburger-box {
	width: 30px
}

.elisc_tm_mobile_menu {
	position: fixed;
	top: 50px;
	right: -200px;
	height: 100vh;
	width: 200px;
	z-index: 15;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_mobile_menu.opened {
	right: 0
}

.elisc_tm_mobile_menu .inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: right;
	padding: 70px 20px 20px
}

.elisc_tm_mobile_menu .avatar {
	width: 70px;
	height: 70px;
	position: relative;
	float: right;
	margin-bottom: 50px
}

.elisc_tm_mobile_menu .avatar .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.elisc_tm_mobile_menu .menu_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 50px
}

.elisc_tm_mobile_menu .menu_list ul {
	margin: 0;
	list-style-type: none
}

.elisc_tm_mobile_menu .menu_list ul li {
	margin: 0 0 7px
}

.elisc_tm_mobile_menu .menu_list ul li a {
	text-decoration: none;
	color: var(--dark-color)
}

.elisc_tm_mobile_menu .social {
	width: 100%;
	float: left;
	margin-bottom: 5px
}

.elisc_tm_mobile_menu .social ul {
	margin: 0;
	list-style-type: none
}

.elisc_tm_mobile_menu .social ul li {
	margin: 0 8px 0 0;
	display: inline-block
}

.elisc_tm_mobile_menu .social ul li:last-child {
	margin-right: 0
}

.elisc_tm_mobile_menu .social ul li a {
	text-decoration: none;
	color: #333
}

.elisc_tm_mobile_menu .copyright {
	width: 100%;
	float: left
}

.elisc_tm_mobile_menu .copyright p {
	color: var(--dark-color)
}

.elisc_tm_sidebar {
	width: 370px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	border-right: 1px solid rgba(255, 255, 255, .1);
    background-color: var(--dark-bg); /* THEME UPDATE */
}

.elisc_tm_sidebar .sidebar_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center
}

.elisc_tm_sidebar .author {
	width: 100%;
	float: left;
	padding-top: 60px
}

.elisc_tm_sidebar .author .image {
	position: relative;
	width: 118px;
	display: inline-block
}

.elisc_tm_sidebar .author .image img {
	position: relative;
	opacity: 0;
	min-width: 100%
}

.elisc_tm_sidebar .author .main {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%
}

.elisc_tm_sidebar .author .main:before {
	position: absolute;
	content: "";
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	background-color: var(--blue-color);
	z-index: -1;
	border-radius: 100%
}

.elisc_tm_sidebar .name {
	width: 100%;
	float: left;
	margin-top: -9px
}

.elisc_tm_sidebar .name span {
	position: relative;
	font-style: italic;
	font-size: 88px;
	font-family: var(--font-kristi);
	line-height: 1;
	color: rgba(255, 255, 255, .07);
	display: block
}

.elisc_tm_sidebar .name .back {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-family: var(--font-inter);
	font-weight: 700;
	font-size: 30px;
	color: #fff; /* THEME UPDATE */
	font-style: normal;
	margin-top: 5px;
	white-space: nowrap;
}

.elisc_tm_sidebar .menu {
	width: 100%;
	float: left
}

.elisc_tm_sidebar .menu ul {
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.elisc_tm_sidebar .menu ul li {
	margin: 0 0 15px
}

.elisc_tm_sidebar .menu ul li:last-child {
	margin-bottom: 0
}

.elisc_tm_sidebar .menu ul li a {
	color: #ccc; /* THEME UPDATE */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_sidebar .menu ul li.active a,
.elisc_tm_sidebar .menu ul li.current a,
.elisc_tm_sidebar .menu ul li a:hover {
	color: var(--blue-color)
}

.elisc_tm_sidebar .copyright {
	position: absolute;
	bottom: 50px
}

.elisc_tm_sidebar .social {
	width: 100%;
	float: left;
	margin-bottom: 7px
}

.elisc_tm_sidebar .social ul {
	margin: 0
}

.elisc_tm_sidebar .social ul li {
	margin: 0 3px 0 0;
	display: inline-block
}

.elisc_tm_sidebar .social ul li:last-child {
	margin-right: 0
}

.elisc_tm_sidebar .social ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .05);
	color: #fff /* THEME UPDATE */
}

.elisc_tm_sidebar .social ul li i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px
}

.elisc_tm_sidebar .text {
	padding: 0 50px
}

/* === UPDATED HOME SECTION BACKGROUND === */
.elisc_tm_home {
	width: 100%;
	min-height: auto;
	clear: both;
	float: left;
	background-color: #eaf6ff; /* UPDATED to light blue */
	padding-bottom: 80px;
}

.elisc_tm_home .details {
	width: 100%;
	display: flex;
	align-items: center; /* Vertically center content */
	padding-top: 10vh; /* Adjust padding */
	min-height: 80vh; /* Give it some height */
}

.elisc_tm_home .details .left {
	width: 50%
}

.elisc_tm_home .title {
	width: 100%;
	float: left;
	margin-bottom: 21px
}

.elisc_tm_home .title h3 {
	font-weight: 800;
	font-size: 60px;
	line-height: 70px
}

.elisc_tm_home .title span {
	font-weight: 800;
	font-size: 64px;
	line-height: 72px
}

.blueColor {
	color: var(--blue-color)
}

.yellowColor {
	color: var(--yellow-color)
}

.elisc_tm_home .subtitle {
	width: 100%;
	max-width: 80%;
	float: left;
	margin-bottom: 40px
}

.elisc_tm_button {
	width: 100%;
	float: left
}

.elisc_tm_button a {
	color: #fff;
	background-color: var(--blue-color);
	display: inline-block;
	border: 1.5px solid var(--blue-color);
	border-radius: 4px;
	padding: 9px 40px;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_button a:hover {
	background-color: transparent;
	color: var(--blue-color)
}

.elisc_tm_button[data-style=border] a {
	background-color: transparent;
	color: var(--dark-color);
    border-color: rgba(0,0,0,0.2);
}

.elisc_tm_button[data-style=border] a:hover {
	background-color: var(--blue-color);
	color: #fff;
    border-color: var(--blue-color);
}

.elisc_tm_button[data-position=center] {
	text-align: center
}

.elisc_tm_button[data-position=left] {
	text-align: left
}

.elisc_tm_button[data-position=right] {
	text-align: right
}

.elisc_tm_home .buttons {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.elisc_tm_home .elisc_tm_button {
	width: auto
}

.elisc_tm_home .elisc_tm_button:nth-child(2) {
	margin-left: 15px
}

.elisc_tm_home .info {
	width: 100%;
	float: left
}

.elisc_tm_home .info ul {
	margin: 0;
	position: relative
}

.elisc_tm_home .info ul:before {
	position: absolute;
	content: "";
	width: 4px;
	background-color: var(--yellow-color);
	top: 0;
	bottom: 0
}

.elisc_tm_home .info ul li {
	padding-left: 15px
}

.elisc_tm_home .info ul li a, .elisc_tm_home .info ul li p {
	color: var(--dark-color);
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_home .info ul li a:hover {
	color: var(--yellow-color)
}

.elisc_tm_home .details .right {
	width: 50%;
	padding-left: 50px
}

.elisc_tm_home .details .right img {}

.elisc_tm_about {
	width: 100%;
	float: left;
	padding-top: 80px;
    background-color: #fff;
}

.elisc_tm_biography {
	width: 100%;
	float: left;
	display: flex;
	margin-bottom: 40px
}

.elisc_tm_biography .left {
	width: 40%
}

.elisc_tm_biography .title {
	width: 100%;
	float: left;
	margin-bottom: 40px
}

.elisc_tm_biography .title .mini {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 12px
}

.elisc_tm_biography .name {
	font-weight: 800;
	font-size: 40px
}

.elisc_tm_biography .job {
	font-weight: 600;
	font-size: 20px;
	color: var(--dark-color)
}

.elisc_tm_biography .right {
	width: 60%
}

.elisc_tm_biography .text {
	width: 100%;
	float: left;
	margin-bottom: 44px
}

.elisc_tm_biography .text p {
	margin-bottom: 30px
}

.elisc_tm_biography .text p:last-child {
	margin-bottom: 0
}

.elisc_tm_biography .info {
	width: 100%;
	float: left
}

.elisc_tm_biography .info ul {
	margin: 0
}

.elisc_tm_biography .info ul li {
	margin: 0 40px 20px 0;
	display: inline-block
}

.elisc_tm_biography .info ul li span {
	display: block
}

.elisc_tm_biography .info ul li span:first-child {
	text-transform: uppercase;
	text-decoration: underline
}

.elisc_tm_biography .info ul li span:last-child {
	font-family: var(--font-inter);
	font-weight: 700;
	color: var(--dark-color)
}

.elisc_tm_biography .info ul li a {
	color: var(--dark-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_biography .info ul li a:hover {
	color: var(--yellow-color)
}

.elisc_tm_counter {
	width: 100%;
	float: left;
	margin-bottom: 90px
}

.elisc_tm_counter ul {
	margin: 0 0 0 -30px
}

.elisc_tm_counter ul li {
	margin: 0 0 30px;
	float: left;
	width: 33.3333%;
	padding-left: 30px
}

.elisc_tm_counter ul li .list_inner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	padding: 60px 20px;
	border-radius: 4px;
	overflow: hidden
}

.elisc_tm_counter ul li .list_inner:before {
	display: none;
}

.elisc_tm_counter ul li:nth-child(1) .list_inner {
	background-color: #d3f4ec;
}

.elisc_tm_counter ul li:nth-child(2) .list_inner {
	background-color: #fce8d4;
}

.elisc_tm_counter ul li:nth-child(3) .list_inner {
	background-color: #e3f9e0;
}

.elisc_tm_counter h3 {
	font-size: 40px;
	margin-bottom: 7px;
    color: #000;
}

.elisc_tm_counter span {
	font-weight: 500;
	font-family: var(--font-karla);
	text-transform: uppercase;
    color: #555;
}

.elisc_tm_experience {
	width: 100%;
	float: left;
	background-color: #F0F2F5; /* THEME UPDATE */
	padding: 100px 0 70px
}

.elisc_tm_experience .popup_image {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: -11
}

.elisc_tm_title {
	width: 100%;
	float: left
}

.elisc_tm_title[data-position=center] {
	text-align: center
}

.elisc_tm_title[data-position=right] {
	text-align: right
}

.elisc_tm_title span {
	width: 100%;
	float: left;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 12px
}

.elisc_tm_title h3 {
	font-size: 40px;
	font-weight: 800
}

.elisc_tm_experience .list {
	width: 100%;
	float: left;
	margin-top: 40px
}

.elisc_tm_experience .list ul {
	margin: 0 0 0 -30px;
	display: flex;
	flex-wrap: wrap
}

.elisc_tm_experience .list ul li {
	margin: 0 0 40px;
	padding-left: 30px;
	width: 50%;
	float: left
}

.elisc_tm_experience .list ul li .list_inner {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: none;
	padding: 45px 70px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_experience .list ul li .list_inner:hover {
	transform: translateY(-5px)
}

.elisc_tm_experience .short {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px
}

.elisc_tm_experience .job span {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 4px
}

.elisc_tm_experience .job h3 {
	font-size: 20px
}

.elisc_tm_experience .place span {
	font-weight: 500;
	font-family: var(--font-inter)
}

.elisc_tm_experience .text {
	width: 100%;
	float: left
}

.elisc_tm_experience .text p {
	opacity: .7
}

.elisc_tm_services {
	width: 100%;
	float: left;
	padding-top: 110px
}

.elisc_tm_services .popup_image {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: -11
}

.elisc_tm_service_title {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.elisc_tm_service_title .elisc_tm_title {
	width: auto
}

.elisc_tm_service_title a {
	color: var(--dark-color);
	font-weight: 600;
	font-family: var(--font-inter);
	display: inline-block;
	position: relative
}

.elisc_tm_service_title a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1.5px;
	left: 0;
	bottom: 5px;
	background-color: var(--dark-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_service_title a:hover:before {
	width: 0
}

.service_list {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px
}

.service_list ul {
	margin: 0 0 0 -30px;
	display: flex;
	flex-wrap: wrap
}

.service_list ul li {
	margin: 0 0 30px;
	padding-left: 30px;
	width: 33.3333%;
	float: left
}

.service_list ul li .list_inner {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid #e0e0e0;
    background-color: #fff;
	padding: 32px 40px 55px;
	border-radius: 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service_list ul li .list_inner:hover {
	transform: translateY(-5px)
}

.service_list .details {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1
}

.service_list .title {
	width: 100%;
	float: left;
	margin-bottom: 13px
}

.service_list .title span {
	font-family: var(--font-inter);
	font-weight: 500;
	font-size: 20px;
	color: rgba(19, 15, 73, .5);
	display: inline-block;
	margin-bottom: 15px
}

.service_list .title h3 {
	font-size: 20px
}

.service_list .text {
	width: 100%;
	float: left;
	margin-bottom: 25px
}

.service_list .text p {
	color: var(--main-color);
	opacity: .7
}

.elisc_tm_read_more {
	width: 100%;
	float: left;
	display: flex;
	align-items: center
}

.elisc_tm_read_more a {
	color: var(--dark-color);
	font-family: var(--font-inter);
	font-weight: 500
}

.elisc_tm_read_more span {
	padding-left: 20px;
	position: relative;
	top: -1px
}

.elisc_tm_video {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 120px;
	overflow: hidden;
	border-radius: 4px
}

.elisc_tm_video .placeholder {
	min-width: 100%;
	opacity: 0;
	position: relative
}

.elisc_tm_video .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_video .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4)
}

.elisc_tm_video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 111px;
	height: 111px;
	background-color: #fff;
	border-radius: 100%
}

.elisc_tm_video .play .svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	margin-left: 2px
}

.elisc_tm_video .text {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 2;
	background-color: #fff;
	padding: 20px 30px
}

.elisc_tm_video .text h3 {
	color: #51586a;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase
}

.elisc_tm_full_link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5
}

.elisc_tm_portfolio {
	width: 100%;
	float: left;
	padding-top: 160px;
    background-color: #fff;
}

.elisc_tm_partners {
	width: 100%;
	float: left;
	margin-bottom: 120px;
	padding: 0 20px;
}

.elisc_tm_partners .partners_inner {
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 58px
}

.elisc_tm_partners ul {
	margin: -2px -10px -2px -2px;
	list-style-type: none;
	padding-top: 2px;
	float: left;
	padding-left: 2px;
	min-width: calc(100% + 12px)
}

.elisc_tm_partners ul li {
	margin: 0;
	float: left;
	width: 25%;
	border: 2px solid #e7e7e7;
	text-align: center;
	height: 180px;
	line-height: 180px;
	position: relative;
	margin-top: -2px;
	margin-left: -2px;
	overflow: hidden
}

.elisc_tm_partners ul li img {
	max-width: 88%;
	max-height: 125px;
	filter: grayscale(100);
	transition: filter 0.3s ease;
}

.elisc_tm_partners ul li .list_inner:hover img {
	filter: grayscale(0);
}

.elisc_tm_partners ul li .list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .8;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_partners ul li .list_inner:hover {
	opacity: 1
}

/* === UPDATED CONTACT SECTION BACKGROUND === */
.elisc_tm_contact {
	width: 100%;
	min-height: 100vh;
	float: left;
	background-color: #eaf6ff; /* UPDATED to light blue */
	padding-top: 120px
}

.elisc_tm_contact .wrapper {
	width: 100%;
	float: left;
	display: flex
}

.elisc_tm_contact .wrapper .left {
	width: 50%;
	padding-right: 50px
}

.elisc_tm_contact .wrapper .text {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px
}

.elisc_tm_contact .wrapper .info {
	width: 100%;
	float: left
}

.elisc_tm_contact .wrapper .info ul {
	margin: 0
}

.elisc_tm_contact .wrapper .info ul li {
	margin: 0 0 8px;
	width: 100%;
	float: left
}

.elisc_tm_contact .wrapper .info ul li:last-child {
	margin-bottom: 0
}

.elisc_tm_contact .wrapper .info ul li a {
	color: var(--dark-color);
	font-weight: 600;
	font-family: var(--font-inter);
	display: inline-block;
	position: relative
}

.elisc_tm_contact .wrapper .info ul li a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1.5px;
	left: 0;
	bottom: 5px;
	background-color: var(--dark-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_contact .wrapper .info ul li a:hover:before {
	width: 0
}

.elisc_tm_contact .wrapper .right {
	width: 50%;
	padding-left: 50px
}

.elisc_tm_contact .fields {
	width: 100%;
	height: auto;
	clear: both;
	float: left
}

.elisc_tm_contact .fields .first {
	width: 100%;
	float: left
}

.elisc_tm_contact .fields ul {
	margin: 0;
	list-style-type: none
}

.elisc_tm_contact .fields ul li {
	width: 100%;
	margin: 0 0 25px;
	float: left
}

.elisc_tm_contact .fields ul li input {
	width: 100%;
	height: 60px;
	background-color: #fff
}

.elisc_tm_contact .fields ul li input:focus {
	outline: none
}

.elisc_tm_contact .fields .last textarea {
	width: 100%;
	height: 120px;
	resize: none;
	margin-bottom: 15px;
	background-color: #fff
}

.elisc_tm_contact .fields .last textarea:focus {
	outline: none
}

.elisc_tm_contact .empty_notice {
	color: #f52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500
}

.elisc_tm_contact .contact_error {
	color: #f52225;
	text-align: left;
	font-weight: 500
}

.elisc_tm_contact .returnmessage {
	color: var(--blue-color);
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500
}

.elisc_tm_map {
	width: 100%;
	float: left;
	margin-top: 100px;
	margin-bottom: 120px
}

.elisc_tm_modalbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 20;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_modalbox.opened {
	opacity: 1;
	visibility: visible
}

.elisc_tm_modalbox .box_inner {
	position: absolute;
	top: 70px;
	bottom: 70px;
	width: 968px;
	left: 50%;
	transform: translateX(-53%);
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	transition-delay: .3s;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_modalbox.opened .box_inner {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%)
}

.elisc_tm_modalbox .close {
	position: fixed;
	left: 100%;
	top: 0;
	margin-left: 30px;
	z-index: 10
}

/* === UPDATED CLOSE BUTTON TO BE BLACK === */
.elisc_tm_modalbox .close a {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #000; /* UPDATED to black */
	border: 2px solid #000; /* UPDATED to black */
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.elisc_tm_modalbox .close a:hover {
	border-radius: 100%
}

.elisc_tm_modalbox .close a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elisc_tm_modalbox .description_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 50px;
	overflow-y: scroll;
	border-radius: 5px
}

.hidden_details {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11
}

.experience_logo {
	max-height: 60px;
}

@media(max-width:1600px) {
	body {
		font-size: 16px;
		line-height: 30px
	}
	.tm_content {
		max-width: 1000px
	}
	.elisc_tm_sidebar {
		width: 300px
	}
	.elisc_tm_mainpart {
		padding-left: 300px
	}
	.elisc_tm_sidebar .author {
		padding-top: 30px
	}
	.elisc_tm_sidebar .author .image {
		width: 77px
	}
	.elisc_tm_sidebar .name .back {
		font-size: 18px
	}
	.elisc_tm_sidebar .name span {
		font-size: 50px
	}
	.elisc_tm_sidebar .menu ul li {
		margin-bottom: 9px
	}
	.elisc_tm_sidebar .copyright {
		bottom: 30px
	}
	.elisc_tm_sidebar .social ul li a {
		width: 30px;
		height: 30px
	}
	.elisc_tm_sidebar .social {
		margin-bottom: 2px
	}
	.elisc_tm_sidebar .author .image {
		margin-bottom: 5px
	}
	.elisc_tm_home .title h3,
	.elisc_tm_home .title span {
		font-size: 50px;
		line-height: 60px
	}
	.elisc_tm_home .buttons {
		margin-bottom: 30px;
	}
	.elisc_tm_home .subtitle {
		margin-bottom: 30px
	}
	.elisc_tm_home .info ul li a {
		font-size: 16px
	}
	.elisc_tm_biography .text p {
		margin-bottom: 20px
	}
	.elisc_tm_biography .info ul li {
		margin-right: 20px
	}
	.elisc_tm_biography .title .mini {
		margin-bottom: 5px
	}
	.elisc_tm_biography .name {
		font-size: 35px
	}
	.elisc_tm_biography .job {
		font-size: 17px
	}
	.elisc_tm_biography .title {
		margin-bottom: 30px
	}
	.elisc_tm_counter ul li .list_inner {
		padding: 45px 20px
	}
	.elisc_tm_counter h3 {
		font-size: 35px;
		margin-bottom: 3px
	}
	.elisc_tm_title h3 {
		font-size: 35px
	}
	.elisc_tm_title span {
		margin-bottom: 4px
	}
	.elisc_tm_experience .list ul li .list_inner {
		padding: 40px
	}
	.elisc_tm_experience .job h3 {
		font-size: 19px
	}
	.elisc_tm_experience .job span {
		margin-bottom: 3px
	}
	.service_list .title span {
		font-size: 18px;
		margin-bottom: 10px
	}
	.service_list .title h3 {
		font-size: 19px
	}
	.service_list .text {
		margin-bottom: 20px
	}
	.service_list ul li .list_inner {
		padding-bottom: 45px
	}
	.elisc_tm_video .play {
		width: 100px;
		height: 100px
	}
	.elisc_tm_video .text {
		padding: 15px 25px
	}
	.elisc_tm_video .text h3 {
		font-size: 15px
	}
	.elisc_tm_about,
	.elisc_tm_services,
	.elisc_tm_portfolio,
	.elisc_tm_news,
	.elisc_tm_contact {
		padding-top: 30px;
	}
	.dodo_tm_one_page_wrapper .elisc_tm_news,
	.dodo_tm_one_page_wrapper .elisc_tm_portfolio {
		padding-top: 85px
	}
	.elisc_tm_modalbox .box_inner {
		width: 900px
	}
}

@media(max-width:1040px) {
	.mouse-cursor,
	#preloader,
	.elisc_tm_sidebar {
		display: none
	}
	.elisc_tm_topbar {
		display: block
	}
	.elisc_tm_mainpart {
		padding-left: 0
	}
	.elisc_tm_home .details {
		flex-direction: column-reverse;
		padding-top: 100px;
		align-items: initial;
	}
	.elisc_tm_home .details .left,
	.elisc_tm_home .details .right {
		width: 100%;
		padding-left: 0;
	}
	.elisc_tm_home .details .right {
		margin-bottom: 50px
	}
	.elisc_tm_biography,
	.elisc_tm_contact .wrapper {
		flex-direction: column
	}
	.elisc_tm_biography .left,
	.elisc_tm_biography .right,
	.elisc_tm_contact .wrapper .left,
	.elisc_tm_contact .wrapper .right {
		width: 100%;
		padding: 0
	}
	.elisc_tm_biography .left {
		margin-bottom: 40px;
	}
	.elisc_tm_counter ul li,
	.service_list ul li {
		width: 50%
	}
	/* UPDATED SECTION */
	.elisc_tm_service_title {
		flex-direction: column;
		align-items: flex-start;
	}
	.elisc_tm_service_title .elisc_tm_title {
		margin-bottom: 25px;
	}
}

@media(max-width:768px) {
	.elisc_tm_counter ul,
	.elisc_tm_experience .list ul,
	.service_list ul {
		margin: 0
	}
	.elisc_tm_counter ul li,
	.elisc_tm_experience .list ul li,
	.service_list ul li {
		width: 100%;
		padding-left: 0;
	}
	.elisc_tm_partners ul li {
		width: 50%;
	}
	.elisc_tm_home .title h3,
	.elisc_tm_home .title span {
		font-size: 35px;
		line-height: 45px
	}
	.elisc_tm_modalbox .box_inner {
		width: 90%;
		top: 40px;
		bottom: 40px
	}

	/* === AGGRESSIVE FIX FOR MOBILE MODAL CLOSE BUTTON === */
	.elisc_tm_modalbox .close {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: absolute !important; /* Use absolute instead of fixed */
		left: auto !important;
		right: 10px !important;
		top: 10px !important;
		margin-left: 0 !important;
		transform: none !important;
  	}
	/* === END FIX === */
}

/* ================================================== */
/*           UPGRADED & CORRECTED STYLES              */
/* ================================================== */

/* --- Fix for Scrolling Issue --- */
html,
body {
	overflow: visible !important;
	height: auto !important;
}

/* --- Upgraded Buttons --- */
.elisc_tm_button a {
	transition: all 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.elisc_tm_button a:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(19, 15, 73, 0.15);
}

.elisc_tm_button[data-style=border] a:hover {
	color: #fff;
	background-color: var(--blue-color);
	border-color: var(--blue-color);
	box-shadow: 0 8px 25px rgba(51, 153, 255, 0.3);
}

/* --- Upgraded Social Icons --- */
.elisc_tm_sidebar .social ul li a:hover {
	background-color: var(--blue-color);
	color: #fff;
	transform: scale(1.1);
}

/* --- Upgraded Expertise & Experience Cards --- */
.service_list ul li .list_inner {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.service_list ul li .list_inner:hover {
	transform: translateY(-8px);
	border-color: rgba(51, 153, 255, 0.5);
	box-shadow: 0 10px 25px rgba(51, 153, 255, 0.1);
}

.elisc_tm_experience .list ul li .list_inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(19, 15, 73, 0.07);
}


/* --- Upgraded "Worked With" Logos --- */
.elisc_tm_partners {
	padding: 0;
}

.elisc_tm_partners .partners_inner {
	border: 1px solid #E9E9E9;
	border-radius: 12px;
	margin-top: 60px;
}

.elisc_tm_partners ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
}

.elisc_tm_partners ul li {
	margin: 0;
	width: 33.3333%;
	border: none;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	height: 160px;
	transition: background-color 0.3s ease;
}

.elisc_tm_partners ul li:hover {
	background-color: #fdfdfd;
}

.elisc_tm_partners ul li:nth-child(3n) {
	border-right: none;
}

.elisc_tm_partners ul li:nth-child(4),
.elisc_tm_partners ul li:nth-child(5),
.elisc_tm_partners ul li:nth-child(6) {
	border-bottom: none;
}

.elisc_tm_partners ul li .list_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.elisc_tm_partners ul li img {
	max-width: 60%;
	max-height: 75px;
	filter: grayscale(100%);
	opacity: 0.65;
	transition: all 0.3s ease;
}

.elisc_tm_partners ul li:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.08);
}


/* === MODAL POPUP STYLES (RESTORED & CORRECTED) === */

/* Restore Expertise Popup Image */
.elisc_tm_modalbox .main_title {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.elisc_tm_modalbox .main_title h3 {
	font-size: 28px;
}
.elisc_tm_modalbox .descriptions p {
	margin-bottom: 15px;
	opacity: .8;
}
.elisc_tm_modalbox .top_image {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}
.elisc_tm_modalbox .top_image img {
	position: relative;
	opacity: 0;
	min-width: 100%
}
.elisc_tm_modalbox .top_image .main {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* Corrected Experience Modal Layout */
.elisc_tm_modalbox .popup_details .details,
.elisc_tm_modalbox .main_details {
	display: none; /* Hide the old, conflicting layout elements */
}

.popup_content_wrapper {
	display: flex;
	gap: 40px;
}

.popup_left_column {
	width: 65%;
	flex-shrink: 0;
}

.popup_right_column {
	width: 35%;
	flex-shrink: 0;
}

.popup_left_column .category {
	display: inline-block;
	margin-bottom: 7px;
}

.popup_left_column .title {
	margin-bottom: 30px;
}

.popup_left_column .textbox {
	margin-bottom: 25px;
}
.popup_left_column .textbox ul {
	list-style-type: disc !important;
	padding-left: 20px;
	margin: 0;
}
.popup_left_column .textbox ul li {
	margin-bottom: 10px;
}

.popup_right_column .experience_logo_container {
	width: 100%;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 30px;
}
.popup_right_column .experience_logo_container img {
	filter: none; /* Ensure company logos are in full color */
}


.popup_right_column .detailbox {
	width: 100%;
	padding-left: 0;
}
.elisc_tm_modalbox .detailbox>ul {
	margin: 0;
	list-style-type: none
}
.elisc_tm_modalbox .detailbox>ul>li {
	margin: 0 0 10px;
	width: 100%;
	float: left
}
.elisc_tm_modalbox .detailbox>ul>li span:last-child {
	opacity: .8
}
.elisc_tm_modalbox .detailbox .first {
	font-weight: 700;
	display: block
}
.elisc_tm_modalbox .detailbox span a {
	text-decoration: none;
	color: var(--main-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.elisc_tm_modalbox .detailbox span a:hover {
	color: var(--yellow-color)
}
.elisc_tm_modalbox .detailbox .share {
	margin: 0;
	list-style-type: none;
	position: relative;
	top: 7px
}
.elisc_tm_modalbox .detailbox .share li {
	margin: 0 13px 0 0;
	display: inline-block
}

/* --- Profile Picture Styling --- */
.elisc_tm_home .details .right .profile-picture {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid rgba(51, 153, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.elisc_tm_home .details .right .profile-picture:hover {
    border: 7px solid var(--blue-color);
    box-shadow: 0 0 25px rgba(51, 153, 255, 0.7), 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
}


/* === RESPONSIVE FIXES === */
@media(max-width:1040px) {
	.popup_content_wrapper {
		flex-direction: column;
	}

	.popup_left_column, .popup_right_column {
		width: 100%;
	}
}

@media(max-width:768px) {
	.elisc_tm_partners ul li {
		width: 50%;
		height: 140px;
	}
	.elisc_tm_partners ul li:nth-child(2n) {
		border-right: none;
	}
	.elisc_tm_partners ul li:nth-child(3),
	.elisc_tm_partners ul li:nth-child(4) {
		border-bottom: 1px solid #E9E9E9;
	}
	.elisc_tm_partners ul li:nth-child(5),
	.elisc_tm_partners ul li:nth-child(6) {
		border-bottom: none;
	}
    .elisc_tm_home .details .right .profile-picture {
        width: 300px;
        height: 300px;
    }
}

@media(max-width: 500px) {
    .elisc_tm_home .details .right .profile-picture {
        width: 250px;
        height: 250px;
    }
}

/* ================================================== */
/*        FIX: SPACING BETWEEN VIDEO AND BRANDS       */
/* ================================================== */

.elisc_tm_partners {
    margin-top: 80px !important; /* Adjust this value for more/less space */
}

/* FIX: Make the entire Brands section background white */
#portfolio {
    background-color: #fff;
}