/*
 * GSM DATA HUB — Ocean Blue Responsive Theme V03
 * Bootstrap 4.1.3 enhancement layer for Dhru Fusion / Smarty.
 * Loaded after the active Dhru colour stylesheet by header.tpl.
 * No business logic is changed by this file.
 */

:root {
    --gdh-ocean-950: #01293d;
    --gdh-ocean-900: #023852;
    --gdh-ocean-850: #034b6d;
    --gdh-ocean-800: #05638b;
    --gdh-ocean-700: #087fae;
    --gdh-ocean-600: #0aa6d8;
    --gdh-aqua-700: #047ca7;
    --gdh-aqua-600: #069dcc;
    --gdh-aqua-500: #16b7e7;
    --gdh-aqua-400: #5bd3f3;
    --gdh-aqua-300: #c5f1ff;
    --gdh-ink: #07364d;
    --gdh-copy: #365c6e;
    --gdh-muted: #6f8792;
    --gdh-bg: #f1f9fc;
    --gdh-surface: #ffffff;
    --gdh-border: #d7eaf2;
    --gdh-success: #168568;
    --gdh-info: #0b8fc5;
    --gdh-warning: #b87d18;
    --gdh-danger: #c83f4d;
    --gdh-radius-sm: 10px;
    --gdh-radius: 16px;
    --gdh-radius-lg: 24px;
    --gdh-shadow-sm: 0 8px 24px rgba(7, 20, 38, .06);
    --gdh-shadow: 0 18px 52px rgba(7, 20, 38, .11);
    --gdh-shadow-strong: 0 24px 70px rgba(7, 20, 38, .16);
    --gdh-speed: .22s ease;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.gdh-ocean-v03 {
    background: var(--gdh-bg) !important;
    color: var(--gdh-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.gdh-ocean-v03 *,
body.gdh-ocean-v03 *::before,
body.gdh-ocean-v03 *::after {
    box-sizing: border-box;
}

body.gdh-ocean-v03 .container {
    width: 100%;
    max-width: 1460px;
}

body.gdh-ocean-v03 .bg-gray { background: var(--gdh-bg) !important; }
body.gdh-ocean-v03 .bg-white { background: #fff !important; }
body.gdh-ocean-v03 img { height: auto; }
body.gdh-ocean-v03 iframe { max-width: 100%; }
body.gdh-ocean-v03 a { transition: color var(--gdh-speed), background-color var(--gdh-speed), border-color var(--gdh-speed), box-shadow var(--gdh-speed), transform var(--gdh-speed); }
body.gdh-ocean-v03 a:hover { text-decoration: none; }
body.gdh-ocean-v03 .body-container,
body.gdh-ocean-v03 .page-container,
body.gdh-ocean-v03 .row > [class*="col-"] { min-width: 0; }

/* =========================================================
   ROYAL HEADER
   ========================================================= */
body.gdh-ocean-v03 .gdh-ocean-header {
    position: relative;
    z-index: 1030;
    background: #fff;
    border: 0;
    box-shadow: 0 5px 24px rgba(7, 20, 38, .09);
}

body.gdh-ocean-v03 .gdh-ocean-topbar {
    position: relative;
    color: rgba(255,255,255,.9);
    background:
        radial-gradient(circle at 15% -120%, rgba(236,205,130,.2), transparent 42%),
        linear-gradient(100deg, var(--gdh-ocean-950), var(--gdh-ocean-800));
    border-bottom: 1px solid rgba(236,205,130,.24);
}

body.gdh-ocean-v03 .gdh-ocean-topbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gdh-aqua-500), transparent);
    opacity: .7;
}

body.gdh-ocean-v03 .gdh-topbar-inner { min-height: 38px; }
body.gdh-ocean-v03 .gdh-topbar-contact { gap: 1.35rem; min-width: 0; }
body.gdh-ocean-v03 .gdh-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    min-width: 0;
    font-size: .78rem;
    letter-spacing: .01em;
    color: rgba(255,255,255,.78);
}
body.gdh-ocean-v03 .gdh-topbar-item i { color: var(--gdh-aqua-400); font-size: .75rem; }
body.gdh-ocean-v03 .gdh-topbar-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.gdh-ocean-v03 .gdh-topbar-tools .nav-link,
body.gdh-ocean-v03 .gdh-ocean-topbar .nav-link,
body.gdh-ocean-v03 .gdh-ocean-topbar .text-muted,
body.gdh-ocean-v03 .gdh-ocean-topbar a {
    color: rgba(255,255,255,.82) !important;
    font-size: .78rem;
}
body.gdh-ocean-v03 .gdh-ocean-topbar .nav-link:hover,
body.gdh-ocean-v03 .gdh-ocean-topbar a:hover { color: var(--gdh-aqua-300) !important; }

body.gdh-ocean-v03 .header-middle.header-bottom.gdh-mainnav {
    background: rgba(255,255,255,.985) !important;
    border: 0 !important;
    min-height: 76px;
}

body.gdh-ocean-v03 .gdh-navbar {
    min-height: 76px;
    width: 100%;
}

body.gdh-ocean-v03 .gdh-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 260px;
    margin: 0 1.25rem 0 0 !important;
    padding: .35rem 0;
    color: var(--gdh-ocean-900) !important;
}

body.gdh-ocean-v03 .gdh-brand-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: .3rem .7rem;
    border: 1px solid rgba(13,36,68,.08);
    border-radius: 15px;
    background: linear-gradient(180deg, #fff, #fbfcfe);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.85), 0 5px 16px rgba(7,20,38,.05);
}

body.gdh-ocean-v03 .gdh-brand img {
    display: block;
    width: auto;
    max-width: 205px !important;
    max-height: 43px !important;
}

body.gdh-ocean-v03 .gdh-brand-text {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

body.gdh-ocean-v03 .gdh-header-ad {
    max-width: 250px;
    overflow: hidden;
    margin-right: 1rem;
}

body.gdh-ocean-v03 .gdh-desktop-nav {
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
}

body.gdh-ocean-v03 .gdh-navbar-master {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
    min-width: 0;
    margin: 0;
}

/* This deliberately outranks Dhru's white nav-link rule that caused invisible menu text. */
body.gdh-ocean-v03 .gdh-ocean-header .header-middle.header-bottom .gdh-navbar .gdh-desktop-nav .navbar-mastermenu > .nav-item > .nav-link,
body.gdh-ocean-v03 .gdh-ocean-header .header-middle.header-bottom .gdh-navbar .gdh-desktop-nav .navbar-mastermenu > .nav-item:hover > .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .38rem;
    min-height: 45px;
    padding: .7rem .82rem !important;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent !important;
    color: var(--gdh-ocean-900) !important;
    font-size: .91rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.005em;
    white-space: nowrap;
}

body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item > .nav-link::before {
    display: none !important;
}

