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;
  }
  
  body{
    display: block !important;
    padding-bottom: 0;
    overflow-y: scroll;
  }

    
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
  
  br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  .body_container {
    transition: filter 0.75s ease-in-out;
    -webkit-transition: filter 0.75s ease-in-out;
  }
  
  .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);
  }

  .border_div {
    position: relative;
  }
  
  .border_div svg {
    position: absolute;
    z-index: 100;
    display: block;
    height: 48px;
    bottom: -45px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-title {
    font-size: 5.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
  }

  .section-title-large {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
  }
  
  .section-subtitle {
    font-size: 2rem;
    color: #374151;
    /* max-width: 600px; */
    margin: 0 auto;
  }

  .section-subtitle-small {
    font-size: 14px;
    color: #F26522;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Hero Section */
.hero {
    max-width: 1800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .hero .hero-container-clip {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #F0EEE6 20%, #e0ded4 90%);
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);

  }
  

  
  .hero_border_top_div {
    height: 48px;
    width: 377px;
    position: absolute;
    bottom: 0px;
    left: 1px;
  }
  
  .hero_border_top_div svg {
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    bottom: -44px;
  }
  
  /* Container */
  .hero .container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0;
  }
  
  /* Typography */
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  .hero p {
    margin-bottom: 3rem;
    color: #374151;
    line-height: 1.2;
    text-align: left;
    font-weight: 600 !important;
  }
  
  .hero a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
  }

  .hero .section-subtitle-small {
    margin: 0 auto 16px auto;
    color: #a73500;
    max-width: 424px;
    font-weight: 100 !important;
  }
  
  
  .hero-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0rem;
    align-items: center;
    position: relative;
    z-index: 3;
    /* overflow: hidden; */
  }
  
  .hero-content {
    /* background: transparent; */
    /* background: linear-gradient(-72deg, #b96042 8%, #D97757 20%); */
    padding: 64px 16px 64px 16px;
    border-radius: 0;
    position: relative;
    /* overflow: hidden; */
    /* background-color: #D97757; */
  }
  
  .hero-content::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 82%;
    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>');
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
    filter: blur(32px);
  }
  
  
  .hero .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(156deg, #263345 48%, #893209 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 424px;
  }


  .gradient-text {
    /* background-image: linear-gradient(96deg, #1f2937 40%, #003a64 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-move 4s linear infinite alternate;
    background-size: 200% 100%; */
  }

  
  @keyframes gradient-move {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  
  .hero .hero-subtitle {
    font-size: 2.6rem;
    color: #485569;
    /* font-weight: bold !important; */
    line-height: 1.35;
    text-align: left;
    max-width: 416px;
    margin: 0 auto;
  }
  
  .hero-actions {
    display: flex;
    margin: 2rem auto 1rem auto;
    max-width: 420px;
  }
  
  .hero p.trial {
    margin: 0 auto;
    color: #4d2e05;
    color: #462904;
    color: #8f8a84;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    max-width: 420px;

  }

  .hero .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;
    border-radius: 6px;
  }
  
  .hero .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;
  }
  
  .hero .btn-primary:hover, .hero .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%;
  }
  

  
  
  .hero-visual {
    position: relative;
    background-color: #D9775700;
    height: 100%;
    max-height: 500px;
    border-radius: 0;
    position: relative;
    padding: 0;
  }

  .hero-visual .hero-image {
    text-align: center;
    padding: 0;
  }


 .hero-visual .hero-image .grid {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    background-image: 
    radial-gradient(circle at 0 0, #e0ded4 3px, transparent 3px),
    radial-gradient(circle at 100% 0, #e0ded4 3px, transparent 3px),
    radial-gradient(circle at 0 100%, #e0ded4 3px, transparent 3px),
    radial-gradient(circle at 100% 100%, #e0ded4 3px, transparent 3px),
    linear-gradient(90deg, #9c2e0200 2px, transparent 2px),
    linear-gradient(#9c2e0200 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;
  }


  

#global_okaysend {
    position: relative;
    top: 40px;
    width: 564px;
    height: 500px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: width 0.35s ease-in-out, height 0.15s ease-in-out;
  }

  
  #global_okaysend canvas {
    position: absolute;
    vertical-align: middle;
    left: 0%;
    cursor: grab;
    /* top: 50%;
    transform: translateY(-50%); */
    margin: 0;
    filter: saturate(1.15);
    transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
    /* outline: 1px solid red; */
  }

  .hero-visual .hero-image img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    user-select: none;
    outline: none;
  }

  .hero-visual .hero-image .fore {
    opacity: 0;
    perspective: 1000px;
    transition: transform 0.05s ease-in, border 0.9s ease-in-out;
    transform-style: preserve-3d; /* Ensures that child elements (image, text) are also part of the 3D effect */
    cursor: pointer;
}



.floating-card {
    position: absolute;
    /* background: white; */
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700 !important;
    overflow: hidden;
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out;
  }

  
  .card-33 {
    top: 80px;
    right: 48px;
    background: none;
    box-shadow: none !important;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transform: rotate(0deg);
    animation: hero_float2 3s ease-in-out infinite;
    overflow: visible;
  }
  
  .card-33 .sparkle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0;
    /* float: left; */
  }
  
  
  .card-55 {
    top: 80%;
    left: 54px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transform: rotate(180deg);
    overflow: visible;
    box-shadow: none !important;
    /* animation: hero_float2 3s ease-in-out infinite; */
  }
  
  .card-55 .sparkle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  
  
  .card-66 {
    /* bottom: 16px; */
    top: 44px;
    left: 80px;
    background: none;
    box-shadow: none !important;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    overflow: visible;
    /* animation: hero_float2 3s ease-in-out infinite; */
  }
  
  .card-33:hover, .card-55:hover, .card-66:hover {
    background: transparent;
  }
  
  .card-66 .sparkle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0;
    transform: rotate(10deg);
  }
  
  .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-55 .sparkle path:first-child {
    animation: sparkleLarge 2.75s linear infinite;
    -webkit-animation: sparkleLarge 2.75s linear infinite;
    fill: #800900 !important;
  }
  
  .card-55 .sparkle path:last-child {
    animation: sparkle 2.75s linear infinite;
    -webkit-animation: sparkle 2.75s linear infinite;
    fill: #fc8719 !important;
    fill: #4b2400 !important;
  }
  
  .card-66 .sparkle path:first-child {
    fill: red !important;
  }
  
  
  .sparkle path {
    animation-play-state: running;
    filter: saturate(0.64);
  }
  
  .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);
    }
  }
  
  

  



