/* =============================
   FULL UPDATED STYLE.CSS
============================= */

/* =============================
   GLOBAL / RESET
============================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #111;
  background: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-spacer { height: 8px !important; }

section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =============================
   HEADER (Always Transparent)
============================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 82%;
  height: 84px;
  z-index: 1200;
  background: transparent !important;
  display: flex;
  align-items: center;
}

.nav-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display:flex; align-items:center; gap:12px; }
.logo-icon { width: 58px; height:auto; }
.logo-text { height: 36px; }

.nav { display:flex; gap:28px; align-items:center; }
.nav a {
  color:#fff;
  text-decoration:none;
  font-weight:600;
  text-shadow:0 0 6px rgba(0,0,0,0.6);
  transition:0.2s ease;
}
.nav a:hover,.nav a.active { color:#a8e063; transform:translateY(-2px); }

.nav-toggle { display:none; }

@media (max-width: 900px) {
  .nav { display:none; position:absolute; top:84px; right:0; background:#000c;
    flex-direction:column; width:240px; padding:12px; }
  .nav.open { display:flex; }
  .nav-toggle { display:block; }
}

/* =============================
   HOME HERO — FLIP
============================= */
.hero-slider{
    position:relative;
    height:100vh;
    overflow:hidden;
    background:#000;
}

.hero-slide{
    position:absolute;
    inset:0;

    background-size:cover;
    background-position:center;

    opacity:0;

    transition:opacity .1s ease-in-out;

    z-index:1;
}

.hero-slide.active{

    opacity:1;

    z-index:2;

}




.hero-slider .overlay { position:absolute; inset:0; background:rgba(0,0,0,0.4); }

.hero-inner {
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  z-index:10;
  color:#fff;
  max-width:760px;
  text-align:center;
}

/* Small Title */
.hero-title{
    font-size:30px;
    font-weight:600;
    color:#ffffff;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:18px;
}

/* Main Caption */
.hero-inner h1{
    font-size:clamp(38px,7vw,46px);
    font-weight:900;
    line-height:1.05;
    color:#d4af37;
    text-transform:uppercase;
    margin-bottom:25px;
    text-shadow:0 5px 18px rgba(0,0,0,.45);
}

/* Description */
.hero-desc{
    font-size:20px;
    font-weight:400;
    line-height:1.7;
    color:#ffffff;
    max-width:950px;
    margin:auto;
    text-shadow:0 2px 12px rgba(0,0,0,.4);
}



/* =============================
   ABOUT SECTION — Updated
============================= */
.about-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
  background: #1c261d;
  padding: 0;
}

.about-wrapper {
  display: flex;
  width: 100%;
  max-width: 1700px;
  margin: 0;
  gap: 0;
}

.about-left {
  flex: 1;
  min-width: 40%;
  overflow: hidden;
}

.about-left img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* RIGHT SIDE */
.about-right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 60px 40px;
}

.about-title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  border-left: 4px solid #064b24;
  padding-left: 12px;
}

.about-text {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 900px) {
  .about-wrapper {
    flex-direction: column;
  }

  .about-left img {
    height: 300px;
  }

  .about-right {
    padding: 28px;
  }

  .about-title {
    font-size: 28px;
    margin-top: 10px;
  }
}









