@charset "UTF-8";
/*----------------------------------------------------------------------------------- 

Template Name: Renvia – Real Estate Group HTML5 Template
URI: https://nayonacademy.com/
Description: Renvia is a premium, modern and feature-rich Real Estate HTML5 Template designed for property agencies, real estate companies, builders, architects, residential & commercial listing platforms. It delivers a clean UI, elegant layout structure, powerful features, and smooth user experience to help you showcase properties professionally and convert more clients.
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
    # Sections
       # Header CSS
       # Hero Section CSS
       # About Section CSS
       # Features Section CSS
       # Service Section CSS
       # Counter Section CSS
       # Project Section CSS
       # Pricing Section CSS
       # Faq Section CSS
       # Testimonial Section CSS
       # Company Section CSS
       # CTA Section CSS
       # Contact Section CSS
       # Error Section CSS
       # Footer CSS
-------------------------------------------------------    */
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  /* --primary-color: #FF4136;
  --heading-color: #1C1C25;
  --primary-black-color: #1C1C25;
  --gray-color: #F7F5EF;
  --white-color: #ffffff;
  --text-color: #797E88;
  --border-color: #D8DDE1;
  --heading-font: "Cal Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif; */

  --primary-color: #cb9a32;
  --heading-color: #1C1C25;
  --primary-black-color: #1C1C25;
  --gray-color: #F7F5EF;
  --white-color: #ffffff;
  --text-color: #797E88;
  --border-color: #D8DDE1;
  --heading-font: "Cal Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand-logo{
  width:100px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 65px;
  line-height: 1.15em;
}

h2 {
  font-size: 46px;
  line-height: 1.25em;
}

h3 {
  font-size: 30px;
  line-height: 1.33em;
}

h4 {
  font-size: 24px;
  line-height: 1.3em;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6 {
  font-size: 16px;
  line-height: 28px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

.home-one main {
  margin-top: 157px;
}
@media (max-width: 767.98px) {
  .home-one main {
    margin-top: 130px;
  }
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
#smooth-wrapper {
  z-index: 1;
}

.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

/* Section Title */
.sub-title {
  font-size: 16px;
  line-height: 1;
  font-family: var(--body-font);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 14px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .sub-title {
    font-size: 16px;
  }
}

.section-title .sub-title {
  color: var(--primary-color);
  margin-bottom: 12px;
}
.section-title h2 {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1650px) {
  .section-title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 1.4em;
  }
}

.text-white .sub-title {
  color: var(--primary-color);
}
.text-white .sub-title:after {
  background-color: var(--primary-color);
}

/* Check List */
.check-list li {
  position: relative;
  font-weight: 500;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-connectivity-layout {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
  gap: 22px 14px;
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 30px;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}
.location-connectivity-layout:before {
  display: none;
}
.location-connectivity-title-wrap {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
}
.location-connectivity-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.location-connectivity-title .sub-title {
  margin-bottom: 0;
}
.location-connectivity-content-column,
.connectivity-video-column {
  display: flex;
  min-width: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .location-connectivity-content-column {
    padding-left: 0;
    padding-right: 0;
  }
  .connectivity-video-column {
    padding-left: 0;
    padding-right: 0;
  }
}
.location-connectivity-content-column .location-connectivity-panel,
.connectivity-video-column .connectivity-video-card {
  width: 100%;
}
.location-connectivity-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 204px 1fr 1fr 1fr;
  gap: 12px;
  position: relative;
  height: 100%;
  min-height: 0;
  padding: 0;
  margin-bottom: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.location-connectivity-hub {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 32px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(203, 154, 50, .2), transparent 38%),
    linear-gradient(135deg, rgba(5, 38, 35, .98), rgba(11, 57, 43, .94)),
    #062b28;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(6, 43, 40, .18);
}
.location-connectivity-hub:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(203, 154, 50, .14);
  box-shadow:
    0 0 0 14px rgba(203, 154, 50, .07),
    0 0 0 30px rgba(255, 255, 255, .04);
}
.location-connectivity-hub span,
.location-connectivity-point span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.location-connectivity-hub span {
  color: var(--primary-color);
}
.location-connectivity-hub strong {
  position: relative;
  display: block;
  margin-top: 10px;
  max-width: 430px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 950;
  line-height: 1.1;
}
.location-connectivity-hub p {
  position: relative;
  max-width: 430px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}
.location-connectivity-point {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 12px;
  align-items: center;
  position: relative;
  min-height: 0;
  padding: 15px;
  border: 1px solid rgba(203, 154, 50, .16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .94)),
    #ffffff;
  box-shadow: 0 10px 24px rgba(15, 28, 46, .05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.location-connectivity-point:hover {
  transform: translateY(-4px);
  border-color: rgba(203, 154, 50, .45);
  background: #fffaf0;
  box-shadow: 0 14px 28px rgba(15, 28, 46, .08);
}
.location-connectivity-point i {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, #092f2b, #051b18);
  color: var(--primary-color);
  font-size: 19px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 18px rgba(6, 43, 40, .14);
}
.location-connectivity-point span {
  color: #7f8794;
  align-self: end;
}
.location-connectivity-point strong {
  display: block;
  color: #0f1c2e;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  align-self: start;
}
.location-connectivity-point--wide {
  grid-column: span 2;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.check-list.style-one i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-one img {
  margin-right: 10px;
}
.check-list.style-two li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 10px;
  margin-right: 10px;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-list.style-three li {
  padding-left: 15px;
}
.check-list.style-three li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.check-list.location-connectivity-list li {
  padding-left: 0;
  line-height: 1.65;
  position: relative;
}
.check-list.location-connectivity-list li:before {
  display: none;
}
.check-list.location-connectivity-list li i {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin-right: 0;
  border: 3px solid #f7f5ef;
  border-radius: 50%;
  background: var(--primary-color);
  color: #ffffff;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(203, 154, 50, 0.22);
}
.check-list.location-connectivity-list li strong {
  display: inline;
  margin-right: 4px;
  margin-bottom: 0;
  color: #0f1c2e;
  font-size: 16px;
  font-weight: 900;
}
.check-list.location-connectivity-list li em {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(203, 154, 50, 0.14);
  color: #8a6015;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .location-connectivity-panel {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .location-connectivity-hub,
  .location-connectivity-point--wide {
    grid-column: span 1;
  }
  .location-connectivity-hub strong {
    font-size: 23px;
  }
}

/* Floating Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* Rotate360 */
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

/* ZoomInOut */
.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Ratings */
.ratings i {
  color: #FF6633;
}

/* Pagination */
.theme-pagination ul li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.theme-pagination ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: var(--heading-color);
  border-radius: 50%;
}
.theme-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loading, .preloader .loading-wrapper {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.preloader .loading-wrapper {
  margin: 40px auto;
}
.preloader .loading-wrapper .loading {
  border: 1px solid transparent;
  border-color: transparent var(--primary-color) transparent var(--primary-color);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loading-wrapper #loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loading-wrapper #loading-icon img {
  width: 40px;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 1000;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.renvia-offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 350px;
  height: 100%;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -350px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white-color);
  z-index: 999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.renvia-offcanvas-panel .panel-header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.renvia-offcanvas-panel .panel-header .brand-logo {
  max-width: 150px;
}
.renvia-offcanvas-panel .panel-header .panel-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  cursor: pointer;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .project-content .location {
  color: var(--white-color);
  margin-bottom: 10px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .project-content .location i {
  color: var(--primary-color);
  margin-right: 8px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .project-content .title {
  color: var(--white-color);
  font-size: 22px;
}
.renvia-offcanvas-panel .panel-box form {
  padding-bottom: 20px;
}
.renvia-offcanvas-panel .panel-box .form_control {
  border-radius: 28px;
  border: 1px solid var(--border-color);
  padding: 12px 170px 12px 25px;
}
.renvia-offcanvas-panel .panel-box .theme-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
.renvia-offcanvas-panel .panel-box .theme-btn.style-one {
  padding: 11px 20px;
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Translate 3D Animation */
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-family: var(--body-font);
  padding: 18px 30px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn i {
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .theme-btn.style-one {
    padding: 15px 30px;
  }
}
.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.read-more.style-one {
  position: relative;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.read-more.style-one:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--heading-color);
}
.read-more.style-one i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover {
  color: var(--primary-color);
}
.read-more.style-one:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.read-more.style-one:hover:after {
  left: auto;
  right: 0;
  background-color: var(--primary-color);
}
.read-more.style-two {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 700;
}
.read-more.style-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  color: var(--heading-color);
}
.read-more.style-two:hover .icon {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
}

/*  Header Area */
.header-area {
  position: relative;
  z-index: 9999;
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  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;
}
.header-navigation .site-branding {
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .header-navigation .site-branding {
    max-width: 150px;
  }
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 16px var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 40px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

/* Nav Right Item */
.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .offcanvas-toggle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--white-color);
  cursor: pointer;
  color: var(--white-color);
  font-size: 18px;
  margin-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle {
    display: none;
  }
}
.nav-right-item .theme-btn {
  margin-left: 30px;
  padding: 18px 40px;
}
.customer-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 30;
}
.customer-menu__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  color: #0f1c2e;
  font-weight: 800;
  padding: 10px 14px;
  line-height: 1;
  cursor: pointer;
  transition: all .18s ease;
}
.customer-menu__trigger i {
  font-size: 12px;
  color: var(--primary-color);
}
.customer-menu:hover .customer-menu__trigger,
.customer-menu:focus-within .customer-menu__trigger,
.customer-menu.is-open .customer-menu__trigger {
  border-color: var(--primary-color);
  box-shadow: 0 10px 24px rgba(15, 28, 46, .12);
}
.customer-menu__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 190px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 28, 46, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .18s ease;
}
.customer-menu__dropdown:before {
  content: "";
  position: absolute;
  inset: -12px 0 auto;
  height: 12px;
}
.customer-menu:hover .customer-menu__dropdown,
.customer-menu:focus-within .customer-menu__dropdown,
.customer-menu.is-open .customer-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.customer-menu__dropdown a,
.customer-menu__dropdown button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 10px 12px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.customer-menu__dropdown a:hover,
.customer-menu__dropdown button:hover {
  background: #f8fafc;
  color: #0f1c2e;
}
.customer-menu__dropdown a i,
.customer-menu__dropdown button i {
  color: var(--primary-color);
  width: 16px;
}
.customer-menu__dropdown form {
  margin: 0;
}
.customer-menu--mobile {
  display: block;
  width: 100%;
}
.customer-menu--mobile .customer-menu__trigger {
  width: 100%;
  justify-content: space-between;
}
.customer-menu--mobile .customer-menu__dropdown {
  left: 0;
  right: auto;
  min-width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .theme-btn {
    padding: 15px 40px;
  }
}

.header-one {
  margin-top: 25px;
}
.header-one .container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1650px) {
  .header-one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-one .header-navigation {
  background-color: var(--white-color);
  padding: 0 30px;
  border-radius: 100px;
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation {
    padding: 15px 20px;
    border-radius: 50px;
  }
}
.header-one .nav-right-item .offcanvas-toggle {
  color: var(--heading-color);
  border-color: var(--heading-color);
}

.header-two .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .header-two .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-two .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-two .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

.header-three .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-three .header-navigation {
  border-bottom: 1px solid var(--border-color);
}
.header-three .nav-right-item .offcanvas-toggle {
  color: var(--heading-color);
  border-color: var(--heading-color);
}

/* Header Style Four */
.header-four {
  margin-top: 25px;
}
.header-four .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .header-four .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-four .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-four .header-navigation {
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.26);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  padding: 0 40px;
}
@media screen and (max-width: 1199.98px) {
  .header-four .header-navigation {
    backdrop-filter: inherit;
    padding: 10px 15px;
  }
}
.header-four .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-four .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-four .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-four .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-four .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-four .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-four .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-four .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Sticky Header */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
}
.sticky.header-one {
  background-color: var(--white-color);
}
.sticky.header-two {
  background-color: var(--heading-color);
}
.sticky.header-three {
  background-color: var(--white-color);
}
.sticky.header-four {
  background-color: var(--heading-color);
}
.sticky.header-four .header-navigation {
  border-radius: 0;
  border: none;
  background-color: inherit;
  backdrop-filter: inherit;
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .sticky.header-four .header-navigation {
    padding: 10px 0;
  }
}
.sticky.header-four .nav-right-item .nav-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/*======================
    Hero Section  CSS
=======================*/
/* Avatar Box */
.renvia-avatar-box .avatar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.renvia-avatar-box .avatar-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-avatar-box .avatar-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.renvia-avatar-box .avatar-list ul li:not(:first-child) {
  margin-left: -15px;
}
.renvia-avatar-box .avatar-list ul li img {
  width: 55px;
  height: 55px;
  border: 2px solid var(--white-color);
  border-radius: 50%;
}
.renvia-avatar-box .avatar-list ul li span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  background-color: var(--primary-color);
  font-weight: 600;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.renvia-hero_one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.renvia-hero_one .hero-dots {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0px 20px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_one .hero-dots {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-dots {
    display: none;
  }
}
.renvia-hero_one .hero-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.renvia-hero_one .hero-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-hero_one .hero-dots .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 10px;
}
.renvia-hero_one .renvia-avatar-box {
  position: absolute;
  right: 60px;
  bottom: 120px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .renvia-hero_one .renvia-avatar-box {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .renvia-hero_one .renvia-avatar-box .avatar-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.renvia-hero_one .renvia-avatar-box .avatar-list .text p {
  color: var(--white-color);
  margin-top: 5px;
}
.renvia-hero_one .single-slider {
  position: relative;
  z-index: 1;
  padding: 235px 0 120px;
}
@media (max-width: 767.98px) {
  .renvia-hero_one .single-slider {
    padding: 120px 0 140px;
  }
}
.renvia-hero_one .hero-video {
  position: relative;
  z-index: 1;
  padding: 235px 0 58px;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 760px;
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-video {
    height: 100vh;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .renvia-hero_one .hero-video .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 80px 15px 60px;
  }
}
.renvia-hero_one .hero-video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -2;
}
.renvia-hero_one .hero-video__media--youtube {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .renvia-hero_one .hero-video__media--youtube {
    width: 160%;
    height: 160%;
  }
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-video__media {
    object-position: 58% center;
  }
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-video__media--youtube {
    width: 400%;
    height: 220%;
  }
}
.renvia-hero_one .hero-video:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.6);
  z-index: -1;
}
.renvia-hero_one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}
.renvia-hero_one .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.6);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content {
    text-align: center;
  }
}
.renvia-hero_one .hero-content .tag-line {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content .tag-line {
    font-size: 16px;
  }
}
.renvia-hero_one .hero-content h1 {
  font-size: 94px;
  line-height: 104px;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_one .hero-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.renvia-hero_one .hero-content p {
  color: var(--white-color);
  max-width: 650px;
  margin-bottom: 35px;
}
.renvia-hero_one .hero-content__inner {
  width: 100%;
}
.hero-project-stats-section {
  position: relative;
  z-index: 2;
  padding: 0 0 34px;
  margin-top: -44px;
  background: transparent;
}
.hero-project-stats-section .container {
  display: flex;
  justify-content: center;
}
.hero-banner-stack {
  width: min(1040px, calc(100vw - 48px));
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.hero-project-stats {
  position: relative;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(211, 169, 91, 0.5);
  background: linear-gradient(135deg, rgba(255, 252, 244, 0.94), rgba(246, 240, 227, 0.88));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}
.hero-project-stats:before {
  position: absolute;
  top: -44px;
  right: 7%;
  left: 7%;
  height: 86px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  pointer-events: none;
}
.hero-project-stats__grid,
.hero-project-stats__ribbon {
  position: relative;
  z-index: 1;
}
.hero-project-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
.hero-project-stats__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 16px;
  color: #113920;
  animation: heroStatsItemReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-project-stats__item:nth-child(2) {
  animation-delay: 0.08s;
}
.hero-project-stats__item:nth-child(3) {
  animation-delay: 0.16s;
}
.hero-project-stats__item:nth-child(4) {
  animation-delay: 0.24s;
}
.hero-project-stats__item:not(:last-child):after {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  content: "";
  background: rgba(178, 132, 58, 0.72);
}
.hero-project-stats__item i {
  flex: 0 0 auto;
  color: #b1843d;
  font-size: 38px;
  line-height: 1;
}
.hero-project-stats__item div {
  display: grid;
  gap: 1px;
}
.hero-project-stats__item strong {
  color: #10391f;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.hero-project-stats__item span {
  color: #244a32;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
}
@keyframes heroStatsItemReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-project-stats__item {
    animation: none;
  }
}
.hero-project-stats__ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 36px;
  padding: 8px 20px;
  background: linear-gradient(90deg, #0a2a15, #164622 54%, #164622);
  border-radius: 0 0 12px 12px;
  color: #d5ad5d;
  text-align: center;
  text-transform: uppercase;
}
.hero-project-stats__ribbon span {
  width: 54px;
  height: 1px;
  background: rgba(213, 173, 93, 0.72);
}
.hero-project-stats__ribbon strong {
  color: #d5ad5d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-video {
    height: auto;
    min-height: 100dvh;
  }
  .renvia-hero_one .hero-content p {
    margin-bottom: 16px;
  }
  .hero-project-stats-section {
    padding: 0 0 28px;
    margin-top: -38px;
  }
  .hero-banner-stack {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-project-stats {
    width: 100%;
  }
  .hero-project-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-project-stats__item {
    min-height: 54px;
    gap: 8px;
    padding: 8px;
  }
  .hero-project-stats__item:nth-child(2):after {
    display: none;
  }
  .hero-project-stats__item i {
    font-size: 24px;
  }
  .hero-project-stats__item strong {
    font-size: 22px;
  }
  .hero-project-stats__item span {
    font-size: 11px;
  }
  .hero-project-stats__ribbon {
    gap: 10px;
    padding: 7px 8px;
  }
  .hero-project-stats__ribbon span {
    width: 20px;
  }
  .hero-project-stats__ribbon strong {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 575.98px) {
  .renvia-hero_one .hero-content {
    width: 100%;
    overflow: hidden;
  }
  .renvia-hero_one .hero-content__inner {
    width: min(340px, calc(100vw - 32px));
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .renvia-hero_one .hero-content h1 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    line-height: 30px;
    overflow-wrap: break-word;
    white-space: normal !important;
  }
  .renvia-hero_one .hero-content h1.text-anm div {
    white-space: normal !important;
  }
  .renvia-hero_one .hero-content p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }
  .hero-project-stats-section {
    padding-right: 0;
    padding-left: 0;
    margin-top: -34px;
  }
  .hero-banner-stack {
    width: 100%;
    max-width: 340px;
  }
  .hero-project-stats {
    width: 100%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-project-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-project-stats__item {
    justify-content: center;
    min-height: 54px;
    padding: 8px 6px;
  }
  .hero-project-stats__item:not(:last-child):after {
    top: 11px;
    right: 0;
    bottom: 11px;
    left: auto;
    width: 1px;
    height: auto;
  }
  .hero-project-stats__grid {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
  }
  .hero-project-stats__item:nth-child(2):after {
    display: none;
  }
  .hero-project-stats__ribbon strong {
    letter-spacing: 1.2px;
  }
  .renvia-hero_one .hero-video .container {
    padding: 92px 15px 34px;
  }
  .renvia-hero_one .single-slider {
    padding: 140px 0 180px;
  }
  .renvia-hero_one .renvia-avatar-box {
    bottom: 60px;
  }
}
.connectivity-video-card {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 560px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}
.connectivity-video-column {
  align-items: stretch;
}
.connectivity-video-column .connectivity-video-card {
  width: 100%;
}
.connectivity-video-card:before {
  content: none;
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
  pointer-events: none;
  z-index: 2;
}
.connectivity-video-card__media {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 24px;
  background: transparent;
}
.connectivity-video-card__media:after {
  content: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 43, 40, .02), rgba(6, 43, 40, .34)),
    radial-gradient(circle at 100% 0, rgba(203, 154, 50, .24), transparent 36%);
  pointer-events: none;
}
.connectivity-video-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.connectivity-video-card__media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 178%;
  max-width: none;
  height: 100%;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.connectivity-video-card__play {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px 9px 10px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #062b28;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .16);
}
.connectivity-video-card__play:hover {
  color: #062b28;
  transform: translateY(-1px);
}
.connectivity-video-card__play i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 11px;
}
.connectivity-video-card__label {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 3;
  max-width: calc(100% - 56px);
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 12px;
  background: rgba(15, 28, 46, .72);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: #ffffff;
}
.connectivity-video-card__label span {
  display: block;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.connectivity-video-card__label strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .location-connectivity-layout {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 20px;
  }
  .location-connectivity-panel,
  .connectivity-video-card {
    height: auto;
  }
  .location-connectivity-content-column,
  .connectivity-video-column {
    display: block;
  }
  .location-connectivity-panel {
    grid-template-rows: none;
    gap: 12px;
  }
  .connectivity-video-card {
    min-height: 0;
    border-radius: 18px;
  }
  .connectivity-video-card__media {
    aspect-ratio: 16 / 11;
    border-radius: 14px;
  }
  .connectivity-video-card__media iframe {
    width: 124%;
  }
  .connectivity-video-card__play {
    top: 12px;
    right: 12px;
    padding: 7px 10px 7px 7px;
    font-size: 11px;
  }
  .connectivity-video-card__play i {
    width: 26px;
    height: 26px;
  }
  .connectivity-video-card__label {
    left: 18px;
    top: 18px;
    max-width: calc(100% - 36px);
  }
}

