 :root {
  --bg-color: #f8f9fa;
  --card-bg: #ffffff;
  --text-color: #333333;
  --card:red;
  --subtitle-color: #666666;
  --border-color: #cccccc;
  --input-bg: #ffffff;
  --button-bg: #28a745;
  --button-bg-hover: #218838;
  --shadow-color: rgba(0,0,0,0.1);
  --android-bg-color: #ffffff;
  --android-text-color: #222222;
  --android-card-bg: #f9f9f9;
  --android-card-border: #e0e0e0;
  --android-button-bg: #33b771;
  --android-button-text: #ffffff;
  --android-link-color: #33b771;
  --bg-color: #f8f9fa;
  --card-bg: #ffffff;
  --text-color: #333333;
  --subtitle-color: #666666;
  --border-color: #cccccc;
  --input-bg: #ffffff;
  --button-bg: #28a745;
  --button-bg-hover: #218838;
  --shadow-color: rgba(0,0,0,0.1);
}

body.dark-theme {
  --bg-color: #121212;
  --card-bg: #1e1e1e;
  --card:yellow;
  --text-color: #e0e0e0;
  --subtitle-color: #aaaaaa;
  --border-color: #444444;
  --input-bg: #2a2a2a;
  --button-bg: #34c759;
  --button-bg-hover: #28a745;
  --shadow-color: rgba(0,0,0,0.6);
  --android-bg-color: #121212;
  --android-text-color: #e0e0e0;
  --android-card-bg: #1e1e1e;
  --android-card-border: #333333;
  --android-button-bg: #33b771;
  --android-button-text: #ffffff;
  --android-link-color: #33b771;
  --bg-color: #121212;
  --card-bg: #1e1e1e;
  --text-color: #e0e0e0;
  --subtitle-color: #aaaaaa;
  --border-color: #444444;
  --input-bg: #2a2a2a;
  --button-bg: #34c759;
  --button-bg-hover: #28a745;
  --shadow-color: rgba(0,0,0,0.6);
}

