/* p {
  color: #1a1b1f;
} */

.group-sec-1,
.tax-sec-1,
.location-sec-1,
.single-loc-sec-1,
.team-sec-1 {
  background-color: #1d2855;
}

.group-sec-1 h1,
.group-sec-1 p,
.tax-sec-1 h1,
.tax-sec-1 p,
.location-sec-1 h1,
.location-sec-1 p,
.single-loc-sec-1 h1,
.single-loc-sec-1 p,
.team-sec-1 h2,
.team-sec-1 p {
  color: #fff !important;
}

.group-sec-1 img,
.tax-sec-1 img,
.location-sec-1 img,
.single-loc-sec-1 img {
  border-radius: 50px 50px 0 0;
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

.single-sol-sec-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.single-loc-sec-2 .list-group-item {
  background-color: unset;
  padding-block: 0;
}

.single-loc-sec-2 .list-group-item.active a {
  font-weight: 600;
  border-radius: 0 !important;
  border-bottom: 5px solid #fff !important;
}

.single-sol-sec-3 img {
  max-height: 500px;
  object-fit: cover;
}

.single-sol-sec-2 p,
.single-sol-sec-2 h3 {
  margin: 0;
}

.measurable-card {
  background-color: #f5f9ff;
}

.measurable-card:hover {
  background-color: #1d2855;
}

.measurable-card:hover h2,
.measurable-card:hover p {
  color: #fff;
}

.team-sec-1 img {
  border-radius: 50px 50px 0 0;
  max-height: 450px;
  width: 350px;
  object-fit: cover;
}

.team-sec-2 h2 {
  color: #1c2756;
  font-family: 'Prompt', serif;
  margin-top: 3rem;
}

.group-sec-2 > .container ul,
.bg-member ul,
.team-sec-2 ul,
.single-blog-sec-3 ul {
  list-style-type: none;
  padding: 0;
  line-height: 2;
  color: #1c2756;
}

.single-blog-sec-3 ol {
  line-height: 2;
  color: #1c2756;
}

.group-sec-2 > .container ul li,
.bg-member ul li,
.team-sec-2 ul li,
.single-blog-sec-3 ul li {
  padding-inline-start: 30px;
  position: relative;
}

.group-sec-2 > .container ul li::before,
.bg-member ul li::before,
.team-sec-2 ul li::before,
.single-blog-sec-3 ul li::before {
  content: '';
  background: url('https://7iholding.ae/wp-content/uploads/2025/07/mark-dark.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline-end: 5px;
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  height: 15px;
  width: 15px;
  transition: 0.3s all linear;
}

.group-sec-2 > .container ul li::before,
.bg-member ul li::before {
  top: 6px;
}

.location-card-box {
  width: 100%;
  height: 350px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

@property --color-start {
  syntax: '<color>';
  inherits: false;
  initial-value: rgba(29, 40, 85, 1);
}

@property --color-end {
  syntax: '<color>';
  inherits: false;
  initial-value: rgba(29, 40, 85, 0);
}

.location-card-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    var(--color-start) 11%,
    var(--color-end) 100%
  );
  transition: 0.3s --color-start, 0.3s --color-end;
}

.location-card-box:hover::after {
  --color-start: rgba(29, 40, 85, 0.75);
  --color-end: rgba(29, 40, 85, 0.75);
}

.location-card-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 20px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transform: translateY(30%);
}

.location-card-box:hover .location-card-content {
  height: 100%;
  transform: translateY(0px);
}

.location-card-content .solution-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 10px;
}

.location-card-content .arrow-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.location-card-content img {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.location-card-box:hover .location-card-content img {
  opacity: 1;
}

.location-card-content p {
  color: #fff;
  margin-bottom: 0px;
}

.blogs-sec-2 {
  background-color: #e8eef5;
  border-radius: 50px;
  position: relative;
}

.blogs-sec-2 h1,
.single-blog-sec-1 h1 {
  font-size: 4rem;
  line-height: 1.5;
}

/* .single-blog-sec-1 {
  background-color: #15233c;
  color: #fff;
  position: relative;
} */

.video-box {
  width: 100%;
  height: 700px;
  max-width: 100%;
}

.video-box.about {
  width: 0;
}

video#myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs a {
  color: #1c2756;
}
.single-blog-img {
  height: 500px;
  object-fit: cover;
}

.blogs-sec-2 .main-blog-img {
  border-radius: 50px 0 0 50px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 50px;
}

div.main-blog-img {
  position: relative;
  /* padding: 0; */
  z-index: 0;
}

div.main-blog-img::after {
  content: '';
  position: absolute;
  width: calc(100% - 24px);
  height: 100%;
  top: -15px;
  right: 0px;
  border: 1px solid #1d2855;
  z-index: -1;
}

.single-blog-sec-1 .main-blog-img {
  position: absolute;
  width: 40%;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 0;
}

.single-blog-sec-1 .main-blog-img img {
  border-radius: 50px 0 0 50px;
  height: 100%;
  object-fit: cover;
}

