.rt-image-hover-scale {
  overflow: hidden;
}
.rt-image-hover-scale img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.rt-image-hover-scale:hover img {
  transform: scale(1.08);
}

.rt-overlay-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, color-mix(in srgb, var(--e-global-color-f330a28) 80%, transparent) 0%, color-mix(in srgb, var(--e-global-color-f330a28) 80%, transparent) 50%);
  opacity: 0.3;
  z-index: 1;
}

.rt-pagination-area {
  margin-top: 30px;
}

.rt-navigation,
.rt-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt-pagination {
  gap: 10px;
}
.rt-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--e-global-color-primary);
  margin: 0 !important;
}
.rt-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.rt-navigation {
  gap: 10px;
  position: absolute;
}
.rt-navigation .swiper-nav {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-accent);
  background: var(--e-global-color-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}
.rt-navigation .swiper-nav:hover {
  opacity: 0.8;
}
.rt-navigation .swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.marquee-wrapper {
  display: flex;
  width: 100000px;
  transform: translateX(0px);
  animation: 20s linear 0s infinite normal none running marqueeAnimation;
  gap: 290px;
  align-items: center;
}
.marquee-wrapper.left {
  animation: 20s linear 0s infinite normal none running marqueeAnimation;
}
.marquee-wrapper.right {
  animation: 20s linear 0s infinite normal none running marqueeAnimation-reverse;
}

.js-marquee {
  display: flex;
  align-items: center;
  gap: 50px;
  white-space: nowrap;
}
.js-marquee .marquee_separator,
.js-marquee .marquee_text {
  font-size: 48px;
  color: var(--e-global-color-accent);
  font-weight: bold;
  line-height: 100%;
}
.js-marquee .marquee_separator {
  opacity: 0.2;
  font-weight: normal;
}

