@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --main_color: #235d9c;
  --second_color: #a41c23;
  --light_color: white;
}

/*Contact Us*/

.node--type-webform h4 {
  color: #235d9c;
  text-decoration: underline;
}

/*Change Title style */

section#partners h2::after {
  content: " ";
  width: 360px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../image/title-bg.png);
  display: block;
  margin: auto;
  background-size: cover;
}

section#partners h2 {
  text-align: center;
}

/* Language Switcher */

#block-events-languageswitcher {
  position: relative;
}

[hreflang="en"].is-active {
  display: none;
}

[hreflang="ar"].is-active {
  display: none;
}

[dir="rtl"] .rtl {
  text-align: right;
}

[dir="rtl"] .ds-2col > .group-right {
  text-align: right;
}

/* Global */
main {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif !important;
}

h2 {
  font-size: 0.8rem;
  font-weight: 600;
}

h3 {
  font-size: 2.6rem;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

p {
  color: #000;
  line-height: 26px;
  font-weight: 500;
}

[dir="rtl"] .ds-2col-stacked > .group-left {
  float: right;
  text-align: right;
}

@media (max-width: 768px) {
  .ds-2col-stacked > .group-right {
    float: right;
    width: 100%;
    margin-top: 3rem;
    padding: 0rem 3rem;
  }
  .ds-2col-stacked > .group-left {
    float: left;
    width: 100%;
  }
}

.group-left img,
.group-right img {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .home .group-left img,
  .group-right img {
    padding: 0rem 3rem 0rem 4rem;
  }
}

.group-right p,
.group-left p {
  width: 90%;
}

#info .group-left.shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 69px;
  background: linear-gradient(90deg, #fff 50%, var(--second_color) 50%),
    linear-gradient(90deg, var(--second_color) 50%, #fff 50%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

#block-ecos-breadcrumbs li a {
  color: #000;
}
#block-ecos-breadcrumbs li {
  list-style-type: none;
  color: #000;
}

.conBlock {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

@media (max-width: 992px) {
  .conBlock {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.icons-align {
  display: inline-flex;
  margin: 0px 8px;
  gap: 14px;
}

@media (max-width: 768px) {
  .hide-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-lg {
    display: none;
  }
}

main {
  min-height: 66vh;
}

.contextual-region {
  position: static;
}

.text-dark a {
  color: #000;
  text-decoration: none;
}

.pl-n {
  padding-left: 8rem;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}

.home section:last-child {
  margin: 0;
}

.home section {
  margin-bottom: 20px;
}

#pageTitle {
  position: relative;
  min-height: 264px;
}

.page-header-banner .overlay::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.page-header-banner .overlay {
  position: relative;
}

#block-ecos-breadcrumbs {
  position: absolute;
  top: 14px;
  left: 10px;
}

/* Header */

header {
  width: 100%;
}

.pg-hed {
  background-color: #202020;
}

@media (min-width: 992px) {
  .pg-hed {
    height: 126px;
  }
}
@media (max-width: 992px) {
  .pg-hed {
    height: 241px;
  }
}

#block-ecos-sitebranding img {
  max-width: 180px;
}
@media (min-width: 992px) {
  #block-ecos-sitebranding {
    padding-left: 2rem;
  }
}

/* Pages Header */

#block-ecos-page-title {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 34%;
}

#block-ecos-page-title h1 {
  font-weight: 800;
  color: #fff;
  font-size: 3rem;
}

#block-page-header img,
.page-header-banner img {
  width: 100%;
  max-height: 263px;
  object-fit: cover;
}

/* Site Branding & Main Navigation */
#block-ecos-site-branding {
  height: 97px;
}

.fixed-top #block-ecos-site-branding {
  height: 85px;
  min-height: 0px;
  transition: ease height 1s;
}

#block-ecos-mainnavigation {
  padding-top: 40px;
}
/*
.home #block-ecos-mainnavigation .is-active {
  color: var(--light_color);
}

#block-ecos-mainnavigation .is-active,
#block-ecos-mainnavigation ul li a:hover {
  color: #235d9c;
}
*/
.fixed-top #block-ecos-mainnavigation {
  height: 8px;
  min-height: 0px;
  transition: ease height 300ms;
}

