@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.home-new-product-container {
  padding: 10px 0px 30px 0px;
}

.home-new-product-container .nav-tabs {
  border: 0px;
  gap: 15px !important;
  display: flex;
}

.home-new-product-container .nav-tabs button {
  padding: 15px 25px;
  border-bottom: unset !important;
  background: transparent;
  border-radius: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000;
  font-family: "Poppins", sans-serif !important;
  box-shadow: 0px 0px !important;
  border-color: transparent;
  border: 0px;
  cursor: pointer;
}

.home-new-product-container .nav-tabs .nav-item {
  border: 2px solid #f4f4f4;
  border-radius: 10px;
}

.home-new-product-container .nav-tabs .nav-item button.active {
  background: #f4f4f4;
  color: #000 !important;
  border: 0px;
}

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

.contentWraper h2 {
  font-size: 20px;
  font-family: "Poppins";
}

.contentWraper p {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 28px;
  color: #444;
}

.contentWraper h2 span {
  color: #2199c0;
  font-weight: 900;
}

.tab-content {
  padding: 40px 0px 0px !important;
}

.tab-content .feature-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.tab-content .feature-list ul li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000;
  font-family: "Poppins", sans-serif !important;
}

.tab-content .feature-list ul li i {
  color: #21b4d3;
}

.products-details-table tr td:first-child {
  padding: 25px;
  font-family: "Poppins";
  font-size: 16px;
  color: #ffff;
  font-weight: 500;
  background: #2199c0;
  border: 1px solid #00000029;
  width: 20%;
}

.products-details-table tr td {
  padding: 8px 20px !important;
  font-family: "Poppins";
  font-size: 15px;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  line-height: 28px;
}

.ctaDesignChange .cta-area-inner.section-spacing {
  padding: 0px;
}

.ctaDesignChange section.cta-area {
  height: auto !important;
  transform: unset !important;
  padding: 50px 0px !important;
  border-radius: 0px;
  background: #2199c0;
  padding-bottom: 200px !important;
  /* border-radius: 80px 80px 0px 0px; */
}

.ctaDesignChange .pin-spacer {
  margin: 0px !important;
  background: #f5f5f5;
}

.ctaDesignChange section.cta-area h2.section-title {
  font-size: 40px;
  color: #fff;
  font-family: "Poppins" !important;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 60px !important;
}

