/*--------------------------------------------------------------
  Revenue Orbit — Dark Grain (fixed header / contrast / subtle motion)
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Syne:wght@600;700;800&display=swap");

:root {
  --ro-bg: #16161a;
  --ro-bg-2: #1c1c21;
  --ro-panel: #242429;
  --ro-panel-2: #2c2c32;
  --ro-line: rgba(255, 255, 255, 0.11);
  --ro-text: #d8d8dc;
  --ro-muted: #a0a0a8;
  --ro-white: #f5f5f7;
  --ro-gold: #c9a24a;
  --ro-gold-soft: rgba(201, 162, 74, 0.16);
  --ro-accent: #e23b2f;
  --ro-accent-hover: #c92f24;
  --ro-ease: ease;
}

/* Force dark base so content never vanishes on light skins */
html,
body,
.page-wrapper {
  background: var(--ro-bg) !important;
  color: var(--ro-text);
}

html {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  position: relative;
  overflow-x: hidden;
}

/* Film grain — full page, desktop + mobile */
body:before,
body:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
}

body:before {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
}

body:after {
  opacity: 0.06;
  background: rgba(255, 255, 255, 0.035);
  mix-blend-mode: soft-light;
}

/* Let grain read through section fills slightly */
.features-section,
.about-section,
.service-section,
.fun-fact-section,
.testimonials-section,
.blog-section,
.cta-section,
.site-footer {
  position: relative;
  z-index: 1;
}

.preloader {
  background: var(--ro-bg) !important;
}

h1, h2, h3, h4, h5, h6,
.slide-title h2,
.section-title h2,
.section-title-s2 h2,
.cta-section .cta-text h2,
.features-section .grid h3,
.service-section .service-grids .grid .details h3,
.blog-section .blog-grids .grid .details h3 a {
  font-family: "Syne", sans-serif;
  color: var(--ro-white) !important;
}

p,
.features-section .grid p,
.service-section .service-grids .grid .details p,
.about-section .about-content .details p,
.blog-section .blog-grids .grid .details p,
.testimonials-section .quote p {
  color: var(--ro-text) !important;
}

a {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

/* Kill leftover WOW / animate transform mess */
.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/* ---------- Buttons ---------- */
.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
  border-radius: 4px !important;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px !important;
  box-shadow: none !important;
  padding: 12px 22px !important;
}

.theme-btn {
  background: transparent !important;
  color: var(--ro-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
}

.theme-btn:hover,
.theme-btn:focus {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--ro-white) !important;
}

.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
  background: var(--ro-accent) !important;
  color: #fff !important;
  border: 0 !important;
}

.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn-s2:focus,
.theme-btn-s4:focus {
  background: var(--ro-accent-hover) !important;
  color: #fff !important;
}

/* =========================================================
   HEADER — logo | nav | phone + CTA  (desktop + mobile)
   ========================================================= */
.site-header.header-style-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 0 !important;
}

.site-header .navigation,
.header-style-1 .navigation,
.site-header .sticky-header {
  background: rgba(22, 22, 26, 0.94) !important;
  border-bottom: 1px solid var(--ro-line);
  margin-bottom: 0;
  box-shadow: none !important;
}

.site-header .navigation > .container,
.site-header .sticky-header > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 88px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header .navbar-header {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.site-header .navbar-header .navbar-brand {
  float: none !important;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

.site-header .navbar-header .navbar-brand img {
  display: block;
  width: auto;
  height: 62px;
  max-width: 260px;
  object-fit: contain;
}

.site-header .sticky-header .navbar-header .navbar-brand img {
  height: 52px;
  max-width: 230px;
}

.site-header #navbar,
.header-style-1 #navbar {
  float: none !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin: 0 12px;
}

.header-style-1 #navbar .navbar-nav {
  float: none !important;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.header-style-1 #navbar > ul > li > a {
  color: var(--ro-text) !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 12px !important;
}

.header-style-1 #navbar > ul > li > a:hover,
.header-style-1 #navbar > ul > li > a:focus {
  color: var(--ro-gold) !important;
}

.header-cta {
  float: none !important;
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  top: auto !important;
  right: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.header-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--ro-gold) !important;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none !important;
}

.header-phone:hover {
  color: #dfb85c !important;
}

.header-btn {
  white-space: nowrap;
  padding: 10px 16px !important;
  font-size: 11px !important;
}

