.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 850px;
    background-image: url("../images/vegan-hair-treatments-dubai-salon.png");
    background-size: cover;
    background-position: center center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 40%,
        rgba(0, 0, 0, 0.15) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin-left: 8%;
    color: #fff;
}

.hero-welcome {
    display: block;
    margin-bottom: 10px;
    color: #d4af37;
    font-family: "Brush Script MT", cursive;
    font-size: 48px;
}

.hero-title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    line-height: 1;
}

.hero-line {
    width: 80px;
    height: 3px;
    margin-bottom: 30px;
    background: #d4af37;
}

.hero-subtitle {
    margin-bottom: 25px;
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-subtitle span {
    color: #d4af37;
}

.hero-description {
    max-width: 700px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.8;
}

.hero-rating {
    margin-bottom: 35px;
    font-size: 18px;
}

.hero-rating span {
    margin: 0 12px;
    opacity: 0.6;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.btn-book,
.btn-whatsapp {
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.btn-book {
    background: #d4af37;
    color: #000;
}

.btn-whatsapp {
    border: 2px solid #fff;
    color: #fff;
}

.hero-services {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-services a {
    text-decoration: none;
}

.hero-services span {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    transition: 0.3s ease;
}

.hero-services a:hover span {
    background: #fff;
    color: #d4af37;
    border-color: #fff;
}

/* Video Slider Section */

.video-slider-section {
    overflow: hidden;
    padding: 80px 0;
    background: #000;
}

.video-section-title {
    margin-bottom: 45px;
    text-align: center;
    color: #fff;
}

.video-section-title span {
    color: #d4af37;
    font-family: "Brush Script MT", cursive;
    font-size: 34px;
}

.video-section-title h2 {
    margin: 10px 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 48px;
}

.video-section-title p {
    color: #ccc;
    font-size: 16px;
}

.artistic-video-slider {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}

.video-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 430px;
    border-radius: 22px;
    background: #111;
    text-decoration: none;
}

.video-card video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    transition: transform 0.5s ease;
}

.video-card:hover video {
    transform: scale(1.06);
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.05)
    );
}

.video-overlay span {
    margin-bottom: 8px;
    color: #d4af37;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.video-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

/* Why Artistic Trendz */

.why-artistic-trendz {
    padding: 70px 20px;
    background: #fff8fb;
    text-align: center;
}

.why-container {
    max-width: 1100px;
    margin: 0 auto;
}

.why-artistic-trendz h2 {
    margin-bottom: 10px;
    color: #222;
    font-size: 36px;
}

.why-subtitle {
    margin-bottom: 40px;
    color: #666;
    font-size: 17px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.why-card {
    padding: 30px 20px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
}

.why-card span {
    display: block;
    margin-bottom: 15px;
    font-size: 38px;
}

.why-card h3 {
    margin: 0;
    color: #222;
    font-size: 18px;
}

/* Popular Services */

.popular-services {
    padding: 80px 20px;
    background: #fff;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    margin-bottom: 10px;
    color: #222;
    font-size: 42px;
}

.section-title p {
    color: #666;
    font-size: 18px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition: 0.35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.service-card img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    background: #fff;
    display: block;
}

.service-content {
    padding: 25px;
}

.service-content h3 {
    margin-bottom: 12px;
    color: #222;
    font-size: 26px;
}

.service-content p {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.7;
}

.service-content span {
    color: #bf8b47;
    font-size: 15px;
    font-weight: 600;
}

/* Before & After */

.before-after-section {
    padding: 80px 20px;
    background: #fff8fb;
}

.before-after-carousel {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 15px 5px 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.before-after-carousel::-webkit-scrollbar {
    display: none;
}

.before-after-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.before-after-card img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .before-after-card {
        flex: 0 0 82%;
    }
}

.nanoplastia-comparison {
    padding: 80px 20px;
    background: #fff;
}

.comparison-table-wrap {
    max-width: 900px;
    margin: 0 auto;
    overflow-x: auto;
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #fff;
}

.comparison-table th {
    padding: 24px;
    background: #111;
    color: #d4af37;
    font-size: 26px;
    text-align: center;
}

.comparison-table td {
    padding: 22px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table td:first-child {
    color: #111;
    font-weight: 700;
}

.comparison-table td:first-child::before {
    content: "✔ ";
    color: #d4af37;
}

.comparison-table td:last-child::before {
    content: "• ";
    color: #999;
}
/* Meet Our Stylists */

.stylists-section {
    padding: 90px 20px;
    background: #fff;
}

.stylists-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 20px 5px 35px;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.stylists-carousel::-webkit-scrollbar {
    display: none;
}

.stylist-card {
    flex: 0 0 330px;
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: 0.35s ease;
}

.stylist-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

.stylist-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.stylist-content {
    padding: 26px 22px 30px;
    text-align: center;
}

.stylist-content h3 {
    margin-bottom: 8px;
    color: #222;
    font-size: 28px;
    font-weight: 800;
}

.stylist-content p {
    margin-bottom: 18px;
    color: #bf8b47;
    font-size: 15px;
    font-weight: 700;
}

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

.stylist-content li {
    margin-bottom: 9px;
    color: #555;
    font-size: 15px;
}

.stylist-content li::before {
    content: "✔ ";
    color: #d4af37;
    font-weight: 700;
}

@media (max-width: 768px) {
    .stylists-section {
        padding: 65px 16px;
    }

    .stylist-card {
        flex: 0 0 82%;
    }

    .stylist-card img {
        height: 330px;
    }
}


/* Video Section */

.homepage-video-section {
    padding: 90px 20px;
    background: #111;
}

.homepage-video-section .section-title h2 {
    color: #fff;
}

.homepage-video-section .section-title p {
    color: #ccc;
}

.video-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px;
}

.homepage-video-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 520px;
    border-radius: 26px;
    background: #000;
    text-decoration: none;
    box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.homepage-video-card:first-child {
    grid-row: span 2;
}

.homepage-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    transition: transform 0.5s ease;
}

.homepage-video-card:hover video {
    transform: scale(1.06);
}

.homepage-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.78),
        rgba(0,0,0,0.05)
    );
}

