.event-hero-section{
  background-image: url('../images/common-images/event-hero.png');
  font-style: normal;
}


.event-card h6 {
    text-align: left;
}
.event-card p {
    text-align: left;
}
.event-inner-ct {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event-inner-ct button {
    width: fit-content;
}
.eddy-k-dream-section .eddy-k-dream-upper-section {
  padding-block: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.eddy-k-dream-upper-section video {
  width: 100%;
  margin-top: 50px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover;
}

.designer-line-products-section-detail-page {
  margin-top: 110px;
}

.designer-line-products-section-detail-page h2 {
  margin-bottom: 30px;
  text-align: center;
}

.designer-line-products-section {
  padding-bottom: 160px;
}

.event-card {
    display: flex;
    align-items: center;
    gap:35px;
}
.event-card {
    border: 1px solid #D9D9D9;
    padding-left: 40px;
    padding: 20px;
    padding-left: 40px;
    border-radius: 10px;;
}
.event-card {
    border-left: 8px solid #000000;
}
.date img {
    width: 18.37px;
    height: auto;
}
.events-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.date {
    display: flex;
    align-items: center;
    gap: 15px;
}
h6.event-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Lato';
    padding-bottom: 25px;
    padding-top: 20px;
}
.events-buttons a {
    font-weight: 700;
    color: black;
}
.btn-primary:hover{
background-color: var(--color-white);
    color: var(--color-text-primary);
    border: 1px solid var(--color-icon-primary);
}
.events-buttons {
    margin-top: 25px;
}
.event-card {
    margin-bottom: 40px;
}
section.eventscard {
    padding-bottom: 110px;
}
.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========= join save section ======  */
.newsletter-signup-section {
  padding-bottom: 110px;
}

.newsletter-signup-section .newsletter-box {
  max-width: 1078px;
  display: flex;
  padding: 40px 80px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--color-text-primary);
  border-radius: 10px;
  gap: 30px;
}

.newsletter-box .newsletter-title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 45px;
  font-weight: 600;
  color: var(--color-text-primary);
}


.newsletter-box .newsletter-title i {
  background: linear-gradient(151.41deg, #F97DBD -26.22%, #D7257D 75.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.newsletter-box .newsletter-form {
  max-width: 681px;
  width: 100%;
  margin-block: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-form input {
  height: 60px;
  outline: none;
  border: 1px solid var(--color-text-primary);
  border-radius: 43px;
  padding: 21px 30px;
  background: transparent;
  color: #4E4E4E;
  width: 100%;
  flex: 1;
  font-size: 18px;
}

.newsletter-form button {
  height: 60px;
  border: 1px solid var(--color-text-primary);
  background: transparent;
  border-radius: 43px;
  padding: 21px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 152px;
  color: var(--color-text-primary);
  flex: 1;
  font-size: 18px;
}

/***single event detail page ***/
.single-event-hero-section{
  background-image: url('../images/common-images/event-hero.png');
  font-style: normal;
}
.event-inner-ct {
    padding-top: 110px;
}
.event-inner-ct img{
  border-radius: 10px;
}
.event-info {
    text-align: center;
    padding-bottom: 55px;
}
img.single-event-ft {
    padding-bottom: 55px;
}
.single-event-gallery {
    padding-top: 55px;
    padding-bottom: 55px;
}
.single-event-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.event-inner-ct h2 {
    padding-bottom: 25px;
    font-size:24px;
    line-height: 100%;
    font-weight: 600;
}
.event-inner-ct p {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.event-info h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 25px;
}
.event-info-wrap {
    max-width: 965px;
    margin: 0 auto;
}
section.single-event-information {
    padding-top: 110px;
    padding-bottom: 110px;
}
.event-info-wrap {
    display: flex;
    gap: 200px;
}
.event-info-wrap h3 {
    font-size: 24px;
    padding-bottom: 25px;
}
.single-event-details h6, .single-event-organizer h6, .single-event-venue h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
}
.event-start-date, .event-end-date, .event-organizer-name, .event-organizer-phone , .event-organizer-email, .single-venu-details {
    padding-bottom: 25px;
}
.single-event-details p, .single-event-organizer p, .single-event-venue p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.single-event-map{
  padding-bottom: 110px;
}

/* Responsive Tweaks */
@media (max-width: 968px) {

}

@media (max-width: 768px) {
  .eddy-k-dream-section .eddy-k-dream-upper-section{

    padding-block: 55px;
  }
  .newsletter-signup-section .newsletter-box {
    padding: 15px 16px;
}
.event-image img {
    width: 100%;
}
  .event-card {
    flex-direction: column;
}
h2.newsletter-title {
    font-size: 24px !important;
}

.event-card {
    border: 1px solid #D9D9D9;
    padding: 20px;
    padding-left: 20px;
    border-radius: 10px;
}

.event-info-wrap {
  
    gap: 20px;
    flex-direction: column;
}
.event-inner-ct {
    padding-top: 50px;
}
section.single-event-information {
    padding-top: 50px;
    padding-bottom: 50px;
}
.event-info h2 {
  font-size: 30px;
}
}
div#wpcf7-f529-p520-o1 {
    padding-bottom: 110px;
}

#booking .one-row label {
    width: 100%;
}

#booking form.wpcf7-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

#booking .wpcf7-form p {
  margin-bottom: 20px;
}

#booking label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
#booking label {
    padding-bottom: 15px;
}
#booking .one-row {
    display: flex;
    gap: 10px;
}
#booking input[type="text"],
#booking input[type="email"],
#booking textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease;
margin-top: 10px;
height:50px;
}
#booking input[type="submit"]:hover {
    cursor: pointer;
}
#booking input[type="text"]:focus,
#booking input[type="email"]:focus,
#booking textarea:focus {
  border-color: #007BFF;
  outline: none;
}
#booking textarea {
  resize: vertical;
  min-height: 120px;
}

#booking input[type="submit"] {
  background: none;
    color: black;
    border: 1px solid #000000;
    width: 261px;
    height: 60px;
    border-radius: 43.48px;
    font-size: 20.29px;
    font-weight: 700;
    font-family: 'Lato';
}



#booking .wpcf7-spinner {
  margin-left: 10px;
}

#booking .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
}
section#booking h2
 {
    padding-bottom: 30px;
    font-size: 36px;
}
