html,body{
    background-color: #F5F5EE !important;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
    font-family: "Inter", Arial, sans-serif !important;

    /* background-image: 
    radial-gradient(circle at 0 0, #2a354656 3px, transparent 3px),
    radial-gradient(circle at 100% 0, #2a354656 3px, transparent 3px),
    radial-gradient(circle at 0 100%, #2a354656 3px, transparent 3px),
    radial-gradient(circle at 100% 100%, #2a354656 3px, transparent 3px),
    linear-gradient(90deg, #465266 2px, transparent 2px),
    linear-gradient(#465266 2px, transparent 2px);
    
background-size: 40px 40px;
background-position: 0 0;
background-position: 1px 1px, 1px 1px, 1px 1px, 1px 1px, 0 0, 0 0; */

  }
  
  body{
    display: block !important;
    padding-bottom: 0;
    overflow-y: scroll;
  }

    
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
.fade-in-ele {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.25s ease-out, transform 1s ease-out;
}

.fade-in-ele.visible {
  opacity: 1;
  transform: translateY(0);
}

br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
    color: #666;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}




/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: linear-gradient(180deg, #F0EEE6 20%, #e0ded4 90%);

    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 4.8rem;
    font-weight: 700 !important;
    text-align: left;
    line-height: 1.13;
    margin: 0 auto 1rem auto;
    background: linear-gradient(110deg, #1f2937 20%, #3f4b5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text {
    background: linear-gradient(155deg, #F26522 40%, #d10000 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 2.6rem;
    /* font-weight: bold !important; */
    line-height: 1.35;
    text-align: left;
    margin-bottom: 2rem;
    color: #3f4b5e;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hero-actions p {
    display: inline-block;
    margin-top: 1rem;
    font-size: 13px;
    color: #999;
}


.hero-stats {
    display: flex;
    gap: 2rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #EB1000;
}

.stat-label {
    font-size: 0.875rem;
    color: #666;
}

.hero-visual {
    position: relative;
}

.hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* pointer-events: none; */
}

.main-image-container {
    border-radius: 16px;
    border: 3px solid #1f2937;
    padding: 10px;
    background: #DAD5C2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.main-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #1f2937;
    /* border-left: 3px dashed #EB1000;
    border-right: 3px dashed #754642;
    border-top: 3px dashed #EB1000;
    border-bottom: 3px dashed #754642; */
    
    pointer-events: none;
    user-select: none;
}

.floating-card {
    position: absolute;
    background: transparent;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    
}


/* .sparkle_div {
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: -49px;
    right: -16px;
    z-index: 99999;
} */

.card-1 {
    top: 24px;
    left: 0px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transform: rotate(0deg);
}


.card-2 {
    bottom: -8%;
    right: 0px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transform: rotate(0deg);
}

.card-2 .sparkle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin: 0;
    /* float: left; */
  }


  .card-5 {
    bottom: -8%;
    left: 0px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transform: rotate(180deg);
}

