@import url('https://fonts.googleapis.com/css?family=Poppins'); 

* {
    font-family: Poppins;
    padding: 0;
  	margin: 0;
  	box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    position: relative;
    background-color: #b29e97;;
    color: #fff;
    text-align: center;
    overflow-x: hidden;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* background-color: #b29e97; */
}
.header img {
    height: 40px;
}
.navbar {
    position: relative;
    max-width: 80%;
    border-radius: 0 0 15px 15px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(217, 217, 217, 0.5);
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px;
    z-index: 1000;
    flex-wrap: wrap;
}
.mobile-menu-container{
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.navbar img {
    height: 40px;
}
.navbar .logo {
    display: flex;
    align-items: center;
}
.navbar .logo span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.navbar .nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navbar .nav-links a {
    margin: 0 15px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.navbar .nav-icons a {
    margin: 0 10px;
    color: #000;
    font-size: 20px;
}
.navbar .nav-icons a:hover {
    color: #cccccc;
}
.navbar .nav-links a:hover {
    color: #cccccc;
}
.navbar .nav-links a.active {
    color: #cccccc;
}

.scroll-showcase {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
    /* height: 100vh; */
    height: auto;
}

.scroll-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* right: 0; */
    /* bottom: 0; */
    background-image: url('../images/gif2.gif');
    background-color: #b29e97;
    background-size: cover;
    background-position: center;
    opacity: 0.30; 
    z-index: -1;
}
  
.scroll-showcase .container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
  }
  
  .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 100px 0;
    position: relative;
    height: inherit;
  }
  
  .static-content {
    flex: 1;
    max-width: 600px;
    text-align: left;
    z-index: 2;
  }

  .static-content h6 {
    color: #ffff;
    background-color: #000;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 0;
  }

  .static-content h2 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1.5px;
    margin: 0;
  }
  
  .static-content p {
    color: #fff;
    padding: 15px 0;
    margin: 0;
    /* font-size: 25px; */
    text-align: left;
  }
  
  .static-content h1 {
    font-size: 48px;
    color: #fff;
    padding: 20px 0;
    text-align: left;
    margin: 0;
  }
  
  .static-content .buttons {
    display: flex;
    gap: 20px;
    margin: 0;
    padding-top: 5px;
  }
  
  .static-content .buttons a {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
  }

  .scroll-profile-card{
    position: relative;
    flex: 1;
    width: 50%;
  }
  .scroll-profile-card-inner {
    position: relative;
    /* width: 50%; */
    left: -900px;
    top: -500px;
    transform: rotate(30deg);
  }
  
  .scroll-images {
    flex: 1;
    position: relative;
    /* height: 600px; */
    white-space: nowrap;
   /* overflow: hidden;*/
    /* perspective: 1000px; */
  }
  
  .scroll-container {
    /* position: absolute; */
    display: inline-block;
    /* justify-content: space-between; */
    /* gap: 100px; */
    /* transform-origin: center center; */
    /* transform: rotate(45deg); */
    animation: scrollHorizontal 20s linear infinite;
  }
  
  .scroll-img {
    width: 450px;
    height: auto;
    /* border-radius: 15px; */
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
  }

  
@keyframes scrollHorizontal {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}
  
  /* .scroll-images:hover .scroll-container {
    animation-play-state: paused;
  } */

.trusted {
    text-align: center;
    padding: 50px 20px 20px 20px;
    background-color: #ffffff;
}
.trusted .container {
    max-width: 1400px;
}
.trusted-logos {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    overflow-x: auto;
}
.trusted p {
    /* padding: 0 0 20px; */
    margin: 0;
    font-size: 14px;
    color: #000;
}
.trusted img {
    height: 100px;
    padding: 30px;
    margin: 0;
}

.why-nexu .container {
    max-width: 1400px;
    padding: 40px;
}
.why-nexu h2 {
    font-size: 2.5em;
    color: #fff;
    padding-bottom: 10px;
}
.why-nexu p {
    color: #000;
}

.why-nexu .why-nexu-p1{
    font-size: 1.3em;
    font-weight: bold;
}

.why-nexu .why-nexu-p2{
    color: #fff !important;
    font-size: 2em;
}

.why-nexu .card {
    position: relative;
    padding-top: 30px;
}

