section.banner {
    background-image: url(/images/Hero-BG.webp);
    margin-top: -5px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.banner h1 {
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}
.banner p {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    color: rgba(14, 84, 88, 1);
    margin-bottom: 30px;
    text-transform: capitalize;
}



.table-container {
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensures corners are rounded */
    border: 1px solid #ddd; /* Light border */
}
.table-header {
    background-color: #52A8A5;
    color: white;
    text-align: center;
    font-weight: bold;
}
.section-header {
    background-color: #52A8A5;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
}
.table-container .section-header:nth-child(3) {
    margin-top: -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}        
table.table-bordered {
    margin: 0;
}
table.table-bordered td {
    padding: 12px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: rgba(14, 84, 88, 1);
}
table.table-bordered th {
    padding: 12px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: rgba(14, 84, 88, 1);
}
th:nth-child(1), td:nth-child(1) {
    width: 10%;
}
th:nth-child(2), td:nth-child(2) {
    width: 70%;
}
th:nth-child(3), td:nth-child(3) {
    width: 20%;
}
.ctaDownload{
    padding: 10px 25px;
    border-radius: 10px;
    color: #33bfbd;
    text-decoration: none !important;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    border: 1px #bebebe solid;
    border-bottom: 5px #33bfbd solid;
    background: linear-gradient(#ffffff, #ffffff 50%, #33bfbd 50%, #33bfbd);
    background-size: 100% 200%;
    transition: background 1s;
}
.ctaDownload:hover {
    background-position: 100% 100%;
    transition: all .5s ease-out;
    color: #fff;
    box-shadow: 0 0.5rem .8rem rgb(0 0 0 / 30%) !important;
}
p.informationText {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
    color: rgba(56, 56, 56, 1);
    text-transform: capitalize;
}




.role .row.justify-content-center {
    gap: 20px;
}
.role .row.justify-content-center p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 0px;
}
.role .p-3.d-flex.align-items-center {
    border: 1px #000 solid;
    border-radius: 20px;
    box-shadow: 0px 4px 0px 0px #33bfbd;
    color: #000;
    text-decoration: none;
}
a.p-3.d-flex.align-items-center:hover {
    background: #33bfbd;
}


section#Buyer {
    background-image: url(/images/onboarding/belowBanner1.png);
    background-size: cover;
    background-position: top;
}
.blockBuyer, .blockSeller {
    background: rgba(235, 249, 248, 1);
    border: 1px #33bfbd solid;
    border-radius: 20px;
    overflow: hidden;
}
.blockHeader {
    display: inline-flex;
    width: 100%;
    background: rgba(50, 191, 189, 1);
    justify-content: center;
    padding: 10px;
    align-items: center;
    gap: 10px;
}
.blockHeader p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 0;
    color: #fff;
}
.blockBody {
    padding: 50px 20px 20px;
}
.blockBody h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.blockBody p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: rgba(14, 84, 88, 1);
}
.blockBody a {
    background: #fff;
    width: 100%;
    display: flex;
    padding: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    border: 1px #000 solid;
    height: 100%;
    align-items: center;
}
.blockBody a:hover {
    box-shadow: 0px 4px 0px 0px #33bfbd;
    background: rgb(255 255 255 / 0%);
}






    
    
#homePopup h3 {
    font-family: Montserrat;
    font-size: 28px;
    margin-top: 10px;
}
#homePopup ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#homePopup .modal-body form#form {
    padding: 10px 30px 25px;
}
#homePopup ul input {
    border: 1px solid rgba(48, 181, 179, 1);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background:none;
}
#homePopup button.zf-submitColor {
    padding: 10px 25px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none !important;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    border: 1px #bebebe solid;
    border-bottom: 5px #33bfbd solid;
    background: linear-gradient(#ffffff, #ffffff 50%, #33bfbd 50%, #33bfbd);
    background-size: 100% 200%;
    transition: background 1s;
    width: 100%;
}
#homePopup button.zf-submitColor:hover{
    background:#33bfbd;
    color: #fff;
} 
#homePopup .modal-body {
    background: rgba(227, 255, 255, 1);
    padding: 0;
    border-radius: 10px;
}





.documentsSection{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-top: 50px;
}
.documentsBlock {
    margin: 0;
    margin-bottom: 30px;
    gap: 30px;
    justify-content: center;
}
.documentsBlock .col.mb-4 p {
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.documentsBlock .col.mb-4 p a {
    color: #33bfbd;
    margin-top: 15px;
    display: inline-block;
}
.documentsBlock .col.mb-4 {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    width: 25%;
}
.documentsHelp p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: rgba(14, 84, 88, 1);
    text-transform: capitalize;
}
.documentsHelp p a {
    text-decoration: none;
    color: rgba(14, 84, 88, 1);
    font-weight: 700;
}

 

@media (max-width: 991px) {
 
}

@media (max-width: 768px) {
.banner h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}
.banner p br, section.banner::before, .tredsWork::before, .tredsWork::after, .stepsFor::before {
    display: none;
}
a.cta {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.documentsBlock .col.mb-4 {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px !important;
}
.documentsBlock {
    gap: 15px;
}
.pt-120 {
    padding-top: 60px;
}
.blockHeader p {
    font-size: 24px;
}
.role .p-3.d-flex.align-items-center img {
    width: 55px;
}
.role .p-3.d-flex.align-items-center {
    justify-content: center;
}
.role .row.justify-content-center p {
    font-size: 24px;
}
.row.row-cols-1.row-cols-sm-1.row-cols-lg-3.mt-5 {
    margin-top: 1.5rem !important;
}
.documentsBlock .col.mb-4 img:nth-child(1) {
    width: 80px;
}
.documentsBlock .col.mb-4 img:nth-child(3) {
    width: 35px;
}
.blockBody a {
    box-shadow: 0px 4px 0px 0px #33bfbd;
}

.section-header {
    background-color: #52A8A5;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
}
table.table-bordered th, table.table-bordered td {
    padding: 8px;
    font-size: 14px;
}
.table-container .section-header:nth-child(3) {
    margin-top: -5px;
}
p.informationText {
    font-size: 16px;
}
.information .text-center.mt-5 {
    margin-top: 20px !important;
}
.container.mt-8 {
    margin-top: 30px !important;
}

}