@media (min-width: 768px) {
  #block-ecos-mainnavigation {
    position: relative;
  }
}

.header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}

li {
  line-height: 24px;
  color: #000;
}

.gallery-portrate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.gallery-portrate div img {
  width: 100%;
  height: auto;
}
.gallery-portrate div {
  display: inline-flex;
  margin: 15px;
  justify-content: center;
  border: solid 1px #ccc;
}

#block-ecos-mainnavigation ul li a {
  cursor: pointer;
  text-decoration: none;
}

#block-ecos-mainnavigation a,
#block-ecos-mainnavigation ul li .menuparent {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

ul.sf-menu.rtl ul, ul.sf-menu.rtl li:hover > ul, ul.sf-menu.rtl li.sfHover > ul{min-width: 23em !important;}

/*
.page #block-ecos-mainnavigation a,
#block-ecos-mainnavigation ul li .menuparent {
  color: #000;
}
*/
#block-ecos-mainnavigation ul li ul {
  width: 39em !important;
  background-color: white;
  border-top-color: 1px solid #f04c23;
  margin-top: 20px;
  margin-left: 15px;
}

#superfish-main li/*:last-of-type */ {
  color: #fff !important;
}

#superfish-main li a {
  color: #fff !important;
  outline: solid 2px #fff;
  background-color: #235d9c;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border-bottom: solid 0px #235d9c;
}

#superfish-main li a:hover {
  background-color: transparent;
  color: #235d9c !important;
  border-bottom: solid 4px #235d9c;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* Navbar */

.fixed-top {
  position: fixed;
  background-color: var(--light_color);
  z-index: 99 !important;
}

header.page {
  margin-bottom: -16px;
}

@media (max-width: 992px) {
  #block-ecos-mainnavigation a,
  #block-ecos-mainnavigation ul li .menuparent {
    color: var(--main_color);
  }
  #superfish-main-toggle {
    display: block !important;
  }
  #superfish-main-accordion {
    text-align: center;
    position: fixed;
    left: 0 !important;
    top: 150px !important;
    background-color: var(--light_color);
  }
  .page #superfish-main-toggle {
    margin-top: 30px;
  }

  .fixed-top #superfish-main-accordion {
    top: 150px !important;
  }
  .fixed-top #superfish-main-toggle {
    top: 43px;
    margin-top: 0px;
  }
}

#superfish-main-toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 43px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
}
#superfish-main-toggle span::after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
#superfish-main-toggle span::before,
#superfish-main-toggle span::after {
  content: "";
}
#superfish-main-toggle span::before,
#superfish-main-toggle span::after {
  background-color: #fff;
}
#superfish-main-toggle span::before,
#superfish-main-toggle span::after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
#superfish-main-toggle span::before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
#superfish-main-toggle span,
#superfish-main-toggle span::before,
#superfish-main-toggle span::after {
  background-color: #000;
}
#superfish-main-toggle span,
#superfish-main-toggle span::before,
#superfish-main-toggle span::after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: black;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
#superfish-main-toggle {
  cursor: pointer;
  text-indent: -9999em;
}

.nav-item:first-of-type span {
  margin: 0px !important;
}

/* Home Slideshow */

#homeSlide .content-align-center img {
  width: auto !important;
  height: auto !important;
}

#homeSlide {
  width: 100%;
  display: block;
  clear: both;
}
#block-home-slider .owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

#quicktabs-container-accreditation_appreciation .owl-carousel .owl-item img {
  width: auto;
  height: auto;
  margin: auto;
}
#quicktabs-container-accreditation_appreciation .owl-carousel .owl-nav {
  width: auto;
  position: absolute;
  left: 0;
}
#homeSlide .owl-nav.disabled {
  position: absolute !important;
  bottom: 31px;
  right: 96px;
}

#homeSlide .owl-prev span,
.owl-next span {
  background-color: #000;
  color: #fff;
}

