/* AceTech Custom CSS - Orange branding & fixes */

/* --- Orange Brand Color --- */
:root {
    --brand-orange: #FF7300;
    --brand-orange-light: #FF5E00;
}

/* Service icons - orange colored */
.accordion-faq_item .accordion-action .accordion-title i.icon,
.features-item>i.icon,
.process-card>i.icon,
.contact-item>i.icon,
.benefits-progress-item .progress-text i.icon,
.accordion-faq_item.style-1 .accordion-action .accordion-title i.icon {
    color: var(--brand-orange) !important;
}

/* Header logo image - clean, no border */
.tf-header .logo-site img {
    height: 35px !important;
    width: auto !important;
    min-width: unset !important;
    max-height: 35px !important;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.footer-logo img {
    object-fit: contain;
    max-width: 170px;
    height: auto;
    display: block;
}

.tf-header.header2 .header-inner {
    max-width: 860px;
    padding: 10px 10px 10px 18px !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.tf-header.header2 .box-navigation {
    padding-left: 0;
}

.nav-menu-main .item-link {
    color: #2b2b2b;
    font-weight: 600;
}

.nav-menu-main .item-link:hover,
.nav-menu-main .menu-item.active>.item-link {
    color: var(--brand-orange) !important;
}

/* Active nav styling */
.nav-menu-main .menu-item.active>.item-link {
    color: var(--brand-orange) !important;
}

/* Fix invisible gradients - making them much lighter/visible */
.text-gradient-1 {
    background: linear-gradient(132.09deg, #222 11.15%, #555 79.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.text-gradient-2 {
    background: linear-gradient(180deg, #333 0%, #666 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.text-gradient-3 {
    background: linear-gradient(95.5deg, #111 1.91%, #444 43.92%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* Ensure secondary text is readable on light backgrounds */
.text-secondary {
    color: #666 !important;
}

/* Logo styling */
.logo-site span:first-child {
    color: #EA2B16 !important;
}

.logo-site span:last-child {
    color: #3C2424 !important;
}

/* Admin sidebar active state */
.nav-link.active {
    background: rgba(255, 115, 0, 0.1) !important;
    color: var(--brand-orange) !important;
}

/* Testimonial Cards */
.tes-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 36px 32px 28px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tes-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.tes-review {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.tes-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tes-avatar-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.tes-name {
    font-weight: 700;
    color: #333;
}

.tes-role {
    font-size: 0.85em;
    color: #888;
}

/* Blog Cards */
.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* --- Blog Swiper / Home Blog Section --- */
.section-blog-preview {
    position: relative;
    overflow: visible;
}

.blog-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.blog-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FF6B00;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95em;
    padding: 10px 22px;
    border: 2px solid rgba(255, 107, 0, 0.25);
    border-radius: 100px;
    background: rgba(255, 107, 0, 0.05);
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.blog-view-all-btn:hover {
    background: #FF6B00;
    color: #ffffff;
    border-color: #FF6B00;
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
    gap: 12px;
}

.blog-drag-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.blog-drag-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.blog-cat-pill {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    backdrop-filter: blur(8px);
}

.blog-card-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-drag-card:hover .blog-card-img img {
    transform: scale(1.1);
}

.blog-card-img-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.blog-card-body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85em;
    color: #888;
    margin-bottom: 12px;
    font-weight: 500;
}

.blog-dot {
    font-size: 1.2em;
    line-height: 1;
}

.blog-card-title {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #111;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-card-title a:hover {
    color: var(--brand-orange);
}

.blog-card-excerpt {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 24px;
}

.blog-read-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9em;
    text-decoration: none;
    transition: gap 0.3s;
}

.blog-read-link:hover {
    gap: 12px;
}

.blog-card-accent {
    height: 4px;
    width: 0;
    transition: width 0.4s ease;
}

.blog-drag-card:hover .blog-card-accent {
    width: 100%;
}

.blog-drag-hint {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 0.85em;
    font-weight: 600;
}

.blog-swiper .tf-sw-pagination {
    bottom: -35px !important;
}

.blog-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 0.5;
    transition: all 0.3s;
}

.blog-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: var(--brand-orange) !important;
    opacity: 1;
}

.blog-swiper {
    position: relative !important;
    overflow: visible !important;
    padding-bottom: 70px !important;
}

.blog-swiper .nav-next-swiper,
.blog-swiper .nav-prev-swiper {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 20px !important;
    z-index: 1000 !important;
    cursor: pointer !important;
    background: #ffffff !important;
    border: 2px solid #FF6B00 !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.blog-swiper .nav-prev-blog {
    left: 15px !important;
    right: auto !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
}

.blog-swiper .nav-next-blog {
    left: auto !important;
    right: 15px !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
}

.blog-swiper .nav-next-swiper:after,
.blog-swiper .nav-prev-swiper:after {
    font-family: 'icomoon' !important;
    font-size: 1.8rem !important;
    color: #FF6B00 !important;
    font-weight: 700 !important;
}

.blog-swiper .nav-next-swiper:after {
    content: "\e903" !important;
}

.blog-swiper .nav-prev-swiper:after {
    content: "\e902" !important;
}

.blog-swiper .nav-next-swiper:hover,
.blog-swiper .nav-prev-swiper:hover {
    background: #FF6B00 !important;
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 15px 30px rgba(255, 107, 0, 0.3) !important;
}

.blog-swiper .nav-next-swiper:hover:after,
.blog-swiper .nav-prev-swiper:hover:after {
    color: #ffffff !important;
}

/* Responsive Blog Buttons Ã¢â‚¬â€ Tablet (<1024px) */
@media (max-width: 1024px) {
    .blog-swiper .nav-prev-blog {
        left: 50% !important;
        margin-left: -55px !important;
        right: auto !important;
        top: auto !important;
        bottom: -70px !important;
        transform: none !important;
    }

    .blog-swiper .nav-next-blog {
        left: 50% !important;
        margin-left: 11px !important;
        right: auto !important;
        top: auto !important;
        bottom: -70px !important;
        transform: none !important;
    }

    .blog-swiper .nav-next-swiper:hover,
    .blog-swiper .nav-prev-swiper:hover {
        transform: scale(1.1) !important;
    }

    .blog-swiper {
        padding-bottom: 80px !important;
    }
}

/* Mobile (<768px) Ã¢â‚¬â€ Side overlay arrows inside the card, stacked header */
@media (max-width: 768px) {

    /* Stack blog header vertically so button doesn't fight heading for space */
    .blog-preview-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 18px !important;
        margin-bottom: 28px !important;
    }

    .blog-view-all-btn {
        font-size: 0.88em !important;
        padding: 9px 18px !important;
    }

    /* Move nav arrows to card sides (inside the swiper, not below) */
    .blog-swiper .nav-prev-swiper,
    .blog-swiper .nav-next-swiper {
        top: 38% !important;
        bottom: auto !important;
        width: 40px !important;
        height: 40px !important;
        transform: translateY(-50%) !important;
        margin-left: 0 !important;
    }

    .blog-swiper .nav-prev-blog {
        left: 12px !important;
        right: auto !important;
        margin-left: 0 !important;
    }

    .blog-swiper .nav-next-blog {
        right: 12px !important;
        left: auto !important;
        margin-left: 0 !important;
    }

    .blog-swiper .nav-next-swiper:hover,
    .blog-swiper .nav-prev-swiper:hover {
        transform: translateY(-50%) scale(1.1) !important;
    }

    .blog-swiper {
        padding-bottom: 50px !important;
    }

    .blog-view-all-btn:hover {
        background: #FF6B00 !important;
        color: #ffffff !important;
        border-color: #FF6B00 !important;
    }
}

.section-partner {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.partner-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.partner-wrap p.text {
    flex-shrink: 0;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #333 !important;
    margin-bottom: 0;
}

.infiniteSlide_tech_main {
    flex-grow: 1;
    overflow: hidden;
}

.infiniteSlide_partner {
    display: flex !important;
    align-items: center;
}

.partner-wrap .infiniteslide_wrap::after {
    display: none !important;
}

.partner-logo {
    height: 70px !important;
    width: auto !important;
    max-width: 180px;
    object-fit: contain;
    margin: 0 15px;
    filter: none !important;
    opacity: 1 !important;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.partner-logo:hover {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .partner-wrap {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}

/* --- Global UI Fixes --- */
html,
body {
    caret-color: transparent;
}

input,
textarea,
[contenteditable='true'] {
    caret-color: auto;
}

img,
i,
svg {
    user-select: none;
}

/* --- Services Image Corner Fix --- */
.section-services {
    position: relative;
}

.services-image {
    max-width: 416px;
    height: 280px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 10;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: #000;
}

.services-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 1;
}

.services-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .services-image {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 40px auto 0;
        max-width: 100%;
        height: auto;
    }
}

/* --- Heading Sub Pill Style --- */
.heading-sub-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    padding: 10px 24px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #FF4B2B !important;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 25px;
    border: 1px solid #f0f0f0;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.heading-sub-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 75, 43, 0.1);
    border-color: rgba(255, 75, 43, 0.2);
}

.heading-sub-pill .sparkle-icon {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.heading-sub-pill .sparkle-icon span {
    display: block;
    background: #FF4B2B;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    animation: sparkleAnim 2s infinite ease-in-out;
}

.heading-sub-pill .sparkle-icon span:nth-child(1) {
    width: 14px;
    height: 14px;
}

.heading-sub-pill .sparkle-icon span:nth-child(2) {
    width: 8px;
    height: 8px;
    animation-delay: 0.5s;
}

.heading-sub-pill .sparkle-icon span:nth-child(3) {
    width: 6px;
    height: 6px;
    animation-delay: 1s;
}

@keyframes sparkleAnim {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.7);
        opacity: 0.5;
    }
}

/* --- Language Support Pills --- */
.langs-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.langs-pills span {
    background: #fff;
    padding: 6px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    color: #FF7300;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.langs-pills span:hover {
    transform: translateY(-2px);
    border-color: #FF7300;
    box-shadow: 0 8px 20px rgba(255, 115, 0, 0.1);
}

/* --- Global Responsiveness Fix --- */
html,
body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

#wrapper {
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 24px;
}

