
/* Define theme colors */
:root {
  --primary-color: #012052;   
  --secondary-color: #83b1ea;
  --text-color: #333;
  --background-color: #83b1ea47;
}

/* Active nav link (desktop) */
.nav-list > li > a.active {
  color: var(--primary-color);
  background: linear-gradient(180deg, rgba(131, 177, 234, 0.12) 0%, rgba(248, 249, 250, 0.6) 100%);
}
.nav-list > li > a.active::after {
  width: 80%;
  background: var(--secondary-color);
}
.feature i {
   color: var(--secondary-color);
}
.feature:hover {
  background:var(--background-color);
}
.featured-products{
 background:var(--background-color);
}
.featured-products i{
  font-size: 50px;
  color: var(--secondary-color);
  opacity: 1;
  cursor: pointer;
}
.featured-products i:hover{
  color: white;
}
.product-info .category-content {
  padding: 0;
  text-align: left;
}
.breadcrumb span {
  color: var(--secondary-color);
}
.faq-section {
  background: white;
}
.faq-answer {
  display: none; /* hide all answers by default */
  margin-top: 8px;
  color: #444;
  line-height: 1.5;
}
.faq-item.active .faq-question {
  font-weight: bold;
  color: #007b5e; /* highlight active question */
}
/* lightbox overlay */
.lightbox {
  display: none;              /* hidden by default */
  position: fixed;
  z-index: 99999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

/* show state */
.lightbox.open {
  display: flex;
}

/* image */
.lightbox-image {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* close button */
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 28px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

/* prev/next */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 44px;
  padding: 12px;
  cursor: pointer;
  user-select: none;
}

.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

/* small-screen tweaks */
@media (max-width:700px){
  .lightbox-prev, .lightbox-next { font-size: 30px; padding: 8px; }
  .lightbox-close { font-size: 36px; top: 12px; right: 12px; }
  .product-overlay {
    opacity: 1;
  }
}

/* Blur and disable background when lightbox is open */
body.lightbox-active .page-content {
  filter: blur(5px);
  pointer-events: none;   /* disables all clicks */
  user-select: none;      /* optional: prevent text selection */
}

.top-bar-left a{
    color: #fff;
    font-size: 0.85rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.top-bar-left a:hover{
   color: var(--secondary-color);
   transform: translateY(-2px);
}
.top-bar-left a:hover i{
   color: var(--secondary-color);
}
.top-bar {
  background: var(--primary-color);
  color: #fff;
}
.top-bar-right a:hover {
  color: var(--primary-color);
}

.nav-list a:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
}

.hero .hero-nav:hover {
  background:var(--secondary-color);
  color: var(--primary-color);;
}

.hero-decor .bubble{
background:var(--primary-color);
}
.highlight-icon {
  background: var(--primary-color);
  color: white;
  box-shadow:none;
}
.highlight-item:hover .highlight-icon{
      background: var(--secondary-color);
  color: black;
}
.highlight-item h3 {
    color:var(--primary-color);
}
.our-style-gallery, .reference-item.quote-item {
  background: var(--background-color);
}
.section-header h2 {
  color: var(--primary-color);
}
.category-image {
  height: auto;
}
.category-content h3,.cta-content h2 {
  color: var(--primary-color);
}
.btn-secondary {
  background: var(--primary-color) !important;
  color: white !important;
  border: 1px solid var(--primary-color) !important;
}
.btn-secondary:hover {
  background: white !important;
  color: var(--secondary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.btn-primary:hover{
  background: var(--primary-color) !important;
  color: white !important;
  border: 1px solid var(--secondary-color) !important;
}
.stat,.highlights-band, .statistics {
  background: var(--background-color);
}
.stat-number {
   color: var(--primary-color);
}
.stat-label {
  color: #000;
}
.stat-number {
  display: inline;
}
.stat-sign{
  font-size: 2rem;
  color: var(--secondary-color);
}
.crafting-story {
  padding: 6rem 0;
}
.fotter-btn{
  padding: 8px 15px;
 font-size: 1rem; 
 margin-top: 20px;
}
.fotter-btn i{
   font-size: 1rem; 
   color: white;
}
.fotter-btn:hover i{
   color:  var(--secondary-color);
}
.footer-section p a{
   text-decoration: none !important;
   color: white;
}
.footer-section p a:hover{
   color: var(--secondary-color);
}
.footer-section h3, .footer-bottom p a{
  color: var(--secondary-color);
  text-decoration: none !important;
}
.back-to-top {
   background: var(--primary-color);
   color: white;
}
.back-to-top:hover {
   color: var(--primary-color);
   background:var(--secondary-color);
}
.social-links a {
color: white;
   background:var(--primary-color);
}
.social-links a:hover{
 background: var(--secondary-color);
}
.social-links i {
  color: white;
  margin-right: 0px;
}
.social-links i:hover {
  color: var(--secondary-color);
}
.social-links a:hover i{
   color: var(--primary-color);
}

/* About Us page css */
.stats-grid {
  grid-template-columns: repeat(4, 1fr);
}
.card-icon, .value-icon, .contact-icon {
  background:var(--primary-color);
}
.mission-vision{
 background: var(--background-color);
}
/* Note: do not override global .about-hero height here — it breaks page heroes.
   Per-page hero tuning lives under .page-infrastructure (and similar) only. */
/* whatsapp icon css */
/* WhatsApp floating button - left center */
.whatsapp-float {
  position: fixed;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;              /* WhatsApp green */
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  font-family: inherit;
}
/* WhatsApp icon */
.whatsapp-float i {
  font-size: 22px;
}

/* Hover effect */
.whatsapp-float:hover {
  background-color: var(--secondary-color);  /* darker green */
  color: var(--primary-color);
  transform: translateY(-3px); /* little lift on hover */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Icon circle */
.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;        /* white circle behind icon */
  color: #25D366;
  flex-shrink: 0;
  font-size: 18px;
}

/* Text styling */
.whatsapp-text {
  text-transform: none;
  font-size: 14px;
  line-height: 1;
}

/* Hover/focus */
.whatsapp-float:hover,
.whatsapp-float:focus {
  transform: translateY(-50%) scale(1.02);
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
  opacity: 0.98;
}

/* Small screens: move to bottom-left for better UX */
@media (max-width: 700px) {
  .whatsapp-float {
    left: 18px;
    top: auto;
    bottom: 70px;
    transform: none;
    padding: 12px 16px;
  }
}

/* Optional: hide label on very small screens to save space */
@media (max-width: 420px) {
  /* .whatsapp-text { display: none; } */
  .whatsapp-icon { width: 44px; height: 44px; font-size: 20px; }
}
/* Default hidden state */
.whatsapp-float.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}

/* When visible */
.whatsapp-float.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.fairCss {
  grid-template-columns: none !important;
}
.fairCss .story-text{
  text-align: center;
}
.fairCss .story-text h2::after {
  display: none;
}

/* menu css */
.dropdown-column h4::after {
  border-bottom: 3px solid var(--backgorund-color);
}

.menuCss h4 a{
  color: #333333;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: none !important;
}
 .menuCss a::after{
  display: none;
} 
.product-intro-image {
  box-shadow: none;
}

/* .featured-products .products-grid {
   grid-template-columns: repeat(3, 1fr); 
}  */

/* product multiple section */
.category-section {
  text-align: center;
  padding: 60px 20px;
  background:var(--background-color);
}

.section-header {
  margin-bottom: 3rem;
}

.section-header .section-icon {
  font-size: 40px;
  color: #2d3e50;
  background: linear-gradient(135deg, #83b1ea, #012052);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 10px 0;
}

.section-header p {
  color: #666;
  font-size: 1rem;
}

.category-grid {
  display: grid;
   grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  gap: 25px;
}

.category-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.category-card img {
  width: 100%;
  /* height: 380px; */
  object-fit: cover;
}
.lampsCss .category-card img {
  height: 380px;
}

/* Floor Lamps section — updated product imagery */
#FloorLamps .category-card {
  position: relative;
}

#FloorLamps .category-card img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 420px);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  #FloorLamps .category-card img {
    height: clamp(240px, 50vw, 340px);
  }
}