@keyframes floatingCard {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.why-nexu .card .card-img {
    /* max-width: 500px; */
    width: auto;
    max-width: 100%;
    max-height: 300px;
    transform: none;
    animation: floatingCard 3s ease-in-out infinite;
    /* transition: all 0.3s ease; */
    padding-top: 20px;
    object-fit: cover;

}
.why-nexu .card .position-absolute{
    position: relative;
}
.why-nexu .card .position-absolute img {
    position: absolute;
    width: 100%;
    max-width: 800px !important;
    height: auto;
    /* left: 50%; */
    /* top: 50%; */
    transform: translate(-50%, -60%);
    object-fit: cover;
}
.why-nexu .section {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    gap: 20px;
}
.why-nexu .section div {
    /* width: 50%; */
    flex: 1;
}
.why-nexu .section h2 {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 10px;
    white-space: nowrap;  
    overflow: hidden;    
    text-overflow: ellipsis;  
}
.why-nexu .section p {
    /* font-size: 1em; */
    color: #000;
    text-align: center;
}
.features-profiles {
    /* background-color: #b29e97; */
    padding: 40px;
    max-width: 1400px;
    margin: auto;
}
.features-profiles .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: fit-content(10px) 1fr;
    grid-template-areas:
        "heading img"
        "text img";
    /* align-items: flex-start; */
    margin: 0 auto;
    gap: 0 30px;
}
.features-profiles .heading-section {
    grid-area: heading;
}
.features-profiles .text-section {
    /* max-width: 50%; */
    grid-area: text;
    text-align: left;
    flex: 1;
    /* padding: 20px; */
}
.features-profiles .heading-section h2 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    /* margin-bottom: 20px; */
}
.features-profiles .text-section p {
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 20px 0;
    /* margin-bottom: 50px; */
    /* margin-top: 60px; */
}
.features-profiles .features ul {
    list-style: none;
    padding: 0;
}
.features-profiles .features li {
    padding-bottom: 15px;
    color: #000;
    text-align: left;
    position: relative;
    font-size: 1em;
}
.features-profiles .cta {
    padding-top: 20px;
}
.features-profiles .cta button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1em;
    cursor: pointer;
    /* margin-top: 40px; */
}
.features-profiles .profiles {
    grid-area: img;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.features-profiles .profiles .profile-card img{
    width: 100%;
    height: auto;
    max-height: 650px;
}

.features-profiles .profile {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: 150px;
}
.features-profiles .profile img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.features-profiles .profile p {
    margin: 5px 0;
    font-size: 0.9em;
}
.features-profiles .profile .name {
    font-weight: 700;
    color: #000;
}
.features-profiles .profile .title {
    font-weight: 400;
    color: #000;
}
.features-profiles .footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #777;
}

.how-it-works {
    max-width: 1400px;
    margin: auto;
    /* background-color: #b29e97; */
    padding: 20px 40px;
    position: relative;
    z-index: 2;
    background-color: #b29e97;
}
.how-it-works .container {
    /* padding: 40px 20px; */
    max-width: 800px;
}

.how-it-works .content {
    position: relative;
    /* z-index: 2; */
}

