               /* Basic Reset */
               * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                color: #fff;
                background-color: #15171e;
                overflow-x: hidden;
            }
    
            .iti {
                width: 100%;
            }
    
            .small-text {
                display: none;
                color: red;
                font-size: 0.8em;
            }
       
       /* Container */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Header */
        header {
            background-color: #15171e;
            padding: 20px 0;
          
            position: relative;
            z-index: 100;
        }

        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }

        .logo {
           
            font-size: 1.8rem;
            color: #fff;
            font-weight: bold;
            position: relative;
        }


        /* Burger Menu */
        .burger-menu {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }

        .burger-menu div {
            width: 25px;
            height: 3px;
            background-color: #fff;
            margin: 4px 0;
            transition: 0.3s;
        }

        nav {
            display: flex;
            align-items: center;
        }

        nav a {
            color: #fff;
            text-decoration: none;
            margin-right: 20px;
            font-size: 1rem;
            position: relative;
            padding: 8px 15px;
            border: 2px #15171e solid;
            overflow: hidden;
            transition: background-color 0.3s;
        }

        nav a:hover {
      
            border-bottom: 2px solid #00c782;
    border-right: 2px solid #46c684;
    border-radius: 0;        }

        /* RGB Effect on Get Started Button */
        .get-started-btn {
            border: 2px solid #00c782;
            background-color: #000;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            overflow: hidden;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

.get-started-btn:hover {
    border: 2px solid #ffffff;
}



        /* Main Section */
        .main-section {
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px;
            justify-content: space-between;
            color: #fff;
        }

        .left-section, .right-section {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            padding-top: 55px;
            position: relative;
        }

        .left-section h1 {
            font-size: 3em;
            margin-bottom: 35px;
            color: #fff;
            position: relative;
            z-index: 1;
            transition: transform 0.5s ease;
        }

.highlighted{
color: white;
}



        .left-section p {
            font-size: 1.2rem;
            margin-bottom: 28px;
            line-height: 1.6;
            color: #aaa;
        }
        .left-section {
padding-left: 0;
        }


        .input-group {
            margin-bottom: 25px;
            position: relative;
        }
        .input-group-phone{
            margin-bottom: 25px;
        }
        .input-group-phone input {
            margin-bottom: 25px;
            border-top: 2px solid #00c782;
            border-left: 2px solid #46c684;
            border-right: 3px solid #ffffff30;
            border-bottom: 3px solid #ffffff30;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
            width: 100%;
padding: 15px;
           
            font-size: 1rem;
            background-color: #000;
            color: #fff;
            z-index: 1;
            margin-bottom: 25px;
        }

        .input-group-message textarea {

    border-top: 2px solid #00c782;
    border-left: 2px solid #46c684;
    border-right: 3px solid #ffffff30;
    border-bottom: 3px solid #ffffff30;
border-top-left-radius: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 15px;
resize: none;
font-size: 1rem;
background-color: #000;
color: #fff;
z-index: 1;
margin-bottom: 0px;
}
.iti__country-list{
    background-color: black!important;
}

.iti__country{
    padding: 15px!important;

}
.iti__country:hover{

    background-color: #000c08!important;
}
.iti--separate-dial-code .iti__selected-flag{
    padding-left: 15px!important;
    background-color: #ffffff05!important;
    padding-right: 2px!important;
}
/* Custom scrollbar specifically for the .iti__country-list */
.iti__country-list::-webkit-scrollbar {
    width: 10px; /* Slightly narrower scrollbar for the country list */
}

.iti__country-list::-webkit-scrollbar-track {
    background: #2c2c2c; /* Dark grey background for the track */
    border-radius: 10px; /* Rounded corners for the track */
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #00c782; /* Slightly lighter dark grey for the thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
    border: 2px solid #2c2c2c; /* Match the thumb border with the track */
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
    background-color: white; /* Lighter grey when hovering over the thumb */
}
/* Custom scrollbar specifically for the .input-group-message-area */
.input-group-message-area::-webkit-scrollbar {
    width: 12px; /* Slightly wider scrollbar for better grip */
}

.input-group-message-area::-webkit-scrollbar-track {
    background: #1f1f1f; /* Darker grey background for the track */
    border-radius: 10px; /* Rounded corners for the track */
}

.input-group-message-area::-webkit-scrollbar-thumb {
    background-color: #00c782; /* Matching the color of the thumb with the .iti__country-list */
    border-radius: 10px; /* Rounded corners for the thumb */
    border: 3px solid #1f1f1f; /* Slightly thicker border to emphasize the thumb */
}

.input-group-message-area::-webkit-scrollbar-thumb:hover {
    background-color: white; /* White when hovering for better visibility */
}


/* Custom scrollbar for the entire page */
body {
    overflow-y: scroll; /* Ensures scrollbar is visible */
}

body::-webkit-scrollbar {
    width: 12px; /* Slightly wider scrollbar for better usability */
}

body::-webkit-scrollbar-track {
    background: #2c2c2c; /* Dark grey background for the track */
    border-radius: 10px; /* Rounded corners for the track */
}

body::-webkit-scrollbar-thumb {
    background-color: #00c78156; /* Slightly lighter dark grey for the thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
    border: 2px solid #2c2c2c; /* Match the thumb border with the track */
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #00c782;}

        /* RGB Layered Effect on Send Button */
        .send-btn {
            width: 100%;
            padding: 14px;
            font-size: 1.2rem;
            color: #fff;
            background-color: #000;
            border: 2px solid #fff;
            border-bottom-right-radius: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: transform 0.5s ease;
margin-top: 25px;
        }


.send-btn:hover {                  
    border-bottom: 2px solid #00c782;
    border-right: 2px solid #46c684;
    transform: translateY(-2px);


}
        .right-section img {
            max-width: 100%;
            border-radius: 10px;
            /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5); */
        }



        /* Landing Page Sections */
        .landing-section {
            margin-top: 40px;
        }

        .landing-section h3 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2.5rem;
            color: #fff;
            position: relative;
            margin-top: 25px;
            z-index: 1;
        }
