:root {
  --primary-red: #ee1b24;
--primary-red-light: #f96161;
--primary-red-border: #e74c3c;

  --text-dark: #333;
  --text-light: #666;
  --bg-light: #f8f9fa;
  --border-color: #e0e0e0;
}
html {
  scroll-behavior: smooth;
}
body{min-width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.51;
    background-color: #f6f8ff;
    color: #484848;
    overflow-x: hidden;
    text-size-adjust: none;}
    *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}ol,ul,li,p,h1,h2,h3,h4,h5,h6,button{margin:0;padding:0;}a{text-decoration:none;color:inherit;}
    .article-cntnr img{
      display: block;
      max-width: 900px;
      margin: 0 auto 16px auto;
      width:100%;
    }
    .width-25pr{width: 25%}
    .clr-ffde67{color: #ffde67;}
    .clr-fff{color:#fff;}
    .clr-B42B00{color: var(--primary-red);}
    .clr-686868{color:#686868;}
    .font-sz-24px {font-size:24px}
    .font-sz-14px {font-size:14px}
    .font-sz-18px {font-size:18px}
    .font-sz-40px {font-size:40px;}
    .font-wgt-700{font-weight: 700;}
    .text-stroke {-webkit-text-stroke: 0.5px white;}
    .text-aln-cntr{text-align: center;}
    .display-blk{display:block;}
    .width-100pr{width: 100%;}
    .display-flex{display:flex;}
    .gap-16px {gap:16px}
    .gap-20px {gap:20px}
    .gap-40px {gap:40px}
    .pdng-0{padding: 0 !important;}
    .pdng-20px{padding: 20px;}
    .max-width {max-width: 580px;}
    .flex-drctn{flex-direction: column;}
    .aln-items-flex-start{align-items: flex-start;}
    .cmn-box-shadow{border-radius: 1rem;
      -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 6px 6px 15px 0rgba(0,0,0,.1);}
    .bebas-font{font-family: "Bebas Neue", sans-serif;line-height:1.2;letter-spacing: 1px}
        main{}
        .bkgrnd-clr-fff{background-color: #fff;}
        .bkgrnd-clr-000{background-color: #000;}
    .mrgn-btm-18px{margin-bottom:18px;}
    .fixed-blks-container{
      position: fixed;
      right: 20px;
      z-index: 15;
      display: none;
      flex-direction: column;
      gap: 16px;
      background-color: transparent;
      bottom: 50px;} 
      
      .fixed-blks-container-scrolled{display: flex;} 
      
      .fbc-item {width: 30px; height:30px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;}
    .black-text-shadow{text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);}

    .contact-info-item {
      display: flex;
      margin-bottom: 30px;
    }

    .contact-info-icon {
      height: 70px;
      width: 70px;
      background-color: #fff;
      text-align: center;
      border-radius: 50%;
    }
    
    .contact-info-icon i {
      font-size: 30px;
      line-height: 70px;
    }
    
    .contact-info-content {
      margin-left: 20px;
    }
    
    .contact-info-content h4 {
      color: #1da9c0;
      font-size: 1.4em;
      margin-bottom: 5px;
    }

    p{margin-top:0;margin-bottom:16px;}
    .cmn-blr-blocks{
    background: rgb(253 253 253 / 45%);
    backdrop-filter: blur(10px);
    padding: 16px;
    border-radius: 24px;}
    .tableWrapper{
      overflow-x: auto;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
      table-layout:fixed;
  }
  .watts-need-table{ min-width: 600px; }
  th, td {
      padding: 12px;
      border: 1px solid #ddd;
      text-align: left;
  }
  th {
      background-color: var(--primary-red-light);
      color: white;
  }
  ul {
      margin: 10px 0;
  }
  .cmn-cntnt-ul {
    padding-left: 20px;
}
  .highlight {
      background-color: #e6f3ff;
      padding: 15px;
      border-left: 5px solid var(--primary-red);
      margin: 10px 0;
  }
    .hdng-btm-ln{padding-bottom: 15px; position: relative;}
    .hdng-btm-ln:before{content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #111;}
    .hdng-btm-ln:after{content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #333;}

        .hdng-btm-ln-fff{padding-bottom: 15px; position: relative;}

        .hdng-btm-ln-fff:before{
          content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #ffffff;}

    .hdng-btm-ln-fff:after{
      content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #ffffff;}
        
    .content-section{
    position: relative;
    padding:36px;
    }

    .cmn-shadow-blk{background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 6px 6px 15px 0rgba(0, 0, 0, .1);}
    
    .black-bcgrnd-fade::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9;
    }

    .black-bcgrnd-fade-77::before{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.77);
      z-index: 9;
      }
    
    .white-bcgrnd-fade-white::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);;
    z-index: 9;
    }
    .video-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures the video covers the section */
      z-index: -1; /* Places the video behind the content */
    }

    .cmn-video{
      top: 0;
      left: 0;
      width: 100%;
      max-width: 500px;
      height: 100%;
      z-index: -1; /* Places the video behind the content */
    }

    .filter-blk {
      display: flex;
    border: 1px solid #dfdfdf;
    padding: 16px;
    border-radius: 12px;
          justify-content: flex-start !important;
    }

    .filters-group{
      display: flex;
      flex-direction: column !important;
margin-bottom: 12px;
    }

    .filters-group h2{
margin-bottom: 6px;
    }

    .filters-group a{
      padding: 5px 0px;
      font-size: 17px;
    }
    
    .cntr-body{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  overflow: hidden;}
    
    .sd-2-sd-blks-cntnr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    }
    
    .sbsbc-blk-d50pr-m100pr{
    width: 50%;
    text-align:left;
    display: flex;
    flex-direction:column;
    justify-content: center;
    }

    .sbsbc-blk-d30pr-m100pr{
    width: 30% !important;
    text-align:left;
    display: flex;
    flex-direction:column;
    justify-content: center;
    }

    .sbsbc-blk-d70pr-m100pr{
    width: 70% !important;
    text-align:left;
    display: flex;
    flex-direction:column;
    justify-content: center;
    }

    .fixed-cards {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      --pcggap: 8px;
      --pcgcolumns: 3;
      gap: var(--pcggap);
    }
    
    .fixed-cards-item {
      display: flex;
      width: calc((100% / var(--pcgcolumns)) - var(--pcggap) + (var(--pcggap) / var(--pcgcolumns)));
    }
    .fixed-cards-item-card {
    padding: 16px;
    border-radius: 50% !important; /* 50% is more typical for circles */
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1; /* Ensures equal width and height */
  }

  .fixed-cards-item-card .cmn-cards-item-img-blk:hover img {
    transform: none;
  }

  .cmn-cards-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }

        .cmn-card-item-design{
background-color: white;
          border-radius: 1rem;
          -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 6px 6px 15px 0rgba(0,0,0,.1);
        overflow: hidden;
        }
        
        .cmn-cards-item {
          display: flex;
        }
        
        
        .cmn-cards-item-img-blk {
          position: relative;
          width: 100%;
          overflow: hidden;
        }

        .cmn-cards-item-img-blk img{
          height: auto;
          width: 100%;
          display: block;
          transition: 0.3s all ease-in-out;
          margin: 0 auto;
        }
        .cmn-cards-item-img-blk:hover img {
          transform: scale(1.2);
        }
    
        .cmn-cards-item-body{
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
        }
        
        .cmn-cards-item-content {
          padding: 12px;
          background: #ffffff;
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
        }
        
        .cmn-card-item-title-normal{
          bottom: 0;
          font-size: 18px;
          font-weight: 700;
        }
        .cmn-card-item-title-on-img{
          position: absolute;
          padding: 16px;
          bottom: 0;
          color: #fff;
          font-size: 1.5625rem;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: capitalize;
        }
    
    @media (max-width: 800px) {
    .content-section{
    position: relative;
    padding:24px 16px;
    }
      .sd-2-sd-blks-cntnr{
        flex-direction:column;
      }
      .sbsbc-blk-d50pr-m100pr{
        width: 100%;
      }

      .sbsbc-blk-d30pr-m100pr{
    width: 100% !important;
    }

    .sbsbc-blk-d70pr-m100pr{
    width: 100% !important;
    }
    .solar-power-benfits-icon-blk img{max-width: 100px;}
  }

.solar-power-benfits-icon-blk{display: flex; flex-direction: column; align-items: center;}


/*--------------------------------------------------------------
# Product cards
--------------------------------------------------------------*/

.card-columns-3{
--pcgcolumns: 3;
--pcggap: 16px; /* adjust your gap here, e.g. 20px, 1.5rem, etc. */
    display: grid;
    grid-template-columns: repeat(var(--pcgcolumns), 1fr);
    gap: var(--pcggap);
}
.card-columns-4{
--pcgcolumns: 4;
--pcggap: 16px; /* adjust your gap here, e.g. 20px, 1.5rem, etc. */
    display: grid;
    grid-template-columns: repeat(var(--pcgcolumns), 1fr);
    gap: var(--pcggap);
}
.card-columns-5{
--pcgcolumns: 5;
--pcggap: 16px; /* adjust your gap here, e.g. 20px, 1.5rem, etc. */
    display: grid;
    grid-template-columns: repeat(var(--pcgcolumns), 1fr);
    gap: var(--pcggap);
}
.card-columns-6{
--pcgcolumns: 6;
--pcggap: 16px; /* adjust your gap here, e.g. 20px, 1.5rem, etc. */
    display: grid;
    grid-template-columns: repeat(var(--pcgcolumns), 1fr);
    gap: var(--pcggap);
}
.card-columns-7{
--pcgcolumns: 7;
--pcggap: 16px; /* adjust your gap here, e.g. 20px, 1.5rem, etc. */
    display: grid;
    grid-template-columns: repeat(var(--pcgcolumns), 1fr);
    gap: var(--pcggap);
}
    .product-cards {
          
    
        }
        
        .product-cards_item {
          display: flex;
        }
        
        .product-card {
          background-color: white;
          border-radius: 1rem;
          -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 6px 6px 15px 0rgba(0,0,0,.1);
          display: flex;
          flex-direction: column;
          overflow: hidden;
        }
        .product-card-img-blk {
          position: relative;
          width: 100%;
          overflow: hidden;
        }
        .product-card-img-blk img{
          height: auto;
          width: 100%;
          display: block;
          transition: 0.3s all ease-in-out;
          margin: 0 auto;
        }
        .product-card-img-blk:hover img {
          transform: scale(1.2);
        }
    
        .product-card-body{
          padding: 16px;
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
        }
        
        .product-card_content {
          background: #ffffff;
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
        }
        
        .product-card_title{
          margin-bottom: 6px;
        }

        .product-card-view-details h3 {
    margin-bottom: 6px;
}

.product-card-view-details-ampersand {
    color: #666;
}

.product-card-view-details-price-section {
    flex: 1;
    display: flex
;
flex-direction: column;
    margin-bottom: 12px;
}

.product-card-view-details-price-wrapper {
        display: flex;
    gap: 8px;
    align-items: center;
}

.product-card-view-details-current-price {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
}

.product-card-view-details-original-price {
    font-size: 16px;
    color: #878787;
    text-decoration: line-through;
}

.product-card-view-details-discount {
    font-size: 14px;
    color: #388e3c;
    font-weight: bold;
}

.product-card-view-details-price-info {
    display: flex;
    align-items: center;
}

.product-card-view-details-warranty{
margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
}
        
/* Tablet / small desktop – max-width 1024px */
@media (max-width: 1024px) {
    .card-columns-3 { --pcgcolumns: 2; }
    .card-columns-6 { --pcgcolumns: 4; }
    .card-columns-7 { --pcgcolumns: 4; }
}

/* Tablet – max-width 968px */
@media (max-width: 968px) {
    .card-columns-4 { --pcgcolumns: 3; }
    .card-columns-5 { --pcgcolumns: 4; }
    .card-columns-6 { --pcgcolumns: 3; }
    .card-columns-7 { --pcgcolumns: 3; }
}

/* Mobile landscape / small tablet – max-width 768px */
@media (max-width: 768px) {
    .card-columns-3 { --pcgcolumns: 1; }
    .card-columns-4 { --pcgcolumns: 2; }
    .card-columns-5 { --pcgcolumns: 2; }
    .card-columns-6 { --pcgcolumns: 2; }
    .card-columns-7 { --pcgcolumns: 2; }
}

/* Mobile portrait – max-width 600px */
@media (max-width: 600px) {
    .card-columns-3 { --pcgcolumns: 1; }
    .card-columns-4 { --pcgcolumns: 1; }
}



/*------------------------
# Anim Product
------------------------*/

.anim-product-container {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Rotating background circle image */
    .anim-product-circle-container {
      position: absolute;
      width: 100%;
      height: auto;
      animation: rotate 20s linear infinite;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @keyframes rotate {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

    .anim-product-circle-bg {
      width: 100%;
      max-width: 500px;
      height: auto;
      object-fit: contain;
    }

    /* Solar panel */
    .anim-product-img-box {
      position: relative;
      z-index: 10;
      height: auto;
    }

    .anim-product-panel-img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Plus icons */
    .anim-product-plus {
      position: absolute;
      z-index: 20;
      width: 45px;
      height: 45px;
      background: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 180, 180, 0.5);
      transition: all 0.3s ease;
    }

    .anim-product-plus::before,
    .anim-product-plus::after {
      content: '';
      position: absolute;
      background: #00b4b4;
    }

    .anim-product-plus::before {
      width: 20px;
      height: 3px;
    }

    .anim-product-plus::after {
      width: 3px;
      height: 20px;
    }

    .anim-product-plus:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 20px rgba(0, 180, 180, 0.7);
    }

    .anim-product-plus_1 {
      top: 15%;
      right: 50%;
      transform: translateX(50%);
    }

    .anim-product-plus_2 {
      top: 50%;
      transform: translateY(-50%);
    }

    .anim-product-plus_3 {
      bottom: 15%;
      right: 50%;
      transform: translateX(50%);
    }

    /* Tooltip */
    .tooltip {
      position: absolute;
      background: rgba(0, 180, 180, 0.95);
      color: white;
      padding: 8px 15px;
      border-radius: 6px;
      font-size: 14px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 30;
    }

    .anim-product-plus:hover .tooltip {
      opacity: 1;
    }

    .anim-product-plus_1 .tooltip {
      top: 55px;
      left: 50%;
      transform: translateX(-50%);
    }

    .anim-product-plus_2 .tooltip {
      left: 55px;
      top: 50%;
      transform: translateY(-50%);
    }

    .anim-product-plus_3 .tooltip {
      bottom: 55px;
      left: 50%;
      transform: translateX(-50%);
      top: auto;
    }


/*------------------------
# Common Tabs
------------------------*/

.cmn-tab-container {
            background: white;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .cmn-tab-container:hover {
            transform: translateY(-5px);
        }

        .cmn-tab-buttons {
            display: flex;
            background: #ecf0f1;
            border-bottom: 1px solid #bdc3c7;
        }

        .cmn-tab-button {
            flex: 1;
            padding: 12px 15px;
            background: none;
            border: none;
            cursor: pointer;
            font-weight: 600;
            color: #7f8c8d;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            align-items: center;
    justify-content: center;
    display: flex
;
gap:12px;
            
            font-size: 17px;
        }

        .cmn-tab-button:hover {
            background: rgba(52, 152, 219, 0.1);
            color: var(--primary-red-light);
        }

        .cmn-tab-button.active {
            background: white;
            color: var(--primary-red-light);
        }

        .cmn-tab-button.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--primary-red-light);
        }

        .cmn-tab-content {
            padding: 20px;
            min-height: 250px;
        }

        .cmn-tab-pane {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .cmn-tab-pane.active {
            display: block;
        }

        .cmn-tab-pane h3 {
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ecf0f1;
        }

        .cmn-tab-pane p {
            margin-bottom: 15px;
            color: #555;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }



/*--------------------------------------------------------------
# elevation cards
--------------------------------------------------------------*/
    .elevation-cards {
          --pcgcolumns: 7;
    --pcggap: 15px; /* adjust your gap here, e.g. 20px, 1.5rem, etc. */
    display: grid;
    grid-template-columns: repeat(var(--pcgcolumns), 1fr);
    gap: var(--pcggap);
        }
        
        .elevation-cards-item {
          display: flex;
          overflow: hidden;
        }

        
.elevation-cards-body {
          padding: 12px;
    background-color: azure;
    display: flex;
          flex-direction: column;
    align-items: center;
      flex: 1 1 auto;}

        .elevation-cards-item img{
          height: auto;
          width: 100%;
          max-width: 60px;
          display: block;
        }
        .elevation-cards-img-blk{
          margin-bottom: 10px;
        }

        .elevation-cards-item p{
          text-align: center;
          font-size: 14px;
        }
        
        /* Tablet – max-width 968px → 3 columns */
@media (max-width: 1200px) {
    .elevation-cards {
        --pcgcolumns: 5;
    }
}

@media (max-width: 1200px) {
    .elevation-cards {
        --pcgcolumns: 5;
    }
}

@media (max-width: 1000px) {
    .elevation-cards {
        --pcgcolumns: 3;
    }
}

/* Mobile landscape / small tablet – max-width 800px → 2 columns */
@media (max-width: 800px) {
    .elevation-cards {
        --pcgcolumns: 2;
    }
}

/*--------------------------------------------------------------
# Autoplay cards
--------------------------------------------------------------*/
    /* CSS - adjust sizes/colors to match your theme */
    .autoplay-cards-container{ width: 100%; max-width: 1200px; margin: 0 auto; }
    .autoplay-cards-viewport {
      overflow: hidden;
      position: relative;
    }
    .autoplay-cards-track {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-items: center;     /* space between cards */
    }
    .autoplay-card {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
    .autoplay-card-image { display:block; width:100%;}
    .autoplay-card-image img { display:block; width:100%;}
    .autoplay-carousel:focus { outline: none; }

.navigation {
    height: 80px;
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 11;
    transition: background 0.3s ease; /* Smooth background transition */
}

.nav-scrolled .nav-logo-img {
  filter: none; /* Increases brightness to simulate white */
}

.nav-scrolled {
    background: #fff !important; /* White background when scrolled */
}

/* Ensure text and icons are readable on white background */
.nav-scrolled .brand a,
.nav-scrolled .brand a:visited,
.nav-scrolled .nav-list li a,
.nav-scrolled .nav-list li a:visited {
    color: #000 !important; /* Black text for contrast */
}

.nav-scrolled .nav-list li a:hover {
    background: var(--primary-red-light);
    color: #fff !important; /* Keep hover styles consistent */
}

.nav-scrolled #nav-toggle span,
.nav-scrolled #nav-toggle span:before,
.nav-scrolled #nav-toggle span:after {
    background: #000 !important; /* Black hamburger icon for contrast */
}


.nav-scrolled #nav-toggle.active span:before,
.nav-scrolled #nav-toggle.active span:after {
    background: #000 !important; /* Black hamburger icon for contrast */
}

.nav-scrolled #nav-toggle.active span {
    background: transparent !important;
}

.nav-logo-a {}
.nav-logo-blk {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-logo-img {
    padding-right: 15px;
    max-width: 160px;
    margin: 4px;
    display: block;
    filter: brightness(0) invert(1);
}

/* Logo and branding */
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    height: 80px;
    display: flex;
    align-items: center;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Container with no padding for navbar */
.nav-container {
    max-width: 1300px;
    margin: 0 auto;
}

.nav-container::after {
    content: '';
    display: table;
    clear: both;
}

/* Navigation */
nav {
    float: right;
}

nav::after {
    content: '';
    display: table;
    clear: both;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    float: left;
    position: relative;
list-style: none;
}

.nav-list li a,
.nav-list li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: #ffffff;
    text-decoration: none;
}

.nav-dropdown a,
.nav-dropdown a:visited {
    color: #000 !important;
}

.nav-list li a:hover {
    background: var(--primary-red-light);
    color: #ffffff;
}

.nav-list li a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

/* Dropdown list */
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown li {
    min-width: 190px;
    list-style: none;
}

.nav-dropdown li a {
    padding: 15px;
    line-height: 20px;
    color: #ffffff;
    background: #fff;
}

.nav-dropdown li a:hover {
    background: var(--primary-red-light);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    .nav-list {
        display: none;
        background-color: #fff;
    }

    .nav-list li {
        float: none;
    }

    .nav-list li a {
        padding: 15px;
        line-height: 20px;
        color: #000 !important;
    }

    .nav-list li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    /* Ensure mobile nav background is white when scrolled */
    .nav-scrolled .nav-mobile {
        background: #fff !important;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 8px;
    height: 3px;
    width: 26px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* Page content */
article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

/* Page content */
article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}



.stats-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 30px auto;
  }
  
  .stats-container .stat {
    background: #c31432;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #240b3600, #c314142b);
  background: linear-gradient(to right, #240b3600, #c314142b);
  color: var(--primary-red);
    padding: 24px;
    text-align: center;
    border-radius:25px;
  }
  
  .stats-container .stat .coounter-blk {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
  }
  
  .stats-container .stat .type {
    font-size: 20px;
  }

   @media (max-width: 1080px) {
  .stats-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .stats-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}




  .owl-carousel .owl-stage {
    display: flex; /* Flexbox for aligning the items */
    justify-content: flex-end; /* Align items at the start */
    align-items: center;
    overflow: hidden; /* Prevent overflow */
}

.owl-carousel .owl-item {
    flex: 0 0 auto; /* Prevent growing/shrinking */
    width: 25%; /* Adjust this value based on how many items you want visible per screen */
    padding: 0 10px; /* Optional: add spacing between items */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

.owl-carousel {
    display: block; /* Ensure the carousel container is block level */
}

.insize{
  max-width:600px;
}
.owl-thumbs{
display: flex;
  flex-wrap: nowrap;    /* Prevent line wrap */
  overflow-x: auto;     /* Enable horizontal scroll */
  overflow-y: hidden;   /* Optional */
  gap: 1rem;            /* Optional spacing */
  scroll-behavior: smooth;
  padding: 5px;
 }
 .product-images-slider .owl-thumbs .owl-thumb-item{
  flex: 0 0 auto;
  cursor: pointer;
}
.product-images-slider .owl-thumbs .owl-thumb-item{
  width: 100%;
  max-width:100px;
  background: transparent;
  border: none;
  overflow: hidden;
}
.product-images-slider .owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}
.product-images-slider .owl-dots{
  position:absolute;
  bottom:170px;
  left:0;
  right:0;
}

.ads-carousel {
            position: relative;
            width: 100%;
            overflow: hidden;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .ads-carousel:active {
            cursor: grabbing;
        }

        .ads-carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            will-change: transform;
        }

        .ads-carousel-slide {
            min-width: 100%;
            position: relative;
            touch-action: pan-y;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ads-carousel-slide::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 9 ÷ 16 × 100 = 56.25% → perfect 16:9 */
}

.ads-carousel-slide img,
.ads-carousel-slide video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;        /* fills the 16:9 box, crops if needed */
    display: block;
    pointer-events: none;
}

        .slide-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            padding: 1.5rem;
            color: white;
            pointer-events: none;
        }

        .slide-info h3 {
            margin-bottom: 0.5rem;
            font-size: 1.5rem;
        }

        .slide-info p {
            font-size: 1rem;
            opacity: 0.9;
        }

        .ads-carousel-progress-bars {
          position: absolute;
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 1rem;
            padding: 0 1rem;
            bottom: 20px;
    right: 0;
    left: 0;
    max-width: 500px;
    margin: 0 auto;
    z-index: 2;
        }

        .ads-carousel-progress-bar {
            height: 5px;
            flex-grow: 1;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            cursor: pointer;
            overflow: hidden;
            transition: background-color 0.3s;
        }

        .ads-carousel-progress-bar:hover {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .ads-carousel-progress-bar.active {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .ads-carousel-progress-fill {
            height: 100%;
            width: 0%;
            background-color: #ff4081;
            border-radius: 5px;
            transition: width 0.1s linear;
        }

        @media (max-width: 768px) {
            .ads-carousel-slide img,
            .ads-carousel-slide video {
                height: 300px;
            }
        }

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 6px 6px 15px 0rgba(0, 0, 0, .1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.testimonial-comment {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex-grow: 1; /* Allow comment to grow to fill space */
    margin-bottom: 16px; /* Ensure consistent spacing */
}

/* Owl Carousel Custom Styles */
.owl-carousel .owl-nav {
    display: none; /* Hide arrows */
}

.owl-carousel .owl-dots {
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: center; /* Center dots horizontally */
    align-items: center; /* Align vertically */
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: #808080 !important; /* Grey for inactive dots */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: background 0.3s ease;
    cursor: pointer; /* Indicate clickable */
    width: 8px;
    height: 8px;
}

.owl-carousel .owl-dot span{
  width: 0 !important;
  height: 0 !important;
}

.owl-carousel .owl-dot.active {
    background: var(--primary-red-light) !important; /* Blue for active dots */
    width: 13px;
    height: 13px;
}


/*--------------------------------------------------------------
# Product Tabs
--------------------------------------------------------------*/

.product-view-details h1 {
    margin-bottom: 10px;
}

.product-view-details .short-desc {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 14px;
}



.product-view-details-ampersand {
    color: #666;
}

.product-view-details-price-section {
    flex: 1;
    display: flex
;
flex-direction: column;
    margin-bottom: 12px;
}

.product-view-details-price-wrapper {
        display: flex;
    gap: 8px;
    align-items: center;
}

.product-view-details-current-price {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
}

.product-view-details-original-price {
    font-size: 16px;
    color: #878787;
    text-decoration: line-through;
}

.product-view-details-discount {
    font-size: 14px;
    color: #388e3c;
    font-weight: bold;
}

.product-view-details-price-info {
    display: flex;
    align-items: center;
}

.product-view-details-info-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-view-details-info-svg {
    width: 20px;
    height: 20px;
}

/* Buttons Section */
.product-view-details-buttons-container {
    display: flex
;
    padding: 0 0 16px 0;
}

.product-view-details-submit-button {
    flex: 1;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.product-view-details-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(191, 191, 191, 0.3);
}

.product-view-details-submit-button.add-to-cart {
    background-color: #ff9f00;
}

.product-view-details-submit-button.buy-it-now {
    background-color: #fb641b;
}

.product-view-details-fixed-button {
    width: 100%;
}


.product-view-details-bulk-quote{
  font-size: 16px;
  color: #16a34a;
}

.product-view-details-bulk-quote-link{
  text-decoration: underline;
}

/* Features Section */
.product-view-details-features-container {
    border-top: 1px solid #e5e7eb;
}

.product-view-details-features-list {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.product-view-details-feature-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.product-view-details-feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-view-details-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-view-details-feature-text {
    flex: 1;
}

.product-view-details-feature-text p {
    margin: 0;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-view-details-container {
        flex-direction: column;
        gap: 16px;
    }
    
    .product-view-details-rating-wrapper {
        justify-content: flex-start;
    }
    
    .product-view-details-price-section {
        width: 100%;
        justify-content: space-between;
    }
    
    .product-view-details-buttons-container {
        flex-direction: column;
        gap: 12px;
    }
    
    .product-view-details-features-list {
        gap: 8px;
    }
    
    .product-view-details-feature-item {
        gap: 8px;
    }
}

/* Animation for hover button */
@keyframes product-view-details-button-hover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(-1px);
    }
}

.product-view-details-submit-button:hover {
    animation: product-view-details-button-hover 0.3s ease forwards;
}


/* Social Icons Container */
.product-view-details-social-container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-top: 1px solid #e5e7eb;
    margin-top: 16px;
}

.product-view-details-social-title {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    white-space: nowrap;
}

.product-view-details-social-list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-view-details-social-item {
    display: inline-block;
}

.product-view-details-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid #d1d5db;
    background-color: white;
}

