@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');


@font-face {
  font-family: 'Gopher';
  src: url('../fonts/Gopher-Medium.woff2') format('woff2'),
    url('../fonts/Gopher-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;

}

main {
  /* overflow: hidden; */
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

header {
  padding: 0px 0;
}

header .navbar ul li a {
  color: #000;
  font-family: "Outfit", sans-serif;

  &:hover {
    color: ;
  }
}

header .btn {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  background: #000;
  transition: 0.3s;
  border: 1px solid transparent;

  &:hover {
    background: #ffff;
    border: 1px solid #000;
  }
}

header .navbar ul li a {
  color: #000;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}

header .navbar ul li {
  font-family: "Outfit", sans-serif;
  transition: color 0.3s ease;


}


.main-banner-star p {
  text-align: center;
  color: #ffff;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}

.main-banner-star h2 {
  font-size: 80px;
  font-family: "Syne", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

header .navbar ul {
  gap: 30px;

}

.header-icons li i {
  color: #000;
}

.header-icons li {
  border: 1px solid #000;
  padding: 8px 12px;
  border-radius: 50%;
}

.header-icons {
  display: flex;
  margin: 0 15px;

}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1500px;
}

.banner .banner-text .theme-p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.banner .banner-text h2 {
  font-family: 'Gopher';
  color: #ffff;
  font-size: 70px;
}

.banner {
  /* background: url(../images/banner-image.png); */
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/tectib.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
}

.banner-text ul {
  display: flex;
  gap: 30px;
}

.banner-text ul .first-theme-btn a {
  color: #000;
  background-color: #fff;
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  padding: 10px 20px;
  display: block;
  border-radius: 50px;
  transition: 0.3s;

  &:hover {
    background: #000;
    color: #fff;
  }
}

.banner-text ul {
  padding: 30px 0;
}

.banner-text ul .second-theme-btn a {
  color: #fff;
  background-color: transparent;
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  padding: 10px 20px;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.3s;

  &:hover {
    background: #000;

  }


}

.sec-banner-process a {
  color: #fff;
  background-color: #000;
  padding: 15px 20px;
  display: block;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  width: fit-content;
  transition: 0.3s;
  border: 1px solid transparent;

  &:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }
}

.sec-banner-process p {
  color: #000;
  font-family: "Outfit", sans-serif;

  padding: 15px 0;
}

.sec-banner-process h2 {
  font-family: 'Gopher';
  font-size: 60px;
}

.sec-banner-process {
  padding: 80px 0;
}

.sec-banner-process .parts-images {
  position: relative;
}

.sec-banner-process .parts-images img {
  width: 52%;
  /* position: absolute; */
  display: flex;
  top: -85px;
  align-items: end;
  justify-content: end;
  margin: 0 auto;
}

.top-selling {
  padding: 80px 0;
}

.top-selling .banner-top-selling p {
  text-align: center;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin: 10px auto;
  width: 40%;
}

.top-selling .banner-top-selling h2 {
  text-align: center;
  font-family: 'Gopher';
  color: #000;
  font-size: 50px;
  width: 60%;
  margin: 0 auto;
}

.top-selling .card-text p strong {
  font-size: 22px;
  padding: 10px 0;
}

.top-selling .card-text p {
  color: #000;
  font-family: 'Gopher';
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.top-selling .stock-iconic {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 5px 0;
}

.top-selling .card-start li i {
  color: #C3FF00;
}

.top-selling .card-start {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.stock-iconic li {
  font-size: 18px;
  font-family: 'Gopher';
  color: #000;
}

.main-opper button,
.main-opper .view-all-products {
  display: flex;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  gap: 10px;
  padding: 10px 15px;
  font-family: "Outfit", sans-serif;
  border-radius: 50px;
  border: none;
  transition: 0.3s;
  border: 1px solid transparent;
  margin-top: 45px;
  width: fit-content;

  &:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
  }


}

.riders .bbs a {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  margin: 25px 0;
  border: 1px solid transparent;

  &:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
  }
}

.riders {
  padding: 80px 0;
}

.theme-p {

  color: #000;
  font-family: "Outfit", sans-serif;
  padding: 10px 0;

}

.riders .bbs ul li {
  color: #000;
  font-family: "Outfit", sans-serif;
  padding: 5px 0;
  font-size: 18px;
}

.riders .bbs h2 {
  color: #000;
  font-family: 'Gopher';
  font-weight: 500;
  font-size: 50px;
}

.testimonails .testimonails-text h2 {
  text-align: center;
  color: #000;
  font-family: 'Gopher';
  font-weight: 500;
  font-size: 50px;
}

.testimonails .testimonails-text p {
  color: #000;
  text-align: center;
}

.testimonails {
  padding: 80px 0;
}

.testimonails .card ul li h2 {
  color: #000;
  font-family: 'Gopher';
  font-size: 18px;
  font-weight: 500;
}

.testimonails .card ul {
  display: flex;
  gap: 25px;
  padding: 25px 0 5px 0;
  align-items: center;
}

.testimonails .card p {
  color: #000;
  padding: 2PX 0 0 0;
  font-family: "Outfit", sans-serif;
}

.testimonails .card {
  background-color: #F9F9F9;
  padding: 20px 30px;
  border: 1px solid #000;
  border-radius: 20px;
}


.contact-us ul li input::placeholder {
  color: #818181;
  font-family: 'Gopher';

}

.contact-us ul li input {
  width: 100%;
  height: 50px;
  background: #0000;
  outline: none;
  border: 1px solid #818181;
  padding: 0 0 0 15PX;
  border-radius: 12px;
}

.contact-us ul li label {
  display: block;
  color: #000;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10PX;

}

.contact-us ul li textarea {
  width: 100%;
  height: 150px;
  background: #0000;
  border-radius: 25px;
  padding: 10px 15px;
  font-family: "Outfit", sans-serif;
}

.contact-us ul li {
  width: 100%;
}

.contact-us ul {
  display: flex;
  gap: 25px;
  padding: 12px 0;
}

.contact-us p {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;

}

.contact-us h2 span {
  -webkit-text-fill-color: transparent;
  background: #000;
  -webkit-background-clip: text;
  font-family: 'Gopher';
  font-size: 50px;
}

.form-contact button {
  border: 1px solid #fff;
  background: #000;
  padding: 15px 0;
  display: block;
  width: fit-content;
  padding: 15px 15px;
  border-radius: 48px;
  margin-top: 15px;
  color: #ffff;
  font-size: 18px;
  font-family: "Outfit", sans-serif;

  &:hover {
    background: #000;
    color: #fff;
  }
}

footer .main-footer-loop p {
  color: #000;
  padding: 20px 0;
  font-family: "Outfit", sans-serif;
  width: 80%;
}

footer {
  padding: 40px 0 0 0;
}

footer .footer-head {
  color: #000;
  font-family: 'Gopher';
  font-size: 20px;
  padding-bottom: 27px;
}

section.contact-us {
  padding: 40px 0;
}

.page-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 100%), url(../images/maxresdefault.jpg);
}

.products-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 100%), url(../images/tectib.png);
}

