* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.bg-sky {
  background: #f2f2f2;
}
.bg-darking {
  background: #f2f2f2;
}
.bg-simple {
  background: #0f2f60 !important;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
  background-color: #fff;
}
ul {
  padding-left: 0 !important;
}
.end {
  position: relative;
  height: auto;
}
.left-side {
  width: 100%;
  height: auto;
}

.counter button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.body-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.body-search {
  background-color: #255285;
}
.body-head {
  background-color: #255285;
}
.head-text {
  width: 100%;
  padding: 10px;
  margin: auto;
}
#container {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}
.more-link {
  display: none;
}
.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  opacity: 0.94;
  padding-top: 3rem;
  height: auto;
}
.btns {
  display: inline-block;
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.1s linear 0.05s;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btns::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.custom-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 ustun */
  gap: 15px;
}

.custom-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.contact-page {
  width: 100%;
  margin: auto;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.contact-info img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 8px;
}

.section-title {
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.table-wrapper {
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

.styled-table th,
.styled-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.styled-table thead {
  background: #0d6efd;
  color: #fff;
}

.styled-table tbody tr:hover {
  background: #f5f7fa;
}

.styled-table a {
  color: #0d6efd;
  text-decoration: none;
}

#table {
  display: none;
}
#UZB354:hover,
#UZB355:hover,
#UZB356:hover,
#UZB357:hover,
#UZB358:hover,
#UZB361:hover,
#UZB362:hover,
#UZB363:hover,
#UZB364:hover,
#UZB365:hover,
#UZB370:hover,
#UZB371:hover,
#UZB372:hover,
#UZB4828:hover {
  stroke: #333;
  fill: #4f4f4f;
}
.accordion-button.active path {
  stroke: #333;
  fill: #4f4f4f;
}
.btns::after {
  color: #000;
  transition: border 0.1s linear 0.05s;
}
.btns .btn-inner {
  position: relative;
  z-index: 2;
}
.btns:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
  border-color: #373737;
  transition: border 0.1s linear 0s;
  background: #e1e1e1;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.box {
  width: 258px;
  height: auto;
  padding: 10px;
  gap: 20px;
  border-radius: 30px;
}
.box1 {
  width: 40%;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.titles a {
  font-size: 18px;
  font-weight:600;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .counter h1 {
    font-size: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .custom-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .custom-gallery {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .container-post {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .box1 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .container-post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-items: center;
  }
  .tabs [class^="tab"] label,
  .tabs [class^="tab"] label:checked,
  .tabs [class*=" tab"] label {
    font-size: 17px;
    text-align: center;
  }
}
