/* ===================================
    Earn with Core — panel skin
    Core Behaviour proprietary research panel
    -----------------------------------
    This is the Crafto "recruitment" demo stylesheet, re-skinned.
    Structure and component classes are the theme's; only the palette
    and type are ours, so every theme section inherits the brand.

      #001639  core navy  -> --dark-gray  (headings, primary buttons)
      #4a6fb5  mid blue   -> --base-color (accents, eyebrows, marquee)
      #9cb2de  core sky   -> tints, borders, hovers
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* variable */
:root {      
    --alt-font: "Mona Sans", "Inter Tight", sans-serif; 
    --primary-font: "Mona Sans", "Inter Tight", sans-serif;
    --base-color:#4a6fb5;   /* mid brand blue - accents, eyebrows, marquee */
    --dark-gray: #001639;   /* core navy - headings, primary buttons */
    --medium-gray:#5f6f8c;  /* body copy, blue-cast */
    --selago:#e4ecfa;       /* light marquee strip, was theme lavender */
}
/* reset */
body { 
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}
h1, .h1 {
    font-size: 6.25rem;
    line-height: 5.75rem;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 500;
    letter-spacing:0.5px;
    text-transform: none;
}
.btn.btn-extra-large,
.btn.btn-rounded.btn-extra-large {
    padding: 24px 49px;
}
.btn.btn-large,
.btn.btn-rounded.btn-small {
    padding: 9px 20px;
}
.btn.btn-large,
.btn.btn-rounded.btn-large {
    font-size: 17px;
    padding: 16px 32px;
}
.btn.btn-medium,
.btn.btn-rounded.btn-medium {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-medium i {
    font-size: 16px;
}
.btn.btn-small i {
    font-size: 15px;
}
.btn.btn-very-small i {
    font-size: 14px;
}
.btn.btn-very-small,
.btn.btn-rounded.btn-very-small {
    font-size: 12px;
    padding: 7px 18px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* border color */
.border-color-transparent-dark-very-light {
  border-color: rgba(0, 22, 57, 0.1) !important;
}
/* border radius */
.border-radius-top-left-top-right {
    border-radius: 20px 20px 0 0 !important;
}
/* text color */
.text-dark-gray-light-transparent {
  color: rgba(0, 22, 57, 0.15);
}
/* gradient background color */
.bg-gradient-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(90.85deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.bg-gradient-right-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(87.96deg, rgba(255, 255, 255, 0.15) 0.25%, rgba(255, 255, 255, 0) 100.25%);
}
.bg-gradient-very-light-gray-transparent {
    background: rgba(74, 111, 181, 1);
    background: linear-gradient(87.96deg, rgba(74, 111, 181, 0.10) 0.25%, rgba(74, 111, 181, 0) 100.25%);
}
.bg-gradient-to-top-solitude-blue-transparent {
    background: #F2F6FD;
    background: linear-gradient(180deg, #F2F6FD 0%, rgba(243, 243, 255, 0) 100%);
}
/* background */
.bg-wisp-pink {
    background-color: #f1f0fb;
}
.bg-pattens-blue {
    background-color: #e3edfa;
}
.bg-humming-bird {
    background-color: #e6f2f4;
}
.bg-ghost-white {
  background-color: #f2f6fd;
}
.bg-base-color-transparent {
    background-color: rgba(74, 111, 181, 0.1);
}
.bg-dark-gray-transparent-medium {
    background-color: rgba(0, 22, 57, 0.4);
}
.bg-dark-gray-transparent-extra-medium {
    background-color: rgba(0, 22, 57, 0.45);
}
.blur-box {
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
/* bg sliding line */ 
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #9cb2de 45%, #9cb2de 55%, transparent 0);
    background-size: 5px 5px;
}
/* Padding */
.pt-100px {
    padding-top: 100px;
}
.pb-100px {
    padding-bottom: 100px;
}
/* bottom */
.bottom-180px {
    bottom: 180px;
}
/* newsletter style 02 */
.newsletter-style-02 input {
    font-size: 20px;
    border-radius: 0;
    padding-right: 60px !important;
    padding-bottom: 16px;
}
/* box shadow */
.box-shadow-medium-bottom, 
.box-shadow-medium-bottom-hover:hover {
  -webkit-box-shadow: 0 20px 34px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 25px;
}
header .navbar-brand {
    padding: 24px 0;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    flex: 0% 1 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
/* footer */
footer .footer-logo img {
    max-height: 44px;
}
.footer-dark, .footer-dark a, .footer-dark p {
    color: rgba(255, 255, 255, 0.40);
    font-weight: 300;
}
.footer-dark a:hover, 
.footer-light a:hover, 
.footer-navbar li a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}

@keyframes scroll1 {
    0% {
        top: 0px;
    }
    100% {
        top: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1345px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link { 
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { 
        padding: 10px 15px;
    }
    .team-style-01 figure figcaption .social-icon a {
        margin: 0 8px;
    }
}
@media (max-width: 767px) {  
    h1, .h1 {
        font-size: 5.25rem;
        line-height: 4.75rem;
    }
}
@media (max-width: 375px) { 
    h1, .h1 {
        font-size: 4.5rem;
        line-height: 4rem;
    }
}
/* ===================================
    Panel additions
    Only what the theme has no equivalent for. Everything else
    uses the theme's own classes.
====================================== */

/* accessibility — the theme ships no visible focus state */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--base-color);
    outline-offset: 3px;
}
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    background: var(--dark-gray);
    color: #fff;
    padding: 12px 22px;
    border-radius: 0 0 8px 0;
    font-weight: 500;
}
.skip-to-content:focus { left: 0; color: #fff; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

/* earning-rate table — no theme equivalent */
.earn-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.earn-table th,
.earn-table td { padding: 18px 30px; text-align: left; vertical-align: middle; }
.earn-table thead th {
    background: var(--dark-gray);
    color: #fff;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
}
.earn-table tbody tr { border-bottom: 1px solid rgba(0, 22, 57, .08); }
.earn-table tbody tr:last-child { border-bottom: 0; }
.earn-table tbody tr:nth-child(even) { background: #f2f6fd; }
.earn-table td.earn-points {
    font-weight: 700;
    color: var(--dark-gray);
    white-space: nowrap;
}
.earn-table td .earn-usd {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--base-color);
}
.earn-table-wrap { overflow-x: auto; }
.earn-table-wrap table { min-width: 540px; }

/* the Core Behaviour star, used as a section marker */
.brand-star { width: 15px; height: 15px; object-fit: contain; }

/* long-form legal pages — no theme equivalent */
.legal-content h2 { font-size: 1.65rem; line-height: 2.1rem; margin: 45px 0 15px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 1.2rem; line-height: 1.7rem; margin: 30px 0 10px; }
.legal-content ul { list-style: disc outside; padding-left: 22px; margin-bottom: 20px; }
.legal-content ol { list-style: decimal outside; padding-left: 22px; margin-bottom: 20px; }
.legal-content li { display: list-item; margin-bottom: 8px; }
.legal-content li::marker { color: var(--base-color); }
.legal-content a { color: var(--dark-gray); text-decoration: underline; }
.legal-content code {
    background: #f2f6fd;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 13px;
    color: var(--dark-gray);
}
.legal-toc { position: sticky; top: 40px; }
.legal-toc ul { list-style: none; padding: 0; margin: 0; }
.legal-toc li { margin-bottom: 9px; }
.legal-toc a { color: var(--dark-gray); font-size: 15px; }
.legal-toc a:hover { color: var(--base-color); }
@media (max-width: 991px) { .legal-toc { position: static; } }
