main .hero-area {
    height: 100vh;
    background-image: url("../img/hero/minsheh-collage .60a5c843525e.jpg");
    background-color: #e9e7e7;
    background-size: cover;
    background-position: top center;
    position: relative;
}
  
main .hero-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(114,170,158);
    background: radial-gradient(circle, rgba(114,170,158,1) 0%, rgba(32,115,144,0.7959558823529411) 53%, rgba(132,160,193,0.896796218487395) 100%);
}
  
main .hero-area h1 {
    color: white;
    font-size: 3.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
  
main .hero-area p.intro_text {
    color: white;
    z-index: 1;
}

main .hero-area h1 {
    font-size: 2.5rem;

    @media (min-width: 576px) {
        font-size: 3rem; /* Adjust for medium screens */
    }

    @media (min-width: 768px) {
        font-size: 4rem; /* Adjust for large screens */
    }

    @media (min-width: 992px) {
        font-size: 4.5rem; /* Adjust for extra-large screens */
    }

    @media (min-width: 1200px) {
        font-size: 5rem; /* Adjust for extra-extra-large screens */
    }
}

main .hero-area p.intro_text {
    font-size: 1em;

    @media (min-width: 576px) {
        font-size: 1.3em;
    }

    @media (min-width: 768px) {
        font-size: 1.6em;
    }

    @media (min-width: 992px) {
        font-size: 1.8em;
    }

    @media (min-width: 1200px) {
        font-size: 2em;
    }
}
  
  
main .hero-area .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    z-index: 1;
}
  
a.service-tile {
    display: flex;
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -50px;
}

.service-area .card {
    height: 500px;
}

.service-area .card-title {
    font-size: 2em;
    color: rgba(42, 42, 42, 0.8);
}

.service-area .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.service-area .card-text {
    font-size: 1.1em;
}

