    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sevillana&display=swap');
    body {
        font-family: 'Poppins', sans-serif;
    }
    .topbar {
        padding: 5px 0px;
        background: #ffffff;
    }.sellvell-icon {
        font-size: 20px;
        font-weight: 600;
        line-height: 2 !important;
    }
    /* Navbar */
    .navbar {
        background-color: #350803;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }a.navbar-brand img {
        width: 70px;
    }
    .navbar-brand, .nav-link {
        color: #fff !important;
        font-size: 1.1rem;
    }
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-brand:hover, .nav-link:hover {
        color: #ffcc00 !important;
    }

    /* Hero Section with Banner Image */
    .hero-section {
        background: url('/imgs/background-image.jpg') no-repeat center center/cover; /* Banner Image as background */
        margin-top: 0px!important;
        height: 75vh;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
    }
    .hero-section h1 {
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 1px;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .hero-section p {
        font-size: 1.3rem;
        margin-bottom: 20px;
        font-weight: 500;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    }
    .hero-section a {
        background-color: #350803;
        padding: 12px 30px;
        font-size: 1.2rem;
        color: #fff;
        transition: background-color 0.3s ease;
    }
    .hero-section a:hover {
        background-color: #555;
    }

    /* About Section */
    #about {
        padding: 80px 0;
        background-color: #f5f5f5;
        text-align: justify;
    }#about img{
        width: 90%;
    }
    #about h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #ff5733;
    }
    #about p.lead {
        font-size: 17px;
        font-weight: 500;
        margin-top: 20px;
        color: #333;
        background: #cccccc3b;
        padding: 15px 20px;
        border-radius: 10px;
        border-left: 5px solid #f16334;
        /*font-family: "Herr Von Muellerhoff", cursive;*/
    }
    
    ul.about-list {
        padding: 0px;
    }
    ul.about-list li {
        text-decoration: none;
        display: block;
    }

    /* Services Section */
    .services {
        padding: 60px 0;
        background-color: #f0f0f0;
        text-align: center;
    }
    .service-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        height: 100%;
    }
    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
    }
    .service-icon {
        font-size: 3rem;
        color: #ff5733;
        margin-bottom: 15px;
    }
    .service-card h5 {
        font-size: 1.5rem;
        color: #333;
    }
    .service-card p {
        font-size: 1rem;
        color: #666;
    }

    /* Gallery Section */
    .gallery img {
        border-radius: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery img:hover {
        transform: scale(1.1);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    }

    /* Contact Form */
    .form-control:focus {
        border-color: #ff5733;
        box-shadow: none;
    }
    .contact-section .btn-primary {
        background-color: #ff5733;
        border: none;
    }
    .contact-section .btn-primary:hover {
        background-color: #ffcc00;
    }

    /* Footer */
    .footer {
        background-color: #333;
        color: #fff;
        padding: 20px 0;
    }
    .footer p {
        margin: 0;
    }
    .social-icons a {
        color: #fff;
        font-size: 1.2rem;
        margin: 0 10px;
        transition: color 0.3s ease;
    }
    .social-icons a:hover {
        color: #ffcc00;
    }
    .gallery img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    /* SEO-friendly Image Alt Tags */
    img[alt] {
        alt: "Prince Mehandi Artist - Beautiful Mehandi Designs";
    }
    .td-none{
        text-decoration: none;
    }.contact ul {
        margin: 0px;
        padding: 0px;
    }.contact ul li {
        text-decoration: none;
        display: block;
        padding: 12px 0px;
    }.address-icon {
        font-weight: 700;
        font-size: 17px;
    }a {
        color: #dc3545;
        text-decoration: none;
    }.btn-spacial {
        padding: 8px 15px !important;
        color: #222222 !important;
        font-size: 14px;
        font-weight: 600;
        margin: 2px 0 0 18px;
    }.btn-spacial:hover {
        padding: 8px 15px !important;
        color: #000000 !important;
        font-size: 14px;
        font-weight: 600;
        margin: 2px 0 0 18px;
    }.float-left {
        float: left;
        width: 100%;
    }.top-location ul{
        padding: 5px 0px !important;
    }.topbar .social-icon ul {
        display: flex;
        justify-content: end;
        align-items: center;
        padding-left: 0px!important;
    }.top-location ul, .social-icon ul {
        margin-bottom:0px!important;
    }.top-location ul li, .social-icon ul li {
        text-decoration: none !important;
        display: inline-block;
        margin-right: 18px;
    }.social-icon ul li {
        background: #ffeebb;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        text-align: center;
        border: 1px solid red;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 4px;
        padding-right: 1px;
    }.top-location ul li a, .social-icon ul li a {
        font-size: 15px;
    }
    @media(max-width: 767px){
        a.navbar-brand img {
            width: 45px;
        }ul.d-flex.justify-content-center.justify-content-lg-start {
            flex-wrap: wrap;
            flex: 100%;
        }.navbar {
            padding-top: 0;
            padding-bottom: 0;
        }
    }