@import url('https://fonts.cdnfonts.com/css/bebas-neue');
@import url('https://fonts.cdnfonts.com/css/poppins');
/* font-family: 'Bebas Neue', sans-serif; */
/* === body style === */
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    /*background-color: #FFFFFF;*/
    box-sizing: border-box;
    
}
.main_slider{
  position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
}
.main_slider::before{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: #000;
  opacity: 0.7;
}
.main_heading h1 {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
}
.link_text ul {
    display: flex;
    align-items: center;
    list-style: none;
}
.link_text ul li a:after {
    content: "|";
    color: #fff;
    font-size: 18px;
    margin: 0 5px 0 9px;
}
.link_text ul li a{
    color: #fff;
    margin: 0;
    padding: 0;
}
.link_text ul li span {
    color: #f1634c;
    font-size: 18px;
    color: #fff !important;
}

/* ===== images slide style ======= */
.image-slider {
  display: flex;
  width: 100%;
  flex-flow: column;
  aspect-ratio: 30 / 9;
  min-height: 300px;
  overflow: hidden;
  /* border-radius: 8px; */
  container-type: inline-size;
  contain: content;
  background-color: #0006;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 2px 4px,
    rgba(0, 0, 0, 0.25) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px,
    rgba(0, 0, 0, 0.15) 0px 16px 32px;
}

.slider__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.slider-control--button {
  border: 0;
  background: 0;
  outline: 0;
  cursor: pointer;
  place-content: center;
  padding-inline: 3vw;
  z-index: 1;
  display: grid;
  outline: 0;
}

.icon {
  height: 2rem;
  width: 2rem;
  fill: var(--icon-default);
  border-radius: 50%;
}

.slider-control--button:where(:hover) {
  background-image: linear-gradient(
      to var(--position),
      #0000 0%,
      #0002,
      80%,
      #0006 100%
  );
  outline: 0;
  .icon {
      fill: var(--icon-accent);
      background: #0001;
  }
}

.slider-control--button:active {
  outline: 0.2em solid hsl(204 100 53);
  outline-offset: -0.5em;
  outline: 0;
}

.prev-button {
  --position: left;
  outline: 0;
}
.next-button {
  --position: right;
  outline: 0;
}

.image-display {
  position: fixed;
  inset: 0;
}

.slider-navigation {
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-columns: 100%;
  gap: 1.25rem;
  padding: 1rem;
  place-content: center;
  background-color: var(--navigation-color);
  backdrop-filter: blur(6px);
}

.nav-button {
  display: grid;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  outline: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 0;
  aspect-ratio: 16 / 9;
  transition: filter 150ms linear, scale 266ms ease;
}

.thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.nav-button[aria-selected="true"] {
  scale: 1.1;
}

.nav-button[aria-selected="true"],
.nav-button:focus-visible {
  outline: 0.2em solid var(--active-color);
  outline-offset: 0.2em;
}

.nav-button[aria-selected="false"] {
  filter: opacity(0.7);
}

.nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
  filter: opacity(1);
}

@container (max-width: 660px) {
  .nav-button:not(:has(img)) {
      background-color: rgb(241, 235, 232);
  }

  .slider-navigation {
      display: flex;
      justify-content: center;
      padding-block: 1.5em;
  }

  .nav-button {
      inline-size: 0.625rem;
      aspect-ratio: 1;
      border-radius: 50%;
      outline: 0;
  }

  .nav-button > .thumbnail {
      display: none;
  }

  .nav-button[aria-selected="true"] {
      background-color: black;
      scale: 1.5;
  }
}



  /* ===== DIVORCE LAWYERS style =======  */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.social-ico::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}
.social-content ul li a {
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Inter Tight', sans-serif;
}
.pd {
    padding: 0px 30px;
}
.fees-title p {
    margin: 0;
    font-size: 14px;
}
.fees-title {
    padding-bottom: 10px;
}
.main-heading-text h3 {
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.para_title h3 {
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  font-size: 2rem;
  color: #682985;
  font-weight: bold;
}
.para_title p{
  color: #777;
}
/* ====== FAQ STYLE ======= */
.Frequently_text h3, .Video_main h3 {
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  font-size: 2rem;
  color: #682985;
  font-weight: bold;
}

.faq-container-main {
  width: 100%;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-item {
  border-bottom: 2px solid #e9ecef;
  position: relative;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-toggle {
  display: none;
}

.faq-question {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #682985;
  color: #fff;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: rgb(233, 236, 239);
  color: #000;
}

.arrow {
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle:checked + .faq-question .arrow {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #ffffff;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-toggle:checked ~ .faq-answer {
  max-height: 100%; /* Adjust for longer answers */
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .faq-question {
    font-size: 14px;
    padding: 15px;
  }

  .faq-answer {
    font-size: 13px;
  }
}


  @media (max-width: 768px) {
    .pd {
      padding: 0px 10px !important;
  }
  .para_title h3 {
    font-size: 25px;
}
.Frequently_text h3 {
  font-size: 25px;
  padding: 5px 0;
}
.Video_main h3 {
  font-size: 2rem;
  padding: 20px 0px 4px;
 
}
  }

  /* ====== video style ====== */
.video-frame {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.video-frame img {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 20px;
  cursor: pointer;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button-overlay:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* ======= BUTTON STYLE ====== */
.container_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;

}

.container_btn a {
  text-decoration: none;
  background-image: linear-gradient(to right, #6400a4, #5e07b5, #5411c6, #411bd8, #1225eb);
  border: 2px dotted white;
  color: aliceblue;
  border-radius: 50%;
  padding: 15px;
  position: relative;
}

.container_btn a::after {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 800ms linear infinite;
}

.container_btn a::before {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 800ms linear 400ms infinite;
}

@keyframes anim {
  from {
      margin: 0px;
      opacity: 1;
  }

  to {
      margin: -15px;
      opacity: 0;
  }
}

.container_btn span {
  color: #fff;
  font-family: sans-serif;
  font-weight: 600;
  margin-left: 20px;
}
p{font-family: 'Poppins', sans-serif;color: #fff;
text-align: center;
line-height: 20pt;
font-size: 15px;}





.wdt-column-content {
  margin-bottom: 15px;
  padding: 10px;
  border-right: 1px solid #9494;
  border-left: 1px solid #9494;
}
.wdt-column-content p {
  text-align: start;
  color: #2a2e31;
  font-size: 16px;
  font-weight: 500;
  margin-top: -15px;
}
.wdt-column-content h1 {
  color: #a69d84;
  text-transform: uppercase;
  font-family: math;
  font-weight: 900;
  margin: 0;
  font-size: 5.5em;
}

/* ========= slider_img_legal ======= */
.slider_img_legal {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider_img_legal {
  height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  display: flex;
  transition: left 0.4s ease-in-out;
  animation: slide-animation 12s infinite;
}

.slider__contents {
  height: 100%;
  width: 100%;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

@keyframes slide-animation {
  0%, 25% { left: 0; }
  30%, 50% { left: -100%; }
  55%, 75% { left: -200%; }
  80%, 100% { left: -300%; }
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}

.slider__caption {
  color: #fff;
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}