/* RGB Gradient Animation for Anonymous */
.rainbow-text {
    background: linear-gradient(90deg, #ff0055, #00ff99, #5500ff);
    background-size: 200% 200%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: rainbow 10s linear infinite; /* Slower animation */
}

@keyframes rainbow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

        .features, .pricing, .stats, .compliance {
            
            background: #090909;
            padding: 20px;
            margin-bottom: 80px;
            border-radius: 60px;
            position: relative;
            overflow: hidden;
            border-top-right-radius: 1px;
    border: 5px solid #000000;
    box-shadow: 1px -3px 1px 3px #00ffa7c7;
            transition: transform 0.5s ease;
        }
        .features {
            border-top-left-radius: 1px;
            border-top-right-radius: 35px;
            box-shadow: -3px -3px 1px 3px #2752a0;
}

.pricing {
    border-top-left-radius: 35px;
    border-top-right-radius: 1px;
    background: #050505;
    box-shadow: 1px -3px 1px 3px #00ffa7c7;
}
.pricing-table {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */

}
.pricing-description{
    font-size: 0.9em;
    color: #efefefcf;
    font-weight: 700;
}
.pricing-titles{
    font-size:1.3em;
    margin-bottom: 10px;
}
.pricing-option {
    background-color: #050505;
    color: white;
    padding: 35px;
    border-radius: 10px;
    text-align: left;
    width: 315px;
    font-family: Ubunutu Mono, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}

.pricing-option.popular {
    border: 1px solid #757575;

    background-color: #313131;
}


.pricing-table-price{
    margin-right: 5px; /* Small gap between price and per month */

    font-size: 1.5em; 
}
.tag {
    background-color: #1b1b1b;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative; /* Needed to position the pseudo-element */
    overflow: hidden; /* Ensures the swipe effect stays within the tag */
}

/* Swipe light animation */
.tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start outside of the tag */
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: swipeLight 5s infinite;
}

/* Keyframes for the swipe light animation */
@keyframes swipeLight {
    0% {
        left: -100%; /* Start outside */
    }
    50% {
        left: 100%; /* Move to the right, outside of the tag */
    }
    100% {
        left: 100%; /* Stay outside until the next loop */
    }
}

.forgotPassword{
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 0.7em;
    text-align: left;
}
.forgotPassword a{

    color: #5b5b5b;
    text-decoration: none;

}
.forgotPassword a:hover{

    color: #ffffff;


}
#logInPassword{
    margin-bottom: 5px;
}
.tag2 {
    background-color: #000000;
    color: black;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 25px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    display: flex;
    align-items: flex-start; /* Align items to the top */
}

.currency {
    font-size: 1.5em;

 
}

.per-month {
    font-size: 12px;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
    color: #efefefcf;
}

.subscribe-button {
    background-color: #00ffa7c7;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  
    font-size: 1em;
    width: 100%;
    
    font-family: Ubunutu Mono, Consolas, Monaco, Liberation Mono, Lucida Console;
}

.subscribe-button:hover {
    background-color: #47b89a;
}

