/* ===========================================================
   HAAD SECURITY (H.S.C.) — Premium Light Blue Theme
   अनुशासन · निष्ठा · सुरक्षा
=========================================================== */

:root{
  --navy:#0B2A4A;
  --navy-deep:#081D34;
  --gold:#C9A227;
  --gold-soft:#E3C766;
  --sky:#EAF4FC;
  --sky-card:#F6FBFF;
  --sky-line:#CFE3F4;
  --text:#16273B;
  --text-soft:#4A6178;
  --shadow: 0 18px 40px -18px rgba(11,42,74,0.25);
  --radius: 14px;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--sky);
  color:var(--text);
  font-family:'Source Sans 3','Segoe UI',sans-serif;
  line-height:1.65;
  overflow-x:hidden;
}
img{max-width:100%; display:block;}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}

h1,h2,h3,h4{
  font-family:'Playfair Display', Georgia, serif;
  color:var(--navy);
  font-weight:700;
  letter-spacing:0.2px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:0.78rem;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
  margin-bottom:10px;
}
.eyebrow::before{
  content:"";
  width:22px;
  height:2px;
  background:var(--gold);
  display:inline-block;
}

.container{
  max-width:1180px;
  margin:0 auto;
  padding:0 28px;
}

.btn{
  display:inline-block;
  padding:14px 30px;
  border-radius:999px;
  font-weight:700;
  font-size:0.92rem;
  letter-spacing:0.4px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  cursor:pointer;
  border:none;
}
.btn-gold{
  background:linear-gradient(135deg,var(--gold-soft),var(--gold));
  color:var(--navy-deep);
  box-shadow:0 12px 26px -10px rgba(201,162,39,0.55);
}
.btn-gold:hover{ transform:translateY(-3px); box-shadow:0 18px 30px -10px rgba(201,162,39,0.7);}
.btn-outline{
  background:transparent;
  border:1.5px solid var(--navy);
  color:var(--navy);
}
.btn-outline:hover{ background:var(--navy); color:#fff; transform:translateY(-3px);}

/* ============ HEADER ============ */
header{
  position:sticky; top:0; z-index:999;
  background:rgba(246,251,255,0.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--sky-line);
}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 28px;
  max-width:1180px;
  margin:0 auto;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand img{
  width:54px; height:54px; object-fit:contain;
}
.brand .name{
  font-family:'Playfair Display',serif;
  font-weight:700;
  font-size:1.18rem;
  color:var(--navy);
  line-height:1.1;
}
.brand .tag{
  font-size:0.68rem;
  letter-spacing:1.5px;
  color:var(--gold);
  text-transform:uppercase;
  font-weight:700;
}
nav ul{
  display:flex;
  gap:34px;
}
nav a{
  font-weight:600;
  font-size:0.95rem;
  color:var(--text);
  position:relative;
  padding-bottom:4px;
}
nav a.active, nav a:hover{ color:var(--navy); }
nav a.active::after{
  content:"";
  position:absolute; left:0; bottom:-4px;
  width:100%; height:2px;
  background:var(--gold);
}
.menu-toggle{ display:none; flex-direction:column; gap:5px; cursor:pointer; }
.menu-toggle span{ width:26px; height:2px; background:var(--navy); }

@media(max-width:880px){
  nav{
    position:fixed; top:82px; left:0; right:0;
    background:#fff;
    flex-direction:column;
    padding:20px 28px;
    box-shadow:var(--shadow);
    transform:translateY(-130%);
    transition:transform .35s ease;
  }
  nav.open{ transform:translateY(0); }
  nav ul{ flex-direction:column; gap:18px; }
  .menu-toggle{ display:flex; }
}

/* ============ HERO ============ */
.hero{
  position:relative;
  padding:90px 0 110px;
  background:
    linear-gradient(135deg, rgba(8,29,52,0.88), rgba(11,42,74,0.82)),
    url('../images/team-photo.jpeg');
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute; top:-120px; right:-120px;
  width:420px; height:420px;
  background:radial-gradient(circle, rgba(201,162,39,0.10), transparent 70%);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.15fr 0.85fr;
  gap:50px;
  align-items:center;
  position:relative; z-index:2;
}
.hero h1{
  font-size:clamp(2.1rem,4vw,3.3rem);
  line-height:1.18;
  margin-bottom:20px;
  color:#fff;
}
.hero h1 span{ color:var(--gold-soft); }
.hero p{
  color:#D6E3EF;
  font-size:1.08rem;
  max-width:520px;
  margin-bottom:32px;
}
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; }

.hero-badge-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.shield-frame{
  position:relative;
  width:300px; height:300px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 25%, #ffffff, #DCEDFB 70%);
  box-shadow:var(--shadow);
  display:flex; align-items:center; justify-content:center;
  border:1px solid var(--sky-line);
}
.shield-frame img{ width:210px; height:210px; object-fit:contain; }
.shield-frame::after{
  content:"";
  position:absolute; inset:-14px;
  border:1.5px dashed rgba(201,162,39,0.55);
  border-radius:50%;
}

