.logo-box .logo a img{
    height: 100px;
}



.slider-one_img-container{
    position: relative;
    overflow: hidden; /* ensures clean edges */
}

.slider-one_img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #30343b;
    opacity: 0.35; /* adjust transparency here */
    pointer-events: none; /* make sure it doesn't block clicks */
    z-index: 1;
}

.slider-one_heading {
    text-shadow:
        0 3px 6px rgba(0,0,0,0.35),
        0 8px 20px rgba(0,0,0,0.12);
}


.slider-one_call {
    color: #e5b13d !important;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.55),
        0 6px 14px rgba(0,0,0,0.35);
}

.slider-one_call span {
    color: #f2c76a; /* lighter gold highlight */
}

.slider-one_call span:hover {
    color: #e5b13d; /* lighter gold highlight */
}


.content-container{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.content-container2{
    bottom: 150px;
}

.content-container3{
    bottom: 150px;
}

.slider-one_content{
    width: 850px;
}

.slider-one_text {
    color: #eaeaea !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.main-header .main-menu .navigation > li.dropdown > a:after{
    display: none;
}

.main-header .main-menu .navigation > li.dropdown > .about-dropdown:after{
    display: inline;
}


.image {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}

.scroll-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #e5b13d;
    text-shadow: 0 2px 4px rgba(0,0,0,0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-text span {
    display: inline-block;
    padding-left: 100%;
    animation: scrollLeft 12s linear infinite;
}

/* Faster or slower? Adjust 12s. */
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Make top and bottom slightly different speed */
.top-scroll span {
    animation-duration: 30s;
}

.bottom-scroll span {
    animation-duration: 25s;
}

.marquee-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
    background: #ffffff; /* same background as rest of header */
}

.marquee-track {
    white-space: nowrap;
    display: inline-block;
}

.marquee-track span {
    display: inline-block;
    padding-left: 100%;
    animation: marqueeScroll 15s linear infinite;
    font-size: 14px;
    font-weight: 600;
    color: #e5b13d;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

/* Animation Keyframes */
@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


/* Welcome Section */

.welcome-one_image{
    border-radius: 30px;
    overflow: hidden;
}

.sec-title_title{
    color: #e5b13d !important;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.40),
        0 6px 14px rgba(0,0,0,0.20);
}

/* services Section */

.service-one .view-all-services-btn {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.service-one .view-all-services-btn a {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #e5b13d;
    color: #ffffff;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 6px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.service-one .view-all-services-btn a:hover {
    background: #30343b;
    color: #e5b13d;
}


/* testimonials */

.testimonial-block_one-author{
    border-radius: 100%;
    
}


/* footer section */

.footer-logo{
    display: flex;
    justify-content: center;
}

.footer-logo a img{
    width: 150px;
    height: 100px;
}

img.mfp-img{
    width: 500px !important;
    height: 350px !important;
}

.flaticon-oil-pump:before{
    content: ""!important;
}

.error-section{
    margin-bottom: 80px;
}

/* testimonials */

/* ============================
   TRUST SECTION – TEXT ONLY
   ============================ */

.trusted-text-section {
    padding: 100px 0;
    margin-bottom: 80px;
    text-align: center;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
}

.trust-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

/* Badge */
.trust-badge {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(var(--main-color-rgb), 0.12);
    color: var(--main-color);
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    animation: floatUp 1.2s ease forwards;
}

/* Title */
.trust-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-two);
    line-height: 1.25;
    margin-bottom: 25px;
}

.trust-title span {
    color: var(--main-color);
}

/* Description */
.trust-desc {
    font-size: 18px;
    color: var(--color-three);
    line-height: 1.75;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
    animation: fadeIn 1.2s ease forwards;
}

/* Floating soft background shapes */
.trusted-text-section::before,
.trusted-text-section::after {
    content: "";
    position: absolute;
    background: rgba(var(--main-color-rgb), 0.08);
    border-radius: 50%;
    z-index: 1;
    filter: blur(60px);
    animation: floatShape 12s infinite ease-in-out alternate;
}

.trusted-text-section::before {
    width: 350px;
    height: 350px;
    top: -80px;
    left: -60px;
}

.trusted-text-section::after {
    width: 260px;
    height: 260px;
    bottom: -60px;
    right: -40px;
}

/* ============================
   ANIMATIONS
   ============================ */

@keyframes floatUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(40px, -30px) scale(1.1); }
}


@media (max-width: 768px) {
    h1{
        font-size: 60px;
    }

    h2{
        font-size: 35px !important;
    }

    .slider-one .swiper-slide {
        padding: 140px 0px 75px;
    }

    .slider-one_text {
        width: 85%;
        margin-left: 50px;
    }

    .slider-one_button{
        margin-right: 65px;
    }

    .welcome-one_image img {
        width: 100%;
        height: 382px;
        object-fit: cover;
    }

    .service-one .view-all-services-btn{
        top: auto !important;
        bottom: 0 !important;
    }

    .service-one .view-all-services-btn a{
        writing-mode: horizontal-tb;
    }

    .footer-widget{
        text-align: center;
    }

    .upper-box .image img{
        width: 100%;
        height: 350px;
    }

}

@media (max-width: 426px) {
    .slider-one_img-container img{
        height: 381px;
        object-fit: cover;
    }

    h1{
        font-size: 42.5px;
    }

    h2 {
        font-size: 30px !important;
    }

    .slider-one_text {
        width: 50%;
        margin-left: 200px;
    }

    .slider-one_button {
        margin-right: 225px;
    }

    .welcome-one_experiance .odometer{
        font-size: 55px;
    }

    .service-one .view-all-services-btn{
        bottom: 15px !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-block_one-author{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .core-values .feature-block_one-icon svg{
        margin-bottom: 35px;
    }
}


@media (max-width: 376px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px !important;
    }

    h4{
        font-size: 18px;
    }

    h6{
        font-size: 16px;
    }

    .slider-one_text {
        width: 40%;
        margin-left: 235px;
    }

        .slider-one_button {
        margin-right: 250px;
    }

    .core-values .feature-block_one-icon svg{
        margin-bottom: 0;
    }

    .welcome-one_experiance .odometer {
        font-size: 45px;
    }

    .page-title_text, .text {
        font-size: 16px !important;
    }
        
}

@media (max-width: 320px) {
    h1 {
        font-size: 30px;
    }

    .slider-one_text{
        font-size: 14px;
        width: 35%;
        margin-left: 270px;
    }

    .slider-one_button {
        margin-right: 290px;
    }

    .sec-title_title, h4,
    .testimonial-block_one-designation{
        font-size: 16px;
    }

    h2 {
        font-size: 20px !important;
    }

    .welcome-one_tag,p,
    .sec-title_title,
    .cta-one_text,
    .fluid-block_one-text,
    .testimonial-block_one-text,
    .testimonial-block_one-designation span,
    .footer-text, .footer-list li a,
    .footer-bottom_navs li a,
    .page-title_text,
    .text {
        font-size: 14px !important;
    }

    .welcome-one_experiance .odometer {
        font-size: 35px;
    }

    .welcome-one_experiance {
        font-size: 18px;
    }

    .service-one .view-all-services-btn a,
    .main-footer_copyright{
        font-size: 12px;
    }

}