/* .realtime-text {
    position: relative;
    z-index: 3;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
} */
.how-it-works .phone-background{
    position: relative;
}
.how-it-works .phone-background img {
    /* background-image: url('../images/phone 2.png'); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    width: 100%;
    max-width: 800px;
    height: auto;
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 1; */
    /* opacity: 0.8; */
}
.how-it-works .text-section {
    position:absolute;
    max-width: 23%;
    left: 50%;
    transform: translate(-200%, 90px);
}
.how-it-works .text-section div p,
.how-it-works .realtime-text div p {
    text-align: start;
}
.how-it-works .text-section div p:nth-child(1),
.how-it-works .realtime-text div p:nth-child(1){
    color: #fff;
}
.how-it-works .text-section div p:nth-child(2),
.how-it-works .realtime-text div p:nth-child(2){
    color: #000;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 0.9em;
}
.how-it-works .realtime-text{
    position: absolute;
    max-width: 22%;
    left: 50%;
    bottom: 0;
    transform: translate(120%, -150px);
}
.how-it-works .click-section {
    position:absolute;
    /* max-width: 23%; */
    left: 50%;
    width: 100%;
    max-width: 750px;
    font-size: 0.7em;
    bottom: 30px;
    transform: translate(-50%);
}
.how-it-works .click-section p a{
    text-decoration: none;
}
/* .realtime-text {
    margin-left: 40px;
    font-size: 1.3em;
    font-weight: bold;
} */
/* .realtime-text p {
   word-wrap: break-word;
    overflow-wrap: break-word;
    margin-left: 340px;
    position: relative;
    left: 150px;
    top: 130px;
} */
/* Remove the existing img tag styles since we're using background image now */
/* .how-it-works .content img {
    display: none;
} */
.how-it-works h2 {
    font-size: 60px;
    color: #FFFFFF;
    position: relative;
    line-height: 1.2;
}
/* .how-it-works .content {
    display: flex;
    flex-direction: column;
    align-items: center;
} */
/* .how-it-works .text-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
} */
/* .how-it-works .text-section div {
    text-align: left;
    position: relative;
    right: 150px;
    bottom: 250px;
    font-size: 1.3em;
    font-weight: bold;
} */
/* .how-it-works .content img {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
} */
.how-it-works .steps {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
    /* width: 100%; */
    gap: 20px;
    /* position: relative; */
    /* top: 150px; */
    flex-wrap: wrap;
}
.how-it-works .step {
    flex: 1;
    text-align: center;
}
.how-it-works .step img {
    width: 50px;
    height: 50px;
    /* margin-bottom: 10px; */
}
.how-it-works .step h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.how-it-works .step p {
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}
.modern-networking {
    /* background-color: #000; */
    color: #fff;
    text-align: center;
    /* position: relative; */
    /* top: 100px; */
    background-image: url('../images/gif3.gif');
    background-color: #b29e97;
    background-size: cover;
    background-position: center;
    /* opacity: 0.30;  */
    overflow: hidden;
}
.modern-networking .container {
    position: relative;
    padding: 200px 20px;
    max-width: 1400px;
    /* margin: 0 auto; */
}
.modern-networking .container img {
    position: absolute;
    /* width: 100%; */
    max-width: 300px;
    height: auto;
    z-index: 1;
    /* object-fit: cover; */
    /* overflow-x: hidden; */
}
.modern-networking .img-top-left {
    top: 130px;
    left: 50%;
    transform: rotate(30deg) translate(-120%);
}
.modern-networking .img-bottom-right {
    bottom: -10px;
    left: 50%;
    transform: rotate(30deg) translate(30%);
}
.modern-networking .content h2 {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 1px;
}
.modern-networking .content h3 {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 1px;
}
.modern-networking .button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    max-width: 150px;
    background-color: #00d1b2;
    color: #000;
    border-radius: 100px;
    font-size: 0.9em;
    line-height: 1.3;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.modern-networking .button:hover {
    background-color: #00b89c;
}
.modern-networking .footer {
    background-color: #d3bfb8;
    padding: 20px;
    text-align: left;
    font-size: 0.8em;
    color: #000;
}
.modern-networking .footer img {
    width: 50px;
    height: auto;
    vertical-align: middle;
}
.modern-networking .footer p {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.testimonials-section {
    padding: 60px 40px;
    position: relative;
    margin: auto;
    max-width: 1400px;
    background-color: #b29e97;
    z-index: 10;
}
.testimonials-section .header {
    text-align: center;
    /* margin-bottom: 40px; */
    padding: 0 !important;
}
.testimonials-section .header h2 {
    font-size: 2.5em;
    /* margin: 0; */
    color: #000000;
}
.testimonials-section .header-text p{
    font-size: 1.5em;
}
.testimonials-section .testimonials{
    padding: 30px 0 0 0;
}
.testimonials-section .testimonials .testimonials-inner{
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 20px;
}
.testimonials-section .testimonials .testimonials-inner .img-column{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-section .testimonials .testimonials-inner .img-column img{
    width: auto;
    max-width: 100%;
    max-height: 700px;
}
.testimonials-section .testimonials .testimonials-inner .text-column-left,
.testimonials-section .testimonials .testimonials-inner .text-column-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 0;
}
.testimonials-section .testimonials .testimonials-inner .text-column-left{
    text-align: left;
}
.testimonials-section .testimonials .testimonials-inner .text-column-right{
    text-align: right;
}
.testimonials-section .testimonials .testimonials-inner .text-upper p:nth-child(2),
.testimonials-section .testimonials .testimonials-inner .text-bottom p:nth-child(2){
    color: #000;
    font-size: 0.9em;
    padding-top: 10px;
}



/* .testimonials {
    position: relative;
}
.testimonials .text {
    position: absolute;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5;
    color: #333;
    font-size: 1.3em; 
}
.text-left-top {
    top: 10%;
    width: 35%;
    text-align: left;
    padding-left: 20px;
}
.text-right-top {
    top: 10%;
    right: 1.2%;
    width: 40%;
    text-align: right;
}
.text-left-bottom {
    top: 70%;
    width: 35%;
    text-align: left;
    padding-left: 20px;
}
.text-right-middle {
    top: 70%;
    right: 1.2%;
    width: 40%;
    text-align: right;
}
.testimonial span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.phone-image {
    text-align: center;
    margin-bottom: 40px;
}
.phone-image img {
    width: auto;
    max-height: 700px;
    position: relative;
    bottom: 50px;
    right: 20px;
} */
.main-footer {
    background-color: #000;
    color: #fff;
    padding: 60px 40px 0 40px;
}
.main-footer .container {
    /* display: flex; */
    /* flex-direction: column; */
    margin: auto;
    /* padding: 0 20px; */
    text-align: left;
    max-width: 1400px;
}
.main-footer .content {
    display: flex;
    justify-content: space-between;
    /* width: 80%; */
    /* margin: 0 auto; */
    /* margin-bottom: 40px; */
    flex-wrap: wrap;
    gap: 20px;
}
.main-footer .column {
    display: flex;
    flex: 1;
    flex-direction: column;
    /* justify-content: space-between; */
}
.main-footer .column p{
    font-size: 0.9em;
}
.main-footer .column .column-left-upper h3,
.main-footer .column .column-center-upper h3{
    padding-bottom: 10px;
}
.main-footer .column .column-left-upper {
    padding-bottom: 20px;
}
/* .main-footer .social-container {
    display: flex;
    justify-content: space-between;
} */
.main-footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.main-footer .social-icons a {
    color: #fff;
    font-size: 24px;
    transition: color 0.3s ease;
}
.main-footer .social-icons a:hover {
    color: #00b3b3;
}
.copyright-container {
    padding: 20px;
}
.main-footer .copyright {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
.main-footer .logo-img {
    width: 220px;
    height: auto;
    margin: auto;
    /* position: absolute;      */
    /* right: 60px;  */
}

/* Profile card status indicator */
/* .status {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.status.online {
    opacity: 1;
} */

/* Fade-in animation */
/* .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
} */

/* Smooth scroll behavior */

/* Hover effects */
.cta-button:hover,
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-main {
    padding: 40px;
    max-width: 1400px;
    margin: auto;
}
.container {
    margin: 0 auto;
}
.faq-main .container h2 {
    font-size: 2.5em;
    color: #000;
}
.faq-main .container .faq-text {
    font-size: 1.2em;
    padding-bottom: 20px;
    color: #000;
}
.accordion-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    gap: 5%;
    /* padding: 0 20px; */
}
.accordion-column {
    flex: 1;
}
.accordion-item {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.accordion-item p {
    /* margin: 0; */
    font-size: 18px;
    /* font-weight: bold; */
    text-align: left;
}
.accordion-item span {
    font-size: 18px;
    display: block;
    padding: 5px 40px 0 0;
    text-align: left;
    color: #000;
    font-weight: bold;
}
.accordion-item .faq-answer {
    margin-top: 10px;
    font-size: 16px;
    display: none;
}
.accordion-item hr {
    border: none;
    border-top: 1px solid #000;
    margin-top: 10px;
}
.accordion-item .faq-question {
    position: relative;
}
.accordion-item .faq-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .accordion-item .faq-icon {
    float: right;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.accordion-item .faq-icon .fas{
    color: #000;
}

/* contact form section */

.contact-form {
    padding: 20px 40px 40px 20px;
    /* background-color: #f9f9f9; */
}

.contact-form .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}

.contact-form p {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

.submit-btn {
    background-color: #000;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    transition: background-color 0.3s;
}

.message-container {
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-container.processing {
    opacity: 0.7;
    pointer-events: none;
}

button:disabled {
    cursor: not-allowed;
}

/* Add after your existing navbar styles */
.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    z-index: 1001; /* Ensure toggle stays above overlay */
}

/* Add to your existing media queries section */
@media (max-width: 880px) {

    .navbar {
        position: relative; /* For positioning context */
        max-width: 100%;
        border-radius: 0;
        padding: 10px 40px;
        background-color: rgba(217, 217, 217, 0.5);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px;
    }

    .mobile-toggle {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    /* Create a container for both nav-links and nav-icons */
    .mobile-menu-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        background-color: rgba(217, 217, 217, 1);
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1000;
        padding: 20px 0;
    }

    .mobile-menu-container.active {
        display: block;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .nav-icons {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 10px 0;
        gap: 20px;
    }

    /* Ensure logo and toggle button stay on same line */
    .navbar .logo {
        flex: 1;
    }
}

@media (max-width: 1024px) {

    .static-content h1{
        font-size: 40px;
    }

    .static-content h2{
        font-size: 23px;
    }

    .scroll-img{
        width: 400px;
    }

    .why-nexu h2{
        font-size: 2.2em;
    }

    .why-nexu .why-nexu-p1{
        font-size: 1.2em;
    }

    .why-nexu .why-nexu-p2{
        font-size: 1.8em;
    }

    .why-nexu .section h2{
        font-size: 1.3em;
        margin-bottom: 0;
    }

    .why-nexu .container{
        padding: 30px;
    }

    .why-nexu .card .position-absolute{
        display: none;
    }
    .why-nexu .section{
        /* width: 100%; */
        flex-direction: column;
    }

    .features-profiles{
        padding: 15px 30px;
    }

    .features-profiles .container {
        grid-template-columns: 1fr;
        grid-template-rows: fit-content(10px) fit-content(10px) 1fr;
        grid-template-areas:
            "heading"
            "img"
            "text";
        /* align-items: flex-start; */
        margin: 0 auto;
        gap: 0 30px;
    }

    .features-profiles .profiles{
        padding-top: 20px;
    }

    .features-profiles .heading-section h2{
        font-size: 1.7em;
        text-align: center;
        line-height: 1.2;
        letter-spacing: 0.05em;
    }

    .features-profiles .text-section p{
        font-size: 1.1em;
    }
    
    .features-profiles .cta{
        padding-top: 10px;
    }

    .features-profiles .profiles .profile-card img{
        max-height: 300px;
    }

    .how-it-works{
        padding: 15px 30px;
    }

    .how-it-works h2{
        font-size: 40px;
    }

    .how-it-works .steps{
        padding: 30px 0 0;
    }

    .testimonials-section {
        padding: 30px 30px 20px 30px;
    }

    .testimonials-section .testimonials .testimonials-inner .text-column-left, 
    .testimonials-section .testimonials .testimonials-inner .text-column-right{
        padding: 0;
    }

    .testimonials-section .header h2{
        font-size: 2.3em;
    }

    .testimonials-section .header-text p{
        font-size: 1.3em;
    }

    .faq-main{
        padding: 15px 30px 15px 30px;
    }

    .faq-main .container h2{
        font-size: 2.3em;
    }

    .accordion-item p{
        font-size: 16px;
    }

    .contact-form{
        padding: 10px 30px 30px 30px;
    }

    .main-footer{
        padding: 40px 30px 0 30px;
    }
}

@media (max-width: 768px) {

    .content-wrapper{
        gap: 0px;
    }

    .scroll-profile-card{
        display: none;
    }

    .static-content h1{
        font-size: 35px;
    }

    .static-content h2{
        font-size: 20px;
    }

    .why-nexu .container{
        padding: 20px;
    }

    .why-nexu h2{
        font-size: 2em;
    }

    .why-nexu .why-nexu-p1{
        font-size: 1.1em;
    }

    .why-nexu .why-nexu-p2{
        font-size: 1.5em;
    }

    .why-nexu .section h2{
        font-size: 1.1em;
    }

    .features-profiles{
        padding: 10px 20px;
    }

    .how-it-works{
        padding: 10px 20px;
    }

    .how-it-works h2{
        font-size: 35px;
    }

    .testimonials-section {
        padding: 20px 20px 15px 20px;
    }

    .text-bottom{
        display: none;
    }

    .testimonials-section .testimonials .testimonials-inner .text-column-left,
    .testimonials-section .testimonials .testimonials-inner .text-column-right{
        justify-content: center;
    }

    .testimonials-section .header h2{
        font-size: 2em;
    }

    .testimonials-section .header-text p{
        font-size: 1.1em;
    }

    .how-it-works .text-section div p, 
    .how-it-works .realtime-text div p{
        font-size: 0.8em !important;
    }

    .faq-main{
        padding: 10px 20px 10px 20px;
    }

    .faq-main .container h2{
        font-size: 2em;
    }

    .accordion-container{
        flex-direction: column;
    }

    .contact-form{
        padding: 10px 20px 20px 20px;
    }

    .main-footer{
        padding: 30px 20px 0 20px;
    }
}

@media (max-width: 700px) {
    .how-it-works .text-section div p, 
    .how-it-works .realtime-text div p{
        font-size: 0.6em !important;
    }
    .how-it-works .click-section div p:nth-child(1),
    .how-it-works .click-section div p:nth-child(2){
        display: none;
    }
}

@media (max-width: 600px) {
    .how-it-works .text-section,
    .how-it-works .realtime-text{
        display: none;
    }

    .main-footer .column:nth-child(3){
        display: none;
    }
}

@media (max-width: 500px){
    .modern-networking .img-bottom-right{
        left: 30%;
    }
}
