@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navbar .logo {
  height: 80px;
}
.navbar .separator {
  margin: 0 4px;
  color: #999; /* Lighter color for separators */
}
.navbar .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center horizontally */
}
.navbar .logo {
  width: 4rem; /* Adjust logo size */
  height: auto;
}
.navbar .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  font-size: 10px;
  font-weight: bold; /* Optional styling */
  color: #333; /* Text color */
}
.navbar .navbar .logo {
  height: 60px;
}
.navbar .navbar .brand-name {
  font-weight: bold;
  color: #e74c3c;
  font-size: 1.2rem;
}
.navbar .navbar .brand-name .brand-subname {
  font-weight: normal;
  font-size: 0.9rem;
  color: #6c757d;
}
.navbar .navbar .nav-link {
  color: #020202;
  font-weight: 500;
  margin-left: 10px;
}
.navbar .navbar .nav-link.active {
  color: #ec361a;
}
.navbar .navbar .nav-link:hover {
  color: #ec3030;
}
.navbar .navbar .navbar-nav .nav-item .bi {
  font-size: 1.2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.navbar .navbar .navbar-nav .nav-item .bi:hover {
  color: #e74c3c;
}
@media (max-width: 600px) {
  .navbar .logo-words {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar {
  /*values*/
}
.navbar .values .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.navbar .values .section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}
.navbar .values .row-container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar .values .columns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; /* Negative margin to counteract column padding */
}
.navbar .values .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navbar .values .image-card {
  background: white;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar .values .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 75%; /* 4:3 aspect ratio */
  position: relative;
  overflow: hidden;
}
.navbar .values .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.navbar .values .image-container:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.navbar .values .image-content {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar .values .image-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px;
  color: #222;
}
.navbar .values .image-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 768px) {
  .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* project */
.project .card {
  border: 15px solid;
  -o-border-image: radial-gradient(circle, #EFBF04, #EFBF04) 1;
     border-image: radial-gradient(circle, #EFBF04, #EFBF04) 1;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 1rem;
}
.project .card .img-fluid {
  -o-border-image: linear-gradient(to right, #dcb003, #EFBF04) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#dcb003), to(#EFBF04)) 1;
     border-image: linear-gradient(to right, #dcb003, #EFBF04) 1;
  border: 10px solid #EFBF04;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  max-height: 150px;
}

/* ===================================
   PPS HOME CAROUSEL
=================================== */
.pps-home-car {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

/* -----------------------------------
   PREVENT BOOTSTRAP HORIZONTAL SLIDE
------------------------------------ */
.pps-home-car .carousel-item,
.pps-home-car .carousel-item-start,
.pps-home-car .carousel-item-end,
.pps-home-car .carousel-item-next,
.pps-home-car .carousel-item-prev {
  -webkit-transform: none !important;
          transform: none !important;
}

/* -----------------------------------
   CARD LAYOUT
------------------------------------ */
.pps-home-car-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  background: #212529;
  padding: 2.5rem;
  gap: 2.5rem;
}

/* -----------------------------------
   TEXT & IMAGE – INITIAL STATE
------------------------------------ */
.pps-home-car-text,
.pps-home-car-img {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

/* When slide becomes active → move up */
.pps-home-car .carousel-item.active .pps-home-car-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pps-home-car .carousel-item.active .pps-home-car-img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; /* slight stagger */
}

/* -----------------------------------
   TEXT (50%)
------------------------------------ */
.pps-home-car-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  text-align: center;
}

/* -----------------------------------
   IMAGE (50%)
------------------------------------ */
.pps-home-car-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pps-home-car-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-filter: brightness(1.2) contrast(1.1);
          filter: brightness(1.2) contrast(1.1);
}

/* -----------------------------------
   TYPOGRAPHY
------------------------------------ */
.pps-home-car-text h2 {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
}

.pps-home-car-text p {
  font-size: 1.25rem;
  max-width: 85%;
  line-height: 1.6;
}

/* -----------------------------------
   CONTROLS
------------------------------------ */
.pps-home-car .carousel-control-prev,
.pps-home-car .carousel-control-next {
  width: 55px;
  height: 55px;
  background: rgba(255, 193, 7, 0.9);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* -----------------------------------
   INDICATORS – BOTTOM CENTER
------------------------------------ */
.pps-home-car-indicators {
  bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pps-home-car-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* -----------------------------------
   RESPONSIVE
------------------------------------ */
@media (max-width: 768px) {
  .pps-home-car-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 600px;
    padding: 1.5rem;
  }
  .pps-home-car-text {
    padding: 1.5rem;
  }
  .pps-home-car-text h2 {
    font-size: 2rem;
  }
  .pps-home-car-text p {
    font-size: 1rem;
  }
}
.navbar {
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .separator {
  margin: 0 4px;
  color: #999; /* Lighter color for separators */
}

.navbar .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center horizontally */
}

.navbar .logo {
  margin: 2px;
  width: 130px;
  height: 150px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.navbar .logo:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.navbar .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  font-size: 10px;
  font-weight: bold; /* Optional styling */
  color: #333; /* Text color */
}

.navbar .brand-name {
  font-weight: bold;
  color: #e74c3c;
  font-size: 1.2rem;
}

.navbar .brand-subname {
  font-weight: normal;
  font-size: 0.9rem;
  color: #6c757d;
}

.navbar .nav-link {
  color: #020202;
  font-size: 1.5rem;
  font-weight: 400 !important; /* Bold font weight */
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar .nav-link.active {
  color: #ec361a !important;
}

.navbar .nav-link:hover {
  color: #ec3030 !important;
}

.navbar .navbar-nav .nav-item .bi {
  font-size: 1.2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.navbar .navbar-nav .nav-item .bi:hover {
  color: #e74c3c;
}

/* Mobile menu adjustments */
@media (max-width: 991px) {
  .navbar .logo {
    height: 150px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    padding-left: 30px;
  }
  .navbar .navbar-nav {
    text-align: center;
    padding: 1rem 0;
  }
  .navbar .nav-link {
    margin: 5px 0;
  }
}
/* Base Reset */
.industrial {
  font-family: "Roboto", sans-serif;
  color: #333;
}

/* Common Section Spacing */
.industrial section {
  padding: 80px 0;
}

/* Section Titles */
.industrial .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0C3C78;
  margin-bottom: 30px;
  position: relative;
}

.industrial .section-title.text-center::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #FF6B00;
  margin: 15px auto 0;
  border-radius: 2px;
}

/* Intro Section */
.intro-section {
  background: linear-gradient(135deg, rgba(12, 60, 120, 0.06), rgba(255, 107, 0, 0.06));
}

.intro-text {
  max-width: 950px;
  margin: 25px auto 0;
  font-size: 1.15rem;
  line-height: 1.8;
  text-align: center;
  color: #555;
}

/* Why Choose Section */
.why-choose-section {
  background: #ffffff;
}

.section-description {
  max-width: 950px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  color: #555;
}

.section-description strong {
  color: #FF6B00;
}

/* Solutions Section */
.solutions-section {
  background: linear-gradient(135deg, rgba(24, 165, 88, 0.06), rgba(12, 60, 120, 0.06));
}

.solutions-list {
  max-width: 900px;
  margin: 40px auto 0;
  list-style: none;
  padding: 0;
}

.solutions-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.solutions-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  background: #FF6B00;
  border-radius: 50%;
}

.solutions-list strong {
  color: #0C3C78;
}

/* Benefits Section */
.benefits-section {
  background: #ffffff;
}

.benefits-container {
  max-width: 1100px;
  margin: 50px auto 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
}

.benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.benefit-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
  min-width: 70px;
  height: 55px;
  background: #163f73;
  color: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}

.benefit-content h4 {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

.benefit-content strong {
  color: #FF6B00;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #0C3C78, #163f73);
  color: #fff;
}

.cta-section h2 {
  font-size: 2.4rem;
  color: #FF6B00;
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 850px;
  font-size: 1.15rem;
  line-height: 1.8;
  padding: 20px 0;
}

.cta-section strong {
  color: #FFD7B0;
}

.cta-button {
  display: inline-block;
  background: #FF6B00;
  color: #fff;
  padding: 20px 42px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cta-button i {
  margin-right: 10px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .industrial section {
    padding: 60px 0;
  }
  .industrial .section-title {
    font-size: 2.1rem;
  }
  .cta-section h2 {
    font-size: 2rem;
  }
}
/* Solar Solutions Section */
.solar-solutions {
  background: #f8f9fa;
}

/* Card Styling */
.solution-card {
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

/* Fixed Height Image Container */
.solution-img-wrapper {
  height: 220px;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.solution-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Card Body */
.solution-card .card-body {
  padding: 1.5rem;
}

.solution-card .card-title {
  font-weight: 600;
}

.solution-card .card-text {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .solution-img-wrapper {
    height: 180px;
  }
}
/* WhatsApp Button Positioning */
.whatsapp-btn {
  position: fixed;
  top: 350px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1050; /* above most Bootstrap elements */
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.whatsapp-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Timeline Typography */
.timeline-title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5c4033;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.timeline-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #d4af37;
}

.timeline-desc,
.timeline-list {
  color: #8b5a2b;
}

.timeline-list {
  margin-left: 20px;
}

.timeline-list li {
  margin-bottom: 5px;
  padding-left: 15px;
}

/* Footer */
.footer {
  text-align: center;
  padding: 60px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#5c4033), to(#8b5a2b));
  background: linear-gradient(to right, #5c4033, #8b5a2b);
  color: #ffffff;
  margin-top: 50px;
}

.footer h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #d4af37;
}

.footer p {
  max-width: 700px;
  margin: 0 auto 20px;
  color: #f5e6b3;
}

/* Timeline Layout */
.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.timeline-header {
  text-align: center;
  margin-bottom: 3rem;
}

.timeline-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #d4af37;
}

.timeline-header p {
  font-size: 1.1rem;
  color: #8b5a2b;
  max-width: 700px;
  margin: 0 auto;
}

/* Timeline Item Animation */
.timeline-item {
  position: relative;
  padding: 2rem 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.timeline-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Timeline Card */
.timeline-content {
  width: 1000px; /* fixed card width */
  max-width: 100%; /* prevent overflow on small screens */
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  position: relative;
  z-index: 1;
}

/* Year Badge */
.timeline-year {
  position: absolute;
  top: -20px;
  background: #d4af37;
  color: #5c4033;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.3rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

/* Vertical Line */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 3px;
  height: 100%;
  background: #d4af37;
}

/* Tags */
.tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.tag {
  background: #d4af37;
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Golden Journey Intro */
.golden-journey-intro {
  max-width: 1100px;
  margin: 80px auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  background: #fffaf0;
  border-left: 6px solid #d4af37;
}

.golden-journey-intro h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.golden-journey-intro p {
  max-width: 600px;
  color: #444;
  line-height: 1.6;
}

/* Button */
.golden-journey-btn {
  background: linear-gradient(135deg, #d4af37, #996515);
  border: none;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

/* Timeline Section Toggle */
.timeline-section {
  display: none;
  padding: 80px 0;
  background: #f5f5dc;
}

.timeline-section.active {
  display: block;
}

/* Timeline Vertical Structure */
.timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 4px;
  height: 100%;
  background: #d4af37;
  border-radius: 10px;
}

/* Timeline Item Layout */
.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.timeline-content h3 {
  font-family: "Playfair Display", serif;
}

/* Fade Animation */
.fade-item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fade-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .golden-journey-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.legacy-banner {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Shared background applied to the container row */
.rounded-4.shadow-lg.bg-white {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .position-absolute.top-0.end-0 {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .position-absolute.top-0.end-0 img {
    max-width: 100px !important;
    margin: 0 auto;
  }
  .col-lg-6.col-md-6.p-0 {
    min-height: 300px;
  }
  .p-4.p-md-5 {
    padding: 2rem !important;
  }
}
.values-section {
  background: #f8f9fa;
}

.value-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.value-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
}

/* Individual colors */
.security {
  background: #e7f1ff;
  color: #0d6efd;
}

.quality {
  background: #fff4e5;
  color: #fd7e14;
}

.innovation {
  background: #f3e8ff;
  color: #6f42c1;
}

.customer {
  background: #ffeaea;
  color: #dc3545;
}

.sustainability {
  background: #e9f7ef;
  color: #198754;
}

.value-card h6 {
  font-weight: 700;
  margin: 0;
}

.vision-mission {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 50%, #90caf9 100%);
  position: relative;
  overflow: hidden;
}

.vision-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 107, 107, 0.15), transparent 50%), radial-gradient(circle at 80% 20%, rgba(33, 37, 41, 0.1), transparent 50%);
  pointer-events: none;
}

/* Custom Card */
.vm-card {
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.vm-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
}

.vm-card-header {
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
}

.vm-card-header::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.vm-card-body {
  position: relative;
}

.vm-card-title {
  line-height: 1.2;
}

/* Responsive */
@media (max-width: 768px) {
  .vm-card-body {
    padding: 2rem !important;
  }
  .vm-card-header {
    padding: 1.5rem !important;
  }
  .display-5 {
    font-size: 2rem !important;
  }
  .position-absolute.bottom-0.end-0 {
    display: none;
  }
}
h2 {
  color: #cc3a00;
  padding-bottom: 10px;
}

h3 {
  color: #cc3a00;
  margin-top: 30px;
}

.effective-date {
  font-style: italic;
  color: #666;
  margin-bottom: 30px;
}

.section {
  margin-bottom: 40px;
}

.parvathi-contact {
  background-color: #f5f5f5;
  padding: 15px;
  border-left: 4px solid #cc3a00;
  margin-top: 20px;
}

.testimonial-card {
  min-height: 350px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.testimonial-img-container {
  min-height: 350px;
  background-color: rgba(220, 53, 69, 0.05);
}

.testimonial-img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2px;
  border: 3px solid rgba(220, 53, 69, 0.2);
}

.quote-icon {
  color: #dc3545;
  /* opacity: 0.7; */
}

.carousel-control-prev, .carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.testimonial-carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.testimonial-carousel-indicators button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f3021a !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.testimonial-carousel-indicators button:hover {
  background-color: #f6f2f2 !important;
}

.testimonial-carousel-indicators .active {
  background-color: #060606 !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 768px) {
  .testimonial-card {
    min-height: auto;
  }
  .testimonial-img-container {
    min-height: auto;
  }
  .testimonial-img {
    width: 120px;
    height: 120px;
  }
}
.hero-video {
  height: 80vh;
  background-color: #000;
}

.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hover-effect {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hover-effect:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.feature-card {
  background: white;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-card:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.feature-icon {
  height: 80px;
  width: auto;
}

.iot-demo {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.video-container {
  position: relative;
  background: #000;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.video-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.btn-play, .btn-pause {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid white;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-play:hover, .btn-pause:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-container:hover .video-overlay:not(.hidden) {
  background: rgba(0, 0, 0, 0.2);
}

#videoPlayer {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.success-stories {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f9fa));
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.implementation-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.implementation-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.img-wrapper {
  height: 250px;
  overflow: hidden;
}

.img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.implementation-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.implementation-card:hover .img-overlay {
  opacity: 1;
}

/* ===== HERO SECTION ===== */
.hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: white;
}

.hero p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== FEATURES/BENEFITS GRID ===== */
.grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.card {
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 15pxrgb 240, 237, 42;
          box-shadow: 0 5px 15pxrgb 240, 237, 42;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.card h3 {
  margin-bottom: 15px;
  color: var(--primary);
}

.card-icon {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}

/* ===== SEGMENT SECTIONS ===== */
.segment {
  background-color: var(--light);
}

.segment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.segment-header h2 {
  margin-bottom: 0;
}

.segment-badge {
  background-color: var(--primary);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-left: 15px;
}

/* ===== FOOTER ===== */
footer {
  background-color: var(--secondary);
  color: white;
  padding: 60px 0 30px;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.footer-col h3 {
  color: white;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
}

.footer-links a:hover {
  color: white;
}

.copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #555;
  color: #aaa;
  font-size: 0.9rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .hero p {
    font-size: 1.1rem;
  }
  .termscond {
    display: block;
  }
}
.lighting-solutions {
  max-width: 1000px;
  margin: 0 auto;
}

.lighting-solutions h2 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.lighting-solutions h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), color-stop(#2ecc71), color-stop(#e74c3c), to(#f39c12));
  background: linear-gradient(90deg, #3498db, #2ecc71, #e74c3c, #f39c12);
  border-radius: 2px;
}

.industry-category {
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.industry-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.category-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  font-size: 1.8rem;
  color: white;
}

.healthcare .category-icon {
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
}

.it .category-icon {
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
}

.food .category-icon {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.automobiles .category-icon {
  background: linear-gradient(135deg, #f39c12 0%, #d35400 100%);
}

.industry-category h3 {
  color: #2c3e50;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

.benefits-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: white;
}

.healthcare .benefits-list li:before {
  background-color: #3498db;
}

.it .benefits-list li:before {
  background-color: #2ecc71;
}

.food .benefits-list li:before {
  background-color: #e74c3c;
}

.automobiles .benefits-list li:before {
  background-color: #f39c12;
}

.industry-category {
  border-left: 5px solid;
}

.healthcare {
  border-left-color: #3498db;
}

.it {
  border-left-color: #2ecc71;
}

.food {
  border-left-color: #e74c3c;
}

.automobiles {
  border-left-color: #f39c12;
}

/* Responsive Design */
@media (max-width: 768px) {
  .lighting-solutions h2 {
    font-size: 2rem;
  }
  .industry-category {
    padding: 20px;
  }
  .category-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .category-icon {
    margin-bottom: 15px;
  }
  .benefits-list li {
    padding-left: 25px;
  }
}
@media (max-width: 576px) {
  .lighting-solutions h2 {
    font-size: 1.8rem;
  }
  .industry-category h3 {
    font-size: 1.5rem;
  }
  .category-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}
.pps-grid-section {
  padding: 40px 0;
}

.pps-grid-title {
  text-align: center;
  margin-bottom: 20px;
}

.pps-image-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.pps-grid-item {
  overflow: hidden;
  border-radius: 6px;
}

.pps-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.industrial {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
}

/* Section spacing */
section {
  padding: 60px 0;
}

/* Titles */
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
}

/* Intro */
.intro-text,
.section-description,
.benefits-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

/* Why choose */
.benefits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f9fa;
  padding: 18px 22px;
  border-radius: 8px;
}

.benefit-icon {
  font-size: 28px;
  color: #f58220;
  margin-right: 18px;
  min-width: 40px;
}

.benefit-content h4 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
}

/* Solutions */
.solutions-list {
  max-width: 800px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.8;
}

.solutions-list li {
  margin-bottom: 15px;
}

/* CTA */
.cta-section {
  background: #0c3c78;
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 17px;
  max-width: 750px;
  margin: 0 auto;
}

.solar-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.view-gallery-btn {
  display: block;
  margin: 20px auto;
  background-color: #f4b400;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.view-gallery-btn:hover {
  background-color: #e19c00;
}

/* Custom Modal */
.solar-gallery-modal .modal-dialog {
  max-width: 900px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  height: 600px; /* Fixed modal height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solar-gallery-modal.show .modal-dialog {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.solar-gallery-modal.fade .modal-dialog {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.solar-gallery-modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  height: 100%; /* Fill dialog height */
}

.solar-gallery-modal .modal-header {
  background: #f4b400;
  color: #fff;
  border-bottom: none;
}

.solar-gallery-modal .modal-body {
  background: #fff;
  padding: 0;
  height: calc(100% - 60px); /* Leave space for header */
}

.solar-carousel,
.solar-carousel-item {
  height: 100%;
}

.solar-carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Center navigation buttons */
.solar-gallery-modal .carousel-control-prev,
.solar-gallery-modal .carousel-control-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5%;
  opacity: 0.8;
}

.solar-gallery-modal .carousel-control-prev-icon,
.solar-gallery-modal .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.solar-gallery-modal .carousel-control-prev:hover,
.solar-gallery-modal .carousel-control-next:hover {
  opacity: 1;
}

/* Responsive Modal */
@media (max-width: 768px) {
  .solar-gallery-modal .modal-dialog {
    max-width: 90%;
    height: 400px; /* Smaller fixed height for mobile */
    margin: auto; /* Ensures true centering */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solar-gallery-modal .modal-content {
    height: 100%;
  }
  .solar-gallery-modal .modal-body {
    height: calc(100% - 60px);
  }
}
/* Ensure modal stays vertically centered even if viewport is small */
@media (max-height: 500px) {
  .solar-gallery-modal .modal-dialog {
    margin: 10px auto;
    height: 90vh;
  }
}
/* Video Carousel Styling */
.video-card {
  max-width: 800px;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.video-card video {
  width: 100%;
  height: 450px;
  background-color: #000;
}

.video-card .card-body {
  background-color: #f8f9fa;
  padding: 1rem;
}

.video-card .card-title {
  color: #333;
  font-weight: 600;
  margin: 0;
}

/* Carousel controls styling */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1.5rem;
}

/* Carousel indicators styling */
.carousel-indicators {
  position: relative !important;
  margin: 0;
  padding: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333;
  background-color: #ccc;
  opacity: 0.7;
}

.carousel-indicators button.active {
  background-color: #333;
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .video-card video {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .video-card video {
    height: 350px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 8%;
  }
}
@media (max-width: 576px) {
  .video-card video {
    height: 300px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-size: 1rem;
  }
  .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
}
:root {
  --primary-color: #e74c3c;
  --secondary-color: #f39c12;
  --dark-color: #2c3e50;
  --light-color: #ecf0f1;
  --gray-color: #6c757d;
  --accent-color: #3498db;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
}

/* Banner Styles */
.hero-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 80px 0;
  color: white;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f39c12), to(#e74c3c));
  background: linear-gradient(to right, #f39c12, #e74c3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-banner {
    padding: 40px 0;
  }
}
.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.banner-image {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.banner-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Content Section Styles */
.section-title {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  color: var(--dark-color);
  text-align: center;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--secondary-color)), to(var(--primary-color)));
  background: linear-gradient(to right, var(--secondary-color), var(--primary-color));
  border-radius: 2px;
}

.section-subtitle {
  color: var(--gray-color);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  text-align: center;
}

.content-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
  border-top: 4px solid var(--primary-color);
  margin-bottom: 1.5rem;
}

.content-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.content-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.content-title {
  color: var(--dark-color);
  margin-bottom: 1rem;
  font-weight: 700;
}

.content-text {
  color: var(--gray-color);
  line-height: 1.7;
}

/* Image Gallery Styles */
.image-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 400px;
}

.image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .content-card {
    margin-bottom: 1.5rem;
  }
  .image-card {
    height: 300px;
  }
  .banner-image img {
    height: 300px;
    margin-bottom: 2rem;
  }
}
.lockers-banner {
  background: url("../img/locker_banner.webp") center center no-repeat;
  background-size: contain; /* preserves 6400x1280 ratio */
  width: 100vw;
  aspect-ratio: 5/1; /* 6400 / 1280 */
  margin-left: calc(-50vw + 50%);
}

/* Content Section */
.lockers-section {
  padding: 70px 0;
}

.lockers-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.lockers-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lockers-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.lockers-icon {
  font-size: 2.5rem;
  color: #ff6b00;
  margin-bottom: 15px;
}

/* Mobile Adjustment */
@media (max-width: 768px) {
  .lockers-banner {
    aspect-ratio: 16/9; /* better mobile view */
  }
}
.chubbsafes-section {
  padding: 10px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  position: relative;
}

/* Title with modern typography */
.chubbsafes-title {
  font-weight: 800;
  margin-bottom: 30px;
  color: #1E293B;
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: -0.5px;
}

.chubbsafes-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FF6B35), to(#FFD700));
  background: linear-gradient(90deg, #FF6B35, #FFD700);
  border-radius: 2px;
}

/* Intro text with modern card */
.chubbsafes-text {
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
  background: white;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid #E2E8F0;
  position: relative;
}

/* Modern cards with flat design */
.chubbsafes-card {
  background: white;
  padding: 35px;
  border-radius: 16px;
  height: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #F1F5F9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.chubbsafes-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FF6B35), to(#FFD700));
  background: linear-gradient(90deg, #FF6B35, #FFD700);
}

.chubbsafes-card-icon {
  font-size: 2.8rem;
  margin-bottom: 25px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  margin-bottom: 25px;
}

/* Different icon backgrounds for each card */
.residential-card .chubbsafes-card-icon {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 165, 0, 0.1));
  color: #FF6B35;
}

.healthcare-card .chubbsafes-card-icon {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.1), rgba(59, 130, 246, 0.1));
  color: #1E40AF;
}

