* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

/*h1 {*/
/*  font-size: 30px;*/
/*  width: 700px;*/
/*  font-weight: bold;*/
/*  line-height: 40px;*/
/*}*/
h2 {
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.mehsullar_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}

.subtitle {
  color: #555;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.package-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.package-container img {
  width: 260px;
  height: auto;
  border-radius: 6px;
  /*box-shadow: 0 2px 12px rgba(0,0,0,0.15);*/
}

.mehsulBig {
  background-color: #f5f5f8;
  padding: 60px;
  position: relative;
}

.Calltoaction {
  background-color: #f5f5f8;
  padding: 60px;
}

/* Header */

.dropdownlang {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
  padding-top: 45px;
}

/* menu gizlidir */
.dropdownlang__menu {
  display: none;
  position: absolute;
  top: 65px;
  left: 25px;
  background-color: white;
  border: 1px solid #ccc;
  min-width: 50px;
  z-index: 9999;
  border-radius: 9px;
  overflow: hidden;
  margin-top: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}

/* menu linkləri */
.dropdownlang__menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}

.header__dropdownlang i {
  color: white;
  padding: 0 7px;
}

.scrolled .header__dropdownlang i {
  color: black;
}

.dropdownlang__menu a:hover {
  background-color: #f0f0f0;
}

/* əsas hover */
.dropdownlang:hover .dropdownlang__menu {
  display: block;
}

/* Fix dropdown closing on scroll - keep it open when hovering */
.dropdownlang:hover .dropdownlang__menu,
.dropdownlang__menu:hover {
  display: block !important;
}

/* Prevent dropdown from closing when scrolling while hovering */
.dropdownlang__menu {
  pointer-events: auto;
}

.dropdownlang {
  pointer-events: auto;
}


/*Dropdown Company*/


.dropdown-company {
  position: relative;
}

.dropdown-company .dropdownlang {
  padding: 0;
  padding-top: 0;
}

.dropdown-company .header__dropdownlang {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}

.dropdown-company .header__dropdownlang i {
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.3s;
  padding: 0;
}

.dropdown-company .dropdownlang:hover .header__dropdownlang i {
  transform: rotate(180deg);
}

.scrolled .dropdown-company .header__dropdownlang,
.header.bg_header .dropdown-company .header__dropdownlang {
  color: #000;
}

.dropdown-company .dropdownlang__menu {
  top: 35px;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
}

.dropdown-company .dropdownlang__menu a {
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
}

.dropdown-company .dropdownlang__menu a:hover {
  background-color: #007b5e;
  color: #fff !important;
}

/*Dropdown Company End*/

.dropdownlang_mob {
  display: none;
}

.header__dropdownlang a {
  color: white;
}

.scrolled .header__dropdownlang a {
  color: black;
}

.left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo {
  height: 90px;
}

/* Menü iconu (bars) */
.menu-icon {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}

/* Sağ hissə */
.right {
  display: flex;
  align-items: center;
  gap: 60px;
}

.left {
  display: none;
}

.right-img {
  height: 80px;
  display: none;
}

/* Show right image only when scrolled */
.scrolled .right-img {
  display: block;
}

.header.bg_header .right-img {
  display: block;
}

.scrolled .logonav .logo {
  display: none;
}

.scrolled .nav {
  text-align: center;
  padding: 15px;
  position: static;
}

.scrolled .logonav {
  display: none !important;
  overflow: hidden;
}

/* Naviqasiya menyusu */
.nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.nav.active {
  display: block;
}

.nav .scrolled-nav {
  list-style: none;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
}

.nav .scrolled-nav li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.3s;
}

#innerPages {
  padding-top: 200px;
}

.innerPagesLogo {
  filter: brightness(0);
}

.innerPagesNavbar {
  padding-bottom: 15px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-text h2 {
  justify-content: flex-start;
}

.detail-button {
  position: relative;
  padding: 15px 39px;
  display: inline-block;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 54px;
  border-radius: 54px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-color: #979797;
}

.detail-button:hover {
  border-color: #1d9f3a
}

#navMenu .nav2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 34px;
}

#navMenu .nav2 li {
  white-space: nowrap;
  flex-shrink: 0;
}

#navMenu .nav2 li a {
  color: #000;
  white-space: nowrap;
}

.nav .scrolled-nav li a:hover {
  color: #007b5e;
}

