html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

:root {
  --color-1: #0b59be;
  --color-2: #0563ef;
  --color-3: #93c6f1;
  --color-4: #f2f2f2;
  --color-5: #0f5fa6;
  --color-6: #43fcec;
  --color-7: #ffffff;
  --color-8: #474747;
  --color-9: #fffcf2;
  --color-10: #575757;
  --color-11: #252525;
}

.row {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.enc_skip_link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar {
  background-color: var(--color-7);
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  width: 100%;
  font-family: "Lora", serif;
  font-weight: 400;
  background-color: var(--color-2);
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.offcanvas-body {
  padding-top: 50px;
}

.offcanvas {
  z-index: 9 !important;
}

.offcanvas-backdrop {
  background-color: transparent;
  z-index: 0 !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sticky-top {
  animation: smoothScroll 0.3s;
  -webkit-animation: smoothScroll 0.3s;
}

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.pd_top_bot_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd_top_100 {
  padding-top: 100px;
}

.pd_bot_100 {
  padding-bottom: 100px;
}

.pd_top_bot_135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.pd_top_300_bot_120 {
  padding-top: 300px;
  padding-bottom: 120px;
}

.pd_top_bot_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pb_top_25 {
  padding-top: 25px;
}

.pb_bot_25 {
  padding-bottom: 25px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_50 {
  padding-bottom: 50px;
}

.com_p_st {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: var(--color-10);
}

.co_p {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 1.25rem;
  color: var(--color-4);
}

.pd_top_bot_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

h1,
h2 {
  font-size: 4rem;
  margin-bottom: 40px;
  letter-spacing: -2px;
  line-height: 76.8px;
}

.custom_container_one {
  width: 85%;
  margin: auto;
}

.contact {
  background-color: var(--color-1);
  color: var(--color-4) !important;
  min-height: 76px;
  display: flex;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
}

.com_btn_wh {
  background-color: var(--color-4);
  border: 2px solid var(--color-7);
  padding: 15px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: var(--color-1);
  transition: all 0.3s ease;
}

.com_btn_wh:hover {
  background-color: transparent;
  color: var(--color-7);
  text-decoration: none;
}

.footer_com_icon .bl_meta_skew {
  width: 100%;
  height: 100%;
  background: var(--color-2);
}

.footer_com_ma {
  height: 80px;
}

.com_btn_bl {
  background-color: var(--color-2) !important;
  border: 2px solid var(--color-2) !important;
  padding: 15px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: var(--color-4) !important;
  transition: all 0.3s ease;
}

.li_mar {
  margin-bottom: 0 !important;
}

.com_btn_bl:hover {
  background-color: transparent !important;
  color: var(--color-2) !important;
  text-decoration: none;
}

.tra_btn {
  background-color: transparent;
  border: 1px solid var(--color-4);
  padding: 15px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: var(--color-4);
  transition: all 0.3s ease;
}

.tra_btn:hover {
  background-color: var(--color-4);
  color: var(--color-1);
  text-decoration: none;
}

.navbar-nav li a {
  font-size: 1.25rem;
  padding-right: 20px !important;
  color: var(--color-1) !important;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
}

.site_logo {
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--color-3);
}

.site_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bac_image {
  position: relative;
  padding-bottom: 25%;
}

.bac_image img {
  width: 100%;
}

.vac_icon {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.vac_icon {
  width: 80%;
  height: auto;
}

.vac_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* /////////////////////////////////////////////////////// */

/* === Typography & Base === */
body {
  margin: 0;
  padding: 0;
  font-family: "Avenir", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  color: var(--color-11);
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

/* === Header === */
.header {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0px 4px 11px -7px rgba(0, 0, 0, 0.25);
  padding: 15px 50px;
  z-index: 50;
}

.header .logo img {
  height: 65px;
}

.nav-links a {
  margin: 0 20px;
  font-size: 18px;
  color: #242424;
}

.btn-custom {
  color: #fffcf2;
  background: #0562ef;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
}

/* === Hero Section === */
.hero {
  position: relative;
  background: var(--color-2);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.mo_se_ba {
  display: none;
}

.hero-content h1 {
  color: var(--color-4);
  font-size: 4rem;
}

.hero-content p {
  color: var(--color-4);
  font-size: 1.5rem;
  margin-bottom: 60px;
}

.hero-footer {
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 60px;
  left: 200px;
  font-size: 20px;
}

/* === About Section === */

.about h2 {
  font-size: 64px;
  margin-bottom: 40px;
}

.about_us_meta h1 {
  color: var(--color-4) !important;
}

.about_us_meta p {
  color: var(--color-4) !important;
}

.about p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
  color: #575757;
}

/* === Services === */
.services {
  background: #0562ef;
  padding: 120px 0;
  color: #fff;
}

.services h2 {
  color: var(--color-4);
}

.service_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  place-items: center;
}

.service-card h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.service_card_wrapper {
  background-color: var(--color-7);
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.service-card__img-desc {
  position: absolute;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-card__img-skew {
  padding-left: 0;
  padding-right: 0;
}

.service-card__img-meta {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-card__img-meta-content {
  position: relative;
  height: 100%;
}

.service-card__img-meta-content .row {
  height: 100%;
}

.service_card_wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service_card_wrapper:hover .vac_se {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.service_card_wrapper h3,
.service_card_wrapper p {
  color: var(--color-10);
}

.ser_wr {
  position: relative;
  padding: 30%;
  margin-left: 10%;
}

.ser_wr img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}

.vac_se {
  width: 40% !important;
  padding-top: 8%;
  object-fit: cover !important;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card p {
  font-size: 1rem;
  padding-right: 15px;
  line-height: 1.5;
}

/* === Case Studies & Stories Section === */
.case-studies {
  background-color: var(--color-9);
}

.case-studies h2 {
  color: var(--color-8);
  margin-bottom: 0;
  font-weight: 500;
}

.case-studies-grid .slick-slide {
  margin-right: 20px;
}

.case-studies .co_p {
  font-size: 1.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--color-8);
  line-height: 30px;
  font-weight: 400;
}

.case-studies-grid {
  margin-bottom: 40px;
}

.case-study-corner {
  position: relative;
  height: 100%;
}

.case-study-corner img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: none;
  transition: all 0.3s ease;
}

.case-study-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: 500px;
  cursor: pointer;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

.case-study-box svg {
  position: absolute;
  top: 0;
  left: 0;
}

.case-study-box:hover .case-study-corner img {
  display: block;
}

.case-study-box:hover .case-study-n-box {
  background-color: transparent;
  z-index: 11;
}

.case-study-n-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 13%;
  left: -21px;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 12%;
  padding-bottom: 12%;
  opacity: 1;
  height: 87%;
  background: var(--color-7);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.case-study-box h3 {
  font-size: 2rem;
  color: var(--color-10);
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 35px;
  transition: color 0.3s ease;
}

.case-study-box p {
  font-size: 1rem;
  color: var(--color-10);
  line-height: 1.6;
  padding-top: 7%;
  padding-bottom: 7%;
  transition: color 0.3s ease;
}

.case-study-box a {
  width: 100%;
  color: var(--color-1);
  text-decoration: none;
  font-weight: 400;
  font-size: 1.25rem;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}

.case-study-box:hover a {
  color: var(--color-2);
}

.case-study-box a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-2);
  transition: width 0.3s ease;
}

/* Slick-specific: make slides and cards equal height */
.case-studies-grid.slick-slider .slick-list,
.case-studies-grid.slick-slider .slick-track {
  display: flex !important;
}

.case-studies-grid.slick-slider .slick-slide {
  display: flex !important;
  align-items: stretch;
  height: 500px;
}

.case-studies-grid.slick-slider .slick-slide>.case-study-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.case-study-box p {
  flex: 1 1 auto;
}

.case-study-box a {
  align-self: flex-end;
}

/* Slick dots styling: increase active dot width */
.case-studies-grid .slick-dots {
  bottom: -50px;
  text-align: center;
}

.case-studies-grid .slick-dots li {
  margin-right: 5px;
  margin-left: 5px;
}

.case-studies-grid .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.case-studies-grid .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--color-2);
  border-radius: 50%;
}

.case-studies-grid .slick-dots li.slick-active button::before {
  background-color: transparent !important;
  color: transparent !important;
}

.case-studies-grid .slick-dots li button:before {
  background-color: transparent !important;
  color: transparent !important;
}

.view-all-btn {
  background-color: var(--color-2);
  color: var(--color-7);
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: var(--color-2);
  transform: translateX(5px);
}

.te_ali {
  text-align: center;
}

.c_ch_section {
  position: relative;
  background-color: var(--color-1);
  color: var(--color-4);
  overflow: hidden;
}

.c_ch_section p {
  font-size: 1.25rem;
  font-weight: 400;
}

.c_ch_section h2 {
  color: var(--color-4);
  font-weight: 500;
}

/* glowing circle image */
.c_ch_section .cer_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* center it */
  width: 700px;
  /* adjust size as needed */
  max-width: 120%;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  animation: pulseGlow 3.6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1.3;
  }

  100% {
    opacity: 0.3;
  }
}

