main {
  width: 100%;
  margin: 0;
  
  /* creates 20% margins on either side */
}

.full-width {
  /* 1/3 of 60% = the 20% margin on either side */
  margin-left: 0;
  margin-right: 0;
}

#div2 {
  background: url(../img/adult-driver.jpg);
  background-size: cover;
  background-color: aliceblue;
  background-repeat: no-repeat;
  max-height: auto;
}

#div3 {
  background: url(../img/car-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

iframe {
    border: 1px solid black;
    width: 100%;
}

.output {
    background: #eee;
}

hr
{
    border: 2px solid #0000e0;
}

hr.medium-gray-hr {
  border: none;
  height: 1px;
  border-top: 1px solid #777777; /* Change the color code to your desired medium gray */
  width: calc(100% - 1in);
  margin: 0 auto;
}


 #toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	background-color: #fa0606;
	border-color: #fa0606;
	z-index:1000;
}

ul {
  line-height: 1.25;
  padding-bottom: 4px;
}

li {
    padding-bottom: 4px;
}


/* Border Colors */

.faq {line-height: 1.6em}



.rounded-green {
outline: 3px solid green; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 25px; 
background-color: white;
}

.rounded-red {
outline: 3px solid #ff0000; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 20px; 
background-color: ffffff;
}

.rounded-black {
outline: 3px solid lime; 
outline-offset: -7px; 
border-radius: 0px; 
padding: 15px; 
background-color: #000;
}

.rounded-grey {
outline: 3px solid grey; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 20px; 
background-color: lightgray;
}

.rounded-lt-blue {
  border: 4px solid #cccccc !important;
  outline-offset: -7px !important;
  border-radius: 0px !important;
  padding: 25px !important;
  background-color: #dcecf4 !important;
}

.rounded-lt-white {
  border: 4px solid #cccccc !important;
  outline-offset: -7px !important;
  border-radius: 0px !important;
  padding: 25px !important;
  background-color: #ffffff !important;
}

.rounded-orange {
  border: 4px solid #D7DBDD !important;
  outline-offset: 0px !important;
  border-radius: 0px !important;
  padding: 25px !important;
  background-color: #FBFCFC !important;
}

.rounded-yellow {
  border: 4px solid #f7f7f7 !important;
  outline-offset: 0px !important;
  border-radius: 0px !important;
  padding: 25px !important;
  background-color: #f5f5dc !important;
}

.rounded-tan {
  border: 4px solid #f7f7f7 !important;
  outline-offset: 0px !important;
  border-radius: 0px !important;
  padding: 25px !important;
  background-color: #dcecf4 !important;
}

.rounded-white {
  outline: 4px solid #000000 !important;
  outline-offset: -3px !important;
  border-radius: 30px !important;
  padding: 25px !important; 
  background-color: #ffffff !important;
  margin-top: +10px;
 }   

/* Pricing & Contact */

.phone { 
font-weight: normal; 
color: #3d98db; 
text-align: center; 
font-size: 200%;
}

 /* Intro Borders */

.options {
border-top: 2px solid black; 

} 

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  background-color: #7EC8E3;
}

p {
  line-height: 1.75;
  font-size: 120%;
}







.custom-page {
  background-color: #7EC8E3 !important;
}

.custom-link {
  color: #0000FF !important;
}





.custom-heading-h1 {
  color: #ffffff !important;
}

.custom-heading-h2,
.custom-heading-h3,
.custom-heading-h4,
.custom-heading-h5,
.custom-heading-h6,
.custom-paragraph,
.custom-list,
.custom-ul,
.custom-ol {
  color: #050A30 !important;
}

.custom-paragraph {
  line-height: 1.75;
  font-size: 120%;
}

ul.list-group li {
    padding-bottom: 10px;
}


/* Default style for small viewport */
.navbar-nav .nav-link {
    font-weight: normal;
}

/* Style for large viewport */
@media (min-width: 992px) { /* Adjust the breakpoint as needed */
    .navbar-nav .nav-link {
        font-weight: bold;
    }
}

.dropdown-menu {
    max-height: calc(100vh - 50px); /* Adjust as needed */
    overflow-y: auto;
}




body.custom-body {
  background-color: #fafbf4 !important;
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

}

body.custom-body-2 {
  background-color: #fa0606 !important;
  overflow-x: hidden;
  font-family: 'Open Sans';

}

a.custom-link {
  color: #0000FF !important;
  text-decoration: none;
}

