:root {
      --primary: #ff7a3c;
      --primary-dark: #e55f20;
      --bg: #f2d6ca;
      --white: #ffffff;
      --dark: #222222;
      --muted: #666666;
    }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Helvetica', sans-serif; background: ; padding-top: 80px; }
        header {
            position: fixed; top: 0; left: 0; right: 0;
            background: white; padding: 30px 60px;
            display: flex; justify-content: space-between; align-items: center;
            box-shadow: 0 3px 10px rgba(0,0,0,0.06); z-index: 1000;
        }
        .left-nav {  gap: 35px; }
        .right-nav { display: flex; gap: 35px; }
         .logo {
      font-size: 2.2rem;
      font-weight: bold;
      color: var(--primary);
      position: absolute;
      left: 11%;
      transform: translateX(-50%);
    }
        nav a {
            color: #666; text-decoration: none; font-size: 18px; font-weight: 700;
            transition: color 0.3s;
        }
        nav a:hover { color: #ff7a3c }
        .hamburger { display: none; font-size: 28px; cursor: pointer; }
         .hero {
                         background: linear-gradient(rgba(73, 69, 69, 0.6), rgba(48, 47, 47, 0.6)), url('img/1.1.png') no-repeat center center/cover;
            box-shadow: 0 4px 8px #c0b283;
            height: 650px;
            display: flex;
            flex-direction: column;
            justify-content: center; 
             }
               
        .hero-content {
            position: relative;
            z-index: 1;
            padding: 2rem;
        }
        .hero h1 {
            font-size: clamp(4rem, 10vw, 7rem);
            font-weight: 900;
            margin: 0 0 1.5rem;
            line-height: 1;
            color: white;
        }
        .hero p {
            font-size: 1.8rem;
            margin: 0 0 3rem;
            opacity: 0.9;
            max-width: 500px;
            color: white;
        }
        .about-section {
    padding: 100px 60px;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.about-image img {
    width: 80%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.about-image img:hover {
    transform: scale(1.01);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.about-content p , .mission-content p{
    font-size: 20px;
}

.about-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #e55f20;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
.gallery {
            background: url('img/5.png') no-repeat center center/cover;
            box-shadow: 0 4px 8px #c0b283;
            height: 750px;
            display: flex;
            flex-direction: column;
            justify-content: center; 
            border: 4px solid rgba(255, 166, 0, 0.689);
             }
 .gallery-content {
            position: relative;
            z-index: 1;
            padding: 2rem;
        }
        .gallery h1 {
            font-size: clamp(4rem, 10vw, 7rem);
            font-weight: 900;
            margin: 0 0 1.5rem;
            line-height: 1;
            color: white;
        }
         .mission-section {
    padding: 100px 60px;
    background: #fff;
    border-radius: 4px solid orange;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.mission-image img {
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.mission-image img:hover {
    transform: scale(1.01);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section-label {
    color: var(--gold);
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 1rem;
}

.mission-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #e55f20;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}      
.our-vision{
       padding: 100px 20px;
       margin: 20px;
       border-radius: 30px;
       border: 8px solid#ff7a3c;
       border-top: 20px solid#ff7a3c;
    }     
.our-vision h1 {
            font-size: clamp(4rem, 10vw, 7rem);
            font-weight: 900;
            margin: 0 0 1.5rem;
            line-height: 1;
            text-align: center;
            color: #e55f20;
        } 
 .our-vision p {
            font-size: 1.2rem;
            
            text-align: center;
        }
        .team-section {
    padding: 100px 20px;
background: linear-gradient(#ff7a3c,#ffce81);;
}

.team-header {
    text-align: center;
    margin: 0 auto 60px;
}

.section-label {
    font-size: clamp(2rem, 6vw, 3rem);
            font-weight: 900;
            margin: 0 0 1.5rem;
            line-height: 1;
            text-align: center;
            color:white;
}

.team-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: var(--dark-gold);
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    margin: 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.team-card {
    background: #ffffff;
    border-radius: 50px;
    padding: 30px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(191,164,111,0.08);
    transition: all 0.4s ease;
}

.team-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(191,164,111,0.18);
}

.team-card img {
    width: 350px;
    height: 350px;
    border-radius: 20%;
    object-fit: cover;
    margin-bottom: 1.8rem;
    border: 5px solid #ff7a3c;
    transition: transform 0.4s ease;
    margin-left: 8px;
}

.team-card:hover img {
    transform: scale(1.08);
}
.team-social {
    margin-top: 1rem;           
    display: flex;
    justify-content: center;    
    gap: 1.2rem;                
}

.team-social a {
    color: #666;                
    font-size: 1.4rem;          
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;                
    height: 40px;
    border-radius: 50%;        
    text-decoration: none;
}

.team-social a:hover {
    color: #ff7a3c;             
    transform: translateY(-3px); 
    background: rgba(255,122,60,0.1); 
}

.team-social a[href*="facebook"] { color: #1877f2; }
.team-social a[href*="twitter"], 
.team-social a[href*="x.com"]    { color: #000000; } 
.team-social a[href*="instagram"]{ color: #e1306c; }
.team-social a[href*="youtube"]  { color: #ff0000; }

.team-card:hover .team-social a {
    color: #ff7a3c;
}
.contact-section { background: var(--white); margin: 40px;}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.form-box {
  background: var(--white);
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.form-box h2 { color: var(--primary); margin-bottom: 2rem; }
.form-group { margin-bottom: 1.8rem; }
.form-group label { display: block; margin-bottom: 0.6rem; font-weight: 600; }
input, textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}
textarea { min-height: 150px; }
.btn {
  background: var(--primary);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover { background: var(--primary-dark); }
 /* --- FLOATING BUTTONS --- */
        .floating-container {
            position: fixed;
            right: 25px;
            bottom: 35px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 99999;
        }
        .floating-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            font-size: 32px;
            color: #fff;
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
            transition: 0.3s ease;
            animation: pulse 1.8s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); box-shadow: 0 0 10px rgba(227, 144, 66, 0.3); }
            50% { transform: scale(1.08); box-shadow: 0 0 20px rgba(227, 144, 66, 0.3); }
            100% { transform: scale(1); box-shadow: 0 0 10px rgba(227, 144, 66, 0.3); }
        }
        .floating-btn::after {
            content: "";
            position: absolute;
            width: 120%;
            height: 120%;
            background: rgba(255, 255, 255, 0.25);
            top: -100%;
            left: -100%;
            transform: rotate(25deg);
            transition: 0.4s;
        }
        .floating-btn:hover::after {
            top: 100%;
            left: 100%;
        }
        .floating-btn:hover {
            transform: scale(1.18);
        }
        .whatsapp {
            background: #25D366;
            box-shadow: 0 0 15px #25D366;
        }
        .phone {
            background: #0088ff;
            box-shadow: 0 0 15px #0088ff;
        }
        .whatsapp img {
            width: 32px;
            height: 32px;
        }
    /* Footer */
    footer {
      background: var(--dark);
      color: #ccc;
      padding: 80px 5% 40px;
      text-align: center;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 50px;
      max-width: 1300px;
      margin: 0 auto 60px;
      text-align: left;
    }
    .footer-grid h4 { color: #e55f20; margin-bottom: 1.4rem; }
    .footer-grid a { color: #bbb; text-decoration: none; display: block; margin: 0.6rem 0; }
    .footer-grid a:hover { color: #e55f20; }
    .social a { font-size: 1.8rem; margin: 0 1rem; color: #bbb; }
    .social a:hover { color: #e55f20; }
    .copyright { border-top: 1px solid #444; padding-top: 2rem; font-size: 0.95rem; }
/* Responsive */
@media (max-width: 1024px) {
    .about-grid,
    .mission-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
}

@media (max-width: 768px) {
    .hero::before{
        height: 37%;
    }
    .about-image img{
        margin-left: 40px;
    }
    .page-header {
        padding: 100px 15px 60px;
    }
    .stats-section,
    .about-section,
    .why-section,
    .team-section {
        padding: 80px 15px;
    }
    .gallery{
        height: 100%;
    }
    .hero{
        height: 100%;
    }
    .contact-grid{
        display: flex;
        flex-direction: column;
    }
    
}
           @media (max-width: 768px) {
      header { padding: 1rem 2rem; flex-wrap: wrap; }
      .logo { position: static; transform: none; margin: 0 auto 0.5rem; }
      nav { display: none; flex-direction: column; width: 100%; background: white; position: absolute; top: 100%; left: 0; padding: 2rem; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
      nav.active { display: flex; }
      .hamburger { display: block; }
      nav a { margin: 1.2rem 0; font-size: 1.3rem; text-align: center; }
    }
        .content { max-width: 1200px; margin: 100px auto; padding: 40px; text-align: center; }