@charset "utf-8";

.banner-content h1,
.banner-content p {
    text-shadow: 0 3px 15px rgba(0, 0, 0, .4)
}

/* @font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
} */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype'),
        url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.btn,
.load-more-btn,
a,
audio,
canvas,
progress,
video {
    display: inline-block
}

.clear,
br {
    height: 0
}

:root {
    --primary-color: rgb(0, 0, 0);
    --secondary-color: rgb(255, 255, 255);
    /* --body-font-family: 'Montserrat'; */
    --body-font-family: 'Open Sans';
    --button-bg-color: #5ACBE2;
    --head-font-size: 4.25rem
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: var(--body-font-family, sans-serif);
    color: var(--primary-color, #333);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
::after,
::before {
    box-sizing: border-box
}

blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    font: inherit;
    /* border: 1px solid black; */
    outline: 0;
    /* background:  */
}

/* input#first_name {
    border: 1px solid black;
} */

a {
    text-decoration: none;
    color: inherit
}

.cf::after,
.cf::before {
    content: '';
    display: table
}

.cf::after {
    clear: both
}

.btn,
.load-more-btn,
input[type=submit] {
    display: inline-block;
    background-color: var(--button-bg-color);
    border: 1px solid transparent;
    color: var(--secondary-color);
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s
}

.back_to_top,
header {
    background-color: var(--secondary-color)
}

.post-grid-categorie-name,
footer {
    background: var(--secondary-color)
}

.btn:hover,
.load-more-btn:hover,
input[type=submit]:hover {
    background-color: #E1600C;
    border-color: 1px solid #E1600C;
    color: #fff;
}

.copyright,
footer {
    border-top: 1px solid #c7c7c7
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 20px
}

main {
    min-height: 100vh
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 15px
}

.head1,
h1 {
    font-size: var(--head-font-size);
    line-height: 1.6
}

.head2,
h2 {
    font-size: calc(var(--head-font-size) * .62);
    line-height: 1.5
}

.head3,
h3 {
    font-size: calc(var(--head-font-size) * .31);
    line-height: 1.43
}

.head4,
h4 {
    font-size: calc(var(--head-font-size) * .19);
    line-height: 1.61
}

.head5,
h5 {
    font-size: 1rem;
    line-height: 1.2
}

.head6,
h6 {
    font-size: .85rem;
    line-height: 1.2
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.grid-sec .grid-row:last-child,
.values_features_section .features_sec .features_content_box li:last-child,
p:last-of-type {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

header {
    padding: 20px 0;
    border-bottom: 1px solid #c7c7c7
}

.header-wrap,
section.aboutus .common-main-block {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-wrap .menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 30px
}

.banner-content h1,
.light,
.values_features_section .row>.col-4 .values_box h3,
.values_features_section .row>.col-4 .values_box p,
.values_features_section .row>.col-4 .values_box ul li {
    color: #fff
}

.post-inner .post-content,
.post-wrap .post-inner {
    padding: 15px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.header-wrap .menu>li a,
footer .menu>li a {
    color: var(--body-text-color);
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.header-wrap .menu>li a:hover {
    /* opacity: .6 */
    color: #E1600C;
}

.header-wrap .site-logo img {
    max-width: 180px;
    object-fit: cover
}

.mobile-menu-trigger {
    width: 5rem;
    height: 3rem;
    position: relative;
    z-index: 10;
    border-radius: 100%;
    display: none;
    margin-left: auto
}

.mobile-menu-trigger span {
    height: 2px;
    background-color: #000;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.mobile-menu-trigger span::after,
.mobile-menu-trigger span::before {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #000;
    content: "";
    top: -9px;
    right: 0
}

.mobile-menu-trigger span::after {
    top: 9px
}

.menu-open .mobile-menu-trigger span::before {
    -webkit-transform: rotateZ(45deg) scaleX(1) translate(5px, 8px);
    transform: rotateZ(45deg) scaleX(1) translate(5px, 8px);
    width: 2.5rem;
    height: 2px
}

.menu-open .mobile-menu-trigger span::after {
    -webkit-transform: rotateZ(-45deg) scaleX(1) translate(5px, -8px);
    transform: rotateZ(-45deg) scaleX(1) translate(5px, -8px);
    width: 2.5rem;
    height: 2px
}

footer {
    padding: 60px 0 0
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px
}

.copyright {
    padding: 20px 0;
    text-align: center
}

.social-icons img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.social-icons a:hover {
    opacity: .65
}

.social-icons {
    display: flex;
    gap: 20px
}

footer .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 30px
}

footer .menu>li:not(:last-child) {
    margin-right: 15px
}

.footer-logo img {
    max-width: 250px;
    height: auto;
    object-fit: contain
}

.back_to_top {
    background-color: #5ACBE2;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 10;
    /* border: 1px solid var(--primary-color); */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.back_to_top:hover {
    background-color: #E1600C;
}

.back_to_top img {
    display: block;
    max-width: 20px;
    height: auto;
    object-fit: contain;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;

}

.back_to_top:hover img {
    filter: brightness(0) invert(1)
}

.post-grid-wrapper {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.post-grid-outer {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    grid-auto-flow: dense
}

.post-grid-box {
    position: relative;
    transition: transform .3s, background-color .3s;
    will-change: transform;
    border-radius: 15px
}

.post-grid-box:nth-child(14n+1) {
    grid-column: span 2
}

.post-grid-box:nth-child(14n+2) {
    grid-column: span 1;
    grid-row: span 1
}

.post-grid-box-image {
    min-height: 400px;
    object-fit: cover;
    position: relative
}

.post-grid-box-image img,
.post-grid-box-image::after,
.post-grid-categories-detail-outer {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%
}

.post-grid-box:hover .post-grid-box-image::after {
    background: rgba(0, 0, 0, .6);
    transition: background .3s
}

.post-grid-box-image img {
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 15px
}

.post-grid-box-image::after {
    content: "";
    background: #00000040;
    border-radius: 15px
}

.post-grid-categories-detail-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    padding: 20px
}

.post-grid-categories-detail-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.post-grid-categorie-name {
    width: fit-content;
    padding: 4px 10px;
    border-radius: 30px
}

.post-grid-categories-author-name p,
.post-grid-categories-publish-date p {
    font-size: 13px;
    color: #fff
}

.post-grid-categories-title {
    margin-top: auto
}

.post-grid-categories-title h2 {
    margin: 0;
    color: var(--secondary-color);
    font-size: 25px
}

.post-grid-categories-title h2 a,
.post-grid-expert-content p {
    color: var(--secondary-color)
}

.post-grid-images {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.post-grid-categories-author-name .post-grid-images img {
    margin-left: 2px
}

.accordian-sec h2,
.banner .content-wrapper,
.post-grid-wrapper h2.post-section-title,
.search-result,
.slider-section h2 {
    text-align: center
}

section {
    padding: 60px 0
}

.post-inner .post-content {
    margin: -30px 15px 15px;
    background: var(--light-color);
    z-index: 1;
    position: relative;
    border-radius: 5px;
    flex: 1
}

.post-wrap .post-inner {
    display: flex;
    flex-direction: column;
    border-radius: 10px
}

.post-content .post-desc {}

.post-content .post-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.post-info .author,
.post-info .post-category {
    display: flex;
    align-items: center;
    font-size: 14px
}

.post-info .author img,
.post-info .post-category img {
    max-width: 16px;
    display: block;
    margin-right: 6px
}

.carousel,
.constr-card,
.one,
.post-inner .post-img,
.property-block .property-image,
.three,
.twoTxt {
    position: relative
}

.post-img .post-date {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(.25);
    opacity: 0;
    z-index: 1;
    max-width: 92px;
    margin: 0 auto;
    padding: 10px;
    white-space: normal;
    display: inline-block;
    text-align: center;
    border: 4px solid #fff;
    transition: .3s
}

#next-btn,
.error-wrap .btn,
.navigation {
    margin-top: 20px
}

.post-wrap .post-inner:hover .post-date {
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.post-inner .feature-img {
    position: relative;
    padding-bottom: 67%;
    overflow: hidden
}

.post-wrap .post-inner .feature-img::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s
}

.post-wrap .post-inner:hover .feature-img::before {
    opacity: 1
}

.post-inner .feature-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform .3s
}

.post-inner:hover .feature-img img {
    transform: scale(1)
}

.post-grid-categorie-name a,
.post-grid-categories-author-name,
.post-grid-categories-publish-date {
    display: flex;
    align-items: center;
    gap: 5px
}

.post-grid-categorie-name img {
    width: 17px
}

.post-grid-categories-author-name img,
.post-grid-categories-publish-date img {
    width: 15px
}

.post-grid-categorie-name a {
    font-size: 13px
}

.post-grid-load-more {
    text-align: center;
    padding-top: 25px
}

.error-page,
ul.tabs {
    padding: 0
}

.post-grid-loader {
    background: #0000008c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.post-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.error-img,
.page-banner,
.post-banner {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    min-height: 350px;
    width: min(1460px, calc(100% - 40px));
    margin: 40px auto 0;
    border-radius: 20px;
    overflow: hidden;
}

/* .page-id-653073 .page-banner .post-banner .error-img{
    min-height: 100% !important;
}  */

:is(.error-img, .page-banner, .post-banner) .container {
    padding: 0 40px;
    width: 100%;
}

.wp-block-group__inner-container .post-grid-wrapper .container {
    padding: 0;
}

.error-img img,
.page-banner .page-image img,
.post-banner .banner-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.banner .banner-image img,
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.error-img h2,
.page-banner .page-title,
.post-banner .post-title {
    position: relative;
    z-index: 1;
    color: var(--light-color);
    max-width: 500px
}

.post-banner .post-title {
    max-width: 1200px;
}

.page-banner .page-title p {
    margin-bottom: 20px
}

.error-img::before,
.page-banner::before,
.post-banner::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    z-index: 1
}

.post-content .post-meta {
    display: inline-flex;
    margin-bottom: 30px;
    gap: 20px
}

.post-meta span img {
    max-width: 25px;
    display: inline-block;
    margin-right: 8px
}

.post-meta span,
.post-meta span>a,
.property-icons span {
    display: inline-flex;
    align-items: center
}

.error-img,
.error-wrap {
    padding: 50px 0;
    text-align: center
}

.error-wrap h1 {
    font-size: 3vw;
    line-height: 1
}

.home-banner {
    position: relative;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0
}

.home-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.home-banner .banner-row {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -15px
}

.property-detail-buttons ul li:last-child::before,
.property-detail-icons a:last-child::before,
.tab-content {
    display: none
}

.home-banner .banner-content {
    color: #fff;
    max-width: 600px
}

.grid-sec .grid-row>*,
.home-banner .banner-row>* {
    width: 50%;
    padding: 0 15px
}

.home-banner .banner-row .contact-form {
    background: rgba(255, 255, 255, .65);
    border-radius: 15px;
    min-height: 100%;
    text-align: center;
    padding: 20px;
    max-width: 500px;
    margin: 0 0 0 auto
}

.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none
}

.accordion .inner>div {
    display: flex;
    align-items: center;
    gap: 20px
}

.accordion .inner>div img {
    width: 50%;
    height: 400px;
    object-fit: cover
}

.accordion .inner>div>* {
    width: 50%
}

.accordion li {
    margin: .5em 0
}

.accordion li .toggle {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, .78);
    color: #fefefe;
    padding: .75em;
    border-radius: .15em;
    transition: .3s;
    cursor: pointer
}

.accordion li .toggle:hover {
    background: rgba(0, 0, 0, .9)
}

.slider-section {
    overflow-x: hidden;
    background: #f7f7f7
}

.slick-slider ul.slick-dots>li.slick-active,
.tab-content {
    background: #000
}

.carousel .slick-slide {
    margin: 10px
}

.carousel .slick-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.carousel .slick-slide h3 {
    text-align: center;
    margin-top: 15px
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: #000
}

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

ul.tabs li {
    background: 0 0;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #000;
    border-bottom: none
}

ul.tabs li.current {
    background: #000;
    color: #fff
}

.tab-content {
    padding: 15px;
    color: #fff
}

.tab-content.current {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.grid-sec .grid-row img,
.tab-content .tab-img img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.tab-content .tab-heading,
.tab-content .tab-img {
    padding: 0 15px;
    width: 50%
}

.grid-sec {
    background: #f7f7f7
}

.grid-sec .grid-row {
    display: flex;
    align-items: center;
    margin: 0 -15px 100px
}

.grid-sec .grid-row:nth-child(odd) {
    flex-direction: row-reverse
}

.grid-sec .grid-row .btn {
    margin-top: 40px
}

.contact-form .wpcf7-form input.wpcf7-text,
.contact-form .wpcf7-form textarea {
    padding: 10px 15px;
    background: #fff;
    width: 100%
}

.contact-form .wpcf7-form label {
    text-align: left;
    display: block
}

.contact-form .wpcf7-form>p,
.oneTxt,
.threeTxt,
.twoTxt {
    text-align: left
}

.slick-slider .slick-arrow {
    padding: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('../images/slider-arrow.svg') center/20px no-repeat #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: none !important;
    position: absolute;
    top: calc(50% - 60px);
    left: auto;
    right: -15px;
    z-index: 1;
    outline: 0;
    cursor: pointer
}

.project-gallery-slider.slick-slider .slick-arrow {
    right: 40px;
    -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(88deg) brightness(102%) contrast(101%) drop-shadow(0px 0px 2px #000);
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(88deg) brightness(102%) contrast(101%) drop-shadow(0px 0px 2px #000);
    width: 28px;
    height: 28px;
    top: calc(50% - 14px)
}

.slick-slider .slick-arrow.slick-prev {
    right: auto;
    left: -15px;
    transform: rotate(180deg)
}

.slick-slider ul.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%;
    bottom: 0;
    margin-top: 27px
}

.slick-slider ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    display: inline-block;
    border: none
}

.slick-slider ul.slick-dots>li {
    width: 10px;
    height: 10px;
    display: inline-block;
    line-height: 1;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer
}

section.banner {
    min-height: 730px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 0;
    position: relative
}

section.banner .banner-image::before {
    position: absolute;
    content: "";
    background-color: #09547f59;
    z-index: -1;
    width: 100%;
    height: 730px
}

section.banner .banner-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 272px;
    background: linear-gradient(to top, rgba(9, 84, 127, 0) 0, rgba(9, 84, 127, .9) 100%);
    top: 0;
    left: 0;
    right: 0
}

.banner .banner-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.banner-image .banner-content {
    max-width: 603px;
    margin: 0 auto;
    text-align: center
}

.banner-content p {
    padding: 15px 0 26px;
    color: #fff
}

.history-content a.btn:hover,
.view-button a.btn:hover,
section.aboutus a.btn:hover {
    background-color: #77c720;
    transition: .5s ease-in-out
}

section.aboutus {
    background-color: #f4f9ff;
    padding: 100px 0 72px
}

section.aboutus p {
    color: #888
}

section.aboutus a.btn {
    background-color: #0073e1;
    color: #fff;
    margin-top: 15px
}

section.aboutus h4 {
    color: #121212;
    padding: 5px 0;
    font-size: 19px;
    font-weight: 500
}

section.aboutus .common-inner-block {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 71%
}

.aboutus-content p {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .45px;
    line-height: 24px
}

.common-main-block .aboutus-content {
    max-width: 390px;
    width: 33%
}

.aboutus-content h2 {
    padding-bottom: 19px
}

.about-block {
    width: 28.5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    background-color: #fff;
    margin: 15px;
    text-align: center;
    padding: 20px 21px 19px;
    border-radius: 8px;
    position: relative;
    cursor: pointer
}

.about-block:hover {
    transform: translateY(-10px);
    transition: .1s ease-in-out
}

.about-block .appraisal-content::before,
.about-block .deal-content::before,
.about-block .evaluation-content::before,
.about-block .offer-content::before,
.about-block .photoshoot-content::before,
.about-block .sale-content::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat
}

.about-block:nth-child(2),
.about-block:nth-child(5) {
    position: relative;
    top: -30px
}

.about-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #0073e1;
    background: linear-gradient(135deg, #0073e1 50%, rgba(255, 255, 255, 0) 50%);
    border-radius: 8px 0
}

.about-block p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

section.client {
    position: relative;
    padding-top: 70px;
    padding-bottom: 128px;
    z-index: 0
}

section.client::before {
    background-color: #f4f9ff;
    width: 100%;
    height: 67%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

section.client .testimonial-heading {
    text-align: center;
    max-width: 401px;
    margin: 0 auto
}

.testimonial-heading p {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 11px;
    padding-bottom: 22px
}

section.client .testimonial-slider {
    display: flex;
    justify-content: space-between;
    position: relative
}

.testimonial-slider .testimonial-block {
    margin: 10px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 45px 20px;
    border-radius: 6px;
    position: relative;
    background-color: #fff
}

section.client .testimonial-slider .slick-slide {
    margin: 0 10px
}

.testimonial-block .testimonial-topcontent {
    max-width: 316px
}

.testimonial-topcontent p {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .48px
}

.testimonial-topcontent p img {
    margin-right: 15px;
    display: inline-block;
    width: 30px
}

.testimonial-block .testimonial-bottomcontent {
    display: flex;
    align-items: center;
    padding-top: 26px
}

.testimonial-block .testimonial-bottomcontent img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover
}

.testimonial-bottomcontent .client-name {
    margin-left: 15px
}

.testimonial-bottomcontent .client-name h6 {
    color: #888;
    text-transform: uppercase;
    letter-spacing: .98px
}

section.client ul.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    bottom: -54px
}

.location-details img {
    display: block;
    margin: 0 auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.row>div {
    padding: 0 15px
}

.row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.values_features_section .values_sec .heading_text {
    width: 100%;
    max-width: 530px;
    margin: 0 auto 34px;
    text-align: center
}

.values_features_section .values_sec .heading_text h2 {
    margin-bottom: 5px
}

.hero-slide,
.one,
.oneTxt,
.three,
.threeTxt,
.two,
.values_features_section .values_sec .row>.col-4 {
    display: flex
}

.values_features_section .values_sec .values_box {
    padding: 46px 50px 36px;
    background-color: #77d4d0;
    width: 100%
}

.values_features_section .row>.col-4:first-child .values_box {
    background-color: #258dc6
}

.values_features_section .row>.col-4:nth-child(2) .values_box {
    background-color: #c5e1cd
}

.values_features_section .row>.col-4:nth-child(3) .values_box {
    background-color: #77d4d0
}

.values_features_section .row>.col-4 .values_box ul {
    list-style: disc
}

.values_features_section .values_sec .values_box p {
    font-size: 16px;
    line-height: 1.9
}

.values_features_section .values_sec .values_box img {
    width: 100%;
    max-width: 47px;
    height: auto;
    max-height: 47px;
    margin-bottom: 10px
}

.values_features_section .values_sec .values_box h3 {
    margin-bottom: 10px
}

.values_features_section .features_sec {
    margin-top: 120px
}

.values_features_section .features_sec .col_image {
    flex: 0 0 645px;
    max-width: 645px
}

.values_features_section .features_sec .col_content {
    flex: 0 0 calc(100% - 645px);
    max-width: calc(100% - 645px)
}

.values_features_section .features_sec .features_image_box {
    position: relative;
    padding-top: 92.6%;
    overflow: hidden
}

.values_features_section .features_sec .features_image_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain
}

.values_features_section .features_sec .features_content_box {
    width: 100%;
    max-width: 550px;
    margin-left: auto
}

.values_features_section .features_sec .features_content_box h2 {
    margin-bottom: 12px
}

.values_features_section .features_sec .features_content_box>p {
    margin-bottom: 32px
}

.values_features_section .features_sec .features_content_box ul {
    margin-bottom: 57px;
    list-style: none
}

.values_features_section .features_sec .features_content_box li {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.values_features_section .features_sec .features_content_box li img {
    width: 100%;
    max-width: 26px;
    height: auto;
    max-height: 32px;
    margin-right: 8px
}

.values_features_section .features_sec .features_content_box li p {
    font-size: 16px
}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.gallery_grid .gallery_item img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover
}

.contact_block .wpcf7-form {
    background-color: rgb(255 255 255 / 50%);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    margin-left: auto;
    border-radius: 15px;
}

.contact_block {
    margin: 0 auto;
    background: #e5e5e5;
    padding: 20px;
    border-radius: 25px;
}

.contact_block .wpcf7-form p .wpcf7-form-control-wrap,
.contact_block .wpcf7-form p>label {
    display: block;
    width: 100%;
}

.contact_block .wpcf7-form p br {
    display: none;
}

.contact_block .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.contact_block .wpcf7-form p label {
    color: #424242;
}

.contact_block .wpcf7-form p label>span:not(.wpcf7-form-control-wrap) {
    color: #dc3232;
    margin-left: 3px;
}

.contact_block .wpcf7-form p .wpcf7-form-control-wrap input,
.contact_block .wpcf7-form p .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    color: #000;
}

.contact_block .wpcf7-form p .wpcf7-form-control-wrap {
    margin-top: 5px;
}

.contact_block .wpcf7-form p .wpcf7-form-control-wrap input:focus,
.contact_block .wpcf7-form p .wpcf7-form-control-wrap textarea:focus {
    border-color: #000;
}

.contact_block .wpcf7-form p .wpcf7-form-control-wrap textarea {
    height: 80px;
}

body .is-layout-flex.social-box {
    gap: 20px;
}

.social-box>p {
    padding: 15px;
    flex-grow: 1;
    background: rgb(255 255 255 / 50%);
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.timeline-wrapper .wp-block-column .wp-block-group {
    padding: 15px;
    flex-grow: 1;
    background: rgb(255 255 255 / 50%);
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.timeline-wrapper .wp-block-columns {
    gap: 90px;
    counter-increment: section;
}

.timeline-wrapper .wp-block-column .wp-block-group:after {
    content: counter(section);
    left: -70px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    background-color: #000000;
    text-align: center;
    color: #fff;
    font-size: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
    top: 0;
}

.timeline-wrapper>.wp-block-group__inner-container>.wp-block-columns:nth-child(even) .wp-block-column .wp-block-group:after {
    left: auto;
    right: -70px;
}

.timeline-wrapper {
    position: relative;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    width: 3px;
    left: 50%;
    top: 0;
    height: 100%;
    background-color: var(--primary-color);
}

.timeline-wrapper .wp-block-group__inner-container .wp-block-columns {
    position: relative;
}

.timeline-wrapper .wp-block-group__inner-container .wp-block-columns:last-child:after {
    content: "";
    position: absolute;
    width: 3px;
    left: 50%;
    top: 50px;
    height: calc(100% - 50px);
    background-color: #e5e5e5;
}

.timeline-sec {
    background: #e5e5e5;
    padding: 20px;
    border-radius: 25px;
}

@media (min-width:992px) {
    .header-right-side-menu ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease-in-out;
        z-index: 10;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        min-width: 150px;
    }

    .header-right-side-menu .menu-item-has-children>a::after {
        content: "▼";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #333;
        transition: transform 0.3s ease;
    }

    .header-right-side-menu ul.sub-menu li>a:hover,
    .header-right-side-menu ul.sub-menu li.current-menu-item>a {
        /* background-color: #E1600C; */
        color: #E1600C;
        opacity: 1;
    }
}


@media (min-width:1200px) {
    .container {
        width: min(1500px, calc(100% - 50px));
    }

    .container .container {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .error-img,
    .page-banner,
    .post-banner {
        width: min(1460px, calc(100% - 90px));
    }
}

@media (max-width:991px) {

    .aboutus .common-main-block,
    .footer-top,
    section.property-section .common-property-block {
        flex-wrap: wrap
    }

    .aboutus .common-main-block>.aboutus-content,
    .aboutus .common-main-block>.common-inner-block {
        width: 100%
    }

    .post-grid-outer {
        grid-template-columns: repeat(1, minmax(250px, 1fr))
    }

    .post-grid-box:nth-child(14n+1) {
        grid-column: auto
    }

    .post-grid-box:nth-child(14n+2) {
        grid-column: auto;
        grid-row: unset
    }

    .post-grid-wrapper {
        padding: 80px 0
    }

    body.menu-open {
        overflow-y: hidden
    }

    .post-wrap {
        grid-template-columns: repeat(2, 1fr)
    }

    .mobile-menu-trigger {
        display: block;
        z-index: 999999
    }

    header .header-right-side-menu>*:first-child {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        padding: 140px 30px 60px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        background: rgba(0, 0, 0, .85);
        z-index: 9999;
        transition: left .3s
    }

    header .header-right-side-menu>*:first-child.active {
        left: 0
    }

    header .header-right-side-menu>*:first-child ul {
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    header .header-right-side-menu>*:first-child ul li ul.sub-menu li>a {
        font-size: 20px;
        padding-left: 0;
    }

    header .header-right-side-menu>*:first-child ul li ul.sub-menu li {
        margin-bottom: 0px;
    }

    .header-wrap .menu {
        gap: 0
    }

    header .header-right-side-menu>*:first-child ul li:not(:last-child) {
        margin: 0 0 12px
    }

    header .header-right-side-menu>*:first-child ul li a {
        font-size: 35px;
        color: #fff
    }

    .mobile-menu-trigger.active span {
        background-color: transparent
    }

    .mobile-menu-trigger.active span:after,
    .mobile-menu-trigger.active span:before {
        background-color: #fff
    }

    .header-menu-container {
        transform: none !important
    }

    .gallery_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

}

#next-btn,
.booking-btn {
    transition: background-color .3s
}

@media (max-width:781px) {
    .timeline-wrapper .wp-block-columns {
        gap: 0;
    }

    .timeline-wrapper {
        padding-left: 40px;
    }

    .timeline-wrapper::before {
        left: 4px;
    }

    .timeline-wrapper>.wp-block-group__inner-container>.wp-block-columns:nth-child(even) .wp-block-column .wp-block-group:after {
        left: -52px;
        right: 0;
    }

    .timeline-wrapper .wp-block-column .wp-block-group:after {
        left: -52px;
        height: 35px;
        width: 35px;
    }

    .timeline-wrapper .wp-block-group__inner-container .wp-block-columns:last-child:after {
        left: -37px;
        top: 35px;
        height: calc(100% - 35px);
        width: 5px;
    }
}

@media (max-width:767px) {

    h1,
    h2,
    h3,
    h4 {
        line-height: 1.25
    }

    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    .aboutus .common-main-block>.aboutus-content,
    .aboutus .common-main-block>.common-inner-block {
        padding: 30px 0;
        margin: 0
    }

    .about-block {
        width: 100%;
        margin: 0 0 20px
    }

    .about-block:nth-child(2),
    .about-block:nth-child(5) {
        top: 0
    }

    .post-wrap {
        grid-template-columns: repeat(1, 1fr)
    }

    .footer-logo img {
        max-width: 180px
    }

    .footer-top>*,
    .grid-sec .grid-row>*,
    .home-banner .banner-row>* {
        width: 100%
    }

    .footer-top .footer-right .social-icons,
    .menu-footer-menu-container .menu {
        justify-content: flex-end
    }

    .footer-top .footer-right {
        gap: 20px;
        margin-top: 20px
    }

    footer {
        padding: 40px 0 0
    }

    .post-grid-wrapper,
    section {
        padding: 50px 0
    }

    .error-img,
    .page-banner,
    .post-banner {
        min-height: 300px
    }

    .post-meta span img {
        max-width: 18px
    }

    .post-content .post-meta span {
        font-size: 14px
    }

    .post-content .post-meta {
        margin-bottom: 18px;
        gap: 15px
    }

    .error-wrap h1 {
        font-size: 125px
    }

    .error-wrap .btn {
        margin-top: 0
    }

    .header-wrap .site-logo img {
        max-width: 150px
    }

    .post-grid-categories-detail-inner {
        gap: 5px
    }

    .post-grid-categories-title h2 {
        font-size: 22px
    }

    .post-grid-categories-detail-outer {
        padding: 15px
    }

    .grid-sec .grid-row,
    .home-banner .banner-row {
        flex-wrap: wrap
    }

    .home-banner .banner-row .contact-form {
        max-width: 100%;
        margin-top: 30px
    }

    .grid-sec .grid-row:nth-child(2n),
    .grid-sec .grid-row:nth-child(odd) {
        flex-direction: column-reverse;
        margin-bottom: 50px
    }

    .grid-sec .grid-row .grid-content {
        margin-top: 10px
    }

    .tab-content .tab-heading,
    .tab-content .tab-img {
        padding: 0 15px;
        width: 100%
    }

    .values_features_section {
        padding: 60px 0
    }

    .values_sec .heading_text {
        padding-bottom: 15px
    }

    .values_features_section .row {
        justify-content: center
    }

    .values_features_section .values_sec .row>.col-4 {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }

    .values_features_section .values_sec .heading_text {
        margin: 0;
        max-width: 100%
    }

    .values_features_section .features_sec .col_image {
        flex: 100%;
        max-width: 500px;
        margin-bottom: 30px
    }

    .values_features_section .features_sec .col_content {
        flex: 100%;
        max-width: 100%
    }

    .values_features_section .features_sec .features_content_box {
        max-width: 100%
    }

    .values_features_section .features_sec .features_content_box li {
        margin-bottom: 15px
    }

    .values_features_section .features_sec .features_content_box>p {
        margin-bottom: 17px
    }

    .values_features_section .features_sec {
        margin-top: 50px
    }

    .post-grid-outer {
        grid-template-columns: 1fr
    }

    .gallery_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    :is(.error-img, .page-banner, .post-banner) .container {
        padding: 0 20px;
    }

}

.hero {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto
}

.hero-content {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    gap: 2rem
}

.sparkle {
    font-size: 2rem
}

.thumbnail {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem
}

.thumbnail img {
    width: 80px;
    height: 48px;
    object-fit: cover;
    border-radius: 30px 20px
}

.cta-container {
    position: relative;
    display: inline-block
}

.booking-btn {
    background: var(--primary);
    border: none;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    cursor: pointer
}

.booking-btn:hover {
    background-color: #f0ad45
}

.curved-arrow {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 120px;
    opacity: .8
}

.hero-image {
    position: relative;
    left: 50px;
    padding-bottom: 400px
}

.circular-image {
    position: absolute;
    inset: 0;
    border-radius: 190px 0 0 140px;
    border-left: 3.5px dotted #979696;
    border-top: 3.5px dotted #979696;
    border-bottom: 3.5px dotted #979696;
    padding: .7rem;
    overflow: hidden
}

.circular-image::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 170px 140px;
    background: radial-gradient(circle at center, transparent 0, transparent 98%, #e5e7eb 98%, #e5e7eb 100%)
}

.icon.star,
.icon.wavy {
    background-size: cover
}

.circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 180px 0 0 135px
}

@media (min-width:768px) {
    .hero {
        flex-direction: row;
        align-items: center;
        padding: 4rem 2rem
    }

    h1 {
        font-size: 3.438rem
    }

    .hero-content,
    .hero-image {
        flex: 1
    }
}

@media (min-width:1024px) {
    .mobile-menu-btn {
        display: none
    }

    .nav-links {
        display: flex;
        gap: 1.5rem;
        align-items: center
    }

    .contact-btn {
        display: block
    }
}

.difference-section {
    text-align: center;
    padding: 50px 20px
}

.heading .subheading {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px
}

.heading h1 {
    font-size: 32px;
    margin: 0
}

.features-header {
    text-align: center;
    margin-bottom: 3rem
}

.features-label {
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6b7280
}

#next-btn,
.nav-btn {
    color: #fff;
    cursor: pointer
}

.features-title {
    font-size: 2.5rem;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.carousel {
    width: 100%;
    margin: 30px auto
}

.carousel-track {
    display: flex;
    transition: transform .5s ease-in-out
}

.carousel-item {
    flex: 0 0 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    opacity: .5;
    transform: scale(.9);
    transition: opacity .3s, transform .3s
}

.carousel-item.active {
    opacity: 1;
    transform: scale(1)
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.circle.orange {
    background-color: #ffe5cc
}

.circle.yellow {
    background-color: #ffe399
}

.icon {
    width: 50px;
    height: 50px
}

.icon.wavy {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 4c6 16 15-4 21 12"></path></svg>')
}

.icon.star {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><polygon stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="12 2 15 8 22 9 17 14 18 22 12 18 6 22 7 14 2 9 9 8 12 2"></polygon></svg>')
}

.description h2 {
    font-size: 18px;
    margin-bottom: 10px
}

.description p {
    font-size: 14px;
    line-height: 1.6
}

.nav-btn {
    background-color: #333;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px
}

.nav-btn:hover {
    background-color: #555
}

.description {
    max-width: 300px;
    text-align: center;
    border: 2px solid #aaa;
    padding: 20px 50px;
    border-radius: 100px;
    margin: 20px
}

.pink {
    background-color: #ffb4a6
}

.constr-services {
    padding: 64px 24px;
    margin: 0 auto
}

.constr-header {
    text-align: center;
    margin-bottom: 48px
}

.constr-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #6b7280;
    margin-bottom: 8px
}

.constr-title {
    font-size: 48px;
    color: #111827;
    font-weight: 600
}

.constr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    padding: 20px
}

.constr-card {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 32px 50px;
    transition: transform .3s;
    min-height: 300px
}

.constr-blob,
.oneImg {
    background-position: center;
    background-size: cover
}

.constr-card:hover {
    transform: translateY(-5px)
}

.constr-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 58%;
    height: 100%;
    opacity: .1;
    z-index: 1;
    transition: transform .3s
}

.constr-blob-1 {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFEB80' d='M47.1,-57.1C59.9,-45.6,68.5,-29.2,71.5,-11.5C74.4,6.2,71.7,25.2,62.1,39.4C52.5,53.6,36,63,17.8,69.1C-0.4,75.2,-20.3,78,-36.9,71.1C-53.5,64.2,-66.8,47.6,-73.5,28.3C-80.2,9,-80.3,-13,-71.8,-30.6C-63.3,-48.2,-46.2,-61.3,-29.2,-70.5C-12.2,-79.7,4.7,-85,19.1,-78.8C33.5,-72.7,45.3,-55.1,47.1,-57.1Z' transform='translate(100 100)' /%3E%3C/svg%3E")
}

.constr-blob-2 {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFDD40' d='M54.6,-64.1C70.1,-54.5,81.4,-36.5,84.2,-17.2C87,2.1,81.3,22.7,70.8,39.7C60.2,56.7,44.8,70.1,26.4,77.2C8,84.3,-13.4,85.1,-31.9,77.8C-50.4,70.5,-66,55.1,-74.3,36.3C-82.6,17.5,-83.7,-4.7,-77.3,-24.2C-70.9,-43.7,-57,-60.5,-41,-68.4C-25,-76.3,-6.9,-75.3,11.5,-73.1C29.9,-70.9,48.4,-67.5,54.6,-64.1Z' transform='translate(100 100)' /%3E%3C/svg%3E")
}

.constr-blob-3 {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFE45C' d='M47.7,-57.2C62,-47.3,74.2,-32.6,78.9,-15.2C83.5,2.2,80.6,22.2,71.3,38.8C62,55.4,46.3,68.6,28.7,73.7C11.1,78.8,-8.3,75.8,-26.9,69.2C-45.5,62.5,-63.3,52.3,-71.8,36.3C-80.3,20.3,-79.5,-1.5,-73.3,-20.6C-67,-39.7,-55.3,-56.2,-40.5,-65.8C-25.8,-75.5,-7.9,-78.4,4.9,-74.1C17.7,-69.9,35.4,-58.5,47.7,-57.2Z' transform='translate(100 100)' /%3E%3C/svg%3E")
}

.constr-content {
    position: relative;
    top: 30%;
    z-index: 2;
    left: 10%;
    padding-right: 50px
}

.constr-content h3 {
    font-size: 24px;
    color: #111827;
    margin-bottom: 16px;
    font-weight: 600
}

.constr-content p {
    color: #4b5563;
    font-size: 16px
}

@media (max-width:768px) {
    .constr-services {
        padding: 48px 16px
    }

    .constr-title {
        font-size: 36px
    }

    .constr-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .constr-blob {
        transform: translate(-50%, -50%) scale(1)
    }
}

@media (max-width:480px) {
    .constr-card {
        padding: 24px
    }

    .constr-content h3 {
        font-size: 20px
    }
}

.oneTxt,
.twoTxt {
    padding-left: 20px
}

.hero-section {
    text-align: center;
    width: 99%
}

.hero-container {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100vw;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s
}

.hero-slide.active {
    opacity: 1;
    visibility: visible
}

#next-btn {
    padding: 15px 20px;
    border: none;
    background-color: #3a3938;
    font-size: 16px;
    border-radius: 50%
}

#next-btn:hover {
    background-color: #e64a19
}

