﻿html {
    scroll-padding-top: 150px;
}
/*Melava page css*/

#Vadhu-Var-Melava {
    /*        background: url("https://wallpapers.com/images/hd/couple-holding-hand-pictures-5zb19dei61erkrlv.jpg");*/
    background-color: #7D0A0A;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#blinking-button {
    padding: 8px 35px;
    border-radius: 15px 0px;
    border: 0px solid #6C8003;
    font-size: 40px;
}

@media (max-width:768px) {
    #blinking-button {
        font-size: 20px !important;
    }
}

@keyframes blink {
    0%, 100% {
        background-color: blue;
    }

    50% {
        background-color: green;
    }
}

#blinking-button {
    background-color: blue;
    color: white;
    animation: blink 1s linear infinite;
    font-size: 40px;
}


.bg-section {
    width: 100%;
    /*    height: 100vh;*/
    height: calc(100vh - 80px);
    background: linear-gradient(rgb(0 0 0 / 43%), rgb(0 0 0 / 43%)), url("../Images/slider1.png") no-repeat;
    padding: 0px;
    margin: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    background-position: 100% 100%;*/
    background-size: cover;
    background-size: cover;
}

.data-input::placeholder,
.data-input option,
.data-input {
    font-size: 14px;
    color: #212529;
}

.nav-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: -10px 10px;
    border: 2px solid #7D0A0A;
    border-radius: 3px;
    background: #7D0A0A;
}


    .nav-btn a {
        display: block;
        padding: 5px;
        padding-right: 8px;
        text-decoration: none;
        color: white;
        font-weight: 500;
        position: relative;
        z-index: 1;
        transition: color 0.3s ease;
    }


    .nav-btn::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        transition: top 0.4s ease;
        z-index: 0;
    }

    .nav-btn:hover::before {
        top: 0;
    }

    .nav-btn:hover a {
        color: #7D0A0A;
    }



.logo img {
    margin-top: 2px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
    /*    cursor:pointer;*/
}

.main-box h1 {
    text-align: center;
    color: white;
    font-size: 4rem;
/*    margin-top:80px;*/
}

.main-box span {
    color: #FF7601;
}

.your-data {
    /*    background: rgba(0, 0, 0, 0.58);*/
    background: rgb(33 25 25 / 25%);
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
}

.data-input {
    background-color: azure;
    border: none;
    outline: none;
    padding: 10px !important;
    border-radius: 5px;
    width: 75%;
}

.your-data button {
    border: none;
    width: 80px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 5px;
}

    .your-data button:hover {
        background-color: #FF7601;
        color: white;
        border: none;
    }
/*.hero-section {
    min-height: 80vh;
}*/
.hero-images {
    position: relative;
}

    .hero-images .img1 {
        width: 80%;
        border-radius: 1rem;
    }

    .hero-images .img2 {
        position: absolute;
        bottom: -36px;
        left: 62px;
        width: 80%;
        border-radius: 1rem;
    }

.welcome-text {
    font-size: 2.5rem;
    font-weight: 500;
    color: #7D0A0A;
    margin-bottom: 0px;
    text-transform: capitalize !important;
}

.matrimony-text {
    font-size: 2.5rem;
    font-weight: 500;
    color: #7D0A0A;
    text-transform: capitalize;
}

.link-highlight {
    color: #e91e63;
    font-weight: bold;
    text-decoration: none;
}

    .link-highlight:hover {
        text-decoration: underline;
    }

.contact-info .icon-circle {
    width: 40px;
    height: 40px;
    background: #fae0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-info small {
    color: #7D0A0A;
}

.section-heading {
    font-size: 2.5rem;
    color: #7D0A0A;
    font-weight: 500;
}

@media (min-width:1024px) and (max-width:1440px) {
    .img1 img {
        width: 75% !important;
    }

    .img2 img {
        width: 85% !important;
    }
}

@media (min-width:1440px) {
    .img1 img {
        width: 65% !important;
    }

    .img2 img {
        width: 85% !important;
    }
}

.term-cond li {
    display: inline-block;
    margin-bottom: 15px;
}


