/* ========================================
   UNIVERSAL HOVER EFFECTS FOR BUTTONS & LINKS
   ======================================== */
body.dashboard_page.p-0 {
    max-width: 1920px !important;
    margin: 0 auto !important;
}

.layout-horizontal-bar .main-header {
    left: 0 !important;
}

/* Underline Slide Right Effect */
.hover-underline-slide::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: currentColor;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.hover-underline-slide:hover::after {
    width: 100%;
}

/* Apply to all buttons and links */
a.hero-button,
.hero-button-new,
.global-mission-button,
.mission-button,
.corsair-group-button,
.join-mission-button,
.marketing-button,
.crowdfunding-card-button,
.csr-service-button,
.community-button,
.lets-connect-button,
.footer-link,
.transparency-button,
ul#myPillTab li.nav-item .nav-link,
.footer-links-list a,
.footer-bottom-links a,
.footer-contact-btn,
.footer-newsletter-btn {
    position: relative;
    overflow: visible;
}

/* Add hover effect to all button/link classes */
a.hero-button::after,
.hero-button-new::after,
.global-mission-button::after,
.mission-button::after,
.corsair-group-button::after,
.join-mission-button::after,
.marketing-button::after,
.crowdfunding-card-button::after,
.csr-service-button::after,
.community-button::after,
.lets-connect-button::after,
.transparency-button::after,
ul#myPillTab li.nav-item .nav-link::after,
.footer-links-list a::after,
.footer-bottom-links a::after,
.footer-contact-btn::after,
.footer-newsletter-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 12px;
    left: 25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-links-list a::after,
.footer-bottom-links a::after {
    left: 0 !important;
    bottom: -1px !important;
}

ul#myPillTab li.nav-item .nav-link::after {
    bottom: 8px !important;
    left: 10px !important;
}

.csr-service-button::after,
.corsair-group-button::after,
.lets-connect-button::after,
.footer-contact-btn::after,
.footer-newsletter-btn::after {
    background: rgb(0 0 0 / 100%) !important;
}

a.hero-button:hover::after,
.hero-button-new:hover::after,
.global-mission-button:hover::after,
.mission-button:hover::after,
.corsair-group-button:hover::after,
.join-mission-button:hover::after,
.marketing-button:hover::after,
.crowdfunding-card-button:hover::after,
.csr-service-button:hover::after,
.community-button:hover::after,
.lets-connect-button:hover::after,
.transparency-button:hover::after,
.footer-bottom-links a:hover::after,
.footer-contact-btn:hover::after,
.footer-newsletter-btn:hover::after {
    width: calc(100% - 50px);
}

.footer-links-list a:hover::after,
.footer-bottom-links a:hover::after {
    width: calc(100% - 0px);
}

ul#myPillTab li.nav-item .nav-link:hover::after {
    width: calc(80% - 0px) !important;
}

/* Footer links underline effect */
.footer-link {
    position: relative;
    display: inline-block;
}

.footer-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #0ff;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

/* ========================================
   END UNIVERSAL HOVER EFFECTS
   ======================================== */

/*Header Button */
a.hero-button {
    display: inline-block;
    padding: 11px 25px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.2rem;
    font-weight: 400;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

/* end header button */
/* Footer Container */
.landing-footer {
    background-color: #17313F;
    padding: 60px 0 40px;
    color: #ffffff;
}

.landing-footer-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 125px;
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.3fr;
    gap: 60px;
    align-items: start;
}

/* Logo Section */
.footer-logo-section {
    max-width: 358px;
}

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

.footer-logo-img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-tagline {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

/* Company Links Section */
.footer-heading {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: 0.3px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list li:last-child {
    margin-bottom: 0;
}

.footer-links-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    display: inline-block;
}

/* Social Section */
.footer-contact-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #2C5F6F;
    padding: 10px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.footer-contact-btn:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 26px;
}

.social-icon:hover {
    opacity: 0.8;
}

.social-icon i {
    line-height: 1;
}

/* Newsletter Section */
.footer-newsletter-form {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
}