.retail-card .chubbsafes-card-icon {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 235, 59, 0.1));
  color: #B8860B;
}

.nbfc-card .chubbsafes-card-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(168, 85, 247, 0.1));
  color: #8B5CF6;
}

.highrisk-card .chubbsafes-card-icon {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(239, 68, 68, 0.1));
  color: #DC2626;
}

.chubbsafes-card-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #1E293B;
  font-size: 1.5rem;
}

.chubbsafes-card p {
  color: #64748B;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Modern CTA section */
.chubbsafes-cta {
  background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
  padding: 60px 40px;
  border-radius: 20px;
  margin-top: 80px;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.chubbsafes-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 215, 0, 0.1));
  border-radius: 50%;
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}

.chubbsafes-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.1), rgba(59, 130, 246, 0.1));
  border-radius: 50%;
  -webkit-transform: translate(-50px, 100px);
          transform: translate(-50px, 100px);
}

.chubbsafes-cta h3 {
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  color: white;
  font-size: 2.2rem;
  z-index: 2;
}

.chubbsafes-cta h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #FFD700;
  border-radius: 2px;
}

.chubbsafes-cta p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  position: relative;
}

/* Modern badge */
.brand-store-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#FF6B35), to(#FFA500));
  background: linear-gradient(90deg, #FF6B35, #FFA500);
  color: white;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 20px 0;
  font-size: 1.1rem;
  -webkit-box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
          box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Modern highlight */
.highlight {
  background: linear-gradient(120deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0) 100%);
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 700;
  color: #1E293B;
  position: relative;
}

