
*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}
body{line-height:1.6;color:#111;background:#fff}
header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;

background:rgba(255,255,255,0.75);
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);

border-bottom:1px solid rgba(0,0,0,0.05);

box-shadow:0 4px 20px rgba(0,0,0,0.05);
}
.nav{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:16px}
.logo{font-weight:700;font-size:20px}
.menu{display:flex;gap:20px}
.menu a{text-decoration:none;color:#111;font-size:14px}
.cta{background:#111;color:#fff;padding:8px 16px;border-radius:20px;text-decoration:none}
.hamburger{display:none;font-size:22px;cursor:pointer}
.mobile-menu{
position:fixed;
top:0;
right:-100%;
width:70%;
height:100vh;

background: rgba(255,255,255,0.75);
backdrop-filter: blur(12px);

display:flex;
flex-direction:column;
gap:18px;

padding:80px 25px;

transition:0.35s ease;
z-index:2000;

box-shadow:-5px 0 25px rgba(0,0,0,0.15);
}

/* OPEN STATE */

.mobile-menu.open{
right:0;
}

/* MENU LINKS */

.mobile-menu a{
text-decoration:none;
font-size:16px;
color:#222;
font-weight:500;
padding:6px 0;
transition:0.25s;
}

/* HOVER */

.mobile-menu a:hover{
color:#c9a96a;
padding-left:6px;
}
.hero{height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}
.hero h1{font-size:10px;margin-bottom:10px}
.hero p{font-size:18px;margin-bottom:20px}


.section{max-width:1200px;margin:auto;padding:60px 20px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.card{border:1px solid #eee;border-radius:10px;overflow:hidden;transition:.3s;background:#fff}
.card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,.1)}
.card img{width:100%;height:180px;object-fit:cover}
.card-body{padding:16px}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;text-align:center}
.stat{font-size:28px;font-weight:700}
footer{background:#111;color:#eee;margin-top:60px}
.footer-grid{max-width:1200px;margin:auto;padding:40px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}
footer a{color:#ddd;text-decoration:none;display:block;margin:6px 0;font-size:14px}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:#fff;padding:12px 16px;border-radius:30px;text-decoration:none}
.backtop{position:fixed;bottom:20px;left:20px;background:#111;color:#fff;padding:10px;border-radius:6px;cursor:pointer}
@media(max-width:768px){
.menu{display:none}
.hamburger{display:block}
.hero h1{font-size:32px}
}


.hp{font-size:28px;font-weight:700}

.footer {
  background:grey;
  /* background: #002f35; */
  color: #e6f0f2;
  padding-top: 60px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
  padding: 0 20px;
}

.footer-logo {
  width: 50px;
  margin-bottom: 15px;
}

.footer h3 {
  margin-bottom: 10px;
}

.footer p {
  line-height: 1.7;
  font-size: 14px;
  color: #c8d6d9;
}

.footer h4 {
  margin-bottom: 20px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #c8d6d9;
  text-decoration: none;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: white;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.facebook { background:#1877F2; }
.instagram { background:#E4405F; }
.whatsapp { background:#25D366; }
.twitter { background:#000; }
.google { background:#4285F4; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #b0c4c8;
}

.floating-whatsapp {
position:fixed;
bottom:30px;
right:30px;
width:60px;
height:60px;
background:#25D366;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:28px;
z-index:999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  
  text-decoration: none;
  font-size: 40px;
}


 

.floating-whatsapp:hover{
transform:scale(1.1);
}
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.apple-section{
padding:100px 10%;
background:white;
}

.apple-section.light{
background:#f5f5f7;
}

.section-title{
font-size:42px;
margin-bottom:20px;
}

.section-intro{
font-size:18px;
line-height:1.7;
max-width:800px;
color:#555;
margin-bottom:50px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.service-card{
background:#fafafa;
padding:30px;
border-radius:12px;
transition:all .3s ease;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.two-col{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.two-col.reverse{
grid-template-columns:1fr 1fr;
}

.two-col img{
width:100%;
border-radius:14px;
}

.two-col h2{
font-size:38px;
margin-bottom:15px;
}

.two-col p{
font-size:18px;
line-height:1.7;
color:#555;
}

.fade-up{
opacity:0;
transform:translateY(40px);
transition:all 1s ease;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
}

.services-hero{
text-align:center;
padding:100px 10%;
background:#f5f5f7;
}

.services-hero h1{
font-size:48px;
margin-bottom:15px;
}

.services-hero p{
font-size:18px;
color:#555;
max-width:700px;
margin:auto;
line-height:1.7;
}



.services-container{
padding:80px 10%;
background:white;
}

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



.service-card{
background:#fafafa;
padding:40px 30px;
border-radius:14px;
text-align:left;
transition:all .3s ease;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.service-card img{
width:60px;
margin-bottom:20px;
}

.service-card h3{
font-size:22px;
margin-bottom:10px;
}

.service-card p{
font-size:16px;
line-height:1.7;
color:#666;
}


.cp-hero{
height:70vh;
background-image:url("https://images.unsplash.com/photo-1501183638710-841dd1904471");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.cp-overlay{
background:rgba(0,0,0,0.4);
padding:80px;
text-align:center;
color:white;
}

.cp-overlay h1{
font-size:60px;
margin-bottom:10px;
}

.cp-overlay p{
font-size:20px;
opacity:0.9;
}



.cp-section{
padding:100px 15%;
text-align:center;
}

.cp-section h2{
font-size:40px;
margin-bottom:20px;
}

.cp-section p{
font-size:18px;
line-height:1.8;
color:#555;
margin-bottom:20px;
}



.cp-split{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
padding:100px 12%;
}

.cp-image img{
width:100%;
border-radius:14px;
}

.cp-text h2{
font-size:38px;
margin-bottom:20px;
}

.cp-text p{
font-size:18px;
line-height:1.7;
color:#555;
}



.cp-services{
padding:100px 10%;
background:#f5f5f7;
text-align:center;
}

.cp-services h2{
font-size:40px;
margin-bottom:60px;
}

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

.cp-card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:.3s;
}

.cp-card:hover{
transform:translateY(-10px);
}



.cp-cta{
padding:120px 20%;
text-align:center;
}

.cp-cta h2{
font-size:42px;
margin-bottom:20px;
}

.cp-cta p{
font-size:18px;
color:#555;
margin-bottom:30px;
}

.cp-button{
background:#0d6b6b;
color:white;
padding:15px 35px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

@media(max-width:768px){

  .hamburger {
    display: block;
    position: relative;
    z-index: 1001; /* 👈 VERY IMPORTANT */
  }

  .mobile-menu {
    z-index: 1000;
  }

}

.mobile-menu .cta {
  color: #fff !important;   /* 👈 force visible text */
  background: #000;
}

@media(max-width:768px){
  .mobile-menu .cta {
    display: none;
  }
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.logo {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
}

/* Floating icon */
.enquiry-float{
position:fixed;
top:50%;
right:0;
transform:translateY(-50%);
width:60px;
height:60px;
background:black;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px 0 0 10px;
font-size:22px;
cursor:pointer;
z-index:9999;
}

/* Modal background */

.enquiry-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.85);
align-items:center;
justify-content:center;
z-index:1000;
}

/* Form box */

.enquiry-content{
width:650px;
background:#111;
padding:40px;
color:white;
position:relative;
border-radius:6px;
}

/* Title */

.enquiry-content h2{
text-align:center;
letter-spacing:4px;
margin-bottom:30px;
}

/* Rows */

.form-row{
display:flex;
gap:20px;
margin-bottom:20px;
}

/* Inputs */

.form-row input{
flex:1;
background:none;
border:none;
border-bottom:1px solid #555;
padding:10px;
color:white;
}

/* Policy text */

.policy{
font-size:13px;
display:block;
margin:20px 0;
}

/* Submit button */

.enquiry-content button{
display:block;
margin:auto;
padding:12px 35px;
background:#444;
border:none;
color:white;
letter-spacing:2px;
cursor:pointer;
border-radius:5px;
}

/* Close button */

.close-enquiry{
position:absolute;
top:15px;
right:20px;
font-size:24px;
cursor:pointer;
}

.enquiry-float{
position:fixed;
bottom:30px;
right:30px;
width:60px;
height:60px;
background:#000;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:22px;
cursor:pointer;
z-index:9999;
box-shadow:0 4px 12px rgba(0,0,0,0.3);
}

.enquiry-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
align-items:center;
justify-content:center;
z-index:10000;
}

.enquiry-content{
background:#111;
color:white;
padding:40px;
width:600px;
border-radius:6px;
position:relative;
}

.form-row{
display:flex;
gap:20px;
margin-bottom:20px;
}

.form-row input{
flex:1;
background:none;
border:none;
border-bottom:1px solid #555;
color:white;
padding:10px;
}

.close-enquiry{
position:absolute;
top:10px;
right:20px;
font-size:24px;
cursor:pointer;
}

.enquiry-content button{
display:block;
margin:auto;
padding:12px 30px;
background:#444;
color:white;
border:none;
border-radius:4px;
cursor:pointer;
}

/* Overlay background */
.enquiry-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
backdrop-filter: blur(6px);
align-items:center;
justify-content:center;
z-index:9999;
}

/* Popup box */
.enquiry-content{
background:#0f0f0f;
padding:50px 45px;
width:520px;
max-width:90%;
border-radius:18px;
box-shadow:0 25px 60px rgba(0,0,0,0.6);
animation:popup .35s ease;
}

/* animation */
@keyframes popup{
from{
transform:translateY(40px);
opacity:0;
}
to{
transform:translateY(0);
opacity:1;
}
}

/* heading */
.enquiry-content h2{
text-align:center;
letter-spacing:6px;
font-weight:500;
margin-bottom:35px;
color:white;
}

/* form layout */
.enquiry-form{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

/* input fields */
.enquiry-form input{
width:100%;
padding:14px;
border-radius:8px;
border:1px solid #333;
background:#1a1a1a;
color:white;
font-size:14px;
outline:none;
transition:0.25s;
}

/* input focus */
.enquiry-form input:focus{
border-color:#00bfff;
box-shadow:0 0 0 1px #00bfff;
}

/* submit button */
.enquiry-form button{
grid-column:span 2;
margin-top:10px;
padding:14px;
border-radius:10px;
border:none;
background:linear-gradient(135deg,#444,#888);
color:white;
font-size:15px;
letter-spacing:2px;
cursor:pointer;
transition:0.25s;
}

/* button hover */
.enquiry-form button:hover{
background:linear-gradient(135deg,#666,#aaa);
transform:translateY(-2px);
}

/* close button */
#closeEnquiry{
position:absolute;
top:20px;
right:25px;
font-size:22px;
cursor:pointer;
color:#aaa;
}

#closeEnquiry:hover{
color:white;
}


/* container */
.enquiry-wrapper{
position:fixed;
top:50%;
right:0;
transform:translateY(-50%);
z-index:9999;
}

/* large circle background */
.enquiry-circle{
position:absolute;
right:-120px;
top:-120px;
width:260px;
height:260px;
background:#eaeaea;
border-radius:50%;
}

/* enquiry tab */
.enquiry-tab{
position:fixed;
top:50%;
right:0;
transform:translateY(-50%);
background:linear-gradient(180deg,#c6a75e,#a8893c);
color:white;
padding:18px 12px;
border-radius:12px 0 0 12px;
cursor:pointer;
box-shadow:0 8px 25px rgba(0,0,0,0.25);
 
transition:all .3s ease;
}

/* vertical text */
.enquiry-tab span{
writing-mode:vertical-rl;
transform:rotate(180deg);
letter-spacing:2px;
font-weight:600;
font-size:14px;
}

/* hover effect */
.enquiry-tab:hover{
background:linear-gradient(180deg,#d4b56c,#b69649);
transform:translateY(-50%) ;
box-shadow:0 0 15px rgba(212,175,55,0.6);
}

.enquiry-tab{
transition:opacity .3s ease;
}



.main-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;

background: rgba(255,255,255,0.85);
backdrop-filter: blur(10px);

box-shadow:0 4px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

/* spacing */
.nav{
display:flex;
align-items:center;
justify-content:space-between;
padding:15px 60px;
}

/* menu style */

.menu{
display:flex;
gap:35px;
}

.menu a{
text-decoration:none;
color:#222;
font-weight:500;
font-size:16px;
transition:0.3s;
}

.menu a:hover{
color:#c9a96a;
}

/* logo */

.logo{
height:40px;
margin-right:10px;
}

.logo-container{
display:flex;
align-items:center;
text-decoration:none;
}

.logo-text{
font-size:22px;
font-weight:600;
color:#000;
}

/* hamburger */

.hamburger{
display:none;
font-size:22px;
cursor:pointer;
}


/* ===== MOBILE NAVIGATION ===== */

@media (max-width: 768px){

.menu{
display:none;
}

.hamburger{
display:block;
}

.mobile-menu{
display:none;
flex-direction:column;
background:white;
padding:20px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.mobile-menu.open{
display:flex;
}

}

body{
padding-top:80px;
}

.hamburger{
font-size:24px;
cursor:pointer;
z-index:3000;
}

.menu-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
opacity:0;
visibility:hidden;
transition:0.3s;
z-index:1500;
}

.menu-overlay.show{
opacity:1;
visibility:visible;
}

.hamburger{
font-size:22px;
cursor:pointer;
color:#222;
}

.mobile-menu a{
border-bottom:1px solid rgba(0,0,0,0.05);
}

.mission-vision-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:35px;
padding:70px 8%;
background:#f8f8f8;
}

.mv-card{
background:white;
border-radius:16px;
padding:40px 35px;
box-shadow:0 10px 35px rgba(0,0,0,0.07);
transition:all .35s ease;
text-align:center;
}

.mv-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.mv-icon{
font-size:38px;
color:#c9a96a;
margin-bottom:15px;
}

.mv-card h2{
font-size:24px;
margin-bottom:10px;
position:relative;
display:inline-block;
}

.mv-card h2::after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:100%;
height:3px;
background:#c9a96a;
border-radius:3px;
}

.mv-card p{
color:#555;
line-height:1.7;
margin-bottom:20px;
}

.mv-highlights li::before{
color:#c9a96a;
}

.services-section{
padding:100px 8%;
text-align:center;
background:#fafafa;
}

.services-title{
font-size:48px;
font-weight:600;
margin-bottom:10px;
}

.services-sub{
color:#666;
margin-bottom:60px;
font-size:18px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
}

.service-card{
background:white;
border-radius:18px;
padding:35px 25px;

box-shadow:0 10px 30px rgba(0,0,0,0.05);

transition:all .35s ease;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.service-card i{
font-size:32px;
color:#c9a96a;
margin-bottom:15px;
}

.service-card h3{
font-size:20px;
margin-bottom:10px;
}

.service-card p{
font-size:14px;
color:#666;
line-height:1.6;
}

.contact-section{
padding:100px 8%;
background:#fafafa;
text-align:center;
}

.contact-title{
font-size:48px;
font-weight:600;
margin-bottom:10px;
}

.contact-sub{
color:#666;
margin-bottom:60px;
}

.contact-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:start;
}

.contact-info{
text-align:left;
padding:40px;
background:white;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.contact-info h3{
margin-bottom:25px;
font-size:22px;
}

.contact-info p{
margin-bottom:15px;
color:#555;
}

.contact-info i{
color:#c9a96a;
margin-right:10px;
}

.contact-form{
background:white;
padding:40px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);

display:flex;
flex-direction:column;
gap:18px;
}

.contact-form input,
.contact-form textarea{
padding:14px;
border:1px solid #ddd;
border-radius:8px;
font-size:14px;
}

.contact-form textarea{
min-height:120px;
resize:none;
}

.contact-form button{
background:black;
color:white;
border:none;
padding:14px;
border-radius:30px;
font-size:16px;
cursor:pointer;
transition:0.3s;
}

.contact-form button:hover{
background:#c9a96a;
}

@media(max-width:768px){

.contact-container{
grid-template-columns:1fr;
}

.contact-title{
font-size:34px;
}

}

.footer{
background: linear-gradient(180deg,#0f0f0f,#1a1a1a);
color:#ccc;
padding:45px 8% 20px;
font-family: 'Poppins', sans-serif;
}

.footer-container{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:60px;
}

.footer-logo{
width:60px;
margin-bottom:15px;
}

.footer-col h3{
color:#fff;
margin-bottom:15px;
font-size:20px;
}

.footer-col h4{
color:#c9a96a;
margin-bottom:18px;
font-size:16px;
letter-spacing:1px;
}

.footer-col p{
font-size:14px;
line-height:1.7;
color:#aaa;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
margin-bottom:12px;
}

.footer-col ul li a{
color:#aaa;
text-decoration:none;
font-size:14px;
transition:0.3s;
}

.footer-col ul li a:hover{
color:#c9a96a;
padding-left:4px;
}

.contact{
margin-top:15px;
font-weight:500;
}

.social-icons{
display:flex;
gap:12px;
margin-top:10px;
}

.social-icons a{
width:40px;
height:40px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#222;
color:#fff;
font-size:16px;
transition:0.3s;
}

.social-icons a:hover{
background:#c9a96a;
transform:translateY(-3px);
}

.footer-bottom{
border-top:1px solid #333;
margin-top:50px;
padding-top:20px;
text-align:center;
font-size:13px;
color:#777;
}

@media(max-width:900px){

.footer-container{
grid-template-columns:1fr 1fr;
gap:40px;
}

}

@media(max-width:600px){

.footer-container{
grid-template-columns:1fr;
}

.footer{
text-align:center;
}

.social-icons{
justify-content:center;
}

}

.menu a{
color:#222;
font-weight:500;
text-decoration:none;
margin:0 15px;
position:relative;
transition:0.3s;
}

.menu a:hover{
color:#c9a96a;
}

.menu a::after{
content:"";
position:absolute;
left:0;
bottom:-5px;
width:0%;
height:2px;
background:#c9a96a;
transition:0.3s;
}

.menu a:hover::after{
width:100%;
}
body{
padding-top:80px;
}


.hero{
padding:80px 20px;
background:#f9fafb;
}

.hero-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-text{
flex:1;
}

.hero-text h1{
font-size:48px;
margin-bottom:20px;
color:#111;
}

.hero-text p{
font-size:18px;
color:#555;
margin-bottom:30px;
line-height:1.6;
}

.hero-buttons{
display:flex;
gap:16px;
}

.btn-primary{
background:#c8a96a;
color:white;
padding:14px 28px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

.btn-primary:hover{
background:#b89655;
}

.btn-secondary{
border:1px solid #111;
padding:14px 28px;
border-radius:30px;
text-decoration:none;
color:#111;
}

.btn-secondary:hover{
background:#111;
color:white;
}

.hero-image{
flex:1;
}

.hero-image img{
width:100%;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

@media(max-width:768px){

.hero-container{
flex-direction:column;
text-align:center;
}

.hero-buttons{
justify-content:center;
}

}
.hero{
padding:100px 20px;
background: linear-gradient(
180deg,
#f9fafc 0%,
#f3f5f8 100%
);
}

.hero-text h1{
font-size:38px;
font-weight:700;
line-height:1.2;
margin-bottom:18px;
color:#111;
}

.hero{
padding:100px 20px 120px 20px;
margin-bottom:60px;
}

.hero-text p{
max-width:520px;
font-size:18px;
line-height:1.6;
color:#555;
margin-bottom:30px;
}

.hero-image img{
width:100%;
border-radius:14px;
box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

body{
line-height:1.6;
color:#111;
background:#fff;
padding-top:90px; /* space for fixed header */
}

.hero{
padding:100px 20px 80px;
background:linear-gradient(135deg,#f8f9fb,#eef1f5);
}

.hero-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.hero-text{
max-width:520px;
}

.hero h1{
font-size:42px;
font-weight:700;
margin-bottom:20px;
line-height:1.2;
}

.hero p{
font-size:18px;
color:#555;
margin-bottom:30px;
}

.hero-image img{
width:100%;
border-radius:16px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.hero-buttons{
display:flex;
gap:15px;
}

.btn-primary{
background:#c9a96a;
color:#fff;
padding:14px 28px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.btn-primary:hover{
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.btn-secondary{
border:1px solid #333;
padding:14px 28px;
border-radius:30px;
text-decoration:none;
color:#333;
font-weight:500;
}


.section{
max-width:1200px;
margin:80px auto;
padding:0 20px;
}

@media(max-width:768px){

.hero-container{
grid-template-columns:1fr;
text-align:center;
}

.hero-text{
margin:auto;
}

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

}

.hero{
padding:100px 20px 80px;
background:
radial-gradient(circle at 20% 30%,rgba(201,169,106,0.15),transparent 40%),
radial-gradient(circle at 80% 70%,rgba(201,169,106,0.12),transparent 40%),
#f8f9fb;
}

.hero{
padding:80px 20px 80px;
margin-top:0;
background:linear-gradient(135deg,#f8f9fb,#eef1f5);
}

header{
  
position:fixed;
top:0;
left:0;
width:100%;
background:#fff;
z-index:1000;
}

body{
padding-top:60px;
}

.hero h1{
margin-top:0;
}
.floating-whatsapp{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:#25D366;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
box-shadow:0 6px 20px rgba(0,0,0,0.25);
z-index:9999;
text-decoration:none;
}

.floating-whatsapp:hover{
transform:scale(1.1);
transition:0.3s;
}


nav a{
text-decoration:none;
color:#333;
padding:8px 14px;
font-weight:500;
position:relative;
transition:0.3s;
}

nav a:hover{
color:#c9a96a;
}

/* Active menu */
nav a.active{
color:#c9a96a;
font-weight:600;
}

nav a.active::after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:100%;
height:2px;
background:#c9a96a;
}

.menu a.active,
.mobile-menu a.active{
color:#c9a96a;
font-weight:600;
position:relative;
}

.menu a.active::after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:100%;
height:2px;
background:#c9a96a;
}


.about-intro{
padding:80px 20px;
background:#f8f9fb;
}

.about-intro-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.2fr 1fr;
gap:60px;
align-items:center;
}

.about-text h2{
font-size:36px;
margin-bottom:20px;
}

.about-text p{
color:#555;
margin-bottom:16px;
font-size:16px;
line-height:1.7;
}

.about-highlights{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.about-point{
background:white;
padding:20px;
border-radius:10px;
display:flex;
gap:12px;
align-items:flex-start;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.about-point i{
color:#c9a96a;
font-size:20px;
margin-top:4px;
}

@media (max-width:768px){

.about-intro-container{
display:flex;
flex-direction:column;
gap:40px;
}

.about-text{
max-width:100%;
}

.about-text h2{
font-size:32px;
line-height:1.3;
}

.about-highlights{
grid-template-columns:1fr;
}

}

.about-text h2{
font-size:36px;
margin-bottom:20px;
line-height:1.2;
}

.about-text span{
color:#c9a96a;
}



.mv-highlights{
list-style:none;
padding-left:0;
margin-top:12px;
}

.mv-highlights li{
position:relative;
padding-left:18px;
margin-bottom:8px;
line-height:1.6;
}

.mv-highlights li::before{
content:"•";
position:absolute;
left:0;
color:#c9a96a;    
font-size:18px;
}

.mv-highlights{
list-style-position: inside;
padding-left:0;
margin-top:12px;
}

.mv-highlights li{
margin-bottom:6px;
line-height:1.6;
}

.mv-highlights{
text-align:left;
display:inline-block;
margin-top:12px;
padding-left:18px;
}

.mv-highlights li::marker{
font-size:18px;
color:#c9a96a;
}




.card{
border-radius:12px;
overflow:hidden;
background:#fff;
box-shadow:0 4px 15px rgba(0,0,0,0.1);
}

.card-body{
padding:15px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}


.image-slider{
position:relative;
width:100%;
height:220px;
overflow:hidden;
border-radius:10px 10px 0 0;
}

.image-slider img{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
opacity:0;
transition:opacity 1.2s ease-in-out;
}

.image-slider img.active{
opacity:1;
}



/* ===== ABOUT INTRO SECTION ===== */

.about-intro{
padding:120px 20px;
background:
radial-gradient(circle at 15% 20%, rgba(201,169,106,0.25), transparent 40%),
radial-gradient(circle at 85% 75%, rgba(201,169,106,0.18), transparent 40%),
linear-gradient(135deg,#0f172a,#1e293b,#334155);
color:white;
position:relative;
overflow:hidden;
}

.about-intro::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url("https://www.transparenttextures.com/patterns/diamond-upholstery.png");
opacity:0.05;
pointer-events:none;
}

.about-intro::after{
content:"";
position:absolute;
top:-150px;
right:-150px;
width:400px;
height:400px;
background:radial-gradient(circle, rgba(201,169,106,0.35), transparent 70%);
filter:blur(80px);
}

.about-intro-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-text h2{
font-size:42px;
margin-bottom:20px;
}

.about-text span{
color:#ffc107;
}

.about-text p{
color:#ddd;
margin-bottom:16px;
font-size:16px;
line-height:1.7;
}

/* ===== HIGHLIGHT CARDS ===== */

.about-highlights{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.about-point{
background:rgba(255,255,255,0.08);
padding:18px 20px;
border-radius:10px;
display:flex;
gap:15px;
align-items:center;
backdrop-filter:blur(8px);
}

.about-point i{
font-size:20px;
color:#ffc107;
}

/* ===== MISSION / VISION SECTION ===== */

.mission-vision-container{
background:#f5f7fa;
padding:80px 20px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1200px;
margin:auto;
}

.mv-card{
background:white;
padding:35px;
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
transition:0.3s;
}

.mv-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.mv-icon{
font-size:32px;
color:#ffc107;
margin-bottom:15px;
}

/* ===== BULLET LIST ===== */

.mv-highlights{
margin-top:15px;
padding-left:18px;
}

.mv-highlights li{
margin-bottom:8px;
line-height:1.6;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

.about-intro-container{
grid-template-columns:1fr;
}

.mission-vision-container{
grid-template-columns:1fr;
}

.about-highlights{
grid-template-columns:1fr;
}

.about-text h2{
font-size:32px;
}

}

.about-intro{
background-size:200% 200%;
animation:premiumGlow 12s ease infinite;
}

@keyframes premiumGlow{

0%{
background-position:0% 50%;
}

50%{
background-position:100% 50%;
}

100%{
background-position:0% 50%;
}

}

.about-point{
transition:all .35s ease;
}

.about-point:hover{
transform:translateY(-6px);
background:rgba(255,255,255,0.14);
box-shadow:0 20px 40px rgba(0,0,0,0.25);
}

.about-intro{
padding:140px 20px 110px;
}

.about-text h2{
font-size:38px;
font-weight:700;
}

/* Welcome Section */
.welcome-section{
padding:100px 20px;
text-align:center;
background:
linear-gradient(rgba(248,248,248,0.85), rgba(248,248,248,0.85)),
url("../images/pattern.png");
background-size:cover;
}

/* Welcome Container */
.welcome-container{
max-width:800px;
margin:auto;
background:#fff;
padding:60px;
border-radius:12px;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

/* Heading */
.welcome-section h2{
font-size:40px;
margin-bottom:20px;
}

.welcome-section span{
color:#caa656;
}

/* Divider under heading */
.welcome-section h2::after{
content:"";
display:block;
width:70px;
height:3px;
background:#caa656;
margin:15px auto 0;
border-radius:3px;
}

/* Paragraph */
.welcome-section p{
margin-bottom:20px;
font-size:18px;
line-height:1.8;
color:#555;
}

/* Highlights */
.welcome-highlights{
display:flex;
justify-content:center;
gap:40px;
margin:30px 0;
flex-wrap:wrap;
}

.welcome-highlights div{
background:#f7f7f7;
padding:10px 18px;
border-radius:20px;
font-size:15px;
font-weight:500;
color:#444;
}

/* Button */
.btn-secondary{
padding:14px 32px;
border-radius:30px;
border:1px solid #333;
transition:all 0.3s ease;
}

.btn-secondary:hover{
background:#caa656;
color:#fff;
border-color:#caa656;
transform:translateY(-2px);
}

.mobile-buttons {
  display: none;
}

.desktop-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

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

  .desktop-buttons {
    display: none;
  }

  .mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
  }

}

/* ===== HOME BANNER (HERO REPLACEMENT) ===== */

.home-banner {
  padding: 50px 20px 80px;
  background: linear-gradient(135deg, #f8f9fb, #eef1f5);
}

/* CONTAINER */
.home-banner-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* TEXT */
.home-banner-text {
  flex: 1;
}

.home-banner-text h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.home-banner-text p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 520px;
}

/* IMAGE */
.home-banner-image {
  flex: 1;
}

.home-banner-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* BUTTONS BELOW */
.home-banner-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* BUTTON STYLES */
.btn-primary {
  background: #c9a96a;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.btn-secondary {
  border: 1px solid #333;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #333;
  color: white;
}

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

  .home-banner-container {
    flex-direction: column;
    text-align: center;
  }

  .home-banner-text {
    order: 1;
  }

  .home-banner-image {
    order: 2;
  }

  .home-banner-buttons {
    order: 3;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
  }

  .home-banner-text h1 {
    font-size: 32px;
  }

}

.floating-whatsapp {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  position: fixed;
}

/* Ripple circles */
.floating-whatsapp::before,
.floating-whatsapp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  z-index: -1;
  animation: ripple 2s infinite;
}

/* second wave delay */
.floating-whatsapp::after {
  animation-delay: 1s;
}

/* animation */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  animation: ripple 3s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.footer {
  background: #111;
  color: #e6f0f2;
  padding-top: 30px;
  padding-bottom: 10px;
}

/* GRID */
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 25px;
  padding: 0 20px;
}

/* LOGO */
.footer-logo {
  width: 45px;
  margin-bottom: 8px;
}

/* HEADINGS */
.footer h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.footer h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

/* TEXT */
.footer p {
  line-height: 1.4;
  font-size: 13px;
  color: #c8d6d9;
  margin-bottom: 6px;
}

/* LINKS */
.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 6px;
}

.footer ul li a {
  color: #c8d6d9;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: white;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 8px;
}

.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}

/* COPYRIGHT */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #b0c4c8;
}

/* MOBILE */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


.about-banner{
width:100%;
text-align:center;
background:#f5f7fa;
padding-top:20px;
}

.about-banner img{
max-width:1100px;
width:100%;
height:auto;
display:block;
margin:auto;
}

/* ABOUT HERO */

.about-hero{
height:320px;
background:url("images/about-banner.png") center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}

.about-hero-overlay{
width:100%;
height:100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
background:linear-gradient(
rgba(0,0,0,0.25),
rgba(0,0,0,0.45)
);
text-align:center;
}

.about-hero h1{
color:#fff;
font-size:42px;
font-weight:600;
margin-bottom:10px;
}

.about-hero span{
color:#caa656;
}

.about-hero-sub{
color:#eee;
font-size:18px;
letter-spacing:1px;
}

/* Mobile */

@media(max-width:768px){

.about-hero{
height:220px;
}

.about-hero h1{
font-size:28px;
}

.about-hero-sub{
font-size:14px;
}

}

.about-hero-overlay{
width:100%;
height:100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;

/* darker overlay for readability */

background:linear-gradient(
rgba(0,0,0,0.2) 0%,
rgba(0,0,0,0.4) 40%,
rgba(0,0,0,0.7) 100%
);
}

.about-hero h1{
color:#fff;
font-size:42px;
font-weight:600;
margin-bottom:10px;
text-shadow:0 3px 10px rgba(0,0,0,0.5);
}

.about-hero-sub{
color:#eee;
font-size:18px;
letter-spacing:1px;
text-shadow:0 2px 8px rgba(0,0,0,0.5);
}

.about-intro{
margin-top:-20px;
padding-top:40px;
}

