/* Regular */
@font-face {
  font-family: "Espuma";
  src: url("/wp-content/themes/tally/assets/fonts/espuma/espuma-regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Espuma";
  src: url("/wp-content/themes/tally/assets/fonts/espuma/espuma-pro-bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Use the font globally */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.agenda-title,
.countdown-box,
.count-label,
.event-title-img,
.signup-btn,
.event-date-box,
.event-inner-cont,
.event-form-card,
.agenda-card,
.agenda-card .agenda-title,
strong,
.agenda-card .agenda-img,
.event-left,
.event-content-box,
.event-img-cont,
.witness-img img,
.event-arrow,
.form-top-img,
.countdown-container,
.countdown-box,
.count-label {
  font-family: "Espuma", sans-serif;
}

.espuma {
  font-family: "Espuma", sans-serif !important;
  /* font-weight: 700; */
}
.espuma-regular {
  font-weight: 400;
}

body {
  /* background: linear-gradient(135deg, #c1d8e1, #fdf8e6); */

  background-image: url("/wp-content/themes/tally/assets/images/7.0-img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 60px 0; */
  position: relative;
  overflow-x: hidden;
}

.agenda {
  /* margin-top: 80px; */
  min-height: 950px;
}
.thoughtfull-img {
  height: 100px;
  margin-bottom: 20px;
}
.man-flight-img {
  height: 150px;
}
/* Card base */
.agenda-card {
  width: 445px;
  min-height: 301px;
  border-radius: 18px;
  padding: 20px;
  position: absolute;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}

.agenda-card.blue {
  background-image: url(/wp-content/themes/tally/assets/images/7.0-img/blue-bg.svg);
  /* border: 2px dashed #43a6dd; */
  background-repeat: no-repeat;
  background-size: cover;
}

.agenda-card.yellow {
  background-image: url(/wp-content/themes/tally/assets/images/7.0-img/yelow-bg.svg);
  /* border: 2px dashed #e6b735; */
  background-repeat: no-repeat;
  background-size: cover;
}

.agenda-title {
  display: inline-block;
  background: #0099d9;
  padding: 4px 12px;
  font-size: 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  margin: 5px 0 10px;
}
.agenda-title.yellow {
  background: #ffd92b;
  width: fit-content;
  color: #000;
}

.agenda-img {
  /* width: 70px;
            height: 70px; */
  border-radius: 12px;
  /* background: #fff; */
}

/* Manual placement based on your reference image */
#card-keynote {
  top: 140px;
  left: calc(50% - 530px);
  /* moved from 140px left */
}

#card-journey {
  top: 240px;
  left: calc(50% + 120px);
  /* moved from 620px left */
}

#card-customer {
  top: 570px;
  left: calc(50% - 415px);
}

#card-fireside {
  top: 620px;
  left: calc(50% + 130px);
}

