html {
  background-color: #374452;
  font-family: "Microsoft YaHei", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.top-section {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  background-color: #212a31;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.left-section {
  float: left;
  margin-right: 30px;
}

.left-section img {
  width: 250px;
  margin-left: 10px;
}

.dropbtn {
  background-color: #212a31;
  color: #eee;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropbtn .language-icon {
  width: 20px;
  filter: invert(100%);
}

.dropbtn:hover, .dropbtn:focus {
  color: #ffd700; /* yellow */
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  color: black;
}

.navdrop {
  width: 100%;
}

.dropdown-content button {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: 1px solid lightgray;
  align-items: center;
  width: 100%;
}

#languageSelector button {
  display: flex;
  align-items: center;
}

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

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 101;
  border: 1px solid lightgray;
  align-items: center;
}

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

#languageSelector a {
  display: flex;
  align-items: center;
}

.flag-link {
  display: flex;
  align-items: center;
  color: black;
}

.flags {
  width: 35px;
  height: auto;
  margin-right: 10px; /* Add margin to the right of the image */
}

.navdrop a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown .norights:hover {
  background-color: #161c21;
}

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

.dropbtn .caret-down {
  transition: transform 0.1s linear; /* Apply transition to the transform property */
  width: 12px;
  filter: invert(100%);
  align-items: center;
}

.dropbtn:focus .caret-down {
  transform: rotate(-180deg); /* Rotate the caret icon when button is focused */
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.show {
  display: block;
}

.right-section {
  font-size: 25px;
  margin-right: 50px;
  margin-top: 10px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.right-section img {
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  color: black;
  border: 2px solid black;
  border-radius: 5px;
  width: 25px;
  transition: background-color 0.3s;
}

.right-section img:hover {
  background-color: rgb(201, 200, 200);
}

.right-section img:active {
  background-color: grey;
  box-shadow: none;
}

.lower-nav {
  margin: 60px 0;
  width: 100%;
  padding: 0;
  list-style-type: none;
  background-color: #212a31;
  display: flex;
  position: fixed;
  z-index: 2;
}

.lower-nav li {
  flex-grow: 1;
}

.lower-nav li a {
  display: block;
  color: #eee;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.lower-nav li a:hover {
  color: #ffd700; /* yellow */
  background-color: #161c21;
}

.footerr {
  background-color: #212a31;
  color: #FFFFFF;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allow content to wrap if needed */
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 0 0 calc(22% - 20px); /* Each column takes up 25% width with spacing */
  margin: 28px; /* Margin around each column */
}

.footer-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}

.footer-link {
  color: #eee;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.footer-link:hover {
  color: #ffd700;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-bottom a {
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 16px;
  color: #eee;
  background-color: #14AE5C;
  border: none;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center; /* Horizontally center items */
  align-items: center; /* Vertically center items */
}

.footer-bottom a img {
  height: 24px;
  filter: invert(100%);
  margin-right: 10px;
}

.footer-bottom a:hover {
  background-color: #12a155;
}

.copyright {
  text-align: center;
  padding: 20px;
  background-color: #374452;
  color: rgba(255, 255, 255, 0.8);
}

.hidden {
  display: none !important;
}

.hamburger{
  visibility: hidden;
}

.right-ham-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ham-section,
.right-section {
    display: flex;
    align-items: center;
}


.hamburger {
  font-size: 25px;
  margin-right: 50px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.hamburger img {
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  color: black;
  border: 2px solid black;
  border-radius: 5px;
  width: 25px;
  transition: background-color 0.3s;
}

.hamburger img:hover {
  background-color: rgb(201, 200, 200);
}

.hamburger img:active {
  background-color: grey;
  box-shadow: none;
}

.menu {
  position: absolute;
  top: 120px; /* Adjust as needed */
  left: 0;
  padding: 0 0;
}

.menu a {
  display: block;
  border-bottom: 1px solid gray;
  color: #333;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.menu a:hover {
  background-color: #f0f0f0;
}

/* General styles for mobile devices */
@media (max-width: 768px) {
  .hamburger{
    visibility: visible;
  }

  .top-section {
      flex-direction: column;
      padding: 5px;
      width: 100%;
  }

  .left-section {
      margin-right: 0;
      display: flex;
      justify-content: flex-end;
  }

  .left-section img {
    width: 180px;
    margin-right: 10px;
  }

  .dropdown {
      width: 100%;
      text-align: left;
  }

  .dropbtn {
      width: 100%;
      padding: 5px;
      font-size: 14px;
  }

  .right-section {
      margin: 5px 20px;
      display: flex;
      align-items: flex-start;
  }

  /* .right-section .cont{
    right: 0;
  } */


  /* .hamburger {
    
  } */

  .lower-nav {
      display: none;
  }

  .footer-columns {
      padding: 0 50px;
      flex-direction: column;
      align-items: flex-start;
  }

  .footer-column {
      flex: 0 0 90%; /* Each column takes up 90% width */
      margin: 10px 0;
  }
}

.Section_12{
        background-color: rgb(47, 56, 67);
        width: 100%;
        padding: 20px 0;
    }

    .Section_12 .body{
        display: grid;
        grid-template-columns: auto auto auto;
        position: relative;
        max-width: 1000px;
        margin: 0 auto

    }

    @media screen and (max-width: 1400px) {
        .Section_12 .body {
            max-width: 80%;
        }
    }

    .Section_12 .body .map{
        grid-column: span 1;
    }

    .Section_12 .body .Contact_Us{
        grid-column: span 1;
        padding: 0 20px;
    }

    .Section_12 .body .Contact_Us .title h1{
        color: white;
        margin-block-start: unset;
        margin-block-end: unset;
    }

    .Section_12 .body .Contact_Us .title span{
        font-size: 20px;
        color: gray;
    }

    .Section_12 .body .Contact_Us .detail img{
        width: 40px;
        object-fit: cover;
        background-color: white;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .Section_12 .body .Contact_Us .detail a{
        color: white;
        margin-left: 20px;
        font-size: 16px;
    }

    iframe {
        border-radius: 5px;
    }

    .Section_12 .body .Contact_Us .detail div{margin-top: 20px;}

    .Section_12 .body .Contact_Us .detail .whatsapp,
    .Section_12 .body .Contact_Us .detail .facebook,
    .Section_12 .body .Contact_Us .detail .email_1,
    .Section_12 .body .Contact_Us .detail .email_2{
        display: flex;
        align-items: center;
    }

    @media screen and (max-width:1100px) {
        .Section_12 .body{
            display: block;
        }

        .Section_12 .body .map{
            text-align:center;
            margin-top:20px;
        }
    }

    @media screen and (max-width:800px) {
        .Section_12 .body .Contact_Us{
            padding: 0;
        }

        .Section_12 .body .Contact_Us .title h1{
            font-size: 25px;
            margin-top: 20px;
        }

        .Section_12 .body .Contact_Us .title span{
            font-size: 15px;
        }
    }