/* Modern security badges */
.security-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1E293B;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #F1F5F9;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.security-badge i {
  margin-right: 8px;
  font-size: 1.1rem;
}

/* Modern buttons */
.btn-modern-primary {
  background: -webkit-gradient(linear, left top, right top, from(#FF6B35), to(#FFA500));
  background: linear-gradient(90deg, #FF6B35, #FFA500);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
          box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.btn-modern-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}

.btn-modern-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

/* Stats counter */
.heritage-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #1E40AF, #3B82F6);
  color: white;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 700;
  margin: 0 10px;
  font-size: 1.1rem;
  -webkit-box-shadow: 0 5px 15px rgba(30, 64, 175, 0.3);
          box-shadow: 0 5px 15px rgba(30, 64, 175, 0.3);
}

/* Grid layout adjustments */
.row-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .chubbsafes-section {
    padding: 60px 0;
  }
  .chubbsafes-title {
    font-size: 2rem;
  }
  .chubbsafes-text {
    padding: 25px;
  }
  .chubbsafes-card {
    padding: 25px;
  }
  .chubbsafes-cta {
    padding: 40px 25px;
  }
  .chubbsafes-cta h3 {
    font-size: 1.8rem;
  }
  .row-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.video-hero {
  width: 100%;
  height: 40vh;
  max-height: 80vh;
  overflow: hidden;
}

@media (min-width: 992px) {
  .video-hero {
    height: 80vh;
  }
}
.video-hero video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.chubbsafes-modal-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px; /* more inner space */
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

/* Larger, uniform images */
.chubbsafes-modal-card img {
  width: 100%;
  height: 260px; /* increased height */
  -o-object-fit: contain;
     object-fit: contain;
  background: #f8f9fa;
  padding: 16px;
  border-radius: 14px;
}

/* Larger title */
.chubbsafes-modal-card h5 {
  font-size: 1.35rem;
  font-weight: 700;
}

/* Larger paragraph text */
.chubbsafes-modal-card p {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Larger bullet text, tighter indent */
.chubbsafes-modal-card ul {
  padding-left: 1.1rem;
  margin-top: 12px;
}

.chubbsafes-modal-card li {
  font-size: 1rem;
  padding-left: 0.25rem;
  margin-bottom: 6px;
}

/* ----- STEELAGE UNIQUE CLASSES – NO BODY STYLING, FULLY SCOPED ----- */
.steelage-brand-section {
  background: #ffffff;
  padding: 3rem 1.5rem;
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  color: #1e2b3c;
}

.steelage-logo {
  text-align: center;
  margin-bottom: 2rem;
}

.steelage-logo img {
  max-height: 80px;
}

.steelage-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
}

/* ----- TYPOGRAPHY – EXCLUSIVE STEELAGE NAMESPACE ----- */
.steelage-main-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0A2C4D; /* deep navy - Steelage signature */
  border-left: 6px solid #C49A2B; /* warm gold accent */
  padding-left: 1.2rem;
  margin-bottom: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.steelage-subheading {
  font-size: 1.85rem;
  font-weight: 700;
  color: #0A2C4D;
  margin: 4rem 0 2rem;
  position: relative;
  display: inline-block;
}

.steelage-subheading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #C49A2B;
  border-radius: 2px;
}

.steelage-lead-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #2c3e50;
  margin-bottom: 1.2rem;
}

