/* Subbanner */

.sub-banner {
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Background image */
.sub-banner-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Text on top of image */
.sub-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sub-banner h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.sub-banner p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

@media (max-width: 768px) {
  .sub-banner-img {
    height: 210px;
  }
  .sub-banner h1 {
    font-size: 26px;
  }
}

/* About the company starts */


/* LEFT VISUAL WRAPPER */
.left-visual-wrap {
    position: relative;
    width: 100%;
    min-height: 380px;
}

/* Blue polygon background (exact reference shape) */
.blue-shape {
    position: absolute;
    inset: 0 auto 0 0;
    width: 75%;
    background: #808080;

    clip-path: polygon(
        0 0,
        88% 0,
        100% 50%,
        88% 100%,
        0 100%
    );
}

/* White image card */
.image-card {
    position: relative;
    margin-left: 40px;
    margin-top: 30px;
    background: #fff;
    padding: 12px;
    width: 100%;
    height: auto;
}

.image-card img {
    height: auto;
    display: block;
}

/* RIGHT CONTENT */
.about-content {
    padding: 35px;
}

/* Small label */
.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1e73be;
    margin-bottom: 8px;
}

/* Heading */
.about-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2B1E16;
}

/* Description */
.about-desc {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    text-align: justify;
}

/* Points */
.about-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.point-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 16px;
    border-radius: 4px;
}


.point-icon {
    width: 36px;
    height: 36px;
    background: #5c4133;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.point-box h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
}

.point-box p {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

/* MOBILE HANDLING */
@media (max-width: 991px) {
    .left-visual-wrap {
        min-height: auto;
    }

    .blue-shape {
        display: none;
    }

    .image-card {
        margin: 0;
    }
}

/* why choose us starts */
.why-choose-section {
    background: #fff5e6;
    padding: 30px;
}

/* Info cards */
.info-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border-radius: 10px;
}

.info-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.info-card p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

/* Divider line */
.card-line {
    width: 40px;
    height: 2px;
    background: #2B1E16;
    margin: 10px 0;
}

/* Highlight numbers */
.highlight {
    font-size: 20px;
    font-weight: 700;
    color: #2B1E16;
    margin-bottom: 5px;
}

.small-text {
    font-size: 14px;
    color: #555;
}

/* Rating */
.rating {
    margin-top: 10px;
    font-size: 14px;
}

/* Center mosaic */
.mosaic-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
    overflow: hidden;
}

.mosaic-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center text */
.mosaic-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
}

/* Center button */
.mosaic-btn {
    font-size: 12px;
    padding: 8px 16px;
    letter-spacing: 0.5px;
}

/* What makes us unique starts */

/* Left content */
.feature-content {
    padding-right: 20px;
}

/* Badge */
.badge-tag {
    display: inline-block;
    background: #e9f1ff;
    color: #1e73be;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

/* Heading */
.feature-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Description */
.feature-desc {
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
     font-weight: 500;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.feature-list li img {
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #896b4c;
    filter: brightness(0) saturate(100%);
}


.feature-image-wrap {
    padding: 16px;
    border-radius: 18px;
    width: 80%;
    height: auto;
}

.feature-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .feature-content {
        padding-right: 0;
    }
}


/* Our working process starts */

.swot-section {
  background: #fff5e6;
  padding: 30px;
}

.swot-wrapper {
  position: relative;
  margin-top: 30px;
}

/* Item spacing */
.swot-item {
  position: relative;
  max-width: 260px;
}

/* Zig-zag vertical offset */
.swot-item.up {
  margin-bottom: 70px;
}

.swot-item.down {
  margin-top: 70px;
}

/* Text */
.swot-item h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.swot-item p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: justify;
}

/* Arrow + number image holder */
/* Arrow container */
.arrow-box {
  position: relative;
  display: inline-block;
}

/* Center number on arrow */
.arrow-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  color: #fff;              /* change if needed */
  pointer-events: none;
}


/* Number image */
.num-img {
    width: 120px;
    display: block;
    margin: 0 auto;
}