@media (max-width: 480px) {
  #FloorLamps .category-card img {
    height: clamp(220px, 58vw, 300px);
  }
}

/* Table Lamps section — responsive imagery styling */
#TableLamps .category-card {
  position: relative;
}

#TableLamps .category-card img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 420px);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  #TableLamps .category-card img {
    height: clamp(240px, 50vw, 340px);
  }
}

@media (max-width: 480px) {
  #TableLamps .category-card img {
    height: clamp(220px, 58vw, 300px);
  }
}

/* Ceiling Lamps section — responsive imagery styling */
#CeilingLamps .category-card {
  position: relative;
}

#CeilingLamps .category-card img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 420px);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  #CeilingLamps .category-card img {
    height: clamp(240px, 50vw, 340px);
  }
}

@media (max-width: 480px) {
  #CeilingLamps .category-card img {
    height: clamp(220px, 58vw, 300px);
  }
}

body.page-lamps .product-intro-image {
  min-height: 280px;
  aspect-ratio: 4 / 3;
}

body.page-lamps .product-intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  body.page-lamps .product-intro-image {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  body.page-lamps .product-intro-image img {
    min-height: 220px;
  }
}

/* Home — Our Style gallery */
.our-style-gallery .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .our-style-gallery .gallery-grid {
    grid-auto-rows: minmax(160px, 22vw);
  }
}

