* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --gold: #e8c182;
  --blue: #46406d;
  --white: #ffffff;
  --green: #81b29a;
  --red: #e07a5f;
  --black: #2d2d2d;
}
/*  
      font-family: "Nunito Sans", sans-serif;
*/
body {
  font-family: "Nunito Sans", sans-serif;
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #2d2d2d;
  font-weight: 800;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: #8d8d8d;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-gold {
  background-color: var(--gold) !important;
}
.text-gold {
  color: var(--gold)
}
.bg-blue {
  background-color: var(--blue);
}
.text-blue {
  color: var(--blue);
}
.bg-green {
  background-color: var(--green);
}
.text-green {
  color: var(--green);
}
.bg-red {
  background-color: var(--red);
}
.text-red {
  color: var(--red);
}
.text-blacktone
{
  color: var(--black);
}

.lowWidth {
  max-width: 1200px;
}
.mb-20 {
  margin-bottom: 20px;
}
/*=========================================  
            HOME PAGE CSS START HERE 
    ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link
{
  color: var(--blue) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--blue);
}
.top-location ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-location ul li a i {
  margin-right: 8px;
  color: var(--gold);
}
.header-info ul li {
  padding: 0 12.5px;
}
.header-info ul li a {
  color: var(--white);
  font-weight: 500;
  transition: 0.3s;
}
.header-info ul li a:hover {
  color: #fff;
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
}
.dropdown-item:hover {
  background-color: var(--green);
  color: #fff;
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
/* .bottom-header nav .navbar-nav .nav-item
    {
      padding: 0px 20px;
    } */
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  /* text-transform: uppercase; */
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}
.site-btn {
  padding: 18px 40px 16px 40px;
  margin-left: 20px;
  font-weight: 600;
  background-color: var(--blue);
  text-transform: capitalize;
  line-height: 1;
  border-radius: 100px;
  font-size: 16px;
  border: 1px solid var(--blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0px);
  transition-duration: .3s;
}
.site-btn:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--blue);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: translateY(-3px);
}
.revSite-btn {
  background-color: #fff;
  color: var(--gold);
  border-color: #fff;
}

/* Banner Section Start Here */
/* BANNER */
#banner {
  /* background-image: url(https://livingchicfinancial.com/wp-content/uploads/2024/12/banner.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 700px;
  min-height: 700px;
  display: block;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #3d405ba4;
}
#banner .container .row {
  height: 700px;
  min-height: 700px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--gold);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
#banner .banner-text h2 {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: 800;
}
#banner .banner-text h2 span
{
  color: var(--gold);
}
#banner .banner-text p {
  margin-bottom: 35px;
  color: var(--white);
}
.site-btn-2 {
  background-color: var(--white);
  color: var(--gold);
}

/* Hero Banner Section Start here */
.heroSection
{
  padding-top: 20px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.services-item {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var(--white);
  border-radius: 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.185);
  transition: all ease 0.3s;
  position: relative;
  z-index: 85;
  background-color: var(--white);
  padding: 40px 20px 40px 30px;
  position: relative;
}
.services-item:hover {
  transform: translateY(-10px);
  background-color: var(--gold);
  transition: all ease 0.3s;
}
.services-item:hover .services-icon i
{
  color: var(--blue);
  transition: all ease 0.3s;
}
.services-item:hover .services-content h3
{
  color: var(--white);
  transition: all ease 0.3s;
}
.services-item:hover .services-content p
{
  color: var(--white);
  transition: all ease 0.3s;
}
.services-item:hover .services-content a {
    background: #fff !important;
    color: #46406d !important;
    border-color: #fff !important;
}
.services-icon i {
  font-size: 30px;
  color: var(--blue);
}
.services-content {
  padding: 20px 0px 0px 0px;
}
.services-content h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--blue);
  margin: 0px 0px 11px 0px;
}
.services-content p {
  margin: 0;
}