.steelage-body-text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #3a4a5c;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

/* ----- CONTENT HIGHLIGHT – UNIQUE BRAND BLOCK ----- */
.steelage-tn-spotlight {
  background: #F4F7FB;
  border-left: 6px solid #C49A2B;
  padding: 1.3rem 1.8rem;
  margin: 1.8rem 0;
  border-radius: 0 16px 16px 0;
  font-weight: 500;
  color: #1e3a5f;
  -webkit-box-shadow: 0 2px 6px rgba(10, 44, 77, 0.04);
          box-shadow: 0 2px 6px rgba(10, 44, 77, 0.04);
}

.steelage-tn-spotlight strong {
  color: #0A2C4D;
  font-weight: 700;
}

/* ----- CERTIFICATION & PARTNER BADGES (UNIQUE) ----- */
.steelage-cert-badge {
  display: inline-block;
  background: #edf2f7;
  border: 1px solid #d0d9e2;
  color: #0A2C4D;
  font-weight: 600;
  padding: 0.2rem 1.2rem;
  border-radius: 40px;
  font-size: 0.8rem;
  margin: 0.15rem 0.3rem;
  letter-spacing: 0.3px;
}

.steelage-cert-badge i {
  color: #C49A2B;
  margin-right: 5px;
}

/* ----- LEGACY GRID – K.H. IRANI / GUNNEBO / CERTIFICATIONS ----- */
.steelage-legacy-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem;
  background: #F4F7FB;
  padding: 2rem 2.2rem;
  border-radius: 20px;
  margin: 1.8rem 0 1.2rem;
  border-bottom: 3px solid #C49A2B;
}