/* ============ STAT STRIP ============ */
.stats{
  background:var(--navy);
  padding:46px 0;
}
.stats .container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  text-align:center;
}
.stats h3{
  color:var(--gold-soft);
  font-size:2.2rem;
  margin-bottom:4px;
}
.stats p{
  color:#CFE0EE;
  font-size:0.88rem;
  letter-spacing:0.3px;
}
@media(max-width:768px){ .stats .container{ grid-template-columns:repeat(2,1fr); } }

/* ============ SECTION ============ */
.section{ padding:90px 0; }
.section.alt{ background:var(--sky-card); }
.section-head{ max-width:680px; margin-bottom:50px; }
.section-head h2{ font-size:clamp(1.7rem,3vw,2.4rem); }
.section-head p{ color:var(--text-soft); margin-top:14px; }

/* ============ CARDS ============ */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
@media(max-width:900px){ .grid-3,.grid-2{ grid-template-columns:1fr; } }

.card{
  background:#fff;
  border:1px solid var(--sky-line);
  border-radius:var(--radius);
  padding:34px 28px;
  transition:transform .3s ease, box-shadow .3s ease;
}
.card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.card .icon-badge{
  width:54px; height:54px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--navy),var(--navy-deep));
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
  color:var(--gold-soft);
  font-size:1.4rem;
  font-weight:700;
}
.card h3{ font-size:1.18rem; margin-bottom:10px; }
.card p{ color:var(--text-soft); font-size:0.95rem; }

/* ============ WHY US LIST ============ */
.check-list li{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px 0;
  border-bottom:1px solid var(--sky-line);
  color:var(--text-soft);
  font-weight:600;
}
.check-list li:last-child{ border-bottom:none; }
.check-list .dot{
  width:22px; height:22px; border-radius:50%;
  background:var(--gold);
  color:var(--navy-deep);
  font-size:0.75rem; font-weight:900;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; margin-top:2px;
}