/* Mobile fix */
@media (max-width: 991px) {
  .swot-item.up,
  .swot-item.down {
    margin: 10px auto;
  }
}



/* Our vision,mission starts */

/* ===============================
   Vision & Mission Section
   =============================== */



/* Row spacing */
.vision-mission-row {
  gap: 30px;
}

/* ===============================
   Box Base
   =============================== */

.vision-mission-box {
  position: relative;
  padding: 35px 25px;
  border-radius: 32px;
  background: #ffffff;
  min-height: 260px;
  text-align: center;
  z-index: 1;
}

/* ===============================
   Gradient Stroke (Border)
   =============================== */

.vision-mission-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--vm-color),
    rgba(255, 255, 255, 0.45),
    var(--vm-color)
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;
}

/* ===============================
   Soft Glow Shadow
   =============================== */

.vision-mission-box::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 42px;
  background: var(--vm-color);
  opacity: 0.12;
  filter: blur(20px);
  z-index: -2;
}

/* ===============================
   Icons
   =============================== */

.vision-mission-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* ===============================
   Typography
   =============================== */

.vision-mission-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}

.vision-mission-box p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    text-align: justify;
    font-weight: 500;
}
/* ===============================
   Color Variants
   =============================== */

.vision-mission-box.red {
  --vm-color: #f87171;
}

.vision-mission-box.orange {
  --vm-color: #fb923c;
}

.vision-mission-box.blue {
  --vm-color: #6366f1;
}

/* ===============================
   Arrow Connectors
   =============================== */

.vision-mission-arrow.right {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 30px;
  height: 2px;
  background: #cfcfcf;
}

.vision-mission-arrow.right::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  border-left: 6px solid #cfcfcf;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* ===============================
   Responsive
   =============================== */

@media (max-width: 991px) {
  .vision-mission-arrow.right {
    display: none;
  }

  .vision-mission-box {
    margin-bottom: 0px;
  }

  .vision-mission-box::after {
    inset: -10px;
    filter: blur(14px);
  }
}


/* Brands starts */

/* Section Header */
.brands-header {
    max-width: 820px;
    margin: 0 auto 60px;
}

.brands-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1c1a17;
    margin-bottom: 12px;
}

.brands-header p {
    font-size: 17px;
    color: #52453a;
    line-height: 1.7;
}

/* Brand List */
.brands-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.brand-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 15px;
    background: #ffffff;
    border-radius: 14px;
    margin: auto;
    overflow: hidden;
    justify-content: center;
}


/* Brand Image */
.brand-image {
    flex: 0 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-image img {
    width: 100%;
    background: #fafafa;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e2dfdd;
}

/* Brand Content */
.brand-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

.brand-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #806652;
    background: #f5f2ef;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.brand-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #52453a;
    max-width: 760px;
}

@media (max-width: 768px) {

    .brand-card {
        flex-direction: column;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .brand-image {
        max-width: 100%;
        margin: 0 auto;
    }

    .brand-content p {
        max-width: 100%;
    }
}



/* industries1 starts */



/* Wrapper */
.brand-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

/* Left content */
.brand-content {
    background: #FFFFFF;
    color: #000;
    padding: 40px;
    height: 100%;
    border-radius: 10px;
    box-shadow:
        0 4px 12px rgba(43, 30, 22, 0.22),
        0 6px 18px rgba(107, 74, 45, 0.22),
        0 8px 24px rgba(201, 165, 107, 0.22);
}

.brand-content h5 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 15px;
  color: #000;
}

.brand-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
   font-weight: 500;
  text-align: justify;
}

/* Right image */
.brand-image {
  height: 100%;
  width: 100%;
}

.brand-image img {
  width: 100%;
  height: 100%;              /* ✅ MATCH HEIGHT */
  object-fit: cover;         /* ✅ NO DISTORTION */
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .brand-content {
    padding: 15px;
  }

  .brand-image img {
    height: auto; /* natural height on mobile */
  }
}


/* industries2 starts */

