/* Custom refinements for Betly Technologies */

/* Ensure sub-header background displays properly */
.sub-header {
    background-position: center center;
    background-image: url('/wp-content/uploads/2023/03/white-wooden-wall-background-scaled.jpg');
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.sub-header-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sub-header .container {
    position: relative;
    z-index: 2;
}
.sub-header-title {
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    color: #efefef !important;
    font-family: 'Dosis', sans-serif;
}
.breadcrumbs a:hover {
    color: #F1CC54 !important;
}

/* ==========================================================================
   SIDE MENU DRAWER & OVERLAY
   ========================================================================== */
.side_menu_icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    color: #1a1a1a !important;
    font-size: 24px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    border-radius: 6px !important;
    margin-left: 14px !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    background: transparent !important;
}
.side_menu_icon i {
    font-size: 26px !important;
    line-height: 1 !important;
    color: #1a1a1a !important;
    transition: color 0.25s ease !important;
    display: inline-block !important;
}
.side_menu_icon:hover,
.side_menu_icon:focus {
    color: #841621 !important;
    background-color: rgba(132, 22, 33, 0.08) !important;
}
.side_menu_icon:hover i,
.side_menu_icon:focus i {
    color: #841621 !important;
}

/* Side Menu Overlay */
#side-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    z-index: 999998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.35s ease, visibility 0.35s ease !important;
}
#side-menu-overlay.open,
#side-menu-overlay.show {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Side Menu Drawer Container */
#side-menu-wrapper,
#side-menu-wrapper.side-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 340px !important;
    max-width: 88vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background-color: #18181c !important;
    color: #e5e5e5 !important;
    z-index: 999999 !important;
    margin: 0 !important;
    margin-right: 0 !important;
    padding: 35px 28px 40px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: -8px 0 35px rgba(0, 0, 0, 0.55) !important;
}

#side-menu-wrapper.open,
#side-menu-wrapper.show {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    right: 0 !important;
}

body.side-menu-open {
    overflow: hidden !important;
}

/* Close Button */
#side-menu-wrapper .s-menu-icon-close,
.s-menu-icon-close {
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    z-index: 10 !important;
}
#side-menu-wrapper .s-menu-icon-close:hover,
.s-menu-icon-close:hover {
    color: #ffffff !important;
    background-color: #841621 !important;
    transform: rotate(90deg) !important;
}

/* Side Menu Widgets & Content */
#side-menu-wrapper .side_menu_widget {
    padding-top: 25px !important;
}
#side-menu-wrapper .widget {
    margin-bottom: 30px !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
#side-menu-wrapper .widget-title {
    color: #ffffff !important;
    font-size: 19px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #841621 !important;
    position: relative !important;
}
#side-menu-wrapper .textwidget p {
    color: #b0b0b8 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-style: italic !important;
    margin-bottom: 12px !important;
}
#side-menu-wrapper ul.menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#side-menu-wrapper ul.menu li {
    padding: 0 !important;
    margin-bottom: 6px !important;
    border: none !important;
}
#side-menu-wrapper ul.menu li a {
    display: block !important;
    color: #d1d1d6 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 7px 12px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}
#side-menu-wrapper ul.menu li a:hover,
#side-menu-wrapper ul.menu li.current-menu-item > a {
    color: #ffffff !important;
    background-color: rgba(132, 22, 33, 0.45) !important;
    padding-left: 16px !important;
}
#side-menu-wrapper ul.menu li ul.sub-menu {
    padding-left: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 8px !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
}
#side-menu-wrapper ul.menu li ul.sub-menu li a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9e9ea6 !important;
    padding: 4px 10px !important;
}
#side-menu-wrapper ul.menu li ul.sub-menu li a:hover {
    color: #ffffff !important;
    background-color: rgba(132, 22, 33, 0.3) !important;
    padding-left: 14px !important;
}
.drawer-contact-info p {
    font-size: 14px !important;
    color: #b0b0b8 !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
}
.drawer-contact-info p i {
    color: #841621 !important;
    font-size: 16px !important;
}
.drawer-quote-btn .tx-menu-btn {
    background-color: #841621 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    transition: background-color 0.25s ease !important;
}
.drawer-quote-btn .tx-menu-btn:hover {
    background-color: #a31c2a !important;
}

/* Sticky header */
.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.95) !important;
    animation: slideDown 0.3s ease-in-out;
}
.home .sticky-header {
    background-color: rgba(0,0,0,0.85) !important;
}
.home .sticky-header .main-menu > li > a {
    color: #fff !important;
}
.home .sticky-header .side_menu_icon {
    color: #841621 !important;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* Infinite Marquee Image Slider */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.marquee-content {
    display: inline-flex;
    animation: marquee 25s linear infinite;
}
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
.marquee-item {
    flex-shrink: 0;
    margin: 0 15px;
}
.marquee-item img {
    height: 120px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s, transform 0.3s;
}
.marquee-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Home header floating over hero */
.home #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}
.home #top_head {
    background: transparent;
}
.home .main-header {
    background: transparent;
    padding-top: 10px;
}
.home .main-header .container {
    background-color: rgba(255, 255, 255, 0.73);
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Home space-blank full width */
.home .container.space-blank,
.home .space-blank {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hero Slider */
.hero-slider-container {
    position: relative;
    width: 100%;
    height: 850px;
    max-height: 95vh;
    min-height: 520px;
    overflow: hidden;
    background-color: #0b0b0b;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 1;
}
.hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
    display: block !important;
}
.hero-slide-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}
.hero-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    transition: background 0.3s, transform 0.2s;
    user-select: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-slider-arrow:hover {
    background: #841621;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}
.hero-slider-arrow.left { left: 20px; }
.hero-slider-arrow.right { right: 20px; }

/* Testimonials Carousel */
.testimonials-slider {
    position: relative;
    overflow: hidden;
}
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin: 15px;
}

/* Contact form alert */
.alert-success-custom {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Back to top button */
.back_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #841621;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, background 0.3s;
}
.back_top.show {
    opacity: 1;
    visibility: visible;
}
.back_top:hover {
    background: #000;
}

/* Ensure Elementor animated elements are visible */
.elementor-invisible {
    visibility: visible !important;
}

/* Ensure smooth image rendering */
.elementor img {
    max-width: 100%;
    height: auto;
}

/* Fix navbar layout and padding */
.menubar.site-nav-inner {
    display: flex;
    align-items: center;
}
.tx-mega-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx-mega-menu > li {
    position: relative;
}
.tx-mega-menu > li > a {
    display: block;
    text-decoration: none;
}
.tx-mega-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: none;
    z-index: 999;
}
.tx-mega-menu > li:hover > .sub-menu,
.tx-mega-menu > li:focus-within > .sub-menu {
    display: block;
}
.tx-mega-menu .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    transition: all 0.2s;
}
.tx-mega-menu .sub-menu li a:hover {
    color: #841621;
    padding-left: 25px;
    background: #f8f9fa;
}

