/**
 * @file
 * Subtheme specific CSS.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --main-color: #BF1E2E;
  --gray-color: #6A7282;
  --font-family: "Poppins", sans-serif;

}

.form-control:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin-bottom: unset;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

legend {
  display: none;
}

a {
  transition: 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
  color: #000;
}

p {
  margin-bottom: 0;
}

li {
  list-style: none;
  display: inline-block;
}

.field--type-text-with-summary li {
  display: list-item;
  list-style: auto;
}

ul {
  padding: 0;
  margin: 0;
}

*,
::before,
::after {
  /* transition: 0.3s ease;*/
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 1281px) {

  .we-mega-menu-submenu-inner,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1256px !important;
        padding-inline: 0; */
    max-width: 100%;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: unset;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Cairo", sans-serif;

}

img,
video {
  max-width: 100%;
  width: auto;
}

.field[data-blazy] {
  min-width: unset !important;
}

video {
  height: 100%;
}

.slide__media {
  display: none;
}

.slide__caption {
  padding: 0;
}

.main-content.col {
  padding: 0;
}



*:focus {
  outline: none;
}

.field--type-entity-reference,
.field--type-image img,
.field--name-field-user-picture img {
  margin-bottom: unset;
}

.node .field--type-image {
  margin: 0;
}

.node__content {
  margin-top: 0px;
}

/* common classes */

/* nav style */

.advanced-language-selector .dropdown-toggle {
  background-color: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 6px 14px;
  transition: all 0.3s ease;
  /* font-size: 16px; */
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: space-between;
  padding-inline: 60px;
  gap: 25px;
}

.advanced-language-selector .dropdown-toggle:hover,
.advanced-language-selector .dropdown-toggle:focus {
  background-color: var(--main-color);
  color: #fff;
}

.advanced-language-selector .dropdown-item {
  color: var(--main-color);
  padding: 8px 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.advanced-language-selector .dropdown-menu {
  border: 1px solid var(--main-color);
  border-radius: 6px;
  background-color: #fff;
  padding: 0;
  margin-top: 6px;
  min-width: 102px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: var(--main-color);
}


.navbar-expand-lg .navbar-nav {
  gap: 30px;
}


#navbar-main {
  background: #FFFFFF !important;
  padding-inline: 50px;
  padding-block: 11px 23px;
}


#navbar-main a {
  color: #000;
  font-family: Poppins;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
}

#navbar-main a:hover {
  color: var(--main-color);
}

.menu--social-media-menu ul {
  display: flex;
  gap: 11px;
}



.menu--social-media-menu ul li a {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  color: #333;
  font-size: 0px !important;
}

/* الأيقونة الأولى */
.menu--social-media-menu ul li:nth-child(1) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-image: url(./search-icon.svg);
  background-size: cover;
}

/* الأيقونة الثانية */
.menu--social-media-menu ul li:nth-child(2) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-image: url(./facebook.svg);
  background-size: cover;
}

/* الأيقونة الثالثة */
.menu--social-media-menu ul li:nth-child(3) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-image: url(./linkedin-icon.svg);
  background-size: cover;
}

/* contact-us-section */
.page-node-4 .layout-main-wrapper {
  background: #D5D5D5 !important;
}

.contact-us-main-wrapper .col-lg-6 {
  padding: 40px;
  border-radius: 15.942px;
  border: 0.911px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 28.468px 56.936px -13.665px rgba(0, 0, 0, 0.25);
  width: 37%;
  padding-bottom: 0px;
}

.contact-us-main-wrapper .col-lg-6 .block-webform-block,
.contact-us-main-wrapper .col-lg-6 .block-webform-block .content {
  height: 100%;
}



form.webform-submission-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  height: 100%;
  grid-template-areas:
    "header header"
    "name email"
    "phone company"
    "project-type contact-method"
    "subject subject"
    "details details"
    "submit submit"
    "footer footer";
}

#edit-header {
  grid-area: header;
}


.js-form-item-name {
  grid-area: name;
}

.js-form-item-email {
  grid-area: email;
}

.js-form-item-phone-number {
  grid-area: phone;
}

.js-form-item-company-organization {
  grid-area: company;
}

.js-form-item-project-type {
  grid-area: project-type;
}

.js-form-item-preferred-contact-method {
  grid-area: contact-method;
}

.js-form-item-subject {
  grid-area: subject;
}

.js-form-item-project-details {
  grid-area: details;
}

#edit-actions {
  grid-area: submit;
}


#edit-footer--2 {
  grid-area: footer;
}



.contact-us-main-wrapper .layout {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding-block: 50px;
}



.wrapper-header-webform h1 {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: 19.928px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.899px;
}


.header-webform p {
  color: var(--gray-color);
  font-family: Poppins;
  font-size: 13.949px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.928px;
  /* 142.857% */
}

.header-webform {
  background-image: url(./send-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 30px 30px;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}



.sub-header-webform {
  color: var(--gray-color);
  text-align: justify;
  font-family: var(--font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.906px;
}




.contact-us-main-wrapper label {
  color: #364153;
  font-family: var(--font-family);
  font-size: 13.949px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.928px;
  padding-block-end: 8px;
}

.contact-us-main-wrapper input,
.contact-us-main-wrapper select,
.contact-us-main-wrapper textarea {
  border-radius: 14.519px;
  border: 1.822px solid #E5E7EB;
  background: #F3F3F5;
  height: 47.826px;
  /* padding: 3.986px 11.957px 3.986px 47.826px; */
  color: #717182;
  font-family: Poppins;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-us-main-wrapper textarea {
  height: 136.646px;


}



#edit-name {
  background-image: url(./name.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px center;
  padding-left: 40px;
}

#edit-email {
  background-image: url(./email-place.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px center;
  padding-left: 40px;
}

#edit-phone-number {
  background-image: url(./phone-place.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px center;
  padding-left: 40px;
}

#edit-company-organization {
  background-image: url(./company-place.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px center;
  padding-left: 40px;
}

#edit-project-details {
  background-image: url(./messege-plae.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 13px 22px;
  padding-left: 40px;
  padding-top: 20px;
}

.contact-us-main-wrapper .webform-button--submit {
  background: linear-gradient(90deg, #E7000B 0%, #9F0712 100%);
  color: #FFF;
  font-family: Poppins;
  font-size: 15.942px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.913px;
  padding-block: 16px;
  padding-inline: 57px;
  border-radius: 14.519px;
  border: var(--main-color);
  transition: all 0.3s ease;
  width: 100%;
}

.contact-us-main-wrapper .webform-button--submit:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.contact-us-main-wrapper .webform-button--submit::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(./send-icon-pure.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.contact-us-main-wrapper .webform-button--submit::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(./arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.form-required::after {
  content: '*';
  color: #000;
  vertical-align: super;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
  background-image: unset;

}


.footer-webform p {
  color: #6A7282;
  text-align: center;
  font-family: Poppins;
  font-size: 11.957px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.942px;
}

.contact-header h2 {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: 19.928px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.899px;
}


.contact-header p {
  color: var(--gray-color);
  font-family: Poppins;
  font-size: 13.949px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.928px;
}


.contact-header span {
  color: #4A5565;
  font-family: Poppins;
  font-size: 15.942px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.906px;
  /* 162.5% */
}

.contact-us-main-wrapper .col-lg-6:nth-child(2) {
  background: unset;
  border: unset;
  box-shadow: unset;
  width: 47%;
  padding-block-start: 0px;
}

.get-touch-wrapper {
  background-image: url(./get-touch.svg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 30px 30px;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}


.contact-us-main-wrapper .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-block-start: 22px;
}


.contact-us-main-wrapper .contact-grid .contact-card {
  border-radius: 15.942px;
  border: 1.822px solid #F3F4F6;
  background: linear-gradient(135deg, #FEF2F2 0%, #FFE2E2 100%);
  box-shadow: 0 11.387px 17.081px -3.416px rgba(0, 0, 0, 0.10), 0 4.555px 6.832px -4.555px rgba(0, 0, 0, 0.10);
  padding: 23px;
  padding-bottom: 0px;
  padding-inline: 44px;
  height: 206px;
  transition: transform 0.3s ease;
}

.contact-us-main-wrapper .contact-grid .contact-card:hover {
  transform: translateY(-5px);
}

.wrapper-title-body h3 {
  color: #000;
  font-family: Poppins;
  font-size: 17.935px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.899px;
  /* 155.556% */
  padding-block-end: 7px;
}


.wrapper-title-body p {
  color: #364153;
  font-family: Poppins;
  font-size: 13.949px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.928px;
}

.wrapper-title-body p a {
  color: #364153;
}


.location .wrapper-title-body {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}

.location .wrapper-title-body::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 65px;
  height: 61px;
  background-image: url(./location.svg);
  background-repeat: no-repeat;
}


.phone .wrapper-title-body {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}


.contact-section .phone {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%) !important;

}

.contact-section .fax {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%) !important;
}



.contact-section .phone .wrapper-title-body::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 65px;
  height: 61px;
  background-image: url(./phone.svg);
  background-repeat: no-repeat;
}

.contact-section .fax .wrapper-title-body {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}


.contact-section .fax .wrapper-title-body::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 65px;
  height: 61px;
  background-image: url(./fax.svg);
  background-repeat: no-repeat;
}





.contact-section .email .wrapper-title-body {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}




.contact-section .email .wrapper-title-body::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 65px;
  height: 61px;
  background-image: url(./e-mail.svg);
  background-repeat: no-repeat;
}


.contact-section .work .wrapper-title-body {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 20px;
}

.contact-section .work .wrapper-title-body::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 65px;
  height: 61px;
  background-image: url(./working-hour.svg);
  background-repeat: no-repeat;
}




.contact-section .connect .wrapper-title-body {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-block-end: 0px;
  /* height: 392px !important; */
}




.contact-section .connect .wrapper-title-body::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 47px;
  height: 35px;
  background-image: url(./earth.svg);
  background-repeat: no-repeat;
}




.contact-section .work {
  background: #fff !important;
  height: 392px !important;
}


.contact-section .connect {
  background: linear-gradient(90deg, #E7000B 0%, #9F0712 100%) !important;
  padding-bottom: 0px !important;
  height: 392px !important;
}


.contact-section .connect h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.935px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.899px;
}



.contact-section .connect p {
  color: #FFE2E2;
  font-family: Poppins;
  font-size: 13.949px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.928px;
  /* 142.857% */
}

.facebook-link,
.linkedin-link {
  border-radius: 9.964px;
  border: 0.911px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.20);
  padding: 6px 6px 6px 10px;
}

.facebook-link span,
.linkedin-link span {
  color: #FFF;
  font-family: Poppins;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.928px;

}

.contact-section .wrapper-social {
  display: flex;
  margin-top: 180px;
  gap: 12px;
}




.contact-us-main-wrapper .work p {
  color: #364153;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.928px;
}



.contact-us-main-wrapper .work .open {
  color: #008236;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.942px;
  border-radius: 30567132px;
  background: #DCFCE7;
  padding-block: 5px;
  padding-inline: 12px;
}

.contact-us-main-wrapper .work .closed {
  color: #C10007;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.942px;
  border-radius: 30567132px;
  background: #FFE2E2;
  padding-block: 5px;
  padding-inline: 12px;
}

.contact-us-main-wrapper .work .Available {
  color: #1447E6;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.942px;
  border-radius: 30567132px;
  background: #DBEAFE;
  padding-block: 5px;
  padding-inline: 12px;
}


/* home section */

.field--name-field-media-video-file .field__item video {
  display: block;
  max-width: 100%;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}


.field--name-field-media-video-file .field__item {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 100%;
}


.field--name-field-media-video-file .field__item video::-webkit-media-controls {
  display: none !important;
}

.field--name-field-media-video-file .field__item video {
  pointer-events: none;
}


.field--name-field-facts-paragraph {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;

  text-align: center;
  padding: 20px;
  pointer-events: none;
  display: flex;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  gap: 33px;
}

.field--name-field-facts-paragraph .field__item .number-prefix-wrapper {
  color: #FEF4F5;
  text-align: center;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 133.333% */
  display: flex;
}



.field--name-field-facts-paragraph .field__item:nth-child(2) .number-prefix-wrapper {
  color: #E6C627;
  text-align: center;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 133.333% */
}


