/* GAR Sri Lanka — Brand Overrides (Artima / static theme) */
:root {
  --rr-theme-primary: #214497;
  --gar-accent: #2E75B6;
  --gar-blue: #214497;
  --gar-primary-dark: #1a3578;
  --rr-common-selection: #214497;
}

html,
body,
body.body-1 {
  overflow-x: hidden !important;
  max-width: 100%;
}

main,
footer,
.fix {
  max-width: 100%;
  overflow-x: hidden;
}

.header__area.header-2.sticky,
#header-sticky.sticky {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

/* GAR top bar — address left, email + phone right, aligned to main header width */
.header-2 .header__top.gar-header-top {
  padding: 0;
  background-color: var(--gar-primary-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: visible;
}

.header-2 .header__top.gar-header-top .container {
  max-width: 1320px;
}

.gar-header-top-inner {
  min-height: 44px;
  gap: 24px;
}

.gar-header-top-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
}

.gar-header-top-menu--left {
  flex: 1;
  min-width: 0;
}

.gar-header-top-menu--left a {
  white-space: normal;
}

.gar-header-top-menu--right {
  flex-shrink: 0;
}

.gar-header-top-menu li {
  position: relative;
}

.gar-header-top-menu li::before {
  display: none !important;
}

.gar-header-top-menu--right li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

.gar-header-top-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.gar-header-top-menu a:hover {
  color: #ffffff;
}

.gar-header-top-menu i {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  flex-shrink: 0;
}

.header-2 .header__top.gar-header-top .last_no_bullet::after,
.header-2 .header__top-welcome-text {
  display: none !important;
}

.header-2.rr-sticky .gar-header-top,
#header-sticky.sticky .gar-header-top {
  display: none !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gar-header-top-menu {
    gap: 20px;
  }

  .gar-header-top-menu a {
    font-size: 13px;
  }
}

.gar-logo img,
img.gar-logo,
.footer-2__logo img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}

/* Inner-page breadcrumb — compact height, GAR overlay */
.breadcrumb__area.gar-breadcrumb {
  margin: 0;
  position: relative;
  min-height: 0;
  background: var(--gar-primary-dark);
}

.breadcrumb__area.gar-breadcrumb.breadcrumb-space {
  padding: 64px 0 52px !important;
}

.breadcrumb__area.gar-breadcrumb.overly:before {
  display: none !important;
}

.breadcrumb__area.gar-breadcrumb.overly:after {
  background: linear-gradient(
    97deg,
    rgba(26, 53, 120, 0.78) 2%,
    rgba(8, 16, 36, 0.62) 62%
  ) !important;
  mix-blend-mode: normal !important;
  z-index: 3;
}

.gar-breadcrumb .breadcrumb__background::before,
.gar-breadcrumb .breadcrumb__background::after {
  display: none;
}

.gar-breadcrumb .breadcrumb__background {
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.gar-breadcrumb .container {
  position: relative;
  z-index: 5;
}

.gar-breadcrumb .breadcrumb__title {
  color: #fff !important;
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 10px !important;
}

@media (max-width: 991px) {
  .breadcrumb__area.gar-breadcrumb.breadcrumb-space {
    padding: 52px 0 44px !important;
  }

  .gar-breadcrumb .breadcrumb__title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__area.gar-breadcrumb.breadcrumb-space {
    padding: 44px 0 36px !important;
  }

  .gar-breadcrumb .breadcrumb__title {
    font-size: 28px;
  }
}

.gar-breadcrumb .breadcrumb__menu ul li,
.gar-breadcrumb .breadcrumb__menu ul li a,
.gar-breadcrumb .breadcrumb__menu ul li span {
  color: rgba(255, 255, 255, 0.9) !important;
}

.gar-breadcrumb .breadcrumb__menu ul li a:hover {
  color: #fff !important;
}

.gar-breadcrumb .breadcrumb__menu ul li:after {
  content: "›" !important;
  font-family: inherit !important;
  font-weight: 400 !important;
}

.breadcrumb__area.gar-breadcrumb + section.section-space,
.breadcrumb__area.gar-breadcrumb + section.contact-us,
.breadcrumb__area.gar-breadcrumb + section.gar-detail,
.breadcrumb__area.gar-breadcrumb + section.gar-about-intro {
  padding-top: 70px;
}

/* Section titles — match Artima theme scale */
.section__title {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .section__title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .section__title {
    font-size: 30px;
    line-height: 42px;
  }
}

/* About page */
.gar-about-intro__visual {
  position: relative;
  padding: 0 0 48px 0;
}

.gar-about-intro__main {
  width: 88%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  display: block;
  object-fit: cover;
  height: 380px;
  width: 88%;
}

.gar-about-intro__secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  border: 6px solid #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.gar-about-intro__badge {
  position: absolute;
  top: 20px;
  right: 8%;
  background: #fff;
  padding: 14px 20px;
  border-left: 4px solid var(--gar-blue);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: #555;
  z-index: 2;
}

