/**
Theme Name: rivirea theme
Author: Brainstorm Fo
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rivirea-theme
Template: astra
*/

/* Global Reset and Base Styles */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* CSS Variables */
:root {
  --primary-color: #00436a;
  --secondary-color: #00bad1;
  --slogon-color: #000000;
  --card-color: #e3e4f3;
  --text-color: #95bbd0;
  --between-sections-padding: 30px;
}

/* SVG Styling */
#svg {
  color: var(--secondary-color);
}

/* Swiper Styles */
swiper-container {
  width: 100%;
  height: 80%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Header Styles */
.the-header {
  background-color: #042444;
  /* position: fixed; */
  width: 100%;
  height: auto;
  /* z-index: 1000; */
  /* top: 0; */
  /* left: 0; */
}

.the-header .show {
  display: block !important;
}

.the-header #the-mobile-links #mobile-menu {
  background: #e2e8eb;
  width: 70%;
  margin: 5px auto;
  padding: 5px;
}

.the-header #the-mobile-links ul li {
  list-style: none;
  margin: 5px 0;
}

.the-header #the-mobile-links ul li:not(.sub-menu .menu-item) {
  background-color: #eaeef0;
  padding: 5px;
}

.the-header #the-mobile-links ul li a {
  text-decoration: none;
  color: #00436a;
  font-weight: bold;
}

.the-header #the-mobile-links ul .sub-menu {
  margin: 10px 0;
}

.the-header .header-contact-info {
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 5px;
}
@media (max-width:500px) {
  .the-header .header-contact-info{
    display: flex;
    flex-direction: column;
  }
}
.the-header .navigasion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .the-header .navigasion {
    display: none;
  }
}

.the-header .navigasion .logo span,
.the-header .mobile-navigasion span {
  color: #bd9831;
}

.the-header .navigasion .logo img,
.the-header .mobile-navigasion img {
  width: 55px;
  height: auto;
  margin-top: 8px;
}

.the-header #primary-menu {
  display: flex;
  gap: 35px;
  margin: 16px 0;
}

.the-header #primary-menu .sub-menu {
  background: #fff;
  min-width: 180px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  border-radius: 8px;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1001;
}

.the-header #primary-menu li:hover > .sub-menu {
  display: block;
}

.the-header #primary-menu .sub-menu li,
.the-header #mobile-menu .sub-menu li {
  list-style: none;
  padding: 8px 20px;
}

.the-header #primary-menu .sub-menu li a,
.the-header #mobile-menu .sub-menu li a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
  display: block;
  transition: background 0.2s, color 0.2s;
}

.sub-menu .ast-icon.icon-arrow svg {
  display: none !important;
}

.the-header #primary-menu .sub-menu li a:hover,
.the-header #mobile-menu .sub-menu li a:hover {
  background: var(--card-color);
  color: var(--secondary-color);
  border-radius: 4px;
}

.the-header .mobile-navigasion .links {
  display: flex;
  justify-content: end;
  gap: 100px;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  margin: 0 40px;
  margin-top: 2px;
  color: #fff ;
}

.the-header .mobile-navigasion .links #toggle-mobile-menu {
  cursor: pointer;
}

.the-header .navigasion nav ul li {
  list-style: none;
}

.the-header .navigasion nav ul li a {
  text-decoration: none;
  color:#fff;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.the-header .navigasion nav ul li a:hover {
  color: var(--secondary-color);
}