.carousel-item-a {
  height: 96vh;
  position: relative;
}

.intro-item {
  padding-top: 2rem;
}

.intro-content {
  position: absolute;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.intro-title {
  transition-duration: 1s !important;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.description p {
  background: linear-gradient(
    145deg,
    rgb(175 19 19) 0%,
    rgb(227 227 227) 54%,
    rgb(175 19 19) 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 2rem;
}

#block-home-slider .light-text {
  font-size: 1.3rem;
}

.layout__region img {
  width: 32px !important;
  height: auto !important;
}

@media (min-width: 576px) {
  .intro-title {
    font-size: 3.2rem;
    font-weight: 700;
  }
}

@media (min-width: 1550px) {
  .intro-title {
    font-size: 2.9rem;
  }
}

@media (max-width: 992px) {
  .description {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .intro-subtitle {
    font-size: 2.5rem;
  }
}
.intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .intro-body {
    padding: 0rem 6rem;
  }
}
@media (min-width: 992px) {
  .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.intro-title-top {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.05em;
}

[lang="ar"] .intro-title-top {
  text-align: right;
}

[lang="ar"] .table-cell .row {
  direction: rtl;
  text-align: right;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
  .overlay {
    height: 117%;
  }

  #pageTitle .overlay {
    height: 100%;
  }
}

.owl-carousel.owl-loaded {
  display: flex;
  flex-direction: column;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000;
}

#services .owl-carousel .owl-nav {
  position: absolute;
  text-align: right;
  z-index: 999;
  right: 0;
  top: -100px;
}

#about h4 span strong {
  font-size: 48px;
  text-align: center;
  color: #a41c23;
  /* width: 30px; */
  /* display: inline-block; */
}

.owl-carousel .owl-nav {
  position: relative;
  text-align: right;
}

.owl-prev span,
.owl-next span {
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  padding: 0px 13px !important;
  font-size: 4rem !important;
}

#block-ecos-companyprofile {
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
  margin-left: 0;
}
#block-ecos-companyprofile .profile-row p {
  color: #eee;
}
#block-oms-views-block-about-us-block-1 h2,
#block-ecos-companyprofile h2 {
  font-size: 32px;
  font-weight: bold;
  color: #235d9c !important;
}
#block-ecos-companyprofile h2 {
  font-size: 24px;
}
#block-ecos-companyprofile span {
  display: none;
}
#block-ecos-companyprofile .file {
  display: block !important;
}
#block-ecos-companyprofile .file a {
  font-size: 22px;
  font-weight: bold;
  color: #a41c23;
}
/* User */

#user-login-form,
#user-pass,
#user-register-form {
  margin-left: 14%;
  padding: 87px 0px;
  justify-content: center;
  display: grid;
}

#user-login-form label,
#user-pass label,
#user-register-form label {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}

#user-login-form input,
#user-pass input,
#user-register-form input,
#user-login-form textarea,
#user-pass textarea,
#user-register-form textarea {
  width: 100%;
  color: #000;
}

#user-login-form #edit-submit,
#user-pass #edit-submit,
#user-register-form #edit-submit {
  width: 20%;
}

#user-login-form .js-form-item,
#user-pass .js-form-item,
#user-register-form .js-form-item {
  margin-bottom: 24px;
  width: 66%;
}

article.contextual-region {
  text-align: center;
}

/* Primary Local Tasks */

#block-ecos-primary-local-tasks {
  display: flex;
  justify-content: center;
  position: relative;
}

#block-ecos-primary-local-tasks ul li {
  line-height: 24px;
  display: inline-block;
  padding: 11px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 19px;
}

#block-ecos-primary-local-tasks a {
  color: #000;
}

@media (max-width: 992px) {
  #block-ecos-primary-local-tasks ul {
    top: 21% !important;
  }
}

/* Forms */

/* Global */

input,
textarea {
  width: 90%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #fff;
  border-radius: 0;
  color: #fff;
}

textarea,
#edit-actions-submit--2 {
  border: 1px solid #000;
  width: 100%;
}

