body {
    margin: 0;
    font-family: "Georgia", serif;
    color: white;
    
}

html,
body{
    overflow-x:hidden;
    width:100%;
}

h1{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;  
}


/* NAVBAR (glass luxury) */
/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(12px);

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px 40px;
    z-index: 1000;
}

/* LOGO */
.logo img {
    height: 110px;      /* logo size */
    width: auto;
    display: block;
}

/* LINKS */
.nav-links {
    display: flex;
    gap: 28px;

    margin-right: auto;
    margin-left: 180px; /* move links toward center */
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 8px 12px;
    border-radius: 8px;
}

.nav-links a:hover {
    background: gold;
    color: black;
}

/* HERO */
.heroo {
    height: 100vh;
    width: 100%;
    background: url("ninadunn.jpg") center center/cover no-repeat;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.heroo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.heroo-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

@media (max-width:768px){

    .heroo h1{
        font-size:36px;
    }

    .heroo p{
        font-size:16px;
        padding:0 15px;
    }

}
/* BUTTON */
.btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 30px;
    border: 1px solid gold;
    color: gold;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn:hover {
    background: gold;
    color: black;
}

/* PAGE CONTAINER */
.container {
    max-width: 1100px;
    margin: auto;
    padding: 140px 20px 80px;
}

h1, h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* CARDS */
.card {
    background: rgba(255,255,255,0.05);
    border-left: 3px solid gold;
    padding: 20px;
    margin: 20px 0;
    backdrop-filter: blur(8px);
}

.CARD {
    background: rgba(255,255,255,0.05);
    border-left: 3px solid gold;
    padding: 20px;
    margin: 20px 0;
    backdrop-filter: blur(8px);
}

.CARD h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.CARD p {
    color: #ddd;
    font-size: 17px;
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

/* IMAGES */
img {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}


.grid-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.grid-container img {
             width:100%;
            height:250px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

 .Card {
            display: flex;
            align-items: center;
             width:100%;
            max-width:500px;
            background: white;
            border-radius: 15px;
            padding: 20px;
            margin: 20px auto;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }


















































    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background: #0f0f0f;
        color: white;
    }

    /* NAVBAR */
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,0.85);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 40px;
        z-index: 1000;
        backdrop-filter: blur(10px);
    }

    .logo {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
        color: gold;
    }

    .nav-links {
        display: flex;
        gap: 25px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        transition: 0.0s;
        padding: 8px 12px;
        border-radius: 6px;
    }

    .nav-links a:hover {
        background: gold;
        color: black;
    }

    /* HERO */
    .hero {
        margin-top: 70px;
        background: url("community-room1.jpg") center/cover no-repeat;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }

    .hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.55);
    }

    .hero h1 {
        position: relative;
        font-size: 50px;
        letter-spacing: 2px;
    }

    /* SECTION */
    .section {
        padding: 60px 10%;
    }

    .description {
        text-align: center;
        max-width: 900px;
        margin: auto;
        font-size: 18px;
        line-height: 1.6;
        color: #ddd;
    }

    /* GALLERY */
    .gallery {
        display: grid;
        grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
        gap: 20px;
        margin-top: 40px;
    }

    .gallery img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 12px;
        transition: transform 0.3s;
    }

    .gallery img:hover {
        transform: scale(1.05);
    }

    /* PRICING */
    .pricing {
        background: #1a1a1a;
        padding: 40px;
        border-radius: 15px;
        text-align: center;
        margin-top: 60px;
        box-shadow: 0 0 20px rgba(255,255,255,0.08);
    }

    .price {
        font-size: 40px;
        color: gold;
        margin: 10px 0;
    }

    .btn {
        display: inline-block;
        padding: 15px 30px;
        background: gold;
        color: black;
        font-weight: bold;
        text-decoration: none;
        border-radius: 8px;
        transition: 0.3s;
    }

    .btn:hover {
        background: #e6c200;
        transform: scale(1.05);
    }

    /* MOBILE */
    @media (max-width: 768px) {
        .gallery {
            grid-template-columns: 1fr;
        }

        .hero h1 {
            font-size: 32px;
        }

        .nav-links {
            gap: 10px;
            font-size: 12px;
        }
    }

     body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    .page-title {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 10px;
    }

    .board_container {
      display: flex;
      gap: 15px;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 20px;
    }

   .cardd{
    width:220px;
}

    .cardd img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 12px;
    }

    .name {
      font-size: 16px;
      font-weight: bold;
      margin-top: 8px;
    }

    .title {
      font-size: 13px;
      color: gray;
      margin-top: 3px;
    }

       @media(max-width:768px){

    .board_container{
        flex-direction:column;
        align-items:center;
    }

    .cardd{
        width:90%;
        max-width:300px;
    }

}






     .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            max-width: 1100px;
            margin: auto;
        }

        .cards {
            background: black;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            transition: 0.3s ease;
        }

        .cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.25);
        }

        .card img {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

        .CARD img {
            width: 100;
            height: 100%;
            object-fit: cover;
        }

        .cards-content {
            padding: 20px;
            text-align: center;
        }

        .card-content h2 {
            margin-bottom: 10px;
            font-size: 28px;
        }

        .cards-content h4 {
            color: black;
            margin-bottom: 15px;
        }

        .card-content p {
            font-size: 16px;
            color: white;
            line-height: 1.6;
        }

        /* Center last card */
        .last-card {
            grid-column: span 2;
            display: flex;
            justify-content: center;
        }

        .last-card .card {
            width: 50%;
        }

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

            .last-card {
                grid-column: span 1;
            }

            .last-card .card {
                width: 100%;
            }
        }

        .head{
            text-align: center;
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 40px;
        }











  /* SECTION */
