/* TackTechs custom overrides */
/***********************************************************************/
/* Hero section custom modifications */
@media (min-width: 767px) {
	main div.header h1.text-u {
		font-size: 60px !important;
	}

	main div.header h1.text-u:first-of-type {
		margin-bottom: 15px;
	}

	main div.header p {
		max-width: 90% !important;
	}		
}

@media (max-width: 767px) {
	main div.header h1.text-u {
		font-size: 28px !important;
	}

	main div.header h1.text-u:first-of-type {
		margin-bottom: 5px !important;
	}

	main div.header h1.text-u:nth-of-type(2) {
		line-height: 35px !important;
		margin-bottom: 10px !important;
	}
}

main div.header div.full-img.bg-img::after {
  	background: radial-gradient(circle, #0a3c86 0%, transparent 66%) !important;
}

main section.services-crev div.sm-marg {
 	gap: 10px 0;
}

/***********************************************************************/
/* About Us Section Modifications */
@media (min-width: 767px) {
	main section.intro-skill h2 {
		font-size: 38px;
	}
}
/***********************************************************************/
/*About Page*/
section.numbers-crev::after {
	background: radial-gradient(circle, rgb(10, 60, 134) 0%, transparent 66%) !important
}
/***********************************************************************/
/*Portfolio Page*/
section.work-grid div.tacktechs-category-filter {
	justify-content: flex-start !important;
}

/***********************************************************************/
/* Footer */
footer.clean-footer.crev:after {
	/*background: linear-gradient(to top, rgb(10, 60, 134) 0%, transparent) !important;*/
}

footer ul.footer-services-list {
  margin-bottom: 20px !important
}
/***********************************************************************/


:root {
  --tacktechs-blue: #0A3C86;
  --tacktechs-cyan: #00C2EE;
  --tacktechs-yellow: #FFF65E;
  --tacktechs-black: #000000;
}

.main-color,
.navbar .navbar-nav .nav-link:hover,
.navbar .dropdown-menu .dropdown-item:hover,
.clean-footer a:hover,
.clean-footer .underline.main-color,
.clean-footer .main-color,
.crev-header .caption p a,
.crev-header .caption .main-color {
  color: var(--tacktechs-cyan) !important;
}

.main-colorbg,
.butn.butn-bg.main-colorbg,
.butn.butn-bg,
.circle-button .icon,
.progress-wrap svg.progress-circle path {
  background-color: var(--tacktechs-blue) !important;
  border-color: var(--tacktechs-blue) !important;
  color: #fff !important;
}

.butn.butn-bg.main-colorbg:hover,
.butn.butn-bg:hover,
.navbar .contact-button .butn:hover,
.clean-footer .subscribe-minimal button:hover {
  background-color: var(--tacktechs-cyan) !important;
  border-color: var(--tacktechs-cyan) !important;
  color: var(--tacktechs-black) !important;
}

.navbar .logo {
  width: clamp(112px, 10vw, 142px) !important;
  height: auto !important;
}

.navbar .logo img,
.clean-footer .logo img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.clean-footer .logo {
  width: clamp(150px, 14vw, 210px) !important;
  height: auto !important;
}

.clean-footer .footer-description {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.clean-footer .footer-get-started {
  display: inline-flex;
  align-items: center;
}

.clean-footer .footer-get-started:hover,
.clean-footer .footer-get-started:focus {
  background-color: var(--tacktechs-blue) !important;
  border-color: var(--tacktechs-blue) !important;
  color: #fff !important;
}

.clean-footer .footer-contact-cta {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.clean-footer .footer-contact-cta:hover {
  color: var(--tacktechs-cyan) !important;
}

.clean-footer .social-icon {
  gap: 10px;
}

.clean-footer .social-icon li {
  margin-right: 0 !important;
}

.clean-footer .footer-services-list {
  margin-bottom: 20px;
}

.clean-footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.clean-footer .footer-copyright-left,
.clean-footer .footer-copyright-product {
  margin: 0;
}

.clean-footer .footer-copyright-product {
  text-align: left;
}

.clean-footer .footer-copyright a {
  color: var(--tacktechs-cyan);
}

@media (max-width: 767px) {
  .clean-footer .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .clean-footer .footer-copyright-product {
    text-align: right;
  }
}

.crev-header .caption h1 {
  font-size: clamp(42px, 7vw, 112px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
}

.crev-header .tacktechs-hero-copy {
  margin-top: 30px;
}

.crev-header .tacktechs-hero-copy p {
  max-width: 860px;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.55;
}

@media (max-width: 991px) {
  .navbar .logo {
    width: clamp(104px, 28vw, 132px) !important;
  }

  .clean-footer .logo {
    width: clamp(140px, 38vw, 190px) !important;
  }

  .crev-header .caption h1 {
    font-size: clamp(34px, 10vw, 68px) !important;
    line-height: 1 !important;
  }
}

@media (max-width: 480px) {
  .crev-header .caption h1 {
    font-size: clamp(30px, 12vw, 46px) !important;
  }

  .crev-header .tacktechs-hero-copy p {
    font-size: 15px;
  }
}

.services-crev .item-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-crev .tacktechs-service-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #00C2EE;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.services-crev .tacktechs-service-cta span {
  transition: transform 0.2s ease;
}

.services-crev .item-box:hover .tacktechs-service-cta span {
  transform: translateX(-4px);
}

.team-crev .tacktechs-team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.team-crev .tacktechs-team-col {
  min-width: 0;
}

.team-crev .tacktechs-team-grid .item {
  height: 100%;
}

@media (max-width: 1199px) {
  .team-crev .tacktechs-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .team-crev .tacktechs-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .team-crev .tacktechs-team-grid {
    grid-template-columns: 1fr;
  }
}

/* Team social hover brand color */
.team-crev .social .links a:hover,
.team-crev2 .item .img .social .links a:hover {
  background: #0A3C86 !important;
  border-color: #0A3C86 !important;
  color: #fff;
}

.team-crev .sec-head .vi-more:hover .icon,
.team-crev .sec-head .vi-more:hover .butn {
  background: #0A3C86 !important;
  border-color: #0A3C86 !important;
  color: #fff !important;
}

.team-crev .sec-head .vi-more:hover .butn span {
  color: #fff !important;
}

.team-crev2 .sec-head .vi-more:hover .icon {
  background: #0A3C86 !important;
  border-color: #0A3C86 !important;
  color: #fff;
}

/* About Featured Services hover brand color */
.services-inline2 .sec-head .vi-more:hover .icon,
.services-inline2 .item .img a {
  background: #0A3C86 !important;
  border-color: #0A3C86 !important;
  color: #fff;
}

/* Services page intro pill brand dot */
.page-services-modern .title-bord::after {
  background: #0A3C86 !important;
}

/* Services page card layout and branding */
.page-services-modern .tacktechs-services-page-container {
  width: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
}

.page-services-modern .tacktechs-services-page-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.page-services-modern .tacktechs-services-page-cards .item,
.page-services-modern .tacktechs-services-page-cards .item.active {
  width: auto !important;
  min-height: 430px;
  height: auto;
  margin: 0;
  padding: 32px 24px;
  position: relative;
  justify-content: flex-start;
  gap: 28px;
}

.page-services-modern .tacktechs-service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.page-services-modern .tacktechs-service-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding-left: 48px;
}

.page-services-modern .tacktechs-service-title-wrap .icon-img-60 {
  flex: 0 0 auto;
}

.page-services-modern .tacktechs-service-title-wrap .sub-title {
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1.35;
  letter-spacing: 1px;
}

.page-services-modern .tacktechs-service-card-num {
  position: absolute;
  top: 28px;
  left: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.page-services-modern .tacktechs-service-card-desc {
  margin-top: 12px;
}

.page-services-modern .tacktechs-service-card-desc p,
.page-services-modern .item.active .tacktechs-service-card-desc p {
  opacity: 1;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  transform: none;
  text-indent: 0;
  font-size: 15px;
  line-height: 1.65;
}

.page-services-modern .tacktechs-service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.page-services-modern .tacktechs-service-card-cta span {
  transition: transform 0.2s ease;
}

.page-services-modern .item:hover .tacktechs-service-card-cta,
.page-services-modern .item.active .tacktechs-service-card-cta {
  color: #0A3C86;
}

.page-services-modern .item:hover .tacktechs-service-card-cta span,
.page-services-modern .item.active .tacktechs-service-card-cta span {
  transform: translateX(-4px);
}

.page-services-modern .item:hover,
.page-services-modern .item.active {
  border-color: rgba(10, 60, 134, 0.75);
}

@media (max-width: 1399px) {
  .page-services-modern .tacktechs-services-page-cards {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .page-services-modern .tacktechs-services-page-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .page-services-modern .tacktechs-services-page-cards {
    grid-template-columns: 1fr;
  }

  .page-services-modern .tacktechs-services-page-cards .item,
  .page-services-modern .tacktechs-services-page-cards .item.active {
    min-height: 0;
  }
}

/* TackTechs Portfolio Grid */
.tacktechs-portfolio-grid .filtering span.active {
  color: #0A3C86 !important;
}

.tacktechs-portfolio-grid .filtering span::after {
  border-color: #0A3C86 !important;
}

.tacktechs-portfolio-grid .filtering > div {
  width: 100%;
}

.tacktechs-portfolio-grid .tacktechs-category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  row-gap: 16px;
  column-gap: 56px;
  padding-top: 4px;
  padding-bottom: 6px;
}

.tacktechs-portfolio-grid .tacktechs-category-filter span {
  margin: 0 !important;
  white-space: nowrap;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-img img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.tacktechs-portfolio-grid .tacktechs-region-badges,
.tacktechs-portfolio-grid .tacktechs-category-badges {
  position: absolute;
  top: 14px;
  z-index: 2;
  display: flex;
}

.tacktechs-portfolio-grid .tacktechs-region-badges {
  left: 14px;
  justify-content: flex-end;
  max-width: 92px;
}

.tacktechs-portfolio-grid .tacktechs-category-badges {
  right: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  max-width: calc(100% - 122px);
}

.tacktechs-portfolio-grid .tacktechs-region-badge,
.tacktechs-portfolio-grid .tacktechs-category-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 194, 238, 0.55);
  color: #fff;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.tacktechs-portfolio-grid .tacktechs-region-badge {
  background: rgba(0, 0, 0, 0.72);
}

.tacktechs-portfolio-grid .tacktechs-category-badge {
  width: fit-content;
  max-width: 100%;
  background: rgba(10, 60, 134, 0.9);
  white-space: normal;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-copy {
  min-width: 0;
  padding-left: 16px;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-copy h6 {
  margin-bottom: 8px;
  line-height: 1.25;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-location {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-description {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-arrow a:hover {
  color: #0A3C86 !important;
}

@media (max-width: 991px) {
  .tacktechs-portfolio-grid .filtering {
    justify-content: flex-start !important;
    margin-top: 30px;
  }

  .tacktechs-portfolio-grid .tacktechs-category-filter {
    justify-content: flex-start;
    row-gap: 14px;
    column-gap: 44px;
  }
}

/* Our Portfolio card alignment */
.tacktechs-portfolio-grid .gallery {
  align-items: stretch;
}

.tacktechs-portfolio-grid .gallery > .items {
  display: flex;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-card {
  width: 100%;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-img {
  flex: 0 0 auto;
  aspect-ratio: 1.25 / 1;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-img img {
  height: 100%;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-card .cont {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-copy {
  display: flex;
  min-height: 148px;
  flex: 1;
  flex-direction: column;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-copy h6 {
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-location {
  min-height: 18px;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-description {
  min-height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-arrow {
  flex: 0 0 auto;
}


@media (max-width: 575px) {
  .tacktechs-portfolio-grid .tacktechs-category-badges {
    max-width: calc(100% - 98px);
    gap: 7px;
  }

  .tacktechs-portfolio-grid .tacktechs-region-badges {
    max-width: 78px;
  }

  .tacktechs-portfolio-grid .tacktechs-region-badge,
  .tacktechs-portfolio-grid .tacktechs-category-badge {
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1.2;
  }

  .tacktechs-portfolio-grid .tacktechs-category-filter {
    row-gap: 12px;
    column-gap: 32px;
  }
}

@media (max-width: 575px) {
  .tacktechs-portfolio-grid .tacktechs-portfolio-card {
    height: auto;
  }
}


/* Dynamic Portfolio project detail pages */
.tacktechs-project-detail-header {
  background-size: cover;
  background-position: center;
  position: relative;
}

.tacktechs-project-detail-header::before,
.tacktechs-project-nav .box::before,
.tacktechs-project-nav .tacktechs-project-nav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 0;
}

.tacktechs-project-detail-header .container,
.tacktechs-project-nav .cont,
.tacktechs-project-nav .ml-auto {
  position: relative;
  z-index: 1;
}

.tacktechs-project-detail-content .tacktechs-project-meta-item h6,
.tacktechs-project-detail-content h4,
.tacktechs-project-nav a {
  overflow-wrap: anywhere;
}

.tacktechs-project-detail-content .tacktechs-project-meta-item h6 {
  line-height: 1.45;
}

.tacktechs-project-detail-content .tacktechs-project-description {
  max-width: 760px;
  line-height: 1.75;
}

.tacktechs-project-nav .box {
  background-size: cover;
  background-position: center;
  position: relative;
}


.tacktechs-project-nav .tacktechs-project-nav-card {
  display: flex;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.tacktechs-project-nav .tacktechs-project-nav-card:hover {
  color: inherit;
}

.tacktechs-project-nav .tacktechs-project-nav-title {
  transition: color 0.2s ease;
}

.tacktechs-project-nav .tacktechs-project-nav-card:hover .tacktechs-project-nav-title {
  color: #0A3C86 !important;
}

.tacktechs-project-nav .all-works-butn:hover {
  color: #0A3C86 !important;
}

@media (max-width: 767px) {
  .tacktechs-project-nav a {
    font-size: 28px !important;
    line-height: 1.2;
  }
}


/* Portfolio logo image treatment */
.tacktechs-portfolio-grid .tacktechs-portfolio-img {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}

.tacktechs-portfolio-grid .tacktechs-portfolio-img img {
  object-fit: contain;
  object-position: center;
}

.tacktechs-project-detail-header,
.tacktechs-project-nav .box {
  background-color: #111;
}

@media (max-width: 575px) {
  .tacktechs-portfolio-grid .tacktechs-portfolio-img {
    padding: 28px;
  }
}


/* Homepage Selected Works logo treatment */
.work-crev .item {
  gap: clamp(44px, 6vw, 96px);
}

.work-crev .item .cont {
  max-width: 620px;
  min-width: 0;
}

.work-crev .item .cont .tacktechs-work-desc,
.work-crev .item .cont .tacktechs-work-title {
  max-width: 100%;
  overflow-wrap: break-word;
}

.work-crev .item .img {
  width: clamp(320px, 34vw, 520px);
  height: clamp(260px, 28vw, 420px);
  flex: 0 0 clamp(320px, 34vw, 520px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  overflow: hidden;
}

.work-crev .item .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .work-crev .item {
    gap: clamp(28px, 5vw, 56px);
  }

  .work-crev .item .img {
    width: clamp(280px, 44vw, 430px);
    height: clamp(230px, 36vw, 340px);
    flex-basis: clamp(280px, 44vw, 430px);
  }
}

@media (max-width: 767px) {
  .work-crev .item {
    gap: 28px;
  }

  .work-crev .out-right {
    -webkit-clip-path: inset(-100vw 0 -100vw 0);
    clip-path: inset(-100vw 0 -100vw 0);
  }

  .work-crev .swiper-container {
    overflow: hidden;
  }

  .work-crev .item .cont {
    width: 100%;
  }

  .work-crev .item .cont .tacktechs-work-title {
    white-space: normal !important;
    font-size: clamp(32px, 11vw, 44px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .work-crev .item .cont .tacktechs-work-desc {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.45;
  }

  .work-crev .item .img {
    width: min(100%, 360px);
    height: 280px;
    flex-basis: min(100%, 360px);
    padding: 30px;
  }
}

.tacktechs-honeypot {
  position: absolute !important;
  right: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tacktechs-form-status {
  font-size: 14px;
  line-height: 1.5;
}

.tacktechs-form-status.success {
  color: var(--tacktechs-cyan);
}

.tacktechs-form-status.error {
  color: #ff8a8a;
}

.form2 button:disabled,
.comments-from button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

main section.services-crev .sec-bottom .main-bg {
  flex-wrap: wrap;
  gap: 16px 24px;
}

main section.services-crev .sec-bottom .tacktechs-selected-works-intro {
  max-width: min(100%, 520px);
  white-space: normal;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  main section.services-crev .sec-bottom {
    margin-top: 60px !important;
  }

  main section.services-crev .sec-bottom .main-bg {
    justify-content: center;
    text-align: center;
    width: fit-content;
    max-width: calc(100vw - 30px);
    margin-right: auto;
    margin-left: auto;
    padding: 12px 16px;
    box-sizing: border-box;
  }

  main section.services-crev .sec-bottom .main-bg .butn {
    margin-right: 0 !important;
  }

  main section.services-crev .sec-bottom .tacktechs-selected-works-intro {
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 767px) {
  .cursor {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .hover-this .hover-anim {
    transform: none !important;
  }
}

/* Client logo slider sourced from TackTechs portfolio data */
.clients-carso.in-circle .tacktechs-client-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.clients-carso.in-circle .tacktechs-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68% !important;
  height: 68%;
}

.clients-carso.in-circle .tacktechs-client-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .clients-carso.in-circle .tacktechs-client-logo-item {
    width: clamp(132px, 38vw, 156px);
    height: clamp(132px, 38vw, 156px);
    line-height: clamp(132px, 38vw, 156px);
    margin-right: auto;
    margin-left: auto;
  }

  .clients-carso.in-circle .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .clients-carso.in-circle .sec-head,
  .clients-carso.in-circle .sec-bottom {
    text-align: center;
  }

  .clients-carso.in-circle .sec-bottom {
    margin-top: 55px !important;
  }

  .clients-carso.in-circle .sec-bottom .main-bg {
    justify-content: center;
    width: 100%;
    padding: 0 12px;
  }

  .clients-carso.in-circle .sec-bottom h6 {
    max-width: 260px;
    line-height: 1.55;
    overflow-wrap: normal;
  }
}

/* Dynamic TackTechs service detail pages */
.tacktechs-service-detail .tacktechs-service-detail-hero h1 {
  line-height: 1.05;
}

.tacktechs-service-detail .tacktechs-service-detail-intro h3 {
  line-height: 1.18;
}

.tacktechs-service-detail .tacktechs-service-detail-intro .dot-list li {
  line-height: 1.55;
}

.tacktechs-service-detail .tacktechs-service-detail-stats h3 {
  color: #fff;
}

.tacktechs-service-detail .tacktechs-service-approach .vi-more .icon,
.tacktechs-service-detail .tacktechs-service-approach .vi-more:hover .icon,
.tacktechs-service-detail .tacktechs-service-approach .vi-more:hover .butn {
  background: #0A3C86 !important;
  border-color: #0A3C86 !important;
  color: #fff !important;
}

.tacktechs-service-detail .tacktechs-service-approach .item-box {
  height: 100%;
}

.tacktechs-service-detail .tacktechs-service-approach .item-box p {
  line-height: 1.65;
}

.page-services-modern .tacktechs-service-card-cta {
  text-decoration: none;
}

@media (max-width: 991px) {
  .tacktechs-service-detail .tacktechs-service-detail-hero h1 {
    font-size: clamp(36px, 8vw, 62px) !important;
  }

  .tacktechs-service-detail .tacktechs-service-approach-head {
    align-items: flex-start !important;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .tacktechs-service-detail .tacktechs-service-approach-head {
    display: block !important;
  }

  .tacktechs-service-detail .tacktechs-service-approach-head .vi-more {
    margin-top: 24px;
  }
}

/* Task 2 service detail related projects and request form */
.tacktechs-service-detail .tacktechs-service-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tacktechs-service-detail .tacktechs-service-stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tacktechs-service-related .tacktechs-service-related-img {
  min-height: 250px;
}

.tacktechs-service-related .tacktechs-portfolio-card {
  height: calc(100% - 50px);
}

.tacktechs-service-related .tacktechs-service-related-empty {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.tacktechs-service-request .tacktechs-service-request-sidebar p,
.tacktechs-service-request .tacktechs-service-request-note,
.tacktechs-service-request .tacktechs-service-request-list {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.tacktechs-service-request .tacktechs-service-request-list li {
  margin-bottom: 8px;
}

.tacktechs-service-request .form2 input,
.tacktechs-service-request .form2 select,
.tacktechs-service-request .form2 textarea {
  color: #fff;
}

.tacktechs-service-request .form2 input::placeholder,
.tacktechs-service-request .form2 select:invalid,
.tacktechs-service-request .form2 textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.tacktechs-service-request .form2 select {
  width: 100%;
  min-height: 56px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 15px 30px 15px 52px;
  outline: none;
  font-size: inherit;
  line-height: 1.35;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(-45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%),
    linear-gradient(-135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - (100% - 30px)) 50%,
    calc(100% - (100% - 22px)) 50%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tacktechs-service-request .form2 select:focus {
  border-color: rgba(0, 194, 238, 0.55);
  background-color: rgba(255, 255, 255, 0.02);
}

.tacktechs-service-request .form2 select option {
  background: #111;
  color: #fff;
}

.tacktechs-service-request .butn:hover {
  background: #0A3C86 !important;
  border-color: #0A3C86 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .tacktechs-service-related .tacktechs-service-related-img {
    min-height: 220px;
  }
}

/* Related service projects pagination */
.tacktechs-service-related .tacktechs-service-related-grid {
  align-items: stretch;
}

.tacktechs-related-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.tacktechs-related-pagination button {
  min-width: 32px;
  height: 32px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.tacktechs-related-pagination .tacktechs-related-page-number {
  border-radius: 16px;
}

.tacktechs-related-pagination button:hover,
.tacktechs-related-pagination button.active {
  background: #0A3C86;
  border-color: #0A3C86;
  color: #fff;
}

.tacktechs-related-pagination-ellipsis,
.tacktechs-related-pagination-status {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  padding: 0 4px;
}

.tacktechs-related-pagination-status {
  display: none;
}

.tacktechs-related-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.tacktechs-related-pagination button:disabled:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 767px) {
  .tacktechs-related-pagination {
    gap: 8px;
    margin-top: 0;
  }

  .tacktechs-related-pagination .tacktechs-related-page-number,
  .tacktechs-related-pagination-ellipsis {
    display: none;
  }

  .tacktechs-related-pagination-status {
    display: inline-flex;
    align-items: center;
    min-width: 46px;
    justify-content: center;
  }
}
