/* header */
.header {
    display: block;
    width: 100%;
    z-index: 9999;
    left: 0;
    transition: transform 0.35s ease;
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #0000000D;
}
.header .item-left {
    flex: 0 0 12%;
}
 .nav_products ul li a {
    text-decoration: none;
    color: #353535;
    font-size: 15px;
    font-weight: 400;
}
.nav_products ul li {
    line-height: 34px;
}
.header .item-center {
    flex: 0 0 50%;
}
.header .item-right {
    flex: 0 0 26%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.menu-item-has-children > iconify-icon {
    position: absolute;
    right: -21px;
    opacity: .8;
}
.v-center {
    align-items: center;
    transition: transform 0.35s ease;
    justify-content: space-between;
}
.menu-main {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 65px;
    margin-left: 40px;
    position: relative;
}
.select_language a {
    text-decoration: none;
    color: #FFFFFF8C;
    font-size: 14px;
    font-weight: 300;
}
.select_language .active{
    color: #fff;
    font-weight: 600;
}
.select_language span{
     color: #FFFFFF8C;
    font-size: 14px;
    font-weight: 300;
}
.select_language {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header .menu > ul > li > a {
    color: #323232;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: all .2s linear;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.header.is-sticky .menu > ul > li > a {
    color: #181818;
}
.header.is-sticky .menu-main .active a {
    color: #F4502A !important;
}
.header.is-sticky .logo img {
    filter: unset;
}
.header.is-sticky .nav-menu-btn img {
    filter: unset;
}
.header .menu > ul > .active::after{
	position:absolute;
	content:'';
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 1px;
	background: #f4502a;
	
}
.hide_menu{
    display: none!important;
}
.header .menu > ul > li > a img {
    opacity: .7;
}
.sectionfixed .menu > ul > li > a img {
    filter: brightness(0);
}
.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    background: #f4502a;
    backdrop-filter: blur(5px);
    overflow: hidden;
}
.down_arrow {
    position: absolute;
    right: -24px;
    font-size: 22px;
}
.about_menu {
    margin-left: 50px !important;
}
.menu-main .active > a {
    color: #f4502a !important;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.menu_dark .menu > ul > li > a {
    color: #000;
}
.menu_dark .menu > ul > li > a:hover {
    color: #000000a8!important;
}
.menu_dark  .menu > ul > li > a img {
    opacity: .7;
    filter: brightness(0);
}
.header .menu > ul > li .sub-menu > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header .menu > ul > li .sub-menu > ul > li > a {
    display: flex;
    padding: 12px 20px;
    font-size: 16px;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px solid #ffffff0d;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
}
.header .menu > ul > li .sub-menu > ul > li > a:hover {
    background: #323232;
}

.header .menu > ul > li .single-column-menu {
    min-width: 240px;
    max-width: 490px;
    margin-left: -30px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 15px;
}
.nav_categories ul li a {
    text-decoration: none;
    padding: 15px 20px !important;
    border-bottom: 1px solid #ffffff0d;
    width: 100%;
    color: #ffffff !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.nav_categories ul li a iconify-icon{
    font-size: 20px!important;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}
.nav_products {
    padding: 20px 20px 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
}
.nav_categories {
    background: #2e7d32;
}
.nav_categories ul {
    padding: 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
}
.nav_products .title {
    font-size: 17px;
    color: #2e7d32;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #2e7d3217;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nav_products ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 25px;
    flex-wrap: wrap;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover {
    color: #ffffff;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.nav_categories ul .active a {
    background: #205523;
    color: #fff !important;
}
/*responsive*/
@media(max-width: 1026px){

    .nav_products ul{
        display: inline-block;
    }
    .product_group.active {
    display: inline-block!important;
    width: 100%!important;
}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
    .header .mobile-menu-trigger {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
		padding-right: 20px;
    }
	.menu_dark .header .mobile-menu-trigger span{
		background: #000;
	}
	.menu_dark .header .mobile-menu-trigger span:before,
	.menu_dark .header .mobile-menu-trigger span:after{
		background: #000;
	}
    .header .mobile-menu-trigger span {
        display: block;
        height: 3px;
        background-color: #323232;
        width: 24px;
        position: relative;
    }
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #323232;
	}
    .header.is-sticky .mobile-menu-trigger span{
        background: #000;
    }
    .header.is-sticky .mobile-menu-trigger span:before,
	.header.is-sticky .mobile-menu-trigger span:after{
        background: #000;
    }
	.sectionfixed .mobile-menu-trigger span:before,
	.sectionfixed .mobile-menu-trigger span:after{
		background-color: #000;
	}
	.sectionfixed .mobile-menu-trigger span{
		background: #000;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
     .header .item-right {
        align-items: center;
        flex: 0 0 50%;
        padding: 0;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #F4502A;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    #menu_light .header .menu > ul > li > a {
    color: #ffffff!important;
}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
        position: unset;
	}
    .about_menu {
    margin-left: 0px !important;
}
    .header .menu > ul > li > a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: flex;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        color: #fff !important;
    }
    .header.is-sticky .menu-main .active a {
    color: #ffffff !important;
}
.header .menu > ul > .active::after{
    display: none;
}
	.header .menu  ul  li  a .down_arrow{
		position: absolute;
		height: 50px;
		top:0;
		right: 0;
		text-align: center;
		transform: rotate(-90deg);
		font-size: 22px;
	}
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #F4502A;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgb(255 255 255 / 10%);
        cursor: pointer;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        display: none;
        align-items: center;
        justify-content: center;
    }
	.header .menu .mobile-menu-head.active .go-back{
		display: flex;
	}
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgb(255 255 255 / 10%);
        cursor: pointer;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
    }
    .menu-main .active a {
    color: #ffffff !important;
}
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
    }
    .header .menu > ul > li > a {
    color: #000000a8;
}
.header .menu > ul > li > a img {
    filter: brightness(0);
}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
        background: #F4502A;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
    .header .menu > ul > li .sub-menu > ul > li > a, .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: flex;
    }
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
    .header .menu > ul > li .sub-menu > ul > li > a {
        padding: 18px 20px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        color: #fff !important;
    }

}
.contact_form {
    background: #fff;
    padding: 50px 40px;
    border-radius: 10px;
}
.logo img {
    width: 150px;
}

