body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
}

.header {
    width: 100%;
    padding: 15px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.nav-search-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-item {
    color: black;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    transition: color 0.3s;
}

.nav-item:hover {
    color: #00ccff;
}

.search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-input {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: white;
    color: black;
    flex: 1;
    max-width: 200px;
}

.search-button {
    padding: 8px;
    border: none;
    background-color: #00ccff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 15px;
}

.main-content {
    width: 100%;
    padding: 6px 20px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    text-align: center;
}

.welcome-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: linear-gradient(to bottom left, #000000, #1860ce);
    width: 100%;
    padding: 60px 20px;
    border-radius: 0px;
}

.welcome-section h1,
.welcome-section p {
    color: white;
}

.learn-more {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    background-color: #00ccff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.learn-more:hover {
    background-color: #0099cc;
    transform: scale(1.05);
}

.experience-section,
.reviews-section,
.plan-section {
    width: 100%;
    padding: 60px 20px;
    background: white;
    color: black;
    text-align: center;
}

.experience-container,
.reviews-container,
.plan-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.experience-text {
    flex: 1;
    text-align: left;
}

.experience-image img {
    width: 1014px;
    height: 370px;
    border-radius: 10px;
}

.experience-cards,
.reviews-cards,
.plan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Separate sections for .card, .review-card, and .plan-card */
.card {
    flex: 1 1 200px;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 6px;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 250px;
    /* Ensure same height */
}

.review-card {
    flex: 1 1 200px;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 6px;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 125px;
    /* Ensure same height */
}

.plan-card {
    flex: 1 1 200px;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 6px;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 250px;
    /* Ensure same height */
}

.card:hover,
.review-card:hover,
.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 204, 255, 0.5);
}

.card-icon,
.plan-icon {
    font-size: 62.5px;
    color: #00ccff;
}

.card-content,
.plan-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.card-content h3,
.plan-content h3 {
    font-size: 20px;
    font-weight: 500;
}

.card-content p,
.plan-content p {
    font-size: 16px;
    font-weight: 400;
}

.review-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.review-avatar {
    width: 32px;
    height: 32px;
    background: #828282;
    border-radius: 50%;
}

.review-username {
    font-size: 14px;
    font-weight: 500;
}

.review-card p {
    font-size: 14px;
    font-weight: 400;
}

.footer {
    width: 100%;
    padding: 60px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container {
    width: 846px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.footer-text {
    color: white;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

/* CSS for cropping the first video */
.video-container.first-video {
    width: 1014px;
    height: 370px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.video-container.first-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* CSS for the second video */
.video-container.second-video {
    width: 880px;
    height: 716px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.video-container.second-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* New styles for the plan section */
.plan-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.plan-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.circle-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
}

.circle-icon {
    width: 100px;
    height: 100px;
    background-color: #00ccff;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.circle-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}