/* Industrial Spray Masters — Custom Styles */

/* Skip template preloader if present */
#preloader {
    display: none !important;
}

/* =============================================
   TRANSPARENT HEADER (Homepage — over banner)
   ============================================= */

.ism-header-transparent {
    background: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.ism-header-over-hero {
    position: relative;
    z-index: 1000;
}

/* Premium header layout ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â logo | nav | actions */
.ism-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 88px;
}

.ism-header-logo-wrap {
    flex: 0 0 auto;
    gap: 0;
    min-width: 200px;
    width: auto;
}

.ism-header-logo-wrap .header-logo {
    max-width: none !important;
    width: auto;
    line-height: normal;
}

.ism-header-logo-wrap .ism-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.ism-header-logo-wrap .header-logo img,
.ism-header-logo-wrap .ism-logo-brand {
    width: auto !important;
    height: 72px !important;
    max-height: none;
    max-width: 280px;
    min-width: 180px;
    object-fit: contain;
    object-position: left center;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
    transition: height 0.35s ease, filter 0.35s ease;
}

.ism-header-transparent.sticky .ism-header-logo-wrap .ism-logo-brand {
    height: 58px !important;
    max-width: 240px;
    min-width: 150px;
    filter: none;
}

.ism-header-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
}

.ism-header-nav .main-menu {
    width: 100%;
}

.ism-header-nav .main-menu > nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ism-header-nav .main-menu > nav > ul > li {
    display: block;
    margin: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.ism-header-actions {
    flex: 0 0 auto;
    gap: 20px;
    min-width: 0;
}

@media (min-width: 1200px) {
    .ism-header-actions .header-link-1.ism-header-phone {
        display: flex !important;
    }
}

.ism-header-transparent .header-link-1 .icon {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transform: none;
}

.ism-header-transparent .header-link-1 .icon:before {
    display: none;
}

.ism-header-transparent .header-link-1 .icon i {
    color: #ffffff;
    transform: none;
}

.ism-header-transparent .header-main {
    padding: 0;
}

.ism-header-transparent .header-logo {
    max-width: none;
}

.ism-header-transparent .main-menu ul li a {
    color: #ffffff;
    padding: 10px 7px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ism-header-transparent .main-menu ul li.active > a,
.ism-header-transparent .main-menu ul li:hover > a {
    color: var(--theme-color);
}

.ism-header-transparent .sidebar__toggle .bar-icon,
.ism-header-transparent .sidebar__toggle .ism-mobile-toggle {
    color: #ffffff;
}

.ism-header-transparent .header-link-1 .content span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.ism-header-transparent .header-link-1 .content h6,
.ism-header-transparent .header-link-1 .content h6 a {
    color: #ffffff;
    font-weight: 700;
}

.ism-header-transparent .ism-header-cta {
    padding: 12px 22px;
    font-size: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(234, 24, 38, 0.4);
}

.ism-header-transparent .header-link-1 .content h6 {
    font-size: 17px;
    margin: 0;
    line-height: 1.2;
}

.ism-header-transparent.sticky {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(16, 32, 57, 0.08);
    box-shadow: 0 4px 30px rgba(16, 32, 57, 0.1);
}

.ism-header-transparent.sticky .main-menu ul li a {
    color: var(--theme-color-1);
}

.ism-header-transparent.sticky .main-menu ul li.active > a,
.ism-header-transparent.sticky .main-menu ul li:hover > a {
    color: var(--theme-color);
}

.ism-header-transparent.sticky .sidebar__toggle .bar-icon,
.ism-header-transparent.sticky .sidebar__toggle .ism-mobile-toggle,
.ism-header-white .sidebar__toggle .bar-icon,
.ism-header-white .sidebar__toggle .ism-mobile-toggle {
    color: var(--theme-color-1);
}

.ism-header-transparent.sticky .header-link-1 .content span {
    color: #787878;
}

.ism-header-transparent.sticky .header-link-1 .content h6,
.ism-header-transparent.sticky .header-link-1 .content h6 a {
    color: var(--theme-color-1);
}

.ism-header-transparent.sticky .header-link-1 .icon {
    background: rgba(234, 24, 38, 0.1);
    border-color: transparent;
}

.ism-header-transparent.sticky .header-link-1 .icon i {
    color: var(--theme-color);
}

/* =============================================
   WHITE HEADER (Inner pages)
   ============================================= */

.ism-header-white {
    background: #ffffff;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(16, 32, 57, 0.08);
    box-shadow: 0 2px 20px rgba(16, 32, 57, 0.06);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.ism-header-white.sticky {
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(16, 32, 57, 0.1);
}

.ism-header-white .main-menu ul li a {
    color: var(--theme-color-1);
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.ism-header-white .main-menu ul li.active > a,
.ism-header-white .main-menu ul li:hover > a {
    color: var(--theme-color);
}

.ism-header-white .sidebar__toggle .bar-icon {
    color: var(--theme-color-1);
}

.ism-header-white .header-link-1 .content span {
    color: #787878;
    font-size: 12px;
}

.ism-header-white .header-link-1 .content h6,
.ism-header-white .header-link-1 .content h6 a {
    color: var(--theme-color-1);
    font-weight: 700;
}

.ism-header-white .header-link-1 .icon {
    background: rgba(234, 24, 38, 0.1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ism-header-white .header-link-1 .icon i {
    color: var(--theme-color);
}

.ism-header-white .ism-header-cta {
    padding: 14px 24px;
    font-size: 13px;
    letter-spacing: 0.04em;
}

/* Header & footer logo */
.ism-header-white .header-logo img,
.ism-header-white .ism-logo-brand {
    max-height: 73px;
    width: auto !important;
    max-width: 220px;
    object-fit: contain;
}

.header-logo img:not(.ism-logo-brand) {
    max-height: 54px;
    width: auto !important;
    max-width: 220px;
    object-fit: contain;
}

/* =============================================
   SERVICES MEGA MENU
   ============================================= */

.ism-header-nav .main-menu > nav > ul > li.has-dropdown > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    margin-left: 7px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0.85;
}

.ism-header-nav .main-menu > nav > ul > li.has-dropdown:hover > a::after,
.ism-header-nav .main-menu > nav > ul > li.has-dropdown.ism-dropdown-open > a::after {
    transform: rotate(180deg);
}

.ism-header-nav .main-menu > nav > ul > li.has-dropdown {
    position: relative;
}

.ism-header-nav .main-menu > nav > ul > li.has-dropdown::before {
    content: "";
    position: absolute;
    left: -24px;
    right: -24px;
    top: 100%;
    height: 28px;
    z-index: 198;
}

/* Panel container */
.ism-header-nav .main-menu ul li .submenu.ism-services-mega {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    right: auto;
    inset-inline-start: 50%;
    width: min(720px, calc(100vw - 40px));
    min-width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 57, 0.08);
    border-radius: 18px;
    box-shadow:
        0 8px 20px rgba(16, 32, 57, 0.06),
        0 28px 64px rgba(16, 32, 57, 0.16);
    overflow: hidden;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px);
    transform-origin: top center;
    transition:
        opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.3s;
}

.ism-header-nav .main-menu ul li.has-dropdown:hover > .submenu.ism-services-mega,
.ism-header-nav .main-menu ul li.has-dropdown.ism-dropdown-open > .submenu.ism-services-mega,
.ism-header-nav .main-menu ul li.has-dropdown:focus-within > .submenu.ism-services-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.ism-services-mega::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 50%, var(--theme-color) 100%);
}

/* Desktop panel â€” single li wrapper */
.ism-services-mega__panel-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

.ism-services-mega__mobile-link {
    display: none !important;
}

.ism-services-mega__panel {
    padding: 18px 18px 16px;
}

/* Card grid â€” anchors, not nested li */
.ism-services-mega__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ism-services-mega__card {
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
    padding: 14px 14px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    border: 1px solid rgba(16, 32, 57, 0.07) !important;
    border-bottom: 1px solid rgba(16, 32, 57, 0.07) !important;
    background: #f8fafc !important;
    text-transform: none !important;
    text-decoration: none !important;
    color: var(--theme-color-1) !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-services-mega__card::before {
    display: none !important;
}

.ism-services-mega__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(234, 24, 38, 0.12);
    color: var(--theme-color);
    font-size: 17px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(16, 32, 57, 0.06);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ism-services-mega__label {
    flex: 1;
    min-width: 0;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--theme-color-1);
    letter-spacing: -0.01em;
}

.ism-services-mega__arrow {
    flex-shrink: 0;
    font-size: 11px;
    color: var(--theme-color);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ism-services-mega__card:hover {
    background: #ffffff !important;
    border-color: rgba(234, 24, 38, 0.22) !important;
    box-shadow: 0 8px 24px rgba(16, 32, 57, 0.08);
    transform: translateY(-2px);
    padding-left: 14px !important;
    color: var(--theme-color) !important;
}

.ism-services-mega__card:hover .ism-services-mega__icon {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
    transform: scale(1.04);
}

.ism-services-mega__card:hover .ism-services-mega__label {
    color: var(--theme-color);
}

.ism-services-mega__card:hover .ism-services-mega__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger cards on open */
.ism-services-mega__card {
    opacity: 0;
    transform: translateY(6px);
}

.ism-header-nav .main-menu ul li.has-dropdown:hover .ism-services-mega__card,
.ism-header-nav .main-menu ul li.has-dropdown.ism-dropdown-open .ism-services-mega__card,
.ism-header-nav .main-menu ul li.has-dropdown:focus-within .ism-services-mega__card {
    opacity: 1;
    transform: translateY(0);
}

.ism-services-mega__card:nth-child(1) { transition-delay: 0.03s; }
.ism-services-mega__card:nth-child(2) { transition-delay: 0.05s; }
.ism-services-mega__card:nth-child(3) { transition-delay: 0.07s; }
.ism-services-mega__card:nth-child(4) { transition-delay: 0.09s; }
.ism-services-mega__card:nth-child(5) { transition-delay: 0.11s; }
.ism-services-mega__card:nth-child(6) { transition-delay: 0.13s; }
.ism-services-mega__card:nth-child(7) { transition-delay: 0.15s; }

@media (max-width: 991px) {
    .ism-header-nav .main-menu ul li .submenu.ism-services-mega {
        display: none;
    }
}

/* Mobile offcanvas — premium custom menu */
.ism-mobile-menu.offcanvas__info {
    background: linear-gradient(165deg, #0c1829 0%, #102039 55%, #152a47 100%);
    border-left: none;
    width: min(100vw, 380px);
    box-shadow: -24px 0 64px rgba(0, 0, 0, 0.35);
    z-index: 1200 !important;
}

.offcanvas__overlay {
    z-index: 1150 !important;
}

body.ism-mobile-menu-open .offcanvas__overlay.overlay-open {
    opacity: 0.7;
}

@media (max-width: 991px) {
    body.ism-mobile-menu-open header {
        visibility: hidden;
        pointer-events: none;
    }
}

.ism-mobile-menu.offcanvas__info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 50%, var(--theme-color) 100%);
    z-index: 2;
}

.ism-mobile-menu__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100dvh;
    padding: max(18px, env(safe-area-inset-top)) 22px max(24px, env(safe-area-inset-bottom));
    gap: 0;
    overflow: hidden;
}

