/**
 * Local responsive & alignment fixes for Aurora Team UTC
 */

:root {
  --site-gutter: 20px;
  --site-gutter-lg: 32px;
  --section-gap: 80px;
  --section-gap-sm: 56px;
  --block-gap: 24px;
  --title-gap: 48px;
  --brand-primary: #16122a;
  --brand-accent: #9a1a31;
  --brand-neutral: #b0abab;
}

/* Keep theme-btn arrow circles round (prevent flex squash on small screens) */
.theme-btn .btn-arrow-left,
.btn-style-one .btn-arrow-left,
.btn-style-two .btn-arrow-left,
.btn-style-three .btn-arrow-left {
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-sizing: border-box;
}

.cta-section-h3 .ks-step-bottom .theme-btn {
  flex-shrink: 0;
}

/* ---- Active / current menu indication ---- */
.main-menu .navigation>li>a,
.sticky-header .main-menu .navigation>li>a {
  position: relative;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: var(--brand-accent) !important;
}

.main-menu .navigation>li.current>a::after,
.sticky-header .main-menu .navigation>li.current>a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-accent);
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li:hover>a {
  color: var(--brand-accent) !important;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a {
  color: var(--brand-accent) !important;
}

.sidebar-service-list li a.current,
.sidebar-service-list li.current a {
  background-color: var(--brand-accent) !important;
  color: #fff !important;
}

.sidebar-service-list li a.current span,
.sidebar-service-list li.current a span {
  color: #fff !important;
}

@media (min-width: 768px) {
  :root {
    --site-gutter: 24px;
    --section-gap: 96px;
    --section-gap-sm: 72px;
    --title-gap: 56px;
  }
}

@media (min-width: 1200px) {
  :root {
    --site-gutter: 32px;
    --site-gutter-lg: 40px;
    --section-gap: 110px;
    --title-gap: 60px;
  }
}

/* ---- Global horizontal rhythm ---- */
.auto-container,
.small-container,
.large-container,
.outer-container,
.banner-section-h3 .outer-container,
.ks-service-style-2 .outer-box,
.header-style-three .outer-container,
.sticky-header .auto-container {
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.page-title .title-outer,
.page-title .auto-container {
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.page-wrapper>section,
.page-wrapper>.ks-service-area,
.page-wrapper>.ks-project-area {
  scroll-margin-top: 100px;
}

/* ---- Section titles ---- */
.sec-title-h1,
.sec-title-h2,
.sec-title {
  margin-bottom: var(--title-gap);
}

.sec-title-h1 .sub-title,
.sec-title-h2 .sub-title,
.sec-title .sub-title {
  margin-bottom: 12px;
}

.sec-title-h1 .title,
.sec-title-h2 .title,
.sec-title .title {
  margin-bottom: 16px;
}

/* ---- Homepage sections ---- */
.banner-section-h3 .outer-container .banner-content .inner-content {
  padding-left: 0;
  padding-right: 0;
}

.banner-section-h3 .outer-container .banner-content .inner-content .text {
  margin-bottom: 28px;
}

.banner-section-h3 .outer-container .banner-content .inner-content .theme-btn {
  margin-bottom: 24px;
}

/* Hero dome — keep image visible & balanced */
.hero-dome .outer-container .image-column .inner-column {
  max-height: none !important;
  margin-right: 0 !important;
  display: block !important;
  align-items: initial;
  justify-content: initial;
}

@media (max-width: 991.98px) {
  .hero-dome .outer-container .image-column .inner-column {
    display: block !important;
    margin-top: 24px;
  }

  /* Center the hero "Get In Touch" button when the hero stacks */
  .banner-section-h3.hero-dome .hero-cta-row {
    justify-content: center;
    align-items: center;
  }

  .banner-section-h3.hero-dome .hero-cta-row .theme-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.ks-service-style-2.ks-service-area {
  padding-top: var(--section-gap);
  padding-bottom: calc(var(--section-gap) * 0.65);
}

.ks-service-style-2 .outer-box .sec-title-h1 {
  margin-bottom: var(--title-gap);
  padding-left: 0;
  padding-right: 0;
}

.ks-service-style-2 .blog-slide-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}

.about-section-h3 {
  padding-top: 24px;
  padding-bottom: var(--section-gap);
}

.about-section-h3 .content-column .inner-column,
.about-section-h3 .image-column .inner-column {
  padding-top: 8px;
  padding-bottom: 8px;
}

.cta-section-h3 .outer-box {
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  /* Stats/funfact row removed — drop the leftover top gap */
  padding-top: 0 !important;
}

.cta-section-h3 .ks-step-area {
  padding-top: 72px;
  padding-bottom: 90px;
}

@media (max-width: 991.98px) {
  .cta-section-h3 .ks-step-area {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}

.cta-section-h3 .ks-step-bottom {
  margin-top: 24px;
  gap: 20px;
}

.cta-section-h3+.why-choose-us-section-h3 {
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .cta-section-h3+.why-choose-us-section-h3 {
    margin-top: 32px;
  }
}

.ks-project-area {
  padding-top: var(--section-gap);
  padding-bottom: calc(var(--section-gap) * 0.45);
}

.ks-project-area .sec-title-h1 {
  margin-bottom: var(--title-gap);
}

.why-choose-us-section-h3 {
  padding-top: var(--section-gap-sm);
  padding-bottom: var(--section-gap-sm);
}

.why-choose-us-section-h3 .content-column .inner-column {
  padding-top: 24px;
  padding-bottom: 24px;
}

.why-choose-us-section-h3 .why-choose-us-block-h3 .inner-box {
  margin-bottom: 20px;
}

.team-section-h3 {
  padding-top: var(--section-gap);
  padding-bottom: 32px;
}

.team-section-h3 .sec-title-h1 {
  margin-bottom: var(--title-gap);
}

.team-section-h3 .team-block-h3 {
  margin-bottom: 32px;
}

.testimonial-section-h3 {
  padding-top: var(--section-gap-sm);
  padding-bottom: var(--section-gap);
}

.testimonial-section-h3 .sec-title-h1 {
  margin-bottom: var(--title-gap);
}

.contact-section-h3 {
  padding-top: var(--section-gap);
  padding-bottom: 48px;
}

.contact-section-h3+.footer-style-three.main-footer {
  margin-top: 64px;
}

@media (min-width: 768px) {
  .contact-section-h3+.footer-style-three.main-footer {
    margin-top: 80px;
  }
}

.contact-section-h3 .form-column .inner-column {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .contact-section-h3 .form-column .inner-column {
    margin-left: 0;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .contact-section-h3 {
    padding-bottom: 40px;
  }

  .contact-section-h3+.footer-style-three.main-footer {
    margin-top: 48px;
  }
}

@media (max-width: 767.98px) {
  .contact-section-h3 {
    padding-bottom: 32px;
  }

  .contact-section-h3+.footer-style-three.main-footer {
    margin-top: 40px;
  }
}

.footer-style-three .outer-box {
  padding-top: 40px;
}

@media (max-width: 991.98px) {
  .footer-style-three .outer-box {
    padding-top: 32px;
  }
}

.contact-section-h3 .content-column .inner-column .sec-title-h2 {
  margin-bottom: 50px;
}

.contact-section-h3 .content-column .inner-column,
.contact-section-h3 .form-column .inner-column {
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-section-h3 .content-column .inner-column .info-box .info a.contact-extra-line {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
  color: var(--theme-color-white);
}

.contact-section-h3 .content-column .inner-column .info-box .info a.contact-extra-line:hover {
  color: var(--theme-color1);
}

.contact-section-h3 .content-column .inner-column .info-box .info .text a {
  color: var(--text-color2);
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin-top: 0;
}

.contact-section-h3 .content-column .inner-column .info-box .info .text a:hover {
  color: var(--theme-color1);
}

/* ---- Footer ---- */
.footer-style-three .outer-box .upper-box .inner-box .info-box .info a.footer-extra-line {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}

.footer-style-three .outer-box .upper-box .inner-box .info-box .info a {
  line-height: 1.4;
  word-break: break-word;
}

.footer-style-three.main-footer .widgets-section {
  padding-top: 72px;
  padding-bottom: 16px;
}

.footer-style-three.main-footer .footer-column {
  margin-bottom: 36px;
}

.footer-style-three.main-footer .footer-widget .text {
  margin-top: 18px;
  margin-bottom: 18px;
}

.footer-style-three.main-footer .footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-style-two .widgets-section,
.footer-style-one .widgets-section {
  padding-top: 72px;
  padding-bottom: 24px;
}

.footer-style-two .footer-bottom,
.footer-style-one .footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-bottom .copyright-text .footer-credit {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.footer-bottom .copyright-text .footer-credit a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom .copyright-text .footer-credit a:hover {
  color: var(--theme-color2);
  text-decoration: underline;
}

/* ---- Inner pages ---- */
.page-title {
  padding-top: 160px;
  padding-bottom: 96px;
}

.page-title .page-breadcrumb {
  margin-top: 12px;
}

section.pt-100 {
  padding-top: 80px !important;
}

section.pb-100 {
  padding-bottom: 80px !important;
}

.contact-section-h2.pt-100.pb-100,
.about-section-h2,
.team-section,
.testimonial-section {
  padding-left: 0;
  padding-right: 0;
}

.services-details,
.project-details,
.team-details,
.page-content {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* ---- Bootstrap grid breathing room ---- */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
  }
}

.main-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
  height: 70px;
  width: auto;
  max-width: 320px;
  max-height: none;
  object-fit: contain;
}

.header-style-three .main-box .left-box .logo-box .logo {
  max-width: 320px;
}

.header-style-three .header-lower .logo-box {
  min-width: 0;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {

  .main-header .logo img,
  .sticky-header .logo img,
  .mobile-menu .nav-logo img {
    height: 56px;
    max-width: 260px;
  }

  .header-style-three .main-box .nav-outer {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .header-style-three .main-box .left-box {
    width: auto;
    min-width: 0;
  }

  .main-header .logo img,
  .sticky-header .logo img,
  .mobile-menu .nav-logo img {
    height: 48px;
    max-width: 220px;
  }
}

/* ---- Footer logo ---- */
.footer-widget.about-widget .footer-logo img,
.footer-style-one .footer-widget .footer-logo img {
  height: auto;
  max-height: 72px;
  max-width: 260px;
  width: auto;
  object-fit: contain;
}

.alert-info {
  background: #eef4ff;
  color: #1a3a6b;
  border: 1px solid #c5d9ff;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  max-width: 100%;
}

.page-wrapper {
  overflow-x: clip;
  width: 100%;
}

/* Content images only — do not shrink decorative/absolute icons */
.hero-image img,
.ks-service-thumb img,
.about-section-h3 .image-1 img,
.team-block-h3 .image img,
.footer-logo img {
  max-width: 100%;
  height: auto;
}

/* Even team photo frames — same size across all members */
.team-section-h1 .row {
  align-items: stretch;
}

.team-section-h1 .team-block-h1 {
  display: flex;
}

.team-section-h1 .team-block-h1>.team-card-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.team-section-h1 .team-block-h1 .inner-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

.team-section-h1 .team-block-h1 .inner-block .image {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%;
  height: auto !important;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 20px;
}

/* Both photos fill the fixed frame so natural sizes can't stretch the card */
.team-section-h1 .team-block-h1 .inner-block .image img,
.team-section-h1 .team-block-h1 .inner-block .image img:first-child,
.team-section-h1 .team-block-h1 .inner-block .image img:nth-child(2) {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: center top !important;
  display: block;
}

.team-section-h1 .team-block-h1 .inner-block .image img:nth-child(2) {
  z-index: 0;
  opacity: 1;
  transform: none;
  filter: none;
}

.team-section-h1 .team-block-h1 .inner-block .image img:first-child {
  z-index: 1;
  opacity: 0;
  transform: translateX(50%) scaleX(2);
  filter: blur(10px);
}

.team-section-h1 .team-block-h1 .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.team-section-h1 .team-block-h1 .inner-block:hover .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.team-section-h1 .team-block-h1 .inner-block .content-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box {
  padding: 16px 12px 8px !important;
  width: 100%;
}

.team-section-h1 .team-block-h1 .inner-block .author-info .name {
  min-height: 1.3em;
  margin-bottom: 6px;
}

.team-section-h1 .team-block-h1 .inner-block .author-info .designation {
  min-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-block-h3 .inner-box .image-box .image {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.team-block-h3 .inner-box .image-box .image img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.team-details__top .team-details__top-img {
  aspect-ratio: 3 / 4;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.team-details__top .team-details__top-img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  display: block;
}

.team-details__bottom .team-details__top-img {
  aspect-ratio: auto;
  max-width: none;
}

.team-details__bottom .team-details__top-img img {
  height: auto;
  object-fit: contain;
}

/* Full-card team links (no social icons) */
a.team-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

a.team-card-link:hover,
a.team-card-link:focus {
  color: inherit;
  text-decoration: none;
}

a.team-card-link .name {
  transition: color 0.25s ease;
}

a.team-card-link:hover .name {
  color: var(--brand-accent, #9a1a31);
}

a.team-bio-card {
  border-radius: 4px;
}

a.team-bio-card .p-4,
a.team-bio-card>.p-4 {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

a.team-card-link:hover .inner-block,
a.team-bio-card:hover {
  cursor: pointer;
}

.banner-section-h3 .anim-icon img,
.banner-section-h3 .shape-1 img,
.banner-section-h3 .shape-2 img,
.contact-section-h3 .anim-icon img,
.contact-section-h3 .anim-icon-two img,
.footer-style-three .anim-icon img,
.ks-project-area .anim-icon img,
.about-section-h3 .anim-icon img {
  max-width: none;
  width: auto;
  height: auto;
}

/* ---- Header (Home 3) ---- */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .header-style-three .main-box .nav-outer {
    margin-left: 180px;
  }

  .header-style-three .main-box .right-box {
    gap: 40px;
    padding-right: 20px;
  }
}

@media (max-width: 1199.98px) {

  .header-style-one .header-lower .inner-container,
  .header-style-two .header-lower .inner-container,
  .header-style-three .header-lower .inner-container {
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
  }

  .main-header .main-box .nav-outer {
    margin-left: auto;
  }
}

/* ---- Hero (Home 3) ---- */
@media (max-width: 991.98px) {
  .banner-section-h3 .outer-container .banner-content {
    margin-right: 0;
  }

  .banner-section-h3 .outer-container .banner-content .inner-content {
    padding-top: 30px;
  }

  .banner-section-h3 .outer-container .image-column .inner-column {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --section-gap: 64px;
    --section-gap-sm: 48px;
    --title-gap: 36px;
    --block-gap: 20px;
  }

  .banner-section-h3 .outer-box {
    padding-bottom: 48px;
  }

  .banner-section-h3 .outer-container .banner-content .inner-content .banner-title {
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .ks-service-style-2.ks-service-area,
  .about-section-h3,
  .ks-project-area,
  .team-section-h3,
  .why-choose-us-section-h3,
  .testimonial-section-h3,
  .contact-section-h3 {
    padding-top: var(--section-gap-sm);
  }

  .ks-service-style-2.ks-service-area {
    padding-bottom: 40px;
  }

  .about-section-h3 {
    padding-bottom: var(--section-gap-sm);
  }

  .ks-project-item.ks-project-panel {
    min-height: 320px;
  }

  .ks-project-content-wrap {
    margin: 24px;
    padding: 32px 28px 24px;
  }

  .cta-section-h3 .ks-step-bottom {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
  }

  .footer-style-three .outer-box .upper-box .inner-box {
    padding: 20px 16px;
  }

  .main-footer .footer-top .outer-box {
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
  }
}

/* ---- Projects ---- */
.ks-project-item.ks-project-panel {
  min-height: 420px;
}

/* ---- Service carousel ---- */
@media (max-width: 767.98px) {
  .ks-service-area .sec-title-h1 .title {
    font-size: clamp(24px, 6vw, 32px);
  }
}

/* ---- Contact form on tablet ---- */
@media (max-width: 991.98px) {
  .contact-section-h3 .form-column .inner-column {
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-top: 30px;
  }

  .footer-style-three.main-footer .widgets-section {
    padding-top: 56px;
  }

  .page-title {
    padding-top: 132px;
    padding-bottom: 72px;
  }

  section.pt-100 {
    padding-top: 64px !important;
  }

  section.pb-100 {
    padding-bottom: 64px !important;
  }
}

/* ---- Prevent GSAP horizontal drift on small screens ---- */
@media (max-width: 991.98px) {

  .tm-gsap-animate-left,
  .tm-gsap-animate-right,
  .tm-gsap-move-animation1,
  .tm-gsap-move-animation2,
  .tm-gsap-move-animation3 {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ---- Mobile menu spacing ---- */
.mobile-menu .contact-list-one {
  padding: 18px 24px 10px;
}

.mobile-menu .contact-list-one li {
  padding: 0 0 0 54px;
  min-height: 50px;
  margin-bottom: 14px;
}

.mobile-menu .social-links {
  padding: 16px 24px 24px;
}

/* ---- Service details readable lists ---- */
.services-details__content .readable-number-list,
.services-details__content .readable-bullet-list {
  margin: 14px 0 26px;
  padding-left: 22px;
}

.services-details__content .readable-number-list {
  list-style: decimal;
}

.services-details__content .readable-bullet-list {
  list-style: disc;
}

.services-details__content .readable-number-list li,
.services-details__content .readable-bullet-list li {
  list-style: inherit;
  display: list-item;
  margin-bottom: 10px;
  line-height: 1.75;
  color: #6a7078;
}

.services-details__content .readable-number-list li:last-child,
.services-details__content .readable-bullet-list li:last-child {
  margin-bottom: 0;
}

.services-details__content [id] {
  scroll-margin-top: 140px;
}

/* ---- Service sidebar adjustments ---- */
.sidebar-service-list li a {
  pointer-events: auto;
  cursor: pointer;
  padding-right: 24px;
}

.sidebar-service-list li a i {
  display: none;
}

.sidebar-service-list li a.current,
.sidebar-service-list li.current a {
  background-color: var(--theme-color1);
  color: #fff;
}

.sidebar-service-list li a.current span,
.sidebar-service-list li.current a span {
  color: #fff;
}

/* ---- Enhanced service page UI + animation ---- */
.service-page-enhanced .service-sidebar .service-sidebar-single,
.service-page-enhanced .services-details__content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(9, 18, 53, 0.08);
}

.service-page-enhanced .service-sidebar .service-sidebar-single {
  padding: 16px;
}

.service-page-enhanced .service-sidebar {
  position: sticky;
  top: 120px;
}

.service-page-enhanced .services-details__content {
  padding: 26px;
}

.service-page-enhanced .service-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin-bottom: 10px;
}

.service-page-enhanced .service-cover-image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.service-page-enhanced .service-cover-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(12, 20, 60, 0) 58%,
      rgba(12, 20, 60, 0.18) 100%);
  pointer-events: none;
}

.service-page-enhanced .service-cover-image img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease;
}

.service-page-enhanced .service-cover-image:hover img {
  transform: scale(1.04);
}

.service-page-enhanced .sidebar-service-list li a {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-page-enhanced .sidebar-service-list li a:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 22px rgba(9, 18, 53, 0.09);
}

.service-page-enhanced .service-cta-box {
  background: linear-gradient(145deg, #0f123e 0%, #171c58 100%);
  color: #d8def5;
  padding: 22px;
  border-radius: 16px;
}

.service-page-enhanced .service-cta-box h5 {
  color: #fff;
}

.service-page-enhanced .service-cta-box .theme-btn {
  min-width: 220px;
}

.service-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: serviceFadeUp 0.65s ease forwards;
}

.service-fade-up.delay-1 {
  animation-delay: 0.08s;
}

.service-fade-up.delay-2 {
  animation-delay: 0.18s;
}

.service-fade-up.delay-3 {
  animation-delay: 0.3s;
}

.service-float {
  animation: serviceFloat 6.8s ease-in-out infinite;
}

@keyframes serviceFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes serviceFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 767.98px) {
  .service-page-enhanced .service-sidebar {
    position: static;
    top: auto;
  }

  .service-page-enhanced .sidebar-service-list li a {
    font-size: 16px;
    padding: 14px 18px;
  }

  .service-page-enhanced .services-details__content h3 {
    font-size: 28px;
    line-height: 1.25;
  }

  .service-page-enhanced .services-details__content h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .service-page-enhanced .services-details__content {
    padding: 18px;
  }

  .service-page-enhanced .service-cta-box .theme-btn {
    min-width: 100%;
    text-align: center;
  }
}

/* ---- Preloader (TEAM UTC logo on page load / navigation) ---- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: #ffffff;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.preloader.is-active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

body.preloader-done .preloader {
  pointer-events: none;
}

.preloader:before,
.preloader:after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

.preloader-logo {
  width: min(280px, 62vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-logo img {
  width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  animation: preloader-pulse 1.15s ease-in-out infinite;
}

.preloader-bar {
  width: min(160px, 42vw);
  height: 3px;
  border-radius: 999px;
  background: rgba(154, 26, 49, 0.12);
  overflow: hidden;
  position: relative;
}

.preloader-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 40%;
  border-radius: inherit;
  background: #9a1a31;
  animation: preloader-bar-slide 1s ease-in-out infinite;
}

@-webkit-keyframes preloader-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 0.88;
  }
}

@keyframes preloader-pulse {

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

  50% {
    transform: scale(1.04);
    opacity: 0.88;
  }
}

@keyframes preloader-bar-slide {
  0% {
    left: -40%;
  }

  100% {
    left: 100%;
  }
}

@media (max-width: 575.98px) {
  .preloader-logo {
    width: min(220px, 70vw);
  }

  .preloader-logo img {
    max-height: 68px;
  }
}

/* ---- Brochure brand accents ---- */
.sec-title-h1 .sub-title,
.sec-title-h2 .sub-title,
.sec-title .sub-title {
  color: var(--brand-accent);
}

.theme-btn:hover,
.theme-btn:focus {
  background-color: var(--brand-accent);
}

/* ---- Clients / Brands section ---- */
.clients-brands-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f5f5 100%);
  border-top: 1px solid rgba(176, 171, 171, 0.35);
  border-bottom: 1px solid rgba(176, 171, 171, 0.35);
}

.clients-brands-section .sec-title-h1 .text {
  max-width: 640px;
  margin: 0 auto;
  color: #5c5757;
}

.clients-logo-section {
  margin-top: 48px;
}

.clients-logo-section--dm {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid rgba(176, 171, 171, 0.4);
}

.clients-logo-heading {
  text-align: center;
  margin-bottom: 32px;
}

.clients-logo-heading h3 {
  margin: 0 0 8px;
  color: var(--brand-primary, #231f20);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 700;
}

.clients-logo-heading p {
  margin: 0;
  color: #5c5757;
  font-size: 15px;
}

.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.clients-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid rgba(176, 171, 171, 0.4);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.clients-logo-item:hover {
  border-color: rgba(154, 26, 49, 0.45);
  box-shadow: 0 10px 24px rgba(35, 31, 32, 0.06);
}

.clients-logo-item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 64px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .clients-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .clients-logo-section--dm {
    margin-top: 48px;
    padding-top: 40px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .clients-logo-item {
    min-height: 92px;
    padding: 14px 16px;
  }

  .clients-logo-item img {
    max-height: 52px;
  }
}