* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif !important;
}

.topbar {
    background: #000;
    padding: 10px 0;
    height: 50px;
    position: relative;
    z-index: 1031;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.topbar-info-text p {
    color: #fff;
    margin-bottom: 0;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
}

.topbar-contact-wrap {
    gap: 1.5rem;
    flex-wrap: wrap;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links li a i {
    color: #fff;
}

/* Transparent navbar initially */
.transparent-navbar {
    background: #fff !important;
    top: 50px;
    min-height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: top 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    z-index: 1030;
}

.transparent-navbar.scrolled {
    top: 0;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar.fixed-top.scrolled {
    top: 0;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: all.3s;
}

.dropdown-item:hover {
    background-color: #5D935D !important;
    color: #fff !important;
}

/* nav area */
.navbar {
    background-color: #fff !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.navbar.fixed-top {
    top: 50px;
}

.nav-menu {
    gap: 25px;
}

.links-area ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.links-area ul a {
    text-decoration: none;
}

.links-area i {
    color: #5D935D;
    font-size: 20px;
}

.nav-link {
    font-weight: 600 !important;
    color: #1f2937 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600 !important;
    color: #5D935D !important;

}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 1.5rem;
}

/* .navbar-brand img {
    display: block;
    max-height: 48px;
    width: auto;
} */

.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


/* banner start */


.banner {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://flushproduction.com/wp-content/uploads/2026/05/banner.png) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
}




.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    /* Centers the video */
    z-index: 1;
    object-fit: cover;
    /* Ensures the video covers the entire banner area */
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000b8 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://flushproduction.com/wp-content/uploads/2026/05/banner.png) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    /* background-attachment: fixed; */
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    max-width: 720px;
    font-weight: 500;
    text-align: left;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #D48742;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.08;
    text-align: left !important;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button:hover {
    color: #fff;
    background-color: #D48742;
    border: 1px solid #D48742;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content i {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    gap: 8px;
    align-items: center;
    opacity: .9;
    transition: all.3s;
    transform: rotate(-90deg);
}

.banner-content a:hover i {
    transform: rotate(-130deg);
    transition: all.3s;
}


.btn-primary {
    position: relative;
    background-color: transparent !important;
    color: #fff;
    z-index: 99;
    overflow: hidden;
    transition: all .3s;
    border: none !important;
}

.btn-primary::before {
    content: "";
    position: absolute;
    background-color: #5D935D;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
}

.btn-primary::after {
    content: "";
    position: absolute;
    background-color: #D48742;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: -97%;
    transition: all .3s;
}

.btn-primary:hover::before {
    left: 100%;
    transition: all .3s;
}

.btn-primary:hover::after {
    right: 0%;
    transition: all .3s;
}

@media (max-width: 1199.98px) {
    .nav-menu {
        gap: 18px;
    }

    .banner {
        min-height: 720px;
        padding-top: 150px;
    }

    .banner-content p {
        max-width: 620px;
    }
}

@media (max-width: 991.98px) {
    .topbar {
        display: none;
    }

    .transparent-navbar {
        top: 0;
        min-height: auto;
    }

    .navbar.fixed-top {
        top: 0;
    }

    .navbar {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    /* .navbar-brand img {
        max-height: 42px;
    } */

    .navbar-collapse {
        margin-top: 14px;
        padding: 18px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
        align-items: flex-start;
    }

    .nav-menu {
        width: 100%;
        gap: 6px;
    }

    .nav-menu .nav-link {
        padding: 10px 0 !important;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    .nav-item.dropdown .dropdown-menu {
        position: static !important;
        display: none;
        width: 100%;
        margin-top: 6px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: none;
    }

    .nav-item.dropdown.show .dropdown-menu,
    .nav-item.dropdown .dropdown-menu.show {
        display: block;
    }

    .links-area {
        width: 100%;
        padding-top: 6px;
    }

    .links-area ul {
        justify-content: flex-start;
        gap: 16px;
    }

    .banner {
        min-height: 680px;
        background-attachment: scroll;
        padding: 130px 0 80px;
    }

    .banner-content {
        text-align: center !important;
    }

    .banner-content h1,
    .banner-content p {
        text-align: center !important;
    }

    .banner-content p {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .banner {
        min-height: 620px;
        padding: 120px 0 70px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .textt-primary {
        font-size: 12px;
        letter-spacing: 0.16em;
    }

    .links-area ul {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* .navbar-brand img {
        max-height: 40px;
    } */

    .navbar-collapse {
        margin-top: 16px;
        padding: 20px;
    }

    .nav-menu .nav-link {
        font-size: 15px;
    }

    .links-area {
        width: 100%;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        margin-top: 4px;
        padding-top: 14px;
    }

    .banner-content {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* .navbar-brand img {
        max-height: 36px;
    } */

    .navbar-collapse {
        margin-top: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .banner {
        min-height: 580px;
        padding: 200px 0 60px;
    }

    .banner-content h1 {
        margin: 12px 0;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .btn-primary {
        width: 100%;
        max-width: 260px;
    }

    .textt-primary::before {
        top: 4px;
    }
}


.about-us {
    padding: 90px 0;
    background:
        radial-gradient(circle at left top, rgba(14, 165, 233, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.about-content {
    max-width: 560px;
}

.about-content h2 {
    margin: 14px 0 18px;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.15;
    color: #5D935D;
}

.about-content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #5d7381;
}


.what-we-do-body {
    margin-bottom: 28px;
    padding: 24px 0;
    border-top: 1px solid rgba(6, 43, 61, 0.08);
    border-bottom: 1px solid rgba(6, 43, 61, 0.08);
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://flushproduction.com/wp-content/uploads/2026/05/icon-change.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.6em;
    margin-bottom: 18px;
    padding-left: 35px;
    color: #213547 !important;
    font-weight: 500;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.about-us img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    /* box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12); */
}

.about-us [data-animate-on-scroll] {
    opacity: 0;
}

.about-us [data-animate-on-scroll].is-animated {
    opacity: 1;
}

.animate__animated.animate__backInRight {
    animation: backInRight 0.95s ease-out both;
}

@keyframes backInRight {
    0% {
        opacity: 0;
        transform: translateX(220px) scale(0.92);
    }

    80% {
        opacity: 1;
        transform: translateX(0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 991.98px) {
    .about-us {
        padding: 70px 0;
    }

    .about-content {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .about-us {
        padding: 60px 0;
    }

    .about-content h2 {
        margin: 12px 0 14px;
    }

    .about-content p {
        font-size: 15px;
    }

    .what-we-do-body {
        padding: 20px 0;
        margin-bottom: 22px;
    }

    .about-us img {
        /* border-radius: 20px; */
    }
}

/* area  */
.area {
    background-image: linear-gradient(rgba(3, 3, 3, 0.72), rgba(0, 0, 0, 0.72)), url(https://flushproduction.com/wp-content/uploads/2026/05/restroom.png) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    /* background-attachment: fixed; */
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.area-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 44px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
}

.area-content h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.area-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 24px;
}

.area-content h2 {
    color: #5D935D;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.banner-content::before {
    content: "";
    position: absolute;
    background-color: #5D935D;
    left: -5%;
    top: -5%;
    width: 15px;
    height: 110%;
}


.why-choose-us {
    position: relative;
    padding: 90px 0 !important;
}

.why-choose-content .sub-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #D48742;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
}

.why-choose-content .main-title {
    font-size: 50px;
    font-weight: 700;
    color: #5D935D;
    margin-bottom: 16px;
    line-height: 1.12;
}

.why-choose-content .section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5d7381;
    margin-bottom: 32px;
}

.why-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    padding: 22px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
    gap: 15px;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
}

.why-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
}

.icon-box {
    min-width: 50px;
    height: 50px;
    background: #D48742;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-box h4 {
    font-size: 20px;
    color: #5D935D;
    margin-bottom: 8px;
}

.text-box p {
    font-size: 15px;
    color: #5d7381;
    line-height: 1.7;
    margin: 0;
}

.why-choose-image img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 28px !important;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
}

@media (max-width: 991px) {
    .why-choose-us {
        padding: 70px 0 !important;
    }

    .why-choose-content .main-title {
        font-size: 30px;
    }

    .why-choose-image {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .why-choose-us {
        padding: 60px 0 !important;
    }

    .why-card {
        padding: 18px;
    }

    .text-box h4 {
        font-size: 18px;
    }

    .text-box p {
        font-size: 14px;
    }
}

/* .feature-card */
.feature-card-section {
    /* background:
         radial-gradient(circle at top left, rgba(14, 165, 233, 0.08), transparent 28%),
         linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); */
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.services-section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
}

.services-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.1);
    color: #D48742;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.services-section-heading h2 {
    margin: 18px 0 12px;
    color: #5D935D;
    font-family: "Libre Baskerville", serif;
    font-size: 54px;
    line-height: 1.15;
}

.services-section-heading p {
    margin: 0 auto;
    max-width: 620px;
    color: #5d7381;
    font-size: 17px;
    line-height: 1.8;
}

.services-heading-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.accent-line {
    width: 90px;
    max-width: 18vw;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.15), #D48742, rgba(255, 106, 61, 0.3));
    animation: accentPulse 2.6s ease-in-out infinite;
}

.accent-line-short {
    width: 54px;
    animation-delay: 0.35s;
}

.accent-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D48742;
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.35);
    animation: accentDotFloat 2.4s ease-in-out infinite;
}

.accent-dot-center {
    width: 14px;
    height: 14px;
    background: #ff6a3d;
    animation-delay: 0.2s;
}

.accent-dot-right {
    animation-delay: 0.4s;
}

@keyframes accentPulse {

    0%,
    100% {
        transform: scaleX(0.92);
        opacity: 0.7;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes accentDotFloat {

    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.18);
    }

    50% {
        transform: translateY(-4px);
        box-shadow: 0 0 0 8px rgba(14, 165, 233, 0);
    }
}

.feature-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 40px 32px;
    box-shadow: 24px 20px 0 #dfeeee;
    transition: all.3s;
    position: relative !important;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    background-image: url(https://flushproduction.com/wp-content/uploads/2026/05/hm5-boxline-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 160%;
    height: 50%;
    top: -50px;
    left: 0px;
    rotate: -10deg;
    z-index: 100;
    display: none;
    transition: all.3s;
}

.feature-card:hover::after {
    /* background: #063232; */
    transition: all.3s;
    left: 0;
}

.feature-card::after {
    content: "";
    background-color: #5D935D;
    position: absolute;
    height: 100%;
    width: 100%;
    left: -408px;
    top: 0;
    transition: all .3s;
}

.feature-card:hover::before {
    display: block;
    z-index: 100;
    transition: all.3s;
}

.feature-card:hover p {
    color: #fff;
}

.feature-top {
    margin-bottom: 28px;
}

.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #edf6f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 200;
}

.feature-card:hover h3 {
    color: #fff !important;
    transition: all.3s;
}

.feature-icon img {
    width: 34px;
    height: 34px;
}

.feature-number {
    position: relative;
    z-index: 200;
    font-size: 18px;
    font-weight: 500;
    color: #D48742;
    line-height: 1;
    margin-top: 8px;
}

.feature-card:hover .feature-number {
    color: #fff;
}

.feature-card hr {
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin: 0 0 30px;
}

.feature-card h3 {
    transition: all.3s;
    position: relative;
    z-index: 200;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: #5D935D;
    margin-bottom: 14px;
}

.feature-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #5d7381;
    margin-bottom: 28px;
    max-width: 360px;
    position: relative;
    z-index: 200;
    transition: all.3s;
}

.learn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 200;
}

/* orange dot */
.line-dot {
    width: 8px;
    height: 8px;
    background: #ff6a3d;
    border-radius: 50%;
}

/* horizontal line */
.line {
    flex: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

/* learn more */
.learn-more {
    font-size: 17px;
    font-weight: 600;
    color: #5D935D;
    text-decoration: none;
    transition: 0.3s ease;
}

/* hover effect */
.feature-card:hover .line {
    background: rgba(255, 255, 255, 0.5);
    flex: 1;
}

.feature-card:hover .learn-more {
    color: #fff;
}


/* .learn-more:hover {
     color: #0a5c7a;
 } */

.learn-more span {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 767px) {
    .feature-card-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .services-section-heading {
        margin-bottom: 40px;
    }

    .services-section-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .accent-line {
        width: 52px;
    }

    .accent-line-short {
        width: 34px;
    }

    .feature-card {
        padding: 28px 24px;
        border-radius: 18px;
        box-shadow: 14px 14px 0 #dfeeee;
    }

    .feature-card h3 {
        font-size: 24px;
    }

    .feature-card p {
        font-size: 16px;
    }

    .feature-number {
        font-size: 16px;
    }
}


/* process */

.process-section {
    position: relative;
    overflow: hidden;
    padding: 90px 40px 180px;
    /* background:
        radial-gradient(circle at 50% 0%, rgba(56, 172, 61, 0.12), transparent 34%),
        linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%); */
    font-family: inherit;
}

.process-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.process-header {
    text-align: center;
    margin-bottom: 70px;
}

.process-subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #D48742;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.process-header h2 {
    margin: 0;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 700;
    color: #5D935D;
}

.process-timeline {
    position: relative;
    min-height: 380px;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 4%;
    width: 92%;
    border-top: 1px dashed rgba(6, 43, 61, 0.18);
}

.process-step {
    position: absolute;
    top: 0;
    width: 290px;
}

.step-1 {
    left: 17%;
}

.step-2 {
    left: 41.5%;
}

.step-3 {
    left: 66%;
}

.step-label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 18px;
    border: 1px solid rgba(6, 43, 61, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #5D935D;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.step-vertical-line {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 200px;
    border-left: 1px dashed rgba(6, 43, 61, 0.18);
}

.step-card {
    position: relative;
    margin-top: 78px;
    padding: 28px 22px 24px;
    min-height: 162px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(6, 43, 61, 0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.step-2 .step-card {
    margin-top: 144px;
}

.step-3 .step-card {
    margin-top: 210px;
}

.step-number {
    display: block;
    margin-bottom: 8px;
    font-size: 64px;
    line-height: 1;
    font-weight: 500;
    color: #D48742;
}

.step-card h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #5D935D;
}

.step-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5d7381;
    max-width: 230px;
}

.process-bg-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.18;
    z-index: 1;
    pointer-events: none;
    background: #D48742;
}

.glow-left {
    left: -160px;
    bottom: -120px;
}

.glow-right {
    right: -160px;
    top: -70px;
}

.process-lines {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 210px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.07;
}

.left-lines {
    left: 0;
    background: repeating-linear-gradient(100deg,
            transparent 0,
            transparent 7px,
            rgba(255, 255, 255, 0.7) 8px,
            transparent 9px);
}

.right-lines {
    right: 0;
    background: repeating-linear-gradient(-100deg,
            transparent 0,
            transparent 7px,
            rgba(255, 255, 255, 0.7) 8px,
            transparent 9px);
}

@media (max-width: 1399px) {
    .process-header h2 {
        font-size: 44px;
    }

    .process-step {
        width: 260px;
    }

    .step-1 {
        left: 12%;
    }

    .step-2 {
        left: 38.5%;
    }

    .step-3 {
        left: 65%;
    }

    .step-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .process-section {
        padding: 80px 24px;
    }

    .process-timeline {
        display: flex;
        flex-direction: column;
        gap: 28px;
        min-height: auto;
    }

    .timeline-line,
    .step-vertical-line,
    .step-label {
        display: none;
    }

    .process-step,
    .step-1,
    .step-2,
    .step-3 {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    .step-card,
    .step-2 .step-card,
    .step-3 .step-card {
        margin-top: 0;
        min-height: auto;
    }

    .step-card p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .process-header h2 {
        font-size: 34px;
        line-height: 1.12;
    }

    .step-number {
        font-size: 52px;
    }

    .step-card h3 {
        font-size: 22px;
    }

    .process-section {
        padding: 65px 18px;
    }

    .process-header {
        margin-bottom: 42px;
    }

    .step-card {
        padding: 24px 18px 20px;
        border-radius: 18px;
    }
}


/* testimonmial */
.testimonmial {
    width: 100%;
    background-image: radial-gradient(circle at top left, rgba(93, 147, 93, 0.2), transparent 22%), linear-gradient(135deg, rgba(44, 74, 44, 0.9) 0%, rgb(93 147 93 / 78%) 100%), url(https://flushproduction.com/wp-content/uploads/2026/05/bg-image.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.testimonmial .swiper {
    padding: 12px 0 0;
}

.testimonmial .swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.testimonial-left-panel {
    height: 100%;
    padding: 34px;
    border-radius: 24px;
    background: rgba(3, 35, 52, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
}

.testimonial-title {
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.testimonial-card {
    width: 100%;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.testimonial-card p {
    margin: 0 0 12px 0;
    line-height: 1.7;
    color: #fff;
    font-size: 16px;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.testimonial-meta img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-edit h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.08em;
}

.testimonial-edit p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.star {
    list-style: none;
    color: #5D935D;
    display: flex;
    padding: 0;
    gap: 6px;
    margin-bottom: 20px;
}

.testi-len {
    height: 100%;
}

.result {
    color: #fff !important;
    font-size: 51px;
    font-weight: 700;
    margin-bottom: 34px;
}

.testimonial-info-panel {
    height: 100%;
    padding: 38px 42px;
    background: #fff;
    border: 2px solid #111827;
    color: #111827;
}

.testimonial-info-panel h3 {
    font-size: 40px;
    line-height: 1.12;
    margin-bottom: 18px;
    color: #5D935D;
}

.testimonial-info-panel p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.testimonial-info-list {
    margin: 0 0 16px;
    padding-left: 24px;
}

.testimonial-info-list li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 4px;
}

.testimonial-info-note {
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .testimonmial {
        padding: 70px 0;
    }

    .testimonial-left-panel,
    .testimonial-info-panel {
        padding: 28px;
    }
}

@media (max-width: 767.98px) {
    .testimonmial {
        padding: 60px 0;
    }

    .result {
        margin-bottom: 24px;
    }

    .testimonial-card {
        padding: 24px 20px;
    }

    .testimonial-card p,
    .testimonial-info-panel p,
    .testimonial-info-list li {
        font-size: 15px;
    }

    .testimonial-info-panel {
        padding: 24px 22px;
    }

    .testimonial-meta {
        align-items: flex-start;
    }

    .testimonial-meta img {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 991.98px) {
    .area {
        padding: 70px 0;
        background-attachment: scroll;
    }

    .area-content {
        padding: 34px 24px;
    }
}

@media (max-width: 767.98px) {
    .area {
        padding: 60px 0;
    }

    .area-content {
        padding: 28px 18px;
        border-radius: 20px;
    }

    .area-content h3 {
        font-size: 13px;
        letter-spacing: 0.14em;
    }

    .area-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.contact-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.1), transparent 26%),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.contact-content-panel {
    height: 100%;
    padding: 36px 32px;
    border-radius: 28px;
    background: #5D935D;
    color: #fff;
    box-shadow: 0 24px 55px rgba(6, 43, 61, 0.16);
}

.contact-kicker {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.contact-content-panel h2 {
    margin: 18px 0 16px;
    font-size: 48px;
    line-height: 1.15;
    color: #fff;
}

.contact-content-panel>p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.contact-points {
    display: grid;
    gap: 18px;
}

.contact-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D48742;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.contact-point h3 {
    margin: 0 0 4px;
    font-size: 18px;
    color: #fff;
}

.contact-point a,
.contact-point p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    word-break: break-word;
}

.contact-form-panel {
    height: 100%;
    padding: 38px 34px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.contact-form-heading {
    margin-bottom: 24px;
}

.contact-form-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: #D48742;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-form-heading h3 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #5D935D;
}

.contact-form-heading p {
    margin: 0;
    color: #5d7381;
    line-height: 1.8;
}

.contact-form .form-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #5D935D;
}

.contact-form .form-control {
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    padding: 14px 16px;
    color: #1f2937;
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 160px;
    resize: vertical;
}

.contact-form .form-control:focus {
    border-color: #D48742;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.contact-submit-btn {
    min-width: 190px;
    padding: 14px 26px !important;
    border-radius: 5px !important;
}

@media (max-width: 991.98px) {
    .contact-section {
        padding: 70px 0;
    }

    .contact-content-panel,
    .contact-form-panel {
        padding: 30px 26px;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-content-panel,
    .contact-form-panel {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .contact-point {
        padding: 16px;
        border-radius: 16px;
    }

    .contact-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .contact-submit-btn {
        width: 100%;
    }
}

/* footer */
footer {
    background-color: #5D935D;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
    content: "";
    top: 0;
    position: absolute;
    background-image: url(https://flushproduction.com/wp-content/uploads/2026/05/clouds_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
} */

.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}



/* About page */
.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #D48742;
    margin-bottom: 15px;
    letter-spacing: 0.18em;
}

.about-us h2 {
    font-size: 45px;
    font-weight: 700;
    color: #5D935D;
    margin-bottom: 20px;
    line-height: 1.08;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.85;
    color: #5d7381;
}

.about1 {
    padding: 90px 0;
    background:
        radial-gradient(circle at left top, rgba(14, 165, 233, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.about-image {
    position: relative;
}

.about-image img {
    height: 520px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 82%;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.16), rgba(6, 43, 61, 0.08));
    left: -22px;
    top: 70px;
    z-index: -3;
    border-radius: 30px;
}

.about-us .header-bar button {
    background-color: #D48742;
    color: #fff;
    padding: 0;
}

.about-us .header-bar button:hover a {
    color: #000;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    background-image: radial-gradient(circle at top left, rgba(93, 147, 93, 0.2), transparent 22%), linear-gradient(135deg, rgba(44, 74, 44, 0.9) 0%, rgb(93 147 93 / 78%) 100%), url(https://flushproduction.com/wp-content/uploads/2026/05/bg-image.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #D48742;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.18em;
}

.mission-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.12;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.85;
}

.mission-box {
    background-color: rgba(255, 255, 255, 0.96);
    margin-top: 0;
    min-height: 100%;
    margin-bottom: 0;
    padding: 34px 28px;
    gap: 10px;
    border-radius: 26px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0rem;
    color: #5d7381;
    font-weight: 500;
    line-height: 1.7;

}

.work-para {
    text-align: center;
}


@media(max-width:1200px) {
    .section-title p {
        font-size: 14px;
    }

    .about1 {
        padding: 70px 0;
    }
}


@media(max-width:992px) {

    .about-us h4 {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        color: #D48742;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .about-image img {
        height: 420px !important;
    }

    .mission {
        padding: 70px 0;
    }
}

@media(max-width:767px) {
    .about1 {
        padding: 60px 0;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }

    .about-image img {
        height: 320px !important;
        border-radius: 20px;
    }

    .black-bg {
        left: -10px;
        top: 45px;
        border-radius: 20px;
    }

    .mission {
        padding: 60px 0;
    }

    .mission-box {
        padding: 28px 22px;
        border-radius: 20px;
    }
}



.process-box {
    background-color: #5D935D;
    color: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.process-box h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #fff;
    margin-bottom: 14px;
}

.process-box h2 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 18px;
    color: #fff;
}

.process-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.process-gap {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
}

.process-gap h3 {
    color: #5D935D;
    font-size: 40px;
    line-height: 1.15;
}

.step-box {
    height: 100%;
    padding: 34px 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(6, 43, 61, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.step-box h4 {
    margin: 20px 0 12px;
    color: #5D935D;
    font-size: 22px;
}

.step-box p {
    margin: 0;
    color: #5d7381;
    line-height: 1.75;
}

@media(max-width:992px) {
    .process-box {
        padding: 36px 28px;
    }

    .process-gap {
        padding: 70px 0;
    }
}

@media(max-width:767px) {
    .process-box {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .process-gap {
        padding: 60px 0;
    }

    .step-box {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .step-box h4 {
        font-size: 20px;
    }
}

/* Service page area */

/* services */
.services-content1 h3 {
    color: #5D935D !important;
    font-weight: 700 !important;
    font-size: 45px;
    line-height: 1.12;
    margin-bottom: 18px;
}

.services1 {
    padding: 90px 0;
    background:
        radial-gradient(circle at left top, rgba(14, 165, 233, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.services-content1 {
    margin-top: 0;
}

.services-content1 p {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0rem;
    font-weight: 400;
    line-height: 1.85;
    color: #5d7381;
}

.services-image img {
    border-radius: 28px;
    height: 500px;
    object-fit: cover;
    width: 100%;
    clip-path: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

/* service info */
.aboutSection {
    padding: 80px 0;
    background: linear-gradient(180deg, #f4f9fc 0%, #e9e9e9 100%);
}

.allServicesListBody h2 {
    color: #5D935D;
}

.innerServicesBtn i {
    color: #D48742;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #5D935D;
    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #D48742;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #D48742 !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #5D935D;
    font-size: 43px;
    line-height: 1.12;
    margin-bottom: 16px;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5d7381;
}

.innerli li {
    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    padding: 80px 0;
    margin: 0;
    background:
        radial-gradient(circle at right top, rgba(14, 165, 233, 0.08), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.FAQs-box {
    background-image: url(https://flushproduction.com/wp-content/uploads/2026/05/TrailerOffice.jpg);
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.titleBar h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #D48742;
    margin-bottom: 12px;
}

.titleBar h3 {
    color: #5D935D;
    font-size: 45px;
    line-height: 1.12;
    margin-bottom: 24px;
}

.accordion-item {
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.accordion-button {
    font-weight: 600 !important;
    color: #5D935D !important;
    padding: 20px 22px !important;
}

.accordion-button:not(.collapsed) {
    background: #D48742 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body {
    color: #5d7381;
    line-height: 1.75;
    padding: 18px 22px 22px !important;
}

@media(max-width:1200px) {
    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
}

@media(max-width:992px) {

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .service-image img {
        /* border-radius: 0 0 25px 25px; */
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

    .services-content1 h3 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .services1 {
        padding: 70px 0;
    }

    .services-image img {
        border-radius: 20px;
        height: 320px;
        object-fit: cover;
        width: 100%;
    }

    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .aboutSection,
    .fq-section {
        padding: 70px 0;
    }
}

@media(max-width:450px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 60px 0;
    }

    .services-content1 p,
    .innerServicesPage p,
    .accordion-body {
        font-size: 15px;
    }

    .accordion-button {
        padding: 16px 18px !important;
    }

    .service-main h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .service-content::before {
        content: "";
        position: absolute;
        background-color: #5D935D;
        top: -300px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }
}

/* contact */
.contact-behind {
    background: linear-gradient(110deg, #E7F5F5 -.9%, #5D935D9c 101.13%);
    border: 10px solid #5D935D;
    padding: 0px;
    backdrop-filter: blur(570px);
    margin: 100px 40px;
    padding: 50px 0;
    border-radius: 50px;
}


/* contact */
.content4 img {
    background-color: #5D935D;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #fff;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #5D935D;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
}



.contact-set {
    padding: 100px;
}

.contact-sectionn h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5D935D;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    color: #fff !important;
    background-color: #5D935D !important;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-select {
    color: #fff !important;
    background-color: #5D935D !important;
}

option {
    background-color: #fff;
    color: #5D935D;
}

.contact-sectionn h2 {
    font-size: 40px;
    font-weight: 600;
    color: #5D935D;
    margin-bottom: 20px;
}

/* responsive */
@media(max-width:1200px) {
    .contact-content-panel h2 {
        font-size: 30px;
    }

    .testimonial-info-panel h3 {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 18px;
        color: #5D935D;
    }

    .testimonial-title {
        color: #fff;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .area-content h2 {
        color: #5D935D;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .about-us h2 {
        font-size: 30px;
        font-weight: 700;
        color: #5D935D;
        margin-bottom: 20px;
        line-height: 1.08;
    }

    .mission-content h3 {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.12;
    }

    .contact-behind {
        background: linear-gradient(110deg, #E7F5F5 -.9%, #5D935D9c 101.13%);
        border: 10px solid #5D935D;
        padding: 0px;
        backdrop-filter: blur(570px);
        margin: 100px 5px;
        padding: 50px 0;
        border-radius: 50px;
    }
}