
  
 body{
    background-color: #000;
    
 }

 *{
    color:#f6e1d3;
 }
 
 p{
      font-family: "Comfortaa", sans-serif;
 }
   





    /* Scroll to top button styles */
        #scrollToTop {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #3498db;
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
        }

        /* Show button when scrolled */
        #scrollToTop.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Hover effects */
        #scrollToTop:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0,0,0,0.3);
        }

        /* Active state */
        #scrollToTop:active {
            transform: translateY(0);
        }

        /* Alternative square button style */
        .square-btn {
            border-radius: 8px !important;
            width: 45px;
            height: 45px;
        }

        /* Alternative with icon */
        .arrow-up {
            font-size: 16px;
        }

        /* Smooth scroll behavior */
        html {
            scroll-behavior: smooth;
        }

      










 /* hero section */
                    .hero-section {
            min-height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
          
        }

        .hero-container {
            max-width: 1200px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4rem;
        }

        .hero-content {
            flex: 1.2;
            max-width: 600px;
            color: #F6E1D3;
            z-index: 2;
            position: relative;
        }

        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
           color: #FF69B4;
        }

        .hero-content .subtitle-1 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            color: #F6E1D3;
        }

        .hero-content .description-1 {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #F6E1D3;
            opacity: 0.9;
              line-height: 1.5rem;
        }

        .hero-content .subtitle-2 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            color: #F6E1D3;
           
        }

        .hero-content .description-2 {
            font-size: 1.1rem;
            color: #F6E1D3;
            opacity: 0.9;
            line-height: 2rem;
        }

        .hero-image {
           flex: 1.2;
            max-width: 800px;
            min-height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
             
        }

        .hero-image img {
            width: 600;
            height: 50vh;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
        }

        .hero-image img:hover {
            transform: translateY(-10px);
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .hero-section {
                background-image: linear-gradient(rgba(0, 0, 0, 7), rgba(0, 0, 0, 0.5)),
           
            
                    
                    url('../images/banner1.jpg');
                    background-repeat: no-repeat;
                    width: 100%;
                   
                background-size: contain;
                background-position: center;
          
                padding: 2rem 1rem;
                margin-top: -15;
            
            }

            .hero-container {
                flex-direction: column;
                gap: 0;
            }

            .hero-content {
                text-align: center;
                max-width: 100%;
                
                padding: 2rem;
                border-radius: 15px;
                
                /* border: 1px solid rgba(255, 255, 255, 0.1); */
            }

            .hero-content h1 {
                font-size: 2.5rem;
            }

            .hero-content .subtitle-1 {
                font-size: 1.5rem;
            }

            .hero-content .subtitle-2 {
                font-size: 1.5rem;
            }

            .hero-content .description-1,
            .hero-content .description-2 {
                font-size: 1rem;
            }

            .hero-image {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .hero-content h1 {
                font-size: 2rem;
            }

            .hero-content .subtitle-1 {
                font-size: 1.2rem;
            }

            .hero-content .subtitle-2 {
                font-size: 1.1rem;
            }

            .hero-section {
                padding: 1rem 0.5rem;
            }

            .hero-content {
                padding: 1.5rem;
            }
        }




        /* first container */
             .first-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
         
        }

        /* Header Button */
        .header-btn {
            text-align: center;
             margin-bottom: 50px; 
             font-family: 'Comfortaa', sans-serif;
        }

        .book-vip-btn {
            background: #ffa6c9;
            color:black;
            padding: 12px 50px;
            border: none;
            border-radius: 10px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: transform 0.3s ease;
             font-family: 'Comfortaa', sans-serif;
        }

        .book-vip-btn:hover {
            transform: scale(1.05);
        }

        /* Video Section */
        .video-section {
            text-align: center;
            margin-bottom: 40px;
            
          
        }

        .video-first-container {
            position: relative;
            width: auto;
            min-height: 100px;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 15px;
           
        }

        .salon-video {
           width: 100%;
            height: 60vh;
            min-height:200px;
            object-fit: cover;
            border-radius: 20px;
            margin-top: 20px;
        }

        /* Promotion Section */
        .promotion-header {
            background-color: white;
            text-align: center;
            padding: 20px;
            margin: 40px 0 20px 0;
            border-radius: 5px;
        }

        .promotion-title {
            font-size: 2.5rem;
            font-weight: bold;
            color: black;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .salon-title {
            text-align: center;
            font-size: 2rem;
            margin: 30px 0 20px 0;
           color:#D9027D;
        }

        .promotion-dates {
            text-align: center;
            background-color:  white;
            color: #FF0000;
            padding: 15px;
            margin: 20px 0;
            font-size: 1.2rem;
            font-weight: bold;
               border-radius: 5px;
        }

        .subtitle {
            text-align: center;
            font-size: 1.3rem;
            margin-bottom: 40px;
            color: #F6E1D3;
            margin: 0 auto;
        }

        /* Services Grid */
        .services-grid {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .service-card {
         
            border-radius: 15px;
            padding: 25px;
            text-align: left;
            max-width: 300px;
            width: 100%;
            transition: transform 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .service-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #F6E1D3;
        }

        .service-details p {
            margin: 8px 0;
            color: #ccc;
            font-size: 0.95rem;
        }

        .service-price {
            font-size: 1.3rem;
            font-weight: bold;
            color: #F6E1D3;
            margin: 15px 0;
        }

        .book-btn {
            background-color: #FFA6C9;
            color: black;
            padding: 12px 25px;
            border: none;
            border-radius: 25px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-top: 10px;
             font-family: 'Comfortaa', sans-serif;
        }

        .book-btn:hover {
            background-color: #F6E1D3;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .first-container {
                padding: 15px;
            }

            .promotion-title {
                font-size: 2rem;
            }

            .salon-title {
                font-size: 1.5rem;
            }

            .subtitle {
                font-size: 1.1rem;
            }

            .services-grid {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .service-card {
                max-width: 80%;
            }

            .promotion-dates {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .promotion-title {
                font-size: 1.8rem;
                letter-spacing: 1px;
            }

            .salon-title {
                font-size: 1.3rem;
            }

            .service-title {
                font-size: 1.3rem;
            }

            .book-vip-btn {
                padding: 10px 25px;
                font-size: 14px;
                 font-family: 'Comfortaa', sans-serif;
            }
        }










        /* second-container */



               .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .hero {
            text-align: center;
            margin-bottom: 60px;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero p {
            font-size: 1.2rem;
            color: #ccc;
            max-width: 600px;
            margin: 0 auto;
        }

        .options-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 60px;
            justify-content: center;
        }

        .card {
          
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            flex: 1 1 350px;
            max-width: 400px;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
        }

        .card-image {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
        } 




        .hair-styling {
            background:h1 ;
        }

        .meet-greet {
            background:h1;
        }

        .consultation {
            background: h1;
        }

        .card-content {
            padding: 30px;
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .card-description {
            color: #ccc;
            margin-bottom: 25px;
            font-size: 1rem;
        }

        .action-btn {
            background: #FFA6C9;
            color: black;
            border: none;
            padding: 15px 30px;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
             font-family: 'Comfortaa', sans-serif;
        }

        .action-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
        }

        .featured-card {
            flex: 1 1 100%;
            max-width: 500px;
            margin: 0 auto;
        }

        .details-section {
          
            border-radius: 15px;
            padding: 40px;
            margin-top: 40px;
        }

        .details-section h3 {
            color:#FF69B4;
            margin-bottom: 20px;
            font-size: 1.3rem;
        }

        .details-list {
            list-style: none;
            margin-bottom: 30px;
        }

        .details-list li {
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
            color: #ccc;
        }

        .details-list li:before {
            content: "•";
            color:#FF69B4;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .contact-details {
            text-align: center;
            margin: 20px 0;
            color:#F6E1D3;
        }

        .phone-number {
            color:#FF69B4;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .highlight {
            background: #FF69B4;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
        }

        .closing-message {
            text-align: center;
            font-size: 1.2rem;
            font-weight: bold;
            margin-top: 30px;
            color:#FF69B4;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .wrapper {
                padding: 20px 15px;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.1rem;
            }

            .options-grid {
                flex-direction: column;
                gap: 30px;
            }

            .card {
                flex: 1 1 auto;
                max-width: none;
            }

            .card-image {
                height: 250px;
            }

            .card-content {
                padding: 25px;
            }

            .details-section {
                padding: 25px;
            }

            .action-btn {
                width: 100%;
                padding: 18px;
            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 2rem;
            }

            .hero p {
                font-size: 1rem;
            }

            .card-image {
                height: 200px;
            }

            .card-content {
                padding: 20px;
            }

            .details-section {
                padding: 20px;
            }
        }







        /* third-container */



    .third-container {
            min-height: 40vh;
               display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 2rem;
            position: relative;
        }

        .service-highlights {
            display: flex;
            gap: 4rem;
            margin-bottom: 4rem;
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-item {
            text-align: center;
            max-width: 300px;
        }

        .service-icon {
            width: 120px;
            height: 120px;
            border-radius: 25px;
            margin: 0 auto 1.5rem;
            overflow: hidden;
          
        }

        .service-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #F6E1D3;
        }

        .service-description {
            color: #ccc;
            font-size: 1rem;
        }

        .main-title {
            font-size: 3.5rem;
            font-weight: bold;
            color: #FFA6C9;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .main-subtitle {
            font-size: 1.2rem;
            color: #ccc;
            margin-bottom: 3rem;
            text-align: center;
            max-width: 500px;
        }

        .cta-button {
            background: #FFA6C9;
            color: #000;
            border: none;
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-bottom: 4rem;
        }

        .cta-button:hover {
            background: #FF69B4;
            transform: translateY(-2px);
        }

        .gallery {
            padding: 2rem;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .gallery-item {
            border-radius: 20px;
            overflow: hidden;
        
            transition: transform 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.02);
        }

        .gallery-item img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .main-title {
                font-size: 2.5rem;
            }

            .service-highlights {
                flex-direction: column;
                gap: 2rem;
                align-items: center;
            }

            .service-item {
                max-width: 280px;
            }

            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.5rem;
            }

            .gallery-item img {
                height: 300px;
            }

            .third-container {
                padding: 1rem;
            }

            .cta-button {
                padding: 0.8rem 2rem;
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 2rem;
            }

            .gallery-item img {
                height: 250px;
            }
        }















        /* fourth-container */
           .fourth-container {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                        url('./images/home5.jpeg');
            background-size: cover;
            background-position: center;
            min-height: 60vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 2rem;
            position: relative;
        }

        .brand-name {
            font-size: 0.8rem;
            letter-spacing: 3px;
            margin-bottom: 2rem;
            opacity: 0.8;
            font-weight: 300;
        }

        .hero-title {
            font-size: 3rem;
            letter-spacing: 8px;
            margin-bottom: 2rem;
            font-weight: 300;
            color:#FFA6C9;
        }

        .social-handle {
            font-size: 1.5rem;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            font-weight: 300;
        }

        .subtitle {
            font-size: 0.9rem;
            letter-spacing: 2px;
            opacity: 0.8;
            color:#F6E1D3;
            max-width: 600px;
            font-weight: 300;
        }

        .faq-section {
            padding: 4rem 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .faq-title {
            text-align: center;
            font-size: 3rem;
            color:#FFA6C9;
            margin-bottom: 3rem;
            letter-spacing: 3px;
            font-weight: 300;
        }

        .faq-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .faq-item {
          
            padding: 1.5rem;
            border-radius: 8px;
          
            transition: transform 0.3s ease, background 0.3s ease;
        }

        .faq-item:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.08);
        }

        .faq-question {
            font-size: 1.1rem;
            color:#FFA6C9;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        .faq-answer {
            font-size: 0.95rem;
            line-height: 1.6;
            opacity: 0.9;
            font-weight: 300;
            color:#F6E1D3;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2rem;
                letter-spacing: 4px;
            }

            .social-handle {
                font-size: 1.2rem;
                letter-spacing: 1px;
            }

            .brand-name {
                font-size: 0.7rem;
                letter-spacing: 2px;
            }

            .subtitle {
                font-size: 0.8rem;
                letter-spacing: 1px;
            }

            .faq-title {
                font-size: 2.5rem;
                letter-spacing: 2px;
            }

            .faq-section {
                padding: 2rem 1rem;
            }

            .faq-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .faq-item {
                padding: 1.25rem;
            }

            .fourth-container {
                min-height: 50vh;
                padding: 1rem;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 1.5rem;
                letter-spacing: 2px;
            }

            .social-handle {
                font-size: 1rem;
            }

            .faq-title {
                font-size: 2rem;
            }

            .faq-question {
                font-size: 1rem;
            }

            .faq-answer {
                font-size: 0.9rem;
            }
        }






        /* fifth-container */
        
        .footer {
          
            color: #F6E1D3;
            padding: 3rem 2rem 1rem;
            position: relative;
            overflow: hidden;
              border-top: 1px solid #333;
        }

    

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-main {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 3rem;
            margin-bottom: 2.5rem;
        }

        .footer-left {
            flex: 1;
        }

        .footer-right {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }

        .social-links {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .social-links h3 {
            color: #FF69B4;
            margin-bottom: 1rem;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .social-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            color: #e0e6ed;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 0.5rem 0;
            border-radius: 8px;
            position: relative;
        }

        .social-item:hover {
            color: #FF69B4;
            transform: translateX(10px);
            background: rgba(100, 255, 218, 0.1);
            padding-left: 1rem;
        }

        .social-icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .navs-links {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .navs-links h3 {
            color: #FF69B4;
            margin-bottom: 1rem;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .navs-link {
            color: #F6E1D3;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 0.5rem 0;
            position: relative;
            font-size: 1rem;
        }

        .navs-link:hover {
            color: #FF69B4;
            transform: translateX(-10px);
        }

        .navs-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #FFA6C9;
            transition: width 0.3s ease;
        }

        .navs-link:hover::after {
            width: 100%;
        }

        .footer-bottom {
            border-top: 1px solid #F6E1D3;
            padding-top: 1.5rem;
            text-align: center;
            color: #F6E1D3;
            font-size: 0.9rem;
            position: relative;
        }

        .copyright {
            background: #FFA6C9;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 500;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
         .footer {
                padding: 2rem 1rem 1rem;
            }

            .footer-main {
                gap: 1.5rem;
            }

            .footer-left,
            .footer-right {
                flex: 1;
            }

            .footer-right {
                justify-content: center;
            } 

            .social-links h3,
            .navs-links h3 {
                font-size: 1.1rem;
                margin-bottom: 0.75rem;
            }

            .social-item,
            .navs-link {
                font-size: 0.9rem;
                padding: 0.4rem 0;
            }

            .social-item:hover {
                transform: translateX(8px);
                padding-left: 0.75rem;
            }

            .navs-link:hover {
                transform: translateX(-8px);
            }
        }

        @media (max-width: 480px) {
            .footer {
                padding: 1.5rem 0.75rem 1rem;
            }

            .footer-main {
                gap: 1.5rem;
            }

            .social-links h3,
            .navs-links h3 {
                font-size: 0.8rem;
            }

            .social-item,
            .navs-link {
                font-size: 0.6rem;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .footer-content > * {
            animation: fadeInUp 0.8s ease forwards;
        }

        .footer-main {
            animation-delay: 0.2s;
        }

        .footer-bottom {
            animation-delay: 0.4s;
        }