.one,
.three,
.two {
    width: 33.33%;
    height: 99%
}

.oneImg {
    background-color: orange;
    width: 300px;
    height: 400px;
    border-radius: 100px 300px 200px;
    background-image: url("https://hdwallpaperim.com/wp-content/uploads/2017/08/25/121661-living_rooms-interiors-interior_design.jpg");
    background-repeat: no-repeat
}

.one {
    flex-direction: row;
    left: 100px
}

.oneTxt {
    flex-direction: column;
    width: 300px
}

.twoImg {
    border-radius: 300px 200px 300px 400px;
    background-image: url("https://cuttingedgeds.com/wp-content/uploads/2019/11/interior-designer-for-home-and-business-space-1.jpg")
}

.two {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end
}

.twoTxt {
    width: 270px;
    top: -100px
}

.three {
    left: -100px
}

.threeImg {
    border-radius: 400px 500px 600px;
    background-image: url("https://www.decorilla.com/online-decorating/wp-content/uploads/2018/10/modern-interior-design-grey-living-room2.png")
}

.threeTxt {
    flex-direction: column
}

.info-section,
.stat {
    text-align: center;
    display: flex
}

@media (max-width:1024px) {
    .three {
        display: none
    }
}

.info-section {
    padding: 50px 20px;
    background-color: #fff;
    align-items: center;
    justify-content: space-evenly
}

