/*==============================================
    Testimonial One
===============================================*/
/*.testimonial-one {*/
/*    position: relative;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    padding: 40px 0 0;*/
/*    z-index: 1;*/
/*}*/

/*.testimonial-one.pdb1 {*/
/*    padding-bottom: 60px;*/
/*}*/


/*.testimonial-one .owl-carousel {*/
/*    max-width: 500px;*/
/*    width: 100%;*/
/*    margin: 0 auto 0;*/
/*    position: relative;*/
/*    display: block;*/
/*}*/

/*.testimonial-one .owl-carousel .owl-stage-outer {*/
/*    overflow: visible;*/
/*    padding-bottom: 80px;*/
/*}*/

/*.testimonial-one__single {*/
/*    position: relative;*/
/*    display: block;*/
/*    background-color: var(--anity-white);*/
/*    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);*/
/*    border-radius: var(--anity-bdr-radius);*/
/*    padding: 40px 30px 40px;*/
/*    -webkit-transition: all 500ms ease;*/
/*    transition: all 500ms ease;*/
/*}*/

/*.testimonial-one__single:hover {*/
/*    transform: translateY(-10px);*/
/*}*/

/*.testimonial-one__rating {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 5px;*/
/*}*/

/*.testimonial-one__rating span {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    font-size: 16px;*/
/*    color: var(--anity-primary);*/
/*}*/

/*.testimonial-one__text {*/
/*    position: relative;*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    margin-top: 25px;*/
/*    margin-bottom: 23px;*/
/*    background-color: rgba(var(--anity-primary-rgb), 0.05);*/
/*    padding: 20px 30px 20px;*/
/*    border-radius: 10px;*/
/*}*/

/*.testimonial-one__client-info {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*}*/

/*.testimonial-one__client-img {*/
/*    position: relative;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    border-radius: 50%;*/
/*    width: 80px;*/
/*}*/

/*.testimonial-one__client-img img {*/
/*    width: 100%;*/
/*    border-radius: 50%;*/
/*}*/

/*.testimonial-one__client-content {*/
/*    position: relative;*/
/*    display: block;*/
/*}*/

/*.testimonial-one__client-name {*/
/*    font-size: 24px;*/
/*    font-weight: 700;*/
/*    line-height: 34px;*/
/*}*/

/*.testimonial-one__client-name a {*/
/*    color: var(--anity-black);*/
/*}*/

/*.testimonial-one__client-name a:hover {*/
/*    color: var(--anity-base);*/
/*}*/

/*.testimonial-one__client-sub-title {*/
/*    color: var(--anity-black);*/
/*    line-height: 16px;*/
/*}*/


/*==============================================
    Testimonial Two
===============================================*/
/*.testimonial-two {*/
/*    padding: 140px 0 60px;*/
/*}*/



/*==============================================
    Testimonial Page
===============================================*/
/*.testimonial-page {*/
/*    position: relative;*/
/*    display: block;*/
/*    padding: 140px 0 110px;*/
/*}*/

/*.testimonial-page .testimonial-one__single {*/
/*    margin-bottom: 30px;*/
/*}*/

/*==============================================
    One Page Three Testimonial two
===============================================*/
/*.one-page-three-testimonial-two {*/
/*    padding: 140px 0 0px;*/
/*}*/



/*new testimonial css*/

/* Section Styles */
/*#stories-section {*/
/*    padding: 40px 20px;*/
/*    background-color: #f9f9f9;*/
/*    text-align: center;*/
/*}*/

/*.section-title h2 {*/
/*    font-size: 36px;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*    color: #000;*/
/*    margin-bottom: 40px;*/
/*}*/

/*.section-title h2 span {*/
    /*color: #e74c3c;*/
/*}*/

/* Stories Container */
/*#stories-container {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    gap: 30px;*/
/*    max-width: 1400px;*/
/*    margin: 0 auto;*/
/*}*/

/* Story Card */
/*.story-card {*/
/*    display: flex;*/
/*    background-color: #fff;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    color: #fff;*/
/*    align-items: center;*/
/*    padding: 20px;*/
/*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.story-card:hover {*/
/*    transform: translateY(-10px);*/
/*}*/

/* Background Colors for Cards */
/*.blue-bg {*/
/*    background-color:#38B44A;*/
/*}*/

/*.red-bg {*/
/*    background-color:white;*/
/*    color:#000;*/
/*}*/

/*.yellow-bg {*/
/*    background-color: white;*/
/*    color: #000;*/
/*}*/

/*.green-bg {*/
/*    background-color:#38B44A;*/
/*}*/

