/**** colors: *****
Red: #e5343b;
Light Blue: #b0c2ce;
Blue: #0f4368;
*******************/

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
}
.wrapper {
  margin: 0 auto;
  display: flex;
  max-width: 3840px;
  width: 90%;
  position: relative;
  margin-top: 50px;
  

}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
   border-radius: 50%; 
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  color:#0f4368;
  left: -22px;
}
.wrapper i:last-child{
  color:#0f4368;
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 0px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .card .img {
  background: #0f4368;
  height: 148px;
  width: 148px;
  /** border-radius: 50%; **/
}
.card .img img {
  width: 250px;
  height: 200px;
  /**border-radius: 50%; **/
  border-radius: .3em;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 10px;
  border: solid 1px #ccc;
  object-fit: cover;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 25px 0 5px;
  color: black;
  text-align: center;
  justify-content: center;
}
.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

@media screen and (max-width: 3840px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 6) - 9px);
    }
  }

@media screen and (max-width: 1920px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 5) - 9px);
    }
  }

  @media screen and (max-width: 1520px) {
    .card .img img {
      width: 200px;
      max-height: 200px;
      object-fit:cover;
    }
    .carousel .card h2 {
      font-size: 1.1rem;
    }
  }

  @media screen and (max-width: 1180px) {

    .wrapper .carousel {
      grid-auto-columns: calc((100% / 4) - 9px);
    }

    .card .img img {
      max-width: 170px;
      object-fit:cover;
    }
    .carousel .card h2 {
      font-size: 1.0rem;
    }
  }

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 3) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

.sale{
  background-color: #b0c2ce;
  color: #0f4368;
	border: none;
	padding-top: 1em;
	padding-left: 8%;
  margin-bottom: -2px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
  width: 23em;
  margin-left: 0;
  clip-path: polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,0 100%);
}

.sale2{
  background-color: #b0c2ce;
  color: #0f4368;
	border: none;
	padding-top: 1em;
	padding-left: 8%;
  margin-bottom: -2px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
  width: 28em;
  margin-left: 0;
  clip-path: polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,0 100%);
}

.carousel_bg {

  background-color: #b0c2ce;
  padding-top: 15px;
  padding-bottom: 2em;
}
#c_button_container {
  position:relative;
  width:100%;
  background-color: #b0c2ce;
  padding-bottom: 2em;
}
.c_button {
  position:relative;
  top:0px;
  background-color: #e5343b;
  color: white;
	border: none;
	padding: 15px 32px; 
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
  width: 28em;
  margin-left: 0;
  clip-path: polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,0 100%);
}


/***********************Core Properties*****************************/

header{
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	min-width: 380px;
	height:auto;
	font-family: 'Cagliostro', sans-serif;
  
}
/***********************Navigation Properties*****************************/
nav {
  background-color: #0f4368;
  width: 100%;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Pushes logo to the left and nav links to the right */
  padding: 0 1.5em;
}

nav > ul {
	float: right;
	margin: 0;
	padding-right: 1.5em;
}

nav > ul > li {
	display:inline-block;
	text-align:center;
	margin-top:0.7em;
	padding-top:0.7em;
	color: white;
  font-size: 1.2em;
	
}
nav > ul > li a{
min-width:190px;
}
.nav_element_li:hover{
	margin: 0 auto;
	padding: 0 auto;
}

.logo {
  flex: 1; /* Takes up available space on the left */
  display: flex;
  align-items: center;
  color: white;
  height: 3em;
}

.navbar .logo img.small-logo {
  display: none;
}

.navbar .logo img {
  width: 600px; 
}

/* Default navbar styling */
.navbar nav {
  display: flex;
  align-items: center;
}

/* Hamburger Icon */
.hamburger {
  display: none; /* Hidden by default */
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  margin-left: auto;
  z-index: 3;
}

/* Navigation Links Styling */
.nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* Navigation Links Items */
.nav-links > li {
  display: inline-block;
  text-align: center;
  margin-top: 0.7em;
  padding-top: 0.7em;
  color: white;
  font-size: 1.2em;
  margin-left: .1em; /* Spacing between links */
  min-width: 189px;
}

