.post,
.page,
* {
    margin: 0;
    padding: 0;
}

.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}


body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Instrument Sans", sans-serif;
}

.banner .owl-theme .owl-nav {
    display: none;
}

p,
a,
button,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: all linear .3s;
}

img {
    margin: 0px;
    padding: 0px;
}

hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

/* header */
header {
    background-color: #FFBF43;
    padding: 10px 0;
    border-bottom: 1px solid #E5B142;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .logo img {
    width: 130px;
}

.top-header .header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.top-header .header-menu ul li {
    list-style: none;
}

.top-header .header-menu ul li a {
    text-decoration: none;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 5px 0;
    overflow: hidden;
    display: inline-block;
}

.top-header .header-menu ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    /* Sits at bottom of padding box */
    left: -100%;
    height: 2px;
    width: 100%;
    background-color: #222222;
    transition: left linear .3s;
}

.top-header .header-menu ul li a:hover::before {
    left: 100%;
}

/* header-get-started */
.header-get-started a {
    text-decoration: none;
    color: #fff;
    background-color: #222222;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-transform: uppercase;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    transition: all linear .3s;
}

.header-get-started a span {
    height: 44px;
    width: 44px;
    background-color: #4B4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all linear .3s;
}

.header-get-started a:hover span {
    background-color: #fff;
}

.header-get-started a:hover span path {
    fill: #222222;
}

/* banner */
.banner-content {
    padding: 50px 100px;
    width: 50%;
}

.banner-content h2 {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 66px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 20px;
}

.banner-content h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #222;
}

.banner-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #222;
}

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

.banner-content {
    position: relative;
}

.banner-single {
    position: relative;
}

.banner-content .banner-get-started {
    display: inline-block;
}

.banner-content .banner-get-started a {
    text-decoration: none;
    color: #fff;
    background-color: #222222;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-transform: uppercase;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    transition: all linear .3s;
    margin-top: 30px;
}

.banner-content .banner-get-started a span {
    height: 44px;
    width: 44px;
    background-color: #4B4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all linear .3s;
}

.banner-content .banner-get-started a:hover span {
    background-color: #fff;
}

.banner-content .banner-get-started a:hover span path {
    fill: #222222;
}

.banner-overlay {
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner-thumbnail {
    margin-top: -400px;
    position: relative;
    z-index: -2;
}

.banner .owl-theme .owl-dots {
    margin-top: 0 !important;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 48%;
}

.banner .owl-theme .owl-dots .owl-dot span {
    height: 25px;
    width: 25px;
    background-color: #E5B142;
    border: 2px solid transparent;
}

.banner .owl-theme .owl-dots .owl-dot.active span {
    border: 4px solid #E5B142;
    background-color: #fff;
}

/* title-section */
.title-section {
    display: block;
    text-align: left;
}

.title-section h4 {
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px solid #CDD0CD;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 20px;
}

.title-section h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
}

/* Welcome */
.welcome {
    padding: 60px 0;
}

.welcome .welcome-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.welcome .welcome-image {
    width: 30%;
}

.welcome .welcome-content {
    width: 70%;
}

.welcome .welcome-content h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.welcome .welcome-content p {
    font-size: 17px;
    line-height: 2;
}

.get-started {
    display: inline-block;
}

.get-started a {
    text-decoration: none;
    color: #222;
    background-color: #FFBF43;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-transform: uppercase;
    padding: 3px 3px 3px 20px;
    border-radius: 50px;
    transition: all linear .3s;
    margin-top: 30px;
}

.get-started a span {
    height: 44px;
    width: 44px;
    background-color: #EAB342;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all linear .3s;
}

.get-started a:hover {
    background-color: #222;
    color: #fff;
}

.get-started a:hover span {
    background-color: #fff;
}

.get-started a span path {
    fill: #222222;
}



.welcome .contact-form input,
.welcome .contact-form select {
    width: 100%;
}