.language_preview {
    display: block;
    padding: 40px 0;
    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;
    background-attachment: scroll;
    will-change: background-position;
}

.langs {

}


.langs .section-subtitle-small {
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}


.langs img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 0;
    margin: 16px auto 0 auto;
    pointer-events: none;
}

.langs h2 {
    padding: 0;
    margin: 8px auto;
  font-weight: 600;
  color: #1f2937;
  line-height: 38px;
  text-align: center;
}

.langs h4 {
    color: #374151;
    max-width: 550px;
    line-height: 28px;
    padding: 0;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
}



.langs_list {
    width: 80%;
    max-width: 1700px;
    margin: 48px auto 0 auto;
}

.langs_list h5 {
    color: #374151;
    line-height: 28px;
    padding: 0;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
}

#lang_eg {
    scroll-margin-top: 140px; /* padding from top */
}

.langs_list .lang_grid {
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.langs_list .lang_grid div input[type=radio] {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    accent-color: #007bff;
    margin: 0 !important;
    pointer-events: none;
    user-select: none;
    outline: none;
}

.langs_list .lang_grid div {
    position: relative;
    text-align: left;
    border: 2px solid #374151;
    border-radius: 6px;
    box-shadow: 4px 4px 2px #1f293744;
    background: #F0EEE6;
    padding: 32px 16px 32px 48px;
    font-size: 18px;
    line-height: 28px;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    user-select: none;
}

.langs_list .lang_grid div.active {
    border: 2px solid #007bff;
    box-shadow: 1px 5px 8px #1f293744;
    background: #f7f6f0;
    color: #007bff;
    font-weight: 600;
    transform: rotate(-1deg);
}




  





.template {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 80px 0;
    max-width: 1600px;
    background-color: transparent;
  }
  
  .template .template_grid {
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
    gap: 0 0;
    width: 90%;
  }

  .template .template_grid .template-portal {
    margin: 0 auto;
  }
  
  .template .template_grid .template-portal iframe {
    width: 643px;
    height: 500px;
    border-radius: 14px;
    border: 3px solid #1f2937;
    background-color: #DAD5C2;
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
  }

  .template .template-portal .template_portal_inner_bkg {
    position: absolute;
    top: -8px;
    left: 8px;
    width: 643px;
    height: 500px;
    border-radius: 14px;
    border: 3px solid #1f2937;
    background-color: #DAD5C2;
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
    z-index: -1;
    transition: all 0.4s ease-out;
  }

  .template .template-portal .template_graphics_inner {
    position: relative;
    width: 643px;
    height: 500px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
    transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
    z-index: 1;
  }
  

  .template .template-portal .template_graphics_inner:hover ~ .template_portal_inner_bkg {
    transform: scale(1.02) translateY(-5px) translateX(3px) rotate(3deg);
    transition: all 0.15s ease-out;
  }
  

  .template .template-portal .template_graphics_inner:hover {
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-in-out;
    transform: scale(1.01) translateY(-2px);
    box-shadow: 0px 8px 14px #3f4b5e44;
  }
  
  
  .template .template-graphics {
    position: relative;
    margin: 0 auto;
    
  }
  
  .template .template-graphics .template_graphics_inner_bkg {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 643px;
    height: 500px;
    border-radius: 14px;
    border: 3px solid #1f2937;
    background-color: #DAD5C2;
    background: linear-gradient(98deg, #EA4335 20%, #FBBC04 30%, #34A853 80%, #4285F4 30%);
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
    z-index: 0;
    transition: all 0.4s ease-out;
    /* transform: scale(1.01) translateY(-3px) translateX(-2px) rotate(-2deg); */
  
  }
  
  .template .template-graphics .template_graphics_inner {
    position: relative;
    width: 643px;
    height: 500px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
    transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
    z-index: 1;
  }
  
  
  .template .template-graphics img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 3px solid #1f2937;
    border-radius: 14px;
    /* box-shadow: 8px 8px 2px #424b5966; */
    user-select: none;
    outline: none;
    pointer-events: none;
  }
  
  .template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
    transform: scale(1.02) translateY(-5px) translateX(-3px) rotate(-3deg);
    transition: all 0.15s ease-out;
  }
  
  .template .template-graphics .template_graphics_inner:hover {
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-in-out;
    transform: scale(1.01) translateY(-2px);
    box-shadow: 0px 8px 14px #3f4b5e44;
  }
  
  
  @font-face {
    font-family: "Google Sans Regular";
    src: url("../../assets/GoogleSans-Regular.ttf")format("truetype");
  }
  
  .template .template-graphics .subject {
    position: absolute;
    display: inline-block;
    top: 27.5px;
    left: 27.5px;
    pointer-events: none;
    user-select: none;
    height: auto;
    min-height: 19px;
    width: auto;
    max-width: 94%;
    font-family: "Google Sans Regular", Roboto, Helvetica, Arial, sans-serif;
    color: #1f1f1f;
    font-size: 2.32rem;
    font-weight: 400;
    letter-spacing: 0;
    padding-right: 16px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
  
  
  .template .template-graphics .body {
    position: absolute;
    display: inline-block;
    top: 1222.41666412353516px;
    left: 30.5px;
    pointer-events: none;
    user-select: none;
    height: auto;
    width: auto;
    max-width: 96%;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 1.37rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 8px 0 0;
    margin: 0;
    word-break: break-word;
    text-align: left;
  }
  
  
  .template .template-graphics .body.line_1 {
    top: 174.41666412353516px;
    left: 27.5px;
  }
  
  
  .template .template-graphics .body.line_2 {
    top: 304.41666412353516px;
    left: 27.5px;
  }
  
  .template .template-graphics .body.line_3 {
    top: 366.41666412353516px;
    left: 27.5px;
    
  }

  .template .template-graphics .body.line_2 a {
    text-decoration: underline;
    pointer-events: auto;
  }
  
  

  





.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;
  }
  
  
  
  

  



  