.faqs-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 100%), url(../images/banner-image.png);
}

.legal-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 100%), url(../images/banner.png);
}

.dealer-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 100%), url(../images/tectib.png);
}

.page-hero-text h1 {
  color: #fff;
  font-family: 'Gopher';
  font-size: 64px;
  line-height: 1.05;
}

.page-hero-text p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  line-height: 28px;
  max-width: 720px;
}

.about-story,
.about-values,
.about-cta,
.dealer-page,
.products-page,
.faq-page,
.legal-page {
  padding: 80px 0;
}

.about-story-text h2,
.about-section-heading h2,
.about-cta h2,
.dealer-intro h2,
.dealer-form-card h2 {
  color: #000;
  font-family: 'Gopher';
  font-size: 50px;
  line-height: 1.1;
}

.about-story-text p,
.about-value-item p,
.about-cta p,
.dealer-intro p,
.dealer-form-card p {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-top: 14px;
}

.about-story-img {
  display: flex;
  justify-content: center;
}

.about-story-img img {
  max-width: 58%;
}

.about-section-heading {
  text-align: center;
  margin-bottom: 35px;
}

.about-value-item {
  height: 100%;
  padding: 28px;
  border: 1px solid #000;
  border-radius: 8px;
  background: #f9f9f9;
}

