@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swaps');


:root {
  --qode-main-color: #223035;
  --qode-header-light-color: #fff;
  --qode-header-light-hover-color: #223035;
  --qode-header-dark-color: #000;
  --qode-header-dark-hover-color: #223035
}

body {
  font-family: 'Dm Sans', sans-serif;
  /*font-family: 'League Spartan', sans-serif;*/
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

p {
  font-size: 18px;
  line-height: 30px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul {
  list-style: none;
  padding: 0;
}

.header_wrap.fixed-top {
  position: relative;
  padding-right: 0 !important;
}

.header_wrap.transparent_header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}

.header_wrap.nav-fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1041;
  -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}

.nav-fixed.border_bottom_tran {
  border: 0;
}

.header_wrap.fixed-top.transparent_header.nav-fixed.no-sticky {
  position: absolute;
}

.header_wrap.fixed-top.nav-fixed.no-sticky {
  position: relative;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed.no-sticky {
  background-color: transparent;
  box-shadow: none;
}

.header_wrap {
  background: #fff;
  transition: all 0.3s ease;
}

.header_wrap.nav-fixed {
  background: #223035;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header_wrap.nav-fixed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bottom_header {
  background: transparent;
}

.navbar {
  padding: 15px 0;
}

.navbar-brand {
  position: relative;
}

.navbar-brand img {
  max-height: 55px;
  transition: opacity 0.3s ease;
}

.navbar-brand .logo_light {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-brand .logo_dark {
  opacity: 1;
  position: relative;
}

.header_wrap.nav-fixed .navbar-brand .logo_light {
  opacity: 1;
}

.header_wrap.nav-fixed .navbar-brand .logo_dark {
  opacity: 0;
}

.navbar-nav .nav-link {
  color: #223035;
  text-decoration: none;
  font-family: "Dm Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  position: relative;
  margin: 0px 8px;
  transition: color 0.3s ease-in-out;
}

.header_wrap.nav-fixed .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #223035;
  opacity: 0.8;
}

.navbar .navbar-nav .dropdown-item {
  padding: 8px 20px 8px 20px;
  white-space: break-spaces;
}

.header_wrap.nav-fixed .navbar .navbar-nav .dropdown-item {
  color: #fff;
}

.header_wrap.nav-fixed .navbar .navbar-nav .dropdown-item:hover {
  color: #fff;
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
  padding-right: 30px;
}

.navbar .navbar-nav .dropdown-header {
  padding: 10px 20px;
}

.header_wrap.nav-fixed .navbar-nav .nav-link:hover,
.header_wrap.nav-fixed .navbar-nav .nav-link.active {
  /* color: #223035 !important; */
  opacity: 0.8;
}

.dropdown-menu {
  background: #EFEFEF;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  border-radius: 0;
  min-width: 250px;
  border: 0px;

}

.header_wrap.nav-fixed .dropdown-menu {
  background: #223035;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* .dropdown-menu .nav-item {
  margin: 0;
} */
span.submenu-toggle-arrow {
  display: none;
}

.dropdown-menu .nav-link {
  color: #223035;
  padding: 8px 15px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 10px;
}

.header_wrap.nav-fixed .dropdown-menu .nav-link {
  color: #fff;
}

/* Dropdown Toggle Button */
.dropdown-toggle-btn {
  background: none;
  border: none;
  color: #223035;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.header_wrap.nav-fixed .dropdown-toggle-btn {
  color: #fff;
}

.dropdown-toggle-btn:hover {
  color: #223035;
  opacity: 0.8;
}

.header_wrap.nav-fixed .dropdown-toggle-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.header-icons .nav-link {
  color: #223035;
  padding: 10px 15px;
  font-size: 16px;
  margin-left: 10px;
}

.header_wrap.nav-fixed .header-icons .nav-link {
  color: #fff;
}

.header_wrap.nav-fixed .header-icons .nav-link:hover {
  color: #fff;
  opacity: 0.8;
}

.search_wrap {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 15%;
  background: rgb(34 48 53 / 0.9);
  z-index: 9999;
  justify-content: start;
  align-items: center;
}

.search_wrap.open {
  display: block;
}

.search_wrap form {
  position: relative;
  top: 25px;
  width: 80%;
  max-width: 500px;
  padding-left: 20px;
}

.search_wrap input {
  width: 100%;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 25px;
}

.search_wrap .search_icon {
  position: absolute;
  text-align: end;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #223035;
}

.search_wrap .close-search {
  position: absolute;
  top: 25px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

#search_input:focus {
  box-shadow: 0 0 0 .25rem rgb(46 49 54 / 25%);
}

.search .navigation.pagination .screen-reader-text {
  display: none;
}

.search_overlay {
  display: none;
}

.search_overlay.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 9998;
}

.get-in-touch,
.qodef-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.qodef-btn .nav-link {
  margin: 0px 0px;
}

.get-in-touch {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  gap: 5px;
  backdrop-filter: blur(10px);
}

.get-in-touch:hover {
  background: rgba(255, 255, 255, 0.4);
}

.qodef-btn a {
  color: #fff !important;
}

.qodef-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Dm Sans", sans-serif;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  text-decoration: none;
  outline: 0;
  transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
  padding: 0 15px;
  border: 1px solid #223035;
  border-radius: 50px;
  background-color: #223035;
}

.qodef-btn::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}

.qodef-btn:hover::after {
  /* transform: translateX(5px);*/
  animation: moveFadeReset 0.5s ease-in-out;
}

.header_wrap.nav-fixed .qodef-btn {
  background: #fff;
}

.header_wrap.nav-fixed .qodef-btn a {
  color: #223035 !important;
}

.header_wrap.nav-fixed .qodef-btn a:hover {
  color: #223035 !important;
}

.header_wrap.nav-fixed .navbar-nav .qodef-btn:hover,
.header_wrap.nav-fixed .navbar-nav .qodef-btn.active {
  color: #223035 !important;
  ;
}

.header_wrap.nav-fixed .qodef-btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E") !important;
  transform: translateX(0px);
}

.header_wrap.nav-fixed .qodef-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}

.navbar-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #223035;
  transition: width 0.4s cubic-bezier(.51, .5, .07, .99);
}

.navbar-nav a:hover::after,
.navbar-nav .active a::after {
  width: 100%;
}

.header-bottom-border {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}

/* End Bar CSS */

/* Banner */
.inner-banner {
  position: relative;
  min-height: 300px;
  background: center/cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.inner-banner .overlay {
  position: absolute;
  inset: 0;
  background: #5A656CCC;
}

.inner-head {
  position: relative;
  z-index: 1;
}

.inner-head h1 {
  font-family: "Dm Sans", sans-serif;
  font-size: 56px;
  font-weight: 400;
  margin: 0;
}


/*header2-css- end*/


.navbar .container-fluid {
  position: relative;
}


.social-head ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-head a {
  color: #212121;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
  position: relative;
}

.contact-head a:hover {
  color: #5161ce;
}

.contact-head a:nth-of-type(1):after {
  content: '';
  background: #212121;
  width: 2px;
  height: 10px;
  position: absolute;
  right: -11px;
  top: 2px;
}

/*header{
    z-index: 2;
    display: block;
    position: relative;
}*/

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /*padding: 20px 0;*/
  z-index: 50;
  background-color: transparent;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(15px);
  animation: slideDown 0.35s ease-out;
}

#navbarSupportedContent {
  justify-content: end;
}

.mini-header {
  background-color: #e9edfd;
  /*background-color: #fff;*/
  display: none;
}

.contact-head {
  margin-top: 10px;
}