a.custom-link:hover {
  color: #000C66 !important;
}

h1.custom-heading {
  color: #ffffff !important;
}

h2.custom-heading,
h3.custom-heading,
h4.custom-heading,
h5.custom-heading,
h6.custom-headin,
ul.custom-list,
ol.custom-list,
p.custom-paragraph {
  color: #050A30 !important;
}

  /* darkest */
h2 { color: #12365c; }
h3 { color: #1e4b7a; }


ul.custom-list,
ol.custom-list {
  list-style-type: none;
  padding-left: 1em;
}

p.custom-paragraph {
  line-height: 1.75;
  font-size: 120%;
}


 /* Intro Borders */

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.btn {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 500;
}

.btn-xl {
  font-size: 18px;
  padding: 15px 40px;
}




/* General Styles */

.image-container {
  position: relative;
  height: 50vh; /* Adjust the height as needed */
}

.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}


.image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-color: transparent;
}

.lazy-image {
  position: relative;
  width: 100%;
  height: auto;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.element {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* Button Styles */
.top-button {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s; /* Added transition */
}

.top-button:hover {
  background-color: darkred;
}

/* Scroll Behavior */
html {
  scroll-behavior: smooth;
}

/* Navigation Styles */
#mainNav {
  background-color: transparent;
  transition: background-color 0.3s;
}

#mainNav.navbar-shrink {
  background-color: #212529;
}

#mainNav .navbar-nav .nav-link {
  color: #fff;
  transition: color 0.3s;
}

#mainNav.navbar-shrink .navbar-nav .nav-link {
  color: #000;
}

@media (max-width: 991.98px) {
  #mainNav .navbar-collapse {
    background-color: #212529;
  }

  #mainNav .navbar-nav .dropdown-menu {
    background-color: #212529;
  }
}

#floatingButton {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s; /* Added transition */
}

#floatingButton:hover {
  background-color: darkred;
}

/* Styles for desktop */
.userway-button {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
}

/* Styles for mobile */
@media (max-width: 767px) {
  body .userway-button {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    margin: 0 auto; /* Centers the button horizontally */
    display: block;
  }
}
 
/* From agency custom CSS */

main {
  width: 100%;
  margin: 0;
  
  /* creates 20% margins on either side */
}

.full-width {
  /* 1/3 of 60% = the 20% margin on either side */
  margin-left: 0;
  margin-right: 0;
}

#div2 {
  background: url(../img/adult-driver.jpg);
  background-size: cover;
  background-color: aliceblue;
  background-repeat: no-repeat;
  max-height: auto;
}

#div3 {
  background: url(../img/car-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

iframe {
    border: 1px solid black;
    width: 100%;
}

.output {
    background: #eee;
}

hr
{
    border: 3px solid #00A0F3 !important;
}

 #toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	background-color: #fa0606;
	border-color: #fa0606;
	z-index:1000;
}

/* Border Colors */

.faq {line-height: 1.6em}

.rounded-blue-BACKUP {
outline: 5px solid #cccccc !important; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 30px; 
background-color: #FAFBF4 !important;
}

.rounded-blue {
  max-width: 900px;
  width: 100%;
  margin: 30px auto;
  padding: 30px;
  background-color: #f5f6ec;   /* slightly darker/warmer than #fafbf4 */
  border-radius: 30px;
  outline: 2px solid #d0d0d0;
  outline-offset: -7px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}



.rounded-green {
outline: 3px solid green; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 25px; 
background-color: white;
}

.rounded-red {
outline: 3px solid #ff0000; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 20px; 
background-color: ffffff;
}

.rounded-black {
outline: 3px solid lime; 
outline-offset: -7px; 
border-radius: 0px; 
padding: 15px; 
background-color: #000;
}

.rounded-grey {
outline: 3px solid grey; 
outline-offset: -7px; 
border-radius: 30px; 
padding: 20px; 
background-color: lightgray;
}

/* Pricing & Contact */

.phone { 
font-weight: normal; 
color: #3d98db; 
text-align: center; 
font-size: 200%;
}

 /* Intro Borders */

.options {
border-top: 2px solid black; 

} 

 /* Intro Borders */

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

a {
    color: #0000ff;
    text-decoration: none;
    font-weight: normal; /* Make the font bold */
}

a:hover {
    color: #A7112F;
    font-weight: normal; /* Make the font bold */
}



.btn {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 500;
}

