:root {
    --heading-font: 'Frank Ruhl Libre', serif;
    --body-font: 'Open Sans', sans-serif;
}

body {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

p {
    font-size: 15px;
    font-family: var(--body-font);
    line-height: 24px;
    font-weight: 500;
}

.navbar .navbar-toggler-icon {
    font-size: 30px;
}

@media screen and (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }

    .progress-wrap {
        bottom: 18%;
        right: 4%;
    }

    .second-footer .widget-area .widget {
        padding: 20px 0;
    }

}

.our-gallery .item {
    display: flex;
}

.our-gallery .item .img img {
    /* max-height: 250px; */
    width: auto;
    object-fit: contain;

}

.our-gallery .item {
    position: relative;
    border-radius: 15px;
    height: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.our-gallery .item img {
    height: 100%;
    object-fit: contain;
}

.about {
    background-image: linear-gradient(90deg, #c4ff7133, #FAFAFA, #c4ff7133);
}

.our-gallery {
    background-image: linear-gradient(27deg, #c4ff7133, #FAFAFA, #FAFAFA, #c4ff7133);
}

.testimonials {
    background-image: linear-gradient(90deg, #c4ff7133, #FAFAFA, #FAFAFA, #c4ff7133);
}

.contact {
    background-image: linear-gradient(39deg, #c4ff7133, #FAFAFA, #c4ff7133);
}

.footer {
    background-color: #f3f3f3;
}

label {
    font-family: var(--body-font);
    font-weight: 600;
    width: 100%;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #1c1c1a !important;
}

.contact-us-form {
    background-color: #e3e3e3;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact.form-control::placeholder {
    color: #cdcdcd;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px
}

/* .banner-header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #570e10;
    opacity: 0.6;
} */

.bg-common {
    background-image: linear-gradient(90deg, #c4ff7133, #FAFAFA, #c4ff7133);
}

.banner-header h2 {
    color: #fff;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--body-font);
    text-align: center;
}

.breadcrumb .home {}

.breadcrumb i {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

.bloom-digitizing-content h2,
.bloom-digitizing-content h4 {
    margin-bottom: 15px;
}

.bloom-digitizing-content p {
    margin-bottom: 15px;
}

.bloom-digitizing-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.bloom-digitizing-content ul {
    padding-left: 0;
    list-style-type: none;
}

.bloom-digitizing-content ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.bloom-digitizing-content ul li:after {
    position: absolute;
    content: "\f0a4";
    font: normal normal normal 14px FontAwesome;
    color: #568bc2;
    top: 2px;
    left: 0;
}

.vector-artwork-content img {
    margin-bottom: 20px;
}

.vector-artwork-content h2,
.vector-artwork-content h4 {
    margin-bottom: 15px;
}

.vector-artwork-content p {
    margin-bottom: 15px;
}

.vector-artwork-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.vector-artwork-content ul {
    padding-left: 0;
    list-style-type: none;
}

.vector-artwork-content ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    list-style: none;
}

.vector-artwork-content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    /* aligns with first line of text */
    left: 0;
    background: #1b1b1b;
}

.gallery-box {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.gallery-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: height 0.3s ease-in-out;
    z-index: 1;
}

.gallery-box:hover::before {
    height: 100%;
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-box:hover .gallery-icon {
    opacity: 1;
}

.gallery-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* .innerBanner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
} */
.error_field {
    color: #570e10;
    text-align: right;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
}
      
/* home css */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section .image-wrapper {
    position: relative;
    width: 100%;
    /* No fixed height by default - will use image's natural height */
}

.hero-section .banner-img {
    width: 100%;
    height: auto;
    /* Natural height on desktop */
    display: block;
}

.hero-section .hero-content {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 650px;
}

.hero-section .hero-heading {
    font-size: 60px;
    font-family: var(--heading-font);
    line-height: 60px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

/* Mobile styles */
@media screen and (max-width: 991px) {
    .hero-section .hero-heading {
        font-size: 25px;
        line-height: normal;
        text-align: center;
          margin-bottom: 15px;
    }

    .hero-section .image-wrapper {
        height: auto; /* Let it grow naturally */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-section .banner-img {
        height: 300px;
        width: 100%;
        object-fit: cover;
     object-position: 100% center;
    }

    .hero-section .hero-content {
        position: static; /* ✅ Remove absolute */
        transform: none;  /* ✅ Reset transform */
        left: auto;
        top: auto;
        max-width: 100%;
        padding: 15px;
        text-align: center; /* ✅ Center text */
    }

    .hero-section .button-1 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}


.before-after-item {
    /* padding: 20px;
                                box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
}

.image-comparison {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-comparison .images {
    position: relative;
    width: 100%;
}

/* First image stays in flow */
.image-comparison .img-1 {
    position: relative;
}

/* Second image overlays */
.image-comparison .img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    clip-path: inset(0 0 0 50%);
    z-index: 2;
}

.image-comparison .img-1 img,
.image-comparison .img-2 img {
    width: 100%;
    height: auto;
    display: block;
}

/* Slider and drag line */
.image-comparison .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.image-comparison .slider input {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: col-resize;
    -webkit-appearance: none;
}

.image-comparison .slider .drag-line {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    pointer-events: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

.image-comparison .slider .drag-line span {
    width: 42px;
    height: 42px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

.image-comparison .slider .drag-line span::before,
.image-comparison .slider .drag-line span::after {
    content: "";
    position: absolute;
    top: 50%;
    border: 8px solid transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.image-comparison .slider .drag-line span::before {
    left: 35%;
    border-left-color: #fff;
}

.image-comparison .slider .drag-line span::after {
    left: 65%;
    border-top-color: #fff;
}

/* gallery */
.gallery-box {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.gallery-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: height 0.3s ease-in-out;
    z-index: 1;
}

.gallery-box:hover::before {
    height: 100%;
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-box:hover .gallery-icon {
    opacity: 1;
}

.gallery-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* footer */
.newsletter-section {
    background-color: #570e10;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

/* .newsletter-section::before {
            position: absolute;
            content: "";
            background: url('./images/newsshape.png') no-repeat center;
            background-size: cover !important;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;

        } */

.newsletter-section span {
    font-size: 2.8rem;
    position: relative;
    /* Ensure text appears above overlay */
    color: #fff;
    margin: 0;
}

.newsletter-section p {
    color: #fff;
    font-size: 15px;
    font-family: var(--body-font);
    line-height: 24px;

}

.newsletter-form .form-control {
    height: 40px;
    border-radius: 0.25rem 0 0 0.25rem;
    border: none;
    /* remove border */
    background-color: #fff;
    color: #242424;
    margin-bottom: 0;
}

.newsletter-form .form-control::placeholder {
    color: #8f8f8f;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px
}

/* Remove focus border & outline from input */
.newsletter-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #fff;
    color: #ccc;
}

.newsletter-form .btn {
    height: 40px;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0 1.5rem;
    font-weight: 500;
    font-size: 15px;
    background-color: #000;
    color: #fff !important;
    border: none;
}

/* Remove focus border & outline from button */
.newsletter-form .btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}



/* Text colors */
.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767.98px) {
    .newsletter-section {
        padding: 40px 0;
    }

    .newsletter-section::before {
        background-size: contain !important;
    }

    .newsletter-section h3 {
        font-size: 2rem;
        position: relative;
        color: #fff;
        margin: 0;
    }
}

.footer-contact .social-icons li a {
    padding: 0 !important;
}

.footer-contact ul li a i {
    font-size: 20px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

.social-icons ul li a i {
    margin-right: 0px;
}

.footer-contact ul li a::after {
    display: none !important;
}

.newsletter-form .error_field {
    color: #fff !important;
    display: inline-flex !important;
}

/* get quote */
#quote-form .radio-group {
    display: flex;
    gap: 15px;
    padding-top: 8px;
}

#quote-form .radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
    width: auto;
}

#quote-form .form-group {
    margin-bottom: 20px;
}

input[type="text"],
#quote-form input[type="email"],
#quote-form input[type="file"],
#quote-form select,
#quote-form textarea {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
}

#quote-form textarea {
    min-height: 100px;
}

#quote-form .country-select {
    width: 100% !important;
}

/* Chrome, Safari, Edge (WebKit browsers) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #570e10;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3f0b0c;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #570e10 #f1f1f1;
}


.footer .social-icons ul li:hover a{
 color: #fff;
}
.footer .usful-links ul li img{
      filter: grayscale(0);
      width: 20px;
}


footer .usful-links ul li:hover img {
    filter: grayscale(0) /* on hover - white */
}
.img-comparison{
    padding-bottom: 50px;
}
@media (max-width: 767.98px) {
.img-comparison{
    padding-bottom: 30px;
}
.navbar .navbar-right{
    padding-bottom: 10px;
}
.img-comparison .image-comparison{
    margin-bottom: 20px;
}
}
