    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-style: italic; */
    font-family: cairo , system-ui ,sans-serif;
    }

    /* .cairo-<uniquifier> {
    font-family: "Cairo", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    } */
    body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: white;
    }
    
    .overlay {
        background-image: url('../images/banner1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100vh; 
        display: flex;  
        flex-direction: column;
        justify-content: space-between; 
        align-items: center;
        text-align: center;
    }

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

    .image {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2; 
    }
    
    .image img {
        position: absolute;
        bottom: 0; 
        left: 0;   
        width: 600px; 
        height: auto; 
        z-index: 0;
    }
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 30px;
        background: transparent;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 3; 
    }

    .navbar .logo {
        font-size: 20px;
        font-weight: 700;
    }

    .navbar a {
        color: white;
        text-decoration: none;
        margin: 0 15px;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s ease 0s;
    }

    .navbar a:hover {
        color: #f0ad4e;
    }

    .search {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .search-form {
        position: relative;
        display: inline-block;
        margin-left: 10px;
    }



    .search form:first-child input {
        padding-right: 30px;
        width: 200px;
        padding: 10px;
        border-radius: 26px;
        border: none;
        background: #17796387;
        outline: none;
        color: aliceblue;
    }


    .search-form button {
        position: absolute;
        top: 50%;
        left: 10px;
        color: #fff;
        transform: translateY(-50%);
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .search-form button i {
    font-size: 25px;
    color: #333;
    }
    .search form:last-child {
        margin-right: 10px;
    }

    .search form:last-child select {
        padding: 10px;
        border-radius: 26px;
        border: none;
        background: #17796387;
        outline: none;
        color: #ffff;
    }

    .search form:last-child select option {
        padding: 10px;
        border-radius: 26px;
        border: none;
        background: #17796387;
        outline: none;
        color: #ffff;
    }

    .icons {
        display: flex;
        align-items: center;
    }

    .icons a {
        color: white;
        margin-left: 15px;
        position: relative;
    }

    .icons .badge {
        background: red;
        color: white;
        border-radius: 50%;
        padding: 2px 5px;
        font-size: 8px;
        position: absolute;
        top: -5px;
        right: -10px;
    }


    .hamburger {
        display: none;
        cursor: pointer;
        font-size: 25px;
        color: white;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgb(0 93 72 / 29%);
        text-align: center;
        z-index: 10;
    }

    .nav-links {
        display: flex;
        transition: all 0.3s ease 0s;
    }

    .nav-links a {
        margin: 10px 0;
        padding: 10px;
        display: block;
    }


    /* Hero Hection  */
    .hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        text-align: center;
        position: relative;
        z-index: 2;
        padding: 20px; 
    }
    
    .hero-section h1 {
    font-size: 3.5rem;
    margin-top: 4rem;
    }
    .hero-section p {
    font-size: 20px;
    font-weight: 300;
    max-width: 600px;
    color: #fff;
    margin: 10px 0;
    }
    .buttons {
    margin-top: 20px;
    }
    .buttons a {
    text-decoration: none;
    /* color: white; */
    padding: 10px 20px;
    margin: 10px;
    border-radius: 30px;
    border: none;

    display: inline-block;
    }
    .shop-btn {
    background: white;
    color: #333;
    font-size: 17px;
    width: 11rem;
    }
    .contact-btn {
    color: #fff;
    width: 11rem;
    font-size: 17px;
    /* border: 1px solid white; */
    background: #17796387;
    }


    /*  */
    .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    }

    /* Header Styles */
    header {
    /* background-color: #f0f0f0; */
    padding: 20px 0;
    }

    header h1 {
    text-align: center;
    margin-bottom: 10px;
    }

    header nav {
    text-align: center;
    }

    header nav a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    }

    .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    }

    /* Header Styles */
    header {
    /* background-color: #f0f0f0; */
    padding: 20px 0;
    }

    header h1 {
    text-align: center;
    margin-bottom: 10px;
    }

    header nav {
    text-align: center;
    }

    header nav a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    }


    /* Main Content Styles */
    main {
    padding: 40px 0;
    background-color: #f8f8f8;
    }
    .main-image {
        /*background-image: url('../images/pnag.png');*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 100%;
        z-index: 5;
        height: 100%;
    }
    .main .overlay-color {
        /* background-color: #005d48ba; */
        background: linear-gradient(332.89deg, #FFFFFF 41.67%, rgba(255, 255, 255, 0) 223.81rem);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
     .abou {
        position: relative;
    }
    .main-test {
        background-image: url('../images/pnag.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 100%;
        z-index: -2;
        height: 100%;
    }
    .main-test .overlay-color {
        background: linear-gradient(179deg, #FFFFFF 41.67%, rgba(255, 255, 255, 0) 178.81rem);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .back-image {
        /* width: 100%;
        height: 100%; */
        z-index: -1;
        position: relative;
        filter: blur(5px);
    }
    .back-image img {
        position: absolute;

    }
    .offers .container {
    max-width: 1400px;
    z-index: 100;
    }

    .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    }

    .section-title .column h2 {
    font-size: 20px;
    color: #333;
    }
    .section-title .column p {
    font-weight: 500;
    color: rgb(0 0 0 / 49%);
    }
    .section-title a {
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 39px;
    background: #bad8d170;
    color: #177963;
    font-weight: 500;
    text-align: center;
    }

    .offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    }

    .offer-card {
    border: 2px solid rgba(238, 238, 238, 1);
    padding: 10px;
    text-align: right;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    }

    .offer-card:hover {
    transform: translateY(-5px);
    }

    .offer-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 27px;
    }
    .offer-card .box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .rating {
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    column-gap: 4px;
    background: #efd90721;
    padding: 4px 10px;
    border-radius: 39px;
    }

    .rating .fa-star  {
    color: rgba(246, 162, 0, 1);
    font-size: 15px;
    }
    .rating span {
    color: rgba(246, 162, 0, 1);
    font-size: 15px;

    }
    /* a {
    color: #efd907;
    background-color: #efd907;
    padding: 5px;
    } */
    .offer-card h3 {
    /* margin-bottom: 10px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 23.52px;
    }

    .offer-card p {
    /* margin-bottom: 15px; */
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
    /* Line-height:36.75px; */
    /* margin-left: 62px; */
    }

     .price {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    }

    .price span {
    font-weight: bold;
    margin-right: 10px;
    color: #333333b0;
    }
    .price .buy {
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px;
    background-color: green;
    color: #fff;
    border-radius: 19px;
    }
    .price del {
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
    }

    /* Video Section  */
    .video-section {
    padding: 40px 0;
    background-color: #f8f8f8;
    }

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

    .video-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    }


    .video-player {
    flex: 0 0 40%;
    position: relative;
    padding-bottom: 22.5%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    }

    .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    }

    .video-text {
    flex: 1 1 50%;
    }

    .video-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333
    }

    .video-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333
    }

    .video-text a {
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 39px;
    background: #177963;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    }


    /*  Farms Videos */
    .farms-videos {
    padding: 40px 0;
    background-color: #fff;
    color: #333;
    }

    .farms-videos .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    }
    /*
    .farms-videos h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    } */

    .videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    }

    .video-card {
    border: 1px solid #ddd;

    border-radius: 27px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .video-card .content {
    padding: 20px 20px;
    }
    .video-card iframe {
    width: 100%;
    height: 190px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    /* margin-bottom: 10px; */
    }

    .video-card h3 {
    font-size: 18px;
    margin-bottom: 7px;
    }

    .video-card p {
    font-size: 13px;
    color: #606060;
    /* line-height: 1.6; */
    }

    .farms-videos a {
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 39px;
    background: #bad8d170;
    color: #177963;
    font-weight: 500;
    text-align: center;
    }

    /*  Order Section  */
    .order-section {
    padding: 40px 0;
    background-color: #f8f8f8;
    }

    .order-section .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    }

    .order-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    }

    .order-image {
    flex: 0 0 90%;
    height: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 3.5rem;
    margin-bottom: 2rem;
    }

    .order-image img {
    width: 100%;
    height: 50%;
    display: block;
    }

    .order-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 93 72 / 84%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    }

    .order-text {
    margin-bottom: 20px;
    }

    .order-text h2 {
    font-size: 27px;
    margin-bottom: 10px;
    }

    .order-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    }

    .order-text a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    }

    .order-button {
    flex: 0 0 auto;
    margin-top: 14px;
    }

    .order-button a {
    text-decoration: none;
    padding: 11px 34px;
    border-radius: 39px;
    background: #fff;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
    text-align: center;
    }

    /* Map Section  */


    .map-section {
    display: flex
    ;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px;
    color: #333;
    }

    .details-container {
    flex: 1;
    max-width: 40%;
    text-align: right;
    padding-right: 20px;
    }

    .details-container h2 {
    margin-bottom: 10px;
    font-size: 18px;
    }

    .details-container p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #606060;
    }

    .address-container,
    .phone-container {
    display: flex;
    align-items: center;
    text-align: right;
    margin-bottom: 10px;
    /* justify-content: space-evenly; */
    padding: 10px 30px;
    border: 1px solid #33333314;
    border-radius: 27px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .address-container .back ,
    .phone-container .back {
    margin-right: 10px;
    padding: 18px;
    border-radius: 50%;
    background-color: #7fbaad69;
    width: 60px;
    color: #09695df7;
    height: 60px;
    text-align: center;
    margin-left: 15px;
    }
    .address-container  .box-1,
    .phone-container  .box-1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    }
    .address-container .box-1 h3 ,
    .phone-container .box-1 h3 {
    font-size: 16px ;
    margin-bottom: 5px;

    }
    .address-container .box-1 p ,
    .phone-container .box-1 p {
    font-size: 13px ;

    }
    .map-container {
    flex: 1;
    max-width: 60%;
    }

    .map-container img {
    width: 100%;
    height: auto;
    border-radius: 39px;
    }
