@media (max-width:1200px) {
    .achievement-wrapper.style3 .achievement-contact-meta {
        position: absolute;
        top: 18px;
        right: -40px;
    }
}

@media (max-width: 768px) {
    .achievement-wrapper.style3 .achievement-contact-meta {
        margin-top: -195px;
        display: none;
    }
}

.swiper-wrapper {
    padding-bottom: 35px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    opacity: 1;
    margin: 0 4px !important;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: var(--orange);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 30px;
    color: var(--orange);
}

.blog-card {
    background: #ececece3;
    padding: 10px;
}

.blog-card.style1 .thumb img {
    object-fit: cover;
}

.swiper-slide div .blog-card.style1 .thumb img {
    height: auto !important;
}

.blog-card .content {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.blog-card .content p {
    min-height: 200px;
}

.about-service-meta .meta-box::before {
    display: none;
}

.text-justify {
    text-align: justify;
}

.hero-4 .hero-content h1 {
    font-size: 45px;
}

.testimonial-card.style3 .testimonial-header .profile .thumb img {
    max-width: 86%;

}

.select2-results {
    height: 200px;
}

.blog-card.style1 .thumb img {
    width: 100%;
    height: 200px;
}

.blog-card.style1 .blog-content .content h4 a {
    font-size: 18px;
}

.content h3 a {
    text-Transform: lowercase;
}

.maxw-470 {
    max-width: 479px;
}

.service-card.style1 .content .text {
    text-align: justify;
}

.about-service-meta .meta-box .counter {
    text-align: center;
}

.profile-meta .thumb img {
    height: 90px;
    width: 90px;
}

.testimonial-wrapper.style1 .testimonialSliderOne .swiper-slide.swiper-slide-active .testimonial-card.style1 .testimonial-content {
    background-color: #fff;
    box-shadow: none;
}

.intro-wrapper.style3 .intro-content h1 {
    letter-spacing: normal !important;
}

.intro-wrapper.style3 .intro-content h1 {
    min-height: 200px;
}

.intro-wrapper.style3 .intro-content .big-text {
    opacity: 1;
    -webkit-text-stroke: 2px #ffffff3d;
}

.intro-section .array-button::before {
    left: 139px;
}

@media (min-width:1500px) {
    .intro-container-wrapper.style3 .slider-image {
        height: 100vh !important;
    }
}

@media screen and (min-width: 1200px) {
    .submenu {
        min-width: 340px !important;
    }
}

@media screen and (max-width: 500px) {
    .about-wrapper-4 .about-content .list-title li {
        font-size: 15px;
    }
}

@media (min-width: 600px) and (max-width: 1700px) {
    .intro-wrapper.style3 .intro-content h1 {
        font-size: 56px;
    }

    .intro-wrapper.style3 .intro-content h1 {
        position: absolute;
        top: 210px;
        min-height: 300px;
    }

    .intro-wrapper.style3 .intro-content {
        height: 700px;
        padding: 0px;
    }

    .intro-wrapper.style3 .intro-content img {
        position: absolute;
        top: 410px;
    }
}



.swiper-slide div .blog-card.style1 .thumb img {
    height: 200px !important;
}

.service-card.style1 .thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 575px) {
    .service-card.style1 .thumb img {
        height: 100%;
    }
}

/* Custom Slider Text Styles */
.slider-text {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: 900;
    /* Kept very bold */
    font-style: italic;
    /* Added italic */
    letter-spacing: 2px !important;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    border: none;
    display: inline-block;
    max-width: 90%;
    margin: 0 auto;
    font-size: 3.5rem;
    /* Significantly bigger text */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    /* Tighter line height for big text */
}

/* Vertical line before text */
.slider-text::before {
    content: "";
    display: inline-block;
    width: 8px;
    /* Thicker line */
    height: 80px;
    /* Taller line */
    background-color: #030f80;
    /* Blue accent */
    margin-right: 30px;
    /* More spacing */
}

/* Ensure existing overrides don't break our new style */
.intro-wrapper.style3 .intro-content h1.slider-text {
    letter-spacing: 1px !important;
}

/* Sectors Section Styling */
.sector-section .blog-card {
    position: relative;
    z-index: 1;
    /* Ensure no full border interferes */
    border: none;
    transition: all 0.4s ease-in-out;
}

/* Corner Accents */
.sector-section .blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 3px solid var(--orange);
    border-left: 3px solid var(--orange);
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.sector-section .blog-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 3px solid var(--orange);
    border-right: 3px solid var(--orange);
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.sector-section .blog-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.sector-section .blog-card:hover::before,
.sector-section .blog-card:hover::after {
    width: 40px;
    height: 40px;
}

/* Clients and References Styling */
.brand-wrapper.style1 .brand-title:before,
.brand-wrapper.style1 .brand-title:after {
    display: none !important;
}

.brand-logo-box {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin: 10px;
    transition: all 0.4s ease;
    border: none;
    border-top: 3px solid var(--theme);
    border-bottom: 3px solid var(--orange);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.brand-logo-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(3, 15, 128, 0.15);
}

.brand-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sector-section .blog-card:hover h4 {
    color: var(--orange) !important;
    transition: all 0.4s ease-in-out;
}

.sector-section .swiper-button-next,
.sector-section .swiper-button-prev {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sector-section .swiper-button-next:after,
.sector-section .swiper-button-prev:after {
    font-size: 20px;
    color: var(--white);
}