/* @page { size: A4 } */
@page {
    size: auto !important
}

body {
    margin: 0px !important;
    font-family: "" Barlow",sans-serif";
}

h4 {
    font-weight: 500;
}

.header-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.page-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff !important;
}

#header-bg {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-text-container {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background-color: white;
    width: 40%;
    height: 50%;
    padding: 15px;
    overflow: hidden;
}

#header-img {
    margin: auto;
    display: block;
    height: 150px;
    /* width: 95%; */
    /* width: 80%;
    height: 85%; */
}

#header-text {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devwa-pills {
    position: absolute;
    width: 100%;
}

.devwa-pills .pill-one {
    background: linear-gradient(270deg, #7dbea2 0%, #3d8e98 80%);
    height: 60px;
    width: 200px;
    border-top-right-radius: 150px;
    position: absolute;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    top: 0rem;
    left: 0rem;
    opacity: 0.9;
}

.devwa-pills .pill-two {
    background: linear-gradient(270deg, #7dbea2 0%, #3d8e98 80%);
    height: 40px;
    width: 130px;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 6rem;
    top: 2.5rem;
    opacity: 0.7;
}

.devwa-pills .pill-three {
    background: linear-gradient(270deg, #2e787e 0%, #98d0a9 80%);
    height: 60px;
    width: 200px;
    border-top-left-radius: 150px;
    position: absolute;
    border-bottom-left-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: 0rem;
    bottom: 0rem;
    opacity: 0.6;
}

.devwa-pills .pill-four {
    background: linear-gradient(270deg, #9ad1ad 0%, #c8e5d8 80%);
    height: 40px;
    width: 200px;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: 3rem;
    bottom: -1rem;
    opacity: 0.8;
}

.info-container {
    position: relative;
    /* display: -webkit-box; */
    display: flex;
    flex: 1;
}

/* .flexrow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.flexrow > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.row > div:last-child {
    margin-right: 0;
} */

.map-info-container {
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.map-container {
    width: 90%;
}

#map-img {
    /* width: 450px;
    height: 550px; */
    width: 100%;
    height: 700px;
}

.contact-info-container {
    text-align: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-height: 30vh;
    overflow: hidden;
}

.contact-info {
    margin-bottom: 15px;
}

#contact-us {
    color: #666;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.contact-ribbon {
    background-color: #237d7d;
    display: block;
    width: 80%;
    height: 4px;
    position: relative;
    border-radius: 0 15px 15px 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.contact-info-content {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}

.contact-info-content.agent-name {
    font-weight: 500;
}

.ribbon-start {
    position: absolute;
    height: 100%;
    transition: all .3s ease-in-out 0s;
    width: 50%;
    border-radius: 0 15px 15px 0;
    background-color: #82bf9d;
}

.ribbon-start:hover {
    width: 100%;
}

.footer {
    width: 100%;
    display: flex;
}

.footer-ribbon-one {
    background-color: #80c294;
    display: block;
    width: 20%;
    height: 4px;
}

.footer-ribbon-two {
    background-color: #3d71b0;
    display: block;
    width: 25%;
    height: 4px;
}

.footer-ribbon-three {
    background-color: #2e3a79;
    display: block;
    width: 25%;
    height: 4px;
}

.footer-ribbon-four {
    background-color: #8090c5;
    display: block;
    width: 20%;
    height: 4px;
}

.footer-ribbon-five {
    background-color: #248085;
    display: block;
    width: 15%;
    height: 4px;
}

.footer-pill {
    background: #248085;
    height: 30px;
    width: 250px;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 4rem;
    bottom: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logos {
    width: 100%;
    display: flex;
    background-color: #000;
}

.shaping {
    margin-top: 20px;
    width: 50%;
    margin-left: 75px;
    display: flex !important;
}

.shaping-text {
    font-size: 24px !important;
    font-family: Barlow Condensed, sans-serif;
}

.shaping-text a {
    color: #fff;
}


#shaping-img {
    width: 190px;
    height: 20px;
}

#devwa-logo {
    margin-top: 10px;
    margin-right: 50px;
    width: 50%;
    text-align: right;
}

#devwa-logo-img {
    width: 250px;
    height: 50px;
}

#footer-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 18px;
    color: white;
}

.page-1 {
    margin-bottom: 50px;
}

.second-page-header {
    background: linear-gradient(270deg, #7dbea2 0%, #3d8e98 80%);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

#second-page-header-text {
    color: white;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 600;
}

.land-info {
    line-height: 10px;
    font-size: 16px;
}

.table-container {
    margin: 40px;
    flex: 1;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

.contact-info i {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #2e3a79;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 0.5rem;
}

.terms-container {
    margin: 40px;
    font-size: 8px;
    margin-bottom: 30px;
}

.devwa-pills .pill-five {
    background: linear-gradient(270deg, #3d8e98 0%, #7dbea2 80%);
    position: absolute;
    height: 40px;
    width: 130px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: 0rem;
    top: 6rem;
    opacity: 0.8;
}

.devwa-pills .pill-six {
    background: linear-gradient(270deg, #9ad1ad 0%, #c8e5d8 80%);
    position: absolute;
    height: 40px;
    width: 130px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 0rem;
    top: 77rem;
    opacity: 0.9;
}

#land-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#land-table td,
#land-table th {
    border: 1px solid #ddd;
    padding: 8px;
    border-left: none;
    border-right: none;
    font-size: 12px;
}

#land-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#land-table tr:hover {
    background-color: #ddd;
}

#land-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #248089;
    color: white;
}

.flyer-featuret {
    background-position: -1px center;
    background-repeat: no-repeat;
    padding: 3rem 0;
    min-height: 500px;
    background-size: auto;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    position: relative;

    .container {
        position: relative;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 50px;
    }

    .content {
        padding: 2rem;
        width: inherit;
        background-color: white;
    }

    p {
        margin-bottom: 0.5rem;
    }
}

/* @page { size: A4 } */
@page {
    size: auto !important
}

body {
    margin: 0px !important;
    font-family: "" Barlow",sans-serif";
}

h4 {
    font-weight: 500;
}

.header-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.page-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff !important;
}

#header-bg {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-text-container {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background-color: white;
    width: 40%;
    height: 50%;
    padding: 15px;
    overflow: hidden;
}