/* =============================
   SERVICES (UPDATED)
============================= */
.services-page { background:#1c261d; color:#111; padding-bottom:80px; }

.services-hero {
  position:relative;
  height:70vh;
  background:center/cover no-repeat;
  display:flex; align-items:center; justify-content:center;
}
.services-hero .overlay { position:absolute; inset:0;  background:rgba(0,0,0,0); }



.services-slider{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    margin:10px auto;
}

.services-grid{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    scroll-behavior:smooth;
    gap:22px;
    width:100%;
    padding:20px 70px;
    scrollbar-width:none;
}

.services-grid::-webkit-scrollbar{
    display:none;
}



.services-hero .hero-text{

    position:absolute;

    right:100px;

    bottom:70px;

    width:450px;

    z-index:20;

    text-align:left;

}

.service-hero-content{

    color:#fff;

}

.service-hero-content h1{

    font-size:60px;

    font-weight:800;

    margin-bottom:20px;

}

.service-hero-content p{

    font-size:24px;

    line-height:1.7;

}
.service-icon{

    width:85px;

    height:85px;

    object-fit:contain;

    margin-bottom:20px;

}

.card-front h3{

    font-size:20px;

    margin-bottom:15px;

}

.card-front p{

    font-size:15px;

    line-height:1.7;

}

.card-back h3{

    color:#fff;

    margin-bottom:18px;

}

.card-back p{

    color:#fff;

}









/* CARD */
.service-card { perspective:1200px; cursor:pointer; }

.card-inner {
  position:relative;
  width:300px;
  height:200px;
  border-radius:14px;
  transform-style:preserve-3d;
  transition:transform .7s ease;
}

.service-card.flipped .card-inner {
  transform:rotateY(180deg);
}

.service-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#9aa19e;
    color:#fff;
    cursor:pointer;
    z-index:20;
    font-size:15px;
    transition:.3s;
}

.service-nav:hover{
    background:#2d7d54;
}

.service-nav.left{
    left:7px;
}

.service-nav.right{
    right:7px;
}







.card-front,
.card-back {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:20px;
  backface-visibility:hidden;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.card-front {
  background:#d3e6db;
  color:#064b24;
  z-index:2;
  text-align:center;
}

.card-back {
  background:#064b24 !important;
  color:#fff !important;
  transform:rotateY(180deg);
  z-index:1;
  text-align:center;
}

.card-back p {
  font-size:15px;
  line-height:1.6;
  padding:0 12px;
}


/* Mobile — FIXED SERVICES */
@media(max-width:600px){

  /* Hide desktop grid */
  .services-grid {
    display: none !important;
  }

  /* Enable slick horizontal cards */
  .services-rail,
  #mobileServiceViewer {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 14px 12px;
    -webkit-overflow-scrolling: touch;
  }

  .services-rail::-webkit-scrollbar { display:none; }

  .services-rail .service-card {
    flex: 0 0 170px !important;
    height: 50px !important;
    border-radius: 14px;
    scroll-snap-align: center;
  }

  .services-rail .card-inner {
    height: 180px !important;
    border-radius: 14px;
  }

  .services-rail .card-front {
    background: #fff !important;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    color: #064b24;
  }

  .services-rail .card-front i {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .services-rail .card-back {
    background:#064b24 !important;
    color:#fff !important;
    padding:12px;
    font-size:14px;
    line-height:1.4;
  }
}












/* =============================
   PROJECTS – Film Roll + HERO
============================= */
/*==============================
PROJECTS
==============================*/

.projects-page{
    background:#1c261d;
    padding:0 0 60px;
}

.project-hero{
    position:relative;
   
    width:100%;
    height:65vh;
    min-height:420px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.project-hero .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.05);
}

.projects-wrap{
    position:relative;
    max-width:1680px;
    margin:0 auto;
    padding:15px 60px;
}

.projects-grid{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:10px 0;
}

.projects-grid::-webkit-scrollbar{
    display:none;
}

.project-card{
    position:relative;
    flex:0 0 295px;
    height:220px;
    overflow:hidden;
    border-radius:14px;
    cursor:pointer;
}

.project-thumb{
    width:100%;
    height:100%;
    object-fit:cover;
}



.project-hero{
    position:relative;
    cursor:pointer;
}

.hero-hover-tip{
    position:absolute;
    left:50%;
    bottom:35px;
    transform:translateX(-50%) translateY(20px);

    background:rgba(0,0,0,.65);
    color:#fff;

    padding:12px 22px;

    border-radius:40px;

    font-size:15px;
    font-weight:600;

    display:flex;
    align-items:center;
    gap:10px;

    opacity:0;
    transition:.35s;

    z-index:100;
    pointer-events:none;
}

.hero-hover-tip i{
    color:#8bc34a;
    font-size:18px;
}

.project-hero:hover .hero-hover-tip{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}










/* ---------- NEW OVERLAY ---------- */

.project-overlay{

    position:absolute;

    left:0px;
    right:0px;
    bottom:0px;

    padding:14px 18px;

    background:rgba(65,65,65,.62);

    backdrop-filter:blur(10px);

    border-radius:12px;

    color:#fff;

}