.process_text_slide {
    color: #0000001A;
    font-size: 128px;
    font-weight: 400;
    text-transform: uppercase;
}

#banner {
    height: 850px;
    position: relative;
    padding-top: 160px;
    background: #F8F4E9;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.caption {
    color: #F4502A;
    font-size: 240px;
    font-weight: 400;
    line-height: 230px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 5px #fff;

}

.title_feather {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.header_content p {
    width: 355px;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}


.feather {
    position: absolute;
    top: 0%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 950px;
    height: 450px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.feathers {
    position: absolute;
}

.feathers01 {
    left: 1%;
    top: 45px;
    width: 50px;
}

.feathers02 {
    left: 13%;
    transform: rotate(45deg);
    width: 60px;
    top: 23%;
}

.feathers03 {
    top: 73%;
    transform: rotate(181deg);
    width: 60px;
    left: -15%;
}

.feathers04 {
    left: 44%;
    top: 30%;
    width: 60px;
    transform: rotate(256deg);
}

.feathers05 {
    bottom: 7%;
    right: 31%;
    width: 60px;
}

.product {
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.product-inner {
    display: inline-block;
    width: 100%;
}

.product img {
    width: 370px;
    animation: floatHen 5s ease-in-out infinite;
    transform-origin: center bottom;
}

@keyframes floatHen {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(1.5deg);
    }
}

img.logo_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
}


#hm_about {
    position: relative;
    z-index: 1;
    display: flex;
}

.hm_aoout_left {
    width: 40%;
}

.hm_aoout_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm_about_right {
    width: 60%;
    padding: 50px;
}

#hm_products {
    position: relative;
    z-index: 1;
}

#hm_products .common_title {
    width: 400px;
    margin: 0 auto 20px;
}