/* make sure text is above the image */
.c_ch_section .custom_container_one {
  position: relative;
  z-index: 1;
}

.cer_img {
  position: absolute;
  top: 0;
}

.voices_section {
  background-color: var(--color-9);
}

.voices_section h2 {
  color: var(--color-10);
  font-weight: 500;
  margin-bottom: 0;
}

.vo_text {
  font-size: 1.25rem;
  color: var(--color-10);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.testimonial_row {
  background-color: var(--color-2);
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.testimonial_wrap {
  display: flex;
  justify-content: center;
}

.client_testimonial_section {
  background-color: var(--color-7) !important;
}

.testimonial_cards {
  position: relative;
}

.testimonial_body {
  padding-left: 15px;
  padding-right: 15px;
  color: var(--color-7);
}

.te_com_space {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.25rem;
  font-weight: 400;
}

.te_com_1 {
  position: absolute;
  left: 0;
  top: 0;
}

.te_com_2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.te_com {
  width: 35px;
  height: 35px;
}

.te_com img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial_right_img {
  width: 100%;
  max-width: 320px;
}

.testimonial_right_img img {
  width: 100%;
  height: auto;
  border: 5px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.testimonial_bubble_tail {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100px;
  height: 40px;
  background-color: var(--color-2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonial_footer_icon {
  display: flex;
  justify-content: flex-end;
}

.testimonial_footer_icon {
  padding-right: 0;
}

/* ////////////////////ABOUT US BANNER//////////////////// */
.about-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 68vh;
}

.banner-draw-svg {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
  z-index: 1;
}

.banner-draw-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-banner__container {
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 400px;
  position: relative;
  z-index: 1;
}

.about-banner__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 40px;
}

.about-banner__title {
  font-size: 4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

.about-banner__text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 0;
  font-weight: 400;
}

.about-banner__visual {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-banner__image {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.about-banner__accent {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 200px;
  height: 80px;
  z-index: 2;
  overflow: hidden;
}

.about-banner__accent::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 200px;
  border-color: transparent transparent var(--color-2) transparent;
}

/* ////////////////////SERVICES BANNER//////////////////// */
.services-banner {
  background-color: var(--color-2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.services-banner__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.services-banner__content {
  flex: 0 0 55%;
  color: var(--color-7);
  position: relative;
  z-index: 2;
}

.services-banner__label {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.services-banner__title {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-7) !important;
  line-height: 1;
  letter-spacing: -2px;
}

.services_page {
  position: relative;
}

.services-banner__text {
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--color-4);
  font-weight: 400;
}

.services-banner_image-wrap {
  position: absolute;
  height: 100%;
  /* Added width so the div occupies space */
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-banner__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ser_ba {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 93%;
  padding-left: 0;
  padding-right: 0;
}

.services_page .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.sm_hight .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.ser_co_btn {
  display: flex;
  height: 100%;
  align-items: end;
}

/* ////////////////////BLOG GRID SECTION//////////////////// */
.blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  margin-bottom: 50px;
}

.blog_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.blog_card:hover {
  transform: translateY(-10px);
  text-decoration: none;
}

.blog_card__image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* Perfect Square */
  overflow: hidden;
}

.blog_card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_card__content {
  padding: 20px;
  flex-grow: 1;
  background-color: var(--color-6);
  display: flex;
  flex-direction: column;
}

.blog_card__title {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--color-10);
  letter-spacing: -0.5px;
}

.blog_card__date {
  font-size: 0.75rem;
  color: var(--color-10);
  margin-top: auto;
  opacity: 0.6;
  text-transform: none;
  font-weight: 400;
}

@media only screen and (max-width: 991.98px) {
  .services-banner__content {
    flex: 0 0 100%;
  }

  .services-banner__title {
    font-size: 3rem;
  }

  .services-banner__text {
    font-size: 1.2rem;
  }

  .blog_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog_card__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .blog_card__content {
    padding: 25px 20px;
  }
}

/* ////////////////////ABOUT INTRO SECTION//////////////////// */

.about-intro_text {
  font-size: 1.25rem;
  color: var(--color-10);
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400;
}

/* ////////////////////ABOUT BELIEF SECTION//////////////////// */
.about-belief {
  background-color: var(--color-7);
}

.about-belief__image-wrap {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
}

.about-belief__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-belief__quote {
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-1);
  line-height: 70px;
  letter-spacing: -3px;
  margin-bottom: 0;
}

/* //////////////////////CONTACT US SECTION/////////////////////// */
.contact_us_section {
  background-color: var(--color-9);
}

.contact_us_section h2 {
  color: var(--color-10);
  margin-bottom: 0;
}

.co_us_s {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.25rem;
  color: var(--color-10);
  margin-bottom: 0;
}

.contact_us_page {
  background-color: var(--color-7) !important;
}

.contact_us_page .con_img {
  justify-content: left;
  padding-left: 12px;
}

.contact_us_section .row input {
  width: 100%;
  margin-top: 15px;
  padding-left: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  color: var(--color-8);
  border: 1px solid var(--color-8);
  background-color: transparent;
}

.contact_us_section .row textarea {
  margin-top: 15px;
}

.con_img {
  display: grid;
  justify-content: end;
  padding-right: 12px;
}

.con_img p {
  display: flex;
  margin-bottom: 0;
}

.contact_us_page .col-md-12 {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.con_img input {
  width: max-content;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.contact_us_section textarea {
  width: 100%;
  height: 160px;
  padding-top: 5px;
  padding-left: 10px;
  color: var(--color-8);
  border: 1px solid var(--color-8);
  background-color: transparent;
}

.gr_btn {
  font-family: "Lora", serif;
  font-weight: 500;
  border: 3px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color-2);
  padding-top: 8px;
  font-size: 1.25rem;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gr_btn:hover {
  color: var(--color-4);
  background-color: transparent;
}

.wpcf7 input::placeholder {
  color: var(--color-8);
  font-weight: 400;
}

.wpcf7 textarea::placeholder {
  color: var(--color-8);
  font-weight: 400;
}

.contact_us_section .pd_top_bot_60 {
  padding-bottom: 0;
}

.da_lines {
  padding-top: 150px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-4) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #46b450 !important;
}

.wo_btn {
  background-color: var(--color-2) !important;
  min-width: 150px;
  color: var(--color-4) !important;
  transition: all 0.3s ease;
}

.wo_btn:hover {
  background-color: var(--color-6);
  color: var(--color-2);
  text-decoration: none;
}

/* ////////////////////FOOTER//////////////////////// */

/* === Footer Expertise Grid Section === */
.footer-expertise-section {
  margin-bottom: 40px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
}

.social_links {
  display: flex;
  align-items: end;
}

.social_links a {
  text-decoration: underline;
}

.footer-main a {
  color: var(--color-7);
  font-size: 1.25rem;
}

.footer_com_icon {
  height: 80px;
  padding-left: 0;
  padding-right: 0;
}

.footer-main a:hover {
  text-decoration: underline;
}

.expertise-item:nth-child(3n) {
  border-right: none;
}

.expertise-link:hover {
  color: #43fcec;
  text-decoration: none;
}

/* Main footer background & typography */
.footer-main {
  background-color: var(--color-2);
  /* adjust to match exact blue */
  font-size: 1.25rem;
}

.footer_links .col-md-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_links .col_md_4 a {
  color: var(--color-7);
  font-size: 1.25rem;
}

.footer_links .col_md_4 a:hover {
  text-decoration: underline;
}

.footer_links p {
  margin-bottom: 0;
}

/* Title "Expertise" */
.footer-title {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 1.25rem;
  padding-bottom: 20px;
  margin-bottom: 0;
}

/* Horizontal line between expertise and lower section */
.footer-divider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid var(--color-4);
  border-bottom: 1px solid var(--color-4);
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  width: 100%;
}

.footer-nav .footer-link

/* Paragraphs in footer */
.footer-text {
  color: var(--color-7);
}

/* Primary nav links */
.footer-nav {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.footer-nav .footer-link {
  color: var(--color-7);
  text-decoration: none;
  margin-right: 20px;
  font-weight: 800;
}

.footer-nav .footer-link:last-child {
  margin-right: 0;
}

/* General footer links */
.footer-link {
  color: var(--color-7);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-small-link:hover {
  text-decoration: underline;
}

.footer_logo {
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer_logo a {
  width: 100%;
  display: block;
}

.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-bottom {
  background-color: var(--color-9);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

.foot_bo_link {
  color: var(--color-10);
}

.foot_bo_link a {
  color: var(--color-10);
  text-decoration: none;
}

.foot_ag_link {
  padding-left: 25px;
  padding-right: 25px;
}

/* Utility for right-aligned text on md+ screens */
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

@media (max-width: 1024px) {
  .about-banner__title {
    font-size: 2rem;
  }

  .about_us_featured_image_wrap {
    background-position: right !important;
  }

  .about_us_title {
    font-size: 3rem !important;
  }

  .about-belief__quote {
    font-size: 2.25rem;
  }

  .cs_meta_mobile {
    display: block !important;
    padding-top: 20px;
    color: var(--color-10) !important;
  }

  .bl_meta_desc .cs_meta {
    display: none;
  }

  .blog_post_featured_image_wrap {
    width: 100% !important;
    padding-top: 60% !important;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
  }
}

/* Stack footer bottom items on small screens into three centered lines */

@media (min-width: 1024px) and (max-width: 1540px) {

  h1,
  h2 {
    font-size: 3rem;
    line-height: 53px;
  }

  .hero-content p {
    font-size: 1.25rem;
  }

  .case-study-box a {
    font-weight: 400;
    font-size: 1.25rem;
  }

  .hero-content h1 {
    color: var(--color-4);
    font-size: 3.5rem;
  }

  .service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .case-study-box h3 {
    font-size: 1.5rem;
    line-height: 27px;
  }

  .ser_wr img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .case-study-box p {
    font-size: 1rem;
    color: var(--color-10);
    line-height: 1.6;
    padding-bottom: 10%;
    transition: color 0.3s ease;
    margin-bottom: 0;
  }
}

/* ////////////////////SERVICES FOCUS SECTION//////////////////// */

.services-focus__title {
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-8);
  margin-bottom: 40px;
  line-height: 1;
}

.services-focus__text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--color-8);
  margin-bottom: 40px;
}

.services-focus__list {
  list-style: none;
  padding-left: 0;
}

.services-focus__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: var(--color-8);
  line-height: 1.4;
  font-weight: 400;
}

.services-focus__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--color-8);
  border-radius: 50%;
}

