/* ============================================================
   RESEAU TECHNOLOGY – usercss.css
   Tech-Inspired Design System
   Colors:
     --main-color-1: #1ea1db  (sky blue)
     --main-color-2: #0b3f6c  (deep navy)
     --main-color-3: #0abab5  (teal)
     --main-color-4: #fab95b  (amber)
   ============================================================ */

/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@400;500;600;700&display=swap');

/* ── CSS Custom Properties ── */
:root {
    --main-color-1: #1ea1db;
    --main-color-2: #0b3f6c;
    --main-color-3: #0abab5;
    --main-color-4: #fab95b;
    --bg-light: #f4f7fb;
    --bg-white: #ffffff;
    --bg-dark: #071828;
    --bg-dark-2: #0d2338;
    --text-dark: #0d1f35;
    --text-mid: #3a5876;
    --text-light: #6e8eac;
    --border-light: rgba(30, 161, 219, 0.15);
    --border-mid: rgba(30, 161, 219, 0.35);
    --grad-blue: linear-gradient(135deg, #1ea1db 0%, #0abab5 100%);
    --grad-navy: linear-gradient(135deg, #0b3f6c 0%, #071828 100%);
    --grad-accent: linear-gradient(135deg, #fab95b 0%, #f07c1c 100%);
    --grad-light: linear-gradient(135deg, #f4f7fb 0%, #e8f4fc 100%);
    --shadow-sm: 0 2px 12px rgba(11, 63, 108, 0.1);
    --shadow-md: 0 6px 30px rgba(11, 63, 108, 0.15);
    --shadow-lg: 0 16px 60px rgba(11, 63, 108, 0.2);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Base Typography ── */
body {
    font-family: 'Inter', 'Rajdhani', sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
}

/* ── Global Section Spacing ── */
.sec_home_item {
    padding: 80px 0;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px !important;
}

@media (max-width: 1199px) {
    .container {
        max-width: 950px !important;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 750px !important;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 550px !important;
    }
}

/* ============================================================
   SECTION BACKGROUND PATTERN SYSTEM
   Alternating light / dark sections with geometric grid overlay
   ============================================================ */

body .theme_light {
    width: 100%;
    overflow: hidden;
}

.custom-wrap-box {
    overflow: initial;
}

.custom-part-box {
    position: relative;
    z-index: 1;
}

/* Light sections – default */
.sec_home_item.section-light,
#section-1,
#section-11 {
    background-color: transparent;
    position: relative;
    overflow: initial;
}

/* Grid dot overlay for light sections */
.sec_home_item.section-light::before,
#section-1::before,
#section-11::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(30, 161, 219, 0.1) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

/* White/product section */
#section-3 {
    padding-top: 0;
    position: relative;
    overflow: visible;
    z-index: 3;
    background-color: transparent !important;
}

/* Dark section – 最新消息 */
#section-16 {
    position: relative;
    overflow: hidden;
    background-image: url(./../images/PIC_20260302140418_72143.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Data-flow circuit lines for dark section */
#section-16::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--grad-navy);
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
}

#section-16 {
    margin: 0 50px;
}

.box-right-circle {
    position: absolute;
    bottom: -40px;
    right: 0px;
    width: 490px;
    height: 853px;
    background-image: url(../userfiles/images/common/sec-right-1.svg);
    background-size: cover;
    background-position: top;
}
.box-left-circle {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 490px;
    height: 853px;
    background-image: url(../userfiles/images/common/sec-left-1.svg);
    background-size: cover;
    background-position: top;
}

#section-16 .custom-wrap-box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 60px;
    background-image: url(../userfiles/images/common/sec-curve-2.svg);
    background-size: cover;
    background-position: top;
    z-index: 2;
}

#section-16 .custom-wrap-box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 60px;
    background-image: url(../userfiles/images/common/sec-curve-1.svg);
    background-size: cover;
    background-position: bottom;
    z-index: 2;
}

.box-top-angle::before,
.box-bottom-angle::before,
.box-top-angle::after,
.box-bottom-angle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../userfiles/images/common/angle-left-top.svg);
    background-size: contain;
    background-position: center;
    z-index: 2;
    background-repeat: no-repeat;
}

.box-top-angle::before {
    top: 59px;
    left: 0;
    background-image: url(../userfiles/images/common/angle-left-top.svg);
}

.box-top-angle::after {
    top: 59px;
    right: 0;
    background-image: url(../userfiles/images/common/angle-right-top.svg);
}

.box-bottom-angle::before {
    bottom: 59px;
    left: 0;
    background-image: url(../userfiles/images/common/angle-left-bottom.svg);
}

.box-bottom-angle::after {
    bottom: 59px;
    right: 0;
    background-image: url(../userfiles/images/common/angle-right-bottom.svg);
}

/* Contact section – light */
#section-18 {
    position: relative;
    overflow: initial;
    padding-top: 0;
}

#section-18::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(30, 161, 219, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

/* Ensure container children sit above pseudo-elements */
.sec_home_item .container {
    position: initial;
    z-index: 1;
}

/* ============================================================
   GEOMETRIC DECORATIONS – global floating shapes
   ============================================================ */

/* Animated Tech Shapes at the bottom of light sections */
#section-1 .custom-wrap-box::before {
    content: '';
    position: absolute;
    top: 5%;
    right: 5%;
    width: 200px;
    height: 200px;
    border: 1px dashed rgba(30, 161, 219, 0.25);
    border-radius: 50%;
    animation: techSpinSlow 30s linear infinite;
    pointer-events: none;
    z-index: 2;
}