@media (min-width:300px) and (max-width:767px) {
    body {
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .gallery-row .col-6 {
        width: 100% !important;
    }

    .gallery-page {
        width: 100% !important;
        margin: 0 !important;
    }

    .first-info {
        margin-bottom: 20px;
    }

    li.menu-items {
        padding-bottom: 15px;
    }

    .bg-section {
        background: linear-gradient(rgb(0 0 0 / 43%), rgb(0 0 0 / 43%)), url("../Images/slider2.jpg") no-repeat center center;
        background-size: cover; /* Ensures full coverage */
        background-position: center;
        width: 100%;
/*        height: 100vh;*/
        height: calc(100vh - 125px); 
        /*margin-top: 80px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .data-input {
        width: 95%;
    }

    .email {
        width: 95% !important;
    }

    .advt {
        top: 0;
        left: 0;
    }

    /*nav {
        top: 73px !important;*/
        /*left: 20px;*/
    /*}*/



    .your-data button {
        width: 95%;
        padding: 5px;
    }

    .hamburger {
        margin-right: 20px !important;
    }

    /*    .header-icon i {
        margin-right: 13px;
    }*/

    .process-box {
        margin-bottom: 20px;
        /*        background: rgba(255, 255, 255, 0.8);*/
    }

    .text-section {
        margin-bottom: 30px !important;
        /*        margin: 20px;*/
    }

    .gallery-row .col-6 {
        flex: 1 0 auto;
        width: 51%;
    }

    .your-data {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .img1 img {
        width: 95% !important;
        margin-top: 2rem;
    }

    .img2 img {
        width: 95% !important;
        margin-bottom: 2rem;
    }

    .main-box h1 {
        text-align: center;
        color: white;
        font-size: 2.5rem;
/*        margin-top: 140px;*/
    }

    .close-icon {
        display: none;
        font-size: 25px;
        cursor: pointer;
        color: #00000094;
        margin-right: 10px;
    }

    /* When nav is active → show close icon, hide hamburger */
    nav.active .close-icon {
        display: block !important;
    }

    nav.active .hamburger {
        display: none !important;
    }

    .feature-box i, .feature-box p, .feature-box h5 {
        text-align: center;
        margin-bottom: 10px !important;
    }

    .section-heading {
        font-size: 2rem;
    }
}



.testimonial {
    background: #ffffff24;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    transition: transform 0.4s ease-in-out;
    color: white;
}

    .testimonial img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 5px solid #fff;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    }

    .testimonial h3 {
        margin-top: 50px;
        font-weight: 600;
    }

    .testimonial p.role {
        color: blue;
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center !important;
    }

    .testimonial p {
        font-size: 20px;
        text-align: justify;
    }

    .testimonial.active {
        transform: scale(1.05);
        z-index: 2;
    }

/* .carousel-indicators [data-bs-target] {
    background-color: #007bff;
  } */

.carousel-indicators button {
    background-color: black !important;
}

.carousel-inner {
    padding-bottom: 60px;
    padding-top: 30px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .service-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .service-card .card-body {
        padding: 20px;
        text-align: left;
    }

    .service-card h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

.cta-btn {
    background: #b22222;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: background 0.3s ease;
}

    .cta-btn:hover {
        background: #8b1a1a;
        color: #fff;
    }

/* Default */
.container-custom {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* For screens larger than 1900px */
@media (min-width: 1900px) {
    .container-custom {
        max-width: 1600px;
    }

    .service-card h5 {
        font-size: 22px;
    }

    .service-card p {
        font-size: 18px;
    }

    .cta-btn {
        padding: 14px 40px;
        font-size: 18px;
    }
}

/*Photo Gallery*/


.photo-gallery {
    background: #fffaf8;
}

    .photo-gallery h2 {
        font-weight: 700;
        font-size: 2rem;
        color: #7D0A0A;
    }


@media(max-width:767px) {
    .text-section {
        margin-bottom: 2rem;
    }

    .hero-images {
        margin-top: 2rem !important;
    }
}


/* Navbar */
/*nav {
    background-color: white;
    color: black;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed !important;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.advt {
    background-color: #FF7601 !important;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 20px;
    z-index: 20000000;
    width: 100%;
}
*/

/* Advt Bar */
.advt {
    background-color: #FF7601 !important;
    font-size: 20px;
    width: 100%;
    position: relative; /* normal, scrolls away */
    z-index: 1000;
}

/* Navbar default (not fixed at top initially) */
nav {
    background-color: white;
    color: black;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* normal at first */
    width: 100%;
    z-index: 2000;
    transition: all 0.3s ease-in-out;
}

    /* Navbar fixed after scroll */
    nav.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/ /* optional shadow */
    }

.logo img {
    width: 10rem;
    height: 4rem;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    /*    margin-right: 50px;*/
    margin-top: 21px;
}

    nav ul li a {
        text-decoration: none;
        color: #7D0A0A;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        /*        letter-spacing:1px;*/
        margin-left: 4px;
    }

        nav ul li a:hover {
            color: #ff7601;
        }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    background-color: #7D0A0A;
}

    .hamburger div {
        width: 25px;
        height: 3px;
        background: white;
    }

/* Mobile + Tablet view */
@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: white;
        width: 100%;
        position: absolute;
        top: 63px;
        left: 0;
        padding: 10px 0;
        border-bottom: 2px solid black;
        padding-left: 20px;
        padding-right: 40px;
    }


        nav ul li {
            border-bottom: 1px solid #0000002e;
        }

            nav ul li:last-child {
                border-bottom: none;
            }

        nav ul.show {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }



    .hamburger {
        display: flex;
        margin-right: 20px;
    }

    .form-container h2 {
        font-size: 2rem !important;
    }

    .process-box {
        margin-bottom: 20px;
    }

    .ad-carousel {
        height: 300px !important;
        overflow: hidden;
    }

        .ad-carousel img {
            height: 230px !important;
        }

    .welcome-text,
    .matrimony-text 
    {
        font-size:2rem;
    }

}


@media (min-width:768px) and (max-width: 992px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: white;
        width: 100%;
        position: absolute;
        top: 63px;
        left: 0;
        padding: 10px 0;
        border-bottom: 2px solid black;
        padding-left: 20px;
        padding-right: 40px;
    }

        nav ul li {
            border-bottom: 1px solid #0000002e;
        }

            nav ul li:last-child {
                border-bottom: none;
            }

        nav ul.show {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding-left: 55px;
            padding-right: 95px;
        }

    .nav-btn {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0px 0px !important;
        border: 2px solid #7D0A0A;
        border-radius: 3px;
    }

    .close-icon {
        display: none;
    }

   /* .header-icon .youtube {
        margin-right: 52px !important;
    }*/

    .hamburger {
        display: flex;
        margin-right: 50px;
    }
}