.scrolled .right,
.scrolled .left {
  display: flex;
}

/* Language selector should always be visible */
.right {
  display: flex !important;
}

/* --- Mobil uyğunlaşma --- */
@media (max-width: 768px) {

  /* Navbar */
  .nav .scrolled-nav {
    flex-direction: column;
    gap: 15px;
  }

  .right-img {
    display: none;
  }

  .logo {
    height: 60px;
  }

  .dropdownlang {
    padding-top: 0;
    padding: 0;
  }

  .dropdownlang__menu {
    top: 23px;
    left: 15px;
  }

  .haqqimizdasekil {
    display: none !important;
  }


  /* Map Content */
  .about-section {
    display: flex;
    flex-direction: column;
    text-align: center;
   
  }

  .about-section h2,
  .about-section p {
    text-align: center;
  }


  /* Ensure logo is always visible on mobile */
  .header .logo,
  .header .logo img,
  .logonav .logo,
  .logonav .logo img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  

}


/*.left-img img,*/
/*.right-img img {*/
/*  width: 290px;*/
/*  height: auto;*/
/*  opacity: 0; */
/*transition: opacity block ease;*/
/*  display:none;*/
/*}*/
/*.header.scrolled .left-img img,*/
/*.header.scrolled .right-img img {*/
/*  opacity: 1;*/
/*  display:block;*/
/*}*/
/*.fruit {*/
/*    display:flex;*/
/*    gap:20px;*/
}

.logo img {
  height: 50px;
  
}



.logonav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Language selector in nav area when not scrolled */
.logonav .nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.logonav .nav .scrolled-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Language selector next to nav items when not scrolled */
.logonav .nav::after {
  content: '';
  display: none;
}

/* Add language selector to nav area */
.logonav .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.header {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px 60px;
  position: fixed;
  z-index: 5;
  align-items: center;
}

.header.bg_header {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

/* Inner pages should have scrolled style from start - apply scrolled class */
.header.bg_header {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.header.bg_header .logo img {
  filter: brightness(0.3);
}

.header.bg_header .nav .scrolled-nav li a {
  color: #000;
}

.header.bg_header .header__dropdownlang i,
.header.bg_header .header__dropdownlang a {
  color: black;
}

/* Inner pages - language selector in right area (scrolled state) */
.header.bg_header .nav-lang-selector {
  display: none;
}

.header.bg_header .right .dropdownlang {
  display: inline-block;
}

/* Ensure inner pages nav is visible and styled correctly */
.header.bg_header .nav {
  position: static;
  padding: 15px;
  text-align: center;
}

.header.bg_header .logonav {
  display: none !important;
}

.header.bg_header .left {
  display: flex;
}

.header .logo img {
  width: 140px;
  margin-bottom: 10px;
}

.nav .scrolled-nav {
  list-style: none;
  display: flex;
  gap: 34px;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.scrolled .nav .scrolled-nav {
  padding-top: 34px;
}

.nav .scrolled-nav li {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Language selector in nav when not scrolled */
.nav-lang-selector {
  margin-left: 20px;
  list-style: none;
}

.nav-lang-selector .dropdownlang {
  padding: 0;
  padding-top: 0;
  display: inline-block;
}

.nav-lang-selector .dropdownlang__menu {
  top: 35px;
  left: 0;
  z-index: 9999;
}

.nav-lang-selector .header__dropdownlang {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* Hide language selector in nav when scrolled, show in right area */
.scrolled .nav-lang-selector {
  display: none;
}

.scrolled .right .dropdownlang {
  display: inline-block;
}

/* Show language selector in nav when not scrolled, hide in right */
:not(.scrolled) .nav-lang-selector {
  display: list-item;
}

:not(.scrolled) .right .dropdownlang {
  display: none;
}

.nav .scrolled-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.nav .innerPagesNav.scrolled-nav li a {
  color: #000;
}

/* ===== Video Section ===== */

.video-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* DalÄŸalÄ± alt hissÉ™ */
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: #F9F9F9;
  clip-path: path('M0,50 C300,100 900,0 1900,50 L1900,150 L0,150 Z');
}

.scrolled nav li a {
  color: black;
}

.scrolled {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.scrolled .logo img {
  filter: brightness(0.3);
}

.scrolled .nav .scrolled-nav li a:hover {
  color: green;
}

.barsbutton {
  display: none;
}

/*#burger_btn .barsbutton.active  {*/
/*  display:none;*/
/*}*/


/* ===== Responsiv ===== */
@media (max-width: 768px) {
  :not(.scrolled) #burger_btn {
    color: white;
  }

  .scrolled #burger_btn {
    color: black;
  }

  .header.bg_header #burger_btn {
    color: black;
  }

  .barsbutton {
    display: inherit !important;
  }

  .right {
    display: flex !important;
  }

  .header {
    justify-content: space-between !important;
  }

  .nav .scrolled-nav {
    flex-direction: column;
    gap: 15px;
    display: none;
  }

  .header .logo img {
    width: 100px;
  }

  .header {
    display: flex;
    flex-direction: row;
    padding: 15px 31px;
  }

  .barsbutton.active {
    display: block !important;
  }

  #burger_btn {
    border: none;
    background: none;
  }

  /* Ensure language selector is visible on mobile */
  .header .right {
    display: flex !important;
    /*margin-left: auto;*/
    gap: 18px;
  }


  .header .nav,
  #navMenu {
    display: none !important;
  }

 /* Keep left logo hidden until the header is scrolled */
  /*.header:not(.scrolled) .left {*/
  /*  display: none !important;*/
  /*}*/

  /* Show logo on the left when header is scrolled on mobile */
  .header.scrolled .left {
    display: flex !important;
    align-items: center;
    gap: 12px;
  }

  /*.header.scrolled .left .logo img {*/
  /*  width: 90px;*/
  /*  height: auto;*/
  /*}*/

  /* Inner pages header adjustments for mobile */
  /*.header.bg_header:not(.scrolled) .left {*/
  /*  display: none;*/
  /*}*/

  /*.header.bg_header .logonav {*/
  /*  display: flex !important;*/
  /*}*/

  .header.bg_header .nav {
    position: absolute;
    top: 100%;
  }

  /* Language selector positioning on mobile */
  .nav-lang-selector {
    margin-left: 0;
  }

  .nav-lang-selector .dropdownlang__menu {
    top: 30px;
    left: -10px;
  }

  /* Ensure logo visibility on mobile */
  .header .logo,
  .header .logo img {
    display: block !important;
    max-width: 120px;
    height: auto;
  }
}