.ism-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.ism-mobile-menu__brand {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ism-mobile-menu__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--theme-color);
}

.ism-mobile-menu__brand-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.ism-mobile-menu__close {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.ism-mobile-menu__close:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.ism-mobile-menu__nav {
    flex: 1 1 auto;
    overflow-y: auto;
    margin: 0 -6px;
    padding: 0 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.ism-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ism-mobile-menu__item {
    border-radius: 12px;
    overflow: hidden;
}

.ism-mobile-menu__row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.ism-mobile-menu__link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.25s ease, color 0.25s ease;
}

.ism-mobile-menu__link:hover,
.ism-mobile-menu__link.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.ism-mobile-menu__link.is-active {
    box-shadow: inset 3px 0 0 var(--theme-color);
}

.ism-mobile-menu__toggle {
    flex: 0 0 48px;
    width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    margin-left: 4px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ism-mobile-menu__toggle i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ism-mobile-menu__item--has-sub.is-open .ism-mobile-menu__toggle {
    background: rgba(234, 24, 38, 0.15);
    color: #ffffff;
}

.ism-mobile-menu__item--has-sub.is-open .ism-mobile-menu__toggle i {
    transform: rotate(180deg);
}

.ism-mobile-menu__sub {
    list-style: none;
    margin: 0;
    padding: 0 8px 8px;
    display: none;
    flex-direction: column;
    gap: 2px;
}

.ism-mobile-menu__item--has-sub.is-open .ism-mobile-menu__sub {
    display: flex;
}

.ism-mobile-menu__sublink {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.ism-mobile-menu__sublink i {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(234, 24, 38, 0.12);
    color: var(--theme-color);
    font-size: 12px;
    margin-top: 1px;
}

.ism-mobile-menu__sublink:hover,
.ism-mobile-menu__sublink.is-active {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.ism-mobile-menu__sublink.is-active i {
    background: var(--theme-color);
    color: #ffffff;
}

.ism-mobile-menu__contact {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ism-mobile-menu__chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.ism-mobile-menu__chip i {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(234, 24, 38, 0.15);
    color: var(--theme-color);
    font-size: 14px;
}

.ism-mobile-menu__chip:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(234, 24, 38, 0.25);
    color: #ffffff;
}

.ism-mobile-menu__chip span {
    min-width: 0;
    word-break: break-word;
}

.ism-mobile-menu__address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 8px 12px 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

.ism-mobile-menu__address i {
    flex: 0 0 16px;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}

.ism-mobile-menu__footer {
    margin-top: 16px;
    padding-top: 4px;
}

.ism-mobile-menu__cta {
    min-height: 48px;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.ism-mobile-toggle {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    border: 1px solid rgba(16, 32, 57, 0.1);
    background: rgba(255, 255, 255, 0.95);
    color: var(--theme-color-1) !important;
    font-size: 18px;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.header__hamburger .sidebar__toggle {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

.ism-header-transparent .ism-mobile-toggle {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    backdrop-filter: blur(8px);
}

.ism-header-transparent.sticky .ism-mobile-toggle,
.ism-header-white .ism-mobile-toggle {
    border-color: rgba(16, 32, 57, 0.1);
    background: #f7f9fc;
    color: var(--theme-color-1) !important;
}

.ism-mobile-toggle:hover {
    background: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #ffffff !important;
}

body.ism-mobile-menu-open {
    overflow: hidden;
}

.ism-meanmenu-host {
    display: none !important;
}

/* Legacy meanmenu in offcanvas — hidden */
.mean-container .mean-nav .ism-services-mega,
.offcanvas__content .mean-nav .ism-services-mega {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mean-container .mean-nav .ism-services-mega::before,
.offcanvas__content .mean-nav .ism-services-mega::before {
    display: none;
}

.mean-container .mean-nav .ism-services-mega__panel-item,
.offcanvas__content .mean-nav .ism-services-mega__panel-item {
    display: none !important;
}

.mean-container .mean-nav .ism-services-mega__mobile-link,
.offcanvas__content .mean-nav .ism-services-mega__mobile-link {
    display: block !important;
}

.mean-container .mean-nav .ism-services-mega__mobile-link a,
.offcanvas__content .mean-nav .ism-services-mega__mobile-link a {
    padding: 10px 0 10px 16px !important;
    font-size: 14px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Inner pages breadcrumb offset */
body:not(.home-page) .breadcrumb__area {
    padding-top: 120px;
}

/* =============================================
   FULL-SCREEN HERO SLIDER
   ============================================= */

.ism-hero-fullscreen {
    position: relative;
    width: 100%;
    min-height: calc(100svh + 100px);
    overflow: hidden;
    --ism-trust-height: 132px;
}

/* Dark gradient at top ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â header sits over this for premium contrast */
.ism-hero-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 260px;
    background: linear-gradient(
        180deg,
        rgba(8, 16, 28, 0.92) 0%,
        rgba(16, 32, 57, 0.72) 35%,
        rgba(16, 32, 57, 0.35) 65%,
        transparent 100%
    );
    z-index: 5;
    pointer-events: none;
}

.ism-hero-swiper,
.ism-hero-swiper .swiper-wrapper,
.ism-hero-swiper .swiper-slide {
    height: calc(100svh + 100px);
    min-height: 780px;
}

.ism-hero-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: calc(var(--ism-trust-height) + 48px);
}

.ism-hero-slide-inner .small-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ism-hero-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 7s ease-out;
    will-change: transform;
}

.swiper-slide-active .ism-hero-slide-bg {
    transform: scale(1.1);
}

.ism-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        rgba(16, 32, 57, 0.92) 0%,
        rgba(16, 32, 57, 0.72) 42%,
        rgba(16, 32, 57, 0.45) 70%,
        rgba(16, 32, 57, 0.25) 100%
    );
}

.ism-hero-content {
    max-width: 720px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.ism-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(234, 24, 38, 0.15);
    border: 1px solid rgba(234, 24, 38, 0.35);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 28px;
}

.ism-hero-tag i {
    color: var(--theme-color);
    font-size: 14px;
}

.ism-hero-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.ism-hero-desc {
    color: rgba(255, 255, 255, 0.95) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.95) !important;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.7;
    max-width: 620px;
    margin-bottom: 38px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.ism-hero-tag {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.ism-hero-cta,
.ism-hero-cta i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.ism-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.ism-hero-cta {
    padding: 18px 32px !important;
    font-size: 14px !important;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 30px rgba(234, 24, 38, 0.35);
}

.ism-hero-cta:hover {
    box-shadow: 0 12px 40px rgba(234, 24, 38, 0.45);
    transform: translateY(-2px);
}

/* Hero arrows */
.ism-hero-controls {
    position: absolute;
    bottom: calc(var(--ism-trust-height) + 36px);
    right: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
    bottom: 200px;
}

.ism-hero-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.ism-hero-arrow:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

/* Progress bar â€” inside trust strip top edge */
.ism-hero-trust {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(180deg, #0c1a30 0%, #102039 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 -24px 64px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.ism-hero-trust::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 120% at 10% 50%, rgba(234, 24, 38, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 60% 100% at 90% 50%, rgba(234, 24, 38, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.ism-hero-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
    z-index: 2;
}

.ism-hero-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 100%);
    box-shadow: 0 0 16px rgba(234, 24, 38, 0.6);
    transition: width 0.1s linear;
}

/* Trust strip cards */
.ism-hero-trust .small-container {
    position: relative;
    z-index: 1;
}

.ism-hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.ism-hero-trust-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 30px 28px;
    position: relative;
    transition: background 0.35s ease;
}

.ism-hero-trust-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14), transparent);
}

