@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');

:root{

    /* ========= Primary Brand ========= */

    --accent-blue:#081d33;
    --accent-blue-dark:#061422;
    --accent-blue-light:#004AF7;
    --accent-blue-hover:#0d3a72;

    /* ========= Accent ========= */

    --accent-lime:#3BD304;      /* logo accent only */

    /* ========= Backgrounds ========= */

    --page-bg:#F4F7FC;
    --surface:#FFFFFF;
    --surface-alt:#F8FAFD;

    /* ========= Navy Surfaces ========= */

    --sidebar-bg:#143760;
    --sidebar-bg-dark:#102A4A;
    --sidebar-card:#1A4678;

    /* ========= Text ========= */

    --text-primary:#0F172A;
    --text-secondary:#64748B;
    --text-light:#FFFFFF;
    --text-light-muted:rgba(255,255,255,.72);

    /* ========= Borders ========= */

    --border:#E5EAF2;
    --border-dark:rgba(255,255,255,.08);

    /* ========= Status ========= */

    --success:#16A34A;
    --warning:#F59E0B;
    --danger:#EF4444;

    /* ========= Soft Colors ========= */

    --blue-soft:#EDF2FE;
    --blue-soft-hover:#E2EEFF;

    /* ========= Shadows ========= */

    --shadow-sm:
        0 3px 10px rgba(15,23,42,.06);

    --shadow-md:
        0 8px 24px rgba(15,23,42,.10);

    --shadow-lg:
        0 20px 45px rgba(15,23,42,.16);

    /* ========= Radius ========= */

    --radius-sm:10px;
    --radius-md:16px;
    --radius-lg:22px;
    --radius-xl:30px;

}

input[type="text"][data-titlecase] {
    text-transform: capitalize;
}

.text-brand { color: var(--accent-blue); }
.text-brand-dark { color: var(--brand-ink); }
.text-brand-muted { color: var(--muted); }
.text-brand-muted-soft { color: #94a3b8; }
.text-brand-green { color: var(--accent-green); }
.text-brand-secondary { color: var(--brand-secondary); }
.text-alert { color: var(--brand-alert); }
.text-warning { color: var(--brand-warning); }
.text-white { color: #fff; }
.text-brand-alt { color: var(--brand-alt-blue); }
.text-brand-alt-dark { color: var(--brand-alt-darkblue); }
.bg-brand { background: var(--accent-blue); }
.bg-brand-green { background: var(--accent-green); }
.bg-alert { background: var(--brand-alert); }
.bg-brand-alt { background: var(--brand-alt-blue); }
.bg-brand-alt-dark { background: var(--brand-alt-darkblue); }
.bg-white { background: #fff; }
.bg-brand-green-soft { background: var(--brand-green-soft); }
.bg-brand-blue-soft { background: var(--brand-blue-soft); }
.bg-surface { background: var(--brand-surface); }
.bg-shell { background: var(--brand-shell); }
.bg-shell-border { background: var(--brand-shell-border); }
.bg-offwhite { background: var(--brand-offwhite); }
.bg-lightblue { background: var(--brand-lightblue); }
.bg-alert-soft { background: #fff7ed; }
.bg-alert-soft-2 { background: #fef2f2; }
.border-surface { border: 1px solid var(--brand-border); }
.border-shell { border: 1px solid var(--brand-shell-border); }
.border-dashed-surface { border: 1px dashed var(--brand-border); }
.border-brand { border: 1px solid var(--accent-blue); }
.border-top-surface { border-top: 1px solid var(--brand-surface); }
.border-bottom-surface { border-bottom: 1px solid var(--brand-surface); }
.border-left-shell { border-left: 1px solid var(--brand-shell-border); }
.badge-pill { border-radius: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; font-weight: 500; font-size: 14px; }
.btn-pill { border-radius: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 24px; font-weight: 600; cursor: pointer; transition: 0.2s; }
.btn-brand { background: var(--accent-blue); color: #fff; border: none; }
.btn-brand-soft { background: var(--brand-blue-soft); color: var(--accent-blue); border: none; }
.btn-green-soft { background: var(--brand-green-soft); color: var(--brand-secondary); border: none; }
.btn-muted { background: #fff; color: var(--muted); border: 1px solid var(--brand-border); }
.btn-outline-brand { background: none; color: var(--accent-blue); border: 1px solid var(--accent-blue); }
.link-muted { color: var(--muted); text-decoration: none; }
.no-underline { text-decoration: none; }
.icon-green { color: var(--accent-green); }
.icon-brand { color: var(--accent-blue); }
.icon-muted { color: var(--muted); }
.card-panel { background: #fff; border-radius: 12px; border: none; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.card-bordered { background: #fff; border: 1px solid var(--brand-border); border-radius: 8px; }
.card-bordered-lg { background: #fff; border: none; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.text-small-muted { font-size: 13px; color: var(--muted); }
.text-body { color: var(--muted); }
.label-small { display: block; font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.label-small-dark { display: block; font-size: 13px; font-weight: 500; margin-bottom: 8px; color: var(--accent-blue); }
.label-sm-muted { display: block; font-size: 12px; font-weight: 600; color: var(--muted); margin-bottom: 5px; }
.form-control-minimal { color: var(--brand-ink); background: #fff; border: 1px solid var(--brand-border); border-radius: 4px; padding: 8px; }
.form-control-minimal:focus { outline: none; border-color: var(--accent-blue); }
.table-compact { width: 100%; border-collapse: collapse; font-size: 12px; color: var(--muted); }
.table-compact th,
.table-compact td { padding: 12px 15px; border-bottom: 1px solid var(--brand-shell-border); }
.table-compact th { font-weight: 600; }
.table-row-soft { background: var(--brand-surface); }
.card-box { background: #fff; border: 1px solid var(--brand-shell-border); border-radius: 8px; padding: 20px; }

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #757b82;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    margin: 0 0 15px;
    color: #2a354e;
    font-weight: 600;
}

h1 {
    font-size: 48px;
    line-height: 50px;

}

h2 {
    font-size: 38px;
    line-height: 44px;

}

h3 {
    font-size: 30px;
    line-height: 38px;

}

h4 {
    font-size: 24px;
    line-height: 34px;

}

h5 {
    font-size: 20px;
    line-height: 28px;

}

h6 {
    font-size: 16px;
    line-height: 26px;

}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: var(--accent-blue);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #2a354e;
    text-decoration: none;
}

body {
    background: var(--page-bg) none repeat scroll 0 0;
    color: var(--muted);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: var(--accent-blue);
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    border: 1px solid var(--accent-blue);
    transition-duration: 500ms;
}

#scrollUp:hover {
    border: 1px solid var(--accent-blue);
    background-color: var(--accent-blue);
    transition-duration: 500ms;
}

.clear {
    clear: both;
}

.color {
    color: var(--accent-blue);
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.btn-login {
    padding: 8px 16px;
    border: 2px solid var(--accent-blue);
    border-radius: 25px;
    color: var(--accent-blue) !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-login:hover {
    background: var(--accent-blue);
    color: #fff !important;
}

.btn-login:hover {
    background: var(--accent-blue);
    color: #fff !important;
}

/* NO BARE `input` SELECTOR HERE. IT USED TO BE THE FIRST LINE OF THIS RULE.
 * ---------------------------------------------------------------------------
 * `appearance: none` is meant for text fields — it strips the browser's chrome
 * so the custom styling below can take over. But an unqualified `input` also
 * matches CHECKBOXES and RADIOS, and on those, appearance:none removes the box
 * and the tick entirely. What is left is a transparent square that toggles a
 * state nothing draws.
 *
 * It cost a working pond multi-select that looked broken, and the same silent
 * failure was live on seven other pages: login "remember me", the buddy's
 * "this is my email address", the migration tool's confirmations. Every one of
 * them was a checkbox users could click but not see.
 *
 * `accent-color` does not rescue it either — that property tints the native
 * control, and appearance:none means there is no native control left to tint.
 *
 * So the types are listed explicitly. Adding a new text-like input type here
 * is fine; adding `input` back is not.
 */
select,
textarea,
input[type="text"],
input[type="date"],
input[type="datetime-local"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #0d3a72;
    text-shadow: none;
}

::selection {
    background: #0d3a72;
    text-shadow: none;
}

.bg-color {
    background: #f5f5f5;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #2a354e;
    padding: 0.2em 0;
}

.area-padding {
    padding: 110px 0px;
}

.area-padding-2 {
    padding: 110px 0px 80px;
}

.area-padding-3 {
    padding: 80px 0px 110px;
}

.area-padding-4 {
    padding: 110px 0px 60px;
}

.section-headline {
    padding-bottom: 40px;
    position: relative;
}

.section-headline h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 48px;
}

.section-headline p {
    max-width: 560px;
    font-size: 17px;
    margin: 0 auto;
}

.white-headline h3 {
    color: #fff;
}

.section-headline h4 .color {
    color: #0d3a72;
    font-weight: 600;
}

.mar-row {
    margin-top: 50px;
}

.simple-text {
    font-weight: 400;
}

.color-text {
    color: #0d3a72
}

/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: transparent;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, height 0.4s ease-in-out;
}

.topbar-left ul li a {
    color: #2a354e;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.60px;
}

.topbar-left ul li a i {
    color: #0d3a72;
    font-size: 16px;
    padding-right: 7px;
}

.topbar-left ul li:last-child a {
    margin-right: 0px;
}

.top-social {
    float: right;
    padding: 10px 0px;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    opacity: 0.8;
    border-radius: 50%;
    background: #0d3a72;
}

.top-social ul li a:hover {
    color: #fff;
    opacity: 1;
}

/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #f9f9f9;
}

/* Same for internal pages */
.header-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #f9f9f9;
}

body {
    padding-top: 85px;
    /* header + topbar height */
}

.header-area {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 12px 0;
}

.logo img {
    max-height: 45px;
    transition: transform 0.35s ease, filter 0.35s ease;
    filter: contrast(1.04) saturate(1.02) brightness(0.98);
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav li a {
    color: #2a354e;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 14px;
    text-transform: capitalize;
    position: relative;
    transition: color 0.25s ease, transform 0.25s ease;
}

.main-menu>ul.navbar-nav>li>a::before {
    position: absolute;
    content: "";
    left: 16px;
    bottom: 8px;
    top: auto;
    border: 1px solid #0d3a72;
    width: 0;
    transition: 0.4s;
    opacity: 0;
}

.header-area.stick .main-menu>ul.navbar-nav>li>a::before {
    left: 16px;
    bottom: 27px;
}

.main-menu>ul.navbar-nav>li>a:hover::before {
    width: 50%;
    transition: 0.4s;
    opacity: 1;
}

.main-menu ul.navbar-nav li a:hover {
    color: #0d3a72;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0d3a72;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
    padding: 10px 0px;
    border-radius: 3px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #2a354e;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}

.main-menu ul.nav li ul.sub-menu li a span {
    color: #0d3a72;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #0d3a72;
}

.header-right-link {
    float: right;
    width: 180px;
    padding: 37px 0px;
    margin-left: 70px;
    text-align: right;
}

.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}

.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #2a354e;
    cursor: pointer;
    line-height: 28px;
}

.s-menu {
    padding: 10px 20px;
    border: 1px solid #0d3a72;
    background: #0d3a72;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
}

.s-menu:hover {
    border: 1px solid #0d3a72;
    background: transparent;
    color: #0d3a72;
    transition: 0.4s;
}

.header-area.stick .header-right-link {
    padding: 27px 0px;
}

/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
/* Sticky header */
.header-area.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(13, 58, 114, 0.12);
}

.header-area.stick .logo img {
    transform: scale(1.02);
    filter: contrast(1.06) saturate(1.08) brightness(0.96);
}

/* Default body padding */
body {
    padding-top: 0;
    transition: padding-top 0.3s ease;
}

/* Push content down when header sticks */
body.header-sticky {
    padding-top: 90px;
    /* MUST match header height */
}


/* Push content down when header is sticky */
.header-area.stick+.intro-area {
    margin-top: 90px;
    /* adjust to your header height */
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 15px;
    color: #2a354e;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #2a354e;
    display: block;
    padding: 5px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #0d3a72;
}

/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fdfcfc none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #0d3a72
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #2a354e;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #2a354e;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-home {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.intro-area {
    position: relative;
}

.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -180px;
}

.slide-all-text {
    margin-top: 65px;
}

.slider-content {
    position: relative;
}

.layer-1 h2 {
    color: #2a354e;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    max-width: 640px;
    margin-bottom: 20px;
}

.layer-2 p {
    font-size: 18px;
}

.ready-btn {
    border: 1px solid #0d3a72;
    background: #0d3a72;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

.ready-btn:hover {
    color: #0d3a72;
    background: transparent;
    transition: all 0.4s ease 0s;
}

/*--------------------------------*/
/* 4.About Area
/*--------------------------------*/
.about-area {
    position: relative;
}

.about-image {
    position: relative;
}

.about-text h3 {
    font-size: 34px;
    line-height: 40px;
}

.about-text li {
    display: block;
    position: relative;
}

.about-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}

.about-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #0d3a72;
}

.ab-btn {
    padding: 8px 20px;
    border: 1px solid #0d3a72;
    background: #0d3a72;
    color: #fff;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 30px;
    display: inline-block;
}

.ab-btn:hover {
    background: transparent;
    color: #0d3a72;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  5. Services Area
/*----------------------------------------*/
.service-img {
    margin-bottom: 20px;
}

.single-service {
    padding: 36px 30px;
    border: 1px solid #fff;
    position: relative;
    min-height: 300px;
}

.all-service {
    padding-left: 15px;
    padding-right: 15px;
}

.all-service .col-md-4,
.all-service .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.text-service {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.5s;
}

.service-content h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}

.service-content h4 a {
    color: #2a354e;
}

.single-service:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.5s;
}

.service-content h4 a:hover {
    color: #0d3a72;
}

.single-service h3 {
    font-size: 34px;
    line-height: 40px;
}

.single-service p {
    margin-bottom: 0px;
}

.service-btn {
    border: 1px solid #0d3a72;
    background: #0d3a72;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

.service-btn:hover {
    border: 1px solid #0d3a72;
    background: transparent;
    color: #0d3a72;
    transition: all 0.4s ease 0s;
}

/*--------------------------------*/
/* 6.tab Area
/*--------------------------------*/
.tab-area {
    position: relative;
}

.tab-menu {
    display: block;
}

.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}

.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 25%;
}

.tab-menu ul.nav li a {
    border-radius: 0;
    display: flex;
    color: #2a354e;
    padding: 20px;
    align-items: center;
}

.tab-menu .nav-tabs {
    border-bottom: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    border-color: #f5f5f5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
    background: #0d3a72;
}

.tab-menu ul.nav li a:hover {
    background: transparent;
}

.tab-menu ul.nav li.active a:hover {
    background: #0d3a72;
}

.cha-icon {
    display: inline-block;
    margin-right: 15px;
    font-size: 50px;
    line-height: 50px;
}

.title-date {
    display: inline-block;
    position: relative;
}

.tab-menu ul.nav li.active .cha-title,
.tab-menu ul.nav li.active .cha-date {
    color: #fff;
}

.cha-title {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    width: 70%;
}

.single-machine {
    position: relative;
}

.tab-menu ul.nav li:first-child a {
    margin-top: 0px;
}

.tab-content {
    margin-top: 40px;
}

.machine-text {
    margin-top: 20px;
}

.machine-text h3 {
    font-size: 32px;
    line-height: 40px;
}

.machine-text li {
    display: block;
    position: relative;
}

.machine-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}