/*header {*/
/*  position: sticky;*/
/*  top: 0;*/
/*  z-index: 99;*/
/*  background: #fff;*/
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*}*/
/*.logo img {*/
/*width: 150px;*/
/*}*/
/*.navbar {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  padding: 15px 40px;*/
/*}*/
/*nav i {*/
/*  padding: 0 5px;*/
/*}*/
/*.logo {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*}*/

/*.logo-sub {*/
/*  font-size: 12px;*/
/*  color: #555;*/
/*}*/

/*nav ul {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  gap: 40px;*/
/*}*/

/*nav ul li a {*/
/*  text-decoration: none;*/
/*  color: #000;*/
/*  font-weight: 500;*/
/*  transition: 0.3s;*/
/*}*/

/*nav ul li a:hover {*/
/*  color: #008000; */
/*}*/

/*.icons {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 15px;*/
/*}*/
/*.icons img {*/
/*  width: 25px;*/
/*  height: 25px;*/
/*  border-radius: 50%;*/
/*  cursor: pointer;*/
/*  transition: transform 0.3s;*/
/*}*/
/*.icons img:hover {*/
/*  transform: scale(1.1);*/
/*}*/
/*.barsbutton {*/
/*  display: none;*/
/*}*/
.languages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.languages a img {
  width: 32px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.languages a img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/*.elaqe button {*/
/*  background-color: #25D366; */
/*  border: none;*/
/*  padding: 8px 24px;*/
/*  border-radius: 8px;*/
/*  cursor: pointer;*/
/*  transition: background-color 0.3s ease;*/
/*  animation: pulse 1.5s infinite;*/
/*}*/

/*.elaqe button a {*/
/*  text-decoration: none;*/
/*  color: white; */
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*}*/
/*@keyframes pulse {*/
/*  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }*/
/*  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }*/
/*  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }*/
/*}*/
/*.elaqe button:hover {*/
/*  background-color: #1ebe5d; */
/*}*/

