@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Base CSS */
a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #fff;
}


body {
    color: #fff;
    font-weight: 400;
    background-color: #0F162A;
    font-family: "Noto Sans Hebrew", sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
a, button, input, textarea{
    outline: none !important;
    text-decoration: none;
}

.container{
    max-width: 1270px;
}


/* Header Section Start */
header {
    width: 805px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding:14px 16px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.05);
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.header-content {
    display: flex;
    align-items: center;
    gap: 0 30px;
}
.logo img {
    width: 80px;
}
nav.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 25px;
}
nav.mainmenu ul li {
    position: relative;
    display: inline-block;
}
nav.mainmenu ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 400;
    padding: 2px 4px;
    transition: .3s;
}
nav.mainmenu ul li a:hover{
    color: #67E8F9;
}
.header-content{
    padding-right: 10px;
}
.header-btn a {
    display: inline-block;
    padding: 4px;
    border: 1px solid #FFFFFF26;
    border-radius: 50px;
    transition: .3s;
    text-decoration: none;
    line-height: 18px;
    
}
.header-btn a span {
    background-image: linear-gradient(to bottom, #67e8f9, #5ccfdf, #52b7c5, #47a0ac, #3d8993);
    color: #0F162A;
    display: inline-block;
    padding: 6px 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Header Section End */





/* Hero Section Start */
.hero-area {
    padding-top: 100px;
    padding-bottom: 380px;
    position: relative;
    z-index: 1;
}
.hero-bg {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-content {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 99999 !important;
}
.hero-content h1 {
    font-size: 64px;
    line-height: 105%;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}
.hero-content h1 span {
    color: #67E8F9;
}
.hero-description {
    max-width: 780px;
    margin: 0 auto;
    padding: 10px 0;
}
.hero-description p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}


.hero-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
}
.hero-btn a{
    display: inline-block;
    padding: 10px 30px;
    color: #0F162A;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    border-radius: 60px;
    top: 0;
}
.hero-btn .btn-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-btn a:hover{
    top: -5px;
}
.hero-logo img {
    width: 130px;
} 
.hero-logo{
    position: relative;
    z-index: 1;
}
.hero-logo {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 20px;
}
.hero-logo img {
    width: 100%;
    transform: scale(3);
}
/* Hero Section End */




/* Customer Section Start */
.customer-area {
    margin-top: -50px;
    padding-top: 30px;
    padding-bottom: 120px;
    background-color: #0F162A;
    position: relative;
    z-index: 1;
}
.curve-shp {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events:none;
  transition: transform 0.1s linear;
}
.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
}

.customer-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.customer-logo {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.10);
    border-radius: 10px;
    height: 90px;
  /* Frost (81) */
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);

  /* Dispersion highlight */
  border:1px solid rgba(255,255,255,0.18);

  /* Depth */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.15),
    inset 0 -2px 8px rgba(0,0,0,0.15),

    /* Splay */
    0 30px 60px rgba(0,0,0,0.25);

  position:relative;
  overflow: hidden;
}
.customer-logo img{
    max-width: 120px;
}
.customer-logo::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center;
    background-size: cover;
    background-image: url(../img/Box.png);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.customer-logo:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Customer Section End */




/* Our Impact Section Start */
.our-impact-area {
    padding: 100px 0;
    background-image: linear-gradient(to right bottom, #0f162a, #0e1426, #0c1121, #090e1d, #060b19);
     border-top:1px solid rgba(255,255,255,0.15);
     border-bottom:1px solid rgba(255,255,255,0.15);
}
.group-title h2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 110%;
}
.group-title h2 span{
    color: #67E8F9;
}
.group-title p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.btn-wrap {
    text-align: left;
}
.group-title-wrapper {
    margin-bottom: 50px;
}
.common-btn{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.20);
    display: inline-flex;
    padding: 18px 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 80px;
    gap: 0 10px;
    text-decoration: none;
    color: #fff;
    transition: .3s;
}
.common-btn img{
    position: relative;
    top: 1px;
}

.case-study-card {
    background: rgba(255,255,255,0.06);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.10);
    overflow: hidden;
    margin-bottom: 32px;
}
.card-thumbnail{
    height: 250px;
    width: 100%;
    position: relative;
}
.thumbnail-image{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.thumbnail-image::after{
    background: #000;
background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.15) 66%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
z-index: 1;
}
.card-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.card-tags {
    position: absolute;
    left: 0;
    border: 0;
    padding: 15px 20px;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
.card-tags ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0;
    padding: 0;
}