/* Section */
.electrical-section {
  background: #f5f5f5;
  padding: 30px;
}

/* Image wrapper with background shape */
.electrical-image-wrapper {
  position: relative;
  padding: 20px;
}

.electrical-image-wrapper::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 85%;
    height: 100%;
    background: #808080;
    border-radius: 14px;
    z-index: 0;
    transform: rotate(0deg);
    transform-origin: center;
}


/* Image */
.electrical-image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}


/* Content */
.electrical-content {
  padding-left: 30px;
}

.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #e11d2e;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.electrical-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}


.electrical-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  font-weight: 500;
  text-align: justify;
}

/* Feature points */
.feature-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.feature-point .icon {
    width: 50px;
    height: auto;
    background: #808080;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}

.feature-point h6 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
}

.feature-point span {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-align: justify;
}

/* Responsive */
@media (max-width: 991px) {
  .electrical-content {
    padding-left: 0;
  }

  .electrical-content h2 {
    font-size: 28px;
  }
}


/* industries3 starts */

.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}
.space, .space-bottom {
    padding-bottom: 120px;
}
.space, .space-top {
    padding-top: 120px;
}
.why-bg-smoke-shape {
    width: calc(1220px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 302px;
    background: #fff5e6;
}
.shape-mockup {
    position: absolute;
    z-index: -1;
}
.client-review-wrap {
    line-height: 26px;
    /* max-width: 465px; */
    margin-bottom: 34px;
    margin-top: 30px;
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
}
.client-review-wrap .star-rating {
    margin-bottom: 8px;
}
.star-rating{
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-weight: 300;
    font-size: 14px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.client-review-wrap .star-rating span:before {
    color: #896b4c;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.client-review-wrap .star-rating span:before {
    color: #896b4c;
}
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #896b4c;
    letter-spacing: 3px;
    font-weight: 700;
}
.feature-box2 {
     background-color: var(--cleanin-black);
    padding: 35px 15px 25px 50px;
    margin-left: calc(-60px - 92px);
    position: relative;
    border-radius: 30px;
    /*height: 72%;*/
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .feature-box2 {
/*        background-color: #cda274;*/
        padding: 35px 15px 25px 50px;
        margin-left: calc(-60px - 92px);
        position: relative;
        border-radius: 30px;
        /*height: 77%;*/
    }
}

.single-feature-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 340px;
}

.bannn {
    border-radius: 30px;
}

