
    
        .card-body {
            display: flex;
            flex-direction: column;
            padding:2.4rem;
        }
        
    
        .mt-auto {
            margin-top: auto; 
        }
        
    
        .arrow-img {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }
        
        .stories-arrow {
            display: inline-block;
            text-decoration: none;
        }
        
        .stories-arrow:hover .arrow-img {
            transform: translateX(5px); 
        }
        
        .d-flex {
                        display: flex;
        }
        .card {
          
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .partnership-section {
            background-color: #007bff;
            padding: 60px 0;
            color: #fff;
        }
        
        .partnership-section h4 {
            text-transform: uppercase;
            font-size: 1.2rem;
            font-weight: 400;
            color: #d6e4ff;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }
        
        .partnership-section h2 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 30px;
            color: #fff;
        }
        
        .partnership-section .cta-button {
            background-color: #00378c;
            color: #fff;
            padding: 0.625rem 2rem;
            border-radius: 2.5rem;
            border: none;
            font-weight: 600;
            text-transform: uppercase;
            display:inline-block;
            margin: 1rem auto 0;
        }
        
        .partnership-section .cta-button:hover {
            background-color: #004099;
            color: #fff;
            text-decoration: none;
        }
        
        .additional-solutions-section {
        background-color: #004099;
        padding: 60px 0;
        color: #fff;
    }
    
    .additional-solutions-section h4 {
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 400;
        color: #d6e4ff;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    
    .additional-solutions-section h2 {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 30px;
        color: #fff;
    }
    
    .solution-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .solution-box {
        padding: 20px;
        width: 300px;
        text-align: left;
    }
    
    .solution-box p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
        margin-bottom: 15px;
        gap:5px;
    }
    
    .solution-box .arrow-icon {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        transition: transform 0.3s ease;
    }
    
    .solution-box p:hover {
        color: #d6e4ff;
        cursor: pointer;
    }
    
    .solution-box p:hover .arrow-icon {
        transform: translateX(5px);
    }
        
        .growing-possibilities {
            background: url('/-/media/9AEC5005C49C4499A81C907F8F1253E9.ashx') no-repeat center center;
            background-size: cover;
            padding: 100px 0;
            color: #fff;
        }
        
        .growing-possibilities .text-container {
            background: rgba(0, 0, 0, 0.6);
            padding: 40px;
            
        }
        
        .growing-possibilities h4 {
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .growing-possibilities h2 {
            font-size: 36px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }
        
        .growing-possibilities p {
            color: #fff;
            line-height: 1.6;
        }
        
        .growing-possibilities .image-container img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        
        .hero-section {
            background-color: #f5f5f5;
            padding: 50px 0;
            text-align: center;
        }
        .card img {
            object-fit: cover;
        }
        .card-title {
            font-weight: bold;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
            font-size: 18px;
        }
      
        .p2Text{
            margin-bottom: 25px;
            color: #000;
        }
        .hText1{
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .hText2{
            font-size: 3.2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 3.8rem;
        color: #000;
        letter-spacing: -1px;
        margin-bottom: 2rem;
        }
        .additional-solutions-section .solution-links p {
            font-size: 1.5rem; 
        }
        .cta-button {
            text-transform: uppercase;
            padding: 1rem 5rem;
            font-weight: 600;
            border: 1px solid #00378c;
            border-radius: 200px;
            text-decoration: none;
            font-size: 1.4rem;
            color: #fff;
            background-color: #00378c;
            display: inline-block;
            margin-top: 30px;
            margin-bottom:30px;
      
        }
                
        .cta-button:hover {
            background-color: #004099;
        }
        .fftg-container h2 {
            font-size: 6.4rem;
            font-style: normal;
            font-weight: 450;
            letter-spacing: 4.2px;
            text-transform: uppercase;
            color: #fff;
            }
        .fftg-container h3 {
            font-size: 3.2rem;
            font-style: normal;
            font-weight: 600;
            line-height: 3.8rem;
            color: #000;
            letter-spacing: -1px;
        }
        .fftg-container h4 {
            font-size: 1.6rem;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #000;
            padding-bottom: 10px;
        }
        .fftg-container h5 {
            font-size: 1.8rem;
            font-style: normal;
            font-weight: 600;
            line-height: 2rem;
            color: #000;
        }
        .tile-arrow img, .stories-arrow img, .add-arrow img {
            height: 20px;
            width: 20px;
            text-decoration:none;
        }
    
        a.mlkn-btn-secondary {
            color: #00378c;
            background-color: #fff;
            border: 1px solid #00378c;
        }
        a.mlkn-btn-secondary:hover {
            background-color:#003366;
            color: #fff;
        }
            /* header */
        #fftg-header {
            text-align: center;
            padding: 0;
            background-image: url(/-/media/7224C3C18FB743BEA8B5FDF46A05A6D0.ashx);
            background-position:left center;
            background-size: cover;
            height:600px;
        }
        #fftg-header .row {
            margin-right: 0;
            height: 100%;
        }
        #fftg-header .text-container {
            padding:6rem;
            background:#04172ABF;
            backdrop-filter: blur(10px);
            margin: auto;
            text-align:center;
        }
        #fftg-header h4 {
            color: #fff;
            text-align:center;
            padding: 1rem 4rem;
            font-weight: 600;
        }
        #fftg-header .text-container p {
            margin-bottom:0;
            padding-bottom:0;
            margin-top: 2.6rem;
        }
        #fftg-header a.mlkn-button {
            padding: 0.7rem 5rem;
            text-align: center;
            margin: 1.2rem;
        }
    
    /* Mobile-Specific Fix (Remains unchanged) */
    @media (max-width: 768px) {
        .solution-links {
            flex-direction: column;
            align-items: stretch;
        }
    
        .solution-box {
            width: 100%;
            padding: 0;
            margin: 0;
        }
    
        .solution-box p {
            font-size: 1.2rem;
            padding: 10px 0;
            margin: 0;
        }
    }
    
        
        @media (max-width: 1400px) {
            .fftg-container h2 {
                font-size: 3.5rem;
            }
        }
        
        /* mobile */
        @media (max-width: 991px) {
        
            .fftg-container h2 {
                font-size: 2.2rem;
                line-height: 3rem;
            }
            .fftg-container h3 {
                font-size: 2.8rem;
                line-height: 3.4rem;
            }
            .fftg-container h4 {
                font-size: 1.4rem;
                line-height: 2rem;
            }
            .fftg-container h5 {
                font-size: 1.3rem;
                line-height: 1.9rem;
            }
            .partnership-section {
                padding: 7rem 1rem;
            }
            @media (max-width: 768px) {
        .solution-links {
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
    
        .solution-box {
            width: 90%;
            text-align: left;
            padding: 0;
            margin: 0;
        }
    
        .solution-box p {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.2rem;
            font-weight: 500;
            color: #fff;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
    
        .solution-box .arrow-icon {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }
    
        .solution-box p:hover .arrow-icon {
            transform: translateX(5px);
        }
    }
        }
    
        @media (max-width: 1440px) { 
        .solution-links {
            display: flex;
            justify-content: center;
            gap: 15px; 
        }
    
        /* .solution-box {
            padding: 15px; 
        } */
    
        .solution-box p {
            font-size: 1.3rem; 
            padding-bottom: 8px; 
        }
    
        .solution-box .arrow-icon {
            width: 22px; 
            height: 22px;
        }
    }
    @media (min-width: 1432px) and (max-width: 1920px) {
        .p1Text {
               max-width: 86%;
            margin: 0 auto;
            font-size: 20px;
            line-height: 1.6;
        }
    }
            