/* Mobile menu display toggle */
.tx-mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #222;
    padding: 20px;
    z-index: 9999;
}
.tx-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tx-mobile-menu ul li {
    margin-bottom: 10px;
}
.tx-mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    display: block;
}
.tx-mobile-menu .sub-menu {
    display: none;
    padding-left: 15px;
    margin-top: 5px;
}
.mobile-nav-toggle {
    background: none;
    border: none;
    font-size: 28px;
    color: #841621;
    cursor: pointer;
    padding: 5px;
}

/* Fix background stretch */
.elementor-section.elementor-section-stretched {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* ==========================================================================
   Section 2: Features Gradient Bar (.elementor-element-70d03e52)
   ========================================================================== */
.elementor-element.elementor-element-70d03e52 {
    position: relative !important;
    z-index: 10 !important;
    background: linear-gradient(180deg, #F8F7F7 0%, #FBFCFF 100%) !important;
    padding: 28px 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #ECECEC !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
}

.elementor-element.elementor-element-70d03e52 .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
}

/* Hide empty spacer columns */
.elementor-element.elementor-element-70d03e52 .elementor-column.elementor-element-fae5ad6,
.elementor-element.elementor-element-70d03e52 .elementor-column.elementor-element-22130819 {
    display: none !important;
}

/* Active 3 feature columns */
.elementor-element.elementor-element-70d03e52 .elementor-column.elementor-col-20 {
    display: flex !important;
    align-items: center !important;
    padding: 6px 20px !important;
    transition: transform 0.3s ease;
}

.elementor-element.elementor-element-70d03e52 .elementor-column.elementor-element-2fb59897 {
    flex: 1.25 1 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.elementor-element.elementor-element-70d03e52 .elementor-column.elementor-element-423bed49 {
    flex: 1 1 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
    justify-content: center !important;
}

.elementor-element.elementor-element-70d03e52 .elementor-column.elementor-element-7d5bf453 {
    flex: 1.05 1 0 !important;
    border-right: none !important;
    justify-content: flex-end !important;
}

.elementor-element.elementor-element-70d03e52 .elementor-widget-wrap {
    width: 100% !important;
}

/* Feature Box Inner */
.elementor-element.elementor-element-70d03e52 .tx-icon-box-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.elementor-element.elementor-element-70d03e52 .tx-icon-box-wrap:hover {
    background: rgba(255, 255, 255, 0.75) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}

/* Icon Styling */
.elementor-element.elementor-element-70d03e52 .tx-icon-box-icon {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
}

.elementor-element.elementor-element-70d03e52 .tx-icon-box-icon i {
    font-size: 32px !important;
    color: #0a0404 !important;
    line-height: 1 !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

.elementor-element.elementor-element-70d03e52 .tx-icon-box-wrap:hover .tx-icon-box-icon i {
    color: #841621 !important;
    transform: scale(1.12);
}

/* Text & Title Styling */
.elementor-element.elementor-element-70d03e52 .tx-icon-box-content-wrap {
    flex-grow: 1 !important;
}

.elementor-element.elementor-element-70d03e52 .tx-icon-box-title {
    font-family: 'Arbutus Slab', 'Roboto Slab', serif !important;
    font-weight: 500 !important;
    font-size: 19.5px !important;
    color: #0a0404 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.2px !important;
    transition: color 0.3s ease !important;
}

.elementor-element.elementor-element-70d03e52 .tx-icon-box-wrap:hover .tx-icon-box-title {
    color: #841621 !important;
}

.elementor-element.elementor-element-70d03e52 .tx-icon-box-desc {
    display: none !important;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 991px) {
    .elementor-element.elementor-element-70d03e52 {
        padding: 20px 0 !important;
    }
    .elementor-element.elementor-element-70d03e52 .elementor-container {
        flex-direction: column !important;
        gap: 12px !important;
        padding: 0 20px !important;
    }
    .elementor-element.elementor-element-70d03e52 .elementor-column.elementor-col-20 {
        width: 100% !important;
        flex: 1 1 100% !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
        padding: 10px 8px !important;
        justify-content: flex-start !important;
    }
    .elementor-element.elementor-element-70d03e52 .elementor-column.elementor-element-7d5bf453 {
        border-bottom: none !important;
    }
    .elementor-element.elementor-element-70d03e52 .tx-icon-box-title {
        font-size: 18px !important;
    }
}

/* ==========================================================================
   Section 3: Infinite Marquee Image Slider (.tx-image-slide-wrap)
   ========================================================================== */
@keyframes marqueeScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.elementor-element.elementor-element-8032422 {
    background: #ffffff !important;
    padding: 20px 0 !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    overflow: hidden !important;
}
.elementor-element.elementor-element-8032422 .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.tx-image-slide-wrap {
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    padding: 10px 0 !important;
    background: #ffffff !important;
    white-space: nowrap !important;
    visibility: visible !important;
}

.tx-marquee-track {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    animation: marqueeScroll 32s linear infinite !important;
    will-change: transform;
}

.tx-marquee-track:hover {
    animation-play-state: paused !important;
}

.tx-image-slide-container {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 22px !important;
    position: relative !important;
}

.tx-image-slide-container img {
    height: 110px !important;
    max-height: 115px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    transition: transform 0.3s ease, filter 0.3s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.tx-image-slide-container img:hover {
    transform: scale(1.06);
}

/* Ensure all Elementor widgets with entrance animation classes remain fully visible */
.elementor-invisible {
    visibility: visible !important;
    opacity: 1 !important;
}

/* ==========================================================================
   Section 4: Divider with Tool Box Icon (.elementor-element-704ef28)
   ========================================================================== */
.elementor-element.elementor-element-704ef28 {
    padding: 30px 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.elementor-element.elementor-element-f199de7 .elementor-divider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 220px !important;
    margin: 0 auto !important;
}

.elementor-element.elementor-element-f199de7 .elementor-divider-separator {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.elementor-element.elementor-element-f199de7 .elementor-divider-separator::before,
.elementor-element.elementor-element-f199de7 .elementor-divider-separator::after {
    content: "" !important;
    flex: 1 !important;
    border-top: 4px double #841621 !important;
}

.elementor-element.elementor-element-f199de7 .elementor-icon {
    padding: 0 15px !important;
    color: #841621 !important;
    font-size: 20px !important;
}

/* ==========================================================================
   Section 5: Know us at Betly (.elementor-element-6d30bb25)
   ========================================================================== */
.elementor-element.elementor-element-6d30bb25 {
    position: relative !important;
    padding: 35px 0 50px 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
}

.elementor-element.elementor-element-6d30bb25 > .elementor-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Inner Banner with Workshop Machine Background */
.elementor-element.elementor-element-5d093432 {
    position: relative !important;
    background-image: url('/wp-content/uploads/2023/03/1637691210557.jpg') !important;
    background-position: center right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    margin: 0 !important;
}

.elementor-element.elementor-element-5d093432 > .elementor-background-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 52%, rgba(255, 255, 255, 0.35) 100%) !important;
    z-index: 1 !important;
}

.elementor-element.elementor-element-5d093432 > .elementor-container {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 50px 45px !important;
    gap: 30px !important;
}

/* Left Content Column */
.elementor-element.elementor-element-6e4e1324 {
    flex: 1 1 62% !important;
    max-width: 680px !important;
}

.elementor-element.elementor-element-46806b63 .tx-hd-sub {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #841621 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.elementor-element.elementor-element-46806b63 .tx-hd-first-part {
    font-family: 'Arbutus Slab', 'Roboto Slab', serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.2 !important;
    margin: 0 0 20px 0 !important;
    display: inline-block !important;
    position: relative !important;
}

.elementor-element.elementor-element-46806b63 .tx-hd-desc p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #3f3f3f !important;
    margin-bottom: 14px !important;
}

/* LEARN MORE Button */
.elementor-element.elementor-element-34460e95 {
    margin-top: 25px !important;
}

.elementor-element.elementor-element-34460e95 .tx-btn-wrap.style-1 a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #841621 !important;
    border: 2px solid #841621 !important;
    padding: 12px 34px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 2px 8px rgba(132, 22, 33, 0.1) !important;
}

.elementor-element.elementor-element-34460e95 .tx-btn-wrap.style-1 a:hover {
    background: #841621 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(132, 22, 33, 0.3) !important;
}

/* Right Column: 13+ Badge */
.elementor-element.elementor-element-3f92681 {
    flex: 0 0 280px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-element.elementor-element-317bc5fc {
    width: 100% !important;
}

.elementor-element.elementor-element-317bc5fc > .elementor-widget-container {
    background: linear-gradient(135deg, #841621 0%, #681019 100%) !important;
    border: 8px double #FFFFFF !important;
    padding: 35px 25px !important;
    border-radius: 8px !important;
    text-align: center !important;
    box-shadow: 0 16px 36px rgba(104, 16, 25, 0.4) !important;
    transform: rotate(-1.5deg) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.elementor-element.elementor-element-317bc5fc > .elementor-widget-container:hover {
    transform: rotate(0deg) scale(1.04) !important;
    box-shadow: 0 20px 45px rgba(104, 16, 25, 0.5) !important;
}

.elementor-element.elementor-element-317bc5fc .tx-hd-first-part {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 80px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    display: block !important;
    margin-bottom: 6px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.elementor-element.elementor-element-317bc5fc .tx-hd-desc p {
    font-family: 'Dosis', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
}

/* Tablet & Mobile Responsiveness for Know us section */
@media (max-width: 991px) {
    .elementor-element.elementor-element-5d093432 {
        background-position: center center !important;
    }
    .elementor-element.elementor-element-5d093432 > .elementor-background-overlay {
        background: rgba(255, 255, 255, 0.94) !important;
    }
    .elementor-element.elementor-element-5d093432 > .elementor-container {
        flex-direction: column !important;
        padding: 35px 25px !important;
        gap: 30px !important;
    }
    .elementor-element.elementor-element-6e4e1324 {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .elementor-element.elementor-element-46806b63 .tx-hd-first-part {
        font-size: 32px !important;
    }
    .elementor-element.elementor-element-3f92681 {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 280px !important;
    }
}

/* ==========================================================================
   Section 6: Our Customers speak for us (.elementor-element-ef4247d)
   ========================================================================== */
.elementor-element.elementor-element-ef4247d {
    position: relative !important;
    background-color: #841621 !important;
    background-image: url('/wp-content/uploads/2020/11/testimonial-mechanic.jpg') !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    padding: 90px 0 85px 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
}

.elementor-element.elementor-element-ef4247d .elementor-background-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url('/wp-content/uploads/2020/11/dotted.png') !important;
    background-position: center center !important;
    background-color: rgba(132, 22, 33, 0.88) !important;
    opacity: 0.88 !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.elementor-element.elementor-element-ef4247d > .elementor-container {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
    gap: 50px !important;
}

/* Left Column: Heading & Counters */
.elementor-element.elementor-element-f25d204 {
    flex: 1 1 54% !important;
    max-width: 650px !important;
}

.elementor-element.elementor-element-a8d005b .tx-hd-wrap {
    position: relative !important;
    width: 100% !important;
}

.elementor-element.elementor-element-a8d005b .tx-hd-wm {
    position: absolute !important;
    top: -24px !important;
    left: 0 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 64px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.08) !important;
    letter-spacing: 2.5px !important;
    line-height: 1 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    user-select: none !important;
}

.elementor-element.elementor-element-a8d005b .tx-hd-sub {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #ff9ea7 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

.elementor-element.elementor-element-a8d005b .tx-hd-title {
    position: relative !important;
    z-index: 1 !important;
    margin: 0 0 16px 0 !important;
}

.elementor-element.elementor-element-a8d005b .tx-hd-first-part {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    display: block !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35) !important;
}

.elementor-element.elementor-element-a8d005b .tx-hd-desc p {
    font-family: 'Dosis', 'Roboto', sans-serif !important;
    font-size: 16.5px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    margin-bottom: 28px !important;
}

/* Inner Counters Row */
.elementor-element.elementor-element-cb68272 {
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-top: 28px !important;
    margin-top: 10px !important;
}

.elementor-element.elementor-element-cb68272 > .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
}

.elementor-element.elementor-element-cb68272 .elementor-inner-column {
    flex: 1 1 33.33% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 10px !important;
}

.elementor-element.elementor-element-cb68272 .elementor-element-ed20c68 {
    border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.elementor-element.elementor-element-cb68272 .elementor-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 0 auto 12px auto !important;
    transition: transform 0.3s ease, background 0.3s ease !important;
}

.elementor-element.elementor-element-cb68272 .elementor-inner-column:hover .elementor-icon {
    transform: translateY(-2px) scale(1.08) !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.elementor-element.elementor-element-cb68272 .elementor-counter-number-wrapper {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.elementor-element.elementor-element-cb68272 .elementor-counter-title {
    font-family: 'Dosis', sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin: 0 !important;
}

/* Right Column: Testimonial Card */
.elementor-element.elementor-element-bffbf2e {
    flex: 1 1 46% !important;
    max-width: 530px !important;
}

.elementor-element.elementor-element-de358f7 .tx-testimonial-wrap {
    background: rgba(0, 0, 0, 0.16) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 16px !important;
    padding: 42px 36px 32px 36px !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22) !important;
    position: relative !important;
    text-align: center !important;
}

.elementor-element.elementor-element-de358f7 .tx-testimonial {
    min-height: 210px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-de358f7 .tx-testimonial-quote {
    font-size: 44px !important;
    color: rgba(255, 255, 255, 0.45) !important;
    margin-bottom: 14px !important;
    line-height: 1 !important;
    text-align: center !important;
}

.elementor-element.elementor-element-de358f7 .tx-testimonial-details p {
    font-family: 'Dosis', 'Roboto', sans-serif !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    font-style: italic !important;
    margin: 0 auto 20px auto !important;
    max-width: 450px !important;
    text-align: center !important;
}

.elementor-element.elementor-element-de358f7 .tx-testimonial-star {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
    color: #ffb400 !important;
    font-size: 18px !important;
}

.elementor-element.elementor-element-de358f7 .tx-testimonial-name {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    text-align: center !important;
}

/* Owl Carousel Nav Buttons */
.elementor-element.elementor-element-de358f7 .owl-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 20px !important;
}

.elementor-element.elementor-element-de358f7 .owl-nav button.owl-prev,
.elementor-element.elementor-element-de358f7 .owl-nav button.owl-next {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

.elementor-element.elementor-element-de358f7 .owl-nav button.owl-prev:hover,
.elementor-element.elementor-element-de358f7 .owl-nav button.owl-next:hover {
    background: #ffffff !important;
    color: #841621 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Owl Carousel Dots */
.elementor-element.elementor-element-de358f7 .owl-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 12px !important;
}

.elementor-element.elementor-element-de358f7 .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

.elementor-element.elementor-element-de358f7 .owl-dot.active span {
    width: 22px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
}

/* Responsive adjustments for Section 6 */
@media (max-width: 991px) {
    .elementor-element.elementor-element-ef4247d > .elementor-container {
        flex-direction: column !important;
        gap: 45px !important;
        padding: 0 20px !important;
    }
    .elementor-element.elementor-element-f25d204,
    .elementor-element.elementor-element-bffbf2e {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    .elementor-element.elementor-element-cb68272 > .elementor-container {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .elementor-element.elementor-element-cb68272 .elementor-element-ed20c68 {
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding: 15px 0 !important;
    }
}

/* ==========================================================================
   Section 7: Divider with Car Icon (.elementor-element-dbcd908)
   ========================================================================== */
.elementor-element.elementor-element-dbcd908 {
    padding: 30px 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.elementor-element.elementor-element-11496d7 .elementor-divider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 220px !important;
    margin: 0 auto !important;
}

.elementor-element.elementor-element-11496d7 .elementor-divider-separator {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.elementor-element.elementor-element-11496d7 .elementor-divider-separator::before,
.elementor-element.elementor-element-11496d7 .elementor-divider-separator::after {
    content: "" !important;
    flex: 1 !important;
    border-top: 4px double #841621 !important;
}

.elementor-element.elementor-element-11496d7 .elementor-icon {
    padding: 0 15px !important;
    color: #841621 !important;
    font-size: 20px !important;
}

/* Tablet & Mobile Responsiveness for Our Customers section */
@media (max-width: 991px) {
    .elementor-element.elementor-element-ef4247d {
        padding: 50px 0 !important;
    }
    .elementor-element.elementor-element-ef4247d > .elementor-container {
        flex-direction: column !important;
        padding: 0 20px !important;
        gap: 40px !important;
    }
    .elementor-element.elementor-element-f25d204 {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .elementor-element.elementor-element-bffbf2e {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .elementor-element.elementor-element-a8d005b .tx-hd-first-part {
        font-size: 34px !important;
    }
    .elementor-element.elementor-element-cb68272 > .elementor-container {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .elementor-element.elementor-element-cb68272 .elementor-inner-column {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding-bottom: 15px !important;
        width: 100% !important;
    }
    .elementor-element.elementor-element-cb68272 .elementor-inner-column:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   Section: Our Services in a Nutshell & Contact Card (.nutshell-section-wrapper)
   ========================================================================== */
.nutshell-section-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fa 100%);
    padding: 80px 0 100px 0;
    position: relative;
    border-top: 1px solid #edf0f5;
}

.nutshell-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.nutshell-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
}

.nutshell-content-col {
    flex: 1 1 56%;
    min-width: 320px;
}

.nutshell-form-col {
    flex: 1 1 38%;
    min-width: 320px;
}

/* Section Header */
.nutshell-heading-wrap {
    margin-bottom: 30px;
}

.nutshell-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #841621;
    background: rgba(132, 22, 33, 0.08);
    border-left: 3px solid #841621;
    padding: 6px 14px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 14px;
}

.nutshell-title {
    font-family: 'Arbutus Slab', serif !important;
    font-size: 38px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    line-height: 1.25 !important;
    margin: 0 0 14px 0 !important;
}

.nutshell-accent {
    color: #841621;
    position: relative;
}

.nutshell-divider-line {
    width: 60px;
    height: 3px;
    background: #841621;
    margin-bottom: 18px;
    border-radius: 2px;
}

.nutshell-description {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
    margin: 0;
}

/* 4 Services Grid */
.nutshell-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.nutshell-service-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    padding: 24px 22px 20px;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.nutshell-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #841621;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nutshell-service-card:hover {
    transform: translateY(-5px);
    border-color: #841621;
    box-shadow: 0 16px 32px rgba(132, 22, 33, 0.12);
}

.nutshell-service-card:hover::before {
    opacity: 1;
}

.nutshell-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.nutshell-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(132, 22, 33, 0.07);
    color: #841621;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    transition: all 0.3s ease;
}

.nutshell-service-card:hover .nutshell-icon-box {
    background: #841621;
    color: #ffffff;
    transform: rotate(6deg) scale(1.05);
}

.nutshell-card-badge {
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #d1d7df;
    letter-spacing: 1px;
}

.nutshell-card-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0 !important;
    transition: color 0.3s ease;
}

.nutshell-service-card:hover .nutshell-card-title {
    color: #841621 !important;
}

.nutshell-card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.nutshell-card-footer {
    display: flex;
    align-items: center;
    border-top: 1px dashed #edf0f4;
    padding-top: 12px;
}

.nutshell-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #841621;
    transition: gap 0.3s ease;
}

.nutshell-service-card:hover .nutshell-learn-more {
    gap: 12px;
}

/* Contact Us Card */
.nutshell-contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 38px 32px 34px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid #edf0f5;
    position: relative;
}

.nutshell-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #841621 0%, #b22234 100%);
    border-radius: 16px 16px 0 0;
}

.nutshell-form-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #841621;
    margin-bottom: 8px;
}

.nutshell-form-title {
    font-family: 'Arbutus Slab', serif !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin: 0 0 8px 0 !important;
}

.nutshell-form-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #777777;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

.nutshell-field {
    margin-bottom: 18px;
}

.nutshell-label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.nutshell-label .req {
    color: #841621;
}

.nutshell-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.nutshell-field-icon {
    position: absolute;
    left: 16px;
    color: #9aa0a6;
    font-size: 14px;
    pointer-events: none;
    transition: color 0.3s;
    z-index: 2;
}

.nutshell-control {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2d3748;
    background: #fafbfc;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.nutshell-control:focus {
    background: #ffffff;
    border-color: #841621;
    box-shadow: 0 0 0 3px rgba(132, 22, 33, 0.12);
    outline: none;
}

.nutshell-input-group:focus-within .nutshell-field-icon {
    color: #841621;
}

.nutshell-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23841621' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
}

.nutshell-btn-submit {
    width: 100%;
    height: 52px;
    background: #841621;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(132, 22, 33, 0.25);
}

.nutshell-btn-submit:hover {
    background: #681019;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(132, 22, 33, 0.35);
}

.nutshell-alert-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Responsive queries */
@media (max-width: 991px) {
    .nutshell-section-wrapper {
        padding: 60px 0 75px 0;
    }
    .nutshell-grid {
        flex-direction: column;
        gap: 40px;
    }
    .nutshell-content-col,
    .nutshell-form-col {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .nutshell-title {
        font-size: 32px !important;
    }
}

@media (max-width: 640px) {
    .nutshell-cards-grid {
        grid-template-columns: 1fr;
    }
    .nutshell-contact-card {
        padding: 28px 20px 24px;
    }
}

/* ==========================================================================
   Sub-Header Banner (Global for all subpages)
   ========================================================================== */
.sub-header {
    background-position: center center !important;
    background-image: url('/wp-content/uploads/2023/03/white-wooden-wall-background-scaled.jpg') !important;
    background-size: cover !important;
    position: relative !important;
    padding: 75px 0 70px 0 !important;
    text-align: center !important;
}

.sub-header-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(18, 20, 24, 0.72) !important;
}

.sub-header .container {
    position: relative !important;
    z-index: 2 !important;
}

.sub-header-title {
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
}

.breadcrumbs {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.breadcrumbs a:hover {
    color: #ffffff !important;
}

.breadcrumbs__separator {
    margin: 0 10px !important;
    color: #841621 !important;
    font-weight: 700 !important;
}

.breadcrumbs__current {
    color: #841621 !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   About Page Complete UI System
   ========================================================================== */
.about-page-wrapper {
    background: #ffffff;
    overflow: hidden;
}

.about-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.about-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
}

.about-col {
    min-width: 300px;
}

/* Common Typography & Tags */
.about-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #841621;
    background: rgba(132, 22, 33, 0.08);
    border-left: 3px solid #841621;
    padding: 6px 14px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 14px;
}

.about-section-tag.tag-dark {
    background: rgba(255, 255, 255, 0.1);
    color: #ff5252;
    border-left-color: #ff5252;
}

.about-section-title {
    font-family: 'Arbutus Slab', serif !important;
    font-size: 38px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    line-height: 1.25 !important;
    margin: 0 0 14px 0 !important;
}

.about-section-title.text-white {
    color: #ffffff !important;
}

.text-accent {
    color: #841621;
}

.about-divider-line {
    width: 60px;
    height: 3px;
    background: #841621;
    margin-bottom: 20px;
    border-radius: 2px;
}

.about-intro-p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
    margin-bottom: 22px;
}