/* --- AceTech Unique Mobile Navigation Fix (Non-Destructive) --- */
.ace-mobile-nav-active {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
}

.ace-mobile-inner-fix {
    margin: 0 15px !important;
    max-width: 100% !important;
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
}

.ace-offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.ace-offcanvas-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.ace-offcanvas-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    z-index: 10001;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    padding: 30px;
    visibility: hidden;
    overflow-y: auto;
}

.ace-offcanvas-panel.is-open {
    transform: translateX(0);
    visibility: visible;
}

.ace-canvas-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.ace-close-btn {
    color: #FF7300;
    font-weight: 800;
    font-size: 0.8rem;
    cursor: pointer;
    background: rgba(255, 115, 0, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
}

.ace-nav-list {
    list-style: none;
    padding: 0;
}

.ace-nav-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.ace-nav-link {
    color: #2b2b2b;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s;
}

.ace-nav-link:hover {
    color: #FF7300;
}

/* --- Mobile Submenu Unique Styles --- */
.ace-has-submenu {
    cursor: pointer;
}

.ace-submenu-toggle {
    font-size: 1rem;
    transition: transform 0.3s ease;
    color: #888;
}

.ace-has-submenu.is-active .ace-submenu-toggle {
    transform: rotate(180deg);
    color: #FF7300;
}

.ace-sub-list {
    list-style: none;
    padding: 15px 0 5px 20px;
    display: none;
    /* Controlled by JS toggle */
    border-left: 2px solid rgba(255, 115, 0, 0.2);
    margin-top: 10px;
}

.ace-sub-list.is-visible {
    display: block;
}

.ace-sub-link {
    color: #555;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.ace-sub-link:hover {
    color: #EA2B16;
    padding-left: 5px;
}

/* Header Button Color */
.tf-btn {
    background: #EA2B16 !important;
    border-color: #EA2B16 !important;
    color: #fff !important;
}

.tf-btn:hover {
    background: #3C2424 !important;
    border-color: #3C2424 !important;
}

/* =====================================================
   GLOBAL SPACING OVERRIDES Ã¢â‚¬â€ Reduce Excessive Padding
   ===================================================== */

/* 1. Global Section Spacings */
.flat-spacing {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

@media (max-width: 1439px) {
    .flat-spacing {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
}

@media (max-width: 991px) {
    .flat-spacing {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}

@media (max-width: 767px) {
    .flat-spacing {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}

/* 2. Page Header Tightening Ã¢â‚¬â€ reduce blank space above page content */
.tf-header {
    padding-top: 48px !important;
    margin-bottom: -116px !important;
}

@media (max-width: 991px) {
    .tf-header {
        margin-bottom: -104px !important;
    }
}


/* 3rd slide visual panel Ã¢â‚¬â€œ give explicit height so image fills it */
.ec-home-hero__visual-panel[data-slide-visual="2"] {
    min-height: 580px !important;
    align-items: stretch !important;
}

.ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell {
    width: 100% !important;
    height: 580px !important;
    min-height: 540px !important;
    display: block !important;
    border-radius: 40px !important;
    overflow: hidden !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease !important;
}

.ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 45px 120px rgba(255, 107, 0, 0.35) !important;
}

.ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 40px !important;
}

/* =====================================================
   FULL MOBILE OPTIMIZATION  Whole Website
   ===================================================== */

/* --- 1100px: Tablet landscape --- */
@media (max-width: 1100px) {
    .ec-home-hero__controls {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        justify-content: center !important;
        bottom: 20px !important;
    }

    .ec-home-hero__visual {
        min-height: 480px !important;
    }

    .ec-home-hero__visual-panel[data-slide-visual="2"],
    .ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell {
        min-height: 440px !important;
        height: 480px !important;
    }

    .ec-programs__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }

    .section-tools {
        min-height: 420px !important;
    }
}

/* --- 860px: Tablet portrait --- */
@media (max-width: 860px) {
    .ec-home-hero {
        padding-top: 180px !important;
        padding-bottom: 90px !important;
    }

    .ec-home-hero__title {
        font-size: clamp(1.8rem, 6vw, 2.8rem) !important;
    }

    .ec-home-hero__visual-panel[data-slide-visual="2"],
    .ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell {
        height: 380px !important;
        min-height: 360px !important;
    }

    .ec-programs__grid {
        grid-template-columns: 1fr !important;
        max-width: 520px !important;
        margin: 0 auto !important;
    }

    .section-benefits-wrap,
    .section-testimonials,
    .section-tools {
        padding: 50px 0 !important;
    }

    .section-tools {
        min-height: auto !important;
    }

    .cta-banner-premium {
        border-radius: 28px !important;
        padding: 40px 30px !important;
    }
}

/* --- 768px: Mobile landscape / small tablet --- */
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    .ec-home-hero {
        padding-top: 170px !important;
        padding-bottom: 80px !important;
        min-height: auto !important;
    }

    .ec-home-hero__grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .ec-home-hero__visual {
        min-height: 380px !important;
        order: -1;
    }

    .ec-home-hero__visual-panel[data-slide-visual="2"],
    .ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell {
        height: 360px !important;
        min-height: 360px !important;
        border-radius: 24px !important;
    }

    .ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell img {
        border-radius: 24px !important;
    }

    .ec-home-hero__title {
        font-size: clamp(1.75rem, 7.5vw, 2.6rem) !important;
        max-width: 100% !important;
    }

    .ec-home-hero__actions {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .ec-home-hero__actions .ec-btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .ec-home-hero__controls {
        bottom: 12px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        justify-content: center !important;
    }

    .ec-social-proof {
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    .ec-programs {
        padding: 50px 0 !important;
    }

    .ec-programs__grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        max-width: 100% !important;
    }

    .ec-program-card__image {
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .flat-spacing {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section-benefits-wrap,
    .section-testimonials,
    .section-tools {
        padding: 40px 0 !important;
    }

    .section-tools {
        min-height: auto !important;
    }

    .cta-banner-premium {
        padding: 36px 20px !important;
        border-radius: 24px !important;
    }

    .cta-banner-premium h2 {
        font-size: clamp(1.5rem, 7vw, 2.2rem) !important;
    }

    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .section-tools .container {
        overflow: hidden !important;
    }

    .box-quotes {
        flex-direction: column !important;
    }

    .tf-header .header-inner {
        padding: 12px 16px !important;
    }

    .heading-title {
        font-size: clamp(1.6rem, 8vw, 2.1rem) !important;
        text-align: center !important;
    }

    .heading-sub {
        text-align: center !important;
    }
}

/* --- 480px: Mobile portrait (small phones) --- */
@media (max-width: 480px) {
    .ec-home-hero {
        padding-top: 160px !important;
        padding-bottom: 70px !important;
    }

    .ec-home-hero__title {
        font-size: clamp(1.55rem, 9vw, 2.1rem) !important;
    }

    .ec-home-hero__lead {
        font-size: 0.92rem !important;
    }

    .ec-home-hero__visual {
        min-height: 300px !important;
    }

    .ec-home-hero__visual-panel[data-slide-visual="2"],
    .ec-home-hero__visual-panel[data-slide-visual="2"] .ec-video-shell {
        height: 300px !important;
        min-height: 300px !important;
        border-radius: 18px !important;
    }

    .ec-jacket-carousel {
        min-height: 280px !important;
    }

    .ec-orbit {
        min-height: 280px !important;
    }

    .ec-slider-arrow {
        width: 36px !important;
        height: 36px !important;
    }

    .ec-home-hero__actions .ec-btn,
    .tf-btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .ec-programs__grid {
        grid-template-columns: 1fr !important;
    }

    .cta-banner-premium {
        padding: 28px 16px !important;
        border-radius: 20px !important;
    }

    .cta-banner-premium h2 {
        font-size: clamp(1.3rem, 8vw, 1.85rem) !important;
    }

    .flat-spacing {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .heading-title {
        font-size: clamp(1.45rem, 8.5vw, 1.9rem) !important;
    }

    .ec-social-proof {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .ec-avatar-stack img {
        width: 36px !important;
        height: 36px !important;
    }

    .pricing-price {
        font-size: 2rem !important;
    }
}

/* =====================================================
   DEVICE AUTO-OPTIMIZATION Ã¯Â¿Â½ Touch, Scroll, Performance
   ===================================================== */

/* Smooth scrolling on all devices */
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* Better touch behavior on mobile */
a,
button,
.tf-btn,
.ec-btn,
.ec-slider-arrow,
.ec-slider-dot,
.ec-program-card,
.menu-item,
.nav-link {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* Prevent horizontal overflow on all screens */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Smooth image rendering on all devices */
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Fix section-about-us spacing Ã¯Â¿Â½ reduce gap below hero */
.section-about-us.flat-spacing {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}

/* Reduce gap: hero bottom padding on desktop */
.ec-home-hero {
    padding-bottom: 80px !important;
}

/* heading-sub spacing */
.heading-sub {
    margin-bottom: 10px !important;
}

/* Remove excessive margin on mb-40 and mb-64 inside hero sections */
@media (max-width: 768px) {
    .section-about-us.flat-spacing {
        padding-top: 35px !important;
        padding-bottom: 40px !important;
    }

    .mb-64 {
        margin-bottom: 32px !important;
    }

    .mb-40 {
        margin-bottom: 24px !important;
    }
}

@media (max-width: 480px) {
    .section-about-us.flat-spacing {
        padding-top: 24px !important;
        padding-bottom: 32px !important;
    }
}


/* =====================================================
   MOBILE NAVIGATION & BUTTON RESPONSIVENESS OVERRIDES
   ===================================================== */

/* Fix mobile menu hamburger icon button stretching */
.tf-header .mobile-menu.open-mb-menu {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    aspect-ratio: 1 / 1 !important;
    background: #FF6B00 !important;
    color: #fff !important;
    border: none !important;
}

.tf-header .mobile-menu.open-mb-menu i {
    font-size: 20px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Fix WhatsApp button icon and text spacing in hero */
.ec-btn--whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.ec-btn--whatsapp::before {
    margin-right: 0 !important;
    flex-shrink: 0 !important;
}

/* Fix button widths on small screens to prevent extra wide overflow */
@media (max-width: 480px) {
    .ec-home-hero__actions {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
        align-items: center !important;
    }

    .ec-home-hero__actions .ec-btn {
        width: 100% !important;
        max-width: 280px !important;
        min-width: unset !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }
}


/* =====================================================
   VISUAL OVERHAUL - PREMIUM ORANGE GLOW & CONTRAST
   ===================================================== */

/* 1. Base Contrast & Backgrounds */
body {
    background-color: #faf9f6 !important;
    /* Premium off-white instead of sleepy white */
}

/* Subtle orange gradient glassmorphism for section backgrounds */
.section-calculator,
.ec-programs,
.section-testimonials,
.section-process {
    background: linear-gradient(180deg, rgba(255, 107, 0, 0.005) 0%, rgba(255, 107, 0, 0.02) 100%) !important;
}

/* 2. Premium Orange Glow Hover on Cards */
.ec-program-card,
.service-card-premium,
.process-card,
.box-quotes {
    background: #ffffff !important;
    border: 1px solid rgba(255, 107, 0, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative !important;
}

.ec-program-card:hover,
.service-card-premium:hover,
.process-card:hover,
.box-quotes:hover {
    transform: translateY(-8px) !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 20px 45px rgba(255, 107, 0, 0.12) !important;
}

/* Glowing Icons inside cards */
.ec-program-card i,
.service-card-premium i,
.process-card i,
.box-quotes i,
.ec-program-card .icon,
.service-card-premium .icon,
.process-card .icon {
    color: #FF6B00 !important;
    text-shadow: 0 0 15px rgba(255, 107, 0, 0.35) !important;
    transition: all 0.3s ease !important;
}

.ec-program-card:hover i,
.service-card-premium:hover i,
.process-card:hover i {
    transform: scale(1.1) !important;
}

/* 3. Typography Hierarchy Boost */
.ec-home-hero__title {
    font-size: clamp(2.4rem, 6vw, 4.4rem) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: -1.2px !important;
}

.heading-title,
.ec-title {
    font-size: clamp(2rem, 5vw, 3.4rem) !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.8px !important;
}

.ec-program-card__title,
.service-card-premium .title {
    font-size: 1.6rem !important;
    font-weight: 750 !important;
    letter-spacing: -0.4px !important;
    margin-top: 12px !important;
}

/* Orange accent lines */
.ec-accent-line {
    background: linear-gradient(90deg, #FF6B00, #ff8c3a) !important;
    height: 4px !important;
    width: 64px !important;
    border-radius: 99px !important;
}

/* 4. Interactive Micro-Animations */
/* Explore links sliding arrows */
.ec-link-inline,
.tf-btn-2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #FF6B00 !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.tf-btn-2:hover {
    background: #FF6B00 !important;
    color: #ffffff !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2) !important;
}

.ec-link-inline svg,
.tf-btn-2 i {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease !important;
}

.ec-program-card:hover .ec-link-inline svg,
.service-card-premium:hover .tf-btn-2 i {
    transform: translateX(6px) !important;
}

/* 5. Premium Badges & Glows */
.ec-tag,
.heading-sub,
.heading-sub-pill {
    display: inline-block !important;
    width: fit-content !important;
    background: rgba(255, 107, 0, 0.08) !important;
    color: #FF6B00 !important;
    border: 1px solid rgba(255, 107, 0, 0.2) !important;
    padding: 6px 16px !important;
    border-radius: 99px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.05) !important;
}

/* Custom premium hover button style */
.ec-btn--primary,
.tf-btn {
    background: linear-gradient(135deg, #FF6B00, #ff8c3a) !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.25) !important;
    transition: all 0.3s ease !important;
}

.ec-btn--primary:hover,
.tf-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.4) !important;
}


/* =====================================================
   ADDITIONAL NAV AND BADGE AESTHETIC FIXES
   ===================================================== */

/* Hide mobile menu button completely on desktop/laptops */
@media (min-width: 992px) {

    .tf-header .mobile-menu.open-mb-menu,
    .tf-header .open-mb-menu,
    .tf-header .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .tf-header .header-inner {
        justify-content: space-between !important;
        padding: 8px 8px 8px 16px !important;
    }

    .tf-header .logo-site img {
        width: 108px;
        height: 38px;
        min-width: 108px;
        border-radius: 14px;
    }

    .tf-header .mobile-menu.open-mb-menu,
    .tf-header .open-mb-menu.mobile-menu {
        display: inline-flex !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        margin-left: auto !important;
        padding: 0 !important;
        border-radius: 50% !important;
        align-items: center !important;
        justify-content: center !important;
        background: #EA2B16 !important;
        color: #fff !important;
        box-shadow: 0 10px 25px rgba(234, 43, 22, 0.24) !important;
        transform: none !important;
    }
}

/* Remove overlapping dots from all tags, heading-subs, and badges */
.heading-sub::before,
.heading-sub-pill::before,
.ec-tag::before,
.heading-section .heading-sub::before {
    display: none !important;
    content: none !important;
}

/* Fix padding alignment now that the dot is removed */
.heading-section .heading-sub,
.heading-sub,
.heading-sub-pill,
.ec-tag {
    padding: 6px 16px !important;
}

/* =====================================================
   CONTACT SECTION EQUAL HEIGHT CARDS
   ===================================================== */
.section-partner+.flat-spacing .col-md-4 .overflow-hidden,
.col-md-4 .overflow-hidden:has(.box-contact-item) {
    height: 100% !important;
}

.box-contact-item {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    min-height: 250px !important;
    padding: 40px 24px !important;
}

.box-contact-item .text {
    margin-top: auto !important;
}

/* =====================================================
   SERVICE PAGE - PREMIUM CARD STYLE REFINEMENT
   ===================================================== */
.service-card-premium {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(255, 107, 0, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    overflow: hidden !important;
    position: relative !important;
}

.service-card-premium:hover {
    transform: translateY(-10px) !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 20px 50px rgba(255, 107, 0, 0.12) !important;
}

/* Ensure equal sizing of image */
.service-card-premium .image-wrap {
    position: relative !important;
    height: 320px !important;
    overflow: hidden !important;
    background: #111111 !important;
}

.service-card-premium .image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.service-card-premium:hover .image-wrap img {
    transform: scale(1.08) !important;
}

/* Float active hover number badge */
.service-card-premium .num {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #FF6B00 !important;
    color: #ffffff !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3) !important;
    z-index: 5 !important;
    transition: all 0.3s ease !important;
}

.service-card-premium:hover .num {
    transform: rotate(360deg) scale(1.1) !important;
}

/* Flex-grow content for equal bottom button alignment */
.service-card-premium .content {
    padding: 35px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.service-card-tag {
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #FF7300 !important;
    background: rgba(255, 115, 0, 0.1) !important;
    padding: 4px 12px !important;
    border-radius: 100px !important;
    display: inline-block !important;
    width: fit-content !important;
    margin-bottom: 10px !important;
}

/* Fix invisible white-on-white title */
.service-card-premium .title {
    color: #111111 !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    transition: color 0.3s ease !important;
    display: block !important;
}

.service-card-premium:hover .title {
    color: #FF6B00 !important;
}

/* Description Typography */
.service-card-premium .desc {
    color: #4a4a4a !important;
    font-size: 0.96rem !important;
    line-height: 1.7 !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

/* WhatsApp Icon Button in Card Header */
.service-card-premium .wa-service-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(37, 211, 102, 0.08) !important;
    border: 1px solid rgba(37, 211, 102, 0.2) !important;
    transition: all 0.3s ease !important;
    color: #25D366 !important;
}

.service-card-premium .wa-service-btn:hover {
    background: #25D366 !important;
    color: #ffffff !important;
    transform: scale(1.15) rotate(15deg) !important;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.25) !important;
}

.service-card-premium .wa-service-btn svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
    transition: fill 0.3s ease !important;
}

.service-card-premium .wa-service-btn:hover svg {
    fill: #ffffff !important;
}

/* Soft-orange premium tags */
.service-card-premium .tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 30px !important;
}

.service-card-premium .tag-item {
    background: rgba(255, 107, 0, 0.05) !important;
    color: #FF6B00 !important;
    border: 1px solid rgba(255, 107, 0, 0.12) !important;
    padding: 6px 14px !important;
    border-radius: 100px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.service-card-premium .tag-item:hover {
    background: #FF6B00 !important;
    color: #ffffff !important;
    border-color: #FF6B00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(255, 107, 0, 0.15) !important;
}

/* Learn More Button - align perfectly at the bottom */
.service-card-premium .tf-btn-2 {
    margin-top: auto !important;
    align-self: flex-start !important;
    color: #FF6B00 !important;
    border: 1px solid rgba(255, 107, 0, 0.2) !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    border-radius: 100px !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
}

.service-card-premium .tf-btn-2:hover {
    background: #FF6B00 !important;
    color: #ffffff !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2) !important;
}

/* =====================================================
   SCALE BENEFITS SECTION - 4 CARD GRID SYSTEM
   ===================================================== */
.scale-card {
    background: #ffffff !important;
    border: 1px solid rgba(255, 107, 0, 0.08) !important;
    border-radius: 24px !important;
    padding: 40px 30px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.015) !important;
    position: relative !important;
    overflow: hidden !important;
}

.scale-card:hover {
    transform: translateY(-10px) !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 20px 45px rgba(255, 107, 0, 0.12) !important;
}

.scale-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #FF6B00, #ff8c3a) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.scale-card:hover::before {
    opacity: 1 !important;
}

/* Icon Wrap Styles with unique glow gradients */
.scale-card-icon-wrap {
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 28px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.scale-card:hover .scale-card-icon-wrap {
    transform: scale(1.1) rotate(5deg) !important;
}

/* Different gradients for different card icons to create rich aesthetics */
.scale-card-icon-wrap.icon-automation {
    background: rgba(255, 107, 0, 0.07) !important;
    color: #FF6B00 !important;
    border: 1px solid rgba(255, 107, 0, 0.15) !important;
}

.scale-card-icon-wrap.icon-calling {
    background: rgba(34, 197, 94, 0.07) !important;
    color: #22c55e !important;
    border: 1px solid rgba(34, 197, 94, 0.15) !important;
}

.scale-card-icon-wrap.icon-lead {
    background: rgba(59, 130, 246, 0.07) !important;
    color: #3b82f6 !important;
    border: 1px solid rgba(59, 130, 246, 0.15) !important;
}

.scale-card-icon-wrap.icon-marketing {
    background: rgba(168, 85, 247, 0.07) !important;
    color: #a855f7 !important;
    border: 1px solid rgba(168, 85, 247, 0.15) !important;
}

.scale-card-icon-wrap svg {
    stroke-width: 2.2 !important;
    transition: transform 0.3s ease !important;
}

.scale-card:hover .scale-card-icon-wrap svg {
    animation: pulse-icon 1s infinite alternate !important;
}

@keyframes pulse-icon {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

/* Title Styling */
.scale-card-title {
    font-size: 1.28rem !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin-bottom: 14px !important;
    line-height: 1.35 !important;
    letter-spacing: -0.4px !important;
    transition: color 0.3s ease !important;
}

.scale-card:hover .scale-card-title {
    color: #FF6B00 !important;
}

/* Description Styling */
.scale-card-desc {
    color: #555555 !important;
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}


/* =====================================================
   CARD VISIBILITY & SPACING Ã¢â‚¬â€ ALL SECTIONS
   ===================================================== */

/* ---- General Card styling overrides for services and quote boxes ---- */
.ec-program-card,
.service-card-premium,
.process-card,
.box-quotes {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 12px 36px rgba(0, 0, 0, 0.08) !important;
    border: 1.5px solid rgba(255, 107, 0, 0.13) !important;
}

.ec-program-card:hover,
.service-card-premium:hover,
.process-card:hover,
.box-quotes:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 24px 56px rgba(255, 107, 0, 0.13) !important;
    border-color: rgba(255, 107, 0, 0.38) !important;
}

.section-services-list .col-lg-6 {
    display: flex !important;
    flex-direction: column !important;
}

.section-services-list .service-card-premium {
    flex: 1 !important;
}

/* ---- Spacing & Position Refinements for Benefits Bento Grid ---- */

/* Shift floating message in the last card slightly to the left on desktop for a perfect fit */
@media (min-width: 992px) {
    .benefits-design .benefits-design-inner .item-img-2 {
        right: 265px !important;
    }
}

/* Ensure clean vertical separation of bento grid cards when stacked on mobile/tablet viewports */
@media (max-width: 991px) {
    .section-benefits .row>[class*="col-"] {
        margin-bottom: 24px !important;
    }

    .section-benefits .row>[class*="col-"]:last-child {
        margin-bottom: 0 !important;
    }

    /* Optimize internal card padding and spacing inside mobile view to prevent overflowing element collisions */
    .benefits-box {
        padding: 32px 24px !important;
        margin-bottom: 0 !important;
        /* Managed cleanly by columns margin-bottom */
    }

    /* Make sure the decorative floating bubble fits cleanly on smaller viewport widths */
    .benefits-design .benefits-design-inner .item-img-2 {
        right: 175px !important;
    }
}

@media (max-width: 575px) {

    /* Fine-tune padding for extra small mobile screens */
.service-card-premium .tf-btn-2:hover {
    background: #FF6B00 !important;
    color: #ffffff !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2) !important;
}

.service-card-premium .tf-btn-2:hover i {
    color: #ffffff !important;
}
}

/* =====================================================
   SCALE BENEFITS SECTION - 4 CARD GRID SYSTEM
   ===================================================== */
.scale-card {
    background: #ffffff !important;
    border: 1px solid rgba(255, 107, 0, 0.08) !important;
    border-radius: 24px !important;
    padding: 40px 30px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.015) !important;
    position: relative !important;
    overflow: hidden !important;
}

.scale-card:hover {
    transform: translateY(-10px) !important;
    border-color: #FF6B00 !important;
    box-shadow: 0 20px 45px rgba(255, 107, 0, 0.12) !important;
}

.scale-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #FF6B00, #ff8c3a) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.scale-card:hover::before {
    opacity: 1 !important;
}

/* Icon Wrap Styles with unique glow gradients */
.scale-card-icon-wrap {
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 28px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.scale-card:hover .scale-card-icon-wrap {
    transform: scale(1.1) rotate(5deg) !important;
}

/* Different gradients for different card icons to create rich aesthetics */
.scale-card-icon-wrap.icon-automation {
    background: rgba(255, 107, 0, 0.07) !important;
    color: #FF6B00 !important;
    border: 1px solid rgba(255, 107, 0, 0.15) !important;
}

.scale-card-icon-wrap.icon-calling {
    background: rgba(34, 197, 94, 0.07) !important;
    color: #22c55e !important;
    border: 1px solid rgba(34, 197, 94, 0.15) !important;
}

.scale-card-icon-wrap.icon-lead {
    background: rgba(59, 130, 246, 0.07) !important;
    color: #3b82f6 !important;
    border: 1px solid rgba(59, 130, 246, 0.15) !important;
}

.scale-card-icon-wrap.icon-marketing {
    background: rgba(168, 85, 247, 0.07) !important;
    color: #a855f7 !important;
    border: 1px solid rgba(168, 85, 247, 0.15) !important;
}

.scale-card-icon-wrap svg {
    stroke-width: 2.2 !important;
    transition: transform 0.3s ease !important;
}

.scale-card:hover .scale-card-icon-wrap svg {
    animation: pulse-icon 1s infinite alternate !important;
}

@keyframes pulse-icon {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

/* Title Styling */
.scale-card-title {
    font-size: 1.28rem !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin-bottom: 14px !important;
    line-height: 1.35 !important;
    letter-spacing: -0.4px !important;
    transition: color 0.3s ease !important;
}

.scale-card:hover .scale-card-title {
    color: #FF6B00 !important;
}

/* Description Styling */
.scale-card-desc {
    color: #555555 !important;
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}


/* =====================================================
   CARD VISIBILITY & SPACING Ã¢â‚¬â€ ALL SECTIONS
   ===================================================== */

/* ---- General Card styling overrides for services and quote boxes ---- */
.ec-program-card,
.service-card-premium,
.process-card,
.box-quotes {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 12px 36px rgba(0, 0, 0, 0.08) !important;
    border: 1.5px solid rgba(255, 107, 0, 0.13) !important;
}

.ec-program-card:hover,
.service-card-premium:hover,
.process-card:hover,
.box-quotes:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 24px 56px rgba(255, 107, 0, 0.13) !important;
    border-color: rgba(255, 107, 0, 0.38) !important;
}

.section-services-list .col-lg-6 {
    display: flex !important;
    flex-direction: column !important;
}

.section-services-list .service-card-premium {
    flex: 1 !important;
}

/* ---- Spacing & Position Refinements for Benefits Bento Grid ---- */

/* Shift floating message in the last card slightly to the left on desktop for a perfect fit */
@media (min-width: 992px) {
    .benefits-design .benefits-design-inner .item-img-2 {
        right: 265px !important;
    }
}

/* Ensure clean vertical separation of bento grid cards when stacked on mobile/tablet viewports */
@media (max-width: 991px) {
    .section-benefits .row>[class*="col-"] {
        margin-bottom: 24px !important;
    }

    .section-benefits .row>[class*="col-"]:last-child {
        margin-bottom: 0 !important;
    }

    /* Optimize internal card padding and spacing inside mobile view to prevent overflowing element collisions */
    .benefits-box {
        padding: 32px 24px !important;
        margin-bottom: 0 !important;
        /* Managed cleanly by columns margin-bottom */
    }

    /* Make sure the decorative floating bubble fits cleanly on smaller viewport widths */
    .benefits-design .benefits-design-inner .item-img-2 {
        right: 175px !important;
    }
}

@media (max-width: 575px) {

    /* Fine-tune padding for extra small mobile screens */
    .benefits-box {
        padding: 24px 18px !important;
    }
}

/* Fix shield disappearing bug on hover by completing a full 360deg rotation */
.benefits-box.benefits-secure:hover img {
    transform: rotateY(360deg) !important;
}

/* ==========================================
   PREMIUM SLIM & COMPACT FLOATING NAVBAR
   ========================================== */

/* Reduce outer spacing pushing header down */
.tf-header {
    padding-top: 18px !important;
    margin-bottom: -50px !important; /* Pushes content down slightly to add breathing room space below navbar */
}

/* Slimmer inner bar container */
.tf-header.header2 .header-inner, 
.tf-header .header-inner {
    max-width: 920px !important;
    height: 52px !important; /* Force a strict slim height */
    padding: 0 8px 0 20px !important; /* Centered layout with zero vertical padding */
    background: rgba(255, 255, 255, 0.88) !important;
    border: 2px solid #EA2B16 !important; /* Solid premium brand orange colored border */
    backdrop-filter: blur(24px) !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.01) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Constrain logo height strictly to make navbar ultra-slim and clean */
.tf-header .logo-site img {
    height: 25px !important; /* Shrunken slightly further for perfect, balanced proportions */
    width: auto !important;
}

/* Slimmer text links */
.nav-menu-main {
    gap: 22px !important;
}

.nav-menu-main .item-link {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #1c1c1c !important;
    padding: 6px 0 !important;
    transition: color 0.25s ease !important;
}

/* Elegant, slim Start a Project button in header */
.tf-header .tf-btn {
    padding: 9px 20px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 14px rgba(234, 43, 22, 0.28) !important;
    background: #EA2B16 !important;
    border-color: #EA2B16 !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.tf-header .tf-btn:hover {
    transform: translateY(-1.5px) !important;
    box-shadow: 0 6px 18px rgba(234, 43, 22, 0.42) !important;
    opacity: 0.95 !important;
}

/* Handle sticky/scrolled headers to stay super tight */
header.header-sticky .tf-header {
    padding-top: 8px !important;
}

/* Mobile Menu Toggle Size adjustment for slim height */
.tf-header .mobile-menu {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
    border-radius: 50% !important;
}


/* --- Global Custom Buttons (Sleek Gradient & Shadows) --- */
.custom-sketch-button {
    background: linear-gradient(135deg, #FF7300 0%, #FF5E00 100%) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 14px 30px !important;
    border-radius: 100px !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(255, 159, 0, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    font-weight: 700 !important;
}

.custom-sketch-button:hover {
    background: linear-gradient(135deg, #FF5E00 0%, #e76700 100%) !important;
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 15px 30px rgba(255, 115, 0, 0.35) !important;
    color: #ffffff !important;
}

.green-custom-sketch-button {
    background: linear-gradient(135deg, #0cc143 0%, #0aa638 100%) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 14px 30px !important;
    border-radius: 100px !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(12, 193, 67, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    font-weight: 700 !important;
}

.green-custom-sketch-button:hover {
    background: linear-gradient(135deg, #0aa638 0%, #088b2e 100%) !important;
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 15px 30px rgba(12, 193, 67, 0.3) !important;
    color: #ffffff !important;
}

.orange-custom-sketch-button {
    background: linear-gradient(135deg, #FF7300 0%, #FF5E00 100%) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 14px 30px !important;
    border-radius: 100px !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(255, 115, 0, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    font-weight: 700 !important;
}

.orange-custom-sketch-button:hover {
    background: linear-gradient(135deg, #FF5E00 0%, #e76700 100%) !important;
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 15px 30px rgba(255, 115, 0, 0.35) !important;
    color: #ffffff !important;
}

/* --- Infinite Scroller Marquee Layout & Premium Cards --- */
.use-cases-ace-scroller {
    width: 100% !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    padding: 50px 0 !important;
    position: relative !important;
}

.use-cases-ace-scroller::before,
.use-cases-ace-scroller::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 120px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.use-cases-ace-scroller::before {
    left: 0 !important;
    background: linear-gradient(to right, #f8f8f8, transparent) !important;
}

.use-cases-ace-scroller::after {
    right: 0 !important;
    background: linear-gradient(to left, #f8f8f8, transparent) !important;
}

.ace-scroller-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    will-change: transform !important;
    height: 200px !important;
    align-items: center !important;
}

.use-case-item {
    flex: 0 0 auto !important;
    padding: 0 12px !important;
    text-align: center !important;
}

.use-case-item .icon-box {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07) !important;
    padding: 24px 20px 20px !important;
    width: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    border: 1px solid #eaeaea !important;
}

.use-case-item .icon-box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    border-color: #FF730030 !important;
}

.use-case-item .icon-box img {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 14px !important;
    object-fit: contain !important;
}

.use-case-item .icon-box h3 {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

/* Sticky Navbar Spacing Fix with High Specificity to Override Theme Defaults */
body.counter-scroll section.performance-marketing-hero, 
body.counter-scroll section.ai-calling-hero {
    padding-top: 130px !important;
    padding-bottom: 60px !important;
}
@media (max-width: 991px) {
    body.counter-scroll section.performance-marketing-hero, 
    body.counter-scroll section.ai-calling-hero {
        padding-top: 135px !important;
        padding-bottom: 50px !important;
    }
}

/* Premium Voice Call Simulator Selector Tabs & Buttons */
.voice-selector-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.voice-tab-btn {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    outline: none !important;
}

.voice-tab-btn:hover {
    border-color: #FF7300 !important;
    color: #FF7300 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(255, 115, 0, 0.08) !important;
}

.voice-tab-btn.active {
    background: linear-gradient(135deg, #FF7300 0%, #FF5E00 100%) !important;
    border-color: #FF7300 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(255, 115, 0, 0.25) !important;
}

.voice-tab-btn:focus {
    outline: 2px solid rgba(255, 115, 0, 0.4) !important;
}

/* Premium Voice Simulator Phone Mock & Bezel */
.sim-phone-container {
    border: 12px solid #1a1a1a !important; /* Sleek matte black iOS bezel */
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 115, 0, 0.12) !important;
    border-radius: 44px !important;
    background: #000000 !important;
}

.sim-phone-screen {
    position: relative;
    padding-top: 45px !important; /* Make room for dynamic island */
    background: radial-gradient(circle at top, #1c1c1e 0%, #000000 100%) !important;
}

/* Dynamic Island CSS Pseudo Element */
.sim-phone-screen::before {
    content: '' !important;
    position: absolute !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 110px !important;
    height: 25px !important;
    background: #000000 !important;
    border-radius: 20px !important;
    z-index: 10 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Custom glow animation on the wave bars when active */
.sim-phone-wave.animating .sim-phone-wave-bar {
    background: linear-gradient(180deg, #FF7300, #ff9f1c) !important;
    box-shadow: 0 0 10px rgba(255, 115, 0, 0.5) !important;
}

/* Answer and Decline button style upgrades */
.sim-btn {
    width: 60px !important;
    height: 60px !important;
    font-size: 1.2rem !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.sim-btn.answer {
    background: linear-gradient(135deg, #34c759 0%, #28a745 100%) !important;
    box-shadow: 0 8px 25px rgba(52, 199, 89, 0.3) !important;
}

.sim-btn.answer:hover {
    transform: scale(1.1) translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(52, 199, 89, 0.5) !important;
}

.sim-btn.decline {
    background: linear-gradient(135deg, #ff3b30 0%, #dc3545 100%) !important;
    box-shadow: 0 8px 25px rgba(255, 59, 48, 0.3) !important;
}

.sim-btn.decline:hover {
    transform: scale(1.1) translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(255, 59, 48, 0.5) !important;
}


/* Homepage Hero Mobile Reordering: Text first, Graphic second */
@media (max-width: 1100px) {
    .ec-home-hero__content {
        grid-row: 1 !important;
    }
    .ec-home-hero__visual {
        grid-row: 2 !important;
    }
}

.hero-tf-btn-2 { display: inline-flex !important; align-items: center !important; gap: 8px !important; color: #ffffff !important; background: linear-gradient(135deg, #FF6B00, #ff8c3a) !important; border: none !important; padding: 12px 28px !important; font-weight: 700 !important; font-size: 0.95rem !important; border-radius: 100px !important; transition: all 0.3s ease !important; text-decoration: none !important; box-shadow: 0 10px 25px rgba(255, 107, 0, 0.25) !important; } .hero-tf-btn-2:hover { transform: translateY(-3px) !important; box-shadow: 0 15px 35px rgba(255, 107, 0, 0.4) !important; color: #ffffff !important; } .hero-tf-btn-2 i { transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; font-size: 1.1em; } .hero-tf-btn-2:hover i { transform: translateX(6px) !important; } .hero-whatsapp-btn { display: inline-flex !important; align-items: center !important; gap: 8px !important; color: #ffffff !important; background: #25D366 !important; border: none !important; padding: 12px 28px !important; font-weight: 700 !important; font-size: 0.95rem !important; border-radius: 100px !important; transition: all 0.3s ease !important; text-decoration: none !important; box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25) !important; } .hero-whatsapp-btn:hover { background: #1ebc59 !important; color: #ffffff !important; transform: translateY(-3px) !important; box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4) !important; }

/* Mobile spacing fixes for inner page titles */
@media (max-width: 991px) { 
    .section-page-title { padding: 170px 0 60px !important; } 
    .section-hero.v1 .content-wrap { padding: 180px 0 35px !important; }
}
@media (max-width: 767px) { 
    .section-page-title { padding: 160px 0 40px !important; } 
    .section-hero.v1 .content-wrap { padding: 180px 0 35px !important; }
}



/* Fix sketch button shadow overflow on mobile */
.custom-sketch-button.w-100, .orange-custom-sketch-button.w-100, .green-custom-sketch-button.w-100 { width: calc(100% - 5px) !important; margin-right: 5px !important; margin-bottom: 5px !important; }

/* ==========================================================================
   AceTech Leadership Team ("The Minds Behind, AceTech") Premium Card Styles
   ========================================================================== */
.leadership-cards-wrap,
.acetech-leaders-section {
    margin-top: 15px;
    margin-bottom: 45px;
}

.acetech-team-card,
.leadership-card {
    background: #ffffff !important;
    border: 1.5px solid rgba(234, 43, 22, 0.14) !important;
    border-radius: 36px !important;
    padding: 24px 24px 28px 24px !important;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    text-align: center !important;
}

.acetech-team-card:hover,
.leadership-card:hover {
    transform: translateY(-14px) !important;
    border-color: #EA2B16 !important;
    box-shadow: 0 32px 75px rgba(234, 43, 22, 0.22), 0 10px 25px rgba(0, 0, 0, 0.06) !important;
}

.acetech-team-card__image-box,
.leadership-card__image {
    width: 100% !important;
    height: 290px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    margin-bottom: 22px !important;
    background: #f2f4f7 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.06) !important;
    transition: box-shadow 0.45s ease !important;
    position: relative !important;
}

.acetech-team-card:hover .acetech-team-card__image-box,
.leadership-card:hover .leadership-card__image {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
}

.acetech-team-card__image-box img,
.leadership-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    border-radius: 24px !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: block !important;
}

.acetech-team-card:hover .acetech-team-card__image-box img,
.leadership-card:hover .leadership-card__image img {
    transform: scale(1.08) !important;
}

.acetech-team-card__info,
.leadership-card__content {
    padding: 4px 6px 4px !important;
    text-align: center !important;
}

.acetech-team-card__title,
.leadership-card__title {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.25 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.acetech-team-card__subtitle,
.leadership-card__subtitle {
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    color: #EA2B16 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
}

@media (max-width: 991px) {
    .acetech-team-card__image-box,
    .leadership-card__image {
        height: 280px !important;
    }
}

@media (max-width: 576px) {
    .acetech-team-card,
    .leadership-card {
        padding: 20px 18px !important;
        border-radius: 28px !important;
    }
    .acetech-team-card__image-box,
    .leadership-card__image {
        height: 260px !important;
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
    .acetech-team-card__image-box img,
    .leadership-card__image img {
        border-radius: 20px !important;
    }
    .acetech-team-card__title,
    .leadership-card__title {
        font-size: 1.3rem !important;
    }
    .acetech-team-card__subtitle,
    .leadership-card__subtitle {
        font-size: 0.85rem !important;
    }
}

/* Quote Box Hover Image Polish */
.box-quotes .image img {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.box-quotes:hover .image img {
    transform: scale(1.06) !important;
}