.single-blog-sec-3 h2,
.single-blog-sec-3 h3 {
  color: #1c2756;
  font-family: 'Prompt', serif;
  margin-top: 23px;
}

.single-blog-sec-3 a {
  color: #1c2756;
  border-bottom: 1px solid #1c2756;
}

.blogs-sec-4 .card-container,
.single-blog-sec-6 .card-container {
  /* border-radius: 0 0 50px 50px; */
  /* background-color: #f6f6f6; */
}
.blogs-sec-4 .card-container .blog-img,
.single-blog-sec-6 .card-container .blog-img {
  height: 200px;
  object-fit: cover;
}

/* .blog-meta {
  background-color: #dadce5;
}

.blog-meta .mid-line {
  width: 2px;
  height: 15px;
  background-color: #000;
} */

#scroll-left,
#scroll-right {
  color: #fff;
  background: transparent;
  border: none;
  position: absolute;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

#scroll-left {
  left: 0px;
  /* background: linear-gradient(90deg, transparent, white); */
  /* transform: scale(-1, 1) translateY(-50%); */
}

#scroll-right {
  right: 0px;
  /* background: linear-gradient(90deg, transparent, white); */
}

.sols-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 2;
}

.sols-list li {
  padding-left: 30px;
  position: relative;
}

.sols-list li::before {
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  height: 15px;
  width: 15px;
  transition: 0.3s all linear;
}

.sols-list.dark li::before {
  background-image: url('https://7iholding.ae/wp-content/uploads/2025/07/mark-light.svg');
}

.sols-list.light li::before {
  background-image: url('https://7iholding.ae/wp-content/uploads/2025/07/mark-dark.svg');
}

.govt-sec img {
  width: 100%;
}

.single-blog-sec-5 {
  background-color: #1d2855;
  background-image: url('https://7iholding.ae/wp-content/uploads/2024/10/bg-lines.png');
  color: #fff;
}

.group-sec-2 > .container,
.member-sec-2 > .container {
  background-color: #e8eef5;
  border-radius: 50px;
}

.center-line {
  height: 1px;
  width: 100%;
  background-color: rgba(21, 40, 71, 0.25);
}

.tax-sec-2 ul.wellness-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  flex-direction: row;
  padding: 0;
  margin: 0;
  column-gap: 2%;
  row-gap: 2rem;
  list-style: none;
  margin: 3rem 0;
}

.tax-sec-2 ul li.welness-card {
  border-radius: 25px;
  width: 32%;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 12px 0px #ebebeb;
  overflow: hidden;
}

.group-sec-2 .group-item img {
  border-radius: 500px 0 0 500px;
}

.group-sec-2 .group-item.reverse img {
  border-radius: 0 500px 500px 0;
}

.group-sec-2 .group-item.reverse .wp-bootstrap-blocks-row {
  flex-direction: row-reverse;
}

.about-sec-3 .guardians-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-sec-3 .guardians-bg h2 {
  font-size: 40px;
}
.about-sec-4 {
  height: 500px;
}
.about-sec-5 .vision-bg {
  height: 500px;
  position: relative;
}

.about-sec-5 .vision-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c2756;
  background: linear-gradient(
    90deg,
    rgba(28, 39, 86, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(28, 39, 86, 1) 100%
  );
}

.about-sec-7 h2.values-title::after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 120px);
  background: #d0d0d0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rtl .about-sec-7 h2.values-title::after {
  right: unset;
  left: 0;
}

.about-sec-3 .guardians-bg::after,
.contact-sec-1::after,
.about-sec-1::after,
/* .single-blog-sec-1::after, */
.partner-sec-5::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(21, 30, 70);
  background: linear-gradient(
    90deg,
    rgba(21, 30, 70, 1) 0%,
    rgba(21, 30, 70, 0.6) 30%,
    rgba(21, 30, 70, 0.6) 100%
  );
}

.contact-sec-1.partner-bg::after {
  content: unset;
}

.about-sec-3 .guardians-bg::before,
.contact-sec-1::before,
.about-sec-1::before,
.single-blog-sec-1::before {
  content: '';
  background: url('https://7iholding.ae/wp-content/uploads/2024/11/scroll-down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 90px;
  position: absolute;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 1;
}

.contact-sec-1.partner-bg::before,
.solution-sec-1::before,
.contact-sec-1::before {
  bottom: 0%;
  transform: translateY(-50%);
}

.contact-sec-1 .hero-arrow-icon,
.about-sec-1 .hero-arrow-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.seveni-card-wrapper {
  display: flex;
  justify-content: space-between;
}

.seveni-card {
  position: relative;
}

.seveni-card::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 15px;
  background-color: rgba(162, 182, 191, 0.188);
}

