
	.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0% !important;
    margin-right: 0px;
    width: 160px !important;
    height: 90px;
    position: relative;
    z-index: 9;
}



.product-card h6 {
    font-size: 30px;
    text-align: center;
}
.rdmrbtn {
     display: inline-block;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  left: 28%;
  transform: translateX(-100%);
}


.is-fixed .logo-header img {
    max-width: 64%;
    height: auto;
    margin-left: -96%;
}

.logo-header img {
    max-width: 72%;
    height: auto;
    margin-left: -102%;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.header-curve .logo-header:before {
    right: 130% !important;
    width: 70% !important;
    transform: skew(360deg);
}

@media only screen and (max-width: 1366px) {
    .logo-header img {
        margin-left: -50px !important;
        width: 100% !important;
    }
}

.header-nav .nav.nav-style > li > a {
    font-size: 18px !important;
}

/* Styles for fixed header */
.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Adjust logo curve and image when header is fixed */
.is-fixed .header-curve .logo-header:before {
    right: 60% !important;
    width: 100% !important;
    transform: skew(30deg);
}





/*.logo-header img {
    max-width: 70%;
    height: auto;
    margin-left: -50px;
}*/


/* Mobile only */
@media (max-width: 768px) {
      .header-curve .logo-header:before {
        right: 60% !important;
        width: 70% !important;
        transform: skew(360deg);
    }
}


.header-curve .logo-header:after {
    right: -159px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/header-curv.png);
    width: 130px;
    background-size: cover;
}
.carousel-inner {
    height: 520px; /* slider height */
}

.carousel-img-wrapper {
    height: 100%;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
}

.carousel-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;      /* keep aspect ratio */
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: red;        /* solid red background */
  border-radius: 50%;           /* make them round */
  width: 40px;
  height: 40px;
  background-size: 60% 60%;     /* resize arrow */
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0l-4 4 4 4V0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0l4 4-4 4V0z'/%3E%3C/svg%3E");
}

.product-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card img {
  width: 100%;
  height: 250px;          /* fixed height for all images */
  object-fit: cover;      /* cover = crop, contain = fit with gap */
  display: block;
}

.dlab-post-info {
  padding: 15px;
  flex-grow: 1;           /* makes all text areas align bottom */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-box {
  margin-bottom: 20px; /* adjust as needed */
}
.me-2 {
    margin-right: .5rem!important;
}
.testimonial-wrapper {
    position: relative;
    margin-top: 25px;
}
.customer-header {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
    background: #ffffff;
    border-radius: 30px;
    padding: 0 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    min-width: 270px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.testimonial-wrapper:nth-child(1) .customer-photo {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}
.customer-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 4px solid #000;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.25);
    flex-shrink: 0;
}
.customer-info {
    padding-top: 15px;
}
.testimonial-card {
    height: 260px;
}
.testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    position: relative;
    height: 230px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 5rem;
    color: rgba(220, 53, 69, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}
.testimonial-text {
    height: 150px;
    overflow-y: auto;
}
.testimonial-text {
    color: #2c3e50;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 8%;
}
.customer-info {
    padding-top: 15px;
}
.customer-info h3 {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.1;
}
.customer-info p {
    color: #7f8c8d;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 1.2;
}
.popular-products-container {
    padding: 46px 0;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}
.product-card-custom {
    position: relative;
    overflow: hidden;
}
.product-card-custom {
    background: #F5F5F5;
    border-radius: 32px;
    transition: all 0.3s ease;
    position: relative;
    padding: 2rem;
}
.product-image {
    position: relative;
}
.product-image {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 31px;
    border-radius: 14px;
    padding: 2rem;
}
.product-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.logo-footer1 img {
    max-width: 200%;
    width: 30%;
    height: auto;
    background: #fff;
    border-radius: 0px;
    padding: 20px;
}
@media (max-width: 768px) {
  .logo-header .web_logo {
    width: 50% !important;
    height: auto; /* keeps aspect ratio */
    display: block; /* ensures no inline size overrides */
    max-width: 100%; /* avoids overflow */
  }
}
/* Mobile screens only */
@media (max-width: 768px) {
  .carousel-inner {
    height: auto !important;   /* let images define height */
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;   /* keep aspect ratio */
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    width: 28px;   /* smaller size */
    height: 28px;
    background-size: 50% 50%; /* scale arrow inside */
  }

  /* Adjust button position slightly inward */
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}
/* Tablets and smaller (<= 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .header-curve .logo-header:before {
    right: 46% !important;
    width: 70% !important;
    transform: skew(0deg);
  }

  .logo-header .web_logo {
    width: 75% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -20% !important;
}

  .carousel-inner {
    height: auto !important;
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 50% 50%;
  }

  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .header-curve .logo-header:before {
    right: 50% !important;
    width: 80% !important;
    transform: skew(0deg);
  }

  .logo-header .web_logo {
    width: 65% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -10% !important;
  }

  .carousel-inner {
    height: auto !important;
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: 50% 50%;
  }

  .carousel-control-prev {
    left: 8px;
  }
  .carousel-control-next {
    right: 8px;
  }
}

.product-section {
    padding: 20px 20px;
    background: #fff;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.product-card {
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    height: 100%;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    overflow: hidden;
    transition: 0.50s;
    
}
.product-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.rdmrbtn {
    width: 50% !important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 29px;
    border: 1px solid #fa2b2b;
    color: #fa2b2b;
    transition: 0.50s;
    margin-top: 10px;
     display: inline-block;
     font-size: 14px;
    margin-right: 10px;
}
.rdmrbtn i {
    margin-left: 5px;
}
.fa-solid, .fas {
    font-weight: 900;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.product-card h6 {
    font-weight: bold;
    margin: 37px 0 30px;
    transition: color 0.3s ease;
}
.grey_bg{
    background-color: #eee !important;
}

.widget-title:after {
    background-color: #ffffff !important;
}
.product-card img {
  width: 100%;
  height: 250px;          /* fixed height for all images */
  object-fit: cover;      /* cover = crop, contain = fit with gap */
  display: block;
}

