/* ----- Fonts ----- */
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaCyrillicBook.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaCyrillicMedium.ttf");
  font-weight: 450;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaCyrillicDemi.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaCyrillicBold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/futura-pt/FuturaPTBook.otf");
  font-weight: 400;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/futura-pt/FuturaPTMedium.otf");
  font-weight: 450;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/futura-pt/FuturaPTDemi.otf");
  font-weight: 500;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/futura-pt/FuturaPTBold.otf");
  font-weight: 700;
}
/* iOS Scrolling Fixes - Add at top of custom.css */
html {
    height: 100%;
    height: -webkit-fill-available;
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100%;
    min-height: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/* iOS specific viewport and bounce fixes */
@supports (-webkit-touch-callout: none) {
    .main-content, body {
        min-height: -webkit-fill-available;
    }

    .rts-footer-area {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
}

/* Fix for iPhone notch and home indicator */
@media only screen and (max-width: 767px) {
    body {
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
}

/* ----- Variables ----- */
:root {
    --futura: "futura";
    --futura-pt: "futuraPT";

    --dark-green: #26421C;
    --light-grey: #F4F4F4;
    --grey1: #CCCCCC;
    --grey2: #999999;
    --grey3: #666666;
    --black: #231f20;
}


/* ----- HTML & Body ----- */
html {
    scroll-behavior: auto!important;
}

body {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: var(--futura-pt), sans-serif;
}


/* ----- Typography ----- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--futura-pt), sans-serif;
}
h2, .h2 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 450;
}
@media only screen and (max-width: 991.98px) {
    h2, .h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
h3, .h3 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 450;
}
h4, .h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--futura), sans-serif;
}

p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 32px;
}


/* ----- Links & Buttons ----- */
a:hover, a:focus, a:active {
    color: var(--dark-green);
}

.rts-btn {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--futura), sans-serif;
    text-transform: uppercase;
    padding: 16px 30px;
    border-radius: 30px;
}
.rts-btn:hover {
    background-color: var(--dark-green)!important;
    color: var(--light-grey)!important;
}
.rts-btn.btn-primary {
    background: var(--dark-green)!important;
}

.rts-read-more-circle-btn p {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--futura);
    text-transform: uppercase;
    color: var(--dark-green);
}
.rts-read-more-circle-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--dark-green);
    transition: 0.3s;
}
.rts-read-more-circle-btn:hover span {
    transform: scale(1.2);
    background: var(--dark-green);
    border: transparent;
}
.rts-read-more-circle-btn:hover span svg path {
    stroke: var(--light-grey);
}


