.parallax-1 {
    background: url('../img/parallax-1.jpg') fixed;
    background-size: cover;
}

.parallax-2 {
    background: url('../img/parallax-2.jpg') fixed;
    background-size: cover;
}

.parallax-3 {
    background: url('../img/parallax-3.jpg') fixed;
    background-size: cover;
}

.featured-services .service-item {
    background-color: #ffffff47;
    color: #fff;
    text-shadow: #0004 5px 5px 5px;
}

.featured-services .service-item h4 a {
    color: #094669;
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffffd9;
}

.call-to-action p {
    color: #fff;
    text-shadow: #0004 5px 5px 5px;
}

#stats {
    background-color: #0000 !important;
}

.contact .php-email-form {
    background-color: #f6f5f5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 30px;
}

/*
#promise {
    background: #21A0D0;
    background: linear-gradient(130deg, rgba(33, 160, 208, 1) 0%, rgb(255 255 255) 100%);
}
*/
#promise h3 {
    color: #101010 !important
}

.features h3 {
    color: #fff;
}

#assisted p,
#assisted h2,
#assisted h3 {
    color: #101010 !important;
}

#assisted h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.tabs .nav-link.active {
    color: #000;
    border-color: var(--accent-color);
    background-color: #ffffff00;
}

header .container {
    padding-left: 60px;
    padding-right: 50px;
    ;
}

section {
    scroll-margin-top: 150px;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.parallax-1 section {
    background-color: #fff0 !important;
}

footer p {
    margin-top: 0;
    margin-bottom: 13px;
}

.tabs .nav-link.active {
    color: #000;
    border-color: var(--accent-color);
    background-color: #ffffff00;
}

.location-a {
    font-size: 12px;
}

#contact {background: #E3EEC3;
    background: linear-gradient(90deg, rgba(227, 238, 195, 1) 0%, rgba(145, 207, 228, 1) 100%);
}
#floorplans {
    scroll-margin-top: 160px;
}
.tabs .nav-link:hover {
    color: #000;
}

footer {
    padding-right: 50px;
    padding-left: 50px;
}

.tabs .nav-link {
    color: #0004;
    text-align: right;
    font-size: 20px;
}

.hero h2 {
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
}

.hero p {
    font-size: 30px;
}

.hero .carousel-indicators li {
    cursor: pointer;
    background: #09456947;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.3s;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    background: #09456947;
    border: 6px solid #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #024066;
}

.stars {
    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto;
}

#reviews h3 {
    color: #fff;
    text-shadow: #0004 3px 3px 7px;
}

#reviews p {
    color: #fff;
}

#home-social .social-links a {
    display: inline-flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid color-mix(in srgb, #c8dd76, #ff2c2c00 50%);
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 20px;
    flex-direction: column;
    background: #c8dd7666;
    text-align: center;
}

#home-social .social-links a:hover {
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #c8dd76;
    margin-right: 10px;
    transition: 0.3s;
    flex-direction: column;
    background: #fff3;
}

#home-social h3 {
    color: #fff;
}

body {
    background-color: #999999;
}

.scroll-top {
    color: #024066;
    background-color: #c8dd76;
}

.featured-services .service-item .icon i {
    color: #ffffff;
    font-size: 36px;
    transition: ease-in-out 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #024066;
}

button {
    background-color: #fff;
    color: #024066;
    border: 0px;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 13px;
}

.features .features-image {
    border: 5px solid #fff;
}

button:hover {
    background-color: #024066;
    color: #fff;
}

section {
    padding-left: 50px;
    padding-right: 50px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-body {
    text-align: left;
}

.modal-backdrop {
    display: none;
}

header {
    z-index: 2 !important;
}

.btn-primary {
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 5px 0 30px;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 500;
    background-color: #c7dc6c;
    color: #024066;
    border: 0px;
}

.btn-primary:hover {
    background-color: #024066;
    color: #fff;
    border: 0px;
}

.featured-services .service-item {
    width: 100%;
}

.hero .container {
    position: absolute;
    margin-bottom: 68px;
    z-index: 3;
}

.hero .container-fluid {
    position: absolute;
    margin-bottom: 50px;
    z-index: 3;
    padding: 0;
}

.content-box {
    background: color-mix(in srgb, var(--surface-color), transparent 10%);
    width: fit-content;
    border-top: 8px solid #6600bd;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27px;
    padding-bottom: 30px;
}

.hero .btn-get-started {
    color: #fff;
    background: #ff9900;
    letter-spacing: 0px;
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
}

#about h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    margin: 0;
}
#contact h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    margin: 0;
}

.hero .btn-get-started:hover {
    color: #c7dc6c;
    background: #024066;
}

.hero .btn-get-started {
    font-size: 20px;
    padding: 8px 15px;
    transition: 0.3s;
    margin: 0px;
    margin-top: 10px;
}

.featured-services .service-item .icon i {
    font-size: 55px;
}

.header .cta-btn,
.header .cta-btn:focus {
    color: #fff;
    background: #c9de7e;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 5px 0 30px;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 500;
}

.call-to-action {
    padding: 80px 0;
    position: relative;
    clip-path: inset(0);
    padding-bottom: 15px;
}

#home-social .social-links a {
    display: inline-flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid color-mix(in srgb, #ffffff, #ff2c2c00 50%);
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 20px;
    flex-direction: column;
    background: #ffffff3b;
    text-align: center;
}

.hero .btn-get-started {
    font-size: 20px;
    padding: 8px 15px;
    transition: 0.3s;
    margin: 0px;
    margin-top: 0px;
}

.content-box {
    padding-top: 15px;
    padding-bottom: 15px;
}
.featured-services .service-item h4 a {
    color: #6400b8;
}
.plans-p-box p:before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #f69d3a;
    display: inline-block;
    margin-right: 5px;
}
.featured-services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    transition: ease-in-out 0.3s;
    text-shadow: #0004 5px 5px 5px;
}
.featured-services .service-item .icon {
    margin-bottom: 10px;
    text-shadow: #0004 5px 5px 5px;
}
.featured-services .service-item {
    background-color: #ffffff47;
    color: #fff;
}
.plans-p-box p {
    margin-bottom: 0px;
}
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #6400b8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.gallery h2 {
    color: #fff;
}
.gallery h1 {
    color: #fff;
}
.gallery h4 {
    color: #fff;
}
#contact p {
    text-align: left !important;
}
#contact h2 {
    text-align: left !important;
}
@media (max-width: 992px) {
    .gallery .swiper-slide-active {
        background: #fff;
        border: 5px solid #fff;
        padding: 4px;
        z-index: 1;
        transform: scale(1.2);
        transition: none;
    }

    section {
        scroll-margin-top: 150px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header .logo img {
        max-height: 54px;
        margin-left: 20px;
        transition: 0.3s;
    }

    header .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header .cta-btn,
    .header .cta-btn:focus {
        color: #024066;
        background: #c7dc6c;
        font-size: 9px;
        padding: 7px 8px;
        margin: 0px 5px 0 10px;
        border-radius: 4px;
        transition: 0.3s;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .gallery .swiper-slide-active {
        background: var(--background-color);
        border: 6px solid #fff;
        padding: 4px;
        z-index: 1;
        transform: scale(1.2);
        transition: none;
    }
}