.ism-hero-trust-card:last-child::after {
    display: none;
}

.ism-hero-trust-card:hover {
    background: rgba(255, 255, 255, 0.04);
}

.ism-hero-trust-icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--theme-color) 0%, #b8101c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 8px 24px rgba(234, 24, 38, 0.35);
    position: relative;
}

.ism-hero-trust-icon::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    pointer-events: none;
}

.ism-hero-trust-card:hover .ism-hero-trust-icon {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 32px rgba(234, 24, 38, 0.45);
}

.ism-hero-trust-icon i {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.ism-hero-trust-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ism-hero-trust-value {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ism-trust-accent {
    color: var(--theme-color);
}

.ism-hero-trust-stars {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: 1;
}

.ism-hero-trust-stars i {
    font-size: 13px;
    color: #f5b301;
    text-shadow: 0 1px 4px rgba(245, 179, 1, 0.35);
}

.ism-hero-trust-label {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Always show active / first slide content; never blank the hero */
.ism-hero-swiper .swiper-slide [data-animation] {
    opacity: 1;
    visibility: visible;
}

.ism-hero-swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) [data-animation] {
    opacity: 0;
    visibility: hidden;
}

.ism-hero-swiper.swiper-initialized .swiper-slide-active [data-animation],
.ism-hero-swiper:not(.swiper-initialized) .swiper-slide:first-child [data-animation] {
    opacity: 1 !important;
    visibility: visible !important;
}

/* =============================================
   WHY CHOOSE US â€” Premium feature cards
   ============================================= */

.ism-why-section {
    padding: 100px 0;
    background: #0a1528;
    overflow: hidden;
}

.ism-why-section__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 15% 0%, rgba(234, 24, 38, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 85% 100%, rgba(234, 24, 38, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #0c1a30 0%, #0a1528 50%, #081220 100%);
    pointer-events: none;
}

.ism-why-section__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
}

.ism-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.ism-why-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 32px 24px 36px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 24px 48px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.ism-why-card__num {
    position: absolute;
    top: 8px;
    right: 14px;
    font-family: var(--primary-font);
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    color: rgba(16, 32, 57, 0.04);
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.04em;
}

.ism-why-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(234, 24, 38, 0.12) 0%, rgba(234, 24, 38, 0.04) 100%);
    border: 1px solid rgba(234, 24, 38, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.ism-why-card__icon i {
    font-size: 26px;
    color: var(--theme-color);
    line-height: 1;
    transition: color 0.4s ease;
}

.ism-why-card__title {
    margin: 0 0 24px;
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color-1);
    line-height: 1.3;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.ism-why-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.ism-why-card__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 20px 20px 0 0;
}

.ism-why-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.06),
        0 32px 64px rgba(0, 0, 0, 0.18);
}

.ism-why-card:hover .ism-why-card__line {
    transform: scaleX(1);
}

.ism-why-card:hover .ism-why-card__icon {
    transform: scale(1.08);
    background: linear-gradient(145deg, var(--theme-color) 0%, #b8101c 100%);
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(234, 24, 38, 0.35);
}

.ism-why-card:hover .ism-why-card__icon i {
    color: #ffffff;
}

@media (max-width: 991px) {
    .ism-why-section {
        padding: 80px 0;
    }

    .ism-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .ism-why-section {
        padding: 64px 0;
    }

    .ism-why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ism-why-card {
        min-height: 0;
        padding: 28px 22px 32px;
    }

    .ism-why-card__num {
        font-size: 56px;
    }

    .ism-why-card__title {
        font-size: 18px;
    }
}

/* Page Hero */
.ism-page-hero-bg {
    background: linear-gradient(135deg, rgba(16, 32, 57, 0.9) 0%, rgba(16, 32, 57, 0.8) 100%),
                url('../images/project/9.jpeg') center/cover no-repeat;
}

.breadcrumb__area {
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Services card grid â€” equal height rows */
.ism-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.ism-services-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ism-services-grid__item {
    display: flex;
    min-width: 0;
}

.ism-services-grid__item--cta {
    grid-column: span 2;
}

.ism-services-grid__item--cta .ism-services-cta {
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.ism-service-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    flex: 1 1 auto;
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    border: 1px solid rgba(16, 32, 57, 0.08);
}

.ism-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(16, 32, 57, 0.14);
}

.ism-service-card-dark {
    box-sizing: border-box;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 16px 40px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
}

.ism-service-card-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-service-card-dark:hover {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.1),
        0 28px 56px rgba(0, 0, 0, 0.22);
}

.ism-service-card-dark:hover::before {
    transform: scaleX(1);
}

.ism-service-card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.ism-service-card-action {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 28px;
}

.ism-service-card-icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    background: linear-gradient(145deg, var(--theme-color) 0%, #b8101c 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    box-shadow: 0 8px 22px rgba(234, 24, 38, 0.32);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ism-service-card:hover .ism-service-card-icon {
    transform: scale(1.06) translateY(-2px);
    box-shadow: 0 12px 28px rgba(234, 24, 38, 0.4);
}

.ism-service-card-icon i {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}

.ism-service-card-title {
    margin: 0 0 12px;
    font-family: var(--primary-font);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.ism-service-card-title a {
    color: #ffffff;
    transition: color 0.25s ease;
}

.ism-service-card-title a:hover {
    color: var(--theme-color);
}

.ism-service-card-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ism-service-card-dark .ism-service-card-text {
    color: rgba(255, 255, 255, 0.72);
}

.ism-service-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 13px 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    align-self: flex-start;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.ism-service-card-btn i {
    font-size: 11px;
    transition: transform 0.35s ease;
}

.ism-service-card-btn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(234, 24, 38, 0.35);
    transform: translateY(-2px);
}

.ism-service-card-btn:hover i {
    transform: translateX(4px);
}

@media (max-width: 1199px) {
    .ism-services-grid,
    .ism-services-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .ism-services-grid__item--cta {
        grid-column: span 1;
    }

    .ism-services-cta__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px;
    }

    .ism-services-cta__tags {
        display: none;
    }
}

@media (max-width: 767px) {
    .ism-services-grid,
    .ism-services-grid--three {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ism-service-card,
    .ism-service-card-dark {
        padding: 28px;
    }

    .ism-service-card-title {
        font-size: 19px;
    }
}

/* Services section CTA â€” sits in grid beside last service card */
.ism-services-cta {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 16px 40px rgba(0, 0, 0, 0.18);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.ism-services-cta:hover {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.1),
        0 28px 56px rgba(0, 0, 0, 0.22);
}

.ism-services-cta__glow {
    position: absolute;
    top: -40%;
    left: -10%;
    width: 50%;
    height: 140%;
    background: radial-gradient(ellipse, rgba(234, 24, 38, 0.15) 0%, transparent 65%);
    pointer-events: none;
}

.ism-services-cta__inner {
    position: relative;
    z-index: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: center;
    padding: 32px;
}

.ism-services-cta__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 12px;
}

.ism-services-cta__title {
    margin: 0 0 12px;
    font-family: var(--primary-font);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.ism-services-cta__text {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    max-width: none;
}

.ism-services-cta__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ism-services-cta__tags li {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    padding: 8px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ism-services-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.ism-services-cta__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 28px rgba(234, 24, 38, 0.35);
}

.ism-services-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.25s ease, gap 0.25s ease;
}

.ism-services-cta__link:hover {
    color: #ffffff;
    gap: 12px;
}

.ism-services-cta__link i {
    font-size: 11px;
    color: var(--theme-color);
}

.ism-services-cta__phone {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.ism-services-cta__phone-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(234, 24, 38, 0.15);
    border: 1px solid rgba(234, 24, 38, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ism-services-cta__phone-icon i {
    color: #ffffff;
    font-size: 16px;
}

.ism-services-cta__phone span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 2px;
}

.ism-services-cta__phone a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.ism-services-cta__phone a:hover {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .ism-services-cta__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px;
    }

    .ism-services-cta__actions {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ism-services-grid__item--cta {
        grid-column: span 1;
    }

    .ism-services-cta__inner {
        padding: 28px 22px;
    }

    .ism-services-cta__tags {
        display: flex;
    }
}

/* =============================================
   SERVICE APPLICATIONS â€” Where We Apply
   ============================================= */

.ism-applications-section {
    position: relative;
    overflow: hidden;
}

.ism-applications-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 24, 38, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.ism-applications-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: stretch;
}

.ism-applications-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ism-applications-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ism-applications-lead {
    margin-bottom: 28px;
    color: #5c6578;
    line-height: 1.75;
    max-width: 42ch;
}

.ism-applications-trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ism-applications-trust li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color-1);
}

.ism-applications-trust li i {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(234, 24, 38, 0.08);
    color: var(--theme-color);
    font-size: 15px;
}

.ism-applications-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 230px);
    gap: 22px;
    align-items: stretch;
    min-height: 100%;
}

.ism-applications-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ism-application-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    transition: transform 0.25s ease;
    animation: ism-app-row-in 0.5s ease both;
    animation-delay: var(--ism-app-delay, 0s);
    margin-bottom: 30px;
}