.welcome .contact-form {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.welcome .contact-form .contact-form-title {
    background-color: #FFBF43;
    padding: 30px;
}

.welcome .contact-form .contact-form-title h5 {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #59585D;
}

.welcome .contact-form .contact-form-title h2 {
    font-family: "Cal Sans", sans-serif;
    font-size: 40px;
    letter-spacing: .3px;
}

.welcome .contact-form-fields {
    background-color: #FCF4F4;
    padding: 20px 30px 10px 30px;
}

.welcome .contact-form-fields textarea,
.welcome .contact-form-fields select,
.welcome .contact-form-fields input {
    background-color: #FFF;
    border: 1px solid #E3E3E8;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.welcome .contact-form-fields textarea::placeholder,
.welcome .contact-form-fields input::placeholder {
    color: #222;
    font-size: 13px;
}

.welcome .contact-form-fields .wpcf7-submit {
    display: block;
    background-color: #222;
    color: #fff;
    padding: 18px;
    font-size: 14px;
    transition: all linear .3s;
    margin: 0;
}

.welcome .contact-form-fields .wpcf7-submit:hover {
    background-color: #000;
    color: #eee;
}

/* services */
.services {
    background-color: #F8F7F0;
    padding: 60px 0;
}

.services ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.services ul li {
    width: 23%;
    background-color: #fff;
    list-style: none;
}

.services ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;

}

.services ul li h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px 15px 15px;
    transition: all linear .3s;
}

.services ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #222;
    font-weight: 600;
    transition: all linear .3s;
}

.services ul li a span {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.services ul li a span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all linear .3s;
}

.services ul li:hover img {
    transform: scale(1.2);
}

/* benifits-section */
.benifits-section {
    padding: 60px 0;
}

.benifits-section .benifits-content {
    background-color: #F6F6F6;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.benifits-section .benifits-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.benifits-section .benifits-content h2 {
    font-family: "Cal Sans", sans-serif;
    font-size: 45px;
    margin-bottom: 20px;
}

.benifits-section .benifits-content p {
    font-size: 18px;
    line-height: 2.3;
    color: #434347;
}

.benifits-section .benifits-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.benifits-section .benifits-content ul li {
    font-size: 17px;
    line-height: 30px;
    color: #1C1C1D;
    width: 49%;
    position: relative;
    list-style: none;
    padding-left: 35px;
    margin-top: 20px;
}

.benifits-section .benifits-content ul li::before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-family: 'fontAwesome';
}

.benifits-section .benifits-content-left {
    width: 48%;
}

.benifits-section .benifits-content-right {
    width: 48%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.benifits-section .benifits-content-right img {
    width: 100%;
    height: auto;
    transition: all linear .3s;
}

.benifits-section:hover .benifits-content-right img {
    transform: scale(1.2);
}

/* why-us */
.why-us {
    background: url('../images/why.png')center center no-repeat fixed;
    background-size: cover;
}

.why-us-content {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.why-us-content ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.why-us-content ul li {
    width: 33.33%;
    padding: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 300px;
    list-style: none;
    position: relative;
    transition: all linear .3s;
}

.why-us-content ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.why-us-content ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .4);
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .4);
}

.why-us-content ul li h4 {
    font-family: "Cal Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.why-us-content ul li h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5px;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.2);
}

.why-us-content ul li h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #fff;
}

.why-us-content ul li p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.78);


}

.why-us-content ul li .step-number {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 35px;
    right: 35px;
}

/* gallery */
.gallery-section {
    padding: 60px 0;
    background-color: #F8F7F0;
}

.gallery-section .title-section {
    text-align: center;
}

.gallery-section .get-started {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* faq-section */
.faq-section {
    padding: 60px 0;
}

.single-faq {
    border: 2px solid #474644;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}

.single-faq .single-faq-title {
    padding: 14px 20px;
    transition: all linear .3s;
}

.single-faq .single-faq-title h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-family: "Instrument Sans", sans-serif;
}

.single-faq .single-faq-content {
    padding: 10px 20px;
}

.single-faq .single-faq-content p {
    font-size: 18px;
    line-height: 2;
    color: #1C1C1D;
}

.single-faq.active .single-faq-title {
    background-color: #FFBF43;
}

.single-faq-title:hover {
    background-color: #FFBF43;
}

.faq-section .get-started a {
    margin-top: 10px;
}

/* footer */
.footer {
    background-color: #222;
    padding-bottom: 60px;
}

.footer hr {
    background: #eee;
}

.footer-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #474644;
    margin-bottom: 40px;
}

.footer-banner h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 66px;
    color: #FFFFFF;
    width: 50%;
}