/* Quote Callout */
.about-quote-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fdfafb;
    border-left: 4px solid #841621;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 26px;
    box-shadow: 0 2px 10px rgba(132, 22, 33, 0.04);
}

.about-quote-icon {
    color: #841621;
    font-size: 22px;
    line-height: 1.2;
    flex-shrink: 0;
}

.about-quote-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: #222222;
    line-height: 1.5;
    margin: 0;
}

/* Interactive Tabs */
.about-tabs-container {
    margin-top: 24px;
}

.about-tabs-nav {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #edf0f5;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.about-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f4f6f9;
    color: #555555;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about-tab-btn:hover {
    background: #e9ecef;
    color: #841621;
}

.about-tab-btn.active {
    background: #841621;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(132, 22, 33, 0.25);
}

.about-tab-pane {
    display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555555;
    animation: fadeInTab 0.35s ease;
}

.about-tab-pane.active {
    display: block;
}

.mission-vision-box {
    background: #fafbfc;
    border-radius: 8px;
    padding: 16px 20px;
    border-left: 3px solid #841621;
    font-style: italic;
    color: #333333;
}

@keyframes fadeInTab {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Section 1 Hero Image & Badge */
.about-hero-section {
    padding: 70px 0 80px 0;
}

.about-hero-text {
    flex: 1 1 56%;
}

.about-hero-image-col {
    flex: 1 1 40%;
}

.about-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: visible;
}

