/* =========================================================
   NOOR ALAIN SPA — XEONE OVERRIDE CSS
   Add this file AFTER css/style.css:
   <link rel="stylesheet" href="css/noor-alain-spa.css">
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    --nas-gold: #c8a86b;
    --nas-gold-dark: #a9874d;
    --nas-cream: #f8f3ea;
    --nas-cream-2: #efe5d6;
    --nas-brown: #39291f;
    --nas-dark: #17120f;
    --nas-text: #6d625b;
    --nas-white: #ffffff;
    --nas-border: rgba(200, 168, 107, .30);
    --nas-shadow: 0 20px 55px rgba(42, 29, 20, .12);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--nas-text);
    background: var(--nas-white);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.noor-wordmark {
    color: var(--nas-dark);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: .01em;
}

a,
button {
    transition: all .3s ease;
}

a:hover,
a:focus {
    color: var(--nas-gold-dark);
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* Remove unused XeOne components */
#revo_main_wrapper,
#services-slider,
#our-process,
#our-team,
#video-bg,
#our-apps,
#funfacts,
#our-pricings,
#our-testimonial,
#logos,
#our-blog,
#map-container,
.sidemenu_btn,
.side-menu,
#close_side_menu {
    display: none !important;
}

/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.site-header .navbar {
    min-height: 94px;
    padding: 12px 0;
    background: rgba(23, 18, 15, .76) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.site-header.fixedmenu .navbar,
.site-header .navbar.fixedmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 76px;
    padding: 7px 0;
    background: rgba(23, 18, 15, .97) !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
}

.navbar-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--nas-white) !important;
    font-size: 30px;
    line-height: .92;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.navbar-brand img {
    width: auto;
    max-width: 190px;
    height: 62px;
    object-fit: contain;
}

.noor-wordmark small {
    margin-top: 8px;
    color: var(--nas-gold);
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .36em;
}

.navbar-nav .nav-item {
    margin: 0 3px;
}

.navbar-nav .nav-link {
    position: relative;
    padding: 12px 13px !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.navbar-nav .nav-link::after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 1px;
    content: "";
    background: var(--nas-gold);
    transform: translateX(-50%);
    transition: width .3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: var(--nas-gold) !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
    width: calc(100% - 26px);
}

.navbar-nav .nav-whatsapp {
    margin-left: 14px;
    padding: 11px 20px !important;
    color: var(--nas-dark) !important;
    background: var(--nas-gold);
    border: 1px solid var(--nas-gold);
    border-radius: 0;
}

.navbar-nav .nav-whatsapp::after {
    display: none;
}

.navbar-nav .nav-whatsapp:hover {
    color: var(--nas-white) !important;
    background: transparent;
}

.navbar-toggler {
    width: 45px;
    height: 42px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 0;
}

.navbar-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: var(--nas-white) !important;
}

/* Hero: replace Revolution Slider with #home.noor-hero */
.noor-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(19, 14, 11, .90) 0%, rgba(19, 14, 11, .65) 47%, rgba(19, 14, 11, .18) 100%),
        url("../images/noor-slider.jpg") center center / cover no-repeat;
}

.noor-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 16% 40%, rgba(200, 168, 107, .16), transparent 34%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.22));
}

.noor-hero::after {
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(200, 168, 107, .3);
    border-radius: 50%;
}

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

.noor-hero__content {
    max-width: 710px;
    padding-top: 95px;
}