.field--name-field-facts-paragraph .field__item:nth-child(3) .number-prefix-wrapper {
  color: #E6C627;
  text-align: center;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 133.333% */
}


.field--name-field-facts-paragraph .field__item .field--name-field-title {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: Poppins;
  font-size: 12.1px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  /* 144.628% */
}

.block-views-blockabout-us-block-1 .field-content a {
  color: #BF1E2E !important;
  text-align: center;
  font-family: Poppins;
  font-size: 20.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.597px;
  letter-spacing: -0.194px;
}

/* swiper style */


/* certificate */

.time-line-section .block-views-blockour-certificate-block-1 h2 {
  color: #252525;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-top: 0.8px solid #CCC;
  padding-block-start: 28px;
}

.time-line-section .block-views-blockour-certificate-block-1 .view-content {
  display: flex;

}


.time-line-section .block-views-blockour-certificate-block-1 .view-content img {
  height: auto;
}


.time-line-section .block-views-blockour-certificate-block-1 .view-content .views-row {
  width: 20%;
}

.time-line-section .col-lg-9 {
  padding-inline: 150px;
}


.time-line-section .block-views-blockour-certificate-block-1 {

  padding-block: 17px;
}


.our-clients-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}

.our-clients-section .swiper-button-next::after {
  content: "next";
  display: inline-block;
  /* background-image: url(./Previous-clients.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
  border-radius: 26843500px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  font-size: 16px;
  padding-inline: 17px;
  padding-block: 12px;
  position: absolute;
  position: absolute;
  right: 5px;
}

.our-clients-section .swiper-button-prev::after {
  content: "prev";
  display: inline-block;
  /* background-image: url(./Previous-clients.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
  border-radius: 26843500px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  font-size: 16px;
  padding-inline: 17px;
  padding-block: 12px;
  position: absolute;
  left: 5px;
}


.our-clients-section {
  padding-block: 50px;
  padding-inline: 50px;
}

.our-clients-section .view-header h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  padding-block: 80px;
}




.our-clients-section .view-header strong {
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}


.our-clients-section .swiper-slide img {
  max-width: 300px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  transition: transform 0.3s ease;
  width: 100%;
}

.our-clients-section .swiper-slide:hover img {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}


/* project home  */

.project-category-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  padding-block: 50px;
  padding-inline: 40px;
}

.project-category-section .block-views-blockprojects-category-block-1 {
  padding-block-start: 50px;
}

.project-category-section .block-views-blockprojects-category-block-1 .view-header h2 {
  color: #101828;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 100% */
  padding-block-end: 30px;
}

.project-category-section .block-views-blockprojects-category-block-1 .view-header h2 span {
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.project-category-section .block-views-blockprojects-category-block-1 .view-header h3 {
  color: #364153;
  text-align: center;
  font-family: Poppins;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
  /* 157.051% */
}



.project-category-section .views-row {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background: #FFF;
  position: relative;
  padding: 0px;
  transition: all 0.2s ease;

}



.project-category-section {
  background: rgba(243, 244, 246, 0.95);
}


.project-category-section .views-row .views-field {
  display: flex;
  padding: 28px 20px 127px 30px;
  transition: padding 0.3s ease;
  height: 318px;
}



.project-category-section .views-row:hover .views-field {
  padding: 0;
}



.project-category-section .views-row .taxonomy-term .field--name-field-media-image {
  display: none;
  transition: opacity 0.4s ease;
  width: 100%;
}

.project-category-section .views-row .taxonomy-term .field--name-field-media-image img {
  width: 100%;
}


.project-category-section .views-row .field--name-field-icon .field--name-field-media-image {
  display: flex !important;
  position: relative;
  transition: all 0.6s ease;

}

.project-category-section .views-row .field--name-field-icon .field--name-field-media-image img {
  height: 100% !important;
  width: 100% !important;
}

.project-category-section .views-row .field--name-name {
  color: #000;
  transition: color 0.4s ease;

}


.project-category-section .views-row:hover .taxonomy-term .field--name-field-media-image {
  display: block;
  background: linear-gradient(0deg, rgba(191, 30, 46, 0.20) 0%, rgba(191, 30, 46, 0.00) 100%);
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;

}


.project-category-section .views-row .taxonomy-term .field--name-field-media-image img {
  display: block;
  width: 438.33px;
  height: 318.4px;
  object-fit: cover;
  transition: transform 0.6s ease;
}


.project-category-section .views-row .taxonomy-term .field--name-field-media-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease;
  z-index: 2;
}


.project-category-section .views-row:hover .taxonomy-term .field--name-field-media-image::after {
  background: linear-gradient(0deg, rgba(191, 30, 46, 0.50) 0%, rgba(191, 30, 46, 0.00) 100%);
  transition: background 0.5s ease;
}


.project-category-section .views-row .views-field-nothing {
  display: none;
  position: relative;
}

.project-category-section .views-row .views-field-nothing a {
  border-radius: 26843500px;
  background: rgba(0, 0, 0, 0.80);
  padding: 9px;
  color: #FFF;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  padding-inline-start: 30px;
}

.project-category-section .views-row .views-field-nothing::before {
  content: "";
  display: flex;
  width: 17px;
  height: 16px;
  /*margin-right: 8px;
    */
  background-image: url(./left-arrow-projects.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
  left: 8px;
}

.project-category-section .views-row:hover .views-field-nothing {
  display: flex;
  position: absolute;
  right: 16px;
  bottom: 21px;
  align-items: flex-end;
  height: 28px;
  z-index: 11;
}


.project-category-section .views-row:hover .field--name-field-icon .field--name-field-media-image {
  display: none !important;
}


.project-category-section .views-row:hover .field--name-name {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 66px;
  right: 15px;
  display: flex;
  z-index: 11;
  width: 70%;
  font-size: 20px;
  justify-content: flex-end;

}


.project-category-section .views-row .field--name-name {
  color: #1C1C1C;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 118.182% */
  width: 200px;
}


/* about-us layout */


.block-views-blockpage-title-block-1 .view-content .views-row .views-field-nothing h1 {
  background: #000;
  /* color: #000; */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 57.947px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.947px;
  position: relative;
  padding-block-end: 20px;
  padding-block-start: 166px;
  z-index: 1111;
}

.block-views-blockpage-title-block-1 .view-content .views-row .views-field-nothing {
  background: #D5D5D5;
}



.block-views-blockpage-title-block-1 .view-content .views-row .views-field-nothing h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 128px;
  height: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #BF1E2E 50%, rgba(0, 0, 0, 0.00) 100%);
}



.block-views-blockhero-breif-block-1 .view-content .views-row .views-field-field-hero-breif .field-content {
  color: #364153;
  text-align: center;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.438px;
  padding-inline: 300px;
  padding-block: 28px 93px;
  background: #D5D5D5;
  position: relative;
  z-index: 111;
}


.intro-about-us-section .top-intro-section-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
  align-items: center;
  padding-inline: 215px;
  padding-block: 70px;
  gap: 73px;
}

.intro-about-us-section .top-intro-section-wrapper img {
  transition: transform 0.3s ease;
}

.intro-about-us-section .top-intro-section-wrapper img:hover {
  transform: scale(1.1);
}

.intro-about-us-section .title-body-intro-wrapper {
  border-bottom: 0.8px solid #CCC;
  padding-block-end: 33px;
}



.intro-about-us-section .title-body-intro-wrapper .field--name-title h2 {
  color: #000;
  font-family: Poppins;
  font-size: 26.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.5px;
  padding-block-end: 28px;
}



.intro-about-us-section .title-body-intro-wrapper .field--name-body p {
  color: #4D4D4F;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.017px;
}



.intro-about-us-section .field--name-field-about-us-paragraph {
  display: flex;
  padding-block: 44px;
  padding-inline: 20px;
}

.intro-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 80px;
  gap: 11px;
  transition: transform 0.3s ease;
}

.intro-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph:hover {
  transform: translateY(-5px);
}

.intro-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph .field--name-field-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
  /* 155.556% */
}

.intro-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph .field--name-field-body {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  /* 142.857% */
}

.intro-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph img {
  border-radius: 50%;
  background: #FFE2E2;
  padding: 16px;
  width: 54px;
  height: 51px;
}

.intro-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph .field--name-field-media-image {
  margin: 0px !important;
}


.intro-about-us-section {
  background: #F9FAFB;
}

.about-us-menu-section {
  background: #F9FAFB;
}


.about-us-menu-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-block-start: 23px;
}



.about-us-menu-section ul .nav-link {
  color: #4A5565;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  border-radius: 26843500px;
  border: 0.8px solid #E5E7EB;
  background: #FFF;
  padding-inline: 20px;
  padding-block: 12px;
}


.about-us-menu-section ul .nav-link.active {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  border-radius: 26843500px;
  background: #BF1E2E;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}



/* vison */

.vision-about-top-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vision-about-top-wrapper .field--name-title h2 {

  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #1a1a1a;
  font-weight: 700;
  padding-block-start: 32px;
  padding-block-end: 67px;
}


.vision-about-us-section img {
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  /* Replace with your actual "mansour-red" color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
}


.vision-about-top-wrapper p {
  color: #364153;
  text-align: center;
  font-family: Poppins;
  font-size: 15.75px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.594px;
}

.vision-about-top-wrapper .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 1px solid #ccc;
  border-left: 4px solid #e3342f;
  border-radius: 0.75rem;
  color: #1f2937;
  background: linear-gradient(to right, #fef2f2, #ffffff);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 300ms;
  padding-block: 25px;
  transition: all 0.3s ease;
}

.vision-about-top-wrapper .field--name-body:hover {
  transform: scale(1.05);
}

.vision-about-us-section {
  padding-inline: 200px;
  padding-block: 50px;
  background: #F9FAFB;
}



.vision-about-us-section .field--name-field-about-us-paragraph {
  display: flex;
  gap: 30px;
  padding-block: 70px;
}



.vision-about-us-section .paragraph--type--about-us-paragraph {
  border-radius: 12.75px;
  border: 1.6px solid #FFE2E2;
  background: linear-gradient(135deg, #FFF 0%, #FEF2F2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px;
  transition: all 0.3s ease;
}

.vision-about-us-section .paragraph--type--about-us-paragraph:hover {
  border-color: #FF4D4D;
  transform: scale(1.05);
}

.vision-about-us-section .paragraph--type--about-us-paragraph .field--name-field-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
  padding-block: 14px;
}

.vision-about-us-section .paragraph--type--about-us-paragraph .field--name-field-body {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.906px;
  /* 162.5% */
  text-align: center;
}


.vision-about-us-section .paragraph--type--about-us-paragraph img {
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  border-radius: 8.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
}


/* our team */


.our-team-aboout-us-section .field--name-title h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
  padding-block: 14px;
}

.our-team-aboout-us-section .field--name-body {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
  /* 162.5% */
}



.our-team-aboout-us-section img {
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  /*Replacewithyouractual"mansour-red"color*/
  border-radius: 8.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  -webkit-border-radius: 50%;

}

.our-team-aboout-us-section .node__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
}


.our-team-taxonomy-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
  padding-inline: 230px;
  padding-block-end: 50px;
}

.our-team-taxonomy-section .view-content img {
  width: 83px;
  height: 83px;
  border: 1.6px solid rgba(255, 255, 255, 0.50);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
}

.our-team-taxonomy-section .view-content .views-row {
  border-radius: 14px;
  border: 0.8px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 222px;
  padding: 20px;
  transition: transform 0.3s ease;
  position: relative;

}

.our-team-taxonomy-section .view-content .views-row .views-field-nothing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;

  z-index: 10;

}

.our-team-taxonomy-section .view-content .views-row .views-field-nothing a {
  display: flex;
  height: 100%;
  width: 100% !important;
}

.our-team-taxonomy-section .view-content .views-row:hover {
  transform: translateY(-15px);
}

.our-team-taxonomy-section .view-content .views-row span {
  color: #1f2937;
  font-weight: 700;
  line-height: 1.25;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  font-family: 'Poppins';
  font-size: 13px;
}

.our-team-taxonomy-section .view-content .views-row .views-field-nothing {
  /* position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  background: transparent; */
}