#hm_products .head_centre p {
    width: 340px;
    margin: auto;
}

.product_title {
    font-size: 32px;
    color: #323232;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: "Mouse Memoirs", sans-serif;
    transition: all .5s linear;
}

.product_img {
    position: relative;
    z-index: 1;
    max-width: 300px;
    max-height: 285px;
    object-fit: contain;
    margin: auto;
}

.product_wrap {
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
    transition: all .5s linear;
}

.product_wrap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    transition: all .5s linear;
    border-radius: 30px;
}

.product_wrap:hover::after {
    background: #F4502A;
    transition: all .5s linear;
}

.product_wrap:hover .product_title {
    color: #fff;
    transition: all .5s linear;
}

footer {
    background: #323232;
    position: relative;
    z-index: 1;
    padding: 30px 0px 0px 0px;
}

footer .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px;
}

.ftr_text {
    color: #F4502A1A;
    font-size: 183px;
    font-weight: 400;
    line-height: 230px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 5px #FFFFFFE0;
    position: relative;
}

footer .feather {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: float 6s ease-in-out infinite;
}

footer .feather .feathers01 {
    left: 40px;
    top: 40px;
    width: 50px;
}

footer .feather .feathers05 {
    bottom: 0;
    left: 30%;
    transform: rotate(206deg);
    width: 60px;
}

footer .feather .feathers03 {
    top: 50%;
    transform: rotate(95deg);
    width: 70px;
}

footer .feather .feathers02 {
    right: 160px;
    top: 50px;
    transform: rotate(45deg);
    width: 30px;
}

.ftr_menu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.ftr_menu {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 50px;
}

.ftr_contect {
    border-top: 1px solid #ffffff14;
    margin-top: 20px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr_contect a,.ftr_contect p {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
        font-family: "Lilita One", sans-serif;
}

.ftr_contact_right {
    gap: 50px;
    display: flex;
}

#copyright {
    background: #2D2D2D;
    margin-top: 0px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.copyright p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Lilita One", sans-serif;
    margin: 0;
}

.copyright p a {
    color: #fff;
    text-decoration: none;
}

.hm_about_content .common_btn {
    margin-top: 50px;
}

.hm_about_right .common_title {
    width: 460px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

.hm_about_content p {
    width: 300px;
}

.hm_about_content {
    padding: 50px 0px;
}

#packet .marquee-content {
    position: absolute;
    bottom: 200px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll 50s linear infinite;
}

.marquee-content span {
    white-space: nowrap;
    margin-right: 50px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.process_img {
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
}

.process_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mob_process .common_title {
    width: 300px;
    margin-bottom: 20px;
}

.mob_process {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #0000000d;
}

.mob_process:last-child {
    border-bottom: none;
}

.process_mobile {
    display: none;
}

.speciality_wrap {
    background: #FFFFFF;
    border-radius: 30px;
    height: 175px;
    text-align: center;
    padding: 20px 10px;
    transition: all .3s ease;
}

.speciality_wrap:hover,
.speciality_wrap.is-active {
    background: #F4502A;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(244, 80, 42, 0.3);
}

.speciality_wrap:hover h3,
.speciality_wrap.is-active h3 {
    color: #fff;
}

.speciality_wrap:hover img,
.speciality_wrap.is-active img {
    filter: brightness(0) invert(1);
}

#specialities {
    margin-top: 40px;
    padding: 0;
    box-sizing: border-box;
}

#specialities ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

#specialities ul li {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    #specialities ul li {
        width: 33.33%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #common_banner {
        padding-bottom: 20px !important;
    }

    #specialities ul {
        position: relative;
        height: 195px;
    }

    #specialities ul li {
        position: absolute !important;
        width: 50% !important;
        top: 0;
        margin-bottom: 0;
    }

    #specialities ul li:nth-child(1) {
        left: 0;
    }

    #specialities ul li:nth-child(2) {
        left: 50%;
    }

    #specialities ul li:nth-child(3) {
        left: 0;
    }

    #specialities ul li:nth-child(4) {
        left: 50%;
    }

    #specialities ul li:nth-child(5) {
        left: 25%;
    }
}