.noor-hero__eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 19px;
    color: var(--nas-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.noor-hero__eyebrow::before,
.section-kicker::before {
    width: 45px;
    height: 1px;
    content: "";
    background: currentColor;
}

.noor-hero h1 {
    max-width: 680px;
    margin: 0 0 24px;
    color: var(--nas-white);
    font-size: clamp(54px, 6vw, 88px);
    line-height: .98;
}

.noor-hero h1 span {
    color: var(--nas-gold);
    font-style: italic;
    font-weight: 500;
}

.noor-hero p {
    max-width: 640px;
    margin: 0 0 35px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.85;
}

.noor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.noor-btn,
.button.btnprimary,
.button.btnsecondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 27px;
    color: var(--nas-dark) !important;
    background: var(--nas-gold) !important;
    border: 1px solid var(--nas-gold) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.noor-btn:hover,
.button.btnprimary:hover,
.button.btnsecondary:hover {
    color: var(--nas-white) !important;
    background: var(--nas-dark) !important;
    border-color: var(--nas-dark) !important;
    transform: translateY(-2px);
}

.noor-btn--outline {
    color: var(--nas-white) !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, .52) !important;
}

.noor-btn--outline:hover {
    color: var(--nas-dark) !important;
    background: var(--nas-white) !important;
    border-color: var(--nas-white) !important;
}

.noor-hero__badge {
    position: absolute;
    right: 5%;
    bottom: 48px;
    z-index: 2;
    display: grid;
    width: 145px;
    height: 145px;
    place-items: center;
    padding: 20px;
    color: var(--nas-white);
    background: rgba(23, 18, 15, .82);
    border: 1px solid rgba(200, 168, 107, .72);
    border-radius: 50%;
    text-align: center;
    backdrop-filter: blur(6px);
}

.noor-hero__badge strong {
    display: block;
    color: var(--nas-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    line-height: 1;
}

.noor-hero__badge span {
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: .15em;
    text-transform: uppercase;
}

/* Global sections */
.noor-section {
    position: relative;
    padding: 105px 0;
}

.noor-section--cream {
    background: var(--nas-cream);
}

.noor-section--dark {
    color: rgba(255,255,255,.76);
    background: var(--nas-dark);
}

.noor-title {
    margin: 0 0 22px;
    color: var(--nas-dark);
    font-size: clamp(40px, 4.5vw, 60px);
    line-height: 1.05;
}

.noor-section--dark .noor-title {
    color: var(--nas-white);
}

.noor-copy {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.9;
}

.noor-heading-center {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.noor-heading-center .section-kicker {
    justify-content: center;
}

/* Services immediately after hero */
.noor-services {
    padding-top: 90px;
    background: var(--nas-cream);
}

.noor-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.noor-service-card {
    position: relative;
    display: flex;
    min-height: 470px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: #2a211c;
    box-shadow: var(--nas-shadow);
}

.noor-service-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.noor-service-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(20,14,11,.02) 18%, rgba(20,14,11,.88) 100%);
}

.noor-service-card::after {
    position: absolute;
    inset: 16px;
    z-index: 2;
    content: "";
    border: 1px solid rgba(255,255,255,.25);
    pointer-events: none;
}

.noor-service-card:hover .noor-service-card__image {
    transform: scale(1.07);
}

.noor-service-card__content {
    position: relative;
    z-index: 3;
    padding: 38px 34px;
}

.noor-service-card__number {
    color: var(--nas-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
}

.noor-service-card h3 {
    margin: 7px 0 11px;
    color: var(--nas-white);
    font-size: 31px;
}

.noor-service-card p {
    margin-bottom: 22px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.7;
}

.noor-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--nas-gold) !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.noor-service-card__link:hover {
    gap: 14px;
    color: var(--nas-white) !important;
}

/* About */
.noor-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.noor-about-image {
    position: relative;
    padding: 0 35px 35px 0;
}

.noor-about-image::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    content: "";
    background: var(--nas-cream-2);
    border: 1px solid var(--nas-border);
}

.noor-about-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 590px;
    object-fit: cover;
}

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

.noor-signature {
    margin: 28px 0;
    padding: 19px 0 19px 24px;
    color: var(--nas-brown);
    border-left: 2px solid var(--nas-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.45;
}

/* Why choose */
.noor-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.noor-benefit {
    padding: 33px 27px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(200,168,107,.20);
}

.noor-benefit i {
    margin-bottom: 21px;
    color: var(--nas-gold);
    font-size: 30px;
}

.noor-benefit h4 {
    margin-bottom: 11px;
    color: var(--nas-white);
    font-size: 24px;
}

.noor-benefit p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.75;
}

