body {
      background: #f5f7fb;
     line-height: 1.9;
    }

    .contact-section {
      max-width: 1200px;
      margin: 50px auto;
      padding: 20px;
    }

    @media (min-width: 768px) {
    .contact-wrapper {
      margin: 0 15%;
    }}
 .social-svg{
    width:30px;
    height:30px;
    display:block;
    flex-shrink:0;
}
    .contact-card {
      background: #fff;
      border-radius: 18px;
      padding: 30px;
      margin: 30px 0 ;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

    .contact-card h2 {
      font-size: 28px;
      margin-bottom: 15px;
    }

    .contact-card p.title {
      font-size: 17px;
      margin-bottom: 20px;
      color: #444;
    }

    .info-item {
      margin-bottom: 18px;
      padding-bottom: 12px;
      border-bottom: 1px solid #eee;
    }

    .info-item:last-child {
      border-bottom: none;
    }

    .info-item h3 {
      font-size: 18px;
      color: #111;
      margin-bottom: 8px;
    }

    .info-item p,
    .info-item a {
      font-size: 16px;
      color: #555;
      text-decoration: none;
    }

    .info-item a:hover {
      color: #0d47a1;
    }

    .social-box h3 {
      font-size: 22px;
      margin-bottom: 20px;
    }

    .social-buttons {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .social-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
      color: #fff;
      padding: 16px;
      border-radius: 14px;
      font-size: 17px;
      font-weight: bold;
      transition: 0.3s ease;
    }

    .social-btn i {
      font-size: 22px;
    }

    .whatsapp { background: #25D366; }
    .telegram { background: #229ED9; }
    .bale     { background: #0cb689; }
    .rubika   { background:#ff0076ba; }

    .social-btn:hover {
      transform: translateY(-3px);
      opacity: 0.9;
    }


      .social-buttons {
        grid-template-columns: 1fr;
      }

      .contact-card {
        padding: 22px;
      }

      .contact-card h2 {
        font-size: 24px;
      }
    }
   
.map {
  margin-top: 50px;
}

iframe {
  border: 0px;
  border-radius: 50px;
}

.ns-contact-page {
    padding: 15px 10px;
    background:
    radial-gradient(circle at top right, rgba(255, 225, 234, 0.95), transparent 30%),
    radial-gradient(circle at bottom left, rgba(245, 216, 223, 0.85), transparent 35%),
    linear-gradient(135deg, #fffdfd 0%, #fff6f8 45%, #fffafb 100%);
}

    @media (min-width: 768px) {
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}}

    @media (min-width: 768px) {
.social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}}