.about-featured-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
    display: block;
    object-fit: cover;
}

.about-exp-badge {
    position: absolute;
    bottom: -22px;
    right: 22px;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #edf0f5;
}

.badge-accent-bar {
    width: 4px;
    height: 38px;
    background: #841621;
    border-radius: 2px;
}

.badge-years {
    font-family: 'Rajdhani', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #841621;
    line-height: 1;
}

.badge-text-group {
    display: flex;
    flex-direction: column;
}

.badge-text-group strong {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.badge-text-group span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #666666;
}

/* Section 2: What we do (Dark Industrial) */
.about-capabilities-section {
    background: #18191c;
    position: relative;
    padding: 85px 0 95px 0;
    overflow: hidden;
}

.about-capabilities-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 50%, rgba(132, 22, 33, 0.18) 0%, transparent 60%);
    pointer-events: none;
}

.about-capabilities-text {
    flex: 1 1 56%;
    position: relative;
    z-index: 2;
}

.about-capabilities-img-col {
    flex: 1 1 40%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.about-cap-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #bbbbbb;
    margin-bottom: 28px;
}

.about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 34px;
}

.about-pillar-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 16px 16px;
    transition: all 0.3s ease;
}

.about-pillar-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: #841621;
    transform: translateY(-3px);
}