/* Gallery - compatible with existing #portfolio-xe / cube portfolio */
#portfolio-xe,
.noor-gallery {
    display: block !important;
    padding: 105px 0;
    background: var(--nas-cream) !important;
}

#portfolio-xe .heading-title span {
    color: var(--nas-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

#portfolio-xe .heading-title h2 {
    color: var(--nas-dark);
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 600;
}

#flat-filters {
    display: none !important;
}

#flat-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    height: auto !important;
}

#flat-gallery .cbp-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: 360px !important;
    overflow: hidden;
    transform: none !important;
}

#flat-gallery .cbp-item:nth-child(2),
#flat-gallery .cbp-item:nth-child(5) {
    height: 440px !important;
}

#flat-gallery .cbp-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

#flat-gallery .cbp-item:hover img {
    transform: scale(1.06);
}

#flat-gallery .overlay {
    display: flex;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(23,18,15,.68);
    opacity: 0;
    transition: opacity .35s ease;
}

#flat-gallery .cbp-item:hover .overlay {
    opacity: 1;
}

#flat-gallery .overlay h4 {
    color: var(--nas-white);
    font-size: 28px;
}

#flat-gallery .overlay p {
    color: var(--nas-gold);
}

/* Booking CTA */
.noor-booking-cta {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    color: var(--nas-white);
    background:
        linear-gradient(rgba(23,18,15,.80), rgba(23,18,15,.82)),
        url("../images/noor-cta.jpg") center / cover no-repeat;
    text-align: center;
}

.noor-booking-cta h2 {
    max-width: 800px;
    margin: 0 auto 20px;
    color: var(--nas-white);
    font-size: clamp(43px, 5vw, 66px);
    line-height: 1.05;
}

.noor-booking-cta p {
    max-width: 690px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,.78);
}

/* Contact */
#contactus {
    display: block !important;
    padding: 105px 0 85px !important;
    background: var(--nas-white);
}

#contactus .heading-title span {
    color: var(--nas-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

#contactus .heading-title h2 {
    color: var(--nas-dark);
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 600;
}

#contactus .our-address {
    margin-top: 28px !important;
    padding-right: 25px;
}

#contactus .our-address h5 {
    margin-bottom: 12px !important;
    color: var(--nas-dark);
    font-size: 23px;
}

#contactus .our-address p {
    margin-bottom: 8px !important;
    color: var(--nas-text);
}

#contactus .pickus {
    color: var(--nas-gold-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.getin_form {
    padding: 40px;
    background: var(--nas-cream);
    border: 1px solid var(--nas-border);
}

.getin_form .form-group {
    margin-bottom: 23px !important;
}

.getin_form .form-control {
    height: 54px;
    padding: 12px 0;
    color: var(--nas-dark);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(57,41,31,.25);
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}

.getin_form textarea.form-control {
    min-height: 115px;
    resize: vertical;
}

.getin_form .form-control:focus {
    border-color: var(--nas-gold);
    box-shadow: none;
}

/* Footer */
#site-footer {
    display: block !important;
    padding: 58px 0 !important;
    background: var(--nas-dark);
}

#site-footer .social-icons a {
    color: var(--nas-gold);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(200,168,107,.22);
}

#site-footer .social-icons a:hover {
    color: var(--nas-dark);
    background: var(--nas-gold);
}

#site-footer .copyrights {
    color: rgba(255,255,255,.60);
}

#site-footer .copyrights a {
    color: var(--nas-gold);
}

/* Floating WhatsApp */
.noor-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    color: #fff !important;
    background: #25d366;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
    font-size: 29px;
}

.noor-whatsapp-float:hover {
    color: #fff !important;
    background: #1cab53;
    transform: translateY(-4px) scale(1.03);
}

