:root {
  --primary-color: #ffff;
  --golden-color: #FFC845;
  --theme-color: #003332;
  --box-color: #FFF4DA;
  --black-color: #000000;
  --green-color: #007F7C;
  --bg-green: #003332;
  --bg-black: #011b1a;
  --mid-black: #001919;
  --light-yellow: #FFF4DA;
  --light-cream: #FFF5DD;
  --light-gradient: linear-gradient(180deg, #FFF4DA 0%, #FFFFFF 100%);
  --mid-blue: #CCE5E5;
}

body {
  font-family: "Inter", sans-serif !important;
}

a {
  color: var(--golden-color)
}

div#scrollToTop {
  color: var(--golden-color) !important;
}

div#scrollToTop .scroll_up-arrow {
  background-color: var(--golden-color) !important;
}

div#scrollToTop .scroll_up-arrow:before,
div#scrollToTop .scroll_up-arrow:after {
  border-color: var(--golden-color) !important;
}

.region.region-header .secondary-btn-cta {
  display: none;
}

.bg-green {
  background-color: var(--bg-green);
}

.normal-text {
  font-size: 16px;
  line-height: 24px;
}

.bg-light-cream {
  background-color: var(--light-cream);
}

.light-gradient {
  background: var(--light-gradient);
}

.hide-slider-arrows .slick-dots,
.hide-slider-arrows .slick-arrow {
  display: none !important;
}

.main-head {
  font-weight: 400;
  font-size: 62px;
  line-height: 120%;
  margin-bottom: 32px;
}

.main-head em {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  color: var(--golden-color);
}

.heading1 {
  font-size: 62px;
  font-weight: 400;
  line-height: normal;
  color: var(--primary-color);
}

.heading2 {
  font-size: 48px;
  line-height: normal;
}

.heading3 {
  font-size: 40px;
  line-height: normal;
}

.heading4 {
  font-size: 32px;
  line-height: normal;
}

.top-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 3px solid var(--golden-color);
  padding-left: 13px;
}

.heading5 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.gold-color {
  color: var(--golden-color);
}

.pt-130 {
  padding-top: 130px;
}

.pb-96 {
  padding-block: 96px;
}

.mb-36 {
  margin-bottom: 36px;
}


.ex-small-text {
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
}

.small-text {
  font-size: 18px;
  line-height: 28px;
}

.medium-text {
  font-size: 24px;
  line-height: 30px;
}

.flex-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-scroll-top .region-header .menu--utility .header-btn .header-btn-wrapper a {
  border-color: var(--golden-color) !important;
}

.region-header .menu--main>ul.menu li.current_page_item a {
  color: var(--golden-color) !important;
}

.is-scroll-top .region-header .menu--utility .header-btn .header-btn-wrapper a:hover {
  color: #ffffff;
  background-color: var(--golden-color) !important;
  border-color: var(--golden-color) !important;
}

.region-header .menu--main>ul.menu>li:not(:first-child, :last-child):before {
  background: var(--golden-color) !important;
}

.region-header .menu--main>ul.menu>li>a:before {
  background: var(--golden-color) !important;
  color: var(--golden-color);
}

