body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

.milestone-boxes-slider .slick-next:before, .milestone-boxes-slider .slick-prev:before {
	display:none;
}
.milestone-boxes-slider svg {
	font-size:30px;
	height:40px;
	width:40px;
}
.milestone-boxes-slider button.slick-next.slick-arrow {
    margin-right: 21px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* header section start  */
.header .top-sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
}

.contact-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-expand-lg .navbar-nav {
    display: flex;
    gap: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background: linear-gradient(to right, #EE3224, #FAA21B);
        border: navajowhite;
    }
}

.contact-info a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin-top: 0;
}

.contact-info .details {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-info img {
    width: 35px;
}

.contact-info span {
    color: #EE3224;
}

.navbar {
    display: flex;
    justify-content: center;
   background: linear-gradient(to left, #EE3224, #FAA21B);
    padding: 10px;
    gap: 30px;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
}

.theme-btn {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}.theme-btn:hover {
    background: linear-gradient(to right, #FAA21B, #EE3224);
    /* background: linear-gradient(to right, #EE3224, #FAA21B); */
    color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #ef3a24;
}
.feed-container {
    display: flex;
    text-align: center;
    /* justify-content: center; */
}

.feed-box {
    height: 500px;
    flex: 1;
    padding: 40px;
    color: #fff;
}

.feed-box img {
    height: 214px;
    margin-bottom: 20px;
}

.feed-box h2 {
    margin-top: 0px;
    font-weight: bold;
}

#hen {
    width: 125px;
}

#fish {
    width: 180px;
}

.feed-box button {
    margin-top: 90px;
    padding: 10px 29px;
    border: none;
    background: white;
    color: black;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.feed-box button:hover {
    margin-top: 80px;
}
.feed-box:nth-child(1) {
    /* background: #f88d1d; */
    background: #EE3224;
} background: #f88d1d;
}
section.rec-process-section {
    position: relative;
    overflow: hidden;
}

section.rec-process-section img.left {
    position: absolute;
    position: absolute;
    transform: rotate(99deg);
    opacity: 0.2;
    top: 17%;
    left: -47%;
    right: auto;
    filter: grayscale(1);
}

section.rec-process-section img.right {
    position: absolute;
    transform: rotate(99deg);
    opacity: 0.2;
    top: 11%;
    right: -43%;
    left: auto;
    filter: grayscale(1);
}section.rec-process-section {
    position: relative;
    overflow: hidden;
    background: #fff4e5;
    margin-top: -86px;
   
    padding-top: 180px !important;
}
.feed-box:nth-child(2) {
    background: #855958;
}

.feed-box:nth-child(3) {
    background: #CC8484;
}

.feed-box:nth-child(4) {
    background: #E2C7C6;
}

/* header section end  */


/* About us section start  */

section.about-us-sec {
    padding: 60px 0;
}

section.about-us-sec h3 {
    font-weight: bold;
    font-size: 40px !important;

}

section.about-us-sec h2 {
    font-size: 20px !important;

}


.about-us-sec .text-section h2 {
    color: #EE3224;
    font-size: 24px;
    margin-bottom: 10px;
}

.about-us-sec .text-section h3 {
    font-size: 32px;
    color: black;
    margin-bottom: 15px;
}

.about-us-sec .text-section h3 span {
    color: #EE3224;
}

.about-us-sec .text-section p {
    font-size: 17px;
    color: #413C3C;
    margin-bottom: 20px;
    text-align: start;
    line-height: 27px;
    font-weight: 300 !important;
}

section.about-us-sec .image-section {
    display: flex;
    justify-content: end;
}

section.about-us-sec {
    position: relative;
}

.about-us-sec .text-section {
    position: relative;
}

.about-us-sec .text-section img {
    position: absolute;
    bottom: 0;
    right: -187px;
    bottom: -120px;
}

section.about-us-sec {
    overflow: hidden;
    padding: 100px 0;
}

section.about-us-sec img.product-bg-vector {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

section.about-us-sec .container {
    position: relative;
    z-index: 9;
}

.about-us-sec .read-more {
    padding: 10px 30px;
    background: linear-gradient(to right, #EE3224, #FAA21B);
    color: white;
    border: none;
    border-radius: 6px;

}

.countr-sec {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    padding: 60px 0;
}


.stats-container {


    display: flex;
    justify-content: space-around;
    color: white;
    text-align: center;

}

.conter {
    display: flex;
}

.stat {
    font-size: 40px;
    text-align: left;
    font-weight: bold;
}

.stat span {
    font-size: 16px;
    display: block;
    text-align: left;
}

/* About us section end  */

/*  MILESTONES section start */

.milestones {
    text-align: center;
    padding: 60px 0;
    background-image: url(images/Group.png);
    background-repeat: no-repeat;
    /* background-position-y: bottom; */
}.sec-title  {
margin-bottom: 40px;
}
.sec-title h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom:0px;
    color: black;
    text-align: center;
}

.milestone-boxes {
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

.milestone p {
    margin-top: 30px;
}

.milestone span {
    font-weight: bold;
    font-size: 28px;
}

.milestone {
    width: 18%;
    height: 300px;
    padding: 20px;
    border-radius: 20px;
    color: white;
    text-align: start;
    transition: all 0.3s ease;

}

.milestone:hover {
   
    background: #000 !important;
}
.slick-track .milestone {
	margin:0px 10px;
}








.milestones .milestone {
	background:#8d45b5;

}.milestones .milestone  br {
display:none;

}
.milestones .milestone span {
	display:block;
	text-align:center;
}
.milestones .milestone:nth-child(5n+1) {
    background: #ff8000!important;
}

.milestones .milestone:nth-child(5n+2) {
    background: #00cc60!important;
}

.milestones .milestone:nth-child(5n+3) {
    background: #3d3d3d!important;
}

.milestones .milestone:nth-child(5n+4) {
    background: #0682ff!important;
}

.milestones .milestone:nth-child(5n)) {
    background: #8d45b5!important;
}

section.milestones {
    position: relative;
    overflow: hidden;
}

section.milestones img.map-vector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

section.milestones .container {
    position: relative;
    z-index: 9;
}

/*  MILESTONES section end */

/*  Testimonials section start */
/* Orange dots styling */
/* Orange dots styling */
.testimonials .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    border: 1px solid orange;
}

.testimonials .slick-dots li.slick-active button:before {
    color: #ff9900;
}

.testimonials .slick-slide {
    margin: 0 20px;
    /* Negative margin to compensate for item margins */
}

section.testimonials {
    position: relative;
}

section.testimonials img.testi-vector {
    position: absolute;
    width: 100%;
    top: -390px;
    left: 0;
}

.testimonials {
    text-align: center;
    padding: 50px;
    /* background-image: url(images/fullimg.jpeg); */
    /* background-repeat: no-repeat; */
    background-image: url(images/towcow.png), url(images/groupcow.png);
    background-position: bottom right, top left;
    /* Positioning both images */
    background-repeat: no-repeat, no-repeat;
    /* Prevent repeating */
    background-size: contain, cover;
    /* Adjust sizes */

    /* background-image: url(images/towcow.png);
        background-position-y: bottom;  */
}

.testimonials h2 {

    margin-bottom: 40px;

}

.testimonials .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.sec-title h2 span {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial {
    margin-top: 60px;
    width: 45%;
    /* height: 200px; */
    background: linear-gradient(to right, #EE3224, #FAA21B);
    color: white;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
}

.testimonial h3 {
    margin-top: 30px;

}

.testimonials .slick-slide img {
    width: 74px;
    border: 2px solid #fff;
    border-radius: 100px;
}

.testimonial p {
    margin-top: 10px;
    line-height: 1.5;
}

/*  Testimonials section end */

/* GALLERY section start */
section.galler-section {
    background: #F4F4F4;
    padding: 80px 0;
}

.galler-section .gallery-item {
    padding: 10px;
}

.galler-section .gallery-item img {
    width: 100%;
    height: 300px;
    transition: all 0.3s ease;
    border-radius: 8px;
    object-fit: cover;
}

.galler-section .slick-center .gallery-item img {
    transform: scale(1.2);
}

section.galler-section {
    position: relative;
}

section.galler-section img.gallery-vector {
    position: absolute;
    left: 0;
    top: -51px;
}

section.galler-section img.right-vec {
    position: absolute;
    right: 0;
    top: -57px;
}

.galler-section .slick-center .gallery-item img {
    opacity: 1;
}

.galler-section .slick-slide {
    margin: 0 10px;
}

.galler-section .slick-list {
    margin: 0 -10px;
}

/* Orange dots */
.galler-section .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
}

.galler-section .slick-dots li.slick-active button:before {
    color: #ff9900;
}

/* Custom Arrows */
.galler-section .slick-prev,
.galler-section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #ff9900;

    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.galler-section .slick-prev:before,
.galler-section .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 40px;
}

.galler-section .slick-prev:before {
    content: "\f053";
    /* Font Awesome left arrow */
}

.galler-section .slick-next:before {
    content: "\f054";
    /* Font Awesome right arrow */
}

.galler-section .slick-prev:hover,
.galler-section .slick-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.galler-section .slick-prev {
    left: -10px;
}

.galler-section .slick-next {
    right: -10px;
}

.slick-current img {
    transform: scale(1.1);
    opacity: 1;
}

/* GALLERYsection end */

/* d Map section start */


.network {
    /* flex: 1; */
    width: 100%;


}

.network img {
    width: 100%;
}

.network h3 {
    margin-left: 80px;
    font-size: 20px;
}

.network p {
    text-align: center;
    margin-left: 90px;
}

.form button {
    margin-top: 15px;
}

.contact-form {
    width: 100%;
    height: 550px;
    padding: 40px;
    margin-top: 50px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgb(205, 205, 205);
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

section.container-map {
    padding: 80px 0;
}

section.container-map .row {
    align-items: center;
}

.contact-form h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    padding-bottom: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    background: #f9f9f9;
    background: #dddddd73;
    padding: 10px 20px;
}

.contact-form button {
    width: 25%;
    padding: 10px;
    background: linear-gradient(to right, #EE3224, #FAA21B);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

/*  Map section end */

/*  Company section start  */

section.compny-logo-sec {
    padding: 80px 0;
    background: #F8F8F8;
}

section.compny-logo-sec .sec-title h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
    color: black;
    text-align: left;
}

.companies {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
}

.company {
    background: white;
    padding: 15px;
    border-radius: 10px;
    width: 18%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.company img {
    max-width: 100%;
    max-height: 100%;
}

/*  Company section end */

/* footer section start */
.footer {
    background: linear-gradient(to bottom, #EE3224, #FAA21B);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.footer .foot-logo {
    height: 104px;
    background-color: white;
    border-radius: 20px;
    width: 172px;
}

.footer .icons {
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background-color: #FAA21B;
    display: inline-block;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer #icon2 {
    border: 2px solid white;
    padding: 5px;
}



.footer #facebook img {
    width: 10px;
}

.social-icons {
    display: flex;
    justify-content: start;
    gap: 14px;
    margin-top: 30px;
}

.social-icons a {
    margin: 0 5px;
    display: inline-block;
}

.social-icons img {
    width: 15px;
}

.footer-links,
.footer-contact {
    text-align: left;
    line-height: 2;
}

.footer-links h3,
.footer-contact h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-contact .footer-item p {
    display: flex;
    align-items: flex-start;
    margin: 0;
    font-size: 16px;
    padding-bottom: 15px;
}

.footer-links a,
.footer-contact p {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-size: 17px;
}

.footer-contact .footer-item p a {
    text-decoration: none;
    color: #fff;
}

.footer-contact img {
    width: 35px;
    margin-left: 0;
    margin-top: 9px;
    padding-right: 10px;
}

.footer-bottom {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    border-top: 1px solid white;
    padding-top: 40px;
    font-size: 14px;
}

/* footer section end */

/* Product page start */
.feed-table-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.feed-table-section h2 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.feed-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #00aaff;
    /* Blue border */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.feed-table th {
    background: #ff6200;
    /* Orange header background */
    color: #fff;
    /* White text */
    padding: 10px;
    text-align: center;
    border: 1px solid #00aaff;
}

.feed-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #00aaff;
}

/* Alternating row colors */
.feed-table tr:nth-child(even) {
    background: #f0f8ff;
    /* Light blue for even rows */
}

.feed-table tr:nth-child(odd) {
    background: #fff;
    /* White for odd rows */
}

/* End */

.product-details-banner {
    padding: 100px 0;
}

.product-details-banner .left-wrap span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.product-details-banner .left-wrap h2 {
    font-size: 56px;
    font-weight: bolder;
    color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    text-shadow: 2px 2px #100f0f;
}

.product-details-banner .left-wrap p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.product-details-banner .row {
    align-items: center;
}

.product-details-banner .right-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-banner {
    object-fit: cover;
    background-size: cover !important;

    background-repeat: no-repeat;
}

section.product-about-sec {
    padding: 80px 0;
}

section.product-about-sec .about-product-details .sec-title h2 {
    text-align: left;
    margin-bottom: 18px;
}

section.product-about-sec {
    position: relative;
    overflow: hidden;
}

section.product-about-sec img.product-bg-vector {
    width: 100%;
    position: absolute;
    z-index: 1;
}

section.product-about-sec .container {
    position: relative;
    z-index: 2;
}

section.product-about-sec .about-product-details .sec-title>span {
    font-size: 20px;
    color: #DA251C;
}

section.product-about-sec .row {
    align-items: center;
}

section.product-about-sec .product-about-img {
    display: flex;
    justify-content: center;
}

section.our-certification {
    background: #F5F5F5;
    padding: 80px 0;
}

section.our-certification .ul {
    display: flex;
    justify-content: space-between;
}

section.our-certification .ul li {
    list-style: none;
    text-align: center;
}

section.our-certification .ul li p {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 26px;
    padding-top: 16px;
}

section.why-choose-us-product {
    padding: 80px 0;
}

section.why-choose-us-product .why-choose-content .sec-title h2 {
    text-align: left;
    margin-bottom: 20px;
}

section.why-choose-us-product .why-choose-content ul {
    margin: 0;
    padding: 0;
}

section.why-choose-us-product .why-choose-content ul li {
    list-style: none;
    padding-bottom: 12px;
    display: flex
;
    align-items: flex-start;
    gap: 6px;
}

section.why-choose-us-product .why-choose-content {
    position: relative;
    z-index: 9999;
}

section.why-choose-us-product .why-choose-content img.why-choose-vector {
    position: absolute;
    width: 100%;
    z-index: 1;
    right: -112px;
    top: -101px;
    z-index: -1;
}

section.why-choose-us-product {
    overflow: hidden;
}

section.why-choose-us-product .container {
    position: relative;
    z-index: 999;
}

section.featurs-sec {
    position: relative;
    padding: 0;
}

section.featurs-sec img.features-backgound-vector {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffe4a7e6;
    top: 0;
    left: 0;
    z-index: 1;
}

section.featurs-sec .container {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

section.why-choose-us-product .row {
    align-items: center;
}

section.featurs-sec {
    padding: 80px 0;
    background: #FFE4A7;
}

section.featurs-sec .sec-title h2 {
    text-align: left;
    margin-bottom: 0px !important;
}
section.featurs-sec .sec-title {
	 margin-bottom: 20px;
}
section.featurs-sec ul {
    margin: 0;
    padding: 0;
}

section.featurs-sec ul li {
    list-style: none;
    padding-bottom: 10px;
    display: flex
;
    gap: 5px;
    align-items: flex-start;
}

section.featurs-sec {
    padding: 80px 0;
    background: #FFE4A7;
}

section.featurs-sec .sec-title h2 {
    text-align: left;
    margin-bottom: 20px;
}

section.featurs-sec ul {
    margin: 0;
    padding: 0;
}

section.featurs-sec ul li {
    list-style: none;
    padding-bottom: 10px;
}

section.product-sec {
    padding: 80px 0;
}

section.product-sec .pro-card {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    text-align: center;
    border-radius: 30px;
    padding: 10px;
}

section.product-sec .pro-card img {
    width: 100%;
    padding: 6px;
    border-radius: 30px;
}

section.product-sec .pro-card h4 {
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    padding-top: 10px;
}

section.product-sec .pro-card p {
    color: #fff;
}

section.featurs-sec {
    padding: 0;
    background: #FFE4A7;
}

section.featurs-sec .sec-title h2 {
    text-align: left;
    margin-bottom:0px;
}

section.featurs-sec ul {
    margin: 0;
    padding: 0;
}

section.featurs-sec ul li {
    list-style: none;
    padding-bottom: 10px;
}

section.product-sec {
    padding: 80px 0;
}

section.product-sec .pro-card {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    text-align: center;
    border-radius: 30px;
    padding: 10px;
}

section.product-sec .pro-card img {
    width: 100%;
    padding: 6px;
    border-radius: 30px;
    height: 315px;
    object-fit: contain;
}

section.product-sec {
    position: relative;
    overflow: hidden;
}

section.product-sec img.left {
    position: absolute;
    left: 0;
    left: -39px;
    top: -37px;
}

section.product-sec img.right {
    position: absolute;
    right: -39px;
    top: -37px;
}

section.product-sec .container {
    position: relative;
    z-index: 9999;
    /* background: #fff !important; */
    !i;
    !;
}

section.product-sec .pro-card h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
}

section.product-sec .pro-card p {
    color: #fff;
}

section.profit-chart-sec {
    background: #fff2e0;
    padding: 80px 0;
}

section.profit-chart-sec {
    position: relative;
    background: transparent;
    padding: 0 !important;

}

.product-details-banner {
    position: relative;
    padding: 0;
    height: 270px;
}

.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000070;
}

.product-details-banner .container {
    padding: 36px 0;
    position: relative;
    z-index: 2;
}.product-details-banner .right-wrap img {
    height: 187px;
}
section.profit-chart-sec img.char-vector {
    width: 100%;
    z-index: -1;
    position: absolute;
}

section.profit-chart-sec .container {
    position: relative;
    z-index: 999;
    padding: 80px 0;
}

section.profit-chart-sec .feed-table-section.pro-chart {
    background: transparent;
}

section.profit-chart-sec table.feed-table {
    border: none !important;

}

section.profit-chart-sec .feed-table th {
    border: navajowhite;
}

section.profit-chart-sec .feed-table td {
    border: 1px solid #ff6200;
}

section.profit-chart-sec h2 {
    margin-bottom: 30px;
}

section.profit-chart-sec .feed-table-section.pro-chart {
    margin: 0;
}

.feed-table-section {
    margin: 0 !important;

    padding: 0;
}
header.header.aos-init.aos-animate {
    z-index: 9;
    position: relative;
}
.breadcrumb-section {
    position: relative;
    background: url(https://via.placeholder.com/1920x400?text=Background+Image) no-repeat center center;
    background-size: cover !important;
    padding: 3rem 0;
    color: #fff;
    padding-bottom: 6rem;
    text-align: center;
}
.breadcrumb-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #EE3224, #FAA21B);
    opacity: 0.8;
    /* Semi-transparent overlay */
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-section .breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 1rem;
}

.breadcrumb-section .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

.breadcrumb-section .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-section h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 3rem 0;
    }

    .breadcrumb-section h1 {
        font-size: 1.8rem;
    }
}