.social-head ul {
  margin: 0;
  padding: 0;
}

.social-head ul li {
  list-style: none;
  display: inline-block;
  float: left;
  border-left: 1px solid #e3e3e3;
}

.social-head ul li a {
  color: #212121;
  padding: 10px 20px;
  display: inline-block;
}

.social-head ul li a:hover {
  color: #212121;
  background: #d8fe35;
}

.social-head ul li a i {
  margin-right: 0;
}

/* Slider Styling */
.home-slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* overflow: hidden;*/
  overflow-x: visible;
}

.home-slider {
  width: 100%;
  height: 100vh;
}

.home-slider-wrapper {
  width: 100%;
  height: 100vh;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 5s ease;
  /* Fade and zoom effect */
}

.hero-slide.active {
  opacity: 1;
}

/* Zoom effects based on slide index */
.hero-slide.active.slide-0 {
  transform: scale(1.1);
  /* Zoom in for first slide */
}

.hero-slide.active.slide-1 {
  transform: scale(0.9);
  /* Zoom out for second slide (random effect) */
}

.hero-slide.active.slide-2,
.hero-slide.active.slide-3 {
  transform: scale(1.05);
  /* Subtle zoom for subsequent slides */
}

.hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #223035d4;
}

.slider-content {
  position: relative;
  bottom: 95px;
  z-index: 2;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 630px;
}

.hero-slide-heading {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible;
  white-space: normal;
  text-align: left;
  transition: opacity 0.5s ease;
}

.qodef-special-style {
  color: #FFFFFF54;
  /* Highlighted words color from HTML */
}

.hero-slide-button {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 200px;
  /* Adjusted for better fit per image */
  background: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-slide-button:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.home-slider .container-fluid,
.home-slider .row {
  overflow: visible;
}

.qodef-svg--button-arrow {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.hero-slide {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease, transform 0.5s ease;
}

.hero-slide.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.slider-counter-progressbar-wrap {
  position: relative;
  bottom: 30%;
  z-index: 2;
  padding-left: 70px;
}

.slider-counter {
  color: white;
  font-weight: 300;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-in-out, transform 0.5s ease;
  margin-bottom: 10px;
}

.hero-slide-bg {
  pointer-events: none;
}

.progress-bar-container {
  position: relative;
  bottom: 10%;
  left: 30%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
  /* display: none; Hidden by default */
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  /* transition: width 5s linear;  Matches autoplay delay */
}

/*.progress-bar.active {
  width: 100%;
}*/

.home-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.home-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D8DB;
  opacity: 1;
  margin: 0 5px;
}

.home-slider .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.vertical-slider {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.home-slider .swiper-slide {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 70px;
  color: #666666;
  /* Default text color */
  transition: color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
}

.vertical-slider-container .swiper-slide {
  /* padding: 30px 0px 30px 80px; */
  padding: 0px 12px 20px 56px !important;
  opacity: 0.5;
}

.swiper-slide:hover {
  color: #223035;
}

.vertical-slider-container .swiper-slide.active-slide {
  color: #223035;
  border-left: 1px solid #223035;
  opacity: 1;
}

.slide-box {
  display: flex;
  align-items: start;
  padding: 10px 35px 34px 82px;
  position: relative;
  width: 100%;
}

.vertical-slider-container .slide-box {
  /* padding: 0; */
  display: block;
}

span.slide-number {
  font-size: 20px;
  position: absolute;
  left: -45px;
  top: 10px;
}

h3.slide-title {
  margin: 0 0 6px;
  position: relative;
}

.vertical-line:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 96%;
  left: 0;
  top: 0;
  background-color: rgba(32, 40, 45, .17);
}

.vertical-slider-wrapper {
  position: relative;
}

/* Ensure non-hovered, non-active slides keep gray line */
.vertical-slider:hover .swiper-slide:not(:hover):not(.active-slide) .slide-box::before {
  background: #666666;
}

.slide-content .slide-title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px !important;
  line-height: 1.4em;
  font-weight: 500;
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slide-number {
  font-size: 24px;
  font-weight: 500;
  color: inherit;
}

.slide-description {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  color: inherit;
}

/* Hide Swiper pagination and scrollbar */
.swiper-pagination,
.swiper-scrollbar {
  display: none !important;
}

/* Secondary Footer */
.footer-secondary-menu {
  display: flex;
  flex-wrap: wrap;
  /* Optional: allows wrapping on smaller screens */
  justify-content: flex-end;
  gap: 0px 15px;
  /* Adjust as needed */
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  /* Optional: vertical centering */
}

.footer-secondary-menu li {
  list-style: none;
}

.footer-secondary-menu .menu-item>a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-secondary-menu .menu-item>a:hover,
.footer-secondary-menu .menu-item>a:focus {
  color: #fff;
  /* Adjust hover color as needed */
}



/* SiteMap page  */
.sitemap-menu-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding-left: 0;
}

.sitemap-menu-wrap li {
  margin: 5px 0;
  position: relative;
  margin-left: 1.2em;
  /* Space for the arrow */
}

.sitemap-menu-wrap li i {
  font-size: 12px;
}

/* Set black color for parent (top-level) li links */
.sitemap-menu-wrap li.has-children a {
  color: #000;
  font-weight: 500;
}

.sitemap-menu-wrap li.has-children a:hover {
  color: #555;
  font-weight: 500;
}

.sitemap-menu-wrap li.has-children ul li a {
  color: #555;
  font-weight: 400;
}

/* Optional: style for other links */
.sitemap-menu-wrap li:not(.has-children) a {
  color: #000;
  font-weight: 500;
}

.sitemap-menu-wrap li.has-children ul li>a:hover {
  color: #000;
  font-weight: 400;
}

.sitemap-menu-wrap li.has-children ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  /* Adjust color/style as needed */
  padding-bottom: 6px;
  margin-bottom: 6px;
}


/* Home page slider animation */
.home-slider .hero-slider-arrow-contain {
  position: relative;
  bottom: 90px;
  height: 100%;
  /* or a specific height like 200px */
}

.hero-slider-arrow-link,
.hero-slider-arrow {
  display: block;
  width: 50%;
  height: 100%;
}

.hero-slider-arrow-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-slider-arrow-link .hero-slider-arrow {
  position: relative;
  bottom: 0;
  object-fit: cover;
  left: 0;
  width: 85px;
  /* Adjust size */
  height: auto;
  animation: moveFadeResetReverse 0.5s ease-in-out;
}