/* ----- Navigation ----- */
.header-three {
    gap: 16px;
}
.header-three .logo-area img{
    /* width: 100%; */
    width: 130px;
    max-width: 130px;
}
.header-three .header-right {
    gap: 0;
}
.header-three .nav-area-center nav ul {
    column-gap: 16px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.header-three .nav-area-center nav ul li a {
    font-size: 12px;
    line-height: 1.2;
    font-family: var(--futura), sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light-grey);
}
.header-three .action-area {
    align-items: baseline;
}
.header-three .action-area span {
    font-family: var(--futura), sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-three.five.header--sticky.six.sticky {
    background: var(--black)!important;
}
[data-layout="contact"] .header-three {
    background-color: var(--black);
}


/* ----- Sidebar ----- */
#side-bar .inner-main-wrapper-desk {
    color: var(--grey3);
}
.side-bar button i {
    background: var(--dark-green);
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 100%;
    max-width: 145px;
}
.side-bar .inner-main-wrapper-desk .disc {
    color: var(--grey3);
    font-size: 20px;
    line-height: 27px;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info a {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: var(--grey3);
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info a:hover {
    color: var(--dark-green);
}
#side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul {
    gap: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a {
    border: none;
    height: 100%;
    width: 100%;
    background: transparent;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a:hover {
    background: transparent;
    border: none;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a svg {
    max-height: 22px;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a svg path {
    transition: 0.3s;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a:hover svg path {
    fill: var(--dark-green);
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
    border: none;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
/* ----- Mobile Menu ----- */
.mobile-menu-main nav ul li a.main:hover {
    color: var(--dark-green);
}
.mobile-menu-main .rts-social-style-one ul {
    gap: 30px;
}
.mobile-menu-main .rts-social-style-one ul li a {
    border: none;
    height: 100%;
    width: 100%;
    background: transparent;
}
.mobile-menu-main .rts-social-style-one ul li a:hover {
    border: none;
    background: transparent;
}
.mobile-menu-main .rts-social-style-one ul li a svg {
    max-height: 22px;
}
.mobile-menu-main .rts-social-style-one ul li a svg path {
    transition: 0.3s;
}
.mobile-menu-main .rts-social-style-one ul li a:hover svg path {
    fill: var(--dark-green);
}


/* ----- Header ----- */
.banner-area-six  {
    height: 100svh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    width: 100vw;
}
.banner-area-six .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
    background-color: black;
}
.banner-area-six video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-area-six .container {
    margin-top: auto;
    margin-bottom: 0;
    z-index: 1;
}
.banner-content-inner-six {
    padding-top: 0;
}
.banner-content-inner-six .title {
    color: var(--light-grey);
    font-weight: 700;
    font-family: var(--futura);
}
.banner-content-inner-six p.disc {
    text-transform: none;
    font-weight: 450;
    font-family: var(--futura);
    color: var(--light-grey);
    letter-spacing: 0;
    max-width: 100%;
    font-size: 18px;
}
@media only screen and (min-width: 992px) {
    .banner-content-inner-six .title {
        font-size: 85px;
        line-height: 94px;
        margin-bottom: 47px;
    }
    .banner-content-inner-six p.disc {
        font-size: 23px;
        line-height: 25px;
        color: var(--light-grey);
    }
}
@media only screen and (max-width: 767px) {
    .banner-content-inner-six .title {
        line-height: 63px;
    }
}


/* ----- Reusable ----- */
.rts-section-gapTop {
    padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gapTop {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .rts-section-gapTop {
        padding-top: 60px;
    }
}
.title-style-left .title-area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.overtitle {
    font-size: 16px;
    letter-spacing: 20%;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--dark-green);
}

.bg-inner-light {
    background: var(--light-grey);
}

.read-more-text {
    display: none;
}

.read-more-text-show {
    display: block;
}

/* ----- Back to Top Button ----- */
.progress-wrap::before {
    background: var(--dark-green);
}
.progress-wrap::after {
    color: var(--dark-green);
}
.progress-wrap svg.progress-circle path {
    stroke: var(--dark-green);
}


/* ----- About Section ----- */
.rts-about-area-one .rts-reveal-one {
    max-width: 100%;
}
.rts-about-area-one .thumbnail-about-one::after {
    display: none;
}


/* ----- Our Mission Section ----- */
.about-top-history-information.rts-section-gap {
    padding-top: 0;
}


/* ----- Our Team Section ----- */
.meet-the-team {
    padding: 45px 0 135px;
    color: var(--light-grey);
    background-color: var(--black);
    overflow: hidden;
    position: relative;
}
.meet-the-team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4575.74px;
    width: 712.04px;
    backdrop-filter: blur(509px);
    filter: blur(509px);
    background-color: var(--dark-green);
    z-index: 0;
}
.meet-the-team .content-row {
    position: relative;
}
.meet-the-team .content-row::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: var(--light-grey);
    opacity: 0.5;
}
.meet-the-team h2, .meet-the-team .h2, .meet-the-team p {
    color: var(--light-grey);
    position: relative;
    z-index: 1;
}
.meet-the-team img {
    width: 100%;
    max-width: 198px;
}
.meet-the-team .read-more-btn {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--futura), sans-serif;
    text-transform: uppercase;
}
.meet-the-team .read-more-btn:hover, .meet-the-team .read-more-btn:focus {
    color: var(--light-grey);
}
.meet-the-team .overtitle {
    color: var(--light-grey);
}
@media only screen and (max-width: 991.98px) {
    .meet-the-team .content-row div:first-child {
        border-bottom: 1px solid var(--light-grey);
        padding-bottom: 45px;
    }
    .meet-the-team .content-row div:last-child {
        padding-top: 45px;
    }
    .meet-the-team .content-row::before {
        display: none;
    }
}


/* ----- Single Project Section ----- */
.signle-project-area-five .inner-content span {
    display: block;
    max-width: max-content;
    background: var(--light-grey);
    padding: 16px 22px;
    margin: 0;
}

.signle-project-area-five .inner-content span .title {
    margin-bottom: 0;
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 20%;
}

.smart-living-area .disc {
    max-width: 748px;
    margin: 0 auto;
}

.rts-counterup-area {
    padding: 85px 0;
    background-color: var(--dark-green);
    overflow: hidden;
}
.rts-counterup-area .counter-main-wrapper-two {
    border: none;
    padding: 0;
    align-items: baseline;
}
.rts-counterup-area .counter-main-wrapper-two .inner .title {
    font-size: 80px;
    line-height: 70px;
    font-weight: 500;
    font-family: var(--futura), sans-serif;
    -webkit-text-stroke: unset;
    color: var(--light-grey);
}
.rts-counterup-area .counter-main-wrapper-two .inner p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--futura), sans-serif;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin-top: 16px;
    color: var(--grey2);
}
@media only screen and (max-width: 767px) {
    .rts-counterup-area .counter-main-wrapper-two {
        align-items: center;
        text-align: center;
    }
}


/* ----- Specifications Section ----- */
.rts-service-area .signgle-service-list-two {
    display: none;
    gap: 96px;
    justify-content: start;
}
.rts-service-area .signgle-service-list-two .left .number {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    font-style: normal;
}
.rts-service-area .signgle-service-list-two:hover {
    background-color: var(--dark-green);
}
.rts-service-area .signgle-service-list-two .left .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 450;
}
.rts-service-area .signgle-service-list-two p {
    transition: 0.3s;
}
.rts-service-area .signgle-service-list-two:hover p {
    color: var(--light-grey);
}
.rts-service-area .rts-btn.bg-white {
    border-color: var(--grey1);
    color: var(--dark-green);
}
.rts-service-area .signgle-service-list-two .end-button .icon span {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid var(--dark-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.signgle-service-list-two .end-button .icon:hover span {
    border: transparent;
    background: var(--light-grey);
    transform: scale(1.2);
}
.signgle-service-list-two:hover .end-button .icon span {
  border-color: var(--light-grey);
}
.signgle-service-list-two:hover .end-button span svg path {
  stroke: var(--light-grey);
}
.signgle-service-list-two .end-button .icon:hover span svg path {
    stroke: var(--dark-green);
}
@media only screen and (max-width: 767px) {
    .rts-service-area .signgle-service-list-two {
        gap: 30px;
    }
    .rts-service-area .signgle-service-list-two .left .title {
        font-size: 40px;
        line-height: 48px;
    }
    .rts-service-area .signgle-service-list-two .left .number {
        font-size: 40px;
        line-height: 48px;
    }
}


/* ----- Why Choose Us Section ----- */
.service-area-start .service-full-top-wrapper {
    align-items: baseline;
}
@media only screen and (max-width: 991.98px) {
    .service-area-start .service-full-top-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .service-area-start .service-full-top-wrapper .disc {
        max-width: 100%;
    }
}


/* ----- Floor Plans and Availability Section ----- */
.floor-plans-and-availability-area .cta-area-six .title {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 65px;
    font-weight: 500;
    font-family: var(--futura), sans-serif;
}
.floor-plans-and-availability-area .cta-area-six .rts-btn {
    border-color: var(--grey1);
    color: var(--dark-green);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--futura), sans-serif;
    padding: 16px 30px!important;
}
.floor-plans-and-availability-area .nav-pills {
    gap: 30px;
    justify-content: center;
}
.floor-plans-and-availability-area .nav-pills li {
    font-size: 16px;
    font-weight: 500;
    line-height: 68px;
    font-family: var(--futura), sans-serif;
}
.floor-plans-and-availability-area .nav-pills li button {
    padding: 15px 35px;
    background-color: var(--light-grey);
    color: var(--grey2);
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
    border-radius: 0;
}
.floor-plans-and-availability-area .nav-pills li button.active {
    background-color: var(--dark-green);
    color: var(--light-grey);
}
.floor-plans-and-availability-area .nav-pills li button.active span {
    transform: rotate(-180deg);
}
.floor-plans-and-availability-area .nav-pills li button span svg {
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor-plans-and-availability-area .nav-pills li button.active span svg path {
    stroke: var(--light-grey);
}
.floor-plans-and-availability-area .units-section {
    max-width: 1700px;
}
.floor-plans-and-availability-area .table--wrapper {
    position: relative;
}
.floor-plans-and-availability-area .units-table {
    border-collapse: separate;
    /* border-spacing: 10px 10px; */
    font-size: 18px;
    line-height: 30px;
    font-family: var(--futura), sans-serif;
    color: var(--grey3);
    font-weight: 500;
}
.floor-plans-and-availability-area .units-table thead {
    background-color: var(--dark-green);
    vertical-align: top;
    color: white;
    position: relative!important;
    overflow: hidden!important;
}
/* .floor-plans-and-availability-area .units-table thead::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--dark-green);
} */
.floor-plans-and-availability-area .units-table thead th {
    padding: 10px 10px 20px 10px;
    font-size: 16px;
    border-bottom: 5px solid white;
}
.floor-plans-and-availability-area .units-table .row-header {
    background-color: var(--dark-green);
    color: var(--light-grey);
    font-size: 16px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
}
.floor-plans-and-availability-area .units-table td {
    background-color: rgba(204, 204, 204, 0.2);
    text-align: center;
    border: 5px solid white;
}
.floor-plans-and-availability-area .units-table tbody tr td:first-child {
    border-left: none;
}
.floor-plans-and-availability-area .units-table tbody tr td:last-child {
    border-right: none;
}
.floor-plans-and-availability-area .units-table tbody tr th {
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}
.floor-plans-and-availability-area .swiper {
    overflow-x: hidden;
    position: relative;
}
.floor-plans-and-availability-area .swiper .swiper-navigation {
    display: flex;
    align-items: center;
    gap: 38px;
    margin-top: 16px;
    justify-content: end;
    padding-right: 32px;
}
.floor-plans-and-availability-area .swiper .swiper-button-prev, .floor-plans-and-availability-area .swiper .swiper-button-next {
    position: relative;
    font-size: 20px;
    border-radius: 0;
    height: 54px !important;
    width: 54px !important;
    border: 1px solid #979397;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey2);
    transition: 0.3s;
    background-image: none;
    margin-top: 0;
}
.floor-plans-and-availability-area .swiper .swiper-button-prev:hover, .floor-plans-and-availability-area .swiper .swiper-button-next:hover {
    border-color: var(--dark-green);
}
.floor-plans-and-availability-area .swiper .swiper-button-prev svg path, .floor-plans-and-availability-area .swiper .swiper-button-next svg path {
    transition: 0.3s;
}
.floor-plans-and-availability-area .swiper .swiper-button-prev:hover svg path, .floor-plans-and-availability-area .swiper .swiper-button-next:hover svg path {
    stroke: var(--dark-green);
}
@media only screen and (max-width: 991.98px) {
    .floor-plans-and-availability-area .nav-pills {
        flex-direction: column;
        gap: 0;
    }
    .floor-plans-and-availability-area .nav-pills li button {
        justify-content: space-between;
    }
}

/* ----- CTA Section ----- */
.rts-cta-main-wrapper .cta-wrapper-two .title {
    color: var(--black);
    font-weight: 700;
    font-family: var(--futura), sans-serif;
    font-size: 65px;
    line-height: 70px;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 auto;
}
.rts-cta-main-wrapper::before, .rts-cta-main-wrapper::after {
    display: none;
}
.rts-cta-main-wrapper .cta-wrapper-two .btn--wrapper {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}


/* ----- Footer Section ----- */
.rts-footer-area {
    background-color: var(--black);
    color: var(--grey1);
    position: relative;
    overflow: hidden;
    /* ADD THESE iOS FIXES */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.rts-footer-area::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 811.23px;
    height: 525.1px;
    border-radius: 100%;
    background-color: var(--dark-green);
    filter: blur(509px);
    z-index: 0;
    opacity: 0.5;
}
.rts-footer-area .container {
    position: relative;
    z-index: 1;
}
.rts-footer-area .footer-two-main-wrapper .logo img {
    width: 100%;
    max-width: 130px;
}
.rts-footer-area .rts-copyright-area-two {
    border: none;
}
.rts-footer-area .rts-copyright-area-two .copy-right-area-inner-two {
    padding-bottom: 57px;
}
.rts-footer-area .copy-right-area-inner-two p, .rts-footer-area .copy-right-area-inner-two a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--futura), sans-serif;
    color: rgba(204, 204, 204, 0.8)!important;
}
.rts-footer-area .copy-right-area-inner-two a:hover  {
    color: var(--light-grey)!important;
}
.rts-copyright-area-two .copy-right-area-inner-two .right ul {
    gap: 14px;
}
.rts-footer-area .single-footer-wized .title {
    font-family: var(--futura), sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 26px;
    color: var(--light-grey);
}
.rts-footer-area .single-footer-wized .single-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.rts-footer-area .single-footer-wized .single-info a {
    color: var(--grey1);
    font-size: 20px;
    line-height: 30px;
}
.rts-footer-area .single-footer-wized .single-info a:hover {
    color: var(--light-grey);
}
.rts-footer-area .social-style-two-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0 0 0 2px;
}
.rts-footer-area .social-style-two-wrapper li a {
    border: none;
    width: max-content;
    height: 100%;
}
.rts-footer-area .social-style-two-wrapper li a svg {
    max-width: 22px;
}
.rts-footer-area .social-style-two-wrapper li a svg path {
    transition: 0.3s;
}
.rts-footer-area .social-style-two-wrapper li a:hover svg path {
    fill: var(--light-grey);
}
@media only screen and (max-width: 767px) {
    .rts-copyright-area-two .copy-right-area-inner-two {
        align-items: flex-start;
    }
}


