.hero-wrapper-uniq-7b2 {
    /* --- Background Image Correction --- */
    background-image: url('../../../../themes/default/frontend_assets/businessautomation/hero-bg.jpg');
    background-size: cover;
    /* Scales image to fill the container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from tiling */


}

/* BS3 Vertical Centering Hack using Flexbox on the row for modern browsers */
.row.flex-row-uniq-8c3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Left Content Column Styling */
.content-col-uniq-9d4 {
    padding-right: 30px;
}

/* Top small badge label */
.badge-label-uniq-0e5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #d0d0d0;
    margin-bottom: 20px;
}

.badge-label-uniq-0e5 i {
    color: #e65c00;
    /* Orange icon color */
    margin-right: 8px;
}

/* Main Heading */
.main-title-uniq-1f6 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Sub-text paragraph */
.sub-para-uniq-2g7 {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 40px;
    max-width: 450px;
}

/* Button Wrapper */
.btn-container-uniq-3h8 {
    display: flex;
    gap: 15px;
    /* Using gap for modern spacing, fallback margin below */
}

/* General Custom Button Styles */
.btn-custom-uniq {
    border-radius: 50px;
    /* Pill shape */
    padding: 12px 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
}

/* Fallback spacing for browsers that don't support flex gap */
.btn-container-uniq-3h8 .btn-custom-uniq+.btn-custom-uniq {
    margin-left: 15px;
}

.btn-custom-uniq i {
    margin-left: 10px;
    font-size: 12px;
}

/* Orange Primary Button */
.btn-orange-uniq-4i9 {
    background-color: #ff5722;
    color: #ffffff;
}

.btn-orange-uniq-4i9:hover,
.btn-orange-uniq-4i9:focus {
    background-color: #e64a19;
    color: #ffffff;
}

/* Dark Secondary Button */
.btn-dark-uniq-5j0 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-dark-uniq-5j0:hover,
.btn-dark-uniq-5j0:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Right Image Column Styling */
.image-col-uniq-6k1 {
    text-align: center;
}