.home input,
.home textarea,
.home #edit-actions-submit--2 {
  border-color: #fff;
}

input:active,
textarea:active {
  color: #f57a4e;
}

.js-form-item {
  margin-bottom: 24px;
}

.form-item .container-inline {
  margin: 2px 0;
}

.form--inline .form-item {
  float: left;
  margin-right: 0.5em;
}

select {
  color: #000;
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: transparent;
  padding: 5px;
}

/* Contact Form*/

/* 
    Classes:
    contact-box (View)
*/
.platforms svg {
  margin-right: 17px;
}
.contact-form {
  width: 60%;
}
@media (max-width: 992px) {
  form .container-inline {
    flex-direction: column;
  }
  .contact-form {
    width: 100%;
  }
  .contact-box {
    padding: 45px 30px;
  }
}
label {
  display: block !important;
  font-size: 20px;
}

#block-contact label {
  color: #000;
}

#block-contact label {
  color: #fff;
  font-weight: 500;
}

#block-ecos-content .contact.ds-2col-stacked > .group-left p {
  width: fit-content;
  margin: 15px auto;
}

#block-ecos-content .contact.ds-2col-stacked > .group-left {
  text-align: center;
}

#block-contact-us .js-form-item input {
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.iti__country-list {
  max-height: 113px;
  color: #000;
  border-radius: 6px;
  width: 247px;
}

#edit-name--2 {
  width: 100%;
}

#block-contact {
  width: 47%;
}

#edit-actions {
  text-align: center;
}

#edit-actions-submit {
  border: 1px solid #000;
  width: fit-content;
  padding: 0.5rem 3rem;
  color: #000;
}

.home #edit-actions-submit {
  color: #fff;
  border-color: #fff;
}

#block-contact h2 {
  font-size: 2.5rem !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .contact-container {
    display: block !important;
  }

  #block-contact {
    width: 100%;
  }

  #edit-container-01 div {
    display: flex;
    font-size: 15px;
  }
}

/* Slider Navigation */

.owl-carousel .owl-stage-outer {
  direction: ltr;
}

/* Buttons */

.btn {
  color: #fff;
  padding: 0.6rem 2rem;
  border-radius: 50px 0px 50px 0px;
  background-color: #000;
  font-size: 0.9rem;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* About Us */

#about {
  padding: 4rem 0.5rem;
  margin: 0px auto;
}
#about .block-oms-views-block-about-us-block-1 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.home .bg::before {
  content: "";
  background: var(--second_color);
  height: 100%;
  width: 30%;
  position: absolute;
  z-index: -1;
  top: 0;
}

#about .ds-2col-stacked > .group-right {
  width: 40%;
}

#about .ds-2col-stacked > .group-left {
  width: 60%;
}

#about a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .intro-body {
    padding: 20px;
  }
  #about .bg::before {
    height: 300px;
  }

  #about .group-left.shape::after {
    left: 10px;
  }
  #about .ds-2col-stacked > .group-left {
    width: 90%;
    padding: 10px;
  }
  #about .ds-2col-stacked > .group-right {
    width: 100%;
  }
  #block-ecos-content .about.ds-2col-stacked {
    flex-direction: column;
  }
}
/* About Us page */

#block-ecos-content .about.ds-2col-stacked {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#block-ecos-content .group-right {
  padding-left: 3rem;
}

#block-ecos-content .bg.shape.group-left {
  position: relative;
}

#block-ecos-content .bg.shape.group-left::after {
  top: 50px;
  background: linear-gradient(90deg, transparent 50%, #fff 50%),
    linear-gradient(90deg, #fff 50%, transparent 50%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  #block-ecos-content .about.ds-2col-stacked {
    flex-direction: column;
  }
}
/* Services */
.services-page {
  width: 100%;
}

#services {
  position: relative;
}

#block-ecos-services {
  position: relative;
  width: 100%;
}

#services .owl-stage-outer {
  margin-top: 28px;
}

.ser-card {
  padding: 3rem 1.3rem;
  width: 87%;
  height: 800px;
  background-color: transparent;
  margin: auto;
  position: relative;
}