.gar-about-intro__badge strong {
  display: block;
  font-size: 22px;
  color: var(--gar-blue);
  line-height: 1.2;
}

.gar-about-stats {
  background: linear-gradient(90deg, var(--gar-primary-dark), var(--gar-blue));
  padding: 48px 0;
}

.gar-about-stat h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 6px;
}

.gar-about-stat p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.gar-about-mvv__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 32px 28px;
  border-top: 4px solid var(--gar-blue);
}

.gar-about-mvv__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gar-blue);
  margin-bottom: 14px;
}

.gar-about-mvv__card p {
  color: #555;
  line-height: 1.65;
  font-size: 15px;
}

.gar-about-activity {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #444;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gar-about-activity:hover {
  border-color: rgba(33, 68, 151, 0.3);
  box-shadow: 0 8px 24px rgba(33, 68, 151, 0.08);
}

.gar-about-activity i {
  color: var(--gar-blue);
  margin-top: 4px;
  flex-shrink: 0;
}

.gar-about-value {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 28px 26px;
  transition: box-shadow 0.3s ease;
}

.gar-about-value:hover {
  box-shadow: 0 12px 32px rgba(33, 68, 151, 0.1);
}

.gar-about-value__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(33, 68, 151, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.gar-about-value__icon i {
  color: var(--gar-blue);
  font-size: 20px;
}

.gar-about-value h5 {
  color: var(--gar-blue);
  margin-bottom: 10px;
}

.gar-about-value p {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

@media (max-width: 991px) {
  .gar-about-intro__main {
    width: 100%;
    height: 300px;
  }

  .gar-about-intro__secondary {
    width: 65%;
    height: 180px;
  }

  .gar-about-stat h2 {
    font-size: 32px;
  }
}

.breadcrumb__background {
  background-size: cover;
  background-position: center;
}

.banner-2__content-title {
  max-width: 720px;
}

.banner-2__content .description {
  max-width: 560px;
}

.banner-2__content-subtitle {
  color: #fff;
}

.banner-2__btn-box .rr-btn__border {
  border-color: #fff;
  color: #fff;
}

.banner-2__btn-box .rr-btn__border:hover {
  background: var(--gar-blue);
  border-color: var(--gar-blue);
}

.section__subtitle,
.experience-2__item h2,
.color-gar-blue,
.color-theme-primary {
  color: var(--gar-blue) !important;
}

.rr-btn,
.rr-btn__header {
  background-color: var(--gar-blue);
}

.rr-btn:hover,
.rr-btn__header:hover {
  background-color: var(--gar-accent);
}

/* What We Offer — services grid */
.what-we-offer__intro {
  max-width: 640px;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.7;
}

.gar-offer-header .section__title {
  max-width: 520px;
}

.gar-offer-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.gar-offer-card:hover {
  border-color: var(--gar-blue);
  box-shadow: 0 16px 40px rgba(33, 68, 151, 0.12);
  transform: translateY(-4px);
}

.gar-offer-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gar-offer-card__media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.gar-offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  display: block;
}

.gar-offer-card:hover .gar-offer-card__media img {
  transform: scale(1.05);
}

.gar-offer-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gar-blue);
  color: #fff;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 3px;
}

.gar-offer-card__body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gar-offer-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(33, 68, 151, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.gar-offer-card__icon i {
  color: var(--gar-blue);
  font-size: 18px;
}

.gar-offer-card__body h5 {
  color: var(--gar-blue);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.gar-offer-card:hover .gar-offer-card__body h5 {
  color: var(--gar-accent);
}

.gar-offer-card__summary {
  color: #333;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 10px;
}

.gar-offer-card__detail {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 18px;
}

.gar-offer-card__cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--gar-blue);
  transition: color 0.3s ease;
}

.gar-offer-card:hover .gar-offer-card__cta {
  color: var(--gar-accent);
}