@media (max-width: 768px) {

    .process-box {
        margin-bottom: 20px;
    }
}

@media (min-width:769px) and (max-width:991px) {
    /*    #gallery {
        display: none;
    }*/

    .img1 img {
        width: 23rem !important;
        margin-top: 2rem;
    }

    .img2 img {
        width: 27rem !important;
        margin-bottom: 2rem;
    }

    .close-icon {
        display: none !important;
        font-size: 18px;
        cursor: pointer;
        color: #00000094;
        margin-right: 10px;
    }

    nav.active .close-icon {
        display: block !important;
    }

    nav.active .hamburger {
        display: none !important;
    }
}

/*.advt {
    background-color: #FF7601 !important;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 20px;
    z-index: 20000000;
    width: 100%;
}*/



.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .divider::before,
    .divider::after {
        content: "";
        /*        flex: 1;*/
        height: 1px;
        background: #999;
        margin: 0 10px;
        width: 5rem;
    }

    .divider i {
        color: #ff4b6e;
        font-size: 20px;
    }

.feature-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
}

    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .feature-box i {
        font-size: 40px;
        color: #002244;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .feature-box h5 {
        font-weight: 600;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .feature-box p {
        font-size: 15px;
        color: #444;
        margin: 0;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }






.process-section {
    /*    background: url('https://cdn0.weddingwire.in/article/3519/3_2/1280/jpg/59153-goldcoupleringsforengagement-pixelenastudio-lead.jpeg') no-repeat center center;*/
    background-size: cover;
    background-attachment: fixed; /* optional: gives parallax effect */
    padding: 80px 0;
    background-color: #7D0A0A;
}

.process-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}

.process-box {
    /*    background: rgba(255, 255, 255, 0.8);*/
    border-radius: 10px;
    padding: 30px 20px;
    transition: 0.3s;
    width: 300px;
    height: 300px;
    color: white;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .process-box:hover {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }

    .process-box i {
        width: 90px;
        height: 90px;
        font-size: 40px;
        display: inline-flex;
        color: white;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
        background-color: #c22020;
        margin: 10px 20px;
        padding: 15px;
    }

    .process-box h5 {
        font-weight: normal;
        margin-bottom: 10px;
    }

    .process-box p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        margin: 10px 0 0;
        max-width: 220px;
    }



/*Success Story*/

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

    .section-title h2 {
        display: inline-block;
        background: #1d66d2;
        color: #fff;
        padding: 5px 15px;
        border-radius: 4px;
        font-weight: bold;
    }

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 30px;
}

    .divider span {
        margin: 0 10px;
        color: red;
        font-size: 22px;
    }

.story-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

    .story-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .story-card:hover img {
        transform: scale(1.05);
    }

.story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
}

.story-card:hover .story-overlay {
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    background-color: #ff5722;
}

.carousel-indicators .active {
    background-color: #1d66d2;
}