.product-view-details-social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-view-details-social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: all 0.3s ease;
}

/* Individual Social Platform Colors */
.product-view-details-facebook {
    color: #1877F2;
}

.product-view-details-facebook:hover {
    background-color: #1877F2;
    border-color: #1877F2;
    color: white;
}

.product-view-details-twitter {
    color: #1DA1F2;
}

.product-view-details-twitter:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: white;
}

.product-view-details-instagram {
    color: #E4405F;
}

.product-view-details-instagram:hover {
    background-color: #E4405F;
    border-color: #E4405F;
    color: white;
}

.product-view-details-threads {
    color: #000000;
}

.product-view-details-threads:hover {
    background-color: #000000;
    border-color: #000000;
    color: white;
}

.product-view-details-youtube {
    color: #FF0000;
}

.product-view-details-youtube:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: white;
}

.product-view-details-pinterest {
    color: #BD081C;
}

.product-view-details-pinterest:hover {
    background-color: #BD081C;
    border-color: #BD081C;
    color: white;
}

.product-view-details-whatsapp {
    color: #25D366;
}

.product-view-details-whatsapp:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
}

/* Screen Reader Only Text */
.product-view-details-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-view-details-social-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .product-view-details-social-list {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .product-view-details-social-link {
        width: 36px;
        height: 36px;
    }
    
    .product-view-details-social-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .product-view-details-social-list {
        gap: 6px;
    }
    
    .product-view-details-social-link {
        width: 32px;
        height: 32px;
    }
    
    .product-view-details-social-icon {
        width: 14px;
        height: 14px;
    }
}

