html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #faecec;
  overflow-x: hidden;
}

.gallery-head {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  font-family: "Indie Flower", cursive, sans-serif;
  font-weight: bold;
  color: #37b24a;
}

h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #fa4e82;
}

#caption {
  font-family: "Comic Sans MS", cursive, sans-serif;
  margin-top: 10px;
  font-size: 25px;
  color: #fa4e82;
}

p {
  font-family: "Chilanka";
  font-size: 22px;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 15px;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container2 {
  position: relative;
  width: 80%;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

.form-container {
  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: 40px;
  padding: 16px;
  margin-top: -50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumbnail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Styling the body */
body {
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
  color: #000000;
}

/* Add spacing between sections */
.navbar {
  margin-bottom: 20px; /* Add margin below the navbar */
}

.list {
  font-family: "Chilanka";
}

.main-intro {
  margin-bottom: 40px; /* Add margin below the main intro section */
}

.container-f {
  margin-bottom: 40px; /* Add margin below all containers */
}

.review-section {
  margin-bottom: 40px; /* Add margin below the review section */
}

#contact-form {
  margin-bottom: 40px; /* Add margin below the contact form */
}

.contact-head {
  width: 77%;
  margin: auto;
}

.footer {
  margin-top: 40px; /* Add margin above the footer */
}

.review-section {
  text-align: center; /* Center the text inside review section */
}

.review {
  display: inline-block; /* Display reviews in a line */
  text-align: left; /* Align text within reviews to the left */
  margin: 20px; /* Add some margin for spacing */
}

.main-intro {
  background-image: url(../images/heroImage.jpeg);
  background-size: cover;
  height: 90vh;
  margin-top: -20px;
}

.main-intro .maintext {
  font-size: 27px;
  color: #000000;
  margin-top: 13%;
}

.max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
}

.navbar {
  background-color: #f0e9e9;
  width: 100%;
  height: 80px;
  position: sticky;
  z-index: 999;
  top: 0;
}
.navbar-brand {
  margin-left: 20px;
  font-size: 30px;
}

.navbar-brand img {
  width: 90px;
}

.navbar .betseylogoo img {
  max-height: 60px;
  padding-right: 10%; /* Set maximum height for the logo */
  max-width: 150px; /* Set maximum width for the logo */
  vertical-align: middle; /* Align the logo vertically */
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-intro .maintext {
  font-size: 27px;
  color: #000000;
  text-align: center;
}

.main-intro .maintext h1,
.main-intro .maintext p,
.main-intro .maintext a.btn {
  margin: 20px; /* Add some margin for better spacing */
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  display: inline-block;
  margin-right: 10px;
}

.navbar a {
  font-family: "Comic Sans MS", cursive, sans-serif;
  text-emphasis-color: #000;
  text-decoration: none;
}

.navbar a:hover {
  text-decoration: underline;
}

.contact {
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.container3 {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.container-f {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.container a {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.form-container h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #fa4e82;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px; /* Space between header and form */
}

/* Set all buttons to the same color */
button,
input[type="button"],
input[type="submit"],
.btn-primary {
  background-color: #ff6600; /* Bright orange color */
  border-color: #ff6600; /* Match border color with background */
  color: #fff; /* Text color */
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn-primary:hover {
  background-color: #cc5200; /* Darker orange on hover */
  border-color: #cc5200; /* Match border color on hover */
}

/* Style the form container */
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensures the container takes the full viewport height */
}

form {
  box-align: center;
  width: 100%;
  max-width: 1200px; /* Increase max-width to make the form larger */
  padding: 60px;
  text-align: center;
  /* Increase padding to make the form taller */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 15px;
  margin: 20px 0; /* Increase margin to add more space between fields */
  border: 1px solid #ccc;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  height: 200px; /* Increase the height of the textarea */
  resize: none;
}

input[type="submit"] {
  width: 50%; /* Make the submit button smaller */
  padding: 15px;
  margin: 20px auto; /* Center the button and add space above */
  display: block; /* Make the button a block element */
  border: none;
  border-radius: 25px;
  background-color: #28a745;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #cc5200;
}

#services .card {
  min-height: 650px;
  border: 3px solid #28a745; /* Green border */
  border-radius: 20px; /* Rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow */
}

footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}

.footer-container {
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer-info {
  width: 75%;
  margin: auto;
  margin-bottom: 20px;
}

.footer-info p {
  margin: 5px 0;
  text-align: left;
  font-size: 20px;
}

.footer-info a {
  color: #007bff;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-map img {
  border: 1px solid #000000;
  border-radius: 4px;
}

.footer-social {
  display: inline-flex;
  width: 100%;
  margin: auto;
  justify-content: space-evenly;
}

.footer-social a {
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

.footer-social a:hover {
  color: #007bff;
}

.footer-left {
  display: block;
  margin: auto;
  width: 50%;
}

.footer-right {
  width: 50%;
}

.info-title {
  text-decoration: underline;
}

.footer-right img {
  width: 600px;
  margin: auto;
}

@media (max-width: 768px) {
  .main-intro {
    background: #c79d9d(0, 255, 242, 1);
    background-size: cover;
    height: 90vh;
    margin-top: -20px;
  }
}

/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/

@media (max-width: 426px) {
  body {
    background-color: #faecec;
    overflow-x: hidden;
  }

  h1 {
    font-family: "Indie Flower", cursive, sans-serif;
    font-weight: bold;
    color: #37b24a;
  }

  h2 {
    font-family: "Comic Sans MS", cursive, sans-serif;
    color: #fa4e82;
    font-size: 30px;
  }

  #navbarSupportedContent {
    margin-top: 10px;
  }

  #caption {
    font-family: "Comic Sans MS", cursive, sans-serif;
    margin-top: 10px;
    font-size: 18px;
    color: #fa4e82;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  p {
    font-family: "Chilanka";
    font-size: 25px;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  * {
    box-sizing: border-box;
  }

  img {
    vertical-align: middle;
  }

  /* Position the image container (needed to position the left and right arrows) */
  .container2 {
    position: relative;
    width: 80%;
    margin: auto;
  }

  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }

  .gallery-head {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 40px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }

  .row1 {
    display: none;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }

  /* Add a transparency effect for thumbnail images */
  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  /* Styling the body */
  body {
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    color: #000000;
  }

  /* Add spacing between sections */
  .navbar {
    margin-bottom: 20px; /* Add margin below the navbar */
  }

  .navbar-brand {
    margin-left: 5px;
    font-size: 15px;
  }

  .navbar-brand img {
    width: 40px;
  }

  .navbar-nav {
    width: 100%;
    display: inline-block;
  }

  .main-intro {
    margin-bottom: 40px; /* Add margin below the main intro section */
  }

  .container-f {
    margin-bottom: 40px; /* Add margin below all containers */
  }

  .review-section {
    margin-bottom: 40px; /* Add margin below the review section */
  }

  #contact-form {
    margin-bottom: 40px; /* Add margin below the contact form */
  }

  .contact-head {
    width: 80%;
    margin: auto;
  }

  .footer {
    margin-top: 40px; /* Add margin above the footer */
  }

  .review-section {
    text-align: center; /* Center the text inside review section */
  }

  .review {
    display: inline-block; /* Display reviews in a line */
    text-align: left; /* Align text within reviews to the left */
    margin: 20px; /* Add some margin for spacing */
  }

  .main-intro {
    background-color: white;
    background-size: cover;
    height: 90vh;
    margin-top: -20px;
  }

  .main-intro .maintext {
    font-size: 22px;
    color: #000000;
    margin-top: 7%;
    text-align: center;
  }

  .main-intro .maintext img {
    height: 150px;
  }

  .max-width {
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
  }

  .navbar {
    background-color: #f0e9e9;
    width: 100%;
    height: 80px;
    position: sticky;
    z-index: 999;
    top: 0;
  }

  .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 15px;
  }

  .navbar .betseylogoo img {
    max-height: 60px;
    padding-right: 10%; /* Set maximum height for the logo */
    width: 150px; /* Set maximum width for the logo */
    vertical-align: middle; /* Align the logo vertically */
  }

  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-intro .maintext h1,
  .main-intro .maintext p,
  .main-intro .maintext a.btn {
    margin: 20px; /* Add some margin for better spacing */
  }

  .navbar ul {
    width: 70%;
    list-style-type: circle;
    margin-left: 30%;
    padding: 0;
    text-align: right;
  }

  .navbar li {
    display: inline-block;
    margin-top: -25px;
    margin-right: 0px;
    font-size: 12px;
  }

  .navbar a {
    font-family: "Comic Sans MS", cursive, sans-serif;
    text-emphasis-color: #000;
    text-decoration: none;
  }

  .navbar a:hover {
    text-decoration: none;
  }

  .navbar a::after {
    text-decoration: none;
  }

  .contact {
    font-family: "Comic Sans MS", cursive, sans-serif;
  }

  #about {
    font-size: 18px;
  }

  .container3 {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }

  .container-f {
    width: 90%;
    margin: auto;
    padding: 20px;
    display: block;
  }

  .container a {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }

  /* Set all buttons to the same color */
  button,
  input[type="button"],
  input[type="submit"],
  .btn-primary {
    background-color: #ff6600; /* Bright orange color */
    border-color: #ff6600; /* Match border color with background */
    color: #fff; /* Text color */
  }

  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .btn-primary:hover {
    background-color: #cc5200; /* Darker orange on hover */
    border-color: #cc5200; /* Match border color on hover */
  }

  /* Style the form container */
  .form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Ensures the container takes the full viewport height */
  }

  form {
    box-align: center;
    width: 100%;
    max-width: 1200px; /* Increase max-width to make the form larger */
    padding: 20px;
    text-align: center;
    /* Increase padding to make the form taller */
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 15px;
    margin: 20px 0; /* Increase margin to add more space between fields */
    border: 1px solid #ccc;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
  }

  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  textarea::placeholder {
    color: #999;
  }

  textarea {
    height: 200px; /* Increase the height of the textarea */
    resize: none;
  }

  input[type="submit"] {
    width: 50%; /* Make the submit button smaller */
    padding: 15px;
    margin: 20px auto; /* Center the button and add space above */
    display: block; /* Make the button a block element */
    border: none;
    border-radius: 25px;
    background-color: #28a745;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
  }

  input[type="submit"]:hover {
    background-color: #cc5200;
  }

  .service-head {
    margin-bottom: -55px;
  }

  #services .card {
    min-height: 250px;
    margin-top: 50px;
    border: 3px solid #28a745; /* Green border */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow */
  }

  footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
  }

  .footer-container {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .footer-info {
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
  }

  .footer-info p {
    margin: 5px 0;
    text-align: left;
  }

  .footer-info a {
    color: #007bff;
    text-decoration: none;
  }

  .footer-info a:hover {
    text-decoration: underline;
  }

  .footer-map img {
    border: 1px solid #000000;
    border-radius: 4px;
  }

  .footer-social {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
  }

  .footer-social a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
  }

  .footer-social a:first-child {
    margin-right: 0px;
  }

  .footer-social a:nth-child(2) {
    margin-right: 0px;
  }

  .footer-social a:hover {
    color: #007bff;
  }

  .footer-left {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-right img {
    width: 250px;
    margin: auto;
  }
}