.our-team-taxonomy-section .view-content .views-row .views-field-name {
  padding-top: 19px;
}


.our-team-aboout-us-section,
.our-team-taxonomy-section {
  background: #F9FAFB;
}



.our-team-facts-section .field--name-field-facts {
  display: flex;
  justify-content: center;
  padding-block: 70px;
  background: linear-gradient(90deg, #BF1E2E 0%, #E7000B 100%);
  border-radius: 1rem;
  padding: 2rem;
  color: white;
  gap: 71px;
  transition: all 0.3s ease;
}

.our-team-facts-section .field--name-field-facts:hover {
  transform: scale(1.05);
}

.our-team-facts-section {
  padding-inline: 11px;
  padding-block: 45px;
}



.our-team-facts-section .about-us-facts-wrapper {
  display: flex;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.about-us-facts-wrapper.field--name-field-title {
  color: #FFE2E2;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}


.our-team-facts-section .field--name-field-facts .paragraph--type--about-us-facts-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* our team inner  */


.our-team-content-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-inline: 200px;
  background: #D5D5D5;
  padding-block: 60px;
}






.our-team-content-section .views-row {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 12.75px;
  height: 100%;
  background-color: #fff;
  border: 2px solid #f3f4f6;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  padding: 0px;
}

.our-team-content-section .views-row:hover {
  border-color: #e50019;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.our-team-content-section .views-row .field--name-field-media-image {
  width: 100%;
}


.our-team-content-section .views-row .field--name-field-media-image img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}




.our-team-content-section .views-row .views-field-title {
  margin-top: -100px;
  padding-inline-start: 21px;
  overflow: hidden;
  height: 28px;
}


.our-team-content-section .views-row .views-field-title span {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.5px;
}


.our-team-content-section .views-row .views-field-field-position {
  margin-top: -11px;
  padding-inline-start: 21px;
}


.our-team-content-section .views-row .views-field-field-position .field-content {
  display: inline-block;
  border-radius: 26843500px;
  background: rgba(255, 255, 255, 0.90);
  padding: 6px 12px;

  color: #BF1E2E;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
}


.our-team-content-section .views-field-term-node-tid {
  position: absolute;
  right: 14px;
  top: 20px;

}

.our-team-content-section .views-field-term-node-tid span {
  color: #FFF;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  border-radius: 26843500px;
  background: #BF1E2E;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding-block: 9px;
  padding-inline: 14px;
}



.our-team-content-section .views-field-field-experince {
  color: #4A5565;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  padding-inline-start: 21px;
  margin-top: 35px;
  width: 120px;
  position: relative;
  padding-left: 50px;
}


.our-team-content-section .views-field-field-experince::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 19px;
  background: url(./position-our-team.svg) no-repeat center center;
  background-size: contain;
  display: block;
}

.our-team-content-section .views-field-field-date {
  color: #4A5565;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  padding-inline-start: 50px;
  margin-bottom: 30px;
  position: relative;
}


.our-team-content-section .views-field-field-date::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 19px;
  background: url(./Date-our-team.svg) no-repeat center center;
  background-size: contain;
  display: block;
}


.our-team-content-section .views-field-nothing {
  position: absolute;
  bottom: 37px;
  right: 21px;
  width: 96px;

}


.our-team-content-section .views-field-nothing a {
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;

}



.our-team-descreption-tax-section .view-content .vocabulary-our-team {
  display: flex;
  justify-content: center;

}



.our-team-descreption-tax-section .view-content .vocabulary-our-team .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}


.our-team-descreption-tax-section .view-content .vocabulary-our-team .content h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 100% */
  padding-block-end: 30px;
}


/* .our-team-descreption-tax-section .view-content .vocabulary-our-team .content img {
    width: 45px;
    height: 45px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 9px;
} */


.our-team-descreption-tax-section .view-content .vocabulary-our-team .content .field--name-field-media-image {
  width: 45px;
  height: 45px;
  background-color: #BF1E2E;
  /* الخلفية الحمراء */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 9px;
}

.our-team-descreption-tax-section .view-content .vocabulary-our-team .content .field--name-field-media-image img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
  /* يجعل الصورة بيضاء */
}






.our-team-descreption-tax-section {
  background: #D5D5D5;
  padding-block-start: 90px;
}


.hse-about-us-top-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
  padding-inline: 200px;

}



.hse-about-us-top-wrapper img {
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  border-radius: 8.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  -webkit-border-radius: 50%;
}


.hse-about-us-top-wrapper h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
  padding-block: 14px;
}


.hse-about-us-top-wrapper .field--name-body p {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
  padding-inline: 200px;
  padding-block-end: 138px;
}




.hse-about-us-top-wrapper .field--name-field-hse-second-body {
  border-radius: 12.75px;
  border-top: 0.8px solid #BF1E2E;
  border-right: 0.8px solid #BF1E2E;
  border-bottom: 0.8px solid #BF1E2E;
  border-left: 4px solid #BF1E2E;
  background: linear-gradient(90deg, #EFF6FF 0%, #FFF 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  color: #364153;
  text-align: center;
  font-family: Poppins;
  font-size: 15.75px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.594px;
  padding: 28px;
  transition: all 0.3s ease;
}

.hse-about-us-top-wrapper .field--name-field-hse-second-body:hover {
  transform: scale(1.05);
}


.hse-about-us-section .field--name-field-about-us-paragraph {
  display: flex;
  justify-content: center;
  gap: 77px;
  padding-inline: 200px;
  padding-block-start: 100px;
  padding-block-end: 86px;
}


.hse-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  transition: transform 0.3s ease;
}

.hse-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph:hover {
  transform: translateY(-5px);
}

.hse-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph img {
  border-radius: 26843500px;
  background: #DBEAFE;
  padding: 10px;
}


.hse-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph .field--name-field-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
}



.hse-about-us-section .field--name-field-about-us-paragraph .paragraph--type--about-us-paragraph .field--name-field-body {

  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  /* 142.857% */
}



.hse-about-us-section {
  background: #F9FAFB;
}






.field--name-description {
  position: relative;
  padding-top: 25px;
}

.field--name-description p {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.438px;
}


.field--name-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  /* سماكة البوردِر */
  opacity: 0.5887;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(74, 85, 101, 0.50) 50%,
      rgba(0, 0, 0, 0.00) 100%);
}



/* our team popup */

.ui-dialog.ui-corner-all {
  width: 320px !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(128, 0, 32, 0.4);
  font-family: Arial, sans-serif;
  background-color: #fff !important;
  color: #222;

}


/* .ui-dialog.ui-corner-all .node__content{
  border-radius: 8.75px;
border: 0.8px solid rgba(0, 0, 0, 0.10);
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
} */






/* Title bar */
.ui-dialog.ui-corner-all .ui-dialog-titlebar {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}

.ui-dialog.ui-corner-all .ui-dialog-titlebar .ui-dialog-title {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 0;
}



/* Image container */
.ui-dialog.ui-corner-all .node__content .field--name-field-media-image {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.ui-dialog.ui-corner-all .node__content img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #bb2649;
  object-fit: cover;
  box-shadow: 0 0 12px 3px rgba(187, 38, 73, 0.5);
}

/* Position & experience wrapper */
.ui-dialog.ui-corner-all .pop-up-position-experince-date-wrapper {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8.75px;
  background: rgba(191, 30, 46, 0.05);
  padding: 13px;
}

.ui-dialog.ui-corner-all .pop-up-position-experince-date-wrapper .field--name-field-position {
  color: #BF1E2E;
  text-align: center;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.5px;
}


.pop-up-experince-date-wrapper {
  color: #4A5565 !important;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}


.pop-up-experince-date-wrapper .field--name-field-experince {
  position: relative;
}


.pop-up-experince-date-wrapper .field--name-field-experince::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 19px;
  background: url(./position-our-team.svg) no-repeat center center;
  background-size: contain;
  display: block;
}










/* Sub-position & date inside wrapper */
.ui-dialog.ui-corner-all .pop-up-experince-date-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #d8a1a8;
  margin-top: 5px;
}

/* Biography content */
.ui-dialog.ui-corner-all .text-formatted p {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  padding: 10px 15px;
  background-color: #fafafa;
  border-radius: 8px;
  box-shadow: inset 0 0 4px #eee;
  margin: 0;
}

/* Center content inside dialog content */
.ui-dialog.ui-corner-all .node__content {
  padding: 0;
}

/* Dialog content box adjustments */
.ui-dialog.ui-corner-all .ui-dialog-content {
  border-radius: 10px;
  padding: 0;
  overflow: visible;
}




/* mission */




.mission-about-us-section .block-views-blockabout-us-block-5 .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 1px solid #ccc;
  border-left: 4px solid #e3342f;
  border-radius: 0.75rem;
  color: #1f2937;
  background: linear-gradient(to right, #fef2f2, #ffffff);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 300ms;
  padding-block: 25px;
  transition: all 0.3s ease;
}

.mission-about-us-section .block-views-blockabout-us-block-5 .field--name-body:hover {
  transform: scale(1.05);
}


.mission-about-us-section .block-views-blockabout-us-block-5 .field--name-title h2 {

  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #1a1a1a;
  font-weight: 700;
  padding-block-start: 32px;
  padding-block-end: 67px;
}


.mission-about-us-section .col-12 .node__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 200px;
  padding-block: 50px;
  background: #F9FAFB;
}



.mission-about-us-section .block-views-blockabout-us-block-5 img {
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  /* Replace with your actual "mansour-red" color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
}



.mission-about-us-section .block-views-blockabout-us-block-5 p {
  color: #364153;
  text-align: center;
  font-family: Poppins;
  font-size: 15.75px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.594px;
  padding-inline: 40px;
}



















/* footer */


.site-footer .block {
  border: unset;
  border-color: unset;
  margin: 0px;
  padding: 0px;
}



.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-inline: 42px;
  padding-block-end: 100px;
  gap: 40px;
  /* background: url(./back-ground-image-footer.svg) center center / cover no-repeat; */
}


.site-footer__top .row {
  width: 100%;
}


.site-footer .nav-item a {
  color: #D1D5DC !important;
  font-family: Poppins;
  font-size: 15.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--main-color);
  transition: width 0.3s ease;
}

.site-footer .nav-item a:hover::after {
  width: 100%;
}

.site-footer__top h2 {
  display: inline-block;
  color: #FFF;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 133.333% */
  padding-block-end: 35px;
  border-bottom: unset;
  border-color: unset;
  position: relative;
  text-transform: capitalize;
}

.site-footer__top h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #BF1E2E 0%, #FF6467 100%);
  border-radius: 2px;
}






.region-footer-second ul {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.region-footer-third .contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.region-footer-third .contact-item {
  display: flex;
  padding-block: 15px;
}

.region-footer-third .contact-item:hover {
  background: #ffffff2e;
  border-radius: 15px;
}

.region-footer-third .contact-item p {
  color: #D1D5DC;
  font-family: Poppins;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
  margin: 0;
}

.region-footer-third .contact-item strong {
  color: #fff;
  font-family: Poppins;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
}



.region-footer-first .company-logo img {
  border-radius: 8.75px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease;
}

.region-footer-first .company-logo img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.region-footer-first .company-description {
  color: #D1D5DC;
  font-family: Poppins;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.59px;
  /* 164.038% */
  margin: 0;
  padding-block: 30px;
}

.region-footer-first .read-more a {
  color: #86A3D6;
  text-align: center;
  font-family: Poppins;
  font-size: 12.3px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}



.region-footer-first .read-more a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'><path d='M3.88672 7.31006H12.0534' stroke='%2386A3D6' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.96997 3.22681L12.0533 7.31014L7.96997 11.3935' stroke='%2386A3D6' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;

}



.site-footer {
  background:
    linear-gradient(135deg, #000 0%, #101828 50%, #000 100%),
    url(./back-ground-image-footer.svg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block-start: 99px;
}


.main-wrapper-logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.region-footer-fifth p {
  color: #99A1AF;
  text-align: center;
  font-family: Poppins;
  font-size: 15.4px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
  padding-block: 61px 70px;
}

.region-footer-fifth strong {
  color: #BF1E2E;

}


.region-footer-fourth small,
.region-footer-fourth .js-form-type-checkbox,
.region-footer-fourth .form-actions a,
.region-footer-fourth .js-form-type-email label {
  display: none;
}



/* news letter */

.region-footer-fourth #simplenews-subscriptions-block-f95b34d7-5e4e-4a2d-a379-67e656980ed0 {
  display: flex;
  flex-direction: column;
}


.region-footer-fourth #edit-message {
  order: -1;
  color: #D1D5DC;
  font-family: Poppins;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.59px;
}