.box-title {
    font-size: 23px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.media-body p {
    margin-bottom: 0 !important;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}


.excellence{padding:60px 0;}
.excellence .title{font-weight:800; font-size:42px; text-align:center; margin-bottom:28px; color:var(--heading);}
.excellence .subtitle {
    color: #000;
    font-weight: 500;
    line-height: 1.5;
}
.excellence .feature-list{list-style:none; padding:0; margin:0;}
.feature-item{display:flex; gap:20px; align-items:flex-start; margin-bottom:28px;}
.icon-circle{min-width:50px; height:50px; border-radius:50%; background:var(--cleanin-black); display:flex; align-items:center; justify-content:center; color:#fff; font-size:20px; box-shadow:0 2px 0 rgba(0,0,0,0.06);}
.feature-text h5{margin:0; font-size:16px; font-weight:700;}
.feature-text p{margin:6px 0 0; color:#4b4238;}


/* Image card */
.img-card{background:#fff; border-radius:18px; overflow:hidden; display:block; box-shadow:0 8px 24px rgba(0,0,0,0.06);}
.img-card img{width:100%; height:100%; object-fit:cover; display:block;}


/* responsive tweaks */
@media (max-width:991px){
.excellence{padding:40px 0;}
.excellence .title{font-size:30px}
.icon-circle{min-width:56px; height:56px}
}


 .sec-heading {
      text-align: center;
      font-size: 38px;
      font-weight: 800;
      margin-bottom: 45px;
      color: var(--text-dark);
    }

    /* Step card */
    .step-card {
      border-radius: 22px;
      padding: 0;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      height: 220px;
    }

    /* Step image */
    .step-image {
      width: 45%;
      height: 100%;
      overflow: hidden;
      border-top-left-radius: 22px;
      border-bottom-left-radius: 22px;
    }

    .step-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Step content */
    .step-content {
      padding: 30px;
      width: 55%;
    }

    .step-content h4 {
      font-size: 22px;
      font-weight: 800;
      margin-bottom: 10px;
      color: #000;
    }

    .step-content p {
      font-size: 15px;
      color: #000;
      margin-bottom: 18px;
    }

    .contact-link {
      font-weight: 700;
      color: #000;
      text-decoration: none;
      display: inline-flex;
      gap: 6px;
      font-size: 14px;
    }

    /* Icon inside circle */
    .step-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: var(--accent);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 32px;
      position: absolute;
      left: 40%;
      top: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .step-card {
        height: auto;
        flex-direction: column;
      }
      .step-image {
        width: 100%;
        height: 200px;
        border-radius: 22px 22px 0 0;
      }
      .step-content {
        width: 100%;
        padding: 22px;
      }
      .step-icon {
        left: 50%;
        top: 200px;
        transform: translate(-50%, -50%);
      }
    }
.feature-box2 {
    background-color: #000;
    padding: 15px 15px 15px 50px;
    margin-left: calc(-60px - 92px);
    position: relative;
    border-radius: 30px;
    background-image: url(../images/bg.jpg);
    height: fit-content;
}

























































































/* Contact us */

.section-title1 {
	 font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    color: #2B1E16;
}
.contact-info-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 5px 0;
}

/* ICON WRAPPER */
.contact-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-shrink: 0;
    border: 1px solid #808080;
}

.contact-icon-light, .contact-icon-soft {
    background: #fff !important;
    color: #fff !important;
     border: 1px solid #896b4c;
}

/* ICON INSIDE */
.contact-icon-wrap img {
	width: 30px;
	height: 30px;
    line-height: 1 !important;
}

/* RIGHT SIDE TEXTS */
.contact-text-block {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

/* TITLE (Our Address, Our Phone...) */
.contact-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

/* DESCRIPTION BELOW TITLE */
.contact-info-text {
    font-size: 18px;
    color: #000;
     font-weight: 500;
}

.contact-text-block a {
    text-decoration: none;
}
/* ============================
   SOCIAL ICONS
===============================*/

.contact-social a {
    text-decoration: none;
}

.social-square {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #5c4133;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: 0.2s ease;
}

.social-square:hover {
    background: #C9A56B;
    color: #000;
}

/* ============================
   FORM CARD
===============================*/

.contact-form-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #16273F;
}

.contact-input {
    border-radius: 10px;
    border-color: #16273F;
    font-size: 18px;
    padding: 10px 12px;
     font-weight: 500;
}

.contact-input:focus {
    box-shadow: none;
    border-color: #111827;
}

/* FOR THE TEXTAREA HEIGHT FIXED + SCROLL */
.contact-input[name="message"] {
    min-height: 140px;
    resize: vertical;
    font-size: 18px;
}

/* SUBMIT BUTTON */
.contact-btn {
    background: #16273F;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 25px;
    width: auto !important;   
    border: none;
}


.contact-btn:hover {
    background: #16273F;
    color: #ffffff;
}

/* ============================
   MAP AREA
===============================*/
.contact-map-wrapper {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.contact-btn {
    background: #5c4133 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 8px 25px !important;
    width: auto !important;
    border: none;
}
.contact-btn:hover {
    background: #C9A56B !important;
    color: #000 !important;
}

/* industries4 starts */

.industries4 {
    background: #f5f5f5;
    padding: 30px;
}

.image-card {
    padding: 12px;
  }

.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.info-card.wide {
    background: #ffffff;
}

.info-card h5 {
    font-weight: 700;
    color: #2B1E16;
    margin-bottom: 8px;
    font-size: 20px;
}

.info-card p {
    color: #000;
    font-size: 18px;
    font-weight: 00;
    line-height: 1.6;
    margin-bottom: 0;
}
.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/*.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: 600;
}*/

/* industries5 starts */
/* Section */
.service-section {
  background: #ffffff;
}

/* Left text */
.service-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-text {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Button */
.btn-service {
  background: #ff7a1a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.btn-service:hover {
  background: #e66b14;
  color: #fff;
}

/* Image layout */
.service-images {
  background: #f5f5f5;
  padding: 14px;
  border-radius: 18px;
  display: flex;
  gap: 12px;
}

.service-images img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.img-main {
  width: 60%;
}

.img-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Features */
.service-feature {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
}

.service-feature h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.service-feature p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

/* Icon */
.icon-circle {
  width: 46px;
  height: 46px;
  background: #fff3ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7a1a;
  font-size: 20px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .service-images {
    flex-direction: column;
  }

  .img-main,
  .img-right {
    width: 100%;
  }

  .img-right {
    flex-direction: row;
  }
}



/* industries6 starts */

.diamond-feature-section {
    background: #f5f5f5;
    padding: 50px;
}

/* LEFT */
.feature-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2B1E16;
}

.feature-text {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

/* Points */
.feature-points .point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature-points .point span {
    width: 42px;
    height: 42px;
    min-width: 42px;              /* prevents shrinking */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;              /* ideal for unicode icons */
    font-weight: 600;
    color: #000;

    background: #808080;          /* subtle professional bg */
    margin-right: 15px;
}

.feature-points h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    color: #000;
}

/* RIGHT DIAMOND */
.diamond-bg {
    position: absolute;
    width: 350px;
    height: 350px;

    /* Image instead of color */
    background-image: url("../images/industry6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: rotate(0deg);
    top: 50%;
    right: -80px;
    transform-origin: center;
    translate: 0 -50%;

    opacity: 0.5;   /* adjust for softness */
    z-index: 1;
}


.diamond-image {
    width: 320px;
    height: 320px;
    margin: auto;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}

.diamond-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.2);
}

/* Button */
.diamond-feature-section .btn {
    padding: 12px 36px;
    font-weight: 600;
    border-radius: 50px;
}

.point p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}


