* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #737172;
  --theme-hover: #91cc2b;
  --theme-font:"Poppins", sans-serif;
  --head-font: "DM Sans", sans-serif;
  --white-color:white;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--head-font);
}

.common-heading {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 25px;
  position: relative;
}
.common-heading span {
  font-family: var(--head-font);
  color: var(--theme-color);
}

.common-btn {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--para-font);
  background-color: var(--theme-color);
  color: #fff;
  padding: 11px 22px;
  border: 0;
  display: flex;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.common-btn:hover {
  background-color: var(--theme-hover);
  color: white;
}

.theme-color {
  color: var(--theme-color) !important;
}

.common-space {
  padding: 80px 0;
}

.header-top .main-wrap {
  width: 100%;
  display: flex;
  justify-content: right;
  position: relative;
  padding: 10px 0px;
}
.header-top .main-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 1px;
  background: var(--theme-color);
}
.header-top .main-wrap .navbar-brand {
  position: absolute;
  left: 0;
  top: 60%;
}
.header-top .main-wrap .navbar-brand img {
  max-width: 150px;
}
.header-top .main-wrap ul {
  display: flex;
  margin-bottom: 0;
}
.header-top .main-wrap ul li {
  list-style: none;
}
.header-top .main-wrap ul li a {
  color: #000;
}
.header-top .main-wrap .left-wrap {
  padding-left: 15rem;
}
.header-top .main-wrap .left-wrap ul {
  gap: 20px;
}
.header-top .main-wrap .left-wrap ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--theme-font);
  line-height: 24px;
}
.header-top .main-wrap .left-wrap ul li a i {
  color: var(--theme-hover);
}
.header-top .main-wrap .left-wrap ul li a img {
  margin-right: 10px;
}

.lang .dropdown {
  display: flex;
}
.lang .dropdown .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0px solid #000;
  line-height: 16px;
}
.lang .dropdown .dropdown-item img {
  max-width: 25px;
  margin-right: 8px;
}
.lang .dropdown .btn.btn-secondary {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #000;
  padding: 0px 1.8rem;
}
.lang .dropdown .btn.btn-secondary .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.lang .dropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  border-bottom: 0;
  min-width: 103px;
}
.lang .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  color: #000;
}
.lang .dropdown .dropdown-menu .dropdown-item img {
  max-width: 25px;
  margin-right: 8px;
}

.lang ul a img {
  max-width: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header {
  background-color: #ffffff;
  width: 100%;
  z-index: 9;
  transition: all 0.3s;
}
header .cont-btn {
  margin: 0px 0rem 0px 1.8rem;
}
header .cont-btn .common-btn:hover {
  background: var(--theme-hover);
}
header .navbar a.navbar-brand {
  opacity: 0;
}
header .header-inner-wrapper {
  display: flex;
  align-items: center;
}
header.sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 16px -12px #000;
}
header.sticky .sticky-logo {
  display: block;
  width: 100px;
}
header.sticky .header-top {
  display: none;
}
header.sticky .navbar a.navbar-brand {
  opacity: 1;
}
header .navbar {
  padding: 17px 0px;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  border: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .dropdown-menu li a {
  border-bottom: 1px solid grey;
  padding: 10px;
  transition: 0.3s;
  font-weight: 600;
}
header .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: var(--theme-color);
  color: white;
}
header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 1px 1.2rem;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  font-family: var(--head-font);
  font-size: 15px;
  transition: 0.3s;
}
header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--theme-hover);
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--theme-hover);
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  padding-left: 24px;
}
header .logo-wrappers img {
  max-width: 82%;
}
header .sticky-logo {
  display: none;
}