/*.dropdown-menu li a:hover {*/
/*   color: #008000;*/
/*}*/
/*.dropdown-menu {*/
/*    padding:6px 7px;*/
/*}*/
/*nav ul li.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/
/*@media screen and (max-width: 992px) {*/
/*  .logo img {*/
/*    height: 65px;*/
/*    width: 114px;*/
/*  }*/
/*  nav {*/
/*    display: none;*/
/*  }*/
/*  .navbar {*/
/*    padding: 15px 0;*/
/*  }*/

.languages {
  display: none;
}

/*}*/


/* Header End */
/* Slider */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

}

.video-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slider {
  position: relative;
  z-index: 2;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
  color: #fff;
  overflow: hidden;
}

.slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.content {
  position: relative;
  max-width: 600px;
  z-index: 3;
}

.content h1 {
  font-size: 3.0rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.content p {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 1.5rem;
}

.buttonslider {
  display: inline-block;
  background: white;
  color: black;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.buttonslider:hover {
  background: #0e924f;
  color: white;
  transform: scale(1.05);
}


@media screen and (max-width: 992px) {
  .content h1 {
    align-items: center;
    margin-left: 0;
    text-align: center;
    max-width: 100%;
    font-size: 20px;
  }
}

/* Slider end */
/* Ustunluklerimiz */
.features {
  padding: 60px 0;
  background: #f9f9f9;
}

.ustunluk {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.feature-box {
  display: grid;
  place-items: center;
  background: #f0f1e8;
  text-align: center;
  width: 300px;
  padding: 40px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  margin: 25px auto 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.icon-circle img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 30px;
  font-family: 'Georgia', serif;
}

.feature-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.line span {
  color: #c3a654;
  font-size: 18px;
  font-weight: bold;
}

.bar {
  width: 60px;
  height: 2px;
  background-color: #c3a654;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.feature-box:hover .bar {
  width: 90px;
}

/* Ustunluklerimiz end */
/* Mehsullar */
.modal-body {
  display: flex;
}

.modal-body img {
  width: 250px;
}

.serviceimg img {
  position: absolute;
}

.service1 {
  width: 387px;
  bottom: 3%;
  right: 80%;
}

.servicehaqqimizda {
  width: 225px;
  bottom: 6%;
  left: 85%;
}

.service2 {
  width: 174px;
  bottom: 74%;
  left: 85%;
}

.service4 {
  width: 128px;
  right: 14px;
  bottom: 25px;
}

.service3 {
  width: 128px;
  left: 14px;
  bottom: 25px;
}

.mehsul-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 63px;
}

.bg1 {
  background-color: #e8e8c3;
  /* açıq yaşıl-bej ton */
}

.bg2 {
  background-color: #d7e3f0;
  /* açıq mavi ton */
}

.bg3 {
  background-color: #e0dff2;
  /* benovseyi ton */
}

.circle {
  width: 220px;
  margin-inline:auto;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.circle img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateY(-15px);
  transition: transform 0.3s ease;
  z-index: 2;
}

.mehsul-card {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mehsul-card p {
    position:relative;
    z-index:3;
  font-size: 33px;
  font-weight: 700;
  color: #005438;
}

.mehsul-card {
  width: calc(33.33% - 40px);
  text-align: center;
}

.circle {
  z-index: 1;
  border: 0px solid transparent;
  transition: .4s;
}

.mehsul-card:hover .gunessekli {
  opacity: 1;
  transform: rotate(0) translateX(-45px) translateY(-8px);
}

.mehsul-card:hover .circle.bg3 {
  border: 10px solid #e0dff2
}

.mehsul-card:hover .circle.bg2 {
  border: 10px solid #e6edf58c
}

.mehsul-card:hover .circle.bg1 {
  border: 10px solid #e9e9dfb0
}

/*.mehsul-card:hover .circle{*/
/*  transform: rotateY(180deg);*/
/*}*/
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: black;
  font-weight: 500;
}

.card-back {
  transform: rotateY(180deg);
}

.card-back ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 0;
}

.gunessekli {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: rotate(-45deg) translateX(-80px) translateY(20px);
  width: 150px;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 992px) {
  .mehsul-card {
    width: calc(50% - 25px);
  }
}

@media (max-width: 768px) {
  .mehsul-card {
    width: 100%;
  }

  .service2 {
    width: 80px;
    bottom: 95%;
    left: 76%;
  }

  .service1 {
    display: none;
  }

  .servicehaqqimizda {
    display: none;
  }

  #solutions {
    padding: 20px !important;
  }

  .contact-info {
    padding-top: 20px !important;
  }
}