.about-back-img {
    background-image: url("../img/hero/minsheh-collage-1.3d91c0c966b1.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-low-area .about-img .about-back-img::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(17, 16, 16, 0.5);
}

.testimonial-area {
    background-color: #e9fbfa;
}

.section-bg2 {
    background-color: #221b1d;
}

.testimonial-area .dot-style .slick-dots button {
    height: 14px;
    width: 14px;
}

.home-blog-area .home-blog-single {
    height: 400px;
}
.home-blog-area  p.text-small {
    font-size: 14px;
}

.cta-area {
    background-image: url("../img/family-plant.f8fb307495ee.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.cta-area.has-overlay::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(17, 16, 16, 0.7);
}

.cta-area .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-area .main-text,
.cta-area .sub-text {
    color: #fff;
}

.cta-area .main-text {
    font-size: 2rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.cta-area .sub-text {
    font-size: 1rem;
}

.cta-area .main-text {
    
    /* for medium screens */
    @media (min-width: 576px) {
        font-size: 3rem;
    }

    /* for large screens */
    @media (min-width: 768px) {
        font-size: 4rem;
    }

    /* for extra-large screens */
    @media (min-width: 992px) {
        font-size: 4.5rem;
    }

    /* for extra-extra-large screens */
    @media (min-width: 1200px) {
        font-size: 5rem;
    }
}

.cta-area .sub-text {

    /* for medium screens */
    @media (min-width: 576px) {
        font-size: 1.3rem; 
    }

    /* for large screens */
    @media (min-width: 768px) {
        font-size: 1.5rem; 
    }

    /* for extra-large screens */
    @media (min-width: 992px) {
        font-size: 1.7rem;
    }

    /* for extra-extra-large screens */
    @media (min-width: 1200px) {
        font-size: 2rem; 
    }
}

.home-blog-area {
    background-color: #fbf0e9;
}

a.read-more {
    margin: 0;
    border: none;
    overflow: visible;
    color: rgba(42, 42, 42, 0.8);
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: all;
}

a.read-more-default {
    background-color: transparent;
    position: relative;
    padding-left: 0;
    padding-right: 40px;
    font-family: 'Taviraj', serif;
    transition: all .3s ease-in-out;
}

a.read-more-default::after {
    content: "";
    background: url("../img/icons/arrow-green.034fa7a5af3f.svg") no-repeat;
    width: 30px;
    height: 22px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

a.read-more-default:hover {
    font-size: 1.35em;
    font-weight: 500;
}

.page-banner {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.overlay-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 2;
    width: 100%;
    height: 100%;
    
}

.overlay-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(32,115,144,0.65) 50%, rgba(114,170,158,0.5) 70%, rgba(132,160,193,0.6) 90%);
    z-index: -1;
}

.blog-post .overlay-content:before {
    background: radial-gradient(circle, rgba(132,160,193,0.3) 40%, rgba(32,115,144,0.50) 80%, rgba(114,170,158,0.5) 100%);
}

.overlay-content h1 {
    height: inherit;
    color: white !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-content h1 {
    font-size: 4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

    @media (min-width: 576px) {
        font-size: 5rem;
    }

    @media (min-width: 768px) {
        font-size: 6rem;
    }

    @media (min-width: 992px) {
        font-size: 7rem;
    }

    @media (min-width: 1200px) {
        font-size: 8rem;
    }
}

.partners-section {
    margin-bottom: 100px;
}

.partners-section h3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.partners-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partners-list li {
    margin: 20px;
}

.partners-list a {
    text-decoration: none;
    color: #00a3bd;
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .partners-list {
        text-align: center;
    }

    .partners-list li {
        flex: 0 0 100%;
    }
}

.partners-section {
    padding: 2.5rem;
    text-align: center;
  }
  
  .logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 2rem;
  }
  
  .logo-grid a {
    display: block;
  }
  
  .logo-grid img {
    max-width: 150px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .logo-grid img {
      max-width: 100px;
    }
  }

.about {
    margin-bottom: 250px;
}

.about .main-text {
    margin-bottom: 150px;
}

.blog-post h1 {
    font-size: 3rem;
}

.blog-post h4 {
    font-size: 1.2em;
}

.blog-post h2 {
    font-size: 2.5em;
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5 {
    margin-top: 55px;
    margin-bottom: 10px;
    color: #545455;
}

b {
    color: #545455;
    font-weight: 400;
}

.blog-post article ol li,
.blog-post article ul li {
    font-size: 1.3em;
}

.blog-post p {
    text-align: justify;
}

.blog_item {
    margin-bottom: 100px;
  }

@media (min-width: 576px) {
    .blog-post h1 {
        font-size: 4rem;
    }

    .blog-post h2 {
        font-size: 3rem;
    }

    .blog-post h3 {
        font-size: 1.5rem;
    }

    .blog-post h4 {
        font-size: 0.5rem;
    }
}

@media (min-width: 768px) {
    .blog-post h1 {
        font-size: 5rem;
    }

    .blog-post h2 {
        font-size: 4rem;
    }

    .blog-post h3 {
        font-size: 2.5rem;
    }

    .blog-post h4 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .blog-post h1 {
        font-size: 6rem;
    }

    .blog-post h2 {
        font-size: 5rem;
    }

    .blog-post h3 {
        font-size: 3.5rem;
    }
    .blog-post h4 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .blog-post h1 {
        font-size: 7rem;
    }

    .blog-post h2 {
        font-size: 6rem;
    }

    .blog-post h3 {
        font-size: 4.5rem;
    }

    .blog-post h4 {
        font-size: 3.5rem;
    }
}

/* .blog-post article ul {

} */

.blog-post-info {
    color: #212529;
    font-size: 16px;
}

.blog-post-image {
    margin-bottom: 60px;
}

.blog-post-image img {
    width: 100%;
    max-width: 100%;
    height: auto;   
    display: block; 
    margin: 0 auto; 
}

.responsive-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.blog-index-listing .blog-single {
    height: 500px;
}

footer .footer-area,
footer .footer-area p {
    color: #868c98;
    font-size: 15px;
    line-height: 1.6;
}

footer .footer-bottom-area .footer-copy-right p {
    font-size: 15px;
    line-height: 1.6;
}

footer .footer-bottom-area .footer-social > a {
    color: #fff;
    font-size: 20px;
}

.our-services .service-item {
    margin-bottom: 5rem;
    text-align: justify;
  }
  
  .service-item-title {
    text-align: left;
  }