.hanken-grotesk-<uniquifier> {
  font-family: "Hanken Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

        body {
    font-family: 'Hanken Grotesk', sans-serif;
    margin: 0;
    padding: 0;
			background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 200;
    color: #333;
    margin-bottom: 10px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 3rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

button, .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.button-primary {
    background-color: #007bff;
    color: white;
padding: 16px;
}

.button-secondary {
    background-color: #6c757d;
    color: white;
}

.button-primary:hover, .button-secondary:hover {
    opacity: 0.8;
}

.container {
    max-width: 1196px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

/* Top Bar */
.top-bar {
    background: #f8f8f8;
    padding: 0px 0;
}

/* Flexbox for positioning elements */
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1196px;
    margin: 0 auto;
}

/* Common styles for links */
.top-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.login-link {
    display: flex;
    align-items: center;
    gap: 6px; /* Space between icon and text */
    text-decoration: none;
    color: #333;
}

.login-icon {
    width: 16px; /* Adjust icon size */
    height: 16px;
    stroke: #333; /* Match link color */
}

/* Support Link Styling */
.support-link {
    display: flex;
    align-items: center;
    gap: 6px; /* Space between icon and text */
    text-decoration: none;
    color: #333;
}

/* Support Icon */
.support-icon {
    width: 16px; /* Adjust icon size */
    height: 16px;
    stroke: #333; /* Match link color */
}



/* Style for left links */
.left-links {
    justify-content: flex-start;
}

/* Style for right links */
.right-links {
    justify-content: flex-end;
}

/* Style for links */
.top-links a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 5px 4px;
}

/* Top Bar Divider */
.top-bar-divider {
    height: 18px;
    width: 1px;
    background: #ccc;
    margin: 0 0px;
    display: inline-block; /* Ensures it appears inline */
    vertical-align: middle; /* Aligns properly with text */
}


/* Language Selector */
.language-selector {
    position: relative;
}

/* Language Selector Styling */
.language-selector {
    display: flex;
    align-items: center;
    gap: 6px; /* Space between icon and dropdown */
}

/* Language Icon */
.language-icon {
    width: 16px; /* Adjust icon size */
    height: 16px;
    stroke: #333; /* Match text color */
}

/* Style for the select dropdown */
.language-selector select {
    background: transparent;
    color: #333;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    padding-right: 30px;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Custom SVG arrow icon */
.language-selector::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url('../feather/chevron-down.svg'); /* Path to your custom SVG */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Hover effect for the dropdown */
.language-selector select:hover {
    color: #007bff;
}

/* Focus effect */
.language-selector select:focus {
    outline: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        align-items: center;
    }

    .top-links {
        justify-content: center;
        gap: 10px;
    }
}



.navbar {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    font-family: 'Hanken Grotesk', sans-serif;
	font-size: 16px;
}

.logo img {
    height: 52px; /* Adjust as needed */
    width: auto; /* Keeps the aspect ratio */
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 26px;
    padding: 0;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

.order-btn {
    background: #0029fe;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    background: #333;
    height: 2px;
    width: 22px;
    margin: 4px;
    display: block;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 120px;
        background: white;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .nav-links.active {
        display: flex;
        z-index: 1;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .hamburger {
        display: flex;
    }
}

/* Hero Section */
.hero {
    position: relative;
    background: url('https://images.unsplash.com/photo-1713947505684-25b9bf8d544f?q=80&w=2664&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center/cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensuring content stays within max-width */
.hero .container {
    max-width: 1196px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@keyframes floatUpDown {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); } /* Moves up */
    100% { transform: translateY(0px); } /* Returns to normal */
}

/* Hero Text Box */
.hero-box {
/* background: linear-gradient(97deg, rgba(85, 100, 179, 1) 0%, rgba(163, 119, 255, 1) 97%); */
	padding: 40px;
    max-width: 500px;
    /* border-radius: 12px; */
    text-align: left;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 145px;
    background: #fff;
	   /* animation: floatUpDown 4s ease-in-out infinite; /* Soft floating effect */

}

/* Headline */
.hero-box h1 {
font-size: 3rem;
    margin-bottom: 16px;
    background: linear-gradient(97deg, rgba(0, 41, 254, 1) 0%, rgba(163, 119, 255, 1) 97%);
    -webkit-background-clip: text;
    color: transparent;
}

/* Paragraph */
.hero-box p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/* Buttons */
.cta-buttons {
    display: flex;
    gap: 15px;
}

.button-primary,
.button-secondary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.button-primary {
    background: #0029fe;
    color: white;
}

.button-primary:hover {
    background: #a377ff;
}

.button-secondary {
    background: transparent;
    color: rgb(0 0 0);
    border: 1px solid #000000;
}

.button-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 50px 0;
    }

    .hero .container {
        justify-content: center;
    }

    .hero-box {
        max-width: 90%;
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}


.introduction {
    text-align: center;
    padding: 50px 20px;
	margin-top: 32px;
}

.introduction h2 {
    font-size: 4rem;
    margin-bottom: 10px;
	 background: linear-gradient(97deg, rgba(0,41,254,1) 0%, rgba(163,119,255,1) 97%);
    -webkit-background-clip: text; /* Ensures the gradient is applied to the text */
    color: transparent; /* Makes the text color transparent so the gradient is visible */
    
}

.introduction p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.intro-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.intro-links a {
    text-decoration: none;
    color: #0029fe;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.intro-links a::after {
    content: '\2192';
    margin-left: 5px;
}

/* Section Styling */
.lets-get-started {
    text-align: center;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lets-get-started h2 {
	font-size: 4rem;
    margin-bottom: 16px;
    color: #333;
}

/* Tabs Container */
.tabs {
    display: flex;
    justify-content: center;
    gap: 20px; /* Adds space between tabs */
    max-width: 1196px;
    width: 100%;
    margin: 0 auto 30px;
}


/* Individual Tab */
.tab {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px 20px;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: bold;
	    flex: 1; /* Makes each tab stretch evenly */
    text-align: center;
}

.tab.active {
    border-color: #0029fe;
}

/* Content Wrapper */
.tab-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Individual Content */
.content {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1196px; /* Ensures everything stays inside 1196px */
    width: 100%;
    text-align: left;
    gap: 40px;
    padding: 40px;
    border: 0px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.content.active {
    display: flex;
}

/* Text Section */
.text {
    flex: 1;
    min-width: 300px; /* Prevents text from being too small */
}

/* Image Section */
.image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 300px; /* Prevents images from shrinking too much */
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Ensure Buttons Inside Content are Properly Sized */
.button-primary, .button-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .tabs {
        justify-content: center;
    }

    .image {
        justify-content: center;
    }
}

/* Main Container */
.pricing-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 30px;
    padding: 20px;
    max-width: 1196px;
    margin: 0 auto;
	margin-top: 32px;
}

.pricing-block {
    background: #fff;
    padding: 20px;
    border: 0px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Product Heading */
.product-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
	font-weight: 300;
}

/* Product Introduction */
.product-intro {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Price Highlight */
.product-price {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.price {
    font-size: 36px;
    color: #0029fe;
}

.price-duration {
    font-size: 16px;
    color: #777;
}

/* Order Button */
.order-button {
    display: inline-block;
    background-color: #0029fe;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.order-button:hover {
    background-color: #0056b3;
}

/* Divider Line */
.divider {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-item {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.feature-item svg {
    margin-right: 10px;
    fill: #007bff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
}

@media (max-width: 768px) {
    .pricing-container {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}

/* Footer Styles */
.footer {
    background-color: #f8f8f8;
    padding: 40px 20px;
    text-align: center;
	margin-top: 32px;
}

/* Divider Line */
.footer-divider {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 30px;
}

/* Footer Content */
.footer-content {
    display: flex; /* Align items in a row */
    justify-content: space-between; /* Distribute space between items */
    align-items: center; /* Vertically center the content */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    max-width: 1196px;
    margin: 0 auto;
}

/* Footer Logo */
.footer-logo img {
    max-width: 150px;
    margin-right: 20px;
}

/* Footer Text */
.footer-text p {
    font-size: 14px;
    color: #777;
    margin-right: 20px;
}

/* Footer Links */
.footer-links {
    display: flex;
    gap: 20px;
}

.footer-link {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; /* Stack items vertically on small screens */
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-text {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column; /* Stack links vertically */
        gap: 10px;
    }
}



/* Banner Styles */
.landing-banner {
/* background: rgb(85, 100, 179); */
    /* background: -moz-linear-gradient(97deg, rgba(85, 100, 179, 1) 0%, rgba(163, 119, 255, 1) 97%);*/
    /* background: -webkit-linear-gradient(97deg, rgba(85, 100, 179, 1) 0%, rgba(163, 119, 255, 1) 97%); */
    /* background: linear-gradient(97deg, rgba(85, 100, 179, 1) 0%, rgba(163, 119, 255, 1) 97%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5564b3",endColorstr="#a377ff",GradientType=1);*/
    padding: 80px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

/* Content Container */
.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1196px;
    width: 100%;
    margin: 0 auto;
    gap: 30px;
}

/* Left-side Content */
.banner-left {
    flex: 1;
    max-width: 500px;
}

.banner-headline {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 20px;
	font-weight: 300;
}

.banner-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #007bff;
    padding: 15px 30px;
    color: white;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
}

/* Right-side Image */
.banner-right {
    flex: 1;
    max-width: 500px;
}

.banner-right img {
    width: 100%;
    border-radius: 10px;
    animation: moveUpDown 5s infinite ease-in-out;
}

/* Image Animation */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Moves up by 10px */
    }
    100% {
        transform: translateY(0); /* Returns to original position */
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column; /* Stack content vertically on smaller screens */
        text-align: center;
    }

    .banner-left {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-right img {
        max-width: 100%;
    }
}

.animated-svgs {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;
}

/* General SVG Styling */
.svg-animation {
    width: 80px;
    height: 80px;
    stroke: #007bff; /* Blue color */
    animation: float 4s infinite ease-in-out;
}

/* Different Delays for Each SVG */
.svg1 {
    animation-duration: 5s;
}

.svg2 {
    animation-duration: 6s;
}

.svg3 {
    animation-duration: 7s;
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .animated-svgs {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

/* CTA Container */
.cta-container {
    position: relative;
    margin: 50px auto;
    max-width: 1196px;
    text-align: center; /* Centers text and elements */
	margin-top: 64px;
}

/* Animated SVG Icon */
.cta-icon {
 position: absolute;
    left: 50%;
    /* top: -40px; */
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    stroke: #ffffff;
    animation: floatIcon 5s infinite ease-in-out;
	    margin-top: 32px;
}

/* CTA Box Styling */
.cta-box {
    max-width: 100%;
    background: linear-gradient(97deg, rgba(85,100,179,1) 0%, rgba(163,119,255,1) 97%);
    color: white;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

/* Headline */
.cta-box h2 {
    font-size: 2rem;
    margin-bottom: 10px;
	color: #fff;
}

/* Paragraph */
.cta-box p {
    font-size: 1.2rem;
    margin-bottom: 20px;
	color:#fff;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: #0029fe;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #a377ff;
}

/* Animation for Floating SVG */
@keyframes floatIcon {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .cta-box {
        padding: 40px 15px;
    }

    .cta-box h2 {
        font-size: 1.5rem;
    }

    .cta-box p {
        font-size: 1rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 10px 20px;
    }
}



.highlight-section {
    background: #f8f9fa; /* Light background */
    padding: 60px 20px;
}

.highlight-section .container {
    max-width: 1196px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 30px;
    text-align: center;
}

.highlight-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.highlight-card:hover {
    transform: translateY(-5px);
}

.highlight-icon {
    width: 60px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 0px;
}

h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    color: #555;
}

/* Responsive: Stack on smaller screens */
@media (max-width: 900px) {
    .highlight-section .container {
        grid-template-columns: 1fr; /* Single column */
    }
}



.company-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.company-banner .container {
    display: flex;
    align-items: center;
    max-width: 1196px;
    width: 100%;
    gap: 40px;
}

.company-banner h1 {
	font-size: 4rem;
    margin-bottom: 16px;
    color: #333;
}

.banner-image {
    flex: 1;
    max-width: 50%;
    position: relative;
    animation: floatImage 5s infinite ease-in-out;
}

.banner-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner-text {
    flex: 1;
    max-width: 50%;
    color: white;
    padding: 40px;
    border-radius: 10px;
}

.banner-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Floating animation for the image */
@keyframes floatImage {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .company-banner .container {
        flex-direction: column;
        text-align: center;
    }

    .banner-image, .banner-text {
        max-width: 100%;
    }

    .banner-text {
        padding: 30px;
    }
}

/* About Us Section */
.about-us {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
}

/* Container */
.about-container {
    max-width: 1196px;
    width: 100%;
    text-align: center;
}

/* Headline */
.about-title {
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 30px;
    color: #333;
}

/* Content Layout */
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}

/* Image Styling */
.about-image img {
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Text */
.about-text {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .about-title {
        font-size: 2rem;
    }

    .about-text {
        font-size: 1rem;
    }
}


/* Compare Plans Section */
.compare-plans {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container */
.plans-container {
    max-width: 1196px;
    width: 100%;
    text-align: center;
}

/* Title */
.plans-title {
 	font-size: 4rem;
    margin-bottom: 16px;
    color: #333;
}

/* Table */
.plans-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Table Head */
.plans-table thead {
    background: linear-gradient(97deg, rgba(85, 100, 179, 1) 0%, rgba(163, 119, 255, 1) 97%);
    color: #fff;
}

.plans-table th {
    padding: 16px;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Table Body */
.plans-table td {
    padding: 16px;
    border-bottom: 1px solid #ddd;
    font-size: 1.1rem;
    color: #555;
}

/* Alternate Row Background */
.plans-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

/* Plan Buttons */
.plan-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(97deg, rgba(85, 100, 179, 1) 0%, rgba(163, 119, 255, 1) 97%);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.plan-button:hover {
    background: rgba(85, 100, 179, 0.8);
}

/* Responsive */
@media (max-width: 768px) {
    .plans-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .plans-title {
        font-size: 2rem;
    }

    .plans-table th,
    .plans-table td {
        font-size: 1rem;
        padding: 12px;
    }
}


/* Features Section */
.features {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Feature Box */
.feature-box {
    max-width: 1196px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 80px;
}

/* Reverse Layout */
.feature-box.reverse .feature-image {
    order: -1; /* Moves the image to the left in reversed boxes */
}

/* Feature Text */
.feature-text {
    flex: 1;
    text-align: left;
}

.feature-text h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.feature-text p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Feature List */
.feature-text ul {
    list-style: none;
    padding: 0;
}

.feature-text li {
    font-size: 1.1rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Checkmark Icon */
.check-icon {
    width: 20px;
    height: 20px;
    stroke: #4CAF50; /* Green color */
}

/* Feature Image */
.feature-image {
    flex: 1;
    text-align: center;
}

.feature-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 1024px) {
    .feature-box {
        flex-direction: column;
        text-align: center;
    }

    .feature-box.reverse {
        flex-direction: column;
    }

    .feature-box.reverse .feature-image {
        order: 0; /* Fixes the issue on mobile */
    }

    .feature-text {
        text-align: center;
    }

    .feature-text ul {
        display: inline-block;
        text-align: left;
    }
}



/* Contact Us Section */
.contact-us {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container */
.contact-container {
    max-width: 1196px;
    width: 100%;
    text-align: center;
}

/* Title */
.contact-title {
	font-size: 4rem;
    margin-bottom: 16px;
    color: #333;
}

/* Description */
.contact-description {
    font-size: 1.2rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Team Section */
.team-section {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* Team Member */
.team-member {
    text-align: center;
    max-width: 300px;
}

.team-member img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Name */
.team-member h3 {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #333;
}

/* Role */
.team-member p {
    font-size: 1.1rem;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .team-section {
        flex-direction: column;
        align-items: center;
    }

    .team-member {
        max-width: 100%;
    }
}