#section-1 .custom-wrap-box::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 200px;
    width: 160px;
    height: 160px;
    border: 2px solid rgba(10, 186, 181, 0.2);
    transform: rotate(45deg);
    animation: techRotateSquare 15s ease-in-out infinite alternate;
    pointer-events: none;
    border-radius: 12px;
    z-index: 0;
}

@keyframes techSpinSlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes techRotateSquare {
    0% {
        transform: rotate(45deg) scale(1);
        border-radius: 12px;
        border-color: rgba(10, 186, 181, 0.2);
    }
    50% {
        transform: rotate(135deg) scale(0.9);
        border-radius: 30px;
        border-color: rgba(30, 161, 219, 0.3);
    }
    100% {
        transform: rotate(225deg) scale(1);
        border-radius: 12px;
        border-color: rgba(10, 186, 181, 0.2);
    }
}

/* ============================================================
   HEADER
   ============================================================ */

.header_style_13 .header_relative {
    margin: 0;
    gap: 25px;
}

.header_style_13 .header_relative > * {
    padding: 0;
}

header .logo img {
    height: 40px;
}

header .logo a {
    padding: 25px 0;
}

/* Social info in top bar */
.header_style_13 .social_info ul {
    margin: 0;
    gap: 10px;
}

.header_style_13 .social_info ul li {
    padding: 0;
    font-size: 0.9rem;
    display: flex;
    gap: 9px;
    align-items: center;
}

.theme_light .header_style_13 .social_info ul li a {
    color: rgba(255, 255, 255, 0.85);
    transition: color var(--transition);
}

.theme_light .header_style_13 .social_info ul li a:hover {
    color: var(--main-color-3);
}

.theme_light .header_style_13 .social_info ul li i {
    position: relative;
    top: auto;
    left: auto;
    background: var(--grad-blue);
    border-radius: 6px;
    line-height: 1;
    font-size: 12px;
    width: 24px;
    height: 24px;
}

/* Language switcher */
.header_style_13 .language_style2 .lang_list {
    margin: 0;
    gap: 10px;
}

.header_style_13 .language_style2 .lang_list li {
    padding: 0;
}

.header_style_13 .language_style2 .lang_list li a {
    letter-spacing: 2px;
    font-weight: 500;
    vertical-align: middle;
    height: 25px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    align-items: center;
    padding: 2px 0 0px 2px;
    font-size: 13px;
    border-radius: 6px;
    transition: all var(--transition);
    background-color: #ffffff1a;
}

.theme_light .header_style_13 .header_sticky .language_style2 .lang_list li a {
    color: var(--text-dark);
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.language_style2 .lang_list li:not(:last-child)::after {
    display: none;
}

.header_style_13 .language_style2 .lang_list li a:hover {
    background: var(--grad-blue);
    border-color: transparent;
    color: #fff;
}

.theme_light .header_style_13 .header_sticky .language_style2 .lang_list li a:hover {
    background: var(--grad-blue);
    border-color: transparent;
    color: #fff;
}

.theme_light .header_style_13 .header_sticky {
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-sm);
    top: -1px;
}
/* Bottom header bar */

.theme_light .header_style_13 .header_bottom {
    background-color: rgba(7, 24, 40, 0.3);
}

.theme_light .header_style_13 .header_bottom::after {
    opacity: 1;
    background: linear-gradient(0deg, #0b3f6c00 0%, #07182890 100%);
    bottom: auto;
    height: 180px;
}

.theme_light .header_style_13 .header_mobile {
    background: rgba(0, 0, 0, 0.3);
}

.header_style_13 .header_bottom .logo img {
    filter: brightness(0) invert(1);
}
.header_style_13 .header_mobile .logo img {
    filter: brightness(0) invert(1);
}

.header_style_13 .header_mobile .nav-toggler .toggler-btn .line {
    background-color: #ffffff;
}

.header_style_13 .header_sticky .nav-toggler .toggler-btn .line {
    background-color: #071828;
}

/* Nav menu */
@media (min-width: 1200px) {
    .header_menu {
        gap: 25px;
    }

    .header_style_13 .header_bottom .header_menu .menu {
        padding: 23px 0;
    }

    .header_style_13 .header_sticky.header_menu .menu {
        padding: 15px 0;
    }

    .theme_light .header_style_13 .header_menu .menu .m_1 {
        padding: 14px 0;
        gap: 5px;
        font-weight: 400;
        font-size: 0.93rem;
        letter-spacing: 1px;
        color: #ffffff;
        transition: color var(--transition);
    }

    .theme_light .header_style_13 .header_sticky .header_menu .menu .m_1 {
        color: var(--text-dark);
    }

    .header_style_13 .header_menu .menu .arrow-down {
        margin: 0;
        transition: transform 0.3s ease;
    }

    .theme_light .header_style_13 .header_menu .menu:hover .m_1 {
        color: var(--main-color-1);
        border-color: transparent;
        background-color: transparent;
    }

    .header_style_13 .header_menu .menu:hover .arrow-down {
        transform: rotate(180deg);
    }

    /* Active underline indicator */
    .header_style_13 .header_menu .menu .m_1::before {
        background: var(--grad-blue);
        height: 3px;
        border-radius: 2px;
    }

    .theme_light .header_style_13 .header_menu .menu .m_1::before {
        background: var(--grad-blue);
    }

    .theme_light .header_style_13 .header_top .header_relative {
        padding: 8px 0;
    }

    .header_style_13 .header_top .header_relative {
        padding: 6px 0;
    }

    .header_style_13 .language_style2 .lang_list {
        gap: 10px;
    }

    /* Dropdown */
    .header_menu .submenu {
        background: var(--bg-white);
        border: 1px solid var(--border-light);
        box-shadow: var(--shadow-md);
        border-radius: 0 0 var(--radius-md) var(--radius-md);
        min-width: 200px;
        z-index: 2;
        gap: 0;
        display: flex;
        flex-direction: column;
        padding: 16px;
    }

    .header_menu .megamenu > .submenu {
        width: 50%;
        min-width: 600px;
        padding: 22px;
        left: 50%;
        gap: 10px 15px;
        flex-direction: row;
        border-radius: 0 0 var(--radius-md) var(--radius-md);
    }

    .header_menu .megamenu > .submenu > li {
        width: calc(33.333333% - 20px);
        margin: 0;
    }

    .header_menu .submenu li .m_2 {
        position: relative;
        line-height: 1.3rem;
        padding: 9px 12px;
        font-size: 0.9rem;
        color: var(--text-mid);
        border-radius: var(--radius-sm);
        transition: all var(--transition);
    }

    .header_menu .megamenu li .m_2 {
        padding: 9px 12px;
    }

    .header_menu .submenu li:hover > .m_2 {
        color: var(--main-color-1);
        background-color: rgba(30, 161, 219, 0.08);
        transform: translate(4px, 0);
    }

    #formfield .right_section:not(.col-md-12) {
        padding-right: 50px;
    }
}