.region-footer-fourth #edit-mail-wrapper,
.region-footer-fourth #edit-subscriptions-wrapper,
.region-footer-fourth #edit-actions {
  order: 0;
}

.email-submit-wrapper button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(./send-icon-pure.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}


.main-wrapper-footer {
  position: relative;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.main-wrapper-footer:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.main-wrapper-footer::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -20px;
  width: 108%;
  height: 106%;
  background: linear-gradient(90deg, #BF1E2E 0%, #E7000B 100%);
  opacity: 0.3;
  filter: blur(4px);
  border-radius: 14px;
  z-index: 0;

}


.main-wrapper-footer .email-submit-wrapper {
  position: relative;
  z-index: 1;

  border-radius: 14px;
  border: 1px solid rgba(54, 65, 83, 0.50);
  background: linear-gradient(135deg, rgba(30, 41, 57, 0.90) 0%, rgba(16, 24, 40, 0.90) 100%);
  backdrop-filter: blur(4px);
  padding: 22px;
}



.site-footer__bottom {
  position: relative;
  z-index: 1;
  border-top: unset;
}

.site-footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(54, 65, 83, 0) 0%, #364153 50%, rgba(54, 65, 83, 0) 100%);
  border-radius: 2px;
}

.region-footer-first .bottom-buttons {
  display: flex;
  justify-content: flex-start;
  padding-block-start: 33px;
  margin-left: -13px;
}

.region-footer-first .bottom-buttons img {
  transition: transform 0.3s ease;
}

.region-footer-first .bottom-buttons img:hover {
  transform: scale(1.05);
}

.region-footer-second .menu--quick-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}





.email-submit-wrapper input {
  border-radius: 12.75px;
  border: 1px solid rgba(74, 85, 101, 0.50);
  background: rgba(54, 65, 83, 0.50);
  backdrop-filter: blur(4px);
  font-family: var(--font-family);
  font-size: 16px;
}


.email-submit-wrapper button {
  border-radius: 12.75px;
  background: linear-gradient(90deg, #BF1E2E 0%, #C10007 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  border-color: #BF1E2E;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.5px;
  /* 155.063% */
}





.block-views-blockcustome-breadcrumb-block-1 .view-custome-breadcrumb .view-content {
  position: absolute;
  z-index: 111;
  top: 160px;
  left: 300px;
  border-radius: 12.75px;
  border: 1.6px solid #F3F4F6;
  background: #FFF url(./return-arrow-our-team.svg) no-repeat 10px center;
  background-size: 35px 35px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding-left: 6px;
  padding-inline-end: 10px;

  height: 130px;
  padding-inline-start: 46px;
}




.block-views-blockcustome-breadcrumb-block-1 .view-custome-breadcrumb .view-content .top-members-breadcrumb {
  color: #6A7282;
  text-align: center;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  /* 142.857% */
}


.block-views-blockcustome-breadcrumb-block-1 .view-custome-breadcrumb .view-content .member-bread-crumb-link {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
}

.block-views-blockcustome-breadcrumb-block-1 .views-row {
  display: flex;
  flex-direction: column;
  gap: 31px;
  justify-content: center;
}


/* project section */

.project-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-inline: 100px;
  padding-block: 100px;
  gap: 33px;
}


.project-section .view-content .field--name-field-projects-information {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-section .view-content .field--name-field-projects-information .field--name-field-body {
  color: #4A5565;
  font-family: Poppins;
  font-size: 14.873px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.247px;
  /* 142.857% */
  padding-inline-start: 30px;
}



.project-section .view-content .views-row {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.75rem;
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  overflow: hidden;
  border: none;
  height: 100%;
  position: relative;
  width: 366.993px;
  justify-content: space-between;
  padding: 0px;
  transition: transform 0.3s ease;
}

.project-section .view-content .views-row:hover {
  transform: translateY(-5px);
}

.project-section .view-content .views-row:hover h2 {
  color: var(--main-color);
}


.project-section .field--name-field-partner-project {
  /* display: inline-flex
; */
  align-items: center;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding: 0.125rem 0.625rem;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, color 0.2s ease;
  outline: none;
  position: absolute;
  top: 17px;
  left: 18px;
  font-family: Poppins;

}



.project-section .field--name-field-partner-project:hover {
  background-color: rgba(37, 99, 235, 0.8);
  /* hover:bg-primary/80 (assuming primary is blue-600) */
}

.project-section .field--name-field-partner-project:focus {
  outline: none;
  /* focus:outline-none */
  box-shadow: 0 0 0 2px var(--ring-color, #3b82f6),
    /* focus:ring-2 */
    0 0 0 4px white;
  /* focus:ring-offset-2 (ring offset) */
}


.project-section .field--name-field-projects-information,
.project-section .field--name-field-project-category,
.project-section .field--name-title h2,
.project-section .field--name-field-project-type {
  padding-inline: 25px;
}


.project-section .field--name-title h2 {
  color: #000;
  font-family: Poppins;
  font-size: 21.247px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.746px;
  /* 140% */
  padding-block-start: 25px;
  padding-block-end: 17px;
  display: flex;
  height: 116px;
  overflow: hidden;
}

.paragraph--type--project-partner {
  border-radius: 10.624px;
  border: 0.971px solid #BEDBFF;
  background: #EFF6FF;
  padding: 13px;
  display: flex;
  flex-direction: column;
}

.paragraph--type--project-partner .field--name-field-title {
  color: #1C398E;
  font-family: Poppins;
  font-size: 14.873px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.247px;
  padding-inline-start: 30px;
}

.paragraph--type--project-partner .field--name-field-name {
  color: #1447E6;
  font-family: Poppins;
  font-size: 12.748px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.998px;
  padding-inline-start: 30px;
  padding-block-end: 10px;
}

.paragraph--type--project-partner .field--name-field-body {
  color: #193CB8;
  font-family: Poppins;
  font-size: 12.748px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.998px;
}

.node--type-projects .field--name-field-projects-partner {
  padding-inline: 25px;
  padding-block-start: 28px;
  padding-block-end: 17px;
}



.project-section .view-content .views-row img {
  width: 100%;
}

.project-section .view-content .views-row .field--name-field-media-image img {
  width: 100%;
  margin: 0px;
  height: 300px;
  object-fit: cover;
}

.project-section .view-content .views-row .field--name-field-media-image {
  margin: 0px;
  width: 100%;
}

.project-section .field--name-field-icon .field--name-field-media-image {
  height: 100% !important;
  width: unset !important;
}

.project-section .field--name-field-icon .field--name-field-media-image img {
  height: 100% !important;
}

.project-section .node__content {
  display: flex;
  flex-direction: column;
}

.project-section .list-view .node__content {
  flex-direction: row;
}


.term-projects-wrapper {
  display: flex;
  gap: 9px;
  padding-block-start: 30px;
  padding-inline-start: 9px;
}

.term-projects-wrapper .field--name-field-project-category {
  color: #364153;
  font-family: Poppins;
  font-size: 12.748px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.998px;
  border-radius: 32591446px;
  border: 0.971px solid rgba(0, 0, 0, 0.00);
  background: #F3F4F6;
  padding-inline: 10px;
  padding-block: 7px;

}

.term-projects-wrapper .field--name-field-project-category:hover {
  background: var(--main-color);
  color: #fff;
}

.term-projects-wrapper .field--name-field-project-type {
  color: #364153;
  font-family: Poppins;
  font-size: 12.748px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.998px;
  border-radius: 32591446px;
  border: 0.971px solid #D1D5DC;
  padding-inline: 10px;
  padding-block: 7px;
}

.term-projects-wrapper .field--name-field-project-type:hover {
  border: 0.971px solid var(--main-color);
  color: var(--main-color);
}

.project-section .view-content .views-row .views-field-view-node a {
  border-radius: 8.195px;
  background: #6A7282;
  padding-inline: 100px;
  padding-block: 6px;
  color: #FFF;
  font-family: Poppins;
  font-size: 14.873px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.247px;
}


.project-section .view-content .views-row .views-field-view-node a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M3.82031 9.21924H13.7357' stroke='white' stroke-width='1.41648' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.77832 4.26172L13.736 9.21941L8.77832 14.1771' stroke='white' stroke-width='1.41648' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}


.project-section .view-content .views-row .views-field-view-node {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
  padding-inline-start: 28px;
}

.project-section .d-flex {
  padding-inline-start: 100px;
  border-top: 0.8px solid #E5E7EB;
  border-bottom: 0.8px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.80);
  padding-block: 42px;
  gap: 15px;
}

.project-section .d-flex .form-select {
  border-radius: 12.75px;
  border: 1.6px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  color: #364153;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
}

.project-section .d-flex input {
  border-radius: 12.75px;
  border: 1.6px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  color: #364153;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
}

/*  inner project */

.project-full-section .col-lg-9 .swiper-slide img {
  border-radius: 20px 20px 0px 0px;
}


.project-full-section {
  padding-inline: 200px;
  background: #D5D5D5;
}

.project-full-section .col-lg-3 .block-field-blocknodeprojectsfield-project-details {
  border-radius: 12.75px;
  border: 0.8px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding: 21px;
}

.project-full-section .col-lg-3 .block-field-blocknodeprojectsfield-project-details .title-name-project-details-wrapper .field--name-field-title {
  color: #101828;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
}


.project-full-section .col-lg-3 .block-field-blocknodeprojectsfield-project-details .title-name-project-details-wrapper .field--name-field-body {
  color: #4A5565;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  /* 142.857% */
}


.project-full-section .col-lg-3 {
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.project-full-section .col-lg-9 {
  width: 60%;
}



.project-full-section .col-lg-3 h2 {
  color: #000;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
  padding-block-end: 13px;
  position: relative;
  padding-left: 28px
}



.project-full-section .col-lg-3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  width: 18px;
  height: 19px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'><path d='M14.3171 3.07507H4.10872C3.30331 3.07507 2.65039 3.72799 2.65039 4.53341V14.7417C2.65039 15.5472 3.30331 16.2001 4.10872 16.2001H14.3171C15.1225 16.2001 15.7754 15.5472 15.7754 14.7417V4.53341C15.7754 3.72799 15.1225 3.07507 14.3171 3.07507Z' stroke='%23BF1E2E' stroke-width='1.45833' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.02474 8.90837C7.83015 8.90837 8.48307 8.25545 8.48307 7.45003C8.48307 6.64462 7.83015 5.9917 7.02474 5.9917C6.21932 5.9917 5.56641 6.64462 5.56641 7.45003C5.56641 8.25545 6.21932 8.90837 7.02474 8.90837Z' stroke='%23BF1E2E' stroke-width='1.45833' stroke-linecap='round' stroke-linejoin='round'/><path d='M15.7754 11.825L13.5252 9.57481C13.2517 9.30141 12.8808 9.14783 12.4941 9.14783C12.1074 9.14783 11.7366 9.30141 11.4631 9.57481L4.83789 16.2' stroke='%23BF1E2E' stroke-width='1.45833' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: contain;
}

.project-full-section .title-name-project-details-wrapper {
  padding-block-end: 13px;
}


.project-full-section .project-interest-card {
  border-radius: 12.75px;
  border: 0.8px solid #E7000B;
  background: linear-gradient(135deg, #BF1E2E 0%, #C10007 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding: 18px;
}

.project-full-section .project-interest-card h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
}

.project-full-section .project-interest-card p {
  color: rgba(255, 255, 255, 0.90);
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  padding-block: 5px;
}





.project-full-section .project-interest-card a {
  border-radius: 6.75px;
  background: #FFF;
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  display: flex;
  justify-content: center;
  padding-block: 7px;
}



.project-full-body-section .block-field-blocknodeprojectsbody {
  border-radius: 12.75px;
  border: 0.8px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding: 28px;
}