.primary-color {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-black {
  background-color: var(--bg-black);
}

/* home page hero */
header.main-header:before {
  display: none;
}

header.main-header {
  border: 0 !important;
}


.hero-wrapper {
  width: 100%;
  background-color: #003332;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 900px;
  padding-top: 130px;
  padding-bottom: 72px;
}

.hero {
  /* width: 1272px; */
  background-color: #003332;
  margin: 0;
  padding: 80px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.hero h1 {
  font-size: 62px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
}

.hero h1 span {
  color: #FFC845;
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}


.hero-wrapper .main-heading h1 span {
  color: #FFC845;
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}

.hero-wrapper .main-heading p {
  font-size: 18px;
  line-height: 28px;
}

.hero p {
  font-size: 18px;
  color: #cfd8d6;
  margin-top: 20px;
  max-width: 520px;
}

.primary-btn-cta {
  background-color: var(--golden-color);
  color: var(--mid-black);
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  border-radius: 100px;
  display: inline-block;
}

.secondary-btn-cta {
  background-color: transparent;
  color: var(--black-color);
  font-weight: 500;
  border: 1px solid var(--black-color);
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  border-radius: 100px;
  display: inline-block;
}


.primary-btn-cta:hover {
  background-color: transparent;
  color: var(--golden-color);
  border-color: var(--golden-color);
}

.secondary-btn-cta:hover {
  background-color: var(--golden-color);
  color: var(--primary-color);
  border-color: var(--golden-color);
  border: 1px solid var(--golden-color);
}


.review-icons {
  margin-top: 50px;
}

.review-icons img {
  width: 148px;
  height: 66px;
  margin-right: 15px;
  margin-top: 40px;
}

.review-text {
  /* margin-top: 16px; */
  font-size: 0.9rem;
  color: #cfd8d6;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  position: absolute;
  top: 0;
  right: 0;

}

.image-grid img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.hero .main-heading a {
  width: fit-content;
  display: inline-block;
}

.hero .main-heading {
  max-width: 654px;
}

/* .hero .main-content {
  width: 100%;
} */


.hero .image-grid .slider {
  width: 181px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.hero .image-grid .slider .slide-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: scroll 27s linear infinite;
}

.hero .image-grid .center .slide-track {
  animation-direction: reverse;
}

.hero .image-grid .slider .slide-track .slide {
  /* height: 200px; */
  width: 100%;
  flex-shrink: 0;
}

.hero .image-grid .slider .slide-track .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Infinite vertical scroll animation */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}


.image-slider {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 650px;
}

.slider-inner {
  overflow: hidden;
  position: relative;
  cursor: grab;
  display: flex;
  flex-direction: column;
}

.slider-inner img {
  width: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}



/* home page hero */


/* footer */
footer {
  padding-bottom: 32px;
  color: #222;
}

footer .cta-section {
  padding: 32px 0 36px;
  text-align: left;
}

footer .cta-section h2 {
  background: linear-gradient(90deg, #001919 -40.32%, #007F7C 82.69%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 15px;
}

footer .cta-section p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 25px;
}

footer .btn-consult {
  background-color: var(--golden-color);
  color: var(--black-color);
  border: 2px solid var(--golden-color);
  transition: 0.3s;
}

footer .footer-wrapper .container {
  padding: 0;
}

/* footer .footer-wrapper.container-lg {
  padding: 0;
} */

footer .footer-wrapper .cta-section .container {
  border-bottom: 1px solid #0019191A;
}

footer .footer-wrapper .footer-left {
  max-width: 547px;
}

footer .footer-logo img {
  height: 48px;
}

footer .footer-wrapper .footer-logo,
footer .footer-wrapper .right-footer {
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding-inline: 0;
}


footer .footer-wrapper .right-footer {
  align-items: end;
}

footer .footer-links a {
  color: #333;
  text-decoration: none;
  margin: 0 7px;
  font-size: 16px;
}

footer .footer-links a:hover {
  color: #00796b;
}

footer .social-icons a {
  color: #00796b;
  font-size: 1.2rem;
  margin-left: 15px;
  transition: 0.3s;
}

footer .social-icons a:hover {
  color: #005f53;
}

.copyright {
  font-size: 0.85rem;
  color: #555;
  margin-top: 10px;
}



/* footer responsive */


/* Contact Section */
.contact-wrapper {
  border-radius: 12px;
  padding: 48px !important;
}

.contact-wrapper h3 {
  letter-spacing: 1.5px;
  color: var(--primary-color);
}

.contact-wrapper h2 {
  font-weight: 400;
  color: var(--primary-color);
  margin: 15px 0 80px;
}

.contact-wrapper h2 em {
  font-weight: 500;
  color: var(--golden-color);
  font-family: "IBM Plex Serif", serif;
}

.contact-wrapper .contact-box {
  text-align: left;
}

.contact-wrapper .contact-box i {
  color: var(--golden-color);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.contact-wrapper .contact-box h5 {
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  line-height: 100%;
}

.contact-wrapper .contact-box p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 0;
  display: block;
}

.contact-wrapper .contact-box p a {
  color: var(--primary-color);
  text-decoration: underline;
}

.contact-wrapper .contact-box p a:hover {
  color: var(--golden-color);
}

.contact-wrapper .contact-box .secondary-btn-cta {
  border: 1px solid var(--golden-color);
  color: var(--primary-color);
}

.contact-wrapper .contact-box .secondary-btn-cta:hover {
  background-color: var(--golden-color);
}



/* contact responsive */




/* conversion-area */
.conversion-area {
  padding: 48px !important;
  border-radius: 12px;
}

.conversion-area .conversation-block h2 {
  color: var(--primary-color);
  margin-bottom: 12px;
}

.conversion-area .conversation-block h2 span {
  color: var(--golden-color);
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.conversion-area .conversation-block .small-text {
  color: #FFFFFFB2;
}

.conversion-area .conversation-block .heading5 {
  color: var(--primary-color);
  font-weight: 600;
}

.conversion-area .conversation-block a {
  margin-top: 0;
}




/* counter */
.counter-section {
  border-bottom: 1px solid #0019190D;
}

.counter-section .counter-box {
  border-right: 1px solid #0019190D;
  padding: 24px 32px;
  color: #03312E;
}

.counter-section .counter-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 500;
  color: var(--mid-black);
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  padding-top: 15px;
}

.counter-section .counter-details {
  color: var(--mid-black);
  margin-top: 12px;
}





.expertiseSection {
  padding: 96px 0;
}

/* --- Left Title Section --- */
.expertiseSection .expertise-title h3 {
  border-left: 3px solid var(--golden-color);
  padding-left: 13px;
  letter-spacing: 1px;
}

.expertiseSection .expertise-title h2 {
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 16px;
  line-height: 120%;
}

.expertiseSection .expertise-title h2 span {
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.expertiseSection .expertise-title h2 p em {
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.expertiseSection .expertise-title p {
  max-width: 550px;
}

/* --- Tech Grid --- */
.expertiseSection .tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.expertiseSection .tech-grid .tech-item {
  text-align: center;
  padding: 28px;
  border-right: 1px solid #0019191A;
  border-bottom: 1px solid #0019191A;
}

.expertiseSection .tech-grid .tech-item:nth-child(3n) {
  border-right: none;
}

/* Remove bottom border from last row items (items 4,5,6) */
.expertiseSection .tech-grid .tech-item:nth-last-child(-n+3) {
  border-bottom: none;
}


.expertiseSection .tech-grid .tech-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.expertiseSection .tech-grid .tech-item h6 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 8px;
  line-height: 100%;
}

/* --- Industries Section --- */
.expertiseSection .industries-section {
  padding-top: 48px;
}

.expertiseSection .industries-section .container {
  padding: 0;
}

.expertiseSection .industries-section .industry-card {
  background-color: var(--box-color);
  border-radius: 12px;
  /* padding: 40px 20px; */
  color: var(--black-color);
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertiseSection .industries-section .industry-card:hover {
  transform: translateY(-5px);
}




/* services section */
.our-services {
  background-image: url('/wp-content/uploads/2025/10/Frame-149.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 96px 0;
}

.serviceWrapper .container {
  padding: 0;
}

.serviceWrapper {
  width: 100%;
  max-width: unset;
}

.section-header {
  margin-bottom: 48px !important;
}

.section-header h3 {
  color: var(--primary-color);
  letter-spacing: 2%;
}

.section-header h2 {
  font-weight: 400;
  margin: 0;
  color: var(--primary-color);
  line-height: 120%;
}

.section-header h2 em,
.our-services .reasons-section h2 em {
  color: var(--golden-color);
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.review-slider-section .section-header h2 em,
.n8n-reviews .section-header h2 em {
  color: var(--black-color);
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
  display: inline-block;
}

.service-card {
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease;
  color: #002b29;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.service-card.image-card {
  align-items: end;
  justify-content: end;
}





.service-card .service-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.service-card .service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.service-card .service-card-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.service-card h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

.service-card img {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.service-card.image-card .secondary-btn-cta {
  color: var(--primary-color);
  background-color: transparent;
  border-color: var(--primary-color);
}

.service-card.image-card:hover .secondary-btn-cta {
  color: var(--primary-color);
  background-color: var(--golden-color);
  border-color: var(--golden-color);
}

.service-card:hover .service-card-content-wrapper .service-card-cta .secondary-btn-cta {
  color: var(--mid-black);
  background-color: var(--golden-color);
  border-color: var(--golden-color);
}

.orange {
  background: #ffe7c4;
}


.image-card .overlay-text p {
  margin-bottom: 24px;
}

.image-card .overlay-text {
  position: relative;
  z-index: 2;
}

.reasons-list {
  list-style: none;
  padding-left: 0;
  margin-left: 30px;
  position: relative;
}

.reasons-list::before {
  content: '';
  position: absolute;
  top: 42px;
  left: -5px;
  width: 2px;
  height: 80%;
  background-color: var(--primary-color);
}

.reasons-list li {
  position: relative;
  padding: 8px 0 28px 45px;
  line-height: 1.5;
}

.reasons-list li:last-child {
  border-bottom: none;
}

.reasons-list li strong {
  display: block;
  font-size: 12px;
  line-height: 28px;
  color: var(--golden-color);
  font-weight: 500;
}

.icon-placeholder {
  position: absolute;
  left: -28px;
  top: 22px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #1a1a1a;
  z-index: 1;
  padding: 4px;
  width: 48px;
  height: 48px;
}

.icon-dev {
  background-image: url('/wp-content/uploads/2025/10/Frame-166.svg');
}

.icon-team {
  background-image: url('/wp-content/uploads/2025/10/Frame-168.svg');
}

.icon-tech {
  background-image: url('/wp-content/uploads/2025/10/Frame-169.svg');
}

.icon-globe {
  background-image: url('/wp-content/uploads/2025/10/Frame-170.svg');
}

.icon-scale {
  background-image: url('/wp-content/uploads/2025/10/Frame-171.svg');
}

.services-section {
  /* padding: 0 !important; */
}

.reasons-section {
  color: var(--primary-color);
  padding: 96px 0 0 0;
}


.reasons-list {
  list-style: none;
  padding: 0;
}

.reasons-list li {
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}

.review-slider-section {
  background: #FFF4DA;
  background: linear-gradient(178deg,
      rgba(255, 244, 218, 1) 0%,
      rgba(255, 244, 218, 1) 60%,
      rgba(255, 255, 255, 1) 100%);
}

.review-slider-section .section-header {
  padding-top: 96px;
}

.review-slider-section .section-header h3,
.review-slider-section .section-header h2,
.review-slider-section .section-header h2 span {
  color: var(--black-color);
}

.review-slider-section .section-header h2 {
  margin-bottom: 24px;
}

.review-slider-section .section-header a {
  color: var(--green-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.partners-section {
  overflow: hidden;
  position: relative;
}

.partners-section p {
  color: var(--black-color);
  font-weight: 400;
  text-align: left;
  max-width: 1272px;
}

.logos-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partners-section .logos-slider .slick-track {
  display: flex;
  align-items: center;
}

.logos-track {
  display: flex;
  width: calc(250px * 12);
  /* animation: scrollX 25s linear infinite; */
}

.logos-track img {
  width: 200px;
  height: auto;
  margin: 0 50px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.logos-track img:hover {
  opacity: 1;
}

/* @keyframes scrollX {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
} */



.service-card:hover .learnMore-btn {
  background: var(--golden-color);
  color: var(--primary-color);
  border-color: var(--golden-color);
}

.service-card:hover .allService-btn {
  background: var(--golden-color);
  color: var(--primary-color);
  border-color: var(--golden-color);
}


.expertiseSection .tech-grid .tech-item {
  min-height: 140px;
  overflow: hidden;
  position: relative;
}

.expertiseSection .tech-grid .tech-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}



/* testimonial */
.experienceSlider .slider-item .testimonial-card {
  background-color: var(--primary-color);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 24px 32px;
  max-width: 550px;
  min-height: 320px;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* justify-content: space-between; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experienceSlider .slider-item .testimonial-card .testimonial-logo img {
  height: 40px;
  max-width: 100px;
  width: auto;
  margin-bottom: 20px;
}

.experienceSlider-wrapper .experienceSlider .slick-slide .slider-item {
  height: 100%;
}

.experienceSlider .slider-item .experience-box {
  height: 100%;
}

.experienceSlider .slider-item .testimonial-card .testimonial-author h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001919;
}

.experienceSlider .slider-item .testimonial-card .testimonial-author p {
  font-size: 12px;
  line-height: 20px;
  color: #848480;
  margin: 2px 0 0;
}

.experienceSlider .slick-track {
  display: flex;
}

.experienceSlider-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px;
}


.experienceSlider-wrapper .experienceSlider .slick-slide {
  margin: 0 12px;
  height: inherit;
}

.experienceSlider-wrapper .experienceSlider .slick-slide>div {
  height: 100%;
}


.experienceSlider .slick-list {
  padding-block: 20px;
}

/* .experienceSlider-wrapper .experienceSlider .slick-list {
  margin: 0 -12px;
  overflow: visible;
} */


/* slick */
.experienceSlider {
  padding-bottom: 0;
  position: relative;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.3s ease;
}

/* Active dot */
.slick-dots li.slick-active button {
  background-color: var(--green-color);
  transform: scale(1.2);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 5%;
  right: auto;
  width: auto;
}


.experienceSlider-wrapper .experienceSlider .slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  background-color: #CCE5E580;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  z-index: 5;
  right: 10%;
  left: auto;
}

/* Center both arrows horizontally */
.experienceSlider-wrapper .experienceSlider .slick-prev {
  transform: translateX(-30px) translateY(100%);
}

.experienceSlider-wrapper .experienceSlider .slick-next {
  transform: translateX(20px) translateY(100%);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

/* slick */

/* testimonial */




.reasons-section .our-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reasons-section .our-benefits li div .small-text {
  margin-bottom: 0;
}

.reasons-section .our-benefits .reason-title {
  color: var(--golden-color);
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.reasons-section .our-benefits li .reason-img {
  padding: 12px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  background-color: #011c1b;
  transition: 0.3s;
}

.reasons-section .our-benefits li {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  gap: 24px;
  transition: 0.3s;
}

.reasons-section .our-benefits li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  min-height: 140px;
  background-color: var(--primary-color);
  left: 24px;
  z-index: -1;
}

.reasons-section .our-benefits li:last-child:before {
  height: 0;
  min-height: 0;
}


.reasons-section .our-benefits li:hover::before {
  background-color: var(--golden-color);
  transition: 0.3s;
}

.reasons-section .our-benefits li:hover .reason-img {
  border-color: var(--golden-color);
  background-color: var(--golden-color);
  transition: 0.3s;
}



.is-scroll-top .region-header .menu--utility .header-btn .header-btn-wrapper a {
  border-color: var(--golden-color);
}




/* contact page */
.contact-form-section {
  background: linear-gradient(178deg, rgba(255, 244, 218, 1) 0%, rgba(255, 244, 218, 1) 60%, rgba(255, 255, 255, 1) 100%);
  padding-top: 149px;
  padding-bottom: 48px;
}

/* .contact-form-section .cont-img {
  height: -webkit-fill-available;
} */

.contact-image-wrapper {
  background: url('/wp-content/uploads/2025/11/Form-Contact-form.svg') center center / cover no-repeat;
  border-radius: 12px;
  position: relative;
  min-height: 478px;
  overflow: hidden;
  height: 100%;
}

.contact-image-wrapper .contact-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  gap: 45px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.contact-image-wrapper .contact-overlay .contact-box p {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  color: #FFFFFFB2;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.contact-image-wrapper .contact-overlay .contact-box h5 {
  color: var(--primary-color);
  margin-top: 12px;
  white-space: nowrap;
  overflow: visible;
}

.form-wrapper {
  background-color: var(--theme-color);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
}

.form-wrapper h3 {
  font-weight: 400;
  color: var(--primary-color);
  line-height: 120%;
}

.form-wrapper h3 span {
  font-weight: 500;
  color: var(--golden-color);
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
}

.form-wrapper p {
  font-size: 16px;
  line-height: 24px;
}

.form-field-section select,
.form-field-section textarea,
.form-field-section input[type=text],
.form-field-section input[type=email] {
  padding: 16px !important;
  border: 1px solid #406665 !important;
  border-radius: 12px !important;
  background-color: #295453 !important;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.form-field-section input[type=submit] {
  padding: 16px 32px;
  font-weight: 500;
}

.form-field-section textarea {
  max-height: 164px;
}

.form-field-section input::-webkit-input-placeholder,
.form-field-section textarea::-webkit-input-placeholder,
.form-field-section select::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.form-field-section .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}

.form-field-section p {
  margin-bottom: 24px;
}

.form-field-section .form-submit-btn {
  background-color: var(--golden-color);
  border: 2px solid var(--golden-color);
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  color: var(--black-color);
  padding-left: 75px;
  transition: all 0.3s ease;
}

.form-field-section .form-submit-btn input {
  color: var(--black-color);
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}

.form-field-section .form-submit-btn:hover {
  background-color: transparent;
}

.form-field-section .form-submit-btn:hover input {
  color: var(--golden-color);
}


.form-field-section .form-submit-btn p {
  margin-bottom: 0;
}

/* contact page */




/* n8n page */
.hero-wrapper .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.hero-wrapper .hero-image img {
  height: 100%;
}

/* inner banner css */
.main-inner-banner {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.main-inner-banner .inner-side-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
}

.main-inner-banner .inner-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* inner banner css */












.features-section {
  background-color: #fff;
  padding-block: 96px;
}

.features-section .feature-box {
  padding: 32px;
  border-right: 1px solid #0019191A;
  border-bottom: 1px solid #0019191A;
}

.features-section .feature-box:nth-last-child(-n+3) {
  border-bottom: none;
}

.features-section .feature-box:nth-child(3n) {
  border-right: none;
}

.features-section .feature-box .feature-item .features-section .feature-box .feature-item .feature-icon {
  width: 36px;
  height: 36px;
  filter: invert(15%) sepia(10%) saturate(800%) hue-rotate(120deg) brightness(90%) contrast(90%);
}

.features-section .feature-box .feature-item p {
  font-size: 16px;
  line-height: 24px;
  color: #4D5E5E;
}

.features-section .feature-box .feature-item p a {
  color: var(--golden-color);
}


.n8n-integration {
  background-color: #011c1b;
  padding-block: 96px;
}

.n8n-integration .section-header h2 {
  font-weight: 400;
  margin-bottom: 16px;
}

.n8n-integration .section-header p {
  color: var(--primary-color);
}

.n8n-integration .feature-item p a {
  color: var(--golden-color);
}

.n8n-integration .feature-item {
  background-color: #0e2625;
  padding: 32px;
  border-radius: 12px;
  height: 100%;
}

.n8n-integration .feature-item p {
  color: var(--primary-color);
  line-height: 24px;
  font-weight: 400;
  line-height: 150%;
}

.n8n-integration .feature-item img {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--golden-color);
}

.help-section .bg-light-yellow .content-inner .double-para {
  margin-bottom: 30px;
}

.help-section .bg-light-yellow .content-inner .double-para p {
  font-size: 18px;
  line-height: 28px;
}

/* .help-section .help-image-section {
  height: -webkit-fill-available;
} */

.help-image {
  background-image: url('/wp-content/uploads/2025/11/Rectangle-461.svg');
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 500px;
}

.bg-light-yellow {
  background-color: var(--box-color);
}

.help-section .content-inner .small-text {
  color: #001919CC;
}

.bg-light-yellow .content-inner h2 {
  font-weight: 400;
  line-height: 120%;
}


.help-section .bg-light-yellow .content-inner .heading5 {
  color: var(--mid-black);
}

.help-section .bg-light-yellow .content-inner .benefits-card {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--golden-color);
  width: fit-content;
}

.help-section .bg-light-yellow .content-inner .benefits-card img {
  width: 20px;
}

.help-section em {
  font-weight: 500;
  font-style: italic;
  color: #2c2c2c;
  font-family: "IBM Plex Serif", serif;
}

.bg-light-yellow .content-inner {
  max-width: 588px;
  margin-right: 0;
  padding: 96px 0 96px 48px;
}




.why-different-section {
  background-color: var(--bg-black);
}

.why-different-section .heading2 {
  font-weight: 400;
  color: #fff;
}

.why-different-section .heading2 em {
  color: var(--golden-color);
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
}

.why-different-section .heading2 span {
  color: var(--golden-color);
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.why-different-section .small-text {
  color: var(--primary-color);
}

.why-different-section .small-text a,
.small-text a {
  color: var(--golden-color);
}

.small-text a:hover {
  color: var(--golden-color);
}

.diff-card {
  /* transition: all 0.3s ease; */
  border: none;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.diff-card .icon-image {
  width: 22px;
  margin-bottom: 8px;
}

.diff-card h5 {
  font-size: 32px;
  line-height: 130%;
  font-weight: 400;
  margin: 0;
}

body .diff-card a {
  color: var(--black-color);
  text-decoration: underline;
}

/* .diff-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
} */

.bg-light-blue {
  background-color: #d5ecec;
}

.bg-puzzle {
  background-color: var(--box-color);
  background-image: url(https://mpirestg.wpenginepowered.com/wp-content/uploads/2025/11/image-9.svg);
  background-size: inherit;
  background-position: right;
  background-repeat: no-repeat;
}

.bg-golden {
  background-color: var(--golden-color);
}

.bg-white {
  background-color: #ffffff;
}

.lead {
  color: #4D5E5E;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 400px;
}

.lead a {
  color: var(--golden-color);
}

.content-inner .lead a {
  color: var(--golden-color);
}

.success-stories {
  padding-block: 96px;
}

.success-stories .section-header h2 {
  color: var(--mid-black);
}

.success-stories .section-header h2 em,
.solution-section .solution-content h2 em,
.benefit-section .benefit-content h2 em {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  color: var(--mid-black);
}

.success-stories .section-header h2 span {
  color: var(--mid-black);
}

.success-stories .section-header a {
  border: 1px solid var(--black-color);
  color: var(--black-color);
  line-height: 20px;
  font-weight: 500;
  padding: 16px 32px;
}

.success-slider .success-slide {
  max-width: 408px;
  height: 100%;
  min-height: 544px;
  border-radius: 12px;
  position: relative;
  padding: 32px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  background: linear-gradient(#00000000, #000000);
}

.success-slider .success-slide .slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(140px, 22vw, 220px);
  /* 🔥 responsive height */
  padding: clamp(16px, 2vw, 28px);
  display: flex;
  align-items: flex-start;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0));
}

.success-slider .success-slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.success-slider .success-slide .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.success-stories .succesSlider-wrapper {
  padding-inline: 108px;
}

.success-stories .succesSlider-wrapper .success-slider .slick-track {
  display: flex;
  gap: 24px;
}

.success-stories .succesSlider-wrapper .success-slider .slick-dots {
  display: none !important;
}

.success-stories .succesSlider-wrapper .success-slider .slick-slide {
  margin-block: 10px;
}

.success-slide .slide-text p {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.success-slide .slide-text .font-black {
  color: var(--black-color);
}

.n8n-reviews {
  background: linear-gradient(178deg, rgba(255, 244, 218, 1) 0%, rgba(255, 244, 218, 1) 60%, rgba(255, 255, 255, 1) 100%);
  padding-top: 96px;
}

.n8n-reviews .section-header h2,
.n8n-reviews .section-header h2 span {
  color: var(--mid-black);
}

.n8n-reviews .experienceSlider-wrapper {
  padding: 0;
}


.faq-section {
  padding-bottom: 48px;
}

/* .faq-section  */
.faq-section .accordion-button {
  font-weight: 500;
  color: #1a1a1a;
  justify-content: space-between;
  text-transform: unset;
  font-size: 18px;
}

.faq-section .accordion-button::after {
  content: "+";
  font-size: 20px;
  transform: none !important;
  background-image: none !important;
  color: #1a1a1a;
}

.faq-section .accordion-button:not(.collapsed)::after {
  content: "–";
}

.faq-section .accordion-item {
  background: transparent;
  border-radius: 0;
}

.faq-section .accordion-item .accordion-header {
  padding-block: 24px;
}

.faq-section .accordion-body {
  color: #444;
  font-size: 15px;
  padding-bottom: 1rem;
}





/* case study page css */
/* .casestudy-filter-section {
  padding-top: 96px;
  padding-bottom: 48px;
} */

.casestudy-filter-section .casestudy-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  margin-bottom: 48px;
}

.casestudy-filter-section .casestudy-filter-wrapper .casestuddy-filter-desktop {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .casestudy-filter-btn {
  font-size: 16px;
  font-weight: 400;
  color: #001919;
  text-transform: capitalize;
  padding: 12px 16px;
  /* background-color: #F2F2F2; */
  border-radius: 12px;
  border: 1px solid #0000001C;
  display: flex;
  align-items: center;
  gap: 16px;
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-title {
  font-size: 16px;
  font-weight: 400;
  color: #001919;
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .casestudy-filter-btn:after {
  margin: 0;
  border: 0;
  background-image: url(/wp-content/uploads/2025/11/dropdown-icon.svg);
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .casestudy-filter-btn.show:after {
  transform: rotate(0deg);
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .dropdown-menu {
  min-width: 343px;
  padding: 8px;
  box-shadow: 0px 2px 4px 0px #00000024;
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .dropdown-menu .form-check {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s;
  background-color: transparent;
  white-space: normal;
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .dropdown-menu .form-check .form-check-input {
  margin: 0;
  float: none;
}

.casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .dropdown-menu .form-check:hover {
  background-color: #FFF4DA;
}

.casestudy-filter-section .casestudy-filter-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 540px;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 12px;
  background: linear-gradient(#00000000, #000000);
}

.casestudy-filter-section .casestudy-filter-box:hover {
  text-decoration: underline;
  color: #fff;
}

.casestudy-filter-section .casestudy-filter-box .casestudy-filter-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.casestudy-filter-section .casestudy-filter-box .casestudy-filter-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.casestudy-filter-section .casestudy-filter-box .casestudy-filter-content {
  gap: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(195px, 22vw, 220px);
  padding: clamp(32px, 2vw, 28px);
  display: flex;
  align-items: flex-start;
  max-height: 200px;
}

.casestudy-filter-section .casestudy-filter-box .casestudy-filter-content .casestudy-filter-arrow {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
}

.casestudy-filter-section .casestudy-filter-box .casestudy-filter-content .casestudy-filter-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 150%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* case study page css */

/* casestudy detail page css */

.client-box-wrapper .client-box {
  padding: 24px 24px 24px 0px;
}

.client-box-wrapper:nth-child(1),
.client-box-wrapper:nth-child(3) {
  border-right: 1px solid #FFFFFF1A;
}

.client-box-wrapper:nth-child(1),
.client-box-wrapper:nth-child(2) {
  border-bottom: 1px solid #FFFFFF1A;
}

.client-box-wrapper:nth-child(2) .client-box,
.client-box-wrapper:nth-child(4) .client-box {
  padding-left: 24px;
}

.client-box-wrapper .client-box .client-box-title {
  display: inline-block;
  margin-bottom: 10px;
}

.casestyudy-challenge-section .challenge-box {
  min-height: 320px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
}



.casestyudy-challenge-section .challenge-box-wrapper:nth-child(1) .challenge-box {
  background-color: var(--light-yellow);
}

.casestyudy-challenge-section .challenge-box .challenge-top-info .heading4 {
  margin-top: 12px;
}

.casestyudy-challenge-section .challenge-box-wrapper:nth-child(2) .challenge-box {
  background-color: var(--golden-color);
}


.solution-section .solution-side-image {
  padding-block: 200px;
  padding-left: 67px;
  background: radial-gradient(106.69% 165.63% at 0% 0%, #001919 0%, #007F7C 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-section .solution-content-wrapper {
  padding-block: 96px;
  background-color: var(--light-yellow);
}

.solution-section .solution-content-wrapper .solution-content {
  max-width: 588px;
  margin-left: 48px;
  height: 100%;
}

.solution-section .solution-content-wrapper.col-lg-12 .solution-content {
  max-width: unset;
}

.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(odd) {
  border-right: 1px solid #0019191A;
}

.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper {
  border-bottom: 1px solid #0019191A;
}

.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(9),
.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(10) {
  border-bottom: 0px;
}

.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper .solution-box {
  height: 100%;
  padding: 24px;
}

.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(odd) .solution-box {
  padding-left: 0;
}


.solution-section .solution-content-wrapper .solution-content .solution-box-wrapper .solution-box .solution-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--golden-color);
  margin-bottom: 16px;
}

.impact-section {
  margin-top: 96px;
}

.impact-section .impact-box-wrapper .impact-box {
  height: 100%;
  padding: 32px;
  border-radius: 12px;
}

.impact-section .impact-box-wrapper:nth-child(1) .impact-box {
  background-color: var(--mid-blue);
}

.impact-section .impact-box-wrapper .impact-box img {
  margin-bottom: 10px;
}

.impact-section .impact-box-wrapper:nth-child(2) .impact-box {
  background-color: var(--golden-color);
}

.impact-section .impact-box-wrapper:nth-child(3) .impact-box {
  background-color: var(--primary-color);
}

.casestudy-video-section .video-wrapper {
  position: relative;
  min-height: 544px;
  padding: 32px;
}

.casestudy-video-section .video-wrapper .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.casestudy-video-section .video-wrapper .video-content {
  display: flex;
  flex-direction: column;
  min-height: inherit;
  justify-content: space-between;
}

.casestudy-video-section .video-wrapper .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.related-projects-section .related-box {
  min-height: 544px;
  position: relative;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: .3s;
  background: linear-gradient(#00000000, #000000);
  border-radius: 12px;
}

.related-projects-section .related-box .related-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.related-projects-section .related-box .related-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(140px, 22vw, 220px);
  padding: clamp(16px, 2vw, 28px);
  display: flex;
  align-items: flex-start;
}

.related-projects-section .related-box .related-content p {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-projects-section .related-box .related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.related-projects-section .related-box:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.result_content h4 {
  color: #fff;
}

/* casestudy detail page css */

/* hubspot page*/
.main-inner-banner .inquiry-form-warpper {
  position: relative;
}

.main-inner-banner .inquiry-form {
  max-width: 476px;
  background-color: var(--bs-body-bg);
  border-radius: 12px;
  padding: 48px;
  position: absolute;
  z-index: 1;
  right: 0;
}

.main-inner-banner .inquiry-form h3,
.hubspot-partner-section h2 {
  color: var(--mid-black);
  font-weight: 400;
}

.main-inner-banner .inquiry-form h3 em,
.hubspot-partner-section h2 em {
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
}

.main-inner-banner .inquiry-form input[type="text"],
.main-inner-banner .inquiry-form input[type="email"],
.main-inner-banner .inquiry-form textarea {
  background-color: #F2F2F2;
  border: 1px solid #0000001C;
  padding: 16px;
  border-radius: 12px;
}

.main-inner-banner .inquiry-form textarea {
  min-height: 244px;
}

.main-inner-banner .inquiry-form input[type="submit"] {
  background-color: var(--golden-color);
  color: var(--mid-black);
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  border-radius: 100px;
  display: inline-block;
  width: 100%;
}

.main-inner-banner .inquiry-form input[type="submit"]:hover {
  background: transparent;
  color: var(--golden-color);
  border-color: var(--golden-color);
}

.main-inner-banner .inquiry-form .submit-btn-wrap {
  position: relative;
}

.main-inner-banner .inquiry-form .submit-btn-wrap .wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.main-inner-banner .inquiry-form h3 span,
.hubspot-partner-section h2 span {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: var(--mid-black);
}

.hubspot-partner-section .hubspot-partner {
  border: 1px solid #0019191A;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
}

.hubspot-partner-section .hubspot-partner ul li {
  font-size: 16px;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
  line-height: 24px;
}

.hubspot-partner-section .hubspot-partner .small-text {
  margin: 0;
  padding-left: 8px;
}

.hubspot-partner .border-top {
  border-top: 1px dotted #0019191A !important;
}

.hubspot-partner-section .hubspot-partner ul li img {
  margin-top: 6px;
}

.hubspot-partner-section .hubspot-features {
  border-right: 1px solid #0019191A;
}

.hubspot-partner-section .hubspot-features:last-child {
  border-right: none;
}

.hubspot-agency-services {
  background-image: url('/wp-content/uploads/2025/10/Frame-149.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hubspot-agency-services .our-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hubspot-agency-services .our-benefits li {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  gap: 24px;
  transition: 0.3s;
}

.hubspot-agency-services .our-benefits li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  min-height: 190px;
  background-color: var(--primary-color);
  left: 24px;
  z-index: -1;
}

.hubspot-agency-services .our-benefits li .reason-img {
  padding: 12px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background-color: #011c1b;
  transition: 0.3s;
}

.hubspot-agency-services .our-benefits .reason-title {
  color: var(--golden-color);
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
}

.hubspot-agency-services .our-benefits li:last-child:before {
  height: 0;
  min-height: 0;
}

.hubspot-agency-services .our-benefits li:hover::before {
  background-color: var(--golden-color);
  transition: 0.3s;
}

.hubspot-agency-services .our-benefits .small-text {
  color: var(--primary-color);
}

.hubspot-agency-services .our-benefits li:hover .reason-img {
  border-color: var(--golden-color);
  background-color: var(--golden-color);
  transition: 0.3s;
}

.hubspot-agency-services .secondary-btn-cta {
  color: var(--primary-color);
  background-color: transparent;
  border-color: var(--primary-color);
  margin-left: 6rem;
}

.hubspot-agency-services .secondary-btn-cta:hover {
  background-color: var(--golden-color);
  color: var(--primary-color);
  border-color: var(--golden-color);
}

.hubspot-agency-services .why-different-section {
  padding: 0;
  background-color: unset;
}

.hubspot-services-section .section-header h2 {
  color: var(--mid-black);
}

.hubspot-services-section .section-header h2 em {
  color: var(--mid-black);
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-weight: 500;
}

.hubspot-services-section .feature-box .feature-item .feature-icon {
  width: 28px;
  height: auto;
}

.hubspot-help-section .content-inner .hubspot-benefits {
  padding: 24px;
}

.hubspot-help-section .content-inner .hubspot-benefits:nth-child(1) {
  border-right: 1px solid #0019191A;
  border-bottom: 1px solid #0019191A;
}

.hubspot-help-section .content-inner .hubspot-benefits:nth-child(2) {
  border-bottom: 1px solid #0019191A;
}

.hubspot-help-section .content-inner .hubspot-benefits:nth-child(3) {
  border-right: 1px solid #0019191A;
}

.contact-wrapper h5 {
  color: var(--primary-color);
}

.consultancy-form {
  padding: 96px 0 48px 0;
}

.consultancy-form .section-header h2,
.consultancy-form .section-header h2 span {
  color: var(--mid-black);
}

.consultancy-form form input[type="text"],
.consultancy-form form input[type="email"],
.consultancy-form form textarea {
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(0, 25, 25, 0.10);
  padding: 16px 18px;
}

.consultancy-form form textarea {
  min-height: 137px;
}

.consultancy-form form input[type="submit"] {
  background-color: var(--golden-color);
  color: var(--mid-black);
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  border-radius: 100px;
  display: inline-block;
  text-transform: unset;
}

.consultancy-form form input[type="submit"]:hover {
  background: transparent;
  color: var(--golden-color);
  border-color: var(--golden-color);
}

.consultancy-form form .wpcf7-spinner {
  position: absolute;
}

/* hubspot page*/


/* blog page */

/* .blog-section {
  padding-top: 72px;
} */

.blog-section .blog-wrap {
  padding: 16px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.blog-section .blog-wrap:hover {
  box-shadow: 6px 5px 30px 0 rgb(0 0 0 / 10%);
}

.blog-banner {
  padding-bottom: 48px;
}

.blog-banner h2 em {
  color: var(--mid-black);
}

.blog-section .blog-feature-img {
  border-radius: 12px;
  padding: 48px 38px;
  height: 100%;
  min-height: 508px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  background: linear-gradient(#00000000, #000000);
}

.blog-section .blog-feature-img .blog-feature-content {
  position: relative;
  z-index: 2;
  max-width: 957px;
}

.blog-section .blog-feature-img .blog-feature-content h2 {
  color: var(--primary-color);
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}

.blog-section .blog-feature-img .blog-feature-content a {
  color: var(--primary-color);
  display: inline-flex;
  gap: 12px;
}

.blog-section .blog-feature-img .feature-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog-section .blog-thumbnail a img {
  min-height: 272px;
  border-radius: 12px;
  object-fit: cover;
}

.blog-section .blog-feature-img .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.blog-section .blog-title .readmore {
  color: var(--green-color);
  font-size: 16px;
}

.blog-section .blog-title .ex-small-text {
  color: #05070D99;
  font-weight: 500;
}

.blog-section .blog-title .heading5 {
  color: var(--black-color);
}

.blog-section .blog-title .heading5:hover {
  text-decoration: underline;
}

.blog-section .blog-title .normal-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

/* blog page */

.reason-image img {
  border-radius: 12px 35px 12px 12px;
}

/* about page */
.about-hubspot {
  background-image: url('/wp-content/uploads/2025/10/Frame-149.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hubspot .about-hubspot-img {
  background-color: var(--primary-color);
  border-radius: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 558px;
}

.about-hubspot .heading2 {
  color: var(--primary-color);
  font-weight: 400;
}

.about-hubspot h2 em {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  color: var(--golden-color);
}

.about-hubspot .about-counter {
  padding-inline: 25px;
  border: 1px solid #2a3f3f;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-hubspot .about-counter .counter-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 500;
  color: var(--primary-color);
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
}

.about-hubspot .about-counter .counter-details {
  color: var(--golden-color);
  text-align: center;
  font-weight: 400;
}

.about-help-section {
  padding-bottom: 48px;
}

.about-help-section .help-image {
  background-image: url('/wp-content/uploads/2025/12/Rectangle-461.svg');
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 500px;
  min-height: 744px;
}

.about-help-section .bg-light-yellow .content-inner {
  padding: 185px 0 185px 48px;
}

.about-partners h2 {
  color: var(--mid-black);
}

.about-partners h2 em {
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  color: #001919;
}

.n8n-reviews .experienceSlider .slider-item .testimonial-card .testimonial-author a {
  color: var(--green-color);
  font-size: 12px;
  text-decoration: underline;
}

/* about page */



/* blog detail page */
.blog-detail-banner {
  background: var(--light-gradient);
  padding-top: 130px;
  padding-bottom: 72px;
}


.blog-detail-banner h1 {
  font-size: 62px;
  font-weight: 400;
}

.blog-detail-banner h1 em {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-weight: 500;
}

.blog-detail-banner .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-detail-banner .author-info .author-name {
  display: flex;
  align-items: center;
  gap: 18px;
}

.blog-detail-banner .author-info .author-name p {
  font-size: 16px;
  margin-bottom: 0;
}

.blog-detail-banner .author-info .author-name p a {
  text-decoration: underline;
  font-weight: bold;
  color: black;
}

.blog-detail-banner .author-info .author-socials {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect {
  background-color: var(--bg-green);
  border-radius: 12px;
  padding: 48px;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper {
  position: sticky;
  top: 100px;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect h4 {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 16px;
  line-height: 130%;
  font-weight: 400;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect h4 span {
  color: var(--golden-color);
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-weight: 500;
}

.text-md a {
  color: var(--golden-color);
}

.text-md a:hover {
  color: var(--golden-color);
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect .text-md,
.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect ul li {
  color: var(--primary-color);
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect ul li img {
  margin-right: 8px;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="submit"]) {
  background-color: #FFFFFF29;
  border-radius: 12px;
  padding: 16px;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect .book-a-call-btn input[type="submit"] {
  background-color: var(--golden-color);
  color: var(--mid-black);
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  border-radius: 100px;
  width: 100%;
}

.blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect .book-a-call-btn input[type="submit"]:hover {
  background-color: transparent;
  color: var(--golden-color);
  border-color: var(--golden-color);
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article img {
  width: 100%;
  border-radius: 12px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content h2 {
  color: #05070D;
  font-size: 40px;
  margin-top: 48px;
  font-weight: 400;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content h2 em {
  font-family: "IBM Plex Serif", serif;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div h2 span,
.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div h3 span {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-weight: 500;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div h3 {
  font-family: "Nunito", sans-serif;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content p {
  font-size: 18px;
  margin-top: 24px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content p a {
  color: var(--green-color);
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div img {
  margin-top: 48px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div h3 {
  font-size: 24px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content h2 strong {
  font-weight: 400;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content ol,
.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content ul {
  font-size: 16px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div ol li,
.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div ul li {
  margin-bottom: 0;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content div ul li img {
  margin-top: 0;
  margin-right: 8px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content .conclusion {
  padding: 40px;
  border-radius: 12px;
  background-color: var(--light-yellow);
  margin-top: 48px;
  margin-bottom: 35px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content .conclusion h2 {
  margin-top: 0;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content .faqs .faq-section .accordion .accordion-header {
  margin-top: 0;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .author-box {
  align-items: flex-start;
  -bottom: 96px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .author-box .author-image img {
  width: 80px;
  height: 80px;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .author-box .author-details .author-title {
  font-size: 20px;
  font-weight: 600;
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .author-box .author-details .author-title a {
  color: var(--black-color);
}

.blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .author-box .author-image {
  width: unset;
}

.blog-detail-content-wrapper .related-post-section .related-post {
  max-width: 1440px;
}

.blog-detail-content-wrapper .related-post-section .related-post .blog-wrap {
  /* padding: 16px; */
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.blog-detail-content-wrapper .related-post-section .related-post .blog-wrap .blog-title .ex-small-text {
  color: #05070D99;
}

.blog-detail-content-wrapper .related-post-section .related-post .blog-wrap .blog-title .heading5 {
  color: var(--black-color);
}

.blog-detail-content-wrapper .related-post-section .related-post .blog-wrap .blog-title .normal-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-detail-content-wrapper .related-post-section .related-post .blog-wrap .blog-title .readmore {
  color: var(--green-color);
  font-size: 16px;
}

.blog-detail-content-wrapper .related-post-section .section-header h2,
.blog-detail-content-wrapper .related-post-section .section-header h2 span {
  color: #000000;
}

/* blog detail page */

.casetudy-reviews h2 {
  font-weight: normal;
}

.casetudy-reviews h2 em {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.hubspot-certified .certified-content p a,
.hubspot-challenge .hubspot-challenge-box p a,
.hubspot-feature-listing .hubspot-features-box .desc a,
.testimonials-section p a,
section.company_three.section-benifits .benifits-wrapper .benifits-content-section .benifits-content p span a,
.hubspot-offer p a,
.hubSpot-accordion .accordion-item .accordion-body p a,
.hubspot-flexible-content .content p a,
.hubspot-banner-content p a,
.help-section .bg-light-yellow .content-inner .double-para p a,
.casestyudy-challenge-section .challenge-box-wrapper:nth-child(1) .challenge-box .challenge-content p a,
.solution-section .solution-content-wrapper.col-lg-12 .solution-content p a {
  color: var(--golden-color);
}

.drowning-section .box .head-h6 {
  color: var(--primary-color);
}

.form-fields .field.form-foot .letstak-btns input.wpcf7-submit {
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  background: var(--golden-color);
  border-radius: 6px;
  height: 48px;
}

.hubspot-banner .hubspot-banner-content .sub-head {
  background: var(--golden-color);
  padding: 10px 16px;
  display: inline-block;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
}

.huspost-banner-form .wpcf7-form input[type=submit] {
  width: 100%;
  background-color: var(--golden-color);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
}

.hubspot-banner .hubspot-review .review-wrap .star-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--golden-color);
  font-size: 20px;
}

.hubspot-challenge .hubspot-challenge-box .title:before {
  content: "";
  width: 32px;
  height: 4px;
  background: var(--golden-color);
  display: inline-block;
  position: absolute;
  right: calc(100% + 12px);
  top: 16px;
  border-radius: 4px;
}

.hubspot-feature-listing.dark-section {
  background: url('/wp-content/uploads/2024/09/benefits-bg-image.png') center no-repeat;
  background-size: cover;
  background-color: var(--bg-green);
}

.lead-form .submit-btn-wrap .wpcf7-submit {
  background-color: var(--golden-color);
  border-radius: 8px;
  padding-inline: 40px;
  position: relative;
}

.hubspot-challenge h2 {
  margin-bottom: 0;
}

.tbl-content-sec .content-list li a:hover,
.tbl-content-sec .content-list li a:focus {
  color: var(--golden-color);
}

.blog-detail-content-wrapper .related-post-section .related-post .blog-wrap .blog-thumbnail a img {
  width: 100%;
}

footer .contact-wrapper .top-title {
  font-size: 12px !important;
  font-family: 'Inter';
}

.hero-wrapper .main-heading .primary-btn-cta,
.main-inner-banner .inner-banner-content .primary-btn-cta {
  margin-top: 52px;
}


.solution-section .solution-content-wrapper .solution-content .heading2 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.solution-content {
  background-color: #848480;
}

.partner-logo img {
  width: 200px;
}

.logo-img img {
  filter: grayscale(100%);
  width: 200px;
}

.about-help-section .help-image-section .help-image img {
  min-height: 744px;
  object-fit: cover;
}



@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  /* .main-head {
    font-size: 40px;
  } */
}

@media (max-width: 1400px) {
  .image-slider {
    max-width: 500px;
  }

  .main-inner-banner .inner-side-image {
    width: 50%;
  }

  .hubspot-agency-services .our-benefits li::before {
    min-height: 250px;
  }

  footer .footer-wrapper {
    width: 100%;
    padding-inline: 20px;
  }

  .contact-wrapper {
    width: 100%;
    padding: 40px;
  }

  .serviceWrapper {
    padding: 0 20px;
  }
}

@media (max-width:1199px) {

  .hero-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
  }

  .image-slider {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    right: 0;
    max-width: 100%;
  }

  .image-slider {
    display: none !important;
  }

  .image-slider .slider-inner:last-child {
    display: none;
  }

  .slider-inner {
    flex-direction: row !important;
    overflow: visible;
  }

  .slider-inner img {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
    aspect-ratio: 1;
  }

  .logo-img img {
    filter: grayscale(100%);
    width: 150px;
  }

}

@media (max-width: 1280px) {

  .hero {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
    padding-inline: 0 !important;
    min-height: auto;
  }

  .hero .main-heading {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hero p {
    max-width: 600px;
    font-size: 16px;
  }

  .hero .image-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    margin-top: 60px;
    gap: 20px;
  }

  /* Only 2 slider rows */
  .hero .image-grid .slider:nth-child(3) {
    display: none;
  }

  .hero .image-grid .slider {
    width: 100%;
    overflow: hidden;
  }

  /* Make sliders scroll horizontally */
  .hero .image-grid .slider .slide-track {
    flex-direction: row;
    animation: scrollX 25s linear infinite;
  }

  .hero .image-grid .center .slide-track {
    animation-direction: reverse;
  }

  .contact-form-section {
    padding-top: 128px;
  }

  /* Define horizontal infinite animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .hero .image-grid .slider .slide {
    flex: 0 0 auto;
    width: auto !important;
  }

  .hero .image-grid .slider .slide img {
    height: 200px !important;
    width: auto !important;
  }
}

@media (max-width: 1260px) {
  /* .service-card {
    width: 100%;
    min-height: 320px;
  } */


  /* .heading5 {
    font-size: 18px;
  } */

  .heading4 {
    border-left: none;
  }

  .medium-text {
    font-size: 20px;
  }

  .reason-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* .section-header h3,
  .section-header h2 {
    text-align: center;
  } */

  .reasons-section .container .row {
    flex-direction: column;
  }

  .reasons-section .col-md-6 {
    width: 100%;
    margin-bottom: 40px;
  }


  .reasons-list {
    margin-left: 0;
  }

  .reasons-list::before {
    display: none;
  }

  .reasons-list li {
    padding-left: 60px;
  }

  .reasons-list li .icon-placeholder {
    left: 0;
  }

  .success-stories .succesSlider-wrapper {
    padding-inline: 28px;
  }

}

@media (min-width:991px) {
  .head-h1 {
    font-size: 62px;
    line-height: 100%;
  }
}

@media (max-width: 992px) {

  .pb-96 {
    padding-block: 48px;
  }

  .bg-light-yellow .content-inner {
    max-width: 100%;
    padding: 96px 48px;
  }

  .content-inner {
    max-width: 100%;
    padding: 2rem 1.5rem !important;
  }

  .pt-130 {
    padding-top: 128px;
  }

  section.main-inner-banner.bg-green.pt-130 {
    padding-top: 128px;
}

  .main-inner-banner .inner-side-image {
    display: none;
  }

  .main-inner-banner .inquiry-form-warpper {
    background-image: url(https://mpirestg.wpenginepowered.com/wp-content/uploads/2025/11/image-14.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  .main-inner-banner .inquiry-form {
    padding: 24px;
    position: static;
  }

  .main-inner-banner .inquiry-form textarea {
    min-height: 170px;
  }

  footer .cta-section .container {
    flex-direction: column !important;
    align-items: center;
    text-align: center !important;
  }

  footer .footer-wrapper .cta-section .container {
    border-bottom: none;
  }

  footer .footer-left {
    max-width: 100%;
  }

  footer .cta-section p {
    font-size: 16px;
    margin-bottom: 0;
  }

  footer .btn-consult {
    margin: 0 auto;
  }

  footer .footer-wrapper .footer-logo,
  footer .footer-wrapper .right-footer {
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  /* footer .footer-wrapper .right-footer {
    margin-top: 40px;
  } */

  footer .footer-links a {
    display: inline-block;
    margin: 5px 10px;
    font-size: 15px;
  }

  footer .social-icons {
    text-align: center !important;
  }

  footer .social-icons a {
    margin: 0 8px;
  }

  .copyright {
    text-align: center;
    margin-top: 20px;
  }

  .contact-wrapper {
    padding: 36px 24px;
    /* text-align: center; */
  }

  .contact-wrapper h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .contact-wrapper h3 {
    font-size: 12px;
  }

  .contact-wrapper .row {
    justify-content: center;
  }

  .contact-wrapper .btn-outline-custom {
    margin: 10px auto 0;
  }

  .main-inner-banner .inner-banner-content .review-icons {
    margin-bottom: 48px;
  }

  .small-text {
    font-size: 18px;
    line-height: 28px;
  }

  .expertiseSection {
    padding: 60px 0;
  }

  .expertiseSection .expertise-title {
    margin-bottom: 40px;
  }

  /* .expertiseSection .expertise-title p {
    margin: 0 auto;
  } */

  .expertiseSection .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertiseSection .industries-section .expertise-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertiseSection .tech-item h6 {
    font-size: 18px;
  }

  .expertiseSection .tech-grid .tech-item {
    border: none;
  }

  .expertiseSection .tech-grid .tech-item:nth-child(1),
  .expertiseSection .tech-grid .tech-item:nth-child(3),
  .expertiseSection .tech-grid .tech-item:nth-child(5) {
    border-right: 1px solid #0019191A;
  }

  .expertiseSection .tech-grid .tech-item:nth-child(1),
  .expertiseSection .tech-grid .tech-item:nth-child(2),
  .expertiseSection .tech-grid .tech-item:nth-child(3),
  .expertiseSection .tech-grid .tech-item:nth-child(4) {
    border-bottom: 1px solid #0019191A;
  }

  .service-card,
  .service-card.image-card {
    aspect-ratio: 1;
    width: 100%;
  }

  .logos-slider .slick-dots {
  display: none !important;
}

  .hubspot-agency-services .our-benefits li::before {
    min-height: 205px;
  }

  .casestudy-filter-section {
    padding-block: 34px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper {
    display: block;
    margin-bottom: 24px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .filter-title {
    margin-bottom: 10px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .casestudy-filter-mobile .navbar-toggler {
    padding: 4px 12px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #00000026;
    border-radius: 6px;
    transition: box-shadow 0.15s ease-in-out;
    margin-bottom: 12px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .casestudy-filter-mobile {
    margin-bottom: 48px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown {
    width: 100%;
    margin-bottom: 12px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown:last-child {
    margin-bottom: 0;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .casestudy-filter-mobile .navbar-collapse {
    /* border: 1px solid #00000026; */
    padding-block: 20px;
    border-radius: 12px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  }

  .casestudy-filter-section .casestudy-filter-wrapper .casestudy-filter-mobile .navbar-toggler .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%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .casestudy-filter-btn {
    width: 100%;
    justify-content: space-between;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin-top: 20px !important;
  }

  .solution-section .solution-side-image {
    padding-block: 60px;
    padding-left: 16px;
  }

  .solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(odd) .solution-box {
    padding-left: 24px;
  }

  .solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(odd) {
    border-right: 0px;
  }

  .solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(9),
  .solution-section .solution-content-wrapper .solution-content .solution-box-wrapper:nth-child(10) {
    border-bottom: 1px solid #0019191A;
  }

  .solution-section .solution-content-wrapper .solution-content {
    max-width: 100%;
    margin-inline: 16px;
  }

  .region.region-header .logo-wrapper {
    display: none;
  }

  .region.region-header .secondary-btn-cta {
    border: 1px solid #fff;
    color: #fff;
    width: inherit;
    height: fit-content;
    margin-top: 15px;
    display: block;
  }

  .about-hubspot .about-hubspot-img {
    padding-block: 75px;
  }

}

@media (min-width:768px) {
  .head-h1 {
    font-size: 48px;
    line-height: 100%;
  }
}

@media (max-width: 768px) {


  .main-inner-banner {
    min-height: auto;
    padding-bottom: 48px;
    padding-top: 128px !important;
  }

  .hero-wrapper {
    padding-bottom: 0;
  }

  /* header.main-header {
    background: #003332 !important;
  } */


  .review-slider-section .section-header {
    padding-top: 48px;
  }

  .main-inner-banner,
  .features-section,
  .n8n-integration,
  .success-stories,
  .pb-96 {
    padding-block: 48px;
  }

  /* .heading2 {
    font-size: 28px;
  } */

  .help-section .help-image-section {
    height: 100%;
  }

  .heading4 {
    font-size: 24px;
    line-height: normal;
  }

  .secondary-btn-cta,
  .primary-btn-cta {
    font-size: 16px;
    padding: 12px 22px;
  }

  .main-head {
    font-size: 44px;
  }

  .hero-wrapper .main-heading p {
    font-size: 16px;
  }

  .about-hubspot .about-counter {
    padding-inline: 16px;
    height: 100%;
  }

  .about-hubspot .about-counter .counter-wrapper {
    font-size: 24px;
  }

  .about-hubspot .about-counter .counter-details {
    font-size: 12px;
    /* margin-bottom: 0; */
  }

  .about-hubspot h2,
  .about-help-section .content-inner h2,
  .about-partners h2,
  .hubspot-partner-section h2,
  .bg-light-yellow .content-inner h2,
  .expertiseSection .expertise-title h2,
  .blog-detail-banner h1,
  .why-different-section h2,
  .section-header h2 {
    font-size: 44px;
  }

  .hubspot-partner-section .heading2 {
    font-size: 44px;
    text-align: left !important;
  }

  .features-section .feature-box,
  .hubspot-help-section .content-inner .hubspot-benefits:nth-child(1),
  .hubspot-help-section .content-inner .hubspot-benefits:nth-child(2),
  .hubspot-help-section .content-inner .hubspot-benefits:nth-child(3) {
    border: none;
  }



  .conversion-area .conversation-block .small-text {
    font-size: 14px;
  }

  .conversion-area .conversation-block h2 {
    font-size: 24px;
  }

  .conversion-area .conversation-block .heading5 {
    font-size: 14px;

  }

  footer .btn-consult {
    font-size: 15px;
    padding: 10px 20px;
  }

  footer .footer-logo img {
    height: 40px;
  }

  footer .footer-links a {
    font-size: 14px;
  }

  .copyright {
    font-size: 13px;
  }

  .about-hubspot .col-lg-6 .small-text {
    font-size: 16px;
  }

  .contact-wrapper {
    padding: 32px 20px;
  }

  .contact-wrapper .row {
    flex-direction: column;
    /* align-items: center; */
  }

  .contact-wrapper .contact-box {
    width: 100%;
    max-width: 400px;
    margin-bottom: 45px;
  }

  .contact-wrapper .contact-box:last-child {
    margin-bottom: 0;
  }

  .contact-wrapper h2 {
    font-size: 32px;
    line-height: 120%;
  }

  .counter-section .counter-box .counter-wrapper {
    font-size: 24px;
  }

  .counter-section .counter-details {
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
  }

  .expertiseSection .expertise-title p.small-text {
    font-size: 16px;
  }

  .our-services .reasons-section .col-md-6 {
    width: 100%;
    margin-bottom: 32px;
  }

  .reasons-section .our-benefits {
    padding-left: 0;
  }

  .counter-section,
  .counter-section .counter-box {
    /* border: none; */
  }

  .experienceSlider .slider-item .testimonial-card {
    max-width: 100%;
    padding: 24px;
  }

  .form-field-section .row .wgl_col-6:nth-child(2n) {
    margin: 0;
  }

  .contact-overlay {
    flex-direction: column;
    text-align: center;
  }

  .success-slider .success-slide {
    min-height: 390px;
  }

  .client-box-wrapper:nth-child(1),
  .client-box-wrapper:nth-child(3) {
    border-right: 0px;
  }

  .client-box-wrapper {
    border-bottom: 1px solid #FFFFFF1A;
  }

  .client-box-wrapper:nth-child(2) .client-box,
  .client-box-wrapper:nth-child(4) .client-box {
    padding-left: 0px;
  }

  .hubspot-agency-services .our-benefits {
    gap: 16px;
    padding-left: 0;
  }

  .casestyudy-challenge-section .challenge-box-wrapper:nth-child(1) {
    margin-bottom: 1.5rem;
  }

  .casestudy-video-section .video-wrapper {
    min-height: 300px;
  }

  .blog-section .blog-thumbnail a img {
    width: 100%;
  }

  .blog-detail-content-wrapper .blog-detail-right-col {
    margin-top: 48px;
  }

  .hero-wrapper .main-heading h1 {
    font-size: 44px;
  }

  .bg-light-yellow .content-inner {
    padding: 48px 24px !important;
  }

  /* footer .footer-wrapper .footer-left h2 {
    font-size: 36px;
    font-weight: 400;
  } */

  footer .cta-section {
    padding: 34px 0px;
  }

  footer .cta-section .container {
    text-align: left !important;
  }

  .ai-unset-mobile {
    align-items: stretch !important;
  }

  footer .cta-section a {
    text-align: center;
  }


  .reasons-section .col-md-6 {
    margin-bottom: 0;
  }

  footer .footer-wrapper .footer-left {
    max-width: 100%;
  }

  footer .cta-section a {
    width: 100%;
    padding-block: 16px;
  }

  .why-different-section .diff-card {
    flex-direction: column;
    padding: 24px;
  }

  .hubspot-agency-services .our-benefits .reason-title,
  .diff-card h5 {
    font-size: 28px;
  }

  .blog-detail-content-wrapper .blog-detail-left-col .side-bar-wrapper .tbl-content-sec .blog-detail-connect {
    padding: 30px;
  }

  .blog-detail-content-wrapper .blog-detail-right-col .blog-detail-article .blog-detail-content .conclusion {
    padding: 28px;
  }

  footer .contact-wrapper .contact-box .secondary-btn-cta {
    width: auto;
    padding: 12px 24px;
  }

  .casestudy-filter-section .casestudy-filter-wrapper .filter-dropdown .dropdown-menu {
    min-width: 100%;
  }

}

@media (max-width: 576px) {
  .expertiseSection {
    padding: 40px 0;
  }

  .service-card.image-card {
    min-height: 428px;
  }

  .services-section .section-header {
    margin-bottom: 32px;
  }

  .success-stories .section-header {
    flex-direction: column;
  }

  .primary-btn-cta,
  .secondary-btn-cta,
  .hubspot-agency-services .secondary-btn-cta {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  /* .contact-form-section {
    padding-top: 48px;
  } */

  .form-wrapper h3 {
    font-size: 32px;
  }

  .form-wrapper p {
    font-size: 16px;
  }

  .form-wrapper {
    padding: 24px;
  }

  .help-image {
    min-height: 240px;
  }

  .about-help-section .help-image {
    min-height: 250px;
  }

  .expertiseSection .industries-section .expertise-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .expertiseSection .industries-section .industry-card {
    padding: 30px 15px;
    min-height: unset;
    font-size: 18px;
  }

  /* .expertiseSection .industries-section .row {
    row-gap: 20px;
  } */

  .industries-section .col-6 {
    max-width: 100%;
  }

  .our-services {
    padding: 48px 0;
  }

  .service-card {
    max-height: 273px;
  }

  .serviceCard-wrapper .service-card .service-card-content h5 {
    font-size: 24px;
    line-height: 150%;
  }

  .service-card .service-card-content-wrapper .service-card-cta .secondary-btn-cta {
    width: auto;
  }

  .success-slider .success-slide .slide-text {
    height: clamp(175px, 22vw, 220px);
  }

  .reasons-section {
    padding: 60px 0 0 0 !important;
  }

  .reasons-list li {
    padding-left: 55px;
  }

  .icon-placeholder {
    width: 40px;
    height: 40px;
  }

  .counter-section {
    border-bottom: none;
  }

  .counter-section .counter-box {
    border-bottom: 1px solid #0019190D;
    /* height: -webkit-fill-available; */
  }

  .reasons-section .our-benefits li::before {
    min-height: 175px;
  }

  .why-different-section .bg-puzzle {
    min-height: 480px;
    background-position: bottom;
    background-size: contain;
  }

  .why-different-section .bg-white {
    min-height: 480px;
  }

  .casestudy-filter-section .casestudy-filter-box {
    min-height: 389px;
  }

  .slick-dots {
    left: 41%;
    gap: 0;
    top: 103%;
  }

  .experienceSlider-wrapper .experienceSlider .slick-prev {
    /* transform: translateX(-214px) translateY(20%); */
    left: 8%;
    top: 100%;
  }

  .experienceSlider-wrapper .experienceSlider .slick-next {
    /* transform: translateX(24px) translateY(20%); */
    right: 8%;
    top: 100%;
  }

  .footer-wrapper .footer-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }

}

@media only screen and (max-width: 465px) {
  .hero .main-heading {
    padding-inline: 27px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 12px;
    margin-block: 0;
  }

  .review-icons {
    margin-top: 32px;
  }

  .review-text {
    margin-top: 8px;
    font-size: 0.7rem;
    color: #cfd8d6;
  }

  .blog-detail-content-wrapper .related-post-section .section-header h2 {
    font-size: 32px;
  }

  .related-post-section .section-header {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 425px) {

  /* .heading2 {
    font-size: 32px;
    line-height: 100%;
  } */

  .hubspot-agency-services .our-benefits li::before {
    min-height: 235px;
  }

  .form-field-section .form-submit-btn {
    padding-left: 55px;
  }

  .contact-image-wrapper .contact-overlay {
    /* height: 100%; */
    text-align: start
  }

  .success-stories .section-header {
    flex-direction: column;
    gap: 16px;
  }

  .hubspot-agency-services .our-benefits .reason-title {
    font-size: 24px;
  }

  .blog-section .blog-feature-img {
    padding: 38px 28px;
    min-height: 390px;
  }

  .blog-section .blog-feature-img .blog-feature-content h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .about-hubspot .about-hubspot-img {
    min-height: 300px;
  }

  .about-hubspot .about-hubspot-img img {
    width: 220px;
  }

  .about-partners .row img {
    width: 140px;
  }

  .n8n-reviews {
    padding-top: 48px;
  }

  .n8n-reviews .slick-list {
    padding-top: 0;
  }

  .why-different-section {
    margin-top: 0 !important;
  }

  .why-different-section .heading2 {
    padding-bottom: 24px;
  }

  /* .slick-dots {
    left: 41%;
    gap: 0;
    top: 100%;
  }

  .experienceSlider-wrapper .experienceSlider .slick-prev {
    transform: translateX(-214px) translateY(20%);
    top: 100%;
  }

  .experienceSlider-wrapper .experienceSlider .slick-next {
    transform: translateX(24px) translateY(20%);
    right: 18%;
    top: 100%;
  } */

  .blog-section .blog-feature-img .blog-feature-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .blog-section .blog-feature-img {
    justify-content: center;
  }

  .contact-image-wrapper .contact-overlay .contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-btn-cta,
  .secondary-btn-cta,
  .hubspot-agency-services .secondary-btn-cta {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .main-inner-banner,
  .features-section {
    padding-block: 48px;
  }

  .consultancy-form .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .consultancy-form form input[type="submit"] {
    width: 100%;
  }

  .features-section .feature-box {
    border-bottom: 1px solid #0019191A !important;
  }

  .n8n-integration .feature-item .medium-text {
    font-size: 24px;
  }

  .help-section .bg-light-yellow .content-inner .heading5 {
    font-size: 20px;
  }

  footer .contact-wrapper {
    padding: 24px !important;
    text-align: left;
  }

  footer .contact-wrapper .contact-box {
    text-align: left;
  }

  footer .footer-wrapper .right-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  footer .social-icons {
    display: block;
  }




}

.footer-wrapper .cta-section a.primary-btn-cta:focus {
  color: #000;
}

img.certified_icon {
  width: 24px;
}

/* start my styling */

@media (max-width: 767px) {

    header.main-header {
        position: absolute !important;
    }

}
@media (max-width: 1350px) {

    .slug-contact-us .region-header button.menu-toggle,.slug-contact-us .region-header button.menu-toggle:after,.slug-contact-us .region-header button.menu-toggle:before,
    .slug-blog .region-header button.menu-toggle,.slug-blog .region-header button.menu-toggle:after,.slug-blog .region-header button.menu-toggle:before,
    .single-post .region-header button.menu-toggle,.single-post .region-header button.menu-toggle:after,.single-post .region-header button.menu-toggle:before
    {
        background: #05070D;
    }
    .slug-contact-us .region.region-header .secondary-btn-cta,
    .slug-blog .region.region-header .secondary-btn-cta,
    .single-post .region.region-header .secondary-btn-cta
    {
        border: 1px solid #05070D;
        color: #05070D;
    }

}
@media (max-width: 560px) {
    body section.post_infoblock.heading_spacing {
        padding-top: 95px;
    }
    #server
    {
        padding-top: 100px;
    }
    body section.consult-form.content_contactform .contactleft_col .leftside_content h6.email-info a
    {
      font-size: 14px;
    }
    .review-icons .me-5
    {
       margin-right: 1rem ! IMPORTANT;
    }
    .review-text {
        margin-top: 0;
    }
    .related-projects-section .secondary-btn-cta
    {
       display: none;
    }
    .related-projects-section .related-box .related-content
    {
      height: auto;
    }
}
/* end my styling */