.grid-section{
    max-width: 1200px;
    margin: auto;
}

/* TOP 2x1 GRID */
.grid-2x1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.grid-2x1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);

}

/* BOTTOM 2x2 GRID */
.grid-2x2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* IMAGE STYLE */
.grid-section img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){

    .grid-2x1,
    .grid-2x2{
        grid-template-columns: 1fr;
    }

}







  

        .container{
            text-align:center;
            width:80%;
            max-width:900px;
        }

       

        .slideshow-container{
            position:relative;
            width:100%;
        }

        .slide{
            display:none;
        }

        .slide img{
    width:100%;
    max-width:900px;
    height:auto;
}

        .active{
            display:block;
        }


        @media(max-width:768px){

    .arrow{
        width:50px;
        height:50px;
        font-size:24px;
    }

}
        /* Left + Right arrows */
        .arrow{
            position:absolute;
            top:50%;
            transform:translateY(-50%);
            background:green;
            color:white;
            border:none;
            font-size:35px;
            width:90px;
            height:90px;
            border-radius:50%;
            cursor:pointer;
            transition:0.3s;
            z-index:10;
        }

        .arrow:hover{
            background:rgba(0,0,0,0.8);
        }

        .prev{
            left:15px;
        }

        .next{
            right:15px;
        }


        /* Page Header */
        .header{
            text-align: center;
            padding: 60px 20px 30px;
        }

        .header h1{
            font-size: 50px;
            color: white;
        }

        .header p{
            color: white;
            font-size: 18px;
            margin-top: 10px;
        }

        /* Form Card */
        .form-container{
            width: 90%;
            max-width: 700px;
            margin: auto;
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
            margin-bottom: 60px;
        }

        form{
            display: flex;
            flex-direction: column;
        }

        label{
            margin-top: 20px;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
        }

        input,
        select,
        textarea{
            padding: 15px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 16px;
        }

        textarea{
            resize: vertical;
            min-height: 150px;
        }

        button{
            margin-top: 30px;
            padding: 16px;
            border: none;
            background: gold;
            color: black;
            font-size: 18px;
            border-radius: 12px;
            cursor: pointer;
            transition: 0.3s;
            font-weight: bold;
        }

        button:hover{
            background: black;
            color: gold;
        }

          .home-btn {
            position: absolute;
            top: 20px;
            left: 20px;
            text-decoration: none;
            background: #1e3a8a;
            color: white;
            padding: 12px 20px;
            border-radius: 10px;
            font-weight: bold;
            transition: 0.3s ease;
            width: 100px;
            height: auto;
            text-align: center;
        }

        .home-btn:hover {
            background: #2563eb;
            transform: translateY(-2px);
        }


        @media (max-width: 768px) {

    .navbar {
        flex-direction: column;
        padding: 10px;
    }

    .logo img {
        height: 70px;
    }

    .nav-links {
        margin: 10px 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav-links a {
        font-size: 11px;
        padding: 6px 8px;
    }

}

@media (max-width:768px){

    h1{
        font-size:28px;
    }

    .hero h1,
    .heroo h1{
        font-size:34px;
    }

    .container{
        width:95%;
        padding:100px 15px 50px;
    }

    .form-container{
        width:95%;
        padding:20px;
    }

    .grid-container,
    .grid-2x1,
    .grid-2x2,
    .gallery{
        grid-template-columns:1fr;
    }

    .slide img{
        width:100%;
        height:auto;
    }

    .home-btn{
        position:static;
        display:block;
        margin:20px auto;
    }

}