.project-full-body-section {
  padding-inline: 200px;
  padding-block: 50px;
  background: #D5D5D5;

}


.project-full-body-section .block-field-blocknodeprojectsbody h2 {
  color: #000;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-block-end: 20px;
  padding-left: 37px;
  position: relative;
}

.project-full-body-section .block-field-blocknodeprojectsbody h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><path d='M16.5508 2.3252H6.05078C5.08428 2.3252 4.30078 3.1087 4.30078 4.0752V18.0752C4.30078 19.0417 5.08428 19.8252 6.05078 19.8252H16.5508C17.5173 19.8252 18.3008 19.0417 18.3008 18.0752V4.0752C18.3008 3.1087 17.5173 2.3252 16.5508 2.3252Z' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.67578 19.8252V16.3252H13.9258V19.8252' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.80078 5.8252H7.80953' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.8008 5.8252H14.8095' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.3008 5.8252H11.3095' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.3008 9.3252H11.3095' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.3008 12.8252H11.3095' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.8008 9.3252H14.8095' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.8008 12.8252H14.8095' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.80078 9.3252H7.80953' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.80078 12.8252H7.80953' stroke='%23BF1E2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: contain;
}

.project-full-body-section .block-field-blocknodeprojectsbody .field--name-body {
  color: #364153;
  font-family: Poppins;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.594px;
}



/* equpmint */


.equipment-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-inline: 150px;
  padding-block: 50px;
  row-gap: 35px;
}

.equipment-section .view-content .node__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 14.073px;
  background-color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
  position: relative;
  transition: transform 0.3s ease;
}

.equipment-section .view-content .node__content:hover {
  transform: translateY(-5px);
}



.equipment-section .view-content .node__content:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.equipment-section .view-content .node__content img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  height: 145px;
}

.equipment-section .view-content .node__content:hover img {
  transform: scale(1.05);
}


.equipment-section .view-content .node__content .field--name-field-media-image {
  width: 100%;
}


.equipment-section .view-content .node__content .field--name-field-equipment-type {
  background-color: #BF1E2E;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 14.073px;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.453px;
  width: 75%;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 12px;
  left: 12px;
}



.equipment-section .view-content .node__content .field--name-title h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.179px;
  padding-block-end: 50px;
  height: 80px;
}


.unit-wrapper {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  padding-block-end: 46px;
  position: relative;
  padding-inline-start: 38px;
}


.unit-wrapper::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 19%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><g clip-path='url(%23clip0_1_10964)'><path d='M7.44186 14.0167C7.63762 14.1297 7.85968 14.1892 8.08572 14.1892C8.31176 14.1892 8.53382 14.1297 8.72957 14.0167L13.2366 11.4412C13.4321 11.3283 13.5946 11.166 13.7076 10.9705C13.8206 10.775 13.8802 10.5532 13.8804 10.3274V5.17651C13.8802 4.95069 13.8206 4.72891 13.7076 4.5334C13.5946 4.3379 13.4321 4.17555 13.2366 4.06264L8.72957 1.48722C8.53382 1.3742 8.31176 1.3147 8.08572 1.3147C7.85968 1.3147 7.63762 1.3742 7.44186 1.48722L2.93487 4.06264C2.73931 4.17555 2.57687 4.3379 2.46387 4.5334C2.35086 4.72891 2.29125 4.95069 2.29102 5.17651V10.3274C2.29125 10.5532 2.35086 10.775 2.46387 10.9705C2.57687 11.166 2.73931 11.3283 2.93487 11.4412L7.44186 14.0167Z' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.08594 14.1905V7.75195' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/><path d='M2.48047 4.53271L8.08845 7.75199L13.6964 4.53271' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/><path d='M5.18945 2.7749L10.9842 6.09076' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_1_10964'><rect width='15.4525' height='15.4525' fill='white' transform='translate(0.361328 0.0256348)'/></clipPath></defs></svg>") no-repeat center center;
  background-size: contain;
}

.unit-wrapper .field--name-field-number {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.179px;
}

.unit-wrapper .field--name-field-prefix {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.453px;
}

.equipment-section .d-flex {
  justify-content: center;
  gap: 10px;
}

.equipment-section .d-flex .form-select {
  border-radius: 7.45px;
  border: 1.766px solid #D1D5DC;
  background: #FFF;
  box-shadow: 0 1.104px 3.311px 0 rgba(0, 0, 0, 0.10), 0 1.104px 2.208px -1.104px rgba(0, 0, 0, 0.10);
  color: #364153;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  width: 424.945px;

  background-image: url(./filter.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 35px;
}

.equipment-section .d-flex input {
  border-radius: 7.45px;
  border: 1.6px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  color: #364153;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  height: 46px;
  width: 424.945px;

  background-image: url(./search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 35px;
}

.equipment-section .d-flex label {
  display: none;
}

.equipment-section .d-flex .btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  border-radius: 14px;

}

.project-section .d-flex .btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  border-radius: 14px;
}


.block-page-title-block {
  background: #D5D5D5;
}




.block-page-title-block h1 {
  background: linear-gradient(180deg, #BF1E2E 0%, #000 50%, #BF1E2E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 57.947px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.947px;
  position: relative;
  padding-block-end: 20px;
  padding-block-start: 103px;
  z-index: 1111;

}

.block-page-title-block h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 600px;
  height: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #83111c 50%, rgba(0, 0, 0, 0.00) 100%);
}

.equipment-section {
  padding-block: 60px;
  background: #D5D5D5;
}


/* gallary */

.gallery-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 200px;
  padding-block-start: 77px;
  padding-block-end: 35px;
  gap: 32px;
  background: #D5D5D5;
}


.gallery-section .view-content .views-row {
  border-radius: 15.453px;
  border: 0.883px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 22.075px 27.594px -5.519px rgba(0, 0, 0, 0.10), 0 8.83px 11.038px -6.623px rgba(0, 0, 0, 0.10);
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.gallery-section .view-content .views-row .node__content {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.gallery-section .view-content .views-row .node__content:hover {
  transform: translateY(-5px);
}

.gallery-section .view-content .views-row .node__content .field--name-field-cover-image img {
  width: 100%;
  transition: transform 0.3s ease;
}

.gallery-section .view-content .views-row .node__content .field--name-field-cover-image img:hover {
  transform: scale(1.05);
}

.gallery-section .view-content .views-row .node__content .field--name-field-cover-image {
  width: 100%;
}

.gallery-section .view-content .views-row .node__content .field--name-field-media-image {
  width: 100%;
}

.gallery-section .view-content .views-row .node__content .field--name-title h2 {
  color: #000;
  font-family: Poppins;
  font-size: 19.316px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.042px;
  padding-block-start: 23px;
  padding-inline-start: 23px;

}

.gallery-section .view-content .views-row .node__content .field--name-body {
  color: #4A5565;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.972px;
  /* 162.5% */
  padding-block-start: 6px;
  padding-inline-start: 23px;
}


/* .gallery-section .view-content .views-row .node__content .field--name-field-date{
color: #6A7282;
font-family: Poppins;
font-size: 13.521px;
font-style: normal;
font-weight: 400;
line-height: 19.316px; 
padding-inline-start: 23px;
} */


.gallery-section .view-content .views-row .node__content .field--name-field-date {
  color: #4A5565;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  padding-inline-start: 50px;
  margin-bottom: 30px;
  position: relative;
  padding-block-start: 23px;
}

.gallery-section .view-content .views-row .node__content .field--name-field-date::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 75%;
  transform: translateY(-50%);
  width: 24px;
  height: 19px;
  background: url(./Date-our-team.svg) no-repeat center center;
  background-size: contain;
  display: block;
}


.gallery-section .view-content .views-row .views-field-nothing a {
  position: absolute;
  right: 40px;
  bottom: 29px;
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.316px;
  padding-right: 20px;
}




.gallery-section .view-content .views-row .views-field-nothing a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3.59766 8.17139H12.6116' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.10547 3.66431L12.6125 8.1713L8.10547 12.6783' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

/* inner -gallary */


.inner-gallery-album-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-inline: 200px;
  padding-block: 60px;
  gap: 24px;
}

.inner-gallery-album-section .view-content .views-row {
  border-radius: 14.073px;
  border: 0.883px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 11.038px 16.556px -3.311px rgba(0, 0, 0, 0.10), 0 4.415px 6.623px -4.415px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  transition: all 0.3s ease;
}

.inner-gallery-album-section .view-content .views-row:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.inner-gallery-album-section .view-content .views-row .field--name-field-media-image img {
  width: 100%;
}

.inner-gallery-album-section .view-content .views-row .field--name-field-media-image {
  width: 100%;
}


.inner-gallery-album-section .view-content .views-row .views-field-field-title {
  color: #000;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.316px;
  padding-block-start: 37px;
  padding-inline-start: 17px;
}

.inner-gallery-album-section .view-content .views-row .views-field-field-body {
  color: #4A5565;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.453px;
  padding-block-start: 5px;
  padding-inline-start: 17px;
  padding-block-end: 31px;
  padding-inline-end: 40px;
}


.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: 827.513px;
}

.glightbox-clean .gslide-description {
  border-radius: 8.75px;
  background: rgba(255, 255, 255, 0.10);
  width: 825px !important;
  max-width: unset !important;
}

.glightbox-clean .gslide-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.5px;
  /* 140% */
}


/* even section  */

.event-card-section .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-inline: 175px;
  gap: 32px;
}

.event-card-section .view-content .views-row {
  border-radius: 15.453px;
  border: 0.883px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 22.075px 27.594px -5.519px rgba(0, 0, 0, 0.10), 0 8.83px 11.038px -6.623px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  transition: transform 0.3s ease;
}

.event-card-section .view-content .views-row:hover {
  transform: translateY(-5px);
}

.event-card-section .event-card-top-wrapper {
  display: flex;
  flex-direction: column;
}

.views-field-field-cover-image {
  position: relative;
}


.views-field-field-cover-image .field--name-field-media-image {
  width: 100%;
}


.views-field-field-cover-image .field--name-field-media-image img {
  width: 100%;
}


.status-type-event-wrapper .views-field-field-event-type {
  color: #CA3500;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.453px;
  border-radius: 29628586px;
  border: 0.883px solid rgba(0, 0, 0, 0.00);
  background: #FFEDD4;
  width: 133px;
  padding-inline: 10px;
  position: absolute;
  top: 12px;
  right: 15px;
  display: flex;
  justify-content: center;
  padding-block: 3px;
}




.status-type-event-wrapper .views-field-field-event-type .field-content {
  position: relative;
  padding-left: 22px;
  /* مسافة للأيقونة */
}

.status-type-event-wrapper .views-field-field-event-type .field-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'><g clip-path='url(%23clip0_1_20449)'><path d='M9.53978 1.87891H3.74508C3.21169 1.87891 2.7793 2.3113 2.7793 2.84469V10.571C2.7793 11.1043 3.21169 11.5367 3.74508 11.5367H9.53978C10.0732 11.5367 10.5056 11.1043 10.5056 10.571V2.84469C10.5056 2.3113 10.0732 1.87891 9.53978 1.87891Z' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M5.19336 11.5368V9.60522H8.09071V11.5368' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.71094 3.81055H4.71531' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.57422 3.81055H8.57859' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.64258 3.81055H6.64695' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.64258 5.74207H6.64695' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.64258 7.67371H6.64695' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.57422 5.74207H8.57859' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.57422 7.67371H8.57859' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.71094 5.74207H4.71531' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.71094 7.67371H4.71531' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_1_20449'><rect width='11.5894' height='11.5894' fill='white' transform='translate(0.847656 0.912964)'/></clipPath></defs></svg>") no-repeat center;
  background-size: contain;
}

.status-type-event-wrapper .views-field-field-event-status {
  color: #364153;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.453px;
  border-radius: 29628586px;
  border: 0.883px solid rgba(0, 0, 0, 0.00);
  background: #F3F4F6;
  width: 110px;
  padding-inline: 10px;
  position: absolute;
  top: 12px;
  left: 15px;
  display: flex;
  justify-content: center;
  padding-block: 3px;
}


.event-card-section .view-content .views-row .views-field-title {
  padding-top: 23px;
  padding-left: 23px;
}



