﻿

:root {
    --blue-dark: #0040df;
    --blue-main: #367ff5;
    --blue-soft: #c6dff7;
    --bg-light: #f2f6f7;
    --text-dark: #0f172a;
    --text-gray: #475569;
    --border-light: #e2e8f0;
}
.text-blue {
    color: #041533 !important;
}
.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #041533;
}
p {
    color: #42526e ;
    font-weight:600 !important;
    
}
a {
    color: #041533 ;
    font-weight: 600 ;
}
.top-header-area {
    background: var(--bg-light) !important;
    border-bottom: 1px solid var(--border-light) !important;
    font-size: 13px;
}

.header-content-left li a,
.header-content-right li a {
    color: #0e4687 !important;
    font-weight: 500 !important;
    text-decoration:none;
}
    .header-content-left li a:hover,
    .header-content-right li a:hover {
        color: #367ff5 !important;
        font-weight: 500 !important;
    }
    .header-content-left li a i:hover,
    .header-content-right li a i:hover {
        color: #367ff5 !important;
        font-weight: 500 !important;
    }
.header-content-left i,
.header-content-right i {
    color: #0e4687 !important;
  
    font-size: 12px;
}

.header-content-right li a:hover i {
    color: #050b1a !important;
}
.product-section {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #041533;
}

.product-section p {
    color: #42526e;
    font-weight:600;
    text-align:center !important;
    
}


.product-card {
    border: 2px solid #9bfaf7 !important;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 500px;
    margin-bottom:20px;
   
}
.product-card p {
    text-align:justify !important;
}
   
    .product-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    }
    @media screen and (max-width:767px){
        .product-card:hover{
            transform:none;
        }
    }
   
    .product-card img {
        height: 230px;
        object-fit: cover;
        transition: transform 0.5s ease;
       
        
    }

   
    .product-card:hover img {
        transform: scale(1.08);
    }

/*.card-body-desc {
    
}*/
   
    .product-card .card-body-desc {
        padding: 14px;
        
    }

    /* TITLE */
    .product-card .card-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #0f172a;
    }

    /* DESCRIPTION */
    .product-card .card-text {
        font-size: 15px;
        line-height: 1.6;
        color: #475569;
        margin-bottom: 20px;
    }

    /* BUTTON */
    .product-card .btn {
        padding: 10px 22px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        background: linear-gradient(135deg, #041533 , #9bfaf7);
        border: none;
        color: #fff;
        transition: all 0.3s ease;
    }

        /* BUTTON HOVER */
        .product-card .btn:hover {
            background: linear-gradient(135deg, #041533, #0078db );
            transform: translateY(-2px);
        }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .product-card img {
        height: 200px;
    }
}


.service-glow-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    color: #041533;
    background: #9bfaf7;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .service-glow-btn:hover {
        background: transparent;
        color: #9bfaf7;
        border: 1px solid #9bfaf7;
    }
.industry-card-icon{
    font-size: 25px !important;
}

/* GRID */
.icons-box.style-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

    /* CARD */
    .icons-box.style-2 .icons-wrap {
        position: relative;
        height: 335px;
        overflow: hidden;
        cursor: pointer;
    }

    /* IMAGE */
    .icons-box.style-2 .bg-img {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transition: transform .6s ease;
        z-index: 1;
    }

    .icons-box.style-2 .icons-wrap::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(4, 21, 51, 0.6), /* top - semi-transparent dark */
        rgba(4, 21, 51, 0.7) /* bottom - slightly darker */
        );
        opacity: 0; /* hidden by default */
        transition: opacity 0.45s ease;
        z-index: 2;
    }

    .icons-box.style-2 .icons-wrap:hover::after {
        opacity: 1;
    }



    /* CONTENT */
    .icons-box.style-2 .icons-item {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 35px;
        transform: translateY(75px);
        transition: transform .45s ease;
        z-index: 3;
    }

.icons-box-title {
    color: #ffffff; /* bright white for all images */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    font-weight: 700;
}

