/* ===========================================
   CSS CUSTOM PROPERTIES (VARIABLES)
   =========================================== */
:root {
    --everfast-blue: #00529B;
    --off-white: #e0e3e6;
    --bg-button-gold:  linear-gradient(to right top, #ce7500, #d78721, #e19939, #eaab4f, #f3bd65, #f4bf66, #f6c066, #f7c267, #f1b552, #eba73d, #e59925, #df8b00);
    --hero-bg-overlay: linear-gradient(rgba(0, 80, 160, 0.5), rgba(0, 80, 160, 0.5));
    --text-gold: #EFB13A;
}

/* ===========================================
   GLOBAL STYLES
   =========================================== */
main {
    background-color: var(--off-white);
}

body {
    background: 
        radial-gradient(circle at 30% 20%, rgba(6, 87, 158, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(234, 175, 70, 0.12) 0%, transparent 50%),
        linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%) !important;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(6, 87, 158, 0.3) 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, rgba(234, 175, 70, 0.4) 2px, transparent 2px);
    background-size: 30px 30px, 45px 45px;
    background-position: 0 0, 15px 15px;
    pointer-events: none;
    z-index: -999;
    opacity: 1;
}

main {
    background: transparent;
    min-height: 100vh;
    position: relative;
}

/* ===========================================
   HEADER / NAVIGATION
   =========================================== */
header, 
.bg-blue {
    background-color: var(--everfast-blue);
}

.navbar-brand img {
    width: 10rem;
}

.navbar-toggler {
    background-color: var(--text-gold);
}


.header-nav-link {
    font-family: "Roboto";
    font-size: .875rem;
}

.btn-everfast-primary {
    background-image: var(--bg-button-gold);
    color: black;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    border: 1px solid white;
    border-radius: 25px;
    width: 160px;
}

/* Dropdown hover styles for navigation */
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    margin-top: 0;
}