@media (max-width: 991px) {
  .gar-offer-header {
    text-align: center;
  }

  .gar-offer-header .section__title,
  .what-we-offer__intro {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .gar-offer-card__media {
    height: 200px;
  }
}

.what-we-offer__tag,
.service-card__tag {
  color: var(--gar-blue);
}

.what-we-offer__card:hover .what-we-offer__media img,
.recent-project__item:hover .recent-project__media img {
  transform: scale(1.03);
}

.gar-section-intro {
  max-width: 700px;
}

.gar-service-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.gar-service-card:hover {
  box-shadow: 0 8px 30px rgba(33, 68, 151, 0.12);
  border-color: rgba(33, 68, 151, 0.25);
}

.gar-service-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.gar-service-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gar-service-card:hover .gar-service-card__media img {
  transform: scale(1.03);
}

.gar-service-card__body {
  padding: 24px;
}

.gar-service-card__tag {
  color: var(--gar-blue);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gar-service-card__cta {
  color: var(--gar-blue);
  font-weight: 600;
  font-size: 14px;
}

/* Contact page */
.contact-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

.contact-us__info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 32px 24px !important;
  margin-bottom: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-us__info-item:hover {
  border-color: var(--gar-blue) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.contact-us__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0 !important;
  flex: 1;
  gap: 10px;
}

.contact-us__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.contact-us__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.contact-us__links a {
  font-size: 14px;
  color: var(--rr-text-body);
  text-decoration: none;
}

.contact-us__links a:hover {
  color: var(--gar-blue);
}

.contact-us__icon--fa {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 68, 151, 0.1);
  color: var(--gar-blue);
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 auto 18px;
  font-size: 22px;
}

.contact-us__text h6 {
  color: var(--gar-blue);
}

.gar-contact-panel {
  background: #f4f7fc;
  border-radius: 8px;
  padding: 36px 32px;
  border-left: 4px solid var(--gar-blue);
}

.gar-contact-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gar-contact-panel__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
}

.gar-contact-panel__list i {
  color: var(--gar-blue);
  margin-top: 4px;
}

.gar-contact-form {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 36px 32px;
}

.gar-contact-form .form-control {
  border-radius: 6px;
  padding: 12px 16px;
}

/* FAQ — original theme accordion pattern */
.gar-faq .accordion-item {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
}

.gar-faq .accordion-button {
  font-family: var(--rr-ff-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--rr-heading-primary);
  padding: 22px 56px 22px 24px;
  background: #fff;
  box-shadow: none;
}

.gar-faq .accordion-button:not(.collapsed) {
  background: rgba(33, 68, 151, 0.08);
  color: var(--gar-blue);
  box-shadow: none;
}

.gar-faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.gar-faq .accordion-body {
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--rr-text-body);
}

.gar-faq-cta p {
  font-size: 16px;
  color: var(--rr-text-body);
}

/* Blog */
.gar-blog-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}

.gar-blog-card:hover {
  box-shadow: 0 10px 32px rgba(33, 68, 151, 0.1);
}

.gar-blog-card__media {
  display: block;
  position: relative;
  overflow: hidden;
}

.gar-blog-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gar-blog-card:hover .gar-blog-card__media img {
  transform: scale(1.04);
}

.gar-blog-card__tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--gar-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
}

.gar-blog-card__body {
  padding: 24px;
}

.gar-blog-card__date {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.gar-blog-card__body h5 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.gar-blog-card__body h5 a:hover {
  color: var(--gar-blue);
}

.gar-blog-card__link {
  color: var(--gar-blue);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.gar-blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 14px;
  color: #6b7280;
}

.gar-blog-article__media img {
  width: 100%;
  border-radius: 8px;
  max-height: 420px;
  object-fit: cover;
}

.gar-blog-quote {
  margin: 36px 0;
  padding: 28px 32px;
  background: #f4f7fc;
  border-left: 4px solid var(--gar-blue);
  border-radius: 0 8px 8px 0;
}

.gar-blog-quote p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 12px;
  color: var(--rr-heading-primary);
}

.gar-blog-quote cite {
  font-size: 14px;
  font-weight: 600;
  color: var(--gar-blue);
  font-style: normal;
}

.gar-blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}

.gar-blog-article__tags span {
  font-weight: 600;
}