.machine-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #0d3a72;
}

/*----------------------------------------
  7. Achivement Area Css
----------------------------------------*/
.single-achive {
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 30px 20px;
    align-items: center;
}

.achive-image {
    float: left;
    width: 36%;
    height: 100%;
    margin-right: 15px;
}

.achivement-text h4 {
    color: #2a354e;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 500;
}

.achive-number {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color: #0d3a72;
}

.we-services {

    border-top: 1px solid #ccc;
    padding-top: 60px;
}

.we-services .digital-services {
    width: 20%;
    float: left;
}

.digital-wel {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
}

.digital-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}

.digital-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}

/*--------------------------------*/
/*  8. projects Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%;
}

.project-all {
    margin-top: -40px;
}

.project-all .single-awesome-project {
    margin-top: 30px;
}

.project-carousel .col-md-4 {
    width: 100%;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img>a::after {
    background: rgba(0, 44, 87, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 4;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}

.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}

.project-dec h4 {
    color: #2a354e;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.project-dec h4::after {
    position: absolute;
    content: "\e628";
    right: 40px;
    top: 0px;
    font-family: themify;
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 30px;
    border: 1px solid #0d3a72;
    background: #0d3a72;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
    transition: 0.5s;
}

.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}

.project-dec p {
    margin-bottom: 0px;
}

.pst-content {
    padding-left: 10px;
}

.single-awesome-project:hover .project-dec h4 {
    color: #0d3a72;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #0d3a72;
    border: 1px solid #0d3a72;
}

/*----------------------------------------
 9.Reviews Area Css
----------------------------------------*/
.reviews-area {
    position: relative;
}

.testimonial-inner {
    padding: 0px 50px 0px 0px;
}

.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}

.review-head p {
    font-size: 17px;
}

.reviews-btn {
    border: 1px solid #0d3a72;
    background: #0d3a72;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

.reviews-btn:hover {
    border: 1px solid #0d3a72;
    background: #fff;
    color: #0d3a72;
}

.single-testi {
    margin: 0px 0px 50px;
}

.clients-text {
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testi-img {
    position: relative;
    margin-top: 50px;
}

.testi-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    margin-right: 20px;
}

.reviews-content .active.center .testi-img img {
    border: 2px solid #0d3a72;
}

.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}

.reviews-content {
    margin-bottom: 5px;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #0d3a72;
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.reviews-content .active.center .single-testi .clients-text {
    background: #0d3a72;
}

.reviews-content .active.center .single-testi .clients-text p {
    color: #fff;
}

.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #0d3a72;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #0d3a72;
    width: 30px;
    border-radius: 3px;
}

/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}

.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: 0.4s;
}

.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}

.admin-type i,
.date-type i,
.comments-type i {
    color: #0d3a72;
    margin-right: 5px;
}

.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}

.blog-content p {
    line-height: 28px;
    transition: 0.4s;
}

.blog-content a h4:hover {
    color: #0d3a72;
    transition: 0.4s;
}

.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #0d3a72;
    margin-right: 10px;
}

.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid #0d3a72;
    background: #0d3a72;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}

.blog-btn:hover {
    color: #0d3a72;
    background: transparent;
    transition: all 0.4s ease 0s;
}

/*----------------------------------------*/
/*  11. Footer Area
/*----------------------------------------*/
.footer1 {
    background: url(img/background/fg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.footer1::after {
    background: url(img/background/shape-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.95;
}

.footer-area {
    padding: 100px 0px;
}

.footer-content {
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-head p {
    color: #757b82;
}

.logo-footer .footer-head p {
    color: #757b82;
    margin-bottom: 0px;
}

.footer-head h4 {
    color: #2a354e;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #0d3a72;
    border-radius: 2px;
    background: #0d3a72;
    transition: 0.4s;
}

.footer-tags li a:hover,
.footer-icons ul li a:hover {
    color: #0d3a72;
    background: #fff;
    transition: 0.4s;
}

.footer-tags {
    display: block;
    overflow: hidden;
}

.footer-tags li {
    float: left;
}

.footer-tags li a {
    color: #757b82;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
}

.footer-icons {
    margin-top: 30px;
}

.footer-list {
    width: 50%;
    float: left;
}

.footer-contacts p span {
    color: #0d3a72;
    font-weight: 700;
}

.subs-feilds {
    margin-top: 30px;
}

.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}

.footer-content.logo-footer {
    padding-right: 30px;
}

.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}

.suscribe-input button {
    background: #0d3a72;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #0d3a72;
    transition: 0.4s;
}

.suscribe-input button:hover {
    color: #0d3a72;
    background: #fff;
    transition: 0.4s;
}

.footer-list li a {
    color: #757b82;
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 400;
}

.footer-list li a:first-child {
    padding-top: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #757b82;
    left: 0;
}

.footer-list li a:hover {
    color: #0d3a72;
}

.footer-list li a:hover::after {
    background: #0d3a72;
}

.footer-area-bottom {
    padding: 25px 0;
    background: #f2f2f2;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #0d3a72;
}

.copyright-text a {
    color: #0d3a72;
}

.copyright>p {
    margin-bottom: 0;
    color: #757b82;
}

.copyright a {
    color: #0d3a72;
}

/*----------------------------------------*/
/*  12. Home page 02
/*----------------------------------------*/
.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.intro-area-2 {
    position: relative;
    z-index: 1;
}

.intro-area-2::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.intro-area-2 .intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -118px;
}

.header-area-2 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.header-two .topbar-left ul li a {
    color: #ddd;
}

.header-two .topbar-left ul li a i {
    color: #0d3a72;
}

.header-two .top-social ul li a {
    background: #0d3a72;
}

.header-area-2 .black-logo {
    display: none;
}

.header-area-2.stick .logo a.white-logo {
    display: none;
}

.header-area-2.stick .black-logo {
    display: block;
}

.header-area-2.stick.main-menu ul.navbar-nav li a {
    color: #2a354e;
}

.intro-area-2 .layer-1 h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    max-width: 900px;
    margin: 0px auto 20px;
    text-align: center;
}

.intro-area-2 .layer-2 p {
    color: #ddd;
    max-width: 600px;
    text-align: center;
    margin: 0px auto 20px;
}

.intro-area-2 .layer-3 {
    text-align: center;
}

.color-2 {
    color: #0d3a72;
}

.service-area-2 .service-btn,
.header-area-2 .s-menu,
.intro-area-2 .ready-btn {
    background: #0d3a72;
    border: 1px solid #0d3a72;
    transition: 0.4s;
}

.header-area-2 .s-menu:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.service-area-2 .service-btn:hover,
.intro-area-2 .ready-btn:hover {
    background: transparent;
    color: #0d3a72;
    transition: 0.4s;
}

.header-area-2.stick .s-menu:hover {
    background: transparent;
    border: 1px solid #0d3a72;
    transition: 0.4s;
    color: #0d3a72;
}

.header-area-2 .main-menu>ul.navbar-nav>li>a::before {
    border: 1px solid #0d3a72;
}

.header-area-2 .header-right-link {
    margin-left: 140px;
}

.footer2 {
    position: relative;
    z-index: 1;
}

.footer2 {
    background: url(img/background/fg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.footer2::after {
    background: rgba(0, 0, 0, 0.86);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer2 .footer-list li a,
.footer2 .footer-head p {
    color: #ddd;
}

.footer2 .footer-head h4 {
    color: #fff;
}

.footer2 .footer-list li a::after {
    background: #ddd;
}

.footer2 .footer-area-bottom {
    background: rgba(0, 0, 0, 0.80);
}

.footer2 .copyright>p {
    color: #ddd;
}

.footer2 .footer-contacts p span {
    color: #004AF7;
}

.footer2 .suscribe-input button {
    background: #004AF7;
    border: 1px solid #004AF7;
}

.footer2 .footer-icons ul li a {
    background: #004AF7;
    border: 1px solid #004AF7;
}

.footer2 .footer-icons ul li a:hover {
    background: transparent;
    color: #004AF7;
}

.footer2 .suscribe-input button:hover {
    background: #fff;
    color: #004AF7;
}

.footer2 .footer-list li a:hover {
    color: #004AF7;
}

.footer2 .footer-list li a:hover::after {
    background: #004AF7;
}

.footer2 .copyright a {
    color: #004AF7;
}

/*--------------------------------*/
/* 12.2 .home-2 welcome Services Area
/*--------------------------------*/
.well-services {
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}

.well-services::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/about/wl.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.well-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 84, 173, 0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.big-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 66px;
    color: #0d3a72;
}

.main-wel {
    padding: 20px 0px 0px;
}

.wel-content p {
    margin-bottom: 0px;
}

.wel-content h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 500;
}

.well-services:hover .big-icon {
    transition: 0.4s;
    color: #fff;
}

.well-services:hover::before {
    transition: 0.4s;
    opacity: 1;
}

.well-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}

.well-services:hover .wel-content h4,
.well-services:hover .wel-content p {
    color: #fff;
}

/*----------------------------------------*/
/*  13. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    z-index: 1;
}

/* Fix inner pages header overlap */
.page-area {
    margin-top: 85px;
    /* same as header height */
}

.page-area {
    background: url(img/background/bluesat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.breadcrumb .section-headline {
    text-align: center;
    padding-bottom: 10px;
}

.page-area .section-headline::after {
    display: none;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 230px 0px 140px;
}

.breadcrumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}

.breadcrumb .section-headline {
    text-align: center;
}

.breadcrumb ul li {
    display: inline-block;
    color: #f5f5f5;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}

.brand-content {
    overflow: hidden;
    text-align: center;
    padding: 60px 0px;
}

.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}

.pages-blog .blog-content a h4 {
    margin-bottom: 15px;
}

/*----------------------------------------*/
/*  14.	About page area
/*----------------------------------------*/
.single-proses {
    margin-top: 45px;
}

.proses-icon a {
    width: 100px;
    height: 100px;
    line-height: 97px;
    font-size: 36px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #fff;
}

.proses-icon {
    position: relative;
    display: inline-block;
}

.point-view {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}

.proses-text p {
    margin-bottom: 0px;
}

.point-blue .point-view {
    background: #0d3a72;
    border: 1px solid #0d3a72;
}

.point-orange .point-view {
    background: #004AF7;
    border: 1px solid #004AF7;
}

.point-green .point-view {
    background: #004AF7;
    border: 1px solid #004AF7;
}

.point-blue.proses-icon a {
    color: #0d3a72;
}

.point-orange.proses-icon a {
    color: #004AF7;
}

.point-green.proses-icon a {
    color: #004AF7;
}

.proses-text h4 {
    text-transform: capitalize;
    font-size: 22px;
    max-width: 270px;
    margin: 0px auto 15px;
}

/*----------------------------------------*/
/*  15. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.single-member .team-img {
    display: block;
    position: relative;
}

.single-member .team-img a {
    display: block;
}

.team-content {
    position: absolute;
    top: 100%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(16, 103, 219, 0.96) none repeat scroll 0 0;
    width: 100%;
    height: 200px;
}

.team-content h4 a {
    color: #fff;
}

.team-content p {
    margin-bottom: 0;
    color: #ddd;
}

.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.team-content .social-icon {
    margin-top: 15px;
    opacity: 0;
}

.social-icon li {
    display: inline-block;
    margin: 0px 2px;
}

.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #0d3a72;
    color: #0d3a72;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #fff;
}

.social-icon li a:hover {
    border: 1px solid #fff;
    color: #0d3a72;
    background: #fff;
}

.single-member .team-img::after {
    background: rgba(16, 103, 219, 0.97) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transition: 0.5s;
    box-shadow: 2px 2px 20px #ddd;
}

.single-member:hover .team-img::after {
    height: 100%;
}

.single-member:hover .team-content .social-icon {
    opacity: 1;
}

.single-member:hover .team-content {
    opacity: 1;
    top: 50%;
    margin-top: -65px;
    transition: 0.5s;
    background: rgba(16, 103, 219, 0.01) none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.faq-area {
    position: relative;
}

.company-faq {
    display: block;
    overflow: hidden;
}

.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px;
}

.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px;
}

.single-faq .number {
    color: #0d3a72;
    font-weight: 600;
    padding-right: 10px;
    float: left;
}

.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-faq p {
    padding-left: 40px;
}

span.q-text {
    padding-left: 40px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}

.single-faq {
    margin-bottom: 30px;
}

/*----------------------------------------*/
/*  17. Blog Sidebar Area
/*----------------------------------------*/


.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #0d3a72;
    border-radius: 3px;
}

.blog-search-option button {
    background: transparent;
    border: none;
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}

.blog-search-option button i:hover {
    color: #0d3a72;
}

.side-bar-logo{
    display: block;
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}

.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #0d3a72;
}

.blog-left-content .blog-content::after {
    display: none;
}

.left-side {
    padding-right: 40px;
}

.right-side {
    padding-left: 40px;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}

.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px 25px;
    text-transform: capitalize;
}

