* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1440px;
  margin: auto;
}
body {
  background: rgb(68, 57, 141);
  font-family: "Poppins", sans-serif;
  color: white;
}
a {
  color: white;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
}
.lang-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.lang-selected {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lang-selected img {
  width: 24px;
}

.lang-selected i {
  font-size: 12px;
  transition: 0.3s;
}

.lang-dropdown.open .lang-selected i {
  transform: rotate(180deg);
}

.lang-menu {
  position: absolute;
  top: 130%;
  right: 0;
  background: #1f1f1f;
  border-radius: 6px;
  padding: 6px 0;
  width: 140px;
  display: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.lang-dropdown.open .lang-menu {
  display: block;
}

.lang-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.2s;
}

.lang-menu li:hover {
  background: rgba(255, 255, 255, 0.08);
}

.lang-menu img {
  width: 22px;
}
/* -------------------------------- NAVBAR ------------------------------- */
.navbar {
  display: flex;
  justify-content: space-between;

  align-items: center;
  padding: 25px 70px;
  position: relative;
  z-index: 10;
  background: transparent;
}
.nav {
  width: 964px;
  height: 59px;
  vertical-align: middle;
}
nav a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}
li a:hover {
  background-color: white;
  border-radius: 40px;
  color: #2c1a73;
  padding: 10px;
  font-weight: bold;
}

.logo {
  width: 101px;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  vertical-align: middle;
}

.nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
  border: 1px solid white;
  border-radius: 100px;
  padding: 20px 20px;
  background: transparent;
  backdrop-filter: blur(5px);
}

.nav a {
  text-decoration: none;
  color: white;
  font-size: 17px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-right i {
  font-size: 20px;
}

.lang {
  padding: 14px 14px;
  border: 1px solid white;
  border-radius: 100px;
  font-size: 14px;
}
.fa-solid {
  padding: 14px 14px;
  border: 1px solid white;
  border-radius: 100px;
  font-size: 14px;
}
.hero {
  height: 180vh;
  background-image: url(./pictures/Topographic\ 3.png);
  background-size: cover;
}

.about_blok h1 {
  padding: 81px 0px 0px 170px;
  font-size: 32px;
}

.aboutblock2 {
  padding: 1px 0px 0px 170px;
  font-size: 20px;
}
.aboutblock2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-direction: column;
}
.about_blok img {
  display: block;
  margin: 120px auto 0;
}

.about_blok h2 {
  padding: 101px 0px 5px 180px;
  font-size: 32px;
}
.footer {
  background: rgb(68, 57, 141);
  padding: 80px 0;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 55px;
}

.footer-logo h3 {
  font-size: 18px;
  color: #ffb400;
}

.footer-desc {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.6;
}
.footer-desc h3 {
  font-size: 16px;
  padding-bottom: 10px;
}
.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  background: rgb(68, 57, 141);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
}

.footer-socials a:hover {
  background: #ffb400;
  background: rgb(68, 57, 141);
}