section.about-wrapper {
    padding: 80px 0;
}

section.about-wrapper .sec-title h2 {
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
    font-size: 34px !important;
}
section.testimonials.inner {}

section.testimonials.inner img.testi-vector {
    top: 5px;
    width: 69%;
}

.sec-after-tittle {
    position: relative;
}

.sec-after-tittle ul {
    display: flex
;
    justify-content: center;
    gap: 20px;
    margin-top: -68px;
    position: relative;
    z-index: 99;
    padding: 0;
}

.sec-after-tittle ul li {
    list-style: none;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 100px;
   padding: 11px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #f9a34a;
}

.sec-after-tittle ul li img {
    width: auto !important;

    height: 75px;
    object-fit: contain;
}

section.md-message-wrapper ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.md-message-wrapper ul li:nth-child(1) {
    width: 31%;
}

section.md-message-wrapper ul li:nth-child(2) {
    width: 65%;
}

section.md-message-wrapper ul li:nth-child(2) p {
    font-size: 23px;
}

section.md-message-wrapper ul li:nth-child(1) img {
    width: 258px;
    height: 258px;
    border-radius: 50%;
    border: 5px solid #f46c1f;
}

section.md-message-wrapper ul li {
    list-style: none;
}

section.md-message-wrapper ul {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 20px;
    margin: 40px 0;
}