.blog-category ul {
    margin-top: 12px;
}

.left-blog ul li span {
    display: inline-block;
    border: 1px solid #0d3a72;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #0d3a72;
    line-height: 24px;
}

.pst-content .date-type {
    font-size: 14px;
}

.blog-category ul li:after {
    position: absolute;
    content: "\e649";
    right: 5px;
    top: 8px;
    font-family: themify;
    color: #3d5368;
    font-size: 13px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

.recent-single-post:last-child {
    border-bottom: none;
}

.post-img {
    float: left;
    padding-right: 10px;
}

.left-blog .post-img a {
    display: block;
    border: 1px solid #fafafa;
}

.left-blog .post-img a img {
    border-radius: 4px;
}

.pst-content {
    padding-left: 100px;
}

.pst-content p {
    margin-bottom: 0px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #0d3a72;
}

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}

.blog-tags {
    padding: 1px 0;
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #0d3a72;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0d3a72;
    cursor: default;
    border-radius: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0d3a72;
    border-color: #0d3a72;
    border-radius: 2px;
}

.adver-img {
    margin-top: 20px;
}

/*----------------------------------------*/
/*  18. Blog Details
/*----------------------------------------*/
.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;

}

.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}

.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}

blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}

.author-avatar {
    float: left;
    width: 10%;
}

.comments-content-wrap span b {
    margin-right: 5px
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #0d3a72;
}

.comments-content-wrap span a:hover {
    color: #0d3a72;
}

.comment-respond .add-btn.contact-btn {
    background: #0d3a72;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #0d3a72;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #fff;
    color: #0d3a72;
    border: 1px solid #0d3a72;
}

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments,
.related-post {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}

.blog-details .blog-content h5 {
    font-size: 20px;
}

.blog-details .blog-content {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 15px;
}

.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog-details .img-blog {
    margin: 30px 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}

.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}

.related-post-list .recent-single-post:last-child {
    padding: 0px 0px 0px 20px;
}

/*----------------------------------------*/
/* 19.Contact CSS
/*----------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 46px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #0d3a72;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: #0d3a72;
}

.contact-form button[type=submit]:hover {
    color: #0d3a72;
    border: 1px solid #0d3a72;
    background: #fff;
    transition: all 0.3s ease 0s;
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: #0d3a72;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
}

/*----------------------------------------*/
/* 20. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.page-head-left {
    margin-right: 40px;
}

.single-services-page p {
    color: #757b82;
}

.left-menu li:first-child {
    margin: 0px 0px 2px
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu {
    border: 1px solid #ddd;
    padding: 20px 20px;
}

.left-menu li {
    display: block;
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #0d3a72;
    position: relative;
}

.left-menu ul li a:hover {
    color: #0d3a72;
}

.left-menu ul li a {
    color: #2a354e;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\e649";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
}

.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.download-btn h4 {
    text-transform: uppercase;
}

.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

.single-well h3 {
    font-size: 34px;
}

.down-btn {
    border: 1px solid #ddd;
    color: #2a354e;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

.down-btn.apli {
    margin-bottom: 0px;
}

.down-btn:hover {
    color: #0d3a72;
    background: #fff;
    border: 1px solid #0d3a72;
}

.single-page-head .clients-testi {
    padding: 30px;
    border: 1px solid #0d3a72;
    background: #0d3a72;
    border-radius: 3px;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}

.clients-testi .single-review {
    border: none;
}

.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
}

.single-page-head .review-img {
    margin-top: 0px;
    width: 80px;
    height: 80px;
    margin: auto;
}

.single-page-head .review-img img {
    border-radius: 50%;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.mar-well {
    margin-bottom: 40px;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #2a354e;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #0d3a72;
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.marker-list li {
    color: #2a354e;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}

.marker-list li::after {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    color: #0d3a72;
    font-weight: 700;
}

.single-services-page .marker-list li {
    color: #2a354e;
}

.blog-details .blog-category {
    margin-bottom: 15px;
}

/*----------------------------------------*/
/* 21. Project Details page
/*----------------------------------------*/
.project-page-area .project-menu li a {
    color: #2a354e;
}

.project-2-column .project-single {
    float: left;
    width: 50%;
}

.project-4-column .project-single {
    float: left;
    width: 25%;
}

.project-new h4 {
    color: #fff;
    font-size: 26px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #0d3a72;
    border: 1px solid #0d3a72;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
    background: #004AF7;
    border: 1px solid #004AF7;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}

.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}

.project-details h4 {
    font-size: 22px;
}

.project-name ul li {
    color: #2a354e;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.project-inner {
    margin-bottom: 40px;
}

.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.hire-btn {
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #0d3a72;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
}

.hire-btn:hover {
    border: 1px solid #fff;
    background: #0d3a72;
    color: #fff;
    transition: 0.4s;
}

.new-project {
    background: #0d3a72;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
}

.project-new h4 {
    color: #fff;
}

/*----------------------------------------*/
/*  22.Home area 03
/*----------------------------------------*/
.sub-head.white-headline {
    margin-right: 30px;
}

.topbar-area-3 {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #333;
}

.header-three .header-area-2 .main-menu ul.navbar-nav li a {
    color: #2a354e;
}

.header-three .header-area-2 .main-menu ul.navbar-nav li a:hover {
    color: #004AF7;
}

.header-area-2 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.intro-area-3 {
    position: relative;
}

.intro-area-3::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.intro-area-3 .layer-1 h2 {
    color: #fff;
}

.intro-area-3 .layer-2 p {
    color: #fff;
}

.intro-area-3 .ready-btn {
    background: #004AF7;
    border: 1px solid #004AF7;
    transition: 0.4s;
}

.intro-area-3 .ready-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: 0.4s;
}

.welcome-area-2 .big-icon {
    color: #004AF7;
}

.welcome-area-2 .well-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 161, 95, 0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.welcome-area-2 .well-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}

.green-btn {
    border: 1px solid #004AF7;
    background: #004AF7;
}

.green-btn:hover {
    border: 1px solid #004AF7;
    background: transparent;
    color: #004AF7;
    transition: all 0.4s ease 0s;
}

.achivement-area-2 .achive-number {
    color: #004AF7;
}

.project-area-2 .project-dec h4::after {
    border: 1px solid #004AF7;
    background: #004AF7;
}

.project-area-2 .single-awesome-project:hover .project-dec h4 {
    color: #004AF7;
}

.project-area-2 .awesome-img>a::after {
    background: rgba(26, 161, 95, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.project-area-2 .single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.project-area-2 .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-area-2 .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #004AF7;
    border: 1px solid #004AF7;
}

.blog-area-2 .admin-type i,
.blog-area-2 .date-type i,
.blog-area-2 .comments-type i {
    color: #004AF7;
}

.blog-area-2 .blog-content a h4:hover {
    color: #004AF7;
    transition: 0.4s;
}

.footer-3 {
    background: url(img/background/fg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.footer-3::after {
    background: rgba(18, 32, 61, 0.86);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-3 .footer-area-bottom {
    background: #10243b;
}

/*----------------------------------------*/
/*  23.Pricing area css
/*----------------------------------------*/
.table-list {
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.top-price-inner {
    position: relative;
    text-align: center;
    padding: 40px 30px 0px;
    background: #0d3a72;
    margin-bottom: 80px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.top-price-inner::after {
    border-top: 99px solid #0d3a72;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    height: 50px;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: -55px;
    transition: all 0.4s ease 0s;
}

.top-price-inner h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

span.users {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

span.dolar {
    font-size: 24px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    top: -17px;
}

.prices {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

.table-list:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}

.table-list ol li {
    color: #888e94;
    padding: 8px 0px;
    position: relative;
    text-align: center;
    font-weight: 400;
}

.table-list li.check {
    position: relative;
}

.table-list li.check::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    left: 10%;
    top: 9px;
    color: #0d3a72;
    font-weight: 300;
}

.table-list li.check.cross::before {
    content: "\e646";
    font-family: themify;
    color: #FF5B5B;
}

.price-btn {
    padding: 30px 20px;
}

.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 34px;
    background: #0d3a72;
    border: 1px solid #0d3a72;
}

.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.price-btn a:hover {
    background: #fff;
    color: #0d3a72;
    border: 1px solid #0d3a72;
}

.table-list ol {
    margin-top: 10px;
}

.base {
    position: absolute;
    right: -37px;
    top: 33px;
    background: #1FC157;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    transform: rotate(45deg);
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

/*----------------------------------------
22. Login And Register page
----------------------------------------*/
.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}

.login-area .slide-1 {
    background: #fff;
    height: 100vh;
}

.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}

.login-image {
    width: 50%;
    float: left;
}

.login-image,
.log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}

.login-area form#contactForm {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}

#login-title {
    width: 100%;
    color: #0d3a72;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;

}

.slide-btn.login-btn {
    border: 1px solid #0d3a72;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 0px;
    background: #0d3a72;
    color: #fff;
    height: 46px;
    font-size: 16px;
}

.slide-btn.login-btn:hover {
    border: 1px solid #0d3a72;
    background: #fff;
    color: #0d3a72;
    transition: all 0.4s ease 0s;
}
.forgot-link {
    color: #0d3a72;
    font-size: 15px;
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

.flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.check-group {
    position: relative;
    margin: 10px 0px 20px;
}

.check-box {
    color: #444;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}

.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}

.remember-text {
    color: #444;
    font-weight: 300;
    font-size: 12px;
    left: 25px;
    position: absolute;
    top: 2px;
}
#remember {
    margin: 0px;
    appearance: checkbox !important;
    width: 16px;
    height: 16px;
}

.text-muted {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.separetor {
    margin-top: 20px;
}

.separetor span {
    background: #fff;
    position: relative;
    top: 10px;
    padding: 10px;
}

.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.sign-icon ul li {
    display: inline-block;
    margin: 0px 5px;
}

.sign-icon ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 600;
}

.sign-icon ul li a.facebook {
    color: #3B5998
}

.sign-icon ul li a.twitter {
    color: #00ACED
}

.sign-icon ul li a.google {
    color: #C32F10
}

.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}

.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}

.signup-page .login-image,
.signup-page .log-inner img {
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    margin-top: 40px;
}



.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.signup-submit:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}
.signup-submit:enabled {
    background-color: #004AF7;
    color: white;
    cursor: pointer;
}
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}
.modal-overlay.visible {
    display: flex;
}
.signup-modal {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(0, 74, 247, 0.16);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 26px 80px rgba(6, 46, 129, 0.18);
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: modalPop 200ms ease-out;
}
.signup-modal h2 {
    margin-bottom: 16px;
    font-size: 26px;
    color: #0c1f44;
}
.signup-modal p {
    margin-bottom: 26px;
    color: #4c5d80;
    line-height: 1.7;
}
.modal-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-actions .btn {
    min-width: 160px;
    padding: 14px 22px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
}
.modal-actions .btn:hover {
    transform: translateY(-2px);
}
.modal-actions .btn-primary {
    background: linear-gradient(135deg, #0066ff 0%, #0046c1 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 102, 255, 0.22);
}
.modal-actions .btn-secondary {
    background: #eff6ff;
    color: #10306f;
    box-shadow: inset 0 0 0 1px rgba(16, 48, 111, 0.12);
}
.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(16, 48, 111, 0.14);
    background: #fff;
    color: #10306f;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
}
.modal-close:hover {
    background: #f3f7ff;
    color: #0a1c3f;
}

@keyframes modalPop {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/*----------------------------------------*/
/*  23. Home-04 css
/*----------------------------------------*/

.header-three .topbar-area {
    background: #243559;
}

.header-three .topbar-left ul li a i,
.header-three .topbar-left ul li a {
    color: #ddd;
}

.header-three .header-area .header-right-link {
    margin-left: 10px;
    width: 150px;
}

.intro-4 .layer-1 h2 {
    color: #fff;
}

.intro-4 .color {
    color: #004AF7;
}

.header-three .header-area .s-menu {
    background: #004AF7;
    border: 1px solid #004AF7;
    transition: 0.4s;
}

.header-three .header-area .s-menu:hover {
    background: transparent;
    color: #004AF7;
    transition: 0.4s;
}

.intro-area-3.intro-4::after {
    display: none;
}

.about-area-2 .about-content {
    margin-right: 20px;
}

.about-area-2 .about-text {
    margin-left: 20px;
    margin-top: 30px;
}

.service-area-2 .all-service .col-md-4,
.service-area-2 .all-service .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.head-service {
    padding: 0px;
    border: none;
    margin-bottom: 30px;
}

.head-service:hover {
    box-shadow: none;
    background: inherit;
}

.service-area-2 .single-service {
    margin-bottom: 30px;
}

.achivement-area-3 {
    background: #10243b;
}

.white-headline p {
    color: #ddd;
}

.achivement-area-3 .single-achive {
    background: #fff;
}

.achivement-area-3 .digital-services {
    background: transparent;
    border: 1px solid #142956;
    transition: 0.5s;
    border-radius: 4px;
    margin-bottom: 30px;
}

.achivement-area-3 .digital-icon {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    padding: 10px;
}

.achivement-area-3 .digital-wel {
    border: none;
}

.achivement-area-3 .digital-content h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

.achivement-area-3 .digital-content p {
    color: #ddd;
    margin-bottom: 0px;
}

.achivement-area-3 .digital-services:hover {
    background: #004AF7;
    transition: 0.5s;
}

/*----------------------------------------
 10. Quote Area
----------------------------------------*/
.quote-area {
    height: auto;
    width: 100%;
    background: #10243b;
}

.quote-area #contactForm input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border: 1px solid rgba(26, 161, 95, 0.4);
    border-radius: 3px;
    color: #fff;
}

.quote-area #contactForm input.last-part {
    margin-bottom: 0px;
}

.quote-area .contact-form textarea#message {
    height: 127px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    border: 1px solid rgba(26, 161, 95, 0.4);
    border-radius: 3px;
    color: #fff;
}

.quote-area .contact-form button[type="submit"] {
    background: #004AF7;
    border: 1px solid #004AF7;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 54px;
    transition: 0.4s;
    border-radius: 3px;
}

.white-headline p {
    color: #ddd;
}

.quote-area .quote-btn:hover {
    background: transparent !important;
    color: #004AF7 !important;
    transition: 0.4s;
}

