@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Black.woff2") format("woff2"),
    url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-BlackItalic.woff2") format("woff2"),
    url("../fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Italic.woff2") format("woff2"),
    url("../fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-LightItalic.woff2") format("woff2"),
    url("../fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-MediumItalic.woff2") format("woff2"),
    url("../fonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Thin.woff2") format("woff2"),
    url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ThinItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-primary:
    "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
  --text-color: #222;
  --heading-color: #111;
  --container-width: 1200px;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--text-color);
  background: #fff;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

/* header css start  */
body.menu-open {
  overflow: hidden;
}

.header-scn {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.logo {
  max-width: 154px;
}

.menu ul {
  display: flex;
  align-items: center;
}

.menu ul li ul {
  display: block;
}

.menu ul li {
  margin: 0 21px;
  position: relative;
}

.menu ul li a {
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}

.menu ul li a:hover {
  color: #0b9444;
}

/* DROPDOWN */

.menu ul li ul {
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  min-width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 10px 0;
  border-radius: 6px;
}

.menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.menu ul li ul li {
  margin: 0;
}

.menu ul li ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
}

/* SUBMENU */

.menu ul li ul li {
  position: relative;
}

.menu ul li ul li ul {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.menu ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* RIGHT AREA */

.hdr-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.letstalk-btn {
  padding: 12px 24px;
  background: #0b9444;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  transition: 0.3s;
}

.letstalk-btn:hover {
  background: #333;
}

/* ICONS */

.icons-group {
  display: flex;
  gap: 15px;
}

.icons-group a {
  font-size: 20px;
  color: #0b9444;
}

/* MOBILE TOGGLE */

.mobile-toggle {
  width: 30px;
  height: 22px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
}

.mobile-toggle span {
  display: block;
  height: 3px;
  background: #0b9444;
  border-radius: 3px;
  transition: 0.3s;
}

/* When active */

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* header css end  */

/* footer start  */
/* =========================
   FOOTER DESKTOP CSS
========================= */

.site-footer {
  background: #181c1f;
  padding: 100px 0 50px;
  overflow: hidden;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.25fr;
  gap: 44px;
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-logo {
  display: inline-block;
  max-width: 230px;
  margin-bottom: 35px;
}

.footer-logo img {
  width: 100%;
  display: block;
}

.footer-about-text {
  color: #cbcbcb;
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #0cab4a;
  transform: translateY(-2px);
}

.footer-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.footer-address-block {
  margin-bottom: 46px;
}

.footer-address-text {
  color: #cbcbcb;
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-nav {
  margin-top: 2px;
}

.footer-menu,
.footer-submenu,
.footer-submenu-child {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu > li {
  margin-bottom: 8px;
}

.footer-menu a,
.footer-dropdown-toggle,
.footer-submenu-toggle {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-menu > li > a:hover,
.footer-dropdown-toggle:hover,
.footer-submenu-toggle:hover,
.footer-submenu a:hover,
.footer-submenu-child a:hover {
  color: #0cab4a;
}

.footer-menu > li > a {
  display: inline-block;
}

.footer-dropdown-toggle,
.footer-submenu-toggle {
  width: auto;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.footer-dropdown-toggle i,
.footer-submenu-toggle i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.footer-dropdown.is-open > .footer-dropdown-toggle i,
.footer-submenu-has-child.is-open > .footer-submenu-toggle i {
  transform: rotate(180deg);
}

.footer-submenu {
  display: none;
  margin-top: 10px;
  padding-left: 0;
}

.footer-dropdown.is-open > .footer-submenu {
  display: block;
}

.footer-submenu > li {
  margin-bottom: 8px;
}

.footer-submenu > li > a,
.footer-submenu-child > li > a {
  display: inline-block;
}

.footer-submenu-toggle {
  justify-content: space-between;
  color: #ffffff;
  padding: 0px 12px;
}
.footer-submenu li a {
  padding-inline: 12px;
}
.footer-submenu-has-child {
  margin-bottom: 8px;
}

.footer-submenu-child {
  display: none;
  padding-top: 8px;
  padding-left: 10px;
}

.footer-submenu-has-child.is-open > .footer-submenu-child {
  display: block;
}

.footer-submenu-child li {
  margin-bottom: 8px;
}

.footer-col--contact {
  padding-top: 2px;
}

.footer-contact-list {
  margin-bottom: 18px;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-contact-item:hover {
  color: #0cab4a;
}

.footer-contact-item i {
  color: #0b9444;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.footer-map {
  width: 100%;
  max-width: 485px;
  height: 300px;
  overflow: hidden;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-bottom {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.footer-bottom a {
  color: #ffffff;
  font-weight: 700;
}

.footer-bottom a:hover {
  color: #0cab4a;
}
.footer-bottom img {
  display: inline-block;
}

/* scroll top */

.scroll-top-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 4px;
  background: #0b9444;
  color: #ffff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: all 0.3s ease;
  z-index: 60;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #333;
  color: #fff;
}
/* footer end */

/* case study pollard window style start */
.case-study-video-section {
  background: #ffffff;
}

.case-study-video-wrap {
  width: 100%;
  aspect-ratio: 16 /6.2743;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}

.case-study-video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.case-study-detail-section {
  padding: 50px 0 60px;
  background: #ffffff;
}

.case-study-layout {
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.case-study-gallery {
  min-width: 0;
}
.george-gallary .case-study-image-card img {
  height: 350px;
}
.piller-gallary .case-study-image-card img {
  height: 530px;
}
.sheridan-gallary .case-study-image-card img {
  height: 430px;
}
.george-gallary .case-study-image-card:last-child {
  margin-bottom: 0;
}
.george-gallary .case-study-image-card {
  margin-bottom: 30px;
  border-radius: 14px;
}
.aside-safa,
.case-study-image-card.safa-side-img,
.case-study-image-card.safa-side-img img {
  height: 100%;
}
.case-study-image-card {
  position: relative;
  overflow: hidden;
}
.case-study-image-card.safa-side-img {
  border-radius: 14px;
}
.case-study-image-card.b-1 {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.case-study-image-card.b-2 {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  margin-bottom: 30px;
}

.case-study-image-card img {
  width: 100%;
  display: block;
  height: 260px;
  object-fit: cover;
}

.case-study-image-card--small {
  border-radius: 0;
}

.case-study-image-card--small img {
  border-radius: 0;
}

.case-badge {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 54px;
  padding: 3px 10px;
  background: #f4f4f4;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 0 4px 4px 0;
  z-index: 2;
}

.case-study-video-link {
  margin: 18px 0 18px;
}

.case-study-video-link p,
.case-study-video-link a {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
}
.case-study-video-link a:hover {
  text-decoration: underline;
}
.case-study-video-link a {
  word-break: break-word;
}

.case-study-side-logo {
  max-width: 250px;
}

.case-study-side-logo img {
  width: 100%;
  display: block;
}

.case-study-content {
  min-width: 0;
}

.case-study-header {
  margin-bottom: 10px;
}

.case-study-header h1 {
  font-size: 26px;
  line-height: 1.2;
  color: #3db54a;
  font-weight: 600;
}

.case-study-text p {
  font-size: 17px;
  color: #666666;
  margin-bottom: 22px;
}

.case-study-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 14px 0 30px;
}

.case-stat-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #3db54a;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.case-stat-circle i {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 600;
}

.case-stat-circle strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2px;
}

.case-stat-circle span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.case-study-divider {
  border: 0;
  border-top: 1px solid #909090;
  margin: 30px 0;
}

.case-study-company-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: start;
}
.case-study-company-block.safa-block {
  grid-template-columns: minmax(0, 1fr) 220px;
}
.church-case-study .case-study-layout {
  grid-template-columns: 1fr;
  gap: 26px;
}
.church-case-study .case-study-content {
  max-width: 100%;
}

.church-case-study .case-study-header {
  margin-bottom: 12px;
}
.church-case-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
}
.church-case-study {
  padding-top: 36px;
}
.church-case-gallery .church-case-hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 4.45;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
.church-case-bottom-row .case-study-stats {
  justify-content: center;
  margin-top: 26px;
}
.case-study-company-block.safa-block .case-study-company-logo {
  max-width: 220px;
}

.case-study-company-text p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
}

.case-study-company-text blockquote {
  font-size: 16px;
  color: #666666;
  font-style: italic;
  margin-bottom: 16px;
}

.case-study-author {
  font-size: 14px;
  line-height: 1.35;
  color: #989898;
}

.case-study-company-logo {
  max-width: 150px;
  margin-left: auto;
  margin-top: 6px;
}

.case-study-company-logo img {
  width: 100%;
  display: block;
}

.case-study-contact-strip {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 8px 22px;
  padding-top: 0;
}

.case-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 1.45;
}

.case-contact-item i {
  color: #43c04f;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 2px;
}
.case-contact-item a:hover {
  text-decoration: underline;
}
.bottom-footer {
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  gap: 34px;
  margin-top: 34px;
  align-items: start;
}
/* case study pollard window style end */

/* case study listing page css start */
.case-studies-page {
  background: #efefef;
}

.case-studies-hero {
  background: #ffffff;
  padding: 190px 0 150px 0;
  position: relative;
  background-image: url("/case-study/assets/images/hero-banner-cs.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-studies-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #070f17;
  opacity: 0.5;
  z-index: 1;
}
.case-studies-hero__content {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.case-studies-hero h1 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

.case-studies-hero p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}

.case-studies-grid-section {
  padding: 80px 0;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 72px;
  row-gap: 86px;
  align-items: start;
}

.case-study-card {
  text-align: center;
}

.case-study-card__image-link {
  display: inline-block;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.case-study-card__image-link:hover,
.case-study-card__image-link:focus-visible {
  transform: translateY(-4px);
}

.case-study-card__image-link img {
  display: block;
  width: 100%;
  max-width: 245px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.case-study-card__content {
  margin-top: 22px;
}

.case-study-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
}

.case-study-card__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.case-study-card__links a {
  color: #0b9444;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.case-study-card__links a:hover,
.case-study-card__links a:focus-visible {
  text-decoration: underline;
}

.case-study-card:last-child {
  grid-column: 2 / 3;
}

/* Accessibility helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* case study listing page css end */
