/* =====================================================
   ISO 27001 & Modern Homepage Styles
   Warehouse Zone Ltd - Enhanced Design
   ===================================================== */

/* ---- ISO Announcement Bar ---- */
.iso-announcement-bar {
    background: linear-gradient(90deg, #170902 0%, #000000 40%, #593327 100%);
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.iso-announcement-bar::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
    animation: shimmer-bar 3.5s infinite;
}
@keyframes shimmer-bar {
    0% { left: -100%; }
    100% { left: 200%; }
}
.iso-announcement-bar .iso-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.iso-announcement-bar img.iso-bar-logo {
    height: 36px;
    width: auto;
    filter: brightness(1.2);
}
.iso-announcement-bar .iso-bar-text {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.iso-announcement-bar .iso-bar-text span.iso-highlight {
    color: #4ade80;
    font-weight: 800;
}
.iso-announcement-bar .iso-bar-badge {
    background: rgba(74,222,128,0.18);
    border: 1px solid #4ade80;
    color: #4ade80;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ---- Slider Enhancements ---- */
.banner-section .slide-iso-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 30px;
    padding: 6px 16px;
    margin-bottom: 18px;
    backdrop-filter: blur(6px);
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}
.banner-section .active .slide-iso-badge {
    opacity: 1;
    transform: translateY(0);
}
.banner-section .slide-iso-badge img {
    height: 120px;
    width: auto;
    filter: brightness(1.3) drop-shadow(0 0 4px rgba(74,222,128,0.5));
}
.banner-section .slide-iso-badge span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ---- ISO Certification Section ---- */
.iso-certification-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a2540 0%, #0d3259 50%, #0a4a38 100%);
    position: relative;
    overflow: hidden;
}
.iso-certification-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(74,222,128,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.iso-certification-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.iso-certification-section .sec-title h2 {
    color: #fff;
}
.iso-certification-section .sec-title .title {
    color: #4ade80;
}
.iso-cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}
.iso-cert-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 30px 28px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
}
.iso-cert-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4ade80, #3b82f6);
    border-radius: 16px 16px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.iso-cert-card:hover {
    transform: translateY(-6px);
    border-color: rgba(74,222,128,0.3);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.iso-cert-card:hover::before {
    transform: scaleX(1);
}
.iso-cert-card .cert-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(74,222,128,0.2), rgba(59,130,246,0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    color: #4ade80;
    border: 1px solid rgba(74,222,128,0.25);
}
.iso-cert-card h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.iso-cert-card p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ISO central badge block */
.iso-badge-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 28px;
    background: rgba(74,222,128,0.06);
    border: 2px solid rgba(74,222,128,0.3);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.iso-badge-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(74,222,128,0.1), transparent 70%);
    pointer-events: none;
}
.iso-badge-block img {
    height: 120px;
    width: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 20px rgba(74,222,128,0.4));
    animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(74,222,128,0.4)); }
    50% { filter: drop-shadow(0 0 40px rgba(74,222,128,0.7)); }
}
.iso-badge-block h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}
.iso-badge-block p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-bottom: 16px;
}
.iso-badge-block .citation-credit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