/* Header sticky – hide language */

/* Mobile header */
.header_mobile_navbar {
    position: absolute;
}

@media (max-width: 767px) {
    header .logo a img {
        max-height: 30px;
    }
    header .logo a {
        padding: 15px 0;
    }

    input[name='verification'] {
        max-width: 145px;
    }
}

/* ============================================================
   BANNER / SWIPER
   ============================================================ */

/* Overlay for text readability */
.swiper-wrapper,
.swiper-fade .swiper-slide {
    height: 85vh !important;
}
.swiperFullscreen {
    min-height: unset;
}

.swiper-slide .swiper-overlay {
    background: linear-gradient(
        100deg,
        rgba(7, 24, 40, 0.75) 0%,
        rgba(11, 63, 108, 0.45) 55%,
        transparent 100%
    ) !important;
    opacity: 1 !important;
}
.swiper-content {
    position: relative;
    z-index: 2;
    max-width: 1370px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 1199px) {
    .header_style_13 .header_mobile .language {
        display: block;
    }
    .swiper-wrapper,
    .swiper-fade .swiper-slide {
        height: 650px !important;
    }
    .swiper-content {
        max-width: 720px;
    }

    .swiperFullscreen {
        min-height: unset !important;
    }
}

@media (max-width: 767px) {
    .swiper-wrapper,
    .swiper-fade .swiper-slide {
        height: 500px !important;
    }
    .swiper-content {
        padding: 30px 20px;
    }
}
/* Swiper content text */

.swiper-content-box h2 {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    line-height: 4.8rem;
}

.swiper-content-box p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 1px;
    margin-top: 12px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* Banner MORE button */
.button_type_2.swiper-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 20px 32px;
    background: var(--grad-blue);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    border: none;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    transition: all var(--transition);
    box-shadow: 0 4px 20px rgba(30, 161, 219, 0.4);
    min-width: 160px;
}

.button_type_2.swiper-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(30, 161, 219, 0.55);
    background: linear-gradient(135deg, #0abab5 0%, #1ea1db 100%);
}

/* Pagination bullets */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 34px;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: all var(--transition);
}

.swiper-pagination-bullet-active {
    background: var(--main-color-3);
    width: 28px;
    border-radius: 4px;
}

/* Nav arrow buttons */

.swiper-button-wrap {
    padding: 0 20px;
}
.swiper-button-prev,
.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    backdrop-filter: blur(8px);
    transition: all var(--transition) !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--main-color-1);
    background: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    width: auto;
    padding: 12px 12px;
    background: #ffffff21;
    border: 1px solid #ffffff3d;
    border-radius: 40px;
    gap: 12px;
    z-index: 3;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.22) !important;
    border-radius: 10px;
    border: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
}

/* ============================================================
   SECTION TITLE SYSTEM
   ============================================================ */
.main-ttl-box-1 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.main-ttl-box-1 .main-ttl-1 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.main-ttl-box-1 .main-ttl-1 h2 {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--main-color-2);
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

/* Gradient underline bar */
.main-ttl-box-1 .main-ttl-1 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: var(--grad-blue);
    border-radius: 2px;
    transition: width 0.4s ease;
}

@keyframes slideDot {
    0%,
    100% {
        transform: translateX(calc(-50% - 20px));
    }
    50% {
        transform: translateX(calc(-50% + 20px));
    }
}

/* Small accent dot */
.main-ttl-box-1 .main-ttl-1 h2::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--main-color-4);
    border-radius: 50%;
    z-index: 2;
    animation: slideDot 3s ease-in-out infinite;
}

.main-ttl-box-1 p {
    font-size: 0.95rem;
    color: var(--text-light);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
}