/* About Us Section Start Here */
.about_image
{
  background-image: url(https://livingchicfinancial.com/wp-content/uploads/2025/04/pexels-ketut-subiyanto-4246234-scaled-1.webp);
  border-radius: 40px;
}
.titleBar h5
{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
  letter-spacing: 2px;
}
.titleBar h3
{
  font-size: 45px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--black);
  margin-bottom: 25px;
  text-transform: capitalize;
}
.titleBar p
{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.aboutBox
{
  position: relative;
  transition: 0.4s;
  padding: 25px 25px 25px 25px;
  box-shadow: 3px 7px 25px #eee;
  background: var(--white);
  margin: 30px 0;
}
.aboutBox i
{
  font-size: 30px;
  color: var(--red);
}

/* Services Section Start Here */
.servicesSection
{
  background-color: #f9f9f9;
}
.servicesBox
{
  padding: 50px 50px 50px 50px;
  border-radius: 30px 30px 30px 30px;
	margin: 15px 0
}
.servicesBox:hover
{
  background-color: var(--gold);
}
.servicesBox:hover .withhover
{
  display: block;
}
.servicesBox:hover .withouthover
{
  display: none;
}
.withouthover
{
  display: block;
}
.withhover
{
  display: none;
}

/* Why Choose Us Section Start Here */
.about-one__content
{
  padding-left: 50px;
  padding-right: 36px;
}
.videoBox{
  position: relative;
  width: 100%;
  height: 600px; 
  overflow: hidden;
  border-radius: 30px !important;
}
.banner-video {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-box i
{
  font-size: 35px;
  color: var(--blue);
}

/* Testimonial Section Start Here */
.testimonial_image
{
  background-image: url(https://livingchicfinancial.com/wp-content/uploads/2025/04/pexels-bayu-jefri-1387037-scaled-1.webp) !important;
  border-radius: 30px;

}
.testimonialSlider
{
  max-width: 1000px;
  width: 1000px;
  position: relative;
}
div#testimonial-slider {
  margin: 0px 50px 0px -300px;
  width: 100%;
}
.td-testimonial-rating
{
  color: var(--gold);
}
.td-single-testimonial-item
{
  background: #f4f4f0;
  padding: 40px;
  transition: .8s;
  border-radius: 40px;
}
.td-testimonial-header .td-testimonial-image
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8c182;
}
.td-testimonial-image h3
{
  margin-bottom: 0;
  font-size: 25px;
}
.td-name-designation h6
{
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--black);
  transition: .3s;
}
.td-name-designation p
{
  color: var(--red);
  font-weight: 300;

}
.td-testimonial-description
{
  margin: 20px 0 30px 0;
}
.td-testimonial-description p
{
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
}

/* Free Consultation Section Start Here */
.freeConsultation
{
  background-image: url('https://livingchicfinancial.com/wp-content/uploads/2025/04/bg.webp');
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.freeConsultation::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #46406d98;
  z-index: 0;
}

/* FAQs Section Start Here */
.faq_image
{
  background-image: url('https://livingchicfinancial.com/wp-content/uploads/2025/04/extra-image.webp');
  border-radius: 30px;
}
.accordion-header .accordion-button
{
  font-size: 17px;
  background-color: #FFFFFF;
  color: var(--black);
  /* padding: 17px 25px 17px 25px; */
  border-radius: 30px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 700;
}
.accordion-button:not(.collapsed)
{
  color: var(--blue);
}
.accordion-item
{
  background-color: transparent;
}

/* Footer Section Start Here */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--white);
}
.footer-box p
{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--white);
}
.footer-box h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--white);
}
.footer-box ul li
{
 margin-bottom: 10px;
}

.footer-box ul li a
{
  font-size: 15px;
  color: var(--white);
}
.footer-box ul li a:hover
{
    color: var(--gold);
    letter-spacing: 1px;
}
.footer1stRow
{
  padding: 5rem 0 1.5rem 0;
}
.socialmediaicon ul li a i
{
    background-color: var(--gold);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right:8px;
    padding: 0;
    color: var(--black);
    transition: .3s;
    border-radius: 50px;
}
.socialmediaicon ul li a i:hover
{
  transform: rotate(360deg);
  background-color: var(--white);
}
.SocialIcon h3
{
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.copyRight
{
  border-top: 1px solid #ffffff4f;
  padding: 20px 0;
}


/* Back To Top CSS Start Here */
.button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blue);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px #46406d41;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999999;
}
.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}
.svgIcon {
  color: white;
}
.button:hover {
  width: 140px;
  border-radius: 0 10px 0 10px;
  transition-duration: 0.3s;
  background-color: var(--gold);
  align-items: center;
}
.button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}
.button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  transition-duration: .3s;
  font-size: 0px;
}
.button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}