/* ---- Animated Stats Strip ---- */
.stats-strip {
    background: #fff;
    padding: 50px 0;
    border-top: 4px solid #f0f5ff;
    border-bottom: 4px solid #f0f5ff;
    position: relative;
    overflow: hidden;
}
.stats-strip .stat-item {
    text-align: center;
    padding: 20px 15px;
    position: relative;
}
.stats-strip .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    background: #e5e9f0;
}
.stats-strip .stat-number {
    font-size: 48px;
    font-weight: 900;
    color: #0a2540;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #0a2540, #1e6fb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stats-strip .stat-number.iso-green {
    background: linear-gradient(135deg, #0e6b52, #4ade80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stats-strip .stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: 'Montserrat', sans-serif;
}
.stats-strip .stat-icon {
    font-size: 22px;
    color: #1e6fb5;
    margin-bottom: 8px;
}
.stats-strip .stat-item .iso-stat-logo {
    height: 52px;
    width: auto;
    margin-bottom: 8px;
}

/* ---- Trust Badges Row ---- */
.trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 28px 0 0;
    margin-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.trust-row .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.trust-row .trust-item .fa {
    color: #4ade80;
    font-size: 16px;
}

/* ---- About Section - Security Highlight ---- */
.about-section .security-highlight-box {
    margin-top: 24px;
    background: linear-gradient(135deg, #f0fdf4, #eff6ff);
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.about-section .security-highlight-box img.iso-inline-logo {
    height: 64px;
    width: auto;
    flex-shrink: 0;
}
.about-section .security-highlight-box .sec-hl-text h6 {
    font-size: 14px;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}
.about-section .security-highlight-box .sec-hl-text p {
    font-size: 13px;
    color: #374151;
    margin: 0;
    line-height: 1.6;
}

/* ---- WMS Feature Highlights Strip ---- */
.wms-features-strip {
    background: linear-gradient(135deg, #f8faff 0%, #f0f7ff 100%);
    padding: 60px 0;
    border-top: 1px solid #e2eaf8;
}
.wms-features-strip .wms-feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(14,40,80,0.06);
    border: 1px solid #e8eef8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.wms-features-strip .wms-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(14,40,80,0.12);
}
.wms-features-strip .wms-feature-card .wms-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #0a2540, #1e6fb5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
}
.wms-features-strip .wms-feature-card h6 {
    font-size: 16px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}
.wms-features-strip .wms-feature-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* ---- Projects Section Enhanced ---- */
.cases-section .case-block .inner-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(14,40,80,0.10);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.cases-section .case-block .inner-box:hover {
    box-shadow: 0 20px 60px rgba(14,40,80,0.18);
    transform: translateY(-4px);
}
.cases-section .case-block .image {
    height: 310px;
    overflow: hidden;
}
.cases-section .case-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- ISO Footer Strip ---- */
.iso-footer-strip {
    background: #0a2540;
    padding: 22px 0;
}
.iso-footer-strip .iso-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.iso-footer-strip img.iso-footer-logo {
    height: 80px;
    width: auto;
    opacity: 0.92;
}
.iso-footer-strip .iso-footer-text {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.iso-footer-strip .iso-footer-text strong {
    color: #4ade80;
}
.iso-footer-strip .iso-accreditation-badges {
    display: flex;
    align-items: center;
    gap: 12px;
}
.iso-footer-strip .iso-accreditation-badges .badge-pill {
    background: rgba(74,222,128,0.15);
    border: 1px solid rgba(74,222,128,0.4);
    color: #4ade80;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ---- Animated floating particles on ISO section ---- */
.iso-particles {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
.iso-particles span {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(74,222,128,0.3);
    border-radius: 50%;
    animation: float-particle linear infinite;
}
.iso-particles span:nth-child(1)  { left: 5%;  animation-duration: 18s; animation-delay: 0s;   width: 4px;  height: 4px; }
.iso-particles span:nth-child(2)  { left: 15%; animation-duration: 22s; animation-delay: 2s;   width: 6px;  height: 6px; }
.iso-particles span:nth-child(3)  { left: 25%; animation-duration: 16s; animation-delay: 4s;   width: 3px;  height: 3px; background: rgba(59,130,246,0.3); }
.iso-particles span:nth-child(4)  { left: 40%; animation-duration: 20s; animation-delay: 1s;   width: 5px;  height: 5px; }
.iso-particles span:nth-child(5)  { left: 55%; animation-duration: 25s; animation-delay: 3s;   width: 4px;  height: 4px; background: rgba(59,130,246,0.3); }
.iso-particles span:nth-child(6)  { left: 65%; animation-duration: 17s; animation-delay: 5s;   width: 7px;  height: 7px; }
.iso-particles span:nth-child(7)  { left: 75%; animation-duration: 21s; animation-delay: 0.5s; width: 3px;  height: 3px; }
.iso-particles span:nth-child(8)  { left: 85%; animation-duration: 19s; animation-delay: 2.5s; width: 5px;  height: 5px; background: rgba(59,130,246,0.3); }
.iso-particles span:nth-child(9)  { left: 92%; animation-duration: 23s; animation-delay: 1.5s; width: 4px;  height: 4px; }
.iso-particles span:nth-child(10) { left: 48%; animation-duration: 15s; animation-delay: 3.5s; width: 6px;  height: 6px; background: rgba(59,130,246,0.3); }
@keyframes float-particle {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg); }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { bottom: 110%; opacity: 0; transform: translateX(60px) rotate(720deg); }
}
.iso-certification-section .iso-cert-grid,
.iso-certification-section .iso-badge-block,
.iso-certification-section .trust-row {
    position: relative;
    z-index: 1;
}
.iso-certification-section .sec-title {
    position: relative;
    z-index: 1;
}

/* ---- WMS Page Hero ---- */
.wms-hero-section {
    background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 50%, #eaf7f4 100%);
    padding: 110px 0 90px;
    position: relative;
    overflow: hidden;
}
.wms-hero-section .pattern-layer-one {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    opacity: 0.06;
    pointer-events: none;
}
.wms-hero-section::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 60px;
    background: #f8fafc;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.wms-hero-inner {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
}
.wms-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(15,118,110,0.08);
    border: 1px solid rgba(15,118,110,0.35);
    border-radius: 30px;
    padding: 8px 20px;
    margin-bottom: 24px;
}
.wms-hero-badge .fa {
    color: #0f766e;
    font-size: 14px;
}
.wms-hero-badge span:not(.fa) {
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.wms-hero-inner h1 {
    color: #0b2b3a;
    font-size: 46px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    line-height: 1.1;
}
.wms-hero-inner p {
    color: #425466;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 32px;
}
.wms-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ---- WMS Detail Section ---- */
.wms-detail-section {
    background: #f8fafc;
    padding: 60px 0 80px;
}

/* ---- WMS Cards ---- */
.wms-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(15,23,42,0.08);
    border: 1px solid #dfe7f3;
    border-top: 3px solid rgba(15,118,110,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}
.wms-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 55px rgba(15,23,42,0.16);
    border-color: rgba(15,118,110,0.4);
}
.wms-card.wms-card-img-top > img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.wms-card-body {
    padding: 24px 26px 28px;
}
.wms-card-body p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* Dark variant (functions column) */
.wms-card.wms-card-dark {
    background: linear-gradient(160deg, #0f172a 0%, #0b3a4b 100%);
    border-color: rgba(15,118,110,0.25);
}
.wms-card.wms-card-dark .wms-card-body p,
.wms-card.wms-card-dark .wms-list li {
    color: rgba(255,255,255,0.78);
}
.wms-card.wms-card-dark .wms-section-label {
    color: #7dd3fc;
    border-bottom-color: rgba(125,211,252,0.35);
}
.wms-card.wms-card-dark .wms-list li::before {
    color: #7dd3fc;
}
.wms-card.wms-card-dark strong {
    color: #fff;
}

/* ---- Section Label (replaces card-title) ---- */
.wms-section-label {
    font-size: 13px;
    font-weight: 800;
    color: #0b2b3a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 2px solid #d8e3f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wms-section-label .fa {
    color: #0f766e;
    font-size: 14px;
}
.wms-section-label.mt-3 {
    margin-top: 20px;
}

/* ---- WMS List ---- */
.wms-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}
.wms-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #374151;
    line-height: 1.65;
    margin-bottom: 6px;
}
.wms-list li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
    color: #0f766e;
}
.wms-list li strong {
    color: #0a2540;
}