/* Dark section title overrides */
#section-16 .main-ttl-box-1 .main-ttl-1 h2 {
    color: #fff;
}

#section-16 .main-ttl-box-1 p {
    color: rgba(255, 255, 255, 0.65);
}

/* ============================================================
   ABOUT SECTION  (#section-1)
   Two-column layout: photo grid (left) + content (right)
   ============================================================ */

/* ── Photo Grid ── */
.about-photo-grid {
    position: relative;
    padding: 10px;
}

.about-photo-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.about-photo-item {
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 3.5/3;
    position: relative;
}

/* First photo – slightly taller to match reference */
.about-photo-item:nth-child(1) {
    border-radius: 50% 20px 20px 20px;
}

.about-photo-item:nth-child(2) {
    border-radius: 20px 50% 20px 20px;
}

.about-photo-item:nth-child(3) {
    border-radius: 20px 20px 20px 50%;
}

.about-photo-item:nth-child(4) {
    border-radius: 20px 20px 50% 20px;
}

.about-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.about-photo-item:hover img {
    transform: scale(1.07);
}

/* ── Center Badge ── */
.about-badge {
    position: absolute;
    bottom: calc(50% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    background: var(--grad-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 6px 24px rgba(30, 161, 219, 0.4);
}

.about-badge svg {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    opacity: 90%;
    animation: techSpinSlow 20s linear infinite;
}

.about-badge-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.about-badge-inner img {
    height: 36px;
}

.about-badge-inner span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ── Content Box ── */
.about-content-box {
    padding: 20px 10px 20px 30px;
}

.about-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--main-color-1);
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.editor-area .about-heading {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--main-color-2);
    line-height: 1.2;
    margin-bottom: 18px;
}

.editor-area .about-heading em {
    font-style: normal;
    color: var(--main-color-1);
}

.about-desc {
    font-size: 0.97rem;
    color: var(--text-mid);
    line-height: 1.75;
    margin-bottom: 28px;
}

/* ── Stats ── */
.about-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-light);
}

.about-stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-stat-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-color-1);
    line-height: 1;
}

.about-stat-label {
    font-size: 0.8rem;
    color: var(--text-light);
    letter-spacing: 0.5px;
}

/* ── Signature ── */
.about-signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-sig-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: var(--main-color-2);
    font-weight: 600;
}

.about-sig-title {
    font-size: 0.8rem;
    color: var(--text-light);
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .about-content-box {
        padding: 30px 10px 10px;
    }
    .about-photo-grid {
        margin-bottom: 20px;
    }
    .about-stats {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .about-heading {
        font-size: 1.8rem;
    }
    .about-stats {
        gap: 16px;
    }
    .about-stat-num {
        font-size: 1.6rem;
    }
}

/* ============================================================
   PRODUCT CARDS  (#section-3)
   ============================================================ */
.custom_link_section_19 figure.snip {
    background: var(--bg-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    transition: all var(--transition);
    position: relative;
    padding: 20px;
}

.custom_link_section_19 figure.snip:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--main-color-1);
}

/* Image zoom on hover */
.custom_link_section_19 figure.snip .image {
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
    display: block;
}

.custom_link_section_19 figure.snip .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.custom_link_section_19 figure.snip .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.custom_link_section_19 figure.snip:hover .image img {
    transform: scale(1.15);
}

/* Fancybox Hover Overlay */
.custom_link_section_19 figure.snip .image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(11, 63, 108, 0.3);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.custom_link_section_19 figure.snip .image a::after {
    content: '\f00e';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free';
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    font-size: 28px;
    color: #fff;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 2;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.custom_link_section_19 figure.snip:hover .image::after,
.custom_link_section_19 figure.snip:hover .image a::after {
    opacity: 1;
}

.custom_link_section_19 figure.snip:hover .image a::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Figcaption */
.custom_link_section_19 figure.snip figcaption {
    padding: 20px 0 0 0;
}

.custom_link_section_19 figure.snip figcaption h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom_link_section_19 figure.snip figcaption h3 a {
    color: var(--text-dark);
    transition: color var(--transition);
}

.custom_link_section_19 figure.snip figcaption h3 a:hover {
    color: var(--main-color-1);
}

.custom_link_section_19 figure.snip figcaption p {
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 16px;
    height: 3rem;
    display: none;
}

/* ============================================================
   BUTTONS  (global)
   ============================================================ */
.btn.btn-default,
a.btn.btn-default {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    background: var(--grad-blue);
    color: #fff;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 1.5px;
    border: none;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    transition: all var(--transition);
    box-shadow: 0 3px 14px rgba(30, 161, 219, 0.3);
    position: relative;
    overflow: hidden;
}

.btn.btn-default::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--transition);
}

.btn.btn-default:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 161, 219, 0.45);
    color: #fff;
}

.btn.btn-default:hover::after {
    opacity: 1;
}

/* "VIEW MORE" button box */
.more-btn-box {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.more-btn-box .btn.btn-default {
    padding: 18px 40px;
    font-size: 0.9rem;
    letter-spacing: 3px;
}

/* Dark section VIEW MORE – outlined style */
#section-16 .more-btn-box .btn.btn-default {
    background: transparent;
    border: 1px solid var(--main-color-1);
    color: var(--main-color-1);
    box-shadow: none;
}

#section-16 .more-btn-box .btn.btn-default:hover {
    background: var(--grad-blue);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 24px rgba(30, 161, 219, 0.45);
}