.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background: #000;
  opacity: 0.3;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 89vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-cont-1 {
  position: absolute;
  top: 40%;
  z-index: 31;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
}
.banner-home .banner-cont-1 .row {
  justify-content: end;
}
.banner-home .banner-cont-1 p {
  color: white;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
}
.banner-home .banner-cont-1 img {
  position: absolute;
  top: 100%;
  max-width: 100%;
  width: auto;
  right: 90%;
}
.banner-home .banner-cont-1 .banner-text {
  position: relative;
}
.banner-home .banner-content {
  position: absolute;
  top: 70%;
  z-index: 31;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -2%;
  color: white;
}
.banner-home .banner-content h2 span {
  display: block;
  color: white;
}
.banner-home .banner-content h1 {
  margin-bottom: 0px;
}
.banner-home .banner-content p {
  line-height: 2rem;
  font-size: 18px;
  color: inherit;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-content .ban-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  color: rgb(0, 0, 0);
  position: relative;
}
.banner-home .banner-content .ban-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background-color: #ffb545;
}
.banner-home .banner-content .ban-title:after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 0;
  width: 54px;
  height: 2px;
  background-color: var(--theme-yellow);
}
.banner-home .banner-content .ban-title.sec {
  color: white;
}
.banner-home .banner-content .common-heading {
  color: white;
}
.banner-home .banner-content .common-heading.sec {
  color: white;
}
.banner-home .banner-content .img-box {
  position: relative;
}
.banner-home .banner-content .img-box .circle-one {
  position: absolute;
  left: 74px;
  top: 28px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e3a751;
  z-index: 1;
}
.banner-home .banner-content .img-box .circle-two {
  background-color: var(--theme-color);
  position: absolute;
  left: 484px;
  top: 87px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 1;
}
.banner-home .banner-content img {
  border-radius: 50%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.banner-home .banner-content .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #14243b;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .common-btn {
  background: var(--theme-hover);
}
.banner-home .common-btn:hover {
  background: var(--theme-color);
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-yellow);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: var(--theme-color);
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-yellow);
  border-color: transparent;
}

.synergy-about {
  position: relative;
}
.synergy-about .synergy-image-wrapper {
  position: relative;
  padding: 10px;
}
.synergy-about .synergy-image-wrapper .synergy-image-bg-accent {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70%;
  height: 70%;
  background-color: var(--theme-color);
  border-radius: 12px;
  z-index: 0;
  transition: all 0.4s ease;
  opacity: 0.2;
}
.synergy-about .synergy-image-wrapper .synergy-main-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.synergy-about .synergy-image-wrapper:hover .synergy-main-image {
  transform: scale(1.03);
}
.synergy-about .synergy-image-wrapper:hover .synergy-image-bg-accent {
  transform: translate(5px, 5px) scale(1.05);
}
.synergy-about .synergy-image-wrapper .synergy-experience-badge {
  position: absolute;
  bottom: 20px;
  right: -25px;
  background-color: var(--theme-hover);
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(var(--theme-hover-rgb), 0.3);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  min-width: 230px;
}
.synergy-about .synergy-image-wrapper .synergy-experience-badge .synergy-years {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  .synergy-about .synergy-image-wrapper {
    margin-bottom: 30px;
  }
  .synergy-about .synergy-image-wrapper .synergy-experience-badge {
    right: 15px;
    bottom: 15px;
    left: 15px;
    min-width: 0;
  }
  .synergy-about .synergy-image-wrapper .synergy-image-bg-accent {
    display: none;
  }
}
.synergy-about .synergy-content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .synergy-about .synergy-content {
    padding-left: 35px;
  }
}
.synergy-about .synergy-content .synergy-subtitle {
  display: inline-block;
  color: var(--theme-hover);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.synergy-about .synergy-content .synergy-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .synergy-about .synergy-content .synergy-title {
    font-size: 30px;
  }
}
.synergy-about .synergy-content .synergy-lead {
  font-size: 16px;
  font-weight: 400;
  color: var(--pr-text);
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}
.synergy-about .synergy-content > p:not(.synergy-lead) {
  font-size: 16px;
  color: var(--pr-text-muted);
  line-height: 1.75;
  margin-bottom: 15px;
  text-align: justify;
}
.synergy-about .synergy-content .synergy-key-points {
  margin-top: 30px;
}
.synergy-about .synergy-content .synergy-key-points .synergy-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.synergy-about .synergy-content .synergy-key-points .synergy-point .synergy-point-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.synergy-about .synergy-content .synergy-key-points .synergy-point:hover .synergy-point-icon {
  background-color: var(--theme-hover);
  color: white;
}
.synergy-about .synergy-content .synergy-key-points .synergy-point .synergy-point-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--pr-dark);
  margin-bottom: 5px;
}
.synergy-about .synergy-content .synergy-key-points .synergy-point .synergy-point-text p {
  font-size: 15px;
  color: var(--pr-text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}
.synergy-about .synergy-content .btn-synergy-more {
  display: inline-block;
  background-color: transparent;
  color: var(--theme-hover);
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid var(--theme-hover);
}
.synergy-about .synergy-content .btn-synergy-more:hover {
  background-color: var(--theme-hover);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(var(--theme-hover-rgb), 0.25);
}

.work-steps {
  background-color: #e7ecef;
}
s .work-steps.common-space {
  padding-top: 110px;
}
.work-steps .intro {
  margin-bottom: 60px;
}
.work-steps .intro .section-subtitle {
  font-size: 14px;
  color: var(--theme-hover);
  margin-bottom: 10px;
}
.work-steps .intro .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b0b0b;
  line-height: 1.4;
}
.work-steps .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.work-steps .step-box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: left;
  position: relative;
  transition: transform 0.3s;
}
.work-steps .step-box .step-number {
  font-size: 72px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-hover);
  margin-bottom: 18px;
  margin-top: -35px;
  text-align: end;
  position: absolute;
  right: 21px;
  top: -13px;
}
.work-steps .step-box .step-label {
  margin-bottom: 25px;
}
.work-steps .step-box .step-label img {
  max-width: 60px;
}
.work-steps .step-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b0b0b;
}
.work-steps .step-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.work-steps .step-box.inactive {
  opacity: 0.5;
}
.work-steps .step-box:hover {
  transform: translateY(-5px);
}