@media (max-width: 480px) {
  .our-style-gallery .gallery-grid {
    grid-auto-rows: minmax(140px, 42vw);
    gap: 1rem;
  }
}
.card-content {
  padding: 20px;
}

.card-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e2a38;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}


.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}
.category-overlay i{
  font-size: 50px;
  color: var(--secondary-color);
  opacity: 1;
  cursor: pointer;
}
.category-overlay i:hover{
  color: white;
}
#CanvasBags, #TableLamps, #Candleholder{
  background-color: white;
}
#stools .product-image {
  height: clamp(280px, 34vw, 400px) !important;
}
#chairs .product-image,
#leather-sofas .product-image {
  height: clamp(260px, 32vw, 380px) !important;
}

#chairs .product-image img,
#stools .product-image img,
#leather-sofas .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-chairs .product-intro-image,
body.page-stools .product-intro-image,
body.page-leather-sofas .product-intro-image {
  min-height: 280px;
  aspect-ratio: 4 / 3;
}

body.page-chairs .product-intro-image img,
body.page-stools .product-intro-image img,
body.page-leather-sofas .product-intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  #chairs .product-image,
  #stools .product-image,
  #leather-sofas .product-image {
    height: clamp(220px, 48vw, 300px) !important;
  }

  body.page-chairs .product-intro-image,
  body.page-stools .product-intro-image,
  body.page-leather-sofas .product-intro-image {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  body.page-chairs .product-intro-image img,
  body.page-stools .product-intro-image img,
  body.page-leather-sofas .product-intro-image img {
    min-height: 220px;
  }
}

@media (max-width: 480px) {
  #chairs .product-image,
  #stools .product-image,
  #leather-sofas .product-image {
    height: clamp(200px, 55vw, 260px) !important;
  }
}
#tables .product-image {
  height: clamp(260px, 32vw, 380px) !important;
}

#tables .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-tables .product-intro-image {
  min-height: 280px;
  aspect-ratio: 4 / 3;
}

body.page-tables .product-intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  #tables .product-image {
    height: clamp(220px, 48vw, 300px) !important;
  }

  body.page-tables .product-intro-image {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  body.page-tables .product-intro-image img {
    min-height: 220px;
  }
}

@media (max-width: 480px) {
  #tables .product-image {
    height: clamp(200px, 55vw, 260px) !important;
  }
}
.footer-bottom {
  border-top: 1px solid var(--background-color);
}
/* mobile css */
@media (max-width: 768px) {
  .footer-content {
    text-align: left;
  }
  .our-story .story-text h2::after {
  left: 40%;
  }
  .stats-grid {
  grid-template-columns: repeat(2, 1fr);
}
.product-price {
  text-align: center;
}
.category-grid {
  grid-template-columns: repeat(1, 1fr);
}
.category-section {
  opacity: 1 !important;
}

}

