/* import fonts from assets/fonts folder */
@font-face {
  font-family: 'Kabyta';
  src: url('../fonts/Kabyta-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabyta';
  src: url('../fonts/Kabyta-Black.woff') format('woff');
}
@font-face {
  font-family: 'Kabyta';
  src: url('../fonts/Kabyta-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'Kabyta';
  src: url('../fonts/Kabyta-Black.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Kabyta';
  src: url('../fonts/Kabyta-Black.svg#Kabyta') format('svg');
}

@font-face {
  font-family: 'Kabyta-SemiBold';
  src: url('../fonts/Kabyta-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabyta-SemiBold';
  src: url('../fonts/Kabyta-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Kabyta-SemiBold';
  src: url('../fonts/Kabyta-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Kabyta-SemiBold';
  src: url('../fonts/Kabyta-SemiBold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Kabyta-SemiBold';
  src: url('../fonts/Kabyta-SemiBold.svg#Kabyta') format('svg');
}
@font-face {
  font-family: 'Kabyta-Light';
  src: url('../fonts/Kabyta-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabyta-Light';
  src: url('../fonts/Kabyta-Light.woff') format('woff');
}
@font-face {
  font-family: 'Kabyta-Light';
  src: url('../fonts/Kabyta-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Kabyta-Light';
  src: url('../fonts/Kabyta-Light.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Kabyta-Light';
  src: url('../fonts/Kabyta-Light.svg#Kabyta') format('svg');
}
@font-face {
  font-family: 'Kabyta-Regular';
  src: url('../fonts/Kabyta-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabyta-Regular';
  src: url('../fonts/Kabyta-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Kabyta-Regular';
  src: url('../fonts/Kabyta-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Kabyta-Regular';
  src: url('../fonts/Kabyta-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Kabyta-Regular';
  src: url('../fonts/Kabyta-Regular.svg#Kabyta') format('svg');
}

/* .fw-semibold {
  font-family: 'Kabyta-SemiBold', sans-serif !important;
}
.fw-bold {
  font-family: 'Kabyta', sans-serif !important;
}
.fw-light {
  font-family: 'Kabyta-Light', sans-serif !important;
}
.fw-normal {
  font-family: 'Kabyta-Regular', sans-serif !important;
} */
/* Inter FONT FAMILY */
.fw-semibold {
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Kabyta-SemiBold', sans-serif !important;
  font-weight: 600;
  font-style: normal;
}
.fw-bold {
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Kabyta-SemiBold', sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
.fw-light {
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Kabyta-SemiBold', sans-serif !important;
  font-weight: 300;
  font-style: normal;
}
.fw-normal {
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-style: normal;
}



/* Default (light theme) */
:root {
  --background-color: #272727;
  --text-color: #B6B2B2;
  --primary-color: #007bff;
  --product-bg-color: #191D23;
  --secondary-color: rgb(237, 96, 45);
  --tertiary-color: #B6B2B2;
  --link-color: #1B51B3;
  --blue-color: #1B51B3;
  --border-color: #dddddd;
  --white-color: #fff;
  --black-color: #000;
  --light-black-color: #0A0A0A;
}

/* Dark theme */
/* [data-theme="dark"] {
  --background-color: #f5f5f5;
  --text-color: #181818;
  --primary-color: #ffffff;
  --secondary-color: #FF7F50; 
  --link-color: #1B51B3;
  --border-color: #444444;
} */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
/* General Body Styles */
body {
  background-color: var(--background-color);
  color: var(--text-color);
  /* font-family: 'Kabyta', sans-serif !important; */
  /* font-family: 'Kabyta-SemiBold', sans-serif !important; */
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Inter', sans-serif !important;

  font-size: 16px;
  line-height: 1.6;
  font-weight: 100;
  margin: 0;
  padding: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  width:100%;
  overflow-x: hidden !important;
  /* overflow-y: auto; */
}
html{
  width: 100%;
  overflow-x: hidden !important;
}
ul,li{
  padding: 0;
  margin: 0;
}

/* Links */
a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.3s ease;
  /* font-family: 'Kabyta-SemiBold', sans-serif !important; */
}

a:hover,
a:focus {
  color: darken(var(--link-color), 10%);
}
.nav-link {
  color: var(--text-color);
  text-decoration: none;
  /* font-family: 'Kabyta-SemiBold', sans-serif !important; */
  transition: color 0.3s ease;
}
.nav-link.active,
.nav-link:hover,
.nav-link:focus {
  text-decoration: underline;
  color: var(--text-color) !important;
  text-decoration-color: var(--secondary-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
.tab-link.active,
.tab-link:hover,
.tab-link:focus {
  text-decoration: none !important;
  /* border: 3px solid var(--secondary-color) !important; */
  color: var(--text-color) !important;
  background-color: transparent !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}

.vedio-nav.active,
.vedio-nav:hover,
.vedio-nav:focus {
  text-decoration: none !important;
  border: none !important;
  border-bottom: 2px solid var(--secondary-color) !important;
  color: var(--text-color) !important;
  background-color: transparent !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}



/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
  
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kabyta-SemiBold', sans-serif !important;
}
.Kabyta-SemiBold {
  font-family: 'Kabyta-SemiBold', sans-serif !important;
}
.Kabyta-SemiBold {
  font-family: 'Kabyta-SemiBold', sans-serif !important;
}
h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
  font-weight: normal;
}

/* Paragraphs */
p {
  font-size: 1em;
  color: var(--text-color);
  margin-bottom: 1em;
  line-height: 1.4;
}

/* Borders */
hr {
  border: 1px solid var(--border-color);
  margin: 2em 0;
}

/* Buttons */
button {
  padding: 0.5em 1.5em;
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
  background-color: darken(var(--primary-color), 10%);
  /* transform: translateY(-2px); */
}

button:focus {
  outline: none;
}
.ellips-1{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* img */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Form elements */
/* Your existing styles */
.form-control {
  height: 34px !important;
  padding: auto !important;
}

.form-control:disabled {
  background-color: rgb(65, 65, 65); /* Updated from rgb(65, 65, 65) to --background-color (#272727) */
  color: var(--text-color); /* #B6B2B2 */
}

input:-internal-autofill-selected {
  /* background-color: var(--background-color) !important; Updated from rgb(65, 65, 65) to --background-color (#272727) */
  background-color: rgb(65, 65, 65) !important; /* Updated from rgb(65, 65, 65) to --background-color (#272727) */
  color: var(--text-color) !important; /* #B6B2B2 */
}

input:-webkit-autofill {
  background-color: rgb(65, 65, 65) !important; /* Updated from rgb(65, 65, 65) to --background-color (#272727) */
  -webkit-box-shadow: 0 0 0px 1000px rgb(65, 65, 65) inset !important;
  -webkit-text-fill-color: var(--white-color) !important; /* Updated to --white-color (#fff) */
}

.form-label {
  color: var(--white-color); /* #fff */
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.custom-input,
.custom-select,
.custom-textarea,input,select,textarea {
  background-color: transparent !important; 
  border: 1px solid  #4C4C4C !important;
  color: var(--text-color, #979797) !important;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.custom-input:focus,
.custom-select:focus,
.custom-textarea:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 1) !important; /* Updated to match --primary-color with opacity */
  outline: none;
  background-color: var(--product-bg-color) !important; /* #191D23 */
  color: var(--text-color) !important; /* #B6B2B2 */
}

.custom-input:disabled,input:disabled {
  background-color: var(--background-color); /* Updated from #505050 to --background-color (#272727) */
  color: var(--text-color) !important; /* #B6B2B2 */
  border: 1px solid var(--border-color); /* #dddddd */
  cursor: not-allowed;
}

.custom-select,select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B6B2B2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
}

.custom-textarea,textarea {
  resize: vertical;
  min-height: 80px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--layout-color); /* --primary-color (#007bff), --layout-color (undefined, fallback to --background-color) */
}

.custom-input.filled,
.custom-select.filled,input.filled,
select.filled {
  background-color: var(--product-bg-color); /* Updated to --product-bg-color (#191D23) */
  color: var(--text-color); /* Updated to --text-color (#B6B2B2) */
  border: 1px solid rgba(255, 255, 255, 0.1); /* Kept as is, matches --white-color with opacity */
}

.custom-textarea::-webkit-scrollbar,textarea::-webkit-scrollbar {
  width: 6px;
}

.custom-textarea::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track {
  background-color: var(--background-color); /* Updated from --layout-color to --background-color (#272727) */
  border-radius: 10px;
}

.custom-textarea::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb  {
  background-color: rgba(0, 123, 255, 0.6); /* Updated to match --primary-color (#007bff) with opacity */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.custom-textarea::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color); /* Updated to --primary-color (#007bff) */
}

.custom-checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-checkbox-container label {
  margin-bottom: 0 !important;
}

.custom-checkbox {
  width: 18px;
  height: 18px;
  background-color: var(--product-bg-color); /* Updated to --product-bg-color (#191D23) */
  border: 1px solid var(--border-color); /* Updated to --border-color (#dddddd) */
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.custom-checkbox:checked {
  background-color: var(--primary-color); /* Updated to --primary-color (#007bff) */
  border-color: var(--primary-color); /* Updated to --primary-color (#007bff) */
}

.custom-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color); /* #fff */
  font-size: 12px;
}

.custom-checkbox:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2); /* Updated to match --primary-color (#007bff) with opacity */
  outline: none;
}
/* .form-control {
  height: 34px !important;
  padding: auto !important;
  font-size: 14px;
  border: 1px solid #4C4C4C;
  color: #979797 !important;
  background-color: transparent;
  border-radius: 5px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

input,
textarea,
select {
    padding: 0.5em;
    border: 1px solid var(--border-color, #4C4C4C);
    border-radius: 5px;
    background-color: transparent !important;
    color: var(--text-color, #979797) !important;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

input[type="checkbox"] {
  border-color: var(--tertiary-color, #4C4C4C);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary-color, #007bff);
  outline: none;
} */
/* Loading Spinner */
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100px;
  max-height: 100vh;
  background-color:var(--background-color) !important;
  flex-direction: column;
  gap: 10px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgb(237, 96, 45,0.3);
  border-radius: 50%;
  border-top: 4px solid var(--secondary-color);
  animation: spin 1s linear infinite;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Additional styles for tabs and buttons */
.nav-tabs {
  border-bottom: 1px solid #4C4C4C;
}
.nav-tabs>.nav-item{
  display: block;
  width: 50%;
}

.nav-tabs .nav-link {
  width: 100%;
  color: var(--text-color, #979797);
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;

}

.nav-tabs .nav-link.active {
  /* color: var(--primary-color, #007bff); */
  color: #fff;
  background-color: transparent;
  /* border-color: var(--secondary-color); */
  border: 2px solid var(--secondary-color);
}

.nav-tabs .nav-link:hover {
  /* border-color: var(--secondary-color); */
  /* color: var(--primary-color, #007bff); */
  color: #fff;
  border: 2px solid var(--secondary-color);
}
.nav-tabs>.nav-link.active,
.nav-tabs>.nav-link:hover,
.nav-tabs>.nav-link:focus {
  text-decoration: none !important;
}
/* .btn-primary {
  background-color: var(--primary-color, #007bff);
  border-color: var(--primary-color, #007bff);
  font-family: 'Titillium Web', sans-serif;
  border-radius: 5px;
  padding: 0.5em 1em;
  transition: background-color 0.3s ease;
} */

/* .btn-primary:hover {
  background-color: darken(var(--primary-color, #007bff), 10%);
  border-color: darken(var(--primary-color, #007bff), 10%);
} */

/* File input styling */
/* input[type="file"] {
  padding: auto !important;
} */

/* input[type="file"]::file-selector-button {
  background-color: var(--secondary-color);
  color: white;
  border: none;
  padding: 0.3em 0.8em;
  border-radius: 3px;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
} */

/* input[type="file"]::file-selector-button:hover {
  background-color: darken(var(--secondary-color), 1%) !important;
} */

/* Cards/Containers */
.card {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

[data-theme="dark"] .container,
[data-theme="dark"] .card {
  background-color: #2c2c2c;
  border-color: #444444;
}

/* Table Styles */
/* table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

table th,
table td {
  padding: 1em;
  text-align: left;
  border: 1px solid var(--border-color);
}

table th {
  background-color: var(--primary-color);
  color: #ffffff;
}

table tr:nth-child(even) {
  background-color: #f8f9fa;
}

[data-theme="dark"] table th {
  background-color: var(--primary-color);
}

[data-theme="dark"] table tr:nth-child(even) {
  background-color: #333333;
} */

.text-secondary {
  color: var(--secondary-color) !important;
}
.text-tertiary {
  color: var(--tertiary-color) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.text-black {
  color: var(--text-color) !important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bg-tertiary {
  background-color: var(--tertiary-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-black {
  background-color: var(--black-color) !important;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-100 {
  padding-top: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-25 {
  padding-bottom: 25px;
}

/* font size */
.fs-60 {
  font-size: 60px;
}
.fs-50 {
  font-size: 50px;
}
.fs-40 {
  font-size: 40px;
}
.fs-36 {
  font-size: 36px;
}
.fs-30 {
  font-size: 30px;
}
.fs-28 {
  font-size: 28px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.fs-10 {
  font-size: 10px;
}
.line-height-1 {
  line-height: 1;
}

.rounded-16{
  border-radius: 16px !important;
}
.rounded--tl16{
  border-radius: 16px 0 0 0 !important;
}
.rounded--tr16{
  border-radius: 0 16px 0 0 !important;
}
.rounded--bl16{
  border-radius: 0 0 16px 0 !important;
}
.rounded--br16{
  border-radius: 0 0 0 16px !important;
}
.rounded-24{
  border-radius: 24px !important;
} 
/* button style custom class  */
.btn-custom-outline {
  background-color: transparent;
  border: 1px solid var(--blue-color);
  color: var(--white-color);
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 3px;
  width: auto !important;
}
.btn-custom-outline:hover {
  background-color: var(--blue-color);
  color: #fff;
}
.btn-custom-outline:focus {
  outline: none;
  box-shadow: 0 0 5px var(--blue-color);
}/* button style custom class  */
.btn-custom-secondary-outline {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 3px;
  width: auto !important;
}
.btn-custom-secondary-outline:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.btn-custom-secondary-outline:focus {
  outline: none;
  box-shadow: 0 0 5px var(--secondary-color);
}/* button style custom class  */

.reorder-action-btns .btn-custom-secondary-outline,.btn-custom {
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-custom {
  background-color: var(--blue-color);
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 3px;
  width: auto !important;
 
}
.btn-custom:hover {
  background-color: var(--white-color);
  color: var(--blue-color);
}
.btn-custom:focus {
  outline: none;
  box-shadow: 0 0 5px var(--blue-color);
}

  .btn-seondary-custom {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 3px;
    width: auto !important;
 
}
.btn-seondary-custom:hover {
  background-color: var(--secondary-color);
  color: var(--blue-color);
}
.btn-seondary-custom:focus {
  outline: none;
  box-shadow: 0 0 5px var(--secondary-color);
}


.playground-link{
  color: var(--white-color);
  /* font-size: 34px; */
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid var(--secondary-color);
}

/* hero-section  */

.hero-section {
  position: relative;
}

.hero-section-image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50px;
  right: 50px;
  bottom: 0;
  z-index: -1;
  background-image: url('../images/header-bg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section-heading {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--text-color);
  text-align: center;
  margin: 0;
  line-height: 1;
  letter-spacing: 5px;
  
  font-family: 'Kabyta', sans-serif !important;
}

.text-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .hero-section-sub-heading {
  font-size: 44px;
  color: var(--text-color);
  text-align: center;
  /* font-family: 'Kabyta-SemiBold', sans-serif !important; */
}
.action-cell{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: end;
  /* padding: 16px !important; */
}
/* hero-section  */



/* Product Card */


.product-card {
  /* background-color: var(--product-bg-color); */
  background-color: black;
  border-radius: 20px;
  margin-bottom: 20px;
}
.product-card img {
  /* width: 100%; */
  padding: 0 20px;
  height: 300px !important;
  object-fit: cover;
object-position: center;
}
/* .product-card:first-of-type > div > img {
  height: auto !important;
} */


.product-card .product-card-body {
  padding: 30px;
  border-radius: 0 0 20px 20px;
  /* background-color: var(--product-bg-color); */
  
  color: var(--white-color);
}
.product-card-content{
  width: 75%;
}
.product-card-content>a>h2{
  width: 100%;
  white-space: nowrap;           /* Keep text in a single line */
  overflow: hidden;              /* Hide overflowing text */
  text-overflow: ellipsis; 
}
.product-card-body a {
  color: var(--white-color);
  /* font-family: 'Kabyta-SemiBold', sans-serif !important; */
  text-decoration: underline !important;
  text-decoration-color: var(--secondary-color) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}
.pro-main-description{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 78%;
}

.product-card-body a.text-decoration-none {
  text-decoration: none !important;
}

.product-card-body a:hover {
  opacity: 0.8;
}

.divider {
  margin-top: -15px;
  width: 1px;
  height: 50px;
  background-color: #555;
  /* soft gray line */
}

.big-divider {
  width: 1px;
  height: 70px;
  background-color: #555;
  /* soft gray line */
}




/* FAQS */
.custom-accordion .accordion-item {
  background-color: var(--primary-color);
  /* Dark background */
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.custom-accordion .accordion-header{
  border-radius: 10px;
}

.custom-accordion .accordion-button {
  background-color: var(--primary-color);
  color: #fff;
  /* Your custom font */
  font-size: 1.2rem;
  padding: 1rem; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  box-shadow: none;
  padding: 40px 20px;
  border-radius: 10px 10px 0 0;

}

.custom-accordion .accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  background-color: #000;
  color: #0d6efd;
  font-weight: 400;
  border-radius: 50%;
  /* border: 1px solid #0d6efd; */
  border: 2px solid #000;
  width: 30px;
  height: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  padding-left: 2px;
  padding-bottom: 2px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #ED602D;
  /* Orange */
  border-color: #ED602D;
  padding: 0;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  background-color: var(--primary-color);

}

/* .custom-accordion .accordion-item on collaped */
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: var(--black-color);
}
.custom-accordion .accordion-body {
  background-color: var(--black-color);
  color: #aaa;
  font-size: 0.9rem;
  border-radius: 0 0 10px 10px;
}


/* Footer */
.footer ul.footer-links li a{
  color: var(--text-color);
  font-size: 14px;
}
.footer ul.footer-links li a:hover{
  color: var(--secondary-color)
}


.footer-banner {
  border-radius: 10px;
  margin-bottom: 2rem;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.company-link{
  color: var(--tertiary-color);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.company-link:hover{
  color: var(--secondary-color);
} 
.banner-content {
  width: 70%;
  background-color: #131619;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 20px;

}

.banner-button {
  width: 30%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #090A0D;
}

.banner-button a {
  color: var(--white-color);
  padding: 3px;
  margin-right: -20px;
  display: block;
  border-bottom: 1px solid var(--secondary-color);
}



















/*RESPONSIVE*/
@media(max-width: 1400px){
  .fs-36 {
      font-size: 30px;
  }
  .fs-14 {
      font-size: 12px;
  }
  .hero-section-heading{
      font-size: 90px;
  }
  .product-card{
      border-radius: 10px;
  }
  .product-card .product-card-body{
      padding: 20px;
      border-radius: 0 0 10px 10px;
  }
}
@media (max-width:992px) {
  .parts-image-1{
    height: 416px !important;
  }
  .parts-image-other{
    height: 200px !important;
  }
}
@media(max-width: 767px){
  .hero-section-image:before{
    display: none;
  }
  .hero-section-heading{
    font-size: 40px;
  }
  .fs-50 {
    font-size: 34px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .product-card img {
    height: auto !important;
  }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-card-body a {
    font-size: 14px;
  }
  .hero-section .hero-section-sub-heading {
    font-size: 35px;
  }
  .product-card-content>a>h2 {
    font-size: 30px !important;
  }
  .popup-content {
    width: 100%;
    padding: 20px;
  }
  table{
    display: block !important;
  }

}
@media (max-width:400px) {
  .parts-image-1{
    height: 310px !important;
  }
  .parts-image-other{
    height: 150px !important;
  }
  .parts-bt-container>.btn-custom-outline,.parts-bt-container>.btn-custom {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }
  .parts-bt-container{
    flex-direction: column;
    align-items: start;
  }
}























.product-page-image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 500px;
  bottom: 0;
  z-index: -1;
  background-image: url('../images/product-page-2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.drone-navigation-container {
  width: 100%;
  /* max-width: 1200px; */
  overflow-x: auto;
  background-color: var(--black-color);
  border-radius: 8px;
}

.drone-navigation {
  display: flex;
  justify-content: space-around;
}

.drone-item {
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem;
  /* border-radius: 8px; */
  transition: all 0.3s ease; 
}
.drone-item:hover {
  background-color: var(--primary-color);
}
.drone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .drone-item {
    min-width: 100px;
    width: 100px;
  }
}

.drone-name {
  font-size: 0.8rem;
  color: #ccc;
  text-align: center;
}
.search-input{
  width: 100%;
}
.search-input input{
  width: 100%;
  padding: 6px 10px !important;
  border: none;
  background-color: var(--product-bg-color) !important;
}
.search-input input:focus{
  border: 0.2px solid var(--tertiary-color);
}
.search-button .btn-custom {
  display: flex;
  align-items: center;
  /* width: 100% !important; */
  padding: 8px 20px !important;
  gap: 5px;
}
.part-card{
  margin: 10px 0;
}
.parts-image-1{
  height: 518px;
  background-color: var(--black-color);
  padding: 50px 100px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .parts-image-1{
    margin-bottom: 20px;
  }
}
.parts-image-other{
  height: 250px;
  padding: 25px 44px;
  border-radius: 10px;
  background-color: var(--black-color);
}
.parts-image-1 img,
.parts-image-other img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.part-image{
  border-radius: 10px 10px 0 0;
}
.part-content{
  background-color: #0A0A0A !important;
  border-radius:  0 0 5px 5px !important;
}
.part-content h3{
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  height: 3.2em; /* 2 lines of text */
  max-height: 3.2em; /* 2 lines of text */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  
}
.part-content h3 a{
  color: var(--white-color);
  transition: all 0.3s ease-in-out;

}
.part-content h3 a:hover{
  color: var(--tertiary-color);
}

.part-price{
  font-weight: 600;
}
.part-button a{
  color: var(--white-color);
  /* font-family: 'Kabyta-SemiBold', sans-serif !important; */
  text-decoration: underline !important;
  text-decoration-color: var(--blue-color) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
  transition: all 0.3s ease-in-out;
}
.part-button a:hover{
  color: var(--tertiary-color);
}
.part-button a i{
  color: var(--blue-color);
  margin-left: 3px;
  
} 
.pro-detail-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  z-index: -1;
  top: -80px;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
object-position: center;
  z-index: -1;
}
.pro-detail-hero-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.detail-hero-section-content{
  position: relative;
  z-index: 2;
  text-align: center;
}
.section02 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

.section02-content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;

}
.section02-content h2 {
  font-size: 46px;
  font-weight: 600;
  color: var(--border-color) !important;
  line-height: 120%;
}
@media (max-width: 991px) {
  .section02-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section02-content{
    width: 80%;
  }
  .section02-content h2 {
    font-size: 30px;
  }
}

.pro-detail-hero-section h2{
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px !important;
  line-height: 100%;
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  color: var(--border-color) !important; 
}




.feature-box {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background-color: var(--black-color);
}

.feature-img {
  height: 100%;
  object-fit: cover;
object-position: center;
  width: 100%;
}

.equal-height {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .header{
    padding-left:1rem !important;
    padding-right:1rem !important;
  }
}

@media (max-width: 500px) {
.playground-link {
  font-size: 20px !important;
}
.playground-link>i{
  font-size: 18px !important;
}
.drone-specs{
  flex-direction: column !important;
  align-items: center;
}
.big-divider {
  width: 80% !important;
  height: 1px !important;
  margin: 10px 0 !important;
}
.t-center-sm{
  text-align: center !important;
}
.product-card-content>div{
  flex-direction: column !important;
  align-items: start !important;
}
.pro-main-description {
  width: 100% !important;
}
.pro-card-price{
  flex-direction: column;
}
.product-card-body>a>h2 {
  font-size: 30px;
}
.product-card-body a {
  width: 100%;
  margin-bottom: 10px;
}
.pro-info{
  width: 160px;
}
.nav-link {
  padding: .5rem 5px !important;
  font-size: 14px !important;
}
.pro-detail-hero-section h2 {
  font-size: 40px !important;
  letter-spacing: 2px !important;
}
.quantity-section>div:nth-child(1){
  flex-direction: column !important;
  align-items: start !important;
}
}
@media (min-width: 768px) {
  .equal-height {
    flex-direction: row;
  }
  
}

.feature-box p {
  font-size: 1.1rem;
  color: var(--text-color);
}
.feature-box h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 1rem;
  font-weight: 600;
  font-style: normal;
}


.des-img{
  width: 100%;
  height: 150px;
  object-fit: cover;
object-position: center;
}
.des-content h2{
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--white-color);
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  font-style: normal;
}
.des-content p{
  font-size: 1.1rem;
}

.des-section-3{
  border-radius: 5px !important;
  overflow: hidden;
}
.des-section-3-content h3{
  color: var(--white-color);
  font-size: 2rem;
  font-weight: 600;
}
.des-section-3-content{
  background-color: var(--black-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
.des-section-3-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
object-position: center;
}
.des-section-3-image, .des-section-3-content{
  min-height: 300px !important;
}


/* Cart sidebar scrollbar styling */
.cart-sidebar {
  width: 600px;
  max-width: 100%;
  background-color: var(--product-bg-color);
  color: var(--text-color);
  z-index: 1050;
  transition: transform 0.3s ease-in-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.cart-sidebar::-webkit-scrollbar {
  width: 5px !important;
}

.cart-sidebar::-webkit-scrollbar-track {
  background: var(--primary-colors) !important;
}

.cart-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--primary-color );
  border-radius: 20px;
}
.cart-numbering{
  background-color: transparent;
  border: 1px solid #3a4456;
  color: var(--white-color);
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 5px;
}
.cart-plus-btn {
  background-color: transparent;
  border: 1px solid var(--blue-color);
  color: var(--white-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cart-plus-btn:hover {
  background-color: var(--blue-color);
  color: #fff;
}
.cart-plus-btn:focus {
  outline: none;
  box-shadow: 0 0 5px var(--blue-color);
}/* button style custom class  */
.cart-table{
  background-color:transparent !important;
  color: var(--white-color) !important;
  border: none !important;
}
.cart-table th,
.cart-table td {
  border-bottom: 1px solid rgb(182, 178, 178) !important;
}

table{
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto !important;
}

/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

.popup-content {
  background: #272727;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  max-width: 450px;
  width: 100%;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup-transition {
  transform: scale(1);
  opacity: 1;
}

.popup-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.popup-content p {
  font-size: 15px;
  color: #b6b2b2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.profile-card {
  background: var(--primary-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.profile-card>.profie-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
object-position: center;
  border: 4px solid var(--secondary-color);
}

.profile-card h1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--white-color);
}

.profile-card p {
  color: var(--text-color);
  margin-top: 8px;
}

.order-btn {
  padding: 4px 16px !important;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 8px;
  /* margin-top: 16px; */
  transition: background 0.3s;
}

.order-btn:hover {
  background: #d55528; 
}

.order-card {
  background: var(--product-bg-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 24px;
}

.order-card h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 24px;
}

.order-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  transition: max-height 3s ease-in-out;
  overflow: hidden;
}

.order-table thead {
  background: var(--primary-color);
  color: var(--tertiary-color);
}

.order-table th {
  padding: 16px;
  font-weight: 600;
}

.order-table tbody tr {
  border-bottom: 1px solid var(--primary-color);
}

.order-table tbody tr:hover {
  background: #2a2e34; /* Slightly lighter shade for hover */
}

.order-table td {
  padding: 16px;
  color: var(--white-color);
}

.order-table td:nth-child(2) {
  color: var(--text-color);
}
.status-badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: capitalize;
}

.status-badge.delivered{
  background-color: rgba(40, 167, 69, 0.2);
  color: #4cd964;
  border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-badge.cancelled {
  background-color: rgba(220, 53, 69, 0.2);
  color: #ff6b6b;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

.status-badge.shipped {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.status-badge.processing {
  background-color: rgba(13, 110, 253, 0.2);
  color: #0d6efd;
  border: 1px solid rgba(13, 110, 253, 0.3);
}

.status-badge.pending {
  background-color: rgba(108, 117, 125, 0.2);
  color: #6c757d;
  border: 1px solid rgba(108, 117, 125, 0.3);
}

.status-badge.received {
  background-color: rgba(0, 123, 255, 0.2);
  color: #0d6efd;
  border: 1px solid rgba(0, 123, 255, 0.3);
}


.status {
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

.status.delivered {
  background: #2a4b3e; /* Darker green for the dark theme */
  color: #a3e635; /* Lighter green text */
}

/*  */
.customVideoTabsDesign{
  justify-content: center;
  border: none;
  /* gap: 10px; */
}
.customVideoTabsDesign .nav-item{
  width: auto !important;
}
.customVideoTabsDesign .nav-link {
  padding: 0 10px;
  border: none;
  border-bottom: 2px solid var(--primary-color);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
}
/* .customVideoTabsDesign .nav-link:hover,
.customVideoTabsDesign .nav-link.active {
  border-width: 1px;
  text-decoration: none !important;
  
  border-bottom: 2px solid var(--secondary-color) !important;
} */





.payment-image-input{
  padding: 0 !important;
  border: 1px solid #4C4C4C;
  border-radius: 5px;
  background-color: transparent !important;
  color: var(--text-color, #979797) !important;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.payment-image-input:focus{
  border: 1px solid var(--primary-color, #007bff);
  outline: none;

}

.cancel-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cancel-button:hover {
  background-color: #ff1a1a;
}