.marquee_text:nth-child(even) {
  opacity: 0.5;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2516.38px);
  }
}
@keyframes marqueeAnimation-reverse {
  0% {
    transform: translateX(-2516.38px);
  }
  100% {
    transform: translateX(0);
  }
}
/* -----------------------
    Testimonial
--------------------------*/
.rt-testi-item {
  color: var(--e-global-color-accent);
}
.rt-testi-item .title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}
.rt-testi-item .desc {
  color: color-mix(in srgb, var(--e-global-color-accent) 80%, transparent);
  margin-bottom: 26px;
}
.rt-testi-item .testi-author-info {
  gap: 40px;
}
.rt-testi-item .autho-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.rt-testi-item .author-info .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.rt-testi-item .author-info .designation {
  font-size: 14px;
  color: color-mix(in srgb, var(--e-global-color-accent) 80%, transparent);
  line-height: 1.4;
}
.rt-testi-item .testi-rating {
  font-size: 14px;
  color: #F2B827;
  display: inline-flex;
  gap: 7px;
}
.rt-testi-item.testi-style1 .tesi-top-content {
  gap: 40px;
}
.rt-testi-item.testi-style1 .testi-count {
  font-size: 84px;
  color: var(--e-global-color-primary);
  line-height: 1;
}
.rt-testi-item.testi-style1 .tesi-bottom-content {
  border-top: solid 1px color-mix(in srgb, var(--e-global-color-accent) 30%, transparent);
  padding-top: 26px;
  gap: 14px;
}
.rt-testi-item.testi-style2 {
  text-align: center;
}
.rt-testi-item.testi-style2 .testi-author-info {
  justify-content: center;
}
.rt-testi-item.testi-style2 .title {
  font-size: 36px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
.rt-testi-item.testi-style2 .testi-rating {
  color: var(--e-global-color-primary);
  font-size: 13px;
  gap: 6px;
}
.rt-testi-item.testi-style2 .name {
  font-weight: 300;
  line-height: normal;
  font-size: 15.5px;
}
.rt-testi-item.testi-style3 .rt-quote-area {
  gap: 20px;
}
.rt-testi-item.testi-style3 .rt-quote-icon {
  font-size: 40px;
  color: var(--e-global-color-secondary);
  line-height: 1;
}
.rt-testi-item.testi-style3 .rt-quote-icon svg {
  height: 1em;
  fill: currentColor;
  display: block;
}
.rt-testi-item.testi-style3 .title {
  font-size: 18px;
  line-height: 1.6;
  color: var(--e-global-color-bba2625);
  margin: 20px 0 18px;
}
.rt-testi-item.testi-style3 .testi-author-info {
  gap: 16px;
}
.rt-testi-item.testi-style3 .autho-img {
  width: 50px;
  height: 50px;
}
.rt-testi-item.testi-style3 .author-info .name {
  font-size: 15.5px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.rt-testimonial-grid .rt-testi-item {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.rt-testimonial-grid .rt-testi-item .title {
  font-size: 26px;
  color: var(--e-global-color-bba2625);
}
.rt-testimonial-grid .rt-testi-item .tesi-bottom-content {
  border: none;
  padding: 0;
}
.rt-testimonial-grid .rt-testi-item .desc {
  color: var(--e-global-color-text);
}
.rt-testimonial-grid .rt-testi-item .testi-author-info {
  gap: 16px;
}
.rt-testimonial-grid .rt-testi-item .testi-author-info .autho-img {
  width: 40px;
  height: 40px;
}
.rt-testimonial-grid .rt-testi-item .testi-author-info .name {
  font-size: 15.5px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--e-global-color-bba2625);
}
.rt-testimonial-grid .rt-testi-item .testi-author-info .designation {
  color: var(--e-global-color-text);
}
@media only screen and (max-width: 768px) {
  .rt-testimonial-grid .rt-testi-item {
    padding: 28px;
  }
}

/* -----------------------
    Projects
--------------------------*/
.rt-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.rt-project-item .project-title {
  color: var(--e-global-color-bba2625);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.rt-project-item .project-title:hover {
  color: var(--e-global-color-primary);
}
.rt-project-item.project-style1 .rt-project-thumb {
  border-radius: 30px;
  overflow: hidden;
}
.rt-project-item.project-style1 .project-title {
  margin: 24px 0 14px;
}
.rt-project-item.project-style1 .project-meta {
  gap: 20px;
  margin-bottom: 16px;
}
.rt-project-item.project-style1 .project-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #f3f3ef;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
}
.rt-project-item.project-style2 .rt-project-content {
  background: var(--e-global-color-accent);
  padding: 24px;
  margin-top: -100px;
  position: relative;
  width: 88%;
  float: right;
}
.rt-project-item.project-style2 .project-title {
  margin: 0 0 10px;
}

.rt-project-slider-wrap .rt-pagination-area {
  margin: 0;
}
.rt-project-slider-wrap .rt-navigation {
  top: -100px;
  right: 0;
}

/* -----------------------
    Services
--------------------------*/
.rt-service-item {
  overflow: hidden;
}
.rt-service-item .rt-service-number-badge {
  font-size: 32px;
  font-weight: 600;
  color: var(--e-global-color-accent);
  background: var(--e-global-color-primary);
  padding: 24px;
  margin: 16px 0 0 16px;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
}
.rt-service-item .rt-service-title {
  line-height: 1.5;
  font-weight: 600;
  color: var(--e-global-color-bba2625);
}
.rt-service-item .rt-service-button {
  padding: 10px 33px;
}
.rt-service-item.style1 .rt-service-image {
  position: relative;
  border-radius: 30px;
}
.rt-service-item.style1 .rt-service-image:hover .rt-service-number-badge {
  transform: translateY(-100px);
  opacity: 0;
}
.rt-service-item.style1 .rt-service-title {
  font-size: 26px;
  margin: 24px 0 10px;
}
.rt-service-item.style2 {
  border-radius: 30px;
  position: relative;
}
.rt-service-item.style2 .rt-overlay-bg {
  opacity: 0.6;
}
.rt-service-item.style2 .rt-service-content-area {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  width: 80%;
  text-align: center;
  margin: auto;
}
.rt-service-item.style2 .rt-service-title {
  font-size: 32px;
  color: var(--e-global-color-accent);
  margin: 0 0 26px;
}
.rt-service-item.style2 .rt-service-description {
  color: var(--e-global-color-accent);
  margin-bottom: 22px;
}
.rt-service-item.style2 .rt-service-button {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}
.rt-service-item.style2 .rt-service-button:hover {
  background: var(--e-global-color-primary);
}