body {
    font-family: BentonSans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
/* Navbar Styling */
.navbar {
  background-color: white;
  border: none;
  margin-bottom: 0;
  padding: 10px 20px;
}
.navbar-brand {
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.navbar-nav > li > a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 5px 5px 5px;
  font-weight: 400;
  margin-right: 15px;
  margin-left: 15px;      
}
.navbar-right{
  margin-top: 6px !important;
}
.navbar-right-bg{
  background-color: #a79779;
}
.navbar-right-color{
  color: #FFFFFF !important;
}
.navbar-nav > li > a:hover {
  color: #998053;
}
.navbar-nav > .active > a {
  color: #000000; /* Active link text color */
  text-decoration: none; /* Remove default underline */
  position: relative; /* For positioning the underline */
}

.navbar-nav > .active > a::after {
  content: ""; /* Create the underline */
  position: absolute;
  bottom: -5px; /* Adjust underline position */
  left: 0;
  width: 100%; /* Full width underline */
  height: 2px; /* Thickness of the underline */
  background-color: #000000; /* Underline color */
}

.navbar-right > li > a {
  color: #000;
  border: 1px solid #998053;
  border-radius: 50px;
  padding: 8px 15px;
  background: #a79779;
}
.navbar-right > li > a.navbar-right-bg:hover {
  background-color: #000000 !important;
  color: white;
}

/* Jumbotron Section */
.jumbotron {
  background-color: #f8f9fa;
  text-align: center;
  padding: 50px 20px;
}
.jumbotron h1 {
  font-size: 36px;
  color: #000;
}
.jumbotron p {
  font-size: 18px;
  color: #666;
}

/* Main Button Styling */
.btn-main {
  background-color: #998053;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
}
.btn-main:hover {
  background-color: #7a6844;
}

/* Footer Styling */
footer {
  /*background-color: #f2f2f2;*/
  padding: 25px;
  text-align: center;
  color: #666;
}
.container-fluid{
  max-width: 1140px;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 100;
}

/* ************* For page content CSS start Here *************** */
/* Section Styling */
.effortless-section {
  padding: 10px  20px 0px 20px;
  text-align: center;
}
.effortless-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.effortless-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
/* ************* For page content CSS end Here *************** */

.model-list-box{
  border: 1px solid rgba(139, 149, 158, .431372549) !important;
  border-radius: 10px !important;
  padding: 1rem;
    margin: 1rem 0;
}
.img-width-80 {
    max-width: 40% !important;
    /*float: left; */              /* Aligns the image to the left */
    margin: 0;                 /* Removes any default margins */
    text-align: center; 
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.align-left{
  text-align: left;
}
.mr-20{
  margin-right: 20px !important;
}
.app-link-box{
  border-top: 1px solid rgba(139, 149, 158, .431372549) !important;
  border-bottom: 1px solid rgba(139, 149, 158, .431372549) !important;
  padding: 1rem;
  margin: 1rem 0;
}
.footer-shareapp {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-top: 20px;
}
.store-badges img {
    height: 30px;
    margin-right: 10px;
}
.social-icons a {
    color: #000;
    margin: 0 10px;
    font-size: 18;
    transition: color 0.3s;
    text-align: right;
}
.social-icons a:hover {
    color: #007bff; /* Change to your desired hover color */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #FFFFFF !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   background-color: #FFFFFF !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   background-color: #FFFFFF !important;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 12px 15px 15px 15px !important;
    font-size: 18px;
    line-height: 20px;
}