.event-card-section .view-content .views-row .views-field-title span {
  color: #000;
  font-family: Poppins;
  font-size: 19.316px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.042px;
}

.event-card-section .view-content .views-row:hover span {
  color: var(--main-color);
}

.event-card-section .view-content .views-row .views-field-field-breif {
  color: #4A5565;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.972px;
  /* 162.5% */
  padding-top: 23px;
  padding-left: 23px;
}


.event-card-section .view-content .views-row .views-field-field-event-information {
  padding-top: 23px;
}



.event-card-section .view-content .views-row .views-field-field-event-information .paragraph--type--event-information {
  color: #6A7282;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.316px;
  padding-inline-start: 47px;
}

.event-card-section .view-content .views-row .views-field-field-organized-by .field--name-field-title {
  color: #6A7282;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.453px;
  padding-left: 23px;
  width: 153px;
}

.event-card-section .view-content .views-row .organized-read-more-event-card-wrapper {
  display: flex;
  gap: 36px;
  align-items: center;
  padding-block-end: 40px;
  padding-block-start: 15px;
}

.event-card-section .view-content .views-row .organized-read-more-event-card-wrapper .views-field-nothing a {
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.316px;
  /* 142.857% */
  position: relative;
  padding-right: 20px;
}

.event-card-section .view-content .views-row .organized-read-more-event-card-wrapper .views-field-nothing a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3.59766 8.17139H12.6116' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.10547 3.66431L12.6125 8.1713L8.10547 12.6783' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.views-field-field-event-information .paragraph--type--event-information {
  position: relative;
  padding-left: 25px;
  /* مساحة للأيقونة */
  margin-bottom: 10px;
}


.views-field-field-event-information .paragraph--type--event-information:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url(./Date-our-team.svg);
  background-size: contain;
}


.views-field-field-event-information .paragraph--type--event-information:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url(./clock.svg);
  background-size: contain;
}


.views-field-field-event-information .paragraph--type--event-information:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url(./location-event.svg);
  background-size: contain;
}

.views-field-field-event-information .paragraph--type--event-information:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url(./Attendees.svg);
  background-size: contain;
}

.event-card-section .d-flex {
  justify-content: center;
  gap: 10px;
  padding-block: 47px;
}

.event-card-section .d-flex::before {
  content: "Filter by:";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #4A5565;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
}

.event-card-section .d-flex::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path d="M8.0496 16.0966C8.04953 16.2462 8.09113 16.3928 8.16975 16.52C8.24836 16.6473 8.36087 16.7501 8.49466 16.8169L10.1043 17.6217C10.227 17.6831 10.3634 17.712 10.5005 17.7058C10.6375 17.6996 10.7707 17.6584 10.8874 17.5863C11.0041 17.5141 11.1004 17.4133 11.1672 17.2934C11.2339 17.1736 11.2689 17.0386 11.2689 16.9014V11.2677C11.2691 10.8688 11.4173 10.4842 11.685 10.1884L17.4982 3.75872C17.6024 3.64328 17.6709 3.50012 17.6954 3.34656C17.72 3.193 17.6995 3.03562 17.6365 2.89344C17.5735 2.75126 17.4707 2.63038 17.3404 2.54542C17.2102 2.46045 17.0581 2.41504 16.9026 2.41467H2.41586C2.26021 2.41473 2.10792 2.45992 1.97743 2.54476C1.84694 2.62961 1.74386 2.75047 1.68066 2.89271C1.61746 3.03494 1.59686 3.19246 1.62136 3.34616C1.64586 3.49987 1.7144 3.64318 1.81868 3.75872L7.6335 10.1884C7.90114 10.4842 8.04942 10.8688 8.0496 11.2677V16.0966Z" stroke="%234A5565" stroke-width="1.60964" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}




.event-card-section .d-flex input {
  border-radius: 12.75px;
  border: 1.6px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  color: #364153;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  /* 150% */
}


.event-card-section .d-flex .form-select {
  border-radius: 12.75px;
  border: 1.6px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  color: #364153;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  height: 34.768px;
  width: 185.43px;
}


.event-card-section .d-flex .btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  border-radius: 14px;
}


.event-card-section .d-flex select {
  border-radius: 7.45px;
  border: 0.883px solid rgba(0, 0, 0, 0.00);
  background: #F3F3F5;
}



.Updates-wrapper {
  padding-inline: 165px;
  padding-block: 56px;
  background: #D5D5D5;
}


.Updates-wrapper .subscribe-wrapper {
  border-radius: 15.453px;
  background: linear-gradient(90deg, #BF1E2E 0%, #C10007 100%);
  box-shadow: 0 27.594px 55.188px -13.245px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 30px;
  transition: transform 0.3s ease;
}

.Updates-wrapper .subscribe-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15)
}


.Updates-wrapper .subscribe-wrapper h2 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 23.179px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.905px;
  /* 133.333% */
  padding-block-end: 13px;
}



.Updates-wrapper .subscribe-wrapper p {
  color: #FFE2E2;
  text-align: center;
  font-family: Poppins;
  font-size: 15.453px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.179px;
  /* 150% */
  padding-block-end: 21px;
  padding-inline: 186px;
}


.Updates-wrapper .subscribe-wrapper a {
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 13.521px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.316px;
  /* 142.857% */
  border-radius: 14.073px;
  background: #FFF;
  padding-block: 7px;
  padding-inline: 11px;
  padding-inline-end: 23px;
  position: relative;
}




.Updates-wrapper .subscribe-wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3.59766 8.17139H12.6116' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.10547 3.66431L12.6125 8.1713L8.10547 12.6783' stroke='%23BF1E2E' stroke-width='1.28771' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}



.event-card-section {
  background: #D5D5D5;
}


.project-section .view-filters {
  display: flex;
  align-items: center;
  padding-inline: 50px;
  justify-content: space-around;
}


/* Grid and List view structure */
.project-section .view-content.row {
  display: grid;
  gap: 20px;
}

.project-section .view-content.row .views-row {
  /* width: calc(33.333% - 20px); */
  transition: all 0.3s ease;
}

/* List view */
.project-section .view-content.list-view {
  display: block;
}

.project-section .view-content.list-view .views-row {
  width: 100%;
  margin-bottom: 20px;
}

/* Toggle buttons wrapper */
.view-toggle-wrapper {
  display: flex;
  gap: 0;
  margin-left: auto;
  margin-bottom: 15px;
  background-color: #f5f5f7;
  border-radius: 12px;
  padding: 4px;
}

/* Toggle buttons style */
.view-toggle-btn {
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-toggle-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Icon inside button */
.toggle-icon {
  width: 22px;
  height: 22px;
  transition: filter 0.3s ease;
}

/* Active state */
.view-toggle-btn.active {
  background-color: #BF1E2E;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Make icon white when button is active */
.view-toggle-btn.active .toggle-icon {
  filter: brightness(0) invert(1);
}

/* Thumbnail pagination styles - scoped to project-full-section */
.project-full-section .block-field-blocknodeprojectsfield-images .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: static;
  margin-top: 20px;
  background: #fff;
  margin: 0;
  padding-block-start: 14px;
  padding-block-end: 10px;
  border-radius: 0px 0px 12.75px 12.75px;
  border: 0.8px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.project-full-section .block-field-blocknodeprojectsfield-images .swiper-pagination-bullet {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: transparent;
  opacity: 1;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.project-full-section .block-field-blocknodeprojectsfield-images .swiper-thumb-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-full-section .block-field-blocknodeprojectsfield-images .swiper-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-full-section .block-field-blocknodeprojectsfield-images .swiper-pagination-bullet-active {
  border-color: #e74c3c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.project-full-section .block-field-blocknodeprojectsfield-images .swiper-pagination-bullet:hover {
  border-color: #c0392b;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .project-full-section .block-field-blocknodeprojectsfield-images .swiper-pagination-bullet {
    width: 60px;
    height: 60px;
  }

  .project-full-section .block-field-blocknodeprojectsfield-images .swiper-pagination {
    gap: 8px;
  }
}





.project-full-section .col-lg-9 .field--name-field-media-image {
  width: 100%;
}

.project-full-section .col-lg-9 .field--name-field-media-image img {
  width: 100%;
  height: 311px;
}

.projects-footer-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0px;
}


.project-section .view-content.row .views-row .node--type-projects {
  /* height: 714.211px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

/* .header-card{
height: 76%;
} */

.card-projects-title-all-wrapper {
  height: 550px;
}

.list-view .projects-footer-wrapper {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 32%;
  width: 67%;
  justify-content: space-between;
  border-top: solid 1px #f1eaea;
  align-items: baseline;
}


.list-view .views-field-view-node a {
  border-radius: 8.195px;
  background: #6A7282;
  padding-inline: 30px !important;
  padding-block: 6px;
  color: #FFF;
  font-family: Poppins;
  font-size: 14.873px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.247px;
}


.project-section .list-view .field--name-field-projects-information {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.list-view .node--type-projects .field--name-field-projects-partner {
  padding-inline: 25px;
  padding-block-start: 28px;
  padding-block-end: 17px;
  display: flex !important;
}

.list-view .node--type-projects .field--name-field-projects-partner .field__item {
  width: 100%;
}



.list-view .card-projects-title-all-wrapper {
  height: 100%;
}


.list-view .node__content .field--name-field-media-image:nth-child(1) img {
  width: 320px;
  height: 371px;
  object-fit: cover;
}

.list-view .paragraph--type--projects-paragraph .field--name-field-media-image:nth-child(1) img {
  width: unset;
  height: unset;
  object-fit: unset;
}

.list-view .icon-title-name-wrapper .field--name-field-media-image:nth-child(1) img {
  width: unset;
  height: unset;
  object-fit: unset;
}


/* inner event */


.cover-inner-event-section,
.inner-event-botom-section {
  padding-inline: 65px;
  background: linear-gradient(135deg, #F9FAFB 0%, #FFF 50%, #F9FAFB 100%);
  padding-block-start: 20px;
}

.cover-inner-event-section .field--name-field-media-image img {
  width: 100%;
  height: 513.378px;
  object-fit: cover;
  position: relative;
  border-radius: 18.543px;
}


.cover-inner-event-section .field--name-field-media-image {
  position: relative;
  display: inline-block;
}

.cover-inner-event-section .field--name-field-media-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.80) 0%,
      rgba(0, 0, 0, 0.20) 50%,
      rgba(0, 0, 0, 0.00) 100%);
  pointer-events: none;
  border-radius: 19px;
}

.cover-inner-event-section .event-type-status-cover-inner-wrapper {
  display: flex;
  gap: 20px;
  position: absolute;
  left: 6%;
  bottom: 170px;
}

.cover-inner-event-section .event-type-status-cover-inner-wrapper .views-field-field-event-status {
  color: #364153;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.453px;
  border-radius: 29628586px;
  border: 0.883px solid rgba(0, 0, 0, 0.00);
  background: #F3F4F6;
  width: 110px;
  padding-inline: 10px;
  /* position: absolute; */
  /* top: 12px;
    left: 15px; */
  display: flex;
  justify-content: center;
  padding-block: 3px;
}



.cover-inner-event-section .event-type-status-cover-inner-wrapper .views-field-field-event-type .field-content {
  position: relative;
  padding-left: 22px;
}


.cover-inner-event-section .event-type-status-cover-inner-wrapper .views-field-field-event-type {
  color: #CA3500;
  font-family: Poppins;
  font-size: 11.589px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.453px;
  border-radius: 29628586px;
  border: 0.883px solid rgba(0, 0, 0, 0.00);
  background: #FFEDD4;
  width: 133px;
  padding-inline: 10px;
  /* position: absolute;
    top: 12px;
    right: 15px; */
  display: flex;
  justify-content: center;
  padding-block: 3px;
}


.cover-inner-event-section .event-type-status-cover-inner-wrapper .views-field-field-event-type .field-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'><g clip-path='url(%23clip0_1_20449)'><path d='M9.53978 1.87891H3.74508C3.21169 1.87891 2.7793 2.3113 2.7793 2.84469V10.571C2.7793 11.1043 3.21169 11.5367 3.74508 11.5367H9.53978C10.0732 11.5367 10.5056 11.1043 10.5056 10.571V2.84469C10.5056 2.3113 10.0732 1.87891 9.53978 1.87891Z' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M5.19336 11.5368V9.60522H8.09071V11.5368' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.71094 3.81055H4.71531' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.57422 3.81055H8.57859' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.64258 3.81055H6.64695' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.64258 5.74207H6.64695' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.64258 7.67371H6.64695' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.57422 5.74207H8.57859' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.57422 7.67371H8.57859' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.71094 5.74207H4.71531' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.71094 7.67371H4.71531' stroke='%23CA3500' stroke-width='0.965784' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_1_20449'><rect width='11.5894' height='11.5894' fill='white' transform='translate(0.847656 0.912964)'/></clipPath></defs></svg>") no-repeat center;
  background-size: contain;

}


