/*  =====================================================

Template:    Archid - Architecture & Interior HTML5 Template
Version:    1.0
Last change:    08/09/25 
Author:    https://themeforest.net/user/designsninja/portfolio

=====================================================*/

/*  =====================================================
    Table of Contents
=========================================================

    1.0 Common Styles
    2.0 Header Section
    3.0 About Section
	4.0 Service Section
	5.0 Projects Section
		5.1 Project Style 2
    6.0 Projects Single Section
    7.0 Counter Section
    8.0 Team Section
    9.0 Testimonial Section
    10.0 CTA Section
    11.0 Hero Section
		11.1 Video Hero
    12.0 Page Header Section
    13.0 404 Error Section
    14.0 Contact Section
		14.1 Form Style
		14.2 Google Map
    15.0 Blog Section
		15.1 Pagination
		15.2 Sidebar Style
		15.3 Search Form Style
		15.4 Thumbnails Post Style
		15.5 Tag Cloud Style
    16.0 Blog Single Section
		16.1 Blog Quote
		16.2 Post Tags Style
		16.3 Author Box Style
		16.4 Post Navigation
		16.5 Comments Style
    17.0 Sponsor Section
    18.0 Widget Section
	19.0 Footer Section
	20.0 Scroll To Top

=====================================================
    @DesignNinja
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*  ======= Common Styles ======= */

* {
    padding: 0;
    margin: 0;
}

:root {
    --primary: #C0B0AD;
    --secondary: #8A7B6B;
    --light: #F5F5F5;
    --dark: #212529;
    --white: #ffffff;
    --l-dark: #363636;
}

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

body {
    background-color: #fff;
    font-family: "Albert Sans", sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--secondary);
}

h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 68px;
    margin: 0 0 10px;
    color: var(--secondary);
}

h2 {
    font-size: 32px;
    line-height: 38px;
    color: var(--secondary);
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--secondary);
    letter-spacing: -0.5px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}


/* ======= Scrollbar Style ======= */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--secondary);
}

::selection {
    background-color: var(--secondary);
    color: #fff
}

-webkit-::selection {
    background-color: var(--secondary);
    color: #fff
}

::-moz-selection {
    background-color: var(--secondary);
    color: #fff
}

/* ======= Helper Class ======= */
.padding {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-grey {
    background-color: #f9fafa;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bd-top {
    border-top: 1px solid #eeeeee;
}

.bd-bottom {
    border-bottom: 1px solid #eeeeee;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.pt-80 {
    padding-top: 80px;
}

/* ======= Preloader Styles ======= */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: var(--secondary);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ======= Default Button ======= */
.btn-group {}

.btn-group a {
    margin: 5px;
}

.btn-group-left a {
    margin-right: 10px;
}

.default-btn {
    display: inline-block;
    background: var(--secondary);
    color: var(--primary);
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.default-btn:hover {
    color: #FFF;
}

.default-btn span {
    background: var(--primary) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/* ======= Section Heading ======= */
.section-heading img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.section-heading h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    display: block;
    letter-spacing: -1px;
}

.section-heading h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Albert Sans", sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.section-heading .learn-more {
    color: var(--primary);
    font-weight: 500;
    text-decoration: underline;
}

.section-heading .learn-more:hover {
    opacity: 0.8;
}

/* ======= Slick Controls ======= */
.slick-slide:focus {
    outline: none;
}

.nav-style .slick-arrow {
    border: 1px solid var(--primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: var(--primary);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.nav-style .slick-arrow.right {
    left: auto;
    right: -40px;
}

.carousel-dots .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.carousel-dots .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.carousel-dots .slick-dots li button {
    display: inline-block;
    background-color: #8d9aa8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}

.carousel-dots .slick-dots li.slick-active button {
    background-color: var(--secondary);
}

.carousel-dots .slick-dots li button:focus {
    outline: none;
}

@media (max-width: 767px) {
    .nav-style .slick-arrow {
        left: 0;
    }

    .nav-style .slick-arrow.right {
        left: auto;
        right: 0;
    }
}

/* ======= Transition Effect ======= */
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ======= Scroll To Top ======= */
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--secondary);
    font-size: 10px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus {
    outline: none;
}

/*  ======= Header Section ======= */
.header {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block;
}

.header-logo img {
    max-width: 90%;
}

/* Headroom css */
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.admin-bar .sticky-header {
    top: 32px;
}

.admin-bar .header {
    margin-top: 32px;
}

.admin-bar .header-three {
    margin-top: 0;
}

.sticky-header.sticky-fixed-top {
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0);
}

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

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #222222;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/* Menu Style */
.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--dark);
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap ul li:hover>a {
    color: var(--secondary);
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 250px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: 10px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: block;
    padding: 0 0px;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}

.header-menu-wrap li li:last-child {
    margin: 0;
}

.header-menu-wrap li li>a {
    font-family: "Albert Sans", sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    text-transform: capitalize;
    padding: 8px 15px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover>a {
    color: var(--primary);
    background-color: var(--secondary);
}

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0;
}

/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
    }
}

@media (max-width: 992px) {
    #page.site {
        margin-top: 0 !important;
    }

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 13px;
        height: 1px;
        background-color: #222222;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        padding: 11px 0;
        margin: 0;
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-menu-wrap li li>a {
        color: var(--primary);
        font-size: 13px;
    }

    .header-menu-wrap li li:hover>a {
        color: #666;
    }

    .primary-header-two .header-right a.header-btn {
        margin: 0;
    }

    .header-two .mid-header .header-logo {
        text-align: center;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-header {
        top: 0;
    }

    .admin-bar .header {
        margin-top: 0;
        padding-top: 46px;
    }
}

@media (max-width: 580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }

    .top-bar .top-left li {
        font-size: 12px;
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}

.header-right .mobile-menu-icon {
    margin-left: 20px;
}

.header-right a.header-btn {
    display: inline-block;
    background: var(--secondary);
    color: var(--light);
    font-family: "Albert Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.header-right a.header-btn:hover {
    color: #fff;
}