.industries-section {
  background-color: var(--white-color);
  padding: 100px 0;
  /* Responsive adjustments */
}
.industries-section .common-heading {
  margin-bottom: 5rem;
  padding-bottom: 0;
  position: relative;
}
.industries-section .common-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--theme-hover);
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .industries-section .common-heading::after {
    bottom: -10px;
  }
}
.industries-section .industry-card {
  background-color: var(--white-color);
  padding: 30px 25px; /* Slightly more padding for a roomier feel */
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center content vertically */
}
.industries-section .industry-card:hover {
  transform: translateY(-20px); /* Even more dramatic lift effect */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25); /* Much stronger shadow on hover */
  border-color: var(--theme-hover);
}
.industries-section .industry-card .industry-icon-wrapper {
  background-color: var(--theme-color); /* Start with primary grey */
  color: var(--white-color);
  width: 70px; /* Slightly larger icon wrapper */
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px; /* Significantly larger icon size */
  margin-bottom: 30px; /* More space below icon */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Stronger shadow for icon wrapper */
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.industries-section .industry-card .industry-icon-wrapper i {
  z-index: 1;
  transition: transform 0.3s ease;
}
.industries-section .industry-card:hover .industry-icon-wrapper {
  background-color: var(--theme-hover); /* Bold switch to red accent on hover */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35); /* Even stronger shadow on hover */
}
.industries-section .industry-card:hover .industry-icon-wrapper i {
  transform: scale(1.2) rotate(10deg); /* More pronounced zoom and rotation */
}
.industries-section .industry-card .industry-title {
  font-size: 20px; /* Very large and impactful title */
  font-weight: 800;
  color: var(--theme-dark);
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .industries-section .industries-section {
    padding: 80px 0;
  }
  .industries-section .industry-card {
    padding: 35px 25px;
  }
  .industries-section .industry-card .industry-icon-wrapper {
    width: 85px;
    height: 85px;
    font-size: 48px;
    margin-bottom: 25px;
  }
  .industries-section .industry-card .industry-title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  .industries-section .industries-section {
    padding: 60px 0;
  }
  .industries-section .industry-card {
    padding: 30px 20px;
  }
  .industries-section .industry-card .industry-icon-wrapper {
    width: 75px;
    height: 75px;
    font-size: 42px;
    margin-bottom: 20px;
  }
  .industries-section .industry-card .industry-title {
    font-size: 1.8em;
  }
  .industries-section .common-heading {
    font-size: 2.5em;
    margin-bottom: 3rem;
  }
}