.vision-mission-icon img {
  width: 50px;        /* adjust as needed */
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.single-feature-box_icon img {
    width: 30px;
    height: 30px;
}

.description  {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Products page */

.products-scroll-wrapper {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
}
.products-scroll-wrapper::-webkit-scrollbar { display: none; }

#productScroller {
    display: flex;
    gap: 30px;
    overflow: hidden;  /* hide overflowing cards */
    scroll-behavior: smooth;
    width: calc((100% - 30px * 3)); /* fit 4 cards exactly with 3 gaps */
}

.product-link {
    flex: 0 0 calc((100% - 30px * 3) / 4); /* 4 cards visible */
    box-sizing: border-box;
}


/* ACTIVE = ZOOM IN */
.product-link.active {
    transform: scale(1.05);      /* ⬅ BIG zoom in */
    z-index: 5;
}

/* Card */
.product-card {
    /*width: 350px;*/
    min-height: 420px;
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    border: 1px solid #808080;
    text-align: center;
}

/* Image */
.product-img {
    height: 200px;             /* ⬅ taller image */
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 16px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Text */
.product-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1a17;
}
.product-card p {
    font-size: 18px;
    color: #444;
    margin: 8px 0 14px;
}

/* Button */
.product-btn {
    border: 1px solid #5c4133;
    padding: 6px 16px;
    font-size: 18px;
    color: #fff;
    background: #5c4133;
    border-radius: 10px;
    font-weight: 500;
}

.product-btn:hover {
    background: #C9A56B;
    color: #000;
}

/* Arrows */
.scroll-btn {
    position: absolute;
    top: 58%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #896b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.scroll-btn.left { 
    left: -55px;
     }
.scroll-btn.right {
    right: 40px;
}

.products-scroll-wrapper {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}
.products-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.products-scroll-wrapper a {
    text-decoration: none;
}

/* new css on  27.01.26 */
/*.contact-strip {
    display: none !important;
}*/