*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;padding:1rem;display:grid;background-image:url("Images/PXL_20260503_201038749 (1).jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.header{display:flex;flex-direction:column;align-items:center;gap:10px;padding:1rem;background:#b22222;color:#fff;text-align:center}.logo{display:flex;align-items:center;gap:10px}.logo-img{width:160px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-img img{width:200px;height:auto}nav ul{display:flex;flex-direction:column;gap:10px;list-style:none;text-align:center}nav a{color:#fff;text-decoration:none}.nav{display:none;width:100%;margin-left:auto}.nav.active{display:block}.menu-toggle{background:#2e8b57;color:#fff;border:none;padding:10px 15px;cursor:pointer}.current{color:#ff0}.intro{text-align:center;color:#fff;padding:1.5rem 1rem;background:linear-gradient(to right,#b22222,#2e8b57);width:100%;max-width:100%;margin:0;border-bottom-left-radius:50px;border-bottom-right-radius:50px}.intro-para{color:#fff;background:#2F6168;text-align:center;padding:1.5rem;border-radius:10px;font-size:1.1rem;margin:10px auto 0;max-width:600px}.main-grid,.menu-grid,.about-grid,.contact-grid{display:grid;gap:1.5rem;padding:2rem}.gallery-grid{column-count:1;column-gap:15px;padding:2rem}.gallery-grid img{width:100%;display:block;margin-bottom:15px;border-radius:12px;height:180px;object-fit:cover}.about-grid img{width:500px;max-width:100%;border-radius:10px;height:auto;object-fit:cover}.about-text{background:#fff;border-left:5px solid #b22222;border-right:5px solid #2e8b57;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #00000020}.card{background:#fff;border-radius:10px;padding:1rem;text-align:center;box-shadow:0 2px 6px #00000020}.card img{width:100%;height:180px;object-fit:cover;border-radius:10px}.video{color:#fff;padding:2rem;text-align:center}.video iframe{width:100%;height:500px}.cta{text-align:center;padding:2rem;background:#2e8b57;color:#fff}.cta button{margin-top:1rem;padding:.7rem 1.5rem;background:#b22222;color:#fff;border:none;cursor:pointer}.menu-grid section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #00000015;transition:transform 0.2s ease}.menu-grid section:hover{transform:translateY(-5px)}.menu-grid h2{color:#b22222;margin-bottom:10px;border-bottom:2px solid #2e8b57;padding-bottom:5px}.menu-grid h3{color:#2e8b57;margin-top:10px;font-size:1rem}.menu-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px dashed #ccc;font-size:.95rem}.menu-item:last-child{border-bottom:none}.menu-item span:first-child{max-width:70%}.menu-item span:last-child{font-weight:700;color:#2e8b57}.contact-form{background-image:url("Images/Background 2 (1).png");background-size:cover;display:grid;place-items:center;min-height:300px;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #00000020}.footer{text-align:center;background:#b22222;color:#fff;padding:1rem}.wave-divider{width:100%;height:120px;overflow:hidden;position:relative;line-height:0;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b22222' d='M0,60 C360,25 1080,95 1440,60 L1440,72 C1080,108 360,42 0,72 Z'/%3E%3Cpath fill='%232e8b57' d='M0,68 C360,33 1080,103 1440,68 L1440,80 C1080,116 360,50 0,80 Z'/%3E%3C/svg%3E")}@media (min-width:768px){.header{flex-direction:row;justify-content:space-between}.logo{flex:1}.menu-toggle{display:none}.nav{display:flex;justify-content:flex-end;flex:1}.nav ul{flex-direction:row;gap:20px}.nav li{display:inline-block}.main-grid,.menu-grid,.about-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{column-count:2}.video iframe{height:450px}}@media (min-width:1024px){.main-grid,.menu-grid{grid-template-columns:repeat(3,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr 1fr}.gallery-grid{column-count:3}.video iframe{height:500px}}