.info-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px
}

.info-header p {
    font-size: 1.2rem;
    color: #555
}

.info-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px
}

.stat {
    background-color: #f9f5ef;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0
}

.stat p {
    font-size: .8rem;
    color: #555;
    margin-top: 10px
}

.info-header .background-shape {
    position: absolute;
    left: 150px;
    transform: translateY(-25%);
    width: 400px;
    height: 200px;
    background: linear-gradient(135deg, gold, #ff9d00);
    border-radius: 100px 200px 100px 300px;
    opacity: .2
}

header .header-right-side-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    
}

/* Base styles */
.header-right-side-menu ul.menu>li {
    position: relative;
}



.header-right-side-menu ul.sub-menu li {
    /* padding: 5px 20px; */
    white-space: nowrap;
}

.header-right-side-menu ul.sub-menu li>a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: 0.2s ease;
    transition-property: opacity, background-color, color;
    padding: 8px 20px;
    font-size: 15px;
}

/* Show dropdown on hover */
.header-right-side-menu ul.menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-right-side-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 20px;
    /* space for the arrow */
}

.header-right-side-menu .menu-item-has-children:hover>a::after {
    transform: translateY(-50%) rotate(180deg);
}


header .header-right-side-menu .custom-language-switcher {
    position: relative;
    z-index: 1;
}