/* Animation for hover effects */
@keyframes product-view-details-social-hover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(-1px);
    }
}

.product-view-details-social-link:hover {
    animation: product-view-details-social-hover 0.3s ease forwards;
}




/* Quantity Selector Container */
.product-view-details-quantity-container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-top: 1px solid #e5e7eb;
}

.product-view-details-quantity-label {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    min-width: 80px;
    margin: 0;
}

.product-view-details-quantity-content {
    display: flex;
    align-items: center;
}

/* Quantity Selector Styles */
.product-view-details-quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.product-view-details-quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #f9fafb;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.product-view-details-quantity-button:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.product-view-details-quantity-button:active {
    background-color: #e5e7eb;
}

.product-view-details-quantity-button:focus {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
    z-index: 1;
}

.product-view-details-quantity-button:disabled {
    background-color: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
}

.product-view-details-quantity-button:disabled:hover {
    background-color: #f9fafb;
    color: #9ca3af;
}

.product-view-details-quantity-icon {
    width: 12px;
    height: 12px;
    pointer-events: none;
}

.product-view-details-minus-icon {
    width: 10px;
    height: 2px;
}

.product-view-details-plus-icon {
    width: 10px;
    height: 10px;
}

.product-view-details-quantity-input {
    width: 60px;
    height: 30px;
    border: none;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    background-color: white;
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-view-details-quantity-input::-webkit-outer-spin-button,
.product-view-details-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-view-details-quantity-input:focus {
    outline: none;
    background-color: #f0f9ff;
    box-shadow: inset 0 0 0 2px #3b82f6;
}

.product-view-details-quantity-input:disabled {
    background-color: #f9fafb;
    color: #9ca3af;
}

/* Quantity Selector States */
.product-view-details-quantity-selector:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-view-details-quantity-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
    }
    
    .product-view-details-quantity-label {
        min-width: auto;
        font-size: 14px;
    }
    
    .product-view-details-quantity-selector {
        width: 100%;
        max-width: 140px;
    }
    
    .product-view-details-quantity-button {
        width: 36px;
        height: 36px;
    }
    
    .product-view-details-quantity-input {
        width: 50px;
        height: 36px;
        font-size: 14px;
    }
}

