/* Custom styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
    font-size: 14px;
    line-height: 1.6;
    color: #8c632f;
    background-color: #f2efde;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #eeebda;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
}

.btn-primary {
    color: #ffffff;
    background-color: #8c632f !important;
    border-color: #8c632f !important;
}

.navbar-brand {
    float: left;
    height: 75px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 22px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav {
    /*padding-left: 50px;*/
    margin-bottom: 0;
    list-style: none;
}

.header-btn-primary {
    display: inline-block;
    padding: 10px 30px;
    background-color: #8c632f;
    color: #ffffff;
    border-color: #8c632f !important;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 15px;
}

.header-btn-primary:hover {
    background-color: #8c632f;
    color: #ffffff;
}

.btn-link {
    font-weight: 400;
    color: #384819;
    border-radius: 0;
}

.btn-link:hover {
    font-weight: 400;
    color: #384819;
    border-radius: 0;
}

.btn-default {
    color: #ffffff !important;
    background-color: #8c632f;
    border-color: #f2efde;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #8c632f;
    border-color: #f2efde;
}

.treemembername {
    display: block;
    padding: 10px 5px;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

a {
    color: #006400;
}

a:hover {
    color: #008000;
}

a:visited {
    color: #8b4513;
}


.panel {
    margin: 0 auto;
}

.img-fluid {
    max-height: 80%;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.panel-default {
    border-color: #2c6515;
    margin-bottom: 20px;
}

.panel-heading {
    color: #397325 !important;
    background-color: #ffffff;
    border-color: #8cae7a !important;
    font-size: 2rem;
    font-weight: 500;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #8d632f;
    font-size: 1.6rem;
    font-weight: 500;
    
}

.entry:after,
.branch:before {
    top: 75% !important;
}

.entry {
    position: relative;
    min-height: 200px !important;
}

.entry:last-child:before {
    width: 10px;
    height: 75% !important;
    border-radius: 0 0 0 10px;
}

.entry:first-child:before {
    width: 10px;
    height: 50% !important;
    top: 75% !important;
    margin-top: 2px;
    border-radius: 10px 0 0 0;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-left: 0px !important;
}

.hero-section {
    margin-top: -22px;
    background-image: url(https://relative.softonetech.com/images/banners.jpg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 120px 0;
}







.hero-section-one {
    margin-top: -50px;
    background-image: url(https://edge.fscdn.org/assets/static/media/DesktopSHDmap.78d672fcefe40e6a9b55.webp);
        background-size: cover;
    background-position: center;
    min-height: 650px;
    color: #ffffff;
    height: 700px;
    padding: 100px 0;
    background-color: #fff;
        margin-bottom: 0px;
}




.hero-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.hero-section .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

/* Custom CSS for Download App Section */
.download-app-section {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    color: #ffffff;
    padding: 70px 0;
}

.download-app-section h2 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.download-app-section p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.download-buttons {
    display: flex;
    justify-content: center;
}

.download-buttons .btn {
    font-size: 1.25rem;
}

section {
    margin-bottom: 50px;
}

/* Custom CSS for Testimonial Section */
.testimonials-section {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.testimonial {
    max-width: 70%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial p {
    margin: 0;
}

.testimonial::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.navbar-brand>img {
    display: block;
    height: 68px;
}

.header-button {
    margin-top: 20px;
    padding: 5px 25px;
    border-radius: 3px;
}

.nav>li>a {
    padding: 25px 25px;
}










.hero-section {
    background-color: #585123; /* Brownish-yellow background */
    color: #f2efde; /* Light cream text */
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.btn-primary {
    background-color: #f58549; /* Orange button */
    border-color: #f58549; /* Orange border */
}

.btn-primary:hover {
    background-color: #772f1a; /* Dark orange on hover */
    border-color: #772f1a; /* Dark orange on hover */
}

.alternate-section {
    background-color: #f2efde;
       padding-top: 40px;
}
.alternate-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.feature {
    text-align: left;
    padding: 30px;
    background-color: #eec170; /* Light cream background */
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* Shadow effect */
    margin-bottom: 30px;
}

.feature i {
    font-size: 3rem;
    color: #585123; /* Brownish-yellow color */
    margin-bottom: 20px;
}

.feature h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.lead {
    margin-bottom: 60px !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.testimonials-section {
    background-color: #f2efde;
    padding: 0px 0;
}

.testimonial {
    background-color: #f58549; /* Orange background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* Shadow effect */
    margin-bottom: 30px;
}

.testimonial p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.testimonial cite {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1rem;
}

.cta-section {
    background-color: #585123; /* Brownish-yellow background */
    color: #f2efde; /* Light cream text */
    padding: 50px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.h1, h1 {
    font-size: 35px !important;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 0px solid #3d7729;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #8d632f;
    padding: 10px;
}

.nav-pills a {
    padding: 10px !important;
}

a.btn.btn-sm.btn-default.btn-mat.btn_fam_members {
    float: right;
        background: #8C632F
}
.container-fluid {
   
    width: 1170px;
}

input:checked + .profile-switch {
    background: #2C6515 !important;
}
.profile-switch {
    width: 51px;
    height: 22px !important;
    border: 1px solid #ccc !important;
}
.wow_content {
       padding: 5px 5px 5px !important;
}
.badge {
   
    line-height: 20px !important;
  
}



a.dropdown-toggle.sixteen-font-size {
    margin-top: 10px;
    padding: 20px 24px;
}