.help-block.last-part {
    margin: 0px;
}

.green-color {
    color: #004AF7;
}

.pricing-area-3 .top-price-inner {
    background: #004AF7;
}

.pricing-area-3 .top-price-inner::after {
    border-top: 99px solid #004AF7;
}

.pricing-area-3 .price-btn a {
    color: #fff;
    background: #004AF7;
    border: 1px solid #004AF7;
}

.pricing-area-3 .price-btn a:hover {
    color: #004AF7;
    background: transparent;
}

.table-list li.check::before {
    color: #004AF7;
}

/*----------------------------------------*/
/*  24.	Home-5  CSS
/*----------------------------------------*/
.intro-area-3.intro-5::after {
    display: none;
}

.intro-5 .slide-all-text {
    margin-top: 100px;
}

.achivement-area-4 {
    background: #f5f5f5;
}

.achivement-area-4 .digital-services {
    background: #fff;
    border: 1px solid #ddd;
}

.achivement-area-4 .digital-content p {
    color: inherit;
}

.achivement-area-4 .digital-content h4 {
    color: inherit;
}

.achivement-area-4 .digital-services:hover .digital-content h4 {
    color: #fff;
}

.achivement-area-4 .digital-services:hover .digital-content p {
    color: #f3f3f3;
}

.achivement-area-4 .digital-icon {
    background: #f5f5f5;
}

span.new {
    float: right;
    background: #004AF7;
    padding: 2px 5px;
    line-height: 20px;
    color: #fff !important;
    border-radius: 3px;
}

/*----------------------------------------*/
/*  25.	Animation  CSS

/* Inline color helper classes generated from HTML */

