@font-face {
  font-family: "PlusJakartaSans";
  src: url("/assets/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  src: url("/assets/PlusJakartaSans-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: italic;
}
body {
  font-family: "PlusJakartaSans", sans-serif !important;
}
.mx-custom {
  margin: 0px 6%;
}
.banner-section {
  background-image: url("../img/future-law-firm/bannner.webp");
  background-position: top center; /* Improved alignment for responsiveness */
  background-repeat: no-repeat;
  background-size: cover; /* Ensures image covers section, scales responsively */
  padding: 150px 0px; /* Restored padding from earlier context */
  margin: 0px 0px;
  overflow: hidden;
}
.banner-img {
  height: 140px;
  width: 420px;
  object-fit: contain;
}
.banner-title {
  background: linear-gradient(100.88deg, #943cf4 12.71%, #2f2568 71.43%),
    linear-gradient(0deg, #7939bf, #7939bf);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 68px;
  line-height: 1.05em;
  letter-spacing: -0.05em;
}
.banner-sub-title {
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: -0.01em;
  color: #4c4c4c;
  width: 90%;
}
.banner-sub-title-2 {
  font-weight: 300;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 1.15em;
  letter-spacing: -0.05em;
  color: #555555;
}
.banner-para {
  font-weight: 100;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -4%;
  color: #d6d6d6;
}
.banner-btn {
  border: 1px solid #ffffff24;
  border-radius: 30px;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #802ed8;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin: 20px 0px;
  box-shadow: inset 0px -10px 8px rgba(255, 255, 255, 0.4); /* White inner shadow at bottom */
}
.banner-btn img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.banner-btn:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0px -10px 8px rgba(255, 255, 255, 0.6); /* White inner shadow at bottom */

  transform: scale(1.05);
}
.speaker-div {
  box-shadow: 0px 4.36px 4.36px 0px #96969621;
  border: 1.07px solid #C6C6C6C9;

  background: #ffffff14;
  padding: 20px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.speaker {
  display: flex;
  align-items: center;
  gap: 10px;
}
.speaker-name {
  margin: 0px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 19.36px;
  line-height: 1.5em;
  letter-spacing: 0%;
  color: #4c4c4c;
}
.speaker-designation {
  margin: 0px;
  font-weight: 400;
  font-style: Regular;
  font-size: 14.52px;
  line-height: 1em;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  max-width: 80%;
}
.event-date {
  font-weight: 800;
  font-size: 25.89px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 10px;
}
.event-date span {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.26em;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    rgba(121, 57, 191, 0.3726) 2%,
    rgba(231, 213, 255, 0.648) 20%
  );
  padding: 10px 14px;
  backdrop-filter: blur(100px);
  border-radius: 8px;
}
.time-location {
  background-color: rgba(255, 255, 255, 0.01);
  border: 1.5px solid #C6C6C6C9;
  border-radius: 20px;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
}
.time-all {
  background-color: #000;
  padding: 10px 20px;
  max-width: fit-content;
  border-radius: 10px;
  position: relative;
  top: -20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-para {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}
.time {
  padding: 0px 10px;
}
#timer {
  width: 100%;
  padding: 0px 30px;
  margin-bottom: 35px;
}
#timer .time {
  font-size: 25px;
  font-weight: 600;
}

#timer .time span {
  font-size: 14px;
}
#days,
#hours,
#minutes,
#seconds {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-para {
  font-size: 20px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 28px;
  padding: 0px 20px;
  border-left: 1px solid #fff;
}
.form-div {
  padding: 20px;
  background: #6160608c;

  backdrop-filter: blur(23px);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 40px 30px;
}