.gar-blog-article__tags a {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(33, 68, 151, 0.08);
  color: var(--gar-blue);
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

/* Detail pages + sidebar */
.gar-detail__hero img {
  width: 100%;
  border-radius: 8px;
  max-height: 420px;
  object-fit: cover;
}

.gar-detail__lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--rr-heading-primary);
}

.gar-detail-icon {
  padding: 24px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
}

.gar-detail-icon i {
  color: var(--gar-blue);
  font-size: 22px;
  margin-bottom: 12px;
}

.gar-detail-icon h6 {
  margin-bottom: 8px;
}

.gar-detail__benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}

.gar-detail__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.gar-detail__benefits i {
  color: var(--gar-blue);
  margin-top: 4px;
}

.gar-detail__prose p {
  margin-bottom: 18px;
  line-height: 1.75;
  color: var(--rr-text-body);
}

.gar-detail__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--gar-primary-dark), var(--gar-blue));
  border-radius: 8px;
  color: #fff;
}

.gar-detail__cta h4 {
  color: #fff;
  margin-bottom: 8px;
}

.gar-sidebar__widget {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 24px 22px;
  margin-bottom: 24px;
}

.gar-sidebar__widget h6 {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  color: var(--gar-blue);
}

.gar-sidebar__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gar-sidebar__nav li {
  margin-bottom: 8px;
}

.gar-sidebar__nav li a {
  display: block;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--rr-text-body);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.gar-sidebar__nav li.active a,
.gar-sidebar__nav li a:hover {
  background: rgba(33, 68, 151, 0.08);
  color: var(--gar-blue);
}

.gar-sidebar__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gar-sidebar__post a {
  display: flex;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 16px;
}

.gar-sidebar__post img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.gar-sidebar__post-date {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}

.gar-sidebar__post h6 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  transition: color 0.2s;
}

.gar-sidebar__post a:hover h6 {
  color: var(--gar-blue);
}

.gar-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gar-sidebar__tags a {
  padding: 6px 12px;
  background: rgba(33, 68, 151, 0.08);
  color: var(--gar-blue);
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

.gar-sidebar__cta {
  background: #f4f7fc;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 24px 22px;
}

.gar-sidebar__cta h6 {
  color: var(--gar-blue);
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .contact-us__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .gar-detail__benefits ul {
    grid-template-columns: 1fr;
  }

  .gar-faq .accordion-button {
    font-size: 16px;
    padding: 18px 48px 18px 20px;
  }
}

@media (max-width: 575px) {
  .contact-us__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Font Awesome 6 Free solid — theme defaults icons to weight 300 (Pro Light) */
.fa-solid,
.fas,
.why-choose-us-2__icon i,
.gar-offer-card__icon i,
.gar-process__icon i,
.gar-header-top-menu i,
.gar-about-value__icon i,
.gar-detail-icon i,
.contact-us__icon--fa i,
.contact-us__item-icon i {
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}

.contact-us__item-icon i {
  color: var(--gar-blue);
}

.why-choose-us-2__icon i {
  color: #fff !important;
}

.experience-2__item h2 {
  color: #fff;
}

.banner-2,
.banner-2__slider,
.banner-2__slider.swiper {
  overflow: hidden;
}

.banner-2__item {
  background-size: cover;
  background-position: center;
}

/* Text marquee — GAR branded strip */
.gar-text-slider {
  background: linear-gradient(
    90deg,
    var(--gar-primary-dark) 0%,
    var(--gar-blue) 45%,
    var(--gar-accent) 55%,
    var(--gar-primary-dark) 100%
  );
  padding: 36px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow-x: hidden;
}

.gar-text-slider .text-slider__slider .carouselTicker__wrap {
  overflow: hidden !important;
}

.gar-text-slider .text-slider__slider .carouselTicker__list {
  gap: 28px;
}

.gar-text-slider .text-slider__slider .carouselTicker__list li .title {
  font-family: var(--rr-ff-heading), sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.95) !important;
  -webkit-text-stroke: 0 !important;
  cursor: default;
  margin: 0;
  transition: color 0.3s ease;
}

.gar-text-slider .text-slider__slider .carouselTicker__list li .title::before {
  display: none !important;
}

.gar-text-slider .text-slider__slider .carouselTicker__list li .title:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.gar-text-slider__sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 22px;
  line-height: 1;
  margin-top: 0 !important;
}

.gar-text-slider .text-slider__slider .carouselTicker__list li img {
  display: none;
}

