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

:root {
   --green: #3D5656;
   --accent: #68B984;
   --light-bg: #E6EDF2;
   --text-dark: #1C2828;
}

*{
   font-family: "Poppins", sans-serif; 
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   scroll-behavior: smooth;
   outline: none; border: none;
   text-decoration: none;
   text-transform: capitalize;
   transition: .2s linear;
}
header{
    background-color:#3D5656;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 10px 100px;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 .5rem 1rem rgb(93, 210, 196);
 }
.navi a {
   color: #CFFDE1;
   font-weight: 600;
   font-size: 2rem;
   text-decoration: none;
   padding: 0 1.5rem;
 }
.navi a:hover{
   color: #68B984;
    transform: scale(1.2);
transition: 0.5s ease;
  }
section {
  padding: 2rem 9%;       
}
.homee{
display: flex;
align-items: center;
min-height: 100vh;
background: url(PHOTO/wheat-field-india_75648-1058.jpg)no-repeat;
background-size: cover;
background-position:  center;
flex-direction:inherit;
}
.homee .content{
max-width: 40rem;
}
.homee .content h3{
font-size: 4rem;
color: #1c2828 ;
}
.homee .content span{
font-size: 2rem;
color: #3a3c7e ;
padding: 1rem 0;
line-height: 1.5;
}
.homee .content p{
font-size: 2rem;
color: #3D5656 ;
padding: 1rem 0;
line-height: 1.5;
}
.btn{
display: inline-block;
margin-top: 1rem;
border-radius: 5rem;
background-color: #1c2828;
color: #eee;
padding: .9rem 3.5rem;
cursor: pointer;
font-size: 1.7rem;
text-decoration: none;
}
.btn:hover{
background-color:#3D5656 ;
transform: scale(1.1);
transition: 0.7s ease;
}
html{
font-size: 62.5%;
scroll-behavior: smooth;
scroll-padding-top: 6rem;
overflow-x: hidden;
}
header #toggler{
display: none;
}
header .fa-bars {
font-size: 3rem;         /* أصغر قليلاً */
color: #1c2828;            /* لون مناسب */
padding: 0.6rem 0.rem;    /* تباعد متوازن حول الأيقونة */

display: flex;
align-items: center;
justify-content: center;
}
.heading{
text-align: center;
font-size: 4rem;
color: #559e6f;
padding: 1rem;
margin: .2rem 0;
background: #0e1313;
}