.ser-content {
  width: 94%;
  position: relative;
  z-index: 9;
}

.img-bg img {
  width: 100%;
  height: 800px;
  opacity: 0.5;
}
.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ser-card:hover .img-bg img {
  animation: zoomIn 1s forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation: zoomIn 1s forwards;
  -webkit-animation-timing-function: ease-in-out;
}

.map_img img {
  width: 100%;
  height: auto;
}

.ser-card svg {
  color: #fff;
  background-color: #235d9c;
  padding: 1.5rem;
  border-radius: 50px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.ser-title {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ser-body {
  font-size: 1.2rem;
  text-transform: capitalize;
}

#services .owl-item {
  justify-content: center;
  display: flex;
}
/*.ser-card:hover,
.photo_gallery.row div:hover img {
  animation: zoomIn 1s forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation: zoomIn 1s forwards;
  -webkit-animation-timing-function: ease-in-out;
}
#services .owl-item:nth-child(2n + 1) .ser-card,
#block-ecos-content .ser-card:hover {
  background-color: transparent;
}



#services .owl-item:nth-child(2n + 1) svg,
#block-ecos-content .ser-card:hover svg {
  color: #235d9c;
  background-color: #fff;
}

#services .owl-item:nth-child(2n + 1) .ser-title,
#block-ecos-content .ser-card:hover .ser-title {
  color: #fff !important;
}

#services .owl-item:nth-child(2n + 1) .ser-body p,
#block-ecos-content .ser-card:hover p {
  color: #c8c8c8;
}
*/

#block-ecos-mission p,
#block-ecos-vision p {
  line-height: 2;
}
#block-ecos-mission h2,
#block-ecos-vision h2 {
  font-size: 28px;
}
#block-ecos-mission * {
  color: #fff !important;
}
#block-ecos-vision {
  background-color: #eee;
  padding: 30px;
  font-size: 19px;
}
#block-ecos-mission {
  background-color: #235d9c;
  padding: 40px;
  font-size: 19px;
  color: #fff;
}

#block-ecos-mission::before, /*,
#block-ecos-content .ser-card:hover::before*/ {
  content: "";
  position: absolute;
  top: 0;
  right: 33px;
  width: 67px;
  height: 69px;
  background: linear-gradient(90deg, #fff 50%, var(--second_color) 50%),
    linear-gradient(90deg, #235d9c 50%, #fff 50%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

#services .owl-item:nth-child(2n + 1) .ser-card::before, /*,
#block-ecos-content .ser-card:hover::before*/ {
  content: "";
  position: absolute;
  top: 0;
  right: 33px;
  width: 67px;
  height: 69px;
  background: linear-gradient(90deg, #fff 50%, var(--second_color) 50%),
    linear-gradient(90deg, #235d9c 50%, #fff 50%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

#block-ecos-content .ser-card {
  transition: all 0.3s ease-in;
}

#services h2 {
  color: #235d9c;
}

#services h3 {
  color: var(--second_color);
  margin-bottom: 0 !important;
}

#services .owl-carousel.owl-loaded {
  flex-direction: column-reverse;
}

#block-ecos-content {
  margin: 50px 0px;
}
@media (max-width: 992px) {
  #block-ecos-services {
    position: unset;
  }
}
/* Information */
.node--type-information {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#info .group-right .owl-item {
  position: relative;
}

#info .group-right .owl-item-inner::before {
  content: " ";
  width: 90%;
  height: 100%;
  top: 45px;
  position: absolute;
  background: #235d9c;
  z-index: -1;
}

#info .group-left.shape::after {
  background: linear-gradient(90deg, #235d9c 50%, #fff 50%),
    linear-gradient(90deg, #fff 50%, #235d9c 50%);
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

#info .ds-2col-stacked > .group-right {
  display: flex;
  position: relative;
  justify-content: center;
}

#info .group-left p {
  width: 98%;
  font-size: 1.3rem;
}

#info img {
  width: 90%;
  height: auto;
}