section.message-wrap h2 {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    padding-bottom: 15px;
}

section.message-wrap h2 {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    padding-bottom: 15px;
}


section.message-wrap .col-md-12 {
  
    padding: 30px;
    border-radius: 20px;
    background: #fff6ea;
}

section.message-wrap p {
    font-size: 18px;
    line-height: 28px;
}
section.message-wrap {
    padding: 50px 0;
    padding-top: 0;
}

/* Process start */
section.rec-process-section .row {
    align-items: center;
    padding: 31px 0;
}

.paddtop0 {
    padding-top: 0px !important;
}

section.rec-process-section .row:nth-child(even) .process-content {
    TEXT-ALIGN: right;
}

section.rec-process-section .sec-title {
    margin-bottom: 40px;
}

section.rec-process-section .sec-title h2 {
    font-weight: 300;
}

section.rec-process-section .sec-title h2 span {
    font-weight: bold;
    color: #295684;
}

section.rec-process-section .img-wrap {
    position: relative;
}

section.rec-process-section .img-wrap img {
    width: 100%;
}

section.rec-process-section .img-wrap {
    margin-right: 70px;
}

section.rec-process-section .process-content .dot-wrapper {
    margin-right: 70px;
    position: relative;
}

section.rec-process-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

section.rec-process-section .row:nth-child(even) .img-wrap {
    margin-left: 70px;
    margin-right: 0;
}

.process-content {
    display: flex;
    gap: 0;
    align-items: center;
}

.process-content .dot-wrapper .dot {
    background: #ffffff;
    color: #ef3924;
    width: 46px;
    height: 46px;
    font-size: 7px;
    display: inline-block;
    border-radius: 100px;
    display: flex
;border: 2px solid #f03e23;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -11px;
    right: 1px;
    bottom: 0;
    left: -24px;
    opacity: 1;
    font-size: 11px;
    transition: 0.4s;
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section.rec-process-section .row:nth-child(even) .process-content {
    flex-direction: row-reverse;
}

section.rec-process-section .row:nth-child(even) .process-content .dot-wrapper {
    margin-left: 70px;
    margin-right: 0px;
}

section.rec-process-section .row .col-md-6 {
    margin: 0;
    padding: 0;
}

section.rec-process-section .row:hover .process-content .dot-wrapper .dot {
    transform: scale(1.1);
    background: #f25c20;
}

section.rec-process-section .row:hover .process-content .dot-wrapper .dot i {
    font-size: 15px;
    color: #fff;
    transform: rotate(45deg);
}

section.rec-process-section .img-wrap img {
    width: 100px;
}

section.rec-process-section .row:nth-child(odd) .img-wrap {
    width: 90%;
    display: flex;
    justify-content: end;
}

section.rec-process-section .container {
    position: relative;
}

section.rec-process-section .container:after {
    position: absolute;
    width: 16px;
    height: 100%;
    background: #2956843d;
    content: "";
    top: 0;
    right: 49.3%;
    z-index: 1;
    /* background: linear-gradient(to right, #EE3224, #FAA21B); */
    background: linear-gradient(186deg, #EE3224, #FAA21B);
}

.campus-interview h2 {
    font-size: 48px !important;
    font-weight: 300 !important;
}

section.rec-process-section {
    padding: 80px 0;
}

section.faq-section.two {
    background: #f6f6f6;
}

section.faq-section.two .faq-item h3.faq-question button.faq-button {
    background: #ffffff00;

}

.process-content .content h2 {
    font-size: 25px;
    font-weight: bold;
}

section.rec-process-section .container {
    max-width: 950px;
}


section.rec-process-section .content {
    background: #ffffff;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 30px;
    border-radius: 20px;
    height: auto;
    /* font-weight: 600; */
    /* border: 1px solid #f9e7cf; */
}

section.rec-process-section .row:nth-child(even) .yera {
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    padding-left: 59px;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.rec-process-section .row:nth-child(odd) .yera {
    text-align: right;
    font-size: 46px;
    font-weight: bold;
    padding-right: 51px;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.rec-process-section .process-content p {
    font-size: 20px;
    margin: 0;
}

/* End */

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-left {
    animation: slideInFromLeft 0.8s ease forwards;
}

.animate-right {
    animation: slideInFromRight 0.8s ease forwards;
}

section.jaurny-sec {
    padding: 80px 0;
    padding-top: 40px;
}

section.compny-logo-sec.inner {
    background: transparent;
}

section.container-map.inner {
    padding-top: 40px;
}

/* Gallery Section Styles */
.gallery-section {
    padding: 40px 0;
}

.gallery-filter {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-filter button {
    margin: 5px;
    padding: 14px 43px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    font-size: 22px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.gallery-filter button.active,
.gallery-filter button:hover {
    color: #fff;
    background: linear-gradient(to right, #EE3224, #FAA21B);
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.gallery-item:hover img {
    opacity: 0.8;
}

/* Contact us start */
section.contact-us-sec .contact-from {
    background: #2f313a;
    padding: 20px 20px;
    background: linear-gradient(to right, #EE3224, #FAA21B);
}
.forminator-ui#forminator-module-165.forminator-design--default .forminator-label {
    font-size: 15px !important;
   
    font-weight: 400 !important;
}
section.contact-us-sec .contact-from input::placeholder {
    color: color(srgb-linear 1 1 1 / 0.8);
}

section.contact-us-sec .contact-from textarea::placeholder {
    color: color(srgb-linear 1 1 1 / 0.8);
}

section.contact-us-sec .contact-from .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid color(srgb-linear 1 1 1 / 0.8);
    color: #fff;
    height: 44px;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 0;
    /* font-size: 16px; */
}

section.contact-us-sec .contact-from textarea#comments {
    height: 88px;
}

section.contact-us-sec .contact-from h2 {
    color: #fff;
    font-weight: bold;
}

section.contact-us-sec .contact-from p {
    color: #fff;
}

section.contact-us-sec .contact-from select option {
    color: #000;
}

section.contact-us-sec .contact-us-details {
    padding-left: 100px;
}

section.contact-us-sec .contact-us-details .title-wrap span {
    color: #ef3a24;
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}

section.contact-us-sec .contact-us-details .title-wrap h2 {
    font-weight: bold;
    color: #000;
    font-size: 48px;
    line-height: 50px;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.contact-us-sec .contact-us-details .contact-details {
    padding: 20px 0;
}

section.contact-us-sec .contact-us-details .contact-details li {
    font-size: 20px;
    display: flex
;
    align-items: baseline;
    gap: 10px;
    line-height: 23px;
    margin-bottom: 20px;
}

section.contact-us-sec .contact-us-details .contact-details li a {
    color: #000;text-decoration: none;
}

section.contact-us-sec .contact-us-details .social-media ul {
    display: flex;
    gap: 20px;
    font-size: 20px;
}

section.contact-us-sec .contact-us-details .social-media ul li a {
    border: 1px solid #ef3524;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #f56f1f;
    /* background: #242223; */
    list-style: none;
    text-decoration: none;
}

section.contact-us-sec .contact-us-details .social-media ul li a i {
    margin-top: 3px;
}

section.contact-us-sec .contact-us-details .social-media ul li a:hover {
    background: #000;
    color: #fff;
}

section.contact-us-sec .row {
    align-items: center;
}

button.btn.btn-submit {
    background: #fff;
    border-radius: 100px;
    padding: 10px 30px;
}

section.contact-us-sec .contact-us-details .contact-details ul {
    margin: 0;
    padding: 0;
}

section.contact-us-sec .contact-us-details .social-media ul li {
    list-style: none;
}

section.contact-us-sec .contact-us-details .social-media ul {
    padding: 0;
}

section.contact-us-sec {
    padding-top: 40px;
    padding-bottom: 80px;
}

/* Today */


/* ============== */

section.about-wrapper.about-us-sec.abt-sec img {
    width: 85%;
    border-radius: 20px;
}

section.about-wrapper.about-us-sec.abt-sec .row {
    align-items: center;
}section.benefits-section.aos-init.aos-animate {}

section.benefits-section {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    padding: 60px 0;
}

section.benefits-section h3 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: bold;
}

section.benefits-section ul {
    padding: 0;
}

section.benefits-section ul li {
    list-style: none;
    color: #fff;
    border: 1px solid #f46520;
    margin-bottom: 10px;
    padding: 15px 31px;
    position: relative;
    display: flex
;
    align-items: self-start;
}
section.benefits-section ul li:before {
    position: absolute;
    width: 11px;
    height: 11px;
    background: #ffffff;
    top: 50%;
    content: "";
    border-radius: 100px;
    transform: translateY(-50%);
    left: 12px;
    border: 2px solid #fff;
}
section.products-section {
    padding: 40px 0px 80px 0px;
}

section.brands-section {
    padding: 80px 0;
}

section.brands-section .brand-card {
    border: 2px solid #f88f1d;
    padding: 28px;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 610px;
}

section.brands-section .brand-card h4 {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}section.brands-section .brand-card img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 360px;
    object-fit: cover;
}


 .download-section {
    padding: 80px 0;
    background-color: #f9fafb;
}

 .download-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

 .download-section table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.download-section thead th {
    color: white;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(to bottom, #EE3224, #FAA21B);
}
 .download-section tbody td {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1rem;
}

 .download-section tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

 .download-section tbody tr:hover {
    background-color: #f1f5f9;
}

/* Align day columns to right */
 .download-section tbody tr:not(:last-child) td:nth-child(2) {
    text-align: right;
    color: #64748b;
    font-weight: 500;
}

.download-section .download-btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 12px 24px;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: 2px solid transparent;
    background: linear-gradient(to bottom, #EE3224, #FAA21B);
}
section.download-section {
    background: #fff2e2;
}
 .download-section .download-btn:hover {
    background-color: #2563eb;
}

 .download-section .download-btn i {
    margin-right: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .download-section {
        padding: 40px 0;
    }

        .download-section  thead th {
        font-size: 1.25rem;
        padding: 1rem;
    }

        .download-section  tbody td {
        padding: 1rem;
        font-size: 0.875rem;
    }

        .download-section .download-btn {
        width: 100%;
        text-align: center;
    }
}.blog-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-card img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}.blog-card .sc-date-box {
    width: 172px;
    background: red;
    background: linear-gradient(to left, #EE3224, #FAA21B);
    padding: 20px;
    height: 79px;
    margin-top: -79px;
    z-index: 99;
    position: relative;
    margin-left: 22px;
    border-radius: 10px 10px 0px 0px;
}

.blog-card .sc-date-box h4.title {
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.blog-card .sc-date-box span.sub-title {
    color: #fff;
}

.blog-card .card-body {
    padding: 20px;
}

.blog-card .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.blog-card .card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-card .blog-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.blog-card .read-more {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.blog-card .read-more:hover {
    background: linear-gradient(to right, #FAA21B, #EE3224);
}section.blog-section {
    padding: 80px 0;
}/* Blog Details Section */
.blog-details-section {
    padding: 80px 0;
    background-color: #fff;
}

.blog-details-section .blog-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-details-section .blog-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.blog-details-section .blog-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.blog-details-section .blog-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* Sidebar */
.sidebar {
    padding-left: 20px;
}

.sidebar h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #F5A623;
    padding-bottom: 10px;
}

/* Search Field */
.sidebar .search-form {
    margin-bottom: 30px;
}

.sidebar .search-form .input-group {
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
}

.sidebar .search-form input {
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
}

.sidebar .search-form input:focus {
    outline: none;
    box-shadow: none;
}

.sidebar .search-form button {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0 25px 25px 0;
}

.sidebar .search-form button:hover {
    background: linear-gradient(to right, #FAA21B, #EE3224);
}

.sidebar .recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar .recent-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.sidebar .recent-post h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.sidebar .recent-post p {
    font-size: 12px;
    color: #999;
}

.sidebar .recent-post a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.sidebar .categories ul li {
    margin-bottom: 10px;
}

.sidebar .categories ul li a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

.sidebar .categories ul li a:hover {
    color: #F5A623;
}

/* Comment Form */
.comment-section {
    margin-top: 40px;
}

.comment-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #F5A623;
    padding-bottom: 10px;
}

.comment-form .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.comment-form .form-control:focus {
    border-color: #F5A623;
    box-shadow: 0 0 5px rgba(245, 166, 35, 0.3);
}

.comment-form textarea {
    resize: none;
}

.comment-form button {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
}

.comment-form button:hover {
    background: linear-gradient(to right, #FAA21B, #EE3224);
}

ul#menu-quick-links {
    margin: 0;
    padding: 0;
}

ul#menu-quick-links li {
    list-style: none;
}

a:focus {
    /* color: #fff; */
}

.social-icons {}

.social-icons .icons a {
    color: #fff;
}

.social-icons .icons:hover {
    background: #fff;
}

.social-icons .icons:hover a {
    color: #f35f21;
}

.social-icons .icons {
    border: 2px solid #fff;
}.forminator-ui#forminator-module-165.forminator-design--default .forminator-label {
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}.forminator-ui.forminator-custom-form[data-design=default] .forminator-description span {
    min-width: 80px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    color: #fff;
}button.forminator-button.forminator-button-submit {
    background: #fff;
    color: #f67d1e;
    border: none;
    padding: 10px 30px !important;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 100px !important;
    font-size: 16px !important;
}section.contact-us-sec .contact-us-details .social-media ul {
    padding: 0;
    margin: 0;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-phone.iti--allow-dropdown .forminator-input {
    padding-left: 82px !important;
}
form#forminator-module-166 input {
    background: #fff !important;
}

form#forminator-module-166 
 .forminator-row {
    margin-bottom: 13px;
}

form#forminator-module-166 
 input#forminator-field-phone-1_67e8d790b1d9e {
    padding-left: 84px !important;;
}



form#forminator-module-166 
 textarea#forminator-field-textarea-1_67e8d790b1d9e {
    background: #fff;
    border: 1px solid #d1d1d1;
}

form#forminator-module-166  label {
    font-size: 16px !important;
    margin: 0;
    padding: 0 !important;
}

span#forminator-field-textarea-1_67e8d790b1d9e-description {
    display: none;
}

.contact-form {
    height: auto;
}

button.forminator-button.forminator-button-submit {
    /* background: linear-gradient(to right, #EE3224, #FAA21B); */
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.forminator-button.forminator-button-submit {
    background: #f46d1f;
    color: white;
    border: none;
    padding: 10px 30px !important;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 20px !important;!i;!;
}
form#forminator-module-166 textarea {
    background: #fff !important;
    border: 1px solid #ccc;
}

span#forminator-field-textarea-1_67e8d8b070bd0-description {
    display: none !important;
}.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color) !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}

