
       

        /* Container for the Form */
        .login-container {
            background-color: #fff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 1200px;
            text-align: center;
        }

        /* Headers and Text */
        .login-container h2 {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: -0.01em;
        }

        .login-container p {
            font-size: 16px;
            color: #6e6e73;
            margin-bottom: 30px;
        }

        /* Form Styling */
        .login-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        /* Input Fields */
        .login-form input[type="email"],
        .login-form input[type="password"] {
            width: calc(100% - 24px); /* Adjust for padding */
            padding: 12px;
            border: 1px solid #d2d2d7;
            border-radius: 8px;
            font-size: 16px;
            background-color: #f5f5f7;
            color: #1d1d1f;
            transition: border-color 0.2s ease-in-out;
        }
        
        .login-form input[type="email"]:focus,
        .login-form input[type="password"]:focus {
            outline: none;
            border-color: #007aff;
            box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.2);
        }

        /* Submit Button */
        .login-form button[type="submit"] {
            background-color: #007aff;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 15px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.2s ease-in-out;
            margin-top: 10px;
        }

        .login-form button[type="submit"]:hover {
            background-color: #0066cc;
        }

        /* Alternative Links (Register/Forgot Password) */
        .alternative-links {
            margin-top: 20px;
            font-size: 14px;
        }

        .alternative-links a {
            color: #007aff;
            text-decoration: none;
            transition: color 0.2s ease-in-out;
        }

        .alternative-links a:hover {
            color: #0066cc;
        }

        .alternative-links span {
            color: #6e6e73;
        }





        /* Section Styling */
        .apple-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 80px 20px;
            text-align: center;
            min-height: 60vh; /* Minimum height for sections */
            position: relative;
            overflow: hidden; /* Important for full-width images */
        }

        /* Darker Sections */
        .apple-section.dark {
            background-color: #000;
            color: #f5f5f7;
        }

        /* Content Wrapper */
        .content-wrapper {
            max-width: 980px; /* Apple's common content width */
            margin: 0 auto;
            z-index: 2; /* Ensure content is above background images */
            position: relative;
        }

        /* Headlines */
        .apple-section h1  {
            font-size: 42px; /* Large, impactful headlines */
            line-height: 1.05;
            letter-spacing: -0.015em;
            margin-bottom: 20px;
            font-weight: 600; /* Semi-bold */
        }



  /* Headlines */
        .apple-section h2 {
            font-size: 32px; /* Large, impactful headlines */
            line-height: 1.05;
            letter-spacing: -0.015em;
            margin-bottom: 40px;
            font-weight: 600; /* Semi-bold */
        }



        .apple-section.dark h1 {
            color: #f5f5f7;
        }



         .apple-section.dark h2 {
            color: #f5f5f7;
        }



        .apple-section h3 {
            font-size: 20px;
            line-height: 1.1;
            margin-bottom: 15px;
            font-weight: 600;
        }

        /* Sub-text */
        .apple-section p {
            font-size: 18px; /* Generous body text size */
            line-height: 1.3;
            margin-bottom: 30px;
            font-weight: 400; /* Regular weight */
            max-width: 700px; /* Constrain paragraph width */
            margin-left: auto;
            margin-right: auto;
        }

        .apple-section .small-text {
            font-size: 14px;
            line-height: 1.47;
            letter-spacing: -0.022em;
        }

   

        /* Image Styling */
        .full-width-image {
            width: 100%;
            height: 100%; /* Cover the section or set max-height */
            object-fit: cover; /* Ensures image covers area without distortion */
            position: absolute; /* Position behind text */
            top: 0;
            left: 0;
            z-index: 1; /* Below content-wrapper */
            display: block; /* Remove extra space */
        }

        .inline-image {
            max-width: 100%;
            height: auto;
            margin: 40px 0; /* Spacing around inline images */
        }

        /* Specific section adjustments */
        .hero-section {
            background-color: #f5f5f7; /* Often starts light */
            padding-top: 150px; /* More padding for hero */
            min-height: 80vh;
        }
        



    /* The CSS for the main navigation buttons */
    /* The CSS for the main navigation buttons */
        .cta-button-nav {
            padding: 0.4rem 0.8rem;
            background-color: #3E6B9F;
            color: white;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 3px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            transform: scale(1);
            border: none;
            cursor: pointer;
            margin: 0 0.3rem;
            text-decoration: none; /* Removes the hyperlink underline */
            display: inline-block; /* Makes it act like a block-level element for sizing */
        }

        /* Hover effect for the main navigation buttons */
        .cta-button-nav:hover {
            background-color: #2A4D7C; /* A slightly lighter blue on hover */
            transform: scale(1.08); /* Adds a slight scale effect for interactivity */
            color: white; /* Ensures the text remains white on hover */
            text-decoration: none; /* Explicitly removes the underline on hover */
        }

        .button-container {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            vertical-align: top;
            margin: 0 0.5rem;
        }

        .credits-text {
            font-size: 0.75rem; /* 12px */
            color: #4B5563; /* gray-600 */
            margin-top: 1px;
            margin-bottom: 0;
            white-space: nowrap; /* Prevents the text from wrapping */
        }




   .cta-button-nav-chosen {
            padding: 0.4rem 0.8rem;
            background-color: #2A4D7C;
            color: white;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 3px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            transform: scale(1);
            border: none;
            cursor: pointer;
            margin: 0 0.3rem;
            text-decoration: none; /* Removes the hyperlink underline */
            display: inline-block; /* Makes it act like a block-level element for sizing */
        }

      .cta-button-nav-chosen:hover {
            background-color: #2A4D7C; /* A slightly lighter blue on hover */
            transform: scale(1.05); /* Adds a slight scale effect for interactivity */
            color: white; /* Ensures the text remains white on hover */
            text-decoration: none; /* Explicitly removes the underline on hover */
        }




        .valuation-button-nav {
            padding: 0.4rem 0.8rem;
            background-color: #0bb980;
            color: white;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 3px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            transform: scale(1);
            border: none;
            cursor: pointer;
            margin: 0 0.3rem;
            text-decoration: none; /* Removes the hyperlink underline */
            display: inline-block; /* Makes it act like a block-level element for sizing */
        }


  .valuation-button-nav:hover {
            background-color: #089568; /* A slightly lighter blue on hover */
            transform: scale(1.08); /* Adds a slight scale effect for interactivity */
            color: white; /* Ensures the text remains white on hover */
            text-decoration: none; /* Explicitly removes the underline on hover */
        }



  /* General base style for all ribbon banners */

        .lozenge-container {
           display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        }

        .lozenge {
        background-color: #fff;
        border-radius: 15px;
        padding: 40px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 800px;
        text-align: center;
       border-bottom: 1px solid #d7d7d7; /* Added subtle bottom border */
         }

        .lozenge-banner {
            margin: -40px -40px 25px -40px; /* Pulls banner to the edges and adds space below */
        
            padding: 5px 20px;
            color: #868686;
            font-size: 1.0rem;
            font-weight: 700;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            position: relative; /* Needed for pseudo-elements in some styles */
            background-color: #ededed; /* Solid blue */
            border-top: 1px solid #d7d7d7; /* Added thin brand-blue top border */
            border-bottom: 1px solid #dedede; /* Added subtle bottom border */
        }