.about-pillar-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #841621;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.about-pillar-info h4 {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
}

.about-pillar-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    line-height: 1.5;
    color: #999999;
    margin: 0;
}

.about-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #841621;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(132, 22, 33, 0.35);
}

.about-btn-primary:hover {
    background: #9e1c29;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(132, 22, 33, 0.45);
}

.about-part-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
    transition: transform 0.4s ease;
}

.about-part-img:hover {
    transform: scale(1.03) rotate(1deg);
}

/* Section 3: What can you expect & Consultation Form */
.about-expect-section {
    background: #fbfcfd;
    padding: 85px 0 95px 0;
    border-bottom: 1px solid #edf0f5;
}

.about-expect-text {
    flex: 1 1 55%;
}

.about-expect-form {
    flex: 1 1 41%;
}

.about-expect-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
    margin-bottom: 26px;
}

.about-expect-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #eef1f5;
    border-radius: 10px;
    padding: 18px 20px;
    transition: all 0.3s ease;
}

.about-advantage-item:hover {
    border-color: #841621;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(132, 22, 33, 0.08);
}

.about-advantage-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(132, 22, 33, 0.08);
    color: #841621;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.about-advantage-content h4 {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 4px 0 !important;
}

.about-advantage-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    line-height: 1.55;
    color: #666666;
    margin: 0;
}