body.custom-body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: var(--bg-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

h1.custom-ti   {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
}

p.custom-subti {
  text-align: center;
  margin: 5px 20px 30px;
  font-size: 20px;
}

.custom-contact-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.custom-contact-c,
.custom-contact-c1 {
  border-radius: 8px;
  box-shadow: 0 2px 6px var(--shadow-color);
  padding: 20px;
  flex: 1 1 300px;
  min-width: 280px;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.custom-contact-c1 {
  max-height: 260px;
}

.custom-card-title {
  margin-top: 0;
  font-size: 1.25rem;
}

.custom-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-form-group {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}

.custom-form-half {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

label.custom-lab {
  margin-bottom: 4px;
  font-size: 0.9rem;
  text-align: left;
}

input.custom-input,
textarea.custom-textarea {
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 0.95rem;
  resize: vertical;
  background-color: var(--input-bg);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

textarea.custom-textarea {
  min-height: 120px;
}

button.custom-submit-button {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  background-color: var(--button-bg);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button.custom-submit-button:hover {
  background-color: var(--button-bg-hover);
}

.custom-contact-in {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.custom-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-contact-icon {
  font-size: 1.1rem;
  color: var(--button-bg);
  transition: color 0.3s ease;
}

hr.custom-divider {
  border: none;
  border-top: 1px solid var(--border-color);
  margin: 15px 0;
  transition: border-color 0.3s ease;
}

.custom-nt {
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .custom-form-half {
    flex: 1 1 100%;
  }
}




:root {

  --badge-color: #007bff;
  --badge-red: #dc3545;
}

body.dark-theme {
  --bg-color: #121212;
  --text-color: #e0e0e0;
  --card-bg: #1e1e1e;
  --button-bg: #34c759;
  --button-hover: #28a745;
  --accent-color: #34c759;
  --badge-color: #34c759;
  --badge-red: #dc3545;
}


.custom-header {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
  margin: auto;
}

.custom-header-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-breadcrumb {
  font-size: 0.9rem;
  opacity: 0.8;
}

.custom-title {
  font-size: 2rem;
  font-weight: 600;
}

.custom-sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 10px;
}

.custom-sort-select,
.custom-toggle-button {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  cursor: pointer;
  margin-top: 10px;
}


.custom-wrapper {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  padding: 20px 15px;
  margin: auto;
}
.custom-sidebar {
      padding: 15px !important;
      padding-bottom: 5px !important;
      border-radius: 6px;
      border: 1px solid #ccc;
    }


.theiaStickySidebar1{
  position: sticky;
  /* top: 100px; */
}

/* .custom-widget { */
  /* margin-bottom: 25px; */
/* } */

.custom-widget-title {
  font-size: 1rem;
  margin-top: 20px;
  /* margin-top: 0; */
  margin-bottom: 20px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 10px;
}
.custom-widget-title:nth-child(1){
}
.custom-input,
.custom-range {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  background-color: var(--bg-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.custom-button {
  width: 100%;
  background-color: var(--button-bg);
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.custom-disabled {
  background-color: #aaa !important;
  cursor: not-allowed;
}

.custom-price-range {
  font-size: 0.9rem;
  color: var(--text-color);
  opacity: 0.8;
}

.custom-category-list {
  list-style: none;
  padding-left: 0;
}

.custom-category-list li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  transition: color 0.3s;
}
.custom-category-list li:last-child {
  /* padding: 6px 0; */
  border-bottom: none;
  /* cursor: pointer; */
  /* transition: color 0.3s; */
}
.custom-category-list li:hover {
  color: var(--accent-color);
}

.custom-product-side{
  /* position: relative; */
  width: 70%;
}

.custom-product-grid {
  /* position: relative; */
  flex: 2;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.custom-body{
  background: var(--card-bg);
  background:var(--card);
}
.custom-card {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  position: relative;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.3s ease, border-color 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-4px);
}

.custom-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

.custom-card-title-project {
  font-size: 1rem;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-card-price,
.custom-card-new {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-card-old {
  text-decoration: line-through;
  color: #888;
  font-size: 0.9rem;
}

.custom-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--badge-color);
  color: #000;
  padding: 4px 8px;
  font-size: 0.75rem;
  border-radius: 3px;
  font-weight: bold;
}

.custom-badge-red {
  background-color: var(--badge-red);
  color: #fff;
}


@media (max-width: 992px) {
  .custom-wrapper {
    flex-direction: column;
  }
  .custom-sidebar {
    max-width: 100%;
  }
}

    /* ============== */
    /* About Start */
    /* ============== */
.custom-header-about {
  width: 100%;
  max-width: 1200px;
  padding: 20px 20px 20px 2px;
  margin: auto;
  border-bottom: 1px solid var(--border-color);
}

.custom-header-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-breadcrumb {
  font-size: 0.9rem;
  opacity: 0.8;
}
    .custom-para{
      /* border: 1px solid red; */
      font-size: 15px;
      margin: 10px 0;
      text-align: justify;
    }
    /* ============== */
    /* About end */
    /* ============== */


    .custom-header-head{
      /* border: 1px solid red; */
      margin-top: -15px;
      text-transform: capitalize;
    }


    .pagination {
      justify-self: center;
      align-self: center;
      align-content: center;
      margin-left: 25%;
      display: inline-block;
    }

    .pagination a {
      color: black;
      float: left;
      padding: 10px 16px;
      text-decoration: none;
      transition: background-color 0.3s;
      border: 1px solid #ddd;
      margin: 0 4px;
      border-radius: 6px;
    }

    .pagination a.active {
      background-color: #4CAF50;
      color: white;
      border: 1px solid #4CAF50;
    }

    .pagination a:hover:not(.active) {
      background-color: #ddd;
    }

    .android-header {
  padding: 1rem;
  border-bottom: 1px solid var(--android-card-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.android-header-title {
  margin: 0;
}

.android-header-search {
  padding: 1p;
  border: 1px solid var(--android-card-border);
  border-radius: 4px;
  background-color: var(--android-card-bg);
  color: var(--android-text-color);
}

.android-container {
  padding: 1rem;
  padding-top: 50px;
  max-width: 1200px;
  margin: auto;
}

.android-card {
  width: 90%;
  border: 1px solid var(--android-card-border);
  /* border-radius: 6px; */
  display: flex;
  margin-bottom: 1rem;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.android-card-image {
  /* border: 1px solid red; */
  width: 350px;
  object-fit: contain;
}

.android-card-content {
  position: relative;
  padding: 1rem;
  flex: 1;
}
.android-card-content1{
  /* border: 1px solid red; */
  position: absolute;
  top: 50%;
  padding: 15px;
  transform: translateY(-50%);

}
.android-card-title {
  font-size: 25px; 
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-top: -10px;
}

.android-card-text,
.android-card-meta {
  margin: 0.25rem 0;
  font-size: 16px;
  line-height: 25px;
}

.android-card-link {
  color: var(--android-link-color);
  text-decoration: none;
}

.android-download-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--android-button-bg);
  color: var(--android-button-text);
  border: none;
  /* border-radius: 4px; */
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.android-download-button:hover {
  /* filter: brightness(90%); */
  color: white;
  background-color: #218838;
}

@media (max-width:767px){
  .android-card {
    width: 100%;
    height: 100%;
    display: block
  }
  .android-card-image{
    width: 100%;
  }
  .android-card-content{
    height: 230px;
  }
  .android-card-content{
    padding: 10px;
  }
}
@media (min-width:768px) and (max-width:835px) {
  .android-card-image{
    width: 250px;
  }
  .android-card-content1{
    padding: 10px;
  }
}


.about-image{
  width: 100%;
  height: 450px;
}
/* toast */
.toast {
  visibility: hidden;
  min-width: 200px;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px 18px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: visibility 0s, opacity 0.3s ease;
  opacity: 0;
  font-size: 18px;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}







.example-container{
    background-color: var(--bg-color);
  max-width:990px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 50px;
  gap: 20px;
  justify-content: center;
}

.example-heading  {
  margin-top: 30px;
  font-size: 2rem;
  border-bottom: 2px solid var(--border-color, #ccc);
    margin-bottom: 30px;
    margin-top: 20px;
}
.example-content{
  font-size: 15px;
    text-align: justify;
}
.example-imag{
  height: 480px;
    width: 90%;
  }
  .banner{
  margin-bottom: 15px;
    text-align: center;
}
.hr{
    color: red;
    overflow: visible;
}

.product-info {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: var(--card-bg, #fff);
  color: var(--text-color, #333);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.info-section {
  margin-top:25px;
}
/* .info-section:first-child{
  margin-top: 30px !important;
} */
.section-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
}

.section-title1 {
  position: relative;
  font-size: 1.8rem;
  width: max-content;
  margin-bottom:15px;
  margin-top: 20px;
}
.section-title1::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  border-radius: 20px;
  height: 2.5px;
  background-color:#28a745;
}

.info-list {
  list-style: none;
  padding: 0;

}
.example-image{
    width: 100%;
    height: 100%;
  text-align: center;
}
.info-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.6;
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.info-list li::before {
  position: absolute;
  left: 0;
  color: green;
  font-size: 1.2rem;
}

.p-line{
  width: 800px;
  height: 10px;
  background-color: #007bff;
}

                                .image-continer{
                                    display: grid;
                                    grid-template-columns: 20% 80%;
                                    height: 500px;
                                }

.left-box-img {
  padding: 20px;
}
.small-img{
    width: 100%;
    height: 87px;
    cursor: pointer;
}
.small-img.active{
    border: 1px solid black;
}
.right-box-img {
  padding: 20px;
}
.main-image{
    width: 100%;
    height: 450px;
}
                            .responsive-grid-img {
                                display: grid;
                                grid-template-columns: repeat(3, 1fr);
                                gap: 20px;
                                padding: 20px;
                            }
                        
                            .grid-img-item {
                                padding: 10px;
                                height: 250px;
                                text-align: center;
                                border: 1px solid;
                            }
                        
                            .grid-img-item>img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        
                            @media (max-width: 992px) {
                                .responsive-grid-img {
                                    grid-template-columns: repeat(2, 1fr);
                                }
                            }
                        
                            @media (max-width: 576px) {
                                .responsive-grid-img {
                                    grid-template-columns: 1fr;
                                }
                            }