/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color:transparent;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	border: 1.5px solid #000;
	display: inline-block;
	transition: all 0.3s ease;
}

a.filled-button:hover {
	background-color: #f4a261;
	color: #0f110a;
}



.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #030303;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #d5d6d2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
     opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #000000;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}
/* Header Style */



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #ffffff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #13140d!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #000000!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fcfcfc;
	text-transform: upperercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #f4a261;
	border-bottom: 3px solid #fff;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}
 





.revenue-section {
    background: #111;
    padding: 80px 0;
    overflow: hidden;
}

/* الكونتينر */
.revenue-container {
    width: 100%;
    text-align: center;
}

/* العنوان */
.revenue-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* الشريط البرتقالي */
.revenue-slider {
    overflow: hidden;
    background: linear-gradient(90deg, #f4a261, #e76f51);
    padding: 40px 0;
}

/* الحركة */
.revenue-track {
    display: flex;
    width: max-content;
    animation: scroll 18s linear infinite;
    align-items: center;
}

.revenue-box {
    min-width: 280px;
    margin: 0 60px;
    text-align: center;
    color: #000;
}

.revenue-box h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

.revenue-box p {
    font-size: 16px;
}

/* أنيميشن */
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.revenue-section {
    background: #111;
    padding: 80px 0;
    overflow: hidden;
    margin-top: 80px;   /* المسافة من فوق */
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}
.Modern-Slider .item .img-fill {
    position: relative;
}

.Modern-Slider .item-1 .img-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.8) 0%,   /* غامق قوي في الشمال */
        rgba(0, 0, 0, 0.4) 40%,  /* أفتح شوية */
        rgba(0, 0, 0, 0.0) 100%  /* شفاف في اليمين */
    );
    z-index: 1;
}
.Modern-Slider .item .text-content {
    position: relative;
    z-index: 2;
}
.Modern-Slider .item .img-fill {
    position: relative;
}

.Modern-Slider .item-2 .img-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.8) 0%,   /* غامق قوي في الشمال */
        rgba(0, 0, 0, 0.6) 40%,  /* أفتح شوية */
        rgba(0, 0, 0, 0.0) 100%  /* شفاف في اليمين */
    );
    z-index: 1;
}
.Modern-Slider .item .text-content {
    position: relative;
    z-index: 2;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpg);
	
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpg);
}


.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}


.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#f3efef;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* Services */

.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #000000;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #e76868;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #d4d1c8;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #000000;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #e76868;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color:#000000;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #0f0d0d;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #000000;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #e76868;
}