.homepage-video-overlay span {
    margin-bottom: 8px;
    color: #d4af37;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homepage-video-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .video-grid {
        grid-template-columns: 1fr;
    }

    .homepage-video-card,
    .homepage-video-card:first-child {
        min-height: 420px;
        grid-row: auto;
    }
}

@media (max-width: 600px) {
    .homepage-video-section {
        padding: 65px 16px;
    }

    .homepage-video-card,
    .homepage-video-card:first-child {
        min-height: 360px;
    }

    .homepage-video-overlay h3 {
        font-size: 24px;
    }
}

/* Premium Brands */

.brands-section{
    padding:90px 20px;
    background:#fff;
}

.brands-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

.brand-card{
    padding:35px 30px;
    border-radius:22px;
    background:#fff;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.brand-card:hover{
    transform:translateY(-8px);
}

.brand-card img{
    width:120px;
    height:70px;
    object-fit:contain;
    margin:0 auto 25px;
    display:block;
}

.brand-card h3{
    margin-bottom:15px;
    color:#222;
    font-size:26px;
}

.brand-card p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

@media(max-width:768px){

.brands-section{
    padding:65px 16px;
}

.brand-card{
    padding:30px 22px;
}

.brand-card img{
    width:100px;
}

.brand-card h3{
    font-size:22px;
}

}

.faq-section {
    padding: 90px 20px;
    background: #fff8fb;
}

.faq-list {
    max-width: 900px;
    margin: 45px auto 0;
}

.faq-list details {
    margin-bottom: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    overflow: hidden;
}

.faq-list summary {
    padding: 22px 26px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.faq-list summary::marker {
    color: #d4af37;
}

.faq-list p {
    padding: 0 26px 24px;
    color: #666;
    line-height: 1.8;
}

/* Location */

.location-section{
    padding:90px 20px;
    background:#fff;
}

.location-wrapper{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:40px;
    align-items:center;
}

.location-map{
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.location-map iframe{
    width:100%;
    height:520px;
    border:0;
}

.location-info h3{
    margin-bottom:25px;
    color:#222;
    font-size:32px;
}

.location-info ul{
    padding:0;
    margin:0 0 35px;
    list-style:none;
}

.location-info li{
    margin-bottom:18px;
    color:#555;
    font-size:17px;
    line-height:1.6;
}

.location-btn{
    display:inline-block;
    padding:16px 34px;
    border-radius:50px;
    background:#d4af37;
    color:#111;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.location-btn:hover{
    background:#bf9830;
}

@media(max-width:991px){

.location-wrapper{
    grid-template-columns:1fr;
}

.location-map iframe{
    height:420px;
}

}

@media(max-width:768px){

.location-section{
    padding:65px 16px;
}

.location-info h3{
    font-size:28px;
}

.location-map iframe{
    height:320px;
}

}
@media (max-width: 768px) {
    .nanoplastia-comparison {
        padding: 60px 16px;
    }

    .comparison-table th {
        font-size: 20px;
        padding: 18px;
    }

    .comparison-table td {
        font-size: 15px;
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .before-after-section {
        padding: 60px 16px;
    }

    .before-after-card {
        flex: 0 0 85%;
    }
}
/* Responsive */

@media (max-width: 991px) {
    .hero-content {
        margin: 0 25px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 38px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 32px;
    }

   

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

    .why-artistic-trendz h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .video-slider-section {
        padding: 55px 0;
    }

    .video-section-title h2 {
        font-size: 34px;
    }

    .video-card {
        height: 380px;
    }
}

@media (max-width: 480px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}