:root {
	--bs-heading-color: #47002e;
}

body {
    background-image: url('ark.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.content-overlay {
    /* background-color: rgba(0, 0, 0, 0.7); */
    min-height: 100vh;
    color: white;
}

h1 small, h2, h3, h4, h5, h6 {
	font-family: "trajan-sans-pro", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.hero-section {
    padding: 5rem 0;
    text-align: center;
	/* height: 100vh; */
	min-height: 500px;
}

/* @media (min-width: 992px) {
    .hero-section {
        display: flex;
	    align-items: center;
        height: 75vh;
    }
} */

.hero-title {
	font-family: "Merienda", cursive;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 4.5em;
	color: #fff;
    margin-bottom: 1.5rem;
	text-shadow: 0 1rem 2rem rgba(0,0,0,.875) !important;
}

.hero-title small {
	font-size: 0.56em;
	display: block;
	text-transform: uppercase;
}

.hero-description {
    font-size: 1.2rem;
    line-height: 1.6;
	text-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.875) !important;
	margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.btn-read-more {
	font-family: "trajan-sans-pro", sans-serif;
    font-weight: bold;
	color: #000;
	text-transform: uppercase;
	
	background-color: #d4af37;
    border: none;
}

.btn-read-more:hover {
    background-color: #b8941f;
}

/* Hero CTA Section Styles */
.hero-cta-section {
    margin-top: 3rem;
}

.cta-card {
	border: 1px dashed rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 15px;
    padding: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (min-width: 992px) {
    .cta-card {
        padding: 2rem 1.5rem;
    }
}

/* .cta-card-link:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.15);
} */

.cta-label {
    color: #fff;
    font-size: 0.9rem;
	line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-family: "trajan-sans-pro", sans-serif;
}

.meta-store-link img {
    display: inline-block;
    transition: transform 0.3s ease;
}

.meta-logo {
    width: 100%;
    max-height: 32px;
}

/* .meta-store-link:hover .meta-logo {
    color: #d4af37;
} */

.social-links-hero {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; */
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link .fab {
	font-size: 2.25rem;
}

.social-link:hover {
    color: #d4af37;
    /* border-color: #d4af37; */
    /* color: #000; */
    /* transform: translateY(-3px); */
    /* box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4); */
}

.contact-section {
    padding: 4rem 0;
    background: #f5dbba url("paper-pattern-lighter.jpg") repeat center center;
	background-size: 625px;
    color: #333;
    position: relative;
}

.contact-section::before,
.contact-section::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	background: inherit; /* same base color as .contact-section */
	z-index: 1;
	pointer-events: none;

	/* Mask for modern browsers */
	-webkit-mask-image: url('ripped-paper.png');
	-webkit-mask-repeat: repeat-x;
	-webkit-mask-size: auto 100%;
	-webkit-mask-position: left top;
	-webkit-mask-mode: alpha;

	mask-image: url('https://files.rb.gd/atlanticimpact/ripped-paper-s.png');
	mask-repeat: repeat-x;
	mask-size: auto 100%;
	mask-position: left top;
	mask-mode: alpha;
}

.contact-section::before {
    top: -15px;
}

.contact-section::after {
    bottom: -15px;
    transform: scaleY(-1);
}

.social-icons {
	display: flex;
	gap: 1.5em;
}

.social-icons a {
	display: flex;
	text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #d4af37;
}

.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.footer img {
    max-height: 125px;
    margin-bottom: 1rem;
}

.btn-company-vision {
    background-color: transparent;
    border: 2px solid #d4af37;
    color: #d4af37;
    transition: all 0.3s ease;
}

.btn-company-vision:hover {
    background-color: #d4af37;
    color: #000;
}

.modal-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

.features-list {
    list-style: none;
    padding-left: 0;
}

.features-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.features-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #d4af37;
}

/* Form submission feedback styles */
.form-feedback {
    display: none;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .hero-cta-section {
        margin-top: 2rem;
    }
    
    /* .cta-card {
        padding: 1.5rem 1rem;
        margin: 0 1rem;
    } */
    
    .social-links-hero {
        gap: 0.75rem;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .social-link-meta {
        width: auto;
        height: auto;
    }
}
