* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

/* First Section Styles */
.investment-section {
    width: 100%;
    max-width: 1200px;
    color: white;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
    border-radius: 15px;
}

.container {
    padding: 40px;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo-img {
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
}

.main-heading {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
    text-align: center;
}

.highlight {
    color: #ffeb3b;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 0 50px;
}

.video-section {
    flex: 1;
}

.video-placeholder {
    width: 100%;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.video-placeholder iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub-heading {
    font-size: 20px;
    color: #e0e0e0;
    font-weight: normal;
    font-weight: bolder;
}

.benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.features-list {
    list-style: none;
}

.feature-item {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.feature-dot {
    color: #ff5722;
    font-size: 24px;
    margin-right: 10px;
    font-weight: bold;
}

.cta-section {
    margin-top: 10px;
}

.cta-button {
    background: linear-gradient(45deg, #ff5722, #ff9800);
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.cta-button:hover {
    background: linear-gradient(45deg, #e64a19, #f57c00);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Second Section Styles */
.growth-section {
    background: #000000;
    padding: 60px 20px;
    width: 100%;
    max-width: 1200px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.growth-container {
    max-width: 1200px;
    margin: 0 auto;
}

.growth-content {
    text-align: center;
}

.growth-heading {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 15px;
}

.growth-subheading {
    color: #ffffff;
    font-size: 28px;
}

.growth-text {
    font-size: 11px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: 500;
}

.elite-container {
    display: flex;
    align-items: stretch;
    max-width: 917px;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.left-section {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px 30px 20px;
}

.black-box {
    background: #000;
    color: white;
    padding: 40px 30px;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 75%;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.elite-logo {
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
}

.title-section {
    text-align: center;
    width: 100%;
}

.elite-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.elite-tagline {
    font-size: 10px;
    color: #666;
    margin: 0;
    font-weight: bolder;
}

.features-section {
    flex: 2;
    padding: 40px 59px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-heading {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: left;
    padding: 0 50px 0px 0px;
}

.elite-features {
    list-style: none;
    margin-bottom: 30px;
}

.elite-feature {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: bolder;
}

.feature-icon {
    font-size: 20px;
    margin-right: 12px;
    min-width: 30px;
}

.elite-cta-button {
    background: linear-gradient(45deg, #ff5722, #ff9800);
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
}

.elite-cta-button:hover {
    background: linear-gradient(45deg, #e64a19, #f57c00);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design for Both Sections */
@media (max-width: 968px) {
    .content-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }
    
    .video-section, .text-content {
        width: 100%;
    }
    
    .cta-section {
        text-align: center;
    }
    
    .elite-container {
        flex-direction: column;
        gap: 0;
    }
    
    .left-section {
        width: 100%;
        padding: 30px 20px;
    }
    
    .elite-cta-button {
        align-self: center;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 30px 20px;
    }
    
    .main-heading {
        font-size: 26px;
    }
    
    .sub-heading {
        font-size: 18px;
    }
    
    .video-placeholder {
        height: 250px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    .growth-section {
        padding: 40px 15px;
    }
    
    .growth-heading {
        font-size: 26px;
    }
    
    .growth-subheading {
        font-size: 22px;
    }
    
    .growth-text {
        font-size: 16px;
    }
    
    .black-box {
        padding: 30px 20px;
    }
    
    .features-section {
        padding: 30px 20px;
    }
    
    .title-section {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 20px 15px;
    }
    
    .main-heading {
        font-size: 22px;
    }
    
    .sub-heading {
        font-size: 16px;
    }
    
    .benefit-text, .feature-item {
        font-size: 14px;
    }
    
    .video-placeholder {
        height: 200px;
    }
    
    .logo-img {
        max-width: 150px;
    }
    
    .growth-heading {
        font-size: 22px;
    }
    
    .growth-subheading {
        font-size: 20px;
    }
    
    .growth-text {
        font-size: 14px;
    }
    
    .features-heading {
        font-size: 18px;
    }
    
    .elite-title {
        font-size: 20px;
    }
    
    .elite-feature {
        font-size: 14px;
    }
    
    .content-wrapper {
        padding: 0 15px;
    }
}



/* Brands Section Styles */
.brands-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brands-heading {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin: 75px 0 10px 0;
    text-align: center;
    width: 100%;
}

.brands-slider {
    width: 90%;
    max-width: 1100px;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    border-radius: 100px;
    margin: 0 auto;
}

.brands-track {
    display: flex;
    animation: slide 20s linear infinite; /* Increased speed from 30s to 20s */
    gap: 40px;
}

.brand-logo {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(21, 21, 21);
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.brand-logo:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.brand-logo img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.brand-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-120px * 10 - 40px * 10));
    }
}

/* Pause animation on hover */
.brands-slider:hover .brands-track {
    animation-play-state: paused;
}

/* Responsive Design for Brands Section */
@media (max-width: 968px) {
    .brands-heading {
        font-size: 28px;
        margin: 50px 0 30px 0;
    }
    
    .brand-logo {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    
    .brands-slider {
        max-width: 900px;
    }
    
    @keyframes slide {
        100% {
            transform: translateX(calc(-100px * 10 - 40px * 10));
        }
    }
}

@media (max-width: 768px) {
    .brands-section {
        padding: 40px 15px;
        margin: 20px auto;
    }
    
    .brands-heading {
        font-size: 24px;
        margin: 30px 0 20px 0;
    }
    
    .brand-logo {
        width: 80px;
        height: 80px;
        padding: 12px;
    }
    
    .brands-track {
        gap: 30px;
    }
    
    .brands-slider {
        max-width: 700px;
        width: 100%; /* Changed from 90% to 100% */
        border-radius: 0; /* Removed border-radius */
    }
    
    @keyframes slide {
        100% {
            transform: translateX(calc(-80px * 10 - 30px * 10));
        }
    }
}

@media (max-width: 480px) {
    .brands-heading {
        font-size: 20px;
        margin: 20px 0 15px 0;
    }
    
    .brand-logo {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    
    .brands-track {
        gap: 20px;
    }
    
    .brands-slider {
        max-width: 500px;
        width: 100%; /* Changed from 90% to 100% */
        border-radius: 0; /* Removed border-radius */
    }
    
    @keyframes slide {
        100% {
            transform: translateX(calc(-60px * 10 - 20px * 10));
        }
    }
}




/* Why Invest Section Styles */
.invest-section {
    background: #000000;
    padding: 20px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 40px 0 0 0;
    border-radius: 15px;
    position: relative;
}

.invest-container {
    max-width: 1100px;
    margin: 0 auto;
}

.invest-heading {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: #1a1a1a;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #333333;
}

.feature-card:hover {
    background: #2a2a2a;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
    border-color: #555555;
}

.feature-icon {
    flex-shrink: 0;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover .icon-wrapper::before {
    opacity: 1;
}

/* Font Awesome Icons Styling */
.feature-icon .icon-wrapper i {
    font-size: 24px;
    color: #000000;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.feature-description {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Animation for feature cards on scroll */
.feature-card {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.feature-card.animate {
    opacity: 1;
    transform: translateY(0);
}

/* WhatsApp CTA Button Styles */
.cta-button-container {
    text-align: center;
    margin-top: 50px;
}

.whatsapp-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    color: #000000;
    text-decoration: none;
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.whatsapp-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #D4AF37, #FFD700);
    color: #000000;
    text-decoration: none;
}

.whatsapp-cta-button:active {
    transform: translateY(-1px);
}

.whatsapp-cta-button i {
    font-size: 22px;
}

/* Responsive Design */
@media (max-width: 968px) {
    .invest-heading {
        font-size: 36px;
        margin-bottom: 50px;
    }
    
    .features-grid {
        gap: 25px;
    }
    
    .feature-card {
        padding: 25px;
        gap: 18px;
    }
    
    .icon-wrapper {
        width: 55px;
        height: 55px;
    }
    
    .feature-icon .icon-wrapper i {
        font-size: 22px;
    }
    
    .feature-title {
        font-size: 17px;
    }
    
    .whatsapp-cta-button {
        padding: 16px 30px;
        font-size: 16px;
    }
    
    .whatsapp-cta-button i {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .invest-section {
        padding: 60px 20px;
        margin: 30px auto;
    }
    
    .invest-heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card {
        padding: 25px 20px;
        gap: 15px;
    }
    
    .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon .icon-wrapper i {
        font-size: 20px;
    }
    
    .feature-title {
        font-size: 16px;
    }
    
    .feature-description {
        font-size: 13px;
    }
    
    .cta-button-container {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .invest-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .invest-section {
        padding: 40px 15px;
    }
    
    .feature-card {
        padding: 20px 15px;
        gap: 12px;
    }
    
    .icon-wrapper {
        width: 45px;
        height: 45px;
    }
    
    .feature-icon .icon-wrapper i {
        font-size: 18px;
    }
    
    .feature-title {
        font-size: 15px;
    }
    
    .feature-description {
        font-size: 12px;
    }
    
    .cta-button-container {
        margin-top: 30px;
    }
    
    .whatsapp-cta-button {
        padding: 14px 25px;
        font-size: 15px;
        gap: 8px;
    }
    
    .whatsapp-cta-button i {
        font-size: 18px;
    }
}



/* Why Choose Section Styles */
.choose-section {
    background: #000000;
    padding: 20px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 15px;
    position: relative;
}

.choose-container {
    max-width: 1100px;
    margin: 0 auto;
}

.choose-heading {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
}

.choose-heading::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
}

/* Perfect Grid Layout for 6 Cards */
.choose-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.choose-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px 20px 15px;
    background: #1a1a1a;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #333333;
    width: 100%;
    box-sizing: border-box;
}

/* All 6 cards in 2 rows of 3 columns */
.choose-feature-card:nth-child(1) { grid-column: 1; grid-row: 1; }
.choose-feature-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.choose-feature-card:nth-child(3) { grid-column: 3; grid-row: 1; }
.choose-feature-card:nth-child(4) { grid-column: 1; grid-row: 2; }
.choose-feature-card:nth-child(5) { grid-column: 2; grid-row: 2; }
.choose-feature-card:nth-child(6) { grid-column: 3; grid-row: 2; }

.choose-feature-card:hover {
    background: #2a2a2a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    border-color: #FFD700;
}

.choose-feature-icon {
    margin-bottom: 25px;
}

.choose-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.choose-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.choose-feature-card:hover .choose-icon-wrapper::before {
    opacity: 1;
}

.choose-feature-icon .choose-icon-wrapper i {
    font-size: 32px;
    color: #000000;
}

.choose-feature-content {
    flex: 1;
}

.choose-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.choose-feature-description {
    font-size: 15px;
    color: #cccccc;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* CTA Button Styles */
.choose-cta-container {
    text-align: center;
}

.choose-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    color: #000000;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.choose-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #D4AF37, #FFD700);
    color: #000000;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 968px) {
    .choose-heading {
        font-size: 36px;
        margin-bottom: 50px;
    }
    
    .choose-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    /* Reset grid positions for tablet */
    .choose-feature-card:nth-child(1),
    .choose-feature-card:nth-child(2),
    .choose-feature-card:nth-child(3),
    .choose-feature-card:nth-child(4),
    .choose-feature-card:nth-child(5),
    .choose-feature-card:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .choose-feature-card {
        padding: 35px 20px;
    }
    
    .choose-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .choose-feature-icon .choose-icon-wrapper i {
        font-size: 28px;
    }
    
    .choose-feature-title {
        font-size: 18px;
    }
    
    .choose-cta-button {
        padding: 18px 35px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .choose-section {
        padding: 60px 20px;
        margin: 30px auto;
    }
    
    .choose-heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .choose-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .choose-feature-card {
        padding: 30px 20px;
    }
    
    .choose-icon-wrapper {
        width: 65px;
        height: 65px;
    }
    
    .choose-feature-icon .choose-icon-wrapper i {
        font-size: 26px;
    }
    
    .choose-feature-title {
        font-size: 17px;
    }
    
    .choose-feature-description {
        font-size: 14px;
    }
    
    .choose-cta-button {
        padding: 16px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .choose-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .choose-section {
        padding: 40px 15px;
    }
    
    .choose-feature-card {
        padding: 25px 15px;
    }
    
    .choose-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .choose-feature-icon .choose-icon-wrapper i {
        font-size: 24px;
    }
    
    .choose-feature-title {
        font-size: 16px;
    }
    
    .choose-feature-description {
        font-size: 13px;
    }
    
    .choose-cta-button {
        padding: 14px 25px;
        font-size: 15px;
    }
}


/* Contact Form Section Styles */
.contact-form-section {
    background: #000000;
    padding: 80px 20px;
    width: 100%;
    max-width: 1200px;
    border-radius: 15px;
    position: relative;
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-heading {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-subheading {
    font-size: 18px;
    color: #cccccc;
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.form-wrapper {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 50px;
    border: 1px solid #333333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

.investment-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    width: 100%;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 15px 20px;
    border: 1px solid #444444;
    border-radius: 8px;
    background: #2a2a2a;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    color: #000000;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #D4AF37, #FFD700);
}

.submit-button:active {
    transform: translateY(-1px);
}

.form-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 20px;
}

/* Alternative Contact Methods */
.alternative-contact {
    margin-top: 40px;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #1a1a1a;
    border-radius: 12px;
    border: 1px solid #333333;
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: #2a2a2a;
    transform: translateY(-5px);
    border-color: #FFD700;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 24px;
    color: #000000;
}

.contact-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.contact-info p {
    font-size: 16px;
    color: #cccccc;
    margin: 0;
}

/* Success Message Styles */
.success-message {
    display: none;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border: 1px solid #FFD700;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
}

.success-message i {
    font-size: 48px;
    color: #FFD700;
    margin-bottom: 20px;
}

.success-message h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.success-message p {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 60px 15px;
    }
    
    .contact-heading {
        font-size: 32px;
    }
    
    .contact-subheading {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .form-wrapper {
        padding: 30px 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .submit-button {
        padding: 16px 30px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
    
    .contact-methods {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-method {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .contact-heading {
        font-size: 28px;
    }
    
    .contact-subheading {
        font-size: 15px;
    }
    
    .form-wrapper {
        padding: 25px 15px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .submit-button {
        padding: 14px 25px;
        font-size: 15px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-icon i {
        font-size: 20px;
    }
    
    .contact-info h4 {
        font-size: 16px;
    }
    
    .contact-info p {
        font-size: 14px;
    }
}