/* —— Infrastructure page (layout & polish) —— */
body.page-infrastructure {
  overflow-x: hidden;
}

/* Keep WhatsApp from covering long-form content on this page */
body.page-infrastructure .whatsapp-float {
  left: auto;
  right: 16px;
  transform: translateY(-50%);
}
body.page-infrastructure .whatsapp-float:hover,
body.page-infrastructure .whatsapp-float:focus {
  transform: translateY(-50%) scale(1.02);
}
@media (max-width: 700px) {
  body.page-infrastructure .whatsapp-float {
    left: auto;
    right: 16px;
    top: auto;
    bottom: 72px;
    transform: none;
  }
}

.page-infrastructure .section-header {
  margin-bottom: 3.25rem;
}

.page-infrastructure .section-header h2 {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  margin-bottom: 1rem;
}

.page-infrastructure .section-header p {
  font-size: 1.05rem;
  max-width: 640px;
}

.page-infrastructure .section-header::after {
  bottom: -14px;
}

/* Hero — full height, no clipping, calmer overlay */
.page-infrastructure .about-hero.infra-hero {
  overflow: visible;
  box-sizing: border-box;
  min-height: 85vh;
  padding: clamp(5.5rem, 14vh, 8.5rem) 0 clamp(3rem, 8vh, 5rem);
}

.page-infrastructure .infra-hero .hero-background {
  overflow: hidden;
}

.page-infrastructure .infra-hero .hero-background img {
  transform: scale(1.02);
}

.page-infrastructure .infra-hero .hero-overlay {
  background: linear-gradient(
    185deg,
    rgba(1, 32, 82, 0.35) 0%,
    rgba(1, 32, 82, 0.62) 48%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.page-infrastructure .infra-hero__content {
  max-width: 920px;
  padding: 0 1rem 2.75rem;
  margin: 0 auto;
}

.page-infrastructure .about-hero.infra-hero .hero-title {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.page-infrastructure .about-hero.infra-hero .hero-subtitle {
  margin-bottom: 0.25rem;
}

.infra-hero__subtitle {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.infra-hero-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-shadow: none;
}

.infra-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
}

.infra-hero__actions .btn {
  min-width: 200px;
}

.infra-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.75rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.infra-hero__trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.infra-hero__trust-item:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.infra-hero__trust-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(230, 240, 255, 0.95), rgba(131, 177, 234, 0.55));
  color: var(--primary-color);
  font-size: 1rem;
}