@media (max-width: 991px) {
  .gar-text-slider {
    padding: 28px 0 !important;
  }

  .gar-text-slider .text-slider__slider .carouselTicker__list li .title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  .gar-text-slider__sep {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .gar-text-slider .text-slider__slider .carouselTicker__list li .title {
    font-size: 24px;
  }
}

/* Working Process — redesigned steps */
.gar-process {
  background: #fff;
}

.gar-process__step {
  text-align: center;
  padding: 28px 20px 24px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: #fafbfd;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.gar-process__step:hover {
  border-color: rgba(33, 68, 151, 0.25);
  box-shadow: 0 14px 36px rgba(33, 68, 151, 0.1);
  transform: translateY(-4px);
}

.gar-process__icon-ring {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gar-process__icon {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 2px dashed rgba(33, 68, 151, 0.28);
  background: rgba(33, 68, 151, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.gar-process__step:hover .gar-process__icon {
  background: var(--gar-blue);
  border-color: var(--gar-blue);
}

.gar-process__icon i {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900 !important;
  font-size: 56px;
  line-height: 1;
  color: var(--gar-blue);
  transition: color 0.3s ease, transform 0.3s ease;
}

.gar-process__step:hover .gar-process__icon i {
  color: #fff;
  transform: scale(1.06);
}

.gar-process__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-72px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px dashed rgba(33, 68, 151, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--gar-blue);
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.gar-process__step:hover .gar-process__num {
  background: var(--gar-blue);
  border-color: var(--gar-blue);
  color: #fff;
}

.gar-process__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--rr-heading-primary);
}

.gar-process__text {
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b7a;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .gar-process__icon-ring {
    width: 150px;
    height: 150px;
    margin-bottom: 22px;
  }

  .gar-process__icon {
    width: 132px;
    height: 132px;
  }

  .gar-process__icon i {
    font-size: 48px;
  }

  .gar-process__num {
    transform: translateX(-64px);
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .gar-process__icon i {
    font-size: 44px;
  }
}

/* About Company — home page image collage */
.about-company .about-company__content {
  margin-top: 0;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .about-company .about-company__content {
    padding-left: 0;
  }
}

.about-company__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.about-company__content ul li {
  padding: 8px 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.55;
}

.about-company__content ul li span {
  color: var(--gar-blue);
  font-weight: bold;
  flex-shrink: 0;
}

.about-company__visual {
  position: relative;
  min-height: 480px;
  padding: 12px 12px 48px 0;
}

.about-company__main-img {
  width: 82%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.about-company__main-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.about-company__secondary-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  border: 7px solid #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.about-company__secondary-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.about-company__badge {
  position: absolute;
  top: 24px;
  right: 6%;
  background: #fff;
  padding: 22px 26px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  text-align: center;
  z-index: 2;
  border-left: 4px solid var(--gar-blue);
}

.about-company__badge h2 {
  font-size: 52px;
  line-height: 1;
  color: var(--gar-blue);
  margin-bottom: 4px;
}

.about-company__badge h2 span {
  font-size: 52px;
  font-weight: 800;
  color: var(--gar-blue);
}

.about-company__badge h6 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
  color: var(--rr-heading-primary);
}

@media (max-width: 991px) {
  .about-company__visual {
    min-height: 420px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-company__main-img {
    width: 88%;
  }

  .about-company__main-img img {
    height: 320px;
  }

  .about-company__secondary-img {
    width: 62%;
  }

  .about-company__secondary-img img {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .about-company__visual {
    min-height: 360px;
    padding-bottom: 40px;
  }

  .about-company__main-img {
    width: 100%;
  }

  .about-company__main-img img {
    height: 260px;
  }

  .about-company__secondary-img {
    width: 70%;
    border-width: 5px;
  }

  .about-company__secondary-img img {
    height: 160px;
  }

  .about-company__badge {
    top: 16px;
    right: 0;
    padding: 16px 20px;
  }

  .about-company__badge h2,
  .about-company__badge h2 span {
    font-size: 40px;
  }
}

.footer-2__bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-2__bottom a:hover {
  color: #fff;
}

.gar-hq-address {
  font-size: 0.92em;
  opacity: 0.88;
  margin-top: 0.35rem;
}

.gar-form-msg {
  font-size: 0.95rem;
}

.gar-form-msg.text-success {
  color: #198754;
}

.gar-form-msg.text-danger {
  color: #dc3545;
}
