* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #121212;
}
.menu-icon, .menu-toggle, .sidebar {
    display: none;
}

.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-75{
    width: 75%;
}
.w-80{
    width: 80%;
}
.w-100{
    width: 100%;
}
.p-10{
    padding: 10px;
}
.p-15{
    padding: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-50{
    padding-top: 50px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mb-20{
    margin-bottom: 20px;
}
.pt-7{
    padding-top: 7%;
}
.g-5{
    gap: 5px;
}
.g-10{
    gap: 10px;
}
.g-20{
    gap: 20px;
}
.g-30{
    gap: 30px;
}
.g-40{
    gap: 40px;
}
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
}
.flex-end{
    display: flex;
    justify-content: end;
}
.flex-center-end{
    display: flex;
    align-items: center;
    justify-content: end;
}
.flex-center-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-center{
    text-align: center;
}
.grid-center{
    display: grid;
    align-items: center;
}
.sb{
    justify-content: space-between;
}

.bg-black {
  background-color: #000;
}
.bg-sky {
    color: #00d4ff;
}
.gradient-text .bg-sky {
    -webkit-text-fill-color: initial !important;
    background: none !important;
    color: #00d4ff !important; 
}
.bg-white{
    color: white;
}
.gradient-text,
.app-preview-content, .section-10 .client-name {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
}
.relative{
    position: relative;
}

/* Header */
header {
    display: flex;
    position: sticky;
    top: 0;
    height: 100px;
    align-items: center;
    padding-top: 10px;
    background-color: #141414 ;
    z-index: 1;
}
.layout-design {
    padding: 0% 12%;
}
.header .nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.header .nav a:hover {
  color: #00d4ff;
}
.theme-btn {
    padding: 15px 25px;
    height: 45px;
    background: #ff616a;
    outline: none;
    border: none;
    border-radius: 4px;
    color: white;
    align-items: center;
    margin-left: auto;
    font-weight: 600;
    cursor: pointer;
}

/* first section */
.first-section {
  background-image: url("images/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.left {
    padding-top: 8%;
}
.left-text h1, .left-text h2 {
    font-size: 67px;
    font-weight: 700;
    font-family: "Sofia Sans", sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
}
.left .phone-image img {
    width: 100%;
}
/* second section */
.second-section .stat-number {
    font-size: 55px;
    font-weight: bold;
    color: #39c7e9;
    margin-bottom: 8px;
}
.second-section .stat-label{
    font-size: 0.9rem;
    color: #ccc;
}
.stat-divider, .stat-divider-2{
    width: 2px;
    height: 90px;
    background: linear-gradient(to bottom, transparent, #333, transparent);
}
/* section third */
.third-section{
    background-color: #161616;
    padding-bottom: 50px;
}
.third-section .card{
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #373636;
    min-width: 22%;
    width: 260px;
    height: 260px;
}
.third-section .section-title,
.forth-section .section-title {
    font-family: "Roboto", sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    padding-top: 70px;
    margin-bottom: 30px;
}
.third-section .card h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
}
.third-section .card p{
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
}
.third-section .card-icon{
    font-size: 40px;
    margin-bottom: 10px;
    width: 38px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #232323;
}
.third-section .card:hover {
  background-color: #272127;
  border: 1px solid #272127;
}
.third-section .card:hover .card-icon{
    background-color: #272127;
    border: 1px solid #272127
}
.third-section .card-icon img{
    width: 20px;
}
/* forth section */
.forth-section .man-img{
    position: absolute;
    top: 1%;
    left: -1%;
    width: 23%; 
}
.app-preview-content {
    padding-left: 48px;
}
.app-preview-text{
    font-size: 65px;
    font-weight: 700;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}
.check-list {
    list-style: none;
    padding-top: 12px;
    color: #a3a3a3;
}
.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 2;   
}
.check-list li img,
.stars img {
    width: 18px;
}
.app-right-icon{
    top: 0%;
    position: absolute;
    right: 0%;
    width: 17%;
}
/* Section 5 */
.c-left-icon{
    top: 1%;
    position: absolute;
    right: 0%;
    left: 0%;
    width: 10%;
}
.section-5 .player-img{
    position: absolute;
    right: 1%;
    width: 20%;
    bottom: 0%;
}
/* Section 8 */
.section-8 {
    background-color: #161616;
}
/* Section 9 */
.section-9 .left-sec{
    border: 1px solid #161616;
    height: 50%;
    background: #161616;
    border-radius: 10px;
}
.section-9 .left-sec-text{
    padding: 5%;
}
.section-9 .heading-text {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
}
.section-9 .line {
    font-size: 36px;
    color: #ffffff;
    font-style: italic;
}
.vector-player-img{
    position: absolute;
    top: 54%;
    left: 48%;
    width: 14%;
}
.section-9 .scanner img{
    width: 67%;
}
/* Section 10 */
.section-10 .testimonial-container{
    overflow: scroll;
    margin: 0px 20px;
}
.section-10 .testimonial-container::-webkit-scrollbar {
    display: none;
}
.section-10 .testimonial-card{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #2f2f30;
}
.section-10 .client-profile{
    gap: 15px;
    margin-bottom: 20px;
}
.section-10 .client-name{
    font-weight: bold;
    margin-bottom: 5px;
}
.section-10 .client-text{
    color: #aaa;
    font-size: 13px;
    line-height: 1.6;
}
.section-10 .testimonial-card{
    min-width: 23%;
}
/* Section 11 */
.section-11 .faq-item{
    border: 1px solid #2f2f30;
    border-radius: 10px;
    margin-bottom: 15px;   
}
.section-11 .faq-question{
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;   
    padding-right: 40px;
}
.section-11 .question-item {
    font-size: 12px;
    padding-left: 10px;
    font-weight: 300;
    color: #5d5a5a;
}
.section-11 .faq-toggle{
    display: none;
}
.faq-icon::after {
    content: "+";
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.faq-toggle:checked + .faq-question .faq-icon::after {
    content: "-";
}
.faq-toggle:checked ~ .question-item {
    display: block;
}

.question-item {
    display: none;
    padding: 5px 0;
}

/* Footer */
.footer{
    background: #161616;
    padding-top: 5%;
    padding-bottom: 5%;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}
.footer-icons {
    gap: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2f2f30;
    border-radius: 4px;
    padding: 8px;
    background-color: transparent;
}
.icon-box img {
    width: 40%;
}
.border-bottom {
    border-bottom: 1px solid #2f2f30;
    padding-bottom: 50px;
}
.copy-right{
    padding-top: 30px;
}
.footer .footer-links ul {
    list-style: none;
}

/* New code */
.section-11 .question-item ul{
    margin-left: 20px;
}
.client-profile .avatar img{
    width: 34px;
}
#highlight .left-text h2 {
    font-size: 65px;
    font-weight: 700;
    font-family: "Sofia Sans", sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
}

/* privacy policy css */
.header-privacy h1 {
    font-size: 42px;
    font-weight: 600;
}
.text-gallery {
    color: #eceff8 !important;
}
.privacy-policy-body .sub-title {
    font-weight: 400;
    font-size: 18px;
    color: #707a8d;
}
.privacy-policy-body .privacy-box ul {
    list-style: none;
    padding-left: 20px;
    color: #333;
    font-size: 15px;
    line-height: 1.8;    
}
.privacy-policy-body .privacy-box ul li,
.privacy-policy-body .privacy-box.introduction-box p {
    font-weight: 400;
    font-size: 17px;
    color: #707a8d;
}
.privacy-policy-body .privacy-box.no-presonal-information ul li{
    list-style: disc;
}

/* Contact up page */
.contact-us-section .contact-us-body .header h1,
.contactus-box .card-header h4 {
    font-weight: 700;
    font-size: 42px;
}
.contact-us-section .contact-us-body .about p {
    font-weight: 400;
    font-size: 18px;
    color: #707a8d;
}
.contact-us-section .contact-us-body .card-box .box-data {
    width: 33%;
    height: 120px;
    background: #1f2229;
    padding: 10px;
    border-radius: 8px;
}
.contact-us-section .contact-us-body .box-data .icon-box {
    display: flex;
    width: 30px;
    height: 30px;
    background: #393e48;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.font16w500 {
    font-size: 16px;
    font-weight: 500;
}
.font14w500 {
    font-size: 14px;
    font-weight: 500;
}
.text-raven {
    color: #eceff8;
}
.contact-us-section .contactus-box .form-label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.contact-us-section .contactus-box .form-control {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0d6efd;
    padding: 10px 14px;
    font-size: 14px;
    transition: border-color .3s;
    background: #1f2229;
    color: #fff;
    font-weight: 500;
}
.contact-us-section .contactus-box .text-danger {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}
.contact-us-section .contactus-box .btn-primary {
    background-color: rgb(0, 123, 255);
    color: rgb(255, 255, 255);
    border-color: rgb(0, 123, 255);
}
.contact-us-section .contactus-box .btn {
    font-weight: 500;
    font-size: 14px;
    box-shadow: rgba(0, 123, 255, 0.1) 0px 2px 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}
.contact-us-section .contact-us-body .box-data .icon-box img {
    width: 20px;
    height: 20px;
}