@media (min-width:1024px) and (max-width:1400px) {
    nav ul li a {
        font-size: 15px;
        /*            margin-left: 55px;*/
    }

    .main-box p,
    .contact-info small,
    .contact-info p {
        font-size: 14px !important;
    }

    .youtube {
        margin-right: 20px;
    }

    .lead {
        font-size: 23px;
        text-align: justify !important;
    }

    .desc {
        font-size: 16px;
    }

    .hero-section {
        max-width: 1100px !important;
    }

    .section-heading {
        font-size: 3rem;
    }

    /*Why Choose Us section*/
    .feature-box i {
        font-size: 3.5rem;
    }

    .feature-box h5 {
        font-size: 23px;
    }

    .feature-box p,
    .process-box p {
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
    }

    .process-box i {
        font-size: 50px;
        margin: 5px auto;
    }

    .process-box h5 {
        font-size: 25px;
        text-align: center;
        letter-spacing: 1px;
    }
/*    .menu-items
    {
        margin-top:5px;
    }*/
}

.process-section .process,
#success-story .success-container,
#WhyUs .WhyUs-container {
    max-width: 1100px !important;
}

.divider i {
    font-size: 40px;
}

}

@media (min-width:1441px) and (max-width:1800px) {
    nav ul li a {
        font-size: 16px;
        /*            margin-left: 55px;*/
    }

    .logo img {
        width: 10rem;
        height: 4rem;
        margin-left: 20px;
    }

    marquee {
        font-size: 20px;
    }

/*    nav {
        top: 30px
    }*/

    .data-input::placeholder,
    .data-input option,
    .data-input {
        font-size: 16px;
        color: #212529;
        height: 3rem;
    }


    .your-data button {
        width: 12rem;
        font-size: 18px;
    }

    .main-box h1 {
        font-size: 3.5rem;
    }

    .main-box p,
    .contact-info small,
    .contact-info p {
        font-size: 14px;
    }

    .lead {
        font-size: 22px;
        text-align: justify !important;
    }

    .desc {
        font-size: 16px;
    }

    .hero-section {
        max-width: 1200px !important;
    }

    .section-heading {
        font-size: 3rem;
    }

    /*Why Choose Us section*/
    .feature-box i {
        font-size: 4rem;
    }

    .feature-box h5 {
        font-size: 25px;
    }

    .feature-box p,
    .process-box p {
        font-size: 18px;
        text-align: center;
    }

    .process-box i {
        font-size: 60px;
        margin: 5px auto;
    }

    .process-box h5 {
        font-size: 25px;
        text-align: center;
    }

    .process-section .process,
    #success-story .success-container,
    #WhyUs .WhyUs-container {
        max-width: 1200px !important;
    }

    .divider i {
        font-size: 50px;
    }
}

.footer ul li {
    margin-bottom: 7px;
}

@media (min-width:1800px) {

    nav ul li a {
        font-size: 18px;
        /*                    margin-left: 15px;*/
    }

    .menu-items {
        margin-left: 7px;
    }

    .close-icon {
        display: none;
    }

    .logo img {
        width: 10rem;
        height: 4rem;
        margin-left: 20px;
    }

    marquee {
        font-size: 20px;
    }



/*    nav {
        top: 30px
    }*/



    .data-input::placeholder,
    .data-input option,
    .data-input {
        font-size: 20px;
        color: #212529;
        height: 3rem;
    }

    .email {
        width: 50rem;
    }


    .your-data button {
        width: 10rem;
        font-size: 20px;
    }

    .main-box h1 {
        font-size: 4rem;
    }

    .main-box p,
    .contact-info small,
    .contact-info p {
        font-size: 25px;
    }

    .lead {
        font-size: 1.5rem;
        text-align: justify !important;
    }

    .desc {
        font-size: 1.5rem;
    }

    .hero-section {
        max-width: 1350px;
    }

    .section-heading {
        font-size: 4rem;
    }

    /*Why Choose Us section*/
    .feature-box i {
        font-size: 4rem;
        margin-bottom: 15px
    }

    .feature-box h5 {
        font-size: 30px;
    }


    .process-box p {
        font-size: 20px;
        text-align: center;
    }

    .feature-box p {
        font-size: 20px;
        text-align: center !important;
    }

    .process-box i {
        font-size: 60px;
        margin: 5px auto;
    }

    .process-box h5 {
        font-size: 30px;
        text-align: center;
    }

    .process-section .process,
    #success-story .success-container,
    #WhyUs .WhyUs-container {
        max-width: 1350px !important;
    }

    .divider i {
        font-size: 50px;
    }

    .img1 img {
        width: 70%;
    }
}


.bg-section button {
    background-color: #7D0A0A;
}

.my-icon {
    font-size: 15px !important;
    border: 1px solid white;
    padding: 13px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 3s ease-out;
}

    .slide-in-left.show {
        opacity: 1;
        transform: translateX(0);
    }