/* Media Query for Mobile Devices */
        @media (max-width: 768px) {




            .cta-button-nav {
                padding: 6px;
                font-size: 0.7rem;
                margin: 0 0.1rem;
            }


            .cta-button-nav-chosen {
               padding: 6px;
                font-size: 0.7rem;
                margin: 0 0.1rem;
            }

               .login-container {
                padding: 10px;

            }


        


















        /* Responsive Design */
        @media (max-width: 768px) {
            .apple-section {
                padding: 60px 15px;
            }
            .apple-section h1 {
                font-size: 48px;
            }
            .apple-section h2 {
                font-size: 40px;
            }
            .apple-section h3 {
                font-size: 30px;
            }
            .apple-section p {
                font-size: 20px;
            }
            .hero-section h1 {
                font-size: 56px;
            }
            .hero-section p {
                font-size: 22px;
            }
        }

        @media (max-width: 480px) {
            .apple-section h1 {
                font-size: 38px;
            }
            .apple-section h2 {
                font-size: 32px;
            }
            .apple-section h3 {
                font-size: 26px;
            }
            .apple-section p {
                font-size: 18px;
            }
            .cta-button {
                padding: 12px 20px;
                font-size: 16px;
            }
            .hero-section h1 {
                font-size: 44px;
            }
            .hero-section p {
                font-size: 20px;
            }
        }

   