/* Inline layout helper classes generated from HTML */
.inline-style-9c766357 { display: none; }
.inline-style-2a976497 { font-size: 24px; margin: 0; }
.inline-style-48e6354d { font-size: 14px; margin: 0; }
.inline-style-0ed75364 { border-top-left-radius: 12px; }
.inline-style-be6bc15f { border-top-right-radius: 12px; }
.inline-style-b5474e98 { height: 410px; width: 100%; }
.inline-style-7023da70 { text-align: center; }
.inline-style-2d30943f { height: 100%; }
.inline-style-e51dd179 { font: normal 14px/20px Arial, Helvetica, sans-serif; height: 100%; margin: 0; }
.inline-style-b948d778 { height: auto; min-height: 100%; }
.inline-style-719d5a5a { left: 50%; margin-left: -400px; position: absolute; text-align: center; top: 30%; width: 800px; }
.inline-style-e8ca9278 { font-size: 150px; font-weight: bold; line-height: 150px; margin: 0; }
.inline-style-8e73203b { font-size: 30px; margin-top: 20px; }
.inline-style-65a6cc96 { clear: both; font-size: 12px; height: 100px; margin-top: -101px; margin: auto; padding: 0px 30px 0px 30px; position: relative; }
.inline-style-65d82f81 { padding: 15px 40px; }
.inline-style-c6ab9b2f { text-decoration: none; }
.inline-style-2de00d2c { font-size: 20px; margin-right: 15px; }
.inline-style-de8beecc { align-items: center; display: flex; }
.inline-style-47c2fff1 { font-size: 24px; font-weight: 700; margin-right: 10px; text-transform: uppercase; }
.inline-style-1c639f0d { font-size: 14px; }
.inline-style-a243fd81 { align-items: center; display: flex; gap: 12px; }
.inline-style-46acb1c2 { align-items: center; border-radius: 24px; display: flex; font-size: 14px; font-weight: 500; gap: 8px; padding: 6px 16px; }
.inline-style-019b3272 { position: relative; }
.inline-style-5b53d3ce { align-items: center; cursor: pointer; display: flex; font-size: 18px; margin-left: 10px; padding: 8px; }
.inline-style-d0d890fb { border-radius: 8px; display: none; flex-direction: column; margin-top: 5px; overflow: hidden; position: absolute; right: 0; top: 100%; width: 170px; z-index: 100; }
.inline-style-9f104864 { align-items: center; cursor: pointer; display: flex; font-size: 13px; font-weight: 500; padding: 12px 16px; transition: 0.2s; }
.inline-style-709795d4 { font-size: 14px; margin-right: 10px; }
.inline-style-cdae4647 { height: 1px; width: 100%; }
.inline-style-3741ad21 { flex-direction: column; overflow: hidden; padding: 0; }
.inline-style-83339ccd { display: flex; flex: 1; min-height: 0; overflow: hidden; padding: 30px; }
.inline-style-8ca1444f { align-items: stretch; flex: 1; gap: 30px; height: 100%; margin: 0; min-height: 0; }
.inline-style-40fdfcdd { display: flex; flex-direction: column; flex: 1; gap: 20px; max-width: 600px; min-height: 0; overflow-y: auto; padding-right: 10px; }
.inline-style-a389d0f5 { border-radius: 12px; border: none; flex-shrink: 0; margin: 0; max-width: none; overflow: hidden; }
.inline-style-9d83f528 { font-size: 13px; font-weight: 700; padding: 20px; text-transform: uppercase; }
.inline-style-e9554795 { border-radius: 12px; border: none; display: none; flex-shrink: 0; margin: 0; max-width: none; padding: 20px; }
.inline-style-b6bcba76 { font-size: 13px; font-weight: 700; margin-bottom: 15px; padding-bottom: 20px; text-transform: uppercase; }
.inline-style-26df3533 { border-radius: 12px; border: none; }
.inline-style-304fdcc2 { border-radius: 12px; height: 100%; width: 100%; z-index: 1; }
.inline-style-a17e50b4 { align-items: center; display: flex; justify-content: space-between; padding: 15px 40px; width: 100%; }
.inline-style-f3de480b { align-items: center; border-radius: 24px; border: none; cursor: pointer; display: flex; font-size: 14px; font-weight: 600; gap: 8px; padding: 10px 20px; transition: 0.2s; }
.inline-style-f815e14b { align-items: center; display: flex; gap: 15px; }
.inline-style-79f189b3 { border-radius: 24px; border: none; cursor: pointer; display: none; font-size: 14px; font-weight: 600; padding: 10px 24px; transition: 0.2s; }
.inline-style-7c7ef0f0 { align-items: center; border-radius: 24px; border: none; cursor: pointer; display: flex; font-size: 14px; font-weight: 600; gap: 8px; padding: 10px 24px; transition: 0.2s; }
.inline-style-86c88aee { align-items: center; display: flex; justify-content: space-between; }
.inline-style-9972dbdf { font-size: 14px; font-weight: 700; margin: 0; text-transform: uppercase; }
.inline-style-bb13d94b { flex: 1.5; }
.inline-style-e9d3fa98 { flex: 1; text-align: left; }
.inline-style-8ebdaea8 { flex: 0 1 auto; margin-top: 10px; overflow-y: auto; padding-right: 5px; }
.inline-style-672c7d18 { font-size: 13px; padding: 20px; text-align: center; }
.inline-style-b355b48e { display: flex; gap: 10px; margin-top: auto; padding-top: 20px; }
.inline-style-8310d26d { align-items: center; border-radius: 8px; display: flex; flex: 1; font-weight: 500; gap: 8px; justify-content: center; padding: 12px; transition: 0.2s; }
.inline-style-cea31ec8 { font-size: 12px; }
.inline-style-bbe5501c { border-radius: 8px; border: none; display: none; flex: 1; font-weight: 500; }
.inline-style-387568fa { display: flex; flex-direction: column; flex: 1; max-width: 600px; min-height: 0; overflow-y: auto; padding-right: 10px; }
.inline-style-e088f315 { border-radius: 12px; display: flex; flex-direction: column; flex-shrink: 0; padding: 30px; }
.inline-style-596c680d { align-items: center; display: flex; justify-content: space-between; margin-bottom: 25px; }
.inline-style-862330e6 { font-size: 16px; font-weight: 700; margin: 0; }
.inline-style-4d5048fb { margin-bottom: 15px; padding-bottom: 15px; }
.inline-style-0a2885e3 { display: block; font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.inline-style-e35c3763 { margin-bottom: 25px; padding-bottom: 25px; }
.inline-style-ba60ce91 { display: flex; }
.inline-style-c32bfb7a { align-items: center; border-radius: 8px; cursor: pointer; display: flex; flex: 1; font-weight: 500; gap: 8px; justify-content: center; padding: 12px 16px; transition: 0.2s; }
.inline-style-3bbb810b { margin-bottom: 15px; }
.inline-style-309faf16 { display: block; font-size: 12px; font-weight: 600; margin-bottom: 5px; }
.inline-style-87766401 { border-radius: 4px; box-sizing: border-box; padding: 8px; width: 100%; }
.inline-style-945c13d4 { align-items: center; display: flex; gap: 10px; margin-bottom: 15px; }
.inline-style-2de71187 { cursor: pointer; font-size: 13px; font-weight: 500; }
.inline-style-4f7ae54a { margin-bottom: 25px; }
.inline-style-f6b32732 { display: flex; gap: 10px; margin-top: 20px; padding-top: 15px; }
.inline-style-d2f470e4 { border-radius: 4px; cursor: pointer; flex: 1; font-weight: 500; padding: 10px 16px; }
.inline-style-f662b696 { border-radius: 4px; border: none; cursor: pointer; flex: 1; font-weight: 500; padding: 10px 16px; }
.inline-style-1b0eb490 { flex-direction: column; overflow-y: auto; padding: 30px; }
.inline-style-23657eeb { align-items: center; border-radius: 8px; display: flex; justify-content: space-between; margin-bottom: 20px; padding: 15px 25px; }
.inline-style-a30232e3 { align-items: center; display: flex; gap: 0; }
.inline-style-8be5ba17 { align-items: center; display: flex; gap: 10px; margin-right: 25px; }
.inline-style-4e0dc069 { font-size: 16px; }
.inline-style-e4c3d418 { font-size: 16px; font-weight: 700; }
.inline-style-8b9060e9 { height: 24px; margin-right: 25px; width: 1px; }
.inline-style-1ccadf43 { font-size: 14px; font-weight: 500; margin-right: 15px; }
.inline-style-f3f5186f { border-radius: 6px; cursor: pointer; font-size: 14px; min-width: 200px; outline: none; padding: 8px 16px; }
.inline-style-1075085c { align-items: center; border-radius: 6px; border: none; cursor: pointer; display: flex; font-size: 14px; font-weight: 500; gap: 8px; padding: 10px 20px; transition: 0.2s; }
.inline-style-334585fe { border-radius: 8px; flex: 1; margin-top: 0; min-height: 400px; padding: 40px; position: relative; }
.inline-style-d5ecc99e { align-items: center; border: none; display: flex; flex-direction: column; grid-column: 1/-1; justify-content: center; min-height: 320px; text-align: center; width: 100%; }
.inline-style-460944a4 { align-items: center; border-radius: 12px; display: flex; height: 60px; justify-content: center; margin-bottom: 20px; width: 60px; }
.inline-style-3ba4f424 { font-size: 24px; }
.inline-style-e5311df3 { font-size: 16px; font-weight: 700; margin: 0 0 10px 0; }
.inline-style-0ae4f11f { font-size: 14px; line-height: 1.5; margin: 0; max-width: 300px; }
.inline-style-4098d55f { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; padding-bottom: 15px; }
.inline-style-92d947da { align-items: center; border-radius: 6px; border: none; cursor: pointer; display: flex; font-size: 13px; font-weight: 500; gap: 6px; padding: 8px 16px; transition: 0.2s; }
.inline-style-5c1afbc2 { border-radius: 6px; cursor: pointer; font-size: 13px; margin-bottom: 20px; outline: none; padding: 10px 15px; }
.inline-style-ccfba363 { display: flex; flex-direction: column; flex: 1; overflow-y: auto; }
.inline-style-fe2ab6c5 { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; }
.inline-style-5766fbd2 { font-size: 40px; margin-bottom: 15px; }
.inline-style-e6c6ac6e { display: none; flex-direction: column; height: 100%; }
.inline-style-9a6dbe01 { cursor: pointer; font-size: 16px; }
.inline-style-57e800c6 { margin-bottom: 20px; }
.inline-style-d2dc0a7a { flex: 1; }
.inline-style-483278aa { display: flex; gap: 12px; justify-content: flex-end; margin-top: 20px; padding-top: 20px; }
.inline-style-098deddb { border-radius: 6px; cursor: pointer; font-size: 13px; font-weight: 500; padding: 10px 20px; transition: 0.2s; }
.inline-style-48b7893f { border-radius: 6px; border: none; cursor: pointer; font-size: 13px; font-weight: 500; padding: 10px 20px; transition: 0.2s; }
.inline-style-f4bf7208 { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 5px; }
.inline-style-78d09242 { font-size: 20px; margin: 0; }
.inline-style-83a8cb13 { cursor: pointer; font-size: 18px; }
.inline-style-790b4e2d { border-radius: 4px; display: inline-block; font-size: 12px; font-weight: 600; margin-bottom: 15px; max-width: max-content; padding: 4px 8px; }
.inline-style-ef4eef55 { flex: 1; font-size: 14px; line-height: 1.6; overflow-y: auto; white-space: pre-wrap; }
.inline-style-05da47ea { display: flex; gap: 10px; justify-content: flex-end; margin-top: 15px; padding-top: 15px; }
.inline-style-1e72515c { border-radius: 4px; border: none; cursor: pointer; font-weight: 500; padding: 8px 16px; }
.inline-style-e8f6b8ef { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.inline-style-cac3449e { font-size: 18px; margin: 0; }
.inline-style-decfc715 { border: none; padding: 8px 16px; }
.inline-style-a844c4d0 { display: grid; gap: 15px; }
.inline-style-10cebf83 { border-radius: 8px; padding: 40px; text-align: center; }
.inline-style-4e7dc71d { font-size: 30px; margin-bottom: 10px; }
.inline-style-20eadf0c { border-radius: 8px; display: none; margin-top: 20px; padding: 20px; }
.inline-style-81be7d34 { font-size: 15px; margin: 0 0 15px 0; }
.inline-style-003ca927 { display: grid; gap: 15px; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 20px; }
.inline-style-e2d9e6ee { display: block; font-size: 13px; margin-bottom: 5px; }
.inline-style-22b8d13a { display: flex; gap: 10px; justify-content: flex-end; }
.inline-style-0acdc18f { border-radius: 4px; cursor: pointer; padding: 8px 16px; }
.inline-style-9327e5f6 { border-radius: 4px; border: none; cursor: pointer; padding: 8px 16px; }
.inline-style-dafb43a8 { flex-direction: row; overflow: hidden; padding: 0; }
.inline-style-11b22e73 { display: flex; flex-direction: column; padding: 30px 0 30px 30px; width: 400px; }
.inline-style-00bb080c { border-radius: 6px; flex: 1; width: 100%; z-index: 1; }
.inline-style-a0f58cef { display: flex; flex-direction: column; flex: 1; min-height: 0; min-width: 0; overflow-x: hidden; overflow-y: auto; }
.inline-style-17b9e69f { align-items: center; display: flex; justify-content: space-between; padding: 15px 30px; position: sticky; top: 0; z-index: 10; }
.inline-style-a8d81cc2 { align-items: center; display: flex; gap: 20px; }
.inline-style-ad67f16e { display: flex; flex-direction: column; }
.inline-style-bc9b5df3 { font-size: 11px; font-weight: 600; text-transform: uppercase; }
.inline-style-34aa08d2 { font-size: 13px; margin-top: 2px; min-width: 150px; padding: 4px 8px; }
.inline-style-f9c89f70 { align-items: center; display: flex; font-size: 14px; font-weight: 500; gap: 15px; }
.inline-style-5392aa7f { display: flex; gap: 30px; padding: 0 30px; }
.inline-style-b6180e90 { display: flex; display: none; flex-direction: column; gap: 20px; padding: 30px; }
.inline-style-9926c031 { display: flex; flex-direction: column; gap: 20px; }
.inline-style-b775292d { display: flex; gap: 20px; }
.inline-style-fd52760f { border-radius: 8px; flex: 1; padding: 20px; }
.inline-style-e36d24bb { align-items: center; display: flex; font-size: 15px; gap: 8px; margin: 0 0 15px 0; }
.inline-style-8df1f80b { display: flex; font-size: 12px; font-weight: 600; gap: 15px; margin-bottom: 15px; }
.inline-style-1ab1cde4 { font-size: 10px; }
.inline-style-1fc7f656 { align-items: center; display: flex; height: 120px; justify-content: center; }
.inline-style-4b1020a9 { border-radius: 50%; height: 100px; width: 100px; }
.inline-style-47876448 { border-radius: 8px; flex: 1.2; padding: 20px; }
.inline-style-43284de9 { font-size: 12px; font-weight: 600; margin: 0 0 15px 0; }
.inline-style-84b95931 { display: grid; font-size: 12px; gap: x; grid-template-columns: 1fr 1fr; row-gap: 8px; }
.inline-style-38d71a4f { display: flex; justify-content: space-between; }
.inline-style-5840f7c9 { font-size: 8px; margin-right: 6px; }
.inline-style-0a994e7e { display: flex; font-size: 12px; font-weight: 600; gap: 15px; margin-bottom: 20px; }
.inline-style-922324bb { align-items: center; display: flex; gap: 4px; }
.inline-style-fb157046 { border-radius: 50%; height: 8px; width: 8px; }
.inline-style-9d38a4e7 { display: flex; flex-direction: column; font-size: 11px; height: 100px; justify-content: space-around; }
.inline-style-2e44e753 { border-radius: 2px; height: 10px; width: 60%; }
.inline-style-494717cb { border-radius: 2px; height: 10px; width: 40%; }
.inline-style-71ca2fcb { border-radius: 2px; height: 10px; width: 20%; }
.inline-style-923eca5e { border-radius: 8px; flex: 1; padding: 20px; text-align: center; }
.inline-style-d1a2157f { align-items: center; display: flex; font-size: 15px; gap: 8px; margin: 0 0 15px 0; text-align: left; }
.inline-style-649e089b { height: 75px; margin: 15px auto 0 auto; overflow: hidden; position: relative; width: 150px; }
.inline-style-bbe0b6a9 { border-radius: 50%; box-sizing: border-box; height: 150px; transform: rotate(45deg); width: 150px; }
.inline-style-a7ae3700 { border-radius: 2px; bottom: 0; height: 50px; left: 50%; position: absolute; transform-origin: bottom center; transform: translateX(-50%) rotate(-45deg); width: 4px; }
.inline-style-3bb220c3 { font-size: 20px; font-weight: bold; margin-top: 5px; }
.inline-style-5d2387ca { display: flex; font-size: 9px; font-weight: 600; justify-content: space-between; margin-top: 15px; }
.inline-style-6599cf44 { text-align: left; }
.inline-style-ac2b215c { border-radius: 2px; height: 4px; margin-top: 4px; width: 40px; }
.inline-style-a9054278 { display: flex; font-size: 9px; font-weight: 600; justify-content: space-between; margin-top: 10px; }
.inline-style-190c4426 { align-items: center; display: flex; font-size: 15px; gap: 8px; margin: 0 0 10px 0; }
.inline-style-321b433b { font-size: 11px; font-weight: 600; margin: 0 0 15px 0; }
.inline-style-5aaa9767 { align-items: center; border-radius: 50%; display: flex; height: 100px; justify-content: center; width: 100px; }
.inline-style-1ec57b74 { border-radius: 50%; height: 70px; width: 70px; }
.inline-style-424a15c0 { display: flex; gap: 30px; }
.inline-style-3c88b6d2 { font-size: 11px; font-weight: 600; }
.inline-style-269508df { font-size: 18px; font-weight: bold; margin-top: 5px; }
.inline-style-31a848c7 { font-size: 18px; margin-left: 5px; }
.inline-style-da726d72 { align-items: center; display: flex; height: 100px; justify-content: center; margin-top: 10px; }
.inline-style-04efde38 { align-items: center; border-radius: 50%; display: flex; height: 90px; justify-content: center; width: 90px; }
.inline-style-596bbacb { border-radius: 50%; height: 60px; width: 60px; }
.inline-style-4ab0f993 { border-radius: 8px; padding: 20px; }
.inline-style-ebbe0c9b { align-items: center; display: flex; font-size: 16px; gap: 8px; margin: 0 0 20px 0; }
.inline-style-41d7baa9 { display: flex; gap: 10px; margin-bottom: 15px; }
.inline-style-df0af8c8 { border-radius: 6px; display: none; font-size: 14px; padding: 40px; text-align: center; }
.inline-style-2c53ede4 { border-radius: 6px; overflow-x: auto; }
.inline-style-ebfd1d33 { border-collapse: collapse; font-size: 12px; width: 100%; }
.inline-style-b174bdb8 { font-weight: 600; padding: 12px 15px; }
.inline-style-bb1612d3 { padding: 20px; text-align: center; }
.inline-style-faf11821 { border-radius: 8px; display: none; margin-top: 10px; padding: 20px; }
.inline-style-c53e54bc { font-size: 12px; padding-left: 10px; }
.inline-style-0d202cb3 { display: grid; gap: 15px; grid-template-columns: repeat(5, 1fr); margin-bottom: 20px; }
.inline-style-1db21382 { font-size: 14px; grid-column: 1/-1; text-align: center; }
.inline-style-703a22d4 { border-radius: 12px; height: 300px; margin-bottom: 30px; padding: 25px; position: relative; }
.inline-style-678e2753 { font-size: 14px; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); }
.inline-style-b5dda1f4 { display: block; font-size: 32px; margin-bottom: 10px; opacity: 0.5; }
.inline-style-191a0ed8 { display: none; height: 100%; width: 100%; }
.inline-style-1cda132f { display: none; flex-direction: column; gap: 20px; }
.inline-style-7547dc93 { border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 600; padding: 6px 12px; }
.inline-style-5e8e71b2 { border: none; cursor: pointer; font-size: 13px; font-weight: 600; padding: 6px 12px; }
.inline-style-d54470d6 { align-items: center; display: flex; justify-content: space-between; margin-bottom: 30px; padding-bottom: 20px; }
.inline-style-1c79104e { font-size: 10px; font-weight: normal; }
.inline-style-9c2b4127 { height: 300px; padding: 20px; }
.inline-style-b4040c74 { font-size: 15px; margin-bottom: 10px; text-align: center; }
.inline-style-ec6dc0c5 { height: 100%; width: 100%; }
.inline-style-17a255cb { align-items: center; display: none; height: 100%; justify-content: center; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; }
.inline-style-9e44f2e7 { border-radius: 12px; padding: 30px; width: 400px; }
.inline-style-4f24fe98 { font-size: 18px; margin-bottom: 20px; margin-top: 0; }
.inline-style-d00cecca { border-radius: 4px; cursor: pointer; font-weight: 500; padding: 8px 16px; }
.inline-style-0de1f981 { margin-top: 20px; }
.inline-style-990e0e1c { grid-column: 1/-1; }
.inline-style-8ced3aad { margin-top: 10px; }
.inline-style-68f25880 { color: red; display: none; }
.inline-style-6894f47a { color: green; display: none; }
.inline-style-2320bfab { display: none; margin-top: 12px; width: 100%; }
.inline-style-c27ce745 { display: none; margin-top: 12px; }
.inline-style-aca78f2a { display: none; margin-top: 8px; }
.inline-style-78364fea { display: none; width: 100%; }
.inline-style-16876936 { background-image: url('img/join_bg.png'); }
.inline-style-265af6de { background-image: url('img/create_bg.png'); }
.inline-style-b84f13e1 { border-radius: 4px; border: none; cursor: pointer; font-weight: bold; margin-top: 15px; padding: 12px; width: 100%; }
.inline-style-3149ce1b { margin-top: 55px; }
.inline-style-6b551596 { align-items: center; display: flex; gap: 8px; }
.inline-style-f74950c5 { white-space: nowrap; }
.inline-style-58734d3b { color: green; display: none; font-size: 12px; margin-top: 5px; }
.inline-style-df112983 { border-radius: 5px; display: none; margin-top: 15px; padding: 15px; }
.inline-style-d8b322f4 { font-size: 13px; margin-bottom: 10px; }
.inline-style-1477ba6a { font-size: 12px; margin-top: 8px; }
.inline-style-e1d59ab7 { background: none; border: none; cursor: pointer; display: none; font-size: 12px; margin-top: 10px; text-decoration: underline; }
.inline-style-6776ee5f { color: red; font-size: 12px; }
.inline-col-box-shadow-0-4px-6px-1px-rgba-0-0-0-0-1 { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.inline-col-box-shadow-0-4px-6px-1px-rgba-0-0-0-0-1-0-2px-4px-1px-rgba-0-0-0-0-06 { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.inline-col-background-white-border-top-1px-solid-e2e8f0 { background: white; border-top: 1px solid #e2e8f0; }
.inline-col-border-bottom-1px-solid-e2e8f0 { border-bottom: 1px solid #e2e8f0; }
.inline-col-border-top-1px-solid-e2e8f0 { border-top: 1px solid #e2e8f0; }
.inline-col-color-d6e5d3 { color: #d6e5d3; }
.inline-col-border-8px-solid-f4fbf4-border-top-color-7dc142 { border: 8px solid #f4fbf4; border-top-color: #3BD304; }
.inline-col-background-3b82f6 { background: #3b82f6; }
.inline-col-background-f59e0b { background: #f59e0b; }
.inline-col-5a53fcfd { border: 20px solid #e2e8f0; border-top-color: #ef4444; border-right-color: #eab308; border-bottom-color: #22c55e; border-left-color: #ef4444; }
.inline-col-background-10243b { background: #10243b; }
.inline-col-background-22c55e { background: #22c55e; }
.inline-col-border-2px-solid-e2e8f0 { border: 2px solid #e2e8f0; }
.inline-col-border-1px-solid-rgba-0-0-0-0-05 { border: 1px solid rgba(0,0,0,0.05); }
.inline-col-background-transparent { background: transparent; }
.inline-col-background-rgba-0-0-0-0-5 { background: rgba(0,0,0,0.5); }
.inline-col-box-shadow-0-10px-25px-rgba-0-0-0-0-2 { box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.inline-col-border-left-5px-solid-3b82f6 { border-left: 5px solid #3b82f6; }
.inline-col-color-3b82f6 { color: #3b82f6; }
.inline-col-border-left-5px-solid-a855f7 { border-left: 5px solid #a855f7; }
.inline-col-color-a855f7 { color: #a855f7; }
.inline-col-border-left-5px-solid-f97316 { border-left: 5px solid #f97316; }
.inline-col-border-left-5px-solid-ec4899 { border-left: 5px solid #ec4899; }
.inline-col-color-ec4899 { color: #ec4899; }
.inline-col-color-888 { color: #888; }
.inline-col-background-f9f9f9 { background: #f9f9f9; }
.inline-col-color-666 { color: #666; }
.inline-col-color-007bff { color: #004AF7; }
.inline-col-color-444 { color: #444; }
.inline-col-513565af { color: #f0f0f0; background-color: #474747; border-top: 1px solid rgba(0,0,0,0.15); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }

/*----------------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.last-item {
    margin-bottom: 0px;
}

.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

@keyframes popcircle {
    0% {
        transform: scale(1);
    }

    99% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

    /*Register/Login Button*/

.header-area nav ul li a.btn-login-primary {
    background-color: #0a57bf !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    border: none !important;
    display: inline-block !important;
    transition: background-color 0.3s ease !important;
}

.header-area nav ul li a.btn-login-primary:hover {
    background-color: #0d3a72 !important;
    color: #fff !important;
}

.header-area nav ul {
    display: flex;
    align-items: center;
}

.header-area nav ul li {
    margin-right: 35px;
}

.header-area nav ul li:last-child {
    margin-right: 0;
}

.header-area nav ul {
    display: flex;
    align-items: center;
}

.header-area nav ul li {
    margin-right: 35px;
}

.header-area nav ul li:last-child {
    margin-right: 0;
}


/* ======================================
   HOME PAGE CSS 
====================================== */
/* ======================================
   GLOBAL STICKY HEADER (ALL PAGES)
====================================== */

/* Desktop header sticky */
.header-area {
    position: sticky;
    top: 0;
    z-index: 999999;
    background: #f9f9f9;
}

/* Prevent content from hiding under header */
.header-one,
.header-two {
    padding-top: 0;
}

/* Fix for pages without slider */
.page-area {
    margin-top: 90px;
}

/* Header height consistency */
.header-area .logo a {
    padding: 17px 0;
}

.main-menu ul.navbar-nav li a {
    padding: 30px 15px;
}

/* =========================================
   PROPER STICKY HEADER (TOPBAR + MENU)
========================================= */

/* Make full header sticky */
.header-one,
.header-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #f9f9f9;
}

/* Ensure internal layout remains normal */
.header-one .topbar-area,
.header-two .topbar-area {
    position: relative;
}

.header-area {
    position: relative;
}

/* ------------------------------
   HEADER SIZE (COMPACT)
------------------------------ */
.topbar-left ul li a {
    padding: 6px 0;
    font-size: 13px;
}

.top-social {
    padding: 5px 0;
}

.logo a {
    padding: 12px 0;
}

.logo img {
    max-height: 45px;
}

.main-menu ul.navbar-nav li a {
    padding: 18px 14px;
    font-size: 15px;
}

/* Push page content below sticky header */
.intro-area,
.page-area {
    margin-top: 110px;
    /* topbar + header height */
}

/* =====================================
   FIX WHITE HEADER TEXT ISSUE
===================================== */


/* =====================================
   FIX TOPBAR VISIBILITY (FINAL)
===================================== */

/* Ensure full header is visible */
header.header-one,
header.header-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}

/* Make topbar visible */
.topbar-area {
    background: #f9f9f9;
    /* light background so text is visible */
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 10000;
}

/* Topbar text color */
.topbar-left ul li a {
    color: #2a354e !important;
    font-size: 13px;
}

/* Topbar icons */
.topbar-left ul li a i {
    color: #0d3a72 !important;
}

/* Social icons stay visible */
.top-social ul li a {
    background: #0d3a72;
    color: #ffffff !important;
}

/* Menu text fix (important) */
.main-menu ul.navbar-nav li a {
    color: #2a354e !important;
}

/* ===============================
   STICKY HEADER + HIDE TOPBAR
=============================== */

/* Full header sticky */
header.header-one,
header.header-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 20px rgba(13, 58, 114, 0.04);
    transition: top 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

/* Topbar transition */
.topbar-area {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* When scrolling: hide topbar */
.header-scrolled .topbar-area {
    transform: translateY(-100%);
    opacity: 0;
}

/* Pull header up when topbar hidden */
.header-scrolled header.header-one,
.header-scrolled header.header-two {
    top: -40px;
    /* height of topbar */
}

/* ===============================
   the arrow marking in intro
=============================== */

/* Content spacing */
.intro-area,
.page-area {
    margin-top: 120px;
    /* header + topbar height */
}

/* Adjust spacing when scrolled */
.header-scrolled .intro-area,
.header-scrolled .page-area {
    margin-top: 80px;
    /* only header height */
}

/* Fix hero section */

.intro-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Background image fix */
.bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Scroll arrows */
.scroll-down {
    position: absolute;
    right: 40px;
    /* move to right */
    bottom: 140px;
    /* move up */
    z-index: 9999;
    cursor: pointer;
}


.scroll-down span {
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
    margin: -6px;
    animation: scrollDown 1.8s infinite;
}

.scroll-down span:nth-child(2) {
    animation-delay: -0.2s;
}

.scroll-down span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}

/* ===== HERO IMAGE CONTAINER FIX ===== */

.intro-home {
    padding: 10px 6px 18px;
    /* slightly tighter */
    background: transparent;
}

.intro-home .bg-wrapper {
    max-width: 99.2%;
    /* almost full width */
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
}

.intro-home .bg-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}

@media (max-width: 768px) {
    .intro-home {
        padding: 8px 6px;
    }

    .intro-home .bg-wrapper {
        max-width: 99.5%;
        border-radius: 12px;
    }
}

/* ===== HERO TEXT OVER IMAGE ===== */

.hero-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 600px;
    z-index: 10;
}

.hero-content h1,
.hero-content p {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #f1f1f1;
}

.hero-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0d3a72;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #083d82;
    color: #fff;
}

@media (max-width: 768px) {
    .hero-content {
        left: 5%;
        right: 5%;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }
}

/* ===== TRUSTED BY SECTION ===== */

.trusted-by {
    background: #fdf7ed;
    padding: 60px 40px;
    text-align: center;
}

.trusted-by h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000;
}

/* ===== TRUSTED BY SECTION (FIXED SIZE) ===== */

.trusted-by {
    background: #fdf7ed;
    padding: 70px 40px;
    text-align: center;
}

.trusted-by h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #000;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    /* spacing between logos */
    flex-wrap: nowrap;
    /* keep in one line */
    overflow-x: auto;
}

.trusted-logos img {
    height: 75px;
    /* 👈 THIS MAKES THEM BIG */
    width: auto;
    max-width: none;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s ease;
    filter: grayscale(100%);
}

.trusted-logos img:hover {
    transform: scale(1.08);
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 768px) {
    .trusted-logos {
        gap: 40px;
    }

    .trusted-logos img {
        height: 55px;
    }
}

/* ===== STICKY IMAGE SCROLL ===== */

/* ================= STICKY IMAGE SCROLL ================= */
/* =============================
   INTRO HEADING SECTION
============================= */

.section-intro {
    background: #b7d4e8;
    padding: 120px 0 80px;
}

.intro-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.intro-wrapper h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1c1a;
    max-width: 900px;
}

.sticky-section {
    background: #b7d4e8;
    padding: 40px 0 120px;
}


/* ================= STICKY SECTION ================= */

.sticky-section {
    background: #b7d4e8;
    padding: 160px 0 120px;
    /* ↑ increased top padding */
}


.sticky-wrapper {
    display: flex;
    gap: 80px;
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}

/* LEFT SIDE */
.sticky-left {
    position: sticky;
    top: 140px;
    /* ⬅ pushes content down slightly */
    width: 45%;
    align-self: flex-start;
}

.sticky-title {
    font-size: 30px;
    /* reduced size */
    font-weight: 700;
    margin-bottom: 32px;
    color: #0b1c1a;
    line-height: 1.25;
}


/* IMAGE STACK */
.sticky-image-stack {
    position: relative;
    height: 420px;
}

.stack-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.stack-img.active {
    opacity: 1;
}

/* RIGHT SIDE CONTENT */
.sticky-content {
    width: 55%;
}

.content-block {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-block h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.content-block p {
    font-size: 18px;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
    .sticky-section {
        padding-top: 100px;
    }

    .sticky-left {
        top: 80px;
    }
}

@media (max-width: 768px) {
    .sticky-wrapper {
        flex-direction: column;
    }

    @media (max-width: 768px) {
        .sticky-title {
            font-size: 30px;
        }
    }

    .sticky-left {
        position: relative;
        width: 100%;
    }

    .sticky-image-stack {
        height: auto;
    }

    .stack-img {
        position: relative;
        opacity: 1 !important;
    }

    .content-block {
        min-height: auto;
        padding: 40px 0;
    }
}

/* ================================
   TRUST SECTION
================================ */

.trust-section {
    background: #fdf6ec;
    padding: 100px 0;
}

.trust-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 0 40px;
}

/* LEFT TEXT */
.trust-text {
    max-width: 650px;
}

.trust-text h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0b1c1a;
}

.trust-quote {
    font-size: 20px;
    line-height: 1.7;
    color: #2c2c2c;
    margin-bottom: 25px;
}

.trust-link {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

/* RIGHT LOGOS */
.trust-logos {
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.trust-logos img {
    max-width: 220px;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .trust-container {
        flex-direction: column;
        text-align: center;
    }

    .trust-logos {
        align-items: center;
    }
}

/* ===============================
   VIDEO SECTION
================================ */

.video-section {
    background: #fdf7ed;
    padding: 120px 0;
}

.video-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
    text-align: center;
}

.video-heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #0b1c1a;
}

/* Video Box */
.video-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/* Video */
.video-element {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

/* Play Icon */
.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: white;
    pointer-events: none;
    opacity: 0.9;
}

/* ==============================
   TECHNOLOGY SECTION
================================ */

/* ===== TECHNOLOGY SECTION ===== */

.tech-section {
    background: #e3ead5;
    padding: 120px 0;
}

.tech-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

/* LEFT IMAGE */
.tech-image img {
    width: 100%;
    max-width: 550px;
    display: block;
    margin-left: auto;
}

/* RIGHT CONTENT */
.tech-content h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0b1c1a;
}

.tech-content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 40px;
}

/* Buttons */
.tech-actions button {
    display: block;
    width: fit-content;
    padding: 14px 28px;
    margin-bottom: 18px;
    border-radius: 30px;
    border: none;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.tech-actions button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* MOBILE */
@media (max-width: 900px) {
    .tech-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tech-image img {
        margin: 0 auto 40px;
    }
}

/* =========================
   ECOSYSTEM PARTNERS
========================= */

.ecosystem-partners {
    background: #fdf7ed;
    padding: 80px 40px;
    /* reduced spacing */
    text-align: center;
}

.ecosystem-partners h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #0b1c1a;
}

/* LOGO ROW */
.ecosystem-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

/* LOGO SIZE FIX */
.ecosystem-logos img {
    height: 78px;
    /* 👈 visible & balanced */
    width: auto;
    opacity: 0.85;
    transition: 0.3s ease;
    filter: grayscale(100%);
}

.ecosystem-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* MOBILE */
@media (max-width: 768px) {
    .ecosystem-logos {
        flex-wrap: wrap;
        gap: 30px;
    }

    .ecosystem-logos img {
        height: 38px;
    }
}

/* ============================
   LEARN MORE SECTION
============================ */

/* ============================
   VISUAL IMAGE SECTION
============================ */

.visual-section {
    background: #0f241c;
    /* dark green like reference */
    padding: 120px 0;
    text-align: center;
}

.visual-title {
    font-size: 42px;
    font-weight: 700;
    color: #e9f5c9;
    margin-bottom: 60px;
}

.visual-image-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.visual-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .visual-title {
        font-size: 32px;
    }

    .visual-section {
        padding: 80px 0;
    }

    .visual-image-wrapper {
        padding: 0 20px;
    }
}

/* =============================
   NEWS & INSIGHTS SECTION
============================= */

.news-section {
    background: #fdf7ed;
    padding: 120px 40px;
    text-align: center;
}

.news-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #0b1c1a;
}

/* Grid Layout */
.news-grid {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.news-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-6px);
}

/* Image */
.news-card img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

/* Text */
.news-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.news-content p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
}

/* Button */
.news-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #e7f7b6;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .news-title {
        font-size: 34px;
    }
}

/* ==========================
   HERO SECTION
========================== */

.her-section {
    background: #fdf7ed;
    padding: 140px 0;
}

.her-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT TEXT */
.her-content {
    max-width: 600px;
}

.her-content h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1c1a;
    margin-bottom: 40px;
}

/* BUTTONS */
.her-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary {
    background: #ff5c1a;
    color: white;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background: #e64b10;
}

.btn-secondary {
    background: #fde9d7;
    color: #ff5c1a;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}

/* RIGHT GRAPHIC */
.her-graphic img {
    max-width: 420px;
    opacity: 0.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-graphic img {
        max-width: 280px;
    }
}


/* ===============================
   bluesat page 
================================ */


/* ================================
   FULL SCREEN IMAGE SLIDER
================================ */

.full-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slides */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Active slide */
.slide.active {
    opacity: 1;
}

/* Dots navigation */
.dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active,
.dot:hover {
    background-color: white;
}

/* ================= INTRO BANNER ================= */
/* ================= BLUESAT SECTION ================= */

.bluesat-banner {
    position: relative;
    width: 100%;
    height: 70vh;

    /* BACKGROUND IMAGE */
    background-image: url("img/background/slide-bg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

/* TEXT ON IMAGE */
.bluesat-content {
    position: absolute;
    top: 50%;
    /* vertical center */
    left: 50%;
    /* horizontal center */
    transform: translate(-50%, -50%);
    /* perfect centering */

    text-align: center;
    max-width: 900px;
    padding: 20px;
}

/* TEXT STYLING */
.bluesat-content h1 {
    font-size: 64px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.bluesat-content p {
    font-size: 26px;
    color: #333;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .bluesat-content h1 {
        font-size: 42px;
    }

    .bluesat-content p {
        font-size: 20px;
    }
}


/* ===============================
   IMAGE + TEXT SECTION
================================ */

.image-text-section {
    width: 100%;
    padding: 80px 0;
    background: #f5f6f7;
    display: flex;
    justify-content: center;
}

.image-text-wrapper {
    width: 92%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* IMAGE */
.image-box img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

/* TEXT */
.text-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e1e1e;
}

.text-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 900px) {
    .image-text-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .text-box h2 {
        font-size: 32px;
    }
}



/* ================= STICKY SECTION 2 ================= */

.sticky-2-section {
    background: #ffffff;
    padding: 80px 0;
}

.sticky-2-wrapper {
    display: flex;
    gap: 80px;
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    min-height: 100vh;
    align-items: center;
}

/* LEFT SIDE */
.sticky-2-left {
    position: sticky;
    top: 120px;
    width: 45%;
    align-self: flex-start;
}

.sticky-2-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0b1c1a;
}

/* IMAGE STACK */
.sticky-2-image-stack {
    position: relative;
    height: 450px;
    margin-top: 40px;
}

.stack-img-2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: translateX(-100px) scale(1.05);
    transition: all 0.8s ease;
}

.stack-img-2.active {
    opacity: 1;
    transform: translateX(0) scale(1);
}

/* RIGHT SIDE */
.sticky-2-content {
    width: 55%;
}

.content-block-2 {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.3;
    transition: opacity 0.4s ease;
}

.content-block-2.active {
    opacity: 1;
}

.content-block-2 h2 {
    font-size: 40px;
    margin-bottom: 18px;
}

.content-block-2 p {
    font-size: 18px;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 900px) {
    .sticky-2-wrapper {
        flex-direction: column;
    }

    .sticky-2-left {
        position: relative;
        width: 100%;
    }

    .sticky-2-image-stack {
        height: 300px;
    }

    .stack-img-2 {
        position: relative;
        opacity: 1 !important;
        transform: none;
    }

    .content-block-2 {
        min-height: auto;
        padding: 40px 0;
    }
}

/* ================= AUDIENCE SECTION ================= */

/* SECTION */
.audience-section {
    padding: 120px 20px;
    display: flex;
    justify-content: center;
}

/* CONTENT BOX */
.audience-box {
    background: #f1ece7;
    /* soft beige */
    max-width: 900px;
    width: 100%;
    padding: 70px 60px;
    border-radius: 8px;
}

/* HEADINGS */
.audience-title {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.audience-subtitle {
    font-size: 18px;
    color: #444;
    margin-bottom: 50px;
}

/* CONTENT */
.audience-block {
    margin-bottom: 40px;
}

.audience-block h3 {
    font-size: 26px;
    font-weight: 600;
    color: #102a43;
    margin-bottom: 10px;
}

.audience-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .audience-box {
        padding: 40px 25px;
    }

    .audience-title {
        font-size: 36px;
    }
}

/* ===============================
   signup page
================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: #f4f7fb;
}

/* MAIN CONTAINER */
.signup-container {
    display: flex;
    min-height: 90vh;
    width: 100%;
    margin-top: 60px;
}

/* LEFT IMAGE */
.signup-image {
    width: 45%;
    min-height: 400px;
    background: url("img/background/ponds2.png") no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    margin-left: 15px;
}

/* RIGHT FORM */
.signup-form {
    width: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 30px;
    background: #fff;
}

.signup-box {
    width: 100%;
    max-width: 480px;
    margin-top: 30px;
}

.signup-box h1 {
    color: #0d3a72;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

/* Form inputs */
.signup-row {
    display: flex;
    gap: 10px;
}

.signup-box input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.signup-box input:focus {
    outline: none;
    border-color: #0d3a72;
}



.signup-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    font-size: 14px;
    color: #555;
}

.signup-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #0d3a72;
    cursor: pointer;
    flex-shrink: 0;
    appearance: checkbox !important;
}

/* Verification Section Styles */
.verification-section {
    margin-bottom: 15px;
}

.verification-section > div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.verification-section input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.verification-section input:focus {
    outline: none;
    border-color: #0d3a72;
}

.verification-section input:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.btn.btn-primary {
    padding: 10px 16px;
    background: #0d3a72;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.btn.btn-primary:hover:not(:disabled) {
    background: #0d3a72;
}

.btn.btn-primary:disabled {
    background: #999;
    cursor: not-allowed;
    opacity: 0.7;
}

.error-message {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.verification-status {
    display: none;
    color: green;
    font-size: 12px;
    margin-top: 5px;
}

#otp-message {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

#resend-otp-btn {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    color: #004AF7;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

#resend-otp-btn:hover {
    color: #0056b3;
}

#emailBtn,
#phoneBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 12px 18px;
    border: 1px solid rgba(8, 74, 158, 0.25);
    border-radius: 999px;
    background: transparent;
    color: #0d3a72;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

#emailBtn:hover,
#phoneBtn:hover {
    background: rgba(8, 74, 158, 0.08);
}

#emailBtn.active,
#phoneBtn.active {
    background: #0d3a72;
    color: #fff;
    border-color: #0d3a72;
    box-shadow: 0 16px 35px rgba(8, 74, 158, 0.12);
}

.login-toggle {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 20px auto 24px;
    max-width: 360px;
    font-size: 14px;
}

.login-toggle button {
    flex: 1;
    min-width: 130px;
    border: 1px solid rgba(8, 74, 158, 0.25);
    border-radius: 999px;
    background: transparent;
    color: #0d3a72;
    padding: 12px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.login-toggle button:hover {
    background: rgba(8, 74, 158, 0.08);
}

.login-toggle button.active {
    background: #0d3a72;
    color: #fff;
    border-color: #0d3a72;
    box-shadow: 0 16px 35px rgba(8, 74, 158, 0.12);
}

.signup-submit {
    width: 100%;
    padding: 14px 18px;
    background: #0d3a72;
    color: #fff;
    border: none;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.signup-submit:hover:not(:disabled) {
    background: #0d3a72;
    transform: translateY(-1px);
}

.signup-submit:disabled {
    background: #a7bddf;
    cursor: not-allowed;
    opacity: 0.95;
}

.signup-login {
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
    color: #394d62;
}

.signup-login a {
    color: #0d3a72;
    text-decoration: none;
    font-weight: 600;
}

.signup-login a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .signup-container {
        flex-direction: column;
        margin-top: 30px;
    }

    .signup-image {
        width: 100%;
        height: 250px;
        margin-left: 0;
        border-radius: 0;
    }

    .signup-form {
        width: 100%;
        padding: 30px 20px;
    }
}



/* ==========
   LOGIN PAGE 
============*/

:root {
    --header-height: 120px;
}

/* Page sizing */
.login-page {
    margin-top: var(--header-height);
    min-height: calc(100vh - var(--header-height));
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, #f5f8ff 0%, #e6f0ff 100%);
}

.login-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
    gap: 28px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
}

.login-title,
#login-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0d3a72;
    text-align: center;
}

/* ---------- LEFT IMAGE ---------- */
.login-image {
    width: calc(50% - 45px);
    height: calc(100% - 60px);
    margin: 30px 15px 30px 30px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    background: url("../img/background/ponds2.png") no-repeat center center;
    background-size: cover;
    box-shadow: 0 35px 90px rgba(3, 60, 107, 0.18);
    min-height: 650px;
    min-width: auto;
    background-position: center center;
}

/* Overlay (if present in HTML) */
.login-image .overlay {
    position: absolute;
    inset: 0;
}

/* ---------- RIGHT FORM ---------- */
.login-form-section {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 35px;
    background: transparent;
}

.login-form-box {
    width: 100%;
    max-width: 460px;
    padding: 38px 36px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 25px 80px rgba(22, 63, 112, 0.08);
}

/* Heading*/
.login-form-box h1 {
    font-size: 34px;
    margin-bottom: 10px;
    text-align: center;
}

/* Signup box: share same visual style as login form box */
.signup-box {
    width: 100%;
    max-width: 460px;
    padding: 38px 36px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 25px 80px rgba(22, 63, 112, 0.08);
    box-sizing: border-box;
}

.signup-box h1 {
    font-size: 28px;
    margin-bottom: 18px;
    text-align: center;
    color: #0d3a72;
}

/* Signup row: two-column inputs on wide screens, stacked on small */
.signup-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.signup-row input {
    flex: 1;
    height: 44px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #d5e1ef;
    background: #f8fbff;
}

.signup-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    color: #5e6c7a;
}

@media (max-width: 900px) {
    .signup-row { flex-direction: column; }
}

/* Inputs */
.login-form-box input {
    width: 100%;
    height: 48px;
    padding: 12px 14px;
    margin-bottom: 14px;
    border-radius: 12px;
    border: 1px solid #d5e1ef;
    font-size: 15px;
    color: #122635;
    background: #f8fbff;
}

.login-form-box input:focus {
    outline: none;
    border-color: #0d3a72;
    box-shadow: 0 0 0 4px rgba(8, 74, 158, 0.12);
}

/* Options row */
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin: 14px 0 6px;
    color: #5e6c7a;
}

.login-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}

.login-options input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #0d3a72;
}

.login-options .forgot-link {
    color: #0d3a72;
    text-decoration: none;
    font-weight: 600;
}

.login-options .forgot-link:hover {
    text-decoration: underline;
}

/* Divider */
.divider {
    text-align: center;
    margin: 22px 0;
    color: #7b8a9f;
}

/* Social buttons */
.social-login {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-btn {
    flex: 1;
    padding: 14px 12px;
    border-radius: 12px;
    border: 1px solid #d8e4f2;
    background: #ffffff;
    color: #122635;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    position: relative;
}

.social-btn:hover {
    background: #f4f8ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.social-btn:active {
    transform: translateY(0);
}

.social-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.social-btn.microsoft {
    border-color: #afc8f4;
    background: linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%);
}

.social-btn.microsoft:hover {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
    border-color: #7fa5f5;
}

.social-btn.google {
    border-color: #f4c7c2;
    background: linear-gradient(135deg, #ffffff 0%, #fff8f7 100%);
}

.social-btn.google:hover {
    background: linear-gradient(135deg, #fff4f0 0%, #ffe8e4 100%);
    border-color: #f19c8e;
}

.social-btn::before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-btn.microsoft::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23"><rect fill="%23F25022" x="1" y="1" width="10" height="10"/><rect fill="%237FBA00" x="12" y="1" width="10" height="10"/><rect fill="%2300A4EF" x="1" y="12" width="10" height="10"/><rect fill="%23FFB900" x="12" y="12" width="10" height="10"/></svg>');
}

.social-btn.google::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>');
}

/* Loading state for OAuth buttons */
.social-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.social-btn.loading::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: currentColor;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ---------- MOBILE ---------- */
@media (max-width: 900px) {
    .login-wrapper {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .login-image {
        width: calc(100% - 40px);
        height: 320px;
        margin: 20px auto;
        border-radius: 22px;
    }

    .login-form-section {
        width: 100%;
        padding: 24px 18px 32px;
    }

    .login-form-box {
        padding: 30px 24px;
    }
}






/* Topbar hidden on scroll */
.topbar-hidden .topbar-area {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

.user-profile-menu {
    position: relative;
    float: left;
    margin-left: 15px;
    padding: 10px 0;
}

.user-avatar {
    width: 40px;
    height: 40px;
    background-color: #0d3a72;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
}

.user-avatar:hover {
    background-color: #083c7d;
}

.dropdown-menu-profile {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.dropdown-menu-profile.show {
    display: block;
}

.dropdown-menu-profile a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: left;
}

.dropdown-menu-profile a:hover {
    background-color: #f1f1f1;
    color: #0d3a72;
}

/* Ensure navbar alignment */
.main-menu ul.navbar-nav {
    display: flex;
    align-items: center;
}







/* Modal Backdrop */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dim background */
    backdrop-filter: blur(5px); /* The "Glass" effect */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Modal Box */
.modal-content {
    background: white;
    padding: 25px;
    border-radius: 12px;
    width: 320px; /* Small and clean */
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.mini-modal-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

/* Buttons */
.cancel-btn { background:whitesmoke;border-style: solid; padding: 10px 20px; border-radius: 5px; cursor: pointer;border-color: #ccc; }
.confirm-btn { background:#0d3a72; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; }



.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.signup-submit:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}
.signup-submit:enabled {
    background-color: #004AF7;
    color: white;
    cursor: pointer;
}
.modal-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    padding: 20px;
}
.modal-overlay.visible {
    display: flex;
}
.signup-modal {
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
    text-align: center;
    position: relative;
}
.signup-modal h2 {
    margin-bottom: 14px;
    font-size: 24px;
    color: #111;
}
.signup-modal p {
    margin-bottom: 22px;
    color: #555;
    line-height: 1.6;
}
.modal-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.modal-actions .btn {
    min-width: 150px;
    padding: 12px 18px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.modal-actions .btn-primary {
    background: #004AF7;
    color: #fff;
}
.modal-actions .btn-secondary {
    background: #f4f4f4;
    color: #333;
}
.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

/*common-sidebar-------------------------------------*/





/* Dark Wide Sidebar Styles */
.dashboard-sidebar {
    width: 260px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: var(--accent-blue); /* Integrated with the exact logo dark blue */
    display: flex;
    flex-direction: column;
    z-index: 100;
    border-right: 1px solid #11253c;
    color: #000;
}

.sidebar-brand {
    padding: 30px 30px 10px 30px;
    margin-bottom: 20px;
    margin-top: 10px;    
    border-width: 50px;
    
    }

.sidebar-brand h2 {
    color:#000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sidebar-brand p {
    color: #0000ff;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

.sidebar-scroll-area {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    padding: 0 15px;

}

.sidebar-scroll-area::-webkit-scrollbar {
    display: none;
}



.sidebar-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:16px;
    height:56px;
    margin:8px 0;
    padding:0 14px;
    border-radius:18px;
    text-decoration:none;
    color:var(--text-light-muted);
    overflow:hidden;
    cursor:pointer;
    transition:var(--transition);
    user-select:none;
    isolation:isolate;
}

.sidebar-item::before{

    content:"";

    position:absolute;

    left:0;

    top:12px;

    width:4px;

    height:32px;

    border-radius:50px;

    background:#4E8DFF;

    opacity:0;

    transform:scaleY(.2);

    transition:var(--transition);
}

.sidebar-item::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:18px;

    background:

        radial-gradient(

            circle at center,

            rgba(255,255,255,.12),

            transparent 70%

        );

    opacity:0;

    transition:.35s;
}

.sidebar-item:hover{

    background:

        linear-gradient(
            90deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.04)
        );

    color:white;

    transform:translateX(6px);

    box-shadow:

        0 12px 30px rgba(0,0,0,.18);
}

.sidebar-item:hover::before{

    opacity:.4;

    transform:scaleY(.7);
}

.sidebar-item:hover::after{

    opacity:1;
}

.sidebar-item:focus-visible{

    outline:none;

    box-shadow:

        0 0 0 3px rgba(90,150,255,.45);
}

.sidebar-item:hover i{

    transform:rotate(-6deg) scale(1.08);
}

.sidebar-item.active{

    background:

        linear-gradient(
            90deg,
            rgba(58,117,255,.30),
            rgba(58,117,255,.08)
        );

    color:white;

    box-shadow:

        0 12px 28px rgba(36,88,190,.30);

    animation:

        sidebarPulse 3.5s infinite;

}

.sidebar-item.active::before{

    opacity:1;

    transform:scaleY(1);
}

.sidebar-icon-circle{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    border-radius:14px;

    background:

        rgba(255,255,255,.08);

    border:

        1px solid rgba(255,255,255,.08);

    transition:var(--transition);

    backdrop-filter:blur(12px);
    position:relative;

    overflow:hidden;
}

.sidebar-icon-circle::before{

    content:"";

    position:absolute;

    top:-120%;

    left:-150%;

    width:70%;

    height:260%;

    transform:rotate(25deg);

    background:

        rgba(255,255,255,.28);

    transition:.65s;
}

.sidebar-icon-circle i{

    font-size:17px;

    color:white;

    transition:var(--transition);
}



/* Make active/hovered icons match the bright logo green */
.sidebar-item:hover .sidebar-icon-circle{

    background:#2E67C9;

    transform:scale(1.08);

    box-shadow:

        0 12px 25px rgba(46,103,201,.40);
}

.sidebar-item:hover .sidebar-icon-circle::before{

    left:180%;
}


.sidebar-item.active .sidebar-icon-circle{

    background:#3C7EF7;

    box-shadow:

        0 10px 22px rgba(60,126,247,.45);
}


.sidebar-item i {
    font-size: 16px;
}

.sidebar-item span{

    font-size:15px;

    font-weight:600;

    letter-spacing:.25px;

    opacity:0;

    transform:translateX(-8px);

    transition:

        opacity .25s,

        transform .35s;

    white-space:nowrap;
}

.sidebar-bottom{

    padding:18px 14px;

    border-top:

        1px solid rgba(255,255,255,.28);

    background:

        linear-gradient(
            180deg,
            transparent,
            rgba(255,255,255,.03)
        );

    backdrop-filter:blur(16px);
}

.sidebar-bottom .sidebar-item{

    margin:0;

    border-radius:16px;
}

.sidebar-item.requires-org::after{

    content:"";

    position:absolute;

    right:14px;

    width:6px;

    height:6px;

    border-radius:50%;

    background:rgba(255,255,255,.22);

    opacity:0;

    transition:var(--transition);
}

.sidebar-item,

.sidebar-icon-circle,

.brand-icon-pro,

.sidebar-brand-pro{

    will-change:

        transform,

        opacity;
}

@keyframes sidebarPulse{

    0%{

        box-shadow:

            0 0 0 rgba(61,132,255,.25);

    }

    50%{

        box-shadow:

            0 0 22px rgba(61,132,255,.45);

    }

    100%{

        box-shadow:

            0 0 0 rgba(61,132,255,.25);

    }

}

.dashboard-sidebar-pro:hover .sidebar-item.requires-org::after{

    opacity:1;
}



.dashboardContent { 
    margin: 10px; 
    margin-left:260px;
    padding:15px;
    width: calc(100% - 260px);
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}






/*----------------------------sidebar-proooooooo----------------*/




.dashboard-sidebar-pro{
    position:fixed;
    top:0;
    left:0;

    width:100px;
    height:100vh;

    display:flex;
    flex-direction:column;

    overflow:hidden;

    z-index:1000;

    transition:
        width .35s cubic-bezier(.22,.61,.36,1),
        box-shadow .35s;

    background:
        linear-gradient(
            180deg,
            #183A69 0%,
            #15345F 35%,
            #122E55 70%,
            #10294D 100%
        );

    border-right:
        1px solid rgba(255,255,255,.08);

    box-shadow:
        8px 0 35px rgba(0,0,0,.18);

    white-space:nowrap;

    isolation:isolate;
}

.dashboard-sidebar-pro::before{
    content:"";

    position:absolute;

    top:-120px;
    left:-150px;

    width:320px;
    height:320px;

    background:
        radial-gradient(
            circle,
            rgba(70,140,255,.22),
            transparent 70%
        );

    pointer-events:none;

    z-index:-1;
}

.dashboard-sidebar-pro::after{
    content:"";

    position:absolute;

    bottom:-180px;
    right:-120px;

    width:280px;
    height:280px;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.05),
            transparent 70%
        );

    pointer-events:none;
}

.dashboard-sidebar-pro:hover{

    width:265px;

    box-shadow:
        15px 0 45px rgba(0,0,0,.28);
}

.dashboard-sidebar-pro .ambient-light{

    position:absolute;

    top:35%;

    left:-180px;

    width:320px;

    height:320px;

    border-radius:50%;

    background:

        radial-gradient(

            circle,

            rgba(70,140,255,.12),

            transparent 72%

        );

    pointer-events:none;
}

.sidebar-brand-pro{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-direction:column;

    padding:22px 18px 24px;

    margin:14px 14px 20px;

    border-radius:16px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.06),
            rgba(255,255,255,.02)
        );

    border:
        1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(16px);

    transition:var(--transition);

    overflow:hidden;
}