/* Image Styling */
/*.story-image {*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    border-radius: 5px;*/
/*    object-fit: cover;*/
/*    margin-right: 20px;*/
/*}*/

/* Content Styling */
/*.story-content {*/
/*    flex: 1;*/
/*}*/

/*.story-name {*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 10px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.story-description {*/
/*    font-size: 18px;*/
/*    margin-bottom: 15px;*/
/*    line-height: 1.4;*/
/*    font-weight: bold;*/
/*}*/

/*.story-button {*/
/*    background-color: transparent;*/
/*    color: white;*/
/*    border: 2px solid white;*/
/*    padding: 10px 20px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.story-button-1 .story-button-2 {*/
/*    background-color: transparent;*/
/*    color: black;*/
/*    border: 2px solid black;*/
/*    padding: 10px 20px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.story-button:hover {*/
/*    background-color: white;*/
/*    color: black;*/
/*    border-color: black;*/
/*}*/

/* Responsive Design */
/*@media (max-width: 768px) {*/
/*    #stories-container {*/
        /*grid-template-columns: repeat(1, 1fr); */
/*        gap: 20px;*/
/*    }*/

/*    .story-card {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        text-align: center;*/
/*    }*/

/*    .story-image {*/
/*        width: 90%;*/
/*        height: 280px;*/
/*        margin: 0 0 10px 0;*/
/*    }*/

/*    .story-content {*/
/*        padding: 10px 0;*/
/*    }*/

/*    .story-name {*/
/*        font-size: 18px;*/
/*    }*/

/*    .story-description {*/
/*        font-size: 14px;*/
/*    }*/

/*    .story-button {*/
/*        font-size: 12px;*/
/*        padding: 8px 16px;*/
/*    }*/
/*    .story-button-1 .story-button-2 {*/
/*        font-size: 12px;*/
/*        padding: 8px 16px;*/
/*    }*/
/*    #testimonial-1 #testimonial-2{*/
/*        text-align: left;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    #stories-container {*/
        /*gap: 15px; */
/*    }*/

/*    .story-card {*/
/*        padding: 15px;*/
/*    }*/

/*    .story-name {*/
/*        font-size: 16px;*/
/*    }*/

/*    .story-description {*/
/*        font-size: 12px;*/
/*    }*/

/*    .story-button {*/
/*        font-size: 10px;*/
/*        padding: 6px 12px;*/
/*    }*/
    
/*    .story-button-1 .story-button-2 {*/
/*        font-size: 10px;*/
/*        padding: 6px 12px;*/
/*    }*/
/*    #testimonial-1 #testimonial-2{*/
/*        text-align: left;*/
/*    }*/
/*}*/


/* General Section Styling */
<style>
/* Stories Section */
#stories-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

/* Section Title */
#section-title {
    margin-bottom: 50px;
    text-align: center; /* Default center alignment */
}

#testimonial-1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    display: block;
    margin-bottom: 10px;
    font-family: DM Sans-Serif;
}

#testimonial-2 {
    font-size: 38px;
    font-weight: bold;
    text-transform: capitalize;
    color: #222;
    letter-spacing: 1px;
    font-family: DM Sans-Serif;
}

#highlight-text {
    color: #38B44A;
}

/* Stories Grid Layout */
#stories-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Story Card */
#story-card-1, #story-card-2, #story-card-3, #story-card-4 {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #f2f2f2 100%);
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}

#story-card-1:hover, #story-card-2:hover, #story-card-3:hover, #story-card-4:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

/* Background Colors */
#story-card-1, #story-card-4 {
    background: linear-gradient(135deg, #38B44A 0%, #2D8B35 100%);
    color: #fff;
}

#story-card-2, #story-card-3 {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    color: #222;
}

/* Story Images */
#story-image-1, #story-image-2, #story-image-3, #story-image-4 {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
    #stories-container {
        grid-template-columns: 1fr; /* Stack vertically on mobile */
    }

    #story-card-1, #story-card-2, #story-card-3, #story-card-4 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    #story-image-1, #story-image-2, #story-image-3, #story-image-4 {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    /* Align heading to left in mobile view */
    #section-title {
        text-align: left;
    }

    #testimonial-1, #testimonial-2 {
        text-align: left;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    #testimonial-2 {
        font-size: 28px;
    }

    #stories-section {
        padding: 40px 15px;
    }

    #story-card-1, #story-card-2, #story-card-3, #story-card-4 {
        padding: 15px;
    }

    #story-image-1, #story-image-2, #story-image-3, #story-image-4 {
        width: 100px;
        height: 100px;
    }

    /* Keep heading aligned left for mobile */
    #section-title {
        text-align: left;
    }
}
</style>



/*end*/

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/