.breadcrumbs{
    display: inline-block;
    color: #ffffff;
}
.hero-banner-two .shape_04 {
    width: 27%;
}
.hero-banner-two .shape_03 {
    width: 27%;
}
.inner-banner-one .hero-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    bottom: 0;
    background-color: white; 
    border-radius: 15px; 
    z-index: -1; 
    padding: 5px 10px; 
}
.pagination-one ul li.active a{
    background: #29594b;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all .2s ease-in-out 0s;
}
.pagination-one ul li a.pages-all{
    width: auto;
}
.project-details-one h2 {
    font-size: 40px;
}
.toc {
    background-color: #f8f9fa; 
    border: 1px solid #e9ecef; 
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  }
  .toc-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #343a40; 
  }
  .toc-list {
    padding: 0;
    margin: 0;
    counter-reset: toc-counter; 
  }
  .toc-item {
    margin-bottom: 8px;
    list-style: none; 
  }
  .toc-item a {
    color: #343a40;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 2px 12px;
    border-radius: 3px;
    position: relative;
    margin-left: 70px;
}
  .toc-item a:before {
    content: counter(toc-counter);
    counter-increment: toc-counter;
    position: absolute;
    left: -30px; 
    top: 50%;
    transform: translateY(-50%);
    background-color: #29594b; 
    color: white; 
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
  }
  .toc-item a:hover {
    color: #007bff; 
    background-color: #e9ecef; 
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 16px;
    text-align: left;
}

table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

table th,
table td {
    padding: 12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

table tbody tr:hover {
    background-color: #f1f1f1;
}
.summary {
    background-color: #f0f0f0;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.cta-text {
    display: inline-block;
    font-weight: 500;
    color: #19352d;
    padding: 0 30px;
    line-height: 45px;
    border: 2px solid #29594b;
    border-radius: 30px;
    background: #fff;
    transition: all .2s ease-in-out 0s;
    margin-bottom: 50px;
}
.cta-text:hover {
    color: white;
    background: #29594b;
}
.inner-banner-one .hero-heading {
    font-size: 55px;
}
.Hdr_Nav {
    display: flex;
    align-items: center;
}

.Hdr_Nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.Hdr_Nav li {
    margin-right: 15px; 
}

.Hdr_Nav a {
    text-decoration: none;
    color: #000; 
}
.navbar-nav {
    list-style: none; 
    display: flex;    
    padding: 0;      
}

.navbar-nav li {
    margin-right: 40px;
}

.navbar-nav li a {
    text-decoration: none; 
    color: #000; 
}

.navbar-nav li a:hover {
    color: #555; 
}
.navbar-nav li ul {
    display: none;
    position: absolute;
    left: 0; 
    background: #edf1ee; 
    min-width: 320px; 
    box-shadow: 0 8px 16px rgba(0,0,0,0.2); 
    z-index: 1000; 
    border-radius: 5px;
}
.navbar-nav li:hover > ul {
    display: block;
}
.navbar-nav li ul li {
    padding: 10px; 
    border-bottom: 1px solid #eee;
}
.navbar-nav li ul li a {
    color: #333; 
    text-decoration: none; 
    display: block; 
}
.navbar-nav li ul li:last-child {
    border-bottom: none; 
}
.inner-banner-one .breadcrumbs {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 15px;
}
.inner-banner-one::after {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0.55%, rgba(0, 0, 0, 0.88) 98.35%);
}
.max-width-800 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
h2 {
    font-size: 50px;
}
/* Mobile */
@media (max-width: 768px) { 
    .inner-banner-one .hero-heading {
        font-size: 35px;
    }
    .toc-item a {
        margin-left: 30px;
    }
    .project-details-one h2 {
        font-size: 30px;
    }
    table {
        font-size: 9px;
    }
    .project-details-one p {
        font-size: 20px;
    }
    .fancy-banner-three .quote-btn {
        margin-right: auto;
    }
    .team-img {
        max-height: 355px!important;
        max-width: 355px!important;
    }
    .hero-banner-two .hero-heading {
        font-size: 35px;
    }
    .hero-banner-two .shape_03 {
        display: none!important;
    }
    .hero-banner-two .shape_04 {
        display: none!important;
    }
    .text-feature-one .media-list-item {
        height: 325px;
        width: unset;
    }
    .text-feature-one .card-style-three {
        padding-left: unset;
    }
    h2 {
        font-size: 35px;
    }
    .accordion-style-one .accordion-item .accordion-button {
        font-size: 22px;
    }
    .fancy-banner-three .title-one h2 {
        font-size: 30px;
    }
    .footer-two .copyright {
        bottom: 0px; 
    }
    .footer-two .copyright {
        left: 15px!important;
    }    
    .card-style-six {
        padding: 20px 15px;
    }
    .summary {
        padding: 10px;
    }
    .fancy-banner-three .title-one p {
        font-size: 30px;
    }
}
.team-img {
    max-height: 306px;
    max-width: 306px;
    object-fit: cover;
    object-position: top;
}
.mortgage-calculator-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.mortgage-calculator-container .col-6 {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px;
}
@media (min-width: 768px) {
    .mortgage-calculator-container .col-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .mortgage-calculator-container {
        margin-top: 130px;
    }
}
.fancy-banner-three .title-one p {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1em;
}
.mt-5 {
    margin-top: 3rem!important;
}
.logo img {
    max-width: 218px;
}
.footer-two .copyright {
    left: inherit;
}
button.btn-four {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
}
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #29594b;
    font-size: 30px;
    line-height: 4rem;
}

@media (max-width:768px){
    .feedback-section-two .slider-wrapper{
        width: 100%;
        transform: none;
    }
}
.calculator {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.calculator:hover {
    transform: scale(1.02);
}
.form-group {
    margin-bottom: 25px;
    text-align: left;
}
label {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
input[type="number"],
input[type="range"] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #ddd;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="number"]:focus,
input[type="range"]:focus {
    border-color: #29594b;
    box-shadow: 0 0 10px rgba(41, 89, 75, 0.1);
}
input[type="range"] {
    background-color: transparent;
    appearance: none;
    height: 10px;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #29594b;
    border-radius: 10px;
    height: 10px;
}
input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #29594b;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s;
}
input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}
input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #29594b;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s;
}
input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.1);
}
output {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
    color: #29594b;
    font-weight: bold;
}
.result {
    margin-top: 35px;
    background: #29594b;
    color: white;
    padding: 25px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 8px 15px rgba(41, 89, 75, 0.2);
    transition: background-color 0.3s ease;
}
.result:hover {
    background-color: #227a61;
}
p#result {
    margin-bottom: 0px;
}
.down-payment-options {
    display: flex;
    justify-content: space-between;
}

.down-payment-options .option {
    display: flex;
    align-items: center;
    width: 48%;
}

.down-payment-options .option label {
    margin-left: 10px;
    font-weight: normal;
}

.down-payment-options input[type="radio"] {
    width: auto; /* Ensure checkboxes are the default size */
}

/* Styling for percentage and fixed amount input groups */
#down-payment-group, #down-payment-percentage-group {
    margin-top: 15px;
}
input[type="text"], input[type="number"] {
  width: 400px; 
}