/* Consultation Form Card */
.about-form-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 30px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid #edf0f5;
    position: relative;
}

.about-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #841621 0%, #b22234 100%);
    border-radius: 16px 16px 0 0;
}

.about-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #841621;
    margin-bottom: 6px;
}

.about-form-title {
    font-family: 'Arbutus Slab', serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px 0 !important;
}

.about-form-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777777;
    margin: 0 0 22px 0;
    line-height: 1.5;
}

.about-form-field {
    margin-bottom: 16px;
}

.about-field-label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.about-field-label .req {
    color: #841621;
}

.about-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.about-field-icon {
    position: absolute;
    left: 16px;
    color: #9aa0a6;
    font-size: 14px;
    pointer-events: none;
    transition: color 0.3s;
    z-index: 2;
}

.textarea-group .about-field-icon {
    top: 16px;
}

.about-field-control {
    width: 100%;
    height: 46px;
    padding: 0 16px 0 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2d3748;
    background: #fafbfc;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.about-field-textarea {
    height: auto;
    padding-top: 14px;
    resize: vertical;
}

.about-field-control:focus {
    background: #ffffff;
    border-color: #841621;
    box-shadow: 0 0 0 3px rgba(132, 22, 33, 0.12);
    outline: none;
}

.about-input-group:focus-within .about-field-icon {
    color: #841621;
}

.about-field-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23841621' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
}

.about-form-submit-btn {
    width: 100%;
    height: 50px;
    background: #841621;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(132, 22, 33, 0.25);
}

.about-form-submit-btn:hover {
    background: #681019;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(132, 22, 33, 0.35);
}

.about-alert-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Responsive Queries */
@media (max-width: 991px) {
    .about-hero-section,
    .about-capabilities-section,
    .about-expect-section {
        padding: 60px 0 70px 0;
    }
    .about-grid {
        flex-direction: column;
        gap: 40px;
    }
    .about-hero-text,
    .about-hero-image-col,
    .about-capabilities-text,
    .about-capabilities-img-col,
    .about-expect-text,
    .about-expect-form {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .about-section-title {
        font-size: 32px !important;
    }
    .about-exp-badge {
        position: static;
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .about-pillars-grid {
        grid-template-columns: 1fr;
    }
    .about-tabs-nav {
        flex-direction: column;
    }
    .about-tab-btn {
        width: 100%;
        justify-content: center;
    }
    .about-form-card {
        padding: 26px 18px;
    }
}

/* ==========================================================================
   Contact Page Refinements (.page-id-23 / .elementor-23)
   ========================================================================== */

/* Remove the broken 354px empty void at top of contact page */
.elementor-23 .elementor-element.elementor-element-5b80672,
.contact-main-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 70px 0 85px 0 !important;
    background-color: #fbfbfb !important;
}

.contact-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.contact-grid {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 40px !important;
}

/* Left Column: 2x2 Info Cards */
.contact-cards-col {
    flex: 1 1 48% !important;
    max-width: 580px !important;
}

.contact-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
    height: 100% !important;
}

.contact-info-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 30px 22px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.contact-info-card:hover {
    transform: translateY(-5px) !important;
    border-color: #841621 !important;
    box-shadow: 0 16px 32px rgba(132, 22, 33, 0.09) !important;
}

.contact-card-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: rgba(132, 22, 33, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #841621 !important;
    font-size: 20px !important;
    margin-bottom: 16px !important;
    transition: all 0.3s ease !important;
}

.contact-info-card:hover .contact-card-icon {
    background: #841621 !important;
    color: #ffffff !important;
    transform: scale(1.08) !important;
}

.contact-card-content {
    width: 100% !important;
}

.contact-card-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 10px !important;
}

.contact-card-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: #4b5563 !important;
    margin: 0 !important;
}

.contact-card-desc p {
    margin-bottom: 6px !important;
}

.contact-card-desc p:last-child {
    margin-bottom: 0 !important;
}

.contact-card-desc a {
    color: #841621 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}

.contact-card-desc a:hover {
    color: #b01b2b !important;
    text-decoration: underline !important;
}

.contact-desc-sub {
    font-size: 12.5px !important;
    color: #6b7280 !important;
    margin-top: 4px !important;
}

/* Right Column: Contact Form Card */
.contact-form-col {
    flex: 1 1 52% !important;
    max-width: 620px !important;
}

.contact-form-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    padding: 38px 36px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

.contact-form-header {
    margin-bottom: 24px !important;
}

.contact-form-sub {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #841621 !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 4px !important;
}

.contact-form-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 8px !important;
}

.contact-form-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.contact-alert-success {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    border: 1px solid #c8e6c9 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.contact-form-row {
    display: flex !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
}

.contact-form-group {
    margin-bottom: 16px !important;
    display: flex !important;
    flex-direction: column !important;
}

.contact-form-group.half {
    flex: 1 !important;
    margin-bottom: 0 !important;
}

.contact-form-group label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 6px !important;
    text-transform: none !important;
}

.contact-form-group .required {
    color: #e11d48 !important;
}

.contact-input,
.contact-select,
.contact-textarea {
    width: 100% !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    color: #111827 !important;
    background-color: #ffffff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
    border-color: #841621 !important;
    box-shadow: 0 0 0 3px rgba(132, 22, 33, 0.12) !important;
}

.contact-textarea {
    resize: vertical !important;
    min-height: 110px !important;
}

.contact-form-submit-wrap {
    margin-top: 8px !important;
}

.contact-submit-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: #841621 !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 34px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(132, 22, 33, 0.25) !important;
    width: 100% !important;
}

.contact-submit-btn:hover {
    background-color: #631018 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(132, 22, 33, 0.35) !important;
}

/* Remove negative margin on Google Maps section */
.elementor-23 .elementor-element.elementor-element-dfb4a2a,
.contact-map-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: #e5e7eb !important;
    border-top: 1px solid #e5e7eb !important;
}

.contact-map-embed iframe {
    width: 100% !important;
    height: 420px !important;
    border: 0 !important;
    display: block !important;
}