.renvoa-hero_two {
  padding: 310px 0 240px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .renvoa-hero_two {
    padding: 150px 0 100px;
  }
}
.renvoa-hero_two .hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-image {
    display: none;
  }
}
.renvoa-hero_two .hero-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1650px) {
  .renvoa-hero_two .hero-image img {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.renvoa-hero_two .hero-image:after {
  position: absolute;
  left: 70px;
  bottom: -80px;
  content: "";
  width: 100px;
  height: 580px;
  background-color: var(--white-color);
  clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
  z-index: -1;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
@media (max-width: 1650px) {
  .renvoa-hero_two .hero-image:after {
    left: 110px;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
}
.renvoa-hero_two .shape-one {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 2;
}
.renvoa-hero_two .shape-one span {
  width: 500px;
  height: 500px;
  background-color: var(--primary-color);
  clip-path: polygon(100% 0, 20% 100%, 100% 100%);
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .shape-one {
    display: none;
  }
}
.renvoa-hero_two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.97);
  z-index: -1;
}
.renvoa-hero_two .container-fluid {
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 1650px) {
  .renvoa-hero_two .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content {
    text-align: center;
  }
}
.renvoa-hero_two .hero-content .tag-line {
  color: var(--primary-color);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .renvoa-hero_two .hero-content .tag-line {
    font-size: 16px;
  }
}
.renvoa-hero_two .hero-content h1 {
  max-width: 600px;
  color: var(--white-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content h1 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767.98px) {
  .renvoa-hero_two .hero-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
.renvoa-hero_two .hero-content p {
  color: var(--white-color);
  max-width: 635px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content p {
    margin: 0 auto 35px;
  }
}

.renvia-hero_three {
  position: relative;
  z-index: 1;
  padding: 138px 0 0;
}
.renvia-hero_three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75%;
  background-color: var(--gray-color);
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three:after {
    height: 85%;
  }
}
.renvia-hero_three .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-hero_three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.renvia-hero_three .hero-content {
  max-width: 765px;
}
.renvia-hero_three .hero-content h1 {
  font-size: 92px;
  line-height: 102px;
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  .renvia-hero_three .hero-content h1 {
    font-size: 72px;
    line-height: 85px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-hero_three .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .hero-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 575.98px) {
  .renvia-hero_three .hero-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
.renvia-hero_three .hero-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  max-width: 700px;
  color: var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .hero-content p {
    font-size: 16px;
  }
}
.renvia-hero_three .renvia-text-box {
  margin-top: 10px;
  max-width: 520px;
  float: right;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .renvia-text-box {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .renvia-text-box .renvia-avatar-box .avatar-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .renvia-hero_three .renvia-text-box .renvia-avatar-box .avatar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renvia-hero_three .renvia-text-box .renvia-avatar-box .avatar-list .text p {
  color: var(--heading-color);
  font-weight: 600;
}
.renvia-hero_three .renvia-text-box > p {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
}
.renvia-hero_three .renvia-image img {
  border-radius: 50px;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .renvia-image img {
    border-radius: 20px;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/* Page Banner CSS */
.page-hero {
  padding: 135px 0 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .page-hero {
    padding: 230px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .page-hero {
    padding: 150px 0 20px;
  }
}
.page-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(28, 28, 37, 0.75); */
  z-index: -1;
}
.page-hero .page-content h1 {
  color: var(--white-color);
  font-size: 65px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .page-hero .page-content h1 {
    font-size: 44px;
  }
}
.page-hero .page-content ul li {
  display: inline-block;
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
}
.page-hero .page-content ul li:not(:last-child):after {
  display: inline-block;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-left: 8px;
  margin-right: 5px;
}
.page-hero .page-content ul li a {
  color: var(--primary-color);
}

/*======================
    About Section  CSS
=======================*/
.renvia-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-support-box .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  margin-right: 15px;
}
.renvia-support-box .thumb img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.renvia-support-box .content .title {
  margin-bottom: 5px;
}
.renvia-support-box .content h6 {
  color: var(--primary-color);
}

.renvia-support-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-support-box-two .icon-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-support-box-two .icon-thumb .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}
.renvia-support-box-two .icon-thumb .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  margin-left: -20px;
}

.renvia-about_one {
  position: relative;
  z-index: 1;
}
.renvia-about_one .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.renvia-about_one .renvia-image-box {
  position: relative;
  min-height: 610px;
  margin-right: -30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_one .renvia-image-box {
    margin-right: 0;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_one {
  /* padding-top: 120px; */
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one {
    padding-top: 0;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_one img {
  /* max-width: 355px;
  border-radius: 20px; */
}
@media (max-width: 1650px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one img {
    /* max-width: 305px; */
  }
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one {
    margin-bottom: 30px;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_two {
  position: absolute;
  right: 0;
  top: 0;
}
.renvia-about_one .renvia-image-box .renvia-image.image_two img {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_two {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_three {
  position: absolute;
  top: 35%;
  right: 28%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_three {
    display: none;
  }
  .renvia-about_one .renvia-image-box .renvia-image.image_three img {
    width: 100%;
  }
}
.renvia-about_one .renvia-image-box .renvia-ratings-box {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 10px 40px 20px;
  border-radius: 30px;
  max-width: 275px;
  width: 100%;
  background-color: var(--white-color);
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-ratings-box {
    display: none;
  }
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content h2 {
  font-size: 75px;
  color: var(--primary-color);
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content .renvia-avatar-box .avatar-list {
  margin-bottom: 10px;
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content .text .ratings {
  margin-bottom: 15px;
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content .text .ratings i {
  font-size: 10px;
}
.renvia-about_one .renvia-content-box {
  padding-left: 60px;
}
@media (max-width: 1650px) {
  .renvia-about_one .renvia-content-box {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_one .renvia-content-box {
    padding-left: 0;
  }
}
.renvia-about_one .renvia-content-box > p {
  margin-bottom: 30px;
}
.renvia-about_one .renvia-content-box .renvia-features-list {
  /* border-bottom: 1px solid var(--border-color); */
  margin-bottom: 30px;
}
.renvia-about_one .renvia-content-box .check-list {
  margin-bottom: 30px;
}
.renvia-about_one .renvia-content-box > h6 {
  margin-bottom: 30px;
}

.call-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call-support-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--heading-color);
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.call-support-box .content .title {
  color: var(--heading-color);
  font-weight: 700;
}

.renvia-about_two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.renvia-about_two .shape {
  z-index: -1;
}
@media (max-width: 767.98px) {
  .renvia-about_two .shape {
    display: none;
  }
}
.renvia-about_two .shape.shape-one {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media (max-width: 1650px) {
  .renvia-about_two .shape.shape-one img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_two .shape.shape-one img {
    max-width: 100%;
  }
}
.renvia-about_two .shape.shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media (max-width: 1650px) {
  .renvia-about_two .shape.shape-two img {
    max-width: 50%;
  }
}
.renvia-about_two .renvia-image-box {
  position: relative;
}
.renvia-about_two .renvia-image-box .renvia-image img {
  border-radius: 30px;
}
.renvia-about_two .renvia-image-box .renvia-content-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 20px;
}
.renvia-about_two .renvia-image-box .renvia-content-box .content {
  padding: 30px 20px;
  border: 1px solid var(--white-color);
  border-radius: 10px;
}
@media (max-width: 1650px) {
  .renvia-about_two .renvia-content-box .section-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .section-title h2 {
    font-size: 28px;
  }
}
.renvia-about_two .renvia-content-box > p {
  margin-bottom: 30px;
}
.renvia-about_two .renvia-content-box .renvia-tabs {
  margin-bottom: 30px;
}
.renvia-about_two .renvia-content-box .renvia-tabs .nav-tabs {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.renvia-about_two .renvia-content-box .renvia-tabs li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .renvia-tabs li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.renvia-about_two .renvia-content-box .renvia-tabs .nav-link {
  padding: 14px 24px;
  background-color: #f8f8f8;
  color: var(--heading-color);
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
}
.renvia-about_two .renvia-content-box .renvia-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-about_two .renvia-content-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-about_two .renvia-content-box .content-box .renvia-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 230px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .content-box .renvia-image {
    margin-bottom: 20px;
  }
}
.renvia-about_two .renvia-content-box .content-box .renvia-image img {
  width: 100%;
  border-radius: 20px;
}
.renvia-about_two .renvia-content-box .content-box .content p {
  margin-bottom: 20px;
  line-height: 26px;
}
.renvia-about_two .renvia-content-box .renvia-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .renvia-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-about_two .renvia-content-box .renvia-button-wrap .call-support-box {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .renvia-button-wrap .call-support-box {
    margin-left: 0;
    margin-top: 20px;
  }
}

.renvia-about_three {
  background-color: #f8f8f8;
}
.renvia-about_three .renvia-content-box {
  padding-right: 60px;
}
@media (max-width: 1650px) {
  .renvia-about_three .renvia-content-box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_three .renvia-content-box {
    padding-right: 0;
  }
}
.renvia-about_three .renvia-content-box .features-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .features-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-about_three .renvia-content-box .features-box-wrap .renvia-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 275px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .features-box-wrap .renvia-image {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.renvia-about_three .renvia-content-box .features-box-wrap .renvia-image img {
  border-radius: 20px;
}
.renvia-about_three .renvia-content-box .renvia-button-wrap {
  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;
  max-width: 460px;
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .renvia-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .renvia-button-wrap .renvia-button {
    margin-top: 20px;
  }
}
.renvia-about_three .renvia-text-box p {
  margin-bottom: 30px;
  font-weight: 600;
}
.renvia-about_three .renvia-text-box img {
  border-radius: 30px;
}

.renvia-work-sec .renvia-work-item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.renvia-work-sec .renvia-work-item:nth-child(even) .thumbnail {
  text-align: left;
}
@media screen and (max-width: 1199.98px) {
  .renvia-work-sec .renvia-work-item:nth-child(even) .thumbnail {
    text-align: center;
  }
}
.renvia-work-sec .renvia-work-item .content {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1650px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 0;
  }
}
.renvia-work-sec .renvia-work-item .content .sub-text {
  position: absolute;
  top: 155px;
  left: -135px;
  width: 48%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary-color);
  font-weight: 700;
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .renvia-work-sec .renvia-work-item .content .sub-text {
    left: -95px;
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .renvia-work-sec .renvia-work-item .content .sub-text {
    display: none;
  }
}
.renvia-work-sec .renvia-work-item .content .step {
  font-size: 100px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 1650px) {
  .renvia-work-sec .renvia-work-item .content .step {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .renvia-work-sec .renvia-work-item .content .step {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.renvia-work-sec .renvia-work-item .content .title {
  margin-bottom: 20px;
}
.renvia-work-sec .renvia-work-item .thumbnail {
  text-align: right;
}
@media screen and (max-width: 1199.98px) {
  .renvia-work-sec .renvia-work-item .thumbnail {
    text-align: center;
  }
}
.renvia-work-sec .renvia-work-item .thumbnail img {
  border-radius: 20px;
}

/*======================
    Features Section  CSS
=======================*/
.renvia-iconic-left-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-iconic-left-box.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  margin-right: 15px;
}
.renvia-iconic-left-box.style-one .content h5 {
  line-height: 28px;
  /* max-width: 200px; */
}
.renvia-iconic-left-box.style-two .content .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.renvia-iconic-left-box.style-two .content .title .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F5EF;
}
.renvia-iconic-left-box.style-two .content p {
  font-weight: 600;
}
.renvia-iconic-left-box.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-iconic-left-box.style-three .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  font-size: 40px;
  color: var(--primary-color);
}
.renvia-iconic-left-box.style-three .content .title {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .renvia-iconic-left-box.style-three .content .title {
    font-size: 18px;
  }
}
.renvia-iconic-left-box.style-three .content p {
  font-weight: 500;
}

.renvia-feature-item.style-one .icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  margin-bottom: 25px;
}
.renvia-feature-item.style-one .icon .sm-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
}
.renvia-feature-item.style-one .content h5 {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.renvia-feature-item.style-two {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 30px 20px 25px;
}
.renvia-feature-item.style-two .icon {
  margin-bottom: 22px;
}
.renvia-feature-item.style-two .content .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.renvia-feature_one .renvia-image {
  margin-right: -55px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-feature_one .renvia-image {
    margin-right: 0;
  }
}
.renvia-feature_one .renvia-image img {
  border-radius: 30px;
}
.renvia-feature_one .renvia-content-box {
  padding-left: 85px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-feature_one .renvia-content-box {
    padding-left: 0;
  }
}
.renvia-feature_one .renvia-content-box > p {
  margin-bottom: 35px;
}
.renvia-feature_one .renvia-content-box .counter-wrap {
  padding-top: 15px;
  margin-bottom: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1650px) {
  .renvia-feature_one .renvia-content-box .counter-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .counter-wrap .renvia-counter-item .content h2 {
    font-size: 30px;
  }
}
.renvia-feature_one .renvia-content-box .counter-wrap .renvia-counter-item .content p {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .counter-wrap .renvia-counter-item .content p {
    font-size: 12px;
    line-height: 24px;
  }
}
.renvia-feature_one .renvia-content-box .button-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .button-check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-feature_one .renvia-content-box .button-check-wrap .renvia-button {
  margin-right: 30px;
}
@media (max-width: 1650px) {
  .renvia-feature_one .renvia-content-box .button-check-wrap .renvia-button {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .button-check-wrap .renvia-button {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.renvia-feature_one .renvia-content-box .button-check-wrap .check-list li {
  color: var(--text-color);
}
.renvia-feature_one .renvia-content-box .button-check-wrap .check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.renvia-feature_two .renvia-image-box {
  position: relative;
}
.renvia-feature_two .renvia-image-box .renvia-image img {
  border-radius: 30px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: var(--primary-color);
  max-width: 270px;
  width: 100%;
  border-radius: 20px;
  padding: 30px 20px 25px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .avatar-list ul li img {
  width: 40px;
  height: 40px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .avatar-list ul li span {
  width: 40px;
  height: 40px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .text-wrap .number {
  font-size: 18px;
  color: var(--white-color);
  margin-right: 10px;
  font-weight: 700;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .text-wrap .text {
  font-size: 14px;
  color: var(--white-color);
}

.renvia-intro_one {
  position: relative;
  z-index: 1;
  /* padding: 300px 0; */
}
@media (max-width: 767.98px) {
  .renvia-intro_one {
    /* padding: 180px 0; */
  }
}
.renvia-intro_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(28, 28, 37, 0.6); */
  z-index: -1;
}
.renvia-intro_one .play-button .video-popup {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  position: relative;
  z-index: 1;
}
.renvia-intro_one .play-button .video-popup:after, .renvia-intro_one .play-button .video-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.renvia-intro_one .play-button .video-popup:before {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.renvia-intro_one .play-button .video-popup:after {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}
.renvia-intro_one .play-button .video-popup:hover {
  color: var(--primary-color);
}

.renvia-choose-sec .renvia-image img {
  border-radius: 30px;
}
.renvia-choose-sec .renvia-content-box {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-choose-sec .renvia-content-box {
    padding-left: 0;
  }
}
.renvia-choose-sec .renvia-content-box > p {
  margin-bottom: 20px;
  font-weight: 600;
}
.renvia-choose-sec .renvia-content-box .check-list li {
  padding-left: 20px;
  color: var(--heading-color);
}
.renvia-choose-sec .renvia-content-box .check-list li:before {
  top: 7px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-choose-sec .renvia-content-box .check-counter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap {
    margin-top: 25px;
    margin-left: 0;
  }
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap .renvia-counter-item {
  text-align: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap .renvia-counter-item:last-child {
  margin-left: -15px;
}

.renvia-make-sec .container {
  max-width: 1450px;
}
.renvia-make-sec .make-wrapper {
  position: relative;
  background-color: var(--primary-black-color);
  max-width: 1450px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-make-sec .make-wrapper {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .renvia-make-sec .make-wrapper {
    padding: 30px;
  }
}
.renvia-make-sec .make-wrapper .shape {
  position: absolute;
  bottom: 40px;
  left: 20%;
}
@media (max-width: 767.98px) {
  .renvia-make-sec .make-wrapper .shape {
    display: none;
  }
}
.renvia-make-sec .choose-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.renvia-make-sec .choose-arrows .slick-arrow {
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-make-sec .choose-arrows .slick-arrow:hover {
  color: var(--primary-color);
}
.renvia-make-sec .choose-arrows .progress-wrap {
  width: 70%;
  height: 1px;
  background-color: var(--border-color);
  border-radius: 3px;
  overflow: hidden;
}

.choose-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.choose-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.renvia-choose-box {
  text-align: center;
  border: 1px solid var(--white-color);
  padding: 40px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-choose-box:hover {
  border-color: var(--primary-color);
}
.renvia-choose-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.renvia-choose-box .content h5 {
  color: var(--white-color);
  margin-bottom: 15px;
  font-size: 20px;
}
.renvia-choose-box .content p {
  font-weight: 700;
  color: var(--white-color);
}

/* Awards section CSS */
.renvia-award-item.style-one {
  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;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.renvia-award-item.style-one:first-child {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
}
.renvia-award-item.style-one .award-title {
  width: 250px;
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-one .award-title {
    width: auto;
  }
}
.renvia-award-item.style-one .award-title h3 {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .renvia-award-item.style-one .award-title h3 {
    font-size: 20px;
  }
}
.renvia-award-item.style-one .award-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 450px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-award-item.style-one .award-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-one .award-info {
    padding: 20px 30px;
  }
}
.renvia-award-item.style-one .award-info p {
  max-width: 440px;
}
.renvia-award-item.style-one .award-thumb-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-award-item.style-one .award-thumb-year .award-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  border-right: 1px solid var(--border-color);
  margin-right: 50px;
}
.renvia-award-item.style-two {
  padding: 40px 40px 0;
}
.renvia-award-item.style-two .icon {
  margin-bottom: 15px;
}
.renvia-award-item.style-two .content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-two .content .title {
    font-size: 22px;
  }
}

.renvia-awards_one {
  background-color: var(--gray-color);
}
.renvia-awards_one .text-box {
  max-width: 440px;
}
@media screen and (max-width: 991.98px) {
  .renvia-awards_one .text-box {
    margin: 0 auto 40px;
  }
}

.renvia-award_two {
  padding-bottom: 120px;
}
@media screen and (max-width: 991.98px) {
  .renvia-award_two {
    padding-bottom: 80px;
  }
}
.renvia-award_two .award-wrapper {
  border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .renvia-award_two .award-wrapper {
    border-top: none;
  }
}
.renvia-award_two .award-wrapper .item-border:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .renvia-award_two .award-wrapper .item-border:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-award_two .award-wrapper .item-border .renvia-award-item {
    border: 1px solid var(--border-color);
    padding: 40px 30px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
}

/*======================
    Service Section  CSS
=======================*/
.renvia-iconic-box.style-one {
  border: 1px solid var(--heading-color);
  border-radius: 20px;
  padding: 0 20px 20px;
}
.renvia-iconic-box.style-one .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-bottom: 15px;
  margin-top: -30px;
}
.renvia-iconic-box.style-one .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.renvia-service-card.style-one {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 35px 40px 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-service-card.style-one {
    padding: 35px 30px 40px;
  }
}
.renvia-service-card.style-one:hover .title-wrap .icon-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-service-card.style-one:hover .title-wrap .icon-btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.renvia-service-card.style-one .title-wrap {
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.renvia-service-card.style-one .title-wrap .title-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.renvia-service-card.style-one .title-wrap .service-serial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
}
.renvia-service-card.style-one .title-wrap h4 {
  /* max-width: 180px; */
}
.renvia-service-card.style-one .title-wrap .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-service-card.style-one .title-wrap .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.renvia-service-card.style-one p {
  margin-bottom: 30px;
}
.renvia-service-card.style-one img {
  width: 100%;
  border-radius: 20px;
}
.renvia-service-card.style-two {
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 30px;
}
.renvia-service-card.style-two .content .title {
  margin-bottom: 35px;
}
@media screen and (max-width: 991.98px) {
  .renvia-service-card.style-two .content .title {
    font-size: 20px;
  }
}
.renvia-service-card.style-two .content .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-service-card.style-two .content .title span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 40px;
  margin-right: 15px;
}
.renvia-service-card.style-two .content > img {
  width: 100%;
}
.renvia-service-card.style-two .content p {
  margin-top: 25px;
  margin-bottom: 30px;
}
.renvia-service-card.style-three {
  border-radius: 30px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1650px) {
  .renvia-service-card.style-three {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-service-card.style-three {
    padding: 40px 30px;
  }
}
.renvia-service-card.style-three:hover {
  background-color: var(--heading-color);
  border-color: transparent;
}
.renvia-service-card.style-three:hover .content .title {
  color: var(--white-color);
}
.renvia-service-card.style-three:hover .content p {
  color: var(--white-color);
}
.renvia-service-card.style-three:hover .content .icon-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-service-card.style-three .icon {
  margin-bottom: 35px;
}
.renvia-service-card.style-three .content .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.renvia-service-card.style-three .content p {
  margin-bottom: 20px;
  font-weight: 600;
}
.renvia-service-card.style-three .content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-service-card.style-three .content .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.service-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .service-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.service-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .service-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.renvia-service_two .container-fluid,
.renvia-service_one .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1650px) {
  .renvia-service_two .container-fluid,
  .renvia-service_one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-service_two .container-fluid,
  .renvia-service_one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Service Details */
.service-details-wrapper .service-image {
  margin-bottom: 30px;
}
.service-details-wrapper .service-image img {
  border-radius: 30px;
}
.service-details-wrapper .service-content h3 {
  margin-bottom: 25px;
  font-size: 30px;
}
.service-details-wrapper .service-content > p {
  margin-bottom: 30px;
}
.service-details-wrapper .service-content .content-box p {
  margin-bottom: 20px;
}
.service-details-wrapper .service-content h4 {
  margin-bottom: 20px;
}
.service-details-wrapper .service-content .renvia-image {
  margin-right: 20px;
}
.service-details-wrapper .service-content .renvia-image img {
  border-radius: 20px;
  width: 100%;
}

/*======================
    Counter Section  CSS
=======================*/
.renvia-counter-item.style-one .content h2 {
  margin-bottom: 10px;
}
.renvia-counter-item.style-one .content h2 .symbol {
  color: var(--primary-color);
}
.renvia-counter-item.style-three {
  text-align: center;
}
.renvia-counter-item.style-three .content .title {
  color: var(--white-color);
  font-family: var(--heading-font);
  margin-bottom: 42px;
}
.renvia-counter-item.style-three .content h2 {
  margin-bottom: 10px;
  color: var(--white-color);
}
.renvia-counter-item.style-three .content h2 .symbol {
  color: var(--primary-color);
}
.renvia-counter-item.style-three .content p {
  font-weight: 700;
}

.renvia-counter-sec {
  background-color: var(--heading-color);
}
.renvia-counter-sec .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991.98px) {
  .renvia-counter-sec .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
    border-right: none;
  }
}

.renvia-counter_three .renvia-text-box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  border-radius: 30px;
  text-align: center;
}
.renvia-counter_three .renvia-text-box p {
  color: var(--white-color);
}
.renvia-counter_three .renvia-image img {
  border-radius: 30px;
  width: 100%;
}
.renvia-counter_three .renvia-image-two {
  margin-right: -20px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-counter_three .renvia-image-two {
    margin-right: 0;
  }
}
.renvia-counter_three .counter-wrapper {
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 35px 40px 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-counter_three .counter-wrapper {
    margin-left: 0;
  }
}
.renvia-counter_three .counter-wrapper .counter-list {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .renvia-counter_three .counter-wrapper .counter-list {
    border-right: none;
  }
}
.renvia-counter_three .counter-wrapper .counter-list .renvia-counter-item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-counter_three .counter-wrapper .counter-list .renvia-counter-item:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.renvia-counter_three .counter-wrapper .counter-wrap .renvia-counter-item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-counter_three .counter-wrapper .counter-wrap .renvia-counter-item:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/*======================
    Project Section  CSS
=======================*/
.renvia-project-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white-color);
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-project-item.style-one .project-content .project-meta span {
  color: var(--heading-color);
  margin-bottom: 10px;
}
.renvia-project-item.style-one .project-content .project-meta span:not(:last-child) {
  margin-right: 15px;
}
.renvia-project-item.style-one .project-content .project-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.renvia-project-item.style-one .project-content .project-meta span.location {
  font-weight: 500;
}
.renvia-project-item.style-one .project-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.renvia-project-item.style-one .project-content p {
  margin-bottom: 25px;
}
.renvia-project-item.style-one .project-content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-project-item.style-one .project-content .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-one .project-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 295px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-one .project-thumbnail {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}
.renvia-project-item.style-one .project-thumbnail img {
  width: 100%;
  border-radius: 20px;
}
.renvia-project-item.style-two .project-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.renvia-project-item.style-two .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px;
  background-color: rgba(28, 28, 37, 0.5);
}
.renvia-project-item.style-two .project-thumbnail .project-content .location {
  padding: 8px 12px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(4px);
  color: var(--white-color);
  margin-bottom: 25px;
}
.renvia-project-item.style-two .project-thumbnail .project-content .location i {
  color: var(--primary-color);
  margin-right: 8px;
}
.renvia-project-item.style-two .project-thumbnail .project-content .title {
  font-size: 36px;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-two .project-thumbnail .project-content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-two .project-thumbnail .project-content .theme-btn.style-one {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.renvia-project-item.style-three:hover .project-thumbnail .icon-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.renvia-project-item.style-three:hover .project-thumbnail .hover-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 37, 0)), color-stop(89.35%, #1C1C25));
  background: linear-gradient(180deg, rgba(28, 28, 37, 0) 0%, #1C1C25 89.35%);
}
.renvia-project-item.style-three .project-thumbnail {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.renvia-project-item.style-three .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.renvia-project-item.style-three .project-thumbnail .icon-btn {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-three .project-thumbnail .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.renvia-project-item.style-three .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 40px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-three .project-thumbnail .project-content .title {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.renvia-project-item.style-three .project-thumbnail .project-content span {
  color: var(--white-color);
}
.renvia-project-item.style-four:hover .project-thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.renvia-project-item.style-four:hover .project-thumbnail .hover-content .icon-btn {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.renvia-project-item.style-four .project-thumbnail {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.renvia-project-item.style-four .project-thumbnail .location {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  background-color: var(--white-color);
  font-family: var(--body-font);
  color: var(--heading-color);
}
.renvia-project-item.style-four .project-thumbnail .location i {
  color: var(--primary-color);
  margin-right: 10px;
}
.renvia-project-item.style-four .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.renvia-project-item.style-four .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(28, 28, 37, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-four .project-thumbnail .hover-content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.renvia-project-item.style-four .project-content .title {
  font-size: 30px;
}
.renvia-project-item.style-four .project-content .title:hover {
  color: var(--primary-color);
}

/* Project Slider CSS */
.project-slider .renvia-project-item.style-two .project-thumbnail .project-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .project-slider .renvia-project-item.style-two .project-thumbnail .project-content {
    visibility: visible;
    opacity: 1;
  }
}
.project-slider .slick-center.renvia-project-item.style-two .project-thumbnail .project-content {
  visibility: visible;
  opacity: 1;
}

.project-slider,
.projects-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider,
  .projects-slider-two {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.project-slider .slick-slide,
.projects-slider-two .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider .slick-slide,
  .projects-slider-two .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Project Section CSS */
.renvia-project_one .renvia-content-box {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-project_one .renvia-content-box {
    padding-right: 0;
    text-align: center;
  }
}
.renvia-project_one .renvia-proiect-list {
  padding-left: 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-project_one .renvia-proiect-list {
    padding-left: 0;
    margin-top: 50px;
  }
}
.renvia-project_one .renvia-proiect-list .renvia-project-item {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}
.renvia-project_one .renvia-proiect-list .renvia-project-item:not(:last-child) {
  margin-bottom: 30px;
}
.renvia-project_one .approval-tabs {
  text-align: center;
}
.renvia-project_one .approval-tabs__badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: rgba(255, 90, 60, 0.15);
  color: #ff5a3c;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
}
.renvia-project_one .approval-tabs__title {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
}
.renvia-project_one .approval-tabs__nav {
  justify-content: center;
  gap: 24px;
  border-bottom: none;
  margin-bottom: 30px;
}
.renvia-project_one .approval-tabs__nav .nav-link {
  border: none;
  background: transparent;
  color: var(--heading-color);
  font-weight: 600;
  padding: 6px 0;
  position: relative;
  letter-spacing: 0.2px;
}
.renvia-project_one .approval-tabs__nav .nav-link.active {
  color: #ff5a3c;
}
.renvia-project_one .approval-tabs__nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background-color: #ff5a3c;
}
.renvia-project_one .approval-tabs__panel {
  padding: 35px;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
          box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
}
.renvia-project_one .approval-tabs__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-align: left;
}
.renvia-project_one .approval-tabs__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.renvia-project_one .approval-tabs__panel h4 {
  font-size: 26px;
  margin-bottom: 12px;
}
.renvia-project_one .approval-tabs__panel h4,
.renvia-project_one .approval-tabs__panel p {
  color: var(--heading-color);
}
.renvia-project_one .approval-tabs__panel p {
  margin-bottom: 12px;
}
.renvia-project_one .approval-tabs__panel p strong {
  color: var(--heading-color);
}
.renvia-project_one .approval-tabs__list {
  margin-top: 20px;
}
.renvia-project_one .approval-tabs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-color);
}
.renvia-project_one .approval-tabs__list li span:first-child {
  font-weight: 600;
  color: var(--heading-color);
}
.renvia-project_one .approval-tabs__list li span:last-child {
  text-align: right;
  color: var(--text-color);
}
.renvia-project_one .approval-tabs__panel .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-project_one .approval-tabs__panel .theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.renvia-project_one .approval-tabs__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.renvia-project_one .approval-tabs__media img {
  width: 100%;
  border-radius: 20px;
  background-color: var(--white-color);
  padding: 10px;
  -webkit-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 991.98px) {
  .renvia-project_one .approval-tabs__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .renvia-project_one .approval-tabs__body,
  .renvia-project_one .approval-tabs__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .renvia-project_one .approval-tabs__media img {
    padding: 0;
  }
}

.renvia-project_two {
  background-color: var(--heading-color);
}
.renvia-project_two .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1199.98px) {
  .renvia-project_two .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
    border-right: none;
  }
}

.renvia-projects_three .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1650px) {
  .renvia-projects_three .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-projects_three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.projects-item-filter .nice-select {
  padding: 20px 25px;
  border-radius: 50px;
  background-color: #F7F5EF;
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
.projects-item-filter .nice-select:after {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 18px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}
.projects-item-filter .theme-btn {
  width: 100%;
}

.projects-wrapper .row {
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 1199.98px) {
  .projects-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.projects-wrapper .row > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .projects-wrapper .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.projects-wrapper .renvia-project-item {
  margin-bottom: 65px;
}

/* Project Details Wrapper */
.project-details-wrapper .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-content .project-meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .project-meta-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .project-meta-list .renvia-info-item {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .project-meta-list .renvia-info-item {
    width: 100%;
  }
  .project-details-wrapper .project-content .project-meta-list .renvia-info-item .icon {
    margin-right: 10px;
  }
}
.project-details-wrapper .project-content .location {
  margin-bottom: 15px;
}
.project-details-wrapper .project-content .location i {
  margin-right: 10px;
  color: var(--primary-color);
}
.project-details-wrapper .project-content .title {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .title {
    font-size: 24px;
  }
}
.project-details-wrapper .project-content > p {
  margin-bottom: 30px;
}
.project-details-wrapper .project-content .content-box {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
}
.project-details-wrapper .project-content .content-box h3 {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .content-box h3 {
    font-size: 22px;
  }
}
.project-details-wrapper .project-content .content-box p {
  margin-bottom: 30px;
}
.project-details-wrapper .project-content .content-box .features-amenities-list {
  background-color: #F8F8F8;
  padding: 40px 30px;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 30px;
}
@media screen and (max-width: 1199.98px) {
  .project-details-wrapper .project-content .content-box .features-amenities-list {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .content-box .features-amenities-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .content-box .features-amenities-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-details-wrapper .project-content .project-info-box {
  border-radius: 30px;
  background-color: #f8f8f8;
  padding: 40px;
}
.project-details-wrapper .project-content .project-info-box h5 {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .project-info-box h5 {
    font-size: 22px;
  }
}
.project-details-wrapper .project-content .project-info-box h5:after {
  display: block;
  content: "";
  width: 140px;
  height: 1px;
  background-color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 25px;
}
.project-details-wrapper .project-content .project-info-box ul li {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.project-details-wrapper .project-content .project-info-box ul li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.project-details-wrapper .project-content .project-info-box ul li span {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
  float: right;
}
.project-details-wrapper .project-content .property-media-box .property-tabs .nav-tabs {
  border-bottom: none;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .property-media-box .property-tabs .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.project-details-wrapper .project-content .property-media-box .property-tabs .nav-link {
  padding: 12px 20px;
  line-height: 1px;
  background-color: var(--gray-color);
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  color: var(--heading-color);
  border: none;
}
.project-details-wrapper .project-content .property-media-box .property-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.project-details-wrapper .project-content .property-media-box .map-box iframe {
  height: 570px;
  border-radius: 30px;
  margin-bottom: 35px;
}
.project-details-wrapper .project-content .property-media-box .renvia-image {
  position: relative;
}
.project-details-wrapper .project-content .property-media-box .renvia-image img {
  width: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  color: var(--primary-color);
  position: relative;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:before, .project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:before {
  background-color: var(--white-color);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:after {
  background-color: rgb(255, 255, 255);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}
.project-details-wrapper .project-content .property-media-box .video-image .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.project-details-wrapper .project-content .property-media-box .video-image .overlay-image .play-button {
  z-index: 1;
}

/*=========================
    Pricing Section  CSS
==========================*/
/* Switch Box */
.theme-switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-switch-box span {
  font-size: 18px;
  color: var(--heading-color);
}
.theme-switch-box span.left {
  margin-right: 10px;
}
.theme-switch-box span.right {
  margin-left: 10px;
}
.theme-switch-box .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 60px;
}
.theme-switch-box .switch input {
  display: none;
}
.theme-switch-box .switch input:checked + .slider:before {
  -webkit-transform: translateX(33px);
          transform: translateX(33px);
}
.theme-switch-box .switch .slider {
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-right: 0;
  cursor: pointer;
}
.theme-switch-box .switch .slider.round {
  border-radius: 15px;
}
.theme-switch-box .switch .slider:before {
  background-color: var(--white-color);
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.renvia-pricing-item.style-one {
  position: relative;
  background-color: var(--white-color);
  padding: 35px 40px 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
}
@media screen and (max-width: 1199.98px) {
  .renvia-pricing-item.style-one {
    padding: 35px 20px 40px;
  }
}
.renvia-pricing-item.style-one .popular {
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
  padding: 0 10px;
}
.renvia-pricing-item.style-one .pricing-header {
  padding: 0 25px;
  text-align: center;
}
.renvia-pricing-item.style-one .pricing-header .plan {
  font-size: 30px;
  color: var(--heading-color);
  margin-bottom: 35px;
  font-family: var(--heading-font);
  font-weight: 500;
}
@media screen and (max-width: 1199.98px) {
  .renvia-pricing-item.style-one .pricing-header .plan {
    font-size: 20px;
  }
}
.renvia-pricing-item.style-one .pricing-header .price {
  color: var(--heading-color);
  font-family: var(--body-font);
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 700;
}
.renvia-pricing-item.style-one .pricing-header .price span {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
}
.renvia-pricing-item.style-one .pricing-button .theme-btn {
  width: 100%;
}
.renvia-pricing-item.style-one .pricing-button .theme-btn.style-one {
  background-color: var(--primary-black-color);
}
.renvia-pricing-item.style-one .pricing-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
}
.renvia-pricing-item.style-one .pricing-body {
  padding: 0 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-pricing-item.style-one .pricing-body {
    padding: 0;
  }
}
.renvia-pricing-item.style-one .pricing-body ul li {
  color: var(--text-color);
}
.renvia-pricing-item.style-one .pricing-body ul li:not(:last-child) {
  margin-bottom: 28px;
}
.renvia-pricing-item.style-one .pricing-body .uncheck i {
  color: var(--text-color);
}
.renvia-pricing-item.style-one.popular-plan .pricing-button .theme-btn.style-one {
  background-color: var(--primary-color);
}

/*======================
    Faq Section  CSS
=======================*/
.accordion-card .accordion-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  cursor: pointer;
  font-weight: 600;
}
.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #1A685B;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f106";
}
.accordion-card.style-one {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}
.accordion-card.style-one .accordion-header .accordion-title {
  font-weight: 400;
}
.accordion-card.style-one .accordion-header .accordion-title:after {
  color: var(--heading-color);
}
.accordion-card.style-one .accordion-header .accordion-title[aria-expanded=true] {
  padding-bottom: 25px;
}
.accordion-card.style-one .accordion-content {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}
.accordion-card.style-one .accordion-content p {
  font-weight: 600;
}

.renvia-faq-sec .renvia-content-box {
  padding-right: 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-faq-sec .renvia-content-box {
    padding-right: 0;
  }
}
.renvia-faq-sec .renvia-question-box {
  background-color: var(--gray-color);
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 30px;
}
.renvia-faq-sec .renvia-question-box .content .renvia-iconic-left-box {
  margin-bottom: 30px;
}
.renvia-faq-sec .renvia-question-box .content .theme-btn {
  width: 100%;
}

/*======================
    Team Section  CSS
=======================*/
.renvia-team-item.style-one {
  background-color: #F7F5EF;
  border-radius: 20px;
  padding: 10px;
}
.renvia-team-item.style-one .member-image {
  margin-bottom: 10px;
}
.renvia-team-item.style-one .member-image img {
  width: 100%;
  border-radius: 20px;
}
.renvia-team-item.style-one .member-info {
  background-color: var(--white-color);
  padding: 20px;
  text-align: center;
}
.renvia-team-item.style-one .member-info .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.renvia-team-item.style-one .member-info .title:hover {
  color: var(--primary-color);
}
.renvia-team-item.style-one .member-info .position {
  margin-bottom: 23px;
}
.renvia-team-item.style-one .member-info .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--heading-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  font-size: 14px;
}
.renvia-team-item.style-one .member-info .social-box a:not(:last-child) {
  margin-right: 5px;
}
.renvia-team-item.style-one .member-info .social-box a:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.renvia-team-item.style-two:hover .member-image .social-box {
  right: 25px;
}
.renvia-team-item.style-two .member-image {
  position: relative;
  overflow: hidden;
}
.renvia-team-item.style-two .member-image img {
  width: 100%;
  border-radius: 30px;
}
.renvia-team-item.style-two .member-image .social-box {
  position: absolute;
  top: 25px;
  right: -50%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-team-item.style-two .member-image .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.renvia-team-item.style-two .member-image .social-box a:not(:last-child) {
  margin-bottom: 5px;
}
.renvia-team-item.style-two .member-image .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-team-item.style-two .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.renvia-team-item.style-two .member-image .hover-content .member-info {
  background-color: var(--white-color);
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  border-radius: 20px;
}
.renvia-team-item.style-two .member-image .hover-content .member-info .position {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.renvia-member-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}
@media (max-width: 1650px) {
  .renvia-member-info-box {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-member-info-box {
    padding: 20px 30px;
  }
}
.renvia-member-info-box .icon {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 10px 50px #E8E8E8;
          box-shadow: 0 10px 50px #E8E8E8;
  color: var(--primary-color);
}
.renvia-member-info-box .content h4 {
  font-size: 18px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-member-info-box .content h4 {
    font-size: 18px;
  }
}

.renvia-skill-item .progress-title h6 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.renvia-skill-item .progress-title h6 span {
  float: right;
}
.renvia-skill-item .progress {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  height: 10px;
  padding: 2px;
}
.renvia-skill-item .progress .progress-bar {
  background-color: var(--primary-color);
}

.team-details-wrapper .renvia-team-main {
  background-color: #F8F8F8;
  border-radius: 50px;
  padding: 60px;
}
@media (max-width: 1650px) {
  .team-details-wrapper .renvia-team-main {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main {
    padding: 15px 20px;
  }
}
.team-details-wrapper .renvia-team-main .member-image img {
  width: 100%;
  border-radius: 20px;
}
.team-details-wrapper .renvia-team-main .member-info {
  padding-left: 40px;
}
@media (max-width: 1650px) {
  .team-details-wrapper .renvia-team-main .member-info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .team-details-wrapper .renvia-team-main .member-info {
    padding-left: 0;
  }
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap {
  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;
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main .member-info .title-social-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .title-wrap .position {
  color: var(--primary-color);
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D8DDE1;
  color: var(--heading-color);
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .social-box a:not(:last-child) {
  margin-right: 5px;
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.team-details-wrapper .renvia-team-main .member-info > p {
  margin-bottom: 30px;
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list {
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(1) {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(1) {
    border-right: none;
  }
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(2) {
  border-bottom: 1px solid var(--border-color);
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(3) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
}

/*============================
    Testimonial Section  CSS
=============================*/
.author-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  margin-right: 20px;
}
.author-thumb-item .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.author-thumb-item .author-info h5 {
  margin-bottom: 5px;
}

.renvia-testimonial-item.style-one .testimonial-content .quote {
  margin-bottom: 35px;
}
.renvia-testimonial-item.style-one .testimonial-content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .renvia-testimonial-item.style-one .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 0;
  }
}
.renvia-testimonial-item.style-two {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 30px;
}
.renvia-testimonial-item.style-two .testimonial-content .quote-ratings-wrap {
  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;
  margin-bottom: 35px;
}
.renvia-testimonial-item.style-two .testimonial-content > p {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-thumb {
  margin-right: 16px;
  max-width: 50px;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-thumb img {
  width: 50px;
  height: 50px;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-info h5 {
  margin-bottom: 0;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-info .position {
  color: var(--primary-color);
  font-size: 14px;
}
.renvia-testimonial-item.style-three {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 50px;
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial-item.style-three {
    padding: 30px;
  }
}
.renvia-testimonial-item.style-three .testimonial-content .quote-ratings-wrap {
  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;
  margin-bottom: 20px;
}
.renvia-testimonial-item.style-three .testimonial-content > p {
  font-size: 20px;
  color: var(--heading-color);
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial-item.style-three .testimonial-content > p {
    font-size: 16px;
    line-height: 28px;
  }
}
.renvia-testimonial-item.style-three .testimonial-content .author-thumb-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-testimonial-item.style-three .testimonial-content .author-thumb-item .author-thumb {
  width: 80px;
  margin-right: 0;
}
.renvia-testimonial-item.style-three .testimonial-content .author-thumb-item .author-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-slider-two .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-slider-three {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider-three {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.testimonial-slider-three .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider-three .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.renvia-testimonial_one .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.renvia-testimonial_one .renvia-image {
  margin-right: 35px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_one .renvia-image {
    margin-right: 0;
  }
}
.renvia-testimonial_one .renvia-image img {
  width: 100%;
  border-radius: 30px;
}
.renvia-testimonial_one .renvia-content-box {
  padding: 120px 220px 125px 120px;
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_one .renvia-content-box {
    padding: 27px 50px 27px 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-testimonial_one .renvia-content-box {
    padding: 70px 50px 70px 50px;
  }
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box {
    padding: 50px 30px 50px;
  }
}
.renvia-testimonial_one .renvia-content-box .testimonial-slider-wrap {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.renvia-testimonial_one .renvia-content-box .testimonial-arrows {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.renvia-testimonial_one .renvia-content-box .testimonial-arrows .slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--primary-color);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-testimonial_one .renvia-content-box .testimonial-arrows .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 {
    gap: 10px;
    margin-right: 10px;
  }
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .number {
  font-family: var(--heading-font);
  font-size: 88px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color);
  color: transparent;
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .number {
    font-size: 50px;
  }
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .symbol {
  font-family: var(--heading-font);
  font-size: 80px;
  color: var(--heading-color);
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .symbol {
    font-size: 50px;
  }
}

.renvia-testimonial_two {
  background-color: var(--gray-color);
}
.renvia-testimonial_two .testimonial-wrapper {
  margin-left: 50px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_two .testimonial-wrapper {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-testimonial_two .testimonial-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 1650px) {
  .renvia-testimonial_two .renvia-content-box .section-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .renvia-testimonial_two .renvia-content-box .section-title h2 {
    font-size: 28px;
  }
}
.renvia-testimonial_two .renvia-content-box .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.renvia-testimonial_two .renvia-content-box .text-wrap .number {
  font-size: 52px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin-right: 18px;
}
.renvia-testimonial_two .renvia-content-box .text-wrap .text p {
  font-size: 14px;
  color: var(--heading-color);
}
.renvia-testimonial_two .testimonial-dots {
  text-align: center;
}
.renvia-testimonial_two .testimonial-dots .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.renvia-testimonial_two .testimonial-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-testimonial_two .testimonial-dots .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 8px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial_two .clients-wrapper .section-title {
    text-align: center;
  }
}
.renvia-testimonial_two .clients-wrapper .section-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-testimonial_two .clients-wrapper .section-title h3 {
    font-size: 16px;
  }
}
.renvia-testimonial_two .clients-wrapper .section-title h3:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: var(--border-color);
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial_two .clients-wrapper .section-title h3:after {
    display: none;
  }
}

/*======================
    Blog Section  CSS
=======================*/
.renvia-blog-post-item.style-one .post-thumbnail img {
  border-radius: 30px;
  width: 100%;
}
.renvia-blog-post-item.style-one .post-content {
  padding-top: 23px;
}
.renvia-blog-post-item.style-one .post-content .post-tags span {
  margin-bottom: 15px;
  color: var(--primary-color);
}
.renvia-blog-post-item.style-one .post-content .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-one .post-content .title {
    font-size: 22px;
  }
}
.renvia-blog-post-item.style-one .post-content .title:hover {
  color: var(--primary-color);
}
.renvia-blog-post-item.style-one .post-content .title:hover a {
  text-decoration: underline;
}
.renvia-blog-post-item.style-two .post-thumbnail img {
  width: 100%;
  border-radius: 20px;
}
.renvia-blog-post-item.style-two .post-content {
  padding-top: 35px;
}
.renvia-blog-post-item.style-two .post-content .post-meta span {
  margin-bottom: 12px;
}
.renvia-blog-post-item.style-two .post-content .post-meta span:not(:last-child) {
  margin-right: 20px;
}
.renvia-blog-post-item.style-two .post-content .post-meta span i {
  margin-right: 8px;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-two .post-content h3.title {
    font-size: 24px;
  }
}
.renvia-blog-post-item.style-two .post-content .title {
  margin-bottom: 15px;
}
.renvia-blog-post-item.style-two .post-content .title:hover {
  color: var(--primary-color);
}
.renvia-blog-post-item.style-three:hover .post-content {
  border-color: var(--primary-color);
}
.renvia-blog-post-item.style-three .post-thumbnail img {
  border-radius: 20px;
  width: 100%;
}
.renvia-blog-post-item.style-three .post-content {
  padding-bottom: 20px;
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-blog-post-item.style-three .post-content .post-tags span {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.renvia-blog-post-item.style-three .post-content .title {
  margin-bottom: 8px;
  line-height: 34px;
}
.renvia-blog-post-item.style-three .post-content .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.renvia-blog-post-item.style-three .post-content .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--text-color);
  margin-left: 15px;
  margin-right: 15px;
}
.renvia-blog-post-item.style-four {
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.renvia-blog-post-item.style-four .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-blog-post-item.style-four .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
.renvia-blog-post-item.style-four .slick-arrow.prev {
  left: 40px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .slick-arrow.prev {
    left: 20px;
  }
}
.renvia-blog-post-item.style-four .slick-arrow.next {
  right: 40px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .slick-arrow.next {
    right: 20px;
  }
}
.renvia-blog-post-item.style-four .post-thumbnail {
  position: relative;
}
.renvia-blog-post-item.style-four .post-thumbnail img {
  border-radius: 30px;
  width: 100%;
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  background-color: var(--white-color);
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:before, .renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:before {
  background-color: var(--white-color);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:after {
  background-color: rgb(255, 255, 255);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}
.renvia-blog-post-item.style-four .post-content {
  padding: 35px 40px 40px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content {
    padding: 25px 20px 30px;
  }
}
.renvia-blog-post-item.style-four .post-content .post-meta span {
  margin-bottom: 10px;
}
.renvia-blog-post-item.style-four .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content .post-meta span:not(:last-child) {
    margin-right: 15px;
  }
}
.renvia-blog-post-item.style-four .post-content .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.renvia-blog-post-item.style-four .post-content .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.renvia-blog-post-item.style-four .post-content .title:hover {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content .title {
    font-size: 22px;
  }
}
.renvia-blog-post-item.style-four .post-content p {
  margin-bottom: 30px;
}

.renvia-blog_two {
  background-color: #f8f8f8;
}

/* Sidebar Widget Area */
.sidebar-widget-area .sidebar-widget {
  background-color: #F6F6F6;
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 40px 30px;
  }
}
.sidebar-widget-area .sidebar-widget .widget-title {
  margin-bottom: 25px;
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .form_control {
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 25px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a span {
  margin-left: auto;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget {
  padding: 40px 40px 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 15px;
  border-radius: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h5 {
  font-weight: 500;
  line-height: 28px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h5:hover {
  color: var(--primary-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
  padding: 40px 40px 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  padding: 13px 20px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
  line-height: 1;
  border-radius: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget {
  background-color: var(--heading-color);
  border-radius: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content h4 {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content > p {
  color: var(--border-color);
  margin-bottom: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content .renvia-info-box:not(:last-child) {
  margin-bottom: 20px;
}

/* Blog Details Page CSS */
.blog-details-wrapper .blog-post-item .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-thumbnail img {
  border-radius: 30px;
}
.blog-details-wrapper .blog-post-item .post-content .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post-item .post-content .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-item .post-content p {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote {
  background-color: #F6F6F6;
  padding: 30px 20px 20px;
  position: relative;
}
.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
  position: absolute;
  top: -16px;
  left: 20px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote p {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5 {
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
  vertical-align: middle;
  margin-right: 15px;
}
.blog-details-wrapper .blog-post-item .post-content .axis-image {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content .axis-image img {
  border-radius: 30px;
}
.blog-details-wrapper .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .entry-footer span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 15px;
  font-size: 20px;
}
.blog-details-wrapper .entry-footer .tag-links a {
  padding: 8px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .blog-details-wrapper .entry-footer .tag-links a {
    margin-bottom: 10px;
  }
}
.blog-details-wrapper .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .entry-footer .social-share {
    margin-top: 15px;
  }
}
.blog-details-wrapper .entry-footer .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-details-wrapper .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-area h3.comments-title {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
    margin-bottom: 20px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  border-radius: 50%;
  width: 100%;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content {
  position: relative;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
  text-transform: capitalize;
  color: var(--heading-color);
  font: 600 18px var(--heading-font);
  margin-bottom: 15px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name .date {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  margin-top: 5px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content p {
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 500;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply i {
  margin-right: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 20px;
  }
}
.blog-details-wrapper .comment-form .form_control {
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 50px;
  margin-bottom: 30px;
}
.blog-details-wrapper .comment-form textarea.form_control {
  padding: 30px;
}
.blog-details-wrapper .comment-form .theme-btn {
  width: 100%;
}

/*========================
    Company Section  CSS
==========================*/
@media screen and (max-width: 991.98px) {
  .renvia-clients-sec .section-title {
    text-align: center;
  }
}
.renvia-clients-sec .section-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-clients-sec .section-title h3 {
    font-size: 16px;
  }
}
.renvia-clients-sec .section-title h3:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: var(--border-color);
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .renvia-clients-sec .section-title h3:after {
    display: none;
  }
}

.clients-slider {
  margin-left: -30px;
  margin-right: -30px;
}
.clients-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-slider .slick-slide {
  margin-left: 30px;
  margin-right: 30px;
}

.renvia-client-item {
  cursor: pointer;
}
.renvia-client-item:hover .client-img img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.renvia-client-item .client-img img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}

/*========================
    CTA Section  CSS
==========================*/
.renvia-cta_one {
  position: relative;
  z-index: 1;
}
.renvia-cta_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.7);
  z-index: -1;
}
.renvia-cta_one .renvia-content-box h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-cta_one .renvia-content-box h2 {
    font-size: 30px;
  }
}

/*========================
    Contact Section  CSS
==========================*/
.renvia-info-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renvia-info-item.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f9f8;
  font-size: 20px;
}
.renvia-info-item.style-one .content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.renvia-info-item.style-one .content p {
  font-size: 18px;
  line-height: 28px;
}
.renvia-info-item.style-one .content .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
}
.renvia-info-item.style-one .content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.renvia-info-item.style-one .content .social-box a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}
.renvia-info-item.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-info-item.style-two .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--white-color);
}
.renvia-info-item.style-two .content span {
  color: var(--white-color);
  margin-bottom: 5px;
}
.renvia-info-item.style-two .content h5 {
  font-size: 18px;
  color: var(--white-color);
}
.renvia-info-item.style-two.item_one .icon {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.renvia-info-item.style-two.item_two .icon {
  border-color: #E4ED64;
  color: #E4ED64;
}
.renvia-info-item.style-two.item_three .icon {
  border-color: #E2791D;
  color: #E2791D;
}
.renvia-info-item.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 15px 18px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  height: 100%;
}
.renvia-info-item.style-three .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.renvia-info-item.style-three .info span {
  margin-bottom: 3px;
}
.renvia-info-item.style-three .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.renvia-info-item.style-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-info-item.style-four .icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.renvia-info-item.style-four .info h6 {
  font-family: var(--body-font);
  font-weight: 700;
}
.renvia-info-item.style-four .info p {
  margin-bottom: 0;
}

.renvia-info-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  padding: 25px 25px;
  border-radius: 30px;
  min-height: 210px;
}
@media (max-width: 575.98px) {
  .renvia-info-left-box {
    padding: 20px 17px;
  }
}
.renvia-info-left-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .renvia-info-left-box .icon {
    font-size: 30px;
  }
}
.renvia-info-left-box .content h5 {
  font-size: 20px;
  margin-bottom: 7px;
}

.renvia-contact_one {
  position: relative;
  z-index: 1;
}
.renvia-contact_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.9);
  z-index: -1;
}
.renvia-contact_one .contact-wrapper {
  background-color: var(--white-color);
  padding: 50px 60px 60px;
  border-radius: 30px;
  margin-left: 55px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-contact_one .contact-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .renvia-contact_one .contact-wrapper {
    padding: 30px 30px 40px;
  }
}
.renvia-contact_one .contact-wrapper p {
  margin-bottom: 30px;
}
.renvia-contact_one .contact-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 14px 20px;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
  background-color: #f8f8f8;
}
.renvia-contact_one .contact-wrapper .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control::placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .theme-btn {
  width: 100%;
}

.renvia-contact_two .contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  z-index: -1;
}
.renvia-contact_two .renvia-content-box {
  padding-right: 30px;
}
.renvia-contact_two .renvia-content-box > p {
  margin-bottom: 30px;
}
.renvia-contact_two .renvia-content-box .map-box iframe {
  border: 5px solid var(--white-color);
  border-radius: 30px;
  height: 260px;
}
.renvia-contact_two .contact-form-wrapper {
  background-color: var(--white-color);
  padding: 40px 40px 50px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .renvia-contact_two .contact-form-wrapper {
    padding: 30px 20px 40px;
  }
}
.renvia-contact_two .contact-form-wrapper h4 {
  margin-bottom: 25px;
}
.renvia-contact_two .contact-form-wrapper label {
  font-size: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}
.renvia-contact_two .contact-form-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border: 1px solid var(--border-color);
}

.renvia-contact_two .contact-wrapper {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
}
.renvia-contact_two .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border: 1px solid var(--border-color);
}

.renvia-contact_three .contact-wrapper {
  background-color: #f8f9f8;
  padding: 50px 60px 60px;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .renvia-contact_three .contact-wrapper {
    padding: 20px 20px 30px;
  }
}
.renvia-contact_three .contact-wrapper h3 {
  margin-bottom: 30px;
  text-align: center;
}
.renvia-contact_three .contact-wrapper label {
  position: absolute;
  top: 15px;
  right: 30px;
}
.renvia-contact_three .contact-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 14px 20px;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.renvia-contact_three .contact-wrapper .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_three .contact-wrapper .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.renvia-contact_three .contact-wrapper .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_three .contact-wrapper .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_three .contact-wrapper .form_control::placeholder {
  color: var(--heading-color);
}
.auth-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f7f5ef 100%);
}
.auth-section .auth-wrapper {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
  max-width: 760px;
  margin: 0 auto;
}
.auth-section .auth-wrapper h3 {
  font-size: 32px;
}
.auth-section .auth-wrapper > p {
  text-align: center;
  color: var(--text-color);
  margin-top: -12px;
  margin-bottom: 30px;
}
.auth-section .auth-wrapper .form-group label {
  right: 20px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--gray-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-section .auth-wrapper .form_control {
  background-color: #fdfcf9;
}
.auth-section .auth-wrapper .form-group.d-flex {
  flex-wrap: wrap;
  gap: 10px;
}
.auth-section .auth-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: -6px;
}
.auth-section .auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--heading-color);
}
.auth-section .auth-remember input {
  accent-color: var(--primary-color);
}
.auth-section .auth-link {
  color: var(--primary-color);
  font-weight: 600;
}
.auth-section .auth-link:hover {
  color: var(--heading-color);
}
.auth-section .auth-link--forgot {
  color: #e67e22;
}
.auth-section .auth-link--forgot:hover {
  color: #c46a16;
}
.auth-section .auth-link--register {
  color: #1e3a8a;
}
.auth-section .auth-link--register:hover {
  color: #1b2f70;
}
.auth-section .auth-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth-section .auth-separator {
  color: var(--border-color);
}
  background: linear-gradient(180deg, #f7f5ef 0%, #f0ede4 100%);
}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
  width: 260px;
  background: linear-gradient(180deg, #111318 0%, #0b0d12 100%);
  color: var(--white-color);
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.25);
}
  font-size: 20px;
  font-weight: 700;
  color: var(--white-color);
}
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}
  font-weight: 600;
}
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
  padding: 10px 14px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: all 0.2s ease;
}
  background: rgba(255, 255, 255, 0.14);
  color: var(--white-color);
  transform: translateX(2px);
}
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
}
  margin-top: auto;
}
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white-color);
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
  max-width: none;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  -webkit-box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
          box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
  margin-bottom: 20px;
}
  font-size: 20px;
  margin: 0;
}
  font-size: 13px;
}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
}
  position: relative;
  background-color: #f5f4f1;
  border-radius: 10px;
  padding: 8px 12px 8px 36px;
  border: 1px solid var(--border-color);
}
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-color);
}
  border: none;
  background: transparent;
  outline: none;
  width: 200px;
}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.admin-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.admin-page-title {
  font-size: 28px;
  margin-bottom: 4px;
}
.admin-page-subtitle {
  color: var(--text-color);
  margin-bottom: 0;
}
.admin-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.admin-grid > .admin-card,
.admin-grid > div > .admin-card {
  height: 100%;
}
.admin-stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  min-height: 150px;
}
.admin-stat__label {
  color: var(--text-color);
  font-weight: 600;
}
.admin-stat__value {
  font-size: 34px;
  font-weight: 700;
  color: var(--heading-color);
}
.admin-stat__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  margin-bottom: 6px;
}
.admin-stat__icon.bg-green {
  background-color: #2bb673;
}
.admin-stat__icon.bg-blue {
  background-color: #3b82f6;
}
.admin-stat__icon.bg-gold {
  background-color: #d8a200;
}
.admin-stat__icon.bg-gray {
  background-color: #5f6470;
}
.admin-card.admin-table-card {
  padding: 0;
}
.admin-table {
  border-radius: 12px;
  overflow: hidden;
}
.admin-table thead th {
  background-color: #f3f2ee;
  color: var(--heading-color);
  font-weight: 600;
  border-bottom: 1px solid var(--border-color);
}
.admin-table tbody tr {
  border-color: var(--border-color);
}
.admin-table td,
.admin-table th {
  padding: 14px 16px;
  vertical-align: middle;
}
.admin-table tbody tr:hover {
  background-color: #faf8f2;
}
@media (max-width: 767.98px) {
  .admin-page-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-card {
    padding: 16px;
  }
}
@media (max-width: 991.98px) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
    flex-direction: row;
    flex-wrap: wrap;
  }
    margin-top: 0;
    width: 100%;
  }
}
.auth-section .auth-muted {
  color: var(--text-color);
}

.contact-map-sec .map-box iframe {
  height: 540px;
  width: 100%;
}

/*======================
    Error Section  CSS
=======================*/
.axis-error-sec .axis-content-box .axis-image {
  margin-bottom: 20px;
}
.axis-error-sec .axis-content-box h2 {
  font-size: 60px;
  margin-bottom: 30px;
}
.axis-error-sec .axis-content-box h2 span {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .axis-error-sec .axis-content-box h2 {
    font-size: 28px;
  }
}
.axis-error-sec .axis-content-box p {
  max-width: 505px;
  margin: 0 auto 40px;
}

/* Footer Widget */
.footer-widget .widget-title {
  color: var(--white-color);
  font-size: 24px;
}
.footer-widget .line-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.footer-widget .line-wrap span {
  background-color: var(--primary-color);
  height: 2px;
  border-radius: 5px;
}
.footer-widget .line-wrap span:nth-child(1) {
  width: 40px;
}
.footer-widget .line-wrap span:nth-child(2) {
  width: 10px;
}
.footer-widget .line-wrap span:nth-child(3) {
  width: 5px;
}
.footer-widget .widget-content > p {
  color: var(--white-color);
  margin-bottom: 30px;
}
.footer-widget .widget-content .social-box a {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #1F2432;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  z-index: 1;
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 6px;
}
.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}
.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget .widget-content .widget-nav li a {
  font-size: 16px;
  color: var(--white-color);
}
.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}
.footer-widget.footer-newsletter-widget .widget-content p {
  color: var(--white-color);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control {
  background-color: transparent;
  border: none;
  border: 1px solid var(--border-color);
  padding: 10px 5px 10px 25px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .submit-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--primary-color);
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: var(--white-color);
  border-radius: 50%;
}

/* Copyright Area */
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 28px;
}
.copyright-area .copyright-text p {
  font-size: 18px;
  color: var(--white-color);
}
.copyright-area .copyright-text p span {
  color: var(--primary-color);
}
@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-text p {
    margin-bottom: 10px;
  }
}
.copyright-area .copyright-link a {
  color: var(--white-color);
}
.copyright-area .copyright-link a:not(:last-child) {
  margin-right: 20px;
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

/* First-visit EOI announcement */
body.eoi-popup-open {
  overflow: hidden;
}
.eoi-popup {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease;
  visibility: hidden;
  z-index: 100000;
}
.eoi-popup[hidden] {
  display: none;
}
.eoi-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.eoi-popup__backdrop {
  background:
    radial-gradient(circle at 50% 45%, rgba(30, 72, 55, 0.28), transparent 48%),
    rgba(5, 22, 16, 0.88);
  backdrop-filter: blur(4px);
  inset: 0;
  position: absolute;
}
.eoi-popup__dialog {
  background: #f8f4eb;
  border: 1px solid rgba(217, 180, 99, 0.8);
  border-radius: 4px;
  box-shadow: 0 45px 120px rgba(3, 18, 12, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.08);
  max-width: 560px;
  overflow: hidden;
  position: relative;
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s ease;
  width: 100%;
}
.eoi-popup__dialog:after {
  border: 1px solid rgba(217, 180, 99, 0.45);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.eoi-popup.is-visible .eoi-popup__dialog {
  transform: translateY(0) scale(1);
}
.eoi-popup__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #163b2c;
  display: flex;
  font-size: 23px;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 44px;
  z-index: 5;
}
.eoi-popup__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 100% 0, rgba(203, 154, 50, 0.08), transparent 35%), #f8f4eb;
  min-height: 435px;
  padding: 58px 62px 50px;
  text-align: center;
}
.eoi-popup__eyebrow {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 2.4px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.eoi-popup__eyebrow span {
  background: var(--primary-color);
  height: 1px;
  width: 25px;
}
.eoi-popup__dialog h2 {
  color: #123a2b;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.eoi-popup__limited {
  align-items: center;
  border-bottom: 1px solid rgba(18, 58, 43, 0.18);
  border-top: 1px solid rgba(18, 58, 43, 0.18);
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  padding: 14px 0;
  width: 100%;
}
.eoi-popup__limited strong {
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-size: 38px;
  line-height: 1;
  padding-right: 14px;
  word-spacing: 6px;
}
.eoi-popup__limited span {
  border-left: 1px solid rgba(18, 58, 43, 0.2);
  color: #123a2b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.35;
  padding-left: 14px;
  text-align: left;
  text-transform: uppercase;
}
.eoi-popup__dialog p {
  color: #566052;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 28px;
  max-width: 360px;
}
.eoi-popup__dialog p strong { color: #123a2b; }
.eoi-popup__cta {
  align-items: center;
  background: linear-gradient(135deg, #173f30, #0b2c20);
  border: 1px solid rgba(18, 58, 43, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 18px;
  letter-spacing: 1px;
  justify-content: space-between;
  min-width: 242px;
  padding: 7px 8px 7px 24px;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.eoi-popup__cta:hover {
  background: linear-gradient(135deg, #cb9a32, #ac7518);
  border-color: #cb9a32;
  box-shadow: 0 15px 32px rgba(172, 117, 24, 0.3);
  color: #fff;
  transform: translateY(-2px);
}
.eoi-popup__cta i {
  align-items: center;
  background: #e0b658;
  border-radius: 50%;
  color: #123a2b;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
  width: 40px;
}
.eoi-popup__cta:hover i {
  background: #fff;
  transform: translateX(2px);
}
.eoi-popup__cta:focus-visible {
  outline: 3px solid rgba(203, 154, 50, 0.45);
  outline-offset: 4px;
}
@media (max-width: 991.98px) {
  .eoi-popup__dialog {
    display: block;
    max-height: calc(100vh - 32px);
    max-width: 600px;
    overflow-y: auto;
  }
  .eoi-popup__content {
    min-height: 0;
    padding: 52px 48px 44px;
  }
}
@media (max-width: 575.98px) {
  .eoi-popup {
    padding: 16px;
  }
  .eoi-popup__dialog {
    display: block;
  }
  .eoi-popup__content { padding: 34px 27px 30px; }
  .eoi-popup__dialog h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .eoi-popup__dialog p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .eoi-popup__limited { margin-bottom: 16px; padding: 10px 0; }
  .eoi-popup__limited strong { font-size: 30px; }
  .eoi-popup__close { background: rgba(255,255,255,.9); right: 12px; top: 12px; }
  .eoi-popup__cta { min-width: 230px; }
}

/* Footer V1 */
.footer-v1 {
  background-color: var(--primary-black-color);
}
.footer-v1 .footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-v1 .footer-top .section-title p {
  font-size: 18px;
}

/* Footer V2 */
.footer-v2 {
  position: relative;
  z-index: 1;
}
.footer-v2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.95);
  z-index: -1;
}
.footer-v2 .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .footer-v2 .footer-nav ul {
    gap: 15px;
  }
}
.footer-v2 .footer-nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 700;
}
.footer-v2 .footer-info-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-v2 .footer-info-wrapper .contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.footer-v2 .footer-info-wrapper .contact-info-box.item-one {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .footer-v2 .footer-info-wrapper .contact-info-box.item-one {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-v2 .footer-info-wrapper .contact-info-box.item-two {
  padding: 23px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .footer-v2 .footer-info-wrapper .contact-info-box.item-two {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .icon {
  margin-right: 15px;
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .icon i {
  color: var(--primary-color);
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .content p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .social-box a {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1F2432;
  color: var(--white-color);
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .social-box a:hover {
  background-color: var(--primary-color);
}
.footer-v2 .footer-newsletter {
  max-width: 600px;
  margin: 0 auto;
}
.footer-v2 .footer-newsletter .form_control {
  background-color: #1F2432;
  border-radius: 30px;
  padding: 17px 30px;
  line-height: 1;
  border: none;
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::-moz-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .submit-btn {
  border: none;
  position: absolute;
  top: 17px;
  right: 25px;
  color: var(--primary-color);
  background-color: transparent;
}
.footer-v2 .copyright-area {
  border-top: none;
  background-color: #1F2432;
}

/* Footer V3 */
.footer-v3 {
  background-color: var(--primary-black-color);
}
.footer-v3 .footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-v3 .footer-top .section-title p {
  font-size: 18px;
}
.footer-v3 .footer-about-widget {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .footer-v3 .footer-about-widget {
    padding-right: 0;
  }
}
.footer-v3 .widget-top-area {
  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;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .footer-v3 .widget-top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-v3 .widget-top-area .footer-nav-widget {
  margin-bottom: 40px;
}
.footer-v3 .widget-top-area .footer-nav-widget h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li:not(:last-child) {
    margin-right: 15px;
  }
}
.footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li a {
    font-size: 14px;
  }
}
.footer-v3 .widget-top-area .footer-opening-widget {
  margin-bottom: 40px;
}
.footer-v3 .widget-top-area .footer-opening-widget h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content {
  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;
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content span {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-opening-widget .widget-content span {
    font-size: 14px;
  }
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content span b {
  color: var(--primary-color);
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content span:last-child {
  margin-left: 25px;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-opening-widget .widget-content span:last-child {
    margin-left: 15px;
  }
}
.footer-v3 .contact-info-wrapper {
  padding-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .footer-v3 .contact-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-v3 .contact-info-wrapper .widget-info-box {
  margin-bottom: 40px;
}
.footer-v3 .contact-info-wrapper .widget-info-box:not(:first-child) {
  padding-left: 50px;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:first-child) {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:first-child) {
    padding-left: 0;
  }
}
.footer-v3 .contact-info-wrapper .widget-info-box:not(:last-child) {
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:last-child) {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}
.footer-v3 .contact-info-wrapper .widget-info-box .content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-v3 .contact-info-wrapper .widget-info-box .content span {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.footer-v3 .contact-info-wrapper .widget-info-box .content span i {
  color: var(--primary-color);
  margin-right: 10px;
}
.footer-logo{
  width:100px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
}
.renvia-features-items .fa{
    color:#050505;
    font-size: 18px;
}
.renvia-features-items .sm-icon .fa{
    color:#ffffff;
    font-size: 14px;
}
/*# sourceMappingURL=style.css.map */

/* Admin theme (custom layout inspired by reference) */
.admin-theme {
  background: #f4f6fb;
}
.admin-shell {
  display: flex;
  min-height: 100vh;
}
.admin-sidebar {
  width: 260px;
  background: #0f1c2e;
  color: #dfe6ee;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  box-shadow: 8px 0 30px rgba(0, 0, 0, 0.25);
}
.admin-brand {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.admin-brand__logo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 10px;
}
.admin-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.admin-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.admin-avatar--small {
  width: 36px;
  height: 36px;
  font-size: 14px;
}
.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-nav__link {
  padding: 10px 14px;
  border-radius: 10px;
  color: #dfe6ee;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.admin-nav__link:hover,
.admin-nav__link.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.admin-logout__btn {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
}
.admin-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 16px 22px;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}
.admin-topbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.admin-topbar__title {
  margin: 0;
  font-size: 18px;
}
.admin-topbar__left .text-muted {
  margin-top: 2px;
}
.admin-topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.admin-search {
  position: relative;
  background: #f0f4f9;
  border: 1px solid #e0e4ea;
  border-radius: 10px;
  padding: 8px 12px 8px 36px;
}
.admin-search i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.admin-search input {
  border: none;
  background: transparent;
  outline: none;
  min-width: 200px;
}
.admin-content {
  padding: 24px;
}
.admin-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.admin-page-title {
  font-size: 24px;
  margin: 0;
}
.admin-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
}
.admin-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.admin-stat__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.admin-stat__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.admin-stat__icon.bg-green { background: #16a34a; }
.admin-stat__icon.bg-blue { background: #3b82f6; }
.admin-stat__icon.bg-gold { background: #d97706; }
.admin-stat__icon.bg-gray { background: #6b7280; }
.admin-stat__label { color: #6b7280; font-weight: 600; margin: 0; }
.admin-stat__value { font-size: 28px; font-weight: 700; margin: 0; color: #0f172a; text-align: right; }
.admin-table-card .table { margin-bottom: 0; }
.admin-table thead th { background: #f8fafc; border-bottom: 1px solid #e5e7eb; }
.admin-table td, .admin-table th { vertical-align: middle; }
.badge-status-available { background: #22c55e; }
.badge-status-mortgage { background: #f97316; }
.badge-status-booked { background: #a855f7; }
.badge-status-reserved { background: #dc2626; }
.badge-status-blocked { background: #a855f7; }
.badge-status-sold { background: #a855f7; }
.badge-status-inactive { background: #a855f7; }
.admin-search-inline{display:flex;align-items:center;gap:8px;}
.admin-search-inline input{min-width:220px;}
.admin-search-inline .btn{min-width:100px;white-space:nowrap;}
.plot-form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 20px;
  align-items: start;
}
.plot-form-main {
  display: grid;
  gap: 18px;
}
.plot-form-side {
  min-width: 0;
  display: grid;
  gap: 18px;
}
.plot-form-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 22px;
}
.plot-form-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf1f6;
}
.plot-form-card__header h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 2px 0 0;
}
.plot-form-card__header > i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: var(--primary-color);
  border: 1px solid #e5e7eb;
}
.plot-form-card__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8b5e17;
}
.plot-form-grid {
  display: grid;
  gap: 16px;
}
.plot-form-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.plot-form-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.plot-field--wide {
  grid-column: 1 / -1;
}
.plot-field .form-label,
.plot-upload-box .form-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #334155;
  margin-bottom: 8px;
}
.plot-field .form-control,
.plot-field .form-select,
.plot-upload-box .form-control {
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  background-color: #fff;
  min-height: 46px;
  box-shadow: none;
}
.plot-field .form-control:focus,
.plot-field .form-select:focus,
.plot-upload-box .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(203, 154, 50, 0.16);
}
.plot-code-field {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}
.plot-help {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
}
.plot-status-group {
  display: grid;
  gap: 10px;
}
.plot-status-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 800;
  color: #334155;
  background: #fff;
  transition: all .2s ease;
}
.plot-status-option input {
  accent-color: var(--primary-color);
}
.plot-status-option::after {
  content: "";
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
}
.plot-status-option--mortgage::after {
  background: #f97316;
}
.plot-status-option--reserved::after {
  background: #dc2626;
}
.plot-status-option input:checked + .plot-status-option__label {
  color: #111827;
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.plot-side-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1f6;
}
.plot-side-section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.plot-side-section__title i {
  color: var(--primary-color);
}
.plot-registered-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.plot-registered-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.plot-registered-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.plot-registered-option span {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: #64748b;
  transition: all .2s ease;
}
.plot-registered-option strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1;
}
.plot-registered-option small {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}
.plot-registered-option input:checked + span {
  border-color: var(--primary-color);
  background: linear-gradient(180deg, #fff9ed, #ffffff);
  box-shadow: 0 14px 30px rgba(203, 154, 50, 0.18);
}
.plot-paid-toggle .plot-registered-option span {
  min-height: 46px;
  padding: 10px 12px;
}
.plot-paid-toggle .plot-registered-option strong {
  font-size: 14px;
}
.plot-paid-toggle .plot-registered-option small {
  font-size: 10px;
}
.plot-mortgage-reserved-option {
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start;
  flex-wrap: nowrap !important;
  gap: 10px;
  margin: -2px 0 0 18px;
  padding: 10px 14px 10px 16px;
  border: 1px solid #bae6fd;
  border-radius: 14px;
  background: linear-gradient(180deg, #f0fdfa, #ffffff);
  color: #155e75;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s ease;
  min-height: 46px;
}
.plot-mortgage-reserved-option::before {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 10px;
  height: 24px;
  content: "";
  border-bottom: 1px solid #bae6fd;
  border-left: 1px solid #bae6fd;
  border-radius: 0 0 0 8px;
}
.plot-mortgage-reserved-option[hidden] {
  display: none !important;
}
.plot-mortgage-reserved-option input {
  display: inline-block !important;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: #0891b2;
}
.plot-mortgage-reserved-option > span:not(.pte-status-dot) {
  display: inline-block !important;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
}
.plot-mortgage-reserved-option::after {
  content: "";
  margin-left: auto;
  flex: 0 0 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0891b2;
}
.plot-mortgage-reserved-option input:checked + span {
  color: #0f172a;
  text-decoration: underline;
  text-decoration-color: #0891b2;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.plot-registered-option input:checked + span::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  font-size: 11px;
}
.plot-upload-stack {
  display: grid;
  gap: 12px;
}
.plot-upload-box {
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.plot-upload-box:hover {
  border-color: #d6b05b;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}
.plot-upload-box__top {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.plot-upload-box__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: var(--primary-color);
  border: 1px solid #e5e7eb;
}
.plot-upload-box p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}
.plot-upload-control {
  display: block;
  margin: 0;
}
.plot-upload-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.plot-upload-control span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: all .2s ease;
}
.plot-upload-control:hover span {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: #fffaf0;
}
.plot-upload-preview {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 10px;
  border: 1px solid #e5e7eb;
}
.plot-preview-grid,
.plot-current-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.plot-preview-item,
.plot-preview-thumb {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.plot-preview-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.plot-preview-item img,
.plot-preview-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}
.plot-preview-item img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
}
.plot-preview-item i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff7e6;
  color: var(--primary-color);
  flex: 0 0 auto;
}
.plot-preview-item span {
  min-width: 0;
  color: #334155;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plot-file-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff7e6;
  font-size: 12px;
  font-weight: 800;
  color: var(--primary-color);
}
.plot-file-link:hover {
  color: #8b5e17;
}
@media (max-width: 1199.98px) {
  .plot-form-shell {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .plot-tracker {
    padding: 12px;
  }
  .plot-tracker__header {
    align-items: flex-start;
  }
  .plot-tracker__available {
    min-width: 72px;
    padding: 7px 10px;
  }
  .plot-tracker__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .plot-tracker-cell {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }
  .plot-tracker-detail__rows {
    grid-template-columns: 1fr;
  }
  .plot-tracker-controls {
    align-items: stretch;
  }
  .plot-tracker-search,
  .plot-tracker-export {
    width: 100%;
  }
  .plot-form-card {
    padding: 18px;
    border-radius: 14px;
  }
  .plot-form-grid.cols-2,
  .plot-form-grid.cols-3 {
    grid-template-columns: 1fr;
  }
  .plot-form-card__header {
    align-items: flex-start;
  }
  .plot-form-card__header h3 {
    font-size: 16px;
  }
}
.quick-actions .list-group-item { border: none; padding: 10px 0; }
.quick-actions .list-group-item + .list-group-item { border-top: 1px solid #e5e7eb; }
.admin-card--blue {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #e5edff;
  border: none;
}
.admin-card--green {
  background: linear-gradient(135deg, #166534, #22c55e);
  color: #e6ffef;
  border: none;
}
.admin-card--orange {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: #fff7eb;
  border: none;
}
.admin-card--purple {
  background: linear-gradient(135deg, #5b21b6, #8b5cf6);
  color: #f3e8ff;
  border: none;
}
.admin-card--blue .admin-stat__label,
.admin-card--green .admin-stat__label,
.admin-card--orange .admin-stat__label,
.admin-card--purple .admin-stat__label {
  color: inherit;
}
.admin-card--blue .admin-stat__value,
.admin-card--green .admin-stat__value,
.admin-card--orange .admin-stat__value,
.admin-card--purple .admin-stat__value {
  color: #fff;
}
.plot-tracker {
  background: #f2ede0;
  border: 1px solid #e0d9c8;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.plot-tracker__header {
  background: #1b3a2d;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.plot-tracker__bar {
  width: 6px;
  height: 48px;
  background: #c9a84c;
  border-radius: 999px;
  flex: 0 0 auto;
}
.plot-tracker__header h3 {
  margin: 0;
  color: #c9a84c;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.plot-tracker__header p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}
.plot-tracker__available {
  margin-left: auto;
  min-width: 92px;
  background: #2e5b44;
  border-radius: 10px;
  padding: 8px 14px;
  text-align: center;
}
.plot-tracker__available strong {
  display: block;
  color: #c9a84c;
  font-size: 18px;
  line-height: 1;
}
.plot-tracker__available span {
  display: block;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  margin-top: 4px;
}
.plot-tracker__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.plot-tracker-stat,
.plot-tracker-progress,
.plot-tracker-controls,
.plot-tracker-grid-card,
.plot-tracker-detail {
  background: #fff;
  border: 1px solid #e0d9c8;
  border-radius: 12px;
}
.plot-tracker-stat {
  padding: 12px 14px;
}
.plot-tracker-stat span {
  display: block;
  color: #777;
  font-size: 11px;
  margin-bottom: 4px;
}
.plot-tracker-stat strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.plot-tracker-progress {
  padding: 12px 16px;
  margin-bottom: 14px;
}
.plot-tracker-progress__label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #777;
  font-size: 12px;
  margin-bottom: 8px;
}
.plot-tracker-progress__bar {
  height: 10px;
  background: #f0ebe0;
  border-radius: 999px;
  overflow: hidden;
}
.plot-tracker-progress__bar div {
  height: 100%;
  width: 0;
  background: #c9a84c;
  border-radius: inherit;
  transition: width .3s ease;
}
.plot-tracker-controls {
  padding: 12px 14px;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.plot-tracker-filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.plot-tracker-filters button {
  border: 1.5px solid #d6d0c0;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
}
.plot-tracker-filters button.is-active {
  background: #1b3a2d;
  border-color: #1b3a2d;
  color: #c9a84c;
}
.plot-tracker-search {
  flex: 1;
  min-width: 220px;
  border: 1px solid #d6d0c0;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
}
.plot-tracker-search:focus {
  outline: none;
  border-color: #c9a84c;
  box-shadow: 0 0 0 4px rgba(201, 168, 76, .16);
}
.plot-tracker-export {
  border: none;
  border-radius: 10px;
  background: #1b3a2d;
  color: #c9a84c;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
}
.plot-tracker-grid-card {
  padding: 14px;
  margin-bottom: 14px;
}
.plot-tracker-grid-info {
  color: #777;
  font-size: 12px;
  margin-bottom: 10px;
}
.plot-tracker-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.plot-tracker-cell {
  width: 44px;
  height: 44px;
  border: 1.5px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  transition: transform .12s ease, box-shadow .12s ease;
}
.plot-tracker-cell:hover {
  transform: scale(1.16);
  z-index: 2;
}
.plot-tracker-cell.is-selected {
  box-shadow: 0 0 0 3px #1b3a2d;
}
.plot-tracker-legend {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee8da;
}
.plot-tracker-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}
.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1.5px solid;
}
.legend-dot--available { background: #eaf3de; border-color: #639922; }
.legend-dot--reserved { background: #fff3cd; border-color: #ba7517; }
.legend-dot--mortgage { background: #fcebeb; border-color: #e24b4a; }
.plot-tracker-detail {
  padding: 18px;
}
.plot-tracker-detail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.plot-tracker-detail__header h4 {
  margin: 0;
  color: #1b3a2d;
  font-size: 20px;
  font-weight: 900;
}
.plot-tracker-detail__header span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}
.plot-tracker-status-badge {
  border: 1px solid;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
}
.plot-tracker-detail__rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.plot-tracker-detail__rows div {
  border: 1px solid #eee8da;
  border-radius: 10px;
  padding: 10px 12px;
}
.plot-tracker-detail__rows span {
  display: block;
  color: #888;
  font-size: 11px;
  margin-bottom: 4px;
}
.plot-tracker-detail__rows strong {
  color: #1b3a2d;
  font-size: 13px;
}
.plot-tracker-editor {
  border-top: 1px solid #eee8da;
  padding-top: 14px;
}
.plot-tracker-editor label {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.plot-tracker-status-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.plot-tracker-status-buttons button {
  border: 1.5px solid;
  border-radius: 10px;
  padding: 7px 14px;
  font-size: 12px;
}
.plot-tracker-editor input {
  width: 100%;
  border: 1px solid #d6d0c0;
  border-radius: 10px;
  padding: 9px 12px;
  margin-bottom: 10px;
}
.plot-tracker-save,
.plot-tracker-close {
  width: 100%;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 900;
}
.plot-tracker-save {
  border: none;
  background: #1b3a2d;
  color: #c9a84c;
}
.plot-tracker-close {
  margin-top: 8px;
  background: transparent;
  border: 1px solid #d6d0c0;
  color: #334155;
}
.plot-tracker-toast {
  position: fixed;
  top: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(-16px);
  z-index: 1100;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 20px;
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(15,23,42,.13), 0 2px 8px rgba(15,23,42,.07);
  backdrop-filter: blur(8px);
  transition: opacity .22s ease, transform .22s cubic-bezier(.34,1.56,.64,1);
  white-space: nowrap;
}
.plot-tracker-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.plot-tracker-toast__icon {
  font-size: 16px;
  line-height: 1;
  color: #16a34a;
}
.plot-tracker-toast[data-toast-type="error"] .plot-tracker-toast__icon {
  color: #dc2626;
}
.dashboard-hero {
  background: #163427;
  border: 1px solid rgba(201, 168, 76, .32);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}
.dashboard-hero__content {
  min-width: 0;
}
.dashboard-hero__eyebrow,
.plot-tracker__eyebrow {
  display: inline-flex;
  align-items: center;
  color: #c9a84c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.dashboard-hero h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: 0;
}
.dashboard-hero p {
  color: rgba(255, 255, 255, .68);
  margin: 0;
  max-width: 620px;
}
.dashboard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.dashboard-action {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
}
.dashboard-action:hover {
  color: #fff;
  border-color: rgba(201, 168, 76, .65);
}
.dashboard-action--primary {
  background: #c9a84c;
  color: #12281f;
  border-color: #c9a84c;
}
.dashboard-action--primary:hover {
  color: #12281f;
  background: #d9bb62;
}
.dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.dashboard-kpi {
  background: #fff;
  border: 1px solid #e6dfcf;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}
.dashboard-kpi__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
}
.dashboard-kpi span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}
.dashboard-kpi strong {
  display: block;
  color: #111827;
  font-size: 30px;
  line-height: 1;
}
.dashboard-kpi--green .dashboard-kpi__icon { background: #1b3a2d; }
.dashboard-kpi--blue .dashboard-kpi__icon { background: #2563eb; }
.dashboard-kpi--gold .dashboard-kpi__icon { background: #c58b16; }
.dashboard-kpi--slate .dashboard-kpi__icon { background: #475569; }
.plot-tracker {
  background: #f6f1e6;
  border-color: #ded4bd;
  border-radius: 14px;
  padding: 18px;
}
.plot-tracker__header {
  border-radius: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 168, 76, .28);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08);
}
.plot-tracker__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.plot-tracker__bar {
  height: 58px;
  border-radius: 6px;
}
.plot-tracker__eyebrow {
  margin-bottom: 8px;
}
.plot-tracker__header h3 {
  font-size: 21px;
  letter-spacing: .08em;
}
.plot-tracker__header p {
  font-size: 13px;
}
.plot-tracker__available {
  border: 1px solid rgba(201, 168, 76, .24);
  background: rgba(46, 91, 68, .88);
  border-radius: 12px;
  padding: 10px 16px;
}
.plot-tracker__available strong {
  font-size: 24px;
}
.plot-tracker-stat,
.plot-tracker-progress,
.plot-tracker-controls,
.plot-tracker-grid-card,
.plot-tracker-detail {
  border-color: #e3dccd;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}
.plot-tracker-stat {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 14px 16px;
}
.plot-tracker-stat:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #1b3a2d;
}
.plot-tracker-stat--available:before { background: #22c55e; }
.plot-tracker-stat--reserved:before { background: #dc2626; }
.plot-tracker-stat--mortgage:before { background: #f97316; }
.plot-tracker-stat span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5f6b7a;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.plot-tracker-stat span i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1b3a2d;
}
.plot-tracker-stat--available span i { background: #22c55e; }
.plot-tracker-stat--reserved span i { background: #dc2626; }
.plot-tracker-stat--mortgage span i { background: #f97316; }
.plot-tracker-stat strong {
  color: #0f172a;
  font-size: 30px;
  margin-top: 8px;
}
.plot-tracker-progress {
  padding: 14px 16px;
}
.plot-tracker-progress__label {
  color: #475569;
  font-weight: 800;
}
.plot-tracker-progress__bar {
  height: 12px;
  background: #ece3d1;
}
.plot-tracker-progress__bar div {
  background: #c9a84c;
}
.plot-tracker-controls {
  padding: 14px;
}
.plot-tracker-filters button {
  min-height: 34px;
  border-radius: 8px;
  background: #fbfaf7;
}
.plot-tracker-filters button:hover {
  border-color: #c9a84c;
  color: #1b3a2d;
}
.plot-tracker-filters button.is-active {
  box-shadow: 0 8px 18px rgba(27, 58, 45, .16);
}
.plot-tracker-search {
  min-height: 42px;
  border-radius: 8px;
  background: #fbfaf7;
}
.plot-tracker-export {
  min-height: 42px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(27, 58, 45, .14);
}
.plot-tracker-grid-card {
  padding: 16px;
}
.plot-tracker-grid-info {
  color: #64748b;
  font-weight: 800;
}
.plot-tracker-grid {
  gap: 6px;
}
.plot-tracker-cell {
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}
.plot-tracker-cell:hover {
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 10px 18px rgba(15, 23, 42, .14);
}
.plot-tracker-cell.is-selected {
  box-shadow: 0 0 0 3px #1b3a2d, 0 12px 22px rgba(15, 23, 42, .14);
}
.plot-tracker-detail {
  padding: 20px;
}
.plot-tracker-detail__header {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee8da;
}
.plot-tracker-detail__header h4 {
  color: #0f172a;
}
.plot-tracker-detail__rows div {
  background: #fbfaf7;
  border-color: #e8dfcc;
  border-radius: 8px;
}
.plot-tracker-editor input {
  min-height: 42px;
  border-radius: 8px;
  background: #fbfaf7;
}
.plot-tracker-status-buttons button,
.plot-tracker-save,
.plot-tracker-close {
  border-radius: 8px;
}
.plot-tracker-save {
  min-height: 42px;
}
@media (max-width: 1199.98px) {
  .dashboard-kpis,
  .plot-tracker__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }
  .dashboard-hero h2 {
    font-size: 24px;
  }
  .dashboard-hero__actions,
  .dashboard-action {
    width: 100%;
  }
  .dashboard-kpis {
    grid-template-columns: 1fr;
  }
  .dashboard-kpi {
    min-height: 82px;
  }
  .plot-tracker {
    padding: 12px;
  }
  .plot-tracker__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .plot-tracker__available {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .plot-tracker__available span {
    margin-top: 0;
  }
  .plot-tracker-detail__rows {
    grid-template-columns: 1fr;
  }
}

/* Dashboard tracker aligned with the website admin shell */
.admin-theme .plot-tracker {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
}
.admin-theme .plot-tracker__header {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  box-shadow: none;
}
.admin-theme .plot-tracker__bar {
  width: 4px;
  height: 54px;
  background: var(--primary-color);
  border-radius: 999px;
}
.admin-theme .plot-tracker__eyebrow {
  color: #8b5e17;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.admin-theme .plot-tracker__header h3 {
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.admin-theme .plot-tracker__header p {
  color: #6b7280;
  font-size: 13px;
}
.admin-theme .plot-tracker__available {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.admin-theme .plot-tracker__available strong {
  color: var(--primary-color);
}
.admin-theme .plot-tracker__available span {
  color: #6b7280;
  font-weight: 700;
}
.admin-theme .plot-tracker-stat,
.admin-theme .plot-tracker-progress,
.admin-theme .plot-tracker-controls,
.admin-theme .plot-tracker-grid-card,
.admin-theme .plot-tracker-detail {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}
.admin-theme .plot-tracker-stat {
  min-height: 104px;
}
.admin-theme .plot-tracker-stat:before {
  background: var(--primary-color);
}
.admin-theme .plot-tracker-stat--available:before,
.admin-theme .plot-tracker-stat--available span i {
  background: #16a34a;
}
.admin-theme .plot-tracker-stat--reserved:before,
.admin-theme .plot-tracker-stat--reserved span i {
  background: #dc2626;
}
.admin-theme .plot-tracker-stat--mortgage:before,
.admin-theme .plot-tracker-stat--mortgage span i {
  background: #f97316;
}
.admin-theme .plot-tracker-stat span {
  color: #6b7280;
  letter-spacing: 0;
  text-transform: none;
}
.admin-theme .plot-tracker-stat strong {
  color: #0f172a;
}
.admin-theme .plot-tracker-progress__bar {
  background: #eef2f7;
}
.admin-theme .plot-tracker-progress__bar div {
  background: var(--primary-color);
}
.admin-theme .plot-tracker-filters button {
  background: #f8fafc;
  border-color: #e5e7eb;
  color: #475569;
  border-radius: 10px;
}
.admin-theme .plot-tracker-filters button:hover {
  border-color: var(--primary-color);
  color: #0f172a;
}
.admin-theme .plot-tracker-filters button.is-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(203, 154, 50, 0.22);
}
.admin-theme .plot-tracker-search,
.admin-theme .plot-tracker-editor input {
  background: #f8fafc;
  border-color: #e5e7eb;
  border-radius: 10px;
}
.admin-theme .plot-tracker-search:focus,
.admin-theme .plot-tracker-editor input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(203, 154, 50, 0.16);
}
.admin-theme .plot-tracker-export,
.admin-theme .plot-tracker-save {
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(203, 154, 50, 0.2);
}
.admin-theme .plot-tracker-export:hover,
.admin-theme .plot-tracker-save:hover {
  filter: brightness(.96);
}
.admin-theme .plot-tracker-cell {
  border-radius: 9px;
  box-shadow: none;
}
.admin-theme .plot-tracker-cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(16, 24, 40, 0.12);
}
.admin-theme .plot-tracker-cell.is-selected {
  box-shadow: 0 0 0 3px rgba(203, 154, 50, 0.45);
}
.admin-theme .plot-tracker-detail__header h4 {
  color: #0f172a;
}
.admin-theme .plot-tracker-detail__rows div {
  background: #f8fafc;
  border-color: #e5e7eb;
}

/* Refined dashboard workspace */
.admin-theme .admin-page-header--dashboard {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}
.admin-theme .admin-page-header--dashboard .admin-page-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}
.admin-theme .admin-page-header--dashboard .admin-page-subtitle {
  color: #64748b;
  font-size: 13px;
}
.dashboard-quick-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.dashboard-summary {
  gap: 12px;
}
.dashboard-summary__card {
  min-height: 96px;
  padding: 16px;
  border-radius: 14px;
  border-color: #e6eaf0;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}
.dashboard-summary__card .admin-stat__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.dashboard-summary__card .admin-stat__label {
  font-size: 12px;
  color: #64748b;
}
.dashboard-summary__card .admin-stat__value {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
.admin-theme .plot-tracker--admin {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}
.admin-theme .plot-tracker--admin .plot-tracker__header {
  margin: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 18px 20px;
  background: #fbfcfe;
}
.admin-theme .plot-tracker--admin .plot-tracker__brand {
  gap: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker__bar {
  height: 48px;
}
.admin-theme .plot-tracker--admin .plot-tracker__eyebrow {
  font-size: 10px;
  margin-bottom: 5px;
}
.admin-theme .plot-tracker--admin .plot-tracker__header h3 {
  font-size: 20px;
  line-height: 1.2;
}
.admin-theme .plot-tracker--admin .plot-tracker__available {
  min-width: 104px;
  padding: 8px 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker__stats,
.admin-theme .plot-tracker--admin .plot-tracker-progress,
.admin-theme .plot-tracker--admin .plot-tracker-controls,
.admin-theme .plot-tracker--admin .plot-tracker-grid-card,
.admin-theme .plot-tracker--admin .plot-tracker-detail {
  margin-left: 18px;
  margin-right: 18px;
}
.admin-theme .plot-tracker--admin .plot-tracker__stats {
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 10px;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat {
  min-height: 82px;
  padding: 12px 14px 12px 16px;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat span {
  font-size: 11px;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat strong {
  font-size: 26px;
  margin-top: 7px;
}
.admin-theme .plot-tracker--admin .plot-tracker-progress {
  padding: 12px 14px;
  margin-bottom: 10px;
}
.admin-theme .plot-tracker--admin .plot-tracker-progress__label {
  font-size: 12px;
  margin-bottom: 7px;
}
.admin-theme .plot-tracker--admin .plot-tracker-progress__bar {
  height: 9px;
}
.admin-theme .plot-tracker--admin .plot-tracker-controls {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 360px) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  margin-bottom: 10px;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters {
  gap: 6px;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 800;
}
.plot-tracker-search-wrap {
  position: relative;
  display: block;
  margin: 0;
  min-width: 0;
}
.plot-tracker-search-wrap i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 13px;
  pointer-events: none;
}
.admin-theme .plot-tracker--admin .plot-tracker-search {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding-left: 34px;
}
.admin-theme .plot-tracker--admin .plot-tracker-export {
  min-height: 38px;
  padding: 8px 13px;
  white-space: nowrap;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid-card {
  padding: 14px;
  margin-bottom: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid-info {
  font-size: 12px;
  margin-bottom: 10px;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid {
  gap: 5px;
  align-items: start;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell {
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 800;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend {
  margin-top: 10px;
  padding-top: 10px;
}
.admin-theme .plot-tracker--admin .plot-tracker-detail {
  padding: 16px;
  margin-bottom: 18px;
}
.admin-theme .plot-tracker--admin .plot-tracker-detail__header {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker-detail__header h4 {
  font-size: 18px;
}
.admin-theme .plot-tracker--admin .plot-tracker-detail__rows {
  gap: 8px;
  margin-bottom: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker-detail__rows div {
  padding: 9px 10px;
}
.admin-theme .plot-tracker--admin .plot-tracker-editor {
  padding-top: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker-save,
.admin-theme .plot-tracker--admin .plot-tracker-close {
  min-height: 38px;
}
@media (max-width: 1199.98px) {
  .admin-theme .plot-tracker--admin .plot-tracker-controls {
    grid-template-columns: 1fr 1fr;
  }
  .admin-theme .plot-tracker--admin .plot-tracker-export {
    grid-column: 1 / -1;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .admin-theme .admin-page-header--dashboard {
    padding: 16px;
  }
  .dashboard-quick-actions,
  .dashboard-quick-actions .btn {
    width: 100%;
  }
  .admin-theme .plot-tracker--admin .plot-tracker__header {
    padding: 16px;
  }
  .admin-theme .plot-tracker--admin .plot-tracker__stats,
  .admin-theme .plot-tracker--admin .plot-tracker-progress,
  .admin-theme .plot-tracker--admin .plot-tracker-controls,
  .admin-theme .plot-tracker--admin .plot-tracker-grid-card,
  .admin-theme .plot-tracker--admin .plot-tracker-detail {
    margin-left: 12px;
    margin-right: 12px;
  }
  .admin-theme .plot-tracker--admin .plot-tracker-controls {
    grid-template-columns: 1fr;
  }
  .admin-theme .plot-tracker--admin .plot-tracker-cell {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }
}

/* Premium command-center treatment */
.admin-theme .admin-content {
  background: #f3f6fb;
}
.admin-theme .admin-page-header--dashboard {
  position: relative;
  overflow: hidden;
  background: #0f1c2e;
  border-color: rgba(255, 255, 255, 0.08);
  padding: 22px 24px;
  box-shadow: 0 20px 46px rgba(15, 28, 46, 0.18);
}
.admin-theme .admin-page-header--dashboard:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  background: var(--primary-color);
  border-radius: 0 999px 999px 0;
}
.admin-theme .admin-page-header--dashboard .admin-page-title {
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
}
.admin-theme .admin-page-header--dashboard .admin-page-subtitle {
  color: rgba(255, 255, 255, 0.64);
  margin-top: 4px;
}
.admin-theme .admin-page-header--dashboard .btn {
  border-radius: 10px;
  min-height: 40px;
  padding: 9px 13px;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
}
.admin-theme .admin-page-header--dashboard .btn:hover {
  color: #0f1c2e;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.admin-theme .plot-tracker--admin {
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 28, 46, 0.12);
}
.admin-theme .plot-tracker--admin .plot-tracker__header {
  min-height: 118px;
  align-items: flex-start;
  background: #102235;
  border: 0;
  color: #ffffff;
  padding: 22px 24px 46px;
}
.admin-theme .plot-tracker--admin .plot-tracker__bar {
  width: 5px;
  height: 58px;
  background: var(--primary-color);
}
.admin-theme .plot-tracker--admin .plot-tracker__eyebrow {
  color: var(--primary-color);
  font-size: 11px;
  letter-spacing: .12em;
}
.admin-theme .plot-tracker--admin .plot-tracker__header h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}
.admin-theme .plot-tracker--admin .plot-tracker__header p {
  color: rgba(255, 255, 255, 0.62);
}
.admin-theme .plot-tracker--admin .plot-tracker__available {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.admin-theme .plot-tracker--admin .plot-tracker__available strong {
  color: var(--primary-color);
  font-size: 26px;
}
.admin-theme .plot-tracker--admin .plot-tracker__available span {
  color: rgba(255, 255, 255, 0.64);
}
.admin-theme .plot-tracker--admin .plot-tracker__stats {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  margin-bottom: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat {
  position: relative;
  min-height: 112px;
  padding: 18px 18px 16px;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 38px rgba(15, 28, 46, 0.12);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat:before {
  width: 5px;
  height: auto;
  inset: 16px auto 16px 0;
  border-radius: 0 999px 999px 0;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(15, 28, 46, 0.06);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat strong {
  font-size: 34px;
  color: #0f172a;
  margin-top: 14px;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--total:after {
  background: rgba(15, 28, 46, 0.08);
  box-shadow: inset 0 0 0 1px rgba(15, 28, 46, 0.06);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--available {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf7 100%);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--available:after {
  background: rgba(22, 163, 74, 0.12);
  box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.12);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--reserved {
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--reserved:after {
  background: rgba(168, 85, 247, 0.12);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.14);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--mortgage {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--mortgage:after {
  background: rgba(249, 115, 22, 0.12);
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.14);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(15, 28, 46, 0.16);
}
.admin-theme .plot-tracker--admin .plot-tracker-stat {
  transition: transform .18s ease, box-shadow .18s ease;
}

/* Alternate compact stat-card view */
.admin-theme .plot-tracker--admin .plot-tracker-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 16px;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat:before {
  inset: auto 16px 0 16px;
  width: auto;
  height: 4px;
  border-radius: 999px 999px 0 0;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat:after {
  display: none;
}
.plot-tracker-stat__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #0f1c2e;
  background: #eef2f7;
  border: 1px solid #e3e8ef;
  font-size: 17px;
}
.plot-tracker-stat__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat .plot-tracker-stat__copy span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat .plot-tracker-stat__copy strong {
  margin: 0;
  color: #0f172a;
  font-size: 32px;
  line-height: .95;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--total .plot-tracker-stat__icon {
  color: #0f1c2e;
  background: #eef2f7;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--available .plot-tracker-stat__icon {
  color: #166534;
  background: #dcfce7;
  border-color: #bbf7d0;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--reserved .plot-tracker-stat__icon {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}
.admin-theme .plot-tracker--admin .plot-tracker-stat--mortgage .plot-tracker-stat__icon {
  color: #c2410c;
  background: #ffedd5;
  border-color: #fed7aa;
}
.admin-theme .plot-tracker--admin .plot-tracker-progress,
.admin-theme .plot-tracker--admin .plot-tracker-controls,
.admin-theme .plot-tracker--admin .plot-tracker-grid-card,
.admin-theme .plot-tracker--admin .plot-tracker-detail {
  border-color: #e1e7f0;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(15, 28, 46, 0.06);
}
.admin-theme .plot-tracker--admin .plot-tracker-progress {
  background: #fbfcff;
}
.admin-theme .plot-tracker--admin .plot-tracker-progress__label {
  color: #475569;
  font-weight: 900;
}
.admin-theme .plot-tracker--admin .plot-tracker-progress__bar {
  height: 10px;
  background: #e8edf5;
}
.admin-theme .plot-tracker--admin .plot-tracker-controls {
  background: #f8fafc;
  border-color: #dfe6ef;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters {
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  padding: 4px;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button {
  border: 0;
  background: transparent;
  border-radius: 9px;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button.is-active {
  background: #0f1c2e;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 28, 46, 0.16);
}
.admin-theme .plot-tracker--admin .plot-tracker-search,
.admin-theme .plot-tracker--admin .plot-tracker-editor input {
  background: #ffffff;
  border-color: #dfe6ef;
}
.admin-theme .plot-tracker--admin .plot-tracker-export,
.admin-theme .plot-tracker--admin .plot-tracker-save {
  background: #0f1c2e;
  border: 1px solid #0f1c2e;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(15, 28, 46, 0.18);
}
.admin-theme .plot-tracker--admin .plot-tracker-export:hover,
.admin-theme .plot-tracker--admin .plot-tracker-save:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid-card {
  background: #ffffff;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid-info {
  color: #475569;
  font-weight: 900;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  gap: 8px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell {
  position: relative;
  width: 100%;
  height: 58px;
  border-width: 1px;
  border-radius: 12px;
  padding: 8px 9px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  color: #0f172a;
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 6px 14px rgba(15, 28, 46, 0.05);
  overflow: hidden;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--plot-accent, var(--primary-color));
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"] {
  background: linear-gradient(180deg, #f8fff9 0%, #effaf1 100%);
  border-color: #bbf7d0;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"] {
  background: linear-gradient(180deg, #fff 0%, #fef2f2 100%);
  border-color: #fecaca;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"] {
  background: linear-gradient(180deg, #fff 0%, #fff5ed 100%);
  border-color: #fed7aa;
}
.plot-tracker-cell__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.plot-tracker-cell__top strong {
  color: #0f172a;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.plot-tracker-cell__top i {
  min-width: 18px;
  height: 18px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 28, 46, 0.08);
  color: #475569;
  font-style: normal;
  font-size: 9px;
  font-weight: 900;
}
.plot-tracker-cell__meta {
  color: #64748b;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 1px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(15, 28, 46, 0.16);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell.is-selected {
  box-shadow: 0 0 0 3px rgba(203, 154, 50, 0.55), 0 12px 22px rgba(15, 28, 46, 0.16);
}

/* Alternate plot grid: premium inventory board */
.admin-theme .plot-tracker--admin .plot-tracker-grid-card {
  background: #0f1c2e;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 48px rgba(15, 28, 46, 0.18);
}
.admin-theme .plot-tracker--admin .plot-tracker-grid-info {
  color: rgba(255, 255, 255, 0.72);
}
.admin-theme .plot-tracker--admin .plot-tracker-grid {
  grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
  gap: 7px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell {
  height: 52px;
  border-radius: 10px;
  padding: 7px 8px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell:before {
  left: 7px;
  right: 7px;
  top: auto;
  bottom: 0;
  width: auto;
  height: 3px;
  border-radius: 999px 999px 0 0;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"] {
  background: rgba(22, 163, 74, 0.13);
  border-color: rgba(34, 197, 94, 0.24);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"] {
  background: rgba(168, 85, 247, 0.13);
  border-color: rgba(192, 132, 252, 0.24);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"] {
  background: rgba(249, 115, 22, 0.14);
  border-color: rgba(251, 146, 60, 0.24);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__top strong {
  color: #ffffff;
  font-size: 12px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__top i {
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.74);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__meta {
  color: rgba(255, 255, 255, 0.56);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell.is-selected {
  background: rgba(203, 154, 50, 0.22);
  border-color: rgba(203, 154, 50, 0.78);
  box-shadow: 0 0 0 3px rgba(203, 154, 50, 0.28), 0 16px 28px rgba(0, 0, 0, 0.24);
}
.admin-theme .plot-tracker--admin .plot-tracker-legend {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span {
  color: rgba(255, 255, 255, 0.72);
}

/* Compact light plot grid */
.admin-theme .plot-tracker--admin .plot-tracker-grid-card {
  background: #ffffff;
  border-color: #e1e7f0;
  box-shadow: 0 14px 32px rgba(15, 28, 46, 0.06);
}
.admin-theme .plot-tracker--admin .plot-tracker-grid-info {
  color: #475569;
}
.admin-theme .plot-tracker--admin .plot-tracker-grid {
  grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  gap: 6px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell {
  height: 46px;
  border-radius: 8px;
  padding: 6px 7px;
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: none;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell:before {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 3px;
  height: auto;
  border-radius: 8px 0 0 8px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"] {
  background: #f7fdf8;
  border-color: #ccefd6;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"] {
  background: #fbf7ff;
  border-color: #ead8ff;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"] {
  background: #fff8f2;
  border-color: #fed9b3;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__top strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.01em;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__top {
  justify-content: center;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__top i {
  min-width: 14px;
  height: 14px;
  border-radius: 5px;
  background: rgba(15, 28, 46, 0.08);
  color: #64748b;
  font-size: 8px;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell .plot-tracker-cell__meta {
  color: #64748b;
  font-size: 9px;
}
.plot-tracker-popover {
  position: fixed;
  z-index: 1300;
  width: min(300px, calc(100vw - 28px));
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .12s ease, transform .12s ease;
  background: #ffffff;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 28, 46, 0.18);
  padding: 12px;
}
.plot-tracker-popover.show {
  opacity: 1;
  transform: translateY(0);
}
.plot-tracker-popover__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #edf1f6;
}
.plot-tracker-popover__head strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}
.plot-tracker-popover__head span {
  border: 1px solid;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.plot-tracker-popover__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.plot-tracker-popover__grid div {
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  background: #f8fafc;
}
.plot-tracker-popover__grid span {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.plot-tracker-popover__grid b {
  display: block;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell:hover {
  transform: translateY(-2px);
  border-color: var(--plot-accent, var(--primary-color));
  box-shadow: 0 8px 18px rgba(15, 28, 46, 0.12);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell.is-selected {
  background: #fffaf0;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(203, 154, 50, 0.22), 0 10px 20px rgba(15, 28, 46, 0.12);
}
.admin-theme .plot-tracker--admin .plot-tracker-legend {
  border-top-color: #e8eef6;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span {
  color: #475569;
}
@media (max-width: 767.98px) {
  .admin-theme .plot-tracker--admin .plot-tracker-grid {
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  }
  .admin-theme .plot-tracker--admin .plot-tracker-cell {
    height: 42px;
  }
}
.admin-theme .plot-tracker--admin .plot-tracker-detail {
  background: #fbfcff;
}
.admin-theme .plot-tracker--admin .plot-tracker-status-badge {
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .admin-theme .admin-page-header--dashboard {
    padding: 18px;
  }
  .admin-theme .admin-page-header--dashboard .admin-page-title {
    font-size: 22px;
  }
  .admin-theme .plot-tracker--admin .plot-tracker__header {
    min-height: auto;
    padding: 18px 16px 42px;
  }
  .admin-theme .plot-tracker--admin .plot-tracker__stats {
    margin-top: -24px;
  }
  .admin-theme .plot-tracker--admin .plot-tracker-cell {
    height: 52px;
  }
}
.admin-grid {
  display: grid;
  gap: 1rem;
}
.admin-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.admin-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.admin-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.admin-grid.cols-2-wide {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1199.98px) {
  .admin-grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .admin-grid.cols-3,
  .admin-grid.cols-4,
  .admin-grid.cols-2,
  .admin-grid.cols-2-wide {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .admin-shell { flex-direction: column; }
  .admin-sidebar { width: 100%; flex-direction: row; flex-wrap: wrap; }
  .admin-nav { flex-direction: row; flex-wrap: wrap; }
.admin-topbar__title { font-size: 16px; }
  .admin-topbar { flex-direction: column; align-items: flex-start; gap: 12px; }
  .admin-search input { min-width: 140px; }
}

.admin-toggle {
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transition: all 0.2s ease;
}
.admin-toggle i { transition: transform 0.2s ease; }
.admin-toggle:hover,
.admin-toggle:focus {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}
.admin-toggle:active {
  transform: translateY(1px);
}
.sidebar-collapsed #adminSidebarToggle {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}
.sidebar-collapsed #adminSidebarToggle i {
  transform: rotate(90deg);
}
.sidebar-collapsed .admin-sidebar {
  width: 78px;
}
.sidebar-collapsed .admin-sidebar .admin-brand__text,
.sidebar-collapsed .admin-sidebar .admin-user > div {
  display: none;
}
.sidebar-collapsed .admin-sidebar .admin-user .admin-avatar {
  display: inline-flex;
  padding: 0;
}
.sidebar-collapsed .admin-user {
  padding: 0;
}
.sidebar-collapsed .admin-user {
  position: relative;
  justify-content: center;
}
.sidebar-collapsed .admin-sidebar .admin-nav__link {
  justify-content: center;
}
.sidebar-collapsed .admin-sidebar .admin-nav__link .admin-nav__text {
  display: none;
}
.sidebar-collapsed .admin-sidebar .admin-nav__link i {
  margin-right: 0;
}
.sidebar-collapsed .admin-logout__btn {
  justify-content: center;
}
.sidebar-collapsed .admin-logout__btn i {
  margin-right: 0;
}
.sidebar-collapsed .admin-logout__text {
  display: none;
}
.sidebar-collapsed .admin-nav__link,
.sidebar-collapsed .admin-logout__btn,
.sidebar-collapsed .admin-user {
  position: relative;
}
.sidebar-collapsed .admin-nav__link::after,
.sidebar-collapsed .admin-logout__btn::after,
.sidebar-collapsed .admin-user::after {
  content: attr(data-label);
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  background: var(--primary-color);
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}
.sidebar-collapsed .admin-nav__link:hover::after,
.sidebar-collapsed .admin-nav__link:focus::after,
.sidebar-collapsed .admin-logout__btn:hover::after,
.sidebar-collapsed .admin-logout__btn:focus::after,
.sidebar-collapsed .admin-user:hover::after,
.sidebar-collapsed .admin-user:focus::after {
  opacity: 1;
  transform: translateY(-50%) translateX(6px);
}

/* Admin button adjustments */
.admin-card .btn,
.admin-topbar .btn,
.admin-page-header .btn,
.quick-actions .btn {
  border-radius: 999px;
  font-weight: 600;
}
.admin-card .btn-primary,
.admin-topbar .btn-primary,
.admin-page-header .btn-primary,
.quick-actions .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.admin-card .btn-outline-primary,
.admin-topbar .btn-outline-primary,
.admin-page-header .btn-outline-primary,
.quick-actions .btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.admin-card .btn-outline-primary:hover,
.admin-topbar .btn-outline-primary:hover,
.admin-page-header .btn-outline-primary:hover,
.quick-actions .btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.admin-card .btn-light,
.admin-card .btn-outline-light {
  border-radius: 999px;
}
.admin-content .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.admin-content .btn-primary:hover,
.admin-content .btn-primary:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  filter: brightness(0.95);
}
.admin-content .form-label {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}
.admin-content .form-control,
.admin-content .form-select,
.admin-content textarea {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.admin-content .form-control:focus,
.admin-content .form-select:focus,
.admin-content textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}
.admin-content .card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.admin-form-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.admin-logout__btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination { gap: 6px; }
.pagination .page-link {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  color: #0f172a;
  padding: 8px 12px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
.pagination .page-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pagination .page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 14px rgba(203, 154, 50, 0.35);
}
.pagination .page-item.disabled .page-link {
  opacity: 0.6;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  body.admin-theme {
    padding-left: 0;
  }
  .admin-shell {
    flex-direction: row;
  }
  .admin-sidebar {
    width: 78px;
    flex-direction: column;
    align-items: center;
    padding: 14px 10px;
  }
  .admin-brand__text,
  .admin-sidebar .admin-user > div,
  .admin-nav__text,
  .admin-logout__text {
    display: none;
  }
  .admin-nav__link {
    justify-content: center;
  }
  .admin-nav__link i {
    margin-right: 0;
  }
  .admin-logout__btn {
    justify-content: center;
  }
  .admin-main {
    margin-left: 78px;
  }
  .admin-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .admin-topbar__right {
    width: 100%;
    justify-content: flex-start;
  }
  .admin-page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .admin-search-inline {
    width: 100%;
  }
  .admin-search-inline input {
    min-width: 0;
    flex: 1;
  }
  .admin-search-inline .btn {
    min-width: 90px;
  }
  .admin-grid.cols-4,
  .admin-grid.cols-3,
  .admin-grid.cols-2,
  .admin-grid.cols-2-wide {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .admin-table {
    font-size: 14px;
  }
  .admin-table td,
  .admin-table th {
    padding: 10px;
  }
  .admin-form-actions {
    width: 100%;
  }
  .renvia-feature-item{
    text-align: center !important;
  }
}

.renvia-about_one .renvia-image-box .renvia-image.image_one img {
    border-radius: 20px;
}

/* Plot tracker filter color chips */
.admin-theme .plot-tracker--admin .plot-tracker-filters {
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button {
  border: 1px solid transparent;
  font-weight: 800;
  transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="all"] {
  background: #f1f5f9;
  border-color: #dbe3ee;
  color: #334155;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="available"] {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #166534;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="reserved"] {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="mortgage"] {
  background: #fff4ed;
  border-color: #fed7aa;
  color: #c2410c;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="registered"] {
  background: #f1f5f9;
  border-color: #dbe3ee;
  color: #334155;
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="all"].is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="available"].is-active {
  background: #16a34a;
  border-color: #16a34a;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.2);
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="reserved"].is-active {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(220, 38, 38, 0.2);
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="mortgage"].is-active {
  background: #ea580c;
  border-color: #ea580c;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(234, 88, 12, 0.2);
}
.admin-theme .plot-tracker--admin .plot-tracker-filters button[data-filter="registered"].is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

/* Plot tracker grid cells use the same status palette as filters */
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"] {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #166534;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"] {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"] {
  background: #fff4ed;
  border-color: #fed7aa;
  color: #c2410c;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage_reserved"] {
  background: #ecfeff;
  border-color: #a5f3fc;
  color: #155e75;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"]:before {
  background: #16a34a;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"]:before {
  background: #dc2626;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"]:before {
  background: #ea580c;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage_reserved"]:before {
  background: #0891b2;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"] .plot-tracker-cell__top strong {
  color: #166534;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"] .plot-tracker-cell__top strong {
  color: #991b1b;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"] .plot-tracker-cell__top strong {
  color: #c2410c;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage_reserved"] .plot-tracker-cell__top strong {
  color: #155e75;
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"]:hover,
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="available"].is-selected {
  border-color: #16a34a;
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.16);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"]:hover,
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="reserved"].is-selected {
  border-color: #dc2626;
  box-shadow: 0 10px 20px rgba(220, 38, 38, 0.16);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"]:hover,
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage"].is-selected {
  border-color: #ea580c;
  box-shadow: 0 10px 20px rgba(234, 88, 12, 0.16);
}
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage_reserved"]:hover,
.admin-theme .plot-tracker--admin .plot-tracker-cell[data-status="mortgage_reserved"].is-selected {
  border-color: #0891b2;
  box-shadow: 0 10px 20px rgba(8, 145, 178, 0.16);
}

/* Plot tracker legend matches filters and grid cells */
.admin-theme .plot-tracker--admin .plot-tracker-legend {
  gap: 8px;
  border-top-color: #e2e8f0;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span {
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 10px;
  background: #ffffff;
  font-weight: 800;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span:has(.legend-dot--available) {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #166534;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span:has(.legend-dot--reserved) {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span:has(.legend-dot--mortgage) {
  background: #fff4ed;
  border-color: #fed7aa;
  color: #c2410c;
}
.admin-theme .plot-tracker--admin .plot-tracker-legend span:has(.legend-dot--mortgage-reserved) {
  background: #ecfeff;
  border-color: #a5f3fc;
  color: #155e75;
}
.admin-theme .plot-tracker--admin .legend-dot {
  width: 10px;
  height: 10px;
  border-width: 0;
}
.admin-theme .plot-tracker--admin .legend-dot--available {
  background: #16a34a;
}
.admin-theme .plot-tracker--admin .legend-dot--reserved {
  background: #dc2626;
}
.admin-theme .plot-tracker--admin .legend-dot--mortgage {
  background: #ea580c;
}
.admin-theme .plot-tracker--admin .legend-dot--mortgage-reserved {
  background: #0891b2;
}

/* Premium plot hover popover */
.plot-tracker-popover {
  width: min(360px, calc(100vw - 28px));
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98)),
    radial-gradient(circle at top right, var(--popover-tint, #f8fafc), transparent 52%);
  border: 1px solid rgba(203, 213, 225, .9);
  border-top: 4px solid var(--popover-accent, #0f172a);
  border-radius: 14px;
  box-shadow: 0 22px 52px rgba(15, 23, 42, .18), 0 2px 8px rgba(15, 23, 42, .06);
}
.plot-tracker-popover__head {
  padding: 10px 12px 8px;
  margin: 0;
  border-bottom: 1px solid #e8eef6;
  background: rgba(255, 255, 255, .72);
}
.plot-tracker-popover__title {
  min-width: 0;
}
.plot-tracker-popover__title small {
  display: block;
  color: var(--popover-text, #64748b);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.plot-tracker-popover__title strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plot-tracker-popover__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border: 1px solid color-mix(in srgb, var(--popover-accent, #64748b) 42%, #ffffff);
  border-radius: 999px;
  padding: 3px 8px;
  background: var(--popover-tint, #f8fafc);
  color: var(--popover-text, #334155);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}
.plot-tracker-popover__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 8px 12px 6px;
}
.plot-tracker-popover__grid div {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.plot-tracker-popover__grid span,
.plot-tracker-popover__finance span {
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.plot-tracker-popover__grid b {
  margin-top: 3px;
  color: #0f172a;
  font-size: 11px;
}
.plot-tracker-popover__buyer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 3px 12px 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #e2e8f0;
}
.plot-tracker-popover__buyer div {
  min-width: 0;
  padding: 7px 8px;
  background: #ffffff;
}
.plot-tracker-popover__buyer .ptp-email-full {
  grid-column: span 2;
}
.plot-tracker-popover__buyer span {
  display: block;
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.plot-tracker-popover__buyer b {
  display: block;
  margin-top: 3px;
  color: #0f172a;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plot-tracker-popover__finance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 3px 12px 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #e2e8f0;
}
.plot-tracker-popover__finance div {
  min-width: 0;
  padding: 5px 7px;
  background: #ffffff;
}
.plot-tracker-popover__finance b {
  display: block;
  margin-top: 3px;
  color: #0f172a;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plot-tracker-popover__finance .is-due {
  background: #fff7ed;
}
.plot-tracker-popover__finance .is-due b {
  color: #c2410c;
}

/* Keep the primary navigation anchored over the top of the hero. */
.header-one {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.header-one.sticky {
  position: fixed;
}

/* Home page mobile polish */
@media (max-width: 767.98px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .header-one {
    margin-top: 16px;
  }

  .header-one .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-one .header-navigation {
    box-sizing: border-box;
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 28px;
  }

  .header-navigation .primary-menu {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
  }

  .header-navigation .site-branding {
    flex: 0 1 116px;
    max-width: 116px;
    min-width: 0;
    padding-right: 8px;
  }

  .header-navigation .nav-right-item {
    flex: 0 0 46px;
    min-width: 46px;
  }

  .header-navigation .nav-right-item .navbar-toggler {
    display: block;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .renvia-about_one .container,
  .renvia-feature_one .container,
  .renvia-project_one .container,
  .renvia-contact_three .container,
  .location-connectivity-section .container {
    width: 100%;
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .renvia-about_one .row,
  .renvia-feature_one .row,
  .renvia-project_one .row,
  .renvia-contact_three .row {
    margin-right: 0;
    margin-left: 0;
  }

  .renvia-about_one .row > *,
  .renvia-feature_one .row > *,
  .renvia-project_one .row > *,
  .renvia-contact_three .row > * {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .renvia-hero_one .hero-video {
    width: 100%;
    min-height: 640px;
    height: auto;
    margin-left: 0;
    padding: 0;
    align-items: flex-start;
  }

  .renvia-hero_one .hero-video .container {
    width: 100%;
    padding: 150px 18px 120px;
  }

  .renvia-hero_one .hero-content {
    text-align: center;
  }

  .renvia-hero_one .hero-content .tag-line {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .02em;
  }

  .renvia-hero_one .hero-content h1 {
    width: min(354px, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    margin: 0 auto 18px;
    font-size: 34px;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  .renvia-hero_one .hero-content h1.text-anm div,
  .renvia-hero_one .hero-content h1.text-anm .word,
  .renvia-hero_one .hero-content h1.text-anm .char {
    white-space: normal !important;
  }

  .text-anm,
  .text-anm div,
  .text-anm .word,
  .text-anm .char {
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: normal !important;
    transform: none !important;
  }

  .text-anm div {
    display: inline !important;
  }

  .section-title h2,
  .section-title .text-anm {
    width: 100%;
    max-width: 100%;
    font-size: 28px !important;
    line-height: 1.18 !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .renvia-hero_one .hero-content__inner {
    width: min(350px, 100%);
    margin: 0 auto;
  }

  .renvia-hero_one .hero-content p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 10px !important;
  }

  .hero-project-stats-section {
    margin-top: -56px;
    padding-bottom: 30px;
  }

  .hero-project-stats-section .container {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-banner-stack {
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero-project-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-project-stats__item {
    min-width: 0;
    min-height: 58px;
    padding: 8px 6px;
    gap: 6px;
    justify-content: flex-start;
  }

  .hero-project-stats__item i {
    width: 24px;
    font-size: 21px;
    text-align: center;
  }

  .hero-project-stats__item div {
    min-width: 0;
  }

  .hero-project-stats__item strong {
    font-size: 20px;
    letter-spacing: 0;
  }

  .hero-project-stats__item span {
    font-size: 10px;
    line-height: 1.15;
  }

  .hero-project-stats__ribbon {
    min-height: 34px;
    gap: 8px;
    padding: 8px 10px;
  }

  .hero-project-stats__ribbon span {
    width: 28px;
    min-width: 0;
  }

  .hero-project-stats__ribbon strong {
    font-size: 9px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .renvia-image,
  .renvia-image-box,
  .renvia-content-box,
  .renvia-features-list,
  .renvia-iconic-left-box {
    max-width: 100%;
  }

  .renvia-content-box,
  .renvia-content-box p,
  .renvia-features-list p,
  .renvia-iconic-left-box .content {
    min-width: 0;
  }

  .renvia-content-box,
  .renvia-content-box p,
  .renvia-features-list p,
  .renvia-iconic-left-box .content,
  .renvia-iconic-left-box h5 {
    overflow-wrap: break-word;
  }

  .renvia-image img,
  .renvia-image-box img,
  .renvia-service-card img,
  .approval-tabs__media img {
    max-width: 100%;
    height: auto;
  }

  .renvia-about_one,
  .renvia-feature_one,
  .renvia-project_one,
  .renvia-contact_three {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .location-connectivity-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .location-connectivity-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }

  .location-connectivity-panel {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }

  .location-connectivity-hub,
  .location-connectivity-point--wide {
    grid-column: auto;
  }

  .location-connectivity-hub {
    padding: 22px;
    border-radius: 16px;
  }

  .location-connectivity-hub strong {
    font-size: 26px;
    line-height: 1.08;
  }

  .location-connectivity-hub p {
    font-size: 13px;
    line-height: 1.45;
  }

  .location-connectivity-point {
    grid-template-columns: 42px 1fr;
    padding: 12px;
    border-radius: 14px;
  }

  .location-connectivity-point i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 15px;
  }

  .location-connectivity-point strong {
    font-size: 15px;
  }

  .connectivity-video-card {
    min-height: 0;
    border-radius: 16px;
  }

  .connectivity-video-card__media {
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .connectivity-video-card__media iframe {
    width: 100%;
  }

  .service-slider .renvia-service-card.style-one {
    max-width: calc(100vw - 48px);
  }

  .service-slider .renvia-service-card .content,
  .service-slider .renvia-service-card .title-wrap,
  .service-slider .renvia-service-card img {
    max-width: 100%;
  }

  .renvia-project_one .approval-tabs__list li {
    align-items: flex-start;
    gap: 10px;
  }

  .renvia-project_one .approval-tabs__list li span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .renvia-feature_one .renvia-content-box {
    padding-left: 0;
  }

  .renvia-feature_one .counter-wrap .row {
    row-gap: 10px;
  }

  .renvia-feature_one .counter-wrap .col-4 {
    width: 100%;
  }

  .renvia-counter-item {
    text-align: center;
  }

  .renvia-intro_one iframe {
    height: 360px;
  }

  .contact-wrapper {
    padding: 28px 18px;
  }
}

@media (max-width: 390px) {
  .renvia-hero_one .hero-content h1 {
    font-size: 30px;
  }

  .hero-project-stats__item strong {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  #smooth-wrapper,
  #smooth-content,
  main,
  .renvia-hero_one {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .renvia-hero_one .hero-video {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    margin-left: 0;
    display: flex;
    align-items: flex-end;
  }

  .renvia-hero_one .hero-video .container {
    padding: 112px 16px 72px;
  }

  .renvia-hero_one .hero-content {
    width: 100%;
    overflow: visible;
  }

  .renvia-hero_one .hero-content h1 {
    width: 100%;
    max-width: min(342px, calc(100vw - 32px)) !important;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(28px, 7.6vw, 32px) !important;
    line-height: 1.12 !important;
    overflow: visible;
    overflow-wrap: break-word;
  }

  .renvia-hero_one .hero-content {
    text-align: center;
  }

  .renvia-hero_one .hero-content__inner {
    width: 100%;
    max-width: min(342px, calc(100vw - 32px));
    margin-right: auto;
    margin-left: auto;
  }

  .hero-project-stats-section .container {
    display: block;
  }

  .hero-banner-stack,
  .hero-project-stats {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .hero-project-stats__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .hero-project-stats__item i {
    width: auto;
    font-size: 20px;
  }

  .hero-project-stats__item div {
    justify-items: center;
  }

  .hero-project-stats__item strong {
    max-width: 100%;
    font-size: 19px;
    line-height: 1;
    white-space: normal;
  }

  .hero-project-stats__item span {
    font-size: 10px;
    line-height: 1.1;
  }

  .hero-project-stats__ribbon {
    overflow: hidden;
  }

  .hero-project-stats__ribbon span {
    flex: 0 1 26px;
  }

  .hero-project-stats__ribbon strong {
    min-width: 0;
    font-size: 8px;
    letter-spacing: .9px;
  }

  .renvia-about_one .renvia-image-box {
    min-height: 0;
  }

  .renvia-about_one .renvia-content-box,
  .renvia-feature_one .renvia-content-box,
  .renvia-about_one .section-title,
  .renvia-feature_one .section-title {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .renvia-about_one .section-title h2,
  .renvia-feature_one .section-title h2 {
    max-width: 100% !important;
    font-size: 26px !important;
  }
}