.card-1 .sparkle, .card-5 .sparkle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0;
    /* float: left; */
  }
  
  .sparkle path:first-child {
    animation: sparkleLarge 3.75s linear infinite;
    -webkit-animation: sparkleLarge 3.75s linear infinite;
    fill: #c90 !important;
  }
  
  .sparkle path:last-child {
    animation: sparkle 3.75s linear infinite;
    -webkit-animation: sparkle 3.75s linear infinite;
    fill: #fc8719 !important;
  }

  .card-1 .sparkle path:first-child {
    animation: hero_float 1.5s linear infinite;
    -webkit-animation: hero_float 1.5s linear infinite;
    fill: #800900 !important;
  }

  .card-5 .sparkle path:first-child {
    animation: sparkleLarge 2.75s linear infinite;
    -webkit-animation: sparkleLarge 2.75s linear infinite;
    fill: #800900 !important;
  }

  .card-5 .sparkle path:last-child {
    animation: sparkle 2.75s linear infinite;
    -webkit-animation: sparkle 2.75s linear infinite;
    fill: #fc8719 !important;
  }


  .sparkle path {
    animation-play-state: running;
  }

  .sparkle path:hover {
    /* Stop all previous animations */
    animation: none !important;
    animation-delay: 0.1s;
    /* Start spinAndReturn animation on hover */
    animation: spinAndReturn 0.5s linear;
  }

  @keyframes spinAndReturn {
    0% {
      transform: rotate(45deg);
    }
    99% {
      transform: rotate(405deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  
  /* also need keyframes and -moz-keyframes */
  @keyframes sparkle {
    8%, 41% {
        transform: translateX(-4px);
        -webkit-transform: translateX(-4px);
    }
    25%, 58% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }
    75% {
        transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
    }
    92% {
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
    }
    0%, 100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
  }
  
  
  @keyframes sparkleLarge {
    8%, 41% {
        transform: translateX(4px);
        -webkit-transform: translateX(4px);
    }
    25%, 58% {
        transform: translateX(-4px);
        -webkit-transform: translateX(-4px);
    }
    75% {
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
    }
    92% {
        transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
    }
    0%, 100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
  }
  
  
  

.card-icon {
    font-size: 16px;
}

@keyframes hero_float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes hero_float2 {
    0%, 100% { transform: translateY(-10px); }
    50% { transform: translateY(0px); }
}







  

  
.carousel-section {
    position: relative;
    min-height: 400px;
    margin-top: 0;
    padding-top: 16px
  }
  
  .carousel-container {
      width: 100%;
      overflow: hidden;
      margin: 0;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 2;
  }
  
  .carousel-container h2 {
    z-index: 1 !important;
    color: #1f2937;
  }
  
  .carousel-container p {
    color: #D04200;
  }
  
  .carousel {
    margin-top: 40px;
    display: flex;
    width: max-content;
    animation: scroll 3550s linear infinite;
  }
  
  .carousel_div {
    position: relative;
    width: 100%;
  }
  
  .carousel_div::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 250px;
    border-radius: 50%;
    background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
    /* background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>'); */
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    /* mix-blend-mode: soft-light; */
    filter: blur(20px);
  }
  
  
  .carousel_div::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 250px;
    border-radius: 50%;
    background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
    /* background: #fff url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>'); */
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    /* mix-blend-mode: soft-light; */
    filter: blur(20px);
  }
  
  .logo-item {
      width: 116px;
      margin: 0 40px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .logo-item img {
      max-width: 100%;
      max-height: 100px;
      object-fit: contain;
      filter: grayscale(100%) brightness(40%);
  }
  
  @keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-100%);
      }
  }
  






  