/* Contact Page Responsive Queries */
@media (max-width: 991px) {
    .contact-grid {
        flex-direction: column !important;
        gap: 40px !important;
    }
    .contact-cards-col,
    .contact-form-col {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .contact-cards-grid {
        grid-template-columns: 1fr !important;
    }
    .contact-form-row {
        flex-direction: column !important;
        gap: 16px !important;
    }
    .contact-form-card {
        padding: 28px 20px !important;
    }
}

/* ==========================================================================
   SERVICES PAGE MODERN UI & BUTTONS
   ========================================================================== */
.services-page-wrapper {
    background-color: #f8f9fa;
    padding: 60px 0 90px;
}

.services-page-wrapper .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Services Header */
.services-header-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.services-header-wrap .services-sub-badge {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #841621;
    text-transform: uppercase;
    background: rgba(132, 22, 33, 0.08);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.services-header-wrap .services-main-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 15px;
    line-height: 1.2;
}

.services-header-wrap .services-header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    width: 200px;
}

.services-header-wrap .services-header-divider .line {
    flex: 1;
    height: 2px;
    background: #e2e2e2;
}

.services-header-wrap .services-header-divider .icon {
    margin: 0 14px;
    color: #841621;
    font-size: 20px;
}

.services-header-wrap .services-lead-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    max-width: 740px;
    margin: 0 auto;
}

/* Services Cards Grid */
.services-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(132, 22, 33, 0.16);
    border-color: rgba(132, 22, 33, 0.3);
}

.service-card-image-wrap {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.service-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.service-card:hover .service-card-image-wrap img {
    transform: scale(1.08);
}

.service-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(132, 22, 33, 0.9);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
}

.service-card-body {
    padding: 24px 20px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-card-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.25;
    transition: color 0.25s ease;
}

.service-card:hover .service-card-title {
    color: #841621;
}

.service-card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 18px;
    flex-grow: 1;
}

.service-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
}

.service-card-features li {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #444444;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.service-card-features li i {
    color: #841621;
    font-size: 15px;
    margin-right: 8px;
    flex-shrink: 0;
}

.service-learn-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 12px 18px !important;
    background-color: #ffffff !important;
    color: #841621 !important;
    border: 1.5px solid #841621 !important;
    border-radius: 6px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    margin-top: auto !important;
}

.service-learn-more-btn i {
    margin-left: 8px;
    transition: transform 0.25s ease;
}

.service-learn-more-btn:hover {
    background-color: #841621 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(132, 22, 33, 0.35) !important;
    text-decoration: none !important;
}

.service-learn-more-btn:hover i {
    transform: translateX(5px);
}

/* Also ensure any legacy .tx-btn-wrap.style-1 buttons on homepage look great and are clickable */
.tx-btn-wrap.style-1 a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #841621 !important;
    border: 1.5px solid #841621 !important;
    padding: 9px 24px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.tx-btn-wrap.style-1 a:hover {
    background: #841621 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Capabilities Strip */
.services-capabilities-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.capability-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    display: flex;
    align-items: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.capability-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.capability-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(132, 22, 33, 0.08);
    color: #841621;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 18px;
    flex-shrink: 0;
}

.capability-content h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 8px;
}

.capability-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.55;
    margin: 0;
}