#products {
  padding: 70px 0
}

.product-text h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 0;
  color: #191919;
}

.product-text p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.33;
  color: #b2b2b2;
  font-weight: 300;

}

.product-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
  transition: .5s all ease;
}

.product:hover .product-img {
  transform: translateY(-5px);
}

.product {
  display: flex;
  gap: 25px;
}

.product-circle {
  width: 200px;
  height: 200px;
  position: absolute;
  /*background: #f3f3f3;*/
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.product-img-wrap {
  text-align: center;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
}

.product-text {
  /*text-align: center;*/
  padding: 0 14px
}

/* Mehsullar end */
/* Faydali melumatlar */
.blog {
  font-weight: 700;
}

.swiper-wrapper {
  width: auto;
}

#solutions {
  padding: 60px;
}

#blogs {
  height: 550px;
  position: relative;
}

#blogs .mySwiper {
  padding: 20px;
  display: flex;
}

#blogs .mySwiper {
  padding: 20px;
}

#blogContentsLeft h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2B2B2B;
}

#blogContentsLeft h3:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  width: 90px;
  height: 90px;
  background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
  opacity: 0.8;
  filter: blur(35px);
  animation: pulse 3s ease infinite;
}

#blogContentsLeft>p {
  font-size: 18px;
  color: #595959;
  line-height: 150%;
  margin-bottom: 20px;
}

.mainBlog {
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 25px;
  padding: 1.25rem 1rem 1rem;
}

.mainBlogImgWrapper {
  height: 13rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

.mainBlogImgWrapper .hashtag {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  display: block;
  margin: 0 3px 6px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background: #65AB0E;
  opacity: 0;
}

.mainBlogImgWrapper::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0005;
  transition: all .3s ease;
}

.mainBlogImgWrapper .moreDetailBlog {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: fit-content;
  padding: 10px 20px;
  background: #65AB0E;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

.mainBlog:hover .mainBlogImgWrapper::after,
.mainBlog:hover .moreDetailBlog,
.mainBlog:hover .hashtag {
  opacity: 1;
}

.mainBlog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainBlog h4 {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 18px;
  color: black;
}

.mainBlogContents {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mainBlogTop p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  opacity: 0.8;
  font-size: 14px;
  color: #000;
}

.seeBlog {
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 17px;
}

.mainBlogContents svg {
  width: 15px;
}

.mainBlogBtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  opacity: 0.4;
  font-size: 14px;
  color: #000;
}

.mainBlogBtm>div {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Responsive */
@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .solution-card.large,
  .solution-card.top-right,
  .solution-card.bottom-right {
    border-radius: 40px;
  }

  .solution-card {
    min-height: 260px;
  }

  .solution-card .content {
    text-align: center;
    align-items: center;
  }
}

/* Faydali melumatlar end */

/*Haqqimizda*/
.aboutsection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.interactive-map {
  padding: 80px 10%;
  background-color: #faf9f5;
  position: relative;
}

.haqqimizdasekil {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.haqqimizdasekil img {
  position: absolute;
}

.back2 {
  right: 0;
  width: 409px;
  bottom: 0px;
}

.back1 {
  width: 409px;
  bottom: 0;
  left: 0;
}

.map-container {
  flex: 1 1 45%;
  text-align: center;
}

.map-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.map-content {
  flex: 1 1 45%;
  color: #2c2c2c;
}

.map-content h2 {
  font-size: 28px;
  color: #204b34;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
}

.map-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.etrafli-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #204b34;
  border: 1px solid #204b34;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: 25px;
}

.etrafli-btn:hover {
  background-color: #204b34;
  color: #fff;
}

/* ðŸ“± Responsiv dizayn */
@media (max-width: 900px) {
  .interactive-map {
    flex-direction: column;
    text-align: center;
  }

    .map-content {
        margin-top: 30px;
        text-align: center;
        /*display: flex;*/
        /*flex-direction: column;*/
    }

}


/*Haqqimizda end*/

/*Chat*/

/* livechat */
#liveChat {
  background-image: url("/img/chat2.png");
  background-color: #4897ff;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px 1px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  bottom: 5%;
  right: 3%;
  height: 55px;
  width: 55px;
  animation: radial-pulse 1.6s ease infinite;
  transition: all 0.3s ease;
  z-index: 99;
}

#liveChat.hide {
  opacity: 0;
  visibility: hidden;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