.testimonial {
    position: relative;
    left: -0.5%;
    display: block;
    margin: 56px auto;
    padding: 40px 0;
    text-align: center;
    background: #eee;
    width: 101%;
    max-width: 1600px;
    /* border-top: 4px solid #1f2937; */
    /* border-bottom: 4px solid #1f2937; */
    transform: rotate(-3deg);
    /* background: linear-gradient(-72deg, #eee 0%, #c90 40%, #F26522 80%); */
    background: linear-gradient(140deg, #ddd 0%, #F5F5EE 25%, #eee 100%);
    /* background-size: 200% 200%; */
    /* animation: gradient-shift 6s ease infinite; */
  }
  
  @keyframes gradient-shift {
    0%, 100% {
      background-position: 70% 50%;
    }
    50% {
      background-position: 90% 30%;
    }
  }
  
  
  .testimonial-container {
    transform: rotate(3deg);
  }
  
  
  .testimonial-text {
    font-size: 29px;
    font-weight: 600;
    color: #1f2937;
    line-height: 38px;
    width: calc(49% - 16px);
    padding: 0;
    margin: 0 auto 16px auto;
    /* min-height: 342px; */
  }
  
  .testimonial-text .quote {
    color: #1f2937;
    font-size: 29px;
    line-height: 38px;
    font-weight: bold;
    font-family: sans-serif;
  }
  
  .testimonial-text em {
    font-style: normal;
    background: linear-gradient(180deg, rgba(204, 153, 0, 0.1) 29%, rgba(204, 153, 0, 0.2) 65%);
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    /* color: #000; */
  }
  
  
  .testimonial .testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 2px;
  }
  
  .testimonial .testimonial-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    outline: 2px solid #fff;
    user-select: none;
    pointer-events: none;
  }
  .testimonial .testimonial-profile div {
    vertical-align: middle;
    justify-content: center;
  }
  
  .testimonial .testimonial-profile h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  
  .testimonial .testimonial-profile p {
    font-size: 15px;
    color: #ccc;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  
  
  
  

  




/* CTA Section */
.cta {
    padding: 100px 0 140px 0;
    /* background: linear-gradient(135deg, #EB1000 0%, #d10000 100%); */
    color: #1f2937;
    text-align: center;
    position: relative;
    background-color: transparent;
    background-image: url("../../assets/file_type03.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    transition: background-position 0.2s linear;
}

.cta .container {
    max-width: 1200px;
    margin: 0 auto 0 auto;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.13;
    margin-bottom: 1rem;
    color: #1f2937;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
}

.cta-title b {
    font-weight: 700;
    color: #F26522;
}

.cta-subtitle {
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 2rem auto 2rem auto;
    color: #3f4b5e;
    max-width: 750px;
}

.cta p.note {
    margin: 0 auto;
    color: #8f8a84;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    max-width: 420px;

  }

  .cta .btn {
    display: inline-flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    padding: 10px 24px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease, background-position 0.5s ease;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
    width: 80%;
    max-width: 300px;
    margin: 0 0 0.55rem 0;
    border-radius: 6px;
  }
  
  .cta .btn-primary {
    background: linear-gradient(135deg, #000 0%, #222 100%);
    background: #1f2937 url("../../assets/chevron-right-light-24px.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 49%;
    border: 2px solid #16202e;
    color: white;
    /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
    user-select: none;
  }
  
  .cta .btn-primary:hover, .cta .btn-primary:focus {
    transform: translateY(-2px);
    /* box-shadow: 0 8px 25px rgba(235, 16, 0, 0.6); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
    border: 2px solid #182436;
    background-color: #182436;
    background-position: calc(100% - 10px) 48%;
  }
  


/* Smooth scrolling and animations */
@media (prefers-reduced-motion: no-preference) {
    .feature-card,
    .pricing-card,
    .step {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.6s ease forwards;
    }
    
    .feature-card:nth-child(1) { animation-delay: 0.1s; }
    .feature-card:nth-child(2) { animation-delay: 0.2s; }
    .feature-card:nth-child(3) { animation-delay: 0.3s; }
    .feature-card:nth-child(4) { animation-delay: 0.4s; }
    .feature-card:nth-child(5) { animation-delay: 0.5s; }
    .feature-card:nth-child(6) { animation-delay: 0.6s; }
    
    .step:nth-child(1) { animation-delay: 0.1s; }
    .step:nth-child(2) { animation-delay: 0.2s; }
    .step:nth-child(3) { animation-delay: 0.3s; }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ERSD page styles */

.overview {
    margin-top: 87px;
    padding: 80px;
    background: #f8f9fa;
}

.ersd-content {
    padding: 80px;
    background: #fff;
}

.ersd-content ol {
    padding-left: 28px;
}








/* Legal Overview Section */
.legal-overview {
    padding: 60px 0;
    /* background: #f8f9fa; */
}

.legal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.legal-content h2 {
    margin-bottom: 1.5rem;
    color: #1f2937;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.25;
}

.legal-intro {
    font-size: 1.5rem;
    color: #3f4b5e;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.legal-quote {
    background: rgba(253, 253, 248, 1);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #3f4b5e;
    border-left: 4px solid #F26522;
    margin: 2rem 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.legal-quote blockquote {
    font-size: 1.38rem;
    font-style: italic;
    color: #1f2937;
    margin: 0;
    line-height: 1.6;
}

.legal-quote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.888rem;
    color: #1f2937;
    font-style: normal;
}

.legal-highlights {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.highlight-icon {
    background: #3f4b5e;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.highlight-text h4 {
    margin: 0 0 0 0;
    color: #1f2937;
    font-size: 1.5rem;
}

.highlight-text p {
    margin: 0;
    color: #3f4b5e;
    line-height: 1.5;
}

.legal-visual {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding-top: 80px;
}

.document-stack {
    position: relative;
    width: 100%;
    height: 300px;
}

.document {
    position: absolute;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.doc-1 {
    width: 90%;
    height: 70%;
    top: -10%;
    left: 5%;
    z-index: 3;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #000;
    animation: doc-1-animation 1s ease-in-out infinite alternate;
}

@keyframes doc-1-animation {
    from {
        transform: rotate(8deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.doc-1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}

.doc-2 .flags_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../assets/flags_2x.png") repeat center center;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}


.doc-2 {
    width: 90%;
    height: 70%;
    top: 0px;
    left: 15%;
    z-index: 2;
    transform: rotate(4deg);
    background: linear-gradient(135deg, #f5f9ff 0%, #e2eaf0 100%);
    border: 1px solid #1f2937;
}

.doc-3 {
    width: 90%;
    height: 70%;
    top: 24px;
    left: 20%;
    z-index: 1;
    transform: rotate(6deg);
    background-color: #EB1000;
    border: 1px solid #000;
}

.legal-badges {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    z-index: 4;
}

.legal-badges .badge {
    background: #3f4b5e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #1f2937;
    /* backdrop-filter: blur(4px); */
    box-shadow: 0 5px 5px -3px rgba(100, 120, 151, 0.7) inset, 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* US Legal Framework Section */
.us-legal-framework {
    padding: 60px 0;
    /* background: white; */
}

.us-legal-framework .section-header img {
    pointer-events: none;
    user-select: none;
    border-radius: 3px;
    border: 2px solid #000;
}

.us-legal-framework h2 {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
    margin: 1.75rem auto 0 auto;
}

.us-legal-framework .section-subtitle {
    color: #3f4b5e;
    font-size: 2.5rem;
    line-height: 1.35;
    margin: 0.75rem auto;
}

.framework-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 6rem;
}

.framework-card {
    background: rgba(253, 253, 248, 0.82);
    padding: 2rem;
    border-radius: 16px;
    border: 3px solid #3f4b5e;
    box-shadow: 5px 6px 1px rgba(98, 98, 98, 0.32);
    transition: all 0.35s ease;
}

.framework-card:hover {
    transform: translateY(-4px);
    box-shadow: 6px 7px 5px rgba(0, 0, 0, 0.16);
    border-color: #EB1000;
}

.framework-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.framework-card h3 {
    font-size: 1.5rem;
    color: #1f2937;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.framework-card p {
    color: #3f4b5e;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.framework-card ul {
    list-style: none;
    padding: 0;
}

.framework-card li {
    padding: 0.5rem 0;
    color: #1f2937;
    position: relative;
    padding-left: 2rem;
}

.framework-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #F26522;
    font-weight: bold;
}

/* International Recognition Section */
.international-recognition {
    padding: 60px 0;
}

.international-recognition .world {
    margin-bottom: 1.5rem;
    font-size: 34px;
    pointer-events: none;
}


.international-recognition h2 {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
    margin: 1.75rem auto 0 auto;
}

.international-recognition .section-subtitle {
    color: #3f4b5e;
    font-size: 2.5rem;
    line-height: 1.35;
    margin: 0.75rem auto;
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.country-group {
    background: rgba(253, 253, 248, 0.82);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid #3f4b5e;
    box-shadow: 5px 6px 1px rgba(98, 98, 98, 0.32);
}

.country-group h3 {
    font-size: 1.5rem;
    color: #1f2937;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    border-bottom: 2px solid #F26522;
    padding-bottom: 1rem;
}

.country-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.country-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: rgb(243, 243, 238);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.country-item:hover {
    background: #e9ecef;
    transform: translateX(4px);
}

.country-name {
    font-weight: 500;
    font-size: 1.5rem;
    color: #1f2937;
    line-height: 1.7;
}

.country-law {
    font-size: 1.5rem;
    color: #3f4b5e;
    line-height: 1.7;
    text-align: right;
}

/* Document Types Section */
.document-types {
    padding: 60px 0;
}


.document-types .section-header img {
    pointer-events: none;
    user-select: none;
    width: 44px;
    border-bottom: 2px solid #F26522;
    /* filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px); */
}

.document-types h2 {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
    margin: 1rem auto 0 auto;
}

.document-types .section-subtitle {
    color: #3f4b5e;
    font-size: 2.5rem;
    line-height: 1.35;
    margin: 0.75rem auto;
}


.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.document-category {
    background: rgba(253, 253, 248, 0.82);
    padding: 2rem;
    border-radius: 16px;
    border: 3px solid #3f4b5e;
    box-shadow: 5px 6px 1px rgba(98, 98, 98, 0.32);
}

.document-category h3 {
    position: relative;
    color: #1f2937;
    font-size: 2.5rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
    padding-left: 32px;
}

.document-category.eligible h3::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: darkgreen;
    text-shadow: 
    -1px -1px 0 white, /* Top-left shadow */
    1px -1px 0 white,  /* Top-right shadow */
    -1px 1px 0 white,  /* Bottom-left shadow */
    1px 1px 0 white;   /* Bottom-right shadow */
    font-weight: bold;
}

.document-category h3.caution::before {
    content: "!";
    position: absolute;
    left: 8px;
    color: #c90;
    text-shadow: 
    -1px -1px 0 black, /* Top-left shadow */
    1px -1px 0 black,  /* Top-right shadow */
    -1px 1px 0 black,  /* Bottom-left shadow */
    1px 1px 0 black;   /* Bottom-right shadow */
    font-weight: bold;
}

.document-category ul {
    list-style: none;
    padding: 0;
}

.document-category li {
    padding: 0.9rem 0;
    border-bottom: 1px solid #3f4b5e22;
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    color: #3f4b5e;
    line-height: 1.7;
}

.document-category li:last-child {
    border-bottom: none;
}

.document-category li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3f4b5e;
    font-weight: bold;
    font-size: 1.2rem;
}


.legal-note {
    background: #fff3cd;
    border: 2px solid #f1db93;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 3rem;
}

.legal-note p {
    margin: 0;
    color: #856404;
    font-size: 1.4rem;
    line-height: 1.6;
}

.legal-note strong {
    color: #533f03;
}

/* Security & Compliance Section */
.security-compliance {
    padding: 80px 0;
}


.security-compliance .section-header img {
    pointer-events: none;
    user-select: none;
    width: 38px;
}

.security-compliance h2 {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
    margin: 1.6rem auto 0 auto;
}

.security-compliance .section-subtitle {
    color: #3f4b5e;
    font-size: 2.5rem;
    line-height: 1.35;
    margin: 0.75rem auto;
}


.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.compliance-item {
    text-align: center;
    background: rgba(253, 253, 248, 0.82);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid #3f4b5e;
    box-shadow: 5px 6px 1px rgba(98, 98, 98, 0.32);
    transition: all 0.3s ease;
}

.compliance-icon {
    font-size: 1.5rem;
    color: #3f4b5e;
    line-height: 1.7;
    margin: 0 auto 1rem auto;
    width: 32px;
    height: 32px;
}

.compliance-icon.audit {
    background: url('../assets/audit.png') no-repeat center center;
    background-size: 82%;
}

.compliance-icon.seal {
    background: url('../assets/seal.png') no-repeat center center;
    background-size: 88%;
}

.compliance-icon.track {
    background: url('../assets/track.png') no-repeat center center;
    background-size: 80%;
}

.compliance-icon.otp {
    background: url('../assets/2fa.png') no-repeat center center;
    background-size: 100%;
}

.compliance-item h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
    color: #1f2937;
}

.compliance-item p {
    font-size: 1.5rem;
    color: #3f4b5e;
    line-height: 1.6;
    margin: 0;
}










.accordion-css__item {
    background-color: transparent;
    border-radius: .5em;
    padding-top: .875em;
    margin: 2px auto;
    list-style: none;
    position: relative;
    transition: all 1.3s ease;
    width: calc(49% - 16px);
    
  }
  
  .accordion-css__item:last-child {
    vertical-align: top;
  }
  
  .accordion-css__item.review_inline {
    display: inline-block;
    margin: 8px 8px;
  }
  
  
  .accordion-css__bg {
    width: 100%;
    height: calc(100% - 1.5em);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  
  
  .accordion-css__item-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border: .145em solid #1e779a;
    border: .24em solid #111;
    /* background-color: #53CCFB; */
    background-color: #1f2937;
    /* background: linear-gradient(180deg, rgba(239, 96, 39, 1) 20%, rgb(253, 114, 59) 80%); */
    background: linear-gradient(180deg, #1f2937 20%, #253040 85%);
  
    /* background-color: #EF6027; */
    cursor: pointer;
    border-radius: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1em 1em 1.5em;
    display: flex;
    position: relative;
    z-index: 100;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
  }
  
  [data-accordion-status="active"] .accordion-css__item-top {
    box-shadow: 0 -4px 6px #00000026, 0 8px 14px rgba(0, 0, 0, 0.3);
  }
  
  .accordion-css__item-h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .accordion-css__item-icon {
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    display: flex;
    /* display: none; */
    /* background: rgba(70, 186, 232, 0.95); */
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    opacity: 1;
  }
  
  .accordion-css__item-icon-svg {
    /* width: 18px !important; */
    /* height: 29px; */
  }
  
  .accordion-css__item-top:hover .accordion-css__item-icon {
    transform: rotate(90deg);
  }
  
  [data-accordion-status="active"] .accordion-css__item-top .accordion-css__item-icon {
    transform: rotate(45deg);
    /* opacity: 0.6; */
  }
  
  [data-accordion-status="active"] .accordion-css__item-top:hover .accordion-css__item-icon {
    transform: rotate(135deg);
  }
  
  
  
  .accordion-css__item-icon-svg {
    width: 1em;
    position: relative;
  }
  
  .accordion-css__bg-svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    vertical-align: middle;
  }
  
  [data-accordion-status="active"] .accordion-css__item-bottom {
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.3s ease;
  }
  
  [data-accordion-status="not-active"] .accordion-css__item-bottom {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  
  }
  
  
  [data-accordion-status="not-active"] .accordion-css__item-bottom-wrap {
    padding-top: 2.5rem;
  }
  
  [data-accordion-status="active"] .accordion-css__item-bottom-wrap {
    padding-top: 0.5rem;
  }
  
  .accordion-css__item-bottom-wrap {
    flex-flow: column;
    height: 100000%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .accordion-css__item-bottom {
    grid-template-rows: 0fr;
    display: grid;
    position: relative;
    overflow: hidden;
    padding-top: 18px;
    transition: transform 1.3s ease;
  }
  
  .accordion-css__item-bottom-content {
    /* padding-top: 1.5em; */
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
  }
  
  
  .accordion-css__card {
    border-top-style: solid;
    border-top-width: .23em;
    border-top-color: #444;
    border-right-style: solid;
    border-right-width: .23em;
    border-right-color: #444;
    border-bottom-style: solid;
    border-bottom-width: .23em;
    border-bottom-color: #444;
    border-left-style: solid;
    border-left-width: .23em;
    border-left-color: #444;
    background-color: #fff;
    border-radius: 1em;
    margin-top: 1.5em;
    margin-bottom: -3.5em;
    padding: 2em 2em 4.4em 2em;
    position: relative;
    transform: translateY(0) rotate(-0.75deg);
    /* transform: translateY(-28px) rotate(0deg); */
    box-shadow: .375em .375em 0 0 #00000026;
    transition: transform 0.3s ease;
  }
  
  [data-accordion-status="not-active"] .accordion-css__card {
    transform: translateY(-28px) rotate(0deg);
  }
  
  .accordion-css__card video {
    width: 100%;
    border-radius: 5px;
    border: .24em solid #111;
    margin-top: 16px;
    cursor: pointer;
  }
  
  
  
  .faq {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    text-align: left;
    display: grid;
    grid-template-columns:  1fr 1fr;
    gap: 3rem;
  }
  
  .faq .faq-grid {
    position: relative;
  }
  
  
  .faq .faq-grid .faq-more {
    position: absolute;
    width: auto;
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding-left: 8px;
  }
  
  .faq .faq-grid .faq-more * {
    font-size: 1.6rem;
  }
  
  .faq .faq-grid .faq-more p {
    color: #374151;
  }
  
  .faq .faq-grid .faq-more h4 {
    font-size: 2rem;
    color: #1f2937;
  }
  
  .faq .faq-grid.qs {
    margin-top: 8px;
  }
  
  
  .faq .section-title {
    font-weight: bolder;
    color: #1f2937;
    line-height: 38px;
    margin: 16px 0 0 0;
    font-size: 58px;
    line-height: 60px;
  }
  
  
  .faq .accordion-css__item {
    background-color: transparent;
    border-radius: .5em;
    padding-top: .875em;
    margin: 8px auto;
    list-style: none;
    position: relative;
    transition: all 1.3s ease;
    width: 100%;
  }
  
  .faq .accordion-css__item {
    vertical-align: top;
  }
  
  .faq .accordion-css__item-h3 {
    color: #fff;
  }
  
  .content {
    font-size: 15px;  
  }
  
  .content ul {
    padding-left: 24px;
  }
  
  
  









@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-14px) rotate(5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}




.hamburger_icon, .hamburger_icon svg {
    display: none;
  }
  
  .nav_ul li.signin {
    display: none;
  }
  
  


  
@media (max-width: 1180px) {

    .hero {
        padding: 60px 0;
    }
    
    .hero-container {
        padding: 0 20px 0 32px;
    }

    .card-1 {
        top: -16px;
        left: -24px;
        display: none;
    }
    
    
    .card-2 {
        bottom: -9%;
        right: auto;
        left: -56px;
        display: none;
    }
 
    .accordion-container {
      gap: 0;
      width: 90%;
    }
    
    .accordion-title {
      font-size: 21px;
      font-weight: 600;
      line-height: 31px;
    }
    
    .accordion-content {
      font-size: 16px;
    }

    .accordion-content p {
      line-height: 26px;
      font-weight: 400;
      font-size: 16px;
    }

    .card-section .container {
      width: 95%;
    }



    
   

    .faq {
      width: 90%;
    }

    .faq .faq-grid .faq-more p {
      color: #374151;
      line-height: 1.56;
    }

  }



  
  @media (min-width: 1000px) {
    .accordion-container {
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
    }
  }
  



/* Responsive Design */
@media (max-width: 964px) {
    
    .testimonial {
        transform: rotate(0deg);
    }

    .testimonial-container {
        transform: rotate(0deg);
      }
      
      .testimonial-text {
        font-size: 20px;
        line-height: 28px;
        width: calc(70% - 16px);
      }

      
      .testimonial .accordion-css__item {
        width: calc(68% - 16px);
        
      }

      .testimonial-text .quote {
        font-size: 20px;
        line-height: 28px;
      }
  


      .accordion-container {
        gap: 0;
        width: 80%;
         margin: 40px auto 96px auto;
      }

      .faq-section {
        padding-top: 64px;
      }

      .accordion-title {
        flex: 1;
        font-size: 2.5rem;
        font-weight: 600;
        text-align: left;
        color: #1f2937;
      }
      
      .accordion-content p {
        margin: 0;
        color: #6b7280;
        color: #374151;
        line-height: 1.6;
        font-size: 2rem;
        font-weight: 400;
      }
}





@media (max-width: 999px) {
      
    .faq-section {
      order: 1;
    }
  }




@media (max-width: 772px) {


     .hero .hero-title {
        text-align: center;
      }
      
      .hero .hero-subtitle {
        text-align: center;
      }


      .legal-grid {
        width: 90%;
        gap: 2rem 0;
    }

      .highlight-text h4 {
        text-align: left;
      }

      .legal-badges {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .us-legal-framework .container, .international-recognition .container, .document-types .container, .security-compliance .container {
        width: 90%;
    }

    .cta .container {
        width: 80%;
    }

    .accordion-css__item {
        background-color: transparent;
        border-radius: .5em;
        padding-top: .875em;
        margin: 2px auto;
        list-style: none;
        position: relative;
        transition: all 1.3s ease;
        width: calc(90% - 16px);
      }
    
      
    
      .faq {
        grid-template-columns:  1fr;
      }
    
      .faq .faq-grid .faq-more {
        position: relative;
        width: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 16px 0 0 0;
      }
    
      .faq .faq-grid.qs {
        /* width: 80%;
        margin: 12px auto; */
      }
    
      .faq .accordion-css__item {
        margin: 12px auto;
        
      }
}


@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
   
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .overview {
        padding: 0 16px;
    }

    .ersd-content {
        padding: 0 16px;
    }
    
    .floating-card {
        display: none;
    }

    
.carousel-section {
    min-height: 320px;
  }
}

@media (max-width: 480px) {

    
    .container {
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }

    .hero .hero-subtitle {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 1.8rem;
      }  
    
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .btn-large {
        padding: 14px 28px;
        font-size: 16px;
    }


    .highlight-text h4 {
        text-align: left;
      }

      .highlight-text p {
        text-align: left;
      }

  .carousel-section {
    margin-top: 64px;
    margin-bottom: 40px;
      min-height: 100px;
  }

    .carousel-container {
      margin: 0;
      min-height: 240px;
  }

  .carousel_div {
    margin: 64px 0 0 0;
  }

  .carousel_div::before {
    width: 100px;
    height: 100px;
  }
  
  
  .carousel_div::after {
    width: 100px;
    height: 100px;
  }

  .carousel-container h2 {
    max-width: 400px;
    font-size: 31px;
    line-height: 42px;
    position: absolute;
    top: 16px;
    text-align: center;
  }

  .logo-item {
      width: 56px;
      margin: 0 20px;
    }

    

  .testimonial-text {
    width: calc(90% - 16px);
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-text .quote {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial .accordion-css__item {
    width: calc(90% - 16px);
  }

  
.accordion-css__card {
  padding: 2em 1em 4.4em 1em;
}


  .testimonial {
    padding-top: 16px;
    margin: 160px auto 0 auto;
    background: transparent;
    border: none;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  }


  .cta .container {
    width: 90%;
  }

  
  .accordion-container {
    width: 98%;
    margin: 40px auto 96px auto;
  }
  
  .accordion-icon {
    display: none;
  }


  

.carousel-section {
    min-height: 100px;
}

  .carousel-container {
    margin: 0;
    min-height: 240px;
}

.carousel_div {
  margin: 64px 0 0 0;
}

.carousel_div::before {
  width: 100px;
  height: 100px;
}


.carousel_div::after {
  width: 100px;
  height: 100px;
}

.carousel-container h2 {
  max-width: 400px;
  font-size: 31px;
  line-height: 42px;
  position: absolute;
  top: 16px;
  text-align: center;
}

.logo-item {
    width: 56px;
    margin: 0 20px;
  }

  .faq {
    width: 90%;
  }

  .faq .section-title {
    text-align: center;
    font-size: 32px !important;
    line-height: 42px;
  }

  .faq .faq-more {
    text-align: center;
  }

  .faq .faq-more p {
    padding: 0 24px;
  }
  

  .log_in, .sign_up {
    display: none;
  }

  .hamburger_icon {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    padding: 6px 16px;
  }

  .hamburger_icon #open-menu-svg {
    display: block;
  }

  .header .header_bottom {
    padding: 0px 8px 0 8px;
    background-color: #F5F5EE;
    background-color: #FDFDF8;
    box-shadow: 0 5px 10px -3px #0005;
    height: 990px;
    top: 60px;
    right: -110%;
    position: absolute;
    -webkit-transition: right 0.45s;
    -moz-transition:    right 0.45s;
    -ms-transition:     right 0.45s;
    -o-transition:      right 0.45s;
    transition:         right 0.45s;
  }

  .nav_ul {
    /* display: none; */
    text-align: center;
    width: 100%;
    padding: 0 8px;
    margin: 0;
  }

  .nav_ul li.signin {
    display: block;
    /* border-top: 1px solid #ddd; */
  }

  .nav_ul li {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: left;
    background: url('../../assets/chevron-right-dark-24px.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% center;
    border-bottom: 1px solid #ddd;
  }

  .nav_ul li a {
    display: block;
    padding: 24px 8px !important;
    color: #444;
    width: 100%;
  }


  .legal-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}
      
}



/* Responsive Design */
@media (max-width: 768px) {
    
    
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    
    
    .floating-card {
        display: none;
    }

   
    
    .legal-visual {
        max-width: 300px;
        height: 250px;
        margin: 0 auto;
    }
    
    .legal-content h2 {
        font-size: 2rem;
    }
    
    .legal-intro {
        font-size: 1rem;
    }
    
    .framework-grid,
    .countries-grid,
    .documents-grid,
    .compliance-grid {
        grid-template-columns: 1fr;
    }
    
    .country-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .country-law {
        text-align: left;
    }
}


@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .btn-large {
        padding: 14px 28px;
        font-size: 16px;
    }

}






@media (max-width: 450px) {
    .border_div svg {
        height: 38px;
        bottom: -35px;
      }
    .software_div_border_div svg {
        bottom: -37px;
      }

      .legal-visual {
        padding-top: 120px;
      }

      .legal-badges {
        top: 24px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        text-align: center;
        justify-content: center;
    }

    .doc-1 {
        width: 99%;
        left: 0;
    }
    
    .doc-2 {
        width: 99%;
        left: 2%;
    }
    
    .doc-3 {
        width: 99%;
        left: 4%;
    }
}



@media (max-width: 390px) {
    .carousel-container h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 300px;
      }

      .carousel_div {
        margin: 40px 0 0 0;
      }


    .legal-image {
      width: 100%;
    }

}