.infra-hero__trust-text {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.infra-hero__trust-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.infra-hero__trust-desc {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.infra-hero__curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(48px, 8vw, 88px);
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Overlap intro */
.page-infrastructure .infra-about {
  position: relative;
  z-index: 5;
  margin-top: clamp(-3.5rem, -6vw, -4.5rem);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(4rem, 10vw, 6rem);
  background: #ffffff;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -16px 50px rgba(1, 32, 82, 0.08);
}

.page-infrastructure .infra-about__grid {
  align-items: stretch;
  gap: clamp(2rem, 5vw, 4rem);
}

.page-infrastructure .infra-about .story-text h2 {
  margin-top: 0.35rem;
}

.infra-about__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin: 0 0 0.5rem;
}

.page-infrastructure .infra-about__media {
  position: relative;
  border-radius: 20px;
  align-self: center;
}

.infra-about__frame {
  position: absolute;
  inset: -10px;
  border-radius: 26px;
  border: 1px solid rgba(131, 177, 234, 0.35);
  pointer-events: none;
  z-index: 1;
}

.page-infrastructure .infra-about__media img {
  position: relative;
  z-index: 0;
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(1, 32, 82, 0.14);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.page-infrastructure .infra-about__media:hover img {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 36px 70px rgba(1, 32, 82, 0.18);
}

/* Highlights */
.infra-highlights {
  padding: clamp(4rem, 10vw, 6.5rem) 0;
  background: linear-gradient(180deg, #f4f7fc 0%, #eef3fb 45%, #ffffff 100%);
  border-top: 1px solid rgba(1, 32, 82, 0.06);
  border-bottom: 1px solid rgba(1, 32, 82, 0.06);
}

.infra-highlights__visual {
  margin: 0 auto 2.75rem;
  max-width: 1040px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(1, 32, 82, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.infra-highlights__visual img {
  width: 100%;
  height: clamp(200px, 28vw, 340px);
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.infra-highlights__visual:hover img {
  transform: scale(1.03);
}

.infra-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.2vw, 1.65rem);
  width: 100%;
}

@media (min-width: 1180px) {
  .infra-highlights__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.infra-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 1.85rem 1.6rem 1.75rem;
  border: 1px solid rgba(1, 32, 82, 0.07);
  box-shadow: 0 10px 36px rgba(1, 32, 82, 0.06);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.infra-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
  opacity: 0.85;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.infra-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(1, 32, 82, 0.12);
  border-color: rgba(131, 177, 234, 0.4);
}

.infra-card:hover::before {
  transform: scaleX(1);
}

.infra-card__num {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(1, 32, 82, 0.06);
  letter-spacing: -0.04em;
  user-select: none;
}

.infra-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(230, 240, 255, 0.95), rgba(131, 177, 234, 0.35));
  color: var(--primary-color);
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.infra-card h3 {
  font-size: 1.12rem;
  color: #1a1a1a;
  margin-bottom: 0.65rem;
  font-weight: 700;
  padding-right: 2.5rem;
}

.infra-card p {
  font-size: 0.96rem;
  line-height: 1.72;
  color: #555;
  margin: 0;
}

/* Quality band */
.infra-quality {
  padding: clamp(4rem, 10vw, 6.5rem) 0;
  background: #ffffff;
}

.page-infrastructure .infra-quality .section-header {
  margin-bottom: 2.5rem;
}

.infra-quality__board {
  background: linear-gradient(145deg, #f8fafc 0%, #eef3fb 55%, #e8eef8 100%);
  border-radius: 24px;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid rgba(1, 32, 82, 0.08);
  box-shadow: 0 16px 48px rgba(1, 32, 82, 0.07);
}

.infra-quality__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: center;
}

.infra-quality__text {
  max-width: 36rem;
}

.infra-quality__lead {
  font-size: 1.08rem;
  line-height: 1.78;
  color: #3d3d3d;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.infra-quality__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.infra-quality__list li {
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
  border-bottom: 1px solid rgba(1, 32, 82, 0.08);
  font-size: 0.98rem;
  line-height: 1.62;
  color: #444;
}

.infra-quality__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.infra-quality__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  box-shadow: 0 0 0 3px rgba(131, 177, 234, 0.25);
}

.infra-quality__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(1, 32, 82, 0.15);
}

.infra-quality__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.infra-quality__media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.55s ease;
}

.infra-quality__media:hover img {
  transform: scale(1.03);
}

/* Gallery — reliable 2×2 grid (all four images visible) */
.infra-gallery {
  padding: clamp(4rem, 10vw, 6.5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
}

.infra-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.infra-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(1, 32, 82, 0.11);
  background: #0a1633;
  aspect-ratio: 4 / 3;
  min-height: 220px;
}

.infra-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.infra-gallery__item:hover img {
  transform: scale(1.06);
}

.infra-gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(1, 32, 82, 0.05) 30%, rgba(1, 32, 82, 0.9) 100%);
  letter-spacing: 0.02em;
}

.infra-gallery__item figcaption span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(131, 177, 234, 0.85);
}

/* Why choose — balanced 2×2 cards */
.infra-why {
  padding: clamp(4rem, 10vw, 6.5rem) 0 clamp(4.5rem, 11vw, 7rem);
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}

.infra-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.infra-why__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.85rem 1.35rem 1.75rem;
  border-radius: 20px;
  border: 1px solid rgba(1, 32, 82, 0.08);
  background: #fff;
  box-shadow: 0 10px 32px rgba(1, 32, 82, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.infra-why__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(1, 32, 82, 0.11);
  border-color: rgba(131, 177, 234, 0.38);
}