.form-title {
  font-weight: 500;
  text-align: start;
  font-size: 30px;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.form-div label {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
}

.checkbox-group {
  margin-bottom: 20px;
}
.checkbox-item {
  display: flex;
  align-items: start;
}
.form-div input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #8b5cf6;
  margin-top: 8px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
.form-div .checkbox-label {
  color: white;
  font-size: 14px;
  display: block;
  /* margin-bottom: 10px; */
  margin: 0 0 10px 0;
}
.form-submit {
  background: #802ed8;

  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.form-submit:hover {
  background-color: #7c3aed;
  scale: 0.95;
}

.info-section {
  padding: 50px;
}
.info-div {
  background-image: url("../img/future-law-firm/info.webp");
  background-position: center center; /* Improved alignment for responsiveness */
  background-repeat: no-repeat;
  background-size: cover; /* Ensures image covers section, scales responsively */
  padding: 100px 20px; /* Restored padding from earlier context */
  margin: 0px 0px;
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 40px;
}
.info-div p {
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  line-height: 49px;
  letter-spacing: 0%;
  text-align: center;
  padding: 0px 20px;
  color: #555555;
}
.booth-badge {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 73.36%,
      rgba(238, 225, 255, 0.1) 111.42%
    ),
    linear-gradient(0deg, rgba(238, 225, 255, 0.04), rgba(238, 225, 255, 0.04));
  border: 1.5px solid #8a33ea4d;
  border-radius: 94px;
  padding: 14px 30px;
}
.booth-badge p {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 25px;
  line-height: 1.15em;
  letter-spacing: -0.05em;
  color: #7939bf;
  margin: 0px;
}
.why-imperium-section {
  padding: 80px 0px;
  background: linear-gradient(180deg, #fff5fa 0%, #ffffff 100%);
  overflow: hidden;
}
.why-imperium-section img.im {
  width: 100%;
  height: 100%;
  object-fit: contain;        /* or 'cover' if you want it to fill without distortion */
}
.why-title {
  background: linear-gradient(100.88deg, #943cf4 12.71%, #2f2568 71.43%),
    linear-gradient(0deg, #7939bf, #7939bf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 50px;
  line-height: 1.15em;
  letter-spacing: -0.03em;
}
.why-para {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 30.96px;
  letter-spacing: 0%;
  color: #454545;
}
.why-items {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; /* instead of space-evenly */
  height: 100%; /* critical */
  min-height: 100vh; /* matches section height */
  padding: 60px 0; /* optional: breathing room top/bottom */
}
.why-para span {
  background: linear-gradient(90.36deg, #b046e6 8.88%, #7237a9 93.25%);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 30.96px;
  letter-spacing: 0%;
}
.experts-section {
  margin: 180px 0px;
}
.experts-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  background: linear-gradient(100.88deg, #943cf4 12.71%, #2f2568 71.43%),
    linear-gradient(0deg, #7939bf, #7939bf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  padding: 0px;
}
.col-sm {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.membre {
  box-shadow: 0px 2px 6px 0px #ccc;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  border-radius: 20px;
}
.membre .info {
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #953df894;
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-in;
}
.membre .name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.membre .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
  margin: 0px;
  font-family: "Poppins";
  text-transform: none;
}

.membre .job {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  min-height: 30px;
  margin-bottom: 10px;
}
.membre .text {
  margin: 10px 10px 15px 0px;
  font-size: 14px;
  color: #fff;
}
.membre .overly {
  height: 0;
  background: linear-gradient(
    180deg,
    rgba(51, 15, 92, 0.037) 0%,
    rgba(51, 15, 92, 0.9) 100%
  );
  box-shadow: inset 0 80px 20px -10px rgb(0, 0, 0, 0.01);
  padding: 10px 10px;
  position: absolute;
  width: 100%;
  display: block;
  transition: all 0.5s ease-in;
}
.membre .bottom {
  bottom: -80%;
  left: 0;
  height: 100%;
}
.membre .social-icones {
  display: inline-flex;
  position: relative;
}
.membre .social-icones .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}
.membre:hover .overly {
  height: 100%;
  padding: 20px 10px;
  backdrop-filter: blur(2px);
}
.membre:hover .info {
  position: absolute;
  bottom: -80px;
  padding: 0;
  transition: all 0.5s ease-in;
}
.membre:hover .bottom {
  bottom: 0;
}
img.img:hover {
  filter: none;
}

img.img {
  width: 100%;
  height: auto;
  min-height: 340px;
  object-fit: cover;
}

.services-section {
  background: linear-gradient(180deg, #fff5fa 0%, #ffffff 100%);
  padding: 100px 0px;
}
.main-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  background: linear-gradient(100.88deg, #943cf4 12.71%, #2f2568 71.43%),
    linear-gradient(0deg, #7939bf, #7939bf);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Services Grid */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-card-wide {
  display: flex;
  flex-direction: row;
  gap: 4px;
  grid-column: span 2;
}

/* Icon Box */
.icon-box {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(180deg, #7a1bcd 0%, #5e11aa 100%);

  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

/* Service Title */
.service-title {
  font-weight: 400;
  font-size: 22.69px;
  line-height: 30.8px;
  letter-spacing: -0.01em;
  color: #303030;
}

/* Service List (for Migration card) */
.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #6112ae;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.375rem;
  position: relative;
}
.bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px; /* Adjust length as needed */
  height: 2px; /* Adjust thickness as needed */
  background-color: #000000; /* Match bullet color or adjust */
  transform: translateY(-50%);
}

.service-list li span:last-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 30.8px;
  letter-spacing: -0.01em;
  color: #303030;
  margin-left: 6px;
  padding-bottom: 0;
}

/* Service Left Section (for wide card) */
.service-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
.logos-container {
  margin-bottom: -2rem !important;
  margin-top: -7rem !important;
}
.col {
  margin-bottom: 50px;
}
.partner-img {
  max-width: 140px;
}

.partner-img-2 {
  max-width: 200px;
}

.text-align-center {
  text-align: center;
}
.custom-dots-style-1 .owl-dots .owl-dot.active > span {
  background: linear-gradient(
    205.91deg,
    #e7d5ff 0.26%,
    rgba(100, 33, 168, 0.3) 190.26%
  ) !important;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
  border: 1px solid #e7d5ff;
  background-color: transparent !important;
}
/* Desktop Styles */
@media (min-width: 1024px) {
  .main-title {
    font-size: 3.75rem;
    margin-bottom: 5rem;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
  }
  
  #timer {
    border-right: none;
  }
  .service-card-wide {
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .banner-section {
    padding: 120px 0px;
  }
  .banner-title {
    font-size: 40px;
    line-height: 110%;
  }
  .form-div {
    margin-top: 20px;
  }
  .form-title {
    font-size: 20px;
  }
  .speaker-div {
    flex-direction: column;
    align-items: start;
  }
  .time-location {
    flex-direction: column;
  }
  .why-title {
    font-size: 40px;
    line-height: 110%;
  }
  .experts-title {
    font-size: 40px;
    line-height: 110%;
  }
  .main-title {
    font-size: 40px;
    line-height: 110%;
  }
  .banner-sub-title {
    font-size: 16px;
  }
  .banner-sub-title-2 {
    font-size: 16px;
  }
  .booth-badge p {
    font-size: 20px;
  }
  .banner-para {
    font-size: 16px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }

  .service-card-wide {
    grid-column: span 2;
    flex-direction: row;
    gap: 2rem;
  }

  .service-left {
    flex: 1;
    width: auto;
  }

  .service-list {
    flex: 1;
  }
}

@media (max-width: 576px) {
  #timer {
    padding: 0px 10px;
  }
  .banner-title {
    font-size: 36px;
  }
  .banner-sub-title {
    font-size: 16px;
  }
  .banner-sub-title-2 {
    font-size: 16px;
  }
  .booth-badge p {
    font-size: 20px;
  }
  .why-title {
    font-size: 30px;
  }
  .why-para {
    font-size: 16px;
  }
  .why-para span {
    font-size: 18px;
  }
  .info-div p {
    font-size: 20px;
  }
  .experts-title {
    font-size: 36px;
  }
  .main-title {
    font-size: 36px;
  }
  .banner-sub-title-2 {
    font-size: 16px;
    max-width: 80%;
    line-height: 1.3;
  }
  .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 2rem;
  }
  .service-card-wide {
    grid-column: span 1;
    flex-direction: column;
    gap: 0.1rem;
  }
}
