.hero-main-block-bg {
    background: linear-gradient(4deg, rgba(59, 130, 246, 0.00) 12.42%, rgba(59, 130, 246, 0.10) 63.32%), #FFF;
	margin-top: 95px;
}
.hero-main-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 654px;
    margin-bottom: 60px;
}
.hero-main-block {
    max-width: 1230px;
    margin: 0 auto;
	padding: 68px 15px 0px;
    display: flex;
    justify-content: space-between;
}
.hero-top-text {
    color: #2F3241;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 24px;
    background: #FFF;
    width: fit-content;
}
.hero-main-text {
    background: linear-gradient(275deg, #101012 49.04%, #004EC5 103.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.08px;
}
.l-image_hero-image {
    max-width: 478px;
}
.l-hero-home__list {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    gap: 24px;
}
.l-hero-home_item_head-main {
    display: flex;
    align-items: center;
    gap: 8px;
}
.l-hero-home_item_head_text {
    font-style: normal;
    color: #222428;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.l-hero-home_item_head_text span {
    font-weight: 800;
}
.l-hero-home_item_head_img {
    width: 28px;
    min-width: 28px;
    height: 28px;
}

.hero_big_button_service_page {
    margin: 0;
    border-radius: 8px;
    background: #0063C1;
    width: fit-content;
    padding: 18px 32px;
    text-transform: none;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #fff;
    display: flex;
	gap: 8px;
	text-decoration: none;
    align-items: center;
	cursor: pointer;
}
.hero_big_button_service_page:hover {
    background: #093E8E;
    color: #fff;
}

/* ABOUT */
.abaout-block {
    max-width: 1230px;
    margin: 72px auto 72px;
    padding: 0 15px;
}
.abaout-container {
    border-radius: 20px;
    background: #F6F6F6;
	padding: 0 24px;
	position: relative;
}
.abaout-container:before {
    content: url(/wp-content/uploads/2025/09/Rectangle.svg);
    position: absolute;
    right: 151px;
    top: 68px;
}
.abaout-container:after {
    content: url(/wp-content/uploads/2025/09/Rectangle2.svg);
    position: absolute;
    right: 30px;
    top: 250px;
}
.abaout-text {
    color: #101012;
    font-size: 54px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.08px;
    max-width: 897px;
    margin: 0 auto;
    padding: 107px 0px;
	position: relative;
	z-index: 9;
}
.abaout-text:before {
    content: url(/wp-content/uploads/2025/09/testimonial.svg);
    position: absolute;
    left: 0;
    top: 55px;
    z-index: -1;
}
.abaout-text:after {
    content: url(/wp-content/uploads/2025/09/arrrrow.svg);
    position: absolute;
    right: 0;
}
.blue-b {
    border-radius: 16px;
    background: linear-gradient(4deg, rgba(59, 130, 246, 0.00) 12.42%, rgba(59, 130, 246, 0.10) 63.32%), #D8E8FF;
    padding: 8px 16px;
    color: #0063C1;
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.08px;
	display: inline-block;
    margin-bottom: 17px;
}

.data-box {
  position: relative;
  padding-left: 60px;        
}
.data-box::before {
  content: "";
  display: inline-block;
  width: 36px;                      
  height: 36px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-45%);    
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  background-image: url("/wp-content/uploads/2025/09/data.svg");
}

.healthcare-box {
  position: relative;
  padding-left: 60px;        
}
.healthcare-box::before {
  content: "";
  display: inline-block;
  width: 36px;                      
  height: 36px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-45%);    
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  background-image: url("/wp-content/uploads/2025/09/health.svg");
}

.proptech-box{
  position: relative;
  padding-left: 60px;        
}
.proptech-box::before {
  content: "";
  display: inline-block;
  width: 36px;                      
  height: 36px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-45%);    
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  background-image: url("/wp-content/uploads/2025/09/proptech.svg");
}
/* PORTFOLIO */
.l-title_box-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto 32px;
}
.l-heading-service {
    color: #101012;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.l-subheading-service {
    color: #2F3241;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.l-metrics-list-main {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.l-container-companies-box {
    max-width: 925px;
    margin: 72px auto;
    padding: 0 15px;
}
.l-metrics-item-main {
    flex: 0 1 calc((66% - 32px) / 2);
    border-radius: 20px;
    border: 1px solid rgba(176, 187, 199, 0.20);
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(168, 178, 199, 0.12);
    padding: 24px;
    display: flex;
    justify-content: center;
    min-width: 282px;
    height: 162px;
    align-items: center;
}

.l-metrics-item-main:nth-child(n+3) {
  flex: 0 1 calc((100% - 32px * 2) / 3);
}
.l-metrics-item_text {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.l-metrics-item-main:hover .l-metrics-item_text {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease, visibility 0s 0s;
}

.l-metrics-item-main {
    position: relative;
}

.l-metrics-item_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid rgba(176, 187, 199, 0.20);
    background: linear-gradient(184deg, #EBF3FE 1.98%, #FFF 95.73%), #FFF;
    box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.10);
    color:  #2F3241;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 24px;
}
.l-metrics-item_text-sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    flex-direction: column;
}
a.link-companies {
    color: #0063C1;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.l-metrics-item_text-sun span {
    font-weight: 800;
}		

.hero_medium_button_service_page {
    padding: 15px 15px !important;
    border-radius: 8px;
    text-transform: inherit;
    font-weight: 700;
    font-size: 16px;
    color: #fff !important;
    background-color: #0063C1;
    transition: all 0.4s;
}
.hero_medium_button_service_page:hover {
    border-color: #093E8E;
    background: #093E8E;
    color: #fff !important;
}

@media (max-width: 1150px) {
	.hero_medium_button_service_page {
		margin-top: 30px;
	}
	.contact_form_container_main {
		flex-wrap: wrap;
	}
	#glor_contact_form_main {
		max-width: inherit;
	}
	.hero-main-block-bg {
		margin-top: inherit;
	}
}


@media (max-width: 990px) {
	.hero-main-right {
		display: none;
	}

	.abaout-text {
		font-size: 28px;
		line-height: 36px;
		padding: 50px 0px;
	}
	.blue-b {
		font-size: 28px;
		line-height: 36px;
	}
	.abaout-container:before {
		display:none;
	}
	.abaout-container:after {
		display:none;
	}
	.l-heading-service {
		font-size: 28px;
		line-height: 36px;
	}
	.l-subheading-service {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 750px) {
	.hero-main-left {
		gap: 20px;
	}
	.hero-top-text {
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0.32px;
	}
	.hero-main-text {
		font-size: 33px;
		line-height: 40px;
	}	
}	

.glor_contact_form_textfield_main {
    grid-template-columns: repeat(1, 1fr);
}
.glor_contact_form_textfield_main {
    width: fit-content;
}

/* CONTACT */
.l-form-box {
    background: linear-gradient(184deg, #EBF3FE 1.98%, #FFF 95.73%);
    padding: 72px 24px;
}

.menu-list-footer {
    list-style: none;
    display: flex;
    gap: 20px;
}
.menu-link-footer {
    text-decoration: none;
    color: #00203F;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.menu-link-footer:visited {
    color: #2F3241;
}
.menu-box-link-footer {
    display: flex;
    align-items: center;
    gap: 28px;
}