/* Features Section */
.features-section {
    /* text-align: center; */
    padding: 20px;
    color: #333;
    margin-top: 7rem;
    }

    .features-section h2 {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 400;
    }

    .features-section p {
        margin-bottom: 20px;
        font-size: 14px;
        color: #666666ed;
    }

    .features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

    .feature-item {
    width: 250px;
    margin: 10px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #33333314;
    border: 2px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 5px 100px 0px rgba(0, 0, 0, 0.03);

    }

    .feature-item .back {
        /* margin-right: 10px; */
        padding: 24px;
        border-radius: 50%;
        background: rgba(0, 121, 94, 1);
        width: 70px;
        color: #fff;
        height: 70px;
        text-align: center;
        font-size: 20px;

        margin-left: 15px;
        margin-bottom: 10px;
    }
    /* .feature-item .back i { */
    /* margin-bottom: 10px; */
    /* } */

    .feature-item h3 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 700;
        font-family: system-ui ,sans-serif;

    }
    .feature-item p {
        margin-bottom: 20px;
        font-size: 14px;
        color: #666666ed;
        font-family: system-ui ,sans-serif;

    }


    /* Testimonials Section */
    .testimonials-section {
        text-align: right;
        padding: 20px;
        color: #333;
        margin-top: 7rem;
    }

    .testimonials-section h2 {
    margin-bottom: 10px;
    }

    .testimonials-section p {
    margin-bottom: 20px;
    }

    .testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

    .testimonial-item {
    width: 300px;
    margin: 10px;
    padding: 15px 25px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #33333314;
    border: 2px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 5px 100px 0px rgba(0, 0, 0, 0.03);
    }

    .stars {
        color: rgba(246, 162, 0, 1);
    margin-bottom: 10px;
    }

    .testimonial-item p {
        font-size: 14px;
        /* padding: 7px 0 0 0; */
    }

    .author {
    display: flex;
    align-items: center;
    }
    .author  p {
        font-size: 12px;
        padding: 10px 0 0 0;
        margin-top: 5px;
    }

    .author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
    }