/* Pre Loader CSS Start Here */
.preLoader
{
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lines-loader {
  display: flex;
  align-items: center;
  gap: 10px;
 
}
.line {
  width: 10px;
  height: 70px;
  background-color: var(--green);
  animation: bounce 1.5s infinite ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.line:nth-child(2) {
  animation-delay: 0.3s;
}
.line:nth-child(3) {
  animation-delay: 0.6s;
}
.line:nth-child(5) {
  animation-delay: 1.2s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: #000000;
/*   background-image: url(https://livingchicfinancial.com/wp-content/uploads/2024/12/inr-1.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3d405b8a;
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 0px;
	text-align: center;
}
.innerpage-title h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--white);
  margin-bottom: 10px;
}
.breadcrumb-content ul
{
	justify-content: center;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--red);
  margin-right: 5px;
}
/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--red);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--green);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--red);
}
.td-member-content
{
  background: var(--green);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--white);
  transition: .3s;
}
.td-member-content h5
{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--blue);
}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.disclosures-links
{
  list-style: decimal;
  padding-left: 20px;
}
.disclosures-links li
{
  margin-bottom: 5px;
}
.disclosures-links li a
{
 font-size: 14px;
 text-decoration: underline;
}






/*=========================================  
    Contact Us Page CSS START HERE 
============================================*/
.iconbg
{
    background: var(--red);
    border-radius: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*=========================================  
      Inner Services Pages CSS START HERE 
============================================*/
.innerServicesPage
{
  color: #000;
}
.innerServicesPage p
{
  margin-bottom: 20px;
}





/*=========================================  
      Responsive CSS START HERE 
============================================*/
@media (max-width: 991px){
  .top-section 
  {
    display: none;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #0000005d;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--blue);
  }
  .header-btn
  {
    display: none;
  }
  /* Banner */
  #banner .banner-text {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 530px;
  }
  #banner .banner-text h5 {
    font-size: 13px;
  }
  #banner .banner-text h2 {
    font-size: 33px;
  }

  .services-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .titleBar h5
  {
    font-size: 13px;
  }
  .titleBar h3
  {
    font-size: 25px;
    text-transform: capitalize;
  }
  .about-one__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .innerpage-title h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .innerPagesBanner {
    height: 200px;
  }
  .innerpage-title {
    margin-top: 0px;
  }
  .breadcrumb-content {
    font-size: 12px;
  }
  .accordion-header .accordion-button {
    font-size: 15px;
  }
  .accordion-body
  {
    font-size: 13px;
  }
}

/* Responsive 767px Start Here */
@media (max-width: 767px){
  .container
  {
    max-width: 90%;
  }
  header
  {
    position: relative;
  }
  section
  {
    padding: 80px 0;
  }
  .navbar-brand img
  {
    width: 150px;
  }
  #banner {
    height: 350px;
    min-height: 350px;
    display: block;
  }
  #banner .container .row {
    height: 350px;
    min-height: 350px;
  }
  #banner .banner-text {
    background-image: none;
    padding: 0;
    height: auto;
    margin: 0;
  }
  #banner .banner-text h5 {
    font-size: 13px;
  }
  #banner .banner-text h2 {
    font-size: 25px;
  }
  #banner .banner-text p
  {
    font-size: 14px;
  }
  .site-btn {
    font-size: 14px;
    padding: 14px 35px;
  }
  .heroSection
  {
    margin-top: 0;
  }
  .about_image {
    border-radius: 25px;
    height: 400px;
  }
  .aboutBox
  {
    margin: 15px 0;
  }
  div#testimonial-slider {
    margin: 0;
    width: 100%;
  }
  .testimonialSlider {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .faq_image {
    margin-bottom: 50px;
  }
  .videoBox
  {
    height: 350px;
  }
}