.speciality_wrap h3 {
    font-size: 26px;
    font-weight: 400;
    font-family: "Mouse Memoirs", sans-serif;
    line-height: 28px;
    width: 155px;
    margin: auto;
    transition: all .5s linear;
}

.speciality_wrap img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: all .5s linear;
}

.video_wrap {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 550px;
}

.video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 60px;
}

.pause {
    display: block;
}

.play_icon {
    display: none;
}

.about_content {
    display: flex;
    align-items: end;
    margin-bottom: 70px;
    justify-content: space-between;
}

.certification_content {
    margin-top: 70px;
}

.cert_img_block {
    width: 100%;
    background: #fff;
    height: 150px;
    border-radius: 15px;
}

.cert_img_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.about_content p {
    width: 552px;
    margin: 0;
}

.about_content h3 {
    width: 450px;
    color: #323232;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
}

#products .nav-pills .nav-link {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 10px 30px;
    font-family: "Mouse Memoirs", sans-serif;
    font-size: 22px;
    color: #323232;
}

#products .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

#products .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #F4502A ! Important;
}

.contact_input_wrap {
    position: relative;
    margin-bottom: 30px;
    font-family: "Mouse Memoirs", sans-serif;
}

.contact_input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ededed;
    padding: 14px 0 8px;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #161616;
}

.contact_input_wrap label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
    transition: 0.3s ease;
}

.contact_input_wrap label span {
    color: #FF0000;
}

.contact_input:focus+label,
.contact_input:valid+label {
    top: -10px;
    font-size: 12px;
    color: #000000;
}

textarea.contact_input {
   height: 90px;
    resize: none;
}

.contact_form {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 60px;
}

.contact_form_wrap .common_title {
    margin-bottom: 50px;
}

.contact_img {
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
}

.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_right {
    margin-left: 50px;
}

.contact_details {
    margin-top: 80px;
}

.contact_details_wrap {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    height: 180px;
}

.contact_details_wrap:hover {
    background: #F4502A;
    transition: all .5s linear;
}

.contact_details_wrap:hover h3 {
    color: #fff;
    transition: all .5s linear;
}

.contact_details_wrap:hover a,.contact_details_wrap:hover p {
    color: #fff;
    transition: all .5s linear;
}

.contact_details_wrap:hover img {
    filter: brightness(0) invert(1);
    transition: all .5s linear;
}

.contact_details_wrap h3 {
    font-family: "Mouse Memoirs", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0px 10px;
}

.contact_details_wrap a,.contact_details_wrap p {
    text-decoration: none;
    color: #898989;
    font-size: 16px;
    font-family: "Mouse Memoirs", sans-serif;
    width: 180px;
    display: flex;
    margin: auto;
    line-height: 20px;
    justify-content: center;
}

.product_wrap .common_btn {
    position: relative;
    z-index: 9;
    justify-content: center;
    margin-top: 30px;
}

.product_wrap:hover .common_btn .btn_text {
    background: #323232;
    transition: all .5s linear;
}

.modal-dialog {
    max-width: 920px;
}

.modal-content {
    border: 0;
    border-radius: 30px;
}

.enquiry_form {
    padding: 40px 40px;
}

.btn-close {
    background: transparent;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    opacity: 1;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background: #f4502a;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.enquire_form_head .common_title {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.modal-body {
    padding: 0;
}

.btn-close:hover {
    background: #323232;
    color: #fff;
    opacity: 1;
    transition: all .2s linear;
}



.process_dt_img {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

.process_dt_img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000034;
}

.process_dt_img h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    margin-top: 20px;
    font-family: "Mouse Memoirs", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
}

.process_dt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process_content {
    width: 50%;
    float: right;
    padding: 50px 70px 50px 50px;
}

#poultry_process {
    display: inline-block;
    width: 100%;
    height: 100vh;
}

.process_left h6 {
    color: #F4502A;
    font-size: 14px;
}

.process_left {
    font-family: "Mouse Memoirs", sans-serif;
}

