@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: "Archivo", sans-serif;
}



.main_services_btn{
  width: 100%;
  margin-top: 50px;
  text-align: center;
  align-items: center;
  justify-self: center;
}

.header-services_btn{
  background: #fb4934;
  color: #fff;
  padding: 20px 60px;
  border-radius: 20px;
  font-size: 20px;
  text-decoration: none;
}



.main_estate_btn{
  margin: 50px 0px;
}

.header-estate__btn{
  background: #fb4934;
  color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  text-decoration: none;
}

/* ===== NAVBAR ===== */
.rl-navbar {
  /* width: 100%; */
  padding:  24px;
}

.rl-navbar-inner {
  max-width: 1450px;
  margin: auto;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 60px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* ===== LOGO ===== */

.rl-logo-icon {
  width: 38px;
  height: 38px;
  border: 3px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.rl-logo img{
  height: 50px;
}

/* ===== MENU ===== */
.rl-menu {
  display: flex;
  gap: 36px;
}

.rl-menu a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

/* ===== CTA ===== */
.rl-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 40px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.rl-cta:hover span{
  background: #fb4934;
}

.rl-cta span {
  width: 36px;
  height: 36px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

/* ===== HAMBURGER ===== */
.rl-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.rl-hamburger span {
  width: 26px;
  height: 3px;
  background: #111;
  border-radius: 3px;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .rl-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    flex-direction: column;
    gap: 22px;
    display: none;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    z-index: 999;
  }

  .rl-menu.active {
    display: flex;
  }

  .rl-cta {
    display: none;
  }

  .rl-hamburger {
    display: flex;
  }
}







/* ============================
   ESTATE HERO SECTION
============================ */

.estate-hero {
  margin: 0px 30px;
  position: relative;
  min-height: 790px !important;
  background-image: url('../images/hero_bg.jpg'); /* replace with your image */
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  padding: 80px;
}

/* Dark overlay */
.estate-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.85) 75%
  );
  z-index: 1;
}

/* ============================
   BADGE
============================ */

.estate-hero__badge {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 120px;
  height: 120px;
  z-index: 2;
}

.estate-hero__badge svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.estate-hero__badge text {
  fill: #ffffff;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
}

.estate-hero__arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb4934;
  font-size: 24px;
  font-weight: bold;
}

/* ============================
   CONTENT
============================ */

.estate-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.estate-hero__title {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 24px;
}

.estate-hero__title span{
    color: #fb4934;
}

.estate-hero__subtitle {
  font-size: 15px;
  line-height: 1.7;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
}

/* ============================
   RATING
============================ */