.logo {
    width: 80px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Ensure responsiveness */
}


    /* Footer */

    footer {
        position: relative;
        /* background-color: #333;  */
        color: #fff;
        padding: 20px;
        overflow: hidden;
    }

    .footer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    }

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

    footer .overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 93, 72, 0.95);
}

    .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 1;
    }


    .footer-section {
    width: 200px;
    margin-bottom: 20px;
    }

    .footer-section h3 {
    margin-bottom: 10px;
    }

    .footer-section p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    align-items:Right;
    }

    .social-icons a {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    }

    .footer-section ul {
    list-style: none;
    padding: 0;
    }

    .footer-section li {
    margin-bottom: 5px;
    }

    .footer-section a {
    color: #fff;
    text-decoration: none;
    }
    /* .contact-info  {
        display: flex;
        align-items: center;
        flex-direction: column;

    }
    .contact-info p {
        display: flex;
        align-items: center;
    } */
    .contact-info span {
        margin-right: 10px;
    }
    /* .contact-info .back {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #177963;
        padding: 8px;
        font-size: 12px;
        margin-left: 10px;
    } */
    .footer-bottom {
    text-align: center;
    font-weight: 200;
    padding-top: 20px;
    border-top: 1px solid #fff;
    }







    /* @media (max-width:2908px) {
        .image img {
            position: absolute;
            width: 600px;
            height: 600px;
            top: 54.6rem;
            left: 0px;
            z-index: 0;
        }
    } */
    @media (max-width:820px) {
        .nav-links {
            display: none;
        }

        .hamburger {
            display: block;
        }

        .search {
            display: none;
        }
        /*.image {*/
        /*    position: relative;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*}*/
        /*.image img {*/
        /*    position: absolute;*/
        /*    width: 400px;*/
        /*    height: 400px;*/
        /*    top:53.94rem;*/
        /*    display: none;*/

        /*    left: 0px;*/
        /*    z-index: 0;*/
        /*}*/
    }


    /* Responsive adjustments */
    @media (max-width:774px) {
        .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }
    .feature-item {
        width: 100%;
        margin: 10px 0;
    }
    .testimonial-item {
        width: 100%;
        margin: 10px 0;
    }
    .details-container,
    .map-container {
        max-width: 100%;
        margin: 10px 0;
    }
    .order-content {
        flex-direction: column;
        align-items: center;
    }
    .order-image {
        flex: 1 1 100%;
    }

    .order-text {
        flex: 1 1 100%;
        text-align: center;
    }

    .order-button {
        flex: 0 0 100%;
        text-align: center;
    }
    .video-content {
        flex-direction: column;
        align-items: normal;
    }

    .video-player {
        flex: 1 1 100%;
        padding-bottom: 56.25%;
    }

    .video-text {
        flex: 1 1 100%;
    }
    .offer-card {
        width: 48%;
    }
    .nav-links {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .search {
        display: none;
    }
    footer {
        text-align: center;
    }
    .order-text p {
        font-size: 20px;
    }
    .order-text a{
        font-size: 10px;
    }

   
    .currency {
    display: block;
    }
   
      .logo {
        width: 60px; /* Smaller size for mobile */
    }
    /*.image {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/
    /*.image img {*/
    /*    position: absolute;*/
    /*    width: 400px;*/
    /*    height: 400px;*/
    /*    top:36.2rem;*/
    /*    left: 0px;*/
    /*    display: none;*/

    /*    z-index: 0;*/
    /*}*/
    }

    @media (max-width:560px) {
    .order-text p {
        font-size: 17px;
    }
    .order-text a{
        font-size: 15px;
    }
    footer {
        text-align: center;
    }
    .video-content  {
        flex-direction: column;
        align-items: normal;
    }
    .offer-card {
    width: 100%;
    }
    .nav-links {
        display: none;
    }

    .hamburger {
        display: block;
    }
    .container  {
        width: 98%;
    }
    .section-title {
        display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    }
    .section-title a {
        margin-top: 10px;
    }
    .search {
        display: none;
    }
    .map-section  {
        flex-direction: column;
    }
    .order-overlay {
        padding-top: 27px;
        justify-content: unset;
    }
    
    .currency {
    display: block;
    }
   
      .logo {
        width: 60px; /* Smaller size for mobile */
    }
    }

    @media (max-width:360px) {

        /*.image {*/
        /*    position: relative;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*}*/
        /*.image img {*/
        /*    display: none;*/
        /*    position: absolute;*/
        /*    width: 400px;*/
        /*    height: 400px;*/
        /*    top:36.2rem;*/
        /*    left: 0px;*/
        /*    z-index: 0;*/
        /*}*/
    }