.process_left h2 {
    color: #303030;
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px;
}

.process_img_right {
    height: 340px;
    overflow: hidden;
}

.process_img_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process_description {
    margin-top: 50px;
}





#process-scroll-container {
    position: relative;
    width: 100%;
}

.process-progress-container {
    position: absolute;
    bottom: 6vh;
    left: 5vw;
    width: 90vw;
    height: 6px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
}

.process-progress-container.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.process-progress-bar {
    width: 0%;
    height: 100%;
    background: #F4502A;
    border-radius: 3px;
}

.process-item {
    position: relative;
    box-sizing: border-box;
}

/* Card Stacking z-indexes */
.process-item:nth-child(1) {
    z-index: 1;
}

.process-item:nth-child(2) {
    z-index: 2;
}

.process-item:nth-child(3) {
    z-index: 3;
}

.process-item:nth-child(4) {
    z-index: 4;
}

.process-item:nth-child(5) {
    z-index: 5;
}

.process-item:nth-child(6) {
    z-index: 6;
}

.process-item:nth-child(7) {
    z-index: 7;
}

.process-item:nth-child(8) {
    z-index: 8;
}

.process-item:nth-child(9) {
    z-index: 9;
}

/* Hero Image */
.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image h2 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 38px;
}

/* Content Panel */
.process-content {
    position: relative;
    box-sizing: border-box;
}

.content-left {
    width: 100%;
}

.content-left h6 {
    color: #F4502A;
    margin-bottom: 20px;
}

.content-left h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: "Mouse Memoirs", sans-serif;
}

.hm_about_left {
    width: 33.3%;
}

.hm_about_centre {
    width: 33.3%;
    height: 400px;
    overflow: hidden;
}

.hm_about_centre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm_about_right {
    width: 33.3%;
}

.hm_about_title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.hm_about_title p {
    width: 600px;
}

.hm_about_title h2 {
    width: 400px;
}

.hm_about_title {
    margin-bottom: 70px;
}

.hero-image,
.process-content {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
}

#farm {
    padding: 100px 0;
    overflow: hidden;
}

.farm_img {
    height: 330px;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 40px;
}

.farm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.farm_heading {
    opacity: 0;
    transform: translateX(-100px);
}

.farm_content {
    opacity: 0;
    transform: translateX(100px);
}

.farm_heading h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    font-family: "Mouse Memoirs", sans-serif;
}

.scroll-section {
    overflow: hidden;
}

.truck-wrapper {
    width: 100%;
}

#truck {
    width: 500px;
    animation: drive 10s linear infinite;
}

@keyframes drive {
    from {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(-500px);
    }
}

.mission_vision_img {
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
}

.mission_vision_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission_vision_wrap h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.mission_vision_wrap p {
    color: #fff;
}

.mission_vision_wrap {
    padding: 30px;
    border-radius: 30px;
    background: #f4502a;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mission::after {
    position: absolute;
    content: '';
    right: -60px;
    top: -43px;
    width: 50%;
    height: 50%;
    background-image: url(../images/feather.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    opacity: .1;
    transform: rotate(267deg);
}

.mission_vision_wrap ul li::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 6px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
}

.mission_vision_wrap ul li {
    font-family: "Mouse Memoirs", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
}

.mission_vision_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}




.scroll-section {
    position: relative;
    overflow: hidden;
}

/* New Truck Section Styles */
#trucksection {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
}

.truck-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}

.truck {
    width: 350px;
    height: auto;
    position: absolute;
    left: 0;
    will-change: transform;
    top: 160px;
}

.store-content-area {
    width: 100%;
    padding: 80px 0;
    z-index: 2;
    will-change: transform, opacity;
}

.store-header {
    margin-bottom: 50px;
}

.store-header h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    font-family: "Lilita One", sans-serif;
}

.store-description {
    max-width: 600px;
    margin: 0 auto;
    /*font-size: 18px;*/
    line-height: 24px;
    /*color: #606060;*/
}

