body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.menu-accordion {display: none;}
.mobile-language select {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 220px;
  position: fixed;
  top: 25px;
  left: 5.4%;
  transition: all 0.3s ease;
}


.select-language select {
  height: 30px;
  width: 90px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  top: 42px;
  right: 14%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
}

.select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 30px;
  position: fixed;
  top: 40px;
  right: 11.5%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 18px;
  width: 700px;
  height: 70px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 20px;
}

input.gsc-input::-moz-placeholder {
  font-size: 20px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 20px;
}

input.gsc-input::placeholder {
  font-size: 20px;
}


.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 5.4%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 60% !important;
  height: 50% !important;
  position: fixed !important;
  top: 25% !important;
  left: 20% !important;
  box-shadow: none;
  border-radius: 10px;
}


.menu-icon img {
  width: 40px;
  position: fixed;
  top: 36px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent; 
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 220px;
  position: fixed;
  top: 25px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 5.4%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
  position: absolute;
  top: 150px;
  left: 5%;
}

.process {
  position: absolute;
  top: 150px;
  left: 17%;
}

.policies {
  position: absolute;
  top: 150px;
  left: 31%;
}

.social {
  position: absolute;
  top: 150px;
  left: 45%;
}

.contact {
  position: absolute;
  top: 150px;
  left: 58%;
}

.products h1, .process h1, .policies h1, .social h1, .contact h1{
  font-family: sans-serif;
  font-size: 20px;
  color: #7b8f4c;
}

.products a, .process a, .policies a, .social a, .contact a, .site-menu a{
  text-decoration: none;
}

.products a li h2, .process a li h2, .policies a li h2, .social a li h2, .contact a li h2, .site-menu a li h2{
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #525252;
  transition: all .2s ease-in-out;
}

.products a li h2:hover, .process a li h2:hover, .policies a li h2:hover, .social a li h2:hover, .contact a li h2:hover, .site-menu a li h2:hover{
  color: #7b8f4c;
}

.products li, .process li, .policies li, .social li, .contact li, .site-menu li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.products li img, .process li img, .policies li img, .social li img, .contact li img{
  width: 25px;
}

/* LOGO: Zaten vardı */
#navbar.scrolled #main-logo {
  top: 5px;
  width: 180px;
}

/* DİL SEÇİCİ: Scrolled olunca konumu ve yazı boyutu */
#navbar.scrolled .select-language select {
  top: 19px;
  font-size: 14px;
  color: #000;
}

/* Aşağı bakan ok (normal görünüm) */
#navbar.scrolled .select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  color: #000;
}

/* Yukarı bakan ok (açıldığında) */
#navbar.scrolled .select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.site-menu-header {
  background-color: #e8edf2;
  width: 20%;
  height: 50px;
  position: absolute;
  top: 160px;
  left: 73%;
}

.site-menu-header h1 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #000;
  position: absolute;
  top: 6px;
  left: 20px;
}

.site-menu {
  background-color: #e8edf2;
  width: 20%;
  height: 200px;
  position: absolute;
  top: 220px;
  left: 73%;
}

.site-menu ul {
  position: absolute;
  top: -10px;
  left: -5%;
}

/* ARAMA İKONU */
#navbar.scrolled .search-icon img {
  top: 17px;
  width: 30px;
}

#navbar.scrolled .search-icon h1 {
  top: 15px;
  font-size: 16px;
  color: #000;
}