/* Image container for rounding corners */
.img-frame-uniq-7l2 {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Ensure image is responsive and fills the frame */
.img-frame-uniq-7l2 img {
    width: 100%;
    height: auto;
    display: block;
}

.py-80 {
    padding: 80px 0px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 991px) {
    .hero-wrapper-uniq-7b2 {
        padding: 0px 0;
        text-align: center;
    }

    .row.flex-row-uniq-8c3 {
        display: block;
        /* Revert flex on mobile so they stack normally */
    }

    .content-col-uniq-9d4 {
        padding-right: 15px;
        margin-bottom: 50px;
    }

    .sub-para-uniq-2g7 {
        margin-left: auto;
        margin-right: auto;
    }

    .btn-container-uniq-3h8 {
        justify-content: center;
    }

    .main-title-uniq-1f6 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .btn-container-uniq-3h8 {
        display: block;

    }

    .btn-dark-uniq-5j0 {
        margin-top: 10px;
        padding: 10px 10px ! IMPORTANT;
    }
}

.btn-dark-uniq-5j0 {

    padding: 10px 10px ! IMPORTANT;
}

/* --- New Unique CSS for Services Strip --- */

.service-strip-uniq-svc-2m4 {
    background-color: #f0efe9;
    /* Beige background match */
    padding: 80px 0;
    /* font-family: 'Poppins', sans-serif; */
    position: relative;
}

/* Flexbox utility for BS3 Row to center items vertically */
.flex-row-uniq-svc-2m4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* --- Left Column Elements --- */

/* The small white pill badge */
.svc-badge-uniq-svc-2m4 {
    display: inline-block;
    background-color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.svc-badge-uniq-svc-2m4 i {
    color: #ff5722;
    /* Orange icon */
    margin-right: 6px;
    font-size: 12px;
}

/* The Main Dark Heading */
.svc-title-uniq-svc-2m4 {
    font-size: 42px;
    font-weight: 600;
    color: #111111;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

/* --- Middle Column Elements --- */

/* The description paragraph */
.svc-desc-uniq-svc-2m4 {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-left: 15px;
    /* Slight offset for visual balance */
    max-width: 300px;
}

/* --- Right Column Elements --- */

.right-col-uniq-svc-2m4 {
    text-align: right;
}

.nav-btn-group-uniq-svc-2m4 {
    display: inline-flex;
    gap: 15px;
    /* Modern spacing */
}

/* Fallback for browsers without gap support */
.nav-btn-group-uniq-svc-2m4 .circle-btn-uniq-svc-2m4+.circle-btn-uniq-svc-2m4 {
    margin-left: 15px;
}

/* Circular Buttons */
.circle-btn-uniq-svc-2m4 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* White Arrow Button */
.btn-white-uniq-svc-2m4 {
    background-color: #ffffff;
    color: #333333;
}

.btn-white-uniq-svc-2m4:hover {
    background-color: #e6e6e6;
    color: #000;
}

/* Orange Arrow Button */
.btn-orange-uniq-svc-2m4 {
    background-color: #ff5722;
    color: #ffffff;
}

.btn-orange-uniq-svc-2m4:hover {
    background-color: #e64a19;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(230, 74, 25, 0.4);
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .service-strip-uniq-svc-2m4 {
        padding: 50px 0;
        text-align: center;
        /* Center everything on mobile */
    }

    .flex-row-uniq-svc-2m4 {
        display: block;
        /* Stack columns */
    }

    .left-col-uniq-svc-2m4,
    .mid-col-uniq-svc-2m4,
    .right-col-uniq-svc-2m4 {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        /* Force center alignment */
    }

    .svc-desc-uniq-svc-2m4 {
        margin: 0 auto;
        /* Center the paragraph block */
        padding-left: 0;
    }

    .right-col-uniq-svc-2m4 {
        margin-bottom: 0;
    }

    .nav-btn-group-uniq-svc-2m4 {
        justify-content: center;
    }

    .svc-title-uniq-svc-2m4 {
        font-size: 32px;
        /* Smaller font on mobile */
    }
}

/* --- New Unique CSS for Service Cards Grid --- */

/* Wrapper to match the beige background of the previous strip */
.cards-grid-uniq-crd-3n5 {
    background-color: #f0efe9;
    padding-bottom: 80px;
    /* Space at the bottom */
    /* font-family: 'Poppins', sans-serif; */
}

/* The Card Container */
.card-box-uniq-crd-3n5 {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    /* Space for mobile stacking */
    height: 100%;
    /* Equal height attempt */
    padding: 25px;
}

.card-box-uniq-crd-3n5 img {
    border-radius: 13px;
}

/* Hover Effect (Optional - Lift card slightly) */
.card-box-uniq-crd-3n5:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Card Image */
.card-img-uniq-crd-3n5 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 12px !important;
}

/* Card Body Content */
.card-content-uniq-crd-3n5 {
    padding: 25px 0px 0px;
    text-align: left;
    min-height: 180px;
}

/* Card Title */
.card-title-uniq-crd-3n5 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-top: 0;
    margin-bottom: 5px;
    /* margin-bottom: 15px; */
    /* min-height: 50px; */
}

/* Card Description */
.card-desc-uniq-crd-3n5 {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    /* margin-bottom: 25px; */
    /* min-height: 120px; */
    /* Keeps buttons aligned if text length varies */
}

/* "Learn More" Button inside card */
.card-btn-uniq-crd-3n5 {
    display: block;
    width: 100%;
    background-color: #f7f5f0;
    /* Light beige button bg */
    color: #111111;
    text-align: center;
    padding: 14px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.card-btn-uniq-crd-3n5:hover {
    background-color: #eaddca;
    /* Slightly darker beige on hover */
    color: #000;
}

.card-btn-uniq-crd-3n5 i {
    font-size: 12px;
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.card-btn-uniq-crd-3n5:hover i {
    margin-left: 12px;
    /* Arrow slide effect */
}

/* --- Unique Scrolling Marquee Section --- */

.marquee-wrapper-uniq-mrq-5x9 {
    /* overflow: hidden; Hides the text that goes off-screen */
    /* position: relative; */
    /* font-family: 'Poppins', sans-serif; */
    background: #f0efe9;
    padding-bottom: 40px;
}

/* The container that moves */
.track-uniq-mrq-5x9 {
    /* position: absolute; */
    white-space: nowrap;
    background: #f0efe9;
    will-change: transform;
    animation: marquee-scroll-uniq-mrq-5x9 20s linear infinite;
    /* Adjust '20s' to make it faster or slower */
}

/* The actual text style */
.marquee-text-uniq-mrq-5x9 {
    font-size: 80px;
    /* Big bold text */
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5722;
    /* Orange color */
    display: inline-block;
    margin-right: 0;
    background: #f0efe9;
}

/* Specific Marquee Styles for Swiper */
.marquee-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.marquee-swiper .swiper-slide {
    width: auto;
    /* Ensure slides are only as wide as their content */
}

/* The separator icon (Asterisk) */
.marquee-text-uniq-mrq-5x9 span {
    display: inline-block;
    margin: 0 40px;
    /* Space around the asterisk */
    vertical-align: middle;
    font-size: 50px;
    /* Slightly smaller asterisk */
    color: #ff5722;
}

/* Animation Keyframes */
@keyframes marquee-scroll-uniq-mrq-5x9 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-wrapper-uniq-mrq-5x9 {
        padding: 25px 0;
    }

    .marquee-text-uniq-mrq-5x9 {
        font-size: 48px;
    }

    .marquee-text-uniq-mrq-5x9 span {
        margin: 0 20px;
        font-size: 30px;
    }
}

/* --- Unique CSS for About Us Section --- */

.about-section-uniq-abt-6z2 {
    background-color: #f0efe9;
    /* Beige background */
    padding: 80px 0;
    /* font-family: 'Poppins', sans-serif; */
}

/* --- Left Column: Image --- */
.about-img-wrapper-uniq-abt-6z2 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-img-uniq-abt-6z2 {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Right Column: Content --- */
.about-content-uniq-abt-6z2 {
    padding-left: 30px;
    /* Space between image and text */
}

/* Small Badge */
.about-badge-uniq-abt-6z2 {
    display: inline-block;
    background-color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about-badge-uniq-abt-6z2 i {
    color: #ff5722;
    margin-right: 6px;
}

/* Main Title */
.about-title-uniq-abt-6z2 {
    font-size: 36px;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 25px;
}

/* Description Paragraph */
.about-desc-uniq-abt-6z2 {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* Divider line */
    padding-bottom: 30px;
}

/* --- Progress Bars Section --- */
.progress-row-uniq-abt-6z2 {
    margin-bottom: 30px;
}

.progress-item-uniq-abt-6z2 {
    margin-bottom: 20px;
}

/* Percentage Number */
.progress-perc-uniq-abt-6z2 {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    display: block;
    margin-bottom: 5px;
}

/* Label */
.progress-label-uniq-abt-6z2 {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-bottom: 10px;
}

/* The Bar Itself */
.progress-bar-bg-uniq-abt-6z2 {
    height: 6px;
    background-color: #e0e0e0;
    /* Light grey background */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar-fill-uniq-abt-6z2 {
    height: 100%;
    background-color: #ff5722;
    /* Orange fill */
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

/* --- Buttons --- */
.about-btn-group-uniq-abt-6z2 {
    display: flex;
    gap: 20px;
}

/* Fallback for no gap support */
.about-btn-group-uniq-abt-6z2 .btn-custom-uniq+.btn-custom-uniq {
    margin-left: 20px;
}

/* Orange Button Style */
.btn-orange-abt-uniq {
    background-color: #ff5722;
    color: #ffffff;
}

.btn-orange-abt-uniq:hover {
    background-color: #e64a19;
    color: #ffffff;
}

/* White/Light Button Style */
.btn-white-abt-uniq {
    background-color: #ffffff;
    color: #111111;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-white-abt-uniq:hover {
    background-color: #f7f7f7;
    color: #111111 !important;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .about-content-uniq-abt-6z2 {
        padding-left: 0;
        margin-top: 50px;
    }
}

/* --- Unique CSS for Features Section --- */

.feature-section-uniq-ftr-7y3 {
    background-color: #f0efe9;
    /* Beige background match */
    padding: 40px 0;
    /* font-family: 'Poppins', sans-serif; */
}

/* --- Section Header --- */
.header-row-uniq-ftr-7y3 {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    /* Aligns the right text with bottom of title */
    flex-wrap: wrap;
}

.ftr-badge-uniq-ftr-7y3 {
    display: inline-block;
    background-color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ftr-badge-uniq-ftr-7y3 i {
    color: #ff5722;
    margin-right: 6px;
}

.ftr-title-uniq-ftr-7y3 {
    font-size: 38px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    margin: 0;
}

.ftr-desc-uniq-ftr-7y3 {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
    /* Alignment adjustment */
}

/* --- Feature Cards --- */
.ftr-card-uniq-ftr-7y3 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    /* Rounded corners */
    display: flex;
    align-items: flex-start;
    /* Icon and text align top */
    margin-bottom: 30px;
    /* Space between rows */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
    height: 100%;
    /* Ensure equal height in flex row */
}

.ftr-card-uniq-ftr-7y3:hover {
    transform: translateY(-5px);
}

/* Icon Container */
.ftr-icon-box-uniq-ftr-7y3 {
    flex-shrink: 0;
    /* Prevents icon from shrinking */
    width: 60px;
    height: 60px;
    background-color: #fcf4ee;
    /* Very light orange/beige circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.ftr-icon-box-uniq-ftr-7y3 i {
    font-size: 24px;
    color: #ff5722;
    /* Orange icon */
}

/* Card Content */
.ftr-content-uniq-ftr-7y3 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-top: 0;
    margin-bottom: 10px;
}

.ftr-content-uniq-ftr-7y3 p {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-row-uniq-ftr-7y3 {
        display: block;
        /* Stack header columns */
    }

    .ftr-title-uniq-ftr-7y3 {
        margin-bottom: 20px;
    }
}

/* --- Unique CSS for Testimonials Section --- */

.testimonial-section-uniq-tst-8w4 {
    background-color: #f0efe9;
    /* Beige background match */
    padding: 80px 0;
    padding-top: 0px !important;
    /* font-family: 'Poppins', sans-serif; */
}

/* --- Centered Header --- */
.tst-header-wrapper-uniq-tst-8w4 {
    text-align: center;
    margin-bottom: 50px;
}

.tst-badge-uniq-tst-8w4 {
    display: inline-block;
    background-color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tst-badge-uniq-tst-8w4 i {
    color: #ff5722;
    margin-right: 6px;
}

.tst-title-uniq-tst-8w4 {
    font-size: 38px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    margin-top: 0;
}

/* --- Content Area --- */
.tst-content-wrapper-uniq-tst-8w4 {
    display: flex;
    align-items: center;
    /* Vertically centers the text box with image */
    flex-wrap: wrap;
}

/* Main Left Image */
.tst-main-img-uniq-tst-8w4 {
    width: 100%;
    border-radius: 15px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 400px;
    /* Fixed height for consistency */
}

/* Right Text Card */
.tst-card-uniq-tst-8w4 {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    height: 400px;
    /* Match height of image for symmetry */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Stars */
.tst-stars-uniq-tst-8w4 {
    color: #ff5722;
    /* Orange stars */
    font-size: 14px;
    margin-bottom: 20px;
}

.tst-stars-uniq-tst-8w4 i {
    margin-right: 3px;
}

/* Quote Text */
.tst-quote-uniq-tst-8w4 {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    font-style: italic;
    /* Often nice for quotes, remove if not desired */
    margin-bottom: 30px;
}

/* Divider Line */
.tst-divider-uniq-tst-8w4 {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 0 0 25px 0;
}

/* Author Info Section */
.tst-footer-row-uniq-tst-8w4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tst-author-left-uniq-tst-8w4 {
    display: flex;
    align-items: center;
}

/* Author Thumbnail */
.tst-thumb-uniq-tst-8w4 {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    /* Slightly rounded square as per image */
    object-fit: cover;
    margin-right: 15px;
}

.tst-author-details-uniq-tst-8w4 h5 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    text-align: left !important;
}

.tst-author-details-uniq-tst-8w4 span {
    font-size: 13px;
    color: #888888;
    text-align: left !important;
}

/* Navigation Dots */
.tst-dots-uniq-tst-8w4 {
    display: flex;
    gap: 5px;
}

.tst-dot-uniq-tst-8w4 {
    width: 8px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.tst-dot-uniq-tst-8w4.active {
    background-color: #ff5722;
    width: 10px;
    /* Active dot slightly bigger? */
    height: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .tst-card-uniq-tst-8w4 {
        height: auto;
        /* Auto height on mobile */
        margin-top: 30px;
    }

    .tst-main-img-uniq-tst-8w4 {
        height: auto;
        min-height: 300px;
    }
}

/* --- Unique CSS for FAQ Section --- */

.faq-section-uniq-faq-9x5 {
    background-color: #f0efe9;
    /* Beige background match */
    padding: 80px 0;
    /* font-family: 'Poppins', sans-serif; */
}

/* --- Left Column Styling --- */
.faq-left-uniq-faq-9x5 {
    padding-right: 30px;
}

/* Badge */
.faq-badge-uniq-faq-9x5 {
    display: inline-block;
    background-color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-badge-uniq-faq-9x5 i {
    color: #ff5722;
    margin-right: 6px;
}

/* Big Heading "FAQ" */
.faq-heading-uniq-faq-9x5 {
    font-size: 80px;
    /* Very large font as per image */
    font-weight: 700;
    color: #111111;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

/* Description */
.faq-desc-uniq-faq-9x5 {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
    /* max-width: 300px; */
}

/* Contact Link */
.faq-link-uniq-faq-9x5 {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    text-decoration: none !important;
    /* Remove default underline */
    border-bottom: 1px solid #111111;
    /* Custom underline */
    padding-bottom: 2px;
    transition: color 0.3s;
}

.faq-link-uniq-faq-9x5:hover {
    color: #ff5722;
    border-color: #ff5722;
}

.faq-link-uniq-faq-9x5 i {
    font-size: 12px;
    margin-left: 5px;
}

/* --- Right Column (Accordion) Styling --- */

/* Individual FAQ Item Container */
.faq-item-uniq-faq-9x5 {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    /* No border or shadow on the item itself, styled via header/body */
}

/* Header (The Question Bar) */
.faq-header-uniq-faq-9x5 {
    padding: 20px 25px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 8px;
    /* Rounded corners when collapsed */
}

/* Question Text */
.faq-question-uniq-faq-9x5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #111111;
}

/* Icon Container (The circle) */
.faq-icon-uniq-faq-9x5 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff5722;
    /* Default Orange Circle */
    color: #ffffff;
    /* Default White Icon */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    /* Prevent shrinking */
    margin-left: 15px;
    transition: all 0.3s ease;
}

/* --- Active State Styles (Applied via JS) --- */
.faq-item-uniq-faq-9x5.active .faq-header-uniq-faq-9x5 {
    background-color: #ff5722;
    /* Turn Header Orange */
    border-radius: 8px 8px 0 0;
    /* Flatten bottom corners */
}

.faq-item-uniq-faq-9x5.active .faq-question-uniq-faq-9x5 {
    color: #ffffff;
    /* Turn Text White */
}

.faq-item-uniq-faq-9x5.active .faq-icon-uniq-faq-9x5 {
    background-color: #ffffff;
    /* Turn Circle White */
    color: #ff5722;
    /* Turn Icon Orange */
}

/* --- Body (The Answer) --- */
.faq-body-uniq-faq-9x5 {
    background-color: #ffffff;
    padding: 0 25px 25px 25px;
    display: none;
    /* Hidden by default */
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0 0 8px 8px;
}

/* Padding top added to body content to separate from header */
.faq-body-content-uniq-faq-9x5 {
    padding-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .faq-left-uniq-faq-9x5 {
        margin-bottom: 50px;
        text-align: center;
        padding-right: 0;
    }

    .faq-desc-uniq-faq-9x5 {
        margin: 0 auto 30px auto;
    }

    .faq-heading-uniq-faq-9x5 {
        font-size: 60px;
    }
}

/* --- Unique CSS for Blog Section (Final Fix) --- */

.blog-section-uniq-blg-1a2 {
    background-color: #f2f0e9;
    /* Exact Beige Background */
    padding: 10px 0 10px;
    /* font-family: 'Poppins', sans-serif; */
}

/* Header Styling */
.blog-header-wrapper-uniq-blg-1a2 {
    text-align: center;
    margin-bottom: 50px;
}

.blog-badge-uniq-blg-1a2 {
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-badge-uniq-blg-1a2 i {
    color: #ff5722;
    margin-right: 8px;
}

.blog-title-uniq-blg-1a2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 0;
}

/* --- Card Styling (Vertical Layout) --- */
.blog-card-uniq-blg-1a2 {
    background-color: #ffffff;
    display: flex;
    border-radius: 20px;
    /* Rounded Corners exactly like image */
    overflow: hidden;
    margin: 15px;
    /* Spacing between cards */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.01);
    transition: transform 0.3s ease;
    height: 100%;
    /* Uniform height */
}

.blog-card-uniq-blg-1a2:hover {
    transform: translateY(-8px);
}

/* Image Styling */
.blog-img-uniq-blg-1a2 {
    width: 100%;
    height: 240px;
    /* Fixed height for consistent look */
    object-fit: cover;
    display: block;
    border-radius: 0px !important;
}

/* Content Body */
.blog-content-uniq-blg-1a2 {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

/* Meta Data (Security | Date) */
.blog-meta-uniq-blg-1a2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.blog-section-uniq-blg-1a2 .swiper-slide {
    margin-right: 15px !important;
}

.blog-category-uniq-blg-1a2 {
    color: #ff5722;
    /* Orange Text */
    font-weight: 700;
}

.blog-date-uniq-blg-1a2 {
    color: #999;
}

/* Title */
.blog-card-title-uniq-blg-1a2 {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin: 0 0 30px 0;
    min-height: 90px;
    /* Keeps buttons aligned properly */
}

/* Read More Button (Pill Shape) */
.blog-btn-uniq-blg-1a2 {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background-color: #f7f5f1;
    /* Light beige button bg */
    color: #111;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.blog-btn-uniq-blg-1a2:hover {
    background-color: #eaddca;
}

.blog-btn-uniq-blg-1a2 i {
    font-size: 12px;
    margin-left: 8px;
    color: #ff5722;
    /* Orange Arrow */
    font-weight: 900;
}

/* Carousel Dots */
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 5px 6px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff5722;
    width: 10px;
    height: 10px;
}

/* --- Unique CSS for CTA Section --- */

.cta-section-uniq-cta-1b3 {
    /* Background: Using a gradient to approximate the dark textured look.
       Uncomment the line below and add your image path if you have the wavy bg image. */
    background-image: url('../../../../themes/default/frontend_assets/businessautomation/hero-bg.jpg');
    /* background-image: url('assets/img/cta-wavy-bg.jpg'); */
    background-size: cover;
    background-position: center;

    padding: 80px 0;
    /* Ample padding */
    /* font-family: 'Poppins', sans-serif; */
    color: #ffffff;
    position: relative;
    border-radius: 15px;
}

/* Flex utility for BS3 row vertical centering */
.row-flex-center-uniq-cta-1b3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tst-card-uniq-tst-8w4 .swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover {
    background-color: #ff5722 !important;
}

.tst-author-details-uniq-tst-8w4 h5 span {
    text-align: center;
}

/* --- Left Column Content --- */

/* Dark mode badge */
.cta-badge-uniq-cta-1b3 {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    /* Semi-transparent white */
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.cta-wrapper {
    padding: 0px 20px;
    background: radial-gradient(circle at top left, #fdf3ec, transparent 105%), #fef4ee;
    padding-bottom: 80px !important;
    /* background: #f2f0e9; */
}

.cta-badge-uniq-cta-1b3 i {
    color: #ff5722;
    /* Orange icon */
    margin-right: 8px;
}

/* Main Heading */
.cta-title-uniq-cta-1b3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px;
}

/* Description */
.cta-desc-uniq-cta-1b3 {
    font-size: 16px;
    line-height: 1.7;
    color: #cccccc;
    /* Light gray text */
    max-width: 450px;
    margin-bottom: 0;
}

/* --- Right Column: The Big Circle Button --- */

.cta-btn-wrapper-uniq-cta-1b3 {
    display: flex;
    justify-content: flex-end;
    /* Aligns button to the right side */
}

.big-circle-btn-uniq-cta-1b3 {
    width: 220px;
    height: 220px;
    background-color: #ffffff;
    border-radius: 50%;
    /* Makes it a perfect circle */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.big-circle-btn-uniq-cta-1b3:hover {
    transform: scale(1.05);
    /* Slight zoom effect on hover */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* "CONTACT US!" Text inside button */
.btn-text-cta-1b3 {
    font-size: 24px;
    font-weight: 800;
    color: #ff5722;
    /* Orange text */
    line-height: 1;
    text-align: center;
}

/* Arrow icon inside button */
.btn-icon-cta-1b3 {
    font-size: 28px;
    color: #ff5722;
    margin-top: 15px;
    transition: transform 0.3s ease;
}

.big-circle-btn-uniq-cta-1b3:hover .btn-icon-cta-1b3 {
    transform: translate(5px, -5px);
    /* Move arrow up-right on hover */
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .cta-section-uniq-cta-1b3 {
        padding: 80px 0;
        text-align: center;
    }

    .row-flex-center-uniq-cta-1b3 {
        display: block;
        /* Stack columns on smaller screens */
    }

    .cta-desc-uniq-cta-1b3 {
        /* margin: 0 auto 50px auto; */
        /* Center text and add space below */
    }

    .cta-btn-wrapper-uniq-cta-1b3 {
        justify-content: center;
        /* Center button on mobile */
    }

    .cta-title-uniq-cta-1b3 {
        font-size: 36px;
    }

    .big-circle-btn-uniq-cta-1b3 {
        width: 156px;
        /* Slightly smaller button on mobile */
        height: 156px;
    }

    .btn-text-cta-1b3 {
        font-size: 20px;
    }

    .blog-btn-uniq-blg-1a2 {
        font-size: 11px;
    }

    .blog-meta-uniq-blg-1a2 {
        font-size: 10px;

    }

    .blog-content-uniq-blg-1a2 {
        padding: 0px 7px;
    }

    .blog-section-uniq-blg-1a2 .swiper-slide {
        margin-right: 0px;
    }

    .blog-card-uniq-blg-1a2 {
        margin: 0px;
    }

    .ftr-card-uniq-ftr-7y3 {
        display: block;
    }

    .ftr-icon-box-uniq-ftr-7y3 {
        justify-self: center;
        margin-bottom: 10px;
    }
}

/* --- Unique CSS for Info Section --- */

.info-section-uniq-inf-2b9 {
    background-color: #f0efe9;
    /* Beige background */
    padding: 20px 0 80px;
    /* font-family: 'Poppins', sans-serif; */
}

/* Badge above the image */
.info-badge-uniq-inf-2b9 {
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.info-badge-uniq-inf-2b9 i {
    color: #ff5722;
    /* Orange icon */
    margin-right: 8px;
}

/* Left Column Image */
.info-img-uniq-inf-2b9 {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: block;
    height: 400px;
    /* Fixed height to match text box roughly */
    object-fit: cover;
}

/* Right Column White Box */
.info-box-uniq-inf-2b9 {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    height: 100%;
}

/* Text Paragraphs */
.info-text-uniq-inf-2b9 {
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    /* Good readability */
    margin-bottom: 10px;
    text-align: justify;
    /* Clean edges like the image */
}

/* Orange Button */
.info-btn-uniq-inf-2b9 {
    display: inline-flex;
    align-items: center;
    padding: 12px 35px;
    background-color: #ff5722;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-top: 10px;
    border: none;
}

.info-btn-uniq-inf-2b9:hover {
    background-color: #e64a19;
    /* Darker orange on hover */
    color: #ffffff;
}

.info-btn-uniq-inf-2b9 i {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 900;
}

/* Responsive Alignment */
@media (min-width: 992px) {

    /* On desktop, push the white box down slightly to align with image,
       accounting for the badge height on the left */
    .info-box-uniq-inf-2b9 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .info-box-uniq-inf-2b9 {
        margin-top: 30px;
        padding: 30px;
    }

    .info-img-uniq-inf-2b9 {
        height: auto;
        /* Auto height on mobile */
        min-height: 300px;
    }
}

.marquee-wrapper-uniq-mrq-5x9 {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}

.faq-body-content-uniq-faq-9x5 ul {
    list-style-type: disc;
    /* default bullets */
    padding-left: 20px;
    /* indent */
    margin-top: 10px;
}

.faq-body-content-uniq-faq-9x5 li {
    margin-bottom: 8px;
    /* spacing between points */

}

.berlin-business-need-wrapper {
    background-color: #f0efe9;
}

.marquee-swiper {
    width: 100%;
    overflow: hidden;
}

.marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.marquee-swiper .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    flex-shrink: 0;
}

/* 🔥 REAL RESPONSIVE CONTROL */
.marquee-swiper .swiper-slide img {
    height: 60px;
    max-width: 40vw;
    /* <<< THIS fixes mobile overflow */
    width: auto;
    object-fit: contain;
    display: block;
}

/* tablet */
@media (max-width: 1024px) {
    .marquee-swiper .swiper-slide img {
        height: 50px;
        max-width: 45vw;
    }
}

/* mobile */
@media (max-width: 600px) {
    .marquee-swiper .swiper-slide img {
        height: 38px;
        max-width: 60vw;
    }

    .marquee-swiper .swiper-slide {
        padding: 0 14px;
    }
}


/* Customizing Swiper Pagination for Testimonials */
.testimonial-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 0.6;
    margin: 0 5px !important;
}

.testimonial-swiper {
    overflow: hidden;
}

.testimonial-swiper .swiper-pagination-bullet-active {
    background: #ff6b00 !important;
    /* Adjust this to match your exact orange code */
    opacity: 1 !important;
    width: 12px;
    height: 12px;
}

/* Ensure the pagination sits correctly at the bottom right/center */
.testimonial-swiper .swiper-pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    /* Or center, depending on preference */
    padding-right: 10px;
}

.faq-header-uniq-faq-9x5 {
    cursor: pointer;
    user-select: none;
    /* Prevents text highlighting when clicking quickly */
}

/* Wrapper Section */
.foduu-process-wrapper {
    padding: 60px 0;
    background: #fff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.foduu-timeline-container {
    position: relative;
    max-width: 1000px;
    /* Increased width to accommodate larger text */
    margin: 0 auto;
}

.foduu-timeline-row {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}

/* Visual Column */
.foduu-visual-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 35px;
    min-width: 80px;
}

.foduu-icon-box {
    width: 75px;
    /* Slightly larger circle */
    height: 75px;
    border-radius: 50%;
    border: 2px solid #ff5722;
    /* Thicker border */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 2;
    transition: all 0.3s ease;
}

.foduu-icon-box i {
    font-size: 32px;
    /* Larger icon */
    color: #ff5722;
}

/* Hover Effects */
.foduu-timeline-row:hover .foduu-icon-box {
    background-color: #ff5722;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
}

.foduu-timeline-row:hover .foduu-icon-box i {
    color: #fff;
}

.foduu-connector-line {
    width: 2px;
    /* Slightly thicker line */
    background-color: #ddd;
    flex-grow: 1;
    /* margin-top: 10px; */
    margin-bottom: -60px;
}

.foduu-timeline-row:last-child .foduu-connector-line {
    display: none;
}

/* Content Text */
.foduu-content-col {
    padding-top: 5px;
}

.foduu-step-badge {
    font-size: 1rem;
    /* Increased to 16px */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff5722;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.foduu-content-col h3 {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    /* Increased to ~25px */
    font-weight: 700;
    color: #333;
}

.foduu-content-col p {
    margin: 0;
    color: #555;
    font-size: 15px;
    /* ~16.8px (Standard readable size) */
    line-height: 1.7;
}

/* CTA Button */
.foduu-cta-wrapper {
    margin-top: 60px;
    padding-left: 115px;
}

.foduu-btn-primary {
    background-color: #ff5722;
    color: white;
    padding: 16px 40px;
    /* Larger padding */
    font-size: 1.1rem;
    /* Larger button text */
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
    display: inline-block;
}

.foduu-btn-primary:hover {
    background-color: #d84315;
    color: #fff;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .foduu-visual-col {
        margin-right: 20px;
        min-width: 60px;
    }

    .foduu-icon-box {
        width: 60px;
        height: 60px;
    }

    .foduu-icon-box i {
        font-size: 24px;
    }

    .foduu-content-col h3 {
        font-size: 1.4rem;
    }

    .foduu-cta-wrapper {
        padding-left: 0;
        text-align: center;
    }
}

.marquee-swiper .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.marquee-swiper img {
    max-height: 70px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .marquee-swiper img {
        max-height: 45px;
        max-width: 120px;
    }
}

/* ===== Grid ===== */
.fdu-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: start;
}

.btn-primary-foduu {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary-foduu {
    background: #ff3d00;
    color: #fff;
}

.btn-primary-foduu:hover {
    color: #fff;
}

/* ===== Card Base ===== */
.fdu-service-card {
    position: relative;
    padding: 48px 36px;
    background: rgb(242 242 242 / 31%);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06); */
    transition: transform 0.35s ease;
    overflow: hidden;
}

/* Vertical Accent Bar */
.fdu-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 6px;
}

/* Hover Interaction */
.fdu-service-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12); */
}

/* ===== Color Variants ===== */
.fdu-foundation::before {
    background: linear-gradient(180deg, #ff8a00, #ffb347);
}

.fdu-scalable::before {
    background: linear-gradient(180deg, #ff6a00, #ff9f45);
}

.fdu-revenue::before {
    background: linear-gradient(180deg, #ff5400, #ff8c42);
}

.fdu-enterprise::before {
    background: linear-gradient(180deg, #ff3d00, #ff7043);
}

/* ===== Tag ===== */
.fdu-service-tag {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #ff6a00;
}

/* ===== Title ===== */
.fdu-service-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #111;
}

/* ===== Description ===== */
.fdu-service-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .fdu-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .fdu-services-grid {
        grid-template-columns: 1fr;
    }

    .fdu-service-card {
        padding: 36px 28px;
    }
}

.fdu-service-desc {
    overflow: hidden;
    max-height: 166px;
    transition: max-height 0.4s ease;
}

.fdu-read-toggle {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #ff5722;
    cursor: pointer;
    user-select: none;
}

.portfolio-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.portfolio-col {
    width: 100%;
}

.portfolio-col .tab-image {
    margin-top: 0px !important;
}

.tab-image {
    text-align: center;

}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.portfolio-btn {
    margin-top: 12px;
}

.portfolio-btn a {
    display: inline-block;
    padding: 10px 18px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
}

/* Tablet */
@media (max-width: 992px) {
    .portfolio-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .portfolio-row {
        grid-template-columns: 1fr;
    }
}

.counter-section {
    padding: 60px 20px;
    background: #f0efe9;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.counter-box {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-6px);
}

.counter-icon {
    font-size: 42px;
    color: #ff6a00;
    margin-bottom: 12px;
}

.counter-box h2 {
    font-size: 40px;
    margin: 0 0 8px;
    color: #000;
}

.counter-box p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

/* Tablet */
@media (max-width: 992px) {
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .counter-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Berlin Portfolio Section (Adapted from Home) --- */
.berlin-featured-projects {
    padding: 80px 0;
    position: relative;
    background: radial-gradient(circle at top left, #fdf3ec, transparent 105%), #fef4ee;
}

/* The Grid Parent - Crucial for the sticky behavior */
.berlin-featured-projects .berlin-project-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

/* --- Left Column (Sticky) --- */
.berlin-project-sticky-col {
    position: sticky;
    top: 120px;
    height: fit-content;
}

/* --- Right Column (Scrolling) --- */
.berlin-project-list-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Project Card Styling */
.berlin-project-details h3 {
    text-align: center;
}

.berlin-project-img-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #eeebe5;
    padding: 10px;
}

.berlin-project-img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 20px;
}

/* Optional: Subtle hover effect for images */
.berlin-project-card:hover .berlin-project-img-box img {
    transform: scale(1.03);
}

/* --- Responsive Design --- */
@media (max-width: 960px) {
    .berlin-featured-projects .berlin-project-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .berlin-project-sticky-col {
        position: static;
        margin-bottom: 40px;
    }
}

/* --- Berlin Unique CTA Section --- */
.berlin-cta-section {
    background-image: url('../../../../themes/default/frontend_assets/businessautomation/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    border-radius: 15px;
    margin-bottom: 50px;
}

.berlin-cta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.berlin-cta-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.berlin-business-need-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: left;
}

.foduu-cta-wrapperrrrrrrrrrrr {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.berlin-cta-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #cccccc;
    /* max-width: 450px; */
    margin-bottom: 0;
    text-align: center;
}

.business-need-box img {
    width: 105px;
    margin-inline: auto;
}

.row.barline-need-card {
    display: flex;
    justify-content: center;
}

.business-need-box {
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 35px;
    border: 1px solid;
    display: flex;
    min-height: 225px !important;
    /* justify-content: center; */
    flex-direction: column;
}

.berlin-business-need-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #cccccc;
    /* max-width: 450px; */
    margin-bottom: 0;
    text-align: justify;
}


.berlin-cta-btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.berlin-cta-btn {
    width: 220px;
    height: 220px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.berlin-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.berlin-cta-btn span {
    font-size: 24px;
    font-weight: 800;
    color: #ff5722;
    line-height: 1;
    text-align: center;
}

.berlin-cta-btn i {
    font-size: 28px;
    color: #ff5722;
    margin-top: 15px;
    transition: transform 0.3s ease;
}

.berlin-cta-btn:hover i {
    transform: translate(5px, -5px);
}

@media (max-width: 991px) {
    .berlin-cta-section {
        padding: 50px 0;
        text-align: center;
    }

    .berlin-cta-row {
        display: block;
    }

    .berlin-cta-btn-wrapper {
        justify-content: center;
        margin-top: 30px;
    }

    .berlin-cta-desc {
        margin: 0 auto;
    }
}

/* --- Read More / Read Less Styles --- */
.read-more-btn,
.read-less-btn {
    color: #ff5722;
    cursor: pointer;
    font-weight: 600;
    margin-left: 5px;
}

.read-more-btn:hover,
.read-less-btn:hover {
    text-decoration: underline;
}


/* --- Berlin Pricing Section --- */
.berlin-pricing-section {
    padding: 80px 0;
    padding-top: 0px !important;
}

.berlin-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.berlin-pricing-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    position: relative;
}

.berlin-pricing-card:hover {
    border-color: #f04d0c;
    transform: translateY(-4px);
}

.berlin-pricing-card.featured {
    border-color: #ff3d00;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.12);
}

.berlin-featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff3d00;
    color: #fff;
    padding: 6px 18px;
    font-size: 12px;
    border-radius: 20px;
}

.berlin-plan-name {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-top: 0;
}

.berlin-plan-price {
    font-size: 42px;
    font-weight: 700;
    margin: 18px 0 6px;
    color: #ff3d00;
}

.berlin-plan-desc {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 26px;
}

.berlin-features {
    list-style: none;
    text-align: left;
    margin-bottom: 35px;
    padding: 0;
}

.berlin-features li {
    position: relative;
    padding: 7px 0;
    padding-left: 28px;
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: center;
}

/* Check icon */
.berlin-features li.included::before {
    content: "✔";
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #22c55e;
    top: 50%;
    transform: translateY(-50%);
}

/* Cross icon */
.berlin-features li.excluded::before {
    content: "✖";
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #ef4444;
    top: 50%;
    transform: translateY(-50%);
}

.berlin-btn-outline {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #d1d5db;
    color: #374151;
    background: #fff;
}

.berlin-btn-outline:hover {
    border-color: #ff3d00;
    color: #ff3d00;
}
.btn-custom-uniq:hover{
    color:#fff !important;
}

/*.btn:hover {*/
/*    color: #fff !important;*/
/*}*/

@media (max-width: 480px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .display-none-in-mobile {
        display: none;
    }

    .svc-title-uniq-svc-2m4,
    .about-title-uniq-abt-6z2,
    .ftr-title-uniq-ftr-7y3,
    .berlin-cta-title,
    .tst-title-uniq-tst-8w4,
    .fdu-service-title,
    .cta-title-uniq-cta-1b3,
    .blog-title-uniq-blg-1a2,
    .faq-heading-uniq-faq-9x5 {
        font-size: 21px !important;
    }

    .faq-question-uniq-faq-9x5 {
        font-size: 16px !important;
    }

    .cards-grid-uniq-crd-3n5 {
        padding-bottom: 20px;
    }
}



/* Container styling */
.cta-btn-wrapper-uniq-cta-1b3 {
    background-color: rgba(255, 255, 255, 0.1);
    ;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;

    border: 1px solid rgba(255, 255, 255, 0.18);
}

.flabel {
    display: block;
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px !important;
}



/* Label styling */
.flabel {
    display: block;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}




.sm-form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Textarea specific styling */
textarea.sm-form-control {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

/* Select dropdown styling */
select.sm-form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

select.sm-form-control option {
    background: radial-gradient(circle at top left, #fdf3ec, transparent 105%), #fef4ee;
    color: #555;
}

/* Error message styling */
.help-block.error {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-left: 5px;
    display: block;
}

/* Alert messages */
.alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.alert-success {
    background: rgba(76, 175, 80, 0.2);
    color: #ffffff;
    border-color: rgba(76, 175, 80, 0.4);
}

.alert-danger {
    background: rgba(244, 67, 54, 0.2);
    color: #ffffff;
    border-color: rgba(244, 67, 54, 0.4);
}

/* Submit button styling */
.contactbtn {
    background: #ff3d00 I !important;

    color: #ffffff;
    padding: 14px 40px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;

    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.contactbtn:hover {
    transform: translateY(-3px);


}

.contactbtn:active {
    transform: translateY(-1px);
}

/* reCAPTCHA container */
.g-recaptcha {
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .cta-btn-wrapper-uniq-cta-1b3 {
        padding: 25px 20px;
    }

    .sm-form-control {
        padding: 12px 15px;
        font-size: 14px;
    }

    .contactbtn {
        width: 100%;
        padding: 14px 20px;
    }
}

/* Additional modern touches */
.sm-form-control:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Autofill styling */
.sm-form-control:-webkit-autofill,
.sm-form-control:-webkit-autofill:hover,
.sm-form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.15) inset;
    transition: background-color 5000s ease-in-out 0s;
}

button.button.button-3d.nomargin.sendbtn.contactbtn {
    background: #ff3d00;
}

/* Loading state for form */
.form-process {
    display: none;
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.sm-form-control {
    display: block;
    background-color: transparent !important;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #fff !important;

    border: 1px solid #555 !important;
    /* white border */
    border-radius: 4px !important;

    background-image: none;

    transition: border-color ease-in-out .15s;
}

textarea.sm-form-control {
    resize: vertical;
    min-height: 95px !important;
    font-family: inherit;
}

.form-process.active {
    display: block;
}

.berlin-business-needsection {
    background-image: url(../../../../themes/default/frontend_assets/businessautomation/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #ffffff;
    /* background-color: red; */
    position: relative;
    border-radius: 15px;
    /* padding: 0 20px; */
    margin: 0 20px;
    /* margin-bottom: 50px; */
}