.slide-in-right {
    opacity: 0;
    transform: translateX(150px);
    transition: all 3s ease-out;
}

    .slide-in-right.show {
        opacity: 1;
        transform: translateX(0);
    }

.slide-in-bottom {
    opacity: 0;
    transform: translateY(80px);
    transition: transform 1s ease-out, opacity 1.2s ease-out;
}

    .slide-in-bottom.show {
        opacity: 1;
        transform: translateY(0);
    }


.story-overlay h5 {
    font-size: 20px;
}

.story-overlay p {
    font-size: 16px;
}

.story-overlay a {
    text-decoration: none !important;
}


.lead, .desc {
    text-align: justify;
font-weight:normal !important;

}

.close-icon {
    display: none;
}

/*.footer {
    background: #FF7601;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

    .footer h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
    }

.footer-nav {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

    .footer-nav li {
        display: inline-block;
        margin: 0 12px;
    }

    .footer-nav a {
        text-decoration: none;
        color: white;
        font-size: 18px;
        transition: color 0.3s;
    }

.footer-logo {
    margin-bottom: 10px
}

.footer-nav a:hover {
    color: #fff;
}*/


.social-icons {
    margin: 5px 0;
}


    .social-icons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        /*        margin: 0 8px;*/
        font-size: 15px;
        color: white;
        border: 1px solid white;
        padding: 15px;
        border-radius: 50%;
        transition: 0.3s;
        width: 25px;
        height: 25px;
        text-decoration: none;
        cursor: pointer;
    }




/*New gallery items*/
.wrapper {
    width: 100%;
}

.gallery-page {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /*    cursor: pointer;*/
}

.image-section {
    width: 100%;
}

    .image-section img {
        width: 100%;
        height: auto;
        padding: 5px;
        display: block;
        transition: transform 0.5s ease;
        border-radius: 8px;
    }

.gallery:hover .image-section img {
    transform: scale(1.1);
}


.gallery .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Show overlay on hover */
.gallery:hover > .caption {
    opacity: 1;
}

.gallery .caption h2 {
    font-weight: 700;
    font-size: 2rem;
    color: white;
}

.gallery .caption p {
    font-size: 14px;
    margin: 5px 0 0;
}