/* MENÜ İKONU */
#navbar.scrolled .menu-icon img {
  top: 14px;
  right: 6.5%;
  width: 34px;
}



  /*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  {

.select-language {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 130px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 130px !important;
}


.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 26px;
  position: fixed;
  top: 20px;
  right: 18%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 26px;
  position: absolute;
  top: 12px;
  right: 18%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}


.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 14px;
  width: 700px;
  height: 50px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 12px;
}

input.gsc-input::-moz-placeholder {
  font-size: 12px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 12px;
}

input.gsc-input::placeholder {
  font-size: 12px;
}


.gsc-search-button button{
  width: 50px;
  height: 50px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 80% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}


.menu-icon img {
  width: 26px;
  position: fixed;
  top: 20px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 26px;
  position: fixed;
  top: 12px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 120px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}


.mobile-language select {
  display: block;
  height: 30px;
  width: 85px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 100;
  position: fixed;
  top: 20px;
  right: 18%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 12px;
  right: 5.4%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


.menu-accordion {
  display: block;
  width: 100%;
}
    
.menu-accordion-item {
  position: relative;
  top: 100px;
}

.menu-accordion-header {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #fff;
  transition: background 0.3s;
  color: #7b8f4c;
}

.menu-accordion-header svg {
  display: none;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  fill: #7b8f4c;
}

.menu-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #f6f6f6;
}

.menu-accordion-content ul {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
}

.menu-accordion-content li {
  padding: 8px 0px;
}

.menu-accordion-content ul li img {
  width: 20px;
}

.menu-accordion-content a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #b0b0b0;
  text-decoration: none;
}

.menu-accordion-content a:hover {
  text-decoration: underline;
}

.menu-accordion-item.active .menu-accordion-content {
  max-height: 300px;
}

.menu-accordion-item.active .arrow-icon {
  transform: rotate(135deg);
}
    

}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
.select-language {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 150px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 150px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 93px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 100;
  position: fixed;
  top: 20px;
  right: 18%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 32px;
  position: fixed;
  top: 20px;
  right: 19%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 32px;
  position: absolute;
  top: 14px;
  right: 18%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}


.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 14px;
  width: 700px;
  height: 50px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 14px;
}

input.gsc-input::-moz-placeholder {
  font-size: 14px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 14px;
}

input.gsc-input::placeholder {
  font-size: 14px;
}


.gsc-search-button button{
  width: 50px;
  height: 50px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}


.menu-icon img {
  width: 32px;
  position: fixed;
  top: 20px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 32px;
  position: fixed;
  top: 14px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 140px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 12px;
  right: 5.4%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 20px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 20px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 300px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
  .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 160px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 160px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 15%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 40px;
  position: absolute;
  top: 12px;
  right: 15%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 18px;
  width: 700px;
  height: 70px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 18px;
}

input.gsc-input::-moz-placeholder {
  font-size: 18px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 18px;
}

input.gsc-input::placeholder {
  font-size: 18px;
}


.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 90% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}


.menu-icon img {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 40px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 160px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 20px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
  .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 170px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 170px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 14%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 45px;
  position: absolute;
  top: 12px;
  right: 14%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 22px;
  width: 500px;
  height: 50px !important;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 22px;
}

input.gsc-input::-moz-placeholder {
  font-size: 22px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 22px;
}

input.gsc-input::placeholder {
  font-size: 22px;
}

.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}

.menu-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 45px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 170px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 20px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
  .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 180px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 180px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 45px;
  position: absolute;
  top: 12px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 22px;
  width: 600px;
  height: 50px !important;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 22px;
}

input.gsc-input::-moz-placeholder {
  font-size: 22px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 22px;
}

input.gsc-input::placeholder {
  font-size: 22px;
}

.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}

.menu-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 45px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 180px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 60px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 60px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.menu-accordion {display: none;}
.mobile-language select {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 160px;
  position: fixed;
  top: 25px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.select-language select {
  height: 30px;
  width: 90px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  top: 42px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
}

.select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 30px;
  position: fixed;
  top: 42px;
  right: 13%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10.8%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 18px;
  width: 700px;
  height: 70px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 18px;
}

input.gsc-input::-moz-placeholder {
  font-size: 18px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 18px;
}

input.gsc-input::placeholder {
  font-size: 18px;
}


.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 5.4%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 70% !important;
  height: 60% !important;
  position: fixed !important;
  top: 20% !important;
  left: 15% !important;
  box-shadow: none;
  border-radius: 10px;
}

.menu-icon img {
  width: 35px;
  position: fixed;
  top: 38px;
  right: 6.5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 160px;
  position: fixed;
  top: 25px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 5.4%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
  position: absolute;
  top: 150px;
  left: 5%;
}

.process {
  position: absolute;
  top: 150px;
  left: 17%;
}

.policies {
  position: absolute;
  top: 150px;
  left: 31%;
}

.social {
  position: absolute;
  top: 150px;
  left: 45%;
}

.contact {
  position: absolute;
  top: 150px;
  left: 58%;
}

.products h1, .process h1, .policies h1, .social h1, .contact h1{
  font-family: sans-serif;
  font-size: 18px;
  color: #7b8f4c;
}

.products a, .process a, .policies a, .social a, .contact a, .site-menu a{
  text-decoration: none;
}

.products a li h2, .process a li h2, .policies a li h2, .social a li h2, .contact a li h2, .site-menu a li h2{
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #525252;
  transition: all .2s ease-in-out;
}

.products a li h2:hover, .process a li h2:hover, .policies a li h2:hover, .social a li h2:hover, .contact a li h2:hover, .site-menu a li h2:hover{
  color: #7b8f4c;
}

.products li, .process li, .policies li, .social li, .contact li, .site-menu li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.products li img, .process li img, .policies li img, .social li img, .contact li img{
  width: 25px;
}

/* LOGO: Zaten vardı */
#navbar.scrolled #main-logo {
  top: 5px;
  width: 180px;
}