/* ============================================================
   NEWS SECTION  (#section-16, dark)
   ============================================================ */
#section-16 .custom_news_section_1 figure.news-block-1 {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(30, 161, 219, 0.18);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all var(--transition);
    height: 100%;
    position: relative;
}

#section-16 .custom_news_section_1 figure.news-block-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--grad-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
    z-index: 2;
}

#section-16 .custom_news_section_1 figure.news-block-1:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(30, 161, 219, 0.45);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

#section-16 .custom_news_section_1 figure.news-block-1:hover::before {
    transform: scaleX(1);
}

/* Image */
#section-16 .news-image {
    overflow: hidden;
    aspect-ratio: 16/11;
}

#section-16 .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#section-16 .custom_news_section_1 figure.news-block-1:hover .news-image img {
    transform: scale(1.05);
}

/* News content */
#section-16 .news-content {
    padding: 22px 22px 20px;
}

/* Date tag */
#section-16 .newsDate {
    display: inline-block;
    font-size: 0.78rem;
    color: var(--main-color-3);
    background: rgba(10, 186, 181, 0.12);
    border: 1px solid rgba(10, 186, 181, 0.25);
    border-radius: 4px;
    padding: 5px 10px 4px 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* News series tag */
#section-16 .news-series {
    display: inline-block;
    font-size: 0.75rem;
    background: rgba(30, 161, 219, 0.15);
    color: var(--main-color-1);
    border-radius: 4px;
    padding: 2px 8px;
    letter-spacing: 1px;
    margin-right: 8px;
    margin-bottom: 6px;
    font-weight: 600;
    display: none;
}

/* News title */
#section-16 .news-txt-box h4 a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    transition: color var(--transition);
}

#section-16 .news-txt-box h4 a:hover {
    color: var(--main-color-1);
}

/* News excerpt */
#section-16 .news-txt-box p {
    font-size: 0.87rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News button */
#section-16 .news-btn-box {
    margin-top: 16px;
}

#section-16 .news-btn-box .btn.btn-default {
    background: transparent;
    border: 1px solid rgba(30, 161, 219, 0.45);
    color: var(--main-color-1);
    padding: 10px 18px;
    font-size: 0.8rem;
    box-shadow: none;
}

#section-16 .news-btn-box .btn.btn-default:hover {
    background: var(--grad-blue);
    border-color: transparent;
    color: #fff;
}

/* ============================================================
   APPLICATION DOMAIN CAROUSEL  (#section-11)
   ============================================================ */
#section-11 .custom_link_section_19 figure.snip {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    overflow: hidden;
    position: relative;
}

#section-11 .custom_link_section_19 figure.snip:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--main-color-3);
}

#section-11 .custom_link_section_19 figure.snip figcaption h3 a {
    color: var(--text-dark);
}

#section-11 .custom_link_section_19 figure.snip figcaption h3 a:hover {
    color: var(--main-color-3);
}

/* Teal top bar on hover for application cards */
#section-11 .custom_link_section_19 figure.snip::before {
    background: linear-gradient(90deg, var(--main-color-3) 0%, var(--main-color-1) 100%);
}

/* Owl carousel dots */
.owl-pagination .owl-dot span {
    background: rgba(30, 161, 219, 0.3) !important;
    transition: all var(--transition);
}

.owl-pagination .owl-dot.active span {
    background: var(--main-color-1) !important;
    width: 24px !important;
    border-radius: 4px !important;
}

/* ============================================================
   CONTACT SECTION  (#section-18)
   ============================================================ */

/* Contact info card (dark navy style) */
.contact-info-card {
    background: var(--main-color-2);
    border-radius: var(--radius-lg);
    padding: 36px 32px 36px;
    box-shadow: 0 8px 32px rgba(11, 43, 77, 0.35);
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-info-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 18px;
}

.contact-info-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    padding: 14px 18px;
    transition: background var(--transition);
}

.contact-info-item:hover {
    background: rgba(30, 161, 219, 0.15);
}

.contact-info-icon {
    flex: none;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-icon i {
    color: var(--main-color-1);
    font-size: 17px;
    position: static !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    line-height: normal !important;
    margin: 0 !important;
    flex: none;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-info-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--main-color-1);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info-text a {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    transition: color var(--transition);
    word-break: break-all;
}

.contact-info-text a:hover {
    color: var(--main-color-3);
}

#section-18 .custom-wrap-box .row > .col-lg-6.col-md-12:first-child {
    width: 100%;
    padding-right: 65px;
    flex: 1;
}

#section-18 .custom-wrap-box .row > .col-lg-6.col-md-12:last-child {
    width: 100%;
    max-width: 432px;
}

/* Google map */
.googleMap iframe {
    border-radius: var(--radius-md);
    width: 100%;
    max-height: 380px;
    margin-top: 20px;
}

/* ============================================================
   FORM STYLES
   ============================================================ */
form .form-label {
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--text-mid);
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

form .form-control,
form .form-select {
    padding: 0.65rem 0.85rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 1px;
    border: 1px solid rgba(30, 161, 219, 0.25);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--text-dark);
}

form .form-select {
    padding: 0.65rem 2.55rem 0.65rem 0.85rem;
}

form .form-control:focus,
form .form-select:focus {
    border-color: var(--main-color-1);
    box-shadow: 0 0 0 3px rgba(30, 161, 219, 0.15);
    background-color: #fff;
    outline: none;
}