@media screen and (max-width:992px) {
    .gallery-page {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width:568px) {
    .gallery-page {
        grid-template-columns: repeat(1,1fr);
    }
}

@media screen and (max-width:400px) {
    .process-box {
        padding-left: 20px;
        /*        margin-left:20px;*/
    }
}

@media screen and (min-width:400px) and (max-width:500px) {
    .process-box {
        padding-left: 15px;
    }
}

@media (min-width:360px) and (max-width:425px) {

    .hamburger {
        margin-right: 7px !important;
    }
}

@media (min-width:426px) and (max-width:575px) {
    .header-icon .youtube {
        margin-right: 12px !important;
    }
}

/*    @media (min-width:426px) and (max-width:766px) {
        .process-box {
            margin-left: 15px;
        }
    }*/

@media (min-width:1024px) and (max-width:1440px) {
    .arrow {
        display: block;
        margin-left: 55px !important;
    }

    .steps-row {
        margin-right: 120px;
    }
}

.email {
    width: 90rem;
}

.footer {
    /*    background-color: #FF7601;*/
    background: url("https://i.etsystatic.com/34378823/r/il/f4d814/4215014359/il_1080xN.4215014359_epmf.jpg");
    padding: 40px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer ul {
        list-style: none;
    }

        .footer ul li a {
            text-decoration: none;
            color: white;
        }

            .footer ul li a:hover {
                color: #FF7601;
            }

.footer-btn {
    text-decoration: none;
    color: #7D0A0A;
    border: 2px solid #7D0A0A;
    border-radius: 3px;
    padding: 10px 10px;
    margin-right: 15px;
}

    .footer-btn a:hover {
        color: #7D0A0A;
    }

.footer h5 {
    padding-left: 35px;
    color: white;
}

.footer p {
    color: white;
    margin-bottom: 25px;
    font-weight: 500;
}

.footer-bottom {
    background: #7D0A0A;
    color: #fff;
    padding: 12px 0;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}

    .footer-bottom a {
        color: #FF7601;
        font-weight: 400;
        text-decoration: none;
    }

.footer-p {
    margin-top: 20px !important;
    font-weight: 600;
}

@media (min-width:300px) and (max-width:475px) {
    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-p {
        margin-bottom: 30px !important;
    }

    .company-info-footer {
        padding-left: 50px;
    }

    .footer-btn-box {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .footer-btn {
        display: block;
        margin-bottom: 10px;
    }

    .story-overlay p {
        font-size: 12px;
    }
    /*nav {
        top: 70px !important;*/
        /*        left: 20px;*/
    /*}*/
}

@media (min-width:900px) and (max-width:1000px) {
    .logo {
        padding-left: 30px;
    }
/*    nav {
        top: 70px;
    }*/
}

@media (min-width:992px) and (max-width:1090px) {
    .logo {
        padding-left: 30px;
    }
   

    nav ul {
        margin-right: 0px;
        padding-left: 0px;
        word-spacing: 1px;
    }

        nav ul li a {
            font-size: 14px;
            letter-spacing: 0px !important;
        }

    .nav-btn {
        margin: 0px !important;
    }

    letter-spacing:0px !important;
}

@media (max-width: 767px) {
    nav ul.show li.nav-btn {
        display: inline-block !important;
        width: 48%;
        text-align: center;
    }

    nav ul li.nav-btn {
        display: inline-block;
        width: 30%;
        text-align: center;
    }

        nav ul li.nav-btn:nth-last-child(2),
        nav ul li.nav-btn:last-child {
            margin: 5px 1%;
        }

    .nav-btn {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0px 0px !important;
        border: 2px solid #7D0A0A;
        border-radius: 3px;
    }
}

@media (max-width: 767px) {
    /* Make normal items stacked */
    nav ul.show {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }


        nav ul.show .btn-row {
            display: flex;
            justify-content: space-between;
            gap: 30px;
        }

            nav ul.show .btn-row li.nav-btn {
                flex: 1;
                text-align: center;
                margin: 0;
            }
}
@media (min-width:853px) and (max-width:900px) {

    nav ul li a {
        font-size: 14px !important;
        letter-spacing: 0px !important;
    }
}

    @media (min-width:993px) and (max-width:1023px) {
        /*    a.youtube {
        margin-right: 90px;
    }*/

        nav ul li a {
            font-size: 13px;
            letter-spacing: 0px !important;
        }

        /*    .btn-row {
        padding-right: 69px;
    }*/
    }

    .footer-icon {
        padding-left: 32px;
    }

    .social-icons a:hover {
        color: #fff;
        transform: rotate(360deg);
        transition: transform 0.6s ease-in-out;
    }

    .social-icons a.instagram:hover {
        background: #E1306C;
    }

    .social-icons a.facebook:hover {
        background: #3b5998;
    }

    .social-icons a.google:hover {
        background: #db4a39;
    }

    .social-icons a.youtube:hover {
        background: #ff0000;
    }

    .ad-carousel {
        height: 385px;
        overflow: hidden;
        /*    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
    }

        .ad-carousel img {
            height: 315px;
            width: 100%;
            /*        object-fit: cover;*/
        }

    @media screen and (min-width:500px) and (max-width:600px) {
        .process-box {
            padding-left: 15px !important;
            /*            margin-left:60px;*/
        }
    }

    li.nav-btn.d-none.hide-btn {
        display: none !important;
    }

    /*Vendor Registration Page*/
    #vendor-section {
        background-size: cover;
        background-attachment: fixed;
        background-color: #7D0A0A;
    }

        #vendor-section h1 {
            color: white;
            font-size: 3rem;
            font-weight: 500;
            margin-bottom: 20px;
            padding-top: 20px;
        }

        #vendor-section p {
            color: white;
            padding: 20px;
            margin-bottom: 0px;
            font-size: 16px;
            line-height: 1.5;
            text-align: center;
        }

    @media (max-width:900px) {
        #vendor-section p {
            color: white;
            padding: 20px;
        }
    }
    /*    
.vendor-btn a{
    text-decoration: none;
    color: white;
}
.vendor-btn{
    border: 1px solid white;
    padding:10px;
    display:inline-block;
    border-radius:3px;
}*/
    .vendor-btn {
        border: 1px solid white;
        padding: 12px 25px;
        display: inline-block;
        border-radius: 8px;
        position: relative;
        z-index: 0;
        overflow: hidden;
        cursor: pointer;
        transition: 0.3s;
        margin-bottom: 30px !important;
    }

        /* Link inside button */
        .vendor-btn a {
            text-decoration: none;
            color: white;
            font-weight: 500;
            position: relative;
            z-index: 1;
        }

        /* Glow effect */
        .vendor-btn::before {
            content: "";
            background: linear-gradient( 45deg, #FF0000, #FF7300, #FFFB00, #48FF00, #00FFD5, #002BFF, #FF00C8, #FF0000 );
            position: absolute;
            top: -2px;
            left: -2px;
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            background-size: 600%;
            filter: blur(8px);
            opacity: 0;
            transition: opacity .3s ease-in-out;
            border-radius: 8px;
            z-index: -1;
            animation: glowing 20s linear infinite;
        }

        /* Background of button */
        .vendor-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            background: #FF7601;
            border-radius: 8px;
            z-index: -2;
        }

        /* Hover trigger */
        .vendor-btn:hover::before {
            opacity: 1;
        }

        .vendor-btn:hover a {
            color: #7D0A0A;
        }

    /* Glow animation */
    @keyframes glowing {
        0% {
            background-position: 0 0;
        }

        50% {
            background-position: 400% 0;
        }

        100% {
            background-position: 0 0;
        }
    }

    .vendor-image-wrapper {
        padding: 0px;
    }

        .vendor-image-wrapper img {
            width: 100%;
            height: 400px;
        }

    @media(max-width:600px) {
        .vendor-image-wrapper img {
            width: 100% !important;
        }
    }

    @media(min-width:2000px) {
        .vendor-image-wrapper img {
            width: 100% !important;
            height: 500px;
            object-fit: cover;
        }
    }


    /*vendor registration pop up*/
    .vendor-modal {
        display: none;
        position: fixed;
        z-index: 19999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        justify-content: center;
        align-items: center;
    }

    /* Popup box */
    .vendor-modal-content {
        background: white no-repeat center;
        border-radius: 12px;
        max-width: 600px;
        width: 95%;
        position: relative;
        overflow-y: auto;
        max-height: 90vh;
        animation: fadeIn 0.3s ease-in-out;
        padding: 15px;
    }

    /* Close button */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 35px;
        cursor: pointer;
        color: #322d2dd1;
    }

    /* Animation */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .form-container input,textarea {
        background-color: #e6f0ff;
        color: #333;
        border: 1px solid #b3d1ff;
        padding: 10px;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

        .form-container input::placeholder {
            color: #333;
        }

        .form-container > select {
    background-color: #e6f0ff;
    color: #333;
    border: 1px solid #b3d1ff;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    appearance: none;
}

    .form-container select option {
        color: #333;
    }

        .form-container input:focus {
            background-color: #fff;
            border-color: #ff6a00;
            outline: none;
        }

    .submit-btn {
        width: 100%;
        background-color: #FF7601;
        color: white;
        padding: 10px;
        border: none;
        font-weight: 600;
        cursor: pointer;
        border-radius: 8px;
    }

        .submit-btn:hover {
            background: #e65c00;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        }

    .form-container h2 {
        color: #7D0A0A;
        font-size: 2rem;
        text-align: center;
    }

    .form-container {
        /*    background: rgb(255 255 255 / 25%);*/
        padding: 20px 40px;
        border-radius: 12px;
        /*    max-width: 400px;*/
        width: 100%;
        /*    box-shadow: 0 4px 15px rgb(0 0 0 / 67%);*/
        text-align: center;
    }

    @media (max-width:600px) {
        .form-container {
            padding: 20px 10px;
        }
    }

    /*Our Products*/
    .filter-buttons button {
        border: 2px solid #7D0A0A;
        background: none;
        padding: 10px 15px;
        color: #7D0A0A;
        font-size: 18px;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .filter-buttons button:hover {
            background-color: #7D0A0A;
            color: white;
        }

    .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        display: none;
    }

        .gallery-item img {
            width: 100%;
            height: 300px;
            /*        object-fit: cover;*/
            display: block;
        }

    /* Overlay at bottom of image */
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.6);
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

        .overlay span {
            font-size: 14px;
            font-weight: 500;
        }

        .overlay button {
            padding: 6px 14px;
            border: none;
            background: #ff6600;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
            font-size: 13px;
            transition: 0.3s;
        }

            .overlay button:hover {
                background: #7D0A0A;
            }

    /*.products-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px;
    margin-top: 40px;
}
*/
    .products-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, 250px);
        grid-gap: 15px;
        margin-top: 40px;
        justify-content: center;
    }

    @media (max-width: 576px) {
        .products-gallery {
            grid-template-columns: repeat(auto-fit, 340px);
            grid-gap: 20px;
        }
    }

    @media (min-width: 1800px) {
        .products-gallery {
            grid-template-columns: repeat(auto-fit, 310px);
            grid-gap: 15px;
        }

        .product-containe {
            max-width: 1300px !important;
        }
    }

    @media (max-width: 576px) {
        .filter-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .filter-buttons button {
                padding: 8px 12px;
                font-size: 16px;
                margin: 5px;
            }
    }

    .filter-buttons button.active {
        background-color: #7D0A0A;
        color: white;
    }
    /* Modal background */
    .modal {
        display: none; /* hidden by default */
        position: fixed;
        z-index: 999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        /*    display: flex;*/
        justify-content: center;
        align-items: center;
    }

    /* Modal box */
    .modal-content {
        background: #fff;
        padding: 20px;
        width: 90%;
        max-width: 400px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        position: relative;
        animation: fadeIn 0.3s ease-in-out;
    }

    /* Close button */
    .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 35px;
        cursor: pointer;
        color: #322d2dd1;
    }

    @media(min-width:300px) and (max-width:360px) {
        .social-icons a {
            padding: 12px !important;
        }

        .header-icon {
            padding: 0px;
        }

        .products-gallery {
            grid-template-columns: repeat(auto-fit, 290px);
            grid-gap: 20px;
        }
    }

    @media (min-width:850px) and (max-width:900px) {
        nav ul {
            margin-right: 0px !important;
        }
            nav ul li a {
                font-size: 14px !important;
                letter-spacing: 0px !important;
            }
    }