/* ---- Section Divider ---- */
.wms-section-divider {
    height: 3px;
    background: linear-gradient(90deg, #0f766e, #38bdf8, #0f766e);
    border-radius: 3px;
    margin: 32px 0 36px;
    opacity: 0.35;
}

/* ---- ISO Security Banner (WMS page) ---- */
.wms-iso-banner {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin: 36px 0 40px;
    border: 1px solid #dbe7f3;
    box-shadow: 0 14px 44px rgba(15,23,42,0.12);
}
.wms-iso-banner-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}
.wms-iso-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f766e, #38bdf8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 26px rgba(15,118,110,0.25);
    flex-shrink: 0;
}
.wms-iso-banner-left h5 {
    color: #0b2b3a;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
}
.wms-iso-banner-left p {
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}
.wms-iso-banner-left strong {
    color: #0f766e;
}

/* ---- Responsive WMS ---- */
@media (max-width: 991px) {
    .wms-hero-inner h1 { font-size: 34px; }
    .wms-card.wms-card-img-top > img { height: 220px; }
    .wms-iso-banner { flex-direction: column; text-align: center; }
    .wms-iso-banner-left { flex-direction: column; text-align: center; }
}
@media (max-width: 576px) {
    .wms-hero-section { padding: 70px 0 60px; }
    .wms-hero-inner h1 { font-size: 26px; }
    .wms-hero-actions { flex-direction: column; }
    .wms-card.wms-card-img-top > img { height: 180px; }
}