.btn-xl {
  font-size: 18px;
  padding: 15px 40px;
}

/* Primary button base */
.btn-primary {
  background-color: #145da0;       /* solid, slightly softer blue */
  border: 2px solid #0f4a80;       /* darker blue border */
  color: #ffffff;                  /* white text */
  font-weight: 400;                /* normal weight */
}

/* Hover and focus (lighter background, dark text) */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #e6f2ff;       /* light blue */
  border-color: #145da0;           /* keep blue border */
  color: #0f4a80;                  /* dark blue text */
  font-weight: 400;
}

/* Active and keyboard focus ring */
.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important;
  box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important;
  font-weight: 400;
}


/* End agency custom CSS */

/* Begin first agency unpack CSS */

::-moz-selection {
  background: #005A70;
  text-shadow: none;
}

::selection {
  background: #005A70;
  text-shadow: none;
}

img::-moz-selection {
  background: 0 0;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #fb0606;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fb0606;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 75%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #fff;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fb0606;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

#mainNav {
  background-color: #343a40 !important; /* This is the color for .bg-dark in Bootstrap */
}


/* End first agency unpack CSS */

/* Begin agency unpack CSS (masthead) */
header.masthead {
  text-align: center;
  color: aliceblue;
  background-image: url('https://arcadedriversschool.com/img/student-driver-bg-small.webp'); /* Placeholder image */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 175px;
  padding-bottom: 50px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
  margin-bottom: 12px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 25px;
  font-weight: 350;
  line-height: 25px;
  margin-bottom: 12px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 350px;
    padding-bottom: 50px;
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  header.masthead .intro-text .intro-heading {
    font-size: 37px;
    font-weight: 350;
    line-height: 37px;
    margin-bottom: 25px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.service-heading {
  font-weight: 600;
  margin: 15px 0;
  text-transform: none;
}

/* Begin agency unpack CSS (masthead) */

/* Begin agency unpack CSS (custom masthead) */

header.masthead2 {
  text-align: center;
  color: aliceblue;
  background-image: url("../img/car-bg-02.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

header.masthead2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

header.masthead2 .intro-text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
}

header.masthead2 .intro-text .intro-lead-in {
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
  margin-bottom: 50px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead2 .intro-text .intro-heading {
  font-size: 25px;
  font-weight: 350;
  line-height: 25px;
  margin-bottom: 50px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead2 .intro-text {
    padding-top: 175px;
    padding-bottom: 25px;
  }

  header.masthead2 .intro-text .intro-lead-in {
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  header.masthead2 .intro-text .intro-heading {
    font-size: 37px;
    font-weight: 350;
    line-height: 37px;
    margin-bottom: 25px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

@media (max-width: 576px) {
  header.masthead2 {
    height: 25vh;
  }

  header.masthead2 .intro-text {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}

/* End agency unpack CSS (custom masthead) .service heading above in masthead 2 */

/* social media buttons */

.social-media-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-media-icon {
  width: 50px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
}


/* Adjust text */

.left-aligned-list {
  text-align: left;
}


/* Define the marker icon as a background image */
.service-area-list li:before {
  content: "";
  display: inline-block;
  width: 12px; /* Adjust the width and height to match your marker icon size */
  height: 16px;
  background-image: url("../img/marker.png"); /* Replace 'path/to/marker.png' with the actual path to your marker icon image */
  background-size: cover;
  margin-right: 10px; /* Adjust the margin to add spacing between the marker and the text */
  padding-left: 10px; /* Adjust the padding to add spacing between the marker and the text */
}

/* Hide the default bullet points */
.service-area-list {
  list-style-type: none;
}

.service-area-list li {
  line-height: 1.5;
  margin-bottom: 10px;
}

#video-thumbnail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url('https://arcadedriversschool.com/images/trypscore-facade.webp') no-repeat center center;
    background-size: contain;
}

.well {
  max-width: 900px;
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: #f0f2e6;   /* slightly different warm tone */
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.04);
}

/* Global selection color */
::selection {
  background-color: #ffeeba;  /* light warm yellow */
  color: #111111;             /* dark text */
}

/* Optional: Firefox-specific (for best coverage) */
::-moz-selection {
  background-color: #ffeeba;
  color: #111111;
}

.bullet-center {
  list-style-position: inside;
  text-align: center;     /* center the text + bullets */
  padding-left: 0;        /* remove default left padding if needed */
}