/* ============ TEAM ============ */
.team-card{ text-align:center; }
.team-photo{
  width:110px; height:110px; border-radius:50%;
  background:linear-gradient(135deg,var(--navy),#163C63);
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 18px;
  color:var(--gold-soft);
  font-family:'Playfair Display',serif;
  font-size:1.7rem; font-weight:700;
  border:3px solid var(--gold-soft);
}
.team-card h4{ font-size:1.1rem; margin-bottom:2px; }
.team-card span{ color:var(--gold); font-size:0.82rem; text-transform:uppercase; letter-spacing:1px; font-weight:700; }

/* ============ PROJECT LIST ============ */
.project-row{
  display:flex; justify-content:space-between; align-items:center;
  gap:20px;
  background:#fff;
  border:1px solid var(--sky-line);
  border-radius:var(--radius);
  padding:24px 28px;
  margin-bottom:18px;
  transition:box-shadow .3s ease, transform .3s ease;
}
.project-row:hover{ box-shadow:var(--shadow); transform:translateX(4px); }
.project-row .ptag{
  font-size:0.72rem; letter-spacing:1.5px; text-transform:uppercase;
  color:var(--gold); font-weight:800; margin-bottom:6px; display:block;
}
.project-row h4{ font-size:1.08rem; }
.project-row .loc{ color:var(--text-soft); font-size:0.9rem; margin-top:4px; }
.project-row .num{
  font-family:'Playfair Display',serif;
  font-size:1.6rem; color:var(--sky-line); font-weight:700;
  flex-shrink:0;
}

/* ============ CTA BAND ============ */
.cta-band{
  background:linear-gradient(135deg,var(--navy),var(--navy-deep));
  border-radius:20px;
  padding:50px 40px;
  display:flex; justify-content:space-between; align-items:center; gap:30px;
  flex-wrap:wrap;
  color:#fff;
}
.cta-band h3{ color:#fff; font-size:1.5rem; max-width:480px; }
.cta-band p{ color:#B9CCDF; margin-top:8px; }

/* ============ CONTACT ============ */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:50px; }
@media(max-width:900px){ .contact-grid{ grid-template-columns:1fr; } }
.info-row{ display:flex; gap:16px; margin-bottom:24px; align-items:flex-start; }
.info-row .ic{
  width:46px; height:46px; border-radius:12px;
  background:var(--sky-card);
  border:1px solid var(--sky-line);
  display:flex; align-items:center; justify-content:center;
  color:var(--navy); font-weight:800; flex-shrink:0;
}
.info-row h4{ font-size:1rem; margin-bottom:3px; }
.info-row p{ color:var(--text-soft); font-size:0.93rem; }

form.contact-form{
  background:#fff;
  border:1px solid var(--sky-line);
  border-radius:var(--radius);
  padding:34px;
  box-shadow:var(--shadow);
}
.form-group{ margin-bottom:20px; }
.form-group label{ display:block; font-size:0.85rem; font-weight:700; margin-bottom:7px; color:var(--navy); }
.form-group input, .form-group textarea, .form-group select{
  width:100%;
  padding:13px 15px;
  border:1px solid var(--sky-line);
  border-radius:9px;
  background:var(--sky-card);
  font-family:inherit;
  font-size:0.95rem;
  color:var(--text);
  transition:border-color .2s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus{
  outline:none; border-color:var(--gold);
}
.form-group textarea{ resize:vertical; min-height:120px; }
.form-note{ font-size:0.82rem; color:var(--text-soft); margin-top:14px; }
.form-success{
  display:none;
  background:#E9F6EC; border:1px solid #B9E2C2; color:#1F6B33;
  padding:14px 16px; border-radius:9px; margin-top:16px; font-weight:600; font-size:0.9rem;
}

/* ============ FOOTER ============ */
footer{
  background:var(--navy-deep);
  color:#B9CCDF;
  padding:60px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1.1fr;
  gap:40px;
  margin-bottom:40px;
}
@media(max-width:880px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
.footer-grid h4{ color:#fff; font-size:1rem; margin-bottom:16px; font-family:'Playfair Display',serif; }
.footer-grid li{ margin-bottom:10px; font-size:0.9rem; }
.footer-grid li a:hover{ color:var(--gold-soft); }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand img{ width:46px; height:46px; }
.footer-brand .name{ color:#fff; font-family:'Playfair Display',serif; font-weight:700; }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);
  padding-top:22px;
  text-align:center;
  font-size:0.82rem;
  color:#7F99B1;
}

/* ============ PAGE HEADER (sub pages) ============ */
.page-head{
  padding:64px 0 50px;
  background:linear-gradient(180deg,#F6FBFF,var(--sky));
  text-align:center;
}
.page-head h1{ font-size:clamp(1.9rem,3.4vw,2.6rem); }
.breadcrumb{ color:var(--text-soft); font-size:0.9rem; margin-top:10px; }
.breadcrumb span{ color:var(--gold); font-weight:700; }

/* utility */
.text-center{ text-align:center; }
.mt-40{ margin-top:40px; }

/* ============ HERO GUARD IMAGE (square) ============ */
.hero-guard-img{
  width:100%;
  max-width:480px;
  border-radius:var(--radius);
  overflow:hidden;
  border:3px solid rgba(201,162,39,0.55);
  box-shadow:0 24px 50px -12px rgba(0,0,0,0.5);
  align-self:stretch;
}
.hero-guard-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* ============ DIRECTOR CARDS ============ */
.director-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  max-width:820px;
  margin:0 auto;
}
@media(max-width:768px){ .director-grid{ grid-template-columns:1fr; } }

.director-card{
  text-align:center;
  padding:36px 28px 28px;
}
.director-photo-wrap{
  width:80px; height:80px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto 14px;
  border:3px solid var(--gold-soft);
  box-shadow:0 6px 16px -6px rgba(11,42,74,0.28);
}
.director-photo-wrap img{
  width:100%; height:100%; object-fit:cover; object-position:top;
}
.director-card h4{ font-size:1.18rem; margin-bottom:4px; }
.dir-title{
  color:var(--gold); font-size:0.8rem;
  text-transform:uppercase; letter-spacing:1.5px; font-weight:700;
  display:block; margin-bottom:14px;
}
.dir-quote{
  color:var(--text-soft); font-size:0.93rem; line-height:1.6;
  font-style:italic; margin-bottom:14px;
}
.dir-readmore{
  color:var(--navy); font-weight:700; font-size:0.9rem;
  border-bottom:1.5px solid var(--gold);
  padding-bottom:2px;
  transition:color .2s;
}
.dir-readmore:hover{ color:var(--gold); }

/* ============ ABOUT PAGE — DIRECTOR FULL SECTION ============ */
.director-full{
  display:grid;
  grid-template-columns:1fr 240px;
  gap:48px;
  align-items:flex-start;
  padding:50px 0;
  border-bottom:1px solid var(--sky-line);
}
.director-full:last-child{ border-bottom:none; }
@media(max-width:860px){
  .director-full{ grid-template-columns:1fr; }
  .dir-full-photo{ width:180px; height:220px; margin:0 auto; }
}

.dir-full-photo{
  width:220px; height:280px;
  border-radius:var(--radius);
  overflow:hidden;
  border:2px solid var(--sky-line);
  box-shadow:var(--shadow);
  flex-shrink:0;
  position:sticky;
  top:100px;
}
.dir-full-photo img{ width:100%; height:100%; object-fit:cover; object-position:top; }

.dir-full-content h3{ font-size:1.55rem; margin-bottom:4px; }
.dir-full-content .dir-title{ display:block; margin-bottom:18px; }
.dir-full-content p{ color:var(--text-soft); margin-bottom:14px; font-size:0.97rem; }
.dir-full-content ol{ padding-left:18px; margin-bottom:14px; }
.dir-full-content ol li{ color:var(--text-soft); margin-bottom:10px; font-size:0.95rem; }
.dir-full-content ol li strong{ color:var(--navy); }
.dir-signature{
  display:inline-block;
  margin-top:18px;
  background:var(--sky-card);
  border:1px solid var(--sky-line);
  border-radius:10px;
  padding:16px 22px;
  font-style:italic;
  color:var(--navy);
  font-weight:700;
  font-size:1.0rem;
}