.project-overlay h3{

    margin:0;

    font-size:16px;

    font-weight:700;

    color:#fff;

}




.project-location{

    margin-top:6px;

    font-size:17px;

    color:#ffffff;

}

.project-category{

    margin-top:4px;

    color:#9FE870;

    font-size:16px;

    font-weight:600;

}


/* left/right nav buttons for film roll */
.project-nav { position:absolute; width:44px; height:44px; border-radius:50%; background:rgba(6,75,36,0.9); color:#fff; display:flex; align-items:center; justify-content:center; z-index:8; top:50%; transform:translateY(-50%); cursor:pointer; border:none; }
.project-nav.left { left: 7px; }
.project-nav.right { right: 7px; }
.project-nav:hover { background:#0f8f44; box-shadow:0 6px 18px rgba(0,0,0,0.14); transform:translateY(-50%) scale(1.04); }

/* ensure project hero flip looks like flip, not fade  "backface-visibility: hidden;" */
.project-hero {
  
  transform-style: preserve-3d;
  transition: transform 0.6s ease, background-image 0.6s ease;
}



/* Mobile — FIXED PROJECTS */
@media(max-width:600px){

  .projects-wrap {
    padding: 0 14px !important;
  }

  /* Smaller, scrollable cards */
  .project-card {
    flex: 0 0 240px !important;
    height: 160px !important;
  }

  .project-thumb {
    height: 100% !important;
  }

  .project-nav {
    width: 36px !important;
    height: 36px !important;
  }
}
















/* =============================
   MODERN CONTACT PAGE (NEW)
============================= */
.contact-page { background:#1c261d; padding:40px 0 70px; }

.contact-hero {
  height:65vh;
  background:center/cover no-repeat;
  position:relative;
  display:flex; justify-content:center; align-items:center;
}
.contact-hero::before {
  content:"";
  position:absolute; inset:0;
  background:rgba(0,0,0,0.1);
}

.contact-hero .overlay{
     background:rgba(0,0,0,.05);
}

.contact-wrapper {
  max-width:1600px;
  
  margin:25px auto;
  display:grid;
  grid-template-columns:1.2fr 0.9fr 1fr;
  gap:54px;
  padding:0 20px;
}

.contact-card {
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(7px);
  padding:26px;
  border-radius:14px;
  box-shadow:0 8px 26px rgba(0,0,0,0.12);
  height:255px;
}

.contact-card h2 {
  margin-bottom:12px;
  font-family:"Playfair Display", serif;
  font-size:24px;
  color:#064b24;
}

.contact-card p {
  margin:8px 0;
  font-size:15px;
  color:#222;
  line-height:1.5;
}

.contact-card p i {
  color:#064b24;
  margin-right:8px;
}

/* Map */
.map-card iframe {
  width:100%;
  height:100%;
  border:0;
  border-radius:10px;
}

/* Form */
.form-card form {
  display:flex;
  flex-direction:column;
  gap:2px;
  
}

.form-card input,
.form-card textarea {
  width:100%;
  padding:12px 14px;
  border-radius:8px;
  border:1px solid #ccc;
  font-size:15px;
  outline:none;
}

.form-card textarea {
  resize:vertical;
  min-height:50px;
}

.form-card button {
  background:#064b24;
  color:#fff;
  padding:12px;
  height:35px;
  border:none;
  border-radius:8px;
  font-size:16px;
  cursor:pointer;
  transition:0.2s;
}
.form-card button:hover { background:#0a7f40; }

/* Mobile */
@media(max-width:900px){
  .contact-wrapper { grid-template-columns:1fr; }
}

/* =============================
   HELPERS
============================= */
.hidden { display:none; }
.center { display:flex; justify-content:center; align-items:center; }






/* =========================================================
   MOBILE FIXES — ABOUT + SERVICES (Clean Modern Layout)
========================================================= */
@media (max-width: 768px) {

  /* ========================
       ABOUT PAGE — MOBILE
     ======================== */

  .about-wrapper {
    flex-direction: column !important;
    height: auto !important;
  }

  .about-left {
    width: 100% !important;
    height: auto !important;
  }

  .about-left img {
    width: 100%;
    height: 270px !important;
    object-fit: cover;
    border-radius: 0;
  }

  .about-right {
    width: 100% !important;
    padding: 0px !important;
    text-align: left;
  }

  .about-content h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1;
  }


  /* ========================
       SERVICES — MOBILE
     ======================== */

  /* HERO full width and tighter */
  .services-hero {
    height: 45vh !important;
    min-height: 260px !important;
    padding: 0 !important;
  }

  .services-grid {
    display: none; /* hide desktop grid */
  }

  /* Horizontal sleek button-style cards */
  #mobileServiceViewer,
  .services-rail {
    display: flex !important;
    gap: 12px;
    overflow-x: auto;
    padding: 15px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .services-rail::-webkit-scrollbar {
    display: none;
  }

  .services-rail .service-card {
    flex: 0 0 170px;        /* sleek button width */
    height: 160px;
    scroll-snap-align: center;
    border-radius: 14px;
  }

  .services-rail .card-inner {
    height: 160px !important;
    background: #f8f8f8;
    border-radius: 14px;
  }

  /* Sleek button look */
  .services-rail .card-front {
    background: #ffffff !important;
    border: 1px solid #e8e8e8;
    color: #064b24;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .services-rail .card-front h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
  }

  .services-rail .card-front i {
    font-size: 26px;
    margin-bottom: 8px;
    color: #064b24;
  }

  /* Back side green fix */
  .services-rail .card-back {
    background: #064b24 !important;
    color: #fff !important;
    padding: 12px;
    font-size: 14px;
  }

}



/* =============================
   TEAM PAGE – FILM ROLL STYLE
============================= */

/* TEAM HERO */
.team-hero {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
}

.team-hero h1 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: clamp(30px,4vw,55px);
  font-weight: 700;
  text-align: center;
}

/* =============================
   TEAM SECTION
============================= */

.team-page {
  background: #1c261d;
  padding: 40px 0 60px;
}

/* Title */
.team-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
}

/* =============================
   TEAM FILM ROLL WRAPPER
============================= */

.team-wrap {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Film Roll Scroll */
.team-row {
    margin:5px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 12px 0;
  -webkit-overflow-scrolling: touch;
}

.team-row::-webkit-scrollbar {
  height: 8px;
}
.team-row::-webkit-scrollbar-thumb {
  background: #064b24;
  border-radius: 10px;
}

/* =============================
   TEAM CARD
============================= */

.team-card {
  flex: 0 0 400px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: 0.25s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.2);
}

/* Team Photo */
.team-photo {
  width: 130%;
  height: 175px;
  object-fit: cover;
}

/* Social Icon Circle */
.team-social {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ede7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -28px auto 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.18);
}

.team-social i {
  font-size: 25px;
  color: #7b5cd6;
}

/* Team Info */
.team-info h3 {
  margin: -34px 0 4px;
  color: #24592b;
  font-size: 25px;
  font-weight: 700;
}

.team-info p {
  color: #666;
  font-size: 17px;
  font-weight: 700;
  padding: 0 10px 16px;
}

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

@media (max-width: 600px) {
  .team-wrap {
    padding: 0 15px;
  }

  .team-card {
    flex: 0 0 220px;
  }

  .team-photo {
    height: 220px;
  }
}

/* =============================
   TEAM NAV BUTTONS (Left/Right)
============================= */

.team-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(6, 75, 36, 0.9);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: 0.25s ease;
}

.team-nav.left { left: 10px; }
.team-nav.right { right: 10px; }

.team-nav:hover {
  background: #0f8f44;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Hide on very small screens (optional) */
@media(max-width: 600px){
  .team-nav { width: 38px; height: 38px; }
}



/* ====================================
   HERO MOBILE
==================================== */

@media(max-width:768px){

.hero-title{
    font-size:18px;
    letter-spacing:1px;
}

.hero-inner h1{
    font-size:44px;
    line-height:1.15;
}

.hero-desc{
    font-size:18px;
    line-height:1.6;
    padding:0 20px;
}

}









/* END OF FILE */