/* DİL SEÇİCİ: Scrolled olunca konumu ve yazı boyutu */
#navbar.scrolled .select-language select {
  top: 19px;
  font-size: 14px;
  color: #000;
}

/* Aşağı bakan ok (normal görünüm) */
#navbar.scrolled .select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  color: #000;
}

/* Yukarı bakan ok (açıldığında) */
#navbar.scrolled .select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.site-menu-header {
  background-color: #e8edf2;
  width: 20%;
  height: 50px;
  position: absolute;
  top: 160px;
  left: 73%;
}

.site-menu-header h1 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #000;
  position: absolute;
  top: 6px;
  left: 20px;
}

.site-menu {
  background-color: #e8edf2;
  width: 20%;
  height: 200px;
  position: absolute;
  top: 220px;
  left: 73%;
}

.site-menu ul {
  position: absolute;
  top: -10px;
  left: -5%;
}

/* ARAMA İKONU */
#navbar.scrolled .search-icon img {
  top: 17px;
  width: 30px;
}

#navbar.scrolled .search-icon h1 {
  top: 15px;
  font-size: 16px;
  color: #000;
}

/* MENÜ İKONU */
#navbar.scrolled .menu-icon img {
  top: 14px;
  right: 6.5%;
  width: 34px;
}
  
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px) {
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.menu-accordion {display: none;}
.mobile-language select {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 180px;
  position: fixed;
  top: 25px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#main-logo.scrolled {
  width: 180px;
  position: fixed;
  top: 20px;
  left: 5.4%;
  transition: all 0.3s ease;
}


.select-language select {
  height: 30px;
  width: 90px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  top: 42px;
  right: 15%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
}

.select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 30px;
  position: fixed;
  top: 40px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 18px;
  width: 700px;
  height: 70px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 20px;
}

input.gsc-input::-moz-placeholder {
  font-size: 20px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 20px;
}

input.gsc-input::placeholder {
  font-size: 20px;
}


.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 28px;
  right: 5.6%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 60% !important;
  height: 50% !important;
  position: fixed !important;
  top: 25% !important;
  left: 20% !important;
  box-shadow: none;
  border-radius: 10px;
}

.menu-icon img {
  width: 36px;
  position: fixed;
  top: 36px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}


.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 180px;
  position: fixed;
  top: 25px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
  background-color: #fff;
  position: absolute;
  top: 28px;
  right: 5.6%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
  position: absolute;
  top: 150px;
  left: 5%;
}

.process {
  position: absolute;
  top: 150px;
  left: 17%;
}

.policies {
  position: absolute;
  top: 150px;
  left: 31%;
}

.social {
  position: absolute;
  top: 150px;
  left: 45%;
}

.contact {
  position: absolute;
  top: 150px;
  left: 58%;
}

.products h1, .process h1, .policies h1, .social h1, .contact h1{
  font-family: sans-serif;
  font-size: 20px;
  color: #7b8f4c;
}

.products a, .process a, .policies a, .social a, .contact a, .site-menu a{
  text-decoration: none;
}

.products a li h2, .process a li h2, .policies a li h2, .social a li h2, .contact a li h2, .site-menu a li h2{
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #525252;
  transition: all .2s ease-in-out;
}

.products a li h2:hover, .process a li h2:hover, .policies a li h2:hover, .social a li h2:hover, .contact a li h2:hover, .site-menu a li h2:hover{
  color: #7b8f4c;
}