header .header-right-side-menu .custom-language-switcher ul {
    position: absolute;
    top: 100%;
    left: -10px;
    right: 0;
    padding: 5px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 9;
    background-color: #fff;
    width: 67px;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
}

header .header-right-side-menu .custom-language-switcher:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

header .header-right-side-menu .custom-language-switcher ul a {
    display: block;
    padding: 2px 10px;
    transition: opactiy 0.3s ease;
}

header .header-right-side-menu .custom-language-switcher ul a:hover {
    opacity: 0.6;
}

@media (max-width:991px) {
    header .header-right-side-menu {
        gap: 0px;
    }
}

header .header-right-side-menu ul.menu>.wpml-ls-item {
    position: relative;
    z-index: 1;
    padding-right: 25px;
}

header .header-right-side-menu ul.menu>.wpml-ls-item:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    margin: auto 3px auto auto;
    transform: rotate(45deg)translate(-2px, -2px);
    transition: all 0.3s ease;
}

header .header-right-side-menu ul.menu>.wpml-ls-item:hover:after {
    transform: rotate(45deg) translate(2px, 2px) scale(-1);
}

header .header-right-side-menu ul.menu>.wpml-ls-item ul.sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 217px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibilty 0.3s ease, transform 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .header-right-side-menu ul.menu>.wpml-ls-item:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