section.benefits-section ul {
    padding: 0 !important;
    margin: 0;
}.sidebar .categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.blog-card .card-text {
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.dropdown:hover ul.dropdown-menu {
    display: block;
}


.why-choose-img.cattle img {
    width: 80%;
}

section.product-sec.cattle img {
    width: 68%;
}

section.product-sec.cattle .pro-card {
    background: -webkit-linear-gradient(#0e64ac, #31914e);
}

.cattle-main .sec-title h2 span {
    /* background: -webkit-linear-gradient(#EE3224, #FAA21B); */
    background: -webkit-linear-gradient(#0e64ac, #31914e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: -webkit-linear-gradient(#0e64ac, #31914e); */
}

.cattle-main .feed-table th {
    background: #ff6200;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #00aaff;
    background: -webkit-linear-gradient(#0e64ac, #31914e);
}.cattle-main section.profit-chart-sec .feed-table td {
    border: 1px solid #166f95;
}.cattle-main .testimonial {
    margin-top: 60px;
    width: 45%;
    /* height: 200px; */
    /* background: linear-gradient(to right, #EE3224, #FAA21B); */
    color: white;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    background: -webkit-linear-gradient(#0e64ac, #31914e);
}

section.why-choose-us-product.cattle {
    position: relative;
}

section.why-choose-us-product.cattle img.why-choose-vector {
    position: absolute;
    top: -127px;
    z-index: -1;
}

section.why-choose-us-product.cattle .container {
    position: relative;
}

.cattle-main .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f9f9f9e6;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery-item img {
    width: 100%;
    border-radius: 8px;
    transition: opacity 0.3s ease;
    height: 309px;
    object-fit: cover;
}.gallery-item  a {
    position: relative;
}

.gallery-item a span {
    position: absolute;
    top: 0;
    top: 50%;
    left: 50%;
    width: 80px;
    transform: translate(-50%, -50%);
}

.gallery-item a span img.v-icon {
    width: 61px !important;!I;!;
    height: 61px !important;!I;!;
}

/* Forminator Form Styling */
    .forminator-ui.forminator-form-168 {
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .forminator-field input, .forminator-field textarea {
        border: 2px solid #007bff;
        border-radius: 5px;
        padding: 10px;
        font-size: 16px;
        transition: border-color 0.3s ease;
    }
    .forminator-field input:focus, .forminator-field textarea:focus {
        border-color: #0056b3;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
    .forminator-button-submit {
        background-color: #007bff;
        border: none;
        padding: 12px 24px;
        font-size: 16px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .forminator-button-submit:hover {
        background-color: #0056b3;
    }

    /* Custom Close Icon */
    .btn-close {
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0000'%3E%3Cpath d='M6 18L18 6M6 6l12 12'/%3E%3C/svg%3E") no-repeat center center;
        background-size: 20px 20px;
        width: 24px;
        height: 24px;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
    .btn-close:hover {
        opacity: 1;
    }

.forminator-field input, .forminator-field textarea {
    border: 2px solid #cecece !important;
    border-radius: 5px;
    padding: 10px;
	height:80px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}.forminator-edit-module {
    display: none;
}.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
        margin-bottom: 15px !important;
    }div#outerModal {
    margin-top: 57px;
}button.btn-close {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    margin-right: -36px !important;
    opacity: 1;
    margin-top: -71px !important;
    border-radius: 100px;    color: #fff;
}h5#outerModalLabel {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px!important;
    font-weight: bold!important;
}span#forminator-field-textarea-1_67ec1c883effb-description {
    display: none!important;
}.forminator-ui#forminator-module-168.forminator-design--default .forminator-label {
    font-size: 15px !important;
    font-family: inherit;
    font-weight: 600!important;
}.forminator-description {
    display: none !important;
}.breadcrumb-section .breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 1rem;
    margin: 0;
    padding: 0;
}

      section.jaurny-sec  p:first-letter {
            font-size: 36px;
            font-weight: bold;
           
            margin-right: 3px;
            color: #f88f1d;
        }
section.jaurny-sec p {
    font-size:17px;
}

.postid-248 section.product-about-sec img.product-bg-vector {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}
section.jaurny-sec {
    position: relative;
}

section.jaurny-sec img {
    position: absolute;
    width: 100%;
    height: 111%;
    z-index: 1;
    top: -88px;
}
section.jaurny-sec .overlay {
    position: absolute;
    width: 100%;
    height: 112%;
    background: #ffe4a7e6;
    top: -91px;
    left: 0;
    z-index: 1;
}
section.jaurny-sec .container {
    position: relative;
    z-index: 8;
}

section.rec-process-section .content {
    overflow: revert;
}

section.rec-process-section .row:nth-child(even)  .content img.vector-mil {
    position: absolute;
    left: -167px;
    width: 241px;
    opacity: .2;
    bottom: -193px;
}section.rec-process-section .row:nth-child(odd) .content img.vector-mil {
    position: absolute;
    right: -167px;
    width: 241px;
    opacity: .2;
    bottom: -193px;
}section.container-map {
    background: #fff6e9;
}section.container-map {
    position: relative;
}

section.container-map img.map-vector {
    position: absolute;
    width: 35%;
    opacity: .2;
    left: 11%;
}section.container-map img.map-vector2 {
    position: absolute;
    bottom: -54px;
    width: 51%;
}section.container-map.container-mappro {
    overflow: hidden;
}section.container-map.inner.network {
    margin-top: -89px;
    padding-top: 137px !important;
}input#submit {
    background: linear-gradient(to right, #EE3224, #FAA21B);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


section.blog-details-section {
    position: relative;
}

section.blog-details-section img.blog-vec {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    object-fit: cover;
}

section.blog-details-section{
    margin-top: -89px;
    padding-top: 180px;
}


section.blog-section {
    position: relative;
}

section.blog-section img.blog-vec {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    object-fit: cover;
}

section.blog-section {
    margin-top: -89px;
    padding-top: 180px;
}section.about-wrapper.about-us-sec .left-wrap img {
    width: 85%;
    border-radius: 20px;
}
section.contact-us-sec {
    position: relative;
}

section.contact-us-sec img.contact-vec {
    position: absolute;
    z-index: 1;
    opacity: .1;
}
section.contact-us-sec {
	overflow:hidden;
}
section.contact-us-sec .container {
    position: relative;
    z-index: 2;
}.postid-256 section.product-about-sec img.product-bg-vector {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -11px;
    opacity: .3;
}section.why-nutritech {
    padding: 80px 0;
    background: #ffecec;
}section.why-nutritech .why-item {
    border: 2px solid #f5721f;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
section.why-nutritech .row {
	justify-content:center;
}
section.why-nutritech .why-item img {
    width: 75px;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
}

section.why-nutritech .why-item p {
    font-size: 20px;
}section.why-nutritech .why-item {
    height: 212px;
    border-radius: 20px;
    background: #fff7f7;
}

/* Custom styles for the table */
.performance-section {
    /* background-color: #003087; */
    color: #fff;
    padding: 40px 20px;
    background: linear-gradient(to right, #ee322405, #faa21b24);
}

       .performance-section h2 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}section.performance-section {}

section.performance-section .sec-title p {
    color: #000 !important;
    font-size: 20px;
    margin-bottom: 41px !important;
}

section.performance-section .sec-title h2 {
    margin: 0 !important;
    padding: 0 !important;
}

       .performance-section  .table {
            background-color: #fff; /* White table background */
            color: #000; /* Black text for readability */
        }

       .performance-section .table th {
    /* background-color: #003087; */
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to bottom, #EE3224, #FAA21B);
}

       .performance-section  .table td {
            vertical-align: middle;
        }

       .performance-section .table-danger {
            color: #DC3545; /* Red text for headers */
        }

        .performance-section .footnote {
    font-size: 0.9rem;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.feeding-regime {
            background-color: #F5F5DC; /* Light beige background */
            padding: 40px 20px;
            text-align: center;
        }

        .feeding-regime .sec-title h2 {
    color: #003087;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

        

     

      .regime-item {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
        .regime-item.pre-starter {
            background-color: #003087; /* Dark blue */
        }

        .regime-item.starter {
            background-color: #D4A017; /* Gold */
        }

        .regime-item.finisher {
            background-color: #DC3545; /* Red */
        }.regime-item p {
    font-size: 21px;
}
.regime-item h2 {
    font-size: 40px;
    font-weight: bold;
}


.performance-section2 {
    background-color: #fff6e9;
    color: #fff;
    padding: 40px 20px;
}

       

       .performance-section2  .performance-section p.subtitle {
            color: #1B5E20;
            text-align: center;
            margin-bottom: 20px;
        }

       .performance-section2 .table {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    max-width: 100%;
}
p.subtitle {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
}


section.performance-section2 .sec-title h2 {
    margin: 0;
    padding-bottom: 10px;
}
     .performance-section2 .table th {
    background-color: #f56f20;
    color: #fff;
    font-weight: 600;
}

      .performance-section2   .table td {
            vertical-align: middle;
        }

      .performance-section2   .table-danger {
            color: #DC3545; /* Red text for headers */
        }

     .performance-section2 .footnote {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.why-big-chicken {
            background-color: #fff; /* White background */
            padding: 40px 20px;
            color: #000;
        }

       

      .why-big-chicken   .why-item {
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            background-color: #fff;
            transition: transform 0.3s ease;
        }

      .why-big-chicken   .why-item:hover {
            transform: scale(1.05); /* Slight zoom on hover */
        }

       .why-big-chicken  .why-item i {
            font-size: 2rem;
            color: #28A745; /* Green icon color */
            margin-bottom: 15px;
        }

      .why-big-chicken   .why-item p {
            font-size: 1rem;
            color: #000;
            margin: 0;
        }

        /* Custom classes for each column */
     .why-big-chicken .col-item1 {
    background-color: #f46a1f;
}
       .why-big-chicken  .col-item2 {background-color: #ff7e37;}
       .why-big-chicken  .col-item3 {background-color: #f46a1f;}
       .why-big-chicken  .col-item4 {background-color: #f46a1f9c;}
       .why-big-chicken  .col-item5 {background-color: #efa46e;}
       .why-big-chicken  .col-item6 {background-color: #f46a1f;}
      .why-big-chicken   .col-item7 {background-color: #ff7e37;}
       .why-big-chicken  .col-item8 {background-color: #ec9557;}

        /* Responsive adjustments */
        @media (max-width: 768px) {
           .why-big-chicken  .why-item {
                margin-bottom: 20px;
            }
        }.why-big-chicken .col-md-3 {
    padding: 20px;
}.why-big-chicken .why-item img {
    width: 70px;
    border-radius: 100px;
    margin-bottom: 20px;
    filter: none;
    filter: grayscale(1);
}

.why-big-chicken .why-item {
    height: 242px;
}


.feeding-regime2 {
    background-color: #E8F5E9;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 140px;
}

        .feeding-regime2 h2 {
            color: #000; /* Dark green title */
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }

       
      .feeding-regime2 .regime-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 2px solid #f5751f;
    min-height: 200px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

  .feeding-regime2 .regime-card h3 {
    color: #f25621;
    font-size: 40px;
    font-weight: bold;
}

       .feeding-regime2  .regime-card p {
            color: #000;
            font-size: 1rem;
            margin: 0;
        }.feeding-regime2 .regime-card .icon img {
    border: 1px solid #f25621;
    border-radius: 100px;
    filter: grayscale(1);
}

.feeding-regime2 .regime-card .icon {
    margin-bottom: -100px;
    margin-top: 20px;
}

      .feeding-regime2 .timeline {
    position: absolute;
    bottom: 114px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 100px; */
}

       .feeding-regime2 .timeline .icon {
    background-color: #507736;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 2px solid #1B5E20;
    margin: 0 auto;
}

      .feeding-regime2 .timeline .icon img {
    width: 90px;
    height: 90px;
}

        /* Responsive adjustments */
        @media (max-width: 768px) {
         .feeding-regime2    .regime-card {
                margin-bottom: 20px;
            }
           .feeding-regime2  .timeline {
                width: 90%;
                flex-direction: column;
                height: auto;
                padding: 20px 0;
            }
           .feeding-regime2  .timeline .icon {
                margin: 10px 0;
            }
        }

/* Custom styles for better appearance and alignment */
        .navbar-nav .dropdown:hover > .dropdown-menu {
            display: block;
        }
        .dropdown-menu .dropdown-toggle::after {
            transition: transform 0.3s ease;
        }
        .dropdown-menu .dropdown:hover .dropdown-toggle::after {
            transform: rotate(90deg);
        }
        .dropdown-menu .dropdown-menu {
            margin-left: 100%; /* Offset for second-level submenu */
            margin-top: -0.5rem; /* Adjust vertical alignment */
            position: absolute;
            top: 0;
            left: 100%;
        }
        /* Ensure dropdowns stay visible on hover */
        @media (min-width: 992px) {
            .dropdown:hover .dropdown-menu {
                display: block;
            }
        }li.nav-item.dropdown {}

li.nav-item.dropdown ul.dropdown-menu li.dropdown {
    position: relative;
}

li.nav-item.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    position: absolute;
    left: 0;
    display: none;
}

li.nav-item.dropdown ul.dropdown-menu li.dropdown:hover ul.dropdown-menu {
    display: block;
}.postid-471 section.featurs-sec {
    display: none;
}

.postid-471 section.why-big-chicken {
    background: #e9ffea;
}.postid-257 .product-details-banner {
    position: relative;
    padding: 0;
    height: auto;
}.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}footer {
    position: relative;
}

footer img.footer-vec {
    position: absolute;
    top: -271px;
    width: 100%;
    left: 0;
    opacity: .3;
}img.footer-vec {
    opacity: .3;
}

 ul#feedTabs {
    display: flex
;
    justify-content: center;
    gap: 20px;
}
.multitab-cattle .nav-tabs {
    border-bottom: 3px solid #f46d1f;
}.multitab-cattle .nav-tabs .nav-link.active {
    background-color: #f46d1f;
    color: #ffffff;
    border-color: #f46d1f;
}section.multitab-cattle li.nav-item button {
    color: #000;
    font-size: 20px;
    padding: 14px 52px;
    padding-bottom: 20px;
    border-radius: 100p;
    border: 1px solid #f46d1f;
}
          .multitab-cattle    .multitab-cattle  .nav-tabs .nav-link {
            color: #333333;
            font-weight: 600;
            padding: 12px 25px;
            border-radius: 8px 8px 0 0;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }
         .multitab-cattle .nav-tabs .nav-link:hover {
    background-color: #f46d1f;
    color: #ffffff;
}
        
         .multitab-cattle .tab-content {
    padding: 30px;
    /* border: 1px solid #dee2e6; */
    border-top: none;
    border-radius: 0 0 12px 12px;
    background-color: #ffffff8a;
    min-height: 300px;
}
         .multitab-cattle   h1 {
            color: #1a3c6d;
            font-size: 2.5rem;
            margin-bottom: 30px;
            text-align: center;
            font-weight: 700;
        }
      .multitab-cattle h2 {
    /* color: #0057cc; */
    font-size: 40px;
    font-weight: bold;
    /* font-weight: 600; */
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(250, 162, 27)) text;
    text-align: center;
    padding-bottom: 29px;
}
          .multitab-cattle  h3 {
            color: #333333;
            font-size: 1.5rem;
            margin-top: 25px;
            margin-bottom: 15px;
            font-weight: 500;
        }
       .multitab-cattle p,    .multitab-cattle  ul {
            color: #444444;
            line-height: 1.8;
            font-size: 1rem;
        }
      .multitab-cattle ul li {
    line-height: normal;
    list-style: none;
}.multitab-cattle ul {
    padding-left: 0;
    padding: 0 !important;
    margin: 0;
}.multitab-cattle img {
    margin-right: 10px;
}
      .multitab-cattle ul li {
    margin-bottom: 0;
}
          .multitab-cattle  .tab-pane {
            animation: fadeIn 0.4s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @media (max-width: 768px) {
           
             .multitab-cattle   h1 {
                font-size: 2rem;
            }
              .multitab-cattle  h2 {
                font-size: 1.6rem;
            }
           .multitab-cattle  .nav-tabs .nav-link {
                padding: 10px 15px;
                font-size: 1rem;
            }
        }
 .card-dec-sec .card-deck {
            display: flex;
            justify-content: space-between;
            margin: 0 -15px;
        }
       .card-dec-sec  .card {
            background: none;
            border: none;
            width: 32%;
            padding: 20px;
            text-align: center;
            color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
         .card-dec-sec .card.nutrition {
            background-color: #28a745; /* Green */
        }
       .card-dec-sec   .card.support {
            background-color: #ffc107; /* Yellow */
        }
       .card-dec-sec   .card.yield {
            background-color: #17a2b8; /* Teal */
        }
        .card-dec-sec  .card h3 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
   .card-dec-sec .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    height: 338px;
}
      .card-dec-sec .card ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
    text-align: left;
    padding-left: 0;
    list-style: disc;
    margin-left: 26px;
    font-size: 18px;
}section.card-dec-sec {
    padding: 80px 0;
}section.multitab-cattle {
    background: #fff6e9;
    padding: 80px 0;
}

.feed-card-sec2 .feed-card {
    background-color: #fff6e9;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: relative;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    /* border: 1px solid #000; */
    height: 1061px;
}
      .feed-card-sec2  .decorative-element {
            font-size: 2.5rem;
            color: #fff;
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0.7;
        }
      .feed-card-sec2  .feed-title {
            font-size: 2rem;
            font-weight: bold;
            color: #000;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
      .feed-card-sec2   .feed-subtitle {
            font-size: 1.1rem;
            color: #000;
            margin-bottom: 20px;
        }
      .feed-card-sec2 .table {
    width: 100%;
    margin: 0 auto 20px;
    background-color: #000;
  
    overflow: hidden;
  
}div#feedTabsContent .left {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0px 20px;
    padding-bottom: 20px;
    height: 1057px;
}
.feed-card-sec2 .table th {
    background-color: #560177;
    color: #fffdfd;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
}
       .feed-card-sec2  .table td {
            padding: 10px;
            font-size: 1rem;
            color: #333;
            border-top: 1px solid #dee2e6;
        }
      .feed-card-sec2   .badge-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }
       .feed-card-sec2  .custom-badge {
            display: inline-flex;
            align-items: center;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
            color: #fff;
        }
      .feed-card-sec2 .badge-european {
    background-color: #ffffff00;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    flex-direction: column;
}
      .feed-card-sec2   .badge-quality {
  background-color: #ffffff00;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    flex-direction: column;
}.feed-card-sec2 img {
    width: 100px !important;
    border-radius: 100px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    height: auto !important;
}.feed-card-sec2 .badge-container p {
    color: #000;
    font-size: 19px;
    line-height: 24px;
}
        .feed-card-sec2 .badge-european img {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }
        @media (max-width: 768px) {
          .feed-card-sec2   .feed-card {
                padding: 20px;
            }
           .feed-card-sec2  .feed-title {
                font-size: 1.5rem;
            }
           .feed-card-sec2  .feed-subtitle {
                font-size: 1rem;
            }
            .feed-card-sec2 .table {
                width: 80%;
            }
            .feed-card-sec2 .badge-container {
                flex-direction: column;
                gap: 10px;
            }
        }
        @media (max-width: 992px) {
             .card-dec-sec .card-deck {
                flex-direction: column;
                align-items: center;
            }
            .card-dec-sec .card {
                width: 100%;
                margin-bottom: 20px;
            }
        }

.postid-256 section.product-sec .pro-card h4 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
}.multitab-cattle  .left .two .left-t {
    display: flex;
    gap: 14px;
    background: #4CAF50;
    margin-top: 20px;
    padding: 15px;
    border-radius: 20px;
    flex-direction: column;
}

.multitab-cattle .left .two .left-t h3 {
    color: #fff;
    text-align: left;
    display: flex;
    flex-shrink: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.multitab-cattle .left .two .left-t ul {
    width: 100%;
}

.multitab-cattle .left .two .left-t  ul li {
    list-style: disc;
    color: #fff;
    padding-bottom: 8px;
    width: 100%;
    margin-left: 20px;
}

.multitab-cattle .left .two .left-t:nth-child(2) {
    background: #009688;
}

.multitab-cattle h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
section.multitab-cattle {
    position: relative;
}

section.multitab-cattle img.tabl-vec {
    position: absolute;
}section.multitab-cattle .container {
	position:relative;
	z-index:99;
}
.multitab-cattle  .one ul li {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 5px;
}.tble.feed-card-sec2 .feed-card img.tabl-img {
    width: 155px !important;
    border-radius: 0 !important;
}


.vision-mission-promise .sec-title h2 {
    text-align: left;
    font-size: 35px !important;
    color: #000 !important;
}

.vision-mission-promise {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Section Cards */
.vision-mission-promise .vision, .vision-mission-promise .mission, .vision-mission-promise  .promise {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.vision-mission-promise .vision:hover, .mission:hover, .promise:hover {
    transform: translateY(-5px);
}

/* Content Styling */
.vision-mission-promise .content {
    padding: 40px;
}

.vision-mission-promise .content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vision-mission-promise .vision h2 {
    color: #2E7D32; /* Forest Green */
}

.vision-mission-promise .mission h2 {
    color: #FBC02D; /* Golden Yellow */
}

.vision-mission-promise .promise h2 {
    color: #2E7D32; /* Forest Green */
}

.vision-mission-promise .content p {
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
    margin-bottom: 20px;
}

/* CTA Button */
.vision-mission-promise .cta-button {
    background: #2E7D32;
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.vision-mission-promise .cta-button:hover {
    background: #1B5E20;
}

/* Images */
.vision-mission-promise img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vision-mission-promise img:hover {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
   .vision-mission-promise  .content {
        padding: 20px;
    }

   .vision-mission-promise  .content h2 {
        font-size: 24px;
    }

    .vision-mission-promise .content p {
        font-size: 14px;
    }

  .vision-mission-promise   .cta-button {
        font-size: 14px;
        padding: 10px 20px;
    }

   .vision-mission-promise  img {
        max-height: 300px;
    }
}

@media (max-width: 576px) {
    .vision-mission-promise {
        padding-top: 30px;
        padding-bottom: 30px;
    }

   .vision-mission-promise  .content h2 {
        font-size: 20px;
    }

   .vision-mission-promise .content p {
        font-size: 13px;
    }
}.vision-mission-promise .content {
    padding: 40px;
    background: #fff5e8;
}.vision-mission-promise .vision, .vision-mission-promise .mission, .vision-mission-promise .promise {
    background: #fff7ec;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.col-lg-4.img {
    display: flex;
    justify-content: center;
}

.col-lg-4.img img {
    box-shadow: none !important;
    width: 48%;
}
.tble.feed-card-sec2 table tr:nth-child(even) td {
    background: #fff6e9;
    /* color: #fff; */
}

section.cat-wrappr {
    padding: 60px 0;
}

section.cat-wrappr h2 {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*    text-transform: uppercase;*/
    font-weight: bold;
    font-size: 40px;
}

section.cat-wrappr  .cat-text p {
    font-size: 19px;
}

section.cat-wrappr .cat-img-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 285px;
    text-align: center;
    border-radius: 20px;
}
section.cat-wrappr .cat-img-wrap .img-box {
    position: relative;
    overflow: hidden;
}

section.cat-wrappr .cat-img-wrap .img-box img {
    border-radius: 20px;
    width: 100%;
    height: 212px;
    object-fit: contain;
}
section.cat-wrappr .cat-img-wrap .caption-cat {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
section.cat-wrappr .cat-img-wrap .caption-cat p {
    margin: 0;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 1px 1px #0a0a0a;
}

section.cat-wrappr .cat-img-wrap .caption-cat  a.p-name {
    background: #000;
    background: linear-gradient(to right, #EE3224, #FAA21B);
    color: white;
    border: none;
    padding: 5px 16px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: inline-block;
}

section.cat-wrappr .cat-img-wrap .img-box img {
    transition: .4s;
}
section.cat-wrappr .cat-img-wrap .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
section.cat-wrappr .cat-text {
    padding-right: 99px;
    text-align: right;
    padding-top: 40px;
}

section.product-sec .pro-card {
   
    margin-bottom: 30px;
}.cat-img-wrap.cat {
    background: #ee3224;
}

.cat-img-wrap.pou {
    background: #855958;
}

.cat-img-wrap.fish {
    background: #cc8484;
}

.cat-img-wrap.pig {
    background: #e2c7c6;
}

.cat-img-wrap.cat img {
    height: 181px !important;
    width: 296px !important;
}

section.cat-wrappr .sec-title {
    text-align: center;
}

section.cat-wrappr .sec-title h2 {
    margin: 0;
}

section.cat-wrappr .sec-title p {
    padding-bottom: 30px;
}section.cat-wrappr {
    position: relative;
}

section.cat-wrappr img.map-vectorcat {
    position: absolute;
    width: 100%;
    top: -192px;
}

section.cat-wrappr {
    overflow: hidden;
}

.product-details-banner .left-wrap h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    text-shadow: 2px 2px #100f0f;
}.postid-536 section.product-sec  .col-md-3 {
    width: 33%;
}

.postid-536 section.product-sec .row {
    justify-content: center;
}
.carousel-control-prev, .carousel-control-next {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .6;
    transition: opacity 0.3s ease;
    top: 50%;
    margin: 5px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1; /* Full opacity on hover */
}

/* Center the icon within the button */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%, 100%; /* Ensure icon fits properly */
  filter: invert(100%); /* Optional: make arrows black for contrast */
}.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.layer-des  {
	 background: linear-gradient(135deg, #fff3e0, #ffebee);
}section.layer-des {
    padding: 80px;
}
.layer-des  .card {
            background: #ffffff;
            border: 2px solid #faa21b;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
        }
      .layer-des    .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }
       .layer-des   .card-header {
          background: -webkit-linear-gradient(#EE3224, #FAA21B);
            color: #fff;
            border-radius: 13px 13px 0 0;
            padding: 20px;
            font-size: 1.5rem;
            font-weight: 600;
            text-align: center;
        }
       .layer-des   .card-body {
            padding: 30px;
        }
   .layer-des ul {
    list-style: none;
    padding-left: 0;
    padding: 0;
    margin: 0;
}
       .layer-des   li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
            font-size: 1.1rem;
            color: #2c3e50;
            line-height: 1.6;
        }
       .layer-des   li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #faa21b;
            font-size: 1.2rem;
        }
     .layer-des .section-title {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    height: 60px;
}
        .layer-des  .highlight {
            color: #ee3224;
            font-weight: 600;
        }





.chart-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    padding: 30px;
}
       .chart-container   svg {
            width: 100%;
            height: 100%;
        }
       .chart-container   .grid-line {
            stroke: #ddd;
            stroke-width: 1;
        }
         .chart-container .axis {
            stroke: #000;
            stroke-width: 2;
        }
       .chart-container   .label {
            font-size: 12px;
            fill: #333;
        }
        .chart-container  .title {
            font-size: 14px;
            font-weight: bold;
            fill: #333;
        }section.graph-layer-feed {
    padding: 80px 0;
    background: #fafafa;
}
        .chart-container  .skeleton { fill: #ccc; opacity: 0.7; stroke: none; }
        .chart-container  .muscles { fill: #00f; opacity: 0.7; stroke: none; }
         .chart-container .sexual-organs { fill: #f90; opacity: 0.7; stroke: none; }
         .chart-container .body-fat { fill: #ff0; opacity: 0.7; stroke: none; }
        .chart-container  .critical-period {
            stroke: #000;
            stroke-width: 1;
            stroke-dasharray: 5,5;
        }
       .chart-container  .critical-label {
            font-size: 10px;
            fill: #000;
        }

.graph-layer-feed  .info-section {
            width: 100%x;
            padding: 20px;
            background-color: #ffeb3b;
            border: 2px solid #f44336;
            border-radius: 10px;
            font-size: 14px;
            line-height: 1.5;
        }
     .graph-layer-feed     .info-section h2 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: bold;
        }
     .graph-layer-feed   .info-section ul {
            margin: 10px 0;
            padding-left: 20px;
        }
  .graph-layer-feed    .info-section li {
            margin-bottom: 5px;
        }

section.graph-layer-feed .info-section {
    background: red;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    padding: 30px;
    color: #fff;
}.graph-layer-feed .info-section li {
    margin-bottom: 5px;
    font-size: 18px;
}.graph-layer-feed .info-section h2 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: bold;
}


 .layer-feed-section-new {
          
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
          
           
        }
       
      
        .layer-feed-section-new  .header {
            background: linear-gradient(90deg, #e74c3c, #c0392b);
            padding: 30px;
            text-align: center;
            color: #fff;
        }
        .layer-feed-section-new  .header h1 {
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 2px;
        }section.layer-feed-section-new {
    padding: 80px 0;
}

       section.layer-feed-section-new .box {
    background: #fff;
    padding: 30px;
    height: 507px;
}

section.layer-feed-section-new .box .section-title {
    font-size: 24px;
}

section.layer-feed-section-new .box .content ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

section.layer-feed-section-new .box .content ul li {
    list-style: circle;
    padding: 0;
}
        .layer-feed-section-new  .section:last-child {
            border-bottom: none;
        }
        .layer-feed-section-new  .section-title {
            font-size: 28px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
         .layer-feed-section-new .section-title::after {
            content: '';
            position: absolute;
            width: 50%;
            height: 3px;
            background: #e74c3c;
            bottom: -5px;
            left: 0;
            border-radius: 2px;
        }
        .layer-feed-section-new  .content {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
        }
        .layer-feed-section-new  .content p {
            margin-bottom: 15px;
        }
        .layer-feed-section-new  .content ul {
            list-style: none;
            padding-left: 0;
        }
       .layer-feed-section-new   .content ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
            font-size: 16px;
            color: #444;
            transition: color 0.3s ease;
        }
        .layer-feed-section-new  .content ul li:hover {
            color: #e74c3c;
        }
        .layer-feed-section-new  .layer-feed-section-new  .content ul li::before {
            content: '✔';
            position: absolute;
            left: 0;
            color: #e74c3c;
            font-size: 18px;
        }
        @media (max-width: 768px) {
            .layer-feed-section-new  .container {
                margin: 20px;
            }
           .layer-feed-section-new   .header h1 {
                font-size: 32px;
            }
            .layer-feed-section-new  .section {
                padding: 20px;
            }
          .layer-feed-section-new   .section-title {
                font-size: 24px;
            }
        }section.layer-feed-section-new .box {
    background: #fff;
    padding: 30px;
    height: 507px;
    background: #ffffff;
    border: 2px solid #faa21b;
    border-radius: 15px;
}

 /*ul li span{
    font-size: 15px;
}*/

section.compny-logo-sec.inner {
    background: transparent;
    text-align: center;
}section.compny-logo-sec {
    padding: 7px 0;
    background: #F8F8F8;
}

 .sec-title {
    display: flex
;
    align-items: center;
    gap: 11px;
    justify-content: center;
}

       

        .border-line {
            width: 50px;
            height: 3px;
            background-color: #ff6200;
            margin: 2px 0;
        }

        .border-group {
    display: flex
;
    flex-direction: column;
    margin-top: 7px;
}

.bor-left {
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: start !important;
}section.featurs-sec .container .sec-title {
    justify-content: start;
}

section.why-choose-us-product .sec-title {
    justify-content: start; margin-bottom:20px !important;
}

section.why-choose-us-product .sec-title h2 {
   margin-bottom:0px !important;
}

section.product-about-sec .sec-title {
    flex-direction: column;
    justify-content: start;
	text-align:left;align-items: start; gap: 0px;
}section.product-about-sec .sec-title {
	margin-bottom:0px;
}

section.profit-chart-sec .sec-title h2 {
	margin-bottom:0px !important;
}section.profit-chart-sec .sec-title  {
	margin-bottom:20px !important;
}
section.layer-des2 {
    padding: 80px 0;
    background: #f5f5f5;
}

.layer-des2 .cards {
    display: flex
;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.layer-des2 .card {
    background-color: #fff;
    border: 2px solid #f28c38;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 22%;
}

.layer-des2 .card .icon {
    background-color: #d32f2f;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    padding: 10px;
}.layer-des2 .card .icon img {
    filter: brightness(0) invert(1);
    width: 78%;
}
.layer-des2 .card p {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

.layer-des2  .highlight {
    font-weight: bold;
    color: #f28c38;
}

@media (max-width: 900px) {
    .layer-des2  .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
   .layer-des2  .cards {
        grid-template-columns: 1fr;
    }
}section.cat-wrappr .sec-title {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 0;
}

section.cat-wrappr .sec-title  p {
    text-align: left;
}
.graph-section-new {
	padding-top:50px;
}

.graph-section-new .container-wrap {
    background-color: #ffffff;
    padding: 0;
    margin: 50px auto;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05); */
    /* border: 1px solid #e9ecef; */
    margin-top: 0;
}.graph-section-new .row-wrap {
    display: flex
;  gap: 20px;
    justify-content: space-between;
}

.graph-section-new .grid {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #e4d9d4;
}

        .graph-section-new  h1 {
            font-size: 32px;
            color: #e65100; /* Deep professional orange */
            margin-bottom: 40px;
            text-align: center;
            font-weight: 700;
            letter-spacing: 0.5px;
            position: relative;
        }

        .graph-section-new  h1::after {
            content: '';
            width: 60px;
            height: 4px;
            background-color: #e65100;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

.graph-section-new .section {
    margin-bottom: 40px;
    WIDTH: 50%;
}

     .graph-section-new h4 {
    font-size: 22px;
    color: #343a40;
    font-weight: bold !important;
    margin-bottom: 20px;
    font-weight: 600;
    background: linear-gradient(135deg, #fff3e0, #ffe8cc);
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    border-left: 4px solid #e65100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

       
.graph-section-new .grid-item {
    background: linear-gradient(145deg, #ffead0, #ffeeda);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
   font-size: 21px;

    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
}

        .graph-section-new  .grid-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: #e65100;
            color: #e65100;
        } .graph-section-new .graph {
    border-radius: 14px;
}
.graph img {
    border-radius: 8px;
    padding: 20px;
    height: 345px;
}.graph-section-new .graph {
    border-radius: 14px;
    background: #a2cd3f;
}

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .graph-section-new  .container-wrap {
                padding: 20px;
                margin: 20px auto;
            }

             .graph-section-new h1 {
                font-size: 26px;
            }

            .graph-section-new  h4 {
                font-size: 18px;
            }

            .graph-section-new  .grid {
                grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
                gap: 15px;
            }

           .graph-section-new  .grid-item {
                font-size: 14px;
                padding: 15px;
            }
        }
section.product-sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mod-feed .modal-content {
    border-radius: 10px;
    padding: 0px;
}.modal.show .modal-dialog {
    transform: none;
    margin-top: 72px;
}
        .mod-feed .feed-title {
            font-size: 1.75rem;
            font-weight: bold;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 15px;
        }
       .mod-feed  .tabl-img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto 15px;
            border-radius: 8px;
        }
      .mod-feed .feed-subtitle {
    font-size: 20px;
    color: #34495e;
    text-align: center;
    margin-bottom: 20px;
    line-height: 24px;
}
        .mod-feed .table {
            margin-bottom: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
        }
     .mod-feed .table th {
    background-color: #f7871e;
    color: white;
    text-align: center;
    padding: 10px;
}.mod-feed .table td:nth-child(odd) {
    background: #00000005;
}

.mod-feed .table td:nth-child(even) {
    background: #ffd2a852;
    font-weight: bold;
}
       .mod-feed  .table td {
            padding: 12px;
            vertical-align: middle;
        }
        .mod-feed .badge-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
        }
       .mod-feed .custom-badge img {
    width: 89px !important;
    height: 89px !important;
    border-radius: 100px ;
    margin-bottom: 13px;
}
.mod-feed .custom-badge {
    display: flex
;
    align-items: center;
    background-color: #e9ecef00;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #2c3e50;
    flex-direction: column;
}

.mod-feed .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    width: 100%;
	color:#fff !important;
}.mod-feed .modal-header {
    text-align: center;
    width: 100%;
    display: flex
;
    justify-content: center;
    background-color: #f7871e;
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
}
        .mod-feed .custom-badge img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
       .mod-feed  .custom-badge p {
            margin: 0;
            font-weight: 500;
        }

a.more-d {
    background: #ffffff;
    font-size: 14px;
    text-decoration: none;
    color: #f36420;
    padding: 5px 15px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
    border: 2px solid #F44336;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 629px;
    }
}section.why-choose-us-product {
    overflow: hidden;
    background: #fff7ed;
}






        .benifits-new-sec   .container {
            display: flex;
            justify-content: space-between;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }
         .benifits-new-sec  .column {
            flex: 1;
            padding: 0;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            min-height: 450px;
            background-color: #fff;
        }
         .benifits-new-sec  .heading {
            padding: 15px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            text-align: center;
        }
         .benifits-new-sec  .heading-1 {
            background-color: #a3dffa;
        }
          .benifits-new-sec .heading-2 {
            background-color: #ffb3b3;
        }
         .benifits-new-sec  .heading-3 {
            background-color: #b3ffb3;
        }
       .benifits-new-sec h2 {
    margin: 0;
    font-size: 26px;
    color: #2c3e50;
    font-weight: bold;
}
          .benifits-new-sec .content {
            padding: 25px;
            background-color: #fff;
        }
         .benifits-new-sec  h3 {
            font-size: 20px;
            color: #34495e;
            margin-top: 15px;
        }
         .benifits-new-sec  h4 {
            font-size: 18px;
            color: #4a4a4a;
            margin-bottom: 5px;
        }
         .benifits-new-sec ul {
            padding-left: 0;
            line-height: 1.8;
            margin: 10px 0;
            list-style: none;
        }
          .benifits-new-sec li {
    margin-bottom: 12px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 11px;
}
         .benifits-new-sec  li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #2ecc71;
            font-size: 16px;
            margin-right: 10px;
        }
         .benifits-new-sec  hr {
            border: 0;
            border-top: 1px solid #e0e0e0;
            margin: 20px 0;
        }
         .benifits-new-sec  strong {
            color: #2c3e50;
        }section.benifits-new-sec {
    background: #f8f8f8;
    padding: 60px 0;
}.postid-248 section.product-sec {
    padding-bottom: 0px;
}.product-group h2.mb-4 {
    background: -webkit-linear-gradient(#EE3224, #FAA21B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    font-weight: bold;
    border-left: 7px solid #F44336;
    padding-left: 10px;
}

section.rec-process-section .row:nth-child(2) .content {
    background: #ee3425 !important;
}section.rec-process-section .row:nth-child(3) .content {
    background: #f7861d !important;
}
section.rec-process-section .row:nth-child(4) .content {
    background: #009688 !important;
}
section.rec-process-section .row:nth-child(5) .content {
    background: #607D8B !important;
}
section.rec-process-section .row:nth-child(6) .content {
    background: #673AB7 !important;
}
section.rec-process-section .row:nth-child(7) .content {
    background: #2196F3 !important;
}section.rec-process-section .row:nth-child(8) .content {
    background: #8BC34A !important;
}
section.rec-process-section .row:nth-child(9) .content {
    background: #E91E63 !important;
}
section.rec-process-section .row:nth-child(10) .content {
    background: #ac9d17 !important;
}
section.rec-process-section .row:nth-child(11) .content {
    background: #80c34a !important;
}
section.rec-process-section .row:nth-child(12) .content {
    background: #F44336 !important;
}
section.rec-process-section .row:nth-child(13) .content {
    background: #8BC34A !important;
}
section.rec-process-section .row:nth-child(13) .content {
    background: #f59d1c !important;
}section.rec-process-section .row:nth-child(14) .content {
    background: #009688;
}
.content.animate-right {}

section.rec-process-section .content p {
    color: #fff;
    font-size: 24px !important;
}

section.rec-process-section .row:nth-child(2)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(238 52 37)) text;
}


section.rec-process-section .row:nth-child(3)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(247 134 29), rgb(247 134 29)) text;
}
section.rec-process-section .row:nth-child(4)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(0 150 136), rgb(0 150 136)) text;
}

section.rec-process-section .row:nth-child(5)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(96 125 139), rgb(96 125 139)) text;
}

section.rec-process-section .row:nth-child(6)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(103 58 183), rgb(103 58 183)) text;
}

section.rec-process-section .row:nth-child(7)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(33 150 243), rgb(33 150 243)) text;
}

section.rec-process-section .row:nth-child(8)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(139 195 74), rgb(139 195 74)) text;
}