/* ---- Contact Page ---- */
.contact-page-section {
    padding: 60px 0 80px;
}

.contact-success-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #86efac;
    border-radius: 12px;
    padding: 16px 24px;
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 600;
    color: #166534;
    font-family: 'Montserrat', sans-serif;
}
.contact-success-banner .fa {
    font-size: 22px;
    color: #16a34a;
    flex-shrink: 0;
}

/* Info cards */
.contact-info-card .wms-card-body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
}
.contact-info-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #0a2540, #1e6fb5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
}
.contact-info-text {
    flex: 1;
}
.contact-info-text .wms-section-label {
    font-size: 11px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: none;
}
.contact-info-text a {
    font-size: 14px;
    color: #374151;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.contact-info-text a:hover {
    color: #1e6fb5;
}

/* Form card */
.contact-form-card-body {
    padding: 32px 36px;
}
.contact-form-card-body label {
    font-size: 13px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.contact-form-card-body .form-control,
.contact-form-card-body textarea {
    border: 1.5px solid #d1daea;
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 14px;
    color: #374151;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}
.contact-form-card-body .form-control:focus,
.contact-form-card-body textarea:focus {
    border-color: #1e6fb5;
    box-shadow: 0 0 0 3px rgba(30,111,181,0.12);
    outline: none;
}
.contact-form-card-body .card.card-body {
    border: 1.5px solid #d1daea;
    border-radius: 8px;
    background: #f8faff;
    padding: 14px 16px;
}

/* Map */
.contact-map-wrapper {
    margin-top: 8px;
}
.contact-map-frame {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(10,37,64,0.10);
    border: 1px solid #e2eaf5;
}
.contact-map-frame iframe {
    display: block;
}

@media (max-width: 767px) {
    .contact-form-card-body { padding: 20px 16px; }
}

/* ---- Banner Slider Height Adjustment ---- */
.banner-section .owl-stage-outer {
    margin-top: -60px;
}
.banner-section .content-column {
    position: relative;
    margin-top: -40px;
}

/* ---- Services Overview Section (home page) ---- */
.svc-overview-section {
    background: linear-gradient(135deg, #0a2540 0%, #0d3259 55%, #0e4a38 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.svc-overview-section .pattern-layer {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    opacity: 0.05;
    pointer-events: none;
}
.svc-overview-section .sec-title.light h2 {
    color: #fff;
}
.svc-overview-section .sec-title.light .title {
    color: #4ade80;
}
.svc-overview-subtitle {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    margin-top: 8px;
    font-family: 'Montserrat', sans-serif;
}
.svc-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 28px 26px 30px;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.svc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4ade80, #1e6fb5);
    border-radius: 14px 14px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.svc-card:hover {
    transform: translateY(-5px);
    border-color: rgba(74,222,128,0.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}
.svc-card:hover::before {
    transform: scaleX(1);
}
.svc-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(74,222,128,0.18), rgba(30,111,181,0.18));
    border: 1px solid rgba(74,222,128,0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #4ade80;
    margin-bottom: 16px;
}
.svc-card h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.svc-card p {
    color: rgba(255,255,255,0.68);
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 14px;
}
.svc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.svc-list li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
    margin-bottom: 5px;
}
.svc-list li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    color: #4ade80;
}
.svc-overview-cta {
    text-align: center;
    margin-top: 36px;
}
@media (max-width: 767px) {
    .svc-overview-section { padding: 60px 0 40px; }
    .svc-card { margin-bottom: 4px; }
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .iso-announcement-bar .iso-bar-inner { gap: 8px; }
    .iso-announcement-bar .iso-bar-text { font-size: 12px; }
    .stats-strip .stat-number { font-size: 34px; }
    .stats-strip .stat-item:not(:last-child)::after { display: none; }
    .iso-footer-strip .iso-footer-inner { justify-content: center; text-align: center; }
    .about-section .security-highlight-box { flex-direction: column; text-align: center; }
    .iso-cert-grid { grid-template-columns: 1fr; }
    .trust-row { gap: 16px; }
}
@media (max-width: 480px) {
    .iso-announcement-bar .iso-bar-badge { display: none; }
    .stats-strip { padding: 30px 0; }
}