#card-roadmap {
  top: 840px;
  left: calc(50% - 410px);
}
@media (max-width: 1200px) {
  .agenda-card {
    width: 450px;
    position: static;
    margin-bottom: 20px;
    flex-direction: row;
  }

  .curb-line,
  .curb-line-one,
  .event-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .agenda-card {
    width: auto;
    min-height: auto;
    position: static;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .agenda-card .agenda-img img {
    height: 175px;
  }
  .agenda {
    min-height: auto;
  }
  .man-flight-img {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .agenda {
    width: 55%;
  }
  .agenda-card {
    height: 265px;
  }
}

@media (max-width: 600px) {
  .agenda-card.blue {
    background-image: url(/wp-content/themes/tally/assets/images/7.0-img/blue-bg-mob.svg);
    /* border: 2px dashed #43a6dd; */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    flex-direction: column;
    padding: 50px;
  }

  .agenda-card.yellow {
    background-image: url(/wp-content/themes/tally/assets/images/7.0-img/yelow-bg.svg);
    /* border: 2px dashed #e6b735; */
    background-repeat: no-repeat;
    background-size: contain;
    height: 270px;
  }
}
@media (max-width: 400px) {
  .agenda-card.blue {
    padding: 30px;
  }
  .agenda-card.yellow {
    background-image: url(/wp-content/themes/tally/assets/images/7.0-img/yelow-bg.svg);
    /* border: 2px dashed #e6b735; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 238px;
  }
}

/* body {
        background: linear-gradient(135deg, #eaf7fc, #fdf8e6);
        padding: 70px 0;
        overflow-x: hidden;
    } */
/* .header-img img{
            height:  120px;
        } */

/* Left block */
.event-left {
  position: relative;
  /* padding: 40px; */
}

.event-content-box {
  /* width: 400px; */
  position: relative;
  z-index: 2;
}

.event-img-cont {
  position: relative;
  /* width: 300px; */
  /* height: 132px; */
  overflow: visible;
}

.witness-img img {
  width: 250px;
}

.event-title-img {
  width: 100%;
}

.event-arrow {
  width: 142px;
  position: absolute;
  top: -27px;
  left: 92%;
}

.event-date-box {
  background-image: url("/wp-content/themes/tally/assets/images/7.0-img/event-cont-outer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: #fff9d7; */
  border-radius: 18px;
  padding: 5px;
  width: 100%;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); */
  margin-top: 10px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .event-date-box {
    padding: 35px !important;
  }
}

.event-inner-cont {
  background-image: url("/wp-content/themes/tally/assets/images/7.0-img/event-timer-cont-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* background: #fff9d7; */
  /* border-radius: 18px; */
  /* padding: 50px 20px 30px; */
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); */
  /* margin-top: 10px; */
}

@media (min-width: 1000px) {
  .event-inner-cont {
    height: 180px;
  }
}

.countdown-container {
  padding: 10px;
  border-radius: 0 0 10px 10px;
  background-color: #fff0b0;
  /* width: 80%; */
  margin-bottom: 0 !important;
}
.event-date {
  font-size: 22px;
  font-weight: 700;
  font-family: "Espuma", sans-serif;
}
@media (min-width: 1200px) {
  .countdown-container {
    width: 90%;
  }
  .event-date-box {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .thoughtfull-img {
    height: 120px;
  }
  .countdown-container {
    width: 75%;
  }
  .event-date-box {
    padding: 0px 0px 30px 0px;
    height: 300px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
  }
  .event-inner-cont {
    height: 200px;
    margin-bottom: 20px;
  }
  #card-journey {
    top: 240px;
    left: calc(50% + 55px);
  }
  #card-customer {
    top: 612px;
    left: calc(50% - 415px);
  }
  .man-flight-img {
    height: 225px;
  }
  .event-arrow {
    width: 182px;
    position: absolute;
    top: 28px;
    left: 90%;
  }
}

.countdown-box {
  width: 80px;
  /* height: 80px; */
  position: relative;
  border-radius: 12px;
  background: white; /* foreground content box */
  padding: 3px; /* border-like outer area */
}

/* Outer progress layer */
.countdown-box .progress-border {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: conic-gradient(var(--progress-color) var(--angle), #e5e5e5 0deg);
  z-index: 1;
}

/* Inner white content */
.countdown-box .inner-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  font-family: "Espuma", sans-serif;
}

.count-label {
  font-size: 12px;
  margin-top: -3px;
}

@media (max-width: 1200px) {
  .event-form-card {
    width: 310px !important;
  }
  .countdown-box {
    width: 60px !important;
    /* height: 70px !important; */
    font-size: 18px !important;
  }
  .countdown-box {
    padding: 0px !important;
    font-size: 22px !important;
  }
  .event-date {
    font-size: 20px !important;
  }
  .event-inner-cont {
    justify-content: flex-end !important;
    padding-bottom: 12px;
    width: 98% !important;
  }
}
.count-label {
  font-size: 12px;
  font-weight: 500;
  color: #555;
  margin-top: 2px;
}

/* Right form */
.event-form-card {
  width: 350px;
  background: #ffffff;
  padding: 30px 24px 5px;
  border-radius: 25px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .event-form-card {
    width: 330px;
  }
  .hero-card {
    transform: scale(0.8);
    margin-top: -40px;
  }
  .agenda {
    transform: scale(0.8);
    margin-top: -100px;
    min-height: 800px;
  }
}

.form-top-img {
  width: 40px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.signup-btn {
  background: #0099d9;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

.curb-line {
  left: 390px;
  top: 75px;
}

.curb-line-one {
  right: 350px;
  bottom: 150px;
}

.agenda-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.screen-reader-response ul {
  display: none !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  display: none !important;
}
.w-fit {
  width: fit-content;
}