.ctaDesignChange span.section-subtitle.has_fade_anim {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  background: #000000;
  width: fit-content;
  padding: 6px 12px;
  display: block;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.ctaDesignChange .cta-area-inner.section-spacing a.wc-btn.wc-btn-primary {
  font-family: "poppins";
}

.ctaDesignChange .cta-area-inner.section-spacing .section-title-wrapper {
  text-align: left;
}

.ctaDesignChange .cta-area-inner.section-spacing .section-title-wrapper .title-wrapper {
  text-align: left;
  margin-top: 15px;
}

.ctaDesignChange .home-products-container .btn-wrapper.has_fade_anim {
  justify-content: flex-end;
}

.ctaDesignChange .section-content {
  display: flex;
  justify-content: space-between;
}

.header-button .theme-btn {
  background-color: #131313;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-family: "Poppins";
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}

.header-button .theme-btn::before {
  content: "";
  background-color: #21b4d3;
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.header-button .theme-btn::after {
  content: "";
  background-color: #21b4d3;
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.header-button .theme-btn:hover::before,
.header-button .theme-btn:hover::after {
  width: 100%;
}

.main-menu li a {
  font-family: "poppins";
  font-size: 16px;
}

.main-menu ul.dp-menu li a {
  font-size: 14px !important;
  line-height: 24px;
  padding: 0px !important;
}

.main-menu ul.dp-menu li a.menu-items-title {
  font-size: 16px !important;
  padding-top: 0px;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #f4f4f426;
  color: #fff;
  border-radius: 0px;
}

.main-menu ul.dp-menu li,
.linkWrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

ul.dp-menu.threeGrid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
}

ul.dp-menu.threeGrid li {
  width: 100%;
}

.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0px !important;
  color: #fff;
}

.header-area .main-menu>ul {
  gap: 45px;
}

.header-area .main-menu>ul li>a {
  padding: 0px;
  color: #222;
}

header.header-area {
  background: #ffffffde;
  box-shadow: 0px 0px !important;
  position: fixed !important;
  background-color: var(--white);
  z-index: 9999;
  width: 100%;
}

.header-area.homepage {
  background: #ffffff;
  transition: 0.8s all;
}

header.header-area.homepage.sticky {
  background: #effbff;
  border-bottom: 2px solid #2099c0;
}

.header-area.sticky .header-area__inner {
  height: 100px !important;
}

.section-title {
  line-height: 50px !important;
}

.title-wrapper p {
  line-height: 32px;
  font-size: 18px;
}

.footer-area .footer-area-inner {
  padding-bottom: 30px;
}

.footer-area .newsletter-text p,
.footer-area a,
.footer-area li {
  font-size: 16px !important;
  line-height: 30px !important;
  font-family: "Poppins";
}

.footer-area .footer-area-inner>*:first-child {
  padding-right: 20px;
}

.footer-area ul.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-area .footer-widget-wrapper .title {
  font-size: 24px;
}

.mainInnerPage .about-sec {
  padding: 60px 0px;
  border-bottom: 1px solid #f4f4f4;
}

.mainInnerPage .about-sec .content-right {
  display: flex;
  align-items: center;
  border-left: 1px solid #f4f4f4;
}

.mainInnerPage .about-sec .content-right p {
  font-size: 15px;
  line-height: 25px;
  color: #222;
  letter-spacing: 0.2px;
  text-align: justify;
}

.mainInnerPage .about-divide {
  padding: 60px 0px;
  background: #f5f5f5;
}

.mainInnerPage .about-divide .inner-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mainInnerPage .about-divide .inner-left h2,
.mainInnerPage .about-divide .divid-right .inner-right h2,
.mainInnerPage .info-box .text-wrapper h2,
.secTitleHeading {
  font-size: 24px;
  padding: 0px;
  font-weight: 700 !important;
}

.mainInnerPage .about-divide .inner-left p,
.mainInnerPage .about-divide .feature-list ul li,
.mainInnerPage .about-divide .divid-right .inner-right p,
.bd-brand-area .bd-section-paragraph {
  margin: 0px;
  font-size: 15px;
  line-height: 30px;
  color: #222;
}

.mainInnerPage .about-divide .feature-list ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mainInnerPage .about-divide .feature-list ul li {
  display: flex;
  align-items: baseline;
}

.mainInnerPage .about-divide .divid-right {
  padding: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 0px;
  overflow: hidden;
}

.mainInnerPage .about-divide .divid-right .inner-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mainInnerPage .about-divide .divid-right .inner-right .profileWrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mainInnerPage .about-divide .divid-right .inner-right .profileWrapper h4 {
  margin: 0px !important;
  padding: 0px;
  font-size: 20px;
  font-weight: 700 !important;
  font-family: "Poppins" !important;
  color: #2199c0;
}

.mainInnerPage .about-divide .divid-right .inner-right .profileWrapper p {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.result-area .results-wrapper-box {
  margin: 0px;
}

.result-area {
  padding: 40px 0px;
  border-top: 1px solid #f4f4f4;
}

.result-area .results-wrapper {
  border: 0px;
}

.result-area .result-box {
  padding: 40px;
  text-align: center;
}

.result-area .result-box .text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.result-area .result-box .number {
  font-size: 35px;
  font-weight: 700;
  color: #2199c0;
}

.mainInnerPage .bd-brand-area {
  padding: 60px 0px 200px;
}

.mainInnerPage .bd-brand-area .bd-section-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
}

.mainInnerPage .bd-brand-area .bd-section-paragraph {
  font-size: 14px;
}

.mainInnerPage .bd-brand-area .bd-section-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mainInnerPage .bd-brand-box .bd-brand-item {
  padding: 35px;
}

.mainInnerPage .bd-brand-box .bd-brand-item img {
  max-width: 90px;
}

.mainInnerPage .context-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.number {
  margin: 0px;
}

.mainInnerPage .context-info .number {
  font-size: 80px;
  color: #2199c0;
  margin: 0px;
}

.mainInnerPage .context-info h3 {
  font-size: 25px;
  color: #222;
}

.breadcum-area {
  margin: 100px 0px 0px 0px;
  padding: 140px 0px;
}

.breadcum-area .breadcumContent h4 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.breadcum-area .breadcumContent {
  width: fit-content;
  margin: auto;
}

.breadcum-area .breadcumContent h4:after {
  content: "";
  width: 100px;
  height: 6px;
  background: #2199c0;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.mainInnerPage .contact-area-inner {
  padding: 80px 0px;
}

.mainInnerPage .contact-area-inner .section-title {
  margin: 0px;
  line-height: 105px !important;
  font-weight: 800;
  font-size: 90px;
  text-transform: capitalize;
  color: #131313;
}

.mainInnerPage .contact-area-inner p,
.mainInnerPage .work-area-inner .section-content .text-wrapper p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  letter-spacing: 0.2px;
}

.mainInnerPage .info-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px 30px;
  background: #5656560a;
  position: relative;
  border-top: 6px solid #2199c0 !important;
  border-radius: 10px;
  border: 1px solid #22222208;
}

