.page-title-area {
    background: #016fa9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-intro-section {
    background: #eaeaea;
    padding-bottom: 3rem !important;
}

.redline-heading {
    background: #016fa9;
    height: 3px;
    width: 50px;
    margin: 10px 0;
}

.about-style-one .sec-title span {
    color: #016fa9;
}

.about-style-one .title-shape {
    background: #016fa9;
    height: 3px;
    width: 50px;
    margin: 10px 0;
}

.mission {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.mission-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

.testimonial-aboutUs {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.testimonial-aboutUs blockquote {
    background-color: #016fa9;
    background-image: url('../img/pattern.png');
    background-position: center;
    min-height: 270px;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-aboutUs blockquote p {
    color: #fff;
    font-size: 30px;
    font-style: italic;
}

.height-150 {
    height: 150px;
    object-fit: cover;
}

.w-600 {
    font-weight: 600;
}

.w-200 {
    width: 200px;
}

.box-shadow-none {
    box-shadow: none;
}

.counters-data {
    font-size: 14px;
    color: #666;
}

.left-side-bg-test h1 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.right-side-bg-test {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 5px;
}

.testimonial-quate-bg {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.1;
    width: 50px;
}

.testimonial-img-aboutus {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.bg-light-b {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

/* Info Boxes Styles */
.info-boxes-section {
    padding: 20px 0;
    background-color: #fff;
}

.info-box {
    background: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.info-box .content-left {
    flex: 1;
    z-index: 2;
}

.info-box .icon-right {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    background: #016fa9;
    border-radius: 50%;
}

.info-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.info-box .read-more {
    color: #016fa9;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.info-box .read-more:hover {
    color: #014d7a;
    gap: 10px;
}

/* Box-specific background colors */
.box-1 {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.box-2 {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.box-3 {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.box-4 {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

/* Add subtle pattern overlay */
.info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.1;
    z-index: 1;
}

@media (max-width: 991px) {
    .mission-box {
        margin-bottom: 20px;
    }
    
    .w-200 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .testimonial-aboutUs blockquote p {
        font-size: 24px;
    }

    .info-boxes-section {
        padding: 15px 0;
    }

    .info-boxes-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-boxes-section .row {
        margin: 0 -7.5px;
    }

    .info-boxes-section .col-md-6 {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .info-box {
        height: 100%;
        margin: 0;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .info-box .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
        margin-right: 0;
        flex-shrink: 0;
    }

    .info-box .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .info-box .content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .info-box h3 {
        font-size: 13px !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .info-box p {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .info-box p:last-child {
        margin-bottom: 0;
    }
}

/* Additional mobile optimizations for info boxes */
@media (max-width: 576px) {
    .info-boxes-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-boxes-section .row {
        margin: 0 -5px;
    }

    .info-boxes-section .col-md-6 {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .info-box {
        padding: 12px 10px;
        text-align: center;
    }

    .info-box h3 {
        font-size: 13px !important;
        margin-bottom: 8px;
        text-align: center;
    }

    .info-box p {
        font-size: 12px;
        margin-bottom: 4px;
        text-align: center;
    }

    .info-box .icon {
        width: 35px;
        height: 35px;
        margin-bottom: 12px;
        margin-right: 0;
        flex-shrink: 0;
    }
}

/* Force 2 columns on very small screens */
@media (max-width: 767px) {
    .info-boxes-section .col-md-6 {
        width: 50% !important;
        float: left !important;
    }
    
    .info-boxes-section .col-md-6:nth-child(odd) {
        clear: left;
    }
}

/* Extra small devices - ensure 2 columns */
@media (max-width: 375px) {
    .info-boxes-section .col-md-6 {
        width: 50% !important;
        float: left !important;
    }
    
    .info-boxes-section .col-md-6:nth-child(odd) {
        clear: left;
    }
    
        .info-box {
        padding: 10px 8px;
        text-align: center;
    }

    .info-box h3 {
        font-size: 13px !important;
        margin-bottom: 6px;
        text-align: center;
    }

    .info-box p {
        font-size: 11px;
        margin-bottom: 3px;
        text-align: center;
    }

    .info-box .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/* Ensure equal heights for all screen sizes */
.info-boxes-section .row {
    display: flex;
    flex-wrap: wrap;
}

.info-boxes-section .col-md-6 {
    display: flex;
}

.info-boxes-section .col-md-6 .info-box {
    width: 100%;
}

/* Remove margin-right from info box icons only on mobile */
@media (max-width: 991px) {
    .info-box .icon {
        margin-right: 0 !important;
    }
}

/* New Banner Section Styles */
.new-banner-section {
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 730px;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slide.active {
    opacity: 1;
    visibility: visible;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Banner Navigation */
.banner-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.banner-prev,
.banner-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner-prev:hover,
.banner-next:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Remove dots navigation */
.banner-dots {
    display: none;
}

@media (max-width: 768px) {
    .banner-slider {
        height: 300px;
    }

    .banner-prev,
    .banner-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* Intervention Section Styles */
.intervention-section {
    padding: 0 0 30px 0;
    background-color: #fff;
}

.section-title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.intervention-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 35px;
    margin-top: 30px;
}

.intervention-item {
    display: block;
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
}

.intervention-item:hover {
    transform: translateY(-5px);
}

.intervention-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

@media (max-width: 1200px) {
    .intervention-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 992px) {
    .intervention-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 768px) {
    .intervention-section {
        padding: 20px 0;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .intervention-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .intervention-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Blog Area Styles */
.blog-area {
    padding: 10px 0;
    background-color: #f8f9fa;
}

.blog-area .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.blog-area .section-title h2 {
    font-size: 32px;
    color: #333;
    position: relative;
    display: inline-block;
}

.blog-slider {
    margin: 0 -15px;
}

.blog-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.blog-slider .owl-item {
    padding: 0 15px;
}

.single-blog-inner {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.single-blog-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.single-blog-inner .thumb {
    position: relative;
    overflow: hidden;
   
}

.single-blog-inner .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width:20px;
}

.single-blog-inner:hover .thumb img {
    transform: scale(1.05);
}

.single-blog-inner .blog-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
}

.single-blog-inner .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog-inner .blog-meta li i {
    margin-right: 0px;
    color: #016fa9;
}

.single-blog-inner .details {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    
}

.single-blog-inner .details h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}

.single-blog-inner .details h4 a {
    color: #333;
    transition: color 0.3s ease;
}

.single-blog-inner .details h4 a:hover {
    color: #016fa9;
}

.single-blog-inner .details p {
    color: #666;
    margin-bottom: 0px;
    flex-grow: 1;
}

.single-blog-inner .read-more-btn {
    color: #016fa9;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.single-blog-inner .read-more-btn:hover {
    color: #014d7a;
    gap: 10px;
}

/* Blog Slider Styles */
.blog-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 10px;
}

.blog-slider.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.blog-slider.owl-carousel .owl-nav button:hover {
    background: #016fa9;
    color: #fff;
}

@media (max-width: 768px) {
    .blog-area {
        padding: 30px 0;
    }

    .blog-area .section-title h2 {
        font-size: 24px;
    }

    .single-blog-inner .thumb {
        height: 180px;
    }

    .single-blog-inner .details h4 {
        font-size: 16px;
    }

    .blog-slider {
        margin: 0 -10px;
    }

    .blog-slider .owl-item {
        padding: 0 10px;
    }
} 

.grey-bg {
    background-color: #ebebeb;
}

/* What We Offer Cards */
.offer-card {
    
    margin-bottom: 15px;
    
    display: flex;
    align-items: top;
    gap: 15px;
}



.offer-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #016fa9;
    font-size: 18px;
    transition: all 0.3s ease;
}

.offer-card:hover .offer-icon {
    background: #016fa9;
    color: #fff;
}

.offer-content {
    flex: 1;
}

.offer-content h5 {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.offer-content p {
    color: #7f8c8d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .offer-card {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .offer-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 16px;
    }
    
    .offer-content h5 {
        font-size: 15px;
    }
    
    .offer-content p {
        font-size: 13px;
    }
}

/* Local Image Container */
.local-image-container {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
}

.local-image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Mission, Vision, and Values Cards */
.mission-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(1, 111, 169, 0.05) 0%, rgba(1, 111, 169, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mission-card:hover::before {
    opacity: 1;
}

.mission-icon {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #016fa9;
    font-size: 30px;
    transition: all 0.3s ease;
}

.mission-card:hover .mission-icon {
    background: #016fa9;
    color: #fff;
    transform: scale(1.1);
}

.mission-card h2 {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mission-divider {
    width: 50px;
    height: 3px;
    background: #016fa9;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.mission-card:hover .mission-divider {
    width: 80px;
}

.mission-card p {
    color: #7f8c8d;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .mission-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .mission-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .mission-card h2 {
        font-size: 20px;
    }
    
    .mission-card p {
        font-size: 14px;
    }
}

/* Counter Area Styles */
.counter-area {
    padding: 40px 0;
}

.counter-card {
    background: var(--mainColor);
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.counter-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainColor);
    font-size: 18px;
    transition: all 0.3s ease;
    order: 2;
}

.counter-content {
    flex: 1;
    order: 1;
    padding-right: 15px;
}

.counter-number {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.counter-plus {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 600;
}

.counter-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .counter-area {
        padding: 40px 0;
    }
    
    .counter-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .counter-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 16px;
    }
    
    .counter-number {
        font-size: 24px;
    }
    
    .counter-text {
        font-size: 13px;
    }
}

.col-lg-3.col-md-6.aboutcounter {
    margin-top: 0 !important;
}

/* Testimonial Section Styles */
.testimonial-section {
    padding: 40px 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23016fa9' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.testimonial-carousel {
    position: relative;
    padding: 40px 0;
    display: flex;
    gap: 30px;
    overflow: hidden;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
    opacity: 0.5;
    transform: scale(0.9);
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 80px;
    color: var(--mainColor);
    opacity: 0.1;
    font-family: Georgia, serif;
}

.testimonial-content {
    position: relative;
    z-index: 1;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--mainColor);
}

.testimonial-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-info h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.testimonial-author-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.testimonial-rating {
    color: #ffc107;
    margin-top: 5px;
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.testimonial-prev,
.testimonial-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: var(--mainColor);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: var(--mainColor);
    color: #fff;
    transform: scale(1.1);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: var(--mainColor);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 40px 0;
    }
    
    .testimonial-carousel {
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .testimonial-author-img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-author-info h4 {
        font-size: 16px;
    }
    
    .testimonial-author-info p {
        font-size: 13px;
    }
    
    .testimonial-nav {
        display: none;
    }
}
.section-title.testiheight {
    margin-bottom: 20px !important;
}

/* Reyansh Section Styles */
.reyansh-section {
    position: relative;
    padding: 60px 0 0 0;
    overflow: hidden;
}

.reyansh-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    z-index: -1;
}

.reyansh-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--mainColor);
    z-index: -1;
}

.reyansh-image {
    position: relative;
    text-align: center;
    padding: 0;
    margin-top: -20px;
}

.reyansh-image img {
    max-width: 90%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.reyansh-content {
    padding: 40px;
    position: relative;
}

.reyansh-title-wrapper {
    position: relative;
    margin-bottom: 40px;
    margin-top: 0px;
}

.reyansh-meet {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.reyansh-name {
    font-size: 72px;
    font-weight: 700;
    color: var(--mainColor);
    margin: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.reyansh-arrow {
    position: absolute;
    left: -120px;
    top: -30px;
    width: 100px;
    height: auto;
    z-index: 2;
}

.reyansh-subtitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

.reyansh-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .reyansh-name {
        font-size: 60px;
    }
    
    .reyansh-arrow {
        left: -100px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .reyansh-section {
        padding: 40px 0 0 0;
    }
    
    .reyansh-name {
        font-size: 48px;
    }
    
    .reyansh-arrow {
        display: none;
    }
    
    .reyansh-content {
        padding: 20px;
        text-align: center;
    }
    
    .reyansh-title-wrapper {
        text-align: center;
    }
}

.dashborad {
    background: linear-gradient(to bottom, #016fa9 0%, #016fa9 50px, rgba(1, 111, 169, 0.7) 100px, rgba(1, 111, 169, 0.3) 150px, white 200px);
}

.blog-details-area {
    padding: 50px 0;
}

.blog-details-inner {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.blog-details-thumb {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.blog-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-details-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #ffffff;
    z-index: 2;
}

.blog-details-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.blog-details-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}

.blog-details-meta i {
    margin-right: 5px;
}

.blog-details-content {
    padding: 40px;
}

.blog-details-text {
    line-height: 1.8;
    color: #666;
}

.blog-details-text p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog-details-thumb {
        height: 400px;
    }
    
    .blog-details-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog-details-thumb {
        height: 300px;
    }
    
    .blog-details-title h2 {
        font-size: 24px;
    }
    
    .blog-details-content {
        padding: 30px 20px;
    }
}

.blog-details-img {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-details-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: skewX(-25deg);
    z-index: 1;
    transition: left 0.5s ease;
}

.blog-details-img:hover::before {
    left: 100%;
}

.blog-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 2;
}

.blog-title-overlay h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

@media (max-width: 991px) {
    .blog-details-img {
        height: 300px;
    }
    
    .blog-title-overlay h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog-details-img {
        height: 250px;
    }
    
    .blog-title-overlay h1 {
        font-size: 24px;
    }
}

/* Blockquote Styles */
blockquote {
    background: #f8f9fa;
    border-left: 4px solid #016fa9;
    margin:  0;
    padding: 1rem;
    position: relative;
    border-radius: 0 4px 4px 0;
}

blockquote p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
    font-style: italic;
}

/* Share Buttons Styles */
.blog-details-sheare {
    margin: 1.5rem 0;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-sheare-tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sheare-tag li {
    font-weight: 600;
    color: #fff;
    font-size: 0.9rem;
    background: #016fa9;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
}

.social-icon {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

/* Author Box Styles */
.profile {
    background: #fff;
    border-radius: 4px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    
}

.article-profile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.bd-profile-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.profile .social-icon {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 32px;
}

.profile .social-icon li.share {
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0 0.5rem;
}

.profile .social-icon li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 4px;
    color: #016fa9;
    transition: all 0.3s ease;
}

.profile .social-icon li a:hover {
    background: #016fa9;
    color: #fff;
}

.profile .text-muted {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}

.profile .text-muted p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile .text-muted p:first-child {
    margin-left: auto;
}

.profile .text-muted p:last-child {
    margin-left: 1rem;
}

.profile .text-muted .common-pills2 {
    background: #016fa9;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
}

/* Comments Section Styles */
.comments-wrap {
    background: #fff;
    border-radius: 4px;
    padding: 1.25rem;
    margin: 1.25rem 0;
}

.comments-wrap .title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: #333;
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #016fa9;
}

.q-ans {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
    position: relative;
}

.q-ans:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.q-person {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 0.75rem;
    border-radius: 4px;
}

.qhead {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.qhead h6 {
    font-size: 0.95rem;
    margin: 0;
    color: #333;
    font-weight: 600;
}

.cmtOnBlog {
    margin: 0.75rem 0;
    line-height: 1.6;
    color: #444;
    font-size: 0.95rem;
    /* padding-left: 3.5rem; */
}

.like-reply-forum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75rem;
    /* padding-left: 3.5rem; */
}

/* Comment Form Styles */
.comment-form {
    background: #fff;
    border-radius: 4px;
    padding: 1.25rem;
    margin-top: 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.comment-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #016fa9, #014d7a);
    border-radius: 4px 4px 0 0;
}

.comment-title h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: #333;
    font-weight: 600;
}

.form-group-edited {
    margin-bottom: 1rem;
}

.form-group-edited:last-child {
    margin-bottom: 0.75rem;
}

.form-group-edited label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-group-edited .form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    font-size: 0.95rem;
}

.form-group-edited .form-control:focus {
    border-color: #016fa9;
    outline: none;
    box-shadow: 0 0 0 2px rgba(1,111,169,0.1);
}

.form-group-edited textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.default-btn {
    background: #016fa9;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.default-btn:hover {
    background: #014d7a;
    transform: translateY(-2px);
}

.default-btn i {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .article-profile {
        flex-direction: row;
        gap: 1rem;
    }
    
    .social-icon {
        flex-wrap: wrap;
    }
    
    .comment-form {
        padding: 1rem;
    }
}

.impact-title-card {
    background: transparent;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.impact-title {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: #ff4d4d;
    margin: 0 auto;
    position: relative;
}

.title-underline:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ff4d4d;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    opacity: 0.5;
}

.listicle-card-item.bg-white.rounded-3.shadow-sm.p-3 {
    border: 1px solid #eaeaea;
}

.listicle-social-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}