.steelage-legacy-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
}

.steelage-legacy-icon {
  font-size: 2rem;
  color: #C49A2B;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.steelage-legacy-item h4 {
  color: #0A2C4D;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.steelage-legacy-item p {
  font-size: 0.9rem;
  color: #3e5770;
  line-height: 1.5;
}

/* ----- PRODUCT CARDS – 100% UNIQUE STEELAGE CLASSES ----- */
.steelage-product-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  margin: 2rem 0 1.2rem;
}

.steelage-product-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 18px rgba(10, 44, 77, 0.04);
          box-shadow: 0 6px 18px rgba(10, 44, 77, 0.04);
  border: 1px solid #eaeef2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.steelage-product-card:hover {
  border-color: #C49A2B;
  -webkit-box-shadow: 0 16px 28px rgba(10, 44, 77, 0.08);
          box-shadow: 0 16px 28px rgba(10, 44, 77, 0.08);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.steelage-card-img {
  width: 100%;
  height: 190px;
  background: linear-gradient(145deg, #edf2f8, #e2e8f0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0A2C4D;
  font-size: 0.9rem;
  font-weight: 600;
  border-bottom: 3px solid #C49A2B;
}

/* simulated image area — using pure CSS fallback (actual images would replace backgrounds) */
.steelage-card-img span {
  background: rgba(10, 44, 77, 0.06);
  padding: 0.4rem 1.4rem;
  border-radius: 40px;
  letter-spacing: 1px;
}

.steelage-card-content {
  padding: 1.5rem 1.3rem 1.8rem;
}

.steelage-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0A2C4D;
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.steelage-card-title i {
  color: #C49A2B;
  font-size: 1.2rem;
}

.steelage-card-desc {
  font-size: 0.95rem;
  color: #4a5f73;
  line-height: 1.6;
  margin-bottom: 1.1rem;
}

.steelage-micro-badge {
  background: #C49A2B;
  color: #0A2C4D;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.2rem 1rem;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
}

.steelage-micro-badge--dark {
  background: #0A2C4D;
  color: white;
}

/* ----- TARGET APPLICATIONS (UNIQUE LOCK & KEY STYLE) ----- */
.steelage-apps-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.8rem 1fr 1.8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin: 2rem 0 1.5rem;
}