.services-focus__visual {
  padding-top: 50px;
  position: relative;
}

.services-focus__image-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.services-focus__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.multi .services-focus__accent-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 80%;
  height: 90%;
  z-index: 2;
}

.services-focus__accent-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 90%;
  z-index: 2;
}

/* ////////////////////SERVICES OUTCOMES SECTION//////////////////// */

.services-outcomes__title {
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-8);
  margin-bottom: 0;
  line-height: 1;
}

.outcome-card {
  margin-bottom: 30px;
}

.outcome-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-8);
  margin-bottom: 15px;
  line-height: 1.2;
}

.comm_page {
  background-color: var(--color-9) !important;
}

.outcome-card__text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--color-8);
  font-weight: 400;
}

.service_cards_new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}

.service-other-card {
  background-color: var(--color-2);
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--color-7);
  overflow: hidden;
  margin-bottom: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.service-other-card:hover {
  text-decoration: none;
  color: var(--color-7);
}

.service-other-card__content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-4);
  line-height: 1.3;
  padding: 20px;
}

.annual_services-focus__visual {
  padding-bottom: 80px;
  position: relative;
}

.writing .annual_services-focus__visual {
  padding-bottom: 80px;
  padding-left: 30px;
  position: relative;
}

.writing .annual_services-focus__accent-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 54%;
  height: 90%;
  z-index: 2;
}

