* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  background-color: #0d0d0f;
}
.intro-screen {
  position: fixed;
  inset: 0;
  background: #0d0d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: introOut 0.9s ease forwards;
  animation-delay: 1.5s;
}
@keyframes introOut {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.intro-text {
  color: #ffd400;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: introIn 1s ease forwards;
}
@keyframes introIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.intro-icon {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  filter: invert(78%) sepia(96%) saturate(1620%) hue-rotate(359deg)
    brightness(102%) contrast(105%);
  opacity: 0;
  transform: translateY(20px);
  animation: introIn 1ms ease forwards;
  animation-delay: 0.5s;
}

.page {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1.5rem;
}
.svg {
  filter: invert(78%) sepia(96%) saturate(1620%) hue-rotate(359deg)
    brightness(102%) contrast(105%);
}
.svg1 {
  filter: invert(1) brightness(0);
}
.svg2 {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 212, 0, 0.12);
  filter: invert(78%) sepia(96%) saturate(1620%) hue-rotate(359deg)
    brightness(102%) contrast(105%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero {
  background-image:
    linear-gradient(
      135deg,
      rgba(34, 31, 12, 0.55) 0%,
      rgba(13, 13, 15, 0.65) 100%
    ),
    url("./img/IMG_8320.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ffd400;
  box-shadow: 0 0 10px #ffd400;
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  position: relative;
}
.hero h1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #fff;
}
.hero p {
  font-size: 14px;
  color: #9c9ca8;
  max-width: 480px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}
.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(255, 212, 0, 0.12);
  border: 1px solid #ffd400;
  color: #ffd400;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.hole {
  color: #ffd400;
}
.heroFeautres {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}
.features {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffd400;
  color: #1a1500;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.call-wrapper {
  position: relative;
  display: inline-block;
}
.call-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #1f1f24;
  border: 1px solid rgba(255, 212, 0, 0.3);
  border-radius: 14px;
  overflow: hidden;
  z-index: 10;
  text-align: left;
}
.call-menu.open {
  display: block;
}
.call-menu a {
  display: block;
  padding: 14px 16px;
  color: #ffd400;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.call-menu a:hover {
  background: rgba(255, 212, 0, 0.12);
}
.call-menu a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(255, 212, 0, 0.35);
}

.cta-btn:active {
  transform: scale(0.96);
}

/*რატომ გვირჩევენ ჩვენ?*/

.section {
  margin-bottom: 1.25rem;
}
.sectionHeader {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gridBoxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.box {
  background: #1f1f24;
  border: 1px solid none;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-box img {
  width: 18px;
  height: 18px;
  filter: invert(78%) sepia(96%) saturate(1620%) hue-rotate(359deg)
    brightness(102%) contrast(105%);
}
.icon-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 212, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.box span {
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
}

/* ქალაქები */
.underSection {
  background: #1f1f24;
  border: 1px solid;
  border-radius: 16px;
  padding: 1.5rem;
}
.underSection p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.cityTag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.city {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #221f0c;
  color: #ffd400;
  border: 1px solid #ffd400;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
}
.sit-call {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: #1f1f24;
  border: 1px solid none;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 16px;
  line-height: 1.6;
}
.priceBaner {
  background: #1f1f24;
  border: 1px solid none;
  border-radius: 16px;
  padding: 1.5rem;
}
.priceBaner p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.bannerpils {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffd400;
  color: #1a1500;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 999px;
}
.callBaner {
  background: linear-gradient(135deg, #16140a 0%, #0d0d0f 100%);
  border: 1px solid #ffd400;
  box-shadow: 0 0 10px #ffd400;
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 0.75rem;
}
.callBaner p {
  font-size: 14px;
  color: #9c9ca8;
  margin-bottom: 0.5rem;
}
.call {
  font-size: 24px;
  font-weight: 700;
  color: #ffd400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
}
.contact-box {
  background: #1f1f24;
  border: 1px solid none;
  border-radius: 18px;
  padding: 1.5rem;
}
.contact-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.contact-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.contact-btn:active {
  transform: scale(0.97);
}
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon .ic {
  font-size: 20px;
}
.contact-text .lbl {
  display: block;
  font-size: 11px;
  color: #9c9ca8;
  margin-bottom: 2px;
}
.contact-text .val {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.btn-call {
  background: #221f0c;
  border: 1px solid rgba(161, 198, 67, 0.3);
}
.btn-call .contact-icon {
  background: rgba(255, 212, 0, 0.2);
  color: #ffd400;
}
.btn-call .val {
  color: #ffd400;
}

.btn-whatsapp {
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.3);
}
.btn-whatsapp .contact-icon {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
}
.btn-whatsapp .val {
  color: #3fe584;
}

.btn-viber {
  background: rgba(124, 93, 250, 0.08);
  border: 1px solid rgba(124, 93, 250, 0.3);
}
.btn-viber .contact-icon {
  background: rgba(124, 93, 250, 0.15);
  color: #8c7bff;
}
.btn-viber .val {
  color: #a696ff;
}
.seo-box {
  background: #1f1f24;
  border-left: 3px solid #ffd400;
  border-radius: 0 14px 14px 0;
  padding: 1.25rem 1.5rem;
}
.seo-box p {
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
}

.svg3 {
  filter: invert(76%) sepia(47%) saturate(690%) hue-rotate(89deg)
    brightness(95%) contrast(95%);
}
.svg4 {
  filter: invert(62%) sepia(43%) saturate(1704%) hue-rotate(218deg)
    brightness(101%) contrast(101%);
}
.hero-whatsapp {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d366;
  text-decoration: none;
  transition: transform 0.15s ease;
  z-index: 5;
}
.hero-whatsapp:hover {
  transform: scale(1.08);
}
.hero-whatsapp .ic {
  width: 22px;
  height: 22px;
}
html {
  scroll-behavior: smooth;
}
