a {
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

.home-header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 1001;
    padding-top: 11px;
    transition: all 0.3s ease 0s;
    background: rgba(24, 26, 30, .7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* backdrop-filter: blur(70px) */

}
.logo {
    height: 54px;
}
.home-header * {
    transition: all 0.3s ease 0s;
}

.home-header.sticky {
    /* background: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(12.149999618530273px);
    border-bottom: 0px; */
    position: fixed;
}

.home-header.sticky .header-top {
    border-bottom: 0px;
}

.home-header.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.header-logo {
    display: block;
}

.right-menu-wrap {
    display: flex;
    justify-content: flex-end;
}

.lan {
    margin-right: 10px;
}

.brn-cmn-btn {
 color: #fff;
    width: 145px;
    height: 32px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    border: none; /* Ensure no default borders interfere */
    
    /* Crucial changes for transition */
    background: linear-gradient(90deg, #FFB89E 0%, #6E2813 50%, #FFB89E 100%);
    background-size: 200% 100%; /* Makes the background double-wide */
    background-position: left center; /* Starts on the first half */
    transition: background-position 0.3s ease; /* Transitions the position smoothly */
}

.brn-cmn-btn:hover {
  background-position: right center; /* Slides the gradient over on hover */
}

/* .common-btn {
    background: linear-gradient(90deg, #FFB89E 0%, #6E2813 100%);
    color: #fff;
    width: 145px;
    height: 32px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.3s ease 0s;
}

.common-btn:hover {
    background: linear-gradient(90deg, #6E2813 0%, #FFB89E 100%);
} */

.common-btn {
    /* Your original styles */
    color: #fff;
    width: 145px;
    height: 32px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    border: none; /* Ensure no default borders interfere */
    
 /* Crucial changes for transition */
    background: #BE7760;
    transition: all 0.4s ease 0s;
    /* background: linear-gradient(90deg, #FFB89E 0%, #6E2813 50%, #FFB89E 100%); */
    /*background-position: left center;  Starts on the first half */
    /*transition: background-position 0.3s ease;  Transitions the position smoothly */
}

.common-btn:hover {
       background: #844F3D;
     /*background-position: right center; Slides the gradient over on hover */
}
.enquire-btn {
    /* Your original styles */
    color: #fff;
    width:98px;
    height: 32px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    border: none; /* Ensure no default borders interfere */
    
      /* Crucial changes for transition */
    background: #BE7760;
    transition: all 0.4s ease 0s;
    /* background: linear-gradient(90deg, #FFB89E 0%, #6E2813 50%, #FFB89E 100%); */
    /*background-position: left center;  Starts on the first half */
    /*transition: background-position 0.3s ease;  Transitions the position smoothly */
}

.enquire-btn:hover {
     background: #844F3D;
     /*background-position: right center; Slides the gradient over on hover */
}

/* .enquire-btn {
    background: linear-gradient(90deg, #FFB89E 0%, #6E2813 100%);
    color: #fff;
    width: 98px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    transition: all 0.3s ease 0s;
}

.enquire-btn:hover {
    background: linear-gradient(90deg, #6E2813 0%, #FFB89E 80%);
} */

.lan {
    margin-right: 10px;
    border: 1px solid var(--Primary-Melon, #FFB89E);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.news-read-more:hover {
    color: #a55a38 !important;
    gap: 12px;
    text-decoration: none;
}

.news-read-more__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border-image: linear-gradient(122.47deg, #FFB89E, #6E2813) 1;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(122.47deg, #FFB89E, #6E2813) border-box;
     transform: rotate(180deg);
}

.news-read-more:hover .news-read-more__icon {
    background: #c47b5a;
    border-color: #c47b5a;
    color: #ffffff;
}

.news-read-more__icon svg {
    width: 11px;
    height: 11px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lan a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}

.lan a:hover {
    color: #FFB89E;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.main-nav li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 142.857% */
    letter-spacing: .10em;
}

.main-nav li a:hover {
    color: #B6735C;
}

.main-nav li.current_page_item a {
    color: #B6735C;
}
.main-nav .current-menu-parent  ul.sub-menu li a {
    color: #fff ;
}
.main-nav .current-menu-parent ul.sub-menu .current-menu-item a
{
     color: #B6735C !important;
     padding-right: 32px;
}
.main-nav .current-menu-parent ul.sub-menu .current-menu-item a:before{
        opacity: 1;
}
 /* .main-nav li.current_page_item .sub-menu li.menu-item a {
    color: #fff !important;
}  */


.top-btm-menu [class*="col"]:last-child .main-nav {
    justify-content: flex-end;
    margin-left: 40px;
}

li.menu-item-has-children>a {
    padding-right: 16px;
    background: url("../images/orange-dwn-arw.svg") no-repeat right 3px;
}

.main-menu-wrap {
    padding-bottom: 12px;
}

.header-top {
     border-bottom: solid 1px rgba(255, 255, 255, 0.20);
}

.for-mobile {
    display: none;
}

.subs-form-sec input[type="text"] {
    color: #9da0a2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.168px;
    height: 32px;
    width: 100%;
    border: 0px;
    outline: none;
    background: #fff;
    padding: 0px;
    margin: 0px;
}

.subs-form-sec input[type="text"]::-webkit-input-placeholder {
    color: #9da0a2
}

.subs-form-sec input[type="text"]::-moz-placeholder {
    color: #9da0a2
}

.subs-form-sec input[type="text"]:-ms-input-placeholder {
    color: #9da0a2
}

.subs-form-sec input[type="text"]:-moz-placeholder {
    color: #9da0a2
}

/* common banner desktop and mobile */
.inner-banner {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mobile-view {
    display: none;
}

/* header-animation */

.banner-for-desktop {
    display: block;
    position: relative;
}

.banner-for-mobile {
    display: none;
}

.banner-img-wrapper img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}

section.banner.home-banner img {
    max-height: 691px !important;

}

.site-footer {
    position: relative;
    background-color: #1c1d1f;
    padding: 28px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.footer-logo svg {
    display: block;
}

.footer-contact {
    flex: 1;
    padding-right: 92px;
    margin-bottom: 0;
}

.footer-contact h5 {
    color: #F6F6F6;
    margin-bottom: 7px;
    padding-right: 0;
    border: 0;
    font-weight: 500;
}

.footer-contact__phone {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3em;
    font-family: "Onest", sans-serif;
    color: #FFB89E;
    /* background: linear-gradient(90deg, #FFB89E 0%, #6E2813 70.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15)); */
    line-height: 100%;
    margin-bottom: 1px;
}

.footer-contact__phone a {
    transition: all 0s ease 0s;
    color: #FFB89E;
    transition: color 0.3s ease;
}

.footer-contact__phone a:hover {
    color: #c47b5a;
    /* background: linear-gradient(90deg, #6E2813 0%, #FFB89E 70.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15)); */
    line-height: 100%;
    margin-bottom: 1px;
}

.footer-contact-email {
    font-size: 16px;
    font-weight: 400;
    color: #FFB89E;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: color 0.25s ease;
    display: block;
}

.footer-contact-email:hover {
    color: #c47b5a;
}

.anchor-box {
    display: flex;
    justify-content: flex-end;
}

.footer-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

/* Follow Us label */
.footer-follow-label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #F6F6F6;
    display: block;
    text-align: right;
}

/* Social icons row */
.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(196, 123, 90, 0.45);
    color: #c47b5a;
    text-decoration: none;
    transition: background 0.28s ease, border-color 0.28s ease, transform 0.22s ease;
    flex-shrink: 0;

    border-image: linear-gradient(122.47deg, #FFB89E, #6E2813) 1;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(#1c1d1f, #1c1d1f) padding-box, linear-gradient(122.47deg, #FFB89E, #6E2813) border-box;
}

.footer-social__link:hover {
    background-color: #c47b5a;
    border-color: #c47b5a;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-social__link svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    display: block;
    flex-shrink: 0;
}

/* Legal text */
.footer-legal {
    text-align: left;
    line-height: 1.6;
}

.bottom-strip img {
    width: 100%;
    object-fit: cover;
}

.footer-legal a,
.footer-legal span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(246, 246, 246, .5);
    text-decoration: none;
    display: block;
    letter-spacing: 0;
    transition: color 0.25s ease;
}

.footer-legal a:hover {
    color: rgba(255, 255, 255, 0.65);
}

/* The Main Share Toggle Button */
.share-trigger {
    position: fixed;
    bottom: 79px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #BE7760;
    /* background: linear-gradient(180deg, #FFB89E 0%, #6E2813 100%); */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px #00000026;
    border: none;
    z-index: 1000;
  transition: all 0.3s ease;
}
.share-trigger:hover {
  background: #844F3D;
  /* background: linear-gradient(320deg, #FFB89E 0%, #6E2813 100%); */
}
.page-template-template-world-of-dugasta iframe{
    border: 0;
    height: 100vh ! IMPORTANT;
    padding: 77px 0 0 0 !important;
}
/* The Popup Menu from image_cae6e4.png */
.share-menu {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 40px;
    background: #23262B;
    box-shadow: 0px 10px 20px 0px #00000026;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1001;
    height: 0x;
}

.share-menu.active {
    opacity: 1;
    visibility: visible;
    height: 157px;
}

/* Individual Icons */
.share-link {
    color: white;
    font-size: 24px;
    padding: 0 0;
    text-decoration: none;
    transition: color 0.3s;
}

.share-link img {
    transition: filter 0.3s ease;
}

.share-link:hover img {
    filter: sepia(1) saturate(10) hue-rotate(350deg) brightness(0.8) contrast(1.1);
}

/* The Divider lines from image_cae6e4.png */
.menu-divider {
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 7px 0;
}

/* The Close Button (X) */
.share-menu .close-btn {
    padding: 0px 0;
    cursor: pointer;
    border: none;
    background: none;
    position: static;
}

.share-menu .close-btn img {
    transition: all 0.3s ease 0s;
}

.share-menu .close-btn:hover img {
    transform: scale(1.1);
}

.simplefavorite-button.active {
    opacity: 1;
    border: none;
    background: none;
}

.property-img .simplefavorite-button img {
    height: fit-content;

}

.wishlist-btn .loading {
    display: none;
}
.art-section .art-hero-content .common-btn {
    margin: 25px 0;
}
.grecaptcha-badge {
    z-index: 9 !important;
}
.handle {
        width: 26px;
        height: 26px;
        padding: 0 7px;
    }
.controller svg {
        width: 4.5px;
        height: auto;
}
.handle path {
        stroke-width: 3;
}
.grecaptcha-badge {
    display: none !important;
}

/* .rc-anchor-logo-img {
    background-size: 35px !important;
}
.grecaptcha-badge {
    max-width: 210px !important;
    right: -140px !important;
    height: 49px !important;
}  */

@media (min-width: 1441px) {
  section.banner.home-banner img {
    max-height: inherit !important;

}
 
}

@media(max-width:1030px) {
    .main-nav {
        gap: 38px;
    }
}

@media(max-width:1024px) {
    .page-template-template-world-of-dugasta iframe{
        padding: 50px 0 0 0 !important;
    }
    .footer-logo {
        margin-left: 0;
    }

    .enquire-btn {
        width: 145px;
    }

    .home-header.sticky .logo svg {
        width: 130px;
        height: auto;
    }

    .home-header {
        padding-top: 14px;
    }

    .main-menu-wrap {
        padding-bottom: 14px;
    }

    .for-mobile-menu [class*="col"]:last-child {
        justify-content: flex-end;
        display: flex;
    }

    .right-menu-wrap {
        display: block;
    }

    .right-menu-wrap .main-nav {
        padding-top: 0;
        width: 100%;
        margin-bottom: 200px;
    }

    .main-nav {
        display: block;
        padding-top: 129px;
        padding-bottom: 26px;

    }

    .top-btm-menu {
        width: 100%;
        order: 1;
    }

    .top-btm-menu [class*="col"] {
        width: 100%;
        flex: none;
    }

    .top-btm-menu [class*="col"]:nth-child(2) {
        display: none;
    }

    .main-nav li a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
     /* .main-nav li.current_page_item .sub-menu li.menu-item a {
    color: #fff !important;
}  */

    /* .top-btm-menu [class*="col"]:last-child .main-nav li:nth-last-child(2) {
        margin-bottom: 0px;
    } */
    .main-menu {
        display: flex;
        flex-wrap: wrap;
    }

    /* .main-menu ul>li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0;
    } */

    .right-menu-wrap .main-nav>li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    /* .lan{
        display: none;
    } */


    .contact-btn {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 166.667% */
        letter-spacing: 2.64px;
        text-transform: uppercase;
        background: #B6735C;
        padding: 10px 20px;
        text-align: center;
        width: 100%;
        display: block;
    }
    
    .lan {
    border: 1px solid rgba(255, 184, 158, 0.28);
}
}

@media (max-width: 991px) {
    .news-header-right p {
        text-align: center;
    }

    .news-section .common-btn {
        margin-top: 20px;
    }

    .footer-legal a,
    .footer-legal span {
        display: inline;
    }

     .site-footer {
        padding: 46px 0 39px !important;
    }
    .footer-contact h5 {
        font-weight: 500;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        gap:0
    }
    .footer-legal a, .footer-legal span {
    line-height: normal;

    }
.footer-social {
    margin-bottom: 24px;
}
.footer-social__link {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
}

    .footer-follow-label {
        letter-spacing: 0.05em;
        margin-bottom: 5px;
    }

    .footer-contact__phone {
        /* background: linear-gradient(90deg, #FFB89E 0%, #6E2813 140.32%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; */
        font-size: 22px;
        margin-bottom: 7px;
    }

    .footer-logo {
        margin-bottom: 6px;
    }

      .footer-contact {
        padding: 0;
        text-align: center;
        margin-bottom: 57px;
    }

    .footer-right {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .footer-legal {
        text-align: center;
    }
     .main-nav li.current_page_item .sub-menu li.current-menu-item a {
    color: #B6735C !important;
}
a.footer-contact-email {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.8px;
    margin: 0;
}
    .custom-pagination {
    left: 20px !important;
    width: calc(100% - 40px) !important;
}

.custom-pagination .swiper-pagination-bullet {
    flex: none;
}
.custom-pagination .swiper-pagination-bullet {
    flex: 0.45;
}
}

@media (max-width: 767px) {
    .logo {
    height: auto;
}
    .common-btn {
            width: 142px;
    }
 .our-projects-wrapper  .building-side .common-btn {
    width: 132px;
}
    .anchor-box{
        justify-content: center;
    }
    .logo {
        text-align: center;
    }

    section.banner.home-banner img {
        min-height: 650px !important;
        height: auto !important;
        max-height:inherit !important;
        object-fit: cover !important;

    }


    .logo svg {
        width: 60%;
    }
.close-menu-div .logo{
    width: 150px;
}
    .close-menu-div .logo svg {
        width: 70%;
        display: flex;
    }

    .banner-for-mobile {
        display: block;
    }

    .banner-for-desktop {
        display: none;
    }

    .banner-img-wrapper img {
        max-height: inherit !important;
        height: auto !important;
    }

    .overlay {
        padding-bottom: 64px;
        align-items: flex-end;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .main-nav {
        display: block;
        padding-top: 62px;
    }

    .right-menu-wrap .main-nav {
        margin-bottom: 0;

    }
       .share-trigger img {
        width: 17px;
        height: 16px;
    }
    .share-trigger {
        width: 45px;
        height: 44px;
    }
    .news-read-more__icon {
    width: 17px;
    height: 17px;
    background: linear-gradient(white, white) padding-box, linear-gradient(126.47deg, #6E2813, #FFB89E) border-box;
}
.footer-logo svg {
    display: block;
    width: 41px;
    height: 56px;
}
    .news-section a.common-btn.desktop-vision.mobile-vision {
        width: 142px;
        margin: 26px auto 0;
    }
.home-header {
        padding-top: 14px;
    }

    .main-menu-wrap {
        padding-bottom: 14px;
    }

    .custom-pagination {
    left: 20px !important;
    width: calc(100% - 40px) !important;
}

.custom-pagination .swiper-pagination-bullet {
    flex: none;
}
.custom-pagination .swiper-pagination-bullet {
    flex: 0.45;
}
.share-trigger {
    bottom: 25px;

}
.share-menu {
        bottom: 25px;
    right: 32px;
}
}
@media (max-width: 520px) {
    .logo{
        width: 138px;
        height: 40px;
    }

.lan a {
    font-size: 11px;
}
.share-trigger {
    bottom: 100px;
    right: 8px;
}
    .share-trigger img {
        width: 17px;
        height: 16px;
    }
    .share-trigger {
        width: 45px;
        height: 44px;
    }
    .news-read-more__icon {
    width: 17px;
    height: 17px;
    background: linear-gradient(white, white) padding-box, linear-gradient(126.47deg, #6E2813, #FFB89E) border-box;
}

.share-menu {
    bottom: 100px;
    right: 10px;
}
}


.home-header {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s ease;
}