input.error,
textarea.error,
select.error {
    border: 1px solid #db7e7e !important;
    /* box-shadow: 0 0 8px rgba(220, 53, 69, 0.5);*/
    transition: all 0.3s ease-in-out;
    animation: shake 0.3s ease;
}
.footer-contact {
    padding-left: 32px;
    font-size: 22px;
}









/*New button*/

:root {
    --lovelish: hsl(0, 0%, 18%);
    --handshake: hsl(40, 100%, 66%);
    --btn2: hsl(242, 43%, 65%);
    --btn3: hsl(160, 86%, 63%);
}




/* Button 1 */
.reg-button {
    height: 100px;
    width: 400px;
    display: flex;
    border-radius: 0.5rem;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    /*background-image: linear-gradient( to right, #8081cf, #847dc9, #8778c3, #8a74bd, #8d70b7, #8f6db2, #9169ac, #9266a7, #9362a1, #935e9a, #935b93, #93578d );*/
    color: white;
    animation: blurr 2s;
    animation-iteration-count: infinite;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: linear-gradient(to right, #1fa800, #00bcd4);
    text-wrap-mode: nowrap;
}

img[alt="Handshake"] {
    margin-left: auto;
    transition: 0.5s;
    width: 5.5rem;
    height: 5.5rem;
}

@keyframes blurr {
    0%, 100% {
        box-shadow: 0 0 10px var(--handshake);
    }

    50% {
        box-shadow: 0 0 36px var(--handshake);
    }
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    100% {
        opacity: 0%;
    }
}

.title {
    font-weight: bold;
    margin-top: 1.6rem;
    margin-left: 5rem;
    transition: 0.5s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reg-button:hover .title {
transform: translateX(-140px);
animation: fade 0.5s;
opacity: 0%;
}

.reg-button:hover img {
transform: translateX(-270px);
}

.description {
    position: absolute;
    margin-top: 1.4rem;
    font-weight: bold;
    line-height: 2rem;
    font-size: 2rem;
    font-style: italic;
    transition: 0.5s;
    opacity: 0%;
    margin-left: 6rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reg-button:hover .description {
transform: translateX(30px);
opacity: 100%;
}


@media(max-width:768px) {
    .reg-button {
        width: 300px;
    }

    .title {
        margin-left: 0.5rem;
        font-size: 29px;
    }

    .reg-button:hover .description {
        transform: translateX(-11px);
        font-size: 25px;
    }

    .reg-button:hover img {
        transform: translateX(-200px);
    }

    .melava-title {
        font-size: 27px !important;
    }
}
.melava-title {
    padding: 5px 10px;
    font-size: 40px;
    font-family: Vesper Libre, serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.floating-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: rgba(125, 10, 10, 0.70);
    color: #fff;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
    animation: floating-btn 2s ease-out infinite;
    z-index: 99999;
}
@keyframes floating-btn {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}
/* Hover effect (desktop only) */
@media (hover:hover) {
    .floating-btn:hover {
        color: #ff7411;
        background: antiquewhite;
    }
}

/* —— MOBILE RESPONSIVE —— */
@media only screen and (max-width: 1024px) {
    .floating-btn {
        bottom: 15px;
        right: 15px;
        padding: 10px 16px;
        font-size: 10px;
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Popup Box */
.popup-box {
    background: #fff;
    width: 90%;
    max-width: 380px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    animation: popupShow 0.3s ease;
}

@keyframes popupShow {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Title */
.popup-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Description */
.popup-box p {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Download Button */
.download-btn {
    background: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top : 8px;
    margin-bottom: 10px;
}

/* Close button */
.close-popup {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .popup-box {
        width: 85%;
        max-width: 480px;
        padding: 18px;
    }

        .popup-box h2 {
            font-size: 22px;
        }

        .popup-box p {
            font-size: 16px;
        }
    .download-btn {
        
    }
   
}