.mainInnerPage .info-box p {
  font-size: 28px !important;
  max-width: 100% !important;
  line-height: 45px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.mainInnerPage .info-box ul li {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  letter-spacing: 0.2px;
  font-family: "Poppins";
  font-weight: 500;
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0px;
  border-bottom: 1px solid #22222214;
}

.mainInnerPage .info-box ul.contact-list {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.mainInnerPage .info-box ul li a {
  font-weight: 600;
  text-decoration: unset;
  color: #222;
}

.mainInnerPage .info-box ul li span {
  font-weight: 700;
  color: #2199c0;
}

.mainInnerPage .info-box ul.contact-list li:first-child {
  padding-top: 0px;
}

.mainInnerPage .info-box ul.contact-list li:last-child {
  padding-bottom: 0px;
  border: 0px;
}

.mainInnerPage .section-content {
  margin: 0px;
  padding: 100px 0px 0px 0px;
  gap: 30px;
}

.mainInnerPage .contact-page .contact-formwrap {
  gap: 30px 15px;
}

.mainInnerPage .contact-page .contact-formwrap input,
.mainInnerPage .contact-page .contact-formwrap textarea {
  padding: 20px;
  height: auto;
  border: 1px solid #f4f4f4;
  font-family: "Poppins";
  color: #444;
  font-size: 16px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
}

.mainInnerPage .contact-page .contact-formwrap input::placeholder {
  font-size: 16px;
  color: #444;
}

.mainInnerPage .contact-page .contact-wrap {
  padding: 40px;
  background: #f4f4f466;
  position: relative;
  border-radius: 10px;
  border: 1px solid #22222208;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mainInnerPage .contact-page .contact-formwrap textarea {
  width: 100%;
  min-height: 150px;
}

.mainInnerPage .contact-page .submit-btn {
  margin-top: 30px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "poppins" !important;
}

.mainInnerPage .work-area-inner {
  padding: 100px 0px 150px 0px;
  grid-template-columns: 1fr;
  gap: 70px;
  display: grid;
}

.mainInnerPage .work-area-inner .section-content {
  padding: 0px;
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 25px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f4f4f4;
  align-items: center;
}

.mainInnerPage .work-area-inner .section-content .section-title {
  margin: 0px;
  line-height: 105px !important;
  font-weight: 800;
  font-size: 90px;
  text-transform: capitalize;
  color: #131313;
}

.mainInnerPage .work-area-inner .section-content .section-title span,
.mainInnerPage .contact-area-inner .section-title span {
  color: #2199c0;
  font-weight: 500;
  font-size: 85px;
}

.mainInnerPage .works-wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

.mainInnerPage .works-wrapper-box {
  margin: 0px;
}

.mainInnerPage .works-wrapper .content {
  margin: 0px;
  padding: 35px;
  background: #f4f4f4e8;
  border-top: 1px solid #4444441c;
}

.mainInnerPage .works-wrapper .work-box {
  display: flex;
  flex-direction: column;
  border-radius: 23px;
  overflow: hidden;
}

.mainInnerPage .works-wrapper .content h3 {
  font-size: 18px;
  font-weight: 700;
}

.mainInnerPage .works-wrapper .work-box .thumb {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ctaDesignChange .section-content .header-button {
  display: flex;
  align-items: center;
}

.linkWrapper:last-child {
  margin-top: 14px;
}

.service-details-area .container-fluid {
  padding: 0px !important;
}

.service-details-area .swiper-button-prev,
.service-details-area .swiper-button-next {
  width: 100px;
  z-index: 5;
  opacity: 12;
}

.service-details-area .swiper-button-prev::after,
.service-details-area .swiper-button-next::after {
  width: 40px;
  height: 40px;
  background-color: #2199c0;
  opacity: 1;
  background-size: 20px;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.service-details-area .swiper-button-prev.swiper-button-disabled,
.service-details-area .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

/* about Us */

.about-content {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
}

.about-content .content-right {
  border-inline-start: rgba(18, 18, 18, 0.08);
  padding-inline-start: 50px;
}

.two-part-about {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 38% 1fr;
}

.context-info h3.number {
  font-weight: 700;
}

section.about-divide p {
  text-align: justify;
}

.feature-list ul li img {
  width: 15px;
  height: 16px;
  margin-right: 10px;
}

.divid-right {
  background-color: #ffffff;
  box-shadow: 0px 30px 200px rgba(16, 25, 56, 0.08);
}

.result-area .results-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.result-area .result-box:not(:first-child) {
  border-inline-start: 1px solid rgba(18, 18, 18, 0.08);
}

.bd-brand-area {
  background-color: #f5f5f5;
  position: relative;
}

.bd-brand-wrapper.style-five .bd-brand-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.bd-brand-wrapper.style-five .bd-brand-item {
  border: 1px solid #e5e5e5;
  transition: all 0.3s linear;
  /* padding: 15px 15px; */
  text-align: center;
}

.bd-brand-wrapper.style-five .bd-brand-item:first-child {
  border-width: 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
  border-width: 0 0 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
  border-width: 0 1px 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
  border-width: 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
  border-width: 1px 0 0 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
  border-width: 1px 0 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
  border-width: 1px 1px 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:last-child {
  border-width: 1px 0 0 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:hover {
  box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
  background-color: #fff;
}

.bd-brand-section-wrapper.has-margin {
  margin-right: 50px;
}

.main-menu ul.dp-menu.col-2 {
  -moz-column-count: auto;
  column-count: auto;
  width: 1280px;
  display: flex;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0%);
}

.main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}

.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}

/* contact Us */
.contact-page .contact-area-inner {
  background-color: #ffffff;
}

.contact-page .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
}

.contact-page .section-header .text {
  max-width: 300px;
}

.contact-page .section-content {
  display: grid;
  grid-template-columns: 1fr 740px;
}

.contact-page .section-content {
  text-align: left;
}

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

.contact-page .contact-formwrap .messages {
  grid-column: span 2;
}

.work-area .section-content .text-wrapper {
  margin-top: 10px;
}

.header-area.sticky {
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  background: #effbff;
  border-bottom: 2px solid #2099c0;
}

.homePage .section-title {
  font-size: 45px;
  line-height: 60px !important;
  font-weight: 700;
  letter-spacing: 0px;
}

.body-branding-agency {
  margin-top: 80px;
}

.SwiperProductDetails {
  background: linear-gradient(0deg, #f6f5f5, transparent);
}

.SwiperProductDetails img {
  width: auto;
  max-width: fit-content;
}

.SwiperProductDetails .swiper-slide {
  text-align: center;
}

@media (max-width: 1500px) {
  .footer-area-inner {
    display: flex;
    gap: 60px 15px;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }

  .mainInnerPage .work-area-inner .section-content {
    grid-template-columns: 3fr 1fr;
  }

  .SwiperProductDetails img {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .homePage .section-title {
    font-size: 30px;
    line-height: 40px !important;
    margin-bottom: 10px;
  }

  .homePage .title-wrapper p {
    font-size: 15px;
  }

  .homePage .counter-box .number {
    font-size: 35px;
    min-width: 150px;
    min-height: 150px;
  }

  .homePage .counter-box .counter-about span {
    font-size: 16px;
    text-align: center;
  }

  .home-products-container .works-wrapper-box {
    margin: 20px 0px 0px 0px;
  }

  .home-products-container .work-box .title {
    font-size: 20px;
  }

  .blog-area .blogs-wrapper {
    gap: 15px;
  }

  .blog .content {
    margin: 15px 0px 0px;
    max-width: 100%;
    padding-left: 0px;
    border: 0px;
  }

  .blog .title {
    font-size: 22px;
  }

  .blog .content p {
    line-height: 30px;
    font-size: 16px;
  }

  .cta-area .section-content .section-title {
    font-size: 110px;
  }

  .clients-area-inner {
    margin-top: 50px;
  }

  .footer-area .footer-area-inner>*:first-child {
    grid-column: 1/5;
    padding: 0px;
  }

  .footer-area-inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    border: 0px;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 100% !important;
  }

  .about-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .mainInnerPage {
    overflow: hidden;
  }

  .footer-area .footer-area-inner>* {
    min-width: auto;
  }

  .mainInnerPage .work-area-inner .section-content .section-title span,
  .mainInnerPage .contact-area-inner .section-title span {
    font-size: 65px;
  }

  .mainInnerPage .work-area-inner .section-content .section-title {
    font-size: 60px;
    line-height: 80px !important;
  }

  .contact-page .section-content {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 1200px) {
  .ctaDesignChange section.cta-area h2.section-title {
    font-size: 25px;
    line-height: 40px !important;
    text-align: center;
  }

  .ctaDesignChange span.section-subtitle.has_fade_anim {
    margin: auto;
  }

  .ctaDesignChange .section-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .ctaDesignChange section.cta-area {
    padding-bottom: 150px !important;
  }

  .tab-content {
    padding: 20px 0px !important;
  }
}

@media (max-width: 1199px) {
  .header-area .header-button {
    display: none;
  }

  .MobilMenu {
    padding: 20px;
  }

  .MobilMenu .offcanvas-3__menu {
    overflow: hidden;
  }

  .MobilMenu .offcanvas-3__menu ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .MobilMenu .offcanvas-3__menu ul li {
    margin: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f4f4f414;
    padding-left: 0px;
  }

  .MobilMenu .offcanvas-3__menu ul li a {
    font-size: 16px;
    text-transform: capitalize;
  }

  .offcanvas-3__inner {
    grid-template-columns: 1fr;
    height: auto;
  }

  .offcanvas-3__menu ul:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .homePage .section-style {
    border-radius: 0px;
  }

  .homePage .section-spacing {
    padding: 30px 0px;
  }

  .homePage .section-title {
    font-size: 25px;
  }

  .homePage .new-about-area .row {
    gap: 25px;
  }

  .fun-fact-area .counter-box {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 15px;
  }

  .fun-fact-area .counter-box h3.number.wc-counter {
    width: fit-content;
    margin: auto;
    padding: 30px;
    min-width: unset;
    min-height: unset;
    border-radius: 0px;
  }

  .fun-fact-area .counter-box .counter-about {
    flex-direction: column;
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f4f4f4;
  }

  .fun-fact-area .counter-box h3.number.wc-counter::before {
    background: #f3f3f3;
  }

  .cta-area .section-content .section-title {
    font-size: 50px;
  }

  .footer-area .footer-area-inner>*:first-child {
    grid-column: unset;
    padding: 0px;
    text-align: left;
  }

  .footer-area .social-links {
    justify-content: left;
  }

  .footer-area .footer-area-inner {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-area ul.footer-nav-list {
    text-align: left;
  }

  .footer-area .footer-widget-wrapper .title {
    text-align: left;
    font-size: 18px;
  }

  .mainInnerPage .work-area-inner .section-content {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .mainInnerPage .work-area-inner {
    padding: 100px 0px 120px;
    gap: 30px;
  }

  .mainInnerPage .work-area-inner .section-content p.text {
    max-width: 100%;
  }

  .mainInnerPage .works-wrapper {
    gap: 25px;
  }

  .mainInnerPage .works-wrapper .content {
    padding: 25px;
  }

  .mainInnerPage .works-wrapper .content h3 {
    font-size: 16px;
  }

  .mainInnerPage .contact-area-inner .section-title,
  .mainInnerPage .contact-area-inner .section-title span {
    font-size: 40px;
    line-height: 50px !important;
  }

  .contact-page .section-header {
    gap: 15px !important;
    grid-template-columns: 1fr 1fr;
  }

  .contact-page .section-header .text {
    max-width: 100%;
  }

  .mainInnerPage .contact-area-inner {
    padding: 100px 0px;
  }

  .contact-page .section-content {
    padding: 40px 0px !important;
    grid-template-columns: 1fr;
  }

  .MainTestingFacility .works-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }

  .MainTestingFacility .works-wrapper .work-box .thumb img {
    max-height: 452px !important;
    object-fit: cover;
    min-height: 452px !important;
  }

  .MainTestingFacility .cardGrid {
    gap: 15px !important;
  }
}

@media (max-width: 767px) {
  .breadcum-area {
    padding: 80px 0px;
  }

  .breadcum-area .breadcumContent h4 {
    font-size: 25px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mainInnerPage .about-sec .content-right {
    padding: 25px 0px 0px;
    border-left: 0px;
    border-top: 1px solid #f4f4f4;
  }

  .mainInnerPage .about-sec {
    padding: 40px 0px;
  }

  .mainInnerPage .about-divide {
    padding: 40px 0px;
  }

  .two-part-about {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mainInnerPage .about-divide .divid-right {
    padding: 20px;
  }

  .result-area .results-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .result-area .result-box:not(:first-child) {
    border-top: 1px solid rgba(18, 18, 18, 0.08);
  }

  .result-area .result-box {
    background: #f4f4f4;
    border: 1px solid rgba(18, 18, 18, 0.08) !important;
  }

  .bd-brand-wrapper.style-five .bd-brand-box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .bd-brand-wrapper.style-five .bd-brand-box .bd-brand-item {
    border: 1px solid #e5e5e5;
    background: #fff;
  }

  .bd-brand-area .row {
    gap: 25px;
  }

  .contact-page .section-header {
    grid-template-columns: 1fr;
  }

  .mainInnerPage .contact-page .contact-wrap {
    padding: 20px;
    gap: 20px;
  }

  .mainInnerPage .contact-page .contact-formwrap {
    gap: 15px;
  }

  .MainTestingFacility .works-wrapper {
    grid-template-columns: 1fr !important;
  }

  .MainTestingFacility .works-wrapper .work-box .thumb img {
    max-height: unset !important;
    object-fit: cover;
    min-height: unset !important;
  }

  .MainTestingFacility .cardGrid {
    gap: 15px !important;
    grid-template-columns: 1fr !important;
  }

  .MainTestingFacility .cardGrid .cardItem h2 {
    font-size: 16px !important;
  }
}

@media (max-width: 600px) {
  .bd-brand-wrapper.style-five .bd-brand-box {
    grid-template-columns: 1fr 1fr;
  }

  .bd-brand-section-wrapper.has-margin {
    margin: 0px !important;
  }

  .mainInnerPage .about-divide .inner-left h2,
  .mainInnerPage .about-divide .divid-right .inner-right h2,
  .mainInnerPage .info-box .text-wrapper h2,
  .secTitleHeading {
    font-size: 20px;
  }

  .mainInnerPage .about-divide .inner-left {
    gap: 15px;
  }

  .footer-area .footer-area-inner {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .mainInnerPage .about-divide .inner-left p,
  .mainInnerPage .about-divide .inner-left .feature-list ul li,
  .mainInnerPage .about-divide .divid-right .inner-right p,
  .bd-brand-area .bd-section-paragraph {
    font-size: 14px;
  }

  .fun-fact-area .counter-box {
    grid-template-columns: 1fr;
  }

  .mainInnerPage .works-wrapper {
    grid-template-columns: 1fr;
  }

  .mainInnerPage .work-area-inner .section-content .section-title {
    font-size: 40px;
    line-height: 60px !important;
  }

  .mainInnerPage .work-area-inner .section-content .section-title span {
    font-size: 40px;
  }

  .tab-content .feature-list ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .home-new-product-container .nav-tabs {
    display: flex;
    flex-wrap: wrap !important;
  }

  .home-new-product-container .nav-tabs .nav-item {
    flex-grow: 1;
  }

  .home-new-product-container .nav-tabs button {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .mainInnerPage .context-info .number {
    font-size: 60px;
  }

  .mainInnerPage .context-info h3 {
    font-size: 18px;
  }

  .mainInnerPage .context-info {
    gap: 10px;
  }

  .result-area .results-wrapper,
  .bd-brand-wrapper.style-five .bd-brand-box {
    grid-template-columns: 1fr;
  }

  .footer-area-inner {
    display: flex;
    flex-direction: column;
  }
}

.MainTestingFacility .works-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.MainTestingFacility .works-wrapper .work-box .thumb img {
  max-height: 347px;
  object-fit: cover;
  min-height: 347px;
}

.MainTestingFacility .work-area-inner .about-divide {
  padding: 40px 30px;
}

.MainTestingFacility .two-part-about {
  grid-template-columns: 1fr;
}

.MainTestingFacility .cardGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.MainTestingFacility .cardGrid .cardItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px;
  border: 1px solid #f4f4f4;
  border-radius: 0px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 30px 200px rgba(16, 25, 56, 0.08);
  border-radius: 20px;
}

.MainTestingFacility .cardGrid .cardItem h2 {
  margin: 0px !important;
  padding: 0px;
  font-size: 18px;
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  color: #121212;
  line-height: 28px;
}

.context-info img {
  border-radius: 10px;
}

.content-right .content-p .counterBox {
  /* border: 1px solid #a0e2fb; */
  width: max-content;
  /* background: #eefaff; */
  margin-bottom: 5px;
}

.content-right .content-p .counterBox h3 {
  font-size: 15px !important;
  color: #087193;
}

.content-right .content-p .counterBox .number {
  font-size: 45px !important;
  font-weight: 800;
  color: #087193;
  margin-bottom: 5px;
  text-align: center;
}

:root {
  --teal-1: #147ea1;
  --teal-2: #147ea1;
  --glass: #e8f5f9;
  --ink: #0f1720;
  --ink-soft: #e9f5f7;
  --ring: rgba(255, 255, 255, .35);
  --radius: 22px;
}

.kpi-wrap {
  padding: clamp(2.5rem, 6vw, 5rem) 1rem;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(255, 255, 255, .08), transparent 60%),
    linear-gradient(140deg, var(--teal-1), var(--teal-2));
  color: #fff;
}

.kpi-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(4, 1fr);
}

.kpi-card {
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgb(143 143 143 / 8%));
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  padding: clamp(18px, 2.5vw, 28px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12), inset 0 1px 0 var(--ring);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: center;
}

.kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, .35);
}

.kpi-icon {
  color: rgba(255, 255, 255, .8);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06));
  border: 1px solid rgba(255, 255, 255, .25);
  margin-bottom: 14px;
}

.kpi-num {
  font-weight: 800;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1;
  letter-spacing: .5px;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: center;
}

.kpi-num .plus {
  font-size: .7em;
  opacity: .9;
}

.kpi-label {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: .3px;
}

/* Responsive */
@media (max-width: 1024px) {
  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .kpi-grid {
    grid-template-columns: 1fr;
  }
}

:root {
  --bg: #ffffff;
  --ink: #0b0b0b;
  --muted: #6d7680;
  --brand: #28b6d2;
  /* tweak to match your brand */
  --card: #f6f8fa;
}

/* ====== Half Slider / Half Text Section ====== */
.hero-split {
  position: relative;
  width: 100%;
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  overflow: hidden;
  background: #f5f5f5;
  /* padding: clamp(24px, 5vw, 64px); */
  padding: 0px 60px;
}

/* Left: Slider */
.hero-split .media {
  position: relative;
  min-height: 56vh;
  overflow: hidden;
}

.hero-split .swiper {
  height: 100%;
  width: 100%;
}

.hero-split .swiper-slide {
  position: relative;
  height: 100%;
}

.hero-split .slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
  transform: scale(1.0);
}