.heading span{
color: #c2b9b9;
}
.About {
padding: 3rem 2rem;
text-align: center;
background-color: #e6edf2;
 padding: 2rem 9%;  
 display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.About .heading {
    font-size: 3rem;
    margin-bottom: 2rem;
}
.location {
display: inline-block;
margin-top: .5rem;
border-radius:3rem;
background-color: #91c1aa;
padding: .9rem 3.5rem;
cursor: pointer;
font-size: 1.4rem;
text-decoration: none;
font-weight: 600;
}
.location a {
 color: #000000;
}
.location a i {
    margin-right: 7px;
}
.socialbuttons{
margin-left: 14rem;
margin-top: 3rem;
display: flex;
bottom: 1rem;            /* 1rem من أسفل القسم */
left: 50%;
transform: translateX(-50%);
           gap: 15px;
           
}
.socialbuttons a {
color: #4130d9;
font-size: 2em;
text-decoration: none;
background: none;
border-radius: 30px;
margin-bottom: 10px;

}
.socialbuttons h2{
    color: rgb(17, 14, 47);
    padding-top: 4px;
}
.products {
padding: 3rem 2rem;
text-align: center;
}
.contact{
    text-align: center;
    width: 100rem;
     flex-direction: row;
    flex-wrap: wrap;
}


.contact  p{
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
}
.btnb{
    display: inline-block;
margin-top: 1rem;
border-radius: 5rem;
background-color: #134d4d;
color: #eee;
padding: .9rem 3.5rem;
cursor: pointer;
font-size: 1.7rem;
text-decoration: none;

}
.btnb:hover{
background-color:#3D5656 ;
transform: scale(1.1);
transition: 0.7s ease;
}
.title {
    display: flex;
    justify-content: center;
    color: orange;
    font-size: 3.3em;
    font-weight: 800;
    margin-bottom: 30px;

}
.contentt {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.card{
    background: rgb(234, 229, 220);
    width: 20em;
    box-shadow: 0 5px 25px rgba(1 1 1/ 55%);
    border-radius: 10pX;
    padding: 25px;
    margin: 15px;
}
.card:hover{
    transform: scale(1.1);
transition: 0.7s ease;
}
.icon {
    text-align: center;
}
.info h2{
    text-align: center;
}
.info P{
    text-align: center;
}
.cardd{
    background: rgb(234, 229, 220);
    width: 20em;
    box-shadow: 0 5px 25px rgba(1 1 1/ 55%);
    border-radius: 10pX;
    padding: 25px;
    margin: 15px;
    margin-top: 35px;
}
       
.cardd:hover{
    transform: scale(1.1);
transition: 0.7s ease;
}
.icon {
    text-align: center;
}
.info h2{
    text-align: center;
}
.info P{
    text-align: center;
}
/* ===== خلفية وعنوان القسم ===== */
.serviceb {
  background: rgb(5, 22, 30);
  padding: 3rem 2rem;
}

.serviceb h1 {
  color: rgb(112, 157, 185);
  font-size: 3.3em;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;        /* توسيط العنوان */
}
/* ===== الحاوية التي تجمع الصورة والنص ===== */

.abdo{
      border-radius: 10pX;
    padding:20px;
    margin: 10px 60PX;  
   gap: 20PX;
}
.servicee {
  
   display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
   
     padding: 25px;
    margin: 15px;
    margin-top: 35px; 
       /* يجعل المحتوى يلتف في الشاشات الصغيرة */
}
/* ===== النص ===== */
.abdo p {
  color: #d3d3d3;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  max-width: 500px;
}
.abdo p span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(71, 127, 162);
  margin-bottom: 10px;
}
.abdo h2{
    display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(44, 98, 132);
  margin-bottom: 10px;
}
.contenttb {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 160PX;
    }

.cardt:hover{
    transform: scale(1.1);
transition: 0.7s ease;
}
.icont {
    text-align: center;
}
.infot h2{
    text-align: center;
}
.infot P{
    text-align: center;
}
.imaget {
    width: 15px;
    height: 20px;
    padding-left: 25px;
    justify-content: center;
}
.imagetT{
    width: 15px;
    height: 20px;
    padding-left: 45px;
    justify-content: center;
}

.Contact h3{
  color: rgb(112, 157, 185);
  font-size: 3.3em;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;        /* توسيط العنوان */
}
.footer{
    background-color: #000;
    color: white;
    padding: 2em;
    display: flex;
    margin-top: 60px;
    flex-direction: column-reverse;
}
.footer p{
    padding-left: 20px;
    font-size: larger;
}













/* ===== استجابة الهواتف ===== */
@media (max-width: 768px) {
  .abdo {
    flex-direction: column;  /* في الشاشات الصغيرة تصبح الصورة فوق النص */
    align-items: center;
    text-align: center;
  }
  .abdo p {
    max-width: 90%;
  }
}
/* Tablet */
@media (max-width:991px) {
    html { font-size: 55%; }
    header { padding: 2rem; }
}

/* Mobile menu */
@media (max-width:768px) {
    header .fa-bars {
        display: block;
    }

    header .navi {
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #eee;
        border-top: .1rem solid #1c2828;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); /* مغلق */
        transition: clip-path .3s ease;
    }

    /* عند تفعيل الـ checkbox */
    header #toggler:checked ~ .navi {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* مفتوح */
    }
    .home .content h3{
        font-size: 5rem;
    }
    .home .content span{
        font-size: 2.5rem;
    }
    header .navi a {
        margin: 1.5rem;
        padding: 1.5rem;
        background: #165483;
        border: .1rem solid #1c2828;
        display: block;
    }
}

/* Small phones */
@media (max-width:450px) {
    html { font-size: 50%; }
    .heading{
        font-size: 3rem;
    }
}