.icons-item p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 90%;
}
.icons-item span {
    color: #9bfaf7;
}
.icons-box-title,
.icons-item p {
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
/* BUTTON */
.btn-style-3 {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 26px;
    border: 1px solid #9bfaf7;
    color: #9bfaf7;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    transition: all .4s ease;
    cursor:pointer;
}

/* HOVER EFFECT */
.icons-box.style-2 .icons-wrap:hover::after {
    opacity: 1;
}

.icons-box.style-2 .icons-wrap:hover .icons-item {
    transform: translateY(0);
}

.icons-box.style-2 .icons-wrap:hover .bg-img {
    transform: scale(1.08);
}

.icons-box.style-2 .icons-wrap:hover .btn-style-3 {
    opacity: 1;
    transform: translateY(0);
}
.btn-style-3:hover{
    color: #fff !important;
}
/* RESPONSIVE */
@media (max-width: 900px) {
    .icons-box.style-2 {
        grid-template-columns: 1fr;
    }

        .icons-box.style-2 .icons-item {
            transform: translateY(0);
        }

        .icons-box.style-2 .icons-wrap::after {
            opacity: 0;
        }

    .btn-style-3 {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Floating buttons wrapper */
.floating-contact {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Common button */
.float-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

    /* WhatsApp */
    .float-btn.whatsapp {
        background: linear-gradient(135deg, #041533, #9bfaf7);
    }

    /* Call */
    .float-btn.call {
        background: linear-gradient(135deg, #041533, #9bfaf7);
    }

    /* Hover */
    .float-btn:hover {
        transform: scale(1.08);
        box-shadow: 0 12px 28px rgba(0,0,0,0.35);
        color: #9bfaf7;
    }

/* Mobile adjustment */
@media (max-width: 768px) {
    .floating-contact {
        right: 12px;
    }

    .float-btn {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}
.enquiry-section {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:967px) {
    .enquiry-section {
        display: none;
    }
}
/* Normal error styling */
.field-error {
    color: red;
    font-size: 12px;
    margin: 4px 0 8px 0;
    display: block;
}

    /* 🔥 KEY FIX: hidden validator = NO SPACE */
    .field-error[style*="visibility:hidden"] {
        display: none !important;
    }

/* =======================
   FORM WRAPPER
======================= */
.we1-enquiry-box {
    z-index: 1;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px;
    width: 370px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

/* =======================
   GLASS FORM
======================= */
.we1-enquiry-form {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 40px 80px rgba(0,0,0,0.55), inset 0 0 0.5px rgba(255,255,255,0.4);
}

/* =======================
   TITLE
======================= */
.we1-form-title {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/* =======================
   INPUTS
======================= */
.we1-input,
.we1-textarea {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.25);
    outline: none;
    font-size: 14px;
    color: #041533;
    background: rgba(255,255,255,0.88);
    transition: all 0.25s ease;
}

    .we1-input::placeholder,
    .we1-textarea::placeholder {
        color: #6b7a8c;
    }

    .we1-input:focus,
    .we1-textarea:focus {
        border-color: #6fe7ff;
        box-shadow: 0 0 0 3px rgba(111,231,255,0.35);
    }

/* TEXTAREA */
.we1-textarea {
    height: 96px;
    resize: none;
}

/* =======================
   SUBMIT BUTTON
======================= */
.we1-submit-btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 60px 17px 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

    .we1-submit-btn:hover {
        background-position: right center;
    }
.announcement-wrapper {
    max-width: 420px;
    margin: 40px auto;
    font-family: "Segoe UI", sans-serif;
}

.announcement-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.announcement-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 300px;
    position: relative;
}

.announcement-scroll {
    display: flex;
    flex-direction: column;
    animation: scrollUp 20s linear infinite;
}

.announcement-card:hover .announcement-scroll {
    animation-play-state: paused;
}

.announcement-item {
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
}

    .announcement-item a {
        text-decoration: none;
        color: #2563eb;
        font-size: 14px;
        line-height: 1.5;
    }

        .announcement-item a:hover {
            text-decoration: underline;
        }

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}
