* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Montserrat:wght@300;600;800&display=swap');

:root {
  --gold: #d4a840;
  --max-width: 1200px;
}

/* Section Layout */
.mission-full {
  width: 100%;
  padding: 90px 20px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}

/* Slider */
.mission-slider {
  width: 100%;
  max-width: var(--max-width);
  position: relative;
  min-height: 240px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
  text-align: center;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Typography */
.kicker {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  margin: 0;
  font-weight: 700;
}

.title {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 5px 0 15px;
  flex-wrap: wrap;
}

.title-plain {
  font-size: 50px;
  font-weight: 600;
}

.title-highlight {
  font-size: 64px;
  font-weight: 600;
  color: var(--gold);
}

.copy {
  line-height: 1.5;
  font-weight: 500;
  color: #434343;
}

/* Stats */
.stats-row {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: center;
  gap: 11rem;
}

.stat {
  text-align: center;
}

.stat-icon {
  width: 120px;
  margin-bottom: 10px;
}

.stat-number {
  font-size: 69px;
  font-weight: 800;
  color: #404040;
}

.stat-number::after {
  content: "+";
}

.stat-label {
  font-size: 18px;
  color: #777;
}

/* Responsive */
@media(max-width:900px) {
  .stats-row {
    flex-direction: column;
    gap: 40px;
  }

  .kicker {
    font-size: 48px;
  }

  .title-plain,
  .title-highlight {
    font-size: 48px;
  }
}

.product-section {
  width: 100%;
  padding: 4rem;
}

.inside-product-section {
  display: flex;
  justify-content: space-between;
}

.product-left {
  width: 34%;
}

.product-right {
  width: 65%;
}

.product-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: box-shadow 0.3s ease;
  padding: 1rem;
  text-align: center;
}

.product-slide p {
  font-family: montserrat;
  text-transform: capitalize;
  margin: 1rem 0;
  font-size: 18px;
  font-weight: 500;
}

.swiper-slide a {
  text-decoration: none;
  color: #000;
}