.about-value-item span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
}

.about-value-item h3 {
  color: #000;
  font-family: 'Gopher';
  font-size: 24px;
}

.about-cta {
  background: #000;
}

.about-cta h2,
.about-cta p {
  color: #fff;
}

.about-cta a {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.about-cta a:hover {
  color: #fff;
  background: #000;
}

.dealer-page {
  background: linear-gradient(180deg, #f7f8f5 0%, #ffffff 100%);
}

.dealer-intro h2,
.dealer-form-card h2 {
  font-size: 42px;
}

.dealer-image {
  margin: 30px 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  text-align: center;
}

.dealer-image img {
  max-width: 78%;
}

.dealer-highlights {
  display: grid;
  gap: 14px;
}

.dealer-highlights li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #101211;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.dealer-highlights span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #101211;
  border-radius: 50%;
}

.dealer-form-card {
  padding: 36px;
  background: #fff;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(16, 18, 17, 0.08);
}

.dealer-form-card form {
  margin-top: 24px;
}

.dealer-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.dealer-submit:hover {
  color: #000;
  background: #fff;
}

.product-list-item {
  height: 100%;
  display: block;
  padding: 24px;
  color: #000;
  background: #f9f9f9;
  border: 1px solid #000;
  border-radius: 8px;
  transition: 0.3s;
}

.product-list-item:hover {
  color: #000;
  transform: translateY(-4px);
}

.product-list-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-bottom: 18px;
}

.product-list-item h2,
.empty-page-message h2,
.faq-item h2 {
  color: #000;
  font-family: 'Gopher';
  font-size: 24px;
  line-height: 1.2;
}

.product-list-item span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.empty-page-message {
  text-align: center;
}

.empty-page-message p {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.legal-content {
  color: #000;
  font-family: "Outfit", sans-serif;
}

.legal-updated {
  margin-bottom: 28px;
  font-weight: 600;
}

.legal-content h2 {
  color: #000;
  font-family: 'Gopher';
  font-size: 28px;
  line-height: 1.2;
  padding-top: 26px;
}

.legal-content h2:first-of-type {
  padding-top: 0;
}

.legal-content p,
.legal-content a {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.legal-content p {
  padding-top: 10px;
}

footer .footer-links li {
  padding: 5px 0 10px 0;
}

footer .footer-links li a {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;

}

.copyright .main-tooper {
  background-color: #000;
  padding: 0 15px;
  border: 1px solid #fff;
  border-radius: 25px;
}

.copyright .main-tooper .last-tap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.copyright {
  padding: 10px 0;
}

.copyright .main-copy-right {
  display: flex;
  gap: 25px;
}

.copyright .main-tooper .last-tap li,
.copyright .main-tooper .last-tap li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.footer-links li {
  display: flex;
  gap: 15px;
}

.main-footer-payicon {
  margin-top: 15px;
}

.main-copy-right li i {
  font-size: 20px;
}

.main-footer-loop p {
  /* width: 100%; */
}

#header {
  position: sticky;
  top: 0;
  background: white;
  padding: 1rem;
  transition: transform 0.3s ease;
  z-index: 1000;
}

.hide-header {
  transform: translateY(-100%);
}

header .navbar .header-icons li:hover {
  background: #000;
}

header .navbar ul li:hover i {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
  color: #fff;

}

ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: white;
}