#info .owl-carousel .owl-nav {
  bottom: 0;
  text-align: left;
  position: absolute;
  padding-left: 8rem;
}

/* Contact Block */

.bg-img {
  background-image: url("../image/office photo(7).webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.home form {
  color: #fff;
  padding: 4rem;
}

hr {
  border-top: 3px solid rgb(255, 255, 255);
  width: 13rem;
}

/* Footer */

footer {
  background-color: #99d1eb;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

footer img {
  width: 200px;
  height: auto;
}

#block-footer-block {
  width: 70%;
}

.platforms {
  display: inline-flex;
}

footer a {
  color: #fff;
  margin-top: 37px;
}

hr {
  width: 100%;
  border-color: #3e3e3e;
}

/*  */

.page-header-banner {
  position: relative;
}
#block-page-header .views-row::after,
.page-header-banner .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 69px;
  background: linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(90deg, transparent 50%, #fff 50%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  z-index: 100;
}
.partners .flickity-viewport,
.suppliers .flickity-viewport {
  height: 200px !important;
}
.partners .gallery-cell,
.suppliers .gallery-cell {
  top: 25%;
}
.partners .slider,
.suppliers .slider {
  margin-right: 20px;
}
.partners .slider img,
.suppliers .slider img {
  height: 100px;
  transform: scale(0.8);
  position: relative;
  z-index: 90;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.partners .is-selected .slider img,
.suppliers .is-selected .slider img {
  transform: scale(1.3);
  z-index: 9999;
  border-radius: 2px 2px;
  box-shadow: 0px 0px 8px 1px grey;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px 2px;
  -ms-border-radius: 2px 2px;
  -o-border-radius: 2px 2px;
}
.partners h2,
.suppliers h2 {
  padding-left: 1.5rem;
  color: black;
  font-size: x-large;
}
#block-ecos-content:has(.gallery-page) {
  display: none;
}
.on-the-gray ul.quicktabs-tabs {
  margin-top: 20px;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
}
.on-the-gray .quicktabs-tabpage {
  box-shadow: 0px 1px 20px 2px grey;
  padding: 0.7em 2em 1em;
  border-radius: 5px;
  border: none;
}
.on-the-gray .quicktabs-tabs > li > a:hover,
.on-the-gray .quicktabs-tabs > li.active > a {
  background: var(--second_color);
  color: white;
}

.on-the-gray .quicktabs-tabs > li > a {
  box-shadow: 5px 6px 14px 0px grey;
  color: white;
  background: var(--main_color);
  border-radius: 10px;
}
.photo_gallery div {
  width: 24%;
}
.photo_gallery div a img {
  width: 100%;
  height: 300px;
}
.photo_gallery {
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

/*QR Code*/

.profile-row {
  font-family: "Arial", sans-serif;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #2c3e50, #3498db);
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: white;
  max-width: 800px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.profile-row:hover {
  transform: translateY(-5px);
}

.profile-row::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(30deg);
}

.text-content {
  flex: 1;
  padding: 0 30px;
}

.company-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.company-name {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.qr-code {
  width: 100px;
  height: 100px;
  background-color: white;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #e74c3c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 9;
}

.cta-button:hover {
  background-color: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.watermark {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  main {
    overflow-x: hidden;
  }
  #info .group-left.shape h3 {
    font-size: 2.3rem;
  }
  #info .group-left.shape::after {
    left: 10px;
    top: -70px;
  }
  #info .group-left {
    padding-left: 40px;
    width: 95%;
    position: relative;
  }
  #info .group-right .owl-item-inner::before {
    width: 100%;
  }
  .contact.node .group-right {
    width: 100%;
    padding: 0px !important;
  }
  .contact.node .table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .photo_gallery div a img {
    height: 300px;
  }
  .photo_gallery div {
    width: 45%;
  }
}
@media (max-width: 700px) {
  .profile-row {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
  }
  .profile-row .text-content {
    flex: 1;
    text-align: center;
  }
  .profile-row .text-content .company-title {
    font-size: small;
  }
  .photo_gallery div {
    width: 90%;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