.stats {
    border-top-left-radius: 1px;
    border-top-right-radius: 35px;
    box-shadow: -3px -3px 1px 3px #2752a0;
}
.pricing-title-wrapper {
    position: relative; /* Allows positioning of elements within the title */
}



.pricing-title-wrapper .discount-label {
    position: absolute;
    top: -52px;
    right: -21px;
    background-color: #ec3228;  /* Red background for visibility */
    color: white;  /* White text for contrast */
    padding: 5px 10px;
    font-size: 0.8em;  /* Slightly smaller text size */
    font-weight: bold;
    border-radius: 3px;
    z-index: 1;
}

.compliance {
    border-top-left-radius: 35px;
    border-top-right-radius: 1px;
    box-shadow: 1px -3px 1px 3px #00ffa7c7;
}
.compliance-reminder {
    background-color: #000000; /* Light gray background for the reminder */
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.compliance-reminder h4 {
    color: #d9534f;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.compliance-details {
    background-color: #090909;
    padding: 20px;
    border-left: 5px solid #ffa000;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.compliance-details ul {
    list-style-type: disc;
    margin-left: 20px;
}

.compliance-details ul li {
    margin-bottom: 24px;
    line-height: 1.9em;
}

.compliance-details ul li strong {
    color: #d9534f;
}

.compliance-details p {
    margin-top: 15px;
    color: #333; /* Darker text color for better readability */
}
.compliance2{
    border-top-left-radius: 1px;
    border-top-right-radius: 35px;
    box-shadow: 1px -3px 1px 3px #ffa000;
}

.compliance3{
    border-top-left-radius: 1px;
    border-top-right-radius: 35px;
    box-shadow: 1px -3px 1px 3px #2752a0;
}
        /* RGB Layered Effect on Features Sections */


        .features img, .pricing img, .stats img, .compliance img {
            width: 100%;
            border-radius: 25px;
            margin-bottom: 50px;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
            cursor: pointer;
            border: 2px solid #000000;
        }

        .features img:hover , .pricing img:hover, .stats img:hover, .compliance img:hover{
            border: 2px solid #2752a0;
        }
        .landing-section p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #aaa;
            margin-bottom: 40px;
        }
.compliance img:hover{
    border: 2px solid #00ffa7;
}
        /* Footer */
        .footer {
            background: #0c0c0c;
         
            color: #fff;
            margin-top: 40px;
            position: relative;
        }

        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .footer-column {
            flex: 1;
            min-width: 250px;
            margin-bottom: 20px;
            position: relative;
        }

        .footer-column h4 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #fff;
            position: relative;
        }

        .footer-column p {
            font-size: 1rem;
            line-height: 1.8;
            color: #aaa;
            position: relative;
        }

        .footer-links a {
            display: block;
            width: 60%;
            margin-bottom: 10px;
            color: #fff;
            text-decoration: none;
            position: relative;
            padding: 8px 15px;
            border-radius: 5px;
            overflow: hidden;
            transition: background-color 0.3s;
            border: 2px #0c0c0c solid;
        }

        .footer-links a:hover {
            border-bottom: 2px solid #00c782;
            border-left: 2px solid #46c684;
            border-radius: 0;
        }

        .footer-contact {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-contact a {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            transition: color 0.3s;
        }

        .footer-contact a:hover {
            color: #40e0d0;
        }

        .footer-contact a.phone-number {
            font-weight: bold;
            font-size: 1.2rem;
        }

        .footer-contact .support-email {
            font-weight: bold;
            color: #ff8c00;
        }
        .footer-bottom {
            text-align: center;
            padding: 20px 0;
            background-color: #080808;
            font-size: 14px;
            color: #555;
            border-top: 1px solid #00c782;
        }
        
        .right-section {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    padding-top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;

}

.right-section img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
    padding-left: 80px;
}
.main-image{
    width: 530px;

}
.faq-details h5 {
    font-size: 1.5em;
    color: #5d97ff;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #2752a0;
    padding-bottom: 10px;
}

.faq-details p {
    font-size: 1.1em;
    color: #f3f3f3;
    line-height: 1.8;
    margin-bottom: 20px;
}

.faq-details ul {
    list-style-type: none;
}

.faq-details li {
    font-size: 1.1em;
    color: #f0f0f0;
    margin-bottom: 10px;
    position: relative;
}

.faq-details li:before {
    content: "•";
    color: #2752a0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.faq-details li strong {
    color: #ffffff;
}



.faq-details > p:last-child {
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    border: 2px solid #2752a0;
    border-radius: 5px;
}