.store-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.store-image-wrap {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-image-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.store-image-wrap .outlet-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width:767px) {
    #trucksection {
        padding: 50px 0;
        min-height: 100vh;
    }

    .truck {
        width: 290px;
    }

    .store-content-area {
        padding: 40px 0;
    }

    .store-header h2 {
        font-size: 32px;
        line-height: 32px;
		width: 90%;
    }
	.certi_left {
		margin-bottom: 25px;
	}
	.store-description {
		max-width: 100%;
		width: 90%;
	}
    .store-images-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .store-image-wrap {
        width: 100%;
        height: 240px;
        border-radius: 15px;
    }
}

#testimonials .common_title {
    width: 580px;
    margin: 0 auto 20px;
}

.testimonial_wrap {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.testimonial_wrap p {
    height: 134px;
    overflow: hidden;
}

.testimonial_wrap>img {
    width: 40px !important;
    margin-bottom: 25px;
}

#faq .accordion {
    width: 60%;
    margin: 0 auto;
}

#faq .accordion-item {
    margin-bottom: 25px;
}

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f4502a38;
}

#faq .accordion-button::after {
    position: absolute;
    right: 10px;
}

/* ==========================================================================
   Horizontal Process Scroll (Desktop only)
   ========================================================================== */
@media (min-width: 768px) {
    #process-scroll-container {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background: #F8F4E9;
    }

    .process-scroll-track {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .process-item {
        position: absolute;
        top: 12.5vh;
        left: 5vw;
        width: 90vw;
        height: 75vh;
        min-height: 550px;
        border-radius: 25px;
        overflow: hidden;
        background: #FFFFFF;
        display: flex;
        flex-direction: row;
        will-change: transform;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    @media (min-width: 1333px) {
        .process-item {
            width: 1200px;
            left: calc(50vw - 600px);
        }

        .process-progress-container {
            width: 1200px;
            left: calc(50vw - 600px);
        }
    }

    .process-item.reverse {
        flex-direction: row-reverse;
    }

    .hero-image {
        position: relative;
        width: 50% !important;
        height: 100% !important;
        overflow: hidden;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 
    .hero-image::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
        left: 0;
        top: 0;
        z-index: 1;
    } */

    .hero-image h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        z-index: 2;
        width: 80%;
        line-height: 42px;
        margin: 0;
        font-family: "Lilita One", sans-serif;
    }

    .process-content {
        position: relative;
        width: 50% !important;
        height: 100% !important;
        display: flex;
        align-items: center;
        padding: 60px 50px;
        box-sizing: border-box;
        background: #FFFFFF;
    }

    .content-left {
        width: 100% !important;
    }

    .content-left h6 {
        color: #F4502A;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .content-left h3 {
        color: #303030;
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 20px;
        font-family: "Mouse Memoirs", sans-serif;
        width: 100% !important;
    }

    .content-left p {
        color: #585858;
        font-size: 22px;
        line-height: 30px;
        margin: 0;
        font-weight: 300;
    }
}

span.num {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
}

.process-head {
    margin-bottom: 35px;
    border-bottom: 1px solid #c6c6c6e0;
    padding-bottom: 25px;
}

.process-head h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: #303030;
    font-size: 40px;
    line-height: 40px;
    font-family: "Mouse Memoirs", sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

section#testimonials {
    padding-top: 50px;
}

.logofav {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
}

#testimonials .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#testimonials .owl-nav button {
    width: 50px;
    height: 50px;
    background: #f4502a52;
    border-radius: 50%;
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonials .owl-nav button iconify-icon {
    font-size: 25px;
}

#testimonials .owl-nav button:hover {
    color: #fff;
    background-color: #F4502A;
}

#testimonials .owl-nav .owl-next.disabled,
#testimonials .owl-nav .owl-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.certifiedimg img {
    width: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 7px;
}

.certifiedimg {
    display: flex;
    gap: 15px;
}

.farm_leftbox {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.h_certificate h3 {
    font-size: 20px;
}

.mobile_certificate h3 {
    font-size: 20px;
}
.certi_left .common_title {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
    font-family: "Lilita One", sans-serif;
}