.steelage-app-card {
  background: #F9FBFD;
  padding: 1.6rem 1.4rem;
  border-radius: 20px;
  border-bottom: 4px solid #C49A2B;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.steelage-app-card:hover {
  background: white;
  border-bottom-color: #0A2C4D;
}

.steelage-app-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0A2C4D;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.steelage-app-list {
  list-style: none;
  padding: 0;
}

.steelage-app-list li {
  color: #2e445b;
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-size: 0.98rem;
}

.steelage-app-list li i {
  color: #C49A2B;
  font-size: 0.8rem;
  width: 16px;
}

.steelage-app-list strong {
  color: #0A2C4D;
}

/* ----- SHIELD / SERVICE BADGE & FOOTER (unique naming) ----- */
.steelage-service-footer {
  margin-top: 2.8rem;
  padding-top: 2rem;
  border-top: 2px solid #e2ecf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steelage-shield-badge {
  background: #0A2C4D;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.steelage-shield-badge i {
  color: #C49A2B;
}

.steelage-tn-marker {
  background: #F4F7FB;
  color: #0A2C4D;
  font-weight: 700;
  padding: 0.5rem 1.8rem;
  border-radius: 40px;
}

.steelage-tn-marker i {
  color: #C49A2B;
  margin-right: 6px;
}