.infra-why__icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(230, 240, 255, 0.98), rgba(131, 177, 234, 0.45));
  color: var(--primary-color);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.infra-why__body h3 {
  font-size: 1.1rem;
  color: #1a1a1a;
  margin: 0 0 0.55rem;
  font-weight: 700;
}

.infra-why__body p {
  font-size: 0.95rem;
  line-height: 1.68;
  color: #555;
  margin: 0;
}

.page-infrastructure .cta {
  padding: clamp(4.5rem, 10vw, 6.5rem) 0;
}

.page-infrastructure .cta-content h2 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
}

.page-infrastructure .cta-content p {
  font-size: 1.1rem;
}

@media (max-width: 1100px) {
  .infra-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .infra-hero__trust {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .infra-gallery__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .infra-gallery__item {
    aspect-ratio: 16 / 10;
    min-height: 240px;
  }
}

@media (max-width: 900px) {
  .infra-quality__wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .infra-quality__text {
    max-width: none;
    text-align: center;
  }

  .infra-quality__list {
    text-align: left;
    max-width: 32rem;
    margin: 0 auto;
  }

  .infra-quality__media {
    order: -1;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-infrastructure .about-hero.infra-hero {
    min-height: auto;
    padding: clamp(5rem, 18vw, 6.5rem) 0 clamp(2.5rem, 8vw, 3.5rem);
  }

  .page-infrastructure .about-hero .hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-infrastructure .about-hero .hero-subtitle {
    font-size: 1.02rem;
  }

  .infra-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .infra-hero__actions .btn {
    width: 100%;
    max-width: 320px;
  }

  .page-infrastructure .infra-about {
    margin-top: -2rem;
    border-radius: 22px 22px 0 0;
    padding: 2.75rem 0 3.25rem;
  }

  .infra-highlights,
  .infra-quality,
  .infra-gallery,
  .infra-why {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .infra-highlights__grid {
    grid-template-columns: 1fr;
  }

  .infra-why__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .infra-hero-kicker {
    letter-spacing: 0.14em;
    font-size: 0.68rem;
  }

  .infra-card__num {
    font-size: 1.85rem;
    top: 0.85rem;
    right: 0.85rem;
  }
}

/* Site address — footer & contact */
.site-address {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  line-height: 1.65;
  max-width: 100%;
}

.site-address i {
  margin-top: 0.2rem;
  flex-shrink: 0;
  opacity: 0.95;
}

.site-address span {
  display: block;
  margin: 0;
}

.contact-address-text {
  line-height: 1.65;
  max-width: 100%;
  margin: 0 auto;
  color: inherit;
}

.footer-section .site-address {
  margin-top: 0.35rem;
}

/* Home hero — slider headline / sub-headline readability */
#home.hero .hero-content {
  max-width: min(960px, 94vw);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#home.hero .hero-title {
  font-size: clamp(1.85rem, 4.2vw, 3.35rem);
  line-height: 1.18;
  margin-bottom: 1.15rem;
}

#home.hero .hero-subtitle {
  font-size: clamp(1rem, 2.15vw, 1.35rem);
  line-height: 1.55;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
}

@media (max-width: 768px) {
  #home.hero .hero-title {
    font-size: clamp(1.65rem, 5.5vw, 2.35rem);
  }
  #home.hero .hero-subtitle {
    font-size: 1.05rem;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  #home.hero .hero-title {
    font-size: 1.55rem;
  }
  #home.hero .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.5;
  }
}

/* Home — trust strip (below hero, above highlights / products) */
.trust-strip {
  position: relative;
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 45%, #fafbfc 100%);
  border-top: 1px solid rgba(1, 32, 82, 0.07);
  border-bottom: 1px solid rgba(1, 32, 82, 0.06);
  overflow: hidden;
}

.trust-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(131, 177, 234, 0.55), rgba(1, 32, 82, 0.35), rgba(131, 177, 234, 0.55), transparent);
  pointer-events: none;
}

.trust-strip__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.trust-strip__head h2 {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.25;
}

