/* =============================================
   Reset
============================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
button { border: none; background: transparent; font: inherit; color: inherit; cursor: pointer; }
iframe{width: 100vw;}
/* =============================================
   Design Tokens
============================================= */
:root {
  --color-brand: #14532d;
  --color-brand-strong: #0f3d22;
  --color-accent: #f59e0b;
  --color-bg: #f8fafc;
  --color-surface: #ffffff;
  --color-text: #0f172a;
  --color-muted: #dedede;
  --color-border: #e2e8f0;
  --color-overlay: rgba(2, 6, 23, 0.48);

  --shadow-sm: 0 1px 2px rgba(2, 6, 23, 0.06);
  --shadow-md: 0 10px 30px rgba(2, 6, 23, 0.08);
  --shadow-lg: 0 20px 45px rgba(2, 6, 23, 0.14);

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;

  --font-primary: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --fs-body: 1rem;
  --fs-small: 0.875rem;
  --fs-h1: clamp(2rem, 4vw, 3rem);
  --fs-h2: clamp(1.5rem, 3vw, 2.25rem);
  --fs-h3: clamp(1.125rem, 2.2vw, 1.5rem);
  --transition: 0.25s ease;
}

/* =============================================
   Base
============================================= */
html, body { min-height: 100%; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-primary);
  font-size: var(--fs-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

::selection { background: var(--color-accent); color: #111827; }
h1, h2, h3, h4 { line-height: 1.25; color: var(--color-text); }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { color: var(--color-muted); }

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}

main { min-height: 40vh;  }

/* =============================================
   Utilities
============================================= */
.section { padding-block: var(--space-8); }
.section-sm { padding-block: var(--space-6); }
.text-center { text-align: center; }
.text-muted { color: var(--color-muted); }
.accent-color{color: var(--color-accent) !important;}
.accent-bg-color{background-color: #57575796;}
.text-justify{text-align: justify;}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 44px;
  border-radius: var(--radius-md);
  padding: 0.65rem 1rem;
  font-weight: 600;
  transition: all var(--transition);
}

.btn-primary,
.btn-brand { background: var(--color-brand); color: #ffffff; }
.btn-primary:hover,
.btn-brand:hover { background: var(--color-brand-strong); }

.skip-link {
  position: absolute;
  left: var(--space-4);
  top: -100px;
  z-index: 3000;
  background: var(--color-text);
  color: #ffffff;
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.9rem;
  transition: top var(--transition);
}

.skip-link:focus-visible { top: var(--space-4); }

/* =============================================
   Header
============================================= */

.header-bg{
 background: 
    linear-gradient(rgba(0, 0, 0, 0.326), rgba(0, 0, 0, 0)), 
    url('../images/banner/image-bg.webp') center/cover no-repeat;
  
  /*min-height: 100vh;*/
  width: 100%;
  background-attachment: fixed;
  overflow: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.bg-black{background-color: rgb(90 90 90 / 24%) !important;}
.brand { flex-shrink: 0; }
.brand-logo { width: 150px; }
.site-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: var(--space-5); }
.nav-list > li { position: relative; }

.nav-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-block: 1.65rem;
  font-weight: 600;
  color: #fff;
  transition: color var(--transition);
}

.nav-list > li > a:hover,
.nav-list > li > a:focus-visible { color: var(--color-accent); }

.header-cta { flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; gap: 5px; z-index: 1200; }

.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--color-surface);
  transition: transform var(--transition), opacity var(--transition);
}

