﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
/*root colors */
:root {
    --brand-teal: #0B5C6D;
    --brand-orange: #ff8c00;
    --brand-light-bg: #EAF8F9;
    --text-dark: #1F2933;
    --text-muted: #b06161;
    --white: #ffffff;
}


/*Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background-image: linear-gradient(to bottom right, #1b90ad3d, #c94a2037);
}


/*Typography*/
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--brand-orange);
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--brand-teal);
}

h3,
h4,
h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-teal);
}

p {
    font-size: 15px;
    color: rgb(70, 69, 69) !important;
}

small {
    font-size: 13px;
    color: rgb(218, 93, 3) !important;
}

/*Navbar*/
.navbar {
    background-color: var(--white);
}

.navbar-brand span:first-child {
    color: var(--brand-teal);
    font-weight: 700;
}

.navbar-brand span:last-child {
    color: var(--brand-orange);
    font-weight: 700;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

    .nav-link:hover {
        color: var(--brand-teal);
    }



/*Cards*/
.card {
    border-radius: 16px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-teal);
}

.card-text {
    font-size: 14px;
    color: var(--text-muted);
}

.card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
}


/*Sections*/
.section-light {
    background-color: var(--brand-light-bg);
}


/*Feature Images*/
.feature-img {
    max-width: 320px;
    border-radius: 16px;
}


/*Footer*/
footer {
    background-color: #083F4A;
    color: var(--white);
}

    footer p,
    footer a {
        color: #000000;
        font-size: 14px;
    }

        footer a:hover {
            color: var(--white);
        }


/*image Styles*/
.img-fluid {
    width: 25rem;
    height: 25rem;
    padding: 20px;
    background-image: linear-gradient(45deg, #09869f82, #ed7d2186);
    border: 1px solid orangered;
    border-radius: 10px;
}

.card-img-top {
    height: 300px;
    border-radius: 10px 10px 0px 0px;
}


/*flex auto cards*/
.flex-cards {
    display: flex;
    gap: 12px;
    height: 420px;
}

.flex-card {
    flex: 1;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    transition: flex 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

    /* Hover expand */
    .flex-card:hover {
        flex: 4;
    }

    /* Auto active expand */
    .flex-card.active {
        flex: 4;
    }

    /* Dark overlay */
    .flex-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.65), rgba(0,0,0,0.2) );
    }

/* Text container */
.card-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

/* Show text on hover & active */
.flex-card:hover .card-content,
.flex-card.active .card-content {
    opacity: 1;
    transform: translateY(0);
}

/* Title - ORANGE */
.card-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--brand-orange);
}

/* Description - WHITE */
.card-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}


