@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2: #333;  
    --color-h3: #0465ca;
    --color-text: #111;
    
    --color-link: #666; 
    --color-hover:#0465ca;  
    
    --color-hr-border: #0465ca;  
    
    --button-bg-link:#0465ca;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "montserrat", sans-serif;
    --font-family-heading: "Bebas Neue", sans-serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #1d1d1d;
    --color-topmenu-hover:#333;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #0465ca;

    --font-size-topmenu: 20px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 400;



/*------------------------------------------------*/
/* Feature Box – Global Overrides */
/*------------------------------------------------*/

 /* Overlay (hover) */
 --feature-overlay-bg-start: rgba(0, 140, 190, 0.85);
--feature-overlay-bg-end: rgba(0, 169, 225, 0.95);
  --feature-overlay-opacity: 1;

  /* Overlay Typography */
  --feature-title-color: #ffffff;
  --feature-title-size: clamp(1.3rem, 2.2vw, 1.7rem);
  --feature-text-color: rgba(255,255,255,0.9);
  --feature-text-size: 0.95rem;
  --feature-text-line-height: 1.1;
  --text-align: left;

  /* Pre-hover Label */
  --feature-label-color: #ffffff;
  --feature-label-size: clamp(1.2rem, 2vw, 1.8rem);
  --feature-label-weight: 700;
  --feature-label-letter-spacing: 0.5px;
  --feature-label-bg-start: rgba(0,0,0,0.2);
  --feature-label-bg-end: rgba(0,0,0,0.45);
  --feature-label-border: 2px solid #00a9e1;

  /* CTA */
  --feature-cta-color: #ffffff;
  --feature-cta-hover-color: #ffffff;
  --feature-cta-bg: transparent;
  --feature-cta-bg-hover: transparent;
  --feature-cta-size: 0.95rem;
  --feature-cta-font-weight: 600;
  --feature-cta-padding: 0 1.25rem;
  --feature-arrow-shift: 6px;

  /* Motion */
  --feature-img-scale: 1.08;
  --feature-overlay-translate: 0;
  --feature-transition-speed: 0.45s;
  --feature-transition-ease: cubic-bezier(.2,.8,.2,1);

  /* Shape + Depth */
  --feature-radius: 0;
  --feature-hover-lift: 0;
  --feature-hover-shadow: 0 20px 40px rgba(0,0,0,.2);
}





/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:var(--color-link);
    text-decoration: none; 
	-webkit-transition:all ease .3s; 
	transition:all ease .3s;

}

a:hover {
        color:var(--color-hover); 
        text-decoration: none;
		-webkit-transition:all ease .3s; 
		transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 34px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
}

h2 {
    font-size: 24px;
	color:var(--color-h2);
	font-weight:600;
	font-family: var(--font-family-base);
}

h3 {
    font-size: 20px;
    color:var(--color-h3);
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: var(--color-hr-border);
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:16px;}

td {color:var(--color-text);padding:5px;line-height:18px; font-size:var(--font-size-normal);font-family: var(--font-family-base);}

ul li {
    font-size:var(--font-size-normal); 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:var(--font-size-normal); 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


.page-break-section {box-shadow:none !important;}


/* ==============================================
   CHEVRON (Custom Arrow for Dropdowns)
   ============================================== */


/* Prepare dropdown link for arrow positioning */
#dnnMenu .dropdown-toggle {
    position: relative;
    padding-right: 30px; /* Space for arrow */
}

/* Replace Bootstrap triangle */
#dnnMenu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
    border-top: none;
    border-left: none;
}

/* Rotate arrow when open */
#dnnMenu li.show > .dropdown-toggle::after {
    transform: translateY(-50%) rotate(225deg);
}



/* ==============================================
   TOP LEVEL NAVIGATION (DESKTOP BASE)
   ============================================== */

#dnnMenu .topLevel {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dnnMenu .topLevel > li {
    position: relative;
}

#dnnMenu .topLevel > li > a {
    text-transform: uppercase;
    padding: 8px 14px;
    margin: 0 8px;
    background: var(--background-color-up);
    color: var(--color-topmenu-link);
    border-bottom: var(--color-topmenu-border-link);
    transition: all .3s ease;
    font-size: var(--font-size-topmenu);
    font-weight: var(--font-weight-topmenu);
    font-family:var(--font-family-heading);
    display: inline-block;
}