.estate-hero__rating {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.estate-hero__rating-score {
  font-size: 28px;
  font-weight: 600;
}

.estate-hero__stars {
  color: #fb4934;
  letter-spacing: 4px;
  font-size: 14px;
}

.estate-hero__reviews {
  font-size: 13px;
  opacity: 0.75;
}

/* ============================
   AVATARS
============================ */

.estate-hero__avatars {
  display: flex;
  margin-left: 8px;
}

.estate-hero__avatars span {
  width: 36px;
  height: 36px;
  background: #777;
  border-radius: 50%;
  border: 2px solid #000;
  margin-left: -10px;
}

.estate-hero__avatars span img{
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.estate-hero__avatars span:nth-child(1) {
  background: #999;
}
.estate-hero__avatars span:nth-child(2) {
  background: #aaa;
}
.estate-hero__avatars span:nth-child(3) {
  background: #bbb;
}

.estate-hero__plus {
  background: #fb4934 !important;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================
   RESPONSIVE
============================ */

@media (max-width: 900px) {
  .estate-hero {
    padding: 50px 32px;
  }

  .estate-hero__badge {
    top: 32px;
    left: 32px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 600px) {
    .estate-hero {
    margin: 0px;
    min-height: 755px !important;
    border-radius: 0px;
}
  .estate-hero {
    padding: 40px 24px;
    align-items: center;
  }

  .estate-hero__content {
    text-align: left;
  }

  .estate-hero__avatars {
    margin-left: 0;
  }

  .estate-hero__title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 24px;
}
}







/* ================================
   ABOUT ESTATE SECTION
================================ */

.about-estate {
  padding: 120px 0;
  background-image: url('../images/about_bg.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
}

.about-estate__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 180px;
  align-items: center;
}

/* ================================
   MEDIA
================================ */

.about-estate__media {
  position: relative;
}

.about-estate__image-main {
  width: 350px;
  height: 430px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.about-estate__image-main img {
  width: 350px;
  height: 430px;
  object-fit: cover;
  display: block;
}

.about-estate__image-secondary {
  position: absolute;
  bottom: -90px;
  right: -40px;
  width: 55%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.2);
}

.about-estate__image-secondary img {
  width: 100%;
  display: block;
}

/* ================================
   TEAM CARD
================================ */



.about-estate__team-card {
  position: absolute;
  top: 30%;
  right: 120px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  width: 200px;
}

.about-estate__team-card p {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-estate__avatars {
  display: flex;
}

.about-estate__avatars span {
  width: 36px;
  height: 36px;
  background: #bbb;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.about-estate__avatars span img{
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.about-estate__avatar-plus {
  background: #fb4934 !important;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================
   CONTENT
================================ */

.about-estate__label {
  font-size: 13px;
  letter-spacing: 2px;
  color: #fb4934;
  display: inline-block;
  margin-bottom: 18px;
}

.about-estate__title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  color: #0c2a1f;
  margin-bottom: 22px;
}

.about-estate__text {
  font-size: 14px;
  text-align: justify;
  line-height: 1.7;
  color: #666;
  margin-bottom: 32px;
}

/* ================================
   FEATURES
================================ */


.about-estate__content {
    margin-top: 40px;
}

.about-estate__feature {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}

.about-estate__icon {
  font-size: 28px;
}

.about-estate__feature h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #0c2a1f;
}

.about-estate__feature p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ================================
   ACTIONS
================================ */

.about-estate__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.about-estate__btn {
  background: #111;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.about-estate__btn span {
  background: #fb4934;
  color: #000;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-estate__call {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-estate__call-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-estate__call small {
  font-size: 12px;
  color: #777;
}

.about-estate__call strong {
  display: block;
  font-size: 15px;
  color: #000;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .about-estate__container {
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .about-estate__image-secondary,
  .about-estate__team-card {
    right: 0;
  }
}

@media (max-width: 500px) {
    
.about-estate__container{
    padding: 0px 20px;
}
  .about-estate__title {
    font-size: 32px;
  }

  .about-estate__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}






/* ===============================
   ESTATE SERVICES SECTION
================================ */

.estate-services {
  padding: 100px 0;
  background: #ffffff;
}

.estate-services__wrapper {
  max-width: 1331px;
  background-image: url('../images/service_bg.png');
  margin: 0 auto;
  padding: 80px 60px;
  background-color: #141414;
  border-radius: 0px;
}

/* ===============================
   HEADER
================================ */

.estate-services__header{
  width: 100%;
  padding: 20px 0px;
  border: 2px solid #fb4934;
  background: #fff;
  border-radius: 28px;
  text-align: center;
}

.estate-services__label {
  text-align: center;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.85;
}

.estate-services__label span{
  color: #fb4934;
}

/* ===============================
   GRID
================================ */

.estate-services__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* ===============================
   CARD
================================ */

.estate-services__card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
}

.estate-services__grid a{
  text-decoration: none;
  color: #000 !important;
}

.estate-services__card:hover{
  transform: translateY(-10px);
}

.estate-services__icon {
  font-size: 28px;
  margin-bottom: 16px;
}

.estate-services__icon img{
  width: 50px !important;
}

.estate-services__number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 36px;
  font-weight: 600;
  color: rgba(0,0,0,0.15);
}

.estate-services__card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.estate-services__card p {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  max-width: 90%;
}

/* ===============================
   MEDIA BLOCK
================================ */

.estate-services__media {
  margin-top: 24px;
  width: 100%;
  height: 210px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.estate-services__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Lime shape (first card) */
.estate-services__media--shape {
  background: #fb4934;
  border-top-left-radius: 26px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
  .estate-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
    
    .estate-services{
        /*padding: 10px 0px;*/
    }

  .estate-services__label{
    font-size: 20px;
        padding: 0px 10px;
  }

  .estate-services__wrapper {
    padding: 60px 24px;
    border-radius: 0px;
  }

  .estate-services__grid {
    grid-template-columns: 1fr;
  }
}


.services__card_hover:hover{
  background: #fb4934;
  color: #fff !important;
}

.services__card_hover:hover p{
  color: #fff !important;
}











/* ===============================
   WHY ESTATE SECTION
================================ */

.why-estate {
  padding: 120px 0;
  background-color: #f6f3ec;
  background-image: url('../images/choose_bg.png');
  background-position: -538px 389px;
  overflow: hidden;
  background-repeat: no-repeat;
  color: #000;
}

.why-estate__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===============================
   HEADER
================================ */

.why-estate__header {
  text-align: center;
  margin-bottom: 70px;
}

.why-estate__label {
  font-size: 13px;
  letter-spacing: 2px;
  color: #fb4934;
  opacity: 0.9;
}

.why-estate__title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 14px;
}

.why-estate__title span{
  color: #fb4934 !important;
}

/* ===============================
   CONTENT GRID
================================ */

.why-estate__content {
  margin: 0 auto;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  /* gap: 180px; */
  align-items: center;
}

/* ===============================
   IMAGE
================================ */

.why-estate__image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  width: 500px;
  height: 500px;
}

.why-estate__image-wrap img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Experience badge */
.why-estate__badge {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  background: #fb4934;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.why-estate__badge span {
  font-size: 28px;
}

.why-estate__badge small {
  font-size: 11px;
  font-weight: 600;
}

/* ===============================
   RIGHT PANEL
================================ */

.why-estate__panel {
  border: 1px solid #fb4934;
  margin: 0 auto;
  background: rgba(255,255,255,0.03);
  border-radius: 22px;
  /* padding: 40px; */
  display: flex;
  flex-direction: column;
  /* gap: 34px; */
}

/* ===============================
   ITEM
================================ */

.why-estate__item {
  display: flex;
  gap: 18px;
  align-items: center;
}



.why-estate__icon {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  border-radius: 50%;
  background: #fb4934;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff !important;
}

.why-estate__item h4 {
  font-size: 18px;
  margin-bottom: 6px;
  font-size: 400;
  letter-spacing: 0.5px;
}

.why-estate__item p {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(49, 49, 49);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .why-estate__content {
    grid-template-columns: 1fr;
  }

  .why-estate__title {
    font-size: 34px;
  }
}

@media (max-width: 500px) {

  .why-estate__item h4 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

  .why-estate__icon {
    width: 60px;
    height: 30px;
    margin-top: -10px;
    border-radius: 50%;
    background: #fb4934;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff !important;
}

  .why-estate__content {
    padding: 2px;
}
  .why-estate__image-wrap{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  width: 350px;
  height: 350px;
  margin-bottom: 30px;
}

  .why-estate__panel img{
    width: 350px;
    height: 350px;
  }

  /* .why-estate__panel {
    padding: 28px;
  } */

  .why-estate__badge {
    width: 90px;
    height: 90px;
    top: 20px;
    left: 20px;
  }

  .why-estate__title {
    font-size: 24px;
    font-weight: 400;
}

.why-estate__header {
  text-align: center;
  margin-bottom: 40px;
}

  .why-estate__badge span {
    font-size: 22px;
  }

  .why-estate {
    padding: 70px 0px;
}
}









/* ===============================
   ESTATE CONTACT SECTION
================================ */

.estate-contact {
  background-color: #fff;
  background-image: url('../images/contact_bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.estate-contact__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

/* ===============================
   LEFT CONTENT
================================ */

.estate-contact__label {
  font-size: 13px;
  letter-spacing: 2px;
  color: #fb4934;
}

.estate-contact__title {
  font-size: 34px;
  margin: 14px 0 18px;
  font-weight: 600;
}

.estate-contact__desc {
  font-size: 15px;
  color: #666;
  max-width: 620px;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Image card */
.estate-contact__image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.estate-contact__image img {
  width: 100%;
  height: auto;
  display: block;
}

.estate-contact__info a{
  text-decoration: none;
  color: #000 !important;
}

/* Overlay info */
.estate-contact__info {
  position: absolute;
  left: 20px;
  background: #fff;
  color: #000 !important;
  padding: 12px 16px;
  border-radius: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.estate-contact__info span{
  color: #fb4934;
}

.estate-contact__info--location {
  bottom: 80px;
}

.estate-contact__info--email {
  bottom: 20px;
}

.estate-contact__info span {
  font-size: 18px;
}

/* ===============================
   FORM
================================ */

.estate-contact__form-wrap {
  background: #fb4934;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.028);
  color: #fff !important;
  border-radius: 22px;
  padding: 50px;
  margin-top: 60px;
}

.estate-contact__form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.estate-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.estate-contact__field {
  display: flex;
  flex-direction: column;
}

.estate-contact__field label {
  font-size: 14px;
  margin-bottom: 8px;
}

.estate-contact__field input,
.estate-contact__field select,
.estate-contact__field textarea {
  border: 1px solid #e2e2e2;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.estate-contact__field--full {
  grid-column: span 2;
}

/* Submit */
.estate-contact__submit {
  margin-top: 10px;
  background: #000;
  border: none;
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .estate-contact__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {

  .estate-contact{
    padding: 60px 0px;
  }

  .estate-contact__title {
    font-size: 32px;
    line-height: 40px !important;
  }

  .estate-contact__row {
    grid-template-columns: 1fr;
  }

  .estate-contact__form-wrap {
    padding: 32px;
  }

  .estate-contact__form-wrap{
    margin-top: 0px;
  }

}











/* ===============================
   RENVIA FOOTER
================================ */

.renvia-footer {
  background-color: #fb4934;
  background-image: url('../images/footer_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  color: #cfd1d6;
  padding: 90px 0 30px;
}

.renvia-footer__container {
  max-width: 1300px;
  margin: auto;
  padding: 0 24px;
}

/* ===============================
   TOP GRID
================================ */

.renvia-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px;
}

.renvia-footer__logo {
  display: flex;
  gap: 12px;
  align-items: center;;
}

.renvia-footer__logo-icon {
  font-size: 34px;
  color: #ff3b30;
}

.renvia-footer__logo h3 {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.renvia-footer__logo small {
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}

.renvia-footer__about {
  max-width: 380px;
  font-size: 14px;
  color: #fff !important;
  line-height: 1.8;
  margin-bottom: 22px;
}

.renvia-footer__socials {
  display: flex;
  gap: 12px;
}

.renvia-footer__socials a {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fb4934;
  text-decoration: none;
  font-size: 14px;
}

/* ===============================
   LINKS & HOURS
================================ */

.renvia-footer__links h4,
.renvia-footer__hours h4 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
}

.renvia-footer__links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 17px;
}

.renvia-footer__hours p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.renvia-footer__hours span {
  color: #fff;
  font-weight: 600;
}

/* ===============================
   DIVIDER
================================ */

.renvia-footer__divider {
  height: 1px;
  background: #fff;
  margin: 50px 0;
}

/* ===============================
   CONTACT ROW
================================ */

.renvia-footer__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.renvia-footer__item h4 {
  color: #fff;
  margin-bottom: 10px;
}

.renvia-footer__item p {
  font-size: 14px;
}

/* ===============================
   BOTTOM BAR
================================ */

.renvia-footer__bottom {
  margin-top: 40px;
  /* padding-top: 25px; */
  color: #fff !important;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.renvia-footer__policies {
  display: flex;
  gap: 20px;
}

.renvia-footer__policies a {
  color: #fff;
  text-decoration: none;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .renvia-footer__top {
    grid-template-columns: 1fr;
  }

  .renvia-footer__contact {
    grid-template-columns: 1fr;
  }

  .renvia-footer__bottom {
    flex-direction: column;
    gap: 15px;
  }
}



.renvia-footer__hours p a {
    text-decoration: none;
}











.terms_content_heading{
  background: #fb4934;
  padding: 60px;
}

.terms_content_heading h1{
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.main_content{
  padding: 50px 50px;
}

.main_content p{
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 18px;;
}

.main_content p a{
  color: #fb4934;
}

.terms_main{
  color: #fb4934;
  font-weight: 500 !important;
  font-size: 22px !important;
}