.dropdown-menu .dropdown-item {
  white-space: nowrap;
}

.nav-item.dropdown:hover>.dropdown-menu {
  display: flex !important;
  /* or block, depending on your layout */
  flex-wrap: wrap;
  gap: 10px;
}

/* Optional: fix positioning */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  z-index: 1000;
  padding: 10px;
  width: 300px;
  /* adjust as needed */
}

/* Prevent Bootstrap JS interference */
.navbar .dropdown-toggle::after {
  display: none;
  /* optional: hide the caret icon */
}

.dropdown-menu {
  position: absolute;
  flex-wrap: wrap;
  width: 300px;
  /* or more depending on content */
  padding: 10px;
  gap: 10px;
}

/* Each item takes up about 1/3rd of the container */
.dropdown-menu .dropdown-item {
  flex: 0 0 calc(33.33% - 10px);
  /* 3 per row with some gap */
  text-align: center;
  padding: 5px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  width: 300px;
  padding: 10px;
  gap: 10px;
  background-color: white;
  z-index: 1000;
}

.logo-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  /* 3 columns */
  gap: 10px;
  padding: 15px;
  width: 360px;
  /* Optional: adjust to fit 3 logos nicely */
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Show on hover */
.nav-item.dropdown:hover .logo-grid {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.logo-grid img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s ease;
  height: 85px;
  object-fit: contain;
}

.logo-grid img:hover {
  transform: scale(1.05);
}

.dropdown-menu {
  width: 100% !important;
  background-color: #fff !important;
}


.looper h2 {
  color: #000;
  padding: 25px 0;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

.tabel-content {
  font-family: "Outfit", sans-serif;

}

.logo-grid {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background: #ffff;
  left: 0;
  gap: 10px !important;
  top: 50px;
  right: 0;
  width: 300px !important;
}

.logo-grid li a span {
  font-family: "Outfit", sans-serif;
  color: #000;
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
}

.table-item {
  overflow-x: auto;
  white-space: nowrap;
}

.table-item table {
  width: 100%;
  min-width: 800px;
  /* 必要に応じて調整 */
  border-collapse: collapse;
}

.table-item tr {
  flex-wrap: nowrap;
  width: 100%;
}

.table-item tr td {
  /*     flex: 1;いらないかも？ */
  font-size: 18px;
  font-weight: 500;
  padding: 25px 3%;
  vertical-align: middle;
  border-bottom: 1px solid #C6C6C6;
  line-height: 2;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
}
.table-item tr td .product-info{
  display: block;
  font-size: 14px;
  color: #666;
}

.table-item td.cell_01 {
  width: 20%;
  text-align: center;
  background: #F2F9F1;
  border-left: 1px solid #C6C6C6;
}

.table-item td.cell_02 {
  width: 20%;
  border-right: 1px solid #C6C6C6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-item tr.head td {
  border-top: 1px solid #C6C6C6;
}

.table-container {
  max-width: 1000px;
  margin: 2rem auto;
  overflow-x: auto;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: white;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
}

.styled-table thead tr {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border-bottom: 3px solid #1a2634;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f8f9fa;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #2c3e50;
}

.styled-table tbody tr:hover {
  background-color: #f1f4f7;
  transition: background-color 0.3s ease;
}

.styled-table tfoot tr {
  background-color: #e9ecef;
  font-style: italic;
  font-size: 0.9em;
  border-top: 2px solid #2c3e50;
}

.header-row th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  border: 1px solid #808080;
}

.data-row td {
  color: #495057;
  font-weight: 500;
}

.data-row td:first-child {
  color: #2c3e50;
  font-style: italic;
}

.footer-row td {
  padding: 10px 15px;
  color: #6c757d;
}

.tabel-content {
  display: flex;
}

.tabel-content img {
  width: 100%;

}

.tabel-content ul li img {
  width: 150px;
}