body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 4px;
    height: 2px;
    border: 0;
    background: linear-gradient(90deg, var(--gdh-aqua-600), var(--gdh-aqua-400));
    transition: left var(--gdh-speed), right var(--gdh-speed);
}

body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item:hover > .nav-link,
body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item.active > .nav-link,
body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item > .nav-link.active {
    color: var(--gdh-ocean-700) !important;
    border-color: rgba(199,151,55,.18);
    background: linear-gradient(180deg, rgba(245,227,180,.26), rgba(255,255,255,.7)) !important;
}

body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item:hover > .nav-link::after,
body.gdh-ocean-v03 .gdh-ocean-header .gdh-navbar-master > .nav-item.active > .nav-link::after {
    left: 24%;
    right: 24%;
}

body.gdh-ocean-v03 .gdh-menu-chevron {
    color: var(--gdh-aqua-700);
    font-size: .62rem;
    margin-left: .08rem !important;
}

body.gdh-ocean-v03 .gdh-login-btn,
body.gdh-ocean-v03 .gdh-mobile-login {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: .65rem 1rem !important;
    border: 1px solid rgba(236,205,130,.42) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.06), transparent 38%),
        linear-gradient(135deg, var(--gdh-ocean-900), var(--gdh-ocean-700)) !important;
    box-shadow: 0 7px 18px rgba(13,36,68,.2), inset 0 1px 0 rgba(255,255,255,.1);
    font-size: .87rem !important;
    font-weight: 800 !important;
    letter-spacing: .01em;
}

body.gdh-ocean-v03 .gdh-login-btn:hover,
body.gdh-ocean-v03 .gdh-mobile-login:hover {
    color: var(--gdh-aqua-300) !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(13,36,68,.26), inset 0 1px 0 rgba(255,255,255,.1);
}

body.gdh-ocean-v03 .gdh-login-btn .lg-icon { margin-right: .38rem; }

/* Dropdowns */
body.gdh-ocean-v03 .gdh-ocean-header .dropdown-menu {
    min-width: 225px;
    margin-top: .18rem;
    padding: .55rem;
    border: 1px solid rgba(13,36,68,.1);
    border-top: 2px solid var(--gdh-aqua-500);
    border-radius: 0 0 15px 15px;
    background: rgba(255,255,255,.99);
    box-shadow: var(--gdh-shadow);
}

body.gdh-ocean-v03 .gdh-ocean-header .dropdown-item {
    display: block;
    width: 100%;
    padding: .64rem .78rem;
    border-radius: 9px;
    color: var(--gdh-copy) !important;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
}

body.gdh-ocean-v03 .gdh-ocean-header .dropdown-item:hover,
body.gdh-ocean-v03 .gdh-ocean-header .dropdown-item:focus {
    color: var(--gdh-ocean-700) !important;
    background: linear-gradient(90deg, rgba(245,227,180,.42), rgba(244,247,251,.68)) !important;
}

/* Hamburger / mobile actions */
body.gdh-ocean-v03 .gdh-mobile-actions { gap: .55rem; }
body.gdh-ocean-v03 .gdh-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0 !important;
    border: 1px solid rgba(199,151,55,.36) !important;
    border-radius: 13px;
    background: linear-gradient(145deg, var(--gdh-ocean-950), var(--gdh-ocean-700)) !important;
    box-shadow: 0 8px 18px rgba(7,20,38,.18);
}

body.gdh-ocean-v03 .gdh-toggle-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 20px;
}
body.gdh-ocean-v03 .gdh-toggle-lines span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}
body.gdh-ocean-v03 .gdh-toggle-lines span:nth-child(2) { width: 72%; align-self: flex-end; background: var(--gdh-aqua-400); }

/* Cart/service category bar */
body.gdh-ocean-v03 .gdh-ocean-header > .header-bottom.position-relative.themedefault,
body.gdh-ocean-v03 .gdh-ocean-header .container-cart-menu > .header-bottom,
body.gdh-ocean-v03 .gdh-ocean-header .header-bottom.themedefault,
body.gdh-ocean-v03 .gdh-ocean-header .themedefault.header-bottom {
    background: linear-gradient(100deg, var(--gdh-ocean-950), var(--gdh-ocean-800)) !important;
}

body.gdh-ocean-v03 .gdh-ocean-header .navbar-products {
    scrollbar-width: thin;
    scrollbar-color: rgba(236,205,130,.55) transparent;
}

body.gdh-ocean-v03 .gdh-ocean-header .navbar-products .nav-link {
    color: rgba(255,255,255,.88) !important;
    font-weight: 650;
}
body.gdh-ocean-v03 .gdh-ocean-header .navbar-products .nav-link:hover { color: var(--gdh-aqua-300) !important; }
body.gdh-ocean-v03 .gdh-ocean-header .nav-link-search { color: var(--gdh-aqua-300) !important; }

/* =========================================================
   MOBILE / TABLET DRAWER
   ========================================================= */