.products li, .process li, .policies li, .social li, .contact li, .site-menu li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.products li img, .process li img, .policies li img, .social li img, .contact li img{
  width: 25px;
}

/* DİL SEÇİCİ: Scrolled olunca konumu ve yazı boyutu */
#navbar.scrolled .select-language select {
  top: 19px;
  font-size: 14px;
  color: #000;
}

/* Aşağı bakan ok (normal görünüm) */
#navbar.scrolled .select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  color: #000;
}

/* Yukarı bakan ok (açıldığında) */
#navbar.scrolled .select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.site-menu-header {
  background-color: #e8edf2;
  width: 20%;
  height: 50px;
  position: absolute;
  top: 160px;
  left: 73%;
}

.site-menu-header h1 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #000;
  position: absolute;
  top: 6px;
  left: 20px;
}

.site-menu {
  background-color: #e8edf2;
  width: 20%;
  height: 200px;
  position: absolute;
  top: 220px;
  left: 73%;
}

.site-menu ul {
  position: absolute;
  top: -10px;
  left: -5%;
}

/* ARAMA İKONU */
#navbar.scrolled .search-icon img {
  top: 17px;
  width: 30px;
}

#navbar.scrolled .search-icon h1 {
  top: 15px;
  font-size: 16px;
  color: #000;
}

/* MENÜ İKONU */
#navbar.scrolled .menu-icon img {
  top: 14px;
  right: 6.5%;
  width: 34px;
}
     
}
     
@media  (min-width: 3840px) and (max-width: 7679.98px)  {
  body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.menu-accordion {display: none;}
.mobile-language select {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 2px rgba(3, 7, 18, 0.01),
  0px 4px 8px rgba(3, 7, 18, 0.01),
  0px 8px 18px rgba(3, 7, 18, 0.02),
  0px 16px 30px rgba(3, 7, 18, 0.02),
  0px 24px 48px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 440px;
  position: fixed;
  top: 50px;
  left: 5.4%;
  transition: all 0.3s ease;
}


.select-language select {
  height: 60px;
  width: 180px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 100;
  position: absolute;
  top: 84px;
  right: 14%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
}

.select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 60px;
  position: fixed;
  top: 80px;
  right: 11.5%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  font-size: 32px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 76px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 20px;
}

.gsc-input{
  padding: 20px;
  font-size: 36px;
  width: 1400px;
  height: 140px;
  border-style: solid 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 40px;
}

input.gsc-input::-moz-placeholder {
  font-size: 40px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 40px;
}

input.gsc-input::placeholder {
  font-size: 40px;
}


.gsc-search-button button{
  width: 140px;
  height: 140px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 20px 40px;
  font-family: sans-serif;
  font-size: 40px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 20px 40px;
  font-family: sans-serif;
  font-size: 40px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 60px;
  right: 5.4%;
  font-size: 72px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 60% !important;
  height: 50% !important;
  position: fixed !important;
  top: 25% !important;
  left: 20% !important;
  box-shadow: none;
  border-radius: 20px;
}


.menu-icon img {
  width: 80px;
  position: fixed;
  top: 72px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 440px;
  position: fixed;
  top: 50px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
  background-color: #fff;
  position: absolute;
  top: 60px;
  right: 5.4%;
  font-size: 72px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
  position: absolute;
  top: 300px;
  left: 5%;
}

.process {
  position: absolute;
  top: 300px;
  left: 17%;
}

.policies {
  position: absolute;
  top: 300px;
  left: 31%;
}

.social {
  position: absolute;
  top: 300px;
  left: 45%;
}

.contact {
  position: absolute;
  top: 300px;
  left: 58%;
}

.products h1, .process h1, .policies h1, .social h1, .contact h1{
  font-family: sans-serif;
  font-size: 40px;
  color: #7b8f4c;
}

.products a, .process a, .policies a, .social a, .contact a, .site-menu a{
  text-decoration: none;
}

.products a li h2, .process a li h2, .policies a li h2, .social a li h2, .contact a li h2, .site-menu a li h2{
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 200;
  color: #525252;
  transition: all .2s ease-in-out;
}

.products a li h2:hover, .process a li h2:hover, .policies a li h2:hover, .social a li h2:hover, .contact a li h2:hover, .site-menu a li h2:hover{
  color: #7b8f4c;
}

