@import "bootstrap/dist/css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}


body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
}
.f-title {
	text-align: center;
	margin: 0px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.navbar-nav.navlinks {
	column-gap: 40px;
}
.navbar-nav.navlinks .active a {
	color: #B73D25;
}
.top-header {
	box-shadow: 0 4px 6px -2px rgba(99, 99, 99, 0.3);
	padding: 15px 15px;
}
.navbar-nav.navlinks .login-button a {
	color: #2751a3;
}
.navbar-nav.navlinks .login-button a i {
	padding-right: 10px;
}

.navbar-nav.navlinks .nav-item a:hover {
	color: #B73D25;
}
.logo-main img {
	width: 110px;
}


 .swiper {
      width: 100%;
      height: 100%;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.custom-w img {
	width: 100%;
}
.banner-sec {
	padding: 50px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-text h2 {
	color: #B93D29;
	font-size: 40px;
	font-weight: 600;
}
.banner-text h3 {
	color: #B93D29;
	font-size: 30px;
	font-weight: 600;
}
.banner-text p {
	color: #FF9E1A;
	font-weight: 600;
	margin: 25px 0;
}
.learn-more a {
	background: #FF9E1A;
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
.cus .swiper-pagination-bullet-active {
	background: #B93D29;
}
.main-sec {
	background: #FF9E1A;
}
.midd img {
	width: 100%;
}
.leaf-sec img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.leaf-sec {
	text-align: center;
}
.leaf-sec a {
	text-decoration: none;
	color: #B93D29;
	font-size: 25px;
	font-weight: 600;
}
.slider {
    width: 320px;
    height: 320px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slides {
    transition: transform 0.5s ease;
}

.slide {
    height: 320px;            /* SAME as slider height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
	max-width: 50%;
	max-height: 50%;
	object-fit: contain;
}
.product-sec img {
	width: 100%;
}
.product-sec {
	padding-bottom: 50px;
}
.product-box {
	background: #fff;
	text-align: center;
	padding: 20px;
}
.product-box .more-detail a {
	background: #ff9e1a;
	text-decoration: none;
	color: #fff;
	padding: 9px 22px;
	border-radius: 50px;
}
.product-box .more-detail {
	margin: 20px 0 10px 0;
}
.samp h3 {
	color: #fff;
}
.samp p {
	color: #fff;
}
.req a {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.req a i {
	padding-left: 11px;
	position: relative;
	top: 2px;
}
.follow {
	text-align: center;
}
.follow h2 {
	color: #fff;
}
.follow i {
	font-size: 28px;
	background: #B93D29;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #ff9e1a;
	margin: 7px 7px;
}
.sign h2 {
	color: #fff;
	font-size: 33px;
}
.sign form {
	display: flex;
}
.sign form .email {
	height: 42px;
	padding: 0 8px;
}
.sign form .sub {
	border-radius: 0px;
	height: 42px;
	border: none;
	padding: 0 16px;
	background: #b93d29;
	color: #fff;
	width: 30%;
}
.sign form .email {
	height: 42px;
	padding: 0 8px;
	border: none;
	width: 70%;
}
.f-links {
	text-align: center;
}
.f-links h3 {
	font-size: 26px;
	color: #FF9E1A;
}
.f-secs {
	text-align: center;
	color: #fff;
}
.f-links {
	text-align: center;
	color: #fff;
}
.f-links li {
	list-style: none;
}
.f-links  a {
	color: #fff;
	text-decoration: none;
}
.f-links i {
	font-size: 29px;
	margin: 9px;
}
.fcp p {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	margin: 0px;
	padding-bottom: 10px;
}
.ab-back {
	background: #b93d29;
	text-align: center;
	padding: 50px 0px;
}
.ab-back h2 {
	color: #fff;
	font-size: 50px;
}
.ab-back p {
	color: #fff;
	max-width: 910px;
	margin: 25px auto;
}
.video {
	max-width: 810px;
	margin: 0 auto;
}
.video video {
	width: 100%;
}
.stay-sec {
	background: #FF9E1A;
	text-align: center;
	padding: 100px 0px;
}
.stay-sec h2 {
	margin: 0px;
	color: #011E36;
	font-size: 30px;
	padding-bottom: 50px;
}
.stay-sec img {
	width: 40px;
}
.about-img img {
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border: 15px solid #fff;
}
.about-text h3 {
	color: #b93d29;
	font-size: 35px;
}
@media (max-width: 768px) {
	.for-b {
	flex-direction: column-reverse;
}
.c-links:nth-child(2n) {
	border-left: 0px solid #afafaf !important;
	border-right: 0px solid #afafaf !important;
}
}
.contact-sec {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
	background-position: center right;
}
.cont {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	background: #FF9E1ABF;
	padding: 30px;
}
.cont h3 {
	font-size: 45px;
	color: #fff;
	font-weight: 600;
}
.cont p {
	margin: 0px;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.c-links {
	text-align: center;
}
.c-links a {
	text-decoration: none;
	color: #FF9E1A;
	font-size: 18px;
}
.c-links p {
	margin: 0px;
}
.c-links:nth-child(2n) {
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}
.c-form select {
	width: 100%;
	height: 42px;
	border-radius: 0px;
	border: 1px solid #8d8d8d;
	margin-bottom: 10px;
	padding: 0 10px;
}
.c-form input {
	width: 100%;
	height: 42px;
	border-radius: 0px;
	border: 1px solid #8d8d8d;
	margin-bottom: 10px;
	padding: 0 10px;
}
.c-form textarea {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #8d8d8d;
	margin-bottom: 10px;
	padding: 0 10px;
}
.c-form button {
	border: none;
	background: #b93d29;
	color: #fff;
	padding: 10px 25px;
}
.inner-form {
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	min-height: 400px;
}
.c-links i {
	color: #FF9E1A;
	font-size: 50px;
	margin-bottom: 15px;
}
.c-links h4 {
	color: #ff9e1a;
	font-size: 20px;
}
.request {
	background: #FF9E1A;
	padding: 50px 0px;
}
.request h2 {
	color: #fff;
	font-size: 30px;
}
.request p {
	color: #b93d29;
	font-size: 15px;
	font-weight: 500;
}
.request select, .request input {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0px;
	height: 42px;
	border: 1px solid #848484;
	color: #444;
	padding: 0 10px;
}
.request button{
	border: none;
  background: #b93d29;
  color: #fff;
  padding: 10px 25px;
}
.steps {
	text-align: center;
}
.steps h3 {
	font-size: 23px;
	color: #b93d29;
}
.steps h4 {
	color: #ff9e1a;
	font-size: 20px;
	margin-top: 13px;
}
.vslider-box {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	display: flex;
}

.vslider-track {
    width: 100%;
    transition: transform 0.4s ease;
}

.vslide {
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Left Progress Bar */
.vslider-progress {
    width: 6px;
    background: #ddd;
    position: relative;
}

.vslider-progress-bar {
    width: 100%;
    height: 0%;
    background: #3182ce;
    transition: height 0.4s ease;
}
.vslide .left-sec {
	width: 50%;
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vslide .left-sec img {
	width: 270px;
}


.rice-section {
	background: #ef9132;
	text-align: center;
	color: white;
}

.rice-tag {
	border: 2px solid white;
	font-weight: 600;
	padding: 10px 0;
	font-size: 18px;
}
.rice-title {
	border: 1px solid white;
	font-size: 25px;
	font-weight: bold;
	padding: 7px 0;
}
.rice-boxes {
    display: flex;
    justify-content: center;
    gap: 0;
    border: 2px solid white;
    border-left: none;
    border-right: none;
}

.rice-box {
	padding: 20px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-size: 16px;
	line-height: 22px;
	font-size: 15px;
}
.center-box {
	font-size: 18px;
	font-weight: bold;
}
.rice-bottom {
    display: flex;
    justify-content: center;
}

.rice-bottom-box {
    flex: 1;
    padding: 12px;
    border: 2px solid white;
    font-size: 16px;
}
.right-sec {
	width: 50%;
	background: #ef9132;
	height: 450px;
	padding: 25px;
}
.view-p a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.view-p {
	padding: 15px 0px;
}

.vslider-dots {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.vslider-dot {
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	background: transparent;
	transition: 0.3s;
}

.vslider-dot.active {
    background: #fff;
}
@media (max-width: 991px) {
.vslide .left-sec {
	width: 100% !important;
	height: 300px !important;
}
.vslide .left-sec img {
	width: 170px !important;
}
.right-sec {
	width: 100% !important;
	height: auto !important;
}
.rice-boxes {
	display: block !important;
}
.rice-bottom-box {
	border: 1px solid white !important;
	border-top: 0px;
}
.rice-box {
	border: 1px solid white !important;
	padding: 12px !important;
}
.vslide {
	flex-wrap: wrap;
}
.vslide {
	height: auto !important;
}
.vslider-box {
	height: auto !important;
}
}


.accordion .item {
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.accordion .title {
	padding: 10px;
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #fff;
}

.accordion .content {
	display: none;
	padding: 10px;
	background: transparent;
	color: #fff;
	font-size: 14px;
}
.accordion .item.active .content {
  display: block;
}

.accordion .item.active .icon {
  transform: rotate(180deg);
}

.accordion .icon {
  font-weight: bold;
  transition: 0.3s;
}
.details-p {
	background: #000;
	padding: 50px 0px;
}
.details-img img {
	width: 100%;
}
.details-text {
	text-align: center;
	color: #fff;
}
.details-text .de-t {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.details-text .de-t p {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 15px;
}
.details-text .em {
	margin: 0px;
	font-style: italic;
	padding: 30px 0;
}
.details-accordion h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-weight: 600;
}
.details-text .de-t span {
	position: relative;
}
.details-text .de-t span:first-child::after {
	content: "";
	position: absolute;
	background: #c1c1c1;
	width: 42px;
	height: 2px;
	right: -34px;
	transform: rotate(90deg);
	top: 26px;
}
.buy {
	text-align: center;
	padding: 50px 0px;
}
.buy .but-btn a {
	text-decoration: none;
	background: #FF9E1A;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
}
.but-btn {
	padding-top: 15px;
}

/* Ensure Bootstrap utility classes work */
.text-danger {
	color: #dc3545 !important;
}

.text-center {
	text-align: center !important;
}