/* HERO SECTION */
.banner-text{color: #d4d4d4;}
.hero-title{overflow-wrap: anywhere;}




.wrap-1{
background-color:  #000000e6;
  background-image: linear-gradient(to right, #ffffff1a 1px, transparent 1px);
  background-size: 200px 200px;

}

    .card {
    width: 100%;
    max-width: 400px; /* Card ki max width */
    border: none;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
    }

    .card:hover {transform: translateY(-5px); }

    .card-figure {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 16 / 9; 
    background: #f0f0f0; 
    }

    .card-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
     transition: all .25s linear;
    }
    .card-ico{translate: -50% -50%; }
    .card-ico span:hover{border-color: #000000;}
    .card .card-figure img:hover{scale: 1.1;;}

    .card-content {padding: 20px;  background-color: #000000db;}

    .card-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    color: #333;
    }

    .card-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    }

    .card-button {
    display: inline-block;
    /* padding: 10px 20px; */
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.85rem;
    }
.explore-services:hover  i{ rotate: 45deg; transition: all .3s linear;}


.about-us{
   background: 
    linear-gradient(rgba(0, 0, 0, 0.783), rgba(0, 0, 0, 0.098)), 
    url('../images/banner/image-bg.webp') center/cover no-repeat;
  
  min-height: 100vh;
  width: 100%;
  background-attachment: fixed;

}

/* PROCESS */
.process-card img{
  opacity: .1;
  width: 100%;
}
.process-card{height: 100%; overflow: hidden;}
.process-card div{
  position: absolute;
  top: 50%;
  transform: translate(-0%, -50%);
}

.process-card div span{ font-size: 5rem;}

/* VIDEO SECTION */
.video-section{
  background-color: #000000ca;
background-image: radial-gradient(circle at center center, #00000000, #000000d1), repeating-radial-gradient(circle at center center, #00000000, #00000008, 10px, #0000000d 20px, #00000008 10px);
background-blend-mode: multiply;
}
.video-section > .row{margin-left: 0; margin-right: 0;}
.video-section video{width: 30%; max-width: 100%;}


/* 25 YEAR EXPERIENCE */
.year-experience-section{
  background: 
    linear-gradient(rgba(0, 0, 0, 0.783), rgba(0, 0, 0, 0.098)), 
    url('../images/banner/image-bg.webp') center/cover no-repeat;
  
  min-height: 100vh;
  width: 100%;
  background-attachment: fixed;
}

.year-25{
  font-size: 10rem;
  color: #d4d4d4;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: var(--color-accent);
}
.year-img{top: 30px; left: -30px; z-index: 1; opacity: 0.9;}
.year-img-1{top: 30px; z-index: 0; opacity: 0.3;}




/* Latest Projects */
.office-container {
    padding: 60px 0;
    background: rgb(0 0 0 / 10%);
}

.office-swiper .swiper-slide {
    width: 50%; 
    height: auto;
    transition: all 0.5s ease;
    transform: scale(0.85); 
    opacity: 0.5;
    overflow: hidden;
    border-radius: 10px;
}

.office-swiper .swiper-slide-active {
    transform: scale(1); 
    opacity: 1;
}

.office-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.overlay-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
    aspect-ratio: 1/1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* font-size: 1rem; */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    background-color: rgb(140, 91, 0);
    border-radius: 50%;
}

.overlay-text span:nth-child(1) { font-size: .8rem; }
.overlay-text span:nth-child(2) { font-size: 1rem; }

    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
        background-color: orange;
        width: 20px;
        aspect-ratio: 1 / 1;
        height: 20px;
    }


/* About us */
.testo-cards{background-color: #1c1f25; padding: 1rem; border: 1px solid var(--color-accent);}
.testo-cards figure{width: 400px; border-color: var(--color-accent); border-right: 1px solid var(--color-accent);}
.text-content{padding: 0 2rem;}
.quote-on-pic{left: 50%; translate: -50% -50%;   background-color: var(--color-accent); padding: .3rem; border-radius: 50%; width: 40px; height: 40px; display: grid; place-items: center; font-size: 1.2rem; color: #fff;}



.start-yr-project{
  background: 
    linear-gradient(rgba(0, 0, 0, 0.929), rgba(0, 0, 0, 0.619)), 
    url('../images/banner/journey-backgroundimage.webp') center/cover no-repeat;
  
  min-height: 50vh;
  width: 100%;
  background-attachment: fixed;
}








/* SWIPER CSS */
.hero-swiper {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.swiper {
  width: 100%;
  /* height: 400px; */
  border-radius: 8px;
  position: relative;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
}

.hero-nav {
  position: absolute;
  bottom: 1.5rem;
  left: 13%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}

.hero-prev,
.hero-next {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 2px solid #d8ccba;
  background: #fff !important;
  color: #0b1220;
  display: grid;
  place-items: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), color var(--transition);
  cursor: pointer;
}

.hero-prev:hover,
.hero-next:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
  transform: scale(1.1);
}

.hero-prev.swiper-button-disabled,
.hero-next.swiper-button-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 6px 14px rgba(77, 57, 51, 0.1);
}