@keyframes ism-app-row-in {
    from {
        opacity: 0;
        transform: translateX(-8px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ism-application-item:hover {
    transform: translateX(4px);
}

.ism-application-item__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    font-size: 10px;
}

.ism-application-item__text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--theme-color-1);
    white-space: nowrap;
}

.ism-applications-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.ism-applications-visual__frame {
    position: relative;
    flex: 1 1 auto;
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(16, 32, 57, 0.14),
        0 0 0 1px rgba(16, 32, 57, 0.06);
}

.ism-applications-visual__frame::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    z-index: 2;
    pointer-events: none;
}

.ism-applications-visual__frame img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.ism-applications-visual:hover .ism-applications-visual__frame img {
    transform: scale(1.04);
}

.ism-applications-visual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(16, 32, 57, 0.05) 0%,
        rgba(16, 32, 57, 0.35) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.ism-applications-visual__badge {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(16, 32, 57, 0.12);
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color-1);
    line-height: 1.3;
}

.ism-applications-visual__badge i {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--theme-color);
    color: #ffffff;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .ism-applications-panel {
        grid-template-columns: 1fr;
    }

    .ism-applications-visual {
        order: -1;
    }

    .ism-application-item__text {
        white-space: normal;
    }

    .ism-applications-visual__frame {
        min-height: 220px;
        max-height: 280px;
    }

    .ism-applications-visual__frame img {
        min-height: 220px;
    }
}

@media (max-width: 991px) {
    .ism-applications-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ism-applications-lead {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .ism-application-item__text {
        font-size: 15px;
    }
}

/* =============================================
   PROCESS STEPS â€” Premium 4-step grid
   ============================================= */

.ism-process-section {
    background: #f7f9fc;
    overflow: hidden;
}

.ism-process-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 10% 0%, rgba(234, 24, 38, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 90% 100%, rgba(16, 32, 57, 0.05) 0%, transparent 50%);
}

.ism-process-section__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(16, 32, 57, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 32, 57, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.ism-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.ism-process-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 36px 28px 32px;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 57, 0.08);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(16, 32, 57, 0.06);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.ism-process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 56px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: var(--theme-color);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-process-card:hover {
    transform: translateY(-10px);
    border-color: rgba(234, 24, 38, 0.22);
    box-shadow: 0 20px 48px rgba(16, 32, 57, 0.12);
}

.ism-process-card:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.ism-process-card__connector {
    position: absolute;
    top: 72px;
    left: calc(100% + 4px);
    width: calc(24px - 8px);
    height: 2px;
    background: linear-gradient(90deg, rgba(234, 24, 38, 0.45), rgba(16, 32, 57, 0.12));
    z-index: 2;
    pointer-events: none;
}

.ism-process-card__connector::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
    box-shadow: 0 0 0 4px rgba(234, 24, 38, 0.12);
}

.ism-process-card__number {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color);
    background: rgba(234, 24, 38, 0.08);
    border: 1px solid rgba(234, 24, 38, 0.15);
    border-radius: 50%;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.ism-process-card:hover .ism-process-card__number {
    background: var(--theme-color);
    color: #ffffff;
    border-color: var(--theme-color);
}

.ism-process-card__icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 8px 0 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(234, 24, 38, 0.1) 0%, rgba(234, 24, 38, 0.04) 100%);
    border: 1px solid rgba(234, 24, 38, 0.12);
    overflow: hidden;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-process-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--theme-color);
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-process-card__icon i {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: var(--theme-color);
    transition: color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-process-card:hover .ism-process-card__icon {
    border-color: var(--theme-color);
    box-shadow: 0 12px 28px rgba(234, 24, 38, 0.28);
    transform: scale(1.06);
}

.ism-process-card:hover .ism-process-card__icon::before {
    transform: scale(1);
}

.ism-process-card:hover .ism-process-card__icon i {
    color: #ffffff;
    transform: scale(1.05);
}

.ism-process-card__title {
    margin: 0 0 12px;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-1);
    line-height: 1.3;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.ism-process-card:hover .ism-process-card__title {
    color: var(--theme-color);
}

.ism-process-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(16, 32, 57, 0.68);
}

@media (max-width: 1199px) {
    .ism-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .ism-process-card__connector {
        display: none;
    }
}

@media (max-width: 767px) {
    .ism-process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ism-process-card {
        padding: 32px 24px 28px;
    }

    .ism-process-card:hover {
        transform: translateY(-6px);
    }
}

/* Service Page Cards */
.ism-service-page-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 57, 0.07);
    box-shadow:
        0 2px 4px rgba(16, 32, 57, 0.04),
        0 14px 42px rgba(16, 32, 57, 0.08);
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    height: 100%;
    position: relative;
}

.ism-service-page-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
}

.ism-service-page-card:hover {
    transform: translateY(-8px);
    border-color: rgba(16, 32, 57, 0.12);
    box-shadow:
        0 6px 12px rgba(16, 32, 57, 0.06),
        0 28px 56px rgba(16, 32, 57, 0.14);
}

.ism-service-page-card:hover::before {
    transform: scaleX(1);
}

.ism-service-page-card > .row {
    height: 100%;
    margin: 0;
}

.ism-service-page-card > .row > [class*="col-"] {
    display: flex;
    padding: 0;
}

.ism-service-page-card .col-md-7 {
    border-left: 1px solid rgba(16, 32, 57, 0.06);
}

.ism-service-page-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
    overflow: hidden;
}

.ism-service-page-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 32, 57, 0) 35%, rgba(16, 32, 57, 0.42) 100%);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.ism-service-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-service-page-card:hover .ism-service-page-img img {
    transform: scale(1.06);
}

.ism-service-page-icon {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 54px;
    height: 54px;
    background: linear-gradient(145deg, var(--theme-color) 0%, #b8101c 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 8px 22px rgba(234, 24, 38, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ism-service-page-card:hover .ism-service-page-icon {
    transform: scale(1.06) translateY(-2px);
    box-shadow: 0 12px 28px rgba(234, 24, 38, 0.42);
}

.ism-service-page-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.ism-service-page-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    padding: 34px 36px 32px;
    min-height: 100%;
}

.ism-service-page-content h3 {
    margin: 0 0 14px;
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.ism-service-page-content h3 a {
    color: var(--theme-color-1);
    transition: color 0.25s ease;
}

.ism-service-page-content h3 a:hover {
    color: var(--theme-color);
}

.ism-service-page-content > p {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.7;
    color: #787878;
}

.ism-service-page-content h6 {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-color-1);
}

.ism-service-page-content .ism-mini-list {
    margin-bottom: 28px;
}

.ism-service-page-content .primary-btn-1 {
    margin-top: auto;
    align-self: flex-start;
}

@media only screen and (max-width: 991px) {
    .ism-service-page-card .col-md-7 {
        border-left: none;
        border-top: 1px solid rgba(16, 32, 57, 0.06);
    }

    .ism-service-page-img {
        min-height: 220px;
    }

    .ism-service-page-content {
        padding: 28px 26px 26px;
    }

    .ism-service-page-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .ism-service-page-img {
        min-height: 200px;
    }

    .ism-service-page-content {
        padding: 24px 22px 22px;
    }
}

.ism-mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ism-mini-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #787878;
}

.ism-mini-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    font-size: 12px;
}

/* =============================================
   ABOUT INTRO — Homepage image / badge layout
   ============================================= */

.ism-about-intro {
    overflow: visible;
}

.ism-about-intro .about-2-image-area {
    padding-left: 0 !important;
    margin-left: 0 !important;
    overflow: visible;
    height: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
}

.ism-about-intro .about-2-image-area .main-image {
    padding-left: 0 !important;
    margin: 0;
    line-height: 0;
    border-radius: 0 100px 0 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(16, 32, 57, 0.12);
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 560px;
    text-align: left;
}

.ism-about-intro .about-2-image-area .main-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border-radius: 0 100px 0 0;
    object-fit: cover;
    object-position: center center;
}

.ism-about-intro .about-2-content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Hide overlay photo on all screen sizes — was showing old courtyard image on desktop */
.ism-about-intro .about-2-image-area .small-image {
    display: none !important;
}

/* Badge sits on the image (left edge), no extra column padding */
.ism-about-intro .about-2-image-area .icon-box {
    left: 24px !important;
    top: auto !important;
    bottom: 28px !important;
    transform: none !important;
    max-width: none;
    z-index: 2;
    box-shadow: 0 14px 36px rgba(234, 24, 38, 0.28);
    border-radius: 12px;
    padding: 18px 22px !important;
    gap: 16px !important;
}

.ism-about-intro .about-2-image-area .icon-box .icon {
    flex-shrink: 0;
    line-height: 1;
    transform: none !important;
    font-size: 36px !important;
    padding: 14px 16px !important;
}

.ism-about-intro .about-2-image-area .icon-box h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    margin-bottom: 4px !important;
}

.ism-about-intro .about-2-image-area .icon-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    opacity: 0.95;
}

@media only screen and (min-width: 1200px) {
    .ism-about-intro .about-2-image-area,
    .ism-about-intro .about-2-image-area .main-image,
    .ism-about-intro .about-2-image-area .main-image img {
        min-height: 640px;
    }
}