/* Full animation: move → blink → return */
@keyframes moveFadeResetReverse {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  40% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }

  41% {
    transform: translate(100%, -100%);
    /* jump below original position */
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* Full animation: move → blink → return */
@keyframes moveFadeReset {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  40% {
    transform: translate(100%, -100%);
    opacity: 0;
  }

  41% {
    transform: translate(-100%, 100%);
    /* jump below original position */
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* Trigger animation on hover */
.hero-slider-arrow-link:hover .hero-slider-arrow {
  animation: moveFadeReset 0.5s ease-in-out;
  animation-direction: alternate;
}


.hero-slide.swiper-slide {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.hero-slide.swiper-slide-active {
  opacity: 1;
}

.hero-slide {
  position: relative;
  overflow: hidden;
}

.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 8s ease;
  /* Matches autoplay delay */
  z-index: 0;
}

.hero-slide.swiper-slide-active .hero-slide-bg {
  transform: scale(1.1);
  /* Zoom in */
}





/* Responsive Styles */
@media (max-width: 767px) {
  .vertical-slider-container .swiper-slide {
    padding: 20px 0px 20px 60px !important;
  }

  .slide-description {
    font-size: 18px;
    line-height: normal;
  }

  .slide-box {
    padding: 20px 20px 20px 40px;
  }

  .sitemap-menu-wrap {
    grid-template-columns: 1fr;
  }

  .sitemap-menu-wrap li.has-children {
    margin-top: 5px;
  }
}

/* Footer Styling */
.footer {
  background: #223035;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.footer h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.menu .menu-item {
  display: block;
  margin-bottom: 10px;
}

.menu .menu-item>a {
  color: rgba(255, 255, 255, 0.6);
}

.menu .menu-item>a:hover,
.menu .menu-item>a:focus {
  color: rgba(255, 255, 255, 1);
}


.footer p {
  color: #fff;
}

.footer a:hover {
  opacity: 1;
}

.footer .social-icons a {
  font-size: 1.5rem;
  margin-right: 10px;
}

.footer .logo {
  margin-bottom: 20px;
  text-align: left;
}

.footer .divider {
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.5;
  margin: 20px 0;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.social-icons a {
  font-size: 16px;
  color: #fff;
}

.fotoer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.fotoer-links a {
  color: #c5c5c5;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 10px 0 10px;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0 10px 0px;
}

.fotoer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.qodef-button.qodef-html--link {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Dm Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
  outline: 0;
  transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
  padding: 6px 15px;
  margin-bottom: 15px;
  gap: 10px;
}

.social-icons i {
  display: inline-block;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icons i {
  visibility: visible !important;
  opacity: 1 !important;
}

.qodef-html--link {
  color: #4F585E !important;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 25px;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

span.qodef-m-arrow {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.1;
}

.qodef-button.qodef-html--link:hover {
  background-color: #4F585E !important;
  color: #fff !important;
}

.qodef-button.qodef-html--link .qodef-m-arrow {
  margin-left: 7px
}

.qodef-theme-button:hover {
  color: #fff;
}

.qodef-button.qodef-size--small {
  font-size: 14px;
  padding: 5px 29px
}

.qodef-button.qodef-size--large {
  padding: 10px 45px 11px
}

.qodef-button.qodef-html--link::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%234F585E' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 1.0s ease-in-out;
}

.qodef-button.qodef-html--link:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;*/
}

.qodef-button.qodef-html--link:hover::after {
  /* transform: translateX(5px);*/
  animation: moveFadeReset 0.8s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}


.qodef-button.qodef-size--full {
  width: 100%;
  padding: 6px 20px 7px;
  justify-content: center;
  text-align: center
}

.qodef-button.qodef-layout--arrow {
  padding: 0 !important;
  color: #20282d;
  background-color: transparent;
  border: 0;
  line-height: 1;
  padding: 0;
  transition: color .35s ease-out
}

.qodef-button.qodef-layout--arrow .qodef-m-icon {
  overflow: visible
}

.qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg {
  width: 63px
}


.just-right#navbarSupportedContent a:not(:only-child):after {
  display: none !important;
}

ul.dropdown-menu.show {
  width: auto;
}

ul.dropdown-menu li {
  width: 100%;

}

ul.dropdown-menu li a:hover {
  background: transparent;
  color: #000;
}

.custom-dropdown1 .form-select {
  background: transparent;
  border: transparent;
  height: 100%;
  font-size: 14px;
}

.custom-dropdown1 .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}


.form-group {
  margin-bottom: 10px;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #4F585E;
  border-radius: 50px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  outline: none;
}

.wpcf7-submit.custom-submit-button {
  padding-right: 40px !important;
  max-width: 100%;
}

.wpcf7 textarea {
  border-radius: 20px !important;
  resize: vertical;
  min-height: 100px;
}

/* Contact Form 7 Submit Button */
.wpcf7-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  /* Slightly larger font size to match the form fields */
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
  outline: 0;
  padding: 12px 20px !important;
  /* Adjusted padding for better fit */
  color: #fff;
  background-color: #20282d;
  border: 1px solid transparent;
  border-radius: 50px;
  /* More rounded to match the image */
  cursor: pointer;
  width: 100%;
  /* Make the button stretch to match the form fields */
  max-width: 200px;
  /* Match the max-width of the form */
  transition: all 0.3s ease-out;
  overflow: hidden;
  padding-right: 45px;
  /* Space for the arrow */
}

/* Hover Effect */
.wpcf7-submit:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
}


.submit-wrapper {
  position: relative;
  display: inline-block;
}

.custom-submit-button {
  padding-right: 40px;
  /* space for arrow */
  position: relative;
  background: #000;
  /* your background */
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* Add the arrow as a background image via the wrapper */
.submit-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -10%);
  opacity: 1;
  pointer-events: none;
}

/* Animate the arrow on hover */
.submit-wrapper:hover::after {
  animation: moveFadeReset 1s ease forwards;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}


.extra-counter {
  text-align: center;
}

/* Get in Touch Button */
.extra-button-touch {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #20282d;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  gap: 10px;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.extra-button-touch:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
  animation: moveFadeReset 1.0s ease-in-out; */
}

.extra-button-touch::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out;
}

.extra-button-touch:hover::after {
  animation: moveFadeReset 0.8s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}

.extra-button-touch-two {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.extra-button-touch-two:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
}

.extra-button-touch-three {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.extra-button-touch-three:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
  /*animation: moveFadeReset 0.5s ease-in-out;*/


}

.extra-button-touch-four {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #fff;
  background: #4F585E;
  border: 1px solid #4F585E;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  gap: 10px;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.extra-button-touch-four:hover {
  background-color: #ffffff;
  color: #4F585E;
  border: 1px solid #4F585E;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");*/
  background-position: right 15px center;
}

.extra-button-touch-four::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out;
}

.extra-button-touch-four:hover::after {
  /* transform: translateX(5px);*/
  animation: moveFadeReset 0.8s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}





/* Video Background */
.cib-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Header */
.cib-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 70px 20px 20px 20px;
  z-index: 10;
}

/* Logo */
.cib-logo {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

/* Navigation */
.cib-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Navigation Icons */
.cib-nav-icons {
  display: flex;
  gap: 10px;
}

.cib-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.cib-nav-icon:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.cib-nav-icon svg {
  width: 16px;
  height: 16px;
}





/* Tag Styling */
.cib-tag {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
  display: block;
}










.cib-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  gap: 10px;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.cib-button::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 1.0s ease-in-out;
}

.cib-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  backdrop-filter: blur(5px);
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
   animation: moveFadeReset 0.5s ease-in-out;*/
}

.cib-button:hover::after {
  /* transform: translateX(5px);*/
  animation: moveFadeReset 0.8s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}


/* Get in Touch Button */
.cib-get-in-touch {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #20282d;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.cib-get-in-touch:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
}



/* Testimonial Slider */
.ts-testimonial-slider {
  text-align: center;
}

/* Heading */
.ts-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1E2428;
  margin-bottom: 40px;
}

/* Testimonial Wrapper (Swiper Container) */
.ts-testimonial-slider .testimonial-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Swiper Wrapper */
.ts-testimonial-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* Swiper Slide */
.ts-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.5s ease;
  box-sizing: border-box;
}

/* Light Background (First Slide, Third Slide, etc.) */
.ts-slide-light {
  background-color: #E6ECEF;
}

/* Dark Background (Second Slide, Fourth Slide, etc.) */
.ts-slide-dark {
  background-color: #2E3A40;
}

/* Slide Inner */
.ts-slide-inner {
  /*display: flex; 
  align-items: start;
  gap: 30px;*/
  width: 100%;
}