form textarea.form-control {
    min-height: 130px;
}

#contactForm .form-check-group {
    min-height: 46px;
    gap: 15px;
}

.form-check-inline {
    margin-right: 0;
    margin-bottom: 0;
}

form .form-check-input:checked {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
}

form .btn.btn-default {
    padding: 18px 40px 18px;
    border-radius: 30px;
    line-height: 16px;
    margin-top: 1rem;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

#capcha_image {
    padding-right: 24px;
}

#capcha_image:after {
    font-size: 14px;
}

#capcha_image img {
    max-height: 46px;
}

/* ============================================================
   SECTION-18 CONTACT – Special left panel
   ============================================================ */
#section-18 #sub-section-20 {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 40px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    position: relative;
}

/* Corner accents on form card */
#section-18 #sub-section-20::before,
#section-18 #sub-section-20::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
}

#section-18 #sub-section-20::before {
    top: -2px;
    left: -2px;
    border-top: 4px solid var(--main-color-1);
    border-left: 4px solid var(--main-color-1);
    border-radius: var(--radius-lg) 0 0 0;
}

#section-18 #sub-section-20::after {
    bottom: -2px;
    right: -2px;
    border-bottom: 4px solid var(--main-color-3);
    border-right: 4px solid var(--main-color-3);
    border-radius: 0 0 var(--radius-lg) 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer[class*='footer_layout'] {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

/* Circuit-line grid on footer */
footer[class*='footer_layout']::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(30, 161, 219, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 161, 219, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

/* Glowing gradient top border */
footer[class*='footer_layout'] .footer_top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--grad-blue);
}

.footer_layout_1 .footer_logo {
    margin-bottom: 0;
}

.footer_logo img {
    filter: brightness(0) invert(1);
    height: auto;
}

.footer_top {
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
}

.footer_bottom {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    background: var(--grad-navy);
}

.copy_right {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
}
/* Footer social info */

footer .social_info ul {
    margin: 0;
    gap: 15px;
}
footer .social_info ul li {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    display: flex;
    padding: 6px 0 0 0;
}

footer .social_info ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition);
}

footer .social_info ul li a:hover {
    color: var(--main-color-1);
}

footer .social_info ul li i {
    background: var(--grad-blue) !important;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    position: relative;
    margin: -6px 8px 0 0;
    left: auto;
    top: auto;
}

footer .social_info ul li label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer_layout_1 .social_info ul li:nth-of-type(1) {
    width: auto;
}

.footer_layout_1 .social_info {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

@media (max-width: 991px) {
    .footer_layout_1 .social_info {
        margin-top: 30px;
        justify-content: flex-start;
    }
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
#back_to_top {
    background: var(--grad-blue);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(30, 161, 219, 0.4);
    transition: all var(--transition);
}

#back_to_top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(30, 161, 219, 0.55);
}

#back_to_top i {
    color: #fff;
}

/* ============================================================
   COOKIE DIALOG
   ============================================================ */
#cookie-dialog {
    border-top: 3px solid var(--main-color-1);
    background: #0d2338e6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 420px;
    left: 20px;
    right: 20px;
    border-radius: 20px;
    width: auto;
}

#cookie-dialog.show {
    bottom: 20px;
}

#cookie-dialog .cookie-privacy-message {
    padding: 20px;
}

#cookie-dialog h4 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 700;
}

#cookie-dialog p {
    font-size: 0.88rem;
    line-height: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: justify;
    text-align-last: left;
}

#cookie-dialog #agree-cookie-btn {
    background: var(--grad-blue);
    border: none;
    border-radius: var(--radius-sm);
    padding: 10px 22px;
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin: 0;
    transition: all var(--transition);
}

#cookie-dialog #agree-cookie-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 161, 219, 0.45);
}

#cookie-dialog .row {
    flex-direction: column;
}

#cookie-dialog .col-button {
    margin-top: 30px;
}
@media (max-width: 991px) {
    #cookie-dialog .cookie-privacy-message h4 {
        text-align: left;
    }

    #cookie-dialog .col-button {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    #cookie-dialog .cookie-privacy-message h4 {
        text-align: center;
    }
    #cookie-dialog p {
        text-align-last: center;
    }
    #cookie-dialog .col-button {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ============================================================
   MOBILE SOCIAL BAR
   ============================================================ */
#mobile-field .control-btn {
    overflow: hidden;
    position: relative;
}

#mobile-field .control-btn a {
    font-size: 18px;
    background: var(--grad-blue);
    box-shadow: 0 4px 16px rgba(30, 161, 219, 0.35);
    transition: all var(--transition);
}

#mobile-field .control-btn:hover a {
    transform: scale(1.1);
}

/* ============================================================
   BANNER CONTENT (inner pages)
   ============================================================ */
.banner-content {
    padding: 110px 0;
}