/* Hide checkbox */
#menu-toggle {
  display: none;
}

/* Hamburger icon */
.hamburger {
  display: none; /* Hidden by default */
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

/* Address Styling */
.address {
  position: absolute;
  top: 5em;
  left: 0px;
  z-index: 2;
  background-color: #b0c2ce;
  width: 30em;
  height: 85px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6em), calc(100% - 6em) 100%, 0 100%);
}
/***********************Link Properties*****************************/
a {
	color: rgb(212, 212, 212);
	text-decoration: none;
}

li > a:hover{
  color: white;
}

a:visited {
	text-decoration: none;
}


/*********************** Feature Image Section ***********************/
.featured-image {
    margin: 0 auto;
    position:relative;
}

.featured-image img {
    display: block;
    height: auto;
	  width: 100%;
	/*opacity: .7;*/
}

/*********************** Text Properties ***********************/
.phone-number {
  color: inherit;
  text-decoration: none;
}
.header_section {
	position: relative;
  margin-bottom: 3em;
}

h1 {
	text-align: center;
	padding-top: 1em;
	font-size: 4em;
	
}

h2 {
	font-style: italic;
	font-size: 2.2em;
	color: white;
  font-weight: bold;
}

h3 {
  font-style: italic;
	font-size: 20px;
	color: #0f4368;
  padding-top:10px;
  padding-left:40px;
  
}
.blue {
	color: #0f4368;
}

.header_section h2 {
	margin: 0 auto;
	padding-top: 1em;
	padding-left: 8%;
	padding-right: 7em;
  	position: absolute;
  	bottom: -2px;
  	left: 0px;
	color: #0f4368;
	background-color: white;
	clip-path: polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,0 100%);
  
}
article{
  margin-bottom:4em;
}
/*********************** Home Page - About ***********************/

.about_wrapper {
  margin: 0 auto;
  display: flex;
  max-width: 3840px;
  width: 100%;
  margin-top: 50px;
  padding-left: 6%;
}

.about{
	width: 100%;
  padding: 30px;
  padding-bottom: 50px;
  background-color: white;
  margin-right: 20px;
  font-size: large;
}

.ucs {
  color: #0f4368;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}
.emphasis {
  display: inline;
  font-weight: bold;
  font-style: italic;
  color: #0f4368;
  font-size: larger;
}
.ensure {
  padding-left: 140px;
}

.carousel .card .sold {
  color: #e5343b;
  font-size: 1.31rem;
}
/*********************** Home Page - Services ***********************/
.corner_cut_container{
  position:relative;
  width:100%;
  background-color: #b0c2ce;
}
.corner_cut {
  position: relative;
  bottom: -2px;
	width: 41em;
	background-color: #0f4368;
	clip-path: polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,0 100%);
  padding-left: 8%;
}

.corner_cut h2 {
	margin: 0 auto;
	padding-top: 1em;
	position: relative;
}

#services {
	background-color: #0f4368;
	width: 100%;
	height: auto;
	text-align: center;
  margin-bottom: 120px;
}

.services_container {
  display: flex;
  justify-content: space-between;
  gap: 2em; 
  padding-bottom: 2em;
}

.column {
  flex: 1;
  text-align: left;
}

.column h3 {
  margin: 0.5em 0;
  padding-left: 70px;
}
.services_container h3 {
  font-size: 25px;
  color:#fff;
}
.s_image {
  margin-top: 10px;
  width: 90%;
  border-radius: .3em;
  margin-left: 10%;
}


/*********************** Services Page***********************/
.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-columns {
  display: flex;
  flex-direction: column;
  flex: 1; /* Make it take up available space */
}

.container-left,
.container-right {
  display: flex;
  width: 100%; /* Adjust width as needed */
  align-items: center;
  justify-content: flex-start; /* Keep image and text close together */
  padding-bottom: 0px;
}

.container-left {
  flex-direction: row-reverse; /* Image on the left, text on the right */
}

/* Each service block */
.container-right {
  display: flex;
  margin-bottom: 0px;
}

.service_image {
  margin-left: 20%;
  max-width: 475px;
}

.c-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-column h3 {
  margin: 10px 0; /* Add space between each h3 tag */
  margin-left: 0;
  font-size: 30px;
  font-style: normal;
}