/* Services CTA Banner */
.services-cta-banner {
    background: linear-gradient(135deg, #18181c 0%, #291116 50%, #18181c 100%);
    border-radius: 14px;
    padding: 50px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(132, 22, 33, 0.3);
}

.services-cta-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(132, 22, 33, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.services-cta-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.services-cta-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #d1d1d6;
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.services-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-cta-btn-primary {
    background-color: #841621 !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 13px 32px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 18px rgba(132, 22, 33, 0.45) !important;
    transition: all 0.25s ease !important;
}

.services-cta-btn-primary:hover {
    background-color: #a31c2a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(132, 22, 33, 0.6) !important;
    text-decoration: none !important;
}

.services-cta-btn-secondary {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 12px 28px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
}

.services-cta-btn-secondary:hover {
    border-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Services Page Responsive Breakpoints */
@media (max-width: 1100px) {
    .services-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}

@media (max-width: 768px) {
    .services-page-wrapper {
        padding: 40px 0 60px !important;
    }
    .services-header-wrap .services-main-title {
        font-size: 30px !important;
    }
    .services-cards-grid {
        grid-template-columns: 1fr !important;
        max-width: 440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .services-capabilities-strip {
        grid-template-columns: 1fr !important;
    }
    .services-cta-banner {
        padding: 35px 20px !important;
    }
    .services-cta-title {
        font-size: 26px !important;
    }
}

/* ==========================================================================
   WHY CHOOSE US SECTION REFINEMENTS (HOMEPAGE)
   ========================================================================== */

/* Overrides to completely neutralize Elementor legacy negative margins & padding */
.home-why-choose-section,
.elementor-991 .elementor-element.elementor-element-37a47ef0 {
    position: relative !important;
    z-index: 5 !important;
    background-color: #fcfcfd !important;
    background-image: radial-gradient(circle at 50% 0%, #ffffff 0%, #f7f8fa 100%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 85px 0 95px 0 !important;
    box-sizing: border-box !important;
}

/* Neutralize following testimonial section negative margin to prevent vertical overlap */
.elementor-991 .elementor-element.elementor-element-ef4247d {
    margin-top: 0 !important;
}

/* Neutralize any legacy elementor container rules inside 37a47ef0 */
.elementor-991 .elementor-element.elementor-element-37a47ef0 .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.why-choose-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
}

/* Section Header */
.why-choose-header-wrap {
    text-align: center !important;
    max-width: 780px !important;
    margin: 0 auto 50px auto !important;
}

.why-choose-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 16px !important;
    background-color: rgba(132, 22, 33, 0.08) !important;
    color: #841621 !important;
    border: 1px solid rgba(132, 22, 33, 0.22) !important;
    border-radius: 50px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}

.why-choose-badge i {
    font-size: 13px !important;
    color: #841621 !important;
}

.why-choose-main-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #1a1a1f !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.why-choose-title-accent {
    color: #841621 !important;
}

.why-choose-divider-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 0 auto 20px auto !important;
}

.why-divider-line {
    width: 60px !important;
    height: 2px !important;
    background: linear-gradient(90deg, rgba(132, 22, 33, 0) 0%, #841621 100%) !important;
}

.why-choose-divider-wrap .why-divider-line:last-child {
    background: linear-gradient(90deg, #841621 0%, rgba(132, 22, 33, 0) 100%) !important;
}

.why-divider-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: rgba(132, 22, 33, 0.08) !important;
    color: #841621 !important;
    font-size: 14px !important;
}

.why-choose-lead-text {
    font-family: 'Dosis', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #5c626d !important;
    margin: 0 !important;
}

/* Two-Column Showcase Layout */
.why-choose-layout {
    display: grid !important;
    grid-template-columns: 420px 1fr !important;
    gap: 36px !important;
    align-items: stretch !important;
}

/* Left Showcase Card */
.why-showcase-column {
    display: flex !important;
    flex-direction: column !important;
}

.why-showcase-card {
    background: #ffffff !important;
    border: 1px solid #e7eaee !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.why-showcase-card:hover {
    box-shadow: 0 16px 40px rgba(132, 22, 33, 0.08) !important;
    border-color: rgba(132, 22, 33, 0.3) !important;
}

.why-showcase-img-container {
    position: relative !important;
    height: 250px !important;
    overflow: hidden !important;
    background-color: #1a1a1f !important;
}

.why-showcase-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

.why-showcase-card:hover .why-showcase-img {
    transform: scale(1.05) !important;
}

.why-showcase-img-badge {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    background-color: rgba(132, 22, 33, 0.9) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

.why-floating-stat-box {
    position: absolute !important;
    bottom: 14px !important;
    left: 14px !important;
    right: 14px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

.why-floating-stat-box .stat-number {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #841621 !important;
    line-height: 1 !important;
}

.why-floating-stat-box .stat-label {
    font-family: 'Dosis', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #2b2f38 !important;
    line-height: 1.3 !important;
}

.why-showcase-body {
    padding: 24px 26px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.why-showcase-subtitle {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1f !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.why-assurance-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.why-assurance-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #4b5260 !important;
}

.why-assurance-list li i {
    color: #10b981 !important;
    font-size: 15px !important;
    margin-top: 3px !important;
    flex-shrink: 0 !important;
}

.why-assurance-list li strong {
    color: #1a1a1f !important;
}

.why-showcase-cta {
    margin-top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: #841621 !important;
    color: #ffffff !important;
    padding: 13px 20px !important;
    border-radius: 8px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(132, 22, 33, 0.25) !important;
}

.why-showcase-cta:hover {
    background-color: #1a1a1f !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;
}

.why-showcase-cta i {
    font-size: 13px !important;
    transition: transform 0.25s ease !important;
}

.why-showcase-cta:hover i {
    transform: translateX(4px) !important;
}

/* Right Column: 4 Strategic Feature Pillars Grid */
.why-pillars-column {
    display: flex !important;
    flex-direction: column !important;
}

.why-pillars-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
    height: 100% !important;
}

.why-pillar-card {
    background: #ffffff !important;
    border: 1px solid #e7eaee !important;
    border-radius: 14px !important;
    padding: 28px 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.why-pillar-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 4px !important;
    height: 0 !important;
    background-color: #841621 !important;
    transition: height 0.3s ease !important;
}

.why-pillar-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(132, 22, 33, 0.3) !important;
    box-shadow: 0 14px 32px rgba(132, 22, 33, 0.08) !important;
}

.why-pillar-card:hover::before {
    height: 100% !important;
}

.why-pillar-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 18px !important;
}

.why-pillar-icon-box {
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    background-color: rgba(132, 22, 33, 0.08) !important;
    color: #841621 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
}

.why-pillar-card:hover .why-pillar-icon-box {
    background-color: #841621 !important;
    color: #ffffff !important;
    transform: scale(1.06) !important;
    box-shadow: 0 6px 18px rgba(132, 22, 33, 0.25) !important;
}

.why-pillar-tag {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    background-color: #f1f3f6 !important;
    color: #656d78 !important;
    transition: all 0.25s ease !important;
}

.why-pillar-card:hover .why-pillar-tag {
    background-color: rgba(132, 22, 33, 0.1) !important;
    color: #841621 !important;
}

.why-pillar-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a1f !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.3 !important;
    transition: color 0.25s ease !important;
}

.why-pillar-card:hover .why-pillar-title {
    color: #841621 !important;
}

.why-pillar-description {
    font-family: 'Dosis', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555c68 !important;
    margin: 0 !important;
}

/* Responsive Rules for Why Choose Us */
@media (max-width: 1140px) {
    .why-choose-layout {
        grid-template-columns: 360px 1fr !important;
        gap: 24px !important;
    }
}

@media (max-width: 991px) {
    .home-why-choose-section,
    .elementor-991 .elementor-element.elementor-element-37a47ef0 {
        padding: 60px 0 70px !important;
    }
    .why-choose-layout {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .why-showcase-column {
        max-width: 540px !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    .why-choose-main-title {
        font-size: 28px !important;
    }
    .why-pillars-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .why-pillar-card {
        padding: 22px 20px !important;
    }
    .why-showcase-img-container {
        height: 220px !important;
    }
    .why-floating-stat-box .stat-number {
        font-size: 26px !important;
    }
}

/* ==========================================================================
   SECURITY CAPTCHA & ANTI-BOT VERIFICATION STYLING
   ========================================================================== */

.contact-captcha-box,
.nutshell-captcha-box,
.about-captcha-box {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 16px 18px !important;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s ease !important;
}

.contact-captcha-box:hover,
.nutshell-captcha-box:hover,
.about-captcha-box:hover {
    border-color: rgba(132, 22, 33, 0.35) !important;
    background: #ffffff !important;
}

.captcha-label-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.captcha-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    color: #841621 !important;
}

.captcha-badge i {
    font-size: 14px !important;
    color: #841621 !important;
}

.captcha-hint {
    font-size: 12px !important;
    color: #64748b !important;
}

.captcha-interactive-group {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.captcha-math-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    user-select: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04) !important;
}

.captcha-puzzle {
    font-family: 'Rajdhani', monospace, sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    letter-spacing: 1.5px !important;
}

.btn-refresh-captcha {
    background: transparent !important;
    border: none !important;
    color: #841621 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 4px 6px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
}

.btn-refresh-captcha:hover {
    background: rgba(132, 22, 33, 0.1) !important;
    color: #b91c1c !important;
}

.btn-refresh-captcha.spinning i {
    animation: captchaSpin 0.5s linear infinite !important;
}

@keyframes captchaSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.captcha-answer-field-wrap {
    flex: 1 !important;
    min-width: 120px !important;
}

.captcha-answer-field-wrap input {
    width: 100% !important;
    height: 44px !important;
    border-radius: 8px !important;
    border: 1.5px solid #cbd5e1 !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    transition: all 0.2s ease !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

.captcha-answer-field-wrap input:focus {
    border-color: #841621 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(132, 22, 33, 0.12) !important;
}

.captcha-field-error {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12.5px !important;
    color: #dc2626 !important;
    font-weight: 600 !important;
    margin-top: 8px !important;
}

/* Security Error Alert Box */
.contact-alert-error,
.nutshell-alert-error,
.about-alert-error {
    background-color: #fef2f2 !important;
    border: 1px solid #fca5a5 !important;
    border-left: 4px solid #dc2626 !important;
    color: #991b1b !important;
    padding: 14px 18px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.contact-alert-error i,
.nutshell-alert-error i,
.about-alert-error i {
    font-size: 18px !important;
    color: #dc2626 !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
}

.contact-alert-error ul,
.nutshell-alert-error ul,
.about-alert-error ul {
    margin: 4px 0 0 0 !important;
    padding-left: 18px !important;
    font-size: 13.5px !important;
}

@media (max-width: 576px) {
    .captcha-interactive-group {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .captcha-math-pill {
        justify-content: center !important;
    }
}