.seveni-card.top-1::after {
  right: 0;
  bottom: -15px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.seveni-card.top-2::after {
  left: 0;
  bottom: -15px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.seveni-card.bottom-1::after {
  right: 0;
  top: -15px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.seveni-card.bottom-2::after {
  left: 0;
  top: -15px;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.wpcf7 input[type='text'],
.wpcf7 input[type='url'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 select {
  border: none;
  border-bottom: 1px solid #1c2756;
  border-radius: 0;
  padding: 1rem 0;
}
.wpcf7 textarea,
.wpcf7 textarea:focus {
  border: 1px solid #1c2756;
  border-radius: 0;
  padding: 1rem;
  /* background-color: #eee; */
}

#partner-form .wpcf7 input[type='text'],
#partner-form .wpcf7 input[type='url'],
#partner-form .wpcf7 input[type='email'],
#partner-form .wpcf7 input[type='tel'],
#partner-form .wpcf7 select {
  background: transparent;
}
#partner-form .wpcf7 textarea,
#partner-form .wpcf7 textarea:focus {
  background: transparent;
}

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

.newsletter-sec .wpcf7 input[type='email'] {
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.newsletter-sec .wpcf7 input[type='email']::placeholder {
  color: #fff;
}

.rtl .wpcf7 input[type='url'],
.rtl .wpcf7 input[type='email'],
.rtl .wpcf7 input[type='tel'] {
  direction: rtl;
}

.wpcf7-spinner {
  position: absolute;
}

/* footer */
#wpcf7-f370-o1 input.wpcf7-email {
  background-color: transparent;
  border: 1px solid #ccd4d6;
  border-radius: 500px;
  padding: 11px 15px;
}

#wpcf7-f370-o1 .nh-btn-solid input {
  border: 2px solid #1d2855;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #1d2855;
  transition: 0.3s all linear;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

#wpcf7-f370-o1 .nh-btn-solid input:hover {
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #000;
}

#wpcf7-f370-o1 .wpcf7-list-item-label a,
#wpcf7-f370-o1 .wpcf7-list-item-label {
  color: #1c2756;
}

.footer-img img {
  border-radius: 50px 50px 0 0;
  height: 400px;
  object-position: center;
  object-fit: cover;
}

.newsletter-sec {
  background-color: #e3e7ef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.newsletter-sec .wpcf7-response-output {
  color: #fff;
}

.franchise-sec {
  background-color: #edf1f4;
}

/* #footer,
#footer-sec-last {
  background-color: #1D2855;
} */

/* #footer h5,
#footer p,
#footer-sec-last p {
  color: #fff !important;
} */

.footer-sep {
  background-color: rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  height: 1px;
}

.footer-logo {
  width: 150px;
  height: 100%;
}

#footer a,
#footer-sec-last a {
  color: #000;
  transition: color 0.3s ease;
}

#footer a:hover,
#footer-sec-last a:hover {
  color: #1d2855;
}

.newsletter-sec p {
  color: #fff;
  margin: 0;
  /* border-bottom: 1px solid #fff; */
  /* line-height: 1; */
}

/* .newsletter-sec a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #fff;
  line-height: 1;
} */

#footer ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

#footer ul li {
  margin-block: 5px;
}

.top-button.visible {
  background-color: #1d2855;
  color: #fff;
}

.contact-sec-1,
.single-blog-sec-1,
.solution-sec-1,
.single-sol-sec-1 {
  min-height: 700px;
}

.single-loc-sec-2::before,
.single-loc-sec-2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(
    270deg,
    rgba(29, 40, 85, 1) 0%,
    rgba(29, 40, 85, 1) 50%,
    rgba(29, 40, 85, 0) 100%
  );
  z-index: 3;
}

.single-loc-sec-2::before {
  right: unset;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(29, 40, 85, 1) 0%,
    rgba(29, 40, 85, 1) 50%,
    rgba(29, 40, 85, 0) 100%
  );
}

.list-group-custom {
  width: max-content;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-inline: 40px;
}

#wpcf7-f149-o1 .wpcf7-response-output,
#wpcf7-f149-o2 .wpcf7-response-output {
  display: none;
}

.sol-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sol-gallery figure {
  border-radius: 20px;
  overflow: hidden;
}

#solutions-nav-menu > div {
  column-count: 2;
  column-gap: 20px;
}

@media screen and (max-width: 991.9px) {
  .about-sec-3 .guardians-bg::before,
  .contact-sec-1::before,
  .about-sec-1::before,
  .single-blog-sec-1::before {
    content: unset;
  }

  .contact-sec-1,
  /* .single-blog-sec-1, */
  .single-sol-sec-1,
  .solution-sec-1 {
    min-height: 400px;
  }

  .single-blog-sec-1 {
    min-height: 260px;
  }

  .blogs-sec-2 h1,
  .single-blog-sec-1 h1 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .newsletter-sec {
    background-attachment: unset;
  }

  .seveni-card-wrapper {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .seveni-card {
    width: 100%;
  }

  .seveni-card::after {
    content: unset;
  }

  .location-card-box {
    height: 200px;
  }

  .location-card-box .solution-icon {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }

  .location-card-content h5 {
    font-size: 1rem;
  }

  .location-card-content p {
    font-size: 0.8rem;
  }

  .sol-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .about-sec-5 .vision-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1c2756;
    background: linear-gradient(
      90deg,
      rgba(28, 39, 86, 1) 0%,
      rgba(28, 39, 86, 0.5) 50%,
      rgba(28, 39, 86, 1) 100%
    );
  }
}