.solutions-section-professional {
  background-color: #f3f3f3;
  padding: 80px 0;
  text-align: center;
}
.solutions-section-professional .common-heading {
  color: var(--theme-dark);
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 3.5rem;
  position: relative;
}
.solutions-section-professional .common-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--theme-hover);
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .solutions-section-professional .common-heading {
    font-size: 2em;
    margin-bottom: 2.5rem;
  }
  .solutions-section-professional .common-heading::after {
    bottom: -10px;
  }
}
.solutions-section-professional .solution-card-pro {
  background-color: var(--white-color);
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%;
  max-width: 400px;
}
.solutions-section-professional .solution-card-pro:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.solutions-section-professional .solution-card-pro .card-icon {
  color: var(--theme-hover);
  font-size: 36px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions-section-professional .solution-card-pro .card-content-pro {
  text-align: left;
}
.solutions-section-professional .solution-card-pro .card-content-pro h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.solutions-section-professional .solution-card-pro .card-content-pro h4 {
  font-size: 1.3em;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.solutions-section-professional .solution-card-pro .card-content-pro p {
  font-size: 0.9em;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0;
}
.solutions-section-professional .solution-image-pro-wrapper {
  padding: 10px;
  background-color: var(--white-color);
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
  max-width: 450px;
  width: 100%;
}
.solutions-section-professional .solution-image-pro-wrapper:hover {
  transform: scale(1.01);
}
.solutions-section-professional .solution-image-pro-wrapper img {
  border-radius: 5px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .solutions-section-professional .col-lg-4:nth-child(1) {
    align-items: flex-end;
  }
  .solutions-section-professional .col-lg-4:nth-child(3) {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .solutions-section-professional .col-lg-4:nth-child(1) .solution-card-pro {
    margin-right: 0;
  }
  .solutions-section-professional .col-lg-4:nth-child(3) .solution-card-pro {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .solutions-section-professional .solution-card-pro {
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-section-professional .order-md-first {
    order: -1;
  }
  .solutions-section-professional .order-lg-2 {
    order: 2;
  }
  .solutions-section-professional .col-md-6 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .solutions-section-professional .solution-card-pro {
    padding: 20px;
    gap: 15px;
  }
  .solutions-section-professional .solution-card-pro .card-icon {
    font-size: 30px;
  }
  .solutions-section-professional .solution-card-pro .card-content-pro h3 {
    font-size: 2em;
  }
  .solutions-section-professional .solution-card-pro .card-content-pro h4 {
    font-size: 1.1em;
  }
  .solutions-section-professional .solution-card-pro .card-content-pro p {
    font-size: 0.85em;
  }
  .solutions-section-professional .solution-image-pro-wrapper {
    margin-bottom: 30px;
  }
}

/* Clients Logo Carousel Section - Distinct & Themed Design */
.clients-logo-section {
  /* Responsive adjustments for logo carousel */
}
.clients-logo-section .common-heading {
  color: var(--theme-dark);
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 3.5rem;
  position: relative;
}
.clients-logo-section .common-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--theme-hover);
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .clients-logo-section .common-heading {
    font-size: 2em;
    margin-bottom: 2.5rem;
  }
  .clients-logo-section .common-heading::after {
    bottom: -10px;
  }
}
.clients-logo-section .logo-carousel .owl-stage-outer {
  padding-bottom: 20px; /* Add some padding to bottom for potential shadows */
  padding-top: 20px; /* Add some padding to bottom for potential shadows */
}
.clients-logo-section .logo-carousel .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px; /* Ample padding inside each logo card */
  min-height: 120px; /* Ensure consistent height for logo cards */
  background-color: var(--white-color); /* White background for individual logo cards */
  border-radius: 10px; /* Rounded corners for the card */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all 0.3s ease; /* Smooth transition for all hover effects */
}
.clients-logo-section .logo-carousel .logo-item:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}
.clients-logo-section .logo-carousel .logo-item img {
  max-width: 200px; /* Max width for logos within the card */
  height: auto;
  /* This filter makes original black/dark logos appear white on the initial dark background */
  opacity: 0.8; /* Slightly subdued white logos */
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.clients-logo-section .logo-carousel .logo-item img:hover {
  filter: none; /* Removes filter to show original logo colors on hover */
  opacity: 1; /* Fully opaque on hover */
  transform: scale(1.1); /* Slight zoom effect on hover */
}
.clients-logo-section .logo-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.clients-logo-section .logo-carousel button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-logo-section .logo-carousel button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: var(--theme-color);
  padding-left: 1px;
  transition: 0.3s;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.clients-logo-section .logo-carousel button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
  color: white;
}
.clients-logo-section .logo-carousel button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-logo-section .logo-carousel button.owl-next span {
  font-size: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: var(--theme-color);
  font-weight: 200;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  transition: 0.3s;
  background: white;
}
.clients-logo-section .logo-carousel button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
  color: white;
}
@media (max-width: 991.98px) {
  .clients-logo-section {
    padding: 80px 0;
  }
  .clients-logo-section .logo-carousel .logo-item {
    padding: 25px;
    min-height: 100px;
  }
  .clients-logo-section .logo-carousel .logo-item img {
    max-width: 110px;
  }
}
@media (max-width: 767.98px) {
  .clients-logo-section {
    padding: 60px 0;
  }
  .clients-logo-section .logo-carousel .logo-item {
    padding: 20px;
    min-height: 90px;
  }
  .clients-logo-section .logo-carousel .logo-item img {
    max-width: 90px;
  }
}