.steelage-heritage-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1.8rem;
  font-size: 0.8rem;
  color: #4e6f8a;
  border-top: 1px solid #e3eaf0;
  padding-top: 1.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* responsiveness */
@media (max-width: 900px) {
  .steelage-apps-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .steelage-apps-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .steelage-main-heading {
    font-size: 1.8rem;
  }
}
.pps-carousel-section {
  padding: 2rem 0 3rem; /* Increased vertical spacing */
  background-color: #ffffff; /* Clean white background like BMS */
}

.pps-carousel-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1c1c1c;
  letter-spacing: -0.2px;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
}

.pps-carousel-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 2px;
  background: #FF6B35;
  margin: 0.75rem auto 0;
}

/* Wrapper for positioning buttons */
.pps-carousel-wrapper {
  position: relative;
  padding: 0 20px; /* Gives breathing space for buttons */
}

/* Track - horizontal scroll with hidden scrollbar */
.pps-carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem; /* Slightly increased gap */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 0.8rem; /* Extra space for shadow */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.pps-carousel-track::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.pps-carousel-card {
  min-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  border-radius: 16px; /* Softer, more modern radius */
  overflow: hidden;
  background: #fff; /* Card background */
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pps-carousel-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); /* Slight grow on hover */
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); /* Deeper shadow on hover */
}