header .header-right-side-menu ul.menu>.wpml-ls-item ul.sub-menu:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

header .header-right-side-menu ul.menu>.wpml-ls-item a span {
    display: flex;
}

@media (max-width: 1729px) {
    header .header-right-side-menu ul.menu>.wpml-ls-item ul.sub-menu {
        left: auto;
        right: 0;
    }
}

/* CATEGORY FILTER LOAD MORE CSS DESIGN */
.button-wrapper {
    text-align: center;
    margin-top: 25px;
}

button#my-load-more {
    display: inline-block;
    background-color: var(--button-bg-color);
    border: 1px solid transparent;
    color: var(--secondary-color);
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}
 /* button hover color */
button#my-load-more:hover {
    background-color: #E1600C;
}

/* HIDE PAGE BANNER FOR PAGE ID 670934 */  
 .page-id-670934 section.page-banner {
    display: none;
} 
/*  */

/* FOOTER CSS DESIGN */
.footer-columns {
    display: grid;
    /* justify-content: space-between; */
    gap: 40px;
    grid-template-columns: 100px 2fr 1fr 1fr 130px;
    /* flex-wrap: wrap; */
    margin-bottom: 30px;
}


/* LOGO COLUMN */   
.footer-logo img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

/* DESCRIPTION COLUMN */
.footer-desc .footer-text {
    font-size: 1rem;
    color: #222;
    line-height: 1.5;
}