/* Client Image */
.ts-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

/* Content */
.ts-content {
  position: relative;
  text-align: left;
  padding-left: 50px;
}

/* Quote Icon */
.ts-quote-icon {
  position: absolute;
  left: 0px;
  top: -35px;
  font-size: 150px;
  color: #4F585E;
  line-height: 1;
}

/* Quote Text */
.ts-quote {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4F585E;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Dark Slide Text Color */
.ts-slide-dark .ts-quote,
.ts-slide-dark .ts-quote-icon {
  color: #FFFFFF;
  /* White text for dark background */
}

/* Designation */
.ts-designation {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1E2428;
}

/* Dark Slide Designation Color */
.ts-slide-dark .ts-designation {
  color: #FFFFFF;
  /* White text for dark background */
}

/* Pagination Dots */
.ts-testimonial-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.ts-testimonial-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D8DB;
  opacity: 1;
}

.ts-testimonial-slider .swiper-pagination-bullet-active {
  background-color: #4F585E;
}



/* Industry Slider Section */

/* Container */
.industry-shortcode-slider .container {
  margin: 0 auto;
}

/* Header */
.industry-header {
  text-align: left;
  margin-bottom: 40px;
}

.industry-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.industry-description {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.8;
}

/* Industry Shortcode Wrapper (Swiper Container) */
.industry-shortcode-slider .industry-shortcode-wrapper {
  width: 100%;
  overflow: hidden;
  /* Ensure no overflow during transitions */
}

/* Swiper Wrapper */
.industry-shortcode-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* Swiper Slide */
.industry-shortcode-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 295px;
  /* Adjusted to fit 3 slides on desktop: (1170 - 2 * 30) / 3 = 370px */
  margin: 0 auto;
  /* Center the slide */
  transition: transform 0.5s ease;
  /* Smooth transition for slide changes */
  box-sizing: border-box;
  /* Ensure padding is included in width */
}

/* Slide Inner */
.industry-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

/* Industry Image */
.industry-img-slider {
  width: 295px;
  max-height: 272px;
  object-fit: cover;
}

/* Industry Title */
.industry-title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  /* White text */
  text-align: center;
  max-height: 100px;
  overflow: hidden;
  word-break: break-word;
}

/* Button */
.industry-button-wrapper {
  text-align: left;
  margin-top: 40px;
}

.industry-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #1A3C5E;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.industry-button:hover {
  background-color: #E6ECEF;
}

.industry-button .arrow {
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .industry-heading {
    font-size: 28px;
  }

  .industry-description {
    font-size: 14px;
  }

  .industry-shortcode-slide {
    max-width: 340px;
    /* Adjusted for 2 slides on medium screens */
  }

  .industry-img-slider {
    width: 300px;
    height: 180px;
  }

  .industry-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .industry-header {
    text-align: center;
  }

  .industry-button-wrapper {
    text-align: center;
  }

  .industry-shortcode-slide {
    max-width: 100%;
    /* Full width for 1 slide on mobile */
  }

  .industry-img-slider {
    width: 100%;
    height: 160px;
  }

  .industry-title {
    font-size: 14px;
  }
}



/* Case Studies Vertical Slider */
.case-studies-vertical-slider {
  margin: 0 auto;
  overflow: visible;
}

.case-studies-wrapper {
  width: 100%;
  overflow: hidden;
}

.case-studies-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}




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

.case-study-column {
  display: grid;
  gap: 20px;
  align-content: baseline;
}

.case-study-column h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2A2B2B;
  text-align: center;
  margin: 0;
  max-height: 100px;
  overflow: hidden;
  word-break: break-word;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D8DB;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

/* Mobile Styles */
@media (max-width: 767px) {

  .case-studies-wrapper,
  .case-studies-slide {
    height: 400px;
  }

  .case-study-row {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .case-study-column {
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .case-study-column h3 {
    font-size: 16px;
  }

}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {

  .case-studies-wrapper,
  .case-studies-slide {
    height: 500px;
    /* Adjusted for tablet */
  }

  .case-studies-slide .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .case-study-column {
    display: none;
    /* Hide all columns */
  }

  .case-study-column:nth-child(-n+2) {
    display: flex;
    /* Show only first two columns for 2x1 */
  }


}

/* Desktop Styles */
@media (min-width: 992px) {


  .case-studies-wrapper,
  .case-studies-slide {
    height: 689px;
  }

  .case-studies-slide .row {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }



  .case-studies-section.slider-active .case-studies-wrapper,
  .case-studies-section.slider-active .case-studies-slide {
    height: 80vh;
    min-height: 689px;
  }


}

/* Extra Small Mobile */
@media (max-width: 480px) {

  .case-studies-wrapper,
  .case-studies-slide {
    height: 350px;
  }



}

/* Latest Blog Posts Section */
.latest-blog-posts-section {
  position: relative;
}

/* Latest Blog Posts Slider */
.latest-blog-posts-slider {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.latest-blog-posts-wrapper {
  width: 100%;
}

.latest-blog-posts-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.blog-post-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.blog-post-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.blog-post-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-overlay i {
  color: #FFFFFF;
  font-size: 24px;
}

.blog-post-img-wrapper:hover .image-overlay {
  opacity: 1;
}

.blog-post-img-wrapper:hover .blog-post-img {
  transform: scale(1.05);
}

.blog-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.blog-post-date {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #D3D8DB;
}

.blog-post-title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  line-height: 30px;
  min-height: 80px;
}

.blog-post-excerpt {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #D3D8DB;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post-link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  max-width: 140px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  gap: 10px;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");*/
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.blog-post-link:hover {
  background-color: #fff;
  color: #2A2B2B;
  border: 1px solid #fff;
  background-position: right 15px center;
}

.blog-post-link::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out;
}

.blog-post-link:hover::after {
  animation: moveFadeReset 0.8s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3Cg fill='none' stroke='%231E2428' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D8DB;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}



/* Our Team */
.team-container {
  margin: 0 auto;
}

.team-grid {
  display: block;
  /* Changed from grid to block for manual row control */
}

.team-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.team-member img {
  width: 100%;
  height: auto;
}

.team-title {
  text-align: left;
  margin: 10px 0;
  font-family: "Dm Sans", sans-serif;
  color: #20282d;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.team-excerpt {
  text-align: left;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
  color: #263037;
}

.view-more-wrapper {
  text-align: center;
  margin-top: 20px;
}

#view-more {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  max-width: 140px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #20282d;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

#view-more:hover {
  background-color: #20282d;
  color: #fff;
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
}

.team-details {
  margin-bottom: 20px;
  display: none;
}

.team-details[style*="display: block"] {
  display: block !important;
}

.team-description {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}

.des-image {
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
}

.des-image::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #2A2B2B;
}

.team-img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.team-img:hover {
  filter: brightness(0.7) blur(1px);
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
  transform: translateY(5px);
  transition: all 0.3s ease-out, transform 0.5s ease-out;
}

.team-title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #000;
}

.team-excerpt {
  margin: 0 0 10px;
  font-size: 14px;
  color: #000;
}

.description-content {
  flex: 1;
  position: relative;
  padding-left: 60px;
}

.description-text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.description-content::before {
  content: '\201C';
  position: absolute;
  left: -6px;
  top: -65px;
  font-size: 150px;
  color: #666;
}

.search-results article {
  margin-top: 30px;
  border-bottom: 1px solid grey;
}

.search-results .page-header {
  position: relative;
}

.search-results h2.entry-title a {
  color: #223035;
}




