@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr!important;
  }

  .image-wrapper img {
    width: 120px;
    height: 80px;
  }
  .contact-section.col {
    width: 100%;
}
}
@media (min-width: 768px) {
.same-col {
    display: flex;
    gap: 40px;
}
  .contact-section {
    max-width: 100%;
  width: 50%;
}
}
h1, h2, h3, h4, h5, h6, p{
  font-family: "Playfair Display", serif;
}
h1, h2{
  font-size: 36px;
  margin: 0px;
  font-family: "Playfair Display", serif;
      font-weight: bold;
    text-transform: capitalize;
}
h3 {
    font-weight: bold;
  margin-top: 0px;
}
p{
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Poppins';
}
.this-section .who-for {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}


.this-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.this-section .card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
}

.this-section .image-wrapper {
  background-color: #ffc200; /* yellow accent background */
flex-shrink: 0;
    padding-left: 50px;
}

.this-section .image-wrapper img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.this-section .right-text {
border: 1px solid #000;
    flex: 1;
    padding: 0 30px;
    text-align: left;
    font-weight: bold;
    align-content: center;
    height: 150px;
}
span.brown-color {
    color: #754018 !important;
}
h2{
  padding-bottom: 30px;
  
}

 .feature-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: calc(var(--gap) * 1.2);
    }

    .feature-item {
      display: flex;
      gap: 10px;
      padding-bottom: 30px;
    }

    .icon-box {
      width: 40px;
      height: 40px;
      background: var(--accent-yellow);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .icon-box img {
      width: 30px; /* adjust to your image size */
      height: auto;
      display: block;
    }

    .feature-text {
      font-size: 16px;
      line-height: 1.45;
      margin: 0;
    }

.about-section, .international-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 40px auto;
    gap: 30px;
    align-items: flex-start;
    padding: 0 20px;
  }

  .about-image {
    flex: 1 1 400px;
  }

  .about-image img {
    width: 100%;
    height: auto;
    border: 4px solid #e5e5e5;
    box-sizing: border-box;
  }

  .about-text {
    flex: 1 1 400px;
  }

.readinees-sec .about-image img {
    border: none;
}
.agenda-table {
        display: inline-block;
        border-collapse: collapse;
        margin-top: 20px;
    }

    .agenda-row {
        display: flex;
      gap: 5px;
        width: 100%;
    }

    .time {
        background-color: #ffc107; /* Yellow */
        padding: 15px 25px;
        font-weight: bold;
      margin-bottom: 5px;
        text-align: center;
      align-content: center;
        min-width: 200px;
    }

    .activity {
        background-color: #000;
        color: #fff;
        padding: 15px 25px;
        text-align: left;
       margin-bottom: 5px;
      width: 100%;
      align-content: center;
        font-weight: bold;
    }

    .invite-btn {
        display: inline-block;
        background-color: #ffc107;
        padding: 12px 25px;
        margin-top: 25px;
        border: none;
          font-family: Poppins;
    font-size: 16px;
        cursor: pointer;
        text-decoration: none;
          font-weight: 500;
      max-width: 300px;
        color: black;
    }

p.note {
    font-size: 12px;
}
.agenda-sec
 {
    text-align: center;
}
.this-section h2 {
    text-align: center;
}

/**Footer*/
.footer-top {
    background: #000;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    width: 90%;
}

.map-section img {
    width: 100%;
    height: 250px;
    max-width: 100%;
}



.contact-section h2{
  color: #fff;
  padding-bottom: 15px;
    font-weight: bold;
}

.contact-section p {
    margin: 5px 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: white;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
}

.footer-middle {
    background: #ffc107;
    color: #000;
    text-align: center;
    padding: 30px;
    font-size: 13px;
}

.footer-bottom {
    background: black;
    text-align: left;
    padding: 8px 15px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
.footer-top .col {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 50px 10px;
  
}
/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-section {
        margin-top: 20px;
    }
}



img.foot-icon {
    width: 30px;
}
.footer-middle p {
    font-family: Poppins;
    font-size: 10px;
  margin: 0px;-
}

/*Banner css Start*/
.event-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    padding: 0 20px;
}

.event-text {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.event-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 150px;
}

.detail-item img {
    width: 40px;
    height: 40px;
}

.cta-btn {
    background-color: #f7c500;
    color: #000;
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

.note {
    font-size: 12px;
    margin-top: 5px;
}

.event-image {
    flex: 1 1 400px;
    display: flex;
}
.event-section button.invite-btn {
    margin-top: 0;
}
.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills height like screenshot */
    border: 4px solid #e5e5e5;
}
.details {
    font-size: 14px;
    font-family: 'Poppins';
}
.button-sec {
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .event-section {
        flex-direction: column-reverse;
    }
    .event-image img {
        height: auto;
    }
}

/*Banner css end*/
.about-section {
    margin: 0px;
    padding: 0px;
}