/* Glass styling */

.watkins_card {
  	position: relative;
    background: rgba(255,255,255,0.65);
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.9);
    border-left: 2px solid rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgba(0,0,0,0.5);
  	text-align: center;
  	text-shadow: 2px 4px 6px rgba(255,255,255,0.5);
}

.watkins_card a {
  color: var(--bs-green) !important;
  text-decoration: underline !important;
}

.watkins_card a:hover {
  text-decoration: none !important;
}

.watkins_clear {
  clear: both;
  width: 100%;
  height: 1px;
}

.watkins_coupon {
  	border: 2px dashed var(--bs-primary);
}

.glass_card {
  	position: relative;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
  	text-align: center;
}

.watkins_card a, .glass_card a {
  color: white;
  text-decoration: none;
  text-shadow: none;
}

.watkins_card a:hover, .glass_card a:hover {
  color: black;
}

.glass_card:hover {
  border-radius: 50%;
}

.glass_card a {
    color: yellow !important;
}

.bubble_row a, .step_row a, .cost_row a {
    color: var(--bs-green) !important;
}

.bubble_row a:hover, .step_row a:hover, .cost_row a:hover {
    color: var(--bs-primary) !important;
}

.service_bubble {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 14px black;
}

.bubble_inner {
    text-align: justify;
}

.steps_container {
    position: relative;
    margin-bottom: 20px;
}

.word_step {
    color: white;
    font-family: CopperplateGothic;
    margin-top: 10px;
    text-shadow: 1px 2px 4px var(--bs-green);
}

.number {
    font-family: CopperplateGothic;
    color: white;
    text-shadow: 1px 2px 4px var(--bs-green);
    font-size: 4em;
    margin-top: -24px;
}

.step_overall {
    position: relative;
    background-color: var(--bs-primary);
    aspect-ratio: 1;
    width: 140px;
    margin: 0 auto -25% auto;
    z-index: 1000;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.8);
}

.explanation_box {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    width: 100%;
    padding: 75px 15px 15px 15px;
    border-radius: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 14px black;
    text-align: center;
}

.explanation_box_design {
    padding-top: 100px;
}

.cost_container {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    width: 100%;
    border-radius: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 14px black;
    margin-bottom: 20px;
}

.cost_title {
    font-family: CopperplateGothic;
    text-align: center;
    background-color: var(--bs-green);
    border-radius: 8px 8px 0 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: x-large;
}

.cost_explanation {
    padding: 10px 15px 15px 15px !important;
    text-align: center;
}

.cost_explanation a {
    color: var(--bs-primary) !important;
    font-weight: bold !important;
}

.cost_explanation a:hover {
    text-decoration: none !important;
}

/* End of Glass */

.content_glass {
    width: 95%;
    margin: 50px auto;
    padding: 40px;
    background: rgba(255,255,255,0.75);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    color: black;
    text-shadow: 4px 8px 20px white;
    text-align: justify;
}

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Medium devices (phones, tablets, 767px and down) */
@media only screen and (max-width: 767px) {
  
}

/* Large devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {

.step_overall {
    width: 75px;
    float: left;
    margin: 5px;
}

.word_step {
    margin-top: 6px;
    font-size: .9em;
}

.number {
    font-size: 2em;
    margin-top: -20px;
}
  
.explanation_box {
    padding: 15px 15px 15px 90px;
    text-align: left;
}
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}