/* ----- Contact Us Page ----- */
.contact-page {
    padding-top: 100px;
}
.contact-info-area-start .contact-info-mid .single-information {
    margin: 26px 0;
}
.contact-info-area-start .contact-info-mid .single-information span {
    font-family: var(--futura), sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--dark-green);
}
.contact-info-area-start .contact-info-mid .single-information a:hover {
    color: var(--dark-green);
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, textarea:focus {
    border-color: var(--dark-green);
}
input[type="checkbox"] {
    margin-bottom: 0;
}
input[type="checkbox"] ~ label, input[type="radio"] ~ label {
    font-size: 15px;
    line-height: 25px;
    color: var(--grey2);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 34px;
}
.contact-form-conatct-page p {
    font-size: 13px;
    line-height: 20px;
    color: var(--grey2);
    margin-top: 24px;
}
.contact-form-conatct-page p a {
    text-decoration: underline;
}
.contact-form-conatct-page button {
    padding: 20px 85px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px!important;
  display: inline-block;
  vertical-align: text-top;
  width: 22px!important;
  height: 22px!important;
  background-color: white!important;
  border: 1px solid rgba(204, 204, 204, 0.8);
}
.styled-checkbox:hover + label:before {
  background-color: var(--dark-green)!important;
  border-radius: 2px;
}
.styled-checkbox:checked + label:before {
  background-color: var(--dark-green)!important;
}
.styled-checkbox + label:after {
  content: "";
  position: absolute!important;
  left: 6px!important;
  top: 11px!important;
  background: white!important;
  width: 2px!important;
  height: 2px!important;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white!important;
  transform: rotate(45deg)!important;
  border: none!important;
  border-radius: 0!important;
  transition: opacity 0.3s!important;
}