/* Features Section */
.features {
    position: relative;
    margin: 0;
    padding: 80px 0 80px 0;
    background-color: #1f2937;
    
    /* opacity: 0.7; */
    z-index: 0 !important;
    /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); */
    
  }
  
  
  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .features .section-title-large {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
    color: #fff;
  }
  
  .features .section-subtitle {
    color: #ccc;
  }
  
  .section-subtitle-small {
    font-size: 14px;
    color: #F26522;
    max-width: 600px;
    margin: -1rem auto 0 auto;
  }
  
  .how-it-works .section-subtitle-small {
    margin: 0 auto 0 auto;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }

  .features .see_all_features {
    margin: 48px auto 0 auto;
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 24px;
    color: #eee;
    text-align: center;
    border: 2px solid;
    max-width: 173px;
    border-radius: 4px;
    background-color: #243142;
    box-shadow: 0 5px 10px -3px #01102a;
    transition: all 0.3s ease
  }


  .features .see_all_features:hover {
    text-decoration: none;
    color: #fff;
    background-color: #29394f;
    box-shadow: 0 6px 12px -3px #000a1a;
    transform: translateY(-2px);
  }
  
  .feature-card {
    position: relative;
    padding: 0;
    border-radius: 8px;
    /* background: linear-gradient(198deg, #F0EEE6 20%, #e3dfd3 90%); */
    /* border: 1px solid #c8c4b7; */
    transition: all 0.3s ease;
    text-align: left;
  }
  
  .feature-card a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 3rem 3rem 2rem 3rem;
  }
  
  .feature-card a:hover, .feature-card a:focus {
    text-decoration: none;
  }
  
  
  
  .feature-card * {
    z-index: 3 !important;
    position: relative;
  }
  
  .blurry {
    outline: 2px solid #01102a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    margin: 0;
    z-index: 0 !important;
    display: block;
    background: #1b243028;
    background: linear-gradient(140deg, rgba(44, 57, 73, 0.45) 0%, rgba(24, 133, 244, 0.1) 25%, rgba(44, 57, 73, 0.45) 100%);
    backdrop-filter: blur(8px);
  }
  
  .feature-card:hover .feature-icon {
    transform: translateY(-4px);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    /* border-color: #f7b99c; */
  }
  
  .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    text-align: left;
    border-radius: 8px;
  }
  
  
  
  .feature-icon img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
    border: 1px solid #000917;
    opacity: 0.9;
    /* border-bottom: 2px solid #EF6027; */
  }
  
  
  .feature-card:hover .feature-icon {
    /* transform: scale(1.1);
    filter: drop-shadow(0 0 0.75rem #ffcbb4); */
  }
  
  .feature-title {
    font-size: 1.75rem;
    font-weight: 650;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #4B473C;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    color: #1f2937;
    color: #fff;
    line-height: 31px;
  }
  
  .feature-description {
    color: #67645c;
    font-size: 1.5rem;
    line-height: 1.5;
    text-decoration: none;
    color: #374151;
    color: #ccc;
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    min-height: 72px;
  }
  
  .feature-link {
    display: inline-block;
    color: #268BD2;
    font-weight: 700;
    padding-right: 28px;
    /* background: url("../../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 96% center;
    text-decoration: none;
    transition: background-position 0.35s ease-in-out;
    filter: invert(51%) sepia(71%) saturate(2608%) hue-rotate(180deg) brightness(88%) contrast(84%); */
  }
  
  .feature-card a:hover .feature-link {
    color: #268BD2;
    background-position: right center;
  }


  .features .feature-link svg {
    stroke-width: 1.2px;
    fill: none;
    stroke: #268BD2;
  }
  
  .features .feature-link svg .arrowBody {
    display: none;
  }
  
  .features a:hover svg .arrowBody {
    display: block;
  }
  
  .features .feature-link svg .arrowHead {
  transition: 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  .features a:hover svg .arrowHead {
    display: block;
    transform: translateX(3px) !important;
  }
  
  
  
  

  

  
.carousel-section {
    position: relative;
    min-height: 400px;
    margin-top: 64px;
    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%);
      }
  }
  
  

  