.banner-content h2 {
    flex: 1;
    line-height: 2.9rem;
    letter-spacing: 2px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.banner-content .breadcrume-wrap {
    flex: 1;
}

.banner-content h6 {
    line-height: 1.5rem;
    margin: 10px 0;
}

/* ============================================================
   PAGE CONTACT OVERRIDES
   ============================================================ */
.page_contact .main_title_widget {
    display: none;
}

/* ============================================================
   TOP SECTION NAV (if used)
   ============================================================ */
.top_section .nav-field {
    margin-bottom: 4rem;
}
.top_section .navigation-field {
    gap: 15px;
    margin: 0;
}
.top_section .navigation-field > li {
    margin: 0;
    padding: 0;
}

.top_section .navigation-field > li > a {
    padding: 15px 15px;
    border-radius: var(--radius-md);
    width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(30, 161, 219, 0.08);
    border-color: #1ea1db1a;
}

/* ============================================================
   TECH FLOAT ELEMENTS – subtle animated circles
   Used to add depth without structural changes
   ============================================================ */
@keyframes floatY {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(30, 161, 219, 0.35);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(30, 161, 219, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(30, 161, 219, 0);
    }
}

/* Subtle glow on section title box */
.main-ttl-1 h2 {
    animation: none;
}

/* ============================================================
   DATA FLOW ANIMATED LINE  (banner section accent)
   ============================================================ */
@keyframes dataFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 80px 80px;
    }
}

.swiper-container.top-space {
    position: relative;
}

.swiper-slide .swiper-overlay::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    background: linear-gradient(to bottom, rgb(16 52 87 / 0%), rgba(16, 51, 87, 100%));
    z-index: 2;
}

.swiperFullscreen::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 65px;
    border-radius: 15px 15px 0 0;
    background-image: url(../userfiles/images/common/sec-curve-1.svg);
    background-size: cover;
    background-position: bottom;
    z-index: 2;
    background-repeat: no-repeat;
}

.banner-content .breadcrume-list li:not(:last-child)::after {
    content: '\f105';
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    color: var(--bg-white);
    margin: 0 10px;
    font-size: 12px;
}
.breadcrume-wrap.breadcrume-right .breadcrume-list {
    margin-top: 0;
}

@media (max-width: 991px) {
    .banner-content .breadcrume-wrap {
        flex: unset;
    }
    .breadcrume-wrap.breadcrume-right .breadcrume-list {
        justify-content: flex-start;
        margin: 10px 0 0 0;
    }

    .banner-content {
        padding: 80px 0;
    }
}
/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 991px) {
    .sec_home_item {
        padding: 60px 0;
    }

    .main-ttl-box-1 {
        margin-bottom: 36px;
    }

    #section-18 #sub-section-20 {
        padding: 28px 24px;
        margin-bottom: 32px;
    }

    .swiper-content-box h2 {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 767px) {
    input[name='verification'] {
        max-width: 145px;
    }

    .main-ttl-1 h2 {
        font-size: 1.6rem;
    }

    .swiper-content-box h2 {
        font-size: 2.3rem;
        line-height: 2.6rem;
    }

    .button_type_2.swiper-btn {
        padding: 16px 24px;
        font-size: 0.8rem;
        margin-top: 10px;
    }

    #section-1 .editor-area p.p1 {
        padding: 24px 20px;
    }

    .header_style_13 .language_style2 .lang_list li a {
        font-size: 11px;
        width: 40px;
    }

    .header_style_13 .header_relative {
        gap: 20px;
    }
}

/* ============================================================
   APPLICATION DOMAIN CARD GRID  (#section-11)
   Reference: image cards with dark gradient overlay text
   ============================================================ */

.app-domain-grid {
    display: flex;
    gap: 18px;
    flex-wrap: nowrap;
}

.app-domain-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: #111;
    box-shadow: 0 0 10px rgba(11, 63, 108, 0.19);
    transition: 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 10px 0;
}

.app-domain-card:hover {
    box-shadow: 0 0 10px rgba(11, 63, 108, 0.28);
    text-decoration: none;
}

.app-domain-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.app-domain-card:hover img {
    transform: scale(1.07);
}

/* Dark gradient overlay at the bottom */
.app-domain-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(7, 24, 40, 0.92) 0%,
        rgba(7, 24, 40, 0.55) 38%,
        transparent 65%
    );
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 22px 20px 20px;
    transition: 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.app-domain-card:hover .app-domain-overlay {
    background: linear-gradient(
        to top,
        rgba(7, 24, 40, 0.97) 0%,
        rgba(11, 63, 108, 0.6) 45%,
        transparent 70%
    );
}

.app-domain-text {
    flex: 1;
    min-width: 0;
}

.app-domain-text h3 {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.app-domain-text p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Circular arrow button */
.app-domain-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 12px;
    transition: 0.3s ease;
    flex-shrink: 0;
    display: none;
}

.app-domain-card:hover .app-domain-arrow {
    background: var(--main-color-1);
    border-color: var(--main-color-1);
    transform: rotate(45deg);
}

/* Responsive: stack at smaller screens */

.image_header.inner_banner_mask:after {
    background: linear-gradient(
        100deg,
        rgba(7, 24, 40, 0.8) 0%,
        rgb(1 37 69 / 69%) 10%,
        transparent 100%
    ) !important;
    opacity: 1 !important;
}
.section_offset {
    padding: 4rem 0;
}

[class*='border'] {
    border-style: solid;
}
.main_title_widget {
    margin-bottom: 3rem;
}
.main_title_widget h1 {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: var(--main-color-2);
    padding-bottom: 15px;
}

.main_title_widget h1::after {
    border-radius: 5px;
    height: 3px;
    background: var(--grad-blue);
}

.page_products_view .main_title_widget h1 {
    display: none;
}

.loading_images_layer {
    background-size: 200px;
}

.contactInfo {
    border-radius: 10px;
    background-color: rgba(30, 161, 219, 0.08);
    border-color: #1ea1db1a;
}