/* Simplified Inventory Status */
.product-view-details-simple-inventory {
}

.product-view-details-simple-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.product-view-details-in-stock {
    color: #16a34a;
}

.product-view-details-out-of-stock {
    background-color: #dc2626;
}

.product-view-details-stock-text {
    font-size: 14px;
    font-weight: 500;
    color: #16a34a;
}


/*----------------------
# filter bar mob
-----------------------*/

.prdct-fltrs-sort-tgl-wrap{
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 46px;
background-color: #fff;
z-index: 9999;
font-size: 12px;
align-items: center;
justify-content: center;
text-transform: uppercase;
border-top: 2px solid #f8f8f8;
}

.prdct-fltrs-item{
padding: 10px;
flex-basis: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.cmn-prdct-fltrs-sort-select-wrap{
display: flex;
align-items: center;
}

@media(max-width:800px){
 .prdct-fltrs-sort-tgl-wrap {
display: flex;
}
}


/*--------------------------------------
#FAQ Accordion
--------------------------------------*/

.accordion-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    --accordion-gap: 16px;
    --accordion-columns: 2;
    gap: var(--accordion-gap);
    align-items: flex-start;
}

.accordion-block {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    width: calc((100% / var(--accordion-columns)) - var(--accordion-gap) + (var(--accordion-gap) / var(--accordion-columns)));
}