/* Mobile Styles */
@media (max-width: 767px) {
  .latest-blog-posts-section {
    padding: 10px 0;
  }

  .latest-blog-posts-slide {
    padding: 10px;
  }

  .blog-post-img {
    height: 200px;
  }

  .blog-post-title {
    font-size: 18px;
  }

  .blog-post-excerpt {
    font-size: 14px;
  }

  .blog-post-img {
    height: 200px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
  .latest-blog-posts-section {
    padding: 15px 0;
  }

  .latest-blog-posts-slide {
    padding: 10px;
  }

  .blog-post-img {
    height: 180px;
  }

  .blog-post-title {
    font-size: 16px;
  }

  .blog-post-excerpt {
    font-size: 13px;
  }

  .blog-post-block {
    padding: 10px;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .latest-blog-posts-section {
    padding: 20px 0;
  }

  .latest-blog-posts-slide {
    padding: 15px;
  }

  .blog-post-img {
    height: 200px;
  }


  .blog-post-link {
    margin-top: 20px;
  }

  .blog-post-excerpt {
    font-size: 14px;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .blog-post-img {
    height: 180px;
  }

  .blog-post-title {
    font-size: 16px;
  }

  .blog-post-excerpt {
    font-size: 13px;
  }
}



@media (min-width: 1024px) and (max-width: 1442px) {
  .search_wrap {
    height: 18%;
  }

  .search_wrap .search_icon {
    font-size: 20px;
  }

  /*.search_wrap input {
    padding: 5px 25px 10px 17px;
  }
  .search_wrap .search_icon {
    right: -115px;
  }
  .search_wrap .close-search {
    top: 15px;
  }*/
}



/* Tablet View (768px - 991px): 2 columns */
@media (max-width: 991px) {
  .team-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-description {
    flex-direction: column;
  }

  .des-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .des-image::before {
    display: none;
    /* Remove vertical line on tablet/mobile */
  }

  .team-img {
    width: 100%;
    max-width: 200px;
  }

  .description-content {
    padding: 15px;
  }

  .team-details {
    margin-top: 10px;
  }
}

/* Mobile View (below 768px): 1 column */
@media (max-width: 767px) {
  .team-row {
    grid-template-columns: 1fr;
  }

  .ts-slide-inner {
    flex-direction: column;
    gap: 15px;
  }

  .team-description {
    flex-direction: column;
  }

  .des-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .des-image::before {
    display: none;
    /* Remove vertical line on tablet/mobile */
  }

  .team-img {
    width: 100%;
    max-width: 200px;
  }

  .description-content {
    padding: 15px;
  }

  .team-details {
    margin-top: 10px;
  }

  /*.ts-quote-icon {
		display:none;
	}*/

}


/* Tablet View (768px - 991px): 2 columns */
@media (max-width: 991px) {
  .team-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-description {
    flex-direction: column;
  }

  .team-img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 200px;
    margin-right: 0;
  }

  .team-img:hover {
    filter: brightness(0.7) blur(1px);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
    transform: translateY(5px);
    transition: all 0.3s ease-out, transform 0.5s ease-out;
  }

  .description-content {
    padding: 15px;
  }

  .description-content::before {
    display: none;
    /* Remove vertical line on tablet/mobile */
  }

  .team-details {
    margin-top: 10px;
  }
}

/* Mobile View (below 768px): 1 column */
@media (max-width: 767px) {
  .team-row {
    grid-template-columns: 1fr;
  }

  .team-description {
    flex-direction: column;
  }

  .team-img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 200px;
    margin-right: 0;
  }

  .description-content {
    padding: 15px;
  }

  .description-content::before {
    display: none;
    /* Remove vertical line on tablet/mobile */
  }

  .team-details {
    margin-top: 10px;
  }
}




.case-studies-container {
  position: relative;
}

.case-studies-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.search-bar {
  position: relative;
  flex: 1;
  max-width: 300px;
}

#case-search {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 1px solid #4F585E;
  border-radius: 50px;
  background-color: transparent;
  color: #20282d;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.sort-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 15px;
}

.short {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #20282d;
}

.sort-filter select {
  padding: 8px 24px 8px 12px;
  border: 1px solid #20282d;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #20282d;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2320282d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  /* min-width: 120px; */
  max-width: 100%;
}

.sort-filter select:focus {
  outline: none;
  border-color: #4F585E;
  box-shadow: 0 0 4px rgba(79, 88, 94, 0.3);
}

.sort-filter select option {
  background-color: #ffffff;
  color: #20282d;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}

.sort-filter select option:hover,
.sort-filter select option[selected] {
  background: #20282d;
  color: #fff;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  border-top: 1px solid #ccc;
  transition: opacity 0.3s ease;
}

.case-study-item-link {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.case-study-item {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 10px 30px;
}

.case-studies-grid .case-study-item-link:nth-child(3n) {
  border-right: none;
}


.case-studies-grid .case-study-item-link:nth-child(3n+1) {
  border-left: none;
}

.case-img {
  width: 100%;
  height: 272px !important;
  object-fit: cover;
  display: block;
}

.case-img:hover {
  filter: brightness(0.7) blur(1px);
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
  transform: translateY(5px);
  transition: all 0.3s ease-out, transform 0.5s ease-out;
}

.case-title {
  margin: 20px 0px 0px 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #20282d;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.view-more-wrapper {
  text-align: center;
  margin-top: 20px;
}

#view-more-cases {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #20282d;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

#view-more-cases:hover {
  background-color: #20282d;
  color: #fff;
  border: 1px solid #fff;
  background-position: right 15px center;
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #20282d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Tablet View */
@media (max-width: 991px) {
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }

  .case-study-item-link {
    border-bottom: 1px solid #20282d;
    border-right: 1px solid #20282d;
  }

  .case-img {
    height: 272px !important;
  }

  .case-studies-grid .case-study-item-link:nth-child(2n) {
    border-right: none;
  }

  /* Remove left border from the first column (2 columns) */
  .case-studies-grid .case-study-item-link:nth-child(2n+1) {
    border-left: none;
  }

  /* Remove left border from the first item */
  .case-studies-grid .case-study-item-link:first-child {
    border-left: none;
  }

  .sort-filter select {
    font-size: 13px;
    padding: 6px 20px 6px 10px;
    min-width: 100px;
  }

  .sort-filter select option {
    font-size: 13px;
  }

  .sort-filter select option:hover,
  .sort-filter select option[selected] {
    background: #20282d;
    color: #fff;
  }
}

/* Mobile View */
@media (max-width: 991px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .case-study-item-link {
    border-right: none;
    border-bottom: 1px solid #20282d;
  }

  .case-study-item {
    padding: 10px;
  }

  .case-img {
    height: 250px !important;
  }

  /* Remove border from last row */
  .case-studies-grid .case-study-item-link:nth-last-child(-n+1) {
    border-bottom: none;
  }

  .case-studies-header {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .search-bar {
    max-width: 100%;
  }

  .sort-filter {
    flex-wrap: wrap;
    gap: 10px;
  }

  .sort-filter select {
    font-size: 12px;
    padding: 6px 18px 6px 8px;
    min-width: 0;
    flex: 1;
  }

  .sort-filter select option {
    font-size: 12px;
  }

  .sort-filter select option:hover,
  .sort-filter select option[selected] {
    background: #20282d;
    color: #fff;
  }

  .inner-banner {
    min-height: 150px !important;
  }

  .inner-banner .inner-head h1 {
    font-size: 36px;
    font-weight: 600;
  }
}


.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.case-study-tag {
  background-color: #ffffff;
  color: #20282d;
  padding: 10px;
  font-size: 13px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  border-top: 1px solid #20282d;
}

.custom-case-item {
  text-align: center;
  padding: 10px;
  position: relative;
  /* For horizontal line positioning */
}

.custom-case-grid:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.33%;
  width: 1px;
  background: #20282d;
}

.custom-case-grid::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33.33%;
  width: 1px;
  background: #20282d;
}