body.gdh-ocean-v03 .modal-menu { z-index: 1080; }
body.gdh-ocean-v03 .modal-menu .modal-dialog {
    width: min(88vw, 380px);
    max-width: 380px;
    margin-left: -390px;
}
body.gdh-ocean-v03 .modal-menu.modal.show .modal-dialog { margin-left: 0; }
body.gdh-ocean-v03 .modal-menu .modal-content {
    border: 0;
    background: #fff;
    box-shadow: 18px 0 60px rgba(5,13,27,.28);
}
body.gdh-ocean-v03 .modal-menu .modal-header {
    position: relative;
    padding: 1rem !important;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(236,205,130,.24);
    background:
        radial-gradient(circle at 100% 0, rgba(236,205,130,.22), transparent 36%),
        linear-gradient(145deg, var(--gdh-ocean-950), var(--gdh-ocean-700)) !important;
}
body.gdh-ocean-v03 .modal-menu .modal-header::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gdh-aqua-500), transparent);
}
body.gdh-ocean-v03 .modal-menu .modal-header h3,
body.gdh-ocean-v03 .modal-menu .modal-header h5,
body.gdh-ocean-v03 .modal-menu .modal-header span,
body.gdh-ocean-v03 .modal-menu .modal-header a { color: #fff !important; }
body.gdh-ocean-v03 .modal-menu .modal-header .navbar-brand { color: var(--gdh-aqua-300) !important; font-weight: 900; }

body.gdh-ocean-v03 .modal-menu .modal-body { background: #fff; }
body.gdh-ocean-v03 .modal-menu .modal-body > ul { margin: 0; padding: .55rem !important; }
body.gdh-ocean-v03 .modal-menu .modal-body .nav-item { margin: .18rem 0; }
body.gdh-ocean-v03 .modal-menu .modal-body .nav-link,
body.gdh-ocean-v03 .modal-menu .modal-body .dropdown-item,
body.gdh-ocean-v03 .modal-menu .catloglist li.maincategory > a,
body.gdh-ocean-v03 .modal-menu .catloglist > li.nocategory > a {
    min-height: 44px;
    padding: .72rem .82rem !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: var(--gdh-ink) !important;
    background: transparent;
    font-size: .94rem !important;
    font-weight: 650;
}
body.gdh-ocean-v03 .modal-menu .modal-body .nav-link:hover,
body.gdh-ocean-v03 .modal-menu .modal-body .dropdown-item:hover,
body.gdh-ocean-v03 .modal-menu .catloglist li a:hover {
    color: var(--gdh-ocean-700) !important;
    background: #f7f4ec !important;
}
body.gdh-ocean-v03 .modal-menu .nav-link.dropdown-toggle {
    margin-top: .55rem;
    color: var(--gdh-aqua-700) !important;
    font-size: .72rem !important;
    font-weight: 900;
    letter-spacing: .08em;
}
body.gdh-ocean-v03 .modal-menu .dropdown-menu {
    position: relative !important;
    display: block !important;
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 0 0 .3rem .55rem !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.gdh-ocean-v03 .modal-menu .dropdown-item::after,
body.gdh-ocean-v03 .modal-menu .nav-link::after { color: var(--gdh-aqua-600) !important; }

/* =========================================================
   PAGE HEADING / BODY
   ========================================================= */
body.gdh-ocean-v03 .gdh-page-shell {
    background:
        radial-gradient(circle at 8% 0, rgba(217,173,85,.07), transparent 25%),
        linear-gradient(180deg, #f9fbfd 0, var(--gdh-bg) 320px) !important;
}

body.gdh-ocean-v03 .gdh-page-heading {
    position: relative;
    padding: 1rem 0;
    border-color: rgba(13,36,68,.08) !important;
    background: linear-gradient(110deg, #fff 0, #fff 58%, #fbf7ec 100%) !important;
    box-shadow: 0 3px 14px rgba(7,20,38,.03);
}
body.gdh-ocean-v03 .gdh-page-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--gdh-aqua-400), var(--gdh-aqua-700));
}
body.gdh-ocean-v03 .gdh-page-heading-inner { padding: .15rem 1rem; }
body.gdh-ocean-v03 .page-title {
    color: var(--gdh-ocean-900) !important;
    font-size: 1.52rem;
    font-weight: 850;
    letter-spacing: -.025em;
}
body.gdh-ocean-v03 .breadcrumb {
    padding: 0;
    color: var(--gdh-muted);
    font-size: .78rem;
}
body.gdh-ocean-v03 .breadcrumb a { color: var(--gdh-muted) !important; }
body.gdh-ocean-v03 .breadcrumb a:hover { color: var(--gdh-ocean-700) !important; }
body.gdh-ocean-v03 .breadcrumb > i { color: var(--gdh-aqua-600); margin-right: .35rem; }

body.gdh-ocean-v03 .gdh-body-container { padding-bottom: 1.4rem; }

/* =========================================================
   HOME BANNER / PUBLIC HOME
   ========================================================= */
body.gdh-ocean-v03.page-index .carousel.index-banner {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid rgba(7,20,38,.08);
    background: var(--gdh-ocean-900) !important;
    box-shadow: 0 12px 35px rgba(7,20,38,.1);
}
body.gdh-ocean-v03.page-index .carousel.index-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--gdh-aqua-500), var(--gdh-aqua-300), var(--gdh-aqua-500), transparent);
}
body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-item,
body.gdh-ocean-v03.page-index .carousel.index-banner .banner-type {
    min-height: clamp(310px, 34vw, 560px);
}
body.gdh-ocean-v03.page-index .carousel.index-banner .banner-type.image > img.image {
    width: 100%;
    min-height: clamp(310px, 34vw, 560px);
    object-fit: cover;
    object-position: center;
}
body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-indicators { bottom: 16px; z-index: 8; }
body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-indicators li {
    width: 22px;
    height: 4px;
    margin: 0 3px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.58) !important;
    opacity: 1;
}
body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-indicators li.active {
    width: 38px;
    background: var(--gdh-aqua-400) !important;
}
body.gdh-ocean-v03.page-index .carousel-control-prev,
body.gdh-ocean-v03.page-index .carousel-control-next {
    width: 54px;
    height: 54px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    background: rgba(5,13,27,.34);
    opacity: .9;
}
body.gdh-ocean-v03.page-index .carousel-control-prev { left: 18px; }
body.gdh-ocean-v03.page-index .carousel-control-next { right: 18px; }
body.gdh-ocean-v03.page-index .carousel-control-prev:hover,
body.gdh-ocean-v03.page-index .carousel-control-next:hover { background: rgba(5,13,27,.66); }
body.gdh-ocean-v03.page-index .carousel-control-prev i,
body.gdh-ocean-v03.page-index .carousel-control-next i { color: var(--gdh-aqua-300); font-size: 1.35rem; }

body.gdh-ocean-v03.page-index .body-container > .bg-gray,
body.gdh-ocean-v03.page-index .body-container .index-products {
    background: transparent !important;
}
body.gdh-ocean-v03.page-index .body-container > .bg-gray > .container > .page-container {
    margin-top: 1.25rem;
    padding: clamp(1.1rem, 2vw, 2rem);
    border: 1px solid rgba(13,36,68,.07);
    border-radius: var(--gdh-radius-lg);
    background: #fff;
    box-shadow: var(--gdh-shadow-sm);
}

/* =========================================================
   CARDS / DASHBOARD
   ========================================================= */