/* HEADINGS AND LISTS */
.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #111;
    font-weight: 600;
    border-bottom: 2px solid #5ACBE2;;
    padding-bottom: 4px;
}

.footer-col ul,
.footer-col .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li,
.footer-col .menu li {
    margin-bottom: 8px;
}

.footer-col ul li a,
.footer-col .menu li a {
    color: #222;
    font-size: 1rem;
    transition: color 0.2s;
}
.footer-col ul li a:hover,
.footer-col .menu li a:hover {
    color: #a78bfa;
}

/* SOCIAL ICONS */
.social-icons {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    margin-top: 10px;
}
.social-icons img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.social-icons a:hover img {
    opacity: 0.7;
}

/* COPYRIGHT */
.copyright {
    text-align: center;
    font-size: 0.95rem;
    color: #000000;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0 0 0;
    margin-top: 10px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .footer-columns {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        display: block;
    }
    .footer-col {
        max-width: 100%;
        width: 100%;
        align-items: flex-start;
        padding: 10px 0;
    }
}

/* Ensure WordPress menus are vertical inside footer */
.footer-col .menu,
.footer-col .menu ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-col .menu li {
    margin: 0;
}

.footer-col .menu li a {
    display: inline-block;
    font-size: 1rem;
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-col .menu li a:hover {
    color: #a78bfa;
}

/* HIGHLIGHT THE ACTIVE MENU ITEM */
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a {
    color: #E1600C !important;
}

/* PAGE BANNER CSS DESIGN FOR ALL INNER PAGES AND HOMEPAGE*/
.page-banner {
    height: 0vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Override only on the homepage */
  body.home .page-banner {
    height: 100vh;
  }
  
  /* HEADER RIGHT SIDE CSS DESIGN */
  .header-wrap {
    display: flex;
    align-items: center;
    /* Remove justify-content: space-between; */
}

.site-logo {
    /* Prevent logo from stretching */
    flex: 0 0 auto;
}

.header-right-side-menu {
    flex: 1 1 0;
    display: flex;
    justify-content: center; /* Center the menu horizontally */
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px; /* Space between date/time and social icons */
    flex: 0 0 auto;
    margin-left: -200px;
}

/* CATEGORY BUTTON DESIGN IN NEWS PAGE */
.category-btn {
    background-color: #5ACBE2; /* Light gray background */
    color: #333; /* Dark text */
    border: 1px solid #5ACBE2;
    padding: 8px 16px;
    margin: 5px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.category-btn:hover {
    background-color: #E1600C; /* Bootstrap Primary Blue - change as needed */
    color: #fff;
    border-color: #E1600C;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

.category-btn.active {
    background-color: #E1600C; /* Darker blue for active */
    color: #fff;
    border-color: #E1600C;
}

 /* HEADER RESPONSIVE CSS DESIGN */
 /* Base header styles */
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  
  .site-logo img {
    max-width: 120px;
    height: auto;
  }
  
  /* Right section */
  .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .date-time_wrapper {
    font-size: 14px;
    color: #333;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
  }
  
  /* Mobile menu css styles for header right side */
  @media (max-width: 768px) {
    .header-right {
        display: none;
    }
  }
  @media (max-width: 991px) {
     .social-icons {
        display: none;
    }
    .date-time_wrapper.div {
        font-size: 6px;
    }
  }
  
  
 