.noor-whatsapp-float::before {
    position: absolute;
    inset: -8px;
    content: "";
    border: 1px solid rgba(37,211,102,.4);
    border-radius: 50%;
    animation: noorPulse 2s infinite;
}

@keyframes noorPulse {
    0% { transform: scale(.85); opacity: .9; }
    70%, 100% { transform: scale(1.35); opacity: 0; }
}

/* Anchor offset */
section[id],
div[id] {
    scroll-margin-top: 82px;
}

/* Responsive */
@media (max-width: 1199px) {
    .navbar-nav .nav-link {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 12px;
    }

    .navbar-nav .nav-whatsapp {
        margin-left: 7px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .noor-service-card {
        min-height: 425px;
    }

    .noor-about-grid {
        gap: 45px;
    }

    .noor-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .site-header .navbar,
    .site-header.fixedmenu .navbar,
    .site-header .navbar.fixedmenu {
        min-height: 72px;
        padding: 7px 0;
        background: var(--nas-dark) !important;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-collapse {
        margin-top: 7px;
        padding: 18px 20px 24px;
        background: var(--nas-dark);
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .navbar-nav .nav-item {
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .navbar-nav .nav-link {
        padding: 12px 4px !important;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar-nav .nav-whatsapp {
        margin: 13px 0 0;
        text-align: center;
    }

    .noor-hero {
        min-height: 680px;
        background-position: 62% center;
    }

    .noor-hero__content {
        max-width: 620px;
    }

    .noor-hero__badge {
        display: none;
    }

    .noor-section,
    #portfolio-xe,
    #contactus,
    .noor-booking-cta {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .noor-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .noor-about-grid {
        grid-template-columns: 1fr;
    }

    .noor-about-image {
        max-width: 650px;
        margin: 0 auto;
    }

    #flat-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    #flat-gallery .cbp-item,
    #flat-gallery .cbp-item:nth-child(2),
    #flat-gallery .cbp-item:nth-child(5) {
        height: 360px !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .navbar-brand {
        font-size: 24px;
    }

    .navbar-brand img {
        max-width: 155px;
        height: 46px;
    }

    .noor-hero {
        min-height: 650px;
        background-position: 68% center;
    }

    .noor-hero::before {
        background: linear-gradient(90deg, rgba(18,13,10,.94), rgba(18,13,10,.68));
    }

    .noor-hero__content {
        padding-top: 76px;
    }

    .noor-hero h1 {
        font-size: 48px;
    }

    .noor-hero p {
        font-size: 14px;
    }

    .noor-btn {
        width: 100%;
    }

    .noor-service-grid,
    .noor-benefits,
    #flat-gallery {
        grid-template-columns: 1fr;
    }

    .noor-service-card {
        min-height: 440px;
    }

    .noor-about-image {
        padding: 0 18px 18px 0;
    }

    .noor-about-image img {
        min-height: 430px;
    }

    .noor-title,
    #portfolio-xe .heading-title h2,
    #contactus .heading-title h2 {
        font-size: 42px;
    }

    #flat-gallery .cbp-item,
    #flat-gallery .cbp-item:nth-child(2),
    #flat-gallery .cbp-item:nth-child(5) {
        height: 340px !important;
    }

    .getin_form {
        padding: 28px 22px;
    }

    .noor-whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
}

@media (max-width: 420px) {
    .noor-hero h1 {
        font-size: 42px;
    }

    .noor-hero__eyebrow,
    .section-kicker {
        font-size: 9px;
        letter-spacing: .20em;
    }

    .noor-service-card__content {
        padding: 32px 28px;
    }
}


/* =========================================================
   HEADER ACTIVE MENU OVERRIDE
   Remove XeOne blue active background
========================================================= */

.fixedmenu .navbar-nav .nav-link.active,
.fixedmenu .navbar-nav .nav-link.active:hover,
.fixedmenu .navbar-nav .nav-link.active:focus,
.center-brand.fixedmenu .navbar-nav .nav-link.active,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.active .nav-link:hover,
.navbar-nav .nav-item.active .nav-link:focus {
    background: transparent !important;
    color: var(--nas-gold) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Same menu style for normal, hover and active */
.navbar-nav .nav-link {
    background: transparent !important;
    border-radius: 0 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-item.active .nav-link {
    background: transparent !important;
    color: var(--nas-gold) !important;
}

/* Gold underline for active menu */
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-item.active .nav-link::after {
    width: calc(100% - 26px);
    background: var(--nas-gold) !important;
}

/* Header WhatsApp button - Default */
.navbar-nav .nav-whatsapp {
    color: #fff !important;
    background: var(--nas-gold) !important;
    border-color: var(--nas-gold) !important;
}

.navbar-nav .nav-whatsapp i {
    color: #fff !important;
}

/* Hover */
.navbar-nav .nav-whatsapp:hover,
.navbar-nav .nav-whatsapp:focus {
    color: #fff !important;
    background: var(--nas-dark) !important;
    border-color: var(--nas-gold) !important;
}

.navbar-nav .nav-whatsapp:hover i,
.navbar-nav .nav-whatsapp:focus i {
    color: #fff !important;
}

/*=========================================
Luxury Gallery
=========================================*/

.noor-gallery{
    padding:100px 0;
    background:#f8f3ea;
}

.spa-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    display:block;
    border-radius:4px;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.gallery-item img{
    width:100%;
    height:340px;
    object-fit:cover;
    transition:.7s ease;
    display:block;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(23,18,15,.45);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.35s;
}

.gallery-overlay i{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#c8a86b;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    transform:scale(.6);
    transition:.35s;
}

.gallery-item:hover img{
    transform:scale(1.12);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-item:hover .gallery-overlay i{
    transform:scale(1);
}

@media(max-width:991px){

.spa-gallery{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.spa-gallery{
grid-template-columns:1fr;
}

.gallery-item img{
height:300px;
}

}


/* =====================================================
   CONTACT SECTION
===================================================== */

.noor-contact {
    padding: 100px 0;
    background: #f7f2e9;
}

.noor-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 65px;
    align-items: center;
}

.noor-contact-info .section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #c9aa70;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.noor-contact-info h2 {
    margin: 0 0 22px;
    color: #211b18;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.15;
}

.noor-contact-info > p {
    max-width: 560px;
    margin-bottom: 35px;
    color: #706761;
    font-size: 16px;
    line-height: 1.8;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 18px 20px;
    color: #211b18;
    background: #fff;
    border: 1px solid rgba(201, 170, 112, 0.25);
    text-decoration: none;
    transition: 0.35s ease;
}

.contact-info-item:hover {
    border-color: #c9aa70;
    transform: translateX(7px);
    box-shadow: 0 15px 35px rgba(32, 25, 21, 0.08);
}

.contact-info-icon {
    display: flex;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #c9aa70;
    border-radius: 50%;
    font-size: 19px;
}

.contact-info-item span:last-child {
    min-width: 0;
}

.contact-info-item small {
    display: block;
    margin-bottom: 4px;
    color: #978d85;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info-item strong {
    display: block;
    color: #211b18;
    font-size: 15px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.noor-contact-form-wrap {
    padding: 42px;
    background: #211b18;
    box-shadow: 0 25px 60px rgba(25, 19, 16, 0.18);
}

.noor-contact-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.noor-contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.noor-contact-form label {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.noor-contact-form input,
.noor-contact-form select,
.noor-contact-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    color: #211b18;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
}

.noor-contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.noor-contact-form input:focus,
.noor-contact-form select:focus,
.noor-contact-form textarea:focus {
    border-color: #c9aa70;
    box-shadow: 0 0 0 3px rgba(201, 170, 112, 0.15);
}

.noor-contact-form input.is-invalid,
.noor-contact-form select.is-invalid,
.noor-contact-form textarea.is-invalid {
    border-color: #dc3545;
}

.form-error {
    display: block;
    min-height: 18px;
    padding-top: 5px;
    color: #ffb4b4;
    font-size: 12px;
}

.noor-submit-btn {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    color: #fff;
    background: #c9aa70;
    border: 1px solid #c9aa70;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    transition: 0.35s ease;
}

.noor-submit-btn:hover {
    color: #fff;
    background: transparent;
    border-color: #c9aa70;
}

.noor-submit-btn i {
    color: #fff;
    font-size: 18px;
}

.form-status {
    min-height: 20px;
    margin-top: 14px;
    color: #ffb4b4;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 991px) {
    .noor-contact {
        padding: 80px 0;
    }

    .noor-contact-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .noor-contact {
        padding: 65px 0;
    }

    .noor-contact-form-wrap {
        padding: 28px 20px;
    }

    .noor-contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .noor-contact-info h2 {
        font-size: 34px;
    }

    .contact-info-item {
        padding: 15px;
    }

    .contact-info-item strong {
        font-size: 14px;
    }
}


/* =====================================================
   NOOR ALAIN SPA FOOTER
===================================================== */

.noor-footer {
    position: relative;
    padding: 75px 0 35px;
    background: #1f1916;
    border-top: 1px solid rgba(201, 170, 112, 0.3);
}

.noor-footer .footer-brand {
    max-width: 620px;
    margin: 0 auto 28px;
}

.noor-footer .footer-brand h3 {
    margin: 0 0 12px;
    color: #c9aa70;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.noor-footer .footer-brand p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
}

.noor-footer .footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.noor-footer .footer-social-icons li {
    margin: 0;
}

.noor-footer .footer-social-icons li a {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(201, 170, 112, 0.65);
    border-radius: 50%;
    font-size: 17px;
    text-decoration: none;
    transition: 0.35s ease;
}

.noor-footer .footer-social-icons li a:hover,
.noor-footer .footer-social-icons li a:focus {
    color: #fff;
    background: #c9aa70;
    border-color: #c9aa70;
    transform: translateY(-4px);
}

.noor-footer .footer-contact-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-bottom: 28px;
}

.noor-footer .footer-contact-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.noor-footer .footer-contact-links a i {
    color: #c9aa70;
}

.noor-footer .footer-contact-links a:hover {
    color: #c9aa70;
}

.noor-footer .copyrights {
    margin: 0;
    padding-top: 25px;
    color: rgba(255, 255, 255, 0.55);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    letter-spacing: 0.3px;
}

@media (max-width: 767px) {
    .noor-footer {
        padding: 60px 0 28px;
    }

    .noor-footer .footer-brand h3 {
        font-size: 27px;
    }

    .noor-footer .footer-contact-links {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .noor-footer .footer-contact-links a {
        font-size: 13px;
        overflow-wrap: anywhere;
    }
}
 /* Remove XeOne blue hover from footer social icons */
.noor-footer .social-icons li a,
.noor-footer .social-icons li a:hover,
.noor-footer .social-icons li a:focus,
.noor-footer .social-icons li a:active {
    background-image: none !important;
    box-shadow: none !important;
}

/* Default style */
.noor-footer .social-icons li a {
    color: #c9aa70 !important;
    background: transparent !important;
    border: 1px solid rgba(201, 170, 112, 0.45) !important;
}

/* Hover style */
.noor-footer .social-icons li a:hover,
.noor-footer .social-icons li a:focus {
    color: #fff !important;
    background: #c9aa70 !important;
    border-color: #c9aa70 !important;
}

/* Keep icons controlled by the link */
.noor-footer .social-icons li a i,
.noor-footer .social-icons li a:hover i,
.noor-footer .social-icons li a:focus i {
    color: inherit !important;
    background: transparent !important;
}

/* Remove theme pseudo-element gradient/blue layer */
.noor-footer .social-icons li a::before,
.noor-footer .social-icons li a::after {
    display: none !important;
    content: none !important;
}

/* Back-to-top default brand color */
.back-top {
    position: fixed;
    background: #c9aa70 !important;
    color: #fff !important;
    border: 1px solid #c9aa70 !important;
    overflow: hidden;
    z-index: 99;
}

.back-top i {
    position: relative;
    z-index: 2;
    color: #fff !important;
}

/* Override original blue/purple gradient */
.back-top::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    border-radius: 50% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: #17120f !important;
    background-image: none !important;
    transition: all 0.35s ease !important;
}

/* Hover */
.back-top:hover {
    background: #c9aa70 !important;
    border-color: #c9aa70 !important;
    color: #fff !important;
}

.back-top:hover::before {
    opacity: 1 !important;
    visibility: visible !important;
}

.back-top:hover i {
    color: #fff !important;
}
/*=========================================
 Floating WhatsApp
=========================================*/

.floating-whatsapp{
    position:fixed;
    right:10px;
    bottom:120px;          /* Above Back-to-Top */
    width:58px;
    height:58px;
    border-radius:50%;
    background:#25D366;
    color:#fff !important;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    z-index:9999;
    transition:.35s ease;
    animation:whatsappPulse 2s infinite;
}

.floating-whatsapp i{
    color:#fff !important;
}

.floating-whatsapp:hover{
    background:#1ebc59;
    color:#fff !important;
    transform:translateY(-5px) scale(1.05);
}

@keyframes whatsappPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.55);
    }
    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

@media(max-width:768px){

    .floating-whatsapp{
        width:52px;
        height:52px;
        right:10x;
        bottom:120px;
        font-size:27px;
    }

}

/* =========================================
   Noor Alain Spa Gallery
========================================= */

#portfolio-xe{
    background:#000 !important;
    padding:100px 0;
}

#portfolio-xe .section-kicker{
    color:#c9aa70 !important;
}

#portfolio-xe .noor-title{
    color:#ffffff !important;
}