.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: 40px auto 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;
}








@media (max-width: 1300px) {
    .hero .btn {
      padding: 8px 16px;
      font-size: 14px;
      max-width: 264px;
    }
  
    .hero .btn-primary {
        background-position: calc(100% - 8px) 49%;
    }

    #global_okaysend {
        top: 40px;
        width: 480px;
        height: 420px;
        margin: 0 32px 0 auto;
    }
    
    .card-33 {
        top: 40%;
        right: auto;
        left: 38px;
    }

    .card-55 {
        left: 80px;
      }
      
      .card-66 {
        left: 116px;
      }
  }



.hamburger_icon, .hamburger_icon svg {
  display: none;
}

.nav_ul li.signin {
  display: none;
}





    
@media (max-width: 1180px) {

    .hero-content {
      padding: 8px 8px 8px 36px;
    }

    .hero .hero-title {
      font-size: 4.4rem;
      line-height: 1.1 !important;
      margin-bottom: 0.5rem;
      text-align: left;
    }
    
    .hero .hero-subtitle {
      font-size: 2.2rem;
      line-height: 1.3;
      margin-bottom: 1.8rem;
      text-align: left;
    }       



    
.langs_list {
    width: 90%;
}

.langs_list .lang_grid {
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.langs_list .lang_grid div {
    display: flex;
    text-align: left;
    padding: 16px 16px 16px 48px;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    align-items: center;
    justify-content: left;
}
    


    .template {
        padding: 40px 0 80px 0;
    }

    .template .template_grid {
        padding: 0;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 5rem 0;
        width: 90%;
    }

    .template .template-graphics .template_graphics_inner_bkg {
        top: calc(50% - 8px);
        left:  calc(50% - 8px);
        transform: translateY(-50%) translateX(-50%) rotate(-1deg);
    }

    .template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
        transform: scale(1.01) translateY(-50%) translateX(-50%) rotate(-1deg);
        transition: all 0.15s ease-out;
    }

    .template .template-graphics .template_graphics_inner {
        margin: 0 auto;
    }


    
    .template .template-portal .template_portal_inner_bkg {
        top: calc(50% - 8px);
        left:  calc(50% + 8px);
        transform: translateY(-50%) translateX(-50%) rotate(1deg);
      }

      .template .template-portal .template_graphics_inner:hover ~ .template_portal_inner_bkg {
        transform: scale(1.01) translateY(-50%) translateX(-50%) rotate(1deg);
        transition: all 0.15s ease-out;
      }
     



    .features-grid {
        grid-template-columns: 1fr 1fr 1fr;
      }

      .feature-title {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 0.4rem;
      }
      
      .feature-description {
        line-height: 21px;
        font-size: 14px;
        min-height: 84px;
      }

      #global_okaysend {
        top: 40px;
        width: 456px;
        height: 400px;
        margin: 0 auto;
     }

     .card-33 {
        top: 40px;
        right: 38px;
        left: auto;
    }

    .card-55 {
        left: 24px;
      }
      
      .card-66 {
        left: 64px;
      }

      .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;
      }

      .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;
    }
  }
  



    

  @media (max-width: 964px) {
        
      .hero {
          padding: 16px 0 0 0;
        }

      .hero-container {
          grid-template-columns: 1fr 1.1fr;
      }

      .hero-content {
      padding: 16px 8px 40px 40px;
      }

      .hero .hero-title {
          font-size: 3.5rem;
          line-height: 1.1 !important;
          margin-bottom: 0.7rem;
          text-align: left;
        }
        
        .hero .hero-subtitle {
          font-size: 2rem;
          line-height: 1.4;
          margin-bottom: 1.8rem;
          text-align: left;
        }   

        .hero .section-subtitle-small {
          display: none;
        }


      .hero-visual .hero-image {
          height: 100%;
      }
      
      .hero-visual .hero-image img {
          height: 100%;
      }

      .hero .hero-actions {
        text-align: center;
        padding: 0;
      }

      .hero p.trial {
        
      }
    
      .hero .btn {
        margin: 0;
      } 


      #global_okaysend {
        top: 40px;
        width: 410px;
        height: 350px;
        margin: 0 auto;
     }

     .map_lang_label {
        font-size: 10px !important;
     }



     
            
    .langs_list {
        width: 92%;
    }

     .langs_list .lang_grid {
        margin: 40px auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }

.template {
    
}

.template .template_grid {
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem 0;
    width: 90%;
}

.template .template_grid .template-txt {
    padding: 0;
    order: -1;
    margin: 0 auto 80px auto;
    max-width: 664px;
}

.template .custom_pricing_btn {
    margin: 24px auto 0 auto;
}


.template .template_grid h2 {
    margin: 0 auto 1rem auto;
    text-align: center;
}

.template .template_grid h4 {
    margin: 0 auto;
    text-align: center;
    max-width: 564px;
}

.template .template-graphics .template_graphics_inner_bkg {
    top: calc(50% - 8px);
    left:  calc(50% - 8px);
    transform: translateY(-50%) translateX(-50%) rotate(-1deg);
}

.template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
    transform: scale(1.01) translateY(-50%) translateX(-50%) rotate(-1deg);
    transition: all 0.15s ease-out;
}

.template .template-graphics .template_graphics_inner {
    margin: 0 auto;
}



      
      .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;
      }

    
        
        .features .section-subtitle {
            max-width: 600px;
        }

        .features-grid {
            grid-template-columns: 1fr 1fr;
        }

}





@media (max-width: 999px) {
      
    .faq-section {
      order: 1;
    }
  }






 
  @media (max-width: 850px) {

    #global_okaysend {
        top: 32px;
        width: 400px;
        height: 330px;
     }

        
    #global_okaysend canvas {
        filter: saturate(1);
    }


     .card-33 {
        top: 30px;
        right: 24px;
        left: auto;
    }

    .card-55 {
        left: -4px;
      }
      
      .card-66 {
        left: 4px;
      }

      .hero .btn {
        width: 90%;
        max-width: 264px;
       }
}



  @media (max-width: 772px) {
      

        
    #global_okaysend {
        top: 28px;
        width: 390px;
        height: 320px;
        margin: 0 auto;
     }


     .card-33 {
        top: 12px;
        right: 29px;
        left: auto;
    }

    .card-33 .sparkle {
        width: 24px;
        height: 24px;
    }

    .card-55 {
        left: 0;
      }
      
    .card-66 {
        left: -4px;
    }

    .card-55 .sparkle {
        width: 26px;
        height: 26px;
    }

    .features {
        padding: 64px 0 80px 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(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) {

    .hero-content {
        padding: 16px 6px 40px 28px;
    }

    .hero-visual .hero-image img {
      pointer-events: none;
    }

    .hero .btn {
     width: 100%;
      max-width: 264px;
    }

    #global_okaysend {
        top: 28px;
        width: 372px;
        height: 310px;
        margin: 0 auto;
     }



.carousel-section {
    min-height: 320px;
  }
  

  .features .feature-card:last-child {
    display: none;
  }

}



  