.about_us_header_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.annual_services-focus__accent-shape {
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 60%;
  height: 90%;
  z-index: 2;
}

.service-other-card__image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.service-other-card__image-wrap {
  width: 100%;
  height: 100%;
  padding-left: 15%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.service-other-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_services h2 {
  margin-bottom: 0;
  color: var(--color-8);
}

/* Diagonal cut at bottom right */
.service-other-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 3;
}

.ul_de {
  display: flex;
}

.mobile_sec {
  display: none;
}

.cont_cus_form .con_img p {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991.98px) {
  .pd_top_50 {
    padding-top: 50px;
  }

  .te_com_space {
    padding-left: 22px;
    padding-right: 22px;
  }

  .testimonial_footer_icon {
    display: none;
  }

  .case-study-box h3 {
    font-size: 1.5rem;
    color: var(--color-10);
    margin: 0 0 15px 0;
    font-weight: 400;
    margin-bottom: 16px;
    flex-shrink: 0;
    letter-spacing: -1px;
    line-height: 28px;
    transition: color 0.3s ease;
  }

  .contact {
    display: none;
    min-height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .case-study-box h3 {
    font-size: 1.5em;
    line-height: 27px;
  }

  .footer_links .col_md_4 a {
    color: var(--color-7);
    font-size: 1rem;
  }

  .footer-main a {
    font-size: 1rem;
  }

  .service_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
    place-items: center;
  }

  .service_cards_new {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-divider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .about-banner {
    padding-top: 80px;
  }

  .about-banner__container {
    min-height: 320px;
  }

  .about-banner__title {
    font-size: 2.5rem;
  }

  .about-banner__text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .wo_img_1 {
    padding-top: 50px;
  }

  .desc_sec {
    display: none;
  }

  .mobile_sec {
    display: block;
  }

  .mobile_sec .ser_ba {
    position: relative;
  }

  .about_us_featured_image_wrap {
    background-position: center !important;
  }

  .mobile_sec .services-banner_image-wrap {
    position: relative;
  }


  .custom_container_one {
    width: 92%;
    margin: auto;
  }

  .footer_com_icon .bl_meta_skew {
    display: block !important;
    flex: 0 0 72% !important;
    max-width: 100% !important;
    height: 100%;
    position: relative !important;
  }

  .services-focus .pd_top_bot_25 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cs_meta {
    font-size: 1rem !important;
  }

  .writing .annual_services-focus__visual {
    padding-bottom: 40px;
    padding-left: 15px;
    position: relative;
  }

  .ul_de {
    display: block;
  }

  .main_de_mo .mob_ser_ba {
    position: relative;
  }

  .com_btn_wh {
    padding: 15px;
    display: inline-block;
    min-width: 160px;
  }

  .footer_com_icon {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-intro {
    padding-top: 50px;
  }

  .about_us_featured_image_wrap {
    height: auto !important;
    min-height: 500px;
  }

  .about_us_featured_image_wrap_meta,
  .blog_post_featured_image_wrap_meta {
    position: relative !important;
    margin-top: -40px;
    height: 60px;
    z-index: 20;
    width: 100% !important;
  }

  .ab_meta_desc,
  .bl_meta_desc {
    flex: 0 0 30% !important;
    max-width: 30% !important;
    text-align: left;
  }

  .ab_meta_desc p,
  .bl_meta_desc p {
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  .ab_meta_skew,
  .bl_meta_skew {
    display: block !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
    height: 100%;
    position: relative !important;
  }

  .ab_meta_skew #triangle-topleft,
  .bl_meta_skew #triangle-topleft {
    border-top: 75px solid var(--color-7) !important;
    border-right: 82px solid transparent !important;
  }

  .ab_meta_skew #triangle-bottomright,
  .bl_meta_skew #triangle-bottomright {
    border-bottom: 85px solid var(--color-7) !important;
    border-left: 100px solid transparent !important;
  }

  .fo_contact {
    text-align: center;
  }

  .blog_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #box-topleft {
    width: 100% !important;
    height: 106px !important;
    background: var(--color-2) !important;
    clip-path: polygon(0 0, 50% 0, 30% 100%, 0% 100%) !important;
  }

  #ser_triangle-bottomright {
    width: 0 !important;
    height: 0 !important;
    border-bottom: 125px solid var(--color-2) !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0;
  }

  .social_links {
    justify-content: center;
  }

  .service-other-card__content h3 {
    padding: 20px;
  }

  /* .contact_us_section {
    padding-bottom: 0;
  } */

  .service_cards_new {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 !important;
  }

  .services_page {
    padding-bottom: 0;
  }

  h1,
  h2 {
    font-size: 2rem;
    letter-spacing: -2px;
    line-height: 38.8px;
  }

  .service_cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    place-items: center;
  }

  .te_com {
    width: 25px;
    height: 25px;
  }

  .hero-content p {
    color: var(--color-4);
    font-size: 1.2rem;
    margin-bottom: 60px;
  }

  .service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .ser_wr img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-belief {
    padding-top: 0;
  }

  .about-belief__quote {
    padding-top: 30px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-2);
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 0;
  }

  .mb_hi {
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }

  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .foot_bo_link {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .foot_bo_link .footer-small,
  .foot_bo_link .footer-small-link {
    display: block;
    width: 100%;
    margin: 6px 0;
  }

  .footer-bottom .row {
    display: block;
  }

  .about-banner {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .about-banner__container {
    flex-direction: column;
    min-height: auto;
  }

  .about-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 68vh;
  }

  .about-banner__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .about-banner__title {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1.2;
  }

  .about-banner__text {
    font-size: 0.95rem;
  }

  .about-banner__visual {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  .about-banner__accent {
    width: 120px;
    height: 50px;
  }

  .about-banner__accent::before {
    border-width: 0 0 50px 120px;
  }
}

/* //////////////////////BLOG POST SINGLE/////////////////////// */
.blog_post_header_section,
.about_us_header_section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.blog_post_date {
  font-size: 1.25rem;
  color: var(--color-2);
  margin-bottom: 20px;
  font-weight: 400;
}

.blog_post_title,
.about_us_title {
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-2) !important;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 30px;
  width: 80%;
}