.custom-case-image {
  width: 350px;
  height: 275px !important;
  object-fit: cover;
  /* Ensure image fits within dimensions */
}

.custom-case-image:hover {
  filter: brightness(0.7) blur(1px);
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
  transform: translateY(5px);
  transition: all 0.3s ease-out, transform 0.5s ease-out;
}

.custom-case-title {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 500;
  font-family: "Dm Sans", sans-serif;
  color: #20282d;
  text-align: left;
}



/* Horizontal lines for each item */
.custom-case-grid .custom-case-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -25px;
  height: 1px;
  background: #20282d;
}


/* Tablet view (2 posts per row) - max-width: 991px */
@media (max-width: 991px) {
  .custom-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-case-grid:before {
    display: none;
  }

  .custom-case-grid::after {
    display: none;
  }

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

  .sitemap-menu-wrap li {
    margin-top: 5px;
  }
}

/* Mobile view (1 post per row) - max-width: 767px */
@media (max-width: 767px) {
  .custom-case-grid {
    grid-template-columns: 1fr;
  }

  .custom-case-grid:before {
    display: none;
  }

  .custom-case-grid::after {
    display: none;
  }

}

.custom-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.custom-case-tag {
  background-color: #ffffff;
  color: #20282d;
  padding: 10px;
  font-size: 13px;
  display: inline-block;
  margin: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.industry-grid-view-container {
  position: relative;
}

.industry-grid-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.industry-grid-view-search-bar {
  position: relative;
  flex: 1;
  max-width: 300px;
}

#industry-search {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 1px solid #4F585E;
  border-radius: 50px;
  background-color: transparent;
  color: #20282d;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

.industry-grid-view-search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.industry-grid-view-sort-filter {
  display: flex;
  gap: 10px;
  align-items: center;
}

.industry-grid-view-short {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #20282d;
}

.industry-grid-view-sort-filter select {
  padding: 8px 24px 8px 12px;
  border: 1px solid #20282d;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #20282d;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2320282d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  min-width: 120px;
  max-width: 152px;
}

.industry-grid-view-sort-filter select:focus {
  outline: none;
  border-color: #4F585E;
  box-shadow: 0 0 4px rgba(79, 88, 94, 0.3);
}

.industry-grid-view-sort-filter select option {
  background-color: #ffffff;
  color: #20282d;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}

.industry-grid-view-sort-filter select option:hover,
.industry-grid-view-sort-filter select option[selected] {
  background: #20282d;
  color: #fff;
}

.industry-grid-view-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  border-top: 1px solid #20282d;
  transition: opacity 0.3s ease;
}

.industry-grid-view-item-link {
  text-decoration: none;
  display: block;
}

.industry-grid-view-item {
  padding: 50px;
  text-align: center;
  border-bottom: 1px solid #20282d;
  border-right: 1px solid #20282d;
}

.industry-grid-view-grid .industry-grid-view-item-link:nth-child(3n) .industry-grid-view-item {
  border-right: none;
}

.industry-grid-view-grid .industry-grid-view-item-link:nth-child(3n+1) .industry-grid-view-item {
  border-left: none;
}

.industry-grid-view-img {
  width: 100%;
  height: 272px !important;
  object-fit: cover;
  display: block;
}

.industry-grid-view-img:hover {
  filter: brightness(0.7) blur(1px);
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
  transform: translateY(5px);
  transition: all 0.3s ease-out, transform 0.5s ease-out;
}

.industry-grid-view-title {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #20282d;
  /*overflow: hidden;*/
  text-align: left;
  max-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.industry-grid-view-view-more-wrapper {
  text-align: center;
  margin-top: 20px;
}

#view-more-industries {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #20282d;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  gap: 10px;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");*/
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

#view-more-industries:hover {
  background-color: #20282d;
  color: #fff;
  border: 1px solid #fff;
  background-position: right 15px center;
}

#view-more-industries::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 1.0s ease-in-out;
}

#view-more-industries:hover::after {
  /* transform: translateX(5px);*/
  animation: moveFadeReset 0.8s ease-in-out;
}

.industry-grid-view-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #20282d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Tablet View */
@media (max-width: 991px) {
  .industry-grid-view-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }

  .industry-grid-view-item {
    border-bottom: 1px solid #20282d;
    border-right: 1px solid #20282d;
  }

  .industry-grid-view-img {
    height: 260px !important;
  }

  .industry-grid-view-grid .industry-grid-view-item-link:nth-child(2n) .industry-grid-view-item {
    border-right: none;
  }

  .industry-grid-view-grid .industry-grid-view-item-link:nth-child(2n+1) .industry-grid-view-item {
    border-left: none;
  }

  .industry-grid-view-grid .industry-grid-view-item-link:first-child .industry-grid-view-item {
    border-left: none;
  }

  .industry-grid-view-sort-filter select {
    font-size: 13px;
    padding: 6px 20px 6px 10px;
    min-width: 100px;
  }

  .industry-grid-view-sort-filter select option {
    font-size: 13px;
  }

  .industry-grid-view-sort-filter select option:hover,
  .industry-grid-view-sort-filter select option[selected] {
    background: #20282d;
    color: #fff;
  }
}

/* Mobile View */
@media (max-width: 767px) {
  .industry-grid-view-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .industry-grid-view-item {
    padding: 10px;
    border-bottom: 1px solid #20282d;
    border-right: none;
  }

  .industry-grid-view-img {
    height: 250px !important;
  }

  .industry-grid-view-grid .industry-grid-view-item-link:nth-last-child(-n+1) .industry-grid-view-item {
    border-bottom: none;
  }

  .industry-grid-view-header {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .industry-grid-view-search-bar {
    max-width: 100%;
  }

  .industry-grid-view-sort-filter {
    padding: 0px 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .industry-grid-view-sort-filter select {
    font-size: 12px;
    padding: 6px 18px 6px 8px;
    min-width: 0;
    flex: 1;
  }

  .industry-grid-view-sort-filter select option {
    font-size: 12px;
  }

  .industry-grid-view-sort-filter select option:hover,
  .industry-grid-view-sort-filter select option[selected] {
    background: #20282d;
    color: #fff;
  }
}

.contact-info-widget .contact-box {
  color: #fff;
  background: #4F585E;
  padding: 20px;
  margin-bottom: 24px;
}

.contact-info-widget .contact-box h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.contact-info-widget .contact-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.contact-info-widget .contact-box a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.contact-info-widget .contact-box a:hover {
  color: #20282d;
}

.contact-info-widget a.extra-button-touch.map-btn {
  color: #20282d;
}

.contact-info-widget .directions-btn {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #20282d;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.contact-info-widget .directions-btn:hover {
  background-color: #ffffff;
  color: #1E2428;
  border: 1px solid #1E2428;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 9.8 9.8'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='m.4 9.4 9-9'/%3E%3Cpath d='M.4.5h8.9'/%3E%3Cpath d='M9.3 9.4V.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px center;
}

.contact-info-widget .directions-iframe iframe {
  min-height: 500px;
  /* Default height, overridden by control */
  height: 100%;
}

.contact-info-widget .directions-btn i {
  margin-left: 5px;
}


.contact-info-widget .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*.contact-info-widget .col-12, .contact-info-widget .col-6, .contact-info-widget .col-md-6, .contact-info-widget .col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
}*/

.field-error+span {
  color: red;
  font-size: 12px;
  display: block;
}

.text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-box i {
  padding-top: 5px
}

.contact-box p {
  margin: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: start;
  gap: 8px;
}




/* Responsive design */
@media (max-width: 600px) {
  .contact-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contact-info-widget .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-widget .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.contact-info-widget .fas {
  margin-right: 5px;
}




#blogs-list h3 {
  font-family: "Dm Sans", sans-serif;
  color: #20282d;
  font-size: 24px;
  line-height: 34px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-item .blog-image img {
  width: 100% !important;
  height: auto;
}



.blog-item .wp-post-image {
  max-width: 100%;
  height: auto;
}

.blog-date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Dm Sans", sans-serif;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #4F6368;
}

.blog-left-title {
  font-family: "Dm Sans", sans-serif;
  color: #20282d;
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  margin: 0px 0px 10px 0;
}



.sidebar {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.search-container {
  position: relative;
  margin-bottom: 20px;
}

#blog-search {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 1px solid #4F585E;
  border-radius: 50px;
  background-color: transparent;
  color: #20282d;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
}

.category-list li:last-child {
  margin-bottom: 0px;
}

.category-list a {
  color: #263037;
  display: block;
}


.category-list .active {
  background-color: #000;
  color: white;
  border-radius: 5px;
}

#blog-search-results {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-dropdown {
  padding: 5px 0;
}