.footer-newsletter-input {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter-input:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-btn {
    background-color: #ffffff;
    color: #2C5F6F;
    border: none;
    border-radius: 25px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.footer-newsletter-btn:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .landing-footer-container {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .landing-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-logo-section {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-footer {
        padding: 40px 0 30px;
    }

    .landing-footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 0 20px;
    }

    .footer-logo-section {
        max-width: 100%;
    }

    .footer-newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .footer-newsletter-input,
    .footer-newsletter-btn {
        width: 100%;
    }

    .footer-social-icons {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-logo-img {
        width: 150px;
    }

    .footer-heading {
        font-size: 15px;
    }

    .footer-tagline,
    .footer-links-list a {
        font-size: 13px;
    }
}

/* ========================================
   GLOBAL MISSION SECTION STYLES
   ======================================== */

.abouts-section {
    padding: 134px 126px;
}

.global-mission-section {
    background-color: #f8f9fa;
    padding: 0;
    overflow: hidden;
}

.global-mission-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0 auto;
    min-height: 600px;
}

/* Left Image Column */
.global-mission-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #e8f0f2;
}

.global-mission-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.global-mission-logo-overlay {
    position: absolute;
    top: 72px;
    left: 72px;
    width: 116px;
    height: 116px;
    background: linear-gradient(135deg, #d4af37 0%, #f4e5a1 50%, #d4af37 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.global-mission-logo-overlay img {
    width: 70px;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Right Content Column */
.global-mission-content {
    padding: 0px 0px 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.global-mission-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.5px;
    color: #17313F;
    margin: 0 0 32px 0;
}

.global-mission-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2rem;
    color: #17313F;
    margin: 0 0 20px 0;
}

.global-mission-description:last-of-type {
    margin-bottom: 32px;
}

.global-mission-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.global-mission-button:hover {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .global-mission-content {
        padding: 16px 16px 16px 16px;
    }

    .abouts-section {
        padding: 40px;
    }

    .global-mission-title {
        font-size: 30px;
    }

    .global-mission-description {
        font-size: 16px;
    }
}

/* iPad and Tablet Specific - 1026px and smaller */
@media (max-width: 1026px) {

    /* Hero Section - LEFT ALIGNED as per image */
    .hero-section-new {
        padding: 0;
        min-height: unset !important;
    }

    .hero-grid-new {
        grid-template-columns: 1fr;
    }

    .hero-content-new {
        padding: 50px 35px;
        order: 1;
        text-align: left !important;
        justify-content: flex-start;
    }

    .hero-content-wrapper-new {
        max-width: 100%;
        margin: 0;
    }

    .hero-image-new {
        order: 2;
        min-height: 350px;
    }

    .hero-title-new {
        font-size: 40px;
        line-height: 1.15;
        margin-bottom: 18px;
        letter-spacing: -0.5px;
    }

    .hero-subtitle-new {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 28px;
        letter-spacing: 0;
    }

    .hero-button-new {
        font-size: 16px;
        padding: 13px 30px;
    }

    /* Logo Carousel - Match image spacing */
    .logos-carousel-container {
        padding: 0px 20px;
    }

    .logos-carousel-track {
        gap: 50px;
    }

    .logo-carousel-item {
        height: 55px;
    }

    /* Feature Grid Section - 2 COLUMNS as per image */
    .feature-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .feature-grid-item {
        height: 300px;
    }

    .feature-grid-title {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 400;
    }

    .feature-grid-overlay {
        padding: 20px;
    }

    /* Global Mission Section */
    .abouts-section {
        padding: 45px 35px;
    }

    .global-mission-content {
        padding: 0;
    }

    .global-mission-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.25;
        font-weight: 700;
    }

    .global-mission-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .global-mission-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* Corsair Group Section */
    .corsair-group-container {
        grid-template-columns: 1fr;
    }

    .corsair-group-content {
        padding: 45px 35px;
        order: 1;
    }

    .corsair-group-images {
        order: 2;
        min-height: 350px;
    }

    .corsair-group-title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .corsair-group-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .corsair-group-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* Mission Section */
    .mission-section {
        padding: 60px 0;
    }

    .mission-container {
        grid-template-columns: 1fr;
        padding: 0 35px;
    }

    .mission-content {
        padding: 0;
        margin-bottom: 35px;
    }

    .mission-title {
        font-size: 30px;
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .mission-subtitle {
        font-size: 20px;
        margin-bottom: 22px;
        line-height: 1.3;
    }

    .mission-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mission-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .mission-card-title {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .mission-card-description {
        font-size: 13px;
        line-height: 1.6;
    }

    /* Marketing Section */
    .marketing-section {
        padding: 0;
    }

    .marketing-container {
        grid-template-columns: 1fr;
    }

    .marketing-image-wrapper {
        order: 1;
        min-height: 350px;
    }

    .marketing-content {
        order: 2;
        padding: 45px 35px;
    }

    .marketing-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.25;
    }

    .marketing-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .marketing-list-item {
        margin-bottom: 12px;
    }

    .marketing-list-text {
        font-size: 13px;
    }

    .marketing-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* CSR Service Section */
    .csr-service-section {
        padding: 0;
    }

    .csr-service-container {
        grid-template-columns: 1fr;
    }

    .csr-service-content {
        padding: 45px 35px;
        order: 1;
    }

    .csr-service-image {
        order: 2;
        padding: 35px;
    }

    .csr-service-title {
        font-size: 30px;
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .csr-service-subtitle {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .csr-service-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .csr-service-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* Transparency Section */
    .transparency-section {
        padding: 60px 0;
    }

    .transparency-container {
        grid-template-columns: 1fr;
        padding: 0 35px;
    }

    .transparency-image-column {
        order: 1;
        margin-bottom: 35px;
    }

    .transparency-content {
        order: 2;
        padding: 0;
    }

    .transparency-title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .transparency-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    .transparency-subtitle {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .transparency-list-item {
        margin-bottom: 12px;
    }

    .transparency-list-text {
        font-size: 13px;
    }

    .transparency-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* Crowdfunding Section */
    .crowdfunding-section {
        padding: 60px 0;
    }

    .crowdfunding-container {
        padding: 0 35px;
    }

    .crowdfunding-header {
        margin-bottom: 35px;
        text-align: center;
    }

    .crowdfunding-title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .crowdfunding-subtitle {
        font-size: 17px;
        margin-bottom: 0;
    }

    .crowdfunding-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 40px;
    }

    .crowdfunding-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .crowdfunding-card-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .crowdfunding-card-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .crowdfunding-bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .crowdfunding-notice-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .crowdfunding-notice-text {
        font-size: 13px;
    }

    /* Community Section */
    .community-section {
        padding: 60px 0;
    }

    .community-container {
        grid-template-columns: 1fr;
        padding: 0 35px;
    }

    .community-left {
        order: 1;
        margin-bottom: 35px;
    }

    .community-right {
        order: 2;
    }

    .community-title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .community-subtitle {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .community-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .community-list-title {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .community-list-text {
        font-size: 13px;
    }

    .community-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* Join Mission Section */
    .join-mission-section {
        padding: 60px 0;
    }

    .join-mission-container {
        grid-template-columns: 1fr;
        padding: 0 35px;
    }

    .join-mission-left {
        order: 1;
        margin-bottom: 35px;
    }

    .join-mission-right {
        order: 2;
    }

    .join-mission-title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .join-mission-subtitle {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .join-mission-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .join-mission-steps-title {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .join-mission-list-text {
        font-size: 13px;
    }

    .join-mission-button {
        font-size: 15px;
        padding: 12px 26px;
    }

    /* Let's Connect Section */
    .lets-connect-section {
        padding: 60px 0;
    }

    .lets-connect-container {
        padding: 0 35px;
    }

    .lets-connect-title {
        font-size: 34px;
        margin-bottom: 22px;
    }

    .lets-connect-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .lets-connect-button {
        font-size: 15px;
        padding: 12px 26px;
        margin-bottom: 28px;
    }

    .lets-connect-social {
        gap: 18px;
    }

    /* Footer */
    .landing-footer {
        padding: 50px 0 35px;
    }

    .landing-footer-container {
        padding: 0 35px;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .footer-heading {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .footer-tagline,
    .footer-links-list a {
        font-size: 12px;
    }

    .footer-links-list li {
        margin-bottom: 10px;
    }
}

/* Mobile and Small Screens - 768px and smaller */
@media (max-width: 768px) {

    /* Hero Section - Mobile */
    .hero-content-new {
        padding: 40px 25px;
    }

    .mob-none {
        display: none !important;
    }

    .hero-title-new {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .hero-subtitle-new {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .hero-image-new {
        min-height: 300px;
    }

    /* Logo Carousel */
    .logos-carousel-container {
        padding: 0 15px;
    }

    .logo-carousel-item {
        height: 45px;
    }

    /* Feature Grid - SINGLE COLUMN for mobile */
    .feature-grid-container {
        grid-template-columns: 1fr !important;
        gap: 0;
    }

    .feature-grid-item {
        height: 250px;
    }

    .feature-grid-title {
        font-size: 14px;
    }

    .feature-grid-overlay {
        padding: 18px;
    }

    /* Global Mission Section */
    .abouts-section {
        padding: 40px 25px;
    }

    .global-mission-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .global-mission-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .global-mission-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Corsair Group Section */
    .corsair-group-content {
        padding: 40px 25px;
    }

    .corsair-group-images {
        min-height: 300px;
    }

    .corsair-group-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .corsair-group-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .corsair-group-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Mission Section */
    .mission-section {
        padding: 50px 0;
    }

    .mission-container {
        padding: 0 25px;
    }

    .mission-content {
        margin-bottom: 30px;
    }

    .mission-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .mission-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mission-grid {
        gap: 24px;
    }

    .mission-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 14px;
    }

    .mission-card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mission-card-description {
        font-size: 12px;
    }

    .mission-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Marketing Section */
    .marketing-content {
        padding: 40px 25px;
    }

    .marketing-image-wrapper {
        min-height: 300px;
    }

    .marketing-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .marketing-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .marketing-list-text {
        font-size: 12px;
    }

    .marketing-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* CSR Service Section */
    .csr-service-content {
        padding: 40px 25px;
    }

    .csr-service-image {
        padding: 25px;
    }

    .csr-service-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .csr-service-subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .csr-service-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .csr-service-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Transparency Section */
    .transparency-section {
        padding: 50px 0;
    }

    .transparency-container {
        padding: 0 25px;
    }

    .transparency-image-column {
        margin-bottom: 30px;
    }

    .transparency-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .transparency-description {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .transparency-subtitle {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .transparency-list-text {
        font-size: 12px;
    }

    .transparency-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Crowdfunding Section */
    .crowdfunding-section {
        padding: 50px 0;
    }

    .crowdfunding-container {
        padding: 0 25px;
    }

    .crowdfunding-header {
        margin-bottom: 30px;
    }

    .crowdfunding-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .crowdfunding-subtitle {
        font-size: 16px;
    }

    .crowdfunding-grid {
        gap: 24px;
        margin-bottom: 35px;
    }

    .crowdfunding-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 14px;
    }

    .crowdfunding-card-title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .crowdfunding-card-description {
        font-size: 12px;
    }

    .crowdfunding-bottom {
        gap: 24px;
    }

    .crowdfunding-notice-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .crowdfunding-notice-text {
        font-size: 12px;
    }

    /* Community Section */
    .community-section {
        padding: 50px 0;
    }

    .community-container {
        padding: 0 25px;
    }

    .community-left {
        margin-bottom: 30px;
    }

    .community-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .community-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .community-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .community-list-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .community-list-text {
        font-size: 12px;
    }

    .community-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Join Mission Section */
    .join-mission-section {
        padding: 50px 0;
    }

    .join-mission-container {
        padding: 0 25px;
    }

    .join-mission-left {
        margin-bottom: 30px;
    }

    .join-mission-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .join-mission-subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .join-mission-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .join-mission-steps-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .join-mission-list-text {
        font-size: 12px;
    }

    .join-mission-button {
        font-size: 14px;
        padding: 11px 24px;
    }

    /* Let's Connect Section */
    .lets-connect-section {
        padding: 50px 0;
    }

    .lets-connect-container {
        padding: 0 25px;
    }

    .lets-connect-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .lets-connect-description {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .lets-connect-button {
        font-size: 14px;
        padding: 11px 24px;
        margin-bottom: 24px;
    }

    .lets-connect-social {
        gap: 16px;
    }

    /* Footer */
    .landing-footer {
        padding: 40px 0 30px;
    }

    .landing-footer-container {
        padding: 0 25px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-heading {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .footer-tagline,
    .footer-links-list a {
        font-size: 11px;
    }

    .footer-links-list li {
        margin-bottom: 8px;
    }
}

@media (max-width: 1200px) {
    .global-mission-content {
        padding: 0px 0px;
    }

    .global-mission-title {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .global-mission-logo-overlay {
        top: 40px;
        left: 40px;
        width: 100px;
        height: 100px;
    }

    .global-mission-logo-overlay img {
        width: 60px;
    }
}

@media (max-width: 992px) {
    .global-mission-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .global-mission-image-wrapper {
        min-height: 400px;
        order: 1;
    }

    .global-mission-content {
        order: 2;
        padding: 10px 10px;
    }

    .global-mission-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .global-mission-image-wrapper {
        min-height: 350px;
    }

    .global-mission-content {
        padding: 0px 0px;
    }

    .global-mission-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .global-mission-description {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .global-mission-description:last-of-type {
        margin-bottom: 24px;
    }

    .global-mission-logo-overlay {
        top: 30px;
        left: 30px;
        width: 80px;
        height: 80px;
    }

    .global-mission-logo-overlay img {
        width: 48px;
    }

    .main-header .mob-space-between {
        justify-content: space-between !important;
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .global-mission-image-wrapper {
        min-height: 300px;
    }

    .global-mission-content {
        padding: 0px 0px;
    }

    .abouts-section {
        padding: 50px 10px;
    }

    .global-mission-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .global-mission-description {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .global-mission-description:last-of-type {
        margin-bottom: 20px;
    }

    .global-mission-button {
        padding: 12px 28px;
        font-size: 14px;
    }

    .global-mission-logo-overlay {
        top: 20px;
        left: 20px;
        width: 70px;
        height: 70px;
    }

    .global-mission-logo-overlay img {
        width: 42px;
    }
}

/* ========================================
   END GLOBAL MISSION SECTION STYLES
   ======================================== */

/* ========================================
   FEATURE GRID SECTION STYLES
   ======================================== */

.feature-grid-section {
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

.feature-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
}

.feature-grid-item {
    position: relative;
    height: 627px;
    overflow: hidden;
    cursor: pointer;
}

.feature-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-grid-item:hover .feature-grid-image {
    transform: scale(1.05);
}

.feature-grid-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 4%) 50%, #00000000 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    transition: background 0.3s ease;
}

.feature-grid-item:hover .feature-grid-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 50%, transparent 100%);
}

.feature-grid-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: -0.3px;
    color: #ffffff;
    margin: 0;
    align-self: flex-start;
}

.feature-grid-icon {
    align-self: flex-start;
    /* width: 40px;
    height: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* .feature-grid-item:hover .feature-grid-icon {
    transform: translate(4px, -4px);
} */

.feature-grid-icon svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1400px) {
    .feature-grid-title {
        font-size: 20px;
        line-height: 1.2rem;
    }

    .feature-grid-item {
        height: 356px !important;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .feature-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid-item {
        height: 400px;
    }

    .feature-grid-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .feature-grid-container {
        grid-template-columns: 1fr;
    }

    .feature-grid-item {
        height: 400px;
    }

    .feature-grid-overlay {
        padding: 28px;
    }

    .feature-grid-title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .feature-grid-item {
        height: 350px;
    }

    .feature-grid-overlay {
        padding: 24px;
    }

    .feature-grid-title {
        font-size: 24px;
    }

    /* .feature-grid-icon {
        width: 36px;
        height: 36px;
    } */

    .feature-grid-icon svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .feature-grid-item {
        height: 320px;
    }

    .feature-grid-overlay {
        padding: 20px;
    }

    .feature-grid-title {
        font-size: 26px;
        line-height: 2rem;
    }
}

/* ========================================
   END FEATURE GRID SECTION STYLES
   ======================================== */

/* ========================================
   CORSAIR GROUP SECTION STYLES
   ======================================== */

.corsair-group-section {
    background-color: #3d6672;
    padding: 0;
    overflow: hidden;
}

.corsair-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0 auto;
    min-height: 600px;
}

/* Left Content Column */
.corsair-group-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 60px 0px 120px;
    background: #17313F;
    background: -webkit-linear-gradient(0deg, rgba(23, 49, 63, 1) 0%, rgba(23, 49, 63, 1) 25%, rgba(69, 105, 120, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(23, 49, 63, 1) 0%, rgba(23, 49, 63, 1) 25%, rgba(69, 105, 120, 1) 100%);
    background: linear-gradient(0deg, rgba(23, 49, 63, 1) 0%, rgba(23, 49, 63, 1) 25%, rgba(69, 105, 120, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17313F", endColorstr="#456978", GradientType=0);
}

.corsair-group-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin: 0 0 32px 0;
}

.corsair-group-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 20px 0;
}

.corsair-group-description:last-of-type {
    margin-bottom: 36px;
}

.corsair-group-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #3d6672;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.corsair-group-button:hover {
    background-color: #f0f0f0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #3d6672;
}

/* Right Images Column */
.corsair-group-images {
    display: grid;
    gap: 0;
    min-height: 600px;
}

.corsair-group-image-left,
.corsair-group-image-right {
    position: relative;
    overflow: hidden;
}

.corsair-group-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Logo Overlay on Right Image */
.corsair-group-logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-color: rgba(61, 102, 114, 0.9);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.corsair-group-logo-overlay img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Responsive Design */
@media (max-width: 1400px) {
    .corsair-group-content {
        padding: 56px 40px 56px 80px;
    }

    .corsair-group-title {
        font-size: 34px;
    }

    .corsair-group-description {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .corsair-group-content {
        padding: 60px 40px 60px 80px;
    }

    .corsair-group-title {
        font-size: 38px;
        margin-bottom: 28px;
    }

    .corsair-group-description {
        font-size: 15px;
    }

    .corsair-group-logo-overlay {
        width: 120px;
        height: 120px;
        padding: 25px;
    }
}

@media (max-width: 992px) {
    .corsair-group-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .corsair-group-content {
        order: 1;
        padding: 60px 40px;
    }

    .corsair-group-images {
        order: 2;
        min-height: 400px;
    }

    .corsair-group-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .corsair-group-content {
        padding: 50px 30px;
    }

    .corsair-group-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .corsair-group-description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .corsair-group-description:last-of-type {
        margin-bottom: 28px;
    }

    .corsair-group-images {
        grid-template-columns: 1fr;
        min-height: 500px;
    }

    .corsair-group-image-left,
    .corsair-group-image-right {
        min-height: 250px;
    }

    .corsair-group-logo-overlay {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .corsair-group-content {
        padding: 40px 24px;
    }

    .corsair-group-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .corsair-group-description {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .corsair-group-description:last-of-type {
        margin-bottom: 24px;
    }

    .corsair-group-button {
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .corsair-group-content {
        padding: 36px 20px;
    }

    .corsair-group-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .corsair-group-logo-overlay {
        width: 80px;
        height: 80px;
        padding: 16px;
    }
}

/* ========================================
   END CORSAIR GROUP SECTION STYLES
   ======================================== */

/* ========================================
   MISSION SECTION STYLES
   ======================================== */

.mission-section {
    background-color: #f8f9fa;
    padding: 100px 0;
    overflow: hidden;
}

.mission-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1635px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 80px;
    align-items: start;
}

/* Left Content Column */
.mission-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #17313F;
    margin: 0 0 24px 0;
}

.mission-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    color: #17313F;
    margin: 0 0 36px 0;
}

.mission-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.mission-button:hover {
    color: #ffffff;
}

/* Right Icon Grid */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.mission-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mission-icon {
    width: 95px;
    height: 95px;
    margin-bottom: 20px;
}

.mission-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mission-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    color: #17313F;
    margin: 0 0 12px 0;
}

.mission-card-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .mission-container {
        padding: 0 40px;
        gap: 48px;
    }

    .mission-title {
        font-size: 34px;
    }

    .mission-subtitle {
        font-size: 14px;
    }

    .mission-card-description {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .mission-container {
        padding: 0 40px;
        gap: 50px;
    }

    .mission-title {
        font-size: 38px;
    }

    .mission-grid {
        gap: 32px;
    }

    .mission-icon {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 992px) {
    .mission-section {
        padding: 80px 0;
    }

    .mission-container {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 40px;
    }

    .mission-content {
        text-align: left;
        align-items: start;
    }

    .mission-title {
        font-size: 36px;
    }

    .mission-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .mission-section {
        padding: 60px 0;
    }

    .mission-container {
        padding: 0 30px;
        gap: 50px;
    }

    .mission-title {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: left;
    }

    .mission-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
        text-align: left;
    }

    .mission-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mission-card {
        text-align: left;
        align-items: start;
    }
}

@media (max-width: 640px) {
    .mission-section {
        padding: 50px 0;
    }

    .mission-container {
        padding: 0 24px;
        gap: 40px;
    }

    .mission-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .mission-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .mission-button {
        padding: 12px 28px;
        font-size: 14px;
    }

    .mission-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }

    .mission-card-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .mission-card-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .mission-section {
        padding: 40px 0;
    }

    .mission-container {
        padding: 0 20px;
    }

    .mission-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .mission-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .mission-icon {
        width: 48px;
        height: 48px;
    }

    .mission-card-title {
        font-size: 16px;
    }
}

/* ========================================
   END MISSION SECTION STYLES
   ======================================== */


/* ========================================
   COMMUNITY SECTION STYLES
   ======================================== */

.community-section {
    background-color: #f8f9fa;
    padding: 100px 0;
    overflow: hidden;
}

.community-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1635px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 80px;
    align-items: start;
}

/* Left Column */
.community-left {
    display: flex;
    flex-direction: column;
}

.community-image-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.community-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.community-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #17313F;
    margin: 0 0 16px 0;
}

.community-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #17313F;
    margin: 0 0 32px 0;
}

.community-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.community-button:hover {
    color: #ffffff;
}

/* Right Column */
.community-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.community-content {
    display: flex;
    flex-direction: column;
}

.community-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 20px 0;
}

.community-description:last-of-type {
    margin-bottom: 32px;
}

.community-list-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #17313F;
    margin: 0 0 20px 0;
}

.community-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.community-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.community-list-item:last-child {
    margin-bottom: 0;
}

.community-checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-checkmark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.community-list-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #17313F;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .community-container {
        padding: 0 40px;
        gap: 48px;
    }

    .community-title {
        font-size: 38px;
    }

    .community-subtitle {
        font-size: 21px;
    }

    .community-description {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .community-container {
        padding: 0 40px;
        gap: 50px;
    }

    .community-title {
        font-size: 42px;
    }

    .community-subtitle {
        font-size: 24px;
    }

    .community-list-title {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .community-section {
        padding: 80px 0;
    }

    .community-container {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 40px;
    }

    .community-title {
        font-size: 38px;
    }

    .community-subtitle {
        font-size: 22px;
    }

    .community-list-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .community-section {
        padding: 60px 0;
    }

    .community-container {
        padding: 0 30px;
        gap: 50px;
    }

    .community-image-wrapper {
        margin-bottom: 28px;
    }

    .community-title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .community-subtitle {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .community-description {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .community-description:last-of-type {
        margin-bottom: 28px;
    }

    .community-list-title {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .community-list-item {
        margin-bottom: 14px;
    }

    .community-list-text {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .community-section {
        padding: 50px 0;
    }

    .community-container {
        padding: 0 24px;
        gap: 40px;
    }

    .community-image-wrapper {
        margin-bottom: 24px;
    }

    .community-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .community-subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .community-description {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .community-description:last-of-type {
        margin-bottom: 24px;
    }

    .community-list-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .community-list-item {
        margin-bottom: 12px;
        gap: 10px;
    }

    .community-checkmark {
        width: 20px;
        height: 20px;
    }

    .community-list-text {
        font-size: 14px;
    }

    .community-button {
        padding: 12px 28px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .community-section {
        padding: 40px 0;
    }

    .community-container {
        padding: 0 20px;
    }

    .community-title {
        font-size: 26px;
    }

    .community-subtitle {
        font-size: 17px;
    }

    .community-list-title {
        font-size: 17px;
    }

    .community-button {
        font-size: 15px;
    }
}

/* ========================================
   END COMMUNITY SECTION STYLES
   ======================================== */


/* ========================================
   NEW HERO SECTION STYLES - UPDATED DESIGN
   ======================================== */

.hero-section-new {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #ffffff;
}

.hero-grid-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    max-width: 100%;
    margin: 0 auto;
}

/* Left Content Column */
.hero-content-new {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 80px 60px 80px 120px;
    background-color: #f5f7fa;
}

.hero-content-wrapper-new {
    max-width: 520px;
    width: 100%;
}

.hero-title-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #17313F;
    margin: 0 0 28px 0;
}

.hero-subtitle-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #2d3748;
    margin: 0 0 36px 0;
}

.hero-button-new {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

.hero-button-new:hover {
    color: #ffffff;
}

/* Right Image Column */
.hero-image-new {
    position: relative;
    overflow: hidden;
    background-color: #e8f0f2;
}

.hero-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .hero-content-new {
        padding: 56px 40px 56px 80px;
    }

    .hero-title-new {
        font-size: 45px;
    }

    .hero-subtitle-new {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .hero-content-new {
        padding: 60px 40px 60px 80px;
    }

    .hero-title-new {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .hero-subtitle-new {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

@media (max-width: 992px) {
    .hero-grid-new {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-content-new {
        order: 1;
        padding: 60px 40px;
        text-align: center;
    }

    .hero-content-wrapper-new {
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-image-new {
        order: 2;
        min-height: 400px;
    }

    .hero-title-new {
        font-size: 42px;
    }

    .hero-subtitle-new {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .hero-content-new {
        padding: 50px 30px;
    }

    .hero-title-new {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .hero-subtitle-new {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .hero-image-new {
        min-height: 350px;
    }
}

@media (max-width: 640px) {
    .hero-content-new {
        padding: 40px 24px;
    }

    .hero-title-new {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .hero-subtitle-new {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .hero-button-new {
        padding: 12px 28px;
        font-size: 14px;
    }

    .hero-image-new {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .hero-content-new {
        padding: 36px 20px;
    }

    .hero-title-new {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .hero-subtitle-new {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hero-image-new {
        min-height: 280px;
    }
}

/* ========================================
   END NEW HERO SECTION STYLES
   ======================================== */


/* ========================================
   MARKETING SECTION STYLES
   ======================================== */

.marketing-section {
    background-color: #F5F5F5;
    padding: 100px 0;
    overflow: hidden;
}

.marketing-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1635px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 80px;
    align-items: center;
}

/* Left Image Column */
.marketing-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.marketing-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.marketing-logo-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #C9A961 0%, #D4B76A 50%, #C9A961 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.marketing-logo-box img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Right Content Column */
.marketing-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.marketing-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #17313F;
    margin: 0 0 28px 0;
}

.marketing-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 20px 0;
}

.marketing-description:last-of-type {
    margin-bottom: 28px;
}

.marketing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.marketing-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.marketing-list-item:last-child {
    margin-bottom: 0;
}

.marketing-checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-list-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #17313F;
}

.marketing-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.marketing-button:hover {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .marketing-container {
        padding: 0 40px;
        gap: 48px;
    }

    .marketing-title {
        font-size: 34px;
    }

    .marketing-description {
        font-size: 13px;
    }

    .marketing-logo-box {
        width: 128px;
        height: 128px;
        padding: 28px;
    }
}

@media (max-width: 1200px) {
    .marketing-container {
        padding: 0 40px;
        gap: 50px;
    }

    .marketing-content {
        padding-right: 20px;
    }

    .marketing-title {
        font-size: 38px;
    }

    .marketing-description {
        font-size: 15px;
    }

    .marketing-list-text {
        font-size: 15px;
    }

    .marketing-logo-box {
        width: 140px;
        height: 140px;
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .marketing-section {
        padding: 80px 0;
    }

    .marketing-container {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 40px;
    }

    .marketing-image-wrapper {
        min-height: 400px;
    }

    .marketing-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .marketing-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .marketing-section {
        padding: 60px 0;
    }

    .marketing-container {
        padding: 0 30px;
        gap: 40px;
    }

    .marketing-image-wrapper {
        min-height: 350px;
    }

    .marketing-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .marketing-description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .marketing-description:last-of-type {
        margin-bottom: 24px;
    }

    .marketing-list {
        margin-bottom: 32px;
    }

    .marketing-list-item {
        margin-bottom: 14px;
    }

    .marketing-list-text {
        font-size: 14px;
    }

    .marketing-logo-box {
        width: 120px;
        height: 120px;
        padding: 25px;
    }
}

@media (max-width: 640px) {
    .marketing-section {
        padding: 50px 0;
    }

    .marketing-container {
        padding: 0 24px;
        gap: 36px;
    }

    .marketing-image-wrapper {
        min-height: 300px;
    }

    .marketing-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .marketing-description {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .marketing-description:last-of-type {
        margin-bottom: 20px;
    }

    .marketing-list {
        margin-bottom: 28px;
    }

    .marketing-list-item {
        margin-bottom: 12px;
        gap: 10px;
    }

    .marketing-checkmark {
        width: 20px;
        height: 20px;
    }

    .marketing-checkmark svg {
        width: 20px;
        height: 20px;
    }

    .marketing-list-text {
        font-size: 13px;
    }

    .marketing-button {
        padding: 12px 28px;
        font-size: 14px;
    }

    .marketing-logo-box {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .marketing-section {
        padding: 40px 0;
    }

    .marketing-container {
        padding: 0 20px;
    }

    .marketing-image-wrapper {
        min-height: 280px;
    }

    .marketing-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .marketing-logo-box {
        width: 90px;
        height: 90px;
        padding: 18px;
    }
}

/* ========================================
   END MARKETING SECTION STYLES
   ======================================== */

/* ========================================
   CSR SERVICE SECTION STYLES
   ======================================== */

.csr-service-section {
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

.csr-service-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0 auto;
    min-height: 600px;
}

/* Left Content Column - Dark Background */
.csr-service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 80px 100px 120px;
    background-color: #17313F;
}

.csr-service-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.csr-service-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 32px 0;
}

.csr-service-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px 0;
}

.csr-service-description:last-of-type {
    margin-bottom: 36px;
}

.csr-service-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2c4a52;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.csr-service-button:hover {
    background-color: #f0f0f0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #2c4a52;
}

/* Right Image Column - Light Background */
.csr-service-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    background: url('/frontend/images/landing-assets/bg-csrvector.png') center center / cover no-repeat;
    position: relative;
    overflow: visible;
}

.csr-certificate-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.csr-certificate-img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .csr-service-content {
        padding: 64px 48px 64px 80px;
    }

    .csr-service-title {
        font-size: 38px;
    }

    .csr-service-subtitle {
        font-size: 18px;
    }

    .csr-service-description {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .csr-service-content {
        padding: 70px 50px 70px 80px;
    }

    .csr-service-title {
        font-size: 42px;
    }

    .csr-service-subtitle {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .csr-service-description {
        font-size: 15px;
    }

    .csr-service-image {
        padding: 60px 40px;
    }

    .csr-certificate-wrapper {
        max-width: 450px;
    }
}

@media (max-width: 992px) {
    .csr-service-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .csr-service-content {
        order: 1;
        padding: 70px 50px;
    }

    .csr-service-image {
        order: 2;
        padding: 60px 40px;
        min-height: 500px;
    }

    .csr-service-title {
        font-size: 38px;
    }

    .csr-certificate-wrapper {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .csr-service-content {
        padding: 60px 40px;
    }

    .csr-service-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .csr-service-subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .csr-service-description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .csr-service-description:last-of-type {
        margin-bottom: 32px;
    }

    .csr-service-image {
        padding: 50px 30px;
        min-height: 400px;
    }

    .csr-certificate-wrapper {
        max-width: 350px;
    }
}

@media (max-width: 640px) {
    .csr-service-content {
        padding: 50px 30px;
    }

    .csr-service-title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .csr-service-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .csr-service-description {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .csr-service-description:last-of-type {
        margin-bottom: 28px;
    }

    .csr-service-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    .csr-service-image {
        padding: 40px 24px;
        min-height: 350px;
    }

    .csr-certificate-wrapper {
        max-width: 300px;
        transform: rotate(-1deg);
    }
}

@media (max-width: 480px) {
    .csr-service-content {
        padding: 40px 24px;
    }

    .csr-service-title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .csr-service-subtitle {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .csr-service-button {
        font-size: 15px;
    }

    .csr-service-image {
        padding: 36px 20px;
        min-height: 320px;
    }

    .csr-certificate-wrapper {
        max-width: 280px;
    }
}

/* ========================================
   END CSR SERVICE SECTION STYLES
   ======================================== */

/* ========================================
   TRANSPARENCY SECTION STYLES
   ======================================== */

.transparency-section {
    background-color: #f8f9fa;
    padding: 100px 0;
    overflow: hidden;
}

.transparency-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1635px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 80px;
    align-items: center;
}

/* Left Image Column */
.transparency-image-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.laptop-mockup {
    width: 100%;
    max-width: 500px;
    margin-bottom: 32px;
}

.laptop-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

.transparency-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

.transparency-button:hover {
    color: #ffffff;
}

/* Right Content Column */
.transparency-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.transparency-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #17313F;
    margin: 0 0 28px 0;
}

.transparency-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 36px 0;
}

.transparency-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #17313F;
    margin: 0 0 24px 0;
}

.transparency-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transparency-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.transparency-list-item:last-child {
    margin-bottom: 0;
}

.transparency-checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transparency-list-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #17313F;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .transparency-container {
        padding: 0 40px;
        gap: 48px;
    }

    .transparency-title {
        font-size: 38px;
    }

    .transparency-description {
        font-size: 13px;
    }

    .transparency-subtitle {
        font-size: 21px;
    }

    .laptop-mockup {
        max-width: 360px;
    }
}

@media (max-width: 1200px) {
    .transparency-container {
        padding: 0 40px;
        gap: 50px;
    }

    .transparency-title {
        font-size: 42px;
    }

    .transparency-subtitle {
        font-size: 24px;
    }

    .transparency-description {
        font-size: 15px;
    }

    .transparency-list-text {
        font-size: 15px;
    }

    .laptop-mockup {
        max-width: 400px;
    }
}

@media (max-width: 992px) {
    .transparency-section {
        padding: 80px 0;
    }

    .transparency-container {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 40px;
    }

    .transparency-image-column {
        order: 2;
    }

    .transparency-content {
        order: 1;
    }

    .transparency-title {
        font-size: 38px;
    }

    .transparency-subtitle {
        font-size: 22px;
    }

    .laptop-mockup {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .transparency-section {
        padding: 60px 0;
    }

    .transparency-container {
        padding: 0 30px;
        gap: 50px;
    }

    .transparency-title {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .transparency-description {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .transparency-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .transparency-list-item {
        margin-bottom: 14px;
    }

    .transparency-list-text {
        font-size: 14px;
    }

    .laptop-mockup {
        max-width: 400px;
        margin-bottom: 28px;
    }
}

@media (max-width: 640px) {
    .transparency-section {
        padding: 50px 0;
    }

    .transparency-container {
        padding: 0 24px;
        gap: 40px;
    }

    .transparency-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .transparency-description {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .transparency-subtitle {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .transparency-list-item {
        margin-bottom: 12px;
        gap: 10px;
    }

    .transparency-checkmark {
        width: 20px;
        height: 20px;
    }

    .transparency-checkmark svg {
        width: 20px;
        height: 20px;
    }

    .transparency-list-text {
        font-size: 13px;
    }

    .transparency-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    .laptop-mockup {
        max-width: 350px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .transparency-section {
        padding: 40px 0;
    }

    .transparency-container {
        padding: 0 20px;
    }

    .transparency-title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .transparency-subtitle {
        font-size: 24px;
    }

    .transparency-button {
        font-size: 15px;
    }

    .laptop-mockup {
        max-width: 320px;
    }
}

/* ========================================
   END TRANSPARENCY SECTION STYLES
   ======================================== */

/* ========================================
   CROWDFUNDING SECTION STYLES
   ======================================== */

.crowdfunding-section {
    background-color: #2c4a52;
    background-image: url('/frontend/images/landing-assets/bg-vector2.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

.crowdfunding-container {
    max-width: 1635px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Header */
.crowdfunding-header {
    text-align: left;
    margin-bottom: 60px;
}

.crowdfunding-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.crowdfunding-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}

/* 4-Card Grid */
.crowdfunding-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.crowdfunding-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.crowdfunding-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crowdfunding-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crowdfunding-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.crowdfunding-card-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Bottom Section */
.crowdfunding-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.crowdfunding-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.crowdfunding-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Important Notice */
.crowdfunding-notice {
    display: flex;
    flex-direction: column;
}

.crowdfunding-notice-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 28px 0;
}

.crowdfunding-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crowdfunding-notice-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.crowdfunding-notice-item:last-child {
    margin-bottom: 0;
}

.crowdfunding-notice-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.crowdfunding-notice-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 1400px) {
    .crowdfunding-container {
        padding: 0 40px;
    }

    .crowdfunding-title {
        font-size: 38px;
    }

    .crowdfunding-subtitle {
        font-size: 21px;
    }

    .crowdfunding-grid {
        gap: 28px;
    }

    .crowdfunding-card-title {
        font-size: 16px;
    }

    .crowdfunding-card-description {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .crowdfunding-container {
        padding: 0 40px;
    }

    .crowdfunding-title {
        font-size: 42px;
    }

    .crowdfunding-subtitle {
        font-size: 24px;
    }

    .crowdfunding-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin-bottom: 70px;
    }

    .crowdfunding-card-title {
        font-size: 20px;
    }

    .crowdfunding-card-description {
        font-size: 14px;
    }

    .crowdfunding-bottom {
        gap: 50px;
    }

    .crowdfunding-notice-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .crowdfunding-section {
        padding: 80px 0;
    }

    .crowdfunding-header {
        margin-bottom: 50px;
    }

    .crowdfunding-title {
        font-size: 38px;
    }

    .crowdfunding-subtitle {
        font-size: 22px;
    }

    .crowdfunding-grid {
        margin-bottom: 60px;
    }

    .crowdfunding-bottom {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .crowdfunding-notice-title {
        font-size: 26px;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .crowdfunding-section {
        padding: 60px 0;
    }

    .crowdfunding-container {
        padding: 0 30px;
    }

    .crowdfunding-header {
        margin-bottom: 40px;
    }

    .crowdfunding-title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .crowdfunding-subtitle {
        font-size: 20px;
    }

    .crowdfunding-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 50px;
    }

    .crowdfunding-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .crowdfunding-card-title {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .crowdfunding-card-description {
        font-size: 14px;
    }

    .crowdfunding-notice-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .crowdfunding-notice-item {
        margin-bottom: 20px;
        gap: 14px;
    }

    .crowdfunding-notice-text {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .crowdfunding-section {
        padding: 50px 0;
    }

    .crowdfunding-container {
        padding: 0 24px;
    }

    .crowdfunding-header {
        margin-bottom: 36px;
    }

    .crowdfunding-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .crowdfunding-subtitle {
        font-size: 18px;
    }

    .crowdfunding-grid {
        gap: 36px;
        margin-bottom: 44px;
    }

    .crowdfunding-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 18px;
    }

    .crowdfunding-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .crowdfunding-card-description {
        font-size: 13px;
    }

    .crowdfunding-bottom {
        gap: 36px;
    }

    .crowdfunding-notice-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .crowdfunding-notice-item {
        margin-bottom: 18px;
        gap: 12px;
    }

    .crowdfunding-notice-icon {
        width: 20px;
        height: 20px;
    }

    .crowdfunding-notice-icon svg {
        width: 20px;
        height: 20px;
    }

    .crowdfunding-notice-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .crowdfunding-section {
        padding: 40px 0;
    }

    .crowdfunding-container {
        padding: 0 20px;
    }

    .crowdfunding-title {
        font-size: 26px;
    }

    .crowdfunding-subtitle {
        font-size: 17px;
    }

    .crowdfunding-icon {
        width: 60px;
        height: 60px;
    }

    .crowdfunding-card-title {
        font-size: 17px;
    }

    .crowdfunding-notice-title {
        font-size: 20px;
    }
}

/* ========================================
   END CROWDFUNDING SECTION STYLES
   ======================================== */

/* ========================================
   JOIN THE MISSION SECTION STYLES
   ======================================== */

.join-mission-section {
    background-color: #F5F5F5;
    padding: 100px 0;
    overflow: hidden;
}

.join-mission-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1635px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 80px;
    align-items: start;
}

/* Left Column */
.join-mission-left {
    display: flex;
    flex-direction: column;
}

.join-mission-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #17313F;
    margin: 0 0 16px 0;
}

.join-mission-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #17313F;
    margin: 0 0 28px 0;
}

.join-mission-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 20px 0;
}

.join-mission-description:last-of-type {
    margin-bottom: 32px;
}

.join-mission-steps-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: #17313F;
    margin: 0 0 20px 0;
}

.join-mission-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.join-mission-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.join-mission-list-item:last-child {
    margin-bottom: 0;
}

.join-mission-checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-mission-checkmark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.join-mission-list-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #17313F;
}

.join-mission-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #456978;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.join-mission-button:hover {
    box-shadow: 0 6px 20px rgba(69, 105, 120, 0.3);
    color: #ffffff;
}

/* Right Column */
.join-mission-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.join-mission-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.join-mission-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.join-mission-logo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background-color: #C9A961;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.join-mission-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Responsive Design */
@media (max-width: 1400px) {
    .join-mission-container {
        padding: 0 40px;
        gap: 48px;
    }

    .join-mission-title {
        font-size: 38px;
    }

    .join-mission-subtitle {
        font-size: 21px;
    }

    .join-mission-description {
        font-size: 11px;
    }

    .join-mission-logo-overlay {
        width: 96px;
        height: 96px;
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .join-mission-container {
        padding: 0 40px;
        gap: 50px;
    }

    .join-mission-title {
        font-size: 42px;
    }

    .join-mission-subtitle {
        font-size: 24px;
    }

    .join-mission-steps-title {
        font-size: 20px;
    }

    .join-mission-logo-overlay {
        width: 110px;
        height: 110px;
        padding: 22px;
    }
}

@media (max-width: 992px) {
    .join-mission-section {
        padding: 80px 0;
    }

    .join-mission-container {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 40px;
    }

    .join-mission-title {
        font-size: 38px;
    }

    .join-mission-subtitle {
        font-size: 22px;
    }

    .join-mission-steps-title {
        font-size: 20px;
    }

    .join-mission-image-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .join-mission-section {
        padding: 60px 0;
    }

    .join-mission-container {
        padding: 0 30px;
        gap: 50px;
    }

    .join-mission-title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .join-mission-subtitle {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .join-mission-description {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .join-mission-description:last-of-type {
        margin-bottom: 28px;
    }

    .join-mission-steps-title {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .join-mission-list {
        margin-bottom: 28px;
    }

    .join-mission-list-item {
        margin-bottom: 14px;
    }

    .join-mission-list-text {
        font-size: 15px;
    }

    .join-mission-logo-overlay {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .join-mission-section {
        padding: 50px 0;
    }

    .join-mission-container {
        padding: 0 24px;
        gap: 40px;
    }

    .join-mission-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .join-mission-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .join-mission-description {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .join-mission-description:last-of-type {
        margin-bottom: 24px;
    }

    .join-mission-steps-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .join-mission-list {
        margin-bottom: 24px;
    }

    .join-mission-list-item {
        margin-bottom: 12px;
        gap: 10px;
    }

    .join-mission-checkmark {
        width: 20px;
        height: 20px;
    }

    .join-mission-list-text {
        font-size: 14px;
    }

    .join-mission-button {
        padding: 12px 28px;
        font-size: 15px;
    }

    .join-mission-logo-overlay {
        width: 90px;
        height: 90px;
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .join-mission-section {
        padding: 40px 0;
    }

    .join-mission-container {
        padding: 0 20px;
    }

    .join-mission-title {
        font-size: 26px;
    }

    .join-mission-subtitle {
        font-size: 17px;
    }

    .join-mission-steps-title {
        font-size: 17px;
    }

    .join-mission-button {
        font-size: 15px;
    }

    .join-mission-logo-overlay {
        width: 80px;
        height: 80px;
        padding: 16px;
    }
}

/* ========================================
   END JOIN THE MISSION SECTION STYLES
   ======================================== */

/* ========================================
   LET'S CONNECT SECTION STYLES
   ======================================== */

.lets-connect-section {
    background-color: #456978;
    background-image: url('/frontend/images/landing-assets/Letconnect.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.lets-connect-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.lets-connect-container {
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0;
    padding: 0 126px;
    text-align: left;
}

.lets-connect-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin: 0 0 32px 0;
    max-width: 560px;
}

.lets-connect-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 20px 0;
    max-width: 560px;
}

.lets-connect-description:last-of-type {
    margin-bottom: 36px;
}

.lets-connect-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #456978;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    margin-bottom: 40px;
}

.lets-connect-button:hover {
    background-color: #f0f0f0;
    color: #456978;
}

.lets-connect-social {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #C9A961;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .lets-connect-container {
        padding: 0 40px;
    }

    .lets-connect-title {
        font-size: 38px;
    }

    .lets-connect-description {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .lets-connect-container {
        padding: 0 40px;
    }

    .lets-connect-title {
        font-size: 42px;
    }

    .lets-connect-description {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .lets-connect-section {
        padding: 80px 0;
    }

    .lets-connect-title {
        font-size: 38px;
        margin-bottom: 28px;
    }

    .lets-connect-description:last-of-type {
        margin-bottom: 32px;
    }

    .lets-connect-button {
        margin-bottom: 36px;
    }
}

@media (max-width: 768px) {
    .lets-connect-section {
        padding: 60px 0;
    }

    .lets-connect-container {
        padding: 0 30px;
    }

    .lets-connect-title {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .lets-connect-description {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .lets-connect-description:last-of-type {
        margin-bottom: 28px;
    }

    .lets-connect-button {
        margin-bottom: 32px;
    }

    .lets-connect-social {
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .lets-connect-section {
        padding: 50px 0;
    }

    .lets-connect-container {
        padding: 0 24px;
    }

    .lets-connect-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .lets-connect-description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .lets-connect-description:last-of-type {
        margin-bottom: 24px;
    }

    .lets-connect-button {
        padding: 12px 28px;
        font-size: 16px;
        margin-bottom: 28px;
    }

    .lets-connect-social {
        gap: 16px;
    }

    .social-icon {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .lets-connect-section {
        padding: 40px 0;
    }

    .lets-connect-container {
        padding: 0 20px;
    }

    .lets-connect-title {
        font-size: 26px;
    }

    .lets-connect-button {
        font-size: 15px;
    }

    .social-icon {
        font-size: 16px;
    }
}

/* ========================================
   END LET'S CONNECT SECTION STYLES
   ======================================== */

/* ========================================
   HERO IMAGE SLIDER STYLES
   ======================================== */

.hero-image-new {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slider-image.active {
    opacity: 1;
}

.hero-slider-image:first-child {
    position: relative;
}

/* ========================================
   END HERO IMAGE SLIDER STYLES
   ======================================== */

/* ========================================
   LOGO CAROUSEL STYLES
   ======================================== */

.logos-carousel-container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.logos-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.logos-carousel-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.logos-carousel-track {
    display: flex;
    gap: 64px;
    align-items: center;
    width: max-content;
    cursor: grab;
    user-select: none;
    padding: 20px 0;
}

.logos-carousel-track:active {
    cursor: grabbing;
}

.logo-carousel-item {
    height: 100px;
    width: auto;
    object-fit: contain;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    pointer-events: none;
    /* Prevent image drag */
}

.logo-carousel-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Navigation Buttons */
.carousel-nav-btn {
    background: #17313F;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.carousel-nav-btn:hover {
    background: #0D1F29;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.carousel-nav-btn:active {
    transform: scale(0.95);
}

.carousel-nav-btn i {
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logos-carousel-track {
        gap: 40px;
    }

    .logo-carousel-item {
        height: 40px;
    }

    .carousel-nav-btn {
        width: 38px;
        height: 38px;
    }

    .carousel-nav-btn i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .logos-carousel-container {
        gap: 12px;
    }

    .logos-carousel-track {
        gap: 30px;
        padding: 0 !important;
    }

    .logo-carousel-item {
        height: 30px;
    }

    .carousel-nav-btn {
        width: 32px;
        height: 32px;
    }

    .carousel-nav-btn i {
        font-size: 12px;
    }
}

/* ========================================
   END LOGO CAROUSEL STYLES
   ======================================== */


.btn-expand {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 52px;
    width: 52px;
    /* perfect circle */

    background: transparent;
    border: 1.5px solid #ffffff;
    color: #ffffff;

    border-radius: 50%;
    /* circle */
    overflow: hidden;
    cursor: pointer;

    transition:
        width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        border-radius 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Arrow */
.icon {
    font-size: 18px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hidden text */
.label {
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.4px;
    opacity: 0;
    transform: translateX(20px);
    transition:
        opacity 0.25s ease 0.15s,
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

/* Hover state */
.btn-expand:hover {
    width: 185px;
    /* expanded width */
    border-radius: 999px;
    /* smooth pill */
}

.btn-expand:hover .icon {
    transform: translateX(-45px);
}

.btn-expand:hover .label {
    opacity: 1;
    transform: translateX(15px);
}


/* ========================================
   RESPONSIVE BUTTON ADJUSTMENTS FOR SCREENS BELOW 1440PX
   ======================================== */
@media (max-width: 1440px) {

    /* Header Button */
    a.hero-button {
        padding: 10px 22px;
        font-size: 16px;
    }

    /* Hero Button New */
    .hero-button-new {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Global Mission Button */
    .global-mission-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Mission Button */
    .mission-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Corsair Group Button */
    .corsair-group-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Join Mission Button */
    .join-mission-button {
        padding: 12px 28px;
        font-size: 15px;
    }

    /* Marketing Button */
    .marketing-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* CSR Service Button */
    .csr-service-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Community Button */
    .community-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Let's Connect Button */
    .lets-connect-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Transparency Button */
    .transparency-button {
        padding: 12px 28px;
        font-size: 16px;
    }

    /* Crowdfunding Card Button (if exists) */
    .crowdfunding-card-button {
        padding: 12px 28px;
        font-size: 16px;
    }
}

/* ========================================
   END RESPONSIVE BUTTON ADJUSTMENTS
   ======================================== */

.otp-block-alert-section {
    background-color: #F9FCFF !important;
    border-radius: 12px !important;
    border: 1px solid #17313f !important;
    color: #17313f !important;
}

.otp-block-alert-section .bi-exclamation-triangle-fill {
    color: #e67e22 !important;
    /* Premium orange icon */
}