.blog_post_tagline,
.about_us_tagline {
  font-size: 1.5rem;
  color: var(--color-2);
  font-weight: 400;
  line-height: 1.4;
}

.blog_post_featured_image_wrap {
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_us_featured_image_wrap {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.ab_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 75, 75, 0.4);
  z-index: 1;
}

.ab_ban_wrap {
  position: relative;
  z-index: 2;
}

.blog_post_featured_image_wrap_meta p,
.about_us_featured_image_wrap_meta p {
  margin-bottom: 0;
}

.bl_meta_skew,
.ab_meta_skew {
  position: relative;
}

.bl_meta_desc,
.ab_meta_desc {
  background-color: var(--color-7);
  padding-top: 30px;
  padding-bottom: 45px;
  border: none !important;

}

.bl_meta_desc .cs_meta {
  color: var(--color-10);
}

.footer_com_icon #triangle-topleft {
  border-top: 130px solid var(--color-7);
}

.footer_com_ma {
  height: 0;
}

.footer_com_icon {
  display: flex;
  justify-content: end;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-top: 130px solid var(--color-7);
  border-right: 100px solid transparent;
  position: absolute;
  left: 0;
}

#box-topleft {
  position: relative;
  left: -1px;
  width: 100%;
  height: 120px;
  background: var(--color-2);
  clip-path: polygon(0 0, 90% 0, 30% 100%, 0% 100%);
}