.footer .footer-about img {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.footer p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.footer p.phone {
    color: #FFBF43;
}

.footer h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.footer-menu ul li {
    list-style: none;
    line-height: 2.5;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all linear .3s;
}

.footer-menu ul li a:hover {
    color: #E5B142;
}

.copyright {
    border-top: 1px solid #474644;
    padding: 20px 0;
    background-color: #222;
}

.copyright p {
    font-size: 15px;
    color: #CCC;
}

.copyright .copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright .social-media-link a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #313131;
    border-radius: 50px;
}

/* page-banner */
.page-banner {
    padding: 40px 0;
    background-color: #FFBF43;
    text-align: center;
}

.page-banner .breadcrumb {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.page-banner .breadcrumb h1 {
    font-size: 50px;

}

.page-banner .breadcrumb a,
.page-banner .breadcrumb span {
    text-decoration: none;
    color: #222;
    font-size: 18px;
}


/* about-mission */
.about-mission ul,
.about-mission {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-mission ul {
    width: 55%;
}

.about-mission {
    margin-bottom: 40px;
}

.about-mission .title-section {
    width: 45%;
}

.about-mission .title-section h2 {
    font-size: 50px;
}

/* single-page-wrapper */
.single-page-wrapper.service-page.single-service-page {
    position: relative;
    overflow: hidden;
    height: 560px;
    padding: 0;
}

.single-page-wrapper {
    padding: 60px 0;
}

.single-page-wrapper.single-service-page .single-page-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0 15%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.faq-section.page-faq-section {
    padding: 0 0 60px 0;
}

.about-mission ul li {
    width: 49%;
    list-style: none;
    background-color: #F8F7F0;
    border-radius: 12px;
    padding: 30px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border: 5px solid #ebeae1;
}

.about-mission ul li span {
    margin-bottom: 15px;
    display: inline-block;
}

.about-mission ul li h4 {
    font-size: 24px;
}

.about-mission ul li p {
    color: #222;
    font-size: 17px;
}

.about-page-image {
    height: 530px;
    overflow: hidden;
}

/* about-page-image */
.about-page-image img {
    width: 100%;
    height: auto;
}

.about-page-content p {
    font-size: 18px;
    line-height: 36px;
    color: #555855;
}

/* page-sm-banner */
.page-sm-banner {
    padding: 50px;
    background: url('../images/page-sm-banner.jpg')center center no-repeat;
    background-size: cover;
    margin: 50px 0 0;
    position: relative;
}

.page-sm-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(97.84deg, #222222 6.59%, rgba(34, 34, 34, 0) 106.59%);
}

.page-sm-banner h3 {
    position: relative;
    z-index: 2;
    font-size: 46px;
    color: #FFFFFF;
    font-family: "Cal Sans", sans-serif;
}

/* page-faq-section */
.page-faq-section .title-section {
    text-align: center;
}

.page-faq-section .faq-accordion {
    columns: 2;
    column-gap: 24px;
}

.page-faq-section .single-faq {
    width: 100%;
    break-inside: avoid;
}

.page-faq-section .get-started {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-faq-section .get-started a {
    margin-top: 40px;
}

/* service-page */
.sidebar-page {
    position: relative;
}

.service-page .sidebar-quicklink {
    background-color: #F8F7F0;
    padding: 20px;
    border-radius: 10px;
}

.service-page .sidebar-quicklink h3 {
    font-weight: 500;
    font-size: 23px;
    color: #222222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}


.service-page .sidebar-quicklink h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5px;
    width: 70%;
    background-color: #E9E8E4;
}

.service-page .sidebar-quicklink h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #FFBF43;
}

.service-page .sidebar-quicklink a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #222222;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    transition: all linear .3s;
}

.service-page .sidebar-quicklink a:hover {
    background-color: rgb(168, 124, 28);
    color: #fff;
}

.advice-sidebar {
    min-height: 350px;
    background: url('../images/service-image.png')center center no-repeat;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 20px 0;
}

.advice-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 1;
}

.advice-sidebar h2,
.advice-sidebar .get-started {
    position: relative;
    z-index: 2;
}

.advice-sidebar h2 {
    color: #fff;
}

/* sidebar-download */
/* service-page */
.service-page .sidebar-download {
    background-color: #F8F7F0;
    padding: 20px;
    border-radius: 10px;
}

.service-page .sidebar-download h3 {
    font-weight: 500;
    font-size: 23px;
    color: #222222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}


.service-page .sidebar-download h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5px;
    width: 70%;
    background-color: #E9E8E4;
}

.service-page .sidebar-download h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #FFBF43;
}