@media only screen and (max-width: 991px) {
    .ism-about-intro .about-2-image-area {
        padding-left: 0 !important;
        margin-bottom: 24px;
        min-height: 0;
        height: auto;
    }

    .ism-about-intro .about-2-image-area .main-image {
        border-radius: 0 60px 0 0;
        min-height: 360px;
        height: auto;
    }

    .ism-about-intro .about-2-image-area .main-image img {
        border-radius: 0 60px 0 0;
        min-height: 360px;
        height: 360px;
    }

    .ism-about-intro .about-2-image-area .icon-box {
        left: 16px !important;
        bottom: 20px !important;
        padding: 14px 16px !important;
        gap: 12px !important;
    }

    .ism-about-intro .about-2-image-area .icon-box .icon {
        font-size: 28px !important;
        padding: 10px 12px !important;
    }

    .ism-about-intro .about-2-image-area .icon-box h3 {
        font-size: 28px;
    }
}

/* =============================================
   WHY CHOOSE US — Homepage section
   ============================================= */

.ism-choose-section {
    background: #ffffff;
    overflow: hidden;
}

.ism-choose-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 50% 60% at 100% 50%, rgba(16, 32, 57, 0.04) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 0% 100%, rgba(234, 24, 38, 0.04) 0%, transparent 50%);
}

/* Override template .choose-section white title on light background */
.ism-choose-section .ism-choose-title,
.ism-choose-section.choose-section .section-title {
    color: var(--theme-color-1) !important;
}

.ism-choose-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

.ism-choose-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 580px;
}

.ism-choose-title {
    margin: 14px 0 22px;
    font-family: var(--primary-font);
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 700;
    color: var(--theme-color-1);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.ism-choose-lead {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.75;
    color: #374151;
    font-weight: 500;
}

.ism-choose-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #64748b;
}

.ism-choose-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.ism-choose-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 57, 0.08);
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--theme-color-1);
    box-shadow: 0 4px 16px rgba(16, 32, 57, 0.04);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ism-choose-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color) 0%, #c41420 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(234, 24, 38, 0.3);
}

.ism-choose-check i {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
}

.ism-choose-list li:hover {
    border-color: rgba(234, 24, 38, 0.22);
    box-shadow: 0 12px 32px rgba(16, 32, 57, 0.08);
    transform: translateX(6px);
}

.ism-choose-cta {
    margin-top: 32px;
    align-self: flex-start;
    box-shadow: 0 8px 28px rgba(234, 24, 38, 0.3);
}

.ism-choose-stats {
    display: flex;
    align-items: stretch;
    height: 100%;
}

/* Stats */
.ism-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    align-items: stretch;
}

.ism-stat-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 210px;
    padding: 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 4px 8px rgba(16, 32, 57, 0.1),
        0 20px 48px rgba(16, 32, 57, 0.16);
    overflow: hidden;
    background: #0a1528;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.ism-stat-box__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ism-stat-box__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(16, 32, 57, 0.05) 0%, rgba(16, 32, 57, 0.55) 38%, rgba(8, 18, 32, 0.92) 100%),
        linear-gradient(135deg, rgba(234, 24, 38, 0.08) 0%, transparent 45%);
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.ism-stat-box--rated .ism-stat-box__overlay {
    background:
        linear-gradient(180deg, rgba(16, 32, 57, 0.05) 0%, rgba(16, 32, 57, 0.55) 38%, rgba(8, 18, 32, 0.92) 100%),
        linear-gradient(135deg, rgba(245, 179, 1, 0.08) 0%, transparent 50%);
}

.ism-stat-box:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow:
        0 8px 16px rgba(16, 32, 57, 0.12),
        0 28px 56px rgba(16, 32, 57, 0.22);
}

.ism-stat-box:hover .ism-stat-box__bg {
    transform: scale(1.07);
}

.ism-stat-box__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 22px 18px;
}

.ism-stat-box__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.ism-stat-box__icon {
    flex-shrink: 0;
    font-size: 26px;
    line-height: 1;
    color: var(--theme-color);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s ease, color 0.35s ease;
}

.ism-stat-box--rated .ism-stat-box__icon {
    color: #f5b301;
}

.ism-stat-box:hover .ism-stat-box__icon {
    transform: scale(1.08);
    color: #ffffff;
}

.ism-stat-box--rated:hover .ism-stat-box__icon {
    color: #ffd24d;
}

.ism-stat-box h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.03em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.ism-stat-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.ism-stat-stars i {
    font-size: 12px;
    color: #f5b301;
}

.ism-stat-box h3 .ism-star {
    color: #f5b301;
    font-size: 28px;
}

.ism-stat-box p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* Industry Cards */
.ism-industry-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 35px 25px;
    height: 100%;
    transition: transform 0.3s ease, background 0.3s ease;
}

.ism-industry-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.ism-industry-card p {
    color: rgba(255, 255, 255, 0.7);
}

.ism-industry-card .icon-box {
    width: 70px;
    height: 70px;
    background: var(--theme-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ism-industry-card .icon-box i {
    font-size: 30px;
    color: #fff;
}

/* Tags */
.ism-area-tags,
.ism-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ism-area-tag,
.ism-tag {
    background: rgba(16, 32, 57, 0.06);
    border: 1px solid rgba(16, 32, 57, 0.1);
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}

.ism-area-tag:hover {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.ism-tag {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.ism-tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

/* Testimonials â€” full-width marquee */
.ism-testimonials-section {
    overflow: hidden;
}

.ism-testimonials-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(234, 24, 38, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 0% 100%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
}

.ism-testimonials-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px 0 12px;
}

.ism-testimonials-marquee__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 3;
    pointer-events: none;
}

.ism-testimonials-marquee__fade--left {
    left: 0;
    background: linear-gradient(90deg, var(--theme-color-1) 0%, transparent 100%);
}

.ism-testimonials-marquee__fade--right {
    right: 0;
    background: linear-gradient(270deg, var(--theme-color-1) 0%, transparent 100%);
}

.ism-testimonials-marquee__track {
    display: flex;
    width: max-content;
    animation: ism-testimonial-marquee 55s linear infinite;
    will-change: transform;
}

.ism-testimonials-marquee:hover .ism-testimonials-marquee__track {
    animation-play-state: paused;
}

.ism-testimonials-marquee__group {
    display: flex;
    align-items: stretch;
    gap: 24px;
    padding-right: 24px;
}

@keyframes ism-testimonial-marquee {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

.ism-testimonial-card {
    position: relative;
    flex: 0 0 auto;
    width: min(440px, 82vw);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px 30px 26px;
    border-radius: 22px;
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 48%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 24px 56px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.ism-testimonial-card__accent {
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 2px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 50%, transparent 100%);
    opacity: 0.85;
}

.ism-testimonial-card:hover {
    border-color: rgba(234, 24, 38, 0.32);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 8px 16px rgba(0, 0, 0, 0.1),
        0 32px 64px rgba(0, 0, 0, 0.26);
    transform: translateY(-6px);
}

.ism-testimonial-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.ism-testimonial-card__quote {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(234, 24, 38, 0.22) 0%, rgba(234, 24, 38, 0.08) 100%);
    border: 1px solid rgba(234, 24, 38, 0.32);
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(234, 24, 38, 0.22);
}

.ism-testimonial-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(245, 179, 1, 0.1);
    border: 1px solid rgba(245, 179, 1, 0.22);
}

.ism-testimonial-stars i {
    color: #f5b301;
    font-size: 12px;
}

.ism-testimonial-text {
    flex: 1;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.8;
    font-style: normal;
    margin: 0 0 24px;
}

.ism-testimonial-card__footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ism-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ism-testimonial-author__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: linear-gradient(135deg, var(--theme-color) 0%, #b8101c 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 0 0 3px rgba(234, 24, 38, 0.15),
        0 6px 18px rgba(234, 24, 38, 0.35);
}

.ism-testimonial-author__avatar span {
    display: block;
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-align: center;
}

.ism-testimonial-author__meta {
    min-width: 0;
}

.ism-testimonial-author h5 {
    margin: 0 0 4px;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.ism-testimonial-author__location {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.58);
}

.ism-testimonial-card__service {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    max-width: 100%;
    padding: 9px 14px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(16, 32, 57, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ism-testimonial-card__service i {
    flex-shrink: 0;
    color: var(--theme-color);
    font-size: 13px;
}

.ism-testimonial-card__service span {
    min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
    .ism-testimonials-marquee__track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 24px;
        padding: 0 20px;
    }

    .ism-testimonials-marquee__group {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
    }

    .ism-testimonials-marquee__fade {
        display: none;
    }
}

@media (max-width: 767px) {
    .ism-testimonials-marquee__fade {
        width: 48px;
    }

    .ism-testimonial-card {
        width: min(340px, 88vw);
        padding: 24px 22px 20px;
    }
}

/* CTA Section */
.ism-cta-section {
    background: linear-gradient(135deg, var(--theme-color-1) 0%, #1a3050 100%);
    --ism-cta-sticky-top: 108px;
}

.ism-cta-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 40px 48px;
    align-items: stretch;
}

.ism-cta-layout__aside {
    min-width: 0;
    min-height: 100%;
}

.ism-cta-sticky {
    position: sticky;
    top: var(--ism-cta-sticky-top);
    padding-bottom: 24px;
}

.ism-cta-title {
    margin: 12px 0 18px;
    font-family: var(--primary-font);
    font-size: clamp(26px, 2.8vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff !important;
}

.ism-cta-text {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    max-width: 440px;
}

.ism-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 24px;
}

.ism-cta-call .content h5 {
    margin: 0;
    font-size: 18px;
}

.ism-cta-layout__form {
    min-width: 0;
    align-self: start;
}

.ism-cta-layout__form .ism-form-area {
    height: 100%;
}

@media (max-width: 991px) {
    .ism-cta-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ism-cta-sticky {
        position: static;
        padding-bottom: 0;
    }

    .ism-cta-text {
        max-width: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ism-cta-section {
        --ism-cta-sticky-top: 96px;
    }

    .ism-cta-layout {
        gap: 32px 36px;
    }
}

.ism-form-area {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 35px;
    backdrop-filter: blur(10px);
}

.ism-form-area label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.ism-form-area input,
.ism-form-area textarea,
.ism-select {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 15px;
    color: var(--theme-color-1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ism-form-area textarea {
    line-height: 1.5;
    height: auto;
    min-height: 96px;
    resize: vertical;
}

.ism-form-area input::placeholder,
.ism-form-area textarea::placeholder {
    color: rgba(16, 32, 57, 0.4);
}

.ism-form-area input:focus,
.ism-form-area textarea:focus,
.ism-select:focus {
    outline: none;
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(234, 24, 38, 0.15);
}

.ism-form-select-wrap {
    position: relative;
}

.ism-form-select-wrap::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color-1);
    pointer-events: none;
    font-size: 14px;
}

.ism-select {
    appearance: none;
    cursor: pointer;
    padding-right: 42px;
}

.ism-form-field {
    margin-bottom: 14px;
}

.ism-form-row {
    --bs-gutter-x: 16px;
}

.ism-form-required {
    color: var(--theme-color);
}

.ism-form-submit {
    margin-top: 2px;
    min-height: 46px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Contact page â€” light premium form */
.ism-contact-form-wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 57, 0.08);
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 12px 40px rgba(16, 32, 57, 0.08);
    overflow: hidden;
}

.ism-contact-form-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 50%, var(--theme-color) 100%);
}