.sidebar-brand-pro::before{

    content:"";

    position:absolute;

    top:-80px;
    left:-80px;

    width:180px;
    height:180px;

    background:
        radial-gradient(
            circle,
            rgba(80,140,255,.18),
            transparent 70%
        );

    pointer-events:none;
}



.brand-icon-pro{

    width:56px;
    height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:transparent;

    border:1px solid rgba(255,255,255,.14);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.10),
        0 6px 18px rgba(0,0,0,.20);

    transition:var(--transition);

    overflow:hidden;

    flex-shrink:0;
}

.brand-icon-pro img{

    width:48px;

    height:auto;

    transition:var(--transition);
}



.brand-text-pro{

    display:flex;

    flex-direction:column;

    align-items:center;

    margin-top:14px;

    opacity:0;

    transform:translateY(8px);

    transition:
        opacity .25s,
        transform .35s;
}


.dashboard-sidebar-pro:hover {
    width: 260px;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    transform:

        translateX(2px);
}

.dashboard-sidebar-pro:hover .brand-text-pro{

    opacity:1;

    transform:translateY(0);

    transition-delay:.08s;
}

.dashboard-sidebar-pro:hover .brand-icon-pro{

    width:180px;

    height:80px;

    border-radius:16px;

    background:transparent;

    border-color:rgba(255,255,255,.22);

    transform:

        translateY(-2px)

        scale(1.02);
}