#ser_triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 135px solid var(--color-2);
  border-left: 160px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 130px solid var(--color-7);
  border-left: 100px solid transparent;
  position: absolute;
  right: 0;
}

.share_sidebar {
  position: sticky;
  top: 15rem;
}

.share_label {
  font-size: 1.25rem;
  color: var(--color-2);
  font-weight: 500;
  margin-bottom: 20px;
}

.share_social_icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.share_icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  transition: color 0.3s ease;
}

.share_icon:hover {
  color: var(--color-2);
}

.share_icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.share_icon:hover img {
  transform: scale(1.1);
}

.blog_post_main_content {
  padding-left: 20px;
}

.blog_content_area {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--color-8);
}

.blog_content_area h2 {
  color: var(--color-8);
}

.blog_content_area p {
  margin-bottom: 30px;
}

.blog_content_area ul {
  margin-bottom: 30px;
}

.blog_content_heading {
  font-size: 3rem;
  color: #242424;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.blog_content_area p {
  color: var(--color-10);
}

.blog_content_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.blog_content_list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.6;
}

.blog_content_list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-8);
  font-size: 1.5rem;
  line-height: 1;
}

.cs_meta_mobile {
  display: none;
}

@media only screen and (max-width: 991.98px) {

  .blog_post_title,
  .about_us_title {
    font-size: 2.5rem !important;
  }

  .blog_post_header_section,
  .about_us_header_section {
    padding-top: 50px;
  }

  .share_sidebar {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }

  .share_social_icons {
    flex-direction: row;
  }

  .mb_con_form {
    padding-top: 50px;
  }

  .blog_post_main_content {
    padding-left: 0;
  }

  .blog_content_heading {
    font-size: 2rem;
  }
}