.card-tags ul li {
    display: inline-block;
}

.card-tags ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    padding: 6px 15px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.16);
    text-transform: uppercase;
    font-weight: 600;
}
.card-details {
    padding: 24px;
    padding-bottom: 0;
}
.case-study-card h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.category-list {
    margin-bottom: 20px;
}
.category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.category-list ul li {
    position: relative;
    padding-right: 15px;
}
.category-list li:after {
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    background: #67E8F9;
    content: '';
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.category-list li a {
    color: #67E8F9;
    font-size: 14px;
    font-weight: 700;
       font-family: "Poppins", sans-serif;
}
.case-study-excerpt p {
    font-size: 14px;
    line-height: 160%;
    opacity: .6;
    margin: 0;
}


.case-study-wrapper{
  display:flex;
  flex-wrap:wrap;
  gap: 32px 0
}

.case-study-card{
  height:100%;
}

/* Our Impact Section End */





/* Our Services Section Start */

.services-area{
    padding-top: 120px;
    padding-bottom: 100px;
}
.service-card {
    background: #040810;
    border-radius: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.top-content {
    padding: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.bottom-content{
    padding: 28px 32px;
}
.top-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.card-icon {
    width: 56px;
    height: 56px;
    background: #041226;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.top-content p {
    color: #696B6F;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
}
.services-area .container {
    max-width: 1480px;
}
/* Our Services Section End */



.bottom-content a {
    color: #9A9C9F;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: .3s;
}
.bottom-content a svg {
    opacity: .6;
    transition: .3s;
}
.bottom-content a:hover{
    color: #006FEE;
}
.bottom-content a:hover svg path{
    stroke: #006FEE;
}
.bottom-content a svg path{
    transition: .3s;
}
.bottom-content a:hover svg{
    opacity: 1;
}

.services-wrapper{
    gap: 32px 0;
}




.about-us-area {
    padding: 80px 0;
    position: relative;
    z-index: 6;
}
.overlay-blur {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 800px;
}
.about-us-area .group-title-wrapper p{
    opacity: .4;
}
.about-pipeline {
    max-width: 840px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    position: relative;
}
.pipeline-button {
    border: 1px solid rgba(255, 255, 255, 0.12);
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.07);
    position: relative;
    z-index: 2;
}
.pipeline-victor {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.dome-pipeline {
    background: rgba(1, 4, 9, 0.8);
    border-radius: 16px;
    padding: 50px 70px;
    width: 900px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin: 0 auto;
    position: relative;
}
.pipelie-btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 28px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
    color: #fff;
    gap: 12px;
    font-weight: 700;
}
.heart-button {
    position: absolute;
    left: 70px;
    top: 40%;
}
.file-button {
    position: absolute;
    right: 70px;
    bottom: 50px;
}
span.demo-title {
    display: inline-flex;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #010409;
    border-radius: 16px;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
span.demo-title {
    display: inline-flex;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #010409;
    border-radius: 16px;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    position: absolute;
    top: -23px;
    right: 22%;
}
.pipeline-circle {
    position: absolute;
    width: 360px;
    bottom: 0;
    right: 20%;
    z-index: 0;
}
.dome-circle {
    position: absolute;
    bottom: -37%;
    width: 160px;
    right: 31%;
}




/* Contact Us Section Start */
.contact-area {
    padding: 120px 0;
    position: relative;
    z-index: 3;
}
.contact-wrapper {
    background: rgba(1, 4, 9, 0.8);
    border-radius: 16px;
    max-width: 1024px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.contact-form {
    padding: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.contact-info {
    padding: 32px;
}
.contact-form-placeholder h3,
.dome-cf7-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.contact-form-placeholder p {
    margin: 0;
    font-size: 14px;
    opacity: .75;
    line-height: 1.7;
}
.contact-form-placeholder {
    padding: 24px;
    background: rgba(4, 18, 38, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
}
.contact-form .wpcf7 {
    direction: rtl;
}
.contact-form .wpcf7 form {
    margin: 0;
}
.contact-form .wpcf7 form br {
    display: none;
}
.contact-form .wpcf7 form p {
    margin: 0 0 20px;
}
.contact-form .wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.contact-form .wpcf7 form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.contact-form .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
}
.contact-form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 select {
    width: 100%;
    padding: 6px 20px;
    background: #010409;
    border-radius: 14px;
    min-height: 42px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
    box-sizing: border-box;
}
.contact-form .wpcf7 textarea {
    min-height: 180px;
    padding: 14px 20px;
    resize: vertical;
}
.contact-form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.contact-form .wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}
.contact-form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.contact-form .wpcf7 textarea:focus,
.contact-form .wpcf7 select:focus {
    outline: none;
    border-color: rgba(88, 166, 255, 0.45);
    box-shadow: 0 0 0 4px rgba(88, 166, 255, 0.08);
}
.contact-form .wpcf7 input[type="submit"] {
    background: linear-gradient(135deg, #0c7bff 0%, #1246ff 100%);
    border: none;
    min-width: 264px;
    min-height: 57px;
    padding: 14px 32px;
    border-radius: 999px;
    cursor: pointer;
    display: block;
    margin: 10px auto 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 18px 45px rgba(18, 70, 255, 0.28);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.contact-form .wpcf7 input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 48px rgba(18, 70, 255, 0.35);
}
.contact-form .wpcf7 input[type="submit"]:disabled {
    opacity: .7;
    cursor: wait;
}
.dome-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.dome-cf7-field {
    margin-bottom: 20px;
}
.dome-cf7-field.dome-cf7-full {
    grid-column: 1 / -1;
}
.dome-cf7-field .wpcf7-form-control-wrap {
    display: block;
}
.dome-cf7-field input,
.dome-cf7-field textarea {
    width: 100%;
    padding: 6px 20px;
    background: #010409;
    border-radius: 14px;
    height: 42px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.dome-cf7-field input::placeholder,
.dome-cf7-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}
.dome-cf7-field input:focus,
.dome-cf7-field textarea:focus {
    outline: none;
    border-color: rgba(88, 166, 255, 0.45);
    box-shadow: 0 0 0 4px rgba(88, 166, 255, 0.08);
}
.dome-cf7-field textarea {
    width: 100%;
    padding: 10px 20px;
    background: #010409;
    border-radius: 14px;
    height: 100px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
    resize: vertical;
}
.dome-cf7-submit-wrap {
    text-align: center;
    margin-top: -5px;
}
.dome-cf7-submit {
    background: linear-gradient(135deg, #0c7bff 0%, #1246ff 100%);
    border: none;
    min-width: 264px;
    min-height: 57px;
    padding: 14px 32px;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 18px 45px rgba(18, 70, 255, 0.28);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.dome-cf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 48px rgba(18, 70, 255, 0.35);
}
.dome-cf7-submit:disabled {
    opacity: .7;
    cursor: wait;
}
.contact-form .wpcf7-spinner {
    margin: 16px auto 0;
    display: block;
}
.contact-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 12px;
    color: #ff8f8f;
    text-align: right;
    direction: rtl;
}
.contact-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 14px;
    font-size: 14px;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(69, 208, 122, 0.55) !important;
    background: rgba(69, 208, 122, 0.08);
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.failed .wpcf7-response-output,
.contact-form .wpcf7 form.aborted .wpcf7-response-output {
    border-color: rgba(255, 143, 143, 0.55) !important;
    background: rgba(255, 143, 143, 0.08);
}
.contact-info h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: 700;
}
.contact-info p {
    font-size: 18px;
    opacity: .5;
}
.info-box-wrapper {
    margin-top: 40px;
}
.info-icon {
    width: 48px;
    height: 48px;
    background: #041226;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.info-box {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 40px;
}
.info-text h4 {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 5px;
}
.info-text p {
    margin: 0;
    font-size: 12px;
}
.footer-wrapper {
    padding: 50px 25px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
footer{
    position: relative;
    z-index: 1;
}
.blur-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 850px;
    z-index: -10;
}
footer .container{
    max-width: 1150px;
}
.footer-wrapper {
    padding: 50px 25px;
    border-top: 1px solid rgba(255,255,255,0.10);
    background: url(../img/footer-bg.png);
    background-position: center top;
    background-size: cover;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-widget p {
    margin: 0;
    font-size: 13px;
    opacity: .5;
}
.footer-logo img {
    width: 35px;
}
.footer-links h4 {
    font-size: 12px;
}
.footer-logo img {
    width: 35px;
}

.footer-links h4 {
    font-size: 14px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    display: block;
    margin-bottom: 5px;
}

.footer-links ul li a {
    color: #fff;
    font-size: 14px;
    transition: .3s;
    opacity: .5;
    line-height: 150%;
}
.footer-links ul li a:hover{
    color: #006FEE;
    opacity: 1;
}
/* Contact Us Section End */


.case-study-hero .hero-bg{
    height: auto;
}
.curve-shp {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.1s linear;
}

.single-features {
    display: flex;
    width: 100%;
    height: 410px;
    position: relative;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
    
}
.case-study-area {
    position: relative;
    z-index: 1;
    margin-top: -20px;
}
.box-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    border-radius: 32px;
}
.feature-video {
    height: 100%;
    width: 50%;
    position: relative;
    padding: 4px;
    padding-right: 0;
    z-index: 1;
}
.feature-content {
    height: 100%;
    width: 50%;
    padding: 40px;
    display: flex;
    align-items: center;
}
.feature-content h2 {
    font-size: 30px;
    font-weight: 700;
}
.content-wrap {
    max-width: 450px;
}
.content-wrap p {
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    opacity: .7;
}
.content-wrap span {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 12px;
    opacity: .4;
}
.content-wrap button {
    background: transparent;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
    color: #67E8F9;
    font-size: 12px;
    background: #242C37;
background: linear-gradient(173deg, rgba(36, 44, 55, 1) 0%, rgba(56, 65, 77, 1) 100%);
border: 1px solid #59616D;
    padding: 6px 15px;
    border-radius: 60px;
}
.video-thumbnail{
    width: 100%;
    height: 100%;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    z-index: -2;
    position: relative;
}
.feature-video::after {
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .65;
    z-index: -1;
}
.features-wrappper {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -150px;
}
.feature-video a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
}
.content-wrap a {
    display: flex;
    gap: 10px;
    color: #67E8F9;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}
.content-wrap a img{
    position: relative;
    top: 1px;
}




.case-study-container {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}
.case-title {
    margin-bottom: 30px;
}
.case-title h4 {
    font-size: 24px;
    font-weight: 700;
}
.case-study-container .case-study-wrapper {
    gap: 24px 0;
}
.case-study-container .card-thumbnail {
    height: 200px;
}
.case-study-container .card-details {
    padding: 20px;
    padding-bottom: 0;
}
.blur-2 {
    position: absolute;
    right: 0;
    bottom: -10%;
    width: 1000px;
    z-index: -1;
}
.blur-3 {
    position: absolute;
    left: 0;
    top: 7%;
    height: 1280px;
    z-index: -1;
}
.cta-wrapper {
    background: rgba(1, 4, 9, 0.8);
    border-radius: 16px;
    max-width: 1100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin: 0 auto;
    position: relative;
    padding: 64px;
}
.cta-area {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
.cta-content h2 {
    font-size: 30px;
    font-weight: 700;
}
.cta-content p {
    font-size: 18px;
    opacity: .6;
}
.cta-content {
    max-width: 520px;
}
.cta-content a {
    display: inline-block;
    padding: 14px 32px;
    background: #67E8F9;
    border-radius: 100px;
    color: #000;
    transition: .3s;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.cta-content a:hover{
    background-color: #fff;
    color: #000;
}

.glass-panel {
  position: relative;
  overflow: hidden;

  /* FILL: 5% White */
  background: rgba(255, 255, 255, 0.05);

  /* STROKE: Inside, 1px, 5% White */
  /* We use box-shadow inset to mimic an internal stroke */
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);

  /* GLASS (Frost: 94) -> Backdrop Blur */
  /* High frost values map to high pixel blur */
  backdrop-filter: blur(40px) saturate(110%);
  -webkit-backdrop-filter: blur(40px) saturate(110%);

  /* INNER SHADOW: Y:4, Blur: 13.6, 25% White */
  /* We layer this with the stroke box-shadow */
  box-shadow: 
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 4px 13.6px rgba(255, 255, 255, 0.25);
}

/* REFRACTION & LIGHT (-45°, 80%) */
/* This simulates the light source hitting the top-left corner */
.glass-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    transparent 40%
  );
  pointer-events: none;
}


.case-study-container .case-study-card{
  /* FILL: FFFFFF at 6% */
  background: rgba(255, 255, 255, 0.06);

  /* STROKE: Inside, 1px, FFFFFF at 5% */
  /* GLASS: Frost 4 (A very subtle blur) */
  /* We combine these in the shorthand below */
  backdrop-filter: blur(4px) saturate(110%);
  -webkit-backdrop-filter: blur(4px) saturate(110%);

  /* EFFECTS: Inner Shadow & Stroke */
  /* Shadow 1: The 1px Inside Stroke (5% white) */
  /* Shadow 2: The Inner Shadow (Y:4, Blur: 13.6, 25% white) */
  box-shadow: 
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 4px 13.6px rgba(255, 255, 255, 0.25);
}

.case-study-container .case-study-card::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  /* Increased opacity from 0.2 to 0.4 */
  /* Increased reach from 50% to 65% */
  background: linear-gradient(
    135deg, 
    rgba(255, 255, 255, 0.4) 0%, 
    rgba(255, 255, 255, 0.05) 25%,
    transparent 65%
  );
  pointer-events: none;
  /* Ensures the gradient stays inside the rounded corners */
  border-radius: inherit; 
}

.usecase-btn {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 25px;
    justify-content: center;
    gap: 0 15px;
}
.usecase-btn span{
    font-size: 16px;
    color: #fff;
}
.btn-blue {
    background-color: rgba(103, 232, 249, 0.2);
    border: 1px solid #67E8F9;
    border-radius: 100px;
    font-size: 12px;
    color: #67E8F9;
    padding: 6px 12px;
    font-weight: 600;
    transition: .3s;
    
}

.btn-gray {
   background-color: rgba(103, 232, 249, 0.2);
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    font-weight: 600;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.gray-btn-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
}
.btn-gray{
    padding: 6px 16px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
}

.case-study-single{
    padding-bottom: 250px;
}
.single-case-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    gap: 45px;
    display: flex;
    align-items: flex-start;
}
.case-content {
    width: 100%;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-wrap {
    width: 256px;
    flex-shrink: 0;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border-radius: 20px;

    border: 1px solid rgba(255,255,255,0.05);

    box-shadow:
        inset 0 4px 13.6px rgba(255,255,255,0.25),
        0 8px 32px rgba(0,0,0,0.25);
}
.sidebar-wrap::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.4),
        rgba(255,255,255,0.05)
    );
    opacity: .2;
    pointer-events: none;
}
.single-case-hero {
    padding-top: 80px;
}
.video-box{
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.06);
}
.video-box .video-thumbnail {
    border-radius: 0;
}
.video-box::after {
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    z-index: -1;
}
.content-wrap a img {
    width: 8px !important;
}
.play__btn {
    display: inline-block;
    width: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}
