* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: Arial, sans-serif !important;
}
.goog-te-banner-frame {
  display: none !important;
}

iframe.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}
/* body {
  /* background: #eee; 
} */
/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* TOPBAR */
.topbar {
  background: #ebd7c3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 300px;
}

.socialIconsTop {
  display: flex;
  gap: 12px;
}

.socialIconsTop img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: 0.3s;
}

.socialIconsTop img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.langSwitch a {
  margin-left: 12px;
  text-decoration: none;
  color: #492207;
  font-size: 14px;
}

/* HEADER */
.header {
  background: #492207;
  padding: 20px 0;
}

.headerNav {
  display: flex;
  align-items: center;
  gap: 45px;
}

.headerLogo img {
  width: 130px;
}

.headerTitle {
  color: #fff;
}

.headerTitle h1 {
  color: #ebd7c3;
  font-size: 28px;
}

.headerTitle h6 {
  color: #ebd7c3;
  font-size: 13px;
}

/* NAVBAR */

.navbar {
  background: #ebd7c3;
}

.navMenu {
  list-style: none;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 40px;
}

.navMenu li {
  position: relative;
  z-index: 1;
}

.navMenu a {
  text-decoration: none;
  color: #492207;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-size: 18px; /* biraz böyüdü */
  font-weight: 500; /* daha qalın oldu */
  letter-spacing: 0.5px; /* professional görünüş */
  position: relative;
  padding-bottom: 6px;
}
/* NORMAL LINK underline */

.navMenu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #492207; /* white silindi */
  transform: translateX(-50%);
  transition: 0.3s;
}

.navMenu a:hover::after {
  width: 100%;
}

/* SUBMENU */

.submenu {
  position: absolute;
  top: 100%;
  left: -6px;
  background: #f3e2cf; /* white əvəzinə yumşaq krem */
  list-style: none;
  min-width: 200px;
  display: none;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.submenu li {
  padding: 10px;
}

.submenu a {
  color: #333 !important;
  font-size: 16px !important; /* biraz böyüdü */
  font-weight: 500; /* daha oxunaqlı oldu */
  letter-spacing: 0.3px; /* səliqəli görünüş */
}
.submenu a:hover {
  color: #492207 !important;
}

/* submenu açılması */

.nav-item:hover .submenu {
  display: block;
}

/* submenu olanlarda xətt aşağı uzanır */

.nav-item > a::after {
  content: "";
  position: absolute;
  left: 28;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.25s;
  z-index: -1;
}

.nav-item:hover > a::after {
  height: 25px;
  padding: 3px 6px;
}
.nav-item:hover > a {
  color: #ebd7c3 !important;
}
.footer {
  /* background: #813c0d; */
  background-color: #6e330a;
  color: white;
}

.footerContainer {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 40px;
}

.footerCol {
  flex: 1;
}

.footerCol h3 {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}

.footerCol h3::after {
  content: "";
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: -4px;
}

.footerCol p {
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
}

.footerCol ul {
  list-style: none;
}

.footerCol ul li {
  margin-bottom: 8px;
}

.footerCol a {
  text-decoration: none;
  color: #ddd;
  transition: 0.2s;
}

.footerCol a:hover {
  color: white;
}

.socialIcons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.socialIcons a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: white;
}

.footerBottom {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* SEARCH CONTAINER */

.searchBox {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.searchContainer {
  position: relative;
}

/* INPUT NORMAL HAL */
.searchContainer input {
  width: 35px;
  height: 35px;
  border: 2px solid #492207;
  border-radius: 50%;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0;
}

/* FOCUS OLDUQDA AÇILSIN */
.searchContainer input:focus {
  width: 160px;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 13px;
  cursor: text;
  background: #fff;
}

/* CLOSE ICON */

.close span {
  width: 2px;
  height: 22px;
  border-radius: 2px;
  background: #492207;
  display: inline-block;
}

/* FRONT */
.front {
  position: absolute;
  right: 11px;
  top: 10px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}

/* BACK */
.back {
  position: absolute;
  right: 0px;
  top: 22px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

/* FOCUS OLANDA X OLSUN */
.searchContainer input:focus + .close .front {
  opacity: 1;
  transform: rotate(45deg);
}

.searchContainer input:focus + .close .back {
  transform: rotate(-45deg);
  opacity: 0;
}
.navMenu li {
  white-space: nowrap;
}
/* BURGER */
.burger {
  display: none;
  background: #ebd7c3;
  color: #492207;
  font-size: 24px;
  padding: 0px 20px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  /* TOPBAR */
  .topbar {
    padding: 10px 0px;
    justify-content: space-between;
  }
  .socialIconsTop {
    gap: 0;
  }
  .socialIconsTop img {
    width: 15px;
    height: 15px;
  }
  /* HEADER */
  .headerNav {
    text-align: center;
    gap: 7px;
  }
  .container {
    padding: 0px 15px;
  }
  .headerLogo img {
    width: 60px;
  }

  .headerTitle h1 {
    font-size: 17px;
    line-height: 1.3;
  }

  .headerTitle h6 {
    font-size: 10px;
  }

  /* BURGER */
  .burger {
    display: block;
  }

  /* NAVBAR */

  .nav-item > a::after {
    content: ">";
    float: right;
    font-size: 12px;
    transition: 0.3s;
  }

  .nav-item.active > a::after {
    transform: rotate(180deg);
  }
  .navbar {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #492207;
    transition: 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
  }

  .navbar.active {
    left: 0;
  }

  .navMenu {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }

  .navMenu li {
    width: 100%;
  }

  .navMenu a {
    color: white;
  }

  .navbar {
    background: #492207;
  }

  .submenu {
    position: static;
    display: none;
    background: transparent;
    box-shadow: none;
    padding-top: 10px;
  }

  .submenu a {
    color: #ebd7c3 !important;
  }

  .nav-item:hover .submenu {
    display: block;
  }

  /* FOOTER */
  .footerContainer {
    flex-direction: column;
    gap: 30px;
  }

  .footerCol {
    width: 100%;
  }

  .footerBottom {
    font-size: 12px;
    line-height: 1.5;
  }
}