/* soft gradient overlay (like your reference) */
.hero-split .overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 20% 30%, rgba(255, 255, 255, .65), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  pointer-events: none;
}

/* Right: Text Block */
.hero-split .content {
  position: relative;
  padding: clamp(24px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  background: rgb(33 153 192);
  padding: 8px 12px;
  border-radius: 999px;
  width: max-content;
}

.hero-title {
  font-size: clamp(28px, 3.2vw, 25px);
  line-height: 1.15;
  margin: 0;
  font-weight: 700 !important;
  line-height: 35px !important;
}

.hero-title span {
  color: var(--brand);
  font-weight: 800;
}

.sub {
  color: var(--muted);
  max-width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

/* Pills (tabs-like quick links) */
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.pill {
  border: 1px solid #e4e7eb;
  background: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: .95rem;
  transition: all .2s ease;
  cursor: pointer;
}

.pill:hover {
  border-color: var(--brand);
  color: var(--brand)
}

/* CTA buttons */
.cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* Swiper pagination (dots) */
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--brand);
  opacity: 1;
}

.hero-split a.btn.btn-primary.theme-btn.click1 {
  padding: 15px 30px;
}

.product-content-sec h2 {
  margin-bottom: 20px;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 35px !important;
}

.feature-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.feature-list ul li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #000;
  font-family: "Poppins", sans-serif !important;
  line-height: 20px;
}