.accordion-block:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.accordion-btn {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-btn.active {
    background: var(--primary-red-light);
    color: #fff;
}

.accordion-btn:hover:not(.active) {
    background: var(--primary-red-light);
    color: #fff;
}

.accordion-btn:hover:not(.active) .accordion-icon {
    color: #fff;
}

.accordion-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.accordion-btn.active .accordion-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
}

.accordion-btn.active .accordion-icon::before {
    content: '−';
    font-size: 20px;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
}

.accordion-btn.active + .accordion-content {
    max-height: 500px;
    opacity: 1;
    padding: 16px 12px;
}

.accordion-text {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6c7d;
    margin: 0;
}

.accordion-text strong {
    color: #2c5aa0;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .accordion-block {
        width: 100%;
    }

    .accordion-btn {
        font-size: 15px;
        padding: 15px 8px;
    }

    .accordion-text {
        font-size: 14px;
    }

    .accordion-icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-container {
    background: linear-gradient(to right, #ff6e881c, #ffffff);
    color: #000;
  }
  
  .footer {
  }
  
  .footer-content {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 45px;
    padding:16px
  }
  
  .newsletter {
    background: #ffffff;
    padding: 30px;
    text-align: center;
  }
  
  .newsletter h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  
  .newsletter-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }
  
  .newsletter-input {
    height: 50px;
    border: 2px solid #cdcdcd;
    flex: 1;
  }
  
  .newsletter-btn {
    height: 50px;
    padding: 0 20px;
    background: #ffffff;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .newsletter-btn:hover {
    background: #ffffff;
    color: #fff;
  }
  
  .footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .footer-column {
    flex: 1;
  }
  
  .footer-about,
  .footer-links,
  .footer-contact {
    margin-bottom: 30px;
  }
  
  .footer-about h3,
  .footer-links h3,
  .footer-contact h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-logo-blk{max-width: 150px}
  .footer-logo-blk img{width: 100%}
  
  .footer-links a,
  .footer-contact p {
    margin-bottom: 10px;
    display: block;
    color: #1a1a1a;
    transition: 0.3s;
  }
  
  .footer-links a:hover,
  .footer-contact p:hover {
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    /* or 267% */
    letter-spacing: -0.03em;
    text-decoration-line: underline;
  
    color: var(--primary-red);
  }
  
  .footer-social a {
    display: inline-block;
    margin-right: 15px;
    color: var(--primary-red);
  }
  
  .footer-social a:hover {
    color: #dddddd;
  }

  .ftr-sd-icn {padding-right: 10px; color: #383838;}
  
  .footer-copyright {
    background-color: #ebebeb;
    text-align: center;
    padding: 30px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-copyright p {
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .footer-copyright a {
    color: #4c5166;
    text-decoration: none;
    font-weight: 500;
  }
  
  .footer-copyright a:hover {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .footer-row {
      flex-direction: column;
    }
  }
  