.cover-inner-event-section .view-content .views-row {
  display: flex;
  flex-direction: column;
  position: relative;
}


.cover-inner-event-section .view-content .views-row .views-field-title {
  margin-top: -184px;
  z-index: 1111;
  margin-left: 10px;
  padding-inline: 52px;
}

.cover-inner-event-section .view-content .views-row .views-field-field-breif {
  color: rgba(255, 255, 255, 0.90);
  font-family: Poppins;
  font-size: 23.179px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.666px;
  z-index: 111;
  margin-left: 64px;
  padding-block-start: 10px;
}





.cover-inner-event-section .view-content .views-row .views-field-title span {
  color: #fff;
  font-family: Poppins;
  font-size: 55.629px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.629px;
}



.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 {
  margin-top: 30px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .view-inner-event {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 37px;
}


.inner-event-botom-section h2 {
  color: #000;
  font-family: Poppins;
  font-size: 27.815px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.086px;
  /* 133.333% */
}


.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .field-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .paragraph--type--event-information .field--name-field-title {
  padding-inline-start: 29px;
  color: #364153;
  font-family: Poppins;
  font-size: 18.543px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.815px;
}


.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .paragraph--type--event-information .field--name-field-body {
  color: #4A5565;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.179px;
  padding-inline-start: 29px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .view-header {
  padding-block-end: 53px;
  position: relative;
  padding-inline-start: 65px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .view-header::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 4px;
  width: 27.815px;
  height: 27.815px;
  background: url(./Date-our-team.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(7493%) hue-rotate(1deg) brightness(104%) contrast(110%);
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .paragraph--type--event-information:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url(./clock.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(7493%) hue-rotate(1deg) brightness(104%) contrast(110%);

}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .paragraph--type--event-information:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url(./Date-our-team.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(7493%) hue-rotate(1deg) brightness(104%) contrast(110%);

}


.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .paragraph--type--event-information:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url(./Attendees.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(7493%) hue-rotate(1deg) brightness(104%) contrast(110%);

}



.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-2 .views-field-field-event-information .paragraph--type--event-information:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url(./Attendees.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(7493%) hue-rotate(1deg) brightness(104%) contrast(110%);

}


.inner-event-botom-section .block-views-blockinner-event-block-3 {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 37px;
}

.inner-event-botom-section .block-views-blockinner-event-block-3 .view-header {
  padding-block-end: 53px;

}




.inner-event-botom-section .block-views-blockinner-event-block-4 .view-header {
  padding-block-end: 53px;
  position: relative;
  padding-inline-start: 65px;
}

.inner-event-botom-section .block-views-blockinner-event-block-4 .view-header::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 4px;
  width: 27.815px;
  height: 27.815px;
  background: url(./Event-Highlights-header.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(7493%) hue-rotate(1deg) brightness(104%) contrast(110%);
}

.inner-event-botom-section .col-lg-9 {
  gap: 37px;
  display: flex;
  flex-direction: column;
  width: 66%;
}

.inner-event-botom-section .layout {
  gap: 100px;
  padding-block: 58px;

}


.inner-event-botom-section .block-views-blockinner-event-block-3 .views-field-body {
  color: #364153;
  font-family: Poppins;
  font-size: 20.861px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.899px;
  /* 162.5% */
}

.inner-event-botom-section .col-lg-3 .block-views-blockinner-event-block-6 {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 29px;
}


.inner-event-botom-section .col-lg-3 .views-field-field-organized-by .paragraph--type--organized-by {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-event-botom-section .col-lg-3 .views-field-field-organized-by .paragraph--type--organized-by .field--name-field-title {
  color: #000;
  font-family: Poppins;
  font-size: 18.543px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.815px;
  position: relative;
  padding-inline-start: 37px;
}



.inner-event-botom-section .col-lg-3 .views-field-field-organized-by .paragraph--type--organized-by .field--name-field-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 38px;
  background: url(./Organized-By.svg);
  background-repeat: no-repeat;
  background-size: contain;


}

.inner-event-botom-section .col-lg-3 .views-field-field-organized-by .paragraph--type--organized-by .field--name-field-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -130px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.10);
  border-radius: 2px;
}


.inner-event-botom-section .col-lg-3 .block-views-blockinner-event-block-6 .view-header {
  padding-block-end: 45px;
  padding-block-start: 29px;
}

.inner-event-botom-section .col-lg-3 .views-field-field-organized-by .paragraph--type--organized-by a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  border-radius: 16.887px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #2A2A2A;
  padding-block: 9px;
  padding-inline-start: 18px;
  padding-inline-end: 8px;

}


.inner-organized-by-wrapper {
  margin-bottom: 180px;
}



.inner-event-botom-section .col-lg-3 .block-views-blockinner-event-block-7 {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 27px;
}

.inner-event-botom-section .col-lg-3 .block-views-blockinner-event-block-7 .views-field-field-event-type {
  color: #000;
  font-family: Poppins;
  font-size: 18.543px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.815px;
  position: relative;
  padding-inline-start: 37px;
}



.inner-event-botom-section .col-lg-3 .block-views-blockinner-event-block-7 .views-field-field-event-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 38px;
  background: url(./Event-Category.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.inner-event-botom-section .col-lg-3 .block-views-blockinner-event-block-7 .view-header {
  padding-block-end: 45px;
}

.inner-event-botom-section .col-lg-3 .inner-event-contact-us {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: linear-gradient(135deg, #BF1E2E 0%, #C10007 100%);
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 27px;
}

.inner-event-botom-section .col-lg-3 .inner-event-contact-us h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20.861px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.45px;
  /* 155.556% */
  padding-block-end: 45px;
}


.inner-event-botom-section .col-lg-3 .inner-event-contact-us p {
  color: #FFE2E2;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.179px;
  padding-block-end: 45px;
}

.inner-event-botom-section .col-lg-3 .inner-event-contact-us p:nth-child(3) {
  padding-block-end: unset;
}



.inner-event-botom-section .col-lg-3 .inner-event-contact-us a {
  display: flex;
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  border-radius: 16.887px;
  background: #FFF;
  padding-block: 9px;
  justify-content: center;

}

.inner-event-botom-section .col-lg-3 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-block-start: 31px;
}


.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-4 {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 37px;
}


.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-4 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-4 ul li {
  color: #364153;
  font-family: Poppins;
  font-size: 18.543px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.815px;
  /* 150% */
  position: relative;
  padding-inline-start: 60px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-4 ul li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url(./events-highlights.svg);
  background-size: contain;


}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-4 .view-header {
  padding-block-end: 55px;
}



.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-5 {
  border-radius: 18.543px;
  border: 1.06px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 26.49px 33.113px -6.623px rgba(0, 0, 0, 0.10), 0 10.596px 13.245px -7.947px rgba(0, 0, 0, 0.10);
  padding: 37px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-5 .view-header {
  padding-block-end: 55px;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-5 .field-content {
  display: flex;
  gap: 18px;

}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-5 .field-content img {
  width: 208px;
  height: 208px;
  border-radius: 16.887px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.inner-event-botom-section .col-lg-9 .block-views-blockinner-event-block-5 .field-content img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}



/* home swiperand body */


.time-line-section .col-lg-6 .block-views-blockabout-us-block-2 {
  padding-block-end: 60px;
}

.time-line-section .col-lg-6 .block-views-blockabout-us-block-2 h2 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-block-end: 32px;
}

.time-line-section .col-lg-6 .block-views-blockabout-us-block-2 p {
  color: #4D4D4F;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.017px;
}

.block-views-blockabout-us-block-1 {

  padding-inline-start: 105px;

  .view-content {
    position: relative;
  }

  .views-field-fieldset {
    position: absolute;
    top: -50px;
    left: 80px;
    width: 88%;
    height: 222px;
  }

  /* UL: fixed height, user cannot scroll it */
  .view-content .item-list>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 350px;
    overflow: hidden;
    /* block UL scrolling only */
  }

  /* Row layout */
  .view-content .item-list>ul>li.row-time-line-home-page-class {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 28px;
    padding: 18px 0;
    align-items: start;
    border: 0;
    position: relative;
  }

  /* Left years */
  .row-time-line-home-page-class .views-field.views-field-title {
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    color: #b9b9b9;
    position: relative;
    padding-left: 14px;
    line-height: 1.25;
  }

  .row-time-line-home-page-class .views-field.views-field-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
  }

  /* Active year */
  .row-time-line-home-page-class.is-open .views-field.views-field-title {
    color: var(--color-primary);
  }

  .row-time-line-home-page-class.is-open .views-field.views-field-title::before {
    background: var(--color-primary);
  }

  /* Right content */
  .time-line-swiper-wrapper {
    display: none;
  }

  .row-time-line-home-page-class.is-open .time-line-swiper-wrapper {
    display: block;
    padding-bottom: 12px;
    top: 26%;
  }

  .time-line-swiper-wrapper .views-field-title-1 .field-content {
    display: block;
    margin: 0 0 6px 0;
    font-size: 35px;
    font-weight: 800;
    color: #8fa4b2;
    line-height: 1.1;
    font-family: Poppins;
  }

  .time-line-swiper-wrapper .views-field-body .field-content p,
  .time-line-swiper-wrapper .views-field-body .field-content p span {
    font-family: Poppins;
  }

  .row-time-line-home-page-class.is-open .time-line-swiper-wrapper {
    position: relative;
    padding-bottom: 12px;
    width: 78%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .row-time-line-home-page-class.is-open .time-line-swiper-wrapper:before {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    background: var(--color-primary);
    margin: 6px 0 8px 0;
  }

  .row-time-line-home-page-class.is-open .time-line-swiper-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin-top: 6px;
  }

  .time-line-swiper-wrapper .views-field-body .field-content p {
    /* margin: 6px 0; */
    color: #555;
    font-size: 16px;
  }

  .time-line-swiper-wrapper .views-field-body .field-content strong {
    display: block;
    margin: 6px 0 8px 0;
    color: #111;
    font-size: 18px;
  }

  /* Controls under UL */
  .timeline-controls {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-top: 12px;
    padding-inline-start: 45px;
  }

  .timeline-controls .timeline-btn:nth-child(1) {
    display: none;
  }

  .timeline-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    font-size: 0PX;
  }

  .timeline-btn::after {
    content: "";
    background: url(./bottom-arrow.svg);
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .timeline-btn:active {
    transform: translateY(1px);
  }
}

.time-line-section {
  padding-block: 120px;
  padding-inline-start: 100px;
}

.time-line-section .container-fluid .row {
  gap: 0px;
  flex-wrap: nowrap;
}