footer {
  background: rgb(243, 243, 243);
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .footer-logo img {
  max-width: 100px;
  margin-bottom: 11px;
}
footer .middle-widget-sec {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer h3 {
  font-size: 21px;
  line-height: 32px;
  color: var(--theme-hover);
  font-weight: 700;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
footer p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
footer ul {
  margin: 0;
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
  font-size: 15px;
  line-height: 28px;
  color: #000;
}
footer a {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
footer .links-list li a {
  transition: 0.3s;
}
footer .links-list li a:hover {
  color: var(--theme-hover);
}
footer .footer-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
  border-bottom: solid 1px rgba(217, 216, 216, 0.14);
}
footer .footer-top-wrapper .logo-wrpass img {
  filter: brightness(0) invert(1);
}
footer .social-links {
  display: flex;
  align-items: center;
  margin-left: 1.1rem;
  padding-left: 1.5rem;
  border-left: solid 1px rgba(217, 216, 216, 0.14);
}
footer .social-links li {
  position: relative;
  display: inline-block;
  padding: 0px 25px 0 0;
  position: relative;
}
footer .social-links li a {
  width: 42px;
  height: 42px;
  color: #000;
  justify-content: center;
  border: solid 1px rgba(217, 216, 216, 0.14);
  display: flex;
  border-radius: 25px;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
footer .social-links li a:hover {
  background-color: var(--theme-hover);
}
footer .social-links li i {
  margin-right: 0px;
  color: #fff;
}
footer .footer-widget {
  padding: 50px 0;
}
footer .footer-widget ul li {
  margin-bottom: 15px;
}
footer .footer-widget.links-widget {
  padding-left: 45px;
}
footer .about-widget {
  position: relative;
}
footer .footer-column:first-child {
  border-left: 0;
}
footer .footer-column:nth-child(2) {
  border-right: 0;
  border-left: 0;
}
footer .footer-bottom {
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.337254902);
}
footer .footer-bottom p {
  margin: 0;
}
footer .info-list {
  padding-left: 0;
}
footer .info-list li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
footer .info-list li i {
  min-width: 30px;
  min-height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--theme-hover);
}
@keyframes footers {
  0% {
    top: 40%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 40%;
  }
}
footer:before {
  content: "";
  background-image: url(img/dots-2.png);
  position: absolute;
  right: 10px;
  top: 15%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  width: 67px;
  animation: footers 4s infinite linear;
}

.news-and-updates {
  background-color: rgb(243, 243, 243);
}
.news-and-updates .content {
  background: var(--theme-color);
  padding: 20px 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -40px;
  z-index: 1;
  display: block;
  position: relative;
  transition: 0.3s;
}
.news-and-updates .content h4 {
  margin-bottom: 10px;
  color: var(--theme-hover);
}
.news-and-updates .content p {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
}
.news-and-updates .img {
  position: relative;
}
.news-and-updates .img:hover .content {
  margin-top: -70px;
}
.news-and-updates .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.news-and-updates button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news-and-updates button.owl-prev span {
  font-size: 50px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
  background: var(--theme-hover);
}
.news-and-updates button.owl-prev span:hover {
  color: white;
}
.news-and-updates button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news-and-updates button.owl-next span {
  font-size: 50px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
  background: var(--theme-hover);
}
.news-and-updates button.owl-next span:hover {
  color: white;
}
.news-and-updates .view-all-btn {
  text-align: center;
  margin-top: 35px;
}
.news-and-updates .view-all-btn .common-btn:hover {
  color: #fff;
}

.hero-section {
  background: #243704;
  background-size: cover;
  background-position: center;
  color: var(--white-color);
  text-align: center;
  padding: 50px 20px;
}
.hero-section .hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.hero-section h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: var(--heading-font);
  margin-bottom: 10px;
  color: var(--white-color);
}
.hero-section p {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero-section .hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-section .hero-buttons .btn {
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
  font-family: var(--theme-font);
  border: 1px solid var(--theme-color);
  transition: background 0.3s ease;
}
.hero-section .hero-buttons .btn.secondary {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.hero-section .hero-buttons .btn.secondary:hover {
  background-color: var(--theme-hover);
  color: var(--white-color);
  border: 1px solid white;
}

.bredcrumb {
  padding-top: 4.5rem;
  background-color: #243704;
  padding-bottom: 2.5rem;
  text-align: center;
}
.bredcrumb h1 {
  color: #fff;
  font-size: 46px;
}
.bredcrumb ul {
  padding-left: 0;
}
.bredcrumb ul li {
  display: inline;
  padding-right: 20px;
  color: #fff;
  position: relative;
  margin-right: 10px;
}
.bredcrumb ul li a {
  color: #fff;
}
.bredcrumb ul li::after {
  content: "\f105";
  font-family: "fontawesome";
  color: #fff;
  right: 0;
  position: absolute;
}
.bredcrumb ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.bredcrumb ul li:last-child::after {
  display: none;
}

.news-p {
  padding-bottom: 150px;
}
.news-p .news-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news-p .news-main .img {
  height: 412px;
  width: 100%;
  background: white;
}
.news-p .news-main .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-p .news-main h4 {
  font-size: 18px;
}

.contact-us-section {
  background-color: var(--white-color);
  padding: 5rem 0;
}
.contact-us-section .common-heading {
  color: var(--theme-dark);
}
.contact-us-section .contact-info,
.contact-us-section .contact-form-wrapper {
  background-color: var(--white-color);
  border: 1px solid rgba(var(--theme-color-rgb), 0.1);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 0.25rem 0.75rem rgba(var(--theme-dark-rgb), 0.05);
  height: 100%;
}
.contact-us-section .contact-info .contact-info-heading {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  color: var(--theme-dark);
}
.contact-us-section .contact-info ul li {
  font-family: var(--theme-font);
  font-size: 1rem;
  color: var(--theme-color);
}
.contact-us-section .contact-info .text-theme-hover1 {
  color: var(--theme-hover) !important;
}
.contact-us-section .contact-info .text-theme-color {
  color: var(--theme-color) !important;
}
.contact-us-section .contact-info .contact-socials {
  margin-top: 2rem;
}
.contact-us-section .contact-info .contact-socials .social-icon-contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(var(--theme-color-rgb), 0.1);
  color: var(--theme-color);
  font-size: 1.2rem;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.contact-us-section .contact-info .contact-socials .social-icon-contact:hover {
  background-color: var(--theme-hover);
  color: var(--white-color);
  transform: translateY(-3px);
}
.contact-us-section .contact-info {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.contact-us-section .contact-form-wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.contact-us-section .contact-form-wrapper .contact-form-heading {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  color: var(--theme-dark);
}
.contact-us-section .contact-form-wrapper .form-control {
  border: 1px solid #666;
  padding: 0.8rem 1rem;
  font-family: var(--theme-font);
  color: var(--theme-dark);
}
.contact-us-section .contact-form-wrapper .form-control:focus {
  border-color: var(--theme-hover);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-hover1-rgb), 0.25);
}
.contact-us-section .contact-form-wrapper .form-control::-moz-placeholder {
  color: rgba(var(--theme-color-rgb), 0.6);
}
.contact-us-section .contact-form-wrapper .form-control::placeholder {
  color: rgba(var(--theme-color-rgb), 0.6);
}
.contact-us-section .contact-form-wrapper .btn-primary-theme {
  background-color: var(--theme-hover);
  color: var(--white-color);
  border: 1px solid var(--theme-hover);
  padding: 0.8rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: var(--border-radius-base);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.contact-us-section .contact-form-wrapper .btn-primary-theme:hover {
  color: var(--white-color);
}
.contact-us-section .map-container {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(var(--theme-dark-rgb), 0.05);
}
.contact-us-section .map-container iframe {
  display: block;
  border-radius: var(--border-radius-lg);
}/*# sourceMappingURL=style.css.map */