@media (max-width: 670px) {
    

    .template {
        /* padding: 104px 0 156px 0; */
    }
    
    .template .template_grid {
        padding: 0 !important;
        margin: 0 auto !important;
        display: grid;
        grid-template-columns: 1fr;
        gap: 5rem 0;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    
    
    .template .template-portal .template_portal_inner_bkg {
        position: absolute;
        width: 340px;
        height: 640px;
    }

    .template .template-portal .template_graphics_inner {
        position: relative;
        width: 340px;
        height: 640px;
    }


    .template .template_grid .template-portal iframe {
        width: 340px;
        height: 640px;
    }

    
    .template .template-graphics .template_graphics_inner_bkg {
        
    }
    
    .template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
        transform: scale(1.01) translateY(-8px) translateX(-8px) rotate(-1deg);
        transition: all 0.15s ease-out;
    }
    
    .template .template-graphics .template_graphics_inner {
        margin: 0 auto;
    }
    
    
    .template .template-graphics .template_graphics_inner_bkg {
        position: absolute;
        top: 0;
        left: calc(50% - 8px);
        width: 340px;
        height: 264px;
        border-radius: 14px;
        border: 3px solid #1f2937;
        background-color: #DAD5C2;
        box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
        z-index: 0;
        transition: all 0.4s ease-out;
        transform: translateY(-8px) translateX(-50%) rotate(-1deg) !important;
    }

    
    
    .template .template-graphics .template_graphics_inner {
        position: relative;
        width: 340px;
        height: 264px;
        border-radius: 14px;
        box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
        transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
        z-index: 1;
    }
    
    .template .template-graphics .subject {
        top: 15.5px;
        left: 16.5px;
        max-width: 324px;
        font-size: 1.32rem;
    }
    
    
    .template .template-graphics .body {
        position: absolute;
        display: inline-block;
        top: 1222.41666412353516px;
        left: 30.5px;
        pointer-events: none;
        user-select: none;
        height: auto;
        width: auto;
        font-family: Arial, Helvetica, sans-serif;
        color: #222;
        font-size: 0.75rem;
        font-weight: 400;
        letter-spacing: 0;
        padding: 0 8px 0 0;
        margin: 0;
        word-break: break-word;
        text-align: left;
    }
    
    
    .template .template-graphics .body.line_1 {
        top: 92.41666412353516px;
        left: 16.5px;
    }
    
    
    .template .template-graphics .body.line_2 {
        top: 159.41666412353516px;
        left: 16.5px;
    }

    .template .template-graphics .body.line_3 {
        top: 192.41666412353516px;
        left: 16.5px;
    }
    
    }
    
    
    