.dashboard-sidebar-pro:hover .brand-icon-pro img{

    width:155px;

    height:auto;
}



.dashboard-sidebar-pro:hover .sidebar-brand-pro{

    margin:18px;

    padding:28px 22px;

    border-radius:18px;
}


.dashboard-sidebar-pro:hover .sidebar-item span{

    opacity:1;

    transform:translateX(0);
}


dashboard-sidebar:hover ~ .dashboard-content,
.dashboard-sidebar-pro:hover ~ .dashboard-content {
    margin-left: 260px;
    width: calc(100% - 260px);
}

.sidebar-brand-pro p{

    margin:0;

    color:rgba(255,255,255,.72);

    font-size:12px;

    letter-spacing:.4px;

    font-weight:500;

    text-align:center;
}


.sidebar-scroll-area-pro{

    flex:1;

    width:100%;

    overflow-y:auto;

    overflow-x:hidden;

    padding:6px 14px 20px;

    scroll-behavior:smooth;
}


.sidebar-scroll-area-pro::-webkit-scrollbar{

    width:5px;
}

.sidebar-scroll-area-pro::-webkit-scrollbar-track{

    background:transparent;
}

.sidebar-scroll-area-pro::-webkit-scrollbar-thumb{

    background:rgba(255,255,255,.18);

    border-radius:100px;
}