.service-page .sidebar-download a {
    display: block;
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    background-color: #222222;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    transition: all linear .3s;
    display: flex;
    justify-content: space-between;
}

.service-page .sidebar-download a:hover {
    background-color: rgb(168, 124, 28);
}

/* single-service-page */

.single-service-page img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.single-service-page h2 {
    font-family: "Cal Sans", sans-serif;
    margin-bottom: 35px;
    font-size: 50px;
    color: #fff;
}

.single-service-page p {
    font-size: 18px;
    line-height: 2.3;
    color: #3c3e3c;
    margin-bottom: 25px;
}

.single-service-page ul li {
    position: relative;
    list-style: none;
    font-size: 21px;
    line-height: 2.3;
    color: #eee;
    padding-left: 30px;
}

.single-service-page ul li::before {
    content: '\f058';
    font-size: 18px;
    font-family: 'fontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #FFBF43;
}

.single-service-faq {
    background-color: #F8F7F0;
}

.single-service-faq .single-faq {
    background-color: #fff;
}

/* contact-page */
.contact-page .title-section h2 {
    margin-bottom: 10px;
}

.contact-page .title-section p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
}


.contact-page ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.contact-page ul li h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
}

.contact-page ul li p {
    font-size: 18px;
    color: #555855;
}

/* contact-page-form */
.contact-page-form {
    background-color: #F8F7F0;
    border-radius: 5px;
    padding: 35px;
}

.contact-page-form h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-page-form input,
.contact-page-form textarea {
    width: 100%;
    margin-bottom: 15px;
}

.contact-page-form textarea::placeholder,
.contact-page-form input::placeholder {
    font-size: 17px;
    color: #555855;
}

.contact-page-form textarea,
.contact-page-form input {
    background: #FFFFFF;
    border: 1px solid #E9E8E4;
    border-radius: 6px;
    padding: 14px 20px;
}

.contact-page-form .submit-btn-wrapper input {
    width: max-content;
    background-color: #FFBF43;
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 16px 30px;
}

/* map-section */
.map-section {
    height: 500px;
    border: 5px solid #FFBF43;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}



/* Quote page */
/* quote-page */
.quote-page .title-section h2 {
    margin-bottom: 10px;
}

.quote-page .title-section p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
}

/* quote-highlights */
.quote-page .quote-highlights {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 10px;
}

.quote-page .quote-highlight-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.quote-page .quote-highlight-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-page .quote-highlight-icon img {
    max-width: 100%;
}

.quote-page .quote-highlight-item h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
}

.quote-page .quote-highlight-item p {
    font-size: 18px;
    color: #555855;
}

/* quote-form-wrapper */
.quote-page .quote-form-wrapper {
    background-color: #F8F7F0;
    border-radius: 5px;
    padding: 35px;
}

.quote-page .quote-form-wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.quote-page .quote-form-wrapper input,
.quote-page .quote-form-wrapper textarea,
.quote-page .quote-form-wrapper select {
    width: 100%;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #E9E8E4;
    border-radius: 6px;
    padding: 14px 20px;
    font-size: 17px;
    color: #222222;
}

.quote-page .quote-form-wrapper input::placeholder,
.quote-page .quote-form-wrapper textarea::placeholder {
    font-size: 17px;
    color: #555855;
}

.quote-page .quote-form-wrapper select {
    color: #555855;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23555855' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.quote-page .quote-form-wrapper .wpcf7-select {
    width: 100%;
}

.quote-page .quote-form-wrapper .submit-btn-wrapper input[type="submit"] {
    width: max-content;
    background-color: #FFBF43;
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.quote-page .quote-form-wrapper .submit-btn-wrapper input[type="submit"]:hover {
    background-color: #e6a800;
}

/* responsive */
@media (max-width: 768px) {
    .quote-page .quote-form-wrapper {
        padding: 25px 20px;
        margin-top: 30px;
    }

    .quote-page .quote-highlight-item h5 {
        font-size: 18px;
    }
}



@media (max-width: 991px) {

    .top-header .header-menu ul li a {
        font-size: 14px;
    }

    .header-get-started a {
        display: none;
    }

    .banner-content h2 {
        font-size: 36px;
    }

    .banner-content {
        width: 100%;
    }

    .welcome .contact-form {
        margin-top: 30px;
    }

    .services ul li {
        width: 100%;
    }

    .benifits-section .benifits-content {
        flex-direction: column;
    }

    .benifits-section .benifits-content-left,
    .benifits-section .benifits-content-right {
        width: 100%;
    }

    .benifits-section .benifits-content-right {
        margin-top: 30px;
    }

    .faq-image {
        margin-bottom: 30px;
    }

    .about-mission {
        flex-direction: column;
    }

    .about-mission ul,
    .about-mission .title-section {
        width: 100%;
    }

    .about-page-image {
        margin-bottom: 30px;

    }

    .page-faq-section .faq-accordion {
        columns: 1;
    }
}


/* ── Mobile Toggle Button ── */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #222222;
    border: none;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Overlay ── */
.mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: all;
}