.products li, .process li, .policies li, .social li, .contact li, .site-menu li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.products li img, .process li img, .policies li img, .social li img, .contact li img{
  width: 50px;
}

/* LOGO: Zaten vardı */
#navbar.scrolled #main-logo {
  top: 10px;
  width: 360px;
}

/* DİL SEÇİCİ: Scrolled olunca konumu ve yazı boyutu */
#navbar.scrolled .select-language select {
  top: 38px;
  font-size: 28px;
  color: #000;
}

/* Aşağı bakan ok (normal görünüm) */
#navbar.scrolled .select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  color: #000;
}

/* Yukarı bakan ok (açıldığında) */
#navbar.scrolled .select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.site-menu-header {
  background-color: #e8edf2;
  width: 20%;
  height: 100px;
  position: absolute;
  top: 320px;
  left: 73%;
}

.site-menu-header h1 {
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 200;
  color: #000;
  position: absolute;
  top: 12px;
  left: 40px;
}

.site-menu {
  background-color: #e8edf2;
  width: 20%;
  height: 400px;
  position: absolute;
  top: 440px;
  left: 73%;
}

.site-menu ul {
  position: absolute;
  top: -20px;
  left: -5%;
}

/* ARAMA İKONU */
#navbar.scrolled .search-icon img {
  top: 34px;
  width: 60px;
}

#navbar.scrolled .search-icon h1 {
  top: 30px;
  font-size: 32px;
  color: #000;
}

/* MENÜ İKONU */
#navbar.scrolled .menu-icon img {
  top: 28px;
  right: 6.5%;
  width: 68px;
}  
}
     
@media  (min-width: 7680px) and (max-width: 7681px) {

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.menu-accordion {display: none;}
.mobile-language select {display: none;}

#navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 4px rgba(3, 7, 18, 0.01),
  0px 8px 16px rgba(3, 7, 18, 0.01),
  0px 16px 36px rgba(3, 7, 18, 0.02),
  0px 32px 60px rgba(3, 7, 18, 0.02),
  0px 48px 96px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 880px;
  position: fixed;
  top: 100px;
  left: 5.4%;
  transition: all 0.3s ease;
}


.select-language select {
  height: 120px;
  width: 360px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: sans-serif;
  font-size: 56px;
  font-weight: 100;
  position: absolute;
  top: 168px;
  right: 14%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 40px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
}

.select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 120px;
  position: fixed;
  top: 160px;
  right: 11.5%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  font-size: 64px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 152px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 40px;
}

.gsc-input{
  padding: 40px;
  font-size: 72px;
  width: 2800px;
  height: 280px;
  border-style: solid 20px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 80px;
}

input.gsc-input::-moz-placeholder {
  font-size: 80px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 80px;
}

input.gsc-input::placeholder {
  font-size: 80px;
}


.gsc-search-button button{
  width: 280px;
  height: 280px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 40px 80px;
  font-family: sans-serif;
  font-size: 80px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 40px 80px;
  font-family: sans-serif;
  font-size: 80px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 120px;
  right: 5.4%;
  font-size: 144px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 16px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 60% !important;
  height: 50% !important;
  position: fixed !important;
  top: 25% !important;
  left: 20% !important;
  box-shadow: none;
  border-radius: 40px;
}


.menu-icon img {
  width: 160px;
  position: fixed;
  top: 144px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 880px;
  position: fixed;
  top: 100px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
  background-color: #fff;
  position: absolute;
  top: 120px;
  right: 5.4%;
  font-size: 144px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 16px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
  position: absolute;
  top: 600px;
  left: 5%;
}

.process {
  position: absolute;
  top: 600px;
  left: 17%;
}

.policies {
  position: absolute;
  top: 600px;
  left: 31%;
}

.social {
  position: absolute;
  top: 600px;
  left: 45%;
}

.contact {
  position: absolute;
  top: 600px;
  left: 58%;
}

.products h1, .process h1, .policies h1, .social h1, .contact h1{
  font-family: sans-serif;
  font-size: 80px;
  color: #7b8f4c;
}

.products a, .process a, .policies a, .social a, .contact a, .site-menu a{
  text-decoration: none;
}