.search-result-item {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

.search-result-item:hover {
  background-color: #f5f5f5;
  color: #000;
}

#blog-search-results p {
  padding: 5px 10px;
  margin: 0;
  color: #333;
}

.single-blog {
  padding: 100px 0px 100px 0px;
}

.blog-featured-image {
  height: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

.single-blog h1 {
  font-family: "Dm Sans", sans-serif;
  color: #20282d;
  font-size: 40px;
  line-height: 51px;
  font-weight: 400;
  margin: 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single-blog p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Dm Sans", sans-serif;
}

.single-blog-bg {
  background-color: #E8ECEF;
  padding: 70px 0;
  width: 100%;
}

.blog-section-title {
  display: flex;
  align-content: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 30px;
}

.single-blog .blog-date {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 10px;
}

.b_single-contact {
  margin: 20px 0;
}

.b_single-contact h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Dm Sans", sans-serif;
}

.blog-content {
  margin: 20px 0 50px 0;
}

.blog-search_title {
  font-family: "Dm Sans", sans-serif;
  color: #20282d;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin: 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-search_title a {
  color: #20282d;
}

/* Responsive Design */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .col-12.col-md-8,
  .col-12.col-md-4 {
    width: 100%;
    max-width: 100%;
  }

  .sidebar {
    margin-top: 20px;
  }

  #blog-search {
    width: 100%;
  }
}

.contact-section {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}


.contact-left {
  background-color: #EFEFEF;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  box-sizing: border-box;
}

.image-right {
  width: 50%;
  min-height: 100vh;
  background-size: cover;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-form {
  max-width: 400px;
  margin: 0 auto;
}

.co-content {
  padding-top: 40px;
}

/*.wp-post-image {
  width: 100%;
  height: auto;
}*/
@media (max-width: 991px) {


  .image-right {
    display: none;
    /* Hide the separate image section */
  }

  .contact-left {
    padding: 20px;
    width: 100%;
  }

}

/* Responsive: Stack vertically on smaller screens */
@media (max-width: 768px) {
  .footer-secondary-menu {
    flex-direction: column !important;
    align-items: flex-start;
    /* optional: align items to the left */
    gap: 10px;
    /* adjust gap for mobile view */
  }


}

/* Tablet view: 2 columns */
@media (max-width: 1024px) {
  .sitemap-menu-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-secondary-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* two columns */
    gap: 10px;
  }
}


/* Desktop View: Hide Pagination */
@media (min-width: 767px) and (max-width: 991px) {
  .home-slider .slider-content {
    margin-bottom: 25px;
  }

  .home-slider .swiper-slide {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {


  .home-slider-section {
    height: auto;
  }

  .home-slider .swiper-slide {
    height: auto;
    padding: 40px 15px;
    display: flex;
    align-items: center;
  }

  .slider-content {
    max-width: 100%;
    padding-top: 20%;
  }

  .hero-slide-heading {
    font-size: 40px !important;
    line-height: 1.3;
    width: 100%;
    text-align: left;
    word-break: break-word;
  }

  .hero-slide-button {
    font-size: 14px;
    padding: 8px 16px;
    width: auto;
  }



  .slider-counter-progressbar-wrap {
    padding-left: 25px;
  }

  .hero-slide .slider-content {
    margin-bottom: 25px;
  }

  .hero-slider-arrow {
    width: 10%;
  }

  .hero-slider .cib-btn-holder {
    position: relative;
    bottom: 20px;
  }



  .footer .footer-secondary-menu {
    justify-content: center;
    gap: 0px 10px;
    display: block;
    text-align: center;
  }

  .footer-secondary-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
  }

  .footer .footer-wrap-certified {
    margin-bottom: 10px;
    text-align: center;
  }
}

/* Optional: Adjust for mid-sized screens */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slide-heading {
    font-size: 36px;
  }

  .hero-slide-button {
    font-size: 16px;
    padding: 10px 20px;
  }

}




/* Button Styles */

.customButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  outline: 0;
  transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
}

.customButton .elementor-button {
  padding: 0;
  background-color: transparent !important;
}

.customButton .buttonArrow {
  margin-left: 10px;
}

.customButton .buttonArrow svg {
  display: block;
}

.customButton .button-arrow {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.1;
  width: 10px;
}

/* Button Light */
.buttonLight {
  color: #4F585E;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 25px;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.buttonLight:hover {
  color: #4F585E;
  background-color: #ffffff;
  border-color: #ffffff;
}

.buttonLight g {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.buttonLight g:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.buttonLight g:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: .5;
  transition-delay: 0s, 0s;
}

.buttonLight:hover g:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.buttonLight:hover g:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.buttonLight .elementor-button,
.buttonLight .elementor-button:focus,
.buttonLight .elementor-button:hover,
.buttonLight .elementor-button:visited {
  color: #4F585E;
}

/* Button Light Outlined */
.buttonLightOutline {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.buttonLightOutline:hover {
  color: #4F585E;
  background-color: #ffffff;
  border-color: #ffffff;
}

.buttonLightOutline g {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.buttonLightOutline g:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.buttonLightOutline g:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: .5;
  transition-delay: 0s, 0s;
}

.buttonLightOutline:hover g:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.buttonLightOutline:hover g:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

/* Button Dark */
.buttonDark {
  color: #ffffff;
  background-color: #4F585E;
  border: 1px solid #4F585E;
  border-radius: 25px;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.buttonDark:hover {
  color: #4F585E;
  background-color: #ffffff;
  border-color: #4F585E;
}

.buttonDark g {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.buttonDark g:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.buttonDark g:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: .5;
  transition-delay: 0s, 0s;
}

.buttonDark:hover g:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.buttonDark:hover g:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.buttonDark .elementor-button:focus,
.buttonDark .elementor-button:hover {
  color: #4F585E;
}

/* Button Dark Outline */
.buttonDarkOutline {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.buttonDarkOutline:hover {
  color: #223035;
  background-color: #ffffff;
  border-color: #ffffff;
}

.buttonDarkOutline g {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.buttonDarkOutline g:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.buttonDarkOutline g:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: .5;
  transition-delay: 0s, 0s;
}

.buttonDarkOutline:hover g:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.buttonDarkOutline:hover g:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}







/* Filled Button */
.btn-footer {
  color: #ffffff;
  background-color: #455155;
  border: 1px solid #455155;
  border-radius: 25px;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
  display: inline-flex !important;
  width: auto;
}

.btn-footer:hover {
  color: #223035;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-footer g {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.btn-footer g:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.btn-footer g:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: .5;
  transition-delay: 0s, 0s;
}

.btn-footer:hover g:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.btn-footer:hover g:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: .15s, .15s;
}

.readmore {
  width: 140px;
}







.left-column {
  height: 100vh !important;
  position: -webkit-sticky;
  position: sticky !important;
  top: 0px;
}

/* Interactive Banners Container */
.cib-interactive-banners {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  overflow: hidden;
  --hover-bg: '';
}

.cib-interactive-banners::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hover-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  z-index: 0;
  pointer-events: none;
  transition: transform 3s ease, opacity 3s ease;
  backface-visibility: hidden;
}