/*Button cta style*/
.Request_div {
    border-radius: 10px !important;
    background-image: linear-gradient(to right,#0A5D6F,#09859F) !important;
    color: white !important;
}

    .Request_div:hover {
        background-image: linear-gradient(to right,#ffffff,#ececec) !important;
        color: #0A5D6F !important;
        border-radius: 10px !important;
        border: 1px solid #0A5D6F !important;
    }

.Request_div2 {
    background-image: linear-gradient(to right,#ffffff9f,#ffffff) !important;
    color: #00b0c4 !important;
    border-radius: 10px !important;
    border: 1px solid #0A5D6F !important;
}

    .Request_div2:hover {
        border-radius: 10px !important;
        background-image: linear-gradient(to right,#58828fa3,#325997) !important;
        color: white !important;
    }


/*Extra UI */
.ctcc {
    background-image: linear-gradient(90deg, #aadde8, #f7b47df5) !important;
}

.ora {
    color: rgb(218, 93, 3) !important;
}

.tech {
    text-align: center;
    padding: 5px 0px 15px 0px;
}

.heroo {
    background-image: url('../assets/product bg.jpg');
    background-repeat: no-repeat;
    height: 75vh;
}

.second-hero {
    color: white !important;
}

.ovrcrd {
    padding: 20px;
}

.overview-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*ABOUT HERO SECTION (CENTER FIX)*/
.about-hero {
    height: calc(100vh); /* navbar height */
    background-image: url('../assets/abtBg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Overlay */
.about-hero-overlay {
    height: 100%;
    width: 100%;
    background: linear-gradient( rgba(11, 92, 109, 0.78), rgba(11, 92, 109, 0.65) );
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content wrapper */
.hero-content {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

    /* Heading */
    .hero-content h1 {
        font-size: 52px;
        font-weight: 700;
        color: var(--brand-orange);
    }

    /* Subtitle */
    .hero-content p {
        font-size: 18px;
        color: #ffffff !important;
        line-height: 1.7;
        margin-top: 16px;
    }



/* ================================
   GLOBAL ANIMATION BASE
================================ */
.animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease;
}

    .animate.show {
        opacity: 1;
        transform: translateY(0);
    }

/* Fade Up (Headings, Text) */
.fade-up {
    transform: translateY(40px);
}

/* Fade Left */
.fade-left {
    transform: translateX(-60px);
}

/* Fade Right */
.fade-right {
    transform: translateX(60px);
}

/* Zoom In */
.zoom-in {
    transform: scale(0.92);
}

/* Stagger delay utility */
.delay-1 {
    transition-delay: 0.15s;
}

.delay-2 {
    transition-delay: 0.3s;
}

.delay-3 {
    transition-delay: 0.45s;
}

.delay-4 {
    transition-delay: 0.6s;
}


/* ================================
   CARD IMAGE HOVER ZOOM (CLEAN)
================================ */
.card-img-top {
    transition: transform 0.6s ease;
}

.card:hover .card-img-top {
    transform: scale(1.08);
}


/* ================================
   IMAGE ZOOM (OVERVIEW / HERO)
================================ */
.img-fluid,
.overview-img {
    transition: transform 0.7s ease;
}

    .img-fluid:hover,
    .overview-img:hover {
        transform: scale(1.06);
    }


/* ================================
   FLEX CARD SMOOTH APPEAR
================================ */
.flex-card {
    opacity: 0;
    transform: scale(0.9);
}

    .flex-card.show {
        opacity: 1;
        transform: scale(1);
        transition: all 0.8s ease;
    }


/* ================================
   CTA BUTTON MICRO INTERACTION
================================ */
.btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.card {
    overflow: hidden;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.request-btn {
    font-size: 16px;
    font-weight: 600;
}

.modal-title {
    font-weight: 600;
}

.form-label {
    font-weight: 500;
}
/*PRODUCT DROPDOWN – HARD FIX */

/* Force vertical layout */
.product-dropdown .dropdown-item {
    display: flex !important; /* 🔥 override bootstrap */
    flex-direction: column !important; /* 🔥 STACK vertically */
    align-items: flex-start;
    white-space: normal !important;
    padding: 12px 16px;
    border-radius: 10px;
}

/* Product name (TOP line) */
.product-dropdown .product-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
}

/* Product subtitle (NEXT line) */
.product-dropdown .product-subtitle {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
    color: var(--brand-orange);
}

/* Hover styling */
.product-dropdown .dropdown-item:hover {
    background: linear-gradient(90deg, #0A5D6F, #09859F);
}

    .product-dropdown .dropdown-item:hover .product-title,
    .product-dropdown .dropdown-item:hover .product-subtitle {
        color: #ffffff;
    }

.cntOvr {
    background-image: linear-gradient(to bottom right, #c94a2037,#1b90ad3d)
}

.ovrH {
    font-size: 30px
}

.ovrP {
    font-size: 20px
}
}
.multiselect-dropdown {
    display: inline-block;
    padding: 2px 5px 0px 5px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: white;
    position: relative;
    background-position: right .75rem center;
    background-size: 16px 12px;
    width: 100% !important;
}
    .multiselect-dropdown span.optext,
    .multiselect-dropdown span.placeholder {
        margin-left: 8px;
        font-size: 18px;
        color: #212529 !important;
    }