#liveChatBox {
  background-color: rgb(34, 86, 232);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
  /* color: rgb(255, 255, 255); */
  width: 370px;
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

#liveChatBox.visible {
  opacity: 1;
  visibility: visible;
}

#chatTop {
  padding: 15px 15px 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#chatAdmin {
  display: inline-grid;
  place-content: center;
  background-color: #4110ff;
  border: 2px solid #fff6;
  user-select: none;
  width: 42px;
  height: 42px;
  border-radius: 32px;
  font-size: 17px;
}

#chatAdminTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 120%;
}

#chatAdminTitle span:nth-of-type(2) {
  font-size: 13px;
  opacity: 0.8;
}

#chatClose {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: grid;
  place-content: center;
  padding: 7px;
}

#chatClose svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}

#chatBtm {
  margin-top: 20px;
  background-color: #fff;
  color: #000;
  border-top: 2px solid rgb(255, 255, 255);
  border-radius: 18px;
  height: 100%;
}

#chatBtmTitle {
  padding: 15px 32px;
}

#chatBtmTitle p:nth-of-type(1) {
  font-weight: bold;
}

#chatBtmTitle p {
  margin-bottom: 7px;
  font-size: 15px;
}

#chatBtmSocials {
  padding: 0px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#chatBtmSocials a {
  display: inline-flex;
  width: 45%;
  padding: 10px;
  align-items: center;
  box-shadow: 0px 0px 1px #b9bbbc;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-size: 14px;
}

#chatBtmSocials a:hover {
  box-shadow: 0px 0px 3px #b9bbbc;
}

#chatBtmSocials svg {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 5px;
}

#chatBtmSocials a:nth-of-type(1) svg {
  background-color: #24a1de;
}

#chatBtmSocials a:nth-of-type(2) svg {
  background-color: #1877f2;
  fill: #fff;
}

#chatBtmSocials a:nth-of-type(3) svg {
  background-color: #25d366;
}

#chatBtmSocials a:nth-of-type(4) svg {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

/*Chat end*/

/* Footer */
footer .copyright {
  display: flex;
  justify-content: space-between
}

footer .copyright span {
  color: #cfd9e2;
  font-size: 13px;
  font-weight: 500
}

.Bigfooter {
  background-color: #2c5747;
}

.endfotter {
  text-align: right;
}

.child {
  position: relative;
  padding: 0 15px;
}

.child::before,
.child::after {
  top: 65px;
  bottom: 17px;
  width: 1px;
  background-color: #0D1A15;
  position: absolute;
  content: '';
}

.child::before {
  left: -95px;

}

.child::after {
  right: -30px !important;
}

.endfotter li {
  line-height: 40px;
  font-size: 14px;
}

.footerinput button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 9;
  display: inline-block;
  min-width: 97px;
  min-height: 40px !important;
  margin: 0 1px 0 0;
  padding: 11px 16px;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #FBF3E2;
  border-radius: 6px;
  background-color: #FBF3E2;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.Bigfooter_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-links ul li a,
.sosiallink li a {
  color: inherit;
}

.footer-links ul li a {
  line-height: 40px;
}

.main-footer {
  overflow: hidden;
  margin-top: 56px;
}

.footer-top-image img {
  width: 100%;
  margin: 0 auto -11px;
}

.main-footer__top {
  padding: 72px 0 46px;
  color: #FFFFFF;
}

.main-footer__bottom {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 26px 0 22px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #274d3e;
}

.sosiallink {
  display: flex;
  gap: 15px;
}