.dlab-post-info {
  padding: 15px;
  flex-grow: 1;           /* makes all text areas align bottom */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-box {
  margin-bottom: 20px; /* adjust as needed */
}
.me-2 {
    margin-right: .5rem!important;
}
.testimonial-wrapper {
    position: relative;
    margin-top: 25px;
}
.customer-header {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
    background: #ffffff;
    border-radius: 30px;
    padding: 0 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    min-width: 270px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.testimonial-wrapper:nth-child(1) .customer-photo {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}
.customer-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 4px solid #000;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.25);
    flex-shrink: 0;
}
.customer-info {
    padding-top: 15px;
}
.testimonial-card {
    height: 260px;
}
.testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    position: relative;
    height: 230px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 5rem;
    color: rgba(220, 53, 69, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}
.testimonial-text {
    height: 150px;
    overflow-y: auto;
}
.testimonial-text {
    color: #2c3e50;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 8%;
}
.customer-info {
    padding-top: 15px;
}
.customer-info h3 {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.1;
}
.customer-info p {
    color: #7f8c8d;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 1.2;
}
.popular-products-container {
    padding: 46px 0;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}
.product-card-custom {
    position: relative;
    overflow: hidden;
}
.product-card-custom {
    background: #F5F5F5;
    border-radius: 32px;
    transition: all 0.3s ease;
    position: relative;
    padding: 2rem;
}
.product-image {
    position: relative;
}
.product-image {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 31px;
    border-radius: 14px;
    padding: 2rem;
}
.product-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.logo-footer1 img {
    max-width: 200%;
    width: 30%;
    height: auto;
    background: #fff;
    border-radius: 25px;
    padding: 20px;
}
@media (max-width: 768px) {
  .logo-header .web_logo {
    width: 50% !important;
    height: auto; /* keeps aspect ratio */
    display: block; /* ensures no inline size overrides */
    max-width: 100%; /* avoids overflow */
  }
}
/* Mobile screens only */
@media (max-width: 768px) {
  .carousel-inner {
    height: auto !important;   /* let images define height */
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;   /* keep aspect ratio */
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    width: 28px;   /* smaller size */
    height: 28px;
    background-size: 50% 50%; /* scale arrow inside */
  }

  /* Adjust button position slightly inward */
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}
/* Tablets and smaller (<= 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .header-curve .logo-header:before {
    right: 46% !important;
    width: 70% !important;
    transform: skew(0deg);
  }

  .logo-header .web_logo {
    width: 75% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -20% !important;
}

  .carousel-inner {
    height: auto !important;
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 50% 50%;
  }

  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}


.product-section {
    padding: 20px 20px;
    background: #fff;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.product-card {
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    height: 100%;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    overflow: hidden;
    transition: 0.50s;
    
}
.product-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.rdmrbtn {
    width: 50% !important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 29px;
    border: 1px solid #fa2b2b;
    color: #fa2b2b;
    transition: 0.50s;
    margin-top: 10px;
     display: inline-block;
     font-size: 14px;
    margin-right: 10px;
}
.rdmrbtn i {
    margin-left: 5px;
}
.fa-solid, .fas {
    font-weight: 900;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.product-card h6 {
    font-weight: bold;
    margin: 37px 0 30px;
    transition: color 0.3s ease;
}
.grey_bg{
    background-color: #eee !important;
}



.solar-img img {
    width: 100%;
    /* max-width: 100%; */
    /* height: auto; */
    max-height: 35%;
    /* object-fit: contain; */
    border-radius: 10px;
    box-shadow: 0 11px 15px #dc3545ba;
    background: #fff;
    padding: 10px;
    border: 2px solid #ff6b6b; 
}