.header-right a.header-btn span {
    background: var(--primary) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.header-right a.header-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.header-right .search-icon {
    color: var(--primary);
    cursor: pointer;
    font-size: 24px;
}

.header-right .search-icon:hover {
    opacity: 0.8;
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.primary-header .header-logo {
    max-width: 180px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}

/* Top Bar */
.top-bar {
    background-color: var(--primary);
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #444;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.top-bar .top-left li:first-child {
    border-left: 1px solid #444;
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none;
}

.top-bar .top-social {
    padding: 7px 20px;
    border-right: 1px solid #444;
    border-left: 1px solid #444;
}

.top-bar .top-social li {
    display: inline-block;
    margin-left: 13px;
}

.top-bar .top-social li:first-child {
    margin-left: 0;
}

.top-bar .top-social li a {
    color: #fff;
}

.top-bar .top-social li a:hover {
    color: #ddd;
}

@media (max-width: 767px) {
    .top-bar .top-right {
        display: none;
    }

    .top-bar .top-left li,
    .top-bar .top-left li:first-child {
        border: none;
    }

    .top-bar .top-left li {
        padding-left: 0;
        padding-right: 20px;
    }
}

/* Header 1 */
.viewport-sm .primary-header-one {}

.primary-header-one .header-menu-wrap {
    margin-left: auto;
}

.header-cart-btn {
    margin-left: 10px;
}

.header-cart-btn a {
    color: var(--primary);
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.header-cart-btn a .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    font-size: 11px;
    display: block;
    top: -8px;
    right: -9px;
    line-height: 16px;
    text-align: center;
}

/* Header 2 */
.header-two {
    border-bottom: 4px solid var(--secondary);
    position: relative;
}

.header-two .mid-header {
    padding: 30px 0 70px 0;
}

.header-two .mid-header {
    padding: 30px 0;
}

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

.header-two .mid-header .header-logo {
    max-width: 180px;
}

.header-two .mid-header ul {}

.header-two .mid-header ul li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    line-height: 20px;
    font-family: "Albert Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
}

.header-two .mid-header ul li:not(:last-of-type) {
    margin-right: 40px;
}

.header-two .mid-header ul li .icon {
    color: var(--secondary);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-two .mid-header ul li span {
    display: block;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    text-transform: capitalize;
}

.header-two .mid-header ul li a {
    text-decoration: none;
}

.header-two .mid-header ul li a:hover {
    opacity: 0.9;
}

.header-two .primary-header {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9;
}

.header-two .primary-header {
    background-color: var(--primary);
    position: inherit;
    transform: translateY(0);
}

/* .header-two .primary-header-inner {
    background-color: var(--primary);
    padding: 0 20px;
} */
.primary-header-two .header-menu-wrap ul li>a {
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
}

.primary-header-two .header-menu-wrap ul li>a:hover {
    color: var(--secondary);
}

.primary-header-two .header-menu-wrap li li>a {
    color: var(--primary);
}

.primary-header-two .header-menu-wrap li li:hover>a:hover {
    color: var(--secondary);
}

.primary-header-two .header-right .search-icon {
    color: #fff;
}

.primary-header-two .header-menu-wrap li ul {
    left: -20px;
}

.primary-header-two .header-menu-wrap li ul li ul {
    left: 100%;
}

.sticky-header .primary-header-two {
    box-shadow: none;
    background-color: transparent;
}

.header-2 .sticky-header {
    background-color: var(--primary);
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.primary-header-two .header-right .header-cart-btn a {
    color: #fff;
}

@media (max-width: 992px) {
    .header-two {
        border: none;
    }

    .header-two .primary-header {
        background-color: var(--primary);
        position: inherit;
        transform: translateY(0);
    }

    .header-two .mid-header {
        padding: 20px 0;
    }

    .header-two .mid-header-right {
        display: none;
    }

    .header-two .primary-header-inner {
        padding: 20px 0;
    }

    .header-2 .sticky-header .primary-header-inner {
        padding: 10px 0;
    }

    .primary-header-inner {
        padding: 0;
    }

    .sticky-header .primary-header-inner {
        padding: 0;
    }

    .primary-header-two .primary-header-inner .header-right {
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }

    .header-two .mid-header .mid-header-inner {
        justify-content: center;
    }

    .viewport-sm .primary-header-two .header-right .search-icon {
        display: inherit;
    }

    .cart-enable.primary-header-two .header-right .header-cart-btn,
    .primary-header-two .header-right .search-icon {
        margin-right: auto;
    }

    .cart-enable.primary-header-two .header-right .search-icon {
        margin-right: 0;
    }

    .primary-header-two .header-right .mobile-menu-icon {
        margin-left: auto;
    }

    .primary-header-two .header-right .line-menu {
        background-color: #fff;
    }

    .primary-header-two .header-menu-wrap ul li ul li ul,
    .primary-header-two .header-menu-wrap ul li ul {
        left: inherit;
    }

    .primary-header-two .header-menu-wrap li li:hover>a,
    .primary-header-two .header-menu-wrap li li>a,
    .primary-header-two .header-menu-wrap ul li>a {
        color: var(--primary);
    }

    .header-1 .header-right a.header-btn {
        margin-left: 15px;
        margin-right: 0;
    }
}

/* Header 3 */
.header-three {
    background-color: transparent;
    position: absolute;
    top: 32px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99;
}

.header-three .line-menu {
    background-color: #fff;
}

.header-three .top-bar {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-three .top-bar .top-left li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-three .top-bar .top-left li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-three .top-bar .top-social {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.primary-header-three .header-menu-wrap,
.header-three .header-menu-wrap {
    margin-left: auto;
}

.header-three .header-menu-wrap ul li>a {
    color: #fff;
}

.header-three .header-menu-wrap ul li:hover>a {
    color: #fff;
}

.header-three .header-menu-wrap li li>a {
    color: var(--primary);
}

.header-three .header-menu-wrap li li:hover>a:hover {
    color: var(--secondary);
}

.primary-header-three .header-right .header-cart-btn a,
.header-three .header-right .search-icon {
    color: #fff;
}

.sticky-header .primary-header-three .header-right .header-cart-btn a {
    color: var(--primary);
}

@media screen and (max-width: 782px) {
    .admin-bar .header-three {
        top: 0;
    }
}

@media (max-width: 992px) {
    .header-menu-wrap {
        top: 100%;
    }

    .primary-header-three .header-right .line-menu {
        background-color: #fff;
    }

    .sticky-header .primary-header-three .header-right .line-menu {
        background-color: #222222;
    }

    .primary-header-three .header-menu-wrap ul li ul li ul,
    .primary-header-three .header-menu-wrap ul li ul {
        left: inherit;
    }

    .primary-header-three .header-menu-wrap ul li:hover>a,
    .primary-header-three .header-menu-wrap li li:hover>a,
    .primary-header-three .header-menu-wrap li li>a,
    .primary-header-three .header-menu-wrap ul li>a {
        color: var(--primary);
    }

    .primary-header .header-logo {
        max-width: 190px;
    }

    .primary-header-three .primary-header-inner {
        padding: 0;
    }
}

/* Search Box */
#dl-popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}

#dl-popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#dl-popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#dl-popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input {
    width: 90%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid var(--primary);
    font-size: 4em;
    color: #ddd;
}

#dl-popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#dl-popup-search-box .box-inner-wrap button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #444;
    font-size: 4em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#dl-popup-search-box .box-inner-wrap button:hover {
    color: #ddd;
}

#dl-popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    #dl-popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #dl-popup-search-box .box-inner-wrap input,
    #dl-popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

/*==============================================
    HERO SECTION
==============================================*/
.hero-section {
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section svg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-content h4 {
    color: var(--light);
    text-transform: uppercase;
}

.hero-section.video {
    background-image: url(../img/video-bg.jpg);
}

#wrapper_video-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.hero-section.hero-2 {
    background-image: url(../img/hero-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.cleaner {
    background-image: url(../img/women.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 605px;
    height: 672px;
    position: absolute;
    right: 80px;
    bottom: -100px;
}

/*==============================================
    ABOUT SECTION
==============================================*/
.about-section {
    position: relative;
}

.about-content p {
    margin-bottom: 20px;
}

.about-list {
    margin-bottom: 20px;
}

.about-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.about-list li:last-child {
    margin-bottom: 0;
}

.about-list li i {
    color: var(--secondary);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}

.about-list li h3 {
    margin-bottom: 0;
}

.about-btn {}

.about-btn li {
    display: inline-flex;
    align-items: center;
}

.about-list-content {
    flex: 1;
}

.about-btn li a {
    margin-right: 30px;
}

.about-btn li .whatsapp i {
    color: var(--secondary);
    font-size: 40px;
    margin-right: 10px;
}

.about-btn li .whatsapp {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

.about-bg-wrap {
    position: relative;
    z-index: 1;
}

.about-bg-wrap .exp-box {
    background-color: var(--l-dark);
    padding: 30px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 140px;
    top: 40px;
    z-index: 1;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.about-bg-wrap .exp-box h3 {
    color: var(--secondary);
    display: block;
    font-size: 62px;
    line-height: 42px;
    margin: 0;
}

.about-bg-wrap .exp-box h3 span {
    color: var(--primary);
    display: block;
    font-size: 15px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}

.about-bg-wrap .front {
    transform: translateY(120px);
}

.about-bg-wrap .img-2 {
    width: 370px;
    height: auto;
    position: absolute;
    left: 240px;
    top: 0;
    border-radius: 2px;
    z-index: -1;
}

/*===== About Section 2 =====*/
.about-bg-holder {
    position: relative;
    height: 100%;
}

.about-bg-holder img {
    border-radius: 2px;
}

.bg-right {
    position: absolute;
    width: auto;
    height: 400px;
    right: 20px;
    top: 0;
}

.bg-bottom {
    width: 400px;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.bg-center {
    position: absolute;
    bottom: 60px;
    left: 50px;
    z-index: 1;
}

.about-list-2 {
    margin-bottom: 20px;
}

.about-list-2 li {
    margin-bottom: 10px;
}

.about-list-2 li i {
    font-size: 15px;
    color: var(--secondary);
    margin-right: 10px;
}

/*==============================================
    SERVICE SECTION
==============================================*/

.service-card {
    border-radius: 3px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    margin-bottom: 30px;
}

.service-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-thumb img {
    z-index: -1;
}

.service-content {
    background-color: #fff;
    text-align: center;
    padding: 0 40px 40px;
    margin-top: -50px;
    position: relative;
}

.service-icon {
    background-color: #fff;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.service-icon i {
    color: var(--secondary);
    font-size: 40px;
    line-height: 100px;
}

.service-content h3 a {
    color: var(--primary);
}

.service-content .read-more {
    background-color: var(--secondary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.37, .31, .2, .85);
    transition: all .2s cubic-bezier(.37, .31, .2, .85);
}

.service-card:hover .read-more {
    transform: translateX(-50%)scale(1.1);
    visibility: visible;
    opacity: 1;
}

.service-card:hover .service-thumb img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .service-content .read-more {
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: -18px;
    }
}

/*==============================================
    WORK PROCESS SECTION
==============================================*/
.work-process-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.process-border {
    background-image: url(../img/wave-border.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.work-pro-item {
    text-align: center;
}

.work-pro-item i {
    background-color: var(--secondary);
    color: #fff;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);

}

/*==============================================
    FEATURES SECTION
==============================================*/
.features-section {
    padding-left: 50px;
    position: relative;
}

.features-bg {
    background-image: url(../img/features-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.feature-icon {
    margin-right: 15px;
    margin-top: 5px;
}

.feature-icon i {
    color: var(--secondary);
    font-size: 40px;
    line-height: 60px;
}

.feature-content h3 {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .features-section {
        padding: 0;
    }

    .features-bg {
        display: none;
    }

    .features-section .col-lg-6.padding {
        padding: 0 15px;
    }
}

/*==============================================
    BOOK SECTION
==============================================*/
.book-section {
    width: 100%;
    height: 100%;
}

.booking-form {
    background-color: #fff;
    padding: 50px;
    margin: 0 30px;
    border-radius: 3px;
    margin-top: -200px;
    text-align: center;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
        0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
        0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: relative;
    z-index: 1;
}

.form-heading h2 {
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: #fafafa;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    border: 1px solid #eee;
    color: var(--primary);
    font-weight: 500;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.booking-form .form-control:focus {
    border: 1px solid var(--secondary);
}

.booking-form .form-control.address {
    height: 150px;
}

.booking-form .nice-select {
    width: 100%;
}

.booking-form .nice-select .option.selected {
    display: none;
}

.booking-form .nice-select.form-control span {
    font-size: 15px;
    color: var(--primary);
    display: block;
    line-height: 30px;
}

.booking-form .nice-select .list {
    border-radius: 2px;
    border: 1px solid #eee;
}

.booking-form .nice-select .option {
    font-weight: 500;
    color: var(--primary);
}

.booking-form .nice-select .option:hover,
.booking-form .nice-select .option.focus,
.booking-form .nice-select .option.selected.focus {
    background-color: var(--secondary);
    color: var(--primary);
}

.booking-form .default-btn {
    width: 100%;
}

.booking-form .default-btn:hover {
    background-color: var(--primary);
    color: #fff;
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/*==============================================
    CTA SECTION
==============================================*/
.cta-section {
    background-image: url(../img/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.cta-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.cta-section svg {
    position: absolute;
    left: 0;
    bottom: -10px;
}

.cta-content {
    text-align: center;
}

.cta-content img {
    width: 100px;
    margin-bottom: 20px;
}

.cta-content h2 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.cta-section.cta-2 {
    padding: 50px 0;
}

.cta-section.cta-2 .cta-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 32px;
}

/*==============================================
    PROJECT SECTION
==============================================*/
.project-section {}

.project-section .container-fluid {
    padding: 0;
}

.project-item {
    position: relative;
    overflow: hidden;
}

.project-item img {
    width: 100%;
}

.project-inner {
    position: relative;
    overflow: hidden;
}

.project-inner:before {
    background: linear-gradient(to bottom, rgba(36, 127, 251, 0) 0%, #212529 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    transition: all .3s ease;
}

.project-item:hover .project-inner:before {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.project-inner h3 {
    position: absolute;
    width: 100%;
    height: auto;
    left: 30px;
    bottom: 30px;
    display: block;
    color: #fff;
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    transition: all .3s ease;
    transition-delay: .2s;
}

.project-item:hover h3 {
    transform: translateY(0);
    visibility: visible;
    transition-delay: .2s;
    opacity: 1;
}

.project-inner h3 a {
    color: #fff;
}

.project-inner h3 span {
    background-color: var(--secondary);
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: var(--primary);
    border-radius: 2px;
    margin-bottom: 8px;
}

.project-carousel.nav-style .slick-arrow {
    background-color: #fff;
    border: none;
    left: 0;
    color: var(--primary);
    height: 60px;
    line-height: 60px;
    border-radius: 2px;
}

.project-carousel.nav-style .slick-arrow:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

.project-carousel.nav-style .slick-arrow.right {
    left: auto;
    right: 0;
}

/*==============================================
    PROJECT DETAILS SECTION
==============================================*/
.sidebar-item {
    padding: 50px 40px;
    background-color: #f9fafa;
}

.sidebar-item h2 {
    margin-bottom: 20px;
}

.project-meta {}

.project-meta li {
    margin-bottom: 25px;
}

.project-meta li:last-child {
    margin-bottom: 0;
}

.project-meta li span {
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    color: var(--primary);
}

.project-descriptio-list li i {
    color: var(--secondary);
    margin-right: 10px;
}

.slick-slide img {
    width: 100%;
}

.project-details-carousel.nav-style .slick-arrow {
    background-color: var(--dark);
    border-radius: 0px;
    left: 4%;
    border: none;
    height: 60px;
    line-height: 60px;
}

.project-details-carousel.nav-style .slick-arrow.right {
    left: auto;
    right: 4%;
}

/*==============================================
    PRICING SECTION
==============================================*/
.pricing-section {
    width: 100%;
    height: 100%;
}

.pricing-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
        0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
        0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.pricing-head {
    background-color: var(--secondary);
    padding: 40px 40px 70px;
    position: relative;
    text-align: center;
    width: 100%;
}

.pricing-head svg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}

.pricing-head h2 {
    color: var(--white);
    font-size: 48px;
    margin-bottom: 0;
}

.pricing-head h2 span {
    color: #fff;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
}

.pricing-list {
    padding: 30px;
    margin: 0 auto;
    display: inline-block;
}

.pricing-list li {
    display: block;
    margin-bottom: 10px;
}

.pricing-list li i {
    color: var(--secondary);
    margin-right: 10px;
}

.pricing-footer {
    text-align: center;
    padding: 0 40px 30px;
}

/*==============================================
    TESTIMONIAL SECTION
==============================================*/
.testimonials-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    width: 100%;
    height: 100%;
}

.testi-item {
    padding: 40px;
    background-color: var(--dark);
    margin: 0 10px;
}

.testi-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.testi-item h3 {
    margin-left: -100px;
}

.testi-item h3 span {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Albert Sans", sans-serif;
    display: block;
}

.testi-item img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

.testi-item p {
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 0;
}

.ratings li {
    display: inline-block;
}

.ratings li i {
    color: #fba311;
}

/*==============================================
    TEAM SECTION
==============================================*/
.team-section {}

.team-item {
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb:before {
    background: linear-gradient(to bottom, rgba(36, 127, 251, 0) 0%, #000 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    transition: all .3s ease;
}

.team-thumb svg {
    position: absolute;
    left: 0;
    bottom: -1px;
}

.team-item:hover .team-thumb:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.team-social {
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.team-item:hover .team-social {
    bottom: 40px;
    transition: all .3s ease;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    display: inline-block;
    color: var(--secondary);
    font-size: 18px;
    margin: 0 5px;
}

.team-social li a:hover {
    color: var(--primary);
}

.team-content {
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
}

.team-content h3 {
    margin-bottom: 0;
}

.team-content h3 span {
    display: block;
    font-size: 14px;
    color: var(--primary);
}

/*==============================================
    COUNTER SECTION
==============================================*/
.counter-section {
    background-image: url(../img/blue-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.counter-item {
    text-align: center;
    margin: 0 auto;
}

.counter-icon {
    background-color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 59%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.counter-item h3 {
    font-size: 52px;
    color: var(--secondary);
    margin-bottom: 0;
}

.counter-item h4 {
    color: #fff;
    margin-bottom: 0;
}

/*==============================================
    FAQ SECTION
==============================================*/

.faq-section .col-md-3,
.faq-section .col-md-6 {
    padding: 0;
}

.cta-block {
    background-image: url(../img/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cta-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.cta-block-content {
    position: relative;
    z-index: 1;
}

.cta-block h2 {
    font-size: 72px;
    color: var(--white);
    line-height: 52px;
    margin-bottom: 30px;
}

.cta-block h3 {
    color: #fff;
    margin-bottom: 30px;
}

.faq-box {
    padding: 80px 50px;
}

.faq-accordion {
    border-radius: 2px;
}

.faq-wrap {
    display: flex;
    align-items: center;
}


.faq-wrap .section-heading p {
    margin: 15px 0;
}

/* Accordion container border */
.accordion {
    --bs-accordion-border-radius: none;
    --bs-accordion-inner-border-radius: none;
    box-shadow: none;
    --bs-accordion-btn-active-icon: url("../img/download.svg") !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 0;
}

/* Header style */
.accordion-button {
    background-color: var(--secondary);
    /* brownish background */
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: var(--secondary) !important;
    /* brown background */
    color: #fff !important;
    /* white text */
    font-weight: bold;
    box-shadow: none;
}

/* Hover effect */
.accordion-button:not(.collapsed):hover,
.accordion-button:hover {
    background-color: var(--primary);
}

/* Collapsed headers */
.accordion-button.collapsed {
    background-color: #fff;
    color: #a08b74;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

/* Accordion body content */
.accordion-body {
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    background-color: #fff;
    color: #555;
    border-radius: 0;
}

/*==============================================
    ACCORDION SECTION
==============================================*/
.acc-item {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.acc-item h5 {
    background-color: #fff;
    font-weight: 600;
    color: #162466;
    margin: 0;
    border-radius: 0;
    transition: background-color 0.3s linear;
}

.acc-item.active-acc h5 {
    background-color: var(--secondary);
    transition: background-color 0.3s linear;
}

.acc-item h5 a {
    color: var(--primary);
    display: block;
    padding: 20px 45px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    border: 1px solid #eee;
}

.acc-item h5 a:focus {
    border: 1px solid #eee;
}

.acc-item h5 a:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #808291;
    transition: all 0.3s linear;
}

.active-acc h5 a:before {
    color: var(--primary);
    content: "\f068";
    transition: all 0.3s linear;
}

.home-3-acc .active-acc h5 a:before {
    background-color: #36bba0;
}

.card-body {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.collapse.show:focus,
.card-body:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.faq-bg {
    background-image: url(../img/faq-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/*==============================================
    PAGE HEADER SECTION
==============================================*/
.page-header {
    background-image: url(../img/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.page-content h2 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 40px;
}

.page-content p {
    color: #ddd;
    margin: 0;
    font-weight: 500;
}

/*==============================================
    BLOG SECTION
==============================================*/
.blog-wrap {}

.blog-item {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: var(--secondary);
    padding: 5px 15px;
    text-align: center;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    font-family: "Albert Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}

.blog-item .blog-thumb .category a {
    color: var(--primary);
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-content {
    background-color: #fff;
    padding: 30px;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: var(--primary);
    font-size: 20px;
    line-height: 26px;
}

.blog-content h3 a:hover {
    color: var(--secondary);
}

.blog-content .read-more {
    font-family: "Albert Sans", sans-serif;
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: var(--secondary);
}

.blog-content .read-more:before {
    background-color: var(--secondary);
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);

}

/*  ======= Pagination ======= */
.pagination-wrap {}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: var(--primary);
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: var(--secondary);
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
}

/*  ======= Blog Single ======= */
.blog-thumb {}

.blog-thumb img {
    margin-bottom: 20px;
    width: 100%;
}

.blog-single-content {}

.blog-single-content h2 a {
    font-size: 28px;
    color: var(--primary);
}

.blog-single-content h2 a:hover {
    color: var(--secondary);
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: var(--secondary);
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Albert Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
}

/* Blog Quote */
blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid var(--secondary);
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

blockquote p {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;

}

blockquote span {
    display: block;
    margin-top: 20px;
    color: var(--primary);
}

/* Post Tags */
.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: var(--secondary);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Author Box */
.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid var(--secondary);
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: var(--primary);
}

.author-box .social-icon li a:hover {
    color: var(--secondary);
}

/* Post Navigation */
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: var(--primary);
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: var(--secondary);
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

/* Comments Style */
.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li>div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li>div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: 0;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Albert Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--secondary);
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: var(--secondary);
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: var(--secondary);
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Albert Sans", sans-serif;
    max-width: 180px;
    background-color: var(--secondary);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/*  ======= Sidebars ======= */
.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content:not(:last-of-type) {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: var(--secondary);
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

/* Search Form */
.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: var(--primary);
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: var(--primary);
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
    border: none;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #8d9aa8 !important;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d9aa8 !important;
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important;
}

/* Thumbnails Post */
.thumb-post {}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;

}

.thumb-post li a {
    font-family: "Albert Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: var(--secondary);
    text-decoration: underline;
}

/* Tag Cloud */
.widget-content .tags {}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: var(--secondary);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Category */
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul li a {
    color: #6a7695;
    line-height: 1.9;
}

.widget-content ul li a:hover {
    color: var(--secondary);
}

/*==============================================
    CONTACT SECTION
==============================================*/
.contact-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}

.contact-info h4 {
    line-height: 30px;
}

.contact-info h4 span {
    margin-right: 10px;
}

.contact-form .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.contact-form .form-control.message {
    height: 200px;
}

.contact-form .default-btn {
    color: var(--primary);
}

.contact-form .default-btn:hover {
    color: #fff;
}

/*==============================================
    FOOTER SECTION
==============================================*/

.footer-item .logo {
    margin-bottom: 20px;
    display: block;
}

.footer-item .logo img {
    width: 180px;
}

.footer-item p {
    margin-bottom: 20px;
}

.footer-item .certified {}

.footer-item .certified li {
    display: inline-block;
    margin-right: 15px;
}

.footer-item .certified li img {
    width: 35px;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: var(--secondary);
}

.footer-social li a {
    color: var(--secondary);
}

.footer-social li a:hover {
    color: var(--primary);
}

.subscribe-form .form-input {
    width: 78%;
    height: 50px;
    border: 1px solid #eee;
    margin: 0;
    padding: 0 10px;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
}

.subscribe-form .submit-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--secondary);
    color: var(--primary);
    border-radius: 2px;
    outline: none;
    box-shadow: none;
}

.subscribe-form .form-input:focus {
    border: 1px solid var(--secondary);
}

.subscribe-form .submit-btn i {
    font-size: 20px;
}

.copyright {
    padding: 25px 0;
    border-top: 1px solid var(--l-dark);
    margin-bottom: 0;
}

.copyright a {
    color: var(--primary);
    margin-right: 10px;
}

.copyright a:last-child {
    margin: 0;
}

.copyright a:hover {
    text-decoration: underline;
}

/*  ======= Media Query ======= */
/* max-width 1024px */
@media (max-width: 1024px) {
    .header-menu-wrap ul li>a {
        padding: 0 10px;
    }
}

/* max-width 992px */
@media (max-width: 992px) {
    .sm-padding {
        padding: 15px;
    }

    .sidebar-wrap {
        padding-left: 0;
        margin-top: 20px;
    }

    .section-heading h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .about-btn li {
        display: inline-block;
    }

    .booking-form {
        margin: 0;
        padding: 30px 20px;
    }

    .booking-form .nice-select.form-control span {
        font-size: 12px;
    }

    .booking-form .nice-select .option {
        font-size: 10px;
    }

    .form-heading h2 {
        font-size: 24px;
    }

    .testi-item h3 {
        margin-left: 0;
    }

    .cta-content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .cta-section svg {
        bottom: 0;
    }
}

/* max-width 767px */
@media all and (max-width: 767px) {
    .padding {
        padding: 60px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    .sidebar-wrap {
        padding-left: 0;
    }

    .blog-single-content h2 a {
        font-size: 22px;
        line-height: 28px;
    }

    .blog-single-content h2 {
        line-height: 28px;
    }

    blockquote p {
        line-height: 32px;
    }

    .cta-block-content {
        padding: 50px 0;
    }

    .cta-block-content h2 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .page-content h2 {
        font-size: 32px;
    }
}

/* max-width 580px */
@media all and (max-width: 580px) {

    .header-3 a.header-btn,
    .header-1 a.header-btn {
        display: none;
    }

    .top-left {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

    .top-bar .top-left li {
        font-size: 14px;
        display: block;
        padding: 0;
        line-height: 1;
    }

    .top-bar .top-left li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .primary-header-inner .header-right {
        margin-left: 0;
    }

    .header-right a.dl-btn {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 32px;
        margin: 0;
        margin-left: 15px;
    }

    .primary-header-two .header-right a.dl-btn {
        padding: 5px 15px;
    }

    .header-three .top-bar .top-left li,
    .header-three .top-bar .top-left li:first-child {
        border: none;
    }

    .header-one .header-right .dl-btn {
        display: none;
    }

    #scrollup {
        bottom: 20px;
        right: 20px;
    }
}

/* max-width 420px */
@media all and (max-width: 420px) {}

/* max-width 320px */
@media (max-width: 320px) {
    .primary-header .header-logo {
        max-width: 122px;
    }

    .header-right .mobile-menu-icon {
        margin-left: 10px;
    }
}

/* ======= DesignTone Professional Refresh ======= */
:root {
    --primary: #d8c3a5;
    --secondary: #201a17;
    --light: #f7f2ec;
    --dark: #161210;
    --white: #ffffff;
    --l-dark: #2f2722;
    --text-muted: #6e6761;
    --surface: #f4eee7;
    --surface-strong: #efe3d4;
}

body {
    color: var(--text-muted);
    background:
        radial-gradient(circle at top left, rgba(216, 195, 165, 0.18), transparent 28%),
        linear-gradient(180deg, #fffdfb 0%, #f8f3ee 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
}

.header.header-one {
    z-index: 999;
}

.home-page .header.header-one {
    position: absolute;
    inset: 0 0 auto;
    background: transparent;
}

.home-page .header.header-one .primary-header,
.home-page .header.header-one .primary-header-inner,
.home-page .header.header-one .header-menu-wrap,
.home-page .header.header-one .header-right,
.home-page .header.header-one .sticky-header .primary-header {
    background: transparent;
    box-shadow: none;
}

.header .header-logo img {
    max-height: 56px;
}

.home-page .header .dl-menu > li > a,
.home-page .header .search-icon,
.home-page .header .search-icon i,
.home-page .header .line-menu {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.header .dl-menu > li.active-nav > a {
    color: var(--primary);
}

.home-page .header .dl-menu > li.active-nav > a {
    color: #fff;
    position: relative;
}

.home-page .header .dl-menu > li.active-nav > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: var(--primary);
}

.home-page .header .line-menu {
    background-color: #fff;
}

.header .dl-menu > li > a::before,
.header .dl-menu > li > a::after,
.header .header-btn::before,
.header .header-btn::after {
    display: none;
}

.header .dl-menu li ul {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(32, 26, 23, 0.08);
    box-shadow: 0 22px 60px rgba(20, 14, 10, 0.16);
}

.header .dl-menu li ul li a {
    color: var(--secondary);
}

.default-btn,
.home-page .header .header-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.home-page .header .header-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.header .header-btn {
    background: var(--primary);
    color: var(--secondary);
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(32, 26, 23, 0.14);
}

.default-btn:hover,
.header .header-btn:hover {
    background: #e2cfb4;
    color: var(--secondary);
}

.default-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: none;
}

.default-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.page-header {
    padding: 180px 0 90px;
    background:
        linear-gradient(135deg, rgba(23, 18, 15, 0.94), rgba(54, 42, 35, 0.92)),
        url("../img/title-bg.jpg") center/cover no-repeat;
}

.page-content h2,
.page-content p {
    color: #fff;
}

.home-video-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 80px;
    background: #111;
}

.home-video-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-video-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(14, 11, 10, 0.84) 18%, rgba(14, 11, 10, 0.42) 62%, rgba(14, 11, 10, 0.72) 100%);
}

.home-video-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 11, 10, 0.18) 0%, rgba(14, 11, 10, 0) 24%);
    pointer-events: none;
}

.home-video-hero .container {
    position: relative;
    z-index: 2;
}

.home-page .home-video-hero,
.home-page .service-section,
.home-page .about-section,
.home-page .faq-section,
.home-page .team-section,
.home-page .cta-section,
.home-page .project-section,
.home-page .testimonials-section,
.home-page .blog-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hero-content {
    max-width: 760px;
    padding-top: 72px;
}

.hero-content h4 {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 15px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hero-content h1 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(44px, 6vw, 84px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero-content p {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.section-heading p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.service-section,
.project-section,
.footer-section {
    background-color: var(--dark) !important;
}

.service-section .section-heading h2,
.service-section .section-heading p,
.project-section .section-heading h2,
.project-section .section-heading p,
.footer-section h3,
.footer-section p,
.footer-section a {
    color: #fff;
}

.service-card,
.blog-item,
.team-item,
.contact-form,
.testimonial-ref-card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(26, 18, 14, 0.08);
}

.service-card {
    background: #fff;
}

.service-thumb img,
.blog-thumb img,
.team-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-content,
.blog-content {
    padding: 28px;
}

.about-section,
.team-section,
.blog-section,
.contact-section,
.faq-section,
.testimonials-section {
    position: relative;
}

.about-section::before,
.blog-section::before,
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(216, 195, 165, 0.12), transparent 32%);
}

.about-list-2 li,
.about-list li {
    margin-bottom: 14px;
}

.faq-box,
.cta-block-content,
.contact-info,
.contact-form {
    border-radius: 28px;
}

.faq-box,
.contact-form {
    background: #fff;
    box-shadow: 0 24px 60px rgba(29, 20, 15, 0.08);
}

.contact-form {
    padding: 32px;
}

.mapouter {
    border-bottom: 1px solid rgba(32, 26, 23, 0.08);
}

.testimonials-section {
    background: linear-gradient(180deg, #fff 0%, #f7f1ea 100%) !important;
}

.testimonial-ref-wrap {
    position: relative;
    padding-bottom: 40px;
}

.testimonial-ref-card {
    height: 100%;
    padding: 36px;
    background: #fff;
}

.testimonial-ref-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.testimonial-ref-head img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-ref-head .ratings {
    margin-left: auto;
    display: flex;
    gap: 6px;
    color: #f0a81a;
}

.testimonial-ref-card p {
    margin: 0;
    color: #574d46;
    font-size: 17px;
    line-height: 1.8;
}

.testimonial-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(32, 26, 23, 0.08);
    background: #fff;
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-prev {
    left: -24px;
}

.testimonial-next {
    right: -24px;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.testimonial-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3c6b8;
}

.testimonial-dots span.active {
    background: var(--secondary);
}

.footer-section {
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 0;
    background: linear-gradient(180deg, #141947 0%, #101536 100%) !important;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        url("../img/map-pattern.png") center center / 72% no-repeat;
    opacity: 0.26;
    pointer-events: none;
}

.footer-item {
    position: relative;
    z-index: 1;
}

.footer-main-row {
    align-items: flex-start;
    padding-bottom: 34px;
}

.footer-bottom-row {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-item .logo {
    margin-bottom: 20px;
}

.footer-item .logo img {
    width: 200px;
}

.footer-item h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.footer-item p,
.footer-item a {
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.75;
}

.footer-item p {
    margin-bottom: 14px;
}

.footer-item .footer-lead {
    max-width: 290px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-item a:hover {
    color: #fff;
}

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

.footer-social li {
    margin-right: 0;
}

.footer-social li a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
    transition: all 0.25s ease;
}

.footer-social li a:hover {
    background: #2f6de4;
    color: #fff;
    border-color: #2f6de4;
    transform: translateY(-2px);
}

.footer-contact-list,
.footer-links,
.footer-bottom-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li,
.footer-links li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-list li i,
.footer-links li::before {
    color: rgba(255, 255, 255, 0.8);
    flex: 0 0 18px;
    margin-top: 6px;
}

.footer-links li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.footer-bottom-links li {
    position: relative;
}

.footer-bottom-links li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 6px;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.16);
}

.copyright {
    padding: 20px 0 18px;
    border-top: none;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-header {
        padding: 160px 0 70px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content {
        padding-top: 40px;
    }

    .testimonial-arrow {
        display: none;
    }

    .footer-section {
        padding-top: 52px;
    }
}

@media (max-width: 767px) {
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-form {
        padding: 24px;
    }

    .footer-main-row {
        padding-bottom: 12px;
    }

    .footer-item h3 {
        margin-bottom: 10px;
    }

    .footer-bottom-links {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px;
        padding-bottom: 14px;
    }
}

/* ======= Stable Shared Shell ======= */
.site-header-bar {
    position: relative !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 16px 40px rgba(22, 18, 16, 0.06);
}

.home-page .site-header-bar {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header-bar .primary-header,
.site-header-bar .primary-header-inner,
.site-header-bar .header-menu-wrap,
.site-header-bar .header-right {
    background: transparent !important;
    box-shadow: none !important;
}

.site-header-bar .dl-menu > li > a,
.site-header-bar .search-icon,
.site-header-bar .search-icon i {
    color: #2c241f !important;
    font-weight: 600;
}

.site-header-bar .line-menu {
    background-color: #2c241f !important;
}

.site-header-bar .dl-menu > li.active-nav > a {
    color: var(--secondary) !important;
}

.site-header-bar .dl-menu > li.active-nav > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: var(--primary);
}

.site-header-bar .header-btn {
    background: #a99b8a !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.site-header-bar .header-btn:hover {
    background: #938473 !important;
    color: #fff !important;
}

.home-page .site-header-bar .dl-menu > li > a,
.home-page .site-header-bar .search-icon,
.home-page .site-header-bar .search-icon i {
    color: #fff !important;
}

.home-page .site-header-bar .line-menu {
    background-color: #fff !important;
}

.home-page .site-header-bar .header-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.home-page .site-header-bar .header-btn:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
}

.home-page .sticky-header .primary-header {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 16px 40px rgba(22, 18, 16, 0.06) !important;
}

.home-page .sticky-header .dl-menu > li > a,
.home-page .sticky-header .search-icon,
.home-page .sticky-header .search-icon i {
    color: #2c241f !important;
}

.home-page .sticky-header .line-menu {
    background-color: #2c241f !important;
}

.home-page .sticky-header .header-btn {
    background: #a99b8a !important;
    color: #fff !important;
    border: none !important;
}

.home-page .sticky-header .header-btn:hover {
    background: #938473 !important;
    color: #fff !important;
}

.home-hero-ref {
    position: relative;
    min-height: calc(100vh - 116px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111;
}

.home-hero-ref video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-ref-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(18, 14, 13, 0.72) 0%, rgba(18, 14, 13, 0.24) 56%, rgba(18, 14, 13, 0.48) 100%);
}

.home-hero-ref .container {
    position: relative;
    z-index: 2;
}

.home-hero-ref-content {
    max-width: 720px;
    padding: 110px 0 90px;
}

.home-hero-ref-content .eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-hero-ref-content h1 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(44px, 6vw, 84px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.home-hero-ref-content p {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.8;
}

.home-page .home-hero-ref,
.home-page .service-section,
.home-page .about-section,
.home-page .faq-section,
.home-page .team-section,
.home-page .cta-section,
.home-page .project-section,
.home-page .testimonials-section,
.home-page .blog-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.default-btn,
.header-right a.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.default-btn span,
.header-right a.header-btn span {
    display: none !important;
}

.default-btn:hover,
.default-btn:focus,
.header-right a.header-btn:hover,
.header-right a.header-btn:focus {
    color: inherit;
}

.home-hero-ref .default-btn,
.home-hero-ref .default-btn-outline,
.site-header-bar .header-btn,
.home-page .sticky-header .header-btn,
.home-page .site-header-bar .header-btn {
    position: relative;
    z-index: 1;
    text-shadow: none;
}

.site-footer-ref {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #151a49 0%, #101537 100%);
    padding: 72px 0 24px;
}

.site-footer-ref::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
        url("../img/map-pattern.png") center center / 72% no-repeat;
    opacity: 0.22;
    pointer-events: none;
}

.site-footer-grid,
.site-footer-bottom {
    position: relative;
    z-index: 1;
}

.site-footer-grid {
    align-items: flex-start;
    padding-bottom: 34px;
}

.site-footer-col h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}

.site-footer-col p,
.site-footer-col a,
.site-footer-col span {
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.75;
}

.site-footer-logo {
    display: block;
    margin-bottom: 20px;
}

.site-footer-logo img {
    width: 205px;
}

.site-footer-contact,
.site-footer-links,
.site-footer-social,
.site-footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-contact li,
.site-footer-links li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.site-footer-contact li i,
.site-footer-links li::before {
    color: rgba(255,255,255,0.86);
    flex: 0 0 18px;
    margin-top: 6px;
}

.site-footer-links li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.site-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.site-footer-social li a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}

.site-footer-social li a:hover {
    background: #2f6de4;
    border-color: #2f6de4;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.site-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.74);
    font-size: 14px;
}

.site-footer-bottom-links {
    display: flex;
    gap: 22px;
}

.site-footer-bottom-links a {
    color: rgba(255,255,255,0.74);
    font-size: 14px;
}

.site-footer-bottom-links a:hover {
    color: #fff;
}

.about-section .about-btn li {
    gap: 24px;
    flex-wrap: wrap;
}

.about-section .about-btn li a.default-btn {
    min-width: 214px;
    background: #b6a690 !important;
    color: #1f1814 !important;
    border: 1px solid #b6a690 !important;
    font-weight: 700;
}

.about-section .about-btn li a.default-btn:hover,
.about-section .about-btn li a.default-btn:focus {
    background: #a08f79 !important;
    color: #fff !important;
    border-color: #a08f79 !important;
}

.about-section .about-btn li .whatsapp {
    color: #b6a690 !important;
    font-weight: 700;
    white-space: nowrap;
}

.about-section .about-btn li .whatsapp i {
    color: #1f1814 !important;
}

.about-section .about-bg-holder {
    min-height: 620px;
    overflow: visible;
}

.about-section .about-bg-holder img,
.about-section .simpleParallax,
.about-section .simpleParallax img {
    transform: none !important;
    transition: none !important;
}

@media (max-width: 991px) {
    .home-hero-ref-content {
        padding: 80px 0 70px;
    }

    .home-hero-ref-content h1 {
        font-size: 42px;
    }

    .about-section .about-bg-holder {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .site-footer-ref {
        padding: 54px 0 18px;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer-bottom-links {
        flex-wrap: wrap;
        gap: 14px;
    }
}

/* ========================================
   ADMIN IMAGE VISIBILITY FIX
   Makes admin-uploaded CTA/section background images clearly visible.
======================================== */
.cta-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.cta-section:after {
    background-color: rgba(0, 0, 0, 0.42) !important;
}
.cta-section .cta-content,
.cta-section .cta-content * {
    position: relative;
    z-index: 2;
}
.cta-section .default-btn {
    background: #b6a690 !important;
    color: #ffffff !important;
    border-color: #b6a690 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.cta-section .default-btn span {
    display: none !important;
}
.cta-block {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.cta-block:after {
    background-color: rgba(0, 0, 0, 0.38) !important;
}
.cta-block-content,
.cta-block-content * {
    position: relative;
    z-index: 2;
}


/* Final fix: CTA button readability after lighter image overlay */
.cta-section .default-btn,
.cta-section .default-btn.wow {
    min-width: 190px;
    background: #b9a990 !important;
    color: #ffffff !important;
    border: 1px solid #b9a990 !important;
    text-align: center !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}
.cta-section .default-btn:hover,
.cta-section .default-btn.wow:hover {
    background: #201a17 !important;
    color: #ffffff !important;
    border-color: #201a17 !important;
}
.cta-section .default-btn span {
    background: #201a17 !important;
}


/* FINAL ADMIN IMAGE + FAQ UI FIX */
.faq-section{
    background:#f7f3ee;
    overflow:hidden;
}
.faq-section .container-fluid{
    padding-left:0;
    padding-right:0;
}
.faq-section .row{
    margin-left:0;
    margin-right:0;
    align-items:stretch;
}
.faq-section .col-lg-6,
.faq-section .col-lg-3,
.faq-section .col-md-6{
    padding-left:0!important;
    padding-right:0!important;
}
.faq-box{
    background:#fff;
    min-height:620px;
    height:100%;
    padding:90px 65px!important;
    border-radius:0 24px 24px 0;
}
.faq-box .section-heading h2{
    font-size:clamp(38px,4vw,64px);
    line-height:1.12;
    letter-spacing:-1.5px;
    margin-bottom:24px;
}
.faq-box .section-heading p{
    font-size:18px;
    line-height:1.75;
    max-width:720px;
}
.cta-block{
    min-height:620px;
    height:100%;
    background-color:#2d2926;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.cta-block:after{
    background-color:rgba(0,0,0,.38)!important;
}
.cta-block-content{
    padding:30px;
}
.cta-block h2{
    font-size:clamp(46px,4vw,76px);
    line-height:1.05;
    color:#fff;
    margin-bottom:28px;
}
.cta-block h3{
    color:#fff;
    font-size:clamp(20px,1.6vw,30px);
    line-height:1.5;
    margin-bottom:36px;
}
.cta-block .default-btn{
    background:#b9a58d!important;
    color:#fff!important;
    border:0!important;
    opacity:1!important;
    min-width:260px;
    padding:20px 28px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    text-indent:0!important;
    visibility:visible!important;
}
.cta-block .default-btn span{display:none!important;}
.faq-bg{
    min-height:620px;
    height:100%;
    display:block!important;
    background-color:#ddd;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
@media (max-width: 991px){
    .faq-box{min-height:auto;padding:60px 28px!important;border-radius:0;}
    .cta-block,.faq-bg{min-height:480px;}
}
@media (max-width: 767px){
    .faq-bg{display:block!important;min-height:420px;}
}


/* FINAL FAQ VISIBILITY + UI FIX */
.faq-section .faq-box.padding{padding:80px 55px!important;background:#fff!important;border-radius:0 28px 28px 0!important;}
.faq-section .section-heading h2{font-size:clamp(38px,4vw,64px)!important;line-height:1.12!important;margin-bottom:22px!important;color:#1d1715!important;letter-spacing:-1px!important;}
.faq-section .section-heading p{font-size:18px!important;line-height:1.75!important;color:#746d68!important;max-width:760px!important;margin:0 0 35px!important;}
.faq-section .accordion-button{min-height:72px!important;color:#fff!important;background:#1d1715!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;padding:20px 28px!important;opacity:1!important;}
.faq-section .accordion-button.collapsed{background:#fff!important;color:#a08b74!important;font-weight:700!important;}
.faq-section .accordion-button:not(.collapsed){color:#fff!important;background:#1d1715!important;}
.faq-section .accordion-body{display:block!important;color:#555!important;background:#fff!important;font-size:16px!important;line-height:1.7!important;padding:24px 28px!important;min-height:80px!important;}
.faq-section .accordion-collapse.show{display:block!important;visibility:visible!important;}
.faq-section .cta-block{min-height:640px!important;background-size:cover!important;background-position:center!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.faq-section .cta-block:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.28)!important;}
.faq-section .cta-block-content{position:relative!important;z-index:2!important;padding:35px 25px!important;}
.faq-section .cta-block h2{color:#fff!important;font-size:clamp(42px,4vw,70px)!important;line-height:1.1!important;margin-bottom:24px!important;}
.faq-section .cta-block h3{color:#fff!important;font-size:22px!important;line-height:1.6!important;margin-bottom:32px!important;}
.faq-section .cta-block .default-btn{background:#b6a58e!important;color:#fff!important;min-width:230px!important;text-align:center!important;opacity:1!important;}
.faq-section .faq-bg{min-height:640px!important;background-size:cover!important;background-position:center!important;background-color:#f3f0ec!important;}
@media (max-width:991px){.faq-section .faq-box.padding{padding:55px 25px!important;border-radius:0!important}.faq-section .section-heading h2{font-size:38px!important}.faq-section .cta-block{min-height:480px!important}.faq-section .faq-bg{min-height:480px!important}}


/* ========================================
   ABOUT PAGE UI COLLAPSE FIX
   Keeps the about image collage inside its column and stops horizontal overflow.
======================================== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.about-page .about-section {
    overflow: hidden;
}

.about-page .about-section .container,
.about-page .about-section .row {
    max-width: 100%;
}

.about-page .about-section .row {
    align-items: center;
}

.about-page .about-bg-wrap,
.about-page .about-bg-holder {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 620px;
    overflow: hidden;
}

.about-page .about-bg-wrap img,
.about-page .about-bg-holder img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.about-page .about-bg-wrap .front {
    transform: none !important;
    width: 82%;
    margin-left: auto;
}

.about-page .about-bg-wrap .front img,
.about-page .about-bg-wrap .img-1 {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.about-page .about-bg-wrap .img-2 {
    width: 48%;
    height: 320px;
    left: 0;
    top: 120px;
    z-index: 1;
    object-fit: cover;
}

.about-page .about-bg-wrap .exp-box {
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    z-index: 3;
}

.about-page .about-bg-holder .bg-right {
    position: absolute;
    width: 58%;
    height: 340px;
    right: 6%;
    top: 0;
    object-fit: cover;
    z-index: 1;
}

.about-page .about-bg-holder .bg-center {
    position: absolute;
    width: 86%;
    height: 520px;
    right: 0;
    left: auto;
    bottom: 0;
    object-fit: cover;
    z-index: 2;
}

.about-page .about-bg-holder .bg-bottom {
    position: absolute;
    width: 48%;
    height: 360px;
    left: 0;
    bottom: 70px;
    object-fit: cover;
    z-index: 1;
}

.about-page .about-content {
    position: relative;
    z-index: 5;
}

@media (max-width: 1199px) {
    .about-page .about-bg-wrap,
    .about-page .about-bg-holder {
        min-height: 540px;
    }
    .about-page .about-bg-holder .bg-center,
    .about-page .about-bg-wrap .front img,
    .about-page .about-bg-wrap .img-1 {
        height: 460px;
    }
}

@media (max-width: 991px) {
    .about-page .about-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-page .about-bg-wrap,
    .about-page .about-bg-holder {
        min-height: auto;
        margin-top: 35px;
    }
    .about-page .about-bg-wrap .front,
    .about-page .about-bg-wrap .img-2,
    .about-page .about-bg-holder .bg-right,
    .about-page .about-bg-holder .bg-center,
    .about-page .about-bg-holder .bg-bottom {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 0 18px;
    }
    .about-page .about-bg-wrap .exp-box {
        left: 20px;
        top: 20px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .about-page .section-heading h2 {
        font-size: 34px;
    }
    .about-page .about-bg-wrap .exp-box {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 18px;
    }
}

/* ========================================
   PREMIUM ABOUT SECTION — ALL PAGES
   Professional, editorial image collage
   with refined typography and spacing.
======================================== */

/* ── Section wrapper ─────────────────── */
.about-section {
    background: #f7f4f0;
    overflow: hidden;
}

/* ── Left content col ────────────────── */
.about-section .about-content {
    position: relative;
    z-index: 2;
    padding-right: 32px;
}

/* Accent tag above heading */
.about-section .section-heading::before {
    content: "Our Studio";
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8A7B6B;
    margin-bottom: 14px;
}

.about-section .section-heading h2 {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.13;
    letter-spacing: -0.02em;
    color: #1a1714;
    margin-bottom: 18px;
}

.about-section .section-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a544e;
    max-width: 440px;
}

/* ── Checklist items ─────────────────── */
.about-section .about-list {
    margin: 28px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about-section .about-list li {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(138,123,107,0.14);
    margin: 0;
}

.about-section .about-list li:first-child {
    border-top: 1px solid rgba(138,123,107,0.14);
}

.about-section .about-list li i {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
    border: 1.5px solid #8A7B6B;
    color: #8A7B6B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    margin-top: 2px;
    background: transparent;
    transition: background 0.25s, color 0.25s;
}

.about-section .about-list li:hover i {
    background: #8A7B6B;
    color: #fff;
}

.about-section .about-list-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1714;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.about-section .about-list-content p {
    font-size: 14.5px;
    color: #6b645d;
    margin: 0;
    line-height: 1.65;
}

/* ── CTA row ─────────────────────────── */
.about-section .about-btn {
    margin-top: 36px;
}

.about-section .about-btn li {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    list-style: none;
}

/* ── Right image collage ─────────────── */
.about-section .about-bg-wrap {
    position: relative;
    width: 100%;
    min-height: 580px;
    overflow: visible;
}

/* Large main image (img-1 / front) */
.about-section .about-bg-wrap .front {
    transform: none !important;
    width: 86%;
    margin-left: auto;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 24px 72px rgba(30,22,14,0.18);
}

.about-section .about-bg-wrap .front img,
.about-section .about-bg-wrap .img-1 {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
    border-radius: 3px;
}

/* Smaller overlapping image (img-2 / back) */
.about-section .about-bg-wrap .img-2 {
    position: absolute;
    width: 46%;
    height: 300px;
    left: 0;
    top: auto;
    bottom: 30px;
    z-index: 2;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 16px 48px rgba(30,22,14,0.22);
    border: 4px solid #f7f4f0;
    display: block;
}

/* Experience badge */
.about-section .about-bg-wrap .exp-box {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 42px;
    transform: translateX(-42%);
    z-index: 3;
    background: rgba(30, 22, 14, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(192,176,173,0.22);
    border-radius: 4px;
    padding: 22px 28px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.28);
    min-width: 140px;
}

.about-section .about-bg-wrap .exp-box h3 {
    font-size: 52px;
    line-height: 1;
    color: #C0B0AD;
    margin: 0 0 6px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.about-section .about-bg-wrap .exp-box h3 span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    margin-top: 6px;
    font-family: "Albert Sans", sans-serif;
    line-height: 1.5;
}

/* Decorative vertical accent line */
.about-section .about-bg-wrap::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 60px;
    height: 40%;
    width: 2px;
    background: linear-gradient(to bottom, #C0B0AD, transparent);
    display: block;
}

/* ── Responsive ──────────────────────── */
@media (max-width: 1199px) {
    .about-section .about-bg-wrap {
        min-height: 500px;
    }
    .about-section .about-bg-wrap .front img,
    .about-section .about-bg-wrap .img-1 {
        height: 460px;
    }
    .about-section .about-bg-wrap .img-2 {
        height: 260px;
    }
}

@media (max-width: 991px) {
    .about-section .about-content {
        padding-right: 0;
        margin-bottom: 48px;
    }
    .about-section .about-bg-wrap {
        min-height: auto;
    }
    .about-section .about-bg-wrap .front {
        width: 100%;
    }
    .about-section .about-bg-wrap .front img,
    .about-section .about-bg-wrap .img-1 {
        height: 380px;
    }
    .about-section .about-bg-wrap .img-2 {
        width: 52%;
        height: 200px;
        bottom: -20px;
        border: 3px solid #f7f4f0;
    }
    .about-section .about-bg-wrap .exp-box {
        left: 50%;
        top: 26px;
        transform: translateX(-50%);
    }
    .about-section .about-bg-wrap::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-section .section-heading h2 {
        font-size: 28px;
    }
    .about-section .about-bg-wrap .front img,
    .about-section .about-bg-wrap .img-1 {
        height: 300px;
    }
    .about-section .about-bg-wrap .img-2 {
        position: relative;
        width: 80%;
        height: 200px;
        left: auto;
        bottom: auto;
        margin-top: 12px;
        border: 3px solid #f7f4f0;
    }
    .about-section .about-bg-wrap .exp-box {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: inline-block;
        margin: 16px 0;
    }
    .about-section .about-bg-wrap::after {
        display: none;
    }
}

/* ========================================
   UNIFY ABOUT-SECTION ACROSS ALL PAGES
   Cancel out old .about-page specific
   image layout overrides so Home and
   About Us render identically.
======================================== */
.about-page .about-bg-wrap,
.about-page .about-bg-holder {
    min-height: auto;
    overflow: visible;
}

.about-page .about-bg-wrap .front {
    transform: none !important;
    width: 86% !important;
    margin-left: auto !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 72px rgba(30,22,14,0.18) !important;
}

.about-page .about-bg-wrap .front img,
.about-page .about-bg-wrap .img-1 {
    width: 100% !important;
    height: 540px !important;
    object-fit: cover !important;
    border-radius: 3px !important;
}

.about-page .about-bg-wrap .img-2 {
    width: 46% !important;
    height: 300px !important;
    left: 0 !important;
    top: auto !important;
    bottom: 30px !important;
    z-index: 2 !important;
    object-fit: cover !important;
    border-radius: 3px !important;
    box-shadow: 0 16px 48px rgba(30,22,14,0.22) !important;
    border: 4px solid #f7f4f0 !important;
}

.about-page .about-bg-wrap .exp-box {
    position: absolute !important;
    left: 50% !important;
    top: 42px !important;
    bottom: auto !important;
    transform: translateX(-42%) !important;
    z-index: 3 !important;
    background: rgba(30, 22, 14, 0.82) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(192,176,173,0.22) !important;
    border-radius: 4px !important;
    padding: 22px 28px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.28) !important;
}

.about-page .about-bg-wrap .exp-box h3 {
    font-size: 52px !important;
    color: #C0B0AD !important;
    margin: 0 0 6px !important;
    line-height: 1 !important;
}

.about-page .about-bg-wrap .exp-box h3 span {
    font-size: 12px !important;
    color: rgba(255,255,255,0.72) !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    margin-top: 6px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

/* Responsive — about-page matches general rules */
@media (max-width: 1199px) {
    .about-page .about-bg-wrap .front img,
    .about-page .about-bg-wrap .img-1 {
        height: 460px !important;
    }
    .about-page .about-bg-wrap .img-2 {
        height: 260px !important;
    }
}

@media (max-width: 991px) {
    .about-page .about-bg-wrap .front {
        width: 100% !important;
    }
    .about-page .about-bg-wrap .front img,
    .about-page .about-bg-wrap .img-1 {
        height: 380px !important;
    }
    .about-page .about-bg-wrap .img-2 {
        width: 52% !important;
        height: 200px !important;
        bottom: -20px !important;
        border: 3px solid #f7f4f0 !important;
    }
    .about-page .about-bg-wrap .exp-box {
        left: 50% !important;
        top: 26px !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width: 767px) {
    .about-page .about-bg-wrap .front img,
    .about-page .about-bg-wrap .img-1 {
        height: 300px !important;
    }
    .about-page .about-bg-wrap .img-2 {
        position: relative !important;
        width: 80% !important;
        height: 200px !important;
        left: auto !important;
        bottom: auto !important;
        margin-top: 12px !important;
    }
    .about-page .about-bg-wrap .exp-box {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        display: inline-block !important;
        margin: 16px 0 !important;
    }
}
