.justified-text {
    text-align: justify;
    line-height: 1.8;
}
.bulb-img img,
.dream-img img {
    border-radius: 0;
}
.footer-end .foot {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* testimonal start */

.testimonial-section {
    padding: 80px 20px;
    background: #f8f9fa;
    text-align: center;
}

.testimonial-section .heading h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d572c;
    /* margin-bottom: 60px; */
    position: relative;
}

/* .testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  width: 250px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}  */

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 25px;
    width: 300px;
    height: 400px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    height: 480px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin: auto;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.testimonial-quote-icon {
    font-size: 40px;
    color: #4caf50;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    position: relative;
}

.testimonial-person {
    font-size: 15px;
    color: #2d572c;
}

.testimonial-person strong {
    display: block;
    font-size: 16px;
    color: #000;
}
.logo-head {
    margin-top: 0;
    /* height:0%; */
}
.Informatio {
    height: 405px;
}
@media (max-width: 768px) {
    .custome-two {
        flex-direction: column !important;
    }

    .testimonial-card {
        width: 100% !important;
        margin: 0 auto 30px auto;
        padding: 25px 20px;
    }

    .testimonial-section .heading h3 {
        font-size: 1.8rem;
    }
}

.testimonial-section {
    padding: 60px 20px;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
}

.testimonial-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d572c;
}

.testimonial-count {
    font-size: 32px;
    font-weight: bold;
    color: #4caf50;
}
.testimonial-title i {
    margin-right: 8px;
    color: #4caf50;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-bottom: 4px solid #4caf50; /* Green bottom border */
}

.team-img {
    width: auto;
    height: 400px;
    object-fit: cover;
}
.customer img {
    width: auto;
    height: 400px;
    object-fit: scale-down;
    border-radius: 50px;
}
/* testimonal end */
.Lorem {
    padding-top: 60px;
    padding-bottom: 33px;
}
.about-img {
    width: auto;
    height: 600px;
}
.subhamantra-img {
    height: 90%;
    width: 80%;
}
.whyagro-img {
    /* width: 100%; */
    height: 550px;
}
.export-img {
    width: 700px;
    height: 420px;
}
.product-img {
    width: auto;
    height: 550px;
}
a.t {
    background: #5174bc;
}
/* media query */
@media (max-width: 730px) {
    .service {
        height: auto !important;
    }
}
@media (max-width: 600px) {
    .about-img,
    .subhamantra-img {
        width: 100% !important;
        height: auto !important;
    }

}

.develop-create {
    top: 30%;
    margin-left: 0%;
}

.inner_banner .develop-create {
    top: 20%;
    margin-left: 5%;
}

.inner_banner .develop-create h2 {
    width: auto;
    color: #11264f;
}

.contact_us .Informatio p {
    width: 65%;
}

/* .develop-create h2 {
    font-size: 4rem;
    margin-bottom: 0.5em;
    font-weight: bold;
    width: 100%;
    color: #11264f;
}

.develop-create p{
    width: 100%;
} */

.owl-carousel .owl-item img {
    height: auto !important;
}


.mobile-nav a#res-cross::before {
    right: 50px;
}

.consultation.two{
    background: #f1f1f1;
    padding: 40px;
}

ul.Quick-Links a:hover{
    color: #11264f;
}