:root {
    --primary-color: #193046;
    --primary-light-color: #21415f;
    --primary-dark-color: #112130;
    --secondary-color: #B8A27C;
    --secondary-light-color: #c7b293;
    --secondary-dark-color: #a8927c;
    --muted-color: #8F98A1;
}

* {
    font-family: 'yekan-bakh';
    direction: rtl;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    color: var(--muted-color);
    font-size: 14px;
    margin: 0;
}

p:has(.wpcf7-spinner) {
    text-align: center;
}

p .wpcf7-spinner {
    margin: 10px 0 0 0;
}

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


input[type="text"],
textarea,
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    box-sizing: border-box;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    width: 100%;
    outline: none;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 115px 0 0 0;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

a {
    text-decoration: none;
}

.btn {
    background: var(--primary-color);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFF;
    transition: ease all 0.3s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--primary-light-color);
}

.btn.secondary {
    background-color: var(--secondary-color);
}

.btn.secondary:hover {
    background-color: var(--secondary-dark-color);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 99;
}

header .mobile-menu{
    display: none;
}

header .c {
    max-width: 1440px;
    height: 112px;
    width: 95%;
    background: #FFFFFF;
    box-shadow: 0px 20px 48px -20px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

header .logo img {
    height: 80px;
    width: auto;
}

header .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

header .menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 28px
}

header .menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #193046;
    transition: ease all 0.3s;
}

header .menu li a:hover,
header .menu li.current-menu-item a {
    color: var(--secondary-color);

}

footer {
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: url(../img/footer-bg.svg);
    color: white;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}

footer .container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .container>div:not(.copyright) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 30px;

}

footer .newsletter .n-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 44px;
}

footer .newsletter .n-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

footer .newsletter .n-form {
    width: 648px;
    padding: 10px;
    background-color: #273C51;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    border-radius: 16px;
}

footer .newsletter .n-form>.btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

footer .newsletter .n-form input {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}

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

footer .copy-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

footer .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

}

footer .social a {
    background-color: var(--secondary-color);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a:hover {
    background-color: var(--secondary-dark-color);
}

footer .widgets {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px;
}

footer .widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer .widget li {
    position: relative;
    padding-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0;
    box-sizing: border-box;

}

footer .widget li::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

footer .widget a {
    color: #fff;
    display: block;
    font: inherit;
}

footer .widget.about {
    flex: 0.3
}

footer .widget.quick-links {
    flex: 0.3
}

footer .widget.news {
    flex: 0.3
}

footer .widget>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--secondary-color);
}

footer .widget p {
    margin: 0;
}

footer .widget.about .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
}

footer .widget.quick-links ul {
    position: relative;
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .widget.quick-links ul::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 25%, rgba(255, 255, 255, 0.09) 51.56%, rgba(255, 255, 255, 0.07) 78.64%, rgba(255, 255, 255, 0) 100%);
}

footer .widget.quick-links li {
    white-space: nowrap;
}

section.about {
    padding: 180px 0;
}

section.about .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

section.about.in .container{
    flex-direction: row-reverse;
}

section.about .container>.image {
    width: 48.5%;
    display: flex;
    justify-content: flex-start;
}

section.about.in .container>.image{
    justify-content: flex-end;
}

section.about .image img {
    max-width: 80%;
    height: auto;
}


section.about .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    width: 53%;
}

section.about .content .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 50px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

section.about .content .title>span {
    color: var(--secondary-color);
}

section.about .content>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: var(--primary-color);
}

section.about .content .btn {
    padding: 15px 32px;
    width: fit-content;
}

section.about .testimonials-preview {
    margin-top: 50px;
}

section.highights-holder{
    padding: 50px;
}

.highlights {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.highlights .item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 18%;
}

.highlights .item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
}

section.faq-holder {
    padding: 80px 0;
}

section.faq-holder .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: url(../img/dubi-residence/residence-bg-start.svg);
}

section.faq-holder .container>.title {
    font-weight: 800;
    font-size: 28px;
    line-height: 43px;
    color: var(--primary-color);
}

section.faq-holder .container>.desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: var(--muted-color);
}

.blog-section{
    padding:80px 0;
}

.blog-section .title-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-section .title-holder>.title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    color: var(--primary-color);
}

.blog-section .title-holder>.desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: var(--muted-color);
    margin: 0;
}