/* //////////////////// CONTACT PAGE //////////////////// */
.contact-info-card {
  background-color: var(--color-2);
  padding: 60px 40px;
  color: #fff;
  position: relative;
  border-radius: 0;
}

/* Speech bubble tail */
.contact-info-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 60px;
  height: 40px;
  background-color: var(--color-2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-info-icon {
  width: 32px;
  height: 32px;
  margin-right: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.contact_footer_icon {
  display: flex;
  justify-content: right;
}

.contact_footer_icon .tes_foo_img {
  width: 75%;
  height: auto;
}

.contact-info-text p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
}

.contact-info-text a {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
}

.contact-info-text a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info-text a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.contact-social-section {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}

.contact-social-section p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-social-icons {
  display: flex;
  gap: 7px;
}

.contact-social-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.contact-social-icons a:hover img {
  transform: scale(1.1);
}

.contact-form-container {
  padding-top: 30px;
}

@media only screen and (max-width: 991.98px) {
  .contact-form-container {
    padding-left: 0;
  }
}

.contact_us_section .services-banner__title {
  color: #0563ef !important;
}

.contact_us_section .services-banner__text {
  color: #0563ef;
}

.contact_map_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.google-map iframe {
  width: 100%;
  display: block;
}

/* //////////////////// CASE STUDIES LIST //////////////////// */

.cs_list_section {
  padding-bottom: 100px;
}

.cs_item_link {
  text-decoration: none !important;
  display: block;
  color: inherit;
}

.cs_item_link:hover {
  text-decoration: none !important;
}

.cs_row {
  margin-bottom: 70px;
  overflow: hidden;
}

.cs_row:last-child {
  margin-bottom: 0;
}

.cs_row .row.g-0 {
  display: flex;
}

.cs_image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.cs_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs_content {
  background-color: var(--color-2);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 80px 50px;
  color: #fff;
}

.cs_item_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs_title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff !important;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.cs_desc {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #fff;
  opacity: 0.95;
}

.cs_footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cs_meta {
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--color-6);
  opacity: 0.8;
}