.products a li h2, .process a li h2, .policies a li h2, .social a li h2, .contact a li h2, .site-menu a li h2{
  font-family: sans-serif;
  font-size: 72px;
  font-weight: 200;
  color: #525252;
  transition: all .2s ease-in-out;
}

.products a li h2:hover, .process a li h2:hover, .policies a li h2:hover, .social a li h2:hover, .contact a li h2:hover, .site-menu a li h2:hover{
  color: #7b8f4c;
}

.products li, .process li, .policies li, .social li, .contact li, .site-menu li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 20px 0;
}

.products li img, .process li img, .policies li img, .social li img, .contact li img{
  width: 100px;
}

/* LOGO: Zaten vardı */
#navbar.scrolled #main-logo {
  top: 20px;
  width: 720px;
}

/* DİL SEÇİCİ: Scrolled olunca konumu ve yazı boyutu */
#navbar.scrolled .select-language select {
  top: 76px;
  font-size: 56px;
  color: #000;
}

/* Aşağı bakan ok (normal görünüm) */
#navbar.scrolled .select-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  color: #000;
}

/* Yukarı bakan ok (açıldığında) */
#navbar.scrolled .select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='black' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.site-menu-header {
  background-color: #e8edf2;
  width: 20%;
  height: 200px;
  position: absolute;
  top: 640px;
  left: 73%;
}

.site-menu-header h1 {
  font-family: sans-serif;
  font-size: 72px;
  font-weight: 200;
  color: #000;
  position: absolute;
  top: 24px;
  left: 80px;
}

.site-menu {
  background-color: #e8edf2;
  width: 20%;
  height: 800px;
  position: absolute;
  top: 880px;
  left: 73%;
}

.site-menu ul {
  position: absolute;
  top: -40px;
  left: -5%;
}

/* ARAMA İKONU */
#navbar.scrolled .search-icon img {
  top: 68px;
  width: 120px;
}

#navbar.scrolled .search-icon h1 {
  top: 60px;
  font-size: 64px;
  color: #000;
}

/* MENÜ İKONU */
#navbar.scrolled .menu-icon img {
  top: 56px;
  right: 6.5%;
  width: 136px;
}  
}





/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
  .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 150px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 150px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 93px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 100;
  position: fixed;
  top: 20px;
  right: 18%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 32px;
  position: fixed;
  top: 20px;
  right: 19%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 32px;
  position: absolute;
  top: 14px;
  right: 18%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}


.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 14px;
  width: 700px;
  height: 50px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 14px;
}

input.gsc-input::-moz-placeholder {
  font-size: 14px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 14px;
}

input.gsc-input::placeholder {
  font-size: 14px;
}


.gsc-search-button button{
  width: 50px;
  height: 50px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 80% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}


.menu-icon img {
  width: 32px;
  position: fixed;
  top: 20px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 32px;
  position: fixed;
  top: 14px;
  right: 6%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 140px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 12px;
  right: 5.4%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 20px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 20px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 300px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
  .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 160px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 160px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 15%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 40px;
  position: absolute;
  top: 12px;
  right: 15%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 18px;
  width: 700px;
  height: 70px;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 18px;
}

input.gsc-input::-moz-placeholder {
  font-size: 18px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 18px;
}

input.gsc-input::placeholder {
  font-size: 18px;
}


.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 90% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}


.menu-icon img {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 40px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 160px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 20px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}

@media (min-width: 812px) and (max-width: 959.98px) and (orientation: landscape) {
  .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 170px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 170px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 14%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 45px;
  position: absolute;
  top: 12px;
  right: 14%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 22px;
  width: 500px;
  height: 50px !important;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 22px;
}

input.gsc-input::-moz-placeholder {
  font-size: 22px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 22px;
}

input.gsc-input::placeholder {
  font-size: 22px;
}

.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}

.menu-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 45px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 170px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 20px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}

@media (min-width: 960px) and (max-width: 999.98px) and (orientation: landscape) {
    .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 180px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 180px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 45px;
  position: absolute;
  top: 12px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 22px;
  width: 600px;
  height: 50px !important;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 22px;
}

input.gsc-input::-moz-placeholder {
  font-size: 22px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 22px;
}

input.gsc-input::placeholder {
  font-size: 22px;
}

.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}