@media (max-width: 699px) {
    .hero {
      padding: 0;
    }
    
    .hero-container {
      width: 100%;
      grid-template-columns: 1fr;
      gap: 0rem;
    }
  
    .hero-content {
      padding: 48px;
    }

    .hero .hero-title {
        margin: 0 auto 0.5rem auto;
        max-width: 300px;
        text-align: center;
      }
      
      .hero .hero-subtitle {
        text-align: center;
      }
    
      .hero .btn {
        max-width: 235px;
        margin: 0 auto;
      }
    
      .hero p.trial {
        text-align: center;
        margin: 0 auto;
      }

      .hero-visual .hero-image .grid {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
        background-image: 
        radial-gradient(circle at 0 0, #d7d5c9 3px, transparent 3px),
        radial-gradient(circle at 100% 0, #d7d5c9 3px, transparent 3px),
        radial-gradient(circle at 0 100%, #d7d5c9 3px, transparent 3px),
        radial-gradient(circle at 100% 100%, #d7d5c9 3px, transparent 3px),
        linear-gradient(90deg, #9c2e0200 2px, transparent 2px),
        linear-gradient(#9c2e0200 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;
      }

      #global_okaysend {
        top: 28px;
        width: 440px;
        height: 380px;
        margin: 0 auto;
     }

     .card-33 {
        top: 8px;
        right: 100px;
        left: auto;
    }

    .card-33 .sparkle {
        width: 32px;
        height: 32px;
    }

    .card-55 {
        left: 70px;
      }
      
    .card-66 {
        left: 64px;
    }

}





@media (max-width: 516px) {
    #global_okaysend {
        top: 25px;
        width: 420px;
        height: 360px;
        margin: 0 auto;
     }

     .card-33 {
        top: 8px;
        right: 70px;
    }

    .card-55 {
        left: 32px;
      }
      
    .card-66 {
        left: 16px;
    }
}


@media (max-width: 450px) {
  .hero {
    padding: 0;
  }
  
  .hero-container {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0rem;
  }

  .hero-content {
    padding: 48px;
  }

  .hero .hero-title {
    margin: 0 auto 0.5rem auto;
    max-width: 300px;
    text-align: center;
  }
  
  .hero .hero-subtitle {
    text-align: center;
  }

  .hero .btn {
    max-width: 235px;
    margin: 0 auto;
  }

  .hero p.trial {
    text-align: center;
    margin: 0 auto;
  }

  .hero-visual {
    padding: 0;
  }

  #global_okaysend {
    top: 25px;
    width: 380px;
    height: 320px;
    margin: 0 auto;
 }

 .map_lang_label {
    font-size: 9px !important;
 }

 .card-33 {
    top: 8px;
    right: 28px;
}

.card-33 .sparkle {
    width: 24px;
    height: 24px;
}

.card-55 {
    left: 12px;
  }
  
.card-66 {
    left: 8px;
}
  
  .hero-after {
    position: relative;
    min-height: 260px;
    margin-top: 40px;
    padding-top: 0
  }



  
  

  .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;
    }


  

    .langs_list .lang_grid {
        margin: 40px auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
        gap: 1.5rem;
    }

.template {
    /* padding: 124px 0 156px 0; */
}

.template .template_grid {
    padding: 0 !important;
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem 0;
    width: 100%;
    text-align: center;
    align-items: center;
}

.template .template_grid .template-txt {
    padding: 0;
    order: 2;
    margin: 48px auto 0 auto !important;
    width: 100%;
    max-width: 100%;
}

.template .custom_pricing_btn {
    margin: 24px auto 0 auto;
}


.template .template_grid h2 {
    margin: 0 auto 1rem auto;
    padding: 0;
    text-align: center;
    line-height: 38px;
    font-size: 31px;
    width: auto;
    max-width: 90%;
}

.template .template_grid h4 {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
}


.template .template-portal .template_portal_inner_bkg {
    position: absolute;
    width: 340px;
    height: 640px;
}

.template .template-portal .template_graphics_inner {
    position: relative;
    width: 340px;
    height: 640px;
}


.template .template_grid .template-portal iframe {
    width: 340px;
    height: 640px;
}


.template .template-graphics .template_graphics_inner_bkg {
    
}

.template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
    transform: scale(1.01) translateY(-8px) translateX(-8px) rotate(-1deg);
    transition: all 0.15s ease-out;
}

.template .template-graphics .template_graphics_inner {
    margin: 0 auto;
}


.template .template-graphics .template_graphics_inner_bkg {
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
    width: 340px;
    height: 264px;
    border-radius: 14px;
    border: 3px solid #1f2937;
    background-color: #DAD5C2;
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
    z-index: 0;
    transition: all 0.4s ease-out;
    transform: translateY(-8px) translateX(-50%) rotate(-1deg) !important;
}

.template .template-graphics .template_graphics_inner {
    position: relative;
    width: 340px;
    height: 264px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
    transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
    z-index: 1;
}

.template .template-graphics .subject {
    top: 15.5px;
    left: 16.5px;
    max-width: 324px;
    font-size: 1.32rem;
}


.template .template-graphics .body {
    position: absolute;
    display: inline-block;
    top: 1222.41666412353516px;
    left: 30.5px;
    pointer-events: none;
    user-select: none;
    height: auto;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 8px 0 0;
    margin: 0;
    word-break: break-word;
    text-align: left;
}


.template .template-graphics .body.line_1 {
    top: 113.41666412353516px;
    left: 16.5px;
}


.template .template-graphics .body.line_1 {
    top: 92.41666412353516px;
    left: 16.5px;
}


.template .template-graphics .body.line_2 {
    top: 159.41666412353516px;
    left: 16.5px;
}







  .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: 0 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%);
    }

    
 .features {
    position: relative;
    margin: 0;
    padding: 32px 0 48px 0;
  }

  .features .section-title-large {
    font-size: 32px !important;
    line-height: 45px;
    margin-bottom: 0.5rem;
    padding: 0 8px;
  }

  .features .section-subtitle {
    line-height: 24px !important;
    font-weight: 400;
    font-size: 16px !important;
    padding: 0 24px;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }

  .features .feature-card:last-child {
    display: block;
  }




      .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%;
      }


      .main_div {
        top: 0;
        margin: 0 auto;
        height: calc(100% - 20px);
      }
  
}





@media (max-width: 390px) {

    .hero #global_okaysend {
        top: 16px;
        width: 320px;
        height: 260px;
        margin: 0 auto;
     }

    .hero .hero-subtitle {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .carousel-container h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 300px;
      }

      .carousel_div {
        margin: 40px 0 0 0;
      }


    .legal-image {
      width: 100%;
    }


    #global_okaysend {
      position: relative !important;
      width: 100%;
      height: 340px !important;
    }

}