.contact_company_info .company_info_field ul {
    margin: 0;
    gap: 15px;
}

.contact_company_info .company_info_field ul li {
    width: 100%;
    padding: 6px 0 0 0;
}
.contact_company_info .company_info_field ul li:not(:last-of-type) {
    margin-bottom: 0;
}

.contact_company_info .company_info_field ul li i {
    background: var(--grad-blue) !important;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    position: relative;
    margin: -6px 8px 0 0;
    left: auto;
    top: auto;
    color: var(--bg-white);
    font-size: 13px;
}

.backBox {
    margin-top: 3rem;
}

@media (max-width: 1549px) {
    .swiper-button-wrap {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .app-domain-grid {
        flex-wrap: wrap;
    }
    .app-domain-card {
        flex: 1 1 calc(50% - 9px);
    }
    .app-domain-card img {
        aspect-ratio: 4/3;
    }

    .swiperFullscreen::after {
        height: 23px;
        background-size: cover;
        left: -1px;
        right: -1px;
        border-radius: 9px 9px 0 0;
    }

    #section-16 {
        margin: 0 20px;
    }

    .box-top-angle::before,
    .box-bottom-angle::before,
    .box-top-angle::after,
    .box-bottom-angle::after {
        width: 12px;
        height: 12px;
    }
    #section-16 .custom-wrap-box::before {
        height: 23px;
        background-size: cover;
    }
    #section-16 .custom-wrap-box::after {
        height: 23px;
        background-size: cover;
    }

    .box-top-angle::before,
    .box-top-angle::after {
        top: 22px;
    }
    .box-bottom-angle::before,
    .box-bottom-angle::after {
        bottom: 22px;
    }

    #section-18 .custom-wrap-box .row > .col-lg-6.col-md-12:first-child {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        flex: auto;
    }

    #section-18 .custom-wrap-box .row > .col-lg-6.col-md-12:last-child {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .top_section .navigation-field > li > a {
        width: 100%;
    }
    .top_section .navigation-field > li > a {
        border-radius: 0;
    }

    .box-right-circle {
        width: 300px;
        height: 526px;
        bottom: -3px;
    }
    .box-left-circle {
        width: 300px;
        height: 526px;
    }
}

@media (max-width: 575px) {
    .app-domain-card {
        flex: 1 1 100%;
    }
    .app-domain-card img {
        aspect-ratio: 16/10;
    }
}

/* ============================================================
   PRELOADER BEAUTIFICATION
   ============================================================ */
#pre_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('../upload/tw/common/PIC_2026031804_42ce86611.webp');
}

#pre_loading .background_color_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #071828 !important;
    z-index: 1;
}

#pre_loading .loading_images_layer {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 120px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: brightness(0) invert(1);
    animation: logoPulse 2.5s ease-in-out infinite;
}

/* Glowing Loader Ring */
#pre_loading::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(30, 161, 219, 0.05);
    border-top: 2px solid #1ea1db;
    border-radius: 50%;
    animation: loaderRotate 1.5s cubic-bezier(0.53, 0.21, 0.29, 0.67) infinite;
    box-shadow: 0 0 20px rgba(30, 161, 219, 0.2);
}

/* Geometric background pattern for preloader */
#pre_loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(30, 161, 219, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
    opacity: 0.5;
    animation: bgMove 60s linear infinite;
}

@keyframes logoPulse {
    0%,
    100% {
        transform: scale(0.98);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.02);
        opacity: 1;
    }
}

@keyframes loaderRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bgMove {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 400px 400px;
    }
}

/* Mobile adjustments for preloader */
@media (max-width: 767px) {
    #pre_loading .loading_images_layer {
        width: 120px;
    }
    #pre_loading::after {
        width: 150px;
        height: 150px;
    }
}

.back {
    margin-top: 3rem;
}

.back .btn.btn-default,
a.btn.btn-default {
    padding: 16px 24px;
}

#section-22 {
    padding: 40px 0 0 0;
}

/* ============================================================
   FEATURE BLOCKS – ALTERNATING LAYOUT
   ============================================================ */

.feature-block {
    position: relative;
}

.feature-tag {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--main-color-3);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.feature-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--main-color-2);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.feature-desc {
    font-size: 1.1rem;
    color: var(--text-mid);
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 90%;
}

.text-lg-end .feature-desc {
    margin-left: auto;
}

.feature-img-container {
    position: relative;
    z-index: 1;
}

.feature-img-container img {
    border-radius: 30px;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-img-container:hover img {
    transform: scale(1.02);
}

/* Decorative elements around images */
.feature-img-deco {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: var(--grad-blue);
    opacity: 0.1;
    filter: blur(40px);
}

.deco-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -50px;
}

.deco-2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    left: -50px;
}

@media (max-width: 991px) {
    .feature-title {
        font-size: 2.2rem;
    }
    .feature-desc {
        max-width: 100%;
    }
    .text-lg-end {
        text-align: left !important;
    }
    .text-lg-end .btn-learn-more {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .top_section .navigation-field > li:first-of-type a {
        border-radius: 8px;
    }
    .top_section .navigation-field > li:last-of-type a {
        border-radius: 8px;
    }
    .top_section .navigation-field > li > a {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 14px 12px;
        border-radius: 8px;
    }
    .section_offset {
        padding: 3rem 0;
    }

    .top_section .nav-field {
        margin-bottom: 3rem;
    }
}