/* Hide old quote-btn absolute rules if any leftover */
.header-style-1 .quote-btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none !important;
  }

  .site-header #navbar .close-navbar {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .header-phone span {
    display: none;
  }

  .header-phone i {
    font-size: 16px;
  }

  .header-style-1 #navbar > ul > li > a {
    padding: 10px 8px !important;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .site-header.header-style-1 {
    position: relative;
    background: var(--ro-bg);
  }

  .site-header .navigation > .container {
    min-height: 72px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    display: block !important;
  }

  .site-header .navbar-header {
    width: 100%;
    float: none !important;
    position: relative;
    min-height: 56px;
    padding-right: 56px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .navbar-header .navbar-brand {
    float: none !important;
    max-width: calc(100% - 8px);
  }

  .site-header .navbar-header .navbar-brand img {
    height: 56px !important;
    max-width: 230px !important;
  }

  /* Hamburger flush to the far right */
  .site-header .navbar-header .open-btn {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
    background-color: var(--ro-accent) !important;
    margin: 0 !important;
  }

  /* Get Started only in sidebar on mobile */
  .header-cta {
    display: none !important;
  }

  .mobile-nav-cta {
    display: block;
    padding: 24px 20px 30px;
    border-top: 1px solid var(--ro-line);
    margin-top: 10px;
  }

  .mobile-nav-cta .header-phone {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--ro-gold) !important;
    margin-bottom: 16px;
    font-size: 15px;
    text-decoration: none !important;
  }

  .mobile-nav-cta .theme-btn-s2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .site-header #navbar {
    background: var(--ro-bg-2) !important;
    border-color: var(--ro-line) !important;
    text-align: left;
    margin: 0;
  }

  .site-header #navbar ul a {
    color: var(--ro-text) !important;
  }

  .site-header #navbar ul a:hover {
    color: var(--ro-gold) !important;
  }

  .site-header #navbar .close-navbar {
    background: var(--ro-panel) !important;
    color: var(--ro-white) !important;
  }

  /* Side padding for page content */
  .page-wrapper .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-static-image .slide-title,
  .hero-static-image .slide-subtitle,
  .hero-static-image .hero-proof,
  .hero-static-image .btns {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 992px) {
  .mobile-nav-cta {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .site-header .navbar-header .navbar-brand img {
    height: 50px !important;
    max-width: 200px !important;
  }

  .header-cta {
    right: 50px;
  }
}

/* Sticky header same flex rules */
.site-header .sticky-header {
  padding: 0 !important;
}

.site-header .sticky-header.sticky-on {
  background: rgba(22, 22, 26, 0.97) !important;
}

/* =========================================================
   HERO
   ========================================================= */
.hero-static-image {
  background:
    radial-gradient(700px 380px at 85% 30%, rgba(201, 162, 74, 0.07), transparent 60%),
    linear-gradient(180deg, #16161a 0%, #1a1a1f 100%) !important;
  overflow: hidden;
}

.hero-static-image:before,
.hero-static-image:after {
  display: none !important;
}

.hero-static-image h2 {
  color: var(--ro-white) !important;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.15 !important;
}

.hero-static-image h2 span {
  color: var(--ro-gold) !important;
}

.hero-static-image .slide-subtitle p {
  color: var(--ro-text) !important;
  font-size: 16px;
  line-height: 1.7;
}

.hero-proof {
  margin: 22px 0 26px;
  display: grid;
  gap: 8px;
  max-width: 460px;
}

.hero-proof span {
  display: block;
  background: var(--ro-panel);
  border: 1px solid var(--ro-line);
  color: var(--ro-text);
  padding: 11px 14px;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .hero-static-image {
    height: auto !important;
    min-height: 0;
    padding: 110px 0 70px;
  }

  .hero-static-image .container,
  .hero-static-image .row {
    display: block;
    height: auto;
  }

  .hero-static-image .hero-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-static-image {
    padding: 100px 0 60px;
  }

  .hero-static-image h2 {
    font-size: 26px !important;
  }
}

/* Subtle hero entrance only */
.hero-static-image .slide-title,
.hero-static-image .slide-subtitle,
.hero-static-image .hero-proof,
.hero-static-image .btns {
  opacity: 0;
  -webkit-animation: roFade 0.55s ease forwards;
  animation: roFade 0.55s ease forwards;
}

.hero-static-image .slide-title { -webkit-animation-delay: 0.05s; animation-delay: 0.05s; }
.hero-static-image .slide-subtitle { -webkit-animation-delay: 0.12s; animation-delay: 0.12s; }
.hero-static-image .hero-proof { -webkit-animation-delay: 0.18s; animation-delay: 0.18s; }
.hero-static-image .btns { -webkit-animation-delay: 0.24s; animation-delay: 0.24s; }

@-webkit-keyframes roFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes roFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Sections */
.section-title > span,
.section-title-s2 > span {
  color: var(--ro-gold) !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

.section-title h2:after,
.section-title-s2 h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 14px;
  background: var(--ro-gold);
}

.section-title-s2 h2:after {
  margin-left: auto;
  margin-right: auto;
}

.features-section,
.service-section,
.blog-section,
.cta-section,
.testimonials-section,
.about-section {
  background: var(--ro-bg) !important;
}

.about-section,
.blog-section {
  background: var(--ro-bg-2) !important;
}

.service-section {
  background: linear-gradient(180deg, var(--ro-bg) 0%, var(--ro-bg-2) 100%) !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.fun-fact-section {
  background: var(--ro-bg-2) !important;
  border-top: 1px solid var(--ro-line);
  border-bottom: 1px solid var(--ro-line);
  position: relative;
  overflow: hidden;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.section-title-s2 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .service-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .fun-fact-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .section-title-s2 {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .fun-fact-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* Feature / service cards — equal height grid */
.features-section .features-grids,
.service-section .service-grids {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  clear: both;
}

.features-section .features-grids:after,
.service-section .service-grids:after,
.features-section .features-grids:before,
.service-section .service-grids:before {
  display: none !important;
}

.features-section .grid,
.service-section .service-grids .grid {
  background: var(--ro-panel) !important;
  border: 1px solid var(--ro-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  transform: none !important;
  float: none !important;
  width: calc(33.333% - 16px) !important;
  margin: 0 !important;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: auto;
  box-sizing: border-box;
}

.features-section .grid:hover,
.service-section .service-grids .grid:hover {
  border-color: rgba(201, 162, 74, 0.35) !important;
  background: var(--ro-panel-2) !important;
}

.features-section .grid .more {
  color: var(--ro-gold) !important;
  margin-top: auto;
}

.features-section .grid .icon .shape {
  background: var(--ro-gold-soft) !important;
}

.features-section .grid .icon i,
.service-section .service-grids .grid .icon i {
  color: var(--ro-gold);
}

.service-section .service-grids .grid {
  position: relative;
  padding: 32px 24px !important;
}

.service-section .service-grids .grid .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-section .service-grids .grid .details {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.service-section .service-grids .grid .details h3 {
  min-height: 2.6em;
  margin-bottom: 12px;
}

.service-section .service-grids .grid .details p {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.service-section .service-grids .grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-top: 1px solid var(--ro-gold);
  border-left: 1px solid var(--ro-gold);
  opacity: 0.65;
}

.service-section .service-grids .grid .icon .cls-1,
.service-section .service-grids .grid .icon path {
  fill: rgba(201, 162, 74, 0.22) !important;
}

@media (max-width: 991px) {
  .features-section .grid,
  .service-section .service-grids .grid {
    width: calc(50% - 12px) !important;
    min-height: 260px;
  }
}

@media (max-width: 600px) {
  .features-section .grid,
  .service-section .service-grids .grid {
    width: 100% !important;
    min-height: 0;
  }

  .service-section .service-grids .grid .details h3 {
    min-height: 0;
  }
}

.about-section .left-content img {
  border-radius: 4px;
  border: 0 !important;
  max-width: 100%;
  height: auto;
}

/* =========================================================
   STATS — high contrast (dark cards + bright numbers)
   ========================================================= */
.fun-fact-section {
  background: var(--ro-bg-2) !important;
  border-top: 1px solid var(--ro-line);
  border-bottom: 1px solid var(--ro-line);
  position: relative;
  overflow: hidden;
}

.fun-fact-section:before {
  display: none !important;
}

.fun-fact-section .fun-fact-grids .grid {
  background: var(--ro-panel) !important;
  border: 1px solid var(--ro-line) !important;
  border-radius: 4px !important;
}

.fun-fact-section .fun-fact-grids > .grid:first-child,
.fun-fact-section .fun-fact-grids > .grid:nth-child(2),
.fun-fact-section .fun-fact-grids > .grid:nth-child(3),
.fun-fact-section .fun-fact-grids > .grid:nth-child(4) {
  background: var(--ro-panel) !important;
  border-radius: 4px !important;
}

.fun-fact-section .grid h3,
.fun-fact-section .grid h3 .odometer,
.fun-fact-section .grid h3 span {
  color: var(--ro-white) !important;
  font-weight: 800;
}

.fun-fact-section .grid p {
  color: var(--ro-gold) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px !important;
  font-weight: 600;
  opacity: 1 !important;
}

.fun-fact-section .img-holder img {
  border-radius: 4px;
  border: 0 !important;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .fun-fact-section .img-holder {
    margin-bottom: 30px;
    text-align: center;
  }

  .fun-fact-section .fun-fact-grids {
    margin-top: 0 !important;
  }
}

/* =========================================================
   TESTIMONIALS — dark, readable, no peach/white blob mess
   ========================================================= */
.testimonials-section {
  background: var(--ro-bg) !important;
  padding: 90px 0 100px !important;
  overflow: hidden;
}

.testimonials-section .centent-area,
.testimonials-section .content-area {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px;
}

.testimonials-section .left-content {
  width: auto !important;
  float: none !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 58%;
  flex: 1 1 58%;
}

.testimonials-section .right-content {
  width: auto !important;
  float: none !important;
  height: auto !important;
  margin-top: 0 !important;
  background: none !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-section .testimonials-content {
  width: 100% !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.testimonials-section .bx-wrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.testimonials-section .bx-viewport {
  overflow: hidden !important;
}

.testimonials-section .testimonials-grids .grid {
  background: var(--ro-panel) !important;
  border: 1px solid var(--ro-line) !important;
  border-radius: 4px !important;
  padding: 32px 28px !important;
  position: relative;
}

.testimonials-section .testimonials-grids .grid:before {
  display: none !important;
}

.testimonials-section .testimonials-grids .grid:after {
  content: "“" !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  left: 28px !important;
  top: 18px !important;
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1;
  color: var(--ro-gold);
  opacity: 0.85;
}

.testimonials-section .grid .quote {
  width: calc(100% - 120px) !important;
  float: left;
  margin-top: 28px !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  background: transparent !important;
}

.testimonials-section .grid .quote p {
  color: var(--ro-white) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 500;
  margin-bottom: 18px;
}

.testimonials-section .grid .info h5 {
  color: var(--ro-white) !important;
  font-size: 16px !important;
  margin: 0 0 4px !important;
  font-weight: 700;
}

.testimonials-section .grid .info h5 + span,
.testimonials-section .grid .info span {
  color: var(--ro-gold) !important;
  font-size: 13px !important;
}

.testimonials-section .grid .client-pic {
  width: 96px !important;
  float: right;
  margin-top: 28px;
}

.testimonials-section .grid .client-pic img {
  border-radius: 50%;
  border: 0 !important;
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.testimonials-section #testimonials-slider-pager {
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-section #testimonials-slider-pager > a,
.testimonials-section #testimonials-slider-pager > a:first-child,
.testimonials-section #testimonials-slider-pager > a:nth-child(2),
.testimonials-section #testimonials-slider-pager > a:nth-child(3),
.testimonials-section #testimonials-slider-pager > a:nth-child(4),
.testimonials-section #testimonials-slider-pager > a:nth-child(5),
.testimonials-section #testimonials-slider-pager > a:nth-child(6) {
  position: static !important;
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  opacity: 0.45;
  border-radius: 50%;
  overflow: hidden;
  border: 0 !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.testimonials-section #testimonials-slider-pager > a.active,
.testimonials-section #testimonials-slider-pager > a:hover {
  opacity: 1;
  border-color: transparent;
}

.testimonials-section #testimonials-slider-pager > a img,
.testimonials-section #testimonials-slider-pager > a:nth-child(2) img,
.testimonials-section #testimonials-slider-pager > a:nth-child(3) img,
.testimonials-section #testimonials-slider-pager > a:nth-child(4) img,
.testimonials-section #testimonials-slider-pager > a:nth-child(5) img,
.testimonials-section #testimonials-slider-pager > a:nth-child(6) img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 70px 0 80px !important;
  }

  .testimonials-section .centent-area,
  .testimonials-section .content-area {
    display: block;
  }

  .testimonials-section .left-content,
  .testimonials-section .right-content {
    width: 100% !important;
    -ms-flex: none;
    flex: none;
  }

  .testimonials-section .right-content {
    margin-top: 28px !important;
  }

  .testimonials-section #testimonials-slider-pager {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonials-section .grid .quote {
    width: calc(100% - 100px) !important;
  }

  .testimonials-section .grid .client-pic {
    width: 84px !important;
  }

  .testimonials-section .grid .client-pic img {
    width: 84px;
    height: 84px;
  }
}

@media (max-width: 575px) {
  .testimonials-section .testimonials-grids .grid {
    padding: 24px 18px !important;
  }

  .testimonials-section .grid .quote {
    width: 100% !important;
    float: none !important;
  }

  .testimonials-section .grid .client-pic {
    float: none !important;
    margin-top: 16px !important;
  }

  .testimonials-section #testimonials-slider-pager > a,
  .testimonials-section #testimonials-slider-pager > a:first-child,
  .testimonials-section #testimonials-slider-pager > a:nth-child(n) {
    width: 56px !important;
    height: 56px !important;
  }
}

.blog-section .blog-grids .grid {
  background: var(--ro-panel) !important;
  border: 1px solid var(--ro-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  overflow: hidden;
}

.blog-section .blog-grids .grid .details h3 a:hover {
  color: var(--ro-gold) !important;
}

.blog-section .blog-grids .grid .entry-meta {
  color: var(--ro-muted) !important;
}

.cta-section .cta-text {
  background: var(--ro-panel) !important;
  border: 1px solid var(--ro-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.cta-section .cta-text h2 {
  color: var(--ro-white) !important;
}

/* Footer */
.site-footer {
  background: #121216 !important;
  border-top: 1px solid var(--ro-line);
}

.site-footer .widget-title h3 {
  color: var(--ro-white) !important;
}

.site-footer .about-widget p,
.site-footer .newsletter-widget p,
.site-footer .contact-widget ul li,
.site-footer .lower-footer .copyright {
  color: var(--ro-muted) !important;
}

.site-footer .link-widget ul a {
  color: var(--ro-text) !important;
}

.site-footer .link-widget ul a:hover,
.site-footer .contact-widget ul a {
  color: var(--ro-gold) !important;
}

.site-footer .lower-footer .separator {
  border-color: var(--ro-line) !important;
}

.site-footer .newsletter-widget .form-control {
  background: var(--ro-panel) !important;
  border: 1px solid var(--ro-line) !important;
  color: var(--ro-white) !important;
  border-radius: 4px;
}

.site-footer .newsletter-widget .submit button {
  background: var(--ro-accent) !important;
  border-radius: 4px;
}

.site-footer .about-widget .logo {
  max-width: 280px;
  margin-bottom: 16px;
}

.site-footer .about-widget .logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .features-section .grid,
  .service-section .service-grids .grid,
  .blog-section .blog-grids .grid {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .cta-section .cta-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 28px 20px !important;
  }

  .cta-section .cta-text h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  /* Stronger grain on mobile so it still reads */
  body:before {
    opacity: 0.2;
  }

  body:after {
    opacity: 0.07;
  }

  .section-title h2,
  .section-title-s2 h2 {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .section-title,
  .section-title-s2 {
    margin-bottom: 28px !important;
    padding: 0 4px;
  }

  .features-section,
  .blog-section {
    padding-left: 0;
    padding-right: 0;
  }

  .features-section .features-grids,
  .service-section .service-grids,
  .blog-section .blog-grids {
    gap: 16px !important;
  }

  .about-section .left-content,
  .about-section .right-content {
    width: 100% !important;
    float: none !important;
    padding: 0 15px !important;
  }

  .about-section .about-content {
    width: 100% !important;
    padding: 30px 0 10px !important;
  }

  .about-section .left-content {
    margin-bottom: 10px;
    text-align: center;
  }

  .about-section .left-content img {
    max-width: 320px;
    margin: 0 auto;
  }

  .fun-fact-section .fun-fact-grids .grid {
    width: calc(50% - 10px) !important;
    margin: 0 0 16px !important;
    padding: 28px 12px !important;
  }

  .fun-fact-section .fun-fact-grids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 !important;
  }

  .fun-fact-section .fun-fact-grids .grid {
    float: none !important;
  }

  .blog-section .blog-grids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .blog-section .blog-grids .grid {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  .site-footer .upper-footer .col {
    margin-bottom: 28px;
  }

  .site-footer .lower-footer .copyright,
  .site-footer .lower-footer .social-icons {
    float: none !important;
    text-align: center;
    display: block;
    width: 100%;
  }

  .site-footer .lower-footer .social-icons {
    margin-top: 14px;
  }

  .site-footer .lower-footer .social-icons ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }

  .hero-proof {
    max-width: 100%;
  }

  .hero-static-image .btns .theme-btn-s2 {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 480px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 100% !important;
  }

  .hero-static-image h2 {
    font-size: 24px !important;
  }

  .header-btn {
    padding: 8px 10px !important;
    font-size: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-static-image .slide-title,
  .hero-static-image .slide-subtitle,
  .hero-static-image .hero-proof,
  .hero-static-image .btns {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
}