.contact-us .contact-form button.filled-button {
	background-color: #e76868;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #e76868;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



:root{
  --green:#2e7d32;
  --light-green:#a5d6a7;
  --gold:#c9a227;
  --brown:#6d4c41;
  --bg:#f6f7f2;
  --card:#ffffff;
  --text:#263238;
}

body{
  margin:0;
  font-family:"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
}

.poultry-section{
  padding:70px 60px;
  text-align:center;
}

.poultry-section h2{
  font-size:34px;
  color:var(--green);
  margin-bottom:10px;
}

.subtitle{
  color:#546e7a;
  margin-bottom:50px;
}

.products{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:30px;
}

.product{
  background:var(--card);
  border-radius:22px;
  padding:30px 25px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.4s;
  animation:float 6s ease-in-out infinite;
}

.product:hover{
  transform:translateY(-12px);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.logo{
  width:85px;
  height:85px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:20px;
  color:#fff;
}

/* Poultry Icons */
.grain{
  background:linear-gradient(135deg,#c9a227,#f5d76e);
  border-radius:50%;
}

.leaf{
  background:linear-gradient(135deg,#2e7d32,#66bb6a);
  clip-path:ellipse(45% 60% at 50% 50%);
}

.shield{
  background:linear-gradient(135deg,#2e7d32,#a5d6a7);
  clip-path:polygon(50% 0,100% 20%,100% 65%,50% 100%,0 65%,0 20%);
}

.health{
  background:linear-gradient(135deg,#388e3c,#81c784);
  border-radius:20px;
}

.energy{
  background:linear-gradient(135deg,#f9a825,#ffd54f);
  transform:rotate(45deg);
}

.energy span{
  transform:rotate(-45deg);
}

.earth{
  background:linear-gradient(135deg,#6d4c41,#a1887f);
  border-radius:30%;
}

.product h3{
  margin-bottom:8px;
  font-size:18px;
}

.product p{
  font-size:14px;
  color:#546e7a;
}

@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-6px);}
}
/* DIAMOND / مغدول */
.logo.diamond{
  width:86px;
  height:86px;
  margin:0 auto 18px;
  background: linear-gradient(135deg, #d78b1f 0%, #f5c06a 100%);
  /* دائرة مع زوايا ناعمة لو حبيتِ: */
  border-radius:12px;
  /* الميَل */
  transform: rotate(45deg);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
  transition: transform .36s ease, box-shadow .36s ease;
}

/* نخلي الحرف واقف مستقيم داخل الشكل المائل */
.logo.diamond > span{
  display:block;
  transform: rotate(-45deg); /* يقلب النص علشان يطلع مستقيم */
  font-weight:800;
  color:#fff;
  font-size:20px;
  letter-spacing:0.6px;
}

/* حركة بسيطة على hover (يحافظ على الميل 45deg ويكبر شوية) */
.product:hover .logo.diamond{
  transform: rotate(45deg) translateY(-6px) scale(1.06);
  box-shadow: 0 22px 40px rgba(0,0,0,0.22);
}
/* ===== NEW LOGO SHAPES ===== */

/* 1) Hexagon */
.hexagon{
  background: linear-gradient(135deg,#4caf50,#81c784);
  clip-path: polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);
}

/* 2) Diamond soft */
.diamond-soft{
  background: linear-gradient(135deg,#f9a825,#ffd54f);
  transform: rotate(45deg);
  border-radius:10px;
}
.diamond-soft span{
  transform: rotate(-45deg);
}

/* 3) Circle outline */
.circle-outline{
  background:#fff;
  color:#2e7d32;
  border:3px solid #2e7d32;
  border-radius:50%;
}

/* 4) Capsule vertical */
.capsule{
  background: linear-gradient(180deg,#6d4c41,#a1887f);
  border-radius:40px;
}

/* 5) Octagon */
.octagon{
  background: linear-gradient(135deg,#0288d1,#4fc3f7);
  clip-path: polygon(
    30% 0%,70% 0%,100% 30%,100% 70%,
    70% 100%,30% 100%,0% 70%,0% 30%
  );
}

/* 6) Cut corner */
.cut{
  background: linear-gradient(135deg,#7b1fa2,#ce93d8);
  clip-path: polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%);
}

/* 7) Double ring */
.double-ring{
  background:#2e7d32;
  border-radius:50%;
  box-shadow: inset 0 0 0 6px #c8e6c9;
}


/* ===== CONTACT SECTION ===== */
.contact-section{
  padding:80px 20px;
  background:linear-gradient(135deg,#f6f7f2,#eef3e8);
  display:flex;
  justify-content:center;
}

.contact-card{
  background:#fff;
  padding:45px 40px;
  max-width:420px;
  width:100%;
  border-radius:24px;
  box-shadow:0 20px 50px rgba(0,0,0,.12);
  animation:fadeUp 1s ease;
}

.contact-card h2{
  text-align:center;
  color:#2e7d32;
  margin-bottom:6px;
}

.subtitle{
  text-align:center;
  font-size:14px;
  color:#607d8b;
  margin-bottom:35px;
}

.input-group{
  position:relative;
  margin-bottom:26px;
}

.input-group input,
.input-group textarea{
  width:100%;
  padding:14px 14px;
  border:1px solid #cfd8dc;
  border-radius:12px;
  outline:none;
  font-size:14px;
  background:transparent;
}

.input-group textarea{
  min-height:110px;
  resize:none;
}

.input-group label{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:#78909c;
  font-size:13px;
  pointer-events:none;
  transition:.3s;
  background:#fff;
  padding:0 6px;
}

.input-group input:focus + label,
.input-group textarea:focus + label,
.input-group input:valid + label,
.input-group textarea:valid + label{
  top:-8px;
  font-size:11px;
  color:#2e7d32;
}

.input-group input:focus,
.input-group textarea:focus{
  border-color:#2e7d32;
}

/* Button animation */
.submit-btn{
  width:100%;
  padding:14px;
  border:none;
  border-radius:30px;
  background:linear-gradient(135deg,#2e7d32,#66bb6a);
  color:#fff;
  font-size:15px;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  transition:.3s;
}

.submit-btn span{
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.2);
  transform:translateX(-100%);
  transition:.4s;
}

.submit-btn:hover span{
  transform:translateX(0);
}

.submit-btn:hover{
  box-shadow:0 12px 25px rgba(46,125,50,.4);
}

/* Success message */
.success-msg{
  text-align:center;
  color:#318335;
  margin-top:18px;
  font-size:14px;
  display:none;
  animation:fadeUp .6s ease;
}

/* Animations */
@keyframes fadeUp{
  from{opacity:0; transform:translateY(30px);}
  to{opacity:1; transform:translateY(0);}
}

.cert-ticker-section {
  background: linear-gradient(90deg, #d78b1f, #e76868);
  padding: 60px 0;
  overflow: hidden;
  color: rgb(0, 0, 0);
}

.cert-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.cert-ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cert-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 20s linear infinite;
}

.cert-item {
  padding: 15px 40px;
  margin: 0 20px;
  background: rgba(255,255,255,0.15);
  border-radius: 30px;
  font-weight: bold;
  white-space: nowrap;
  backdrop-filter: blur(5px);
  transition: 0.3s;
}

.cert-item:hover {
  background: white;
  color: #080707;
  transform: scale(1.1);
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.contact-modern-v2 {
    padding: 100px 0;
    background: linear-gradient(135deg, #000000, #5e5e5e);
    font-family: 'Poppins', sans-serif;
}

.contact-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    align-items: center;
}

/* LEFT SIDE */
.contact-info-side {
    flex: 1;
    color: #fff;
}

.small-title {
    color: #696862;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.contact-info-side h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-info-side p {
    color: #cfcfcf;
    margin-bottom: 30px;
    line-height: 1.6;
}

.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #e76f51;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #000;
    font-size: 18px;
}

/* RIGHT SIDE */
.contact-form-side {
    flex: 1;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
}

/* Accent border */
.contact-form-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #e76f51;
    border-radius: 20px 0 0 20px;
}

.input-row {
    display: flex;
    gap: 15px;
}

.contact-form-side input,
.contact-form-side textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s;
}

.contact-form-side input:focus,
.contact-form-side textarea:focus {
    border-color: #f4c430;
    outline: none;
}

.contact-form-side button {
    background: #000000;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.contact-form-side button:hover {
    background: #e76f51;
    color: #000;
}

/* Footer Style */
.poultry-footer {
    background: linear-gradient(to right, #000000, #000000, #000000);
    color: #fff;
    padding-top: 70px;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    padding-bottom: 50px;
}

.footer-col h2,
.footer-col h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-logo {
    font-size: 28px;
    letter-spacing: 2px;
}

.footer-col p {
    color: #ccc;
    line-height: 1.7;
    font-size: 14px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #e76f51;
    padding-left: 5px;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #e76f51;
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    background: rgba(0,0,0,0.3);
    font-size: 14px;
    color: #bbb;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin-right: 15px;
    text-decoration: none;
    color: #aaa;
    font-size: 13px;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}


.criteria-item {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  text-align: center;
  transition: 0.4s ease;
  min-height: 320px;
}

.criteria-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.criteria-content h4 {
  font-size: 20px;
  margin: 15px 0;
  color: #a30000;
}

.criteria-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.section-line {
  display: block;
  width: 80px;
  height: 4px;
  background: #a30000;
  margin: 15px auto 50px;
  border-radius: 5px;
}
/* Sub-footer Style */
.page-heading {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0px 150px 0px;
    color: #fff;
}

.about-heading {
    background-image: url(../images/about-bg.jpg);
}
.about-heading {
    padding: 320px 0px 220px 0px;
}

.services-heading {
    background-image: url(../images/services-bg.jpg);
}
.services-heading {
    padding: 320px 0px 220px 0px;
}
.about-heading,
.services-heading {
    position: relative;
}

.about-heading::before,
.services-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0.0) 100%
    );

    z-index: 1;
}

.page-heading .container {
    position: relative;
    z-index: 2;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #e76868;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #e76868;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #e76868;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #e76868;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #e76868!important;
		border-bottom: none!important;
	}
}