/* Inner pages: About Us, Workshop, Testimonial */

.bg-light-section { background: #f7f7f7; }

/* Stats section */
.stats-section {
  background: linear-gradient(135deg, #e35712 0%, #3f2500 100%);
  padding: 100px 0;
  color: #fff;
}
.stats-section .sub-title { background: rgba(255,255,255,0.15); color: #fff; }
.stats-section .sec-title { color: #fff; }
.stat-card {
  position: relative;
  padding: 40px 20px;
  text-align: center;
}
.stat-card .stat-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  max-width: 100px;
}
.stat-card .stat-icon img { max-width: 90px; }
.stat-card .stat-value {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.stat-card .stat-label { font-size: 16px; opacity: 0.9; position: relative; z-index: 1; }

/* Mission / Vision / Values cards */
.value-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 45px 40px;
  height: 100%;
  box-shadow: 0 4px 30px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  transition: var(--hv-transition, all 0.35s ease);
  text-align: left;
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0,0,0,0.1); }
.value-card .icon-wrap img { max-height: 60px; margin-bottom: 12px; }
.value-card h4 { font-size: 20px; font-weight: 600; margin-bottom: 8px; font-family: 'Poppins', sans-serif; }
.value-card p { color: var(--hv-muted, #676767); font-size: 15px; line-height: 1.7; margin: 0; }

/* Commitment cards (CSR, Certificates, etc.) */
.commitment-step-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  height: 100%;
  transition: var(--hv-transition, all 0.35s ease);
}
.commitment-step-card:hover { transform: translateY(-6px); }
.commitment-step-card .card-img img { width: 100%; height: 180px; object-fit: cover; }
.commitment-step-card .card-body { padding: 30px; position: relative; }
.commitment-step-card .card-icon {
  width: 80px; height: 80px; background: #e99f17; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin-top: -70px; margin-bottom: 20px; position: relative; z-index: 2;
}
.commitment-step-card .card-icon img { max-height: 40px; }
.commitment-step-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.commitment-step-card h3 a { color: var(--hv-text, #141417); }
.commitment-step-card p { color: var(--hv-muted, #676767); font-size: 16px; line-height: 1.7; margin-bottom: 12px; }
.commitment-step-card .read-link { color: var(--hv-text); font-weight: 500; font-size: 16px; display: inline-flex; align-items: center; gap: 6px; }
.commitment-step-card .read-link:hover { color: var(--hv-orange, #ff8040); }

/* Growth feature cards */
.growth-card {
  background: #fff;
  border-radius: 10px;
  padding: 55px 30px 50px 150px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  height: 100%;
  position: relative;
  margin-bottom: 24px;
}
.growth-card .icon-box {
  position: absolute; left: 40px; top: 40px;
  width: 90px; height: 80px;
  display: flex; align-items: center; justify-content: center;
}
.growth-card .icon-box img { max-height: 60px; }
.growth-card h3 { font-size: 24px; font-weight: 600; margin-bottom: 12px; font-family: 'Jost', sans-serif; }
.growth-card p { color: var(--hv-muted, #676767); font-size: 16px; line-height: 1.7; margin: 0; }

/* Make in India */
.make-india-section { padding: 100px 0; }
.make-india-section .india-img img { width: 100%; border-radius: 10px; }

/* Workshop intro images */
.workshop-images { position: relative; padding-top: 90px; padding-right: 120px; }
.workshop-images .img-main { width: 100%; border-radius: 10px; display: block; }
.workshop-images .img-secondary {
  position: absolute; top: 0; right: 0; width: 55%;
  border-radius: 10px; box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.workshop-images .shape-1 {
  position: absolute; top: 20%; left: -20px; width: 65px; height: 65px;
  background-size: contain; background-repeat: no-repeat;
  animation: floatBob 4s ease-in-out infinite;
}
.workshop-images .shape-2 {
  position: absolute; bottom: 10%; right: 30%; width: 95px; height: 95px;
  background-size: contain; background-repeat: no-repeat;
  animation: floatBob 5s ease-in-out infinite;
}

/* Workshop feature cards */
.workshop-feature {
  background: #fff;
  border-radius: 10px;
  padding: 35px 50px 35px 150px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  height: 100%;
  position: relative;
  margin-bottom: 24px;
  transition: var(--hv-transition, all 0.35s ease);
}
.workshop-feature:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.workshop-feature .feat-icon {
  position: absolute; left: 40px; top: 40px;
  width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
}
.workshop-feature .feat-icon img { max-height: 50px; }
.workshop-feature h3 { font-size: 22px; font-weight: 600; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.workshop-feature p { color: var(--hv-muted, #676767); font-size: 15px; line-height: 1.7; margin: 0; }

/* Workshop gallery */
.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.workshop-gallery .gallery-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.workshop-gallery .gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.workshop-gallery .gallery-item:hover img { transform: scale(1.08); }

/* Testimonial grid */
.testimonial-grid img { width: 100%; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-bottom: 24px; }

/* Dealership CTA */
.dealership-cta {
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.dealership-cta .cta-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.dealership-cta .cta-overlay {
  position: absolute; inset: 0;
  background: rgba(104, 61, 0, 0.82);
}
.dealership-cta .cta-content { position: relative; z-index: 2; }
.dealership-cta .sub-title { background: rgba(255,255,255,0.15); color: #fff; }
.dealership-cta .sec-title { color: #fff; }
.dealership-cta .sec-text { color: rgba(255,255,255,0.88); max-width: 700px; margin: 0 auto 30px; }

/* Why split section (testimonial page) */
.why-split-section {
  display: flex;
  min-height: 500px;
}
.why-split-section .split-image {
  flex: 0 0 45%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.why-split-section .split-content {
  flex: 1;
  background: #f0ece6;
  padding: 80px 60px;
  display: flex;
  align-items: center;
}
.why-split-section .why-mini-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.why-split-section .why-mini-item .mini-icon {
  position: absolute; left: 0; top: 0;
  width: 50px; height: 50px; background: var(--hv-orange, #ff8040);
  border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
}

@media (max-width: 991px) {
  .why-split-section { flex-direction: column; }
  .why-split-section .split-image { min-height: 280px; }
  .why-split-section .split-content { padding: 50px 24px; }
  .workshop-gallery { grid-template-columns: repeat(2, 1fr); }
  .workshop-images { padding-right: 0; margin-bottom: 40px; }
  .workshop-images .img-secondary { position: relative; width: 70%; margin: -60px 0 0 auto; display: block; }
  .growth-card { padding-left: 30px; padding-top: 100px; }
  .growth-card .icon-box { left: 30px; top: 30px; }
}
@media (max-width: 575px) {
  .workshop-gallery { grid-template-columns: 1fr; }
  .stat-card .stat-value { font-size: 42px; }
  .workshop-feature { padding: 100px 24px 30px; }
  .workshop-feature .feat-icon { left: 24px; top: 24px; }
}

/* Certificates page */
.cert-intro-images {
  position: relative;
  padding-bottom: 140px;
  margin-left: 30px;
  margin-top: 20px;
}
.cert-intro-images .img-main {
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.cert-intro-images .img-secondary {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  z-index: 2;
}
.cert-intro-images .shape-dot {
  position: absolute;
  width: 95px;
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatBob 4s ease-in-out infinite;
  pointer-events: none;
}
.cert-intro-images .shape-dot-1 { top: 10%; right: 10%; }
.cert-intro-images .shape-dot-2 { bottom: 30%; right: 0; animation-delay: 1s; }

.cert-showcase-section { background: #f2f2f2; }
.cert-carousel-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.cert-carousel-wrap img {
  max-height: 420px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.cert-grid-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  transition: var(--hv-transition, all 0.35s ease);
}
.cert-grid-item:hover { transform: translateY(-4px); }
.cert-grid-item img { width: 100%; display: block; }

@media (max-width: 991px) {
  .cert-intro-images { margin-left: 0; padding-bottom: 0; margin-bottom: 40px; }
  .cert-intro-images .img-secondary { position: relative; width: 70%; margin: -60px 0 0 auto; display: block; }
}

@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* CSR Activities page */
.csr-gallery .gallery-item .gallery-zoom {
  position: absolute;
  inset: 0;
  background: rgba(26, 42, 128, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  color: #fff;
  font-size: 28px;
}
.csr-gallery .gallery-item:hover .gallery-zoom { opacity: 1; }

/* Blog page */
.blog-section { padding: 100px 0; }
.btn-read-more {
  display: inline-block; background: var(--hv-blue, #1a2a80); color: #fff;
  padding: 12px 28px; border-radius: 4px; font-size: 14px; font-weight: 600;
  transition: var(--hv-transition, all 0.35s ease);
}
.btn-read-more:hover { background: var(--hv-orange, #ff8040); color: #fff; }
.blog-card { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); height: 100%; background: #fff; transition: var(--hv-transition, all 0.35s ease); }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0,0,0,0.12); }
.blog-card .blog-img { position: relative; overflow: hidden; }
.blog-card .blog-img img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.5s; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-card .date-badge {
  position: absolute; top: 24px; left: 24px; background: var(--hv-orange, #ff8040); color: #fff;
  width: 60px; padding: 10px 0; border-radius: 5px; text-align: center; line-height: 1.2;
}
.blog-card .date-badge .day { font-size: 20px; font-weight: 700; display: block; }
.blog-card .date-badge .month { font-size: 13px; display: block; }
.blog-card .blog-body { padding: 30px; }
.blog-card .blog-body h4 { font-size: 20px; font-weight: 600; line-height: 1.4; margin-bottom: 12px; }
.blog-card .blog-body h4 a { color: var(--hv-text, #141417); }
.blog-card .blog-body h4 a:hover { color: var(--hv-orange, #ff8040); }
.blog-card .blog-body p { color: var(--hv-muted, #676767); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }

/* Export page */
.export-features { padding: 70px 0 75px; }
.export-feature-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}
.export-feature-item .feat-icon {
  position: absolute; left: 0; top: 0;
  width: 60px; height: 60px;
}
.export-feature-item .feat-icon img { max-height: 55px; }
.export-feature-item h3 { font-size: 24px; font-weight: 600; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.export-feature-item p { color: var(--hv-muted, #676767); font-size: 15px; line-height: 1.7; margin: 0; }

.export-intro-images {
  position: relative;
  padding-bottom: 120px;
  margin-right: 30px;
}
.export-intro-images .img-main { width: 100%; border-radius: 10px; display: block; }
.export-intro-images .img-secondary {
  position: absolute; right: 0; bottom: 0; width: 55%;
  border-radius: 10px; box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.export-intro-images .shape-dot {
  position: absolute; width: 95px; height: 95px;
  background-size: contain; background-repeat: no-repeat;
  animation: floatBob 4s ease-in-out infinite; pointer-events: none;
}
.export-intro-images .shape-dot-1 { top: 10%; left: 10%; }
.export-intro-images .shape-dot-2 { bottom: 20%; right: 5%; animation-delay: 1s; }

.export-checklist {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
}
.export-checklist li {
  position: relative; padding-left: 36px;
  font-weight: 600; font-size: 16px; font-family: 'Poppins', sans-serif;
}
.export-checklist li::before {
  content: '\2713'; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; background: var(--hv-orange, #ff8040); color: #fff;
  border-radius: 50%; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}

.export-global-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.export-global-section::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(104, 61, 0, 0.82);
}
.export-global-section .container { position: relative; z-index: 2; }
.export-global-section .sub-title { background: rgba(255,255,255,0.15); color: #fff; }
.export-global-section .sec-title { color: #fff; }
.export-global-section .sec-text { color: rgba(255,255,255,0.9); }

.export-method-card {
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(210, 0, 0, 0.1);
  height: 100%;
  margin-bottom: 24px;
}
.export-method-card .card-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.export-method-card .card-body { padding: 30px; position: relative; }
.export-method-card .method-icon {
  width: 70px; height: 70px; background: #e99f17; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin-top: -55px; margin-bottom: 16px; position: relative; z-index: 2;
}
.export-method-card .method-icon img { max-height: 36px; }
.export-method-card h4 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.export-method-card p { color: var(--hv-muted, #676767); font-size: 15px; line-height: 1.7; margin: 0; }

.shipping-partners {
  padding: 60px 0;
  background: #f7f7f7;
  background-image: url('../images/export/shape-126.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.shipping-partners .partner-logo {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.shipping-partners .partner-logo img { max-height: 60px; max-width: 100%; object-fit: contain; }

.export-map-section img { width: 100%; border-radius: 10px; }

.export-flags-section {
  background: linear-gradient(135deg, #000000d1 0%, #683d00d1 100%);
  padding: 100px 0;
  color: #fff;
}
.export-flags-section .sub-title { background: rgba(255,255,255,0.15); color: #fff; }
.export-flags-section .sec-title { color: #fff; }
.export-flags-section .sec-text { color: rgba(255,255,255,0.88); }
.flag-item {
  text-align: center;
  margin-bottom: 24px;
}
.flag-item img {
  width: 80px; height: 54px; object-fit: cover;
  border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-bottom: 10px;
}
.flag-item h6 { font-size: 14px; font-weight: 600; color: #fff; margin: 0; }

.business-head-section .leader-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  padding: 55px 40px 50px 40px;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.business-head-section .leader-card .leader-img {
  position: absolute;
  right: 0; bottom: 0;
  max-width: 280px;
  pointer-events: none;
}
.business-head-section .leader-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.business-head-section .leader-actions a {
  display: inline-block;
  background: var(--hv-blue, #1a2a80);
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  transition: var(--hv-transition, all 0.35s ease);
}
.business-head-section .leader-actions a:hover { background: var(--hv-orange, #ff8040); color: #fff; }

/* Contact page */
.contact-page-section {
  padding: 100px 0;
  background: #f7f7f7;
  position: relative;
}
.contact-info-list { list-style: none; padding: 0; margin: 0; }
.contact-info-list li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 28px;
}
.contact-info-list .info-icon {
  position: absolute; left: 0; top: 0;
  width: 72px; height: 72px;
  background: var(--hv-blue, #1a2a80);
  border-radius: 50%;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
}
.contact-info-list h4 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.contact-info-list p { color: var(--hv-muted, #676767); margin: 0; line-height: 1.7; }
.contact-info-list a { color: var(--hv-muted, #676767); }
.contact-info-list a:hover { color: var(--hv-orange, #ff8040); }

.contact-form-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  padding: 45px 50px;
}
.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 14px 18px;
  font-size: 15px;
  color: var(--hv-text, #141417);
  background: #fff;
  outline: none;
  transition: border-color 0.3s;
}
.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus { border-color: var(--hv-orange, #ff8040); }
.contact-form-box textarea { height: 130px; resize: vertical; }

.map-section iframe { width: 100%; height: 450px; border: 0; border-radius: 10px; display: block; }

.catalogue-page-img img { width: 100%; border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); }

@media (max-width: 991px) {
  .export-intro-images { margin-right: 0; padding-bottom: 0; margin-bottom: 40px; }
  .export-intro-images .img-secondary { position: relative; width: 70%; margin: -60px 0 0 auto; display: block; }
  .export-checklist { grid-template-columns: 1fr; }
  .business-head-section .leader-card .leader-img { position: relative; max-width: 220px; margin: 24px auto 0; display: block; }
  .contact-form-box { padding: 30px 24px; margin-top: 40px; }
}