.case-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-w{
    width: 100%;
    border-radius: 16px;
    margin-bottom: 30px;
}
.text-block p {
    font-size: 16px;
    color: #CFD0D4;
}
.text-block p span{
    color: #67E8F9;
    font-weight: 700;
}
.text-block p b{
    color: #fff;
    font-weight: 700;
}
.text-block h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.text-block {
    margin-bottom: 35px;
}
.case-study-section {
    scroll-margin-top: 100px;
}
.case-study-section h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.wysiwyg-content a {
    color: #67E8F9;
    text-decoration: underline;
}
.wysiwyg-content a:hover {
    color: #7dd3fc;
}
.wysiwyg-content ul,
.wysiwyg-content ol {
    margin: 0 0 15px 1.5em;
    padding: 0;
}
.wysiwyg-content li {
    margin-bottom: 6px;
}
.note-text {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 15px;
}
.note-text p{
    margin: 0;
}
.list-wrap p {
    margin-bottom: 8px;
}
.list-wrap{
    margin-bottom: 20px;
}

.related-post-area .container {
    max-width: 1100px;
    margin: 0 auto;
}

.landing-page-content,
.landing-page-extra {
    position: relative;
    padding: 90px 0;
}
.landing-page-hero .hero-description {
    margin-bottom: 100px;
}
.landing-page-extra {
    padding-top: 0;
    padding-bottom: 120px;
}
.landing-page-content .content-panel,
.landing-page-extra .content-panel {
    border-radius: 32px;
    padding: 48px;
}
.landing-page-content .wysiwyg-content,
.landing-page-extra .wysiwyg-content {
    color: #CFD0D4;
}
.landing-page-content .wysiwyg-content h2,
.landing-page-content .wysiwyg-content h3,
.landing-page-content .wysiwyg-content h4,
.landing-page-extra .wysiwyg-content h2,
.landing-page-extra .wysiwyg-content h3,
.landing-page-extra .wysiwyg-content h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}
.landing-page-content .wysiwyg-content p,
.landing-page-extra .wysiwyg-content p,
.landing-page-content .wysiwyg-content li,
.landing-page-extra .wysiwyg-content li {
    font-size: 16px;
    line-height: 1.9;
    color: #CFD0D4;
}
.landing-page-content .wysiwyg-content > *:last-child,
.landing-page-extra .wysiwyg-content > *:last-child {
    margin-bottom: 0;
}
.landing-page-content .wysiwyg-content img,
.landing-page-extra .wysiwyg-content img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.landing-case-studies {
    padding-bottom: 90px;
}
.related-post-area{
    padding: 40px 0;
}
.single-case-hero {
    padding-bottom: 40px;
}
.related-wrapper {
    max-width: 780px;
}
.card-details h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
.related-wrapper .card-thumbnail {
    height: 210px;
    width: 100%;
}
.social-wrap h4 {
    font-size: 14px;
    color: #A5A8AF;
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-weight: 700;
}
.social-wrap h4 img{
    position: relative;
    top: 1px;
}
.social-wrap ul {
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
    list-style: none;
    margin-top: 25px;
}
.social-wrap {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-links h4 {
    font-size: 12px;
    font-weight: 700;
    opacity: .8;
}
.sidebar-links {
    margin-top: 24px;
}

.sidebar-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-links ul li{
    display: block;
    margin-bottom: 10px;
}
.sidebar-links ul li a{
    color: #fff;
    opacity: .6;
    transition: .3s;
     font-size: 14px;
     display: inline-block;
     padding: 5px 0;
}
.sidebar-links li a:hover {
    color: #67E8F9;
    opacity: 1;
}
.text-list p {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    margin-bottom: 8px;
}
.text-list{
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 25px;
}

.sidebar-btn a {
    display: flex;
    gap: 10px;
    color: #67E8F9;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}
.sidebar-btn a img {
    position: relative;
    top: 1px;
}

.menu_triger {
    width: 22px;
    display: none;
    cursor: pointer;
}

.menu_triger span {
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 1px;
    margin: 5px 0;
    transition: .3s;
    top: 0;
}
.menu_triger.active span:nth-child(2) {
    opacity: 0;
}
.menu_triger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}
.menu_triger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -6px;
}