.sidebar-scroll-area-pro::-webkit-scrollbar-thumb:hover{

    background:rgba(255,255,255,.32);
}


.dashboard-content{
    margin: 10px;
    margin-left:100px;

    width:calc(100% - 110px);

    transition:

        margin-left .45s cubic-bezier(.22,.61,.36,1),

        width .45s cubic-bezier(.22,.61,.36,1);
}

.main-workspace {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 30px;

}




/*------------------loading-spinner--------------------*/

#loading-overlay {
  position: fixed;
  top: 0;
  left: 80px;
  width: calc(100vw - 80px); 
  height: 100vh;
  background-color: #ffffff; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
  transition: opacity 0.5s ease;
}

/* 2. Container for the whole logo */
.loader-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* 3. Container for the spinning circle and center text */
.spinner-container {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 4. The Spinning Green Ring */
.spinning-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #8add62; /* Your light green brand color */
  border-right-color: transparent; /* Creates the gap in the circle */
  border-radius: 50%; /* Makes it a perfect circle */
  animation: spin 1.2s linear infinite; /* Controls the rotation speed */
}

/* 5. The "NET ZERO" Text inside the circle */
.net-zero-text {
  color: #8add62;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

/* 6. The "AQUA" Text */
.aqua-text {
  color: #022442; /* Your dark blue brand color */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 50px;
  display: flex;
  align-items: top;
  letter-spacing: 2px;
}

.green-dot {
  color: #8add62;
  font-size: 40px;
  line-height: 20px;
  position: relative;
  top: -10px;
}

/* 7. The Animation Logic */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Utility class to hide the loader */
.loader-hidden {
  opacity: 0;
  pointer-events: none;
}








/*-----------------tab-headings------------------*/

.tab-main-header {
    background: linear-gradient(135deg, #10243b 0%, #112B54 100%);
    border-left: 5px solid var(--brand-green);
    padding: 32px;
    border-radius: var(--radius-lg);
    color: var(--accent-green);
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0 4px 20px rgba(16, 36, 59,0.08);
}

.tab-main-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    color:#3BD304;
}

.tab-main-header p {
    color: #CBD5E1;
    font-size: 14px;
    max-width: 600px;
    line-height: 1.5;
}
/* ==========================================================================
   GLOBAL PROFESSIONAL POLISH LAYER  (appended — cascades over all pages)
   Sticky headers · branded scrollbars · card depth · motion · a11y focus
   ========================================================================== */

html { scroll-behavior: smooth; }

::selection { background: rgba(0, 74, 247, 0.16); color: #10243b; }

/* Thin, branded scrollbars everywhere */
* { scrollbar-width: thin; scrollbar-color: #c3d0de transparent; }
*::-webkit-scrollbar { width: 9px; height: 9px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: #c3d0de; border-radius: 6px; border: 2px solid transparent; background-clip: padding-box; }
*::-webkit-scrollbar-thumb:hover { background: #94a3b8; background-clip: padding-box; }

/* --- Sticky page headers so titles/actions stay visible while scrolling --- */
.biz-header,
.dash-header,
.farms-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #f6f8fb;
    /* small vertical breathing room; side gaps show same page bg (invisible) */
    padding-top: 12px;
    padding-bottom: 14px;
    margin-top: -4px;
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

/* Frosted + shadow once the page has scrolled a little */
body.is-scrolled .biz-header,
body.is-scrolled .dash-header,
body.is-scrolled .farms-header {
    background: rgba(246, 248, 251, 0.85);
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: 0 6px 20px -12px rgba(13, 33, 66, 0.35);
}

/* --- Card depth & hover consistency (opt-in classes already used app-wide) --- */
.biz-card,
.kpi-card,
.dash-card,
.settings-card,
.farm-card,
.product-card {
    transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1),
                box-shadow 0.25s ease,
                border-color 0.25s ease;
}

/* --- Buttons: unified press/hover feel --- */
.btn-primary-navy,
.btn-create-farm,
.btn-submit,
.gis-btn--primary,
.btn-modal-save {
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-primary-navy:active,
.btn-create-farm:active,
.btn-submit:active,
.btn-modal-save:active { transform: translateY(1px) scale(0.99); }

/* --- Accessible keyboard focus ring (doesn't affect mouse users) --- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.farm-tab:focus-visible,
.op-tab:focus-visible {
    outline: 2px solid #004AF7;
    outline-offset: 2px;
    border-radius: 6px;
}

/* --- Scroll-reveal: each element eases in as it enters the viewport --- */
[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
}
[data-reveal].reveal-in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ==========================================================================
   DB-CONTENT CAPITALIZATION  (display-layer title-case)
   Capitalizes the first letter of each word for names/titles pulled from the
   database, without altering stored values. Emails / codes / IDs are excluded.
   ========================================================================== */
.product-name, .product-cat,
.sales-account, .sales-product,
.top-account-name,
.farm-name, .farm-card-title,
.farm-layer-name,
.cycle-name, .cycle-farm,
.insights-title, .climate-chart-title,
.gis-popup strong,
.note-list-card h4, .viewer-title, .note-mention-tag,
.plan-title-bold, .item-name-cell,
.profile-info h4, .staff-card h4,
.kanban-card h4,
.client-card-title, .client-name, .farm-card-name,
.overview-value#ovName, .overview-value#ovContactName,
.overview-value#ovCountry, .overview-value#ovRegion, .overview-value#ovPlace,
.overview-value#ovAddress {
    text-transform: capitalize;
}

/* Guards: never title-case emails, codes, monospace or ID cells */
input[type="email"],
.contact-email, .email-cell, [data-nocap],
[style*="monospace"], code, kbd, samp,
#ovContactEmail, #ovContactNumber,
.sales-value, .kpi-value, .gis-stat-value {
    text-transform: none !important;
}

/* ==========================================================================
   ROLE SPLIT — Farmer / Admin sidebar visibility & badge
   ========================================================================== */
/* Admin-only nav is hidden by default; revealed only for admins */
.admin-only { display: none !important; }
body.role-admin .admin-only { display: flex !important; }
body.role-admin .sidebar-section-label.admin-only { display: block !important; }

.sidebar-section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    padding: 14px 18px 6px;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-role-badge {
    display: inline-block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #56a832;
    background: rgba(59, 211, 4, 0.16);
    border: 1px solid rgba(59, 211, 4, 0.35);
    padding: 2px 10px;
    border-radius: 12px;
}

.sidebar-role-badge--admin {
    color: #eaf1ff;
    background: rgba(0, 74, 247, 0.55);
    border-color: rgba(59, 211, 4, 0.5);
}

/* Anti-flash lock: admin-only pages stay hidden until an admin is confirmed.
   Non-admins are redirected before this ever reveals. */
body.is-admin-page .dashboard-content { visibility: hidden; }
body.is-admin-page.role-admin .dashboard-content { visibility: visible; }

/* Admin Access button (sidebar bottom) */
.admin-access-item { cursor: pointer; }
body.role-admin .admin-access-item .sidebar-icon-circle {
    border-color: rgba(59, 211, 4, 0.55);
    color: #3BD304;
}

/* Landing hero — dual CTA polish */
.hero-cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.hero-btn--primary {
    background: linear-gradient(135deg, #004AF7, #0d3a72);
    box-shadow: 0 10px 24px rgba(13, 33, 66, 0.35);
}
.hero-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(13, 33, 66, 0.45);
    background: linear-gradient(135deg, #1c4f8a, #004AF7);
}
.hero-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(4px);
}
.hero-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #10243b;
}