.ism-contact-form-wrap .contact-page-form-area {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.ism-contact-form-wrap .ism-form-area {
    background: transparent;
    border: none;
    padding: 0;
    backdrop-filter: none;
}

.ism-form-area--light .ism-form-header__title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color-1);
    line-height: 1.25;
}

.ism-form-area--light .ism-form-header__text {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #5c6578;
}

.ism-form-area--light label,
.ism-contact-form-wrap .contact-page-form label {
    color: var(--theme-color-1);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.ism-form-area--light input,
.ism-form-area--light textarea,
.ism-form-area--light .ism-select {
    background: #f7f9fc;
    border: 1px solid rgba(16, 32, 57, 0.1);
    border-radius: 8px;
    padding: 14px 14px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 0;
}

.ism-form-area--light textarea {
    min-height: 96px;
    resize: vertical;
}

.ism-form-area--light input:focus,
.ism-form-area--light textarea:focus,
.ism-form-area--light .ism-select:focus {
    background: #ffffff;
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(234, 24, 38, 0.12);
}

.ism-contact-form-wrap .contact-page-form input,
.ism-contact-form-wrap .contact-page-form textarea,
.ism-contact-form-wrap .contact-page-form select {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    border-radius: 8px;
}

.ism-form-area .contact-page-form textarea {
    line-height: 1.5;
    height: auto;
    min-height: 96px;
    margin-bottom: 0;
    resize: vertical;
}

.ism-form-alert {
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.ism-form-alert--error {
    background: rgba(234, 24, 38, 0.08);
    border: 1px solid rgba(234, 24, 38, 0.2);
    color: var(--theme-color-1);
}

/* Contact Page */
.ism-contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ism-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ism-contact-info-item .icon {
    width: 55px;
    height: 55px;
    background: var(--theme-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ism-contact-info-item .icon i {
    color: #fff;
    font-size: 22px;
}

.ism-contact-info-item > div > span {
    display: block;
    font-size: 14px;
    color: #787878;
    margin-bottom: 5px;
}

.ism-contact-info-item h5 {
    margin: 0;
    font-size: 18px;
}

.ism-contact-info-item h5 a {
    color: var(--theme-color-1);
}

.ism-contact-info-item h5 a:hover {
    color: var(--theme-color);
}

.ism-site-address {
    margin: 0;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--theme-color-1);
}

.ism-site-address--contact {
    font-size: 17px;
}

.ism-offcanvas-address {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.ism-footer__details .ism-site-address {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}

.ism-form-success {
    background: #fff;
    border-radius: 12px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(16, 32, 57, 0.1);
}

.ism-form-success-icon i {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
}

/* Value Cards */
.ism-value-card {
    background: #fff;
    border: 1px solid rgba(16, 32, 57, 0.08);
    border-radius: 12px;
    padding: 35px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ism-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(16, 32, 57, 0.1);
}

.ism-value-icon {
    width: 60px;
    height: 60px;
    background: rgba(234, 24, 38, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ism-value-icon i {
    font-size: 26px;
    color: var(--theme-color);
}

/* Check List */
.ism-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ism-check-list li {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ism-check-list li:last-child {
    border-bottom: none;
}

.ism-check-list li > i {
    font-size: 28px;
    color: var(--theme-color);
    flex-shrink: 0;
    margin-top: 5px;
}

.ism-check-list li p {
    color: rgba(255, 255, 255, 0.7);
}

/* Benefit Cards */
.ism-benefit-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    height: 100%;
    transition: transform 0.3s ease;
}

.ism-benefit-card:hover {
    transform: translateY(-3px);
}

.ism-benefit-icon i {
    color: var(--theme-color);
    font-size: 22px;
    margin-top: 3px;
}

/* FAQ */
.ism-faq-accordion .accordion-item {
    border: 1px solid rgba(16, 32, 57, 0.1);
    border-radius: 10px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.ism-faq-accordion .accordion-button {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
    padding: 20px 25px;
    background: #fff;
    color: var(--theme-color-1);
}

.ism-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(234, 24, 38, 0.05);
    color: var(--theme-color);
    box-shadow: none;
}

.ism-faq-accordion .accordion-body {
    padding: 0 25px 20px;
}

/* Areas */
.ism-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

.ism-area-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.ism-area-card:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    transform: translateY(-3px);
}

.ism-area-card i {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.ism-area-card:hover i {
    color: #fff;
}

/* Regional coverage cards */
.ism-regions-section {
    position: relative;
    overflow: hidden;
}

.ism-regions-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(234, 24, 38, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.ism-regions-lead {
    max-width: 58ch;
    margin: 16px auto 0;
    color: #5c6578;
    line-height: 1.75;
}

.ism-regions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.ism-region-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 24px 24px;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 57, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(16, 32, 57, 0.06);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    animation: ism-region-in 0.55s ease both;
    animation-delay: var(--ism-region-delay, 0s);
}

.ism-region-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #ff6b76 50%, var(--theme-color) 100%);
}

@keyframes ism-region-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ism-region-card:hover {
    transform: translateY(-6px);
    border-color: rgba(234, 24, 38, 0.18);
    box-shadow: 0 20px 48px rgba(16, 32, 57, 0.12);
}

.ism-region-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(16, 32, 57, 0.06);
}

.ism-region-card__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(234, 24, 38, 0.08);
    color: var(--theme-color);
    font-size: 18px;
    transition: background 0.3s ease, color 0.3s ease;
}

.ism-region-card:hover .ism-region-card__icon {
    background: var(--theme-color);
    color: #ffffff;
}

.ism-region-card__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-1);
    line-height: 1.25;
}

.ism-region-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
}

.ism-region-card__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #5c6578;
    line-height: 1.35;
}

.ism-region-card__list li i {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    font-size: 8px;
}

.ism-region-card__list li span {
    color: var(--theme-color-1);
}

@media (max-width: 1199px) {
    .ism-regions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ism-regions-grid {
        grid-template-columns: 1fr;
    }

    .ism-region-card {
        padding: 24px 20px 20px;
    }
}