.menu-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 45px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 180px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 60px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 60px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
    .select-language {display: none;}

  #navbar {
  transition: top 0.3s, background-color 0.3s;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 90;
}

#navbar.scrolled {
  background-color: white;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
  0px 2px 4px rgba(3, 7, 18, 0.01),
  0px 4px 9px rgba(3, 7, 18, 0.02),
  0px 8px 15px rgba(3, 7, 18, 0.02),
  0px 12px 24px rgba(3, 7, 18, 0.03);
}

#main-logo {
  width: 180px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

#navbar.scrolled #main-logo {
  width: 180px !important;
  top: 7px !important;
}

.mobile-language select {
  display: block;
  height: 30px;
  width: 115px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: fixed;
  top: 28px;
  right: 16%;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: background-image 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-language select.down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.mobile-select-language select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='olive' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}

.search-icon {
  cursor: pointer;
}

.search-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

#navbar.scrolled .search-icon img{
  width: 45px;
  position: absolute;
  top: 12px;
  right: 12%;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-icon h1 {
  display: none;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  position: fixed;
  right: 10%;
  top: 38px;
  z-index: 98;
  transition: all 0.3s ease;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.851);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.gsc-control-cse,  .gsc-control-cse-tr {
  background-color: transparent;
  border-color: transparent;
}

.gsc-completion-container, 
.gsc-suggestion-container,
.gs-relatedSearches,
.gsc-results .gsc-thumbnail-inside,
.gsc-url-top {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title[href*="google.com/search"] {
  display: none !important;
}

.search-box {
  display: flex;
  gap: 10px;
}

.gsc-input{
  padding: 10px;
  font-size: 22px;
  width: 600px;
  height: 50px !important;
  border-style: solid 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000;
  background-color: transparent;
}

input.gsc-input::-webkit-input-placeholder {
  font-size: 22px;
}

input.gsc-input::-moz-placeholder {
  font-size: 22px;
}

input.gsc-input:-ms-input-placeholder {
  font-size: 22px;
}

input.gsc-input::placeholder {
  font-size: 22px;
}

.gsc-search-button button{
  width: 70px;
  height: 70px;
  background-color: #7b8f4c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.gsc-search-button button:hover {
  background-color: #8ea35c;
  color: #fff;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.close-search button{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-search button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  box-shadow: none;
  border-radius: 0px;
}

.menu-icon img {
  width: 45px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

#navbar.scrolled .menu-icon img {
  width: 45px;
  position: fixed;
  top: 12px;
  right: 5%;
  z-index: 98;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

#fullscreen-logo {
  width: 180px;
  position: fixed;
  top: 10px;
  left: 5.4%;
  transition: all 0.3s ease;
}

.close-icon button{
 background-color: #fff;
  position: absolute;
  top: 10px;
  right: 5.4%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease-in-out;
  color: #000;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.close-icon button:hover {
  color: #7b8f4c;
  border-color: #7b8f4c;
}

.products {
 display: none;
}

.process {
  display: none;
}

.policies {
  display: none;
}

.social {
  display: none;
}

.contact {
  display: none;
}


.site-menu-header {
  display: none;
}


.site-menu {
 display: none;
}


    .menu-accordion {
      display: block;
      width: 100%;
    }
    
    .menu-accordion-item {
      position: relative;
      top: 100px;
    }

    .menu-accordion-header {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 60px;
      margin-left: 10px;
      cursor: pointer;
      background-color: #fff;
      transition: background 0.3s;
      color: #7b8f4c;
    }

    .menu-accordion-header svg {
      display: none;
      width: 24px;
      height: 24px;
      transition: transform 0.3s;
      fill: #7b8f4c;
    }

    .menu-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      background-color: #f6f6f6;
    }

    .menu-accordion-content ul {
      list-style: none;
      margin: 0;
      padding: 10px 60px;
    }

    .menu-accordion-content li {
      padding: 8px 0px;
    }

     .menu-accordion-content ul li img {
      width: 30px;
     }


    .menu-accordion-content a {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      color: #b0b0b0;
      text-decoration: none;
    }

    .menu-accordion-content a:hover {
      text-decoration: underline;
    }

    .menu-accordion-item.active .menu-accordion-content {
      max-height: 600px;
    }

    .menu-accordion-item.active .arrow-icon {
      transform: rotate(135deg);
    }
}