.input-group2 {
    display: flex; /* Flexbox for alignment */
    justify-content: center; /* Center align the button horizontally */
    align-items: center; /* Center align the button vertically */
    margin: 20px 0;
    margin-top: 51px;
  }
  
  .send-btn2 {

    background-color: #2752a0;
    color: #ffffff; /* Text color */
    font-size: 16px; /* Font size */
    font-weight: bold; /* Bold text */
    padding: 12px 24px; /* Padding for the button */
    border: none; /* Removes the default border */
    border-radius: 8px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition for hover effects */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
   
  }
  
  .send-btn2:hover {
   
    transform: translateY(-2px); /* Slight lift effect on hover */
  }
  
  .send-btn2:active {
    transform: translateY(0); /* Button returns to its original position */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Reduced shadow when active */
  }
  
/* Signup Popup */
#signup-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 8 8 / 90%);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #080808;
    padding: 30px;
    border-top: 5px solid #00c782;
    border-left: 5px solid #46c684;
    border-right: 0px solid #ffffff30;
    border-bottom: 0px solid #ffffff30;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0px 12px 40px rgb(0 199 130 / 27%);
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-20px);
    opacity: 0;
    animation: popup-fade-in 0.3s forwards ease-in-out;
}

@keyframes popup-fade-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-header img {
    max-width: 120px;
    margin-bottom: 20px;
}

.popup-header h2 {
    font-size: 1em;
    color: #ffffff;
    margin-bottom: 20px;
}

.popup-header p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

.popup-content input {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    margin-bottom: 15px;
    transition: border 0.2s ease;
}

.popup-content input:focus {
    border-color: #4285f4;
    outline: none;
}



.checkbox-group {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 7px;
    font-size: 0.9rem;
    color: #dadada;
    display: flex;
    align-items: flex-start;
}

.checkbox-group input {
    margin-right: 10px;
    margin-top: 2px;
    width: 14px;
    padding: 0;
}

.checkbox-group a {
    color: #4285f4;
    text-decoration: none;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

.signup-btn {
    background-color: #4285f4;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.signup-btn:hover {
    background-color: #357ae8;
}

.footer-text {
    font-size: 0.9rem;
    color: #666;
    margin-top: 20px;
}

.footer-text a {
    color: #4285f4;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}
/* Google Button Style */
.google-signup,
.google-signin {
    margin-bottom: 20px;
}


.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.google-btn img {
    width: 20px;
    margin-right: 10px;
}

.google-btn:hover {
    background-color: #0b0b0b;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.or-divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.or-divider span {
    background-color: #080808;
    padding: 0 10px;
    color: #ffffff;
}

.or-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.popup-content input {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    margin-bottom: 20px;
    transition: border 0.2s ease;
}

.popup-content input:focus {
    border-color: #4285f4;
    outline: none;
}
.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
.close-icon:hover {
    color: #ffffff;
}
.small-text {
    display: none;
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
    text-align: left;
}
.small-text-initial-sms{
    display: none;
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
}
.small-text-initial-sms1{
    margin-top: 5px;
    display: none;
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
}
.checkbox-group input {
    margin-right: 10px;
    margin-top: 2px;
    width: 14px;
    padding: 0;
}

.checkbox-group a {
    color: #4285f4;
    text-decoration: none;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

.signup-btn {
    background-color: #4285f4;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.signup-btn:hover {
    background-color: #357ae8;
}

.footer-text {
    font-size: 0.9rem;
    color: #666;
    margin-top: 20px;
}

.footer-text a {
    color: #4285f4;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}
#popup-message {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 1em;
    color: #939393;
    margin-bottom: 25px;
}

/* Signup Popup END */

        @media (max-width: 1024px) {
            .left-section h1{
                font-size: 2.3em;
            }
            .right-section img {
                padding-left: 0;
            }
            nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background-color: #000;
                position: absolute;
                top: 60px;
                left: 0;
                box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
            }

            nav.show {
                display: flex;
                padding-bottom: 15px;
                margin-top: 25px;
            }

            .burger-menu {
                display: flex;
            }

            nav a {
                padding: 15px 20px;
                margin: 0;
                border-top: 1px solid #333;
                width: 100%;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .left-section h1{
                font-size: 2.3em;
            }
            .landing-section h3 {
                font-size: 2em;
            }
            .container{
                padding-top: 0px;
            }
            .left-section, .right-section {
                padding: 0px;
                
            }
            .right-section{
                padding-top: 25px;
                padding-left: 0;
            }
            .features img, .pricing img, .stats img, .compliance img {
                border-radius: 0px;
            }
            .footer-container {
                flex-direction: column;
            }

            .footer-column {
                margin-bottom: 30px;
            }
        }