/* Ensure dropdown works on mobile touch devices */
@media (max-width: 991px) {
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


.btn-style {
    background-image: var(--bg-button-gold);
    color: black;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 0.875rem;
    border: 1px solid var(--text-gold);
    border-radius: 1.5625rem;
    min-width: 8rem;
    padding: 0.5rem 1rem;
}

/* ===========================================
   HERO SECTION
   =========================================== */
.hero-wrapper {
    background-image: 
        var(--hero-bg-overlay),
        url('imgs/johnson-county-public-market.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    padding-top: 0%;
    padding-bottom: 0%;
}

.hero-title {
    font-family: "Newsreader", "sans-serif";
    text-wrap: wrap;
    font-weight: 500;
    line-height: 3rem;
    font-weight: 500;
    width: 75%;
}

.hero-text {
    font-family: 'Roboto';
}

.hero-right {
  position: relative;
}

.circle-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 470px;
  height: 470px;
  background-color: var(--everfast-blue);
  border-radius: 50%;
  z-index: 0;
}

.hero-right img {
  position: relative;
  z-index: 1;
}


/* Hero Media Queries */
@media (max-width: 990px) {
    .hero-right {
        display: none;
    }
    
    .hero-title {
        width: 100%;
        font-size: 48px;
        line-height: 3rem;
    }
    
    .hero-text {
        width: 100%;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper {
        margin: 0;
        padding: 1rem 0;
    }
    
    .hero-title {
        font-size: 36px;
        line-height: 2.5rem;
    }
    
    .hero-text {
        font-size: 20px;
    }
}



/* ===========================================
   PLANS SECTION
   =========================================== */
.plan-section-title {
    font-family: 'Newsreader', "sans-serif";
    font-weight: 500;
    color: var(--everfast-blue);
}

.plans-section-title {
    font-family: 'Newsreader', "sans-serif";
    font-weight: 500;
    color: var(--everfast-blue);
}


.plans-section-text {
    font-family: 'Roboto';
}

.plan-card {
    border-radius: 1.5625rem;
    background-color: var(--everfast-blue);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.plan-card-badge {
    background-color: white;
    display: inline;
    width: 50%;
    margin: 0 auto;
    border-radius: 0 0 450px 450px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
}

.plan-card-badge-title {
    color: var(--everfast-blue);
    font-weight: Bold;
    font-family: 'Newsreader', 'sans-serif';
    
}

.plan-price-amount {
    font-family: 'Newsreader', 'sans-serif';
    font-weight: 500;
    color: var(--text-gold);
    margin-right: 1%;
}
.plan-price-term {
    color: white;
    font-family: 'Roboto';
    text-wrap: wrap;
}

.plan-feature-icon {
    color: green;
}

.plan-feature-text, 
.plan-disclaimer-text {
    font-size: 12px;
    font-family: 'Roboto';
    color: black;
    font-weight: 500;
}

.plan-card .card-footer.plan-card-footer {
    background-color: #f8f9fa;
    border-radius: 0 0 25px 25px !important;
}



/* Solutions Section */
.solutions-category-title {
    font-family: 'Roboto';
    font-weight: bold;
    color: white;
}

.solutions-list-item {
    font-family: 'Roboto';
    color: white;
}

.arrow-right {
    color: var(--text-gold);
}

.solution-card {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-left: 4px solid var(--text-gold);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}




/* Perk Section */
.perk-section-wrapper {
    background-image: 
        var(--hero-bg-overlay),
        url('imgs/woman-smiling-at-work.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

.perk-card {
    background-color: var(--everfast-blue);
    border-radius: 25px;
}

.perk-card-off-white {
    background-color: var(--off-white);
    border-radius: 25px;
}

.perks-section-title {
    font-family: 'Newsreader', "sans-serif";
    font-weight: 500;
    color: white;
}

.perk-card-icon {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    /* box-shadow: 0 0 20px rgba(234, 175, 70, 0.3); */
}

.perk-card-title,
.perk-card-row-title {
    font-family: 'Roboto';
    color: white;
    font-weight: bold;
    text-wrap: wrap;
}


.perk-card-text {
    font-family: 'Roboto';
    color: var(--everfast-blue);
    font-weight: bold;
    text-wrap: wrap;
}

.perk-card-subtext {
    font-family: 'Roboto';
    color: white;
}



.perk-card-premium {
    background-color: rgba(6, 87, 158, 0.8);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}




/* SERVICES SECTION */
.services-section-title {
    color: var(--everfast-blue);
    font-family: 'Newsreader', "sans-serif";
    font-weight: 500;
}

.services-card {
    border-radius: 50px;
    border: 1px solid white;
    background-color: var(--everfast-blue);
}


.services-card img {
    border-radius: 50px 50px 0 0;
}

.services-card-title {
    font-family: 'Roboto', sans-serif;
}

.services-card-description {
    font-family: 'Roboto';
    color: white;
}




/* Cant wait Section */
.fiber-title {
    font-family: 'Newsreader', "sans-serif";
    font-weight: 500;
    color: var(--everfast-blue);
}

.fiber-text {
    width: 95%;
    margin: 0 auto;
    font-family: 'Roboto';
    font-weight: 600;
    color: var(--everfast-blue);
}

.reliable-wrapper {
    background-color: var(--everfast-blue);
}
.local-engineers-wrapper {
    background-color: var(--off-white);
}


/* ===========================================
   Features SECTION
   =========================================== */
.features-wrapper {
    background-color: var(--everfast-blue);
}

.features-title {
    font-family: 'Newsreader', "sans-serif";
    color: white;
    font-weight: 500;
    margin: 0 auto;
}

.features-text {
    font-family: 'Roboto';
    margin: 0 auto;
    color: white;
}


.perk-text {
    font-family: 'Roboto';
    font-weight: bold;
    color: var(--text-gold);
    text-align: center;
}



/* ===========================================
   CONTACT US SECTION
   =========================================== */
.contact-wrapper {
    background-image: 
        var(--hero-bg-overlay),
        url('imgs/olathe-offering-everfast-home-internet-to-residents.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
}


.contact-card {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background-color: var(--everfast-blue);
}

.contact-title {
    font-family: 'Newsreader', "sans-serif";
    font-weight: 500;
    color: var(--text-gold);
}

.contact-text {
    font-family: 'Roboto';
    font-weight: 400;
    color: var(--everfast-blue);
}

.contact-form-checkbox-text {
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 700;
    color: white;
}

.form-input-fully-rounded {
    border: 2px solid var(--text-gold) !important;
    border-radius: 50px;
    font-family: 'Roboto';
}  

.form-input-medium-rounded {
    border: 2px solid var(--text-gold) !important;
    border-radius: 25px !important;
    font-family: 'Roboto';
}

.form-label-title {
    font-family: 'Roboto';
    font-weight: 700;
    color: white;
}

.checkbox-border {
    border: 1px solid var(--text-gold) !important;
}

/* ===========================================
   FOOTER SECTION
   =========================================== */
.footer-wrapper {
    background-color: var(--everfast-blue);
}

.footer-title,
.footer-list-title {
    font-family: 'Roboto';
    color: white;
}

.footer-text,
.footer-list-item {
    font-family: 'Roboto';
    color: white;
}

.footer-link {
    text-decoration: none;
}

.footer-disclaimer,
.copyright {
    font-family: 'Roboto';
    font-size: 12px;
    color: white;
}

.footer-social-icon {
    font-size: 32px;
    color: white;
}

.lower-footer {
    border-top: 2px solid #1863A5;
}