.s_button {
  position: relative;
  top: 33px;
  left: 25%;
  background-color: #0f4368;
  color: white;
  border: none;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  width: 70em;
  padding-left: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6em 100%, 0 calc(100% - 6em));
  float: right;
}

.schedule {
  flex: 0 0 500px; /* Fixed width on larger screens */
  margin-left: 20px;
  margin-right: 5%;
}
.schedule h3 {
  text-align: center;
}
.schedule .c-column {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Vertically center day and time */
  padding: 5px 0;
  flex-direction: row; /* Ensure day and time are in a row */
}

.day {
  flex: 1; /* Allows the day to take up available space */
  text-align: left;
}

.time {
  flex: 1; /* Allows the time to take up available space */
  text-align: right;
}

.c-column {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}






/***********************Used Cars Page*****************************/


.cars {
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 0 4px;

}

.car_card {
  margin: 0 auto;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right:2em;
  text-align: center;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eee;
  padding: 0;
  border-radius: .3em;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 10px;
  border: solid 1px #ccc;
  flex-wrap: wrap;
}

.car_card img {
  margin: 0 auto;
  display: block; 
  width:350px;
  height: 350px;
}

.cars h4 {
  padding-top: 1em;
  font-size: 1em;
}

.car_desc {
  display: block;
  width: 100%;
}
#form {
  padding-top: 50px;
  padding-bottom: 50px;
}
#form_container{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: #b0c2ce;
  padding-top: 50px;
  
}

#form-text {
  text-align: left;
  padding-left: 8%;
  color:#0f4368;
}


.field {
  margin-bottom: 10px;
}

.field label {
  display: block;
  font-size: 12px;
  color: #0f4368;
}

.field input {
  display: block;
  min-width: 250px;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 auto;
}

input[type="submit"] {
  margin: 0 auto;
  display: block;
  padding: 6px 30px;
  font-size: 14px;
  background-color: #0f4368;
  color: #fff;
  border: none
}

.redirect {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.contact_button{
  background-color: #0f4368;
	border: none;
  border-radius: .3em;
	color: rgb(255, 255, 255);
	padding: 10px 32px; 
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	display: inline-block;
  margin: auto;
	cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 6px 10px;
}

/***********************Used Car Page - Carousel Cards*****************************/


.card-container {
  display: flex;
  justify-content: center;
  gap: 40px; /* Space between cards */
  flex-wrap: wrap; /* Allows wrapping of cards if there's not enough space */
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 70px;
}

.car_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-width: 380px;
  max-width: 500px;
  margin: 10px;
}

.card-info {
  padding: 20px;
  text-align: left;
  min-height:230px;
}

.car_carousel {
  position: relative;
  overflow: hidden;
  min-width: 380px;
  max-width: 500px;
  height: 500px;
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  max-width: none;
 
}

.carousel-slide img {
  width: 100%;
  height: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
.sold-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Cover the entire width of the carousel */
  height: 100%; /* Cover the entire height of the carousel */
  object-fit: cover; /* Ensure the image scales to cover the entire area */
  z-index: 3; /* Increase z-index to ensure it appears above all elements */
  pointer-events: none; /* Allow interaction with the carousel buttons */
  opacity: 0.9; /* Optional: Add opacity if you want the images to be slightly visible behind the "SOLD" image */
}

.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(15, 67, 104, 0.8);
}


/* The circles or bullets indicators */

/**** colors: *****
Red: #e5343b;
Light Blue: #b0c2ce;
Blue: #0f4368;
*******************/


.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background: #0f4368;
  opacity: 0.3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background: #0f4368;
  opacity: 1;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

/***********************Services Page*****************************/
#services_page h2{
  color:#0f4368;
  padding-left:10%;
} 
.services_button{
  background-color: #b0c2ce;
	border: none;
  border-radius: .3em;
	color: black;
	padding: 10px 32px; 
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 25px 2px 15px;
	cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 6px 10px;
}

/***********************Contact Page*****************************/


.info {
  text-align: center;
  padding-bottom: 5em;
}

hr {
  margin: 0 auto;
  margin-bottom: 2em;
  width: 80%;
}

