:root {
  --primary-h1: 46px;
  --primary-h2: 38px;
  --primary-h3: 24px;
  --primary-h4: 20px;

  --primary-p: 16px;

  --primary-heading-color: #002d49;
  --primary-heading-color2: #0099dd;

  --underline-color: #d0efff;
  --text-color: #777;
  --text-color2: #9ca3af;

  --font-weight: 600;
}

* {
  font-family: "Montserrat", sans-serif;
}

.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-8 {
  padding: 20px 0;
}

.pt-5 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.span-title {
  font-size: 16px;
  color: #b3b3b3;
}

.pt-20 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.section-head {
  margin-bottom: 20px;
  text-align: center;
}

.section-head h2 {
  font-size: var(--primary-h2);
  margin: 10px 0;
  font-weight: var(--font-weight);
  color: var(--primary-heading-color);
}

.section-head h2 span {
  color: var(--primary-heading-color2);
  display: inline-block;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

.section-head p {
  color: var(--text-color);
  font-size: var(--primary-p);
}

/* ===================== Hero Section =============== */
.bwc-hero {
  background: linear-gradient(180deg, #002d49 0%, #021b2c 100%);
  overflow: hidden;
}

.bwc-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9ddcff;
  padding: 18px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.desc-wrapper {
  position: relative;
  padding-left: 20px;
}

.desc-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 90%;
  background: var(--primary-heading-color2);
}

.bwc-title {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  /* margin-bottom: 24px; */
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bwc-title span {
  color: var(--primary-heading-color2);
}

.bwc-desc {
  font-size: var(--primary-p);
  line-height: 1.5;
  color: var(--text-color2);
  text-align: justify;
}

/* Image Styling */
.bwc-visual {
  position: relative;
}

.bwc-image-frame {
  position: relative;
  padding: 80px;
}

.bwc-image-frame img {
  width: 100%;
  display: block;
}

/* ============================= Key features =============== */
/* Cards */
.bg10 {
  position: relative;
  overflow: hidden;
}

.bg10::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../new-img/background-img12.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment:fixed ;

  opacity: 0.7;
  filter: blur(2px);

  z-index: -1;
}

.das-card {
  background: #d0efff8f;
  color: #333;
  padding: 40px 20px;
  border-radius: 14px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.das-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(77, 184, 255, 0.25),
    transparent
  );
  transition: all 0.6s ease;
}

.das-card:hover:before {
  left: 100%;
}

.das-card:hover {
  transform: translateY(-10px);
}

/* Icon */
.das-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4db8ff, #007bff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.das-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.das-card p {
  font-size: 14px;
  color: #666;
}

/* ================ Application Section ============ */

/* Image Box */
.app-image-box {
  position: relative;
  display: inline-block;
}

/* Content Cards */
.app-card {
  background: var(--primary-heading-color);
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 25px;
}

.app-card h4 {
  font-size: var(--primary-h4);
  margin-bottom: 15px;
  color: #4db8ff;
}

/* Highlight Card */
.app-card.highlight {
  border-left: 4px solid #4db8ff;
}

/* Tags */
.app-tags {
  margin-bottom: 15px;
}

.app-tags span {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(77, 184, 255, 0.15);
  color: #cfe9ff;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 6px 8px 0;
}

.app-card p {
  color: #d6e0ea;
  font-size: 15px;
  line-height: 1.7;
}

/* ===================== Our Product ================= */
/* Products Section – Modern Panels */
.products-section-modern {
  background: #f0f3f8;
}

/* Panels Grid */
/* Individual Panel */
.product-panel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: transform 0.4s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.product-panel:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}

/* Product Image Container */
.product-img {
  width: 100%;
  height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;     
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #f9f9f9; 
}

.product-img img {
  max-width: 80%;  
  max-height: 100%; 
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}

.product-panel:hover .product-img img {
  transform: scale(1.08);
}


/* Overlay Text */
.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 29, 51, 0.85); /* semi-transparent dark overlay */
  color: #fff;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.product-panel:hover .product-overlay {
  transform: translateY(0);
}

/* Overlay Content */
.product-overlay h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #4db8ff;
}

.product-overlay p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product-overlay a {
  color: #4db8ff;
  text-decoration: none;
  font-weight: 600;
}

.product-overlay a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .bwc-title {
    font-size: 32px;
  }

  .bwc-hero {
    padding: 60px 0;
  }
}