@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #F7F2E5 !important;

 

}
*{
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

}
.bg-orange{
	background-color: #F3701E;
}
.text-orange{
	color:#F3701E;
}
.brown-color{
	color: #443A20;
}
.navbar-nav li{
	padding-left: 30px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.auto-section {
  background: #fdf0e8;
  overflow: hidden;
  position: relative;
}

/* Title */
.main-title {
  font-size: 10.2rem;
  font-weight: 900;
  line-height: 1;
  color: #3b2a1a;
  text-transform: uppercase;
  padding-top: 10px;
}
.main_section{
	position: relative;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 5rem;
  }
  .floating-icons{
  	display: none;
  }
  .keyboard-img{
  	display: none;
  }
}

/* Keyboard Image */
.keyboard-img {
  width: 650px;
  max-width: 100%;
  margin-top: -30px;
  transform: rotateX(-30deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-40%);
  pointer-events: none;
}

/* Description */
.desc {
  max-width: 650px;
  margin: auto;
  font-size: 15px;
  color: #000;
}

/* Button */
.download-btn {
  background-color: #d9651d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

.download-btn:hover {
  background: #000;
  color: #fff;
}

/* Version text */
.version-text {
  font-size: 13px;
  color: #000;
}

/* Floating Icons */
.floating-icons .icon-box {
  position: absolute;
  font-size: 22px;
  color: #3b2a1a;
 
}

.floating-icons .icon-box:nth-child(1) {
  top: 10%;
  left: 20%;
}
.floating-icons .icon-box:nth-child(2) {
  top: 15%;
  right: 17%;
}
.floating-icons .icon-box:nth-child(3) {
  bottom: 30%;
  left: 10%;
}
.floating-icons .icon-box:nth-child(4) {
  bottom: 25%;
  right: 10%;
}
.box{
	
	border-bottom: 1px solid #F7F2E5;
	padding-bottom: 20px;
}
/* Orange switch */
.form-check-input:checked {
  background-color: #ff7a1a !important;
  border-color: #ff7a1a !important;
}

/* Title text */
.section-title {
  font-size: 40px;   /* increase size */
  font-weight: 600;
  white-space: nowrap; /* one line */
}

/* Mobile responsive */
@media (max-width: 576px) {
  .section-title {
    font-size: 18px;
    white-space: normal; /* allow wrap on mobile */
  }
}

.keyboard-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

/* Slider Layout */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease;
}

/* Slides */
.slide {
  flex: 0 0 33.33%;
  display: flex;
  justify-content: center;
  transition: 0.4s ease;
  opacity: 0.6;
  transform: scale(0.85);
}

.slide img {
  width: 100%;
  max-width: 320px;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Active (Center) Slide */
.slide.active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 2;
}

/* Line Indicator (like your image) */
.line-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.dot {
  width: 50px;
  height: 4px;
  background: #d8cfc4;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.dot.active {
  width: 70px;
  background: #3b2a1a;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%;
    opacity: 1;
    transform: scale(0.9);
  }

  .slide.active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }

  .slide img {
    max-width: 90%;
  }
}

.section-5{
	border-top-right-radius: 20%;
	border-top-left-radius: 20%;
}
.version-box{
	background-color: #6A5E3F;
	border-radius: 20px;
	padding: 10px;
	position: absolute;
	top:10px;
	right: 10%;
	transform: rotate(-20deg);
}
.version-content{
	background-color: #F1ECDF;
	border-radius: 20px;
	padding: 10px;
}
.version-content ul li {
	padding: 5px 0px;
	text-decoration: underline;
}
@media (max-width: 768px) {
  .version-box{
  	position: relative;
  	padding-top: 20px;
  	transform: rotate(0deg);
  	left: 50%;
  	transform: translateX(-50%);
  }
  .req_box{
  	width: 100%;
  }
}
.content-box{
	background-color: #EBE6D9;
	padding: 15px;
	border:1px solid grey;
}
.content-box p{
	color: grey;
}
.margin-100{
	margin-top: 100px;
}
.req_box{
	background-color: #6A5E3F;
	border-radius: 20px;
	padding: 20px;
		width: 60%;
		max-width: 100%;
	margin-top: 60px;
}
.req_content{
	background-color: #F1ECDF;
	border-radius: 20px;
}
.list-group li{
	border: none;
	outline-left: none;
	border-bottom: 1px solig grey;
	padding: 15px 10px;
	text-align: left;
	background-color: #F1ECDF;
}
.list-group li:nth-child(1){
	border-right: 1px solid grey;
	width: 150px;
}
@media (max-width: 768px) {
  
  .req_box{
  	width: 100%;
  }
}


/* Remove default Bootstrap styles */
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd; /* line style */
  padding: 5px 0;
}
.accordion-item{
	background: #F7F2E5 !important;
}
/* Question style */
.faq-accordion .accordion-button {
  background: none !important;
  box-shadow: none;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
  color: #3b2a1a;
}

/* Remove default arrow background */
.faq-accordion .accordion-button:not(.collapsed) {
  color: #ff7a1a;
}

/* Custom arrow icon */
.faq-accordion .accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 22px;
  font-weight: bold;
  color: #ff7a1a;
  transform: none !important;
  width: auto;
  height: auto;
}

/* Change icon on open */
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none !important;
}

/* Answer style */
.faq-accordion .accordion-body {
  padding: 0 0 15px 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
  }
}

.footer{
	background-color: #6A5E3F;
	padding: 10px;
}
.footer h2{
	color: #443A20;
	font-size: 8em;
	font-weight: bold;
}
@media (max-width: 768px) {
  .footer h2{
	color: #443A20;
	font-size: 4em;
	font-weight: bold;
}
}