
:root {
  /* Fonts */
  --font-primary: 'Manrope', sans-serif;
  --font-2:'Manrope', sans-serif;
}

body {

      margin: 0;
      padding: 0;
      background: #fff;
      color: #333;
    }

    .contact-section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 60px 20px 30px;
      text-align: center;
    }

.contact-section{
    margin-top: 200px;}
@media (max-width:767px){
.contact-section {
    margin-top:100px;}
}

    .contact-section h2 {
      font-size: 26px;
      color: #6b2b2b;
      text-transform: uppercase;
      margin-bottom: 40px;
      letter-spacing: 1px;
      font-family: var(--font-2);
      font-weight: 200;
      letter-spacing: 0.5px;

    }

    .contact-boxes {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      gap: 20px;
      margin-bottom: 30px;
    }

    .contact-box {
      flex: 1;
      text-align: center;
      padding: 0 15px;
      border-right: 1px solid #ddd;
    }
    .contact-box img{
      width: 40px;
    }

    .contact-box:last-child {
      border-right: none;
    }

    .contact-box i {
      font-size: 28px;
      margin-bottom: 15px;
      color: #000;
    }

    .contact-box h3 {
      font-size: 16px;
      font-weight: bold;
      font-weight: 500;
      font-family: var(--font-primary);
      letter-spacing: 0.5px;
      margin-bottom: 5px;
      color: #6C283A;
    }

    .contact-box p {
      font-size: 16px;
      font-family: var(--font-primary);
      color: #666;
      margin: 0;
    }

    .contact-note {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      line-height: 100%;
      line-height: 1.5;
      margin-top: 20px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-boxes {
        flex-direction: column;
        border: none;
      }
      .contact-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }
      .contact-box:last-child {
        border-bottom: none;
      }
    }


@media (min-width:767px){
.contact-box img{
    margin-bottom: 20px;}
}
@media (max-width:767px){
.contact-box img{
    width:30px}
}


    .contact-map {
        display: flex;
        gap: 20px; /* ✅ Added gap between containers */
        max-width: 1200px;
        margin: 10px auto;
        background: #ffffff00;
        /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
        padding: 20px;
        box-sizing: border-box;
    }

    .contact-info {
        background: #7b2030;
        color: #fff;
        padding: 30px;
        width: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 1px;
    }

    .contact-info h3 {
        margin-bottom: 8px;
        font-size: 16px;
        color: #C59500;
        font-weight: 200;
        font-family: var(--font-primary);
        line-height: 21px;
    }

    .contact-info .contact-details{
        margin-bottom: 20px;
        font-size: 14px;
        display: flex;
        gap: 5px;
        align-content: flex-start;
        letter-spacing: 0.5px;
        line-height: 21px;
    }

    .contact-info i {
        margin-right: 8px;
    }

    .social-icons {
        display: block;
        gap: 12px;
        margin-top: 10px;
    }

    .social-icons a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .social-icons a:hover {
        color: #d9a21d;
    }

    .map {
        flex: 1;
        border-radius: 1px;
        overflow: hidden;
    }

    .map iframe {
        width: 100%;
        height: 100%;
        border: 0;
        min-height: 400px;
    }

    /* Responsive */
    @media (max-width: 900px) {
        .contact-map {
            flex-direction: column;
        }
        .contact-info {
            width: 100%;
        }
        .map iframe {
            height: 300px;
        }
    }


    .container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 20px;
}

/* Swiper takes left half */
.mySwiper {
  width: 50%;
  max-width: 500px;
}

/* Images inside Swiper */
.mySwiper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Text takes right half */
.text {
  flex: 1;
  max-width: 600px;
}