.pages-hero-secsion {
  background-color: #00436a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

/* Hero Section Styles */
.hero-secsion {
  width: 100%;
  height: 650px;
  /* margin-top: 130px; */

}
.hero-secsion-slide-1,
.hero-secsion-slide-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
/* .hero-secsion-slide-1 {
  background-image: url('./images/HEROSECSIONIMAGEFORISABELWITHTEXT.jpeg');
  opacity: 0.8;
} */
.hero-secsion-slide-1 h1 , .hero-secsion-slide-3 h1 {
    border-left: 5px solid #bd9831;
    border-right: 90%;
    border-top-left-radius: 5px;
    margin: auto 0;
    color:#414A4C;
    text-align: start;
    padding-left: 5px;
}
@media (max-width:768px){
  .hero-secsion-slide-1 h1 , .hero-secsion-slide-3 h1{
    font-size: 14px;
    /* color: #fff; */
  }
  .hero-secsion-slide-1 .dex , .hero-secsion-slide-3 .dex{
    margin-left: 15px !important;
    margin-top: 130px !important;
  }
}
.hero-secsion-slide-1 .dex , .hero-secsion-slide-3 .dex {
  display: flex;
  justify-content: start;
  margin-left: 100px;
  margin-top: 110px;
}
/*diplay image of Desktop screen */
@media (min-width: 769px) {
  .image-desktop { display: block; }
  .image-mobile { display: none; }
}

/*display image of Mobile screen */
@media (max-width: 768px) {
  .image-desktop { display: none; }
  .image-mobile { display: block; }
}

.hero-secsion-slide-3 img ,.hero-secsion-slide-1 img{
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero-secsion {
    width: 100%;
    height: 232px;
    /* margin-top: 150px; */
  }
/* 36454F   */
  swiper-slide video {
    height: 100%;
    width: 100%;
  }
  .pages-front-page-layout {
    margin: 0;
  }
  .swiper-button-next svg, .swiper-button-prev svg {
    width: 50%;
    height: 50%;
    object-fit: contain;
    transform-origin: center;
  }
}
.call-to-action {
  background-color: var(--primary-color);
  color: #fff;
  padding: var(--between-sections-padding);
}

.call-to-acsion-img {
  width: 80%;
  height: 250px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .call-to-acsion-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

/* Wherever You Are in the Process Section Styles */
.wherever-you-are-in-the-process #title h2{
  text-align: center;
  color: var(--primary-color);
  font-size: 1rem;
  font-size: 16px;
}

.wherever-you-are-in-the-process .progress-card {
  margin: 5px 120px;
}

.wherever-you-are-in-the-process .progress-card h3 {
  color: var(--secondary-color);
}

.wherever-you-are-in-the-process .progress-card p {
  color: var(--slogon-color);
}

@media (max-width: 768px) {
  .wherever-you-are-in-the-process #title h2{
    text-align: center;
    color: var(--primary-color);
    font-size: 12px;
  }

  .wherever-you-are-in-the-process .progress-card {
    margin: 5px 20px;
    width: 100%;
    height: auto;
  }

  .wherever-you-are-in-the-process .progress-card div .icon {
    text-align: center;
    padding: 5px;
  }
}

/* Renestance Can Guide You Section Styles */
.renestance-can-guide-you {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px;
}

.renestance-can-guide-you-grid {
  padding: var(--between-sections-padding);
  display: flex;
  justify-content: end;
}

.renestance-can-guide-you-grid .card {
  max-width: 350px;
  padding: var(--between-sections-padding);
  border: none;
  background-color: var(--card-color);
  min-height: 540px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.renestance-can-guide-you-grid .step-number {
  width: 90px;
  height: 90px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

/* From Blog Section Styles */
.the-swiper-slide {
  padding: 0 80px;
}

.the-swiper-slide h1 {
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  .the-swiper-slide {
    padding: 0 20px;
  }
}

/* Who is Riviera Signatures Section Styles */
.who-is-riviera-signatures h1 {
  padding: 30px;
  color: #00436a;
  line-height: 34px;
  letter-spacing: 1px;
  font-size: 16px;
}

/* Meet Our Team Section Styles */
.content {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.team-page .member-info {
  background-color: #e3e4f3;
  padding: 10px;
  border-radius: 5px;
  color: #00436a;
  text-align: center;
}

/* Footer Styles */
.rivire-footer {
  background-color: var(--primary-color);
  padding: var(--between-sections-padding);
  margin: 0 auto;
}

.rivire-footer h3 {
  color: var(--secondary-color);
}

.rivire-footer p {
  color: #fff;
}

#footer-navigasion {
  background-color: var(--secondary-color);
  width: 100%;
  padding: 30px;
}

#footer-navigasion ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-contact-us-info .social-media{
  color: #cab579;
}
@media (max-width: 768px) {
  #footer-navigasion ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  #footer-navigasion ul li {
    text-align: center;
  }
}

#footer-navigasion ul li {
  list-style: none;
}

#footer-navigasion ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
/* style testimonials */
.testimonials .testimonial-card .avatar img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* end style testimonials */
