  /* ============================================================================ 
   ÷ÈÓ°Ö±²¥ - International Admissions Landing Page 
   ============================================================================ */

/* Base & Overflow Fix */
html, body {
    overflow-x: hidden;
}

body {
    color: #374151;
    line-height: 1.6;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0rem;
    font-weight: 700;
    color: #111827;
}

/* Container max-widths */
.container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 576px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Fix Bootstrap row margins on mobile */
.row {
    margin-left: 0;
    margin-right: 0;
}

.row > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}

/* Section base padding */
section {
    overflow-x: hidden;
}

/* Buttons */
.btn-primary {
    background-color: #003767;
    border-color: #003767;
    border-radius: 0;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #002347;
    border-color: #002347;
}

.btn-outline-primary {
    color: #003767;
    border-color: #003767;
    border-radius: 0;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #003767;
    border-color: #003767;
    color: #ffffff;
}

.btn-light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #003767;
    border-radius: 0;
    font-weight: 600;
    padding: 0.875rem 2rem;
}

.btn-light:hover, .btn-light:focus {
    background-color: #f3f4f6;
    border-color: #f3f4f6;
    color: #003767;
}

.btn-lg {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
}

/* Section titles */
.section-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #003767;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
    }
}

/* ============================================================================ Hero Section ============================================================================ */
.hero-section {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.hero-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #79bde8;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 2.25rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #003767;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-image-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 55, 103, 0.15);
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    background-color: #e5e7eb;
}

/* ============================================================================ Introduction Section ============================================================================ */
.intro-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.feature-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
    border-color: #79bde8;
    box-shadow: 0 10px 25px -5px rgba(0, 55, 103, 0.1);
}

.feature-icon {
    width: 56px;
    height: 56px;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003767;
    margin-bottom: 1.25rem;
}

.feature-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #111827;
}

.feature-text {
    font-size: 0.9375rem;
    color: #6b7280;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ============================================================================ Stats Section ============================================================================ */
.stats-section {
    padding: 4rem 0;
    background-color: #003767;
}

.stats-section .section-title {
    color: #ffffff;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.stat-card {
    background-color: #ffffff;
    padding: 2rem;
    text-align: center;
    height: 100%;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003767;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.stat-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0;
}

/* ============================================================================ Testimonial Section ============================================================================ */
.testimonial-section {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.testimonial-img-wrapper {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    box-shadow: 0 10px 25px -5px rgba(0, 55, 103, 0.15);
}

.testimonial-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.testimonial-quote {
    font-size: 1.125rem;
    font-style: italic;
    color: #003767;
    margin-bottom: 1.25rem;
    line-height: 1.6;
    border-left: 4px solid #79bde8;
    padding-left: 1.5rem;
}

@media (min-width: 768px) {
    .testimonial-quote {
        font-size: 1.35rem;
    }
}

.testimonial-author {
    font-size: 1rem;
    color: #4b5563;
    padding-left: 1.5rem;
}

.testimonial-author strong {
    color: #111827;
    font-size: 1.1rem;
}

/* ============================================================================ Pathways Section ============================================================================ */
.pathways-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.pathway-card {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 1.75rem;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.pathway-card:hover {
    border-color: #79bde8;
    box-shadow: 0 10px 25px -5px rgba(0, 55, 103, 0.1);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none;
}

.pathway-icon {
    width: 48px;
    height: 48px;
    background-color: #79bde8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003767;
    margin-bottom: 1.25rem;
}

.pathway-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111827;
}

.pathway-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.pathway-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #003767;
}

.pathway-link svg {
    transition: transform 0.2s ease;
}

.pathway-card:hover .pathway-link svg {
    transform: translateX(4px);
}

/* ============================================================================ Virtual Tour Section ============================================================================ */
.tour-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.tour-embed-wrapper {
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 55, 103, 0.1);
}

.tour-embed-placeholder {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.tour-embed-placeholder p:first-child {
    font-size: 1.125rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

/* ============================================================================ Inquiry Section (Form + Contact) ============================================================================ */
.inquiry-section {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.form-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    height: 100%;
}

@media (min-width: 768px) {
    .form-card {
        padding: 2.5rem;
    }
}

.form-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #111827;
}

/* Contact Card */
.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    height: 100%;
}

@media (min-width: 992px) {
    .contact-card {
        padding: 2.5rem;
    }
}

.contact-card:hover {
    border-color: #79bde8;
    box-shadow: 0 10px 25px -5px rgba(0, 55, 103, 0.1);
}

.contact-photo-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 4px solid #d4edfc;
    flex-shrink: 0;
}

.contact-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info {
    flex: 1;
}

.contact-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #111827;
}

.contact-title {
    font-size: 0.9375rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: #003767;
    text-decoration: none;
    transition: color 0.15s ease;
}

.contact-link:hover {
    color: #79bde8;
}

.contact-link svg, .contact-link i {
    color: #9ca3af;
    flex-shrink: 0;
}

.contact-message {
    font-size: 0.9375rem;
    color: #6b7280;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.6;
}

/* Brochure & Flipbook Utility */
.flipbook-thumb-small {
    width: 100%;
    max-width: 240px;
    height: auto;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.flipbook-thumb-small:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 55, 103, 0.15);
}

.contact-link.justify-content-center {
    display: flex;
    justify-content: center;
}

/* ============================================================================ CTA Section ============================================================================ */
.cta-section {
    padding: 4rem 0;
    background-color: #003767;
    background-image: linear-gradient(rgba(0, 55, 103, 0.85), rgba(0, 55, 103, 0.85)), url('https://www.wcmo.edu/_files/images/Campus.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.cta-title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .cta-title {
        font-size: 1.75rem;
    }
}

.cta-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 1rem;
}

/* ============================================================================ Accessibility ============================================================================ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a:focus, button:focus {
    outline: 2px solid #79bde8;
    outline-offset: 2px;
}

/* ============================================================================ Utilities ============================================================================ */
.text-white {
    color: #ffffff !important;
}

.w-100 {
    width: 100% !important;
}