*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body{
    overflow-x:hidden;
    width:100%;
}
html{
    scroll-behavior:smooth;
}
html{
    scroll-behavior:smooth;
}
.logo{
    display:flex;
    align-items:center;
    gap:10px;
}
.vision-mission{
    display:flex;
    gap:30px;
    padding:80px;
}

.logo img{
    width:100px;
    height:100px;
    object-fit:contain;
    border-radius:50%;

}
.logo h1{
    color: white;
    font-weight: bold;
    margin: 0;
}
.big-g{
    color:#ff6b00;
    font-size:55px;
    font-weight:900;
}

.logo h1{
    font-size:42px;
    font-weight:bold;
    color:red;
}
.cafe-orange{
    color:#ff6b00;
}
body{
    font-family:Arial, sans-serif;
}

nav{
    background:#222;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 50px;

    
    position:sticky;
    top:0;
    z-index:1000;
}

nav h1{
    color:white;
}

nav ul{
    display:flex;
    list-style:none;
}

nav ul li{
    margin-left:20px;
}

nav ul li a{
    color:white;
    text-decoration:none;
    padding:8px 12px;
}

/* Hero Section */

.hero{
    height:80vh;
    background-image:url("images/hero.jpeg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

    position:relative;
}

.hero::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

 .hero-content{
    position:relative;
    z-index:1;

    max-width:900px;
    width:100%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

 .hero-content h1{
    font-size:70px;
    color:white;
    margin-bottom:20px;
}

.hero-content p{
    font-size:28px;
    color:white;
    margin-bottom:25px;
}

.hero-content button{
    background:#ff7a00;
    color:white;
    border:none;
    padding:15px 30px;
    font-size:18px;
    border-radius:10px;
    cursor:pointer;
    transition:0.3s;
}
.hero-content button:hover{
    background:#e66a00;
    transform:scale(1.05);
}
.hero img{
    width:65%;
    height:80vh;
    object-fit:cover;
}
.about{
    padding:80px 100px;
    text-align:center;
    background:white;
}

.about h2{
    font-size:40px;
    margin-bottom:20px;
}

.about p{
    font-size:20px;
    line-height:1.8;
    max-width:900px;
    margin:auto;
}
.about-page{
    padding:50px;
    max-width:1200px;
    margin:50px auto;

    background:rgba(0,0,0,0.75);
    color:white;
}

.about-page h1{
    font-size:50px;
    text-align:center;
    margin-bottom:30px;
}

.about-page h2{
    margin-top:30px;
    margin-bottom:15px;
    color:#ff7a00;
}

.about-page p,
.about-page li{

    font-size:20px;
    line-height:1.8;
    margin-bottom:20px;
}

.about-page ul{
    margin-left:30px;
}

.about-page li{
    font-size:20px;
    margin-bottom:10px;
}
.menu{
    background:#111;
    padding:80px 20px;
    text-align:center;
}

.menu h2{
    color:white;
    font-size:45px;
    margin-bottom:40px;
}

.menu img{
    width:80%;
    max-width:900px;
    margin:20px auto;
    display:block;
    border-radius:15px;
}
.why-us{
    padding:80px 50px;
    background:#f5f5f5;
    text-align:center;
}

.why-us h2{
    font-size:45px;
    margin-bottom:50px;
}

.why-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.card{
    background:white;
    padding:25px;
    border-radius:15px;
    max-width:350px;
    margin:auto;
}
.card:hover{
    transform:translateY(-10px);
}

.card h3{
    margin-bottom:15px;
}
.cricket-section{
    display:flex;
    align-items:center;
    gap:50px;
    padding:80px 50px;
}

.cricket-image{
    flex:1;
}

.cricket-image img{
    width:100%;
    border-radius:20px;
}

.cricket-content{
    flex:1;
}

.cricket-content h2{
    font-size:45px;
    margin-bottom:20px;
}

.cricket-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
}

.cricket-content ul{
    margin-bottom:20px;
}

.cricket-content li{
    margin-bottom:10px;
    list-style:none;
}

.book-btn{
    background: orange;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.book-btn:hover{
    background: darkorange;
}
.menu-preview{
    padding:80px 50px;
    text-align:center;
    background:#f5f5f5;
}

.menu-preview h2{
    font-size:40px;
    margin-bottom:40px;
}
.menu-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.menu-card{
    background:white;
    padding:25px;
    max-width:350px;
    margin:auto;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.menu-card h3{
    margin-bottom:15px;
}

.menu-preview button{
    background:#ff7a00;
    color:white;
    border:none;
    padding:15px 30px;
    border-radius:10px;
    cursor:pointer;
}
.gallery{
    padding:80px 50px;
    background:#111;
    text-align:center;
}

.gallery h2{
    color:white;
    font-size:45px;
    margin-bottom:40px;
}

.gallery-container{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.gallery-container img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    transition:0.3s;
}

.gallery-container img:hover{
    transform:scale(1.03);
}
.about-section{
    background:white;
    padding:100px 120px;
}

.about-section h1{
    text-align:center;
    font-size:70px;
    font-weight:300;
    letter-spacing:8px;
    color:black;
    margin-bottom:70px;
}

.about-content{
    max-width:1000px;
    margin:auto;
}

.about-content h2{
    font-size:42px;
    color:black;
    margin-bottom:30px;
}

.about-content p{
    font-size:22px;
    line-height:1.9;
    color:#444;
    margin-bottom:25px;
}
.mission{
    background:#111;
    color:white;
    text-align:center;
    padding:100px 50px;
}

.mission h2{
    font-size:50px;
    margin-bottom:30px;
}

.mission p{
    max-width:900px;
    margin:auto;
    font-size:22px;
    line-height:1.8;
}
.stats-section h2{
    text-align:center;
    color:white;
    font-size:32px;
    margin-bottom:30px;
}

.stats{
    background:#111;
    color:white;
    display:flex;
    justify-content:center;
    gap:80px;
    padding:40px 20px;
    text-align:center;
    flex-wrap:wrap;
}


.about-hero{
    height:90vh;

    background-image:url("images/hero.jpeg");
    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;
}

.about-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:rgba(0,0,0,0.6);
}

.about-hero-content{
    position:relative;
    z-index:2;

    text-align:center;
    color:white;

    max-width:900px;
    padding:20px;
}

.about-hero-content span{
    color:#ff7a00;
    font-size:18px;
    letter-spacing:4px;
    font-weight:bold;
}

.about-hero-content h1{
    font-size:60px;
    line-height:1.1;
}

.about-hero-content p{
    font-size:24px;
    line-height:1.8;
    margin-bottom:30px;
}

.about-hero-content button{
    background:#ff7a00;
    color:white;
    border:none;

    padding:15px 35px;

    font-size:18px;
    border-radius:10px;

    cursor:pointer;
    transition:0.3s;
}

.about-hero-content button:hover{
    background:#e66a00;
    transform:scale(1.05);
}
.our-story{
    padding:100px 80px;
    display:flex;
    align-items:center;
    gap:60px;
    background:#f5f5f5;
}

.story-image{
    flex:1;
}

.story-image img{
    width:100%;
    border-radius:20px;
  
}

.story-content{
    flex:1;
}

.story-content span{
    color:#ff7a00;
    font-weight:bold;
    letter-spacing:3px;
}

.story-content h2{
    font-size:50px;
    margin:15px 0 25px;
}

.story-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

@media (max-width:768px){

    .vision-mission{
        flex-direction:column;
        padding:40px 15px;
        gap:20px;
    }

   .vm-card{
    background:white;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

    .vm-card h2{
        font-size:36px;
        margin-bottom:20px;
        text-align:center;
    }

    .vm-card p{
        font-size:18px;
        line-height:1.8;
        text-align:center;
    }
}

.closing-section{
    text-align:center;
    padding:120px 80px;
    background:#111;
    color:white;
}

.closing-section h2{
    font-size:60px;
    margin-bottom:30px;
}

.closing-section p{
    max-width:800px;
    margin:auto;
    font-size:22px;
    line-height:1.8;
}
.timeline{
    padding:100px 80px;
    background:#f5f5f5;
    text-align:center;
}

.timeline h2{
    font-size:50px;
    margin-bottom:60px;
}

.timeline-container{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.timeline-item{
    background:white;
    width:250px;
    padding:30px;
    border-radius:20px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.timeline-item:hover{
    transform:translateY(-10px);
}

.timeline-item h3{
    color:#ff7a00;
    font-size:32px;
    margin-bottom:15px;
}
.about-ending{
    background:#111;
    color:white;
    text-align:center;
    padding:120px 50px;
}

.about-ending h2{
    font-size:40px;
    margin-bottom:30px;
}

.about-ending p{
    max-width:900px;
    margin:0 auto 25px;
    font-size:22px;
    line-height:1.8;
    color:#d0d0d0;
}

.about-ending button{
    margin-top:20px;
    background:#ff7a00;
    color:white;
    border:none;
    padding:18px 40px;
    font-size:18px;
    border-radius:10px;
    cursor:pointer;
    transition:0.3s;
}

.about-ending button:hover{
    background:#e66a00;
    transform:translateY(-3px);
}
.mission-tag{
    color:#ff7a00;
    letter-spacing:4px;
    font-weight:bold;
}

.stat-card{
    background:#1a1a1a;
    padding:18px;
    border-radius:20px;
    border:1px solid #2a2a2a;
    width:100%;
    max-width:280px;
    text-align:center;
}

.stat-card:hover{
    transform:translateY(-8px);
    border-color:#ff7a00;
}

.stat-card h3{
    color:#ff7a00;
    font-size:28px;
    margin-bottom:15px;
}
.contact-hero{
    height:60vh;

    background-image:url("images/hero.jpeg");
    background-size:cover;
    background-position:center;

    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;
}

.contact-overlay{
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,0.65);
}

.contact-hero-content{
    position:relative;
    z-index:2;

    text-align:center;
    color:white;
}

.contact-hero-content span{
    color:#ff7a00;
    letter-spacing:4px;
    font-weight:bold;
}

.contact-hero-content h1{
    font-size:60px;
    margin:20px 0;
}

.contact-hero-content p{
    font-size:22px;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}
.contact-info{
    padding:80px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    background:#f5f5f5;
}

.contact-card{
    background:white;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.contact-card h3{
    margin-bottom:15px;
}

.contact-card p{
    color:#666;
}
.contact-form-section{
    padding:80px 50px;
    background:white;
    text-align:center;
}

.contact-form-section h2{
    font-size:45px;
    margin-bottom:40px;
}

.contact-form{
    max-width:800px;
    margin:auto;

    display:flex;
    flex-direction:column;
    gap:20px;
}

.contact-form input,
.contact-form textarea{

    padding:18px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
}

.contact-form textarea{
    height:180px;
    resize:none;
}

.contact-form button{

    background:#ff7a00;
    color:white;

    border:none;
    padding:18px;

    border-radius:10px;

    cursor:pointer;
    font-size:18px;
}
.footer{
    background:#111;
    color:white;
    text-align:center;
    padding:40px;
}

.footer h3{
    margin-bottom:15px;
}

.footer p{
    margin-bottom:10px;
}
.contact-card{
    text-decoration:none;
    color:inherit;
}

.contact-card:hover{
    transform:translateY(-5px);
    transition:0.3s;
}
.menu-toggle{
    display:none;
    font-size:30px;
    color:white;
    cursor:pointer;
}
/* MOBILE VERSION */
@media (max-width:768px){

    .logo img{
        width:45px;
        height:45px;
    }
     .big-g{
        font-size:28px;
    }

    .logo h1{
        font-size:18px;
    }
      .menu-toggle{
        display:block;
    }

    #nav-links{
        display:none;
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#222;
        flex-direction:column;
        text-align:center;
        padding:20px 0;
    }

    #nav-links.show{
        display:flex;
    }

    #nav-links li{
        margin:15px 0;
    }
      nav{
        padding:15px 20px;
    }

    .logo img{
        width:60px;
        height:60px;
    }

    .logo h1{
        font-size:24px;
    }

    .hero-content h1{
        font-size:40px;
    }

    .hero-content p{
        font-size:18px;
    }

    .about-hero-content h1{
        font-size:40px;
    }

    .about-hero-content p{
        font-size:18px;
    }

    .our-story{
        flex-direction:column;
        padding:50px 20px;
    }

    .story-content h2{
        font-size:35px;
    }

    .why-container{
        grid-template-columns:1fr;
    }

    .menu-cards{
        grid-template-columns:1fr;
    }

    .gallery-container{
        grid-template-columns:1fr;
    }

    .contact-info{
        flex-direction:column;
        gap:20px;
    }

    .stats{
        gap:40px;
    }
     nav{
        padding:15px 20px;
    }

    .logo img{
        width:60px;
        height:60px;
    }

    .logo h1{
        font-size:18px;
    }

    .hero{
        height:100vh;
        padding:20px;
    }

    .hero-content h1{
        font-size:40px;
    }

    .hero-content p{
        font-size:18px;
    }

    .hero-content button{
        padding:12px 25px;
        font-size:16px;
    }

    .why-container{
        grid-template-columns:1fr;
    }

    .menu-cards{
        grid-template-columns:1fr;
    }

    .gallery-container{
        grid-template-columns:1fr;
    }

    .cricket-section{
        flex-direction:column;
    }

    .our-story{
        flex-direction:column;
        padding:50px 20px;
    }

    .vision-mission{
        flex-direction:column;
    }

    .timeline-container{
        flex-direction:column;
    }

    .contact-info{
        grid-template-columns:1fr;
    }

    .contact-form{
        width:90%;
        margin:auto;
    }

    .stats{
        flex-direction:column;
        gap:30px;
   
    }
    .stat-card{
    padding:20px;
}

.stat-card h3{
    font-size:35px;
}

.stat-card p{
    font-size:16px;
}
.vision-mission{
    flex-direction:column;
    padding:60px 20px;
    gap:20px;
}
.hero{
        height:100vh;
        padding:20px;
    }

    .hero-content{
        max-width:100%;
        padding:20px;
    }

    .hero-content h1{
        font-size:50px;
        line-height:1.2;
    }

    .hero-content p{
        font-size:18px;
        line-height:1.6;
    }

    .hero-content button{
        padding:12px 25px;
        font-size:16px;
    }

    .why-container,
    .menu-cards,
    .gallery-container{
        grid-template-columns:1fr;
    }

    .cricket-section,
    .our-story,
    .vision-mission,
    .timeline-container{
        flex-direction:column;
    }

    .contact-info{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .stats{
        flex-direction:column;
        gap:30px;
    }
}

.why-us h2,
.menu-preview h2,
.gallery h2,
.mission h2{
    font-size:40px;
    line-height:1.2;
}

.why-us,
.menu-preview,
.gallery,
.mission{
    padding:60px 20px;
}
.feature-card,
.menu-card{
    padding:20px;
}

.feature-card h3,
.menu-card h3{
    font-size:24px;
}

.feature-card p,
.menu-card p{
    font-size:15px;
}
.stat-card{
    padding:25px 15px;
}

.stat-card h3{
    font-size:42px;
}

.stat-card p{
    font-size:16px;
    .vision-mission{
    flex-direction:column;
    padding:60px 20px;
    gap:20px;
}

.vm-card{
    padding:25px;
}

.vm-card h2{
    font-size:28px;
}

.vm-card p{
    font-size:16px;
    line-height:1.6;
}

.timeline{
    padding:60px 20px;
}

.timeline h2{
    font-size:40px;
}

.closing-section{
    padding:60px 20px;
}

.closing-section h2{
    font-size:38px;
}

.closing-section p{
    font-size:18px;
}
}
.menu-hero{
    height:60vh;
    background-image:url("images/menu-bg.jpeg");
    background-size:cover;
    background-position:center;
    

    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;
}

.menu-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.menu-hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:white;
    max-width:800px;
    padding:20px;
}

.menu-hero-content span{
    color:#ff7a00;
    letter-spacing:4px;
    font-weight:bold;
}

.menu-hero-content h1{
    font-size:60px;
    margin:20px 0;
}

.menu-hero-content p{
    font-size:22px;
    line-height:1.8;
    
/* MOBILE RESPONSIVE */
    
}


@media (max-width:768px){

}
@media (max-width:768px){

    .menu-hero{
        height:60vh;
        padding:20px;
    }

    .menu-hero-content{
        max-width:100%;
        padding:10px;
    }

    .menu-hero-content h1{
        font-size:42px;
        line-height:1.2;
        margin:15px 0;
    }

    .menu-hero-content p{
        font-size:18px;
        line-height:1.6;
    }

    .menu-hero-content span{
        font-size:14px;
        letter-spacing:2px;
    }
    .menu-preview h2{
    font-size:32px;
}

.menu-card h3{
    font-size:28px;
}

.menu-card p{
    font-size:16px;
}

}
.cricket-hero{
    height:90vh;
    background-image:url("images/cricket.jpeg");
    background-size:cover;
    background-position:center;
    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.cricket-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
}

.cricket-hero-content{
    position:relative;
    z-index:1;
    color:white;
    max-width:800px;
    padding:20px;
}

.cricket-hero-content span{
    color:#ff7a00;
    letter-spacing:3px;
    font-weight:bold;
}

.cricket-hero-content h1{
    font-size:65px;
    margin:20px ;
}

.cricket-hero-content p{
    font-size:22px;
    line-height:1.8;
}

.cricket-hero-content button{
    background:#28a745;
    color:white;
    border:none;
    padding:15px 35px;
    font-size:18px;
    border-radius:10px;
    cursor:pointer;
    margin-top:20px;
}
.cricket-hero-content button:hover{
    background:#218838;
}
@media(max-width:768px){

    .cricket-hero h1{
        font-size:42px;
    }

    .cricket-hero p{
        font-size:18px;
    }
    @media(max-width:768px){

    .booking-form{
        padding:20px;
    }

    .booking-section h2{
        font-size:28px;
    }

}

}
.booking-form{
    max-width:700px;
    margin:auto;

    display:flex;
    flex-direction:column;
    gap:20px;
}
.booking-form input{
    width:100%;
    padding:15px;
    font-size:18px;
    border:1px solid #ddd;
    border-radius:10px;
}

.booking-form button{
    background:#28a745;
    color:white;
    border:none;
    padding:15px;
    font-size:18px;
    border-radius:10px;
    cursor:pointer;
}
.booking-form button:hover{
    background:#218838;
}
.booking-form input[type="time"]{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:18px;
    cursor:pointer;
}
.features{
    padding:80px 20px;
    text-align:center;
    background:#f8f8f8;
}

.features h2{
    font-size:40px;
    margin-bottom:40px;
}

.features-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    max-width:1200px;
    margin:auto;
}

.feature-card{
    background:white;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card h3{
    margin-bottom:15px;
}

@media(max-width:768px){

    .features-container{
        grid-template-columns:1fr;
    }

    .features h2{
        font-size:32px;
    }

}
.booking-section{
    padding:60px 20px;
    background:#f8f8f8;
}

.booking-section h2{
    text-align:center;
    font-size:32px;
    margin-bottom:30px;
}

.booking-form{
    max-width:500px;
    margin:auto;
    background:white;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.booking-form label{
    display:block;
    margin-top:15px;
    margin-bottom:8px;
    font-weight:600;
}

.booking-form input{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;
}

.booking-form input:focus{
    outline:none;
    border-color:#28a745;
}

.booking-form button{
    width:100%;
    margin-top:25px;
    padding:15px;
    background:#28a745;
    color:white;
    border:none;
    border-radius:12px;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}

.booking-form button:hover{
    background:#218838;
}
.booking-card{
    background:white;
    padding:15px;
    border-radius:12px;
    margin-bottom:15px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.booking-card h3{
    margin-bottom:10px;
}

.booking-card p{
    margin:8px 0;
}
.booking-card button{
    padding:12px 18px;
    margin-top:8px;
    margin-right:10px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    color:white;
}
@media(max-width:600px){

body{
    margin:0;
    padding:0;

}

h1{
    font-size:28px;
}

}
.confirm-btn{
    background-color:#28a745 !important;
    color:white !important;
    border:none;
    padding:10px 15px;
    border-radius:8px;
    font-weight:bold;
}

.delete-btn{
    background-color:#dc3545 !important;
    color:white !important;
    border:none;
    padding:10px 15px;
    border-radius:8px;
    font-weight:bold;
}

.confirm-btn:hover{
    background-color:#218838 !important;
}

.delete-btn:hover{
    background-color:#c82333 !important;
}



 .booking-card{
    background:white;
    padding:20px;
    font-size:16px;
}

.confirm-btn,
.delete-btn{
    padding:14px 20px;
    font-size:16px;
    margin-top:10px;
}
    #bookingCount{
        gap:10px;
    }

    .counter-card{
        min-width:90px;
        flex:1;
    }


.booking-card{
    padding:20px;
}

.confirm-btn,
.delete-btn{
    width:100%;
    margin-top:10px;
}


.time-row{
    display:flex;
    gap:10px;
}

.time-row select{
    flex:1;
    padding:15px;
    font-size:18px;
    border-radius:10px;
    border:1px solid #ccc;
}
#logoutBtn{
    background:red !important;
    color:white;
    border:none;
    padding:12px 20px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
    width:auto;
}

#logoutBtn:hover{
    background:darkred !important;
}
#imagePopup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

#popupImg{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}

#imagePopup span{
    position:absolute;
    top:20px;
    right:30px;
    color:white;
    font-size:50px;
    cursor:pointer;
}
@media(max-width:768px){

    nav{
        flex-wrap:wrap;
    }

    #nav-links.show{
        display:flex !important;
        width:100%;
        flex-direction:column;
        background:#222;
        margin-top:10px;
    }

}
.menu-toggle{
    display:none;
    font-size:30px;
    color:white;
    cursor:pointer;
}

@media(max-width:768px){

    .menu-toggle{
        display:block;
    }

    #nav-links{
        display:none;
        width:100%;
        flex-direction:column;
    }

    #nav-links.show{
        display:flex;
    }
}
.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    background:#25D366;
    color:white;
    border-radius:50%;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
    z-index:9999;
}

.whatsapp-float:hover{
    transform:scale(1.1);
}

.whatsapp-float img{
    width:35px;
    height:35px;
}
.review-btn{
    background:#4285F4;
    color:white;
    padding:15px 25px;
    text-decoration:none;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;
    display:inline-block;
}