.map-and-info {
  display: flex;
  align-items: flex-start;
  width: 80%; /* Adjust the width as needed */
  margin: 0 auto; /* Centers the container horizontally */
  flex-wrap: wrap; /* Allows wrapping of content on smaller screens */
  box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

.map-and-info iframe,
.map-and-info .elfsight-app-86a992da-4455-4de3-91e1-88e2f023b424 {
  flex: 1;
  margin-right: 20px;
  box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

/* Remove margin from the last item */
.map-and-info .elfsight-app-86a992da-4455-4de3-91e1-88e2f023b424 {
  margin-right: 0;
}


/************ Language Switch ***********/

/**** colors: *****
Red: #e5343b;
Light Blue: #b0c2ce;
Blue: #0f4368;
*******************/






.switch_container {
  display: flex;
  align-items: center;
  direction: rtl;
  position: absolute;
  top: 6.5em;
  right: -105px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 3em solid #b0c2ce;
  border-left: 3em solid transparent;
  margin-right: 0;
  order: 1;
}

.switch_bar {
  background-color: #b0c2ce;
  width: 10em;
  height: 3em;
}


.switch {
  position: relative;
  display: inline-block;
  margin: 5px 30px 2px 20px;
  
}

.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #0f4368;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #0f4368;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}



.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #0f4368;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #0f4368;
  -webkit-moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius:30px;
  border-radius: 30px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
/***********************Footer Properties*****************************/

.footer {
  
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  text-align: center;
  clear: both;
  background-color: #0f4368;
  color: #b0c2ce;
}

.footer p {
  margin-bottom: 10px;
}
.footer-content {
  justify-content: space-between;
}

.footer h2 {
  margin-bottom: 10px; /* Add some space between the h2 and the p tags */
}



.footer-columns {
  display: flex;
  justify-content: center; /* Center the columns horizontally */
  gap: 100px; /* Space between columns */
  margin-top: 20px; /* Space between the footer-content and columns */
  width: 80%; /* Adjust the width of the columns container */
  margin-left: auto;
  margin-right: auto; /* Center the entire .footer-columns container */
}

.column {
  flex: 1; /* Equal width columns */
  padding: 20px;
}

.column h3 {
  color: white;
  padding:0;
  
}
/* Align content to the left for the left column */
.left {
  text-align: right;
  display: inline-block;
}

/* Align content to the right for the right column */
.right {
  text-align: left;
  display: inline-block;
  padding-left: 10%;
 
}



/******************** Screen Size Adjustments ************************/

@media only screen and (min-width: 1900px) {

  .sale2{
    width: 32em;
  }


}
/* Media query for smaller screens */

@media screen and (max-width: 1735px) {

  .service_image {
    margin-left: 0;
  }

  .c-column h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1560px) {
  .navbar .logo img {
    width: 380px; 
  }
}
@media screen and (max-width: 1155px) {
  .navbar .logo img.large-logo {
    display: none;
  }

  .s_button {
    width: 50em;
    padding-left: 150px;
  }
  
  .navbar .logo img.small-logo {
    display: block;
    width: 170px; /* You can adjust this as needed */
    height: auto;
  }

  .nav-links > li {
    font-size: 1em;
    margin-left: 0em; /* Spacing between links */
    min-width: 165px;
  }
}

@media screen and (max-width: 825px) {
  
  .navbar .logo img.large-logo {
    margin-left: -50px;
    display: block;
    width: 380px;
  }
  

  .navbar .logo img.small-logo {
    display: none;
  }
  .map-and-info {
    flex-direction: column; /* Stack the items vertically */
  }

  body {
    overflow-x: hidden;
  }

  .map-and-info iframe,
  .map-and-info .elfsight-app-86a992da-4455-4de3-91e1-88e2f023b424 {
    flex: none; /* Reset flex property */
    width: 100%; /* Make both elements take up full width */
    margin-right: 0; /* Remove margin */
    margin-bottom: 20px; /* Add some space between the stacked items */
  }
   /*********************** Main Page ********************/
  .header_section h2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
      position: relative;
    color: #0f4368;
    background-color: white;
    clip-path: none; 
    font-size: 29px;
  }
  .banner_image {
    padding-top: 30px;
  }

.nav-links {
  display: none; /* Hide links by default */
  flex-direction: column;
  position: absolute;
  top: 50px; /* Adjust this based on your header height */
  right: 0;
  background-color: #b0c2ce;
  width: 30%;
  padding-bottom: 20px;
  width: 230px;
  z-index: 4;
  border: solid white;
  text-align: left;
}
.nav-links li a{
  color: #0f4368;
  width: 100%;
}
.nav-links a:hover{
  color: white;
  background-color: #0f4368;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 5%;
  padding-bottom: 5%;
}

/* Show hamburger icon */
.hamburger {
  position: relative;
  display: block;
  left: 90%;
  color:white;
}

/* Show menu when hamburger is clicked */
#menu-toggle:checked + .hamburger + .logo + .nav-links {
  display: flex;
}

/** Address bar **/
.address {
  width:fit-content;
  height:fit-content;
  width: 100%;
  clip-path: none;
  
}

.address h3 {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  
}
/** Language Switch **/
.switch_container {
  height: 40px;
  top: 165px;
  width: 160px;
  z-index: 3;
}
.switch_bar {
  height: 43px;
}

.triangle {
  border-top: 43px solid #b0c2ce;
}
.banner_image {
  margin-top: 33px;
}

/*********************** Index Page ********************/
.about {
  padding-top: 0;
}
.ensure {
  padding-left: 10px;
  padding-top: 10px;
}

.s_image {
  width: 100%;
}

.corner_cut {
  clip-path: none;
  width: 100%;
  text-align: center;
}

.services_container {
  display: flex;
  flex-direction: column; /* Stack the columns vertically */
  align-items: center; /* Center-align the content */
}

.column {
  width: 100%; /* Make each column take up the full width */
  text-align: center; /* Center the text */
  margin-bottom: 20px; /* Add some spacing between the columns */
}

.column.m_left {
  text-align: left !important;
  margin-left: 10%;
}

.s_image {
  max-width: 90%; /* Adjust the image size for mobile view */
  height: auto;
  margin: 0 auto;
}
.c_button {
  padding-left: 0%;
  width: 400px;
  padding-right: 60px;
}

.s_button {
  width: 550px;
  text-align: left;
  margin-right: 100px;
}
.footer-columns {
  gap: 0px; /* Space between columns */
}

.sale2 {
  font-size: 22px;
  clip-path: none;
  width: 100%;
  text-align: center;
}



/*********************** Services Page ********************/
.container-right {
  display: flex;
  flex-direction: column; 
  align-items: center;
  text-align: center;
}

.c-column {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center; /* Ensure everything centers */
}

.c-column img {
  justify-content: center;
  width: 100%; /* Ensure images take full width */
}


  /* Reduce vertical spacing between h3 tags */
  .c-column h3 {
    
    margin: 0 auto;
    font-size: 20px;
    width: 100%;
    padding: 0;
  }
  
  .schedule {
    flex: 1 0 100%; 
    padding-left: 10%; 
    padding-right: 10%; 
    margin-top: 20px; 
  }
  .schedule h3 {
    text-align: left;
  }

  article{
    margin-bottom:4em;
  }
}
@media screen and (max-width: 500px) {
  .navbar .logo img.large-logo {
  width: 290px;
  }
}
/* Responsive layout for mobile view */
@media (max-width: 600px) {
  .footer-content {
      flex-direction: column;  /* Stack the p tags vertically */
  }

  .column.m_left {
    text-align: left !important;
    margin-left: 2%;
    font-size: 30px;
  }

  .column.m_left h3 {
    font-size: 17px;
  }


  .footer-content p {
      width: 80%;
      text-align: center;
      margin-bottom: 10px;  /* Add space between the p tags */
  }

  .footer-columns {
      flex-direction: column; /* Stack columns vertically */
  }

  .column {
      margin-bottom: 10px; /* Add space between stacked columns */
  }

  .s_button {
    font-size: 14px;
    width: 400px;
    padding-right: 20px;
    padding-left: 120px;
  }
}
/* Keep phone number clickable and control styling on iphone */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  -webkit-text-fill-color: inherit; /* Prevent Safari from overriding color */
}