.feature-list ul li i {
  color: #21b4d3;
}

.feature-list {
    padding-bottom: 20px;
}

.swiper-button-prev {
  left: 0px !important;
}

.swiper-button-next {
  right: 0px !important;
}

@media (max-width: 1536px) {
  .header-area .main-menu>ul {
      gap: 25px;
  }

  .home-new-product-container {
      padding: 20px 30px 30px 30px;
  }
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
  .hero-split {
    min-height: 68vh;
  }
}

@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
    padding: 0px 10px;
  }

  .hero-split .media {
    order: 1;
    height: 46vh;
    min-height: 46vh;
  }

  .hero-split .content {
    order: 2;
  }

  .hero-title {
      font-size: clamp(20px, 3.2vw, 25px);
      line-height: 27px !important;
  }

  .sub {
      line-height: 25px;
      text-align: justify;
  }

  .home-new-product-container {
      padding: 10px 10px;
  }

  .products-details-table tbody, td, tfoot, th, thead, tr {
      display: inline-grid;
      width: 100%;
  }

  .products-details-table tr td:first-child {
    width: 100%;
  }

  .product-content-sec h2 {
    font-size: 22px !important;
  }
}

:root{
  --ink:#173650;           /* deep blue for headings */
  --text:#24323e;          /* body */
  --muted:#557f9a;         /* accents */
  --bg1:#e8f3f7;           /* light backdrop */
  --bg2:#cfe6ef;           /* polygon tones */
}
.chairman-message{
  position:relative;
  isolation:isolate;
  padding: 30px 10px;
  background:
    radial-gradient(1000px 800px at 10% 30%, #f4fbfe 30%, transparent 60%) no-repeat,
    linear-gradient(180deg, var(--bg1), #e6f0f6);
  overflow:hidden;
}

/* faint angular backdrop like the screenshot */
.chairman-message::before{
  content:"";
  position:absolute; inset:-20% -10% auto -10%;
  height: 70%;
  background:
    linear-gradient(135deg, #d8edf6 0 35%, transparent 35% 65%, #d2e8f2 65% 100%);
  opacity:.55;
  transform:skewY(-6deg);
  z-index:0;
}

.cm-wrap{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
  z-index:1;
  position:relative;
}

/* Headings */
.cm-head{
  grid-column:1/2;
}
.cm-eyebrow{
  margin:0;
  font-family: "poppins" !important;
  color:var(--ink);
  letter-spacing:.2px;
}
.cm-title{
  margin:.1em 0 0 0;
  font-family: "poppins" !important;
  color:var(--ink);
  font-weight:700;
}

/* Media block (portrait + polygons) */
.cm-media{
  position:relative;
  grid-column:2/3;
  min-height: clamp(280px, 38vw, 520px);
}

/* decorative polygons (behind image) */
.poly{
  position:absolute; inset:auto;
  display:block;
  border-radius:16px;
  filter:drop-shadow(0 12px 18px rgba(10,36,56,.15));
}
.poly-1{
  width:88%;
  height:74%;
  right:6%; bottom:10%;
  background: linear-gradient(160deg, #a7d2e5, #72b1c9 70%);
  clip-path: polygon(6% 8%, 85% 0, 100% 20%, 98% 80%, 80% 95%, 12% 88%, 0 58%);
  opacity:.65;
}
.poly-2{
  width:86%;
  height:72%;
  right:2%; bottom:16%;
  background: linear-gradient(160deg, #d5eef7, #9fd2e7 60%);
  clip-path: polygon(8% 10%, 86% 2%, 98% 18%, 95% 82%, 78% 96%, 10% 88%, 2% 56%);
  opacity:.75;
}

/* photo frame with polygon crop */
.cm-photo{
  position:absolute;
  inset:auto;
  right:4%;
  bottom: 3%;
  width:min(92%, 520px);
  aspect-ratio: 4 / 3.1;
  margin:0;
  background:white;
  clip-path: polygon(6% 8%, 86% 2%, 98% 18%, 95% 85%, 78% 98%, 10% 90%, 2% 56%);
  border: 8px solid rgba(255,255,255,.75);
  box-shadow: 0 14px 28px rgba(5,35,55,.18);
}
.cm-photo img{
  width:100%;
  height:100%;
  /* object-fit:cover; */
  display:block;
  clip-path: inherit;         /* keep same polygon as frame */
  height: auto;
}

/* Body text */
.cm-body{
  grid-column:1/2;
  margin-top: clamp(.75rem, 2vw, 1.25rem);
  color:var(--text);
  font: 400 clamp(1rem, 1.2vw + .6rem, 1.15rem)/1.75 system-ui, "Segoe UI", Roboto, Arial, sans-serif;
}
.cm-body p{ margin: 0 0 1.2rem 0; }

/* custom bullets (small aqua squares) */
.cm-bullets{
  list-style:none; padding:0; margin: .5rem 0 0 0;
  display:grid; gap:.65rem;
}
.cm-bullets li{
  position:relative; padding-left:1.5rem;
}
.cm-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top: 6px;
  width:.55rem;
  height:.55rem;
  border-radius:2px;
  background:#1f89ad;
  box-shadow: 0 0 0 4px rgba(31,137,173,.12);
}

/* --------- Responsive: stack on small screens --------- */
@media (max-width: 900px){
  .cm-wrap{
    grid-template-columns: 1fr;
    display: inline-block;
    /* flex-direction: column-reverse; */
  }
  .cm-head{ order:1; }
  .cm-media{ order:2; min-height: 360px; }
  .cm-body{ order:3; }
  .cm-photo{ position:absolute; left:50%; right:auto; transform:translateX(-50%); }
  .poly-1, .poly-2{ left:50%; transform:translateX(-50%); }
}

/* Extra small phones: tighten spacing */
@media (max-width: 480px){
  .chairman-message{padding: 30px 10px 50px 10px;}
  .cm-bullets li{padding-left:1.15rem;line-height: 20px;}
  .cm-bullets li::before{ width:.45rem; height:.45rem; box-shadow:0 0 0 3px rgba(31,137,173,.12); }
}

.cm-wrap p {
    color: #222;
    font-size: 16px;
    line-height: 30px;
    padding: 25px 5px;
}

@media (max-width: 991px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .content-right .content-p .counterBox {
    width: 100% !important;
  }

  .content-right .content-p .counterBox .number {
    font-size: 35px !important;
  }

  .mainInnerPage .about-sec .content-right p {
    text-align: justify;
    font-size: 15px !important;
  }

  .cm-wrap p {
      color: #222;
      font-size: 15px;
      line-height: 25px;
      padding: 25px 5px;
  }

  h2.cm-eyebrow {
      font-size: 23px;
  }

    .poly-1, .poly-2 {
      left: 45%;
      transform: translateX(-40%);
  }

  .poly-2 {
    width: 100%;
    bottom: 19%;
  }

  .result-area .results-wrapper, .bd-brand-wrapper.style-five .bd-brand-box {
        grid-template-columns: 1fr 1fr;
    }

    .kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .kpi-label {
      font-size: clamp(16px, 1.4vw, 16px);
    }

    .kpi-num {
      font-size: clamp(30px, 4.6vw, 44px);
    }

    .hero-split .slide-img {
      object-fit: contain;
    }
}

@media (max-width: 575px) {
  .hero-split .slide-img {
      object-fit: cover;
    }
}

.profileWrapper h4 {
    margin-top: 30px !important;
    padding: 0px;
    font-size: 20px;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
    color: #2199c0;
}

.service-details-area .container-fluid {
    padding: 0px 110px !important;
}

@media (max-width: 1536px) {
  .service-details-area .container-fluid {
      padding: 0px 90px !important;
  }
}

@media (max-width: 1236px) {
  .service-details-area .container-fluid {
      padding: 0px 75px !important;
  }
}

@media (max-width: 991px) {
  .service-details-area .container-fluid {
      padding: 0px 40px !important;
  }

  .cm-photo {
      position: relative;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      bottom: -30px;
  }
}

@media (max-width: 575px) {
  .service-details-area .container-fluid {
      padding: 0px 20px !important;
  }
}

.media {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000; /* or your brand color */
}

.slide-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #000;
  z-index: 10;
  pointer-events: none;
}

.slide-counter, .slide-counter span {
    color: #2199c0;
}

/* Always show both arrows */
.swiper-button-prev,
.swiper-button-next {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (min-width: 992px) {
  .hero-split .slide-img {
    object-fit: contain !important;
  }
}

@media (max-width: 991px) {
  .service-details-area .swiper-button-prev, .service-details-area .swiper-button-next {
    width: 35px !important;
  }

  .hero-split .slide-img {
    padding: 30px 20px 50px 20px !important;
    object-fit: contain !important;
  }

  .hero-split {
    grid-template-columns: 1fr;
    padding: 0px 10px;
  }

  .hero-split .content {
    order: 2;
  }
}

@media (max-width: 575px) {
  .hero-split .slide-img {
    padding: 20px 20px 30px 20px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 991px) {
  .footer-area-inner {
    display: grid;
    gap: 60px 15px;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }
}