.sosiallink li a {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.main-footer__top-title {
  font-family: "Alegreya", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 11px;
  color: #FFFFFF;
}

.main-footer__top-description {
  font-family: "Alegreya", serif;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  margin: 0 0 29px;
  letter-spacing: -0.2px;
}

.footerinput input {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 8px 13px;
  transition: border-color 0.3s linear;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  outline: none;
  background-color: transparent;
}

.endfotter img {
  width: 120px;
}


@media (max-width: 992px) {
    .right-img{display:none !important;}
  .Bigfooter_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-footer__top {
    padding: 25px 0 20px;
  }

  .endfotter {
    text-align: start;
  }
}

/* Footer end */


/*Call to action*/
.contact-container {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.contact-form {
  max-width: 50% !important;
  flex: 1;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form h4 {
  color: #6fb245;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-form h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fafafa;
  font-size: 15px;
}

.contact-form .input-row {
  display: flex;
  gap: 10px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  background: #2c5747;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form button i {
  margin-right: 8px;
}

.contact-form button:hover {
  background: #43a047;
}

.contact-info {
  flex: 1;
  /*padding-top: 60px;*/
}

.contact-info h1 {
  font-size: 28px;
  font-weight: 700;
}

.contact-info p {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info-item {
  /*display: flex;*/
  align-items: flex-start;
  gap: 15px;
  padding-top: 20px;
}

.icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.icon.green {
  background: #2c5747;
}

.icon.yellow {
  background: #2c5747;
}

.icon.darkgreen {
  background: #2c5747;
}

.info-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.info-item p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #666;
  padding-top: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-form {
    max-width: 100% !important;
  }

  .Calltoaction {
    padding: 20px;
  }
}

@media only screen and (max-width:1440px) {
  #navMenu ul {
    gap: 18px !important;
    font-size: 12px;
  }
}

/* Tablet and medium screens */
@media (min-width: 769px) and (max-width: 1024px) {
  .nav .scrolled-nav {
    gap: 20px;
    font-size: 14px;
  }

  .header {
    padding: 20px 40px;
  }

  /* Language selector positioning on tablet */
  .nav-lang-selector .dropdownlang__menu {
    left: -20px;
  }
}

/* Ensure nav items don't wrap on desktop */
@media (min-width: 769px) {
  .nav .scrolled-nav {
    flex-wrap: nowrap !important;
  }

  #navMenu .nav2 {
    flex-wrap: nowrap !important;
  }

  /* Ensure language selector is always visible on desktop */
  .header .right {
    display: flex !important;
  }

  /* Language selector in nav on desktop when not scrolled */
  :not(.scrolled) .nav-lang-selector {
    display: list-item !important;
  }

  /*:not(.scrolled) .right .dropdownlang {*/
  /*  display: none !important;*/
  /*}*/

  /*.scrolled .nav-lang-selector {*/
  /*  display: none !important;*/
  /*}*/

  .scrolled .right .dropdownlang {
    display: inline-block !important;
  }
}

/*Call to action End*/



/*apple section css*/
.apple-section {
  text-align: center;
  padding: 40px 20px;
  margin: auto;
}

.apple-section h2 {
  color: #1e7c52;
  font-size: 28px;
  font-weight: bold;
}

.apple-section .desc {
  max-width: 650px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.bigcardapple p{display:flex;gap:5px;}
.apple-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
    
  



.apple-card {
  text-align: left;
  width:100%;
  background:#eee;
  border-radius:16px;
  padding:20px 10px;
  /*max-width: 280px;*/
  margin: auto;

}

.apple-card img {
  width: 120px;
  min-width:120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #bde8b7;
    display: block;
}

@media (max-width: 768px) {
   .apple-card img {
        width: 120px;
        height: 120px;
    }
    
    .apple-card{
        gap:10px !important;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }
    
    .apple-card p{
        display:flex;
        flex-direction:column;
    }
}


.apple-card h3 {
  /*text-align: center;*/
  font-size: 16px;
  font-weight: 700;
  color: #006d3b;
  margin-bottom: 6px;
  color: green;
}

.apple-card p {
  font-size: 14px;
  margin: 0;
  margin-top: 12px;
}

.apple-card {
  display: flex;
  gap: 25px;
}

.subtitle {
  color: #555;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.package-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.package-container img {
  width: 260px;
  height: auto;
  border-radius: 6px;
  /*box-shadow: 0 2px 12px rgba(0,0,0,0.15);*/
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .apple-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/*mobil*/
/* MOBILE MENU BASE */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #2e5647;
  color: #fff;
  padding: 25px;
  z-index: 999999;
  transition: right 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* When active */
.mobile-menu.active {
  right: 0;
}

/* Header part */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.mobile-menu-logo {
  display: flex;
  align-items: center;
}

.mobile-menu-logo img {
  max-width: 140px;
  height: auto;
}

.mobile-menu-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}


.mobile-menu-header span {
  font-size: 20px;
  font-weight: 600;
}

.close-btn {
  background: none;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

/* Menu items */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  margin-bottom: 18px;
}

.mobile-menu-list a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.mobile-menu-list a:hover {
  opacity: 0.8;
}

/* Languages */
.mobile-lang {
  display: flex;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #ffffff40;
}

.mobile-lang a {
  color: #fff !important;
  font-size: 17px;
  text-decoration: none;
}

.mobile-lang a:hover {
  opacity: 0.7;
}

/* HIDE ON DESKTOP */
@media(min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
/*fealiyyet inner*/
.activity_box_wrap{position:relative;border-right:1px solid gray;}
 .activity_box::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
.activity-row {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}


.activity_box .bg-img {
  width:100%;
  height:400px;
  opacity:0;
  
}
.serv-full img{margin-bottom:15px;}
.activity_box a {
  display: block;
  height: 100%;
  color: white;
  position: relative;
}
.activity_box .box_info {
  position: absolute;
  bottom: 50px;
  left: 45px;
  right: 45px;
}
.activity_box .box_title {
    text-shadow: 0 4px 10px rgba(0, 0, 0, 1);
  letter-spacing: normal;
  line-height: 1.06;
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: 600;
}
.box_info p span {
  padding-right: 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 15px;
  transition: 0.3s ease;
  color: #f9423a;
  opacity: 0;
}
.activity_box .box_info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 15px;
  transform: translateX(-80px);
  transition: transform 0.2s ease;
}
.activity_box:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.activity_box:hover .box_info p span {
  opacity: 1;
}
.activity_box:hover .box_info p i {
  transform: translateX(0px);
}
@media (min-width: 992px) {
  ul.sub_menu:is(.active) {
    top: 88px;
    left: -75px;
    position: absolute;
    width: 200px;
    background: #efefef;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  ul.sub_menu:is(.active) {
    position: static;
    padding-left: 20px;
    align-items: flex-start;
  }
}

/*fealiyyet inner end*/



/* ===== PAGINATION ===== */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  margin-top: 30px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination-btn {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.pagination-btn:hover:not(:disabled) {
  background-color: #007b5e;
  color: #fff;
  border-color: #007b5e;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #999;
}

.pagination-btn:disabled:hover {
  background-color: #f5f5f5;
  color: #999;
  border-color: #ddd;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-number {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.pagination-number:hover {
  background-color: #007b5e;
  color: #fff;
  border-color: #007b5e;
}

.pagination-number.active {
  background-color: #007b5e;
  color: #fff;
  border-color: #007b5e;
  font-weight: 600;
  cursor: default;
}

.pagination-number.active:hover {
  background-color: #007b5e;
  color: #fff;
}

/* Responsive Pagination */
@media (max-width: 768px) {
  .pagination {
    gap: 5px;
  }
  
  .pagination-btn {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .pagination-number {
    min-width: 35px;
    height: 35px;
    font-size: 13px;
  }
  
  .pagination-numbers {
    gap: 4px;
  }
}


.pagination-numbers {
    display: flex;
    gap: 8px; /* space between numbers */
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.pagination-numbers a {
    display: inline-flex;
 
    justify-content: center;
    align-items: center;

    padding: 6px 12px;
    width:36px;
    height:36px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    transition: all 0.2s ease;
    user-select: none;
}

.pagination-numbers a:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.pagination-numbers span {
       display: inline-flex;
 
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
     width:36px;
    height:36px;
    background-color: #007b5e; /* active color */
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
}
.pt-4.pagination-active .apple-grid>*,
.pt-4.pagination-active .row>.col-md-6,
.pt-4.pagination-active .row>.col-lg-6,
.pt-4.pagination-active .row>.col-sm-6,
.pt-4.pagination-active .row>.col,
.pt-4.pagination-active .row>div {
  display: block !important;
}
/*Pagination end*/

@media (max-width: 480px) {

  /* Apple Grid */
  .apple-grid {
    grid-template-columns: 1fr;
  }

  /* Service Big -> Mehsul h2 */
  .serviceBig .mehsul h2 {
    text-align: center;
  }

  /* Pagination */
  .pagination-btn span {
    display: none;
  }

  .pagination-btn {
    padding: 8px 12px;
    min-width: 40px;
  }

  .pagination-btn.prev-btn::before {
    content: "‹";
    font-size: 20px;
  }

  .pagination-btn.next-btn::after {
    content: "›";
    font-size: 20px;
  }

  .pagination-number {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
    .activity_box .bg-img {
        opacity: 1;
    }
    .aboutsection {
        display: block; /* görünür qalır, amma flex deyil */
    }
    
}