.product-slide .read-link {
  text-decoration: none;
  color: white;
  background: black;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.product-slide:hover .read-link {
  opacity: 1;
  visibility: visible;
}

.product-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-slide img {
  width: 100%;
}


.projects-section {
  width: 100%;
  padding: 4rem;
}

.inside-projects-section {
  width: 100%;
}

.project-slide {
  padding: 2rem;
  border-radius: 20px;
  background-size: cover;
  position: relative;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.project-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.project-content {
  width: 50%;
  z-index: 100;
  color: #fff;
  position: relative;
}

.project-content h3 {
  margin: 1rem 0;
  font-family: montserrat;
  font-size: 30px;
}

.project-content p {
  font-family: 'Nunito';
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  background: black !important;
  border-radius: 50% !important;
  height: 35px !important;
  width: 35px !important;
}


/* clients */
/* .clients-section {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  height: auto;
  overflow: visible;
}

.clients-section h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
} */

.clients-line {
  display: block;
  width: 80px;
  height: 3px;
  background-color: #d4a840;
  margin: 0 auto 40px;
}

.clients-logos {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 65px;
  align-items: center;
  height: auto;
  overflow: visible;
}

.clients-logos img {
  width: 100%;
  max-width: 200px;
  height: 140px;
  object-fit: contain;
  margin: auto;
}


/* project */
.our-projects-sec {
  padding: 60px 20px;
  background: #f8f9fb;
  text-align: center;
}

.our-projects-title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.our-projects-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* Tablet (≤ 992px) → 2 columns */

.our-project-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.our-project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.our-project-card:hover img {
  transform: scale(1.12);
}

.our-project-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.our-project-label span {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  color: #222;
  letter-spacing: 1px;
}



.contact-section {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  background: #fff;
  border-right: 6px solid #d4a840;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}



.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  width: 55%;
  padding: 40px 35px;
}

.contact-form h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form .sub-text {
  font-size: 17px;
  color: #666;
  margin-bottom: 25px;
}

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

.form-row input {
  width: 50%;
  padding: 20px 15px;
  border-radius: 6px;
  border: none;
  background: #f9fbfe;
  font-size: 17px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 15px;
  border-radius: 6px;
  border: none;
  background: #f9fbfe;
  resize: none;
  font-size: 17px;
}

.send-btn {
  width: 100%;
  padding: 14px;
  background: #d4a840;
  color: #fff;
  border: none;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.send-btn:hover {
  background: #b89b33;
}


@media (max-width: 1100px) {
  .about-us-upper {
    padding: 0rem;
  }

  .product-right {
    width: 75%;
  }

  .hero-slider {
    height: 70vh;
  }
}

@media (max-width: 1024px) {
  .hero-slider {
    height: 65vh;
  }

  .product {
    width: 20%;
  }

  .lower-nav ul {
    width: 48%;
  }

  .product-section {
    width: 100%;
    padding: 2rem;
  }

  .product-slide p {
    font-size: 15px;
  }

  .project-slide {
    padding: 2rem 4rem;
  }

  .form-container {
    padding: 0;
  }

  .form-container h2 {
    font-size: 30px;
  }

  .form-container p {
    font-size: 15px;
  }

}

@media (max-width: 900px) {
  .project-content {
    width: 60%;
  }

  .slider-item {
    background-size: contain;
    background-repeat: no-repeat;
  }

}

@media (max-width: 765px) {
  .inside-client-slider img {
    height: 3rem;
  }

  .hero-slider {
    height: 52vh;
  }

  .about-us-upper {
    flex-direction: column;
  }

  .about-us-left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .about-us-right {
    width: 100%;
  }

  .projects-section {
    width: 100%;
    padding: 2rem;
  }

  .form-container {
    width: 100%;
  }

  .upper-footer {
    flex-wrap: wrap;
  }

  .links-list {
    width: 40%;
    margin-bottom: 4rem;
  }

  .contact-no {
    display: none;
  }

  .lower-nav ul {
    display: none;
  }

  .aul-right {
    width: 100%;
    font-family: nunito;
  }
}

@media (max-width: 650px) {
  .project-content p {
    font-size: 14px;
  }

  .project-content h3 {
    font-size: 25px;
  }

}

@media (max-width: 600px) {
  .our-clients-section {
    padding: 2rem;
  }

  .inside-client-slider img {
    height: 2.5rem;
  }

  .hero-slider {
    height: 45vh;
  }

  .inside-product-section {
    flex-direction: column;
  }

  .product-right {
    width: 100%;
  }

  .product-left {
    width: 100%;
    text-align: center;
  }

  .f-logo {
    width: 30%;
  }
}

@media (max-width: 500px) {
  .project-content {
    width: 100%;
  }

  .row {
    flex-direction: column;
  }

  .hero-slider {
    height: 35vh;
  }

}

@media (max-width: 465px) {
  .links-list {
    width: 100%;
    margin-bottom: 1rem;
  }

  .f-logo {
    width: 50%;
    margin: 2rem auto;
  }

}


        .product-list-card {
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.product-list-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.product-img-wrap {
    height: 200px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fafafa; */
}

.product-img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}


.btn-theme {
    background-color: rgb(212, 168, 64);
    border-color: rgb(212, 168, 64);
    color: #fff;
    font-weight: 500;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: rgb(190, 150, 55); /* slightly darker */
    border-color: rgb(190, 150, 55);
    color: #fff;
}

.btn-theme-outline {
    background-color: transparent;
    border: 1px solid rgb(212, 168, 64);
    color: rgb(212, 168, 64);
    font-weight: 500;
}

.btn-theme-outline:hover,
.btn-theme-outline:focus {
    background-color: rgb(212, 168, 64);
    border-color: rgb(212, 168, 64);
    color: #fff;
}


/* clinet  */
.clients-section {
    background: linear-gradient(135deg, #f1f4f9, #e9eef5);
    overflow: hidden;
}



.clients-line {
    display: block;
    width: 80px;
    height: 4px;
    background: rgb(212, 168, 64);
    margin: 0 auto 30px;
    border-radius: 10px;
}

/* Slick fix: end white gap nahi dikhega */
.clients-slider .slick-track {
    display: flex;
    align-items: center;
}

/* CARD DESIGN */
.client-logo {
    padding: 15px;
}

.client-logo .logo-card {
    background: #ffffff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

/* Hover effect – upar uthta hua */
.client-logo:hover .logo-card {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.client-logo img {
    max-height: 70px;
    max-width: 100%;
    /* filter: grayscale(100%); */
    opacity: 0.9;
    transition: all 0.4s ease;
    padding: 10px;
}

.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


/* contact form  */

.contact-wrapper {
    background: #ffffff;
}

.contact-box {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* LEFT IMAGE */
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 520px; */
}

/* RIGHT FORM AREA */
.contact-form-area {
 
    padding: 40px;
}

.contact-form-area h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form-area .sub-text {
    color: #6c757d;
    margin-bottom: 30px;
}

/* FORM STYLES */
.custom-input,
.custom-textarea {
    background: #f5f7fa;
    border: none;
    border-radius: 12px;
    padding: 16px 18px;
}

.custom-input:focus,
.custom-textarea:focus {
    box-shadow: 0 0 0 2px rgba(216,173,69,0.3);
    background: #ffffff;
}

/* BUTTON */
.send-btn {
    background: #d8ad45;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s ease;
}

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

@media (max-width: 992px) {
    .our-projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (≤ 576px) → 1 column */
@media (max-width: 576px) {
    .our-projects-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 12px;
    }
    .our-projects-sec {
        padding: 30px 0;
    }
}



.site-footer {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    font-size: 15px;
}

/* Logo */
.footer-logo {
    max-width: 120px;
    margin-bottom: 20px;
}

/* About text */
.footer-about p {
    color: #555;
    line-height: 1.7;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.footer-contact li {
    margin-bottom: 10px;
    color: #333;
}

/* Titles */
.footer-title {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

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

.footer-links a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    padding-left: 6px;
    color: #000;
}

/* Newsletter */
.newsletter-text {
    color: #555;
    margin-bottom: 15px;
}

.newsletter-form input {
    border-radius: 0;
    margin-bottom: 12px;
    padding: 12px;
}

.subscribe-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px;
    font-weight: 600;
}

.subscribe-btn:hover {
    background: #333;
}

/* Bottom */
.footer-bottom {
    padding: 20px 0;
    color: #555;
    font-size: 14px;
}



/* project  */
.flip-card {
    perspective: 1200px;
    height: 320px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}

/* FRONT */
.flip-front {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 22px;
    overflow: hidden;
}

.flip-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* plus icon */
.flip-icon {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-icon i {
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 18px;
}

/* tag */
.flip-tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 2;
}

/* BACK */
.flip-back {
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.flip-back h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.flip-back p {
    font-size: 15px;
    color: #555;
}



/* slick for products */

/* Each slide wrapper same height */
.slick-image-slider .px-2 {
    height: 260px;          /* total card height */
    display: flex;
}

/* Card fills wrapper */
.slick-image-slider .card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Image fixed height */
.slick-image-slider .card img {
    height: 160px;
    width: 100%;
    object-fit: contain;
}

/* Card body fixed area */
.slick-image-slider .card-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Title control */
.slick-image-slider .card-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

/* MOBILE */
@media (max-width: 576px) {
    .slick-image-slider .px-2 {
        height: 240px;
    }

    .slick-image-slider .card img {
        height: 140px;
    }
}
.slick-image-slider .slick-dots {
    position: static !important;
    /* margin-top: 10px; */
}