.cs_btn {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.cs_btn::after {
  content: " \2192";
  /* Arrow symbol */
}

.cs_btn:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 1;
}

@media screen and (min-width: 1400px) {
  #box-topleft {
    width: 100%;
    height: 150px;
    background: var(--color-2);
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
  }

  #ser_triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 170px solid var(--color-2);
    border-left: 140px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1290px) {
  #box-topleft {
    width: 100%;
    height: 100px;
    background: var(--color-2);
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
  }

  #ser_triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 115px solid var(--color-2);
    border-left: 115px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .services-banner__title {
    font-size: 2rem;
  }

  .hero-content h1 {
    color: var(--color-4);
    font-size: 3rem;
    line-height: 47px;
  }

  .services-banner__text {
    font-size: 1.25rem;
  }

  .services-focus__title {
    font-size: 2rem;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .blog_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .service_cards_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    margin-top: 50px;
  }

  .cs_title {
    font-size: 1.8rem;
  }

  .cs_content {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 991px) {
  .cs_row .row.g-0 {
    flex-direction: column;
  }

  .cs_image {
    height: 300px;
  }

  .cs_content {
    padding: 40px 30px;
  }

  .cs_title {
    font-size: 1.6rem;
  }

  .cs_desc {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .blog_post_featured_image_wrap {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}

.about_us_featured_image_wrap,
.blog_post_featured_image_wrap {
  position: relative;
}

.about_us_featured_image_wrap_meta,
.blog_post_featured_image_wrap_meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border: none !important;
}