.tabel-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.add-to-cart {
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  background-color: #000;
  transition: 0.3s;
  border: 1px solid transparent;

  &:hover {
    background-color: #ffff;
    border: 1px solid #000;
    color: #000;
  }
}
.checkout-page h4{
  font-family: 'Gopher';
  font-size: 30px;
  margin-bottom: 20px;
}
.checkout-page h5{
  font-family: 'Gopher';
  font-size: 24px;
}
.checkout-page h6{
  font-family: 'Gopher';
  font-size: 18px;
}

.cart-summary {
  position: sticky;
  top: 80px;
}
.cart-summary .product-list {
  margin-bottom: 30px;
}

.cart-summary .product-list li {
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
}

.cart-summary .product-list li img {
  width: 80px;
  margin-right: 20px;
}
.cart-summary .pricing > *{
display: flex;
justify-content: space-between;
}

.cart-summary h6 {
  font-size: 16px;
  margin-bottom: 8px;
}

.input-field label{
  font-family: "Outfit", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.input-field input,
.input-field select,
.input-field textarea{
  font-family: "Outfit", sans-serif;
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.input-field textarea{
  resize: none;
  height: 120px;
}
.input-field input:focus,
.input-field select:focus,
.input-field textarea:focus{
  border-color: #000;
}
.checkbox-field{
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkbox-field label{
    font-family: "Outfit", sans-serif;
  display: block;
  cursor: pointer;
}
.faq-page {
  padding: 92px 0;
  background: linear-gradient(180deg, #f6f7f4 0%, #ffffff 100%);
  font-family: "Outfit", sans-serif;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.faq-support-panel {
  position: sticky;
  top: 110px;
  padding: 32px;
  color: #fff;
  background: #101211;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.faq-support-panel .theme-p {
  color: #d7f5ce;
  padding: 0 0 14px;
}

.faq-support-panel h2,
.faq-section-heading h2 {
  font-family: 'Gopher';
  line-height: 1.08;
}

.faq-support-panel h2 {
  color: #fff;
  font-size: 36px;
}

.faq-support-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 27px;
  padding-top: 16px;
}

.faq-support-panel a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #101211;
  background: #d7f5ce;
  border: 1px solid #d7f5ce;
  border-radius: 999px;
  padding: 13px 18px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.faq-main {
  min-width: 0;
}

.faq-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe3dc;
}

.faq-section-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 36px;
  color: #101211;
  background: #d7f5ce;
  border: 1px solid #b9ddb0;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.faq-section-heading h2 {
  color: #101211;
  margin: 0;
  font-size: 44px;
  text-align: right;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  padding: 0;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 18, 17, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.active {
  border-color: #101211;
  box-shadow: 0 22px 56px rgba(16, 18, 17, 0.11);
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 24px 26px;
  color: #101211;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  cursor: pointer;
  font-family: 'Gopher';
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

.faq-question i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101211;
  background: #f1f3ef;
  border: 1px solid #dfe3dc;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease;
}

.faq-answer p {
  padding: 0 78px 26px 26px;
  margin: 0;
  color: #3a403b;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.faq-answer a {
  color: #101211;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question i {
  color: #fff;
  background: #101211;
  border-color: #101211;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-support-panel {
    position: static;
  }
}

@media (max-width: 767px) {
  .faq-page {
    padding: 64px 0;
  }

  .faq-support-panel {
    padding: 24px;
  }

  .faq-support-panel h2,
  .faq-section-heading h2 {
    font-size: 30px;
  }

  .faq-section-heading {
    display: block;
  }

  .faq-section-heading h2 {
    margin-top: 12px;
    text-align: left;
  }

  .faq-question {
    font-size: 19px;
    padding: 20px;
  }

  .faq-answer p {
    padding: 0 20px 22px;
  }
}


@media print,
screen and (max-width: 768px) {

  .table-item table {
    min-width: 800px;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {}