.owl-dots {
    margin-top: 15px;
    text-align: center;
}

.owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff !important;
    margin: 0 5px;
    border-radius: 100px;
    transition: .3s;
    opacity: .6;
}
.owl-dots button.active{
    opacity: 1;
    background-color: #67E8F9 !important;
    width: 32px !important;
}

img.blur-5 {
    position: absolute;
    right: -8%;
    top: -15%;
    width: 50%;
    z-index: -1;
}


.glass-btn{
    padding:4px 14px;
    border-radius:9999px;
    color:#67E8F9;
    font-size:12px;
    font-weight: 600;
    background:rgba(0,0,0,0.23);
    
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    
    border:1px solid rgba(255,255,255,0.15);
  
    box-shadow:
      inset 0 1px 1px rgba(255,255,255,0.25),
      inset 0 -1px 2px rgba(0,0,0,0.3),
      0 8px 20px rgba(0,0,0,0.25);
  
    position:relative;
  }
  
  /* glass light reflection */
  .glass-btn::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:9999px;
    background:linear-gradient(
      -45deg,
      rgba(255,255,255,0.45),
      rgba(255,255,255,0.05) 40%,
      transparent 60%
    );
    opacity:.4;
    pointer-events:none;
  }

  .card-details span.subtext {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 12px;
    opacity: .4;
}
.card-details a {
    display: flex;
    gap: 10px;
    color: #67E8F9;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}
.page-template-template-landing-page .hero-content {
    margin-bottom: 200px;
}