.trust-strip__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.85rem, 2vw, 1.25rem);
  align-items: stretch;
}

.trust-strip__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  padding: clamp(1.15rem, 2.2vw, 1.5rem) 1rem;
  background: #ffffff;
  border: 1px solid rgba(1, 32, 82, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(1, 32, 82, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.trust-strip__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(1, 32, 82, 0.1);
  border-color: rgba(131, 177, 234, 0.45);
}

.trust-strip__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--primary-color);
  background: linear-gradient(145deg, #e8f1ff 0%, #d4e5ff 100%);
  box-shadow: inset 0 0 0 2px #fff, 0 4px 12px rgba(1, 32, 82, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.trust-strip__card:hover .trust-strip__icon {
  transform: scale(1.06);
  color: #0a2a6b;
  background: linear-gradient(145deg, #dce9ff 0%, #c5dafb 100%);
}

.trust-strip__label {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-size: clamp(0.92rem, 1.35vw, 1.05rem);
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

@media (max-width: 1024px) {
  .trust-strip__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip__card {
    padding: 1.1rem 0.85rem;
  }

  .trust-strip__icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }
}

@media (max-width: 420px) {
  .trust-strip__grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-strip__card {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
  }

  .trust-strip__icon {
    flex-shrink: 0;
  }
}

/* About page — Our Story (narrative) */
body.page-about .our-story--narrative {
  padding: clamp(4.5rem, 10vw, 6.5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 55%, #f4f7fb 100%);
  border-bottom: 1px solid rgba(1, 32, 82, 0.06);
}

body.page-about .our-story--narrative .container {
  max-width: 1140px;
}

body.page-about .our-story__head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

body.page-about .our-story__eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin: 0 0 0.65rem;
}

body.page-about .our-story__head h2 {
  font-size: clamp(2rem, 4vw, 2.65rem);
  color: #1a1a1a;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}

body.page-about .our-story__head h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
  border-radius: 2px;
}

body.page-about .our-story__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: start;
}

body.page-about .our-story__layout--text-only {
  grid-template-columns: 1fr;
  max-width: 52rem;
  margin: 0 auto;
}

body.page-about .our-story__photo {
  margin: 0;
  position: sticky;
  top: 100px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(1, 32, 82, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: linear-gradient(145deg, #eef3fb, #e2eaf8);
}

body.page-about .our-story__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transition: transform 0.55s ease;
}

body.page-about .our-story__photo:hover img {
  transform: scale(1.03);
}

body.page-about .our-story__body {
  padding: 0.25rem 0 0;
}

body.page-about .our-story__body > p {
  font-size: 1.05rem;
  line-height: 1.82;
  color: #444;
  margin: 0 0 1.35rem;
  max-width: 52rem;
}

body.page-about .our-story__lead {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #222;
  font-weight: 600;
  margin-bottom: 1.75rem !important;
}

body.page-about .our-story__outro {
  margin-top: 2.25rem;
  padding: 1.75rem 1.5rem 1.65rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(1, 32, 82, 0.04) 0%, rgba(131, 177, 234, 0.12) 100%);
  border-left: 4px solid var(--secondary-color);
  box-shadow: 0 10px 30px rgba(1, 32, 82, 0.06);
}

body.page-about .our-story__outro p {
  margin: 0 0 0.5rem !important;
  font-size: 1.08rem;
  font-weight: 600;
  color: #1a1a1a;
}

body.page-about .our-story__outro-line {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  color: #333 !important;
  font-size: 1.05rem !important;
}

@media (max-width: 992px) {
  body.page-about .our-story__layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  body.page-about .our-story__photo {
    position: relative;
    top: auto;
    max-width: 420px;
    margin: 0 auto;
  }

  body.page-about .our-story__body > p,
  body.page-about .our-story__lead {
    max-width: none;
  }
}

@media (max-width: 576px) {
  body.page-about .our-story--narrative {
    padding: 3.25rem 0;
  }

  body.page-about .our-story__body > p {
    font-size: 1rem;
  }

  body.page-about .our-story__lead {
    font-size: 1.08rem;
  }
}