.hero-img {
  animation: blinkEffect 4s infinite step-end;
}



@keyframes blinkEffect {
  0% { 
    /* Light OFF: Kam samay ke liye (sirf 0% se 20% tak) */
    filter: grayscale(100%) brightness(40%); 
  } 
  20% { 
    /* Light ON: Zyada samay ke liye (20% se 100% tak) */
    filter: grayscale(0%) brightness(100%); 
  }
}


/* ABOUT PAGE */
.about-hero-content h1{font-size: 4rem; }
.about-hero-content p{font-size: 1.25rem; color: #d4d4d4; margin-top: var(--space-3);}



/* CONTACT PAGE */
.header-bg-contact{
      background: linear-gradient(rgba(0, 0, 0, 0.326), rgba(0, 0, 0, 0)), url(../images/banner/image-bg.webp) center / cover no-repeat;
    /* min-height: 100vh; */
    width: 100%;  
    background-attachment: fixed;
    overflow: hidden;
}

.about-us-content{padding: 0 2rem; width: 100%;}
.about-us-content input, .about-us-content textarea{width: 100%; border: none; border-bottom: 1px solid var(--color-border); padding: .75rem; color: #fff; border-radius: var(--radius-sm); outline: none; background-color: rgba(0, 0, 0, 0.217);}
.about-us-content input:hover, .about-us-content textarea:hover{background-color: #333;}

.about-us-content input::placeholder, .about-us-content textarea::placeholder{ color: white;}

.about-us-content button:hover{opacity:.5;}
.about-us-content button:active{opacity: .75; color:var(--color-accent);}

/* Contact form image and content equal height */
.contact-form-section .row{align-items: stretch;}
.contact-form-image{height: 100%;}
.contact-form-image img{width: 100%; height: 100%; object-fit: cover;}
.about-us-content form label{margin-bottom: 0;}
.about-us-content textarea{resize: vertical; min-height: 130px;}

/* Contact information card and map helpers */
.location-card p{overflow-wrap: anywhere;}
.location-card{background-color: #1c1f25; padding: 1rem; border: 1px solid var(--color-accent); border-radius: var(--radius-md); color: #fff; min-height: 150px;}
.contact-map iframe{display: block;}


/* SERVICES */
.service-box{
  display: flex;
  background: #00000030;
  padding: 2rem;
}
.box-image{
width: 50%;
}
.box-image figure{
  display: grid;
  place-items: center;
  width: 80px;
  height:80px;
  margin: 0;
  padding: 0;
  background: var(--color-accent);
  border-radius: 50%;
}
.read_more{
  color: #989898;
}

.box-content-1{
  position: absolute;
  top: 20%;
  left: 30%;
  right: 0;
  background: rgb(58 58 58 / 98%);
  padding: 1rem;
  border-top-left-radius: .6rem;
}
.text-size-16-1{color: var(--color-accent);}


/* .nav-logo{position: relative;
    top: -278px;
    left: 12px;
    z-index: 999;
    width: 100px;} */

    .nav-logo{z-index: 999; opacity: .8;  position: absolute; top: 10px; left: 10px; width: 100px; pointer-events: none;}

/* DETAILS PAGE */
.details-bg{
  background: 
    linear-gradient(rgba(0, 0, 0, 0.297), rgba(0, 0, 0, 0.098)), 
    url('../images/banner/image-bg.webp') center/cover no-repeat;
  
  min-height: 100vh;
  width: 100%;
  background-attachment: fixed;
}

/* Details page two column service layout */
.details-page .details-section .row{row-gap: var(--space-5);}
.details-sidebar{position: sticky; top:20px; align-self: start;}
.details-sidebar-box,
.details-content{
  background: #00000099;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: var(--radius-md);
  padding: var(--space-5);
  box-shadow: var(--shadow-lg);
}

.details-subtitle{
  display: block;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.details-sidebar-title{
  color: #ffffff;
  font-size: 1.35rem;
  margin-bottom: var(--space-4);
}

.details-service-list{
  display: grid;
  gap: var(--space-3);
}

.details-service-list a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  color: #ffffff;
  background: #0000004d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  padding: .85rem 1rem;
  font-weight: 600;
  transition: all var(--transition);
}

.details-service-list a:hover,
.details-service-list a:focus-visible,
.details-service-list a.active{
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #111827;
}

.details-help-box{
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.details-help-box p{
  color: var(--color-muted);
  margin-bottom: var(--space-4);
}

.details-call-link{
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: #ffffff;
  font-weight: 600;
}

.details-call-link:hover{color: var(--color-accent);}
.details-content p{color: var(--color-muted); font-size: 1.05rem;}
.details-title{font-weight: 700;}
.details-main-image{
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  border: 1px solid rgba(245, 158, 11, 0.35);
}

.details-main-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-content h3{
  color: #ffffff;
  margin: var(--space-5) 0 var(--space-3);
}

.details-point-list{
  display: grid;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}

.details-point-list li{
  position: relative;
  color: var(--color-muted);
  padding-left: 1.3rem;
}

.details-point-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .65rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.details-closing{
  padding: var(--space-4);
  border-left: 3px solid var(--color-accent);
  background: #0000004d;
  color: #ffffff !important;
  font-weight: 600;
}

/* Details page responsive helpers */
@media (max-width: 992px) {
  .details-bg{background-attachment: scroll;}
  .details-sidebar{position: static;}
  .details-sidebar-box,
  .details-content{padding: var(--space-4);}
}

@media (max-width: 576px) {
  .details-sidebar-box,
  .details-content{padding: var(--space-3);}
  .details-service-list a{padding: .8rem;}
  .details-content p{font-size: 1rem;}
  .details-main-image{aspect-ratio: 4 / 3;}
}







/* =============================================
   Footer
============================================= */
.site-footer {color: #cbd5e1;}

.footer-grid {
  padding-block: var(--space-7);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.footer-title { color: #ffffff; font-size: 1.05rem; margin-bottom: var(--space-3); }
.footer-text { color: #94a3b8; }
.footer-links { display: grid; gap: var(--space-2); }

.footer-links a { color: #cbd5e1; transition: color var(--transition); }
.footer-links a:hover,
.footer-links a:focus-visible { color: #ffffff; }

.footer-bottom p { color: #94a3b8; font-size: var(--fs-small); }

.footer-devider {
  border: 0;
  height: 1.9px;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.85), transparent);
  margin: 14px 0 0;
}

/* WHATSAPP & SCROLL TOP */
.fixed-box {
  position: fixed;
  bottom: 10px;
  right: var(--space-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  z-index: 100;
}

.scroll-top,
.quick-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), opacity var(--transition), box-shadow var(--transition);
}

.scroll-top {
  font-size: 1.5rem;
  color: rgb(141, 92, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quick-whatsapp { font-size: 1.95rem; color: #16a34a; }

.scroll-top:hover,
.quick-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* SOCIAL FIXED */
.social-fixed {
  /* position: fixed;
  right: 0;
  top: 50%; */
  display: flex;
  flex-direction: row;
  translate: 0 -50%;
  font-size: 1.8rem;
  gap: 0.4rem;
  z-index: 90;
}

.social-fixed a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  /* background: #ffffff; */
  /* border: 1px solid var(--color-border); */
  border-right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
/* 
.social-fixed a:nth-child(1) { color: #e11d48; }
.social-fixed a:nth-child(2) { color: #dc2626; }
.social-fixed a:nth-child(3) { color: #0a66c2; }
.social-fixed a:nth-child(4) { color: #2563eb; } */

.social-fixed a:hover {
  transform: translateX(-3px);
  box-shadow: var(--shadow-md);
}

.site-footer form input{background-color: transparent;  border: none;  padding: 1rem 0; outline: none; color: white;}
.site-footer form label:not(.visually-hidden),
.site-footer form .newsletter-field{border-bottom: 1px solid #cbd5e1; display: flex; align-items: center; gap: .75rem; width: 100%;}
.site-footer form input{flex: 1; min-width: 0;}
.footer-links li,
.footer-links a{overflow-wrap: anywhere;}
.noscript-message {
  text-align: center;
  margin: 0;
  padding: 0.6rem 1rem;
  background: #fef3c7;
  color: #7c2d12;
  font-weight: 600;
}





/* =============================================
   Responsive
============================================= */
@media (max-width: 992px) {
  body.menu-open { overflow: hidden; }
  .header-bg,
  .about-us,
  .year-experience-section,
  .start-yr-project,
  .header-bg-contact,
  .customers.contact-info-section { background-attachment: scroll; }

  .header-bg { padding-bottom: var(--space-6); }
  .header-bg-contact { padding-bottom: var(--space-5); }
  .header-bg > .position-absolute.z-3 { max-width: 48vw; pointer-events: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }
  .hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    inset: 0;
    background: var(--color-overlay);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition), visibility var(--transition);
    z-index: 1100;
  }

  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }

  .nav-list {
    position: absolute;
    inset: 0 auto 0 0;
    width: min(84vw, 360px);
    background: #2c2c2c;
    border-right: 1px solid var(--color-border);
    padding: 5.3rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: translateX(-100%);
    transition: transform var(--transition);
    overflow: auto;
  }

  .site-nav.is-open .nav-list { transform: translateX(0); }
  .nav-list > li { border-bottom: 1px solid var(--color-border); }

  .nav-list > li > a {
    width: 100%;
    justify-content: space-between;
    padding-block: 0.9rem;
    color: #ffffff;
  }
  .grid-2, .grid-3, .footer-grid { grid-template-columns: 1fr; }

  .section-sm { padding-block: var(--space-5); }
  .header-bg .row,
  .about-us .row,
  .our-proccess .row,
  .year-experience-section .row { row-gap: var(--space-5); }

  .hero-img {
    width: 100%;
    max-height: 42vh;
    object-fit: cover;
    border-radius: 8px;
  }

  .hero-swiper {
    height: auto;
    min-height: 320px;
    padding-bottom: 4.25rem;
  }

  .hero-nav {
    left: 50%;
    bottom: 1rem;
  }

  .card { margin-inline: auto; }
  .video-section > .row { --bs-gutter-x: 0; row-gap: var(--space-5); }
  .video-section video { width: min(80vw, 320px); }
  .year-25 { font-size: 7rem; line-height: 1; }
  .year-img { left: 0; top: 1rem; }
  .office-container { padding: 40px 0; }
  .office-swiper .swiper-slide { width: 75%; }
  .overlay-text { width: 180px; text-align: center; }
  .testo-cards figure { width: 260px; flex-shrink: 0; }
  .text-content { padding: 0 1.25rem; }
  .start-yr-project { display: flex; align-items: center; }

  /* Contact page tablet spacing */
  .contact-form-section { padding-block: var(--space-5) !important; }
  .contact-form-section .section-sm { padding-block: 0; }
  .contact-form-image img { max-height: 420px; }
  .about-us-content { padding: var(--space-6) var(--space-5); }
  .contact-info-section .row { row-gap: var(--space-4); }
  .contact-info-title { margin-block: var(--space-4) !important; }
  .contact-info-section .location-card { min-height: auto; height: 100%; }
  .contact-map iframe { height: 360px; }
}

@media (max-width: 576px) {
  .header-inner { min-height: 64px; }
  .brand-logo { width: 120px; }
  .header-bg {
    min-height: auto;
    padding-bottom: var(--space-5);
  }

  .overlay-text span:nth-child(1) {
    font-size: .5rem;
}
    .overlay-text span:nth-child(2) {
        font-size: .7rem;
    }
  .header-bg > .position-absolute.z-3 {
    max-width: 60vw;
    opacity: .75;
  }

  .header-bg .row.mt-4 {
    margin-top: var(--space-3) !important;
    row-gap: var(--space-4);
  }

  .hero-img { max-height: 260px; }
  .hero-swiper { min-height: 300px; }
  .hero-title { font-size: 1.55rem; }
  .banner-text { font-size: .95rem; }
  .hero-copy .p-2 { text-align: center; }

  .hero-copy a,
  .year-experience-section a,
  .explore-services a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
  }

  .card-content { padding: 18px; }
  .card-button .badge { padding: .75rem !important; }
  .about-us,
  .year-experience-section,
  .start-yr-project { min-height: auto; }
  .process-card { min-height: 280px; }
  .process-card div { width: 100%; }
  .process-card div span { font-size: 3.5rem; }
  .video-section video { width: min(92vw, 360px); }
  .year-25 { font-size: 5.25rem; }
  .office-container { padding: 24px 0; }
  .office-swiper .swiper-slide { width: 88%; }
  .overlay-text {
    width: 140px;
    padding: .75rem;
    font-size: .85rem;
  }

  .testo-cards { flex-direction: column; }
  .testo-cards figure {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--color-accent);
    margin-bottom: var(--space-4);
  }

  .text-content { padding: 0; }
  .text-content .position-absolute.end-0.bottom-0 {
    width: 52px;
    opacity: .25;
  }

  .start-yr-project { padding-bottom: var(--space-5); }
  .fixed-box { right: var(--space-3); }
  .scroll-top,
  .quick-whatsapp {
    width: 2.75rem;
    height: 2.75rem;
  }

  .social-fixed { display: none; }

  /* Contact page mobile spacing */
  .header-bg-contact .about-hero-content h1{
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-3) !important;
  }

  .contact-form-section { padding-block: var(--space-4) !important; }
  .contact-form-image img { max-height: 280px; }
  .about-us-content { padding: var(--space-5) var(--space-4); }
  .about-us-content h2 { font-size: 1.6rem; margin-bottom: var(--space-4) !important; }
  .about-us-content .mb-3.d-flex { flex-direction: column; gap: var(--space-3) !important; }
  .about-us-content form .w-50 { width: 100% !important; }
  .about-us-content input,
  .about-us-content textarea {
    padding: .85rem .75rem;
    font-size: .95rem;
  }

  .about-us-content button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
  }

  .contact-info-section { padding-block: var(--space-4) !important; }
  .contact-info-title { margin-block: var(--space-3) !important; }
  .contact-info-title h2 { font-size: 1.6rem; }
  .contact-info-section .location-card { margin-bottom: var(--space-4); }
  .contact-info-section .row .col-lg-4:last-child .location-card { margin-bottom: 0; }
  .contact-map iframe { height: 300px; }

  /* ABOUT PAGE */
  .about-hero-content h1{font-size: 1.9rem; } 
}
.circle-logo{width: 210px; height: 210px; border-radius: 50%; background-color:#1d1d1d; display: grid; place-items: center; color: #fff; font-weight: bold; font-size: 1.2rem;}
.circle-logo svg {
    animation: rotateText 20s linear infinite;
}

.customers{
      background: linear-gradient(rgba(0, 0, 0, 0.094), rgba(0, 0, 0, 0.098)), url(../images/banner/image-bg.webp) center / cover no-repeat;
    /* width: 100%; */
    background-attachment: fixed;
  
}
.customers-content{padding: 9rem 0;}

/* SERVICES PAGE RESPONSIVE */
.services-page .header-bg{min-height: auto; padding-bottom: var(--space-8);}
.services-page .header-bg > .container.mt-lg-5{padding-top: var(--space-6);}
.services-page .header-bg .row{align-items: center; row-gap: var(--space-6);}
.services-page .about-hero-content{padding-block: var(--space-5);}
.services-page .about-hero-content p{text-align: left;}
.services-page .services-list-section{padding-block: var(--space-8) !important;}
.services-page .services-list-section .service-box{height: 100%; gap: var(--space-5); align-items: flex-start;}
.services-page .services-list-section .box-image{width: auto; flex: 0 0 96px;}
.services-page .services-list-section .box-content{flex: 1; min-width: 0;}
.services-page .services-list-section .box-content p{margin-bottom: var(--space-3);}
.services-page .services-experience-section{min-height: auto; padding-block: var(--space-8) !important;}
.services-page .services-experience-section,
.services-page .services-start-section{background-attachment: scroll;}
.services-page .services-experience-section .row{align-items: center; row-gap: var(--space-6);}
.services-page .services-start-section{min-height: auto; padding-block: var(--space-7) !important;}
.services-page .services-start-section .container{padding-top: 0 !important;}
.services-page .services-insights-section{padding-bottom: var(--space-8) !important; background-color: #000000e6; background-image: linear-gradient(to right, #ffffff1a 1px, transparent 1px); background-size: 200px 200px; background-attachment: scroll;}
.services-page .services-insights-section .customers-content{padding: var(--space-7) 0 var(--space-5);}
.services-page .services-insights-section .row:last-child{row-gap: var(--space-5);}
.services-page .services-insights-section figure{overflow: hidden; min-height: 320px;}
.services-page .services-insights-section figure img{width: 100%; height: 100%; min-height: 320px; object-fit: cover;}
.services-page .services-insights-section .box-content-1{top: auto; left: var(--space-5); right:0; bottom: 0;}

@media (max-width: 1200px) {
  /* Services page laptop spacing */
  .services-page .header-bg{padding-bottom: var(--space-7);}
  .services-page .services-list-section{padding-block: var(--space-7) !important;}
  .services-page .services-list-section .service-box{padding: 1.5rem; gap: var(--space-4);}
  .services-page .services-experience-section{padding-block: var(--space-7) !important;}
  .services-page .year-25{font-size: 8rem;}
  .services-page .services-insights-section figure,
  .services-page .services-insights-section figure img{min-height: 300px;}
  .services-page .services-insights-section .box-content-1{left: var(--space-4); right: var(--space-4); bottom: var(--space-4);}
}

@media (max-width: 992px) {
  /* Services page tablet spacing */
  .services-page .header-bg{padding-bottom: var(--space-6);}
  .services-page .header-bg > .container.mt-lg-5{padding-top: 0;}
  .services-page .about-hero-content{text-align: center; padding-block: var(--space-4);}
  .services-page .about-hero-content p{text-align: center;}
  .services-page .circle-logo{width: 180px; height: 180px; margin-inline: auto;}
  .services-page .services-list-section{padding-block: var(--space-6) !important;}
  .services-page .services-list-section .service-box{padding: 1.5rem;}
  .services-page .services-experience-section{padding-block: var(--space-6) !important;}
  .services-page .services-experience-section .col-lg-6:first-child{text-align: center;}
  .services-page .services-start-section{padding-block: var(--space-6) !important;}
  .services-page .services-insights-section{padding-bottom: var(--space-6) !important;}
  .services-page .services-insights-section .customers-content{padding: var(--space-6) 0 var(--space-4);}
}

@media (max-width: 576px) {
  /* Services page mobile spacing */
  .services-page .header-bg{padding-bottom: var(--space-5);}
  .services-page .header-bg .row{row-gap: var(--space-4);}
  .services-page .about-hero-content h1{font-size: 2rem;}
  .services-page .about-hero-content p{font-size: 1rem;}
  .services-page .circle-logo{width: 150px; height: 150px;}
  .services-page .services-list-section{padding-block: var(--space-5) !important;}
  .services-page .services-list-section .service-box{flex-direction: column; padding: 1.25rem; gap: var(--space-4);}
  .services-page .services-list-section .box-image{width: auto; flex: none;}
  .services-page .services-list-section .box-image figure{width: 68px; height: 68px;}
  .services-page .services-list-section .box-content h5{font-size: 1.1rem;}
  .services-page .year-25{font-size: 4.5rem; display: block;}
  .services-page .services-start-section h2,
  .services-page .services-insights-section h2{font-size: 1.55rem;}
  .services-page .services-insights-section .customers-content{padding: var(--space-5) 0 var(--space-3);}
  .services-page .services-insights-section figure,
  .services-page .services-insights-section figure img{min-height: 300px;}
  .services-page .services-insights-section .box-content-1{left: var(--space-3); right: var(--space-3); bottom: var(--space-3); padding: .85rem;}
  .services-page .services-insights-section .box-content-1 h3,
  .services-page .services-insights-section .box-content-1 h5{font-size: 1rem;}
  .services-page .services-insights-section .box-content-1 p{font-size: .9rem;}
}


@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}




@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