/* Map Placeholder */
.ism-map-placeholder {
    background: linear-gradient(135deg, var(--theme-color-1) 0%, #1a3050 100%);
    border-radius: 12px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ism-map-content {
    text-align: center;
    color: #fff;
}

.ism-map-content i {
    font-size: 60px;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.ism-map-content h4 {
    color: #fff;
    margin-bottom: 10px;
}

.ism-map-content p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Business Cards */
.ism-business-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 35px 25px;
    height: 100%;
    transition: transform 0.3s ease;
}

.ism-business-card:hover {
    transform: translateY(-5px);
}

.ism-business-card i {
    font-size: 40px;
    color: var(--theme-color);
}

.ism-business-card p {
    color: rgba(255, 255, 255, 0.7);
}

/* Service Detail — image left-aligned with container, larger hero photo */
.section-space .about-2-image-area {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.section-space .about-2-image-area .main-image {
    padding-left: 0 !important;
    text-align: left;
    width: 100%;
}

.section-space .about-2-image-area .main-image.ism-service-hero-img,
.ism-service-hero-img {
    border-radius: 0 100px 0 0;
    overflow: hidden;
}

.ism-service-hero-img img {
    border-radius: 0 100px 0 0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.section-space .about-2-image-area .icon-box {
    left: 20px !important;
    top: auto !important;
    bottom: 24px !important;
    transform: none !important;
    border-radius: 12px;
    padding: 16px 18px !important;
    gap: 14px !important;
    max-width: none;
}

.section-space .about-2-image-area .icon-box .icon {
    transform: none !important;
    font-size: 32px !important;
    padding: 12px 14px !important;
}

@media (min-width: 1200px) {
    .ism-service-hero-img img {
        min-height: 560px;
    }
}

@media (max-width: 991px) {
    .ism-service-hero-img img {
        min-height: 320px;
        height: 320px;
        border-radius: 0 60px 0 0;
    }

    .section-space .about-2-image-area .main-image.ism-service-hero-img {
        border-radius: 0 60px 0 0;
    }
}

/* Utility */
.ism-max-width-center {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-1 .image img {
    max-height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

/* =============================================
   FOOTER â€” Premium two-tier layout
   ============================================= */

.ism-footer {
    position: relative;
    background: #081220;
    overflow: hidden;
}

.ism-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 15% 0%, rgba(234, 24, 38, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 85% 100%, rgba(234, 24, 38, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #0c1a30 0%, #081220 100%);
}

.ism-footer__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
}

.ism-footer__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--theme-color) 20%, #ff6b76 50%, var(--theme-color) 80%, transparent 100%);
    z-index: 1;
}

.ism-footer__main {
    position: relative;
    z-index: 2;
    padding: 64px 0 48px;
}

/* â€”â€” Top band: brand + CTA â€”â€” */
.ism-footer__top {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 380px);
    gap: 48px;
    align-items: stretch;
}

.ism-footer__brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.ism-footer__logo {
    display: inline-block;
    margin-bottom: 22px;
}

.ism-footer__logo img {
    display: block;
    height: 90px;
    width: auto !important;
    max-width: 260px;
    object-fit: contain;
}

.ism-footer__about {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    max-width: 520px;
}

.ism-footer__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ism-footer__chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.ism-footer__chip i {
    color: var(--theme-color);
    font-size: 14px;
    flex-shrink: 0;
}

.ism-footer__chip:hover {
    background: rgba(234, 24, 38, 0.1);
    border-color: rgba(234, 24, 38, 0.3);
    transform: translateY(-2px);
    color: #ffffff;
}

/* CTA panel */
.ism-footer__cta-panel {
    position: relative;
}

.ism-footer__cta-panel-inner {
    height: 100%;
    padding: 32px 32px 28px;
    border-radius: 20px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3px solid var(--theme-color);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 20px 50px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
}

.ism-footer__cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(234, 24, 38, 0.15);
    border: 1px solid rgba(234, 24, 38, 0.28);
}

.ism-footer__cta-badge i {
    font-size: 12px;
    color: var(--theme-color);
}

.ism-footer__cta-title {
    margin: 0 0 10px;
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ism-footer__cta-text {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.ism-footer__cta-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 28px rgba(234, 24, 38, 0.35);
}

.ism-footer__cta-divider {
    height: 1px;
    margin: 20px 0 16px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, transparent 100%);
}

.ism-footer__cta-phone {
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: opacity 0.25s ease;
}

.ism-footer__cta-phone:hover {
    opacity: 0.9;
}

.ism-footer__cta-phone-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.ism-footer__cta-phone-num {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.ism-footer__cta-phone:hover .ism-footer__cta-phone-num {
    color: var(--theme-color);
}

/* Divider */
.ism-footer__divider {
    height: 1px;
    margin: 44px 0 40px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.12) 80%, transparent 100%);
}

/* â€”â€” Nav band â€”â€” */
.ism-footer__nav {
    display: grid;
    grid-template-columns: 0.9fr 1.3fr 1fr;
    gap: 0;
    align-items: start;
}

.ism-footer__nav-col {
    padding: 0 32px;
}

.ism-footer__nav-col:first-child {
    padding-left: 0;
}

.ism-footer__nav-col:last-child {
    padding-right: 0;
}

.ism-footer__nav-col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ism-footer__label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--theme-color);
}

.ism-footer__title {
    margin: 0 0 24px;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.ism-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2px;
}

.ism-footer__links--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 2px;
}

.ism-footer__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.68);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.ism-footer__links li:last-child a {
    border-bottom: none;
}

.ism-footer__links a i {
    font-size: 11px;
    color: var(--theme-color);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ism-footer__links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.ism-footer__links a:hover i {
    opacity: 1;
    transform: translateX(0);
}

.ism-footer__links a span {
    min-width: 0;
}

/* Contact details column */
.ism-footer__details {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 16px;
}

.ism-footer__details li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ism-footer__detail-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.ism-footer__details a,
.ism-footer__details > li > .ism-footer__detail-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.ism-footer__details a {
    transition: color 0.25s ease;
}

.ism-footer__details a:hover {
    color: var(--theme-color);
}

.ism-footer__coverage {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ism-footer__coverage i {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 16px;
    color: var(--theme-color);
}

.ism-footer__coverage span {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
}

/* Bottom bar */
.ism-footer__bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
}

.ism-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 20px 0;
}

.ism-footer__copyright,
.ism-footer__credit {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
}

.ism-footer__credit a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    transition: color 0.25s ease;
}

