/* General Styles */

body {
    margin: 0;
   
    color: #333;
}

.primary-cta:hover {
    background: #0b436a;
}

.secondary-cta:hover {
    background: white;
    color: black;
    filter: brightness(0.9);
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header and Navigation */
header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.logo img {
    max-height: 60px;
    margin: 10px 0;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-left: 20px;
}

nav ul li a {
    font-weight: bold;
}

.cta-button {
    background-color:#0b436a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.cta-button:hover,
.primary-cta:hover,
.secondary-cta:hover {
    text-decoration: none;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 650px;
    height: 60vh;
    max-height: 1400px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: cover;
    filter: brightness(0.75);
}

.hero .container {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    max-width: 768px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.primary-cta,
.secondary-cta {
    display: inline-block;
    margin: 10px 20px;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.primary-cta {
    color: white !important;
    text-decoration: none !important;
    background-color: #0b436a;
    color: #fff;
}

.secondary-cta {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

/* Trust Signals */
.trust-signals {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.five-stars {
    height: 100px;
}

.trust-signals .reviews,
.trust-signals .accreditations {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

.trust-signals .accreditations img {
    max-height: 50px;
    margin: 0 10px;
}

/* Meet the Designer */
.introduction {
    padding: 60px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.introduction h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.introduction p {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.introduction img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}

/* Custom Design Experience */
.custom-design-experience {
    padding: 60px 0;
    text-align: center;
}

.custom-design-experience h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.reviewer {
    font-size: 1rem;
}

.custom-design-experience .steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

.custom-design-experience .step {
    width: 30%;
    margin-bottom: 20px;
}

.custom-design-experience .step h3 {
    font-size: 24px;
    color: #0b436a;
    margin-bottom: 10px;
}

.custom-design-experience .step p {
    font-size: 16px;
    color: #555;
}

.custom-design-experience .step .cta-link {
    color: #0b436a;
    text-decoration: underline;
}

.vision-section {
    padding: 60px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.vision-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.vision-section p {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.vision-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.vision-section .primary-cta {
    margin-top: 20px;
}


/* Featured Custom Rings */
.featured-rings {
    background-color: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}

.featured-rings h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.featured-rings p {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.featured-rings .carousel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featured-rings .ring-image {
    width: 30%;
    height: 300px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}

.featured-rings .ring-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}

.featured-rings .primary-cta {
    margin-top: 40px;
}

/* Financing Options */
.awards-image {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.financing-options {
    padding: 60px 0;
    text-align: center;
}

.financing-options h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.financing-options p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.financing-options .primary-cta {
    margin-top: 20px;
}


/* Contact Info */
.contact-info {
    padding: 60px 0;
    text-align: center;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #555;
}

.contact-info a {
    color: #0b436a;
    text-decoration: underline;
}

.contact-info .map {
    margin: 40px 0;
}

.contact-info iframe {
    width: 100%;
    max-width: 600px;
    height: 450px;
    border: 0;
}

/* CTA Banner */
.cta-banner {
    background-image: url('https://images.pexels.com/photos/3829444/pexels-photo-3829444.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.cta-banner h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-banner .primary-cta {
    margin-top: 20px;
}

/* Social Media and Newsletter */
.social-newsletter {
    padding: 60px 0;
    text-align: center;
}

.social-newsletter h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.social-media {
    margin-bottom: 20px;
}

.social-media a {
    display: inline-block;
    margin: 0 10px;
}

.social-media img {
    width: 40px;
}

.newsletter-signup p {
    font-size: 18px;
    margin-bottom: 10px;
}

.newsletter-signup form {
    display: inline-block;
    margin-bottom: 10px;
}

.newsletter-signup input[type="email"] {
    padding: 10px;
    font-size: 16px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newsletter-signup button {
    padding: 10px 20px;
    background-color: #0b436a;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 5px;
}

.privacy-note {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #fff;
}

.footer-contact {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-contact a {
    color: #fff;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
}

.footer-social img {
    width: 30px;
}

footer p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #777;
}

/* Responsive Styles */
@media (max-width: 768px) {
    header {
        display: block;
    }

    nav {
        float: none;
        text-align: center;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    .featured-rings .ring-image {
        width: 80%;
        margin-bottom: 20px;
    }

    .customer-testimonials .testimonial,
    .ring-builder img,
    .customer-testimonials .testimonial img {
        width: 100%;
    }

    .social-media img {
        width: 30px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
    }

    .footer-links ul {
        text-align: center;
    }

    .customer-testimonials .testimonial {
        width: 100%;
    }

    .custom-design-experience .step {
        width: 80%;
    }

    .personalization-options .option {
        width: 80%;
    }

    .meet-experts .profile {
        width: 80%;
    }

    .how-it-works ol {
        padding-left: 40px;
    }

    .milner-difference ul {
        text-align: left;
    }
}