body.gdh-ocean-v03 .card {
    border: 1px solid var(--gdh-border);
    border-radius: var(--gdh-radius);
    background: var(--gdh-surface);
    box-shadow: var(--gdh-shadow-sm);
    transition: transform var(--gdh-speed), box-shadow var(--gdh-speed), border-color var(--gdh-speed);
}
body.gdh-ocean-v03 .card:hover { border-color: #ccd7e5; }
body.gdh-ocean-v03 .card-header {
    border-bottom: 1px solid var(--gdh-border);
    background: linear-gradient(180deg, #fff, #f7fcfe);
    color: var(--gdh-ocean-900);
    font-weight: 800;
}
body.gdh-ocean-v03 .card-title { color: var(--gdh-ocean-900) !important; font-weight: 800; }

body.gdh-ocean-v03 .themedefault {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(236,205,130,.25) !important;
    color: #fff !important;
    background:
        radial-gradient(circle at 95% -15%, rgba(236,205,130,.22), transparent 34%),
        linear-gradient(135deg, var(--gdh-ocean-950), var(--gdh-ocean-700)) !important;
    box-shadow: 0 18px 44px rgba(7,20,38,.2);
}
body.gdh-ocean-v03 .themedefault::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(135deg, transparent 45%, rgba(236,205,130,.13));
}
body.gdh-ocean-v03 .themedefault,
body.gdh-ocean-v03 .themedefault h1,
body.gdh-ocean-v03 .themedefault h2,
body.gdh-ocean-v03 .themedefault h3,
body.gdh-ocean-v03 .themedefault h4,
body.gdh-ocean-v03 .themedefault h5,
body.gdh-ocean-v03 .themedefault h6,
body.gdh-ocean-v03 .themedefault .text-white { color: #fff !important; }
body.gdh-ocean-v03 .themedefault .btn-primary { border-color: rgba(255,255,255,.14) !important; }

body.gdh-ocean-v03 .card-unpaid-balance { border-top: 3px solid rgba(200,63,77,.72); }
body.gdh-ocean-v03 .card-othercredit { overflow: hidden; }
body.gdh-ocean-v03 .card-othercredit .d-grid { position: relative; }
body.gdh-ocean-v03 .card-othercredit .d-grid:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: var(--gdh-border);
}

body.gdh-ocean-v03 .card-area-status {
    position: relative;
    padding: 1.15rem;
    overflow: hidden;
    background: #fff;
}
body.gdh-ocean-v03 .card-area-status:hover { transform: translateY(-2px); box-shadow: var(--gdh-shadow); }
body.gdh-ocean-v03 .card-order-success { border-top: 3px solid var(--gdh-success); }
body.gdh-ocean-v03 .card-order-process { border-top: 3px solid var(--gdh-info); }
body.gdh-ocean-v03 .card-order-fail { border-top: 3px solid var(--gdh-danger); }
body.gdh-ocean-v03 .card-area-status .h2,
body.gdh-ocean-v03 .card-area-status h2 { color: var(--gdh-ocean-900) !important; font-weight: 850; }

body.gdh-ocean-v03 .rounded-circle.h1,
body.gdh-ocean-v03 .card-othercredit .rounded-circle {
    color: var(--gdh-aqua-700);
}

/* =========================================================
   BUTTONS
   ========================================================= */
body.gdh-ocean-v03 .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 750;
    letter-spacing: .005em;
    box-shadow: none;
}
body.gdh-ocean-v03 .btn-primary,
body.gdh-ocean-v03 button.btn.btn-primary,
body.gdh-ocean-v03 .wizard .actions li a {
    border: 1px solid rgba(236,205,130,.2) !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--gdh-ocean-900), var(--gdh-ocean-700)) !important;
    box-shadow: 0 7px 18px rgba(13,36,68,.14);
}
body.gdh-ocean-v03 .btn-primary:hover,
body.gdh-ocean-v03 button.btn.btn-primary:hover,
body.gdh-ocean-v03 .wizard .actions li a:hover {
    color: var(--gdh-aqua-300) !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(13,36,68,.2);
}
body.gdh-ocean-v03 .btn-secondary,
body.gdh-ocean-v03 button.btn.btn-secondary,
body.gdh-ocean-v03 .bg-secondary {
    border-color: var(--gdh-ocean-800) !important;
    color: #fff !important;
    background: var(--gdh-ocean-800) !important;
}
body.gdh-ocean-v03 .btn-light { border: 1px solid var(--gdh-border) !important; background: #fff !important; color: var(--gdh-ocean-900) !important; }
body.gdh-ocean-v03 .btn-success { background: var(--gdh-success) !important; color: #fff !important; }
body.gdh-ocean-v03 .btn-danger { background: var(--gdh-danger) !important; color: #fff !important; }
body.gdh-ocean-v03 .btn-warning { background: var(--gdh-aqua-500) !important; color: var(--gdh-ocean-950) !important; }

/* =========================================================
   FORMS / CHOSEN / INPUTS
   ========================================================= */
body.gdh-ocean-v03 label,
body.gdh-ocean-v03 .form-label { color: var(--gdh-copy); font-weight: 700; }
body.gdh-ocean-v03 .form-control,
body.gdh-ocean-v03 .custom-select,
body.gdh-ocean-v03 select.form-control {
    min-height: 44px;
    border: 1px solid #d8e1ec;
    border-radius: 10px;
    color: var(--gdh-ink);
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(7,20,38,.02);
}
body.gdh-ocean-v03 textarea.form-control { min-height: 112px; resize: vertical; }
body.gdh-ocean-v03 .form-control:focus,
body.gdh-ocean-v03 .custom-select:focus {
    border-color: var(--gdh-aqua-500);
    box-shadow: 0 0 0 .2rem rgba(217,173,85,.16);
}
body.gdh-ocean-v03 .input-group-text {
    border-color: #d8e1ec;
    background: #f7f9fc;
    color: var(--gdh-copy);
}
body.gdh-ocean-v03 .chosen-container { max-width: 100%; }
body.gdh-ocean-v03 .chosen-container .chosen-single,
body.gdh-ocean-v03 .chosen-container-multi .chosen-choices {
    min-height: 44px;
    border: 1px solid #d8e1ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}
body.gdh-ocean-v03 .chosen-container .chosen-single { display: flex; align-items: center; }
body.gdh-ocean-v03 .chosen-container-active .chosen-single,
body.gdh-ocean-v03 .chosen-container-active .chosen-choices { border-color: var(--gdh-aqua-500); box-shadow: 0 0 0 .2rem rgba(217,173,85,.12); }
body.gdh-ocean-v03 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--gdh-ocean-700) !important;
    background: var(--gdh-ocean-700) !important;
}

/* =========================================================
   TABLES / LISTS / NAVS
   ========================================================= */
body.gdh-ocean-v03 .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--gdh-border);
    border-radius: 14px;
    background: #fff;
}
body.gdh-ocean-v03 .table,
body.gdh-ocean-v03 table { color: var(--gdh-copy); background: #fff; }
body.gdh-ocean-v03 .table thead th {
    border-top: 0;
    border-bottom: 1px solid var(--gdh-border);
    color: var(--gdh-ocean-900);
    background: linear-gradient(180deg, #f7fcfe, #eff8fb);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}
body.gdh-ocean-v03 .table td { border-color: #edf1f6; vertical-align: middle; }
body.gdh-ocean-v03 .table-hover tbody tr:hover { background: #f3fbfe; }
body.gdh-ocean-v03 .table .btn { white-space: nowrap; }

body.gdh-ocean-v03 .nav-tabs {
    gap: .25rem;
    border-bottom: 1px solid var(--gdh-border);
}
body.gdh-ocean-v03 .nav-tabs .nav-link {
    border: 0;
    border-radius: 10px 10px 0 0;
    color: var(--gdh-muted);
    font-weight: 700;
}
body.gdh-ocean-v03 .nav-tabs .nav-link.active {
    color: var(--gdh-ocean-700) !important;
    background: #edfaff;
    box-shadow: inset 0 -2px 0 var(--gdh-aqua-500);
}
body.gdh-ocean-v03 .nav-pills .nav-link { border-radius: 10px; color: var(--gdh-copy); font-weight: 700; }
body.gdh-ocean-v03 .nav-pills .nav-link.active,
body.gdh-ocean-v03 .nav-pills .show > .nav-link {
    color: #fff !important;
    background: linear-gradient(135deg, var(--gdh-ocean-900), var(--gdh-ocean-700)) !important;
}

body.gdh-ocean-v03 .badge { border-radius: 999px; padding: .38rem .58rem; font-weight: 750; }
body.gdh-ocean-v03 .page-link { color: var(--gdh-ocean-700); border-color: var(--gdh-border); }
body.gdh-ocean-v03 .page-item.active .page-link { border-color: var(--gdh-ocean-700); background: var(--gdh-ocean-700); }

/* =========================================================
   MODALS / ALERTS / LOGIN
   ========================================================= */
body.gdh-ocean-v03 .modal-content {
    overflow: hidden;
    border: 1px solid rgba(13,36,68,.1);
    border-radius: 16px;
    box-shadow: var(--gdh-shadow-strong);
}
body.gdh-ocean-v03 .modal-header {
    border-bottom: 1px solid var(--gdh-border);
    color: var(--gdh-ocean-900);
    background: linear-gradient(100deg, #fff, #edfaff);
}
body.gdh-ocean-v03 .modal-footer { border-top: 1px solid var(--gdh-border); }

body.gdh-ocean-v03 .alert {
    border-width: 1px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(7,20,38,.03);
}
body.gdh-ocean-v03 .alert-success { color: #0c5a45; border-color: #bce5d6; background: #f0fbf7; }
body.gdh-ocean-v03 .alert-info { color: #155a8a; border-color: #c8e2f6; background: #f3f9fd; }
body.gdh-ocean-v03 .alert-warning { color: #80570f; border-color: #efd99e; background: #fffaf0; }
body.gdh-ocean-v03 .alert-danger { color: #91323b; border-color: #efc9ce; background: #fff5f6; }

body.gdh-ocean-v03 .page-login .fieldoflogin.card,
body.gdh-ocean-v03 .page-login .card.fieldoflogin {
    border-top: 3px solid var(--gdh-aqua-500);
    background: #fff;
    box-shadow: var(--gdh-shadow);
}

/* =========================================================
   FOOTER
   ========================================================= */
body.gdh-ocean-v03 footer,
body.gdh-ocean-v03 .gdh-footer {
    display: block !important;
    margin-top: 2rem;
    color: rgba(255,255,255,.72);
    background: var(--gdh-ocean-950);
}
body.gdh-ocean-v03 footer .footer-top,
body.gdh-ocean-v03 .gdh-footer .footer-top {
    position: relative;
    border-top: 1px solid rgba(236,205,130,.28) !important;
    background:
        radial-gradient(circle at 14% 0, rgba(236,205,130,.09), transparent 30%),
        linear-gradient(130deg, #023852, #034b6d) !important;
}
body.gdh-ocean-v03 footer .footer-top::before,
body.gdh-ocean-v03 .gdh-footer .footer-top::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gdh-aqua-500), transparent);
}
body.gdh-ocean-v03 footer .footer-bottom,
body.gdh-ocean-v03 .gdh-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.06);
    background: #01293d !important;
}
body.gdh-ocean-v03 footer .link-heading,
body.gdh-ocean-v03 .gdh-footer .link-heading { color: #fff !important; font-weight: 850; }
body.gdh-ocean-v03 footer .link-heading::after,
body.gdh-ocean-v03 .gdh-footer .link-heading::after { background: var(--gdh-aqua-500) !important; }
body.gdh-ocean-v03 footer a,
body.gdh-ocean-v03 footer .nav-link,
body.gdh-ocean-v03 .gdh-footer a,
body.gdh-ocean-v03 .gdh-footer .nav-link { color: rgba(255,255,255,.68) !important; }
body.gdh-ocean-v03 footer a:hover,
body.gdh-ocean-v03 .gdh-footer a:hover { color: var(--gdh-aqua-300) !important; }
body.gdh-ocean-v03 footer .social-icons .nav-link,
body.gdh-ocean-v03 .gdh-footer .social-icons .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: .4rem;
    border: 1px solid rgba(236,205,130,.2);
    border-radius: 10px;
    background: rgba(255,255,255,.04);
}
body.gdh-ocean-v03 footer img,
body.gdh-ocean-v03 .gdh-footer img { max-height: 36px; width: auto; }

/* =========================================================
   GENERIC CONTENT SAFETY / OVERFLOW
   ========================================================= */
body.gdh-ocean-v03 pre,
body.gdh-ocean-v03 code { max-width: 100%; overflow-wrap: anywhere; }
body.gdh-ocean-v03 .d-row { min-width: 0; }
body.gdh-ocean-v03 .overflow-auto { -webkit-overflow-scrolling: touch; }
body.gdh-ocean-v03 .text-muted,
body.gdh-ocean-v03 .text-muted1 { color: var(--gdh-muted) !important; opacity: 1; }
body.gdh-ocean-v03 h1,
body.gdh-ocean-v03 h2,
body.gdh-ocean-v03 h3,
body.gdh-ocean-v03 h4,
body.gdh-ocean-v03 h5,
body.gdh-ocean-v03 h6 { color: var(--gdh-ocean-900); }
body.gdh-ocean-v03 .border,
body.gdh-ocean-v03 .border-top,
body.gdh-ocean-v03 .border-right,
body.gdh-ocean-v03 .border-bottom,
body.gdh-ocean-v03 .border-left { border-color: var(--gdh-border) !important; }

/* =========================================================
   RESPONSIVE RELEASE GATES
   ========================================================= */

/* Wide desktop */
@media (min-width: 1400px) {
    body.gdh-ocean-v03 .gdh-ocean-header .header-middle.header-bottom .gdh-navbar .gdh-desktop-nav .navbar-mastermenu > .nav-item > .nav-link { padding-left: .9rem !important; padding-right: .9rem !important; }
}

/* Laptop / compact desktop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    body.gdh-ocean-v03 .container { max-width: 1320px; padding-left: 18px; padding-right: 18px; }
    body.gdh-ocean-v03 .gdh-brand { max-width: 210px; margin-right: .7rem !important; }
    body.gdh-ocean-v03 .gdh-brand img { max-width: 175px !important; }
    body.gdh-ocean-v03 .gdh-ocean-header .header-middle.header-bottom .gdh-navbar .gdh-desktop-nav .navbar-mastermenu > .nav-item > .nav-link {
        padding-left: .58rem !important;
        padding-right: .58rem !important;
        font-size: .82rem;
    }
    body.gdh-ocean-v03 .gdh-login-btn { padding-left: .78rem !important; padding-right: .78rem !important; }
}

/* Tablet + smaller laptops use the drawer so the menu can never disappear/overflow. */
@media (max-width: 1199.98px) {
    body.gdh-ocean-v03 .container { max-width: 100%; padding-left: 20px; padding-right: 20px; }
    body.gdh-ocean-v03 .header-middle.header-bottom.gdh-mainnav,
    body.gdh-ocean-v03 .gdh-navbar { min-height: 70px; }
    body.gdh-ocean-v03 .gdh-brand-frame { min-height: 48px; }
    body.gdh-ocean-v03 .gdh-brand img { max-height: 40px !important; }
    body.gdh-ocean-v03 .gdh-page-heading-inner { padding-left: 0; padding-right: 0; }
    body.gdh-ocean-v03 .page-container { min-width: 0; }
    body.gdh-ocean-v03 .d-row { flex-wrap: wrap; gap: .85rem; }
    body.gdh-ocean-v03 .d-row > .flex-grow-1 { flex: 1 1 calc(50% - .85rem); min-width: 250px; margin-left: 0 !important; margin-right: 0 !important; }
    body.gdh-ocean-v03 .card-othercredit .d-row > .d-grid { flex: 1 1 calc(50% - .85rem); min-width: 230px; }
    body.gdh-ocean-v03 .modal:not(.modal-menu) .modal-dialog { max-width: calc(100% - 36px); margin-left: auto; margin-right: auto; }
}

/* Tablet portrait */
@media (max-width: 991.98px) {
    body.gdh-ocean-v03 { font-size: 14.5px; }
    body.gdh-ocean-v03 .container { padding-left: 16px; padding-right: 16px; }
    body.gdh-ocean-v03 .gdh-brand { max-width: 215px; }
    body.gdh-ocean-v03 .gdh-page-heading { padding: .82rem 0; }
    body.gdh-ocean-v03 .page-title { font-size: 1.32rem; }
    body.gdh-ocean-v03 .card-othercredit .d-grid:not(:first-child)::before { display: none; }
    body.gdh-ocean-v03 .gdh-footer .col-lg-3,
    body.gdh-ocean-v03 .gdh-footer .col-lg-6,
    body.gdh-ocean-v03 footer .col-lg-3,
    body.gdh-ocean-v03 footer .col-lg-6 { margin-bottom: 1rem; text-align: left !important; }
    body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-control-prev,
    body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-control-next { width: 44px; height: 44px; }
}

/* Mobile */
@media (max-width: 767.98px) {
    body.gdh-ocean-v03 .container { padding-left: 13px; padding-right: 13px; }
    body.gdh-ocean-v03 .header-middle.header-bottom.gdh-mainnav,
    body.gdh-ocean-v03 .gdh-navbar { min-height: 64px; }
    body.gdh-ocean-v03 .gdh-brand { max-width: calc(100% - 60px); margin-right: .5rem !important; }
    body.gdh-ocean-v03 .gdh-brand-frame { min-height: 44px; padding: .25rem .55rem; border-radius: 12px; }
    body.gdh-ocean-v03 .gdh-brand img { max-width: 165px !important; max-height: 36px !important; }
    body.gdh-ocean-v03 .gdh-menu-toggle { width: 44px; height: 44px; }
    body.gdh-ocean-v03 .gdh-page-heading { margin-bottom: .65rem !important; }
    body.gdh-ocean-v03 .page-title { font-size: 1.14rem; }
    body.gdh-ocean-v03 .card { border-radius: 14px; }
    body.gdh-ocean-v03 .card-body { padding: 1rem; }
    body.gdh-ocean-v03 .btn { min-height: 44px; }
    body.gdh-ocean-v03 .form-control,
    body.gdh-ocean-v03 .custom-select,
    body.gdh-ocean-v03 select.form-control { min-height: 46px; font-size: 16px; }
    body.gdh-ocean-v03 .d-row { display: flex; flex-direction: column; gap: .72rem; }
    body.gdh-ocean-v03 .d-row > *,
    body.gdh-ocean-v03 .d-row > .flex-grow-1,
    body.gdh-ocean-v03 .card-othercredit .d-row > .d-grid { width: 100%; flex: 1 1 100%; min-width: 0; margin: 0 !important; }
    body.gdh-ocean-v03 .themedefault { padding: 1.15rem !important; }
    body.gdh-ocean-v03 .big-font { font-size: 1.55rem !important; }
    body.gdh-ocean-v03 .table-responsive { margin-left: 0; margin-right: 0; width: 100%; }
    body.gdh-ocean-v03 .table { width: max-content; min-width: 100%; }
    body.gdh-ocean-v03 .table th,
    body.gdh-ocean-v03 .table td { padding: .7rem .62rem; }
    body.gdh-ocean-v03 .nav-tabs,
    body.gdh-ocean-v03 .nav-pills.flex-nowrap { overflow-x: auto; flex-wrap: nowrap !important; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
    body.gdh-ocean-v03 .nav-tabs .nav-link,
    body.gdh-ocean-v03 .nav-pills.flex-nowrap .nav-link { white-space: nowrap; }
    body.gdh-ocean-v03 .modal:not(.modal-menu) .modal-dialog { max-width: calc(100% - 20px); margin: .6rem auto; }
    body.gdh-ocean-v03 .modal-content { border-radius: 14px; }
    body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-item,
    body.gdh-ocean-v03.page-index .carousel.index-banner .banner-type,
    body.gdh-ocean-v03.page-index .carousel.index-banner .banner-type.image > img.image { min-height: 260px; }
    body.gdh-ocean-v03.page-index .carousel.index-banner .banner-content { padding: 1rem !important; }
    body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-control-prev,
    body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-control-next { display: none; }
    body.gdh-ocean-v03.page-index .body-container > .bg-gray > .container > .page-container { margin-top: .75rem; padding: 1rem; border-radius: 16px; }
    body.gdh-ocean-v03 footer .footer-top,
    body.gdh-ocean-v03 footer .footer-bottom,
    body.gdh-ocean-v03 .gdh-footer .footer-top,
    body.gdh-ocean-v03 .gdh-footer .footer-bottom { padding: 1.2rem 0 !important; }
    body.gdh-ocean-v03 footer .row,
    body.gdh-ocean-v03 .gdh-footer .row { margin-left: 0; margin-right: 0; }
    body.gdh-ocean-v03 footer [class*="col-"],
    body.gdh-ocean-v03 .gdh-footer [class*="col-"] { padding-left: 0; padding-right: 0; }
    body.gdh-ocean-v03 footer .footer-bottom img,
    body.gdh-ocean-v03 .gdh-footer .footer-bottom img { margin-top: .75rem; }
}

/* Small phones */
@media (max-width: 575.98px) {
    body.gdh-ocean-v03 .container { padding-left: 11px; padding-right: 11px; }
    body.gdh-ocean-v03 .gdh-brand img { max-width: 145px !important; }
    body.gdh-ocean-v03 .gdh-mobile-login { display: none !important; }
    body.gdh-ocean-v03 .page-title { font-size: 1.08rem; }
    body.gdh-ocean-v03 .card-body { padding: .9rem; }
    body.gdh-ocean-v03 .input-group { flex-wrap: nowrap; }
    body.gdh-ocean-v03 .input-group-prepend { flex: 0 0 auto; }
    body.gdh-ocean-v03 .modal-menu .modal-dialog { width: 90vw; }
    body.gdh-ocean-v03.page-index .carousel.index-banner .carousel-item,
    body.gdh-ocean-v03.page-index .carousel.index-banner .banner-type,
    body.gdh-ocean-v03.page-index .carousel.index-banner .banner-type.image > img.image { min-height: 220px; }
}

/* Very narrow phones */
@media (max-width: 389.98px) {
    body.gdh-ocean-v03 .gdh-brand img { max-width: 122px !important; }
    body.gdh-ocean-v03 .gdh-menu-toggle { width: 42px; height: 42px; }
    body.gdh-ocean-v03 .modal-menu .modal-dialog { width: 94vw; }
    body.gdh-ocean-v03 .btn:not(.btn-sm) { max-width: 100%; }
}

/* Landscape phone / short viewport */
@media (max-height: 540px) and (orientation: landscape) {
    body.gdh-ocean-v03 .header-middle.header-bottom.gdh-mainnav,
    body.gdh-ocean-v03 .gdh-navbar { min-height: 58px; }
    body.gdh-ocean-v03 .gdh-brand-frame { min-height: 40px; }
    body.gdh-ocean-v03 .gdh-brand img { max-height: 31px !important; }
    body.gdh-ocean-v03 .modal-menu .modal-header { padding: .65rem !important; }
}

/* Accessible motion preference */
@media (prefers-reduced-motion: reduce) {
    body.gdh-ocean-v03 *,
    body.gdh-ocean-v03 *::before,
    body.gdh-ocean-v03 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Print: strip decorative chrome while leaving business content readable. */
@media print {
    body.gdh-ocean-v03 .gdh-ocean-header,
    body.gdh-ocean-v03 .modal-menu,
    body.gdh-ocean-v03 footer,
    body.gdh-ocean-v03 .gdh-footer { display: none !important; }
    body.gdh-ocean-v03 { background: #fff !important; color: #000 !important; }
    body.gdh-ocean-v03 .card { box-shadow: none !important; }
}

/* Drawer detail helpers */
body.gdh-ocean-v03 .min-width-0 { min-width: 0; }
body.gdh-ocean-v03 .gdh-drawer-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: .35rem;
    border: 1px solid rgba(236,205,130,.24);
    border-radius: 11px;
    background: rgba(255,255,255,.06);
    color: #fff !important;
}
body.gdh-ocean-v03 .gdh-drawer-avatar img {
    display: block;
    width: 46px;
    height: 46px;
    border: 2px solid rgba(236,205,130,.55);
    border-radius: 50%;
}
body.gdh-ocean-v03 .gdh-drawer-user { flex: 1 1 auto; }
body.gdh-ocean-v03 .gdh-drawer-user span { color: rgba(255,255,255,.68) !important; font-size: .76rem; }
body.gdh-ocean-v03 .gdh-drawer-user a { color: var(--gdh-aqua-300) !important; font-size: .75rem; }
body.gdh-ocean-v03 .gdh-drawer-brand { color: var(--gdh-aqua-300); font-size: 1.05rem; font-weight: 900; letter-spacing: -.02em; }


/* =========================================================
   OCEAN V03 — CONTACT BAR / FULL COLOUR LOCK / MODAL SAFETY
   ========================================================= */
body.gdh-ocean-v03 {
    --gdh-ocean-main: #078fbe;
    --gdh-ocean-deep: #023852;
    --gdh-ocean-bright: #13b6e6;
    --gdh-ocean-soft: #eaf9ff;
}

body.gdh-ocean-v03 .gdh-ocean-topbar {
    display: block !important;
    background: linear-gradient(115deg, #01293d 0%, #03597d 52%, #078fbe 100%) !important;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff;
}
body.gdh-ocean-v03 .gdh-contactbar {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1rem;
    padding: .38rem 0;
}
body.gdh-ocean-v03 .gdh-contact-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    min-width: 0;
}
body.gdh-ocean-v03 .gdh-contact-btn {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .34rem .65rem;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.11);
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    font-size: .76rem;
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}
body.gdh-ocean-v03 .gdh-contact-btn:hover,
body.gdh-ocean-v03 .gdh-contact-btn:focus {
    background: rgba(255,255,255,.20);
    border-color: rgba(255,255,255,.45);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,43,65,.18);
}
body.gdh-ocean-v03 .gdh-contact-btn i { font-size: .92rem; }
body.gdh-ocean-v03 .gdh-contact-whatsapp i { color: #d7ffe9; }
body.gdh-ocean-v03 .gdh-contact-email i { color: #c9f1ff; }
body.gdh-ocean-v03 .gdh-contact-label { font-weight: 800; letter-spacing: .005em; }
body.gdh-ocean-v03 .gdh-contact-value { opacity: .86; font-weight: 600; }
body.gdh-ocean-v03 .gdh-topbar-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}
body.gdh-ocean-v03 .gdh-ocean-topbar .nav-link,
body.gdh-ocean-v03 .gdh-ocean-topbar .text-muted,
body.gdh-ocean-v03 .gdh-ocean-topbar a:not(.gdh-contact-btn) { color: rgba(255,255,255,.92) !important; }

/* Ocean colour lock for legacy Dhru controls that can otherwise leak the old purple/yellow palette. */
body.gdh-ocean-v03 .bg-primary,
body.gdh-ocean-v03 .header-color,
body.gdh-ocean-v03 .chosen-container .chosen-results li.highlighted,
body.gdh-ocean-v03 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
body.gdh-ocean-v03 .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
body.gdh-ocean-v03 .page-item.active .page-link,
body.gdh-ocean-v03 .nav-pills .nav-link.active,
body.gdh-ocean-v03 .nav-pills .show > .nav-link,
body.gdh-ocean-v03 .progress-bar {
    background: linear-gradient(135deg, #047fae, #13b6e6) !important;
    border-color: #078fbe !important;
    color: #fff !important;
}
body.gdh-ocean-v03 .bg-secondary,
body.gdh-ocean-v03 .btn-secondary {
    background: #045f83 !important;
    border-color: #045f83 !important;
    color: #fff !important;
}
body.gdh-ocean-v03 a,
body.gdh-ocean-v03 .text-primary,
body.gdh-ocean-v03 .spinner-loader,
body.gdh-ocean-v03 .page-link,
body.gdh-ocean-v03 .btn-addtocart,
body.gdh-ocean-v03 h3.title { color: #057fae; }
body.gdh-ocean-v03 .themedefault {
    background-image: linear-gradient(115deg, #023852 0%, #057ca8 56%, #13b6e6 100%) !important;
}
body.gdh-ocean-v03 .bg-light { background: #eaf9ff !important; }
body.gdh-ocean-v03 .form-control:focus,
body.gdh-ocean-v03 .custom-select:focus {
    border-color: #14b7e6 !important;
    box-shadow: 0 0 0 .2rem rgba(20,183,230,.16) !important;
}

/* Every standard popup/modal follows the ocean system. */
body.gdh-ocean-v03 .modal { color: #153e52; }
body.gdh-ocean-v03 .modal-backdrop.show { opacity: .62; }
body.gdh-ocean-v03 .modal-content {
    border: 1px solid rgba(3,91,126,.14) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(0,45,68,.24) !important;
}
body.gdh-ocean-v03 .modal-header {
    min-height: 58px;
    display: flex !important;
    align-items: center !important;
    border-bottom: 0 !important;
    background: linear-gradient(118deg, #023852 0%, #057ca8 62%, #13b6e6 100%) !important;
    color: #fff !important;
}
body.gdh-ocean-v03 .modal-header .modal-title,
body.gdh-ocean-v03 .modal-header h1,
body.gdh-ocean-v03 .modal-header h2,
body.gdh-ocean-v03 .modal-header h3,
body.gdh-ocean-v03 .modal-header h4,
body.gdh-ocean-v03 .modal-header h5,
body.gdh-ocean-v03 .modal-header h6 { color: #fff !important; font-weight: 800; }
body.gdh-ocean-v03 .modal-body { background: #fff; }
body.gdh-ocean-v03 .modal-footer { border-top: 1px solid #d7eaf2; background: #f8fcfe; }

/* Critical fix: the popup close X must remain visible in every theme state and at every viewport. */
body.gdh-ocean-v03 .modal-header button.close,
body.gdh-ocean-v03 .modal-header .close {
    position: relative !important;
    z-index: 25 !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,.38) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    line-height: 1 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12) !important;
}
body.gdh-ocean-v03 .modal-header button.close:hover,
body.gdh-ocean-v03 .modal-header .close:hover {
    background: #fff !important;
    color: #046b94 !important;
    border-color: #fff !important;
    transform: rotate(3deg) scale(1.04);
}
body.gdh-ocean-v03 .modal-header .close span,
body.gdh-ocean-v03 .modal-header .close i {
    color: inherit !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 1.45rem;
    line-height: 1;
}
body.gdh-ocean-v03 #advertisement [data-dismiss="modal"][aria-label="Close"] {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 1002 !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 999px;
    background: linear-gradient(135deg, #023852, #13b6e6) !important;
    color: transparent !important;
    font-size: 0 !important;
    box-shadow: 0 8px 24px rgba(0,45,68,.28);
    opacity: 1 !important;
    visibility: visible !important;
}
body.gdh-ocean-v03 #advertisement [data-dismiss="modal"][aria-label="Close"]::before {
    content: "×";
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

/* Popup-like Bootstrap surfaces. */
body.gdh-ocean-v03 .popover { border-color: #cfe8f2; box-shadow: 0 14px 40px rgba(0,55,82,.14); }
body.gdh-ocean-v03 .popover-header { color: #fff; border-color: #057ca8; background: linear-gradient(110deg,#023852,#078fbe); }
body.gdh-ocean-v03 .tooltip-inner { background: #023852; color: #fff; }
body.gdh-ocean-v03 .dropdown-menu { border-color: #d7eaf2; box-shadow: 0 15px 42px rgba(0,45,68,.14); }
body.gdh-ocean-v03 .dropdown-item.active,
body.gdh-ocean-v03 .dropdown-item:active { background: #078fbe; color: #fff !important; }
body.gdh-ocean-v03 .dropdown-item:hover { background: #edfaff; color: #057fae !important; }

/* Footer contact actions. */
body.gdh-ocean-v03 .gdh-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .48rem; }
body.gdh-ocean-v03 .gdh-footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    max-width: 100%;
    padding: .48rem .7rem;
    border: 1px solid rgba(125,220,250,.22);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.88) !important;
    font-size: .83rem;
}
body.gdh-ocean-v03 .gdh-footer-contact-btn:hover { background: rgba(19,182,230,.15); border-color: rgba(125,220,250,.42); color: #fff !important; }
body.gdh-ocean-v03 footer,
body.gdh-ocean-v03 .gdh-footer { background: #01293d !important; }
body.gdh-ocean-v03 footer .footer-top,
body.gdh-ocean-v03 .gdh-footer .footer-top { background: linear-gradient(135deg,#01293d,#034b6d) !important; border-top-color: rgba(91,211,243,.25) !important; }
body.gdh-ocean-v03 footer .footer-bottom,
body.gdh-ocean-v03 .gdh-footer .footer-bottom { background: #011f30 !important; }

/* Device responsiveness for the contact bar and popup system. */
@media (max-width: 1199.98px) {
    body.gdh-ocean-v03 .gdh-contact-value { display: none; }
    body.gdh-ocean-v03 .gdh-contact-btn { min-height: 33px; padding: .32rem .58rem; }
}
@media (max-width: 767.98px) {
    body.gdh-ocean-v03 .gdh-contactbar { min-height: 44px; gap: .35rem; padding: .3rem 0; }
    body.gdh-ocean-v03 .gdh-contact-actions { gap: .3rem; flex: 1 1 auto; }
    body.gdh-ocean-v03 .gdh-contact-btn { min-height: 32px; padding: .3rem .52rem; font-size: .70rem; }
    body.gdh-ocean-v03 .gdh-topbar-tools { flex: 0 0 auto; }
    body.gdh-ocean-v03 .gdh-topbar-tools .nav-link { padding-left: .35rem !important; padding-right: .35rem !important; }
    body.gdh-ocean-v03 .modal-dialog { width: auto; margin: .65rem !important; }
    body.gdh-ocean-v03 .modal-content { border-radius: 15px !important; }
    body.gdh-ocean-v03 .modal-header { min-height: 54px; padding: .65rem .75rem !important; }
    body.gdh-ocean-v03 .modal-header button.close,
    body.gdh-ocean-v03 .modal-header .close { width: 36px !important; height: 36px !important; min-width: 36px !important; min-height: 36px !important; }
}
@media (max-width: 479.98px) {
    body.gdh-ocean-v03 .gdh-contactbar { align-items: stretch; flex-direction: column; padding: .35rem 0 .28rem; }
    body.gdh-ocean-v03 .gdh-contact-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: 100%; }
    body.gdh-ocean-v03 .gdh-contact-btn { justify-content: center; width: 100%; overflow: hidden; }
    body.gdh-ocean-v03 .gdh-contact-label { overflow: hidden; text-overflow: ellipsis; }
    body.gdh-ocean-v03 .gdh-topbar-tools { width: 100%; justify-content: flex-end; border-top: 1px solid rgba(255,255,255,.10); padding-top: .16rem; }
    body.gdh-ocean-v03 #advertisement [data-dismiss="modal"][aria-label="Close"] { top: 8px !important; right: 8px !important; width: 38px !important; height: 38px !important; }
}