.ism-footer__credit a:hover {
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .ism-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ism-footer__brand {
        padding-right: 0;
    }

    .ism-footer__about {
        max-width: none;
    }

    .ism-footer__nav {
        grid-template-columns: 1fr 1fr;
        gap: 36px 32px;
    }

    .ism-footer__nav-col {
        padding: 0;
        border-right: none !important;
    }

    .ism-footer__nav-col--contact {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .ism-footer__main {
        padding: 48px 0 36px;
    }

    .ism-footer__divider {
        margin: 32px 0 28px;
    }

    .ism-footer__nav {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ism-footer__nav-col--contact {
        grid-column: span 1;
    }

    .ism-footer__links--grid {
        grid-template-columns: 1fr;
    }

    .ism-footer__chips {
        flex-direction: column;
    }

    .ism-footer__chip {
        width: 100%;
    }

    .ism-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

/* Hide template elements not needed */
.header-shopping-cart,
.df-search-area,
.search-toggle-open {
    display: none !important;
}

/* Smooth scroll animations enhancement */
.wow {
    visibility: hidden;
}

/* Responsive */
@media (max-width: 1199px) {
    .ism-hero-fullscreen {
        --ism-trust-height: 116px;
    }

    .ism-hero-controls {
        right: 20px;
        bottom: calc(var(--ism-trust-height) + 28px);
    }

    .ism-hero-trust-card {
        padding: 24px 20px;
    }

    .ism-hero-trust-value {
        font-size: 26px;
    }

    .about-2-content-area.pl-50 {
        padding-left: 0;
        margin-top: 40px;
    }
}

.ism-header-transparent .header-area,
.ism-header-white .header-area {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
}

.header-area .ism-header-logo-wrap .header-logo img.ism-logo-brand {
    width: auto !important;
    height: 72px !important;
    max-width: 280px !important;
}

.header-area.sticky .ism-header-logo-wrap .header-logo img.ism-logo-brand {
    height: 58px !important;
    max-width: 240px !important;
}

@media (max-width: 1399px) {
    .ism-header-nav .main-menu > nav > ul {
        gap: 6px 16px;
    }

    .ism-header-transparent .main-menu ul li a,
    .ism-header-white .main-menu ul li a {
        font-size: 13px;
    }

    .ism-header-logo-wrap .ism-logo-brand {
        height: 62px !important;
        max-width: 230px;
        min-width: 160px;
    }
}

@media (max-width: 1199px) {
    .ism-header-main {
        min-height: 76px;
    }

    .ism-header-logo-wrap .ism-logo-brand {
        height: 54px !important;
        max-width: 200px;
        min-width: 140px;
    }
}

@media (max-width: 991px) {
    .ism-header-main {
        min-height: 70px;
    }

    .ism-header-logo-wrap {
        min-width: 140px;
    }

    .ism-header-logo-wrap .ism-logo-brand {
        height: 48px !important;
        max-width: 170px;
        min-width: 120px;
    }

    .ism-hero-fullscreen {
        --ism-trust-height: 220px;
        min-height: auto;
    }

    .ism-hero-swiper,
    .ism-hero-swiper .swiper-wrapper,
    .ism-hero-swiper .swiper-slide {
        height: auto;
        min-height: 0;
    }

    .ism-hero-slide-inner {
        min-height: 520px;
        align-items: flex-start;
        padding-top: 100px;
        padding-bottom: calc(var(--ism-trust-height) + 28px);
    }

    .ism-hero-controls {
        bottom: calc(var(--ism-trust-height) + 20px);
    }

    .ism-hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(8, 16, 28, 0.88) 0%,
            rgba(16, 32, 57, 0.78) 40%,
            rgba(16, 32, 57, 0.86) 100%
        );
    }

    .ism-hero-content {
        max-width: 100%;
        padding: 0 4px;
    }

    .ism-hero-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ism-hero-trust-card:nth-child(2)::after,
    .ism-hero-trust-card:nth-child(4)::after {
        display: none;
    }

    .ism-hero-trust-card:nth-child(1),
    .ism-hero-trust-card:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ism-hero-trust-value {
        font-size: 24px;
    }

    .breadcrumb__area {
        padding: 120px 0 60px;
    }

    .ism-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ism-choose-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ism-choose-content {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .ism-hero-fullscreen {
        min-height: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        --ism-trust-height: 0;
        overflow: visible;
    }

    .ism-hero-top-overlay {
        height: 160px;
    }

    .ism-hero-swiper {
        flex: 0 0 auto;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden;
    }

    .ism-hero-swiper .swiper-wrapper {
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        align-items: stretch;
    }

    .ism-hero-swiper .swiper-slide {
        height: auto !important;
        min-height: 0 !important;
        opacity: 1 !important;
        position: relative !important;
    }

    .ism-hero-slide-inner {
        position: relative;
        min-height: 460px;
        height: auto;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 110px 16px 32px;
        box-sizing: border-box;
    }

    .ism-hero-slide-bg {
        transform: none !important;
        z-index: 0;
        background-size: cover;
        background-position: center center;
        background-color: #102039;
    }

    .ism-hero-overlay {
        z-index: 1;
        background: linear-gradient(
            180deg,
            rgba(8, 16, 28, 0.72) 0%,
            rgba(16, 32, 57, 0.55) 45%,
            rgba(16, 32, 57, 0.78) 100%
        );
    }

    .ism-hero-slide-inner .small-container {
        position: relative;
        z-index: 2;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .ism-hero-content {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 100%;
        display: block !important;
    }

    .ism-hero-tag {
        margin-bottom: 16px;
        max-width: 100%;
        white-space: normal;
        line-height: 1.35;
        border-radius: 999px;
    }

    .ism-hero-content,
    .ism-hero-content h1,
    .ism-hero-content p,
    .ism-hero-content span,
    .ism-hero-content a {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff;
    }

    .ism-hero-title {
        font-size: clamp(26px, 7.2vw, 34px);
        line-height: 1.18;
        margin-bottom: 14px;
        color: #ffffff !important;
        text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
    }

    .ism-hero-tag,
    .ism-hero-title,
    .ism-hero-desc,
    .ism-hero-actions,
    .ism-hero-cta {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
        filter: none !important;
    }

    .ism-hero-tag {
        background: rgba(8, 16, 28, 0.55) !important;
        backdrop-filter: blur(6px);
    }

    .ism-hero-desc {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 22px;
        max-width: 100%;
        color: rgba(255, 255, 255, 0.95) !important;
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ism-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
    }

    .ism-hero-cta {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 16px 22px !important;
        background-color: var(--theme-color) !important;
        border-color: var(--theme-color) !important;
        color: #ffffff !important;
        box-shadow: 0 8px 24px rgba(234, 24, 38, 0.4);
    }

    .ism-hero-cta span {
        display: none !important;
    }

    .ism-hero-controls {
        display: none;
    }

    /* Trust strip sits in normal flow so it never covers hero text */
    .ism-hero-trust {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        flex: 0 0 auto;
        box-shadow: none;
    }

    .ism-hero-trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ism-hero-trust-card {
        padding: 16px 14px;
        gap: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        align-items: flex-start;
    }

    .ism-hero-trust-card:nth-child(3),
    .ism-hero-trust-card:nth-child(4) {
        border-bottom: none;
    }

    .ism-hero-trust-card:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ism-hero-trust-card::after {
        display: none;
    }

    .ism-hero-trust-icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .ism-hero-trust-icon i {
        font-size: 16px;
    }

    .ism-hero-trust-value {
        font-size: 20px;
    }

    .ism-hero-trust-label {
        font-size: 10px;
        letter-spacing: 0.06em;
    }

    .ism-hero-trust-stars i {
        font-size: 11px;
    }

    .ism-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .ism-stat-box {
        min-height: 180px;
    }

    .ism-stat-box__content {
        padding: 18px 16px 16px;
    }

    .ism-stat-box h3 {
        font-size: 30px;
    }

    .ism-stat-box__icon {
        font-size: 22px;
    }

    .ism-contact-form-wrap {
        padding: 24px 20px;
    }

    .ism-form-area--light .ism-form-header__title {
        font-size: 20px;
    }

    .ism-header-white .header-link-1 {
        display: none;
    }

    .ism-header-transparent {
        border-bottom-color: rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(8, 16, 28, 0.92) 0%, rgba(8, 16, 28, 0.55) 70%, transparent 100%) !important;
    }

    .ism-header-transparent.sticky {
        background: rgba(16, 32, 57, 0.98) !important;
    }
}

@media (max-width: 575px) {
    .ism-hero-slide-inner {
        min-height: 0;
        padding: 88px 0 24px;
    }

    .ism-hero-tag {
        font-size: 11px;
        padding: 8px 12px;
        gap: 8px;
        border-radius: 12px;
    }

    .ism-hero-title {
        font-size: clamp(24px, 7vw, 30px);
    }

    .ism-hero-desc {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .ism-hero-trust-card {
        padding: 14px 12px;
        gap: 10px;
    }

    .ism-hero-trust-icon {
        width: 38px;
        height: 38px;
    }

    .ism-stats-grid {
        grid-template-columns: 1fr;
    }

    .ism-stat-box h3 {
        font-size: 32px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =============================================
   OUR WORK GALLERY
   ============================================= */

.ism-our-work-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.ism-work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ism-work-grid-full {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.ism-work-item {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.ism-work-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ism-work-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ism-work-thumb:hover img {
    transform: scale(1.08);
}

.ism-work-overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 32, 57, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ism-work-overlay i {
    color: #fff;
    font-size: 32px;
    transform: scale(0.8);
    transition: transform 0.35s ease;
}

.ism-work-thumb:hover .ism-work-overlay {
    opacity: 1;
}

.ism-work-thumb:hover .ism-work-overlay i {
    transform: scale(1);
}

/* Video cards */
.ism-video-card {
    border-radius: 12px;
    overflow: hidden;
    background: var(--theme-color-1);
    box-shadow: 0 10px 30px rgba(16, 32, 57, 0.12);
}

.ism-video-card video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #000;
}

.ism-video-card-full {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ism-video-card-full:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(16, 32, 57, 0.18);
}

.ism-video-label {
    padding: 15px 20px;
    color: #fff;
    font-weight: 500;
    background: var(--theme-color-1);
}

/* Gallery filters */
.ism-gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ism-filter-btn {
    background: transparent;
    border: 2px solid var(--theme-color-1);
    color: var(--theme-color-1);
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 28px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ism-filter-btn:hover,
.ism-filter-btn.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.ism-gallery-section.ism-hidden {
    display: none;
}

.ism-work-videos-preview h4 {
    font-family: var(--primary-font);
    font-weight: 600;
}

@media (max-width: 1199px) {
    .ism-work-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .ism-work-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ism-our-work-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .ism-work-grid,
    .ism-work-grid-full {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   TABLET / iPAD — layout polish
   ============================================= */

@media (min-width: 768px) and (max-width: 991px) {
    .ism-mobile-menu.offcanvas__info {
        width: min(420px, 88vw);
    }

    .ism-mobile-menu__wrapper {
        padding-left: 28px;
        padding-right: 28px;
    }

    .ism-mobile-menu__link {
        min-height: 52px;
        font-size: 17px;
    }

    .ism-header-main {
        gap: 16px;
    }

    .ism-contact-form-wrap {
        padding: 32px 28px;
    }

    .ism-regions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ism-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ism-footer__top {
        gap: 32px;
    }

    .ism-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ism-footer__nav-col--contact {
        grid-column: 1 / -1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ism-header-nav .main-menu ul li .submenu.ism-services-mega {
        width: min(640px, calc(100vw - 32px));
        left: 50%;
        transform: translateX(-50%) translateY(10px);
    }

    .ism-header-nav .main-menu ul li.has-dropdown:hover > .submenu.ism-services-mega,
    .ism-header-nav .main-menu ul li.has-dropdown.ism-dropdown-open > .submenu.ism-services-mega,
    .ism-header-nav .main-menu ul li.has-dropdown:focus-within > .submenu.ism-services-mega {
        transform: translateX(-50%) translateY(0);
    }

    .ism-services-mega__label {
        font-size: 12px;
    }

    .ism-cta-layout {
        gap: 28px 32px;
    }

    .ism-applications-layout {
        gap: 32px;
    }

    .ism-regions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ism-mobile-menu__nav {
        flex: 1 1 auto;
        min-height: 0;
        -webkit-overflow-scrolling: touch;
    }

    .ism-mobile-menu__contact,
    .ism-mobile-menu__footer {
        flex-shrink: 0;
    }

    .large-container,
    .small-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* =============================================
   STICKY WHATSAPP FLOAT (bottom left)
   ============================================= */

a.ism-whatsapp-float,
.ism-whatsapp-float {
    position: fixed;
    left: auto;
    right: 24px;
    bottom: 28px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 18px 0 14px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ism-whatsapp-float:hover,
.ism-whatsapp-float:focus-visible {
    background: #1ebe57;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}

.ism-whatsapp-float i {
    font-size: 28px;
    line-height: 1;
}

.ism-whatsapp-float__label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

@media (max-width: 991px) {
    a.ism-whatsapp-float,
    .ism-whatsapp-float {
        left: auto !important;
        right: 14px !important;
        bottom: 18px !important;
        min-height: 52px;
        width: 52px;
        padding: 0 !important;
        justify-content: center;
        border-radius: 50%;
        gap: 0;
    }

    .ism-whatsapp-float__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

@media (max-width: 575px) {
    a.ism-whatsapp-float,
    .ism-whatsapp-float {
        right: 12px !important;
        bottom: 16px !important;
    }

    .ism-whatsapp-float__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .ism-whatsapp-float i {
        font-size: 30px;
    }
}