#header-img {
    margin: auto;
    display: block;
    height: 150px;
    /* width: 95%; */
    /* width: 80%;
    height: 85%; */
}

#header-text {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devwa-pills {
    position: absolute;
    width: 100%;
}

.devwa-pills .pill-one {
    background: linear-gradient(270deg, #7dbea2 0%, #3d8e98 80%);
    height: 60px;
    width: 200px;
    border-top-right-radius: 150px;
    position: absolute;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    top: 0rem;
    left: 0rem;
    opacity: 0.9;
}

.devwa-pills .pill-two {
    background: linear-gradient(270deg, #7dbea2 0%, #3d8e98 80%);
    height: 40px;
    width: 130px;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 6rem;
    top: 2.5rem;
    opacity: 0.7;
}

.devwa-pills .pill-three {
    background: linear-gradient(270deg, #2e787e 0%, #98d0a9 80%);
    height: 60px;
    width: 200px;
    border-top-left-radius: 150px;
    position: absolute;
    border-bottom-left-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: 0rem;
    bottom: 0rem;
    opacity: 0.6;
}

.devwa-pills .pill-four {
    background: linear-gradient(270deg, #9ad1ad 0%, #c8e5d8 80%);
    height: 40px;
    width: 200px;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: 3rem;
    bottom: -1rem;
    opacity: 0.8;
}

.info-container {
    position: relative;
    /* display: -webkit-box; */
    display: flex;
    flex: 1;
}

/* .flexrow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.flexrow > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.row > div:last-child {
    margin-right: 0;
} */

.map-info-container {
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    margin-top: 20px;


    display: flex;
    justify-content: center;
}

.map-container {
    width: 90%;
}

#map-img {
    /* width: 450px;
    height: 550px; */
    width: 100%;
    height: 700px;
}

.contact-info-container {
    text-align: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-height: 35vh;
    overflow: hidden;
}

.contact-info {
    margin-bottom: 15px;
}

#contact-us {
    color: #666;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.contact-ribbon {
    background-color: #237d7d;
    display: block;
    width: 80%;
    height: 4px;
    position: relative;
    border-radius: 0 15px 15px 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.contact-info-content {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}

.contact-info-content.agent-name {
    font-weight: 500;
}

.ribbon-start {
    position: absolute;
    height: 100%;
    transition: all .3s ease-in-out 0s;
    width: 50%;
    border-radius: 0 15px 15px 0;
    background-color: #82bf9d;
}

.ribbon-start:hover {
    width: 100%;
}

.footer {
    width: 100%;
    display: flex;
}

.footer-ribbon-one {
    background-color: #80c294;
    display: block;
    width: 20%;
    height: 4px;
}

.footer-ribbon-two {
    background-color: #3d71b0;
    display: block;
    width: 25%;
    height: 4px;
}

.footer-ribbon-three {
    background-color: #2e3a79;
    display: block;
    width: 25%;
    height: 4px;
}

.footer-ribbon-four {
    background-color: #8090c5;
    display: block;
    width: 20%;
    height: 4px;
}

.footer-ribbon-five {
    background-color: #248085;
    display: block;
    width: 15%;
    height: 4px;
}

.footer-pill {
    background: #248085;
    height: 30px;
    width: 250px;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 4rem;
    bottom: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logos {
    width: 100%;
    display: flex;
    background-color: #000;
}

.shaping {
    margin-top: 20px;
    width: 50%;
    margin-left: 75px;
    display: flex !important;
}

.shaping-text {
    font-size: 24px !important;
    font-family: Barlow Condensed, sans-serif;
}

.shaping-text a {
    color: #fff;
}


#shaping-img {
    width: 190px;
    height: 20px;
}

#devwa-logo {
    margin-top: 10px;
    margin-right: 50px;
    width: 50%;
    text-align: right;
}

#devwa-logo-img {
    width: 250px;
    height: 50px;
}

#footer-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 18px;
    color: white;
}