.footer-col h4 {
  color: #ffb400;
  margin-bottom: 16px;
  font-size: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #ffb400;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footerdown {
  color: #ffb400;
  text-align: center;
  padding: 35px;
}
.downfooter {
  padding: 6px;
}
.callicon {
  width: 22px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.card {
  height: 299px;
  border-radius: 22px;
  padding: 50px;
  position: relative;
}
.imgoffice {
  width: 1160px;
  max-width: 100%;
  display: block;
  margin: 120px auto 0;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.imgoffice:hover {
  transform: scale(1.04);
}

/* Hover effect */
.imgoffice:hover {
  transform: scale(1.05) translateY(-8px);
}

.card.yellow {
  background: #ffb81c;
  color: white;
}

.card.white {
  background: #ffb81c;
  color: white;
}

.card .num {
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 24px;
}
.steps {
  padding: 80px 120px;
  background: rgb(68, 57, 141);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.card {
  height: 299px;
  border-radius: 22px;
  padding: 28px;
  position: relative;
}

.card.yellow {
  background: #ffb81c;
  color: white;
}

.card.white {
  background: #ffb81c;
  color: white;
}

.card .num {
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 24px;
}

.card h3 {
  margin-top: 120px;
  font-size: 20px;
  line-height: 1.3;
}

.card.white p {
  margin-top: 12px;
  font-size: 14px;
}

.steps-grid .card:nth-child(n + 5) {
  grid-column: span 1;
}
.card.white,
.card.yellow:hover {
  cursor: pointer;
  background-color: white;
  color: rgb(68, 57, 141);
}
.group_1 {
  padding: 3px 0px 0px 123px;
  font-size: 32px;
}
.group_2 {
  padding: 20px 0px 0px 123px;
  font-size: 20px;
  width: 1149px;
}
.steps1 {
  padding: 80px 120px 200px;
  background: rgb(68, 57, 141);
}

.steps1-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.card1 {
  height: 299px;
  border-radius: 22px;
  padding: 28px;
  position: relative;
}

.card1.yellow {
  background: #ffb81c;
  color: white;
}

.card1.white {
  background: #ffb81c;
  color: white;
}

.card1 .num {
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 24px;
}

.steps1-grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.card1 {
  height: 399px;
  border-radius: 22px;
  padding: 28px;
  position: relative;
}
.card2 {
  height: 399px;
  border-radius: 22px;
  padding: 28px;
  position: relative;
}
.card2 img {
  width: 329px;
  height: 469px;
  position: relative;
}
.card2 h4 {
  padding-bottom: 15px;
}
.card1 img {
  width: 329px;
  height: 469px;
}

@media (max-width: 768px) {
  /* ===== NAVBAR ===== */
  .navbar {
    padding: 15px 20px;
    flex-wrap: wrap;
  }

  .nav {
    width: 100%;
    margin-top: 15px;
  }

  .nav ul {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .nav-right {
    display: none;
  }

  /* ===== ABOUT HERO ===== */
  .about_blok {
    max-width: 768px;

    margin: auto;
  }

  .about_blok h1 {
    font-size: 28px;
    text-align: center;
  }

  .about_blok h2 {
    font-size: 22px;
    margin-top: 40px;
  }

  .about_blok p {
    font-size: 15px;
    line-height: 1.7;
    margin: auto;
  }

  .about_blok img {
    width: 100%;
    max-width: 420px;
    margin: 30px auto;
    display: block;
    border-radius: 18px;
  }

  /* ===== STEPS GRID ===== */
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 620px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .steps-grid .card {
    padding: 24px;
    border-radius: 18px;
    text-align: center;
  }

  .steps-grid .num {
    font-size: 28px;
  }

  /* ===== TEAM TEXT ===== */
  .group_1 {
    text-align: center;
    font-size: 26px;
    margin-top: 60px;
  }

  .group_2 {
    text-align: center;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  /* ===== TEAM GRID ===== */
  .steps1-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 520px;
    margin: 40px auto;
    padding: 0 20px;
  }

  .card1 img {
    width: 100%;
    border-radius: 16px;
  }

  /* ===== FOOTER ===== */
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .footer-socials {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  /* steps */
  .steps-grid {
    grid-template-columns: 1fr;
  }

  /* team */
  .steps1-grid1 {
    grid-template-columns: 1fr;
  }

  .steps-grid .card {
    padding: 28px;
  }

  .about_blok h1 {
    font-size: 24px;
  }

  .group_1 {
    font-size: 22px;
  }
}
/* ===== BURGER ICON ===== */
.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.burger span {
  width: 26px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  transition: 0.3s;
}

/* ===== MOBILE MENU ===== */
@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  .nav ul {
    flex-direction: column;
    padding: 20px 0;
    gap: 16px;
  }

  .nav ul li a {
    font-size: 16px;
  }

  .nav-right {
    display: none;
  }
}
.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.burger span {
  width: 26px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* Mobile menu panel */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  height: 100vh;
  background: linear-gradient(135deg, #5d49c7, #2c1a73);
  padding: 80px 30px;
  transition: 0.4s ease;
  z-index: 999;
}

.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mobile-menu a {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

/* Active state */
.mobile-menu.active {
  right: 0;
}

/* Burger animation */
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ---------------- MOBILE -------- */
@media (max-width: 768px) {
  .burger {
    display: flex;
    z-index: 1001;
  }

  .nav {
    display: none;
  }

  .nav-right {
    display: none;
  }
}
/* Burger միշտ վերևում լինի */
.burger {
  position: relative;
  z-index: 1001;
}

/* Mobile menu չերևա desktop-ում */
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}

/* Mobile-ում desktop nav-ը հանի */
@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .nav-right {
    display: none;
  }
}
@media (max-width: 768px) {
  /* ===== NAVBAR ===== */
  .nav {
    display: none;
  }

  .burger {
    display: flex;
    z-index: 1001;
  }

  .navbar {
    padding: 15px 20px;
    justify-content: space-between;
  }

  .logo img {
    width: 70px;
    height: auto;
  }

  .nav-right {
    gap: 10px;
  }

  .mobile-menu {
    z-index: 1000;
  }

  /* ===== HERO ===== */
  .hero-content {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }

  .hero-left h1 {
    font-size: 42px;
  }

  .hero-left h2 {
    font-size: 32px;
  }

  .hero-left p {
    font-size: 14px;
  }

  .hero-btn {
    width: 100%;
  }

  /* ===== SLIDER ===== */
  .slider-wrapper {
    width: 100%;
    padding: 200px 0;
  }

  .slide img {
    width: 260px;
    height: 360px;
  }

  .slide.left {
    transform: translateX(-120px) scale(0.8);
  }

  .slide.right {
    transform: translateX(120px) scale(0.8);
  }

  /* ===== ABOUT ===== */
  .about_blok {
    flex-direction: column;
    padding: 20px;
  }

  .about {
    padding: 0;
    font-size: 24px;
  }

  .about_p {
    padding: 15px 0;
    font-size: 16px;
  }

  .right_about {
    padding: 0;
    justify-content: center;
  }

  /* ===== STEPS ===== */
  .steps-section {
    width: 100%;
    padding: 20px;
  }

  .function p {
    width: 100%;
    text-align: center;
  }

  .step {
    min-width: 220px;
    height: 260px;
  }

  /* ===== GRID ===== */
  .gridbox {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 20px;
  }

  .box {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  /* ===== SERVICES ===== */
  .services {
    flex-direction: column;
    width: 100%;
  }

  .service-item img {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .service-item_name,
  .service-item_logo,
  .service-item_brend,
  .service-item_pack,
  .service-item_bigbrend,
  .service-item_UI {
    position: static;
    padding: 10px 20px;
    font-size: 18px;
  }

  /* ===== FORM ===== */
  .forma {
    width: 100%;
    height: auto;
  }

  .formcall {
    padding: 20px;
  }

  /* ===== FOOTER ===== */
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
/* ================= BURGER ================= */

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.burger span {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

/* Burger animation */
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ================= MOBILE MENU ================= */

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  height: 100vh;
  background: linear-gradient(135deg, #5d49c7, #2c1a73);
  padding: 90px 30px;
  transition: 0.4s ease;
  z-index: 1000;
}

.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.mobile-menu ul li a:hover {
  background-color: white;
  color: #2c1a73;
}
/* Active state */
.mobile-menu.active {
  right: 0;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .burger {
    display: flex;
  }

  .navbar {
    padding: 15px 20px;
    justify-content: space-between;
  }

  .logo img {
    width: 70px;
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.search-panel input {
  border: none;
  outline: none;
  font-size: 14px;
}

.close-search {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
}

.highlight {
  background: yellow;
  color: black;
}
/* SEARCH OVERLAY */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  z-index: 9999;
}

/* SEARCH PANEL */
.search-panel {
  background: #fff;
  width: 90%;
  max-width: 420px;
  padding: 14px 45px 14px 16px;
  border-radius: 10px;
  position: relative;
}

.search-panel input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
}

/* CLOSE */
.close-search {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
}

/* HIGHLIGHT */
.highlight {
  background: yellow;
  color: black;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .search-overlay {
    padding-top: 90px;
  }

  .search-panel {
    width: 92%;
  }
}
body {
  cursor: url(./pictures/cursor.png), auto;
}

.custom-cursor {
  position: fixed;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    transform 0.15s ease,
    opacity 0.15s ease,
    background 0.15s ease;
  z-index: 10000;
}

/* Hover ինտերակտիվ տեղերում */
a:hover ~ .custom-cursor,
button:hover ~ .custom-cursor,
.close-search:hover ~ .custom-cursor,
.lang-menu li:hover ~ .custom-cursor {
  transform: translate(-50%, -50%) scale(1.4);
  background: rgba(255, 190, 38, 0.25); /* քո դեղին accent */
  border-color: #ffbe26;
}
/* ===== OFFLINE OVERLAY ===== */

/*======================
    404 page
=======================*/

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
/* OFFLINE OVERLAY - BTOB STYLE */

.offline-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}

.offline-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.offline-card {
  text-align: center;
  padding: 60px 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
  width: 400px;
  animation: fadeUp 0.6s ease forwards;
}

.offline-card h1 {
  font-size: 100px;
  margin: 0;
  background: linear-gradient(90deg, #00f5ff, #ff00c8);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glow 2s infinite alternate;
}

.offline-card h2 {
  margin: 10px 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.offline-card p {
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 25px;
}

.offline-card button {
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #00f5ff, #ff00c8);
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.offline-card button:hover {
  transform: scale(1.05);
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 5px #00f5ff);
  }
  to {
    filter: drop-shadow(0 0 20px #ff00c8);
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ===== ABOUT & WHY CHOOSE US CENTERED ===== */
.about_blok,
.aboutblock2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.about_blok h1,
.aboutblock2 h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about_blok p,
.aboutblock2 p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 25px;
  text-align: justify;
}

.about_blok img.imgoffice {
  margin: 50px auto 0;
  display: block;
  max-width: 100%;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.about_blok img.imgoffice:hover {
  transform: scale(1.05) translateY(-8px);
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 1024px) {
  .about_blok h1,
  .aboutblock2 h2 {
    font-size: 32px;
  }

  .about_blok p,
  .aboutblock2 p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about_blok img.imgoffice {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .about_blok,
  .aboutblock2 {
    padding: 40px 15px;
  }

  .about_blok h1,
  .aboutblock2 h2 {
    font-size: 28px;
  }

  .about_blok p,
  .aboutblock2 p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about_blok img.imgoffice {
    max-width: 100%;
    margin: 30px auto;
  }
}

@media (max-width: 480px) {
  .about_blok h1,
  .aboutblock2 h2 {
    font-size: 24px;
  }

  .about_blok p,
  .aboutblock2 p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .card h3 {
    font-size: 16px;
    margin-top: 60px;
  }

  .card .num {
    font-size: 24px;
  }

  .card1 h4,
  .card2 h4 {
    font-size: 16px;
  }

  .card1 p,
  .card2 p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .steps-grid,
  .steps1-grid1 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .card h3,
  .card1 h4,
  .card2 h4 {
    font-size: 16px;
  }

  .card1 p,
  .card2 p {
    font-size: 13px;
  }
}
.steps1 {
  padding: 60px 20px 120px;
  background: rgb(68, 57, 141);
}

.steps1-grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.card1, .card2 {
  height: auto;
  border-radius: 22px;
  padding: 15px;
  text-align: center;
}

.card1 img,
.card2 img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin-bottom: 15px;
}

.card1 h4,
.card2 h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.card1 p,
.card2 p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
body{
user-select:none;
}