/* ── Drawer ── */
.mobile-menu-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}

.mobile-menu-drawer.active {
    left: 0;
}

/* ── Drawer Header ── */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #FFBF43;
    border-bottom: 1px solid #E5B142;
}

.mobile-menu-header .mobile-menu-logo img {
    max-height: 45px;
    width: auto;
}

.mobile-menu-close {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.mobile-menu-close:hover {
    background: #f0f0f0;
}

/* ── Nav Links ── */
.mobile-menu-nav {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
}

.mobile-menu-nav .mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-nav .mobile-nav-list li a {
    display: block;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, padding-left 0.2s ease;
}

.mobile-menu-nav .mobile-nav-list li a:hover {
    background-color: #FFF8EC;
    padding-left: 32px;
    color: #FFBF43;
}

.mobile-menu-nav .mobile-nav-list li.current-menu-item a {
    background-color: #FFF8EC;
    padding-left: 32px;
    color: #FFBF43;
    border-left: 3px solid #FFBF43;
}

/* ── Drawer Footer ── */
.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
}

.mobile-get-started {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    background-color: #222222;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    margin-bottom: 16px;
    transition: background 0.3s ease;
}

.mobile-get-started span {
    height: 40px;
    width: 40px;
    background-color: #4B4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.mobile-get-started:hover {
    background-color: #FFBF43;
}

.mobile-get-started:hover span {
    background-color: #e6a800;
}

.mobile-menu-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-menu-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-menu-contact a:hover {
    color: #FFBF43;
}

/* ── Responsive ── */
@media (max-width: 991px) {

    .header-menu,
    .header-get-started {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }
}


@media (max-width: 768px) {
    .banner-content {
        padding: 20px 30px;
    }

    .banner-content p {
        display: none;
    }

    .banner-content .banner-get-started {
        display: none;
    }

    .banner-thumbnail {
        margin-top: -80px;
    }

    .banner-content h2 {
        font-size: 22px;
    }

    .banner-content h2::before {
        width: 70%;
    }

    .title-section h2 {
        font-size: 30px;
    }

    .welcome .welcome-content-wrapper {
        flex-direction: column;
    }

    .welcome .welcome-image,
    .welcome .welcome-content {
        width: 100%;
    }

    .welcome .welcome-image img {
        width: 100%;
    }

    .services ul {
        flex-wrap: wrap;
    }

    .services ul li {
        width: 100%;
        margin-top: 10px;
        min-height: max-content;
    }

    .services ul li h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .single-page-wrapper.service-page.single-service-page {
        height: auto;
        overflow: visible;
    }

    .single-page-wrapper.single-service-page .single-page-content {
        position: relative;
        padding: 30px 15px;
    }

    .single-page-wrapper.service-page.single-service-page {
        padding: 0;
    }

    .single-page-wrapper.service-page.single-service-page img {
        margin-bottom: 0;
    }

    .single-service-page h2 {
        font-size: 26px;
    }

    .benifits-section .benifits-content ul li {
        width: 100%;
    }

    .why-us-content ul {
        flex-direction: column;
    }

    .why-us-content ul li {
        width: 100%;
    }

    .why-us-content ul li {
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .why-us-content ul li:last-child {
        border-right: none;
    }

    .footer-banner h2 {
        font-size: 25px;
        width: 100%;
        line-height: 2;
    }

    .footer-banner {
        flex-direction: column;
    }

    .footer-banner a {
        display: none;
    }

    .footer h3 {
        margin-top: 20px;
    }

    .about-mission .title-section h2 {
        font-size: 30px;
    }

    .about-mission ul {
        flex-direction: column;
        gap: 30px;
    }

    .about-mission ul li {
        width: 100%;
    }

    .contact-page-form {
        margin-top: 30px;
    }
}