.page-1 {
    margin-bottom: 50px;
}

.second-page-header {
    background: linear-gradient(270deg, #7dbea2 0%, #3d8e98 80%);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

#second-page-header-text {
    color: white;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 600;
}

.land-info {
    line-height: 10px;
    font-size: 16px;
}

.table-container {
    margin: 40px;
    flex: 1;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

.contact-info i {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #2e3a79;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 0.5rem;
}

.terms-container {
    margin: 20px 40px;
    font-size: 8px;    
}

.devwa-pills .pill-five {
    background: linear-gradient(270deg, #3d8e98 0%, #7dbea2 80%);
    position: absolute;
    height: 40px;
    width: 130px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: 0rem;
    top: 6rem;
    opacity: 0.8;
}

.devwa-pills .pill-six {
    background: linear-gradient(270deg, #9ad1ad 0%, #c8e5d8 80%);
    position: absolute;
    height: 40px;
    width: 130px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 0rem;
    top: 77rem;
    opacity: 0.9;
}

#land-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#land-table td,
#land-table th {
    border: 1px solid #ddd;
    padding: 8px;
    border-left: none;
    border-right: none;
    font-size: 12px;
}

#land-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#land-table tr:hover {
    background-color: #ddd;
}

#land-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #248089;
    color: white;
}

.flyer-featuret {
    background-position: -1px center;
    background-repeat: no-repeat;
    padding: 3rem 0;
    min-height: 500px;
    background-size: auto;
    transition: all 0.3s ease-in-out 0s;
    display: flex;



    align-items: center;
    position: relative;


    .container {
        position: relative;
        min-height: 500px;
        display: flex;
        flex-direction: column;


        justify-content: center;
        padding: 0px 50px;
    }

    .content {
        padding: 2rem;
        width: inherit;
        background-color: white;

    }

    p {
        margin-bottom: 0.5rem;
    }
}

.status-dot-container {


    padding: 1rem 0.75rem;
}

.status-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
}

.legend-dot-container-table {


    display: flex;
    gap: 15px;
    margin: 0px 5px;
    align-items: center;
    justify-content: center;

}

.legend-dot-table {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}