.time-line-section .is-open .views-field-title span {
  color: #BF1E2E !important;
  font-family: Poppins;
  font-size: 20.6px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 29.597px !important;
  letter-spacing: -0.194px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.time-line-section .is-open .time-line-swiper-wrapper .views-field-title-1::after {
  content: "";
  display: block;
  height: 5px;
  width: 0;
  /* Start from 0 width */
  background-color: #BF1E2E;
  animation: growLine 1.5s ease forwards;
  border-radius: 5px;
}

/* Animation keyframes */
@keyframes growLine {
  from {
    width: 0;
  }

  to {
    width: 20%;
  }
}

.time-line-section .is-open .views-field-title span::after {
  content: "";
  display: block;
  background: #BF1E2E;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.time-line-section .row-time-line-home-page-class .views-field-title span {
  display: flex;
  justify-content: center;
  color: #999;
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.46px;
  letter-spacing: -0.16px;

}

.block-views-blockabout-us-block-1 .view-content .item-list>ul .views-field-fieldset .field-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.our-team-facts-tax-section .view-content,
.our-team-facts-tax-section .field--name-field-our-team-fact {
  display: flex;
  justify-content: center;
  padding-block: 70px;
  background: linear-gradient(90deg, #BF1E2E 0%, #E7000B 100%);
  border-radius: 1rem;
  /* padding: 2rem; */
  color: white;
  gap: 71px;

  padding-block: 9px;
}

.our-team-facts-tax-section .field--name-field-our-team-fact:hover {}

.our-team-facts-tax-section {
  padding-inline: 106px;
  padding-block: 40px;
  background: #D5D5D5;
}


/* Each fact block */
.our-team-facts-tax-section .field__item {
  text-align: center;
  font-family: var(--font-family);
}

/* Number + prefix wrapper */
.our-team-facts-tax-section .about-us-facts-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

/* Make sure "+" aligns well */
.our-team-facts-tax-section .about-us-facts-wrapper .field--name-field-prefix {
  font-size: 38px;
  margin-left: 3px;
}

/* Title below number */
.our-team-facts-tax-section .field--name-field-title {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  font-family: var(--font-family);
}

/* Optional: responsiveness */
@media (max-width: 768px) {

  .our-team-facts-tax-section .view-content,
  .our-team-facts-tax-section .field--name-field-our-team-fact {
    gap: 40px;
  }

  .our-team-facts-tax-section .about-us-facts-wrapper {
    font-size: 32px;
  }

  .our-team-facts-tax-section .field--name-field-title {
    font-size: 14px;
  }
}

.main-contat-us {
  border-radius: 18.543px;
  border: 1.06px solid rgba(243, 244, 246, 0.50);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 33.113px 66.225px -15.894px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 50px;
  padding-block: 38px;

}

.main-contat-us h1 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 23.179px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.45px;
  /* 140% */
}

.main-contat-us p {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 18.543px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.132px;
  /* 162.5% */
  padding-block: 13px 17px;
}

.main-contat-us h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.179px;
  /* 142.857% */
}

.main-contat-us h3 {
  color: #4A5565;
  text-align: center;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.179px;
  /* 142.857% */
}


.map-contact-us-main .col-12 .block-content-basic {
  padding-inline: 275px;
  padding-block: 50px;
}

.map-contact-us-main .col-12 {
  background: url(./map.jfif) center center no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

.map-contact-us-main {
  padding-inline: 127px;
  padding-block: 20px;
}

.main-contat-us a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16.225px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.179px;
  border-radius: 11.589px;
  background: linear-gradient(90deg, #BF1E2E 0%, #E7000B 100%);
  box-shadow: 0 13.245px 19.868px -3.974px rgba(0, 0, 0, 0.10), 0 5.298px 7.947px -5.298px rgba(0, 0, 0, 0.10);
  padding-block: 9px;
  padding-inline: 15px;
  position: relative;
  padding-inline: 43px;
}


.main-contat-us a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTUuOTYzNiA4LjE5MDI5QzE1Ljk2MzYgMTIuMDQ4IDExLjY4NCAxNi4wNjU3IDEwLjI0NjkgMTcuMzA2NUMxMC4xMTMgMTcuNDA3MiA5Ljk1MDA4IDE3LjQ2MTYgOS43ODI1OCAxNy40NjE2QzkuNjE1MDcgMTcuNDYxNiA5LjQ1MjExIDE3LjQwNzIgOS4zMTgyMyAxNy4zMDY1QzcuODgxNTEgMTYuMDY1NyAzLjYwMTU2IDEyLjA0OCAzLjYwMTU2IDguMTkwMjlDMy42MDE1NiA2LjU1MDk5IDQuMjUyNzcgNC45Nzg4MiA1LjQxMTk0IDMuODE5NjZDNi41NzExMSAyLjY2MDQ5IDguMTQzMjcgMi4wMDkyOCA5Ljc4MjU4IDIuMDA5MjhDMTEuNDIxOSAyLjAwOTI4IDEyLjk5NDEgMi42NjA0OSAxNC4xNTMyIDMuODE5NjZDMTUuMzEyNCA0Ljk3ODgyIDE1Ljk2MzYgNi41NTA5OSAxNS45NjM2IDguMTkwMjlaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTQ1MjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik05Ljc3ODgyIDEwLjUwNzdDMTEuMDU4OSAxMC41MDc4IDEyLjA5NjcgOS40NzAwOCAxMi4wOTY3IDguMTg5OTVDMTIuMDk2NyA2LjkwOTgyIDExLjA1ODkgNS44NzIwNyA5Ljc3ODgyIDUuODcyMDdDOC40OTg2OSA1Ljg3MjA3IDcuNDYwOTQgNi45MDk4MiA3LjQ2MDk0IDguMTg5OTVDNy40NjA5NCA5LjQ3MDA4IDguNDk4NjkgMTAuNTA3OCA5Ljc3ODgyIDEwLjUwNzh6IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTQ1MjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
}


.main-contat-us a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNNC40ODgyOCA5LjczNTM1SDE1LjMwNTExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTQ1MjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDQuMzI2OTBMMTUuMzA2OCA5LjczNTI5TDkuODk4NDQgMTUuMTQzNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjU0NTI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}

.region-innerimage {
  position: relative;
  overflow: hidden;
}

.region-innerimage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./AnimatedBackground.svg) center center / cover no-repeat;
  z-index: 10;
  pointer-events: none;
}


/* =======Search======= */
.advance-search-view {
  background-color: #F2F2F2;
  margin-block: 60px;
  padding-block: 60px;
}

.advance-search-view * {
  font-family: var(--font-family);
}

.advance-search-view .view-filters {
  display: flex;
  justify-content: center;
  padding-block: 50px 40px;
}

.advance-search-view .view-filters .js-form-type-textfield {
  color: var(--primary-color);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
}

.advance-search-view .view-filters .js-form-type-textfield input#edit-title {
  padding: 9px 20px;
  width: 573px;
  height: 75px;
  border-radius: 20px;
  font-size: 18px;
}

.advance-search-view .view-filters .flex-wrap {
  gap: 15px;
}

.advance-search-view .view-filters .form-actions .btn-primary {
  background-color: var(--main-color);
  padding: 9px 20px;
  height: 75px;
  width: 150px;
  border-radius: 20px;
  border: 1px solid white;
  font-family: var(--font-family);
  font-size: 16px;
  transition: all 0.3s ease;

}

.advance-search-view .view-filters .form-actions .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.advance-search-view .view-advanced-search .view-content {
  padding-block: 15px;
  padding-inline: 50px;
  border-radius: 20px;
  margin-block: 10px;
  gap: 34px;
}

.advance-search-view .view-advanced-search .view-content .views-row {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 27px;
  border-radius: 20px;
}

.advance-search-view .view-advanced-search .view-content .views-row .views-field-title a {
  color: var(--primary-color);
  font-size: 25px;
}

.advance-search-view .view-advanced-search .view-content .views-row .views-field-title a:hover {
  color: var(--secondary-color);
}

.advance-search-view .view-advanced-search .view-content .views-row .views-field-view-node {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline-start: 20px;
}


.advance-search-view .view-advanced-search .view-content .views-row .views-field-view-node a {
  color: var(--primary-color);
  font-size: 20px;
  background: var(--main-color);
  padding: 15px;
  border-radius: 20px;
  color: white;
}

.advance-search-view .view-advanced-search .view-content .views-row .views-field-view-node a:hover {
  color: var(--main-color);
}

.advance-search-view .view-advanced-search .view-content .views-row .views-field-view-node a:hover {
  background-color: #fff;
  border: solid 1px var(--main-color);
}



.field--name-field-sub-menu-paragraph {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}


.paragraph--type--sub-menu {
  display: flex;
  flex-direction: column;
  border-radius: 5.361px;
  background: #FCF4F4;
  padding-block: 12px;
  padding-inline: 22px;
  height: 100%;
  position: relative;
}

.paragraph--type--sub-menu .field--name-field-link a {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-indent: -9999px;
}

.paragraph--type--sub-menu .field--name-field-title {
  color: #BF1E2E;
  font-family: Poppins;
  font-size: 13.403px;
  font-style: normal;
  font-weight: 800;
  line-height: 13.721px;
  padding-block: 30px;
}


.paragraph--type--sub-menu .field--name-field-media-image,
.paragraph--type--sub-menu .field--name-field-media-image img {
  width: 100%;
}

.node--type-sub-menu .node__content {

  background: #BF1E2E;
  padding-block: 39px;
  padding-inline: 50px;
  position: absolute;
  right: 0px;
  top: 121px;
  z-index: 111111;
  display: none;

}

.paragraph--type--sub-menu .field--name-field-body {
  color: #364153;
  font-family: Poppins;
  font-size: 8.444px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.721px;
}

.navbar .collapse #block-bootstrap-barrio-subtheme-main-menu {
  display: flex;
  gap: 37px;
  padding-inline-start: 10px;
}



/* new contact- us style  */





/* .field--name-field-contact-us-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-block-start: 22px;
 }

.paragraph--type--contact-us-card {
    border-radius: 15.942px;
    border: 1.822px solid #F3F4F6;
    background: linear-gradient(135deg, #FEF2F2 0%, #FFE2E2 100%);
    box-shadow: 0 11.387px 17.081px -3.416px rgba(0, 0, 0, 0.10), 0 4.555px 6.832px -4.555px rgba(0, 0, 0, 0.10);
    padding: 23px;
    padding-bottom: 0px;
     padding-inline: 36px;
    height: 218px;
    transition: transform 0.3s 
ease;


}


.contact-us-main-wrapper  .field__item:nth-child(1) .paragraph--type--contact-us-card {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFE2E2 100%);
}

.contact-us-main-wrapper  .field__item:nth-child(4) .paragraph--type--contact-us-card {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFE2E2 100%);
}

.contact-us-main-wrapper .field__item:nth-child(2) .paragraph--type--contact-us-card {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}

.contact-us-main-wrapper .field__item:nth-child(3) .paragraph--type--contact-us-card {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}


.title-description-wrapper .field--name-title{
color: var(--main-color);
    font-family: var(--font-family);
    font-size: 19.928px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.899px;

}

.field--name-field-description  {
    color: var(--gray-color);
    font-family: Poppins;
    font-size: 13.949px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.928px;
}

.contact-us-main-wrapper.field--name-body p{
    color: #4A5565;
    font-family: Poppins;
    font-size: 15.942px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.906px;
}
.field--name-field-media-image{

}

.wrapper-card-contact-us .field--name-field-title{
      color: #000;
    font-family: Poppins;
    font-size: 17.935px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.899px;
    padding-block-end: 7px;
}

.wrapper-card-contact-us{
    display: flex;
    flex-direction: column;
        padding-inline-start: 20px;

}


.wrapper-card-contact-us .field--name-field-body{
      color: #4A5565;
    font-family: Poppins;
    font-size: 15.942px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.906px;
}

.paragraph--type--contact-us-card .field--name-field-icon {
width: 100%;
}

.paragraph--type--contact-us-card img {
 border-radius: 14.519px;
background: linear-gradient(135deg, #BF1E2E 0%, #C10007 100%);
box-shadow: 0 11.387px 17.081px -3.416px rgba(0, 0, 0, 0.10), 0 4.555px 6.832px -4.555px rgba(0, 0, 0, 0.10);
padding: 11px;
}

.contact-us-main-wrapper .field__item:nth-child(6) .paragraph--type--contact-us-card {
      background: linear-gradient(90deg, #E7000B 0%, #9F0712 100%) !important;
    padding-bottom: 0px !important;
    height: 392px !important;
}

.contact-us-main-wrapper .field__item:nth-child(5) .paragraph--type--contact-us-card {
    background: #fff !important;
    height: 392px !important;
}

.contact-us-main-wrapper .field__item:nth-child(6) .field--name-field-title {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 17.935px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.899px;
}
.contact-us-main-wrapper .field__item:nth-child(6) .field--name-field-body{
color: #fff;
    margin-inline-start: -75px;
}
.contact-us-main-wrapper .field__item:nth-child(5) .field--name-field-body{

    margin-inline-start: -75px;
} */