.cib-interactive-banners.animating::before {
  transform: translateX(0%);
  opacity: 1;
  transition: transform 3s ease, opacity 3s ease;
}

.cib-interactive-banners::before {
  background-image: var(--hover-bg);
}

.qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder {
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}

.cib-content-holder {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 30;
}

.cib-content-holder .cib-item {
  position: relative;
  height: 100%;
  width: 25%;
  padding: 30px;
  overflow: hidden;
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cib-content-holder .cib-item:last-child {
  border-right: 0px;
}

.cib-content-holder .cib-item .cib-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit;
}

.cib-content-holder .cib-item .cib-item-inner .cib-title {
  transform: translateY(120px) !important;
  will-change: transform;
  transition: transform .5s ease;
  margin-bottom: 10px;
}

.cib-content-holder .cib-item .cib-item-inner .cib-title h3 {
  font-size: 38px;
  line-height: 44px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.cib-content-holder .cib-item.selected .cib-item-inner .cib-title {
  transform: translateY(0) !important;
}

.cib-content-holder .cib-item .cib-item-inner .cib-subtitle {
  transform: translateY(100%) !important;
  will-change: transform;
  transition: transform .5s ease, opacity .25s ease !important;
}

.cib-content-holder .cib-item .cib-item-inner .cib-subtitle p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cib-content-holder .cib-item.selected .cib-item-inner .cib-subtitle {
  transform: translateY(0) !important;
  opacity: 1;
  transition-delay: .15s, .25s;
}

.cib-content-holder .cib-item .cib-item-inner .cib-btn-holder {
  margin: 30px 0 0 0;
}

.cib-content-holder .cib-item.selected:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  z-index: -1;
  transition: opacity .8s ease, -webkit-backdrop-filter .1s 1s;
  transition: backdrop-filter .1s 1s, opacity .8s ease;
  transition: backdrop-filter .1s 1s, opacity .8s ease, -webkit-backdrop-filter .1s 1s;
  transition: opacity .8s ease;
  opacity: 0;
}

.cib-content-holder .cib-item.selected:before {
  opacity: 1;
  -webkit-backdrop-filter: blur(7px) brightness(84%);
  backdrop-filter: blur(7px) brightness(84%);
  transition-delay: 0s, .1s;
}

.accordionCapibilities .e-n-accordion-item-title-icon span>svg {
  width: 20px;
}

.accordionCapibilities .e-n-accordion-item-title-text span {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.accordionCapibilities .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  transition: all 0.4s ease;
}

.accordionCapibilities .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-closed {
  transform: rotateZ(-70deg);
}



.embed_jobs_with_style_1.embed_jobs_with_style ul.rec-group {
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 20px !important;
}

.embed_jobs_with_style_1 ul.rec-job-info {
  border: 1px solid #e5e9f3 !important;
  padding: 20px !important;
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.embed_jobs_with_style .rec-group li {
  margin: 0 0 10px 0 !important;
  line-height: normal !important;
}

.embed_jobs_with_style li.zrsite_Job_Description {
  margin-top: 0 !important;
}

.embed_jobs_head {
  padding: 0 !important;
}

.buttonDark .button-normal {
  color: #ffffff;
}

.customButton .button-normal {
  padding: 10px 20px 10px 20px;
}

.customButton .button-normal .elementor-button-text {
  margin-right: 5px;
}

.customButton .button-normal1 {
  padding: 10px 20px 10px 20px;
}

.customButton .button-normal1 .elementor-button-text {
  margin-right: 5px;
}

.buttonBlock {
  width: 135px;
}

.blog-page {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-numbers {
  padding: 8px 16px;
  margin: 4px;
  border-radius: 10px;
  line-height: normal;
}

.footerTop {
  padding: 60px 0 50px 0;
}

.copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 1;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}



@media (max-width: 767px) {
  .cib-interactive-banners {
    height: auto;
  }

  .cib-content-holder {
    display: grid;
  }

  .cib-content-holder .cib-item {
    width: 100%;
    padding: 20px;
  }

  .cib-content-holder .cib-item .cib-item-inner .cib-title h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .cib-content-holder .cib-item {
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .left-column {
    height: auto !important;
    position: relative !important;
  }

  .accordionCapibilities .e-n-accordion-item-title-icon span>svg {
    width: 16px;
  }

  .blog-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    font-size: 14px;
  }

  .footerTop {
    padding: 30px 5px 30px 5px;
  }

  .footer h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  ul#menu-services {
    margin-bottom: 30px;
  }

  .footer-menu-view-menu {
    margin-bottom: 30px;
  }

  .qodef-e-read-more {
    margin-bottom: 30px;
  }

  .hero-slider-arrow-link .hero-slider-arrow {
    width: 55px;
  }

}

.blog-meta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blogShareOptions {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #888;
}

.share-options>a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  background: #ddd;
  border-radius: 5px;
  line-height: 30px;
}

.share-options>a.facebook {
  background: #3a5a97;
  color: #ffffff;
}

.share-options>a.twitter {
  background: #01b6f0;
  color: #ffffff;
}

.share-options>a.linkedin {
  background: #007bb6;
  color: #ffffff;
}

.share-options>a.whatsapp {
  background: #43d853;
  color: #ffffff;
}

.page-numbers i {
  font-size: 12px;
}


.feed-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.feed-page-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f5f6f7;
  border-bottom: 1px solid #ddd;
}

.feed-page-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feed-page-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.feed-cards {
  max-height: 500px;
  /* control scrollbar height */
  overflow-y: auto;
  padding: 15px;
}

.feed-post-card {
  /* border-bottom: 1px solid #eee; */
  padding: 10px 0;
}

.feed-post-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.feed-post-message {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.feed-post-date {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.feed-post-link {
  text-decoration: none;
  color: #1877f2;
  font-weight: bold;
}

@media (max-width: 320px) {
  .wpcf7-submit.custom-submit-button {
    max-width: 98%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .case-studies-header {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .search-bar {
    max-width: 100%;
  }

  .sort-filter {
    flex-wrap: wrap;
    gap: 10px;
  }

  .short {
    font-size: 14px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: #20282d;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 440px) {
  .short {
    text-align: center;
  }

  .sort-filter {
    display: grid;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .vertical-slider-wrapper h3.slide-title {
    margin: 0;
  }

  .case-studies-grid .case-study-item .case-title{
    min-height: 25px;
  }

  .industry-grid-view-title {
    min-height: 50px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .vertical-slider-container .swiper-slide {
    padding: 24px 18px 24px 64px !important;
  }
}