/* Image styling */
.pps-carousel-card img {
  width: 100%;
  height: 260px; /* Fixed height for consistency */
  -o-object-fit: cover;
     object-fit: cover; /* Ensures image covers area without distortion */
  display: block; /* Removes extra space below image */
  border-radius: 16px; /* Matches card rounding */
}

/* Navigation buttons */
.pps-nav-btn {
  position: absolute;
  top: 45%; /* Slightly adjusted from 50% for better visual */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  color: #333;
  border: 1px solid #e0e0e0; /* Light border */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 1rem; /* Larger arrow */
  font-weight: 200;
  line-height: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); /* Soft shadow for depth */
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pps-nav-btn:hover {
  background: #f5f5f5;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  border-color: #ccc;
}

.pps-nav-btn.left {
  left: -12px; /* Positioned slightly outside track */
}

.pps-nav-btn.right {
  right: -12px;
}

/* Mobile adjustments - clean and simple */
@media (max-width: 768px) {
  .pps-carousel-section {
    padding: 1.5rem 0 2rem;
  }
  .pps-carousel-title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    padding-left: 0.2rem;
  }
  .pps-carousel-card {
    min-width: 140px; /* Smaller cards on mobile */
  }
  .pps-carousel-card img {
    height: 200px; /* Adjusted height */
    border-radius: 14px;
  }
  /* Hide navigation buttons on mobile as per original */
  .pps-nav-btn {
    display: none;
  }
}
/* Small mobile tweaks */
@media (max-width: 480px) {
  .pps-carousel-card {
    min-width: 120px;
  }
  .pps-carousel-card img {
    height: 170px;
  }
}
/* Base (desktop) */
.iot-banner {
  height: 78vh;
  min-height: 420px;
}

.iot-banner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Tablet */
@media (max-width: 992px) {
  .iot-banner {
    height: 55vh;
    min-height: 360px;
  }
}
/* Mobile — prevent side cropping */
@media (max-width: 576px) {
  .iot-banner {
    height: 45vh;
    min-height: 300px;
  }
  .iot-banner-video {
    -o-object-fit: contain;
       object-fit: contain; /* prevents width cropping */
    background: #000; /* fills empty space */
  }
  .iot-banner h1 {
    font-size: 1.75rem;
  }
  .iot-banner p {
    font-size: 1rem;
  }
}
/* ===============================
   CONTACT CARD SIZE
================================ */
.contact-card {
  border-radius: 18px;
  background: #fff;
}

/* ===============================
   TOP IMAGE (CENTERED, LARGE)
================================ */
.contact-image-top img {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===============================
   SOCIAL ICONS
================================ */
.social-icons a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.social-icons a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Brand Colors */
.social-icons a:nth-child(1) {
  background: #1877f2;
}

.social-icons a:nth-child(2) {
  background: #ff0000;
}

.social-icons a:nth-child(3) {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-icons a:nth-child(4) {
  background: #0a66c2;
}

/* ===============================
   CONTACT LIST
================================ */
.contact-list li {
  margin-bottom: 18px;
}

.contact-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  color: #333;
  text-decoration: none;
}

.contact-list i {
  font-size: 1.2rem;
  margin-top: 3px;
}

/* Icon Colors */
.contact-list li:nth-child(1) i {
  color: #0d6efd;
}

.contact-list li:nth-child(2) i {
  color: #25d366;
}

.contact-list li:nth-child(3) i {
  color: #dc3545;
}

/* ===============================
   MOBILE TWEAKS
================================ */
@media (max-width: 576px) {
  .contact-image-top img {
    max-width: 100%;
  }
  .social-icons a {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }
}