.grey-table {
  width: 100%;
  background-color: #f5f5f5; /* grey background */
  border-collapse: collapse;
}

.grey-table th,
.grey-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* ---- wrapper & viewport ---- */
.neel-product-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 18px 48px;
  box-sizing: border-box;
  background: #fff;
}

/* arrow buttons */
.neel-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  border: none;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neel-slider-btn.neel-prev { left: 12px; }
.neel-slider-btn.neel-next { right: 12px; }

/* viewport that scrolls */
.neel-product-slider-viewport {
  overflow-x: hidden;
  width: 100%;
  outline: none;
}

/* track (flex row) */
.neel-product-slider-track {
  display: flex;
  align-items: stretch;
  gap: 20px;                /* space between cards */
  will-change: scroll-left;
}

/* each card */
.neel-slide {
  flex: 0 0 260px;         /* change card width here */
  box-sizing: border-box;
}
.neel-slide-inner {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border: 2px solid rgba(255,107,107,0.08); /* subtle red outline */
  min-height: 320px;       /* ensures space for image+name+btn */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* image styling */
.neel-slide img {
  max-height: 180px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 12px;
  background: #fff;
  border-radius: 8px;
}

/* product title and "read more" */
.neel-title {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin: 8px 0;
  flex: 0 0 auto;
  min-height: 40px; /* reserve space for 2-line names */
}

.neel-read-more {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 22px;
  border: 1px solid #ff4d4d;
  color: #ff4d4d;
  text-decoration: none;
  font-size: 13px;
  align-self: flex-start;
  transition: all .18s ease;
}
.neel-read-more:hover {
  background: #ff4d4d;
  color: #fff;
}

/* responsive tweaks */
@media (max-width: 900px) {
  .neel-slide { flex: 0 0 210px; }
  .neel-slide-inner { padding: 14px; min-height: 300px; }
  .neel-slide img { max-height: 150px; }
}
@media (max-width: 520px) {
  .neel-slide { flex: 0 0 170px; }
  .neel-slider-btn { display: none; } /* hide arrows on tiny screens if desired */
}
.page-content{
    padding-bottom: 0px !important;
}

.header-nav .nav.nav-style > li, .is-fixed .header-nav .nav.nav-style > li {
    padding: 22px 10px !important;
}


.header-nav .nav > li .sub-menu li a {
    transition: all 0.15s linear;
    color: #000000 !important;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 20px;
    text-transform: capitalize;
}

footer {
      background: #333;
      color: #fff;
      padding: 20px;
      text-align: center;
    }

    footer h2 {
      margin: 0 0 15px 0;
      color: #ff6600;
      font-size: 20px;
      font-weight: bold;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .footer-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
    }

    .footer-item i {
      color: #ff6600;
      font-size: 16px;
    }

    .footer-item a {
      color: #fff;
      text-decoration: none;
    }

    .footer-item a:hover {
      text-decoration: underline;
    }
    p {
        font-size: 17px !important;
    }
    .product_border{
        border: 12px solid #FF8C4B !important;
    }
    .page-content{
        padding-bottom:0px !important;
    }


    .about-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.about-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transform: translateY(-5px);
}
.about-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #e74c3c; /* red heading */
}
.about-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}
.content-inner-1 {
    padding-top: 30px;
    padding-bottom: 0px !important;
}