
.main-footer {
    margin: 80px 0 0 0;
	    padding: 60px 0 0 0;
	background: #f4f4f4;
}
.foot_area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.head_adrs {
    display: flex;
    align-items: center;
margin: 0 0 30px 0;
    gap: 15px;
}
.head_adrs i {
    background: #ed5448;
    color: #fff;
    padding: 12px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}
.head_adrs p {
    color: #393838;
}
.foot_heading {
    font-size: 25px;
    margin: 0px 0 0px 0;
    font-weight: 500;
    color: #000;
}
.more_product {
    margin: 15px 0 0 0;
    text-indent: 0;
    display: flex;
	    gap: 15px;
    color: #393838;
    flex-direction: column;
}
.footer-link {
    font-size: 15px;
    font-weight: 500;
}
.cl {
	clear: both;
}
.footer-bottom {
background: #F4F4F4;
    padding: 0px 0;
}
.foot_col_2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.foot_adrs {
    display: grid;
    align-items: center;
    gap: 15px;
    border: 1px solid #000;
    padding: 15px 30px;
    border-radius: 15px;
    grid-template-columns: 45px auto;
}
.foot_adrs i {
    background: #ed5448;
    color: #fff;
    padding: 12px;
	    width: 18px;
    text-align: center;
    border-radius: 50%;
}
.foot_adrs p {
    color: #393838;
}
.copyright {
	border-top: 1px solid #000;
    margin: 70px 0 0 0;
    font-size: 14px;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}
.copyright a {
	color: #000;
	font-weight: 400;
}
.form_enquiry {
    margin: 40px 0 0 0;
}
.form_enquiry_area {
display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.form_enquiry_area input {
    width: 25%;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    color: #605D5D;
}
.form_enquiry_area button {
background: transparent;
    color: #393838;
    border: 2px solid #ee50459c;
    border-radius: 24px;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    width: auto;
}
.fixed_enquire {
    right: 5px;
    bottom: 250px;
    position: fixed;
    z-index: 999999;
}
.small_captcha_area {
    display: flex;
	    gap: 10px;
}
.small_captcha_area img {
    height: 50px;
    margin: 0 0 0 0;
    vertical-align: middle;
}
.small_capbox_box .input_small {
    width: 85px;
}
.about_fact {
    display: flex;
    gap: 20px;
}
.dis_non {
	display: none;
}
/* Add your custom styles here */
#features {
    margin-top: 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }

  .carousel-inner-items {
    display: flex;
    transition: transform 1s ease-in-out;
	line-height: 0;
  }

  .carousel-item {
    min-width: 100%;
  }

  .product-img {
    width: 100%;
    height: auto;
    object-fit: cover;
	    border-radius: 10px;
  }

  .carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 1.5em;
    cursor: pointer;
    background: none;
    border: none;
  }

  .prev-btn {
    left: 10px;
  }

  .next-btn {
    right: -685px;
  }
.in_banner_container {
    margin: 50px 0 0 0;
    padding: 0;
    z-index: 1 !important;
}
.in_banner_area {
display: grid;
    grid-template-columns: 720px auto;
    gap: 20px;
}
.in_banner_area h1 {
    margin: 0 0 20px 0;
	    font-size: 20px;
    font-weight: 400;
		    border-bottom: 2px solid #e3e3e3;
    padding: 0 0 20px 0;
}
.in_banner_area h2 {
	margin: 20px 0 0 0;
    font-size: 18px;
    padding: 0 0 0px 0;
    width: fit-content;
	position:relative;
}
.pro_txt {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
}
.about-text {
    font-size: 15px;
    margin: 10px 0 0 0;
}
ul.about-text li::marker {
	color: #ed5448;
}
.para_container {
	margin: 50px 0 0 0;
}
.faqs {
    padding: 2rem;
    width: 50%;
    float: right;
    height: 100%;
}
button {
    width: 100%;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

button:hover {
    transition: all 0.3s ease-in-out;
    color: hsl(14, 88%, 65%);
}

.answer {
    padding-top: 0;
    color: hsl(240, 6%, 50%);
    font-size: 15px;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.arrow {
    transition: transform 0.3s ease-in-out;
    align-self: center;
    object-fit: contain;
    width: 0.75rem;
    margin-left: 0.75rem;
    user-select: none;
    pointer-events: none;
}


.faqs h1 {
    margin-bottom: 1rem;
}

.faq-item {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.faq-item.active .answer {
    display: block !important;
    opacity: 1 !important;
}

.faq-item.active .question {
    color: black;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-item button {
    outline: none;
}

.question {
    font-size: 15px;
    font-weight: normal;
    color: #111;
}