/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/

@media (max-width: 316px) {
  body {
    background-color: #faecec;
    overflow-x: hidden;
  }

  h1 {
    font-family: "Indie Flower", cursive, sans-serif;
    font-weight: bold;
    color: #37b24a;
  }

  h2 {
    font-family: "Comic Sans MS", cursive, sans-serif;
    color: #fa4e82;
    font-size: 30px;
  }

  #navbarSupportedContent {
    margin-top: 10px;
  }

  #caption {
    font-family: "Comic Sans MS", cursive, sans-serif;
    margin-top: 10px;
    font-size: 18px;
    color: #fa4e82;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  p {
    font-family: "Chilanka";
    font-size: 25px;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  * {
    box-sizing: border-box;
  }

  img {
    vertical-align: middle;
  }

  /* Position the image container (needed to position the left and right arrows) */
  .container2 {
    position: relative;
    width: 80%;
    margin: auto;
  }

  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }

  .gallery-head {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 40px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }

  .row1 {
    display: none;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }

  /* Add a transparency effect for thumbnail images */
  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  /* Styling the body */
  body {
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    color: #000000;
  }

  /* Add spacing between sections */
  .navbar {
    margin-bottom: 20px; /* Add margin below the navbar */
  }

  .navbar-brand {
    margin-left: 5px;
    font-size: 13px;
  }

  .navbar-brand img {
    width: 25px;
  }

  .navbar-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    display: block;
  }

  .main-intro {
    margin-bottom: 40px; /* Add margin below the main intro section */
  }

  .container-f {
    margin-bottom: 40px; /* Add margin below all containers */
  }

  .review-section {
    margin-bottom: 40px; /* Add margin below the review section */
  }

  #contact-form {
    margin-bottom: 40px; /* Add margin below the contact form */
  }

  .contact-head {
    width: 80%;
    margin: auto;
  }

  .footer {
    margin-top: 40px; /* Add margin above the footer */
  }

  .review-section {
    text-align: center; /* Center the text inside review section */
  }

  .review {
    display: inline-block; /* Display reviews in a line */
    text-align: left; /* Align text within reviews to the left */
    margin: 20px; /* Add some margin for spacing */
  }

  .main-intro {
    background-color: white;
    background-size: cover;
    height: 70vh;
    margin-top: -20px;
  }

  .main-intro .maintext {
    font-size: 16px;
    color: #000000;
    margin-top: 7%;
    text-align: center;
  }

  .main-intro .maintext img {
    height: 100px;
  }

  .max-width {
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
  }

  .navbar {
    background-color: #f0e9e9;
    width: 100%;
    height: 80px;
    position: sticky;
    z-index: 999;
    top: 0;
  }

  .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 15px;
  }

  .navbar .betseylogoo img {
    max-height: 60px;
    padding-right: 10%; /* Set maximum height for the logo */
    width: 150px; /* Set maximum width for the logo */
    vertical-align: middle; /* Align the logo vertically */
  }

  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-intro .maintext h1,
  .main-intro .maintext p,
  .main-intro .maintext a.btn {
    margin: 20px; /* Add some margin for better spacing */
  }

  .navbar ul {
    margin-top: -10px;
    display: block;
    width: 40%;
    padding: 0;
    text-align: right;
  }

  .navbar li {
    margin-top: 0;
    margin-right: 0px;
    font-size: 10px;
  }

  .navbar a {
    font-family: "Comic Sans MS", cursive, sans-serif;
    text-emphasis-color: #000;
    text-decoration: none;
  }

  .navbar a:hover {
    text-decoration: none;
  }

  .navbar a::after {
    text-decoration: none;
  }

  .contact {
    font-family: "Comic Sans MS", cursive, sans-serif;
  }

  #about {
    font-size: 15px;
  }

  .container3 {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }

  .container3 h2 {
    font-size: 25px;
  }

  .container-f {
    width: 90%;
    margin: auto;
    padding: 20px;
    display: block;
  }

  .container a {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }

  /* Set all buttons to the same color */
  button,
  input[type="button"],
  input[type="submit"],
  .btn-primary {
    background-color: #ff6600; /* Bright orange color */
    border-color: #ff6600; /* Match border color with background */
    color: #fff; /* Text color */
  }

  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .btn-primary:hover {
    background-color: #cc5200; /* Darker orange on hover */
    border-color: #cc5200; /* Match border color on hover */
  }

  /* Style the form container */
  .form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Ensures the container takes the full viewport height */
  }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 14px 20px;
  margin: 15px 0;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

input[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #218838;
}

  footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
  }

  .footer-container {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .footer-info {
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
  }

  .footer-info p {
    font-size: 16px;
    margin: 5px 0;
    text-align: left;
  }

  .footer-info a {
    color: #007bff;
    text-decoration: none;
  }

  .footer-info a:hover {
    text-decoration: underline;
  }

  .footer-map img {
    border: 1px solid #000000;
    border-radius: 4px;
  }

  .footer-social {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
  }

  .footer-social a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
  }

  .footer-social a:first-child {
    margin-right: 0px;
  }

  .footer-social a:nth-child(2) {
    margin-right: 0px;
  }

  .footer-social a:hover {
    color: #007bff;
  }

  .footer-left {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-right img {
    width: 250px;
    margin: auto;
  }
}