/* Hover / Active / Open */
#dnnMenu .topLevel > li > a:hover,
#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li.active > a,
#dnnMenu .topLevel > li.show > a {
    color: var(--color-topmenu-hover);
    background: var(--background-color-down);
    border-bottom: var(--color-topmenu-border-hover);
}



/* ==============================================
   DESKTOP DROPDOWN STYLING
   ============================================== */

@media (min-width: 993px) {

    #dnnMenu .dropdown-menu {
        border-radius: 0;
        background: #f5f5f5;
        padding: 0;
        margin-top: 0;
        border: none;
        min-width: 220px;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

    #dnnMenu .dropdown-menu li {
        border-bottom: 1px solid #e1e1e1;
    }

    #dnnMenu .dropdown-menu li:last-child {
        border-bottom: none;
    }

    #dnnMenu .dropdown-menu li > a {
        display: block;
        padding: 10px 16px;
        color: #333;
        font-size: 15px;
        text-align: left;
        transition: background .2s ease, color .2s ease;
    }

    #dnnMenu .dropdown-menu li > a:hover {
        background: #e9e9e9;
        color: #111;
    }

}



/* ==============================================
   NAVBAR TOGGLER (Mobile Button)
   ============================================== */

.navbar-toggler {
    margin-bottom: 3px;
    margin-top: -120px; /* Adjust if needed */
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}



/* ==============================================
   MOBILE NAVIGATION (≤ 992px)
   ============================================== */

@media (max-width: 992px) {

    /* Stack menu vertically */
    #dnnMenu .topLevel {
        width: 100%;
        text-align: center;
    }

    #dnnMenu .topLevel > li {
        width: 100%;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Remove desktop underline styling */
    #dnnMenu .topLevel > li > a,
    #dnnMenu .topLevel > li.show > a,
    #dnnMenu .topLevel > li.active > a {
        border-bottom: none !important;
        background: transparent;
        margin: 0;
        padding: 14px 0;
        width: 100%;
        display: block;
    }

    /* Larger arrow for touch */
    #dnnMenu .dropdown-toggle::after {
        right: 18px;
        width: 10px;
        height: 10px;
    }

    /* Mobile dropdown container */
    #dnnMenu .dropdown-menu {
        position: static;
        box-shadow: none;
        background: #eeeeee;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Center dropdown links */
    #dnnMenu .dropdown-menu li > a {
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }

    #dnnMenu .dropdown-menu li:last-child > a {
        border-bottom: none;
    }

}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/