#portfolio-xe .noor-copy{
    color:rgba(255,255,255,.75) !important;
}

#portfolio-xe .gallery-item{
    background:#111;
    border-radius:12px;
    overflow:hidden;
}

#portfolio-xe .gallery-item img{
    display:block;
    width:100%;
    transition:.45s ease;
}

#portfolio-xe .gallery-item:hover img{
    transform:scale(1.08);
}

#portfolio-xe .gallery-overlay{
    background:rgba(0,0,0,.55);
}

#portfolio-xe .gallery-overlay i{
    color:#c9aa70;
    font-size:30px;
}

#portfolio-xe .gallery-item:hover{
    box-shadow:0 15px 40px rgba(201,170,112,.18);
}

/* ===============================
   Gallery Hover Fix
================================ */

#portfolio-xe .gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

#portfolio-xe .gallery-overlay{
    position:absolute;
    inset:0;
    display:flex !important;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.55);
    opacity:0;
    visibility:hidden;
    transition:.4s ease;
    z-index:2;
}

#portfolio-xe .gallery-item:hover .gallery-overlay{
    opacity:1;
    visibility:visible;
}

#portfolio-xe .gallery-overlay i{
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    border-radius:50%;
    background:#c9aa70;
    color:#fff !important;
    font-size:26px;
    transform:scale(.6);
    transition:.35s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.35);
}

#portfolio-xe .gallery-item:hover .gallery-overlay i{
    transform:scale(1);
}

#portfolio-xe .gallery-item img{
    transition:.45s ease;
}

#portfolio-xe .gallery-item:hover img{
    transform:scale(1.08);
}

@media (max-width: 991px) {
  .site-header .navbar, .site-header.fixedmenu .navbar, .site-header .navbar.fixedmenu {
     
    padding: 7px 19px !important;
    
  }
}