section.rec-process-section .row:nth-child(9)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(235 40 66)) text;
}
section.rec-process-section .row:nth-child(10)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(238 52 37)) text;
}
section.rec-process-section .row:nth-child(10)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(166 153 36), rgb(166 153 36)) text;
}
section.rec-process-section .row:nth-child(11)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(128 195 74), rgb(128 195 74)) text;
}
section.rec-process-section .row:nth-child(12)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(238 52 37)) text;
}
section.rec-process-section .row:nth-child(13)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(245 157 28), rgb(245 157 28)) text;
}
section.rec-process-section .row:nth-child(14)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(238 52 37)) text;
}
section.rec-process-section .row:nth-child(15)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(238 52 37)) text;
}
section.rec-process-section .row:nth-child(2)  .yera {
    color: red !important;
    background: #ff000000;
    background: -webkit-linear-gradient(top, rgb(238, 50, 36), rgb(238 52 37)) text;
}
section.about-wrapper.about-us-sec .left-wrap img {
    width: 95%;
}section.about-wrapper.about-us-sec .right .sec-title {
    margin: 0;
    text-align: left;
    justify-content: start;
}

p.s-titl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 42px;
}



section.layer-des2.layer-des22 .sec-title {
    margin: 0;
}


.product-section-new-design .product-group h2.mb-4 {
    /* background: none; */
    /* -webkit-background-clip: inherit; */
    /* -webkit-text-fill-color: initial; */
    border-bottom: none;
    /* padding-bottom: 6px; */
    /* font-weight: bold; */
    border-left: none;
	margin-bottom:15px !important;
    font-size: 40px;
    padding-left: 0px;
}
.product-section-new-design .product-group  p {
	font-size:20px;
}
/* .product-section-new-design .product-group img {
    width: 100%;
    background: linear-gradient(to right, #EE3224, #FAA21B);
    padding: 67px;
    border-radius: 20px;
} */
.product-section-new-design .product-group:nth-child(odd) .row  .col-md-12 > div  {
	display:flex;
	justify-content:start;
}
.product-section-new-design .product-group .col-md-12 > div  {
	display:flex;
	justify-content:end;
}
.product-section-new-design .product-group:nth-child(odd) .row {
    flex-direction: row-reverse !important;
}
.product-section-new-design .product-group > .row {
    align-items: center;
}

.product-section-new-design .product-group:nth-child(odd) {
    background: #fff4e7;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ffb256;
	 border-right: 6px solid #ffb256;
}
.product-section-new-design .product-group:nth-child(even) {
    background: #fff7f6;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f14625f0;
    border-left: 6px solid #ee3823;
}

.product-group.mb-5.pb-4.border-bottom {
    margin-bottom: 20px !important;
}

section.milestones button svg {
    background: #ff8000;
    position: relative;
    z-index: 9999;
    border-radius: 4px;
}

section.milestones button.slick-prev.slick-arrow {
    left: -43px;
}

section.milestones button.slick-next.slick-arrow {
    right: -48px;
}

section.milestones button svg path {
    filter: brightness(0.5) invert(1);
}