.MoreButton a:link, .MoreButton a:visited {
  padding: 12px 25px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: inline-block;  
  border-radius:40px;
  border:1px solid var(--button-bg-link);
  background:var(--button-bg-link);
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; 
  transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 12px 25px;
  text-align: center;
  color: var(--button-bg-link);
  font-size:20px;
  display: inline-block;
  border:1px solid var(--button-bg-link);
  border-radius:40px;
  background:var(--button-bg-hover);
  font-family: var(--font-family-base);
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; 
  transition:all ease .5s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.menuwrap {padding:12px 0;}

.headerwrap {padding:10px 0 10px 0;background:#fff;border-bottom:1px solid #eee;}

.headertext {text-align:center;padding:7px 0;}
.headertext h1 {color:#FFF;font-size:20px;text-align:center;padding-top:20px;}
.headertext h1 span {color:#FFF;font-size:16px;text-align:right;font-weight:400;font-family:var(--font-family-base);}

.logo {text-align:center;margin:0 auto;text-align:center;padding-top:30px;max-width:320px; height:auto;}

.menupad {padding-top:10px;}

.contacttext {text-align:center;font-size:28px;padding:17px 0;}


.contacttext ul {list-style:none;margin:0;padding:0;text-align:right;}
.contacttext li ul {margin:0;}
.contacttext li  {margin:0;display:inline-block;font-size:28px;padding:0 7px;}


@media (max-width: 768px) {

    .contacttext ul {
        text-align: center;
    }

    .contacttext li {
        display: block;
        margin-bottom: 10px;
    }

    /* Optional: space out icons nicely */
    .contacttext li:last-child a {
        display: inline-block;
        margin: 0 6px;
    }
}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
	background:url('images/showcase-responsive_bg.webp');
    width:100%;
    background-size:cover;
    background-position:top center;
}

.showcasebkwrap {}

.showcasetext {padding:20% 0 40% 0;text-align:center;}
.showcasetext h1 {color:#EEE;font-size:92px;font-weight:600;font-family:var(--font-family-heading);line-height:.9; }
.showcasetext h1 span {color:#EEE;font-size:24px;font-weight:400;font-family:var(--font-family-base);display:inline-block;}



.welcomewrap {background:#161414;}
.main-image {
    border-radius: 20px;
    width: 100%;
}
.img-fill-col {
    position: relative;
    min-height: 400px; /* controls height */
    overflow: hidden;
}

.img-fill-col img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 🔥 key */
    display: block;
}
.mainwrap {padding:75px 0;}

.welcometext {text-align:left;}
.welcomeimg {margin-top:-150px;text-align:center;}
.welcometext h2 {color:#EEE;font-size:72px;font-weight:600;font-family:var(--font-family-heading);letter-spacing:1px;}
.welcometext h3 {color:#fd9a53;font-size:24px;font-weight:600;font-family:var(--font-family-base);}
.welcometext p {color:#EEE;font-size:18px;font-weight:400;font-family:var(--font-family-base);}
.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #00a9e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-arrow .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover effect */
.btn-arrow:hover .arrow {
    transform: translateX(6px);
}

.pricingtext {text-align:center;}

.pricingtext h2 {color:#1d1d1d;font-size:62px;font-weight:600;font-family:var(--font-family-heading);letter-spacing:1px;}
.pricingtext h4 {color:#666;font-size:24px;font-weight:600;font-family:var(--font-family-base);}


/* Section spacing */
.pricingtext {
    text-align: center;
}

/* CTA link */
.pricing-call {
    display: inline-block;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
    color: #0465ca;
    transition: 0.3s ease;
}

.pricing-call:hover {
    color: #0465ca;
}

/* Cards */
.pricing-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover lift */
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Image */
.pricing-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Body */
.pricing-card-body {
    padding: 25px;
}

/* Title */
.pricing-card h3 {
    font-family: var(--font-family-heading);
    font-size: 32px;
    margin-bottom: 10px;
}

/* Fix link styling only inside h3 */
.pricing-card h3 a {
    color: #0465ca;
    text-decoration: none;
}

.pricing-card h3 a:hover {
    color: #222;
}

/* Text */
.pricing-card p {
    color: #555;
    font-size: 16px;
}

/* Section with background image */
.hero-overlay-section {
    position: relative;
    min-height: 500px;
    background: url('/path-to-your-image.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
}



.qualifywrap {padding:15% 0;}


/* Blue overlay box */
.overlay-content {
    position: absolute;
    right: 5%;
    top: 20%;
    max-width: 420px;

    background: rgba(0, 70, 130, 0.85);
    backdrop-filter: blur(6px); /* 🔥 optional glass effect */

    padding: 30px;
    border-radius: 20px;
    color: #fff;

    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Typography */
.overlay-content h3 {
    font-size: 32px;
    font-family: var(--font-family-heading);
    margin-bottom: 15px;
    color: #fff;
}

.overlay-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
}

/* CTA (reuse your arrow button) */
.overlay-content .btn-arrow {
    color: #fff;
    font-weight: 600;
}

.overlay-content .btn-arrow .arrow {
    transition: transform 0.3s ease;
}

.overlay-content .btn-arrow:hover .arrow {
    transform: translateX(6px);
}

@media (max-width: 992px) {

    .overlay-content {
        position: relative;
        right: auto;
        top: auto;
        margin: 40px auto 0;
        max-width: 90%;
    }

    .hero-overlay-section {
        padding: 40px 0;
        align-items: flex-start;
    }
}

.pricing-highlight {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.price {
    font-size: 64px;
    font-weight: 700;
    color: #00a9e1;
    margin-bottom: 10px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-features li {
    font-size: 16px;
    margin-bottom: 10px;
}

.accredit-badge {
    display: inline-block;
    padding: 25px;
    border-radius: 20px;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    backdrop-filter: blur(6px);
}

/* ============================
   ROUTE 93 CDL CLASS SCHEDULE
   ============================ */

.cdl-schedule{
    padding:60px 0;
}

.schedule-card{
    max-width:850px;
    margin:0 auto;
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    overflow:hidden;
}

.schedule-header{
    text-align:center;
    padding:35px 30px 20px;
    border-bottom:1px solid #eee;
}

.schedule-header h2{
    margin:0 0 10px;
    font-size:2rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#111;
}

.schedule-header p{
    margin:0;
    color:#666;
    font-size:.95rem;
}


/* EACH ROW */
.schedule-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    padding:20px 30px;
    border-bottom:1px solid #eee;
    transition:.25s ease;
}

.schedule-item:last-child{
    border-bottom:none;
}

.schedule-item:hover{
    background:#f8f9fb;
}


/* DATE BLOCK */
.date-block{
    min-width:95px;
    flex-shrink:0;
    text-align:left;
}

.date-block .month{
    display:block;
    font-size:.75rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#888;
    margin-bottom:3px;
}

.date-block .days{
    display:block;
    font-size:1.8rem;
    line-height:1;
    font-weight:800;
    color:#111;
}


/* CLASS DETAILS */
.class-details{
    flex:1;
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.class-details h4{
    margin:0;
    font-size:1rem;
    font-weight:600;
    color:#222;
}


/* STATUS BADGES */
.status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:5px 12px;
    border-radius:30px;
    font-size:.78rem;
    font-weight:700;
    white-space:nowrap;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* FULL */
.full-status{
    background:#fde8ea;
    color:#b42318;
}

/* OPEN */
.open-status{
    background:#dcfce7;
    color:#15803d;
}

/* UPCOMING */
.upcoming-status{
    background:#dbeafe;
    color:#1d4ed8;
}


/* MOBILE */
@media(max-width:768px){

    .schedule-header h2{
        font-size:1.4rem;
    }

    .schedule-item{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
        padding:18px 22px;
    }

    .date-block{
        min-width:auto;
    }

    .class-details{
        width:100%;
    }

}




/* Icon styling */
.legacy-icon {
    font-size: 48px;
    color: #00a9e1;
    background: rgba(0,169,225,0.1);
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s ease;
}

/* Hover effect */
.legacy-item:hover .legacy-icon {
    transform: translateY(-6px);
}

/* Optional: tighten spacing */
.legacy-item h3 {
    font-size: 28px;
}

.legacy-item p {
    font-size: 16px;
}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
	background:#0d0d0d;
	padding:15px 0;

}

.footerwrap {
    padding:25px 0;
	background:#242424;
}

.footerlinks {padding-top:10px;font-size:18px;color:#DDD;text-align:center;}
.footerlinks p {font-size:16px;color:#DDD;text-align:center;}

.footerlinks ul {
	list-style:none;
	margin:0 20px 0 0;
    border-left:1px solid #00a9e1;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}


.footerlinks li { text-align:left;font-size:18px;padding-bottom:10px;}

.footerlinks li a:link, .footerlinks li a:visited {padding-left:7px;color:#DDD;font-size:18px;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks li a:hover, .footerlinks li a:active{padding-left:10px;color:#0465ca;font-size:18px;-webkit-transition:all ease .5s; transition:all ease .5s;}

.footerlinks a:link, .footerlinks a:visited {color:#DDD;font-size:22px;}
.footerlinks a:hover, .footerlinks a:active{color:#0465ca;font-size:22px;}

.login {color:#666;font-size:12px;}
.login li {color:#00a9e1;font-size:12px;}


a.login:link {color:#666; font-size:12px; text-decoration:none;}
a.login:visited {color:#666; font-size:12px; text-decoration:none;}
a.login:active {color:#ad9669; font-size:12px; text-decoration:none;}
a.login:hover {color:#00a9e1; font-size:12px; text-decoration:underline;}

.copyright {font-size: 12px;color: #666;text-align:center;}

a.copyright:visited {color: #666; font-size:12px; text-decoration:none;}
a.copyright:active {color: #666; font-size:12px; text-decoration:none;}
a.copyright:link {color: #666; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #00a9e1; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #666;

}

.wecontrol ul { 

  margin:0;
  padding:0;
}

.wecontrol ul li { 
  display: inline; 
  color: #666; 
  margin:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #666;
}

.wecontrol ul li a:hover {
    color:#ad9669;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .footerlinks ul {
	list-style:none;
	margin:0 20px 0 0;
    border-left:none;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}


.footerlinks li { text-align:center;font-size:18px;padding-bottom:10px;}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

    .welcometext h2 {color:#EEE;font-size:48px;font-weight:600;font-family:var(--font-family-heading);}
    .showcasetext h1 {color:#EEE;font-size:50px;font-weight:600;font-family:var(--font-family-heading);line-height:.9; }
.showcasetext h1 span {color:#EEE;font-size:20px;font-weight:400;font-family:var(--font-family-base);display:inline-block;}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

