/* 
  Custom CSS for Core Main Pages (Home, About, Contact, Gallery)
  Converted from Tailwind CSS 
*/

/* =========================================
   COMMON UTILITIES FOR PAGES
   ========================================= */
.page-space-y > * + * {
    margin-top: 3rem;
}

@media (min-width: 640px) {
    .page-space-y > * + * {
        margin-top: 4rem;
    }
}

.section-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

@media (min-width: 640px) {
    .section-container {
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-container {
        padding: 4rem 2rem;
    }
}

.section-header-center {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.section-badge {
    color: #0A6EBD;
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: #063B66;
    margin: 0;
}

@media (min-width: 640px) {
    .section-title {
        font-size: 2.25rem;
    }
}

.section-subtitle {
    color: #4b5563;
    font-size: 0.875rem;
    margin: 0;
}

@media (min-width: 640px) {
    .section-subtitle {
        font-size: 1rem;
    }
}

/* =========================================
   HOME PAGE: HERO SECTION
   ========================================= */
.home-hero {
    position: relative;
    color: #ffffff;
    min-height: 620px;
    display: flex;
    align-items: center;
    background-color: #063B66;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    transform: scale(1.05);
}

.hero-gradient {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(to right, #063B66, rgba(6, 59, 102, 0.9), rgba(10, 110, 189, 0.75));
}

.hero-content {
    position: relative;
    z-index: 10;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 1024px) {
    .hero-content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

.hero-text-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .hero-text-col {
        grid-column: span 7 / span 7;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(245, 166, 35, 0.2);
    border: 1px solid rgba(245, 166, 35, 0.4);
    color: #F5A623;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    backdrop-filter: blur(12px);
    width: fit-content;
}

.hero-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin: 0;
}

@media (min-width: 640px) {
    .hero-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
}

.hero-desc {
    font-size: 1rem;
    color: #dbeafe;
    font-weight: 300;
    line-height: 1.625;
    max-width: 42rem;
    margin: 0;
}

@media (min-width: 640px) {
    .hero-desc {
        font-size: 1.25rem;
    }
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding-top: 0.5rem;
}

.hero-btn-primary {
    background-color: #F5A623;
    color: #17212B;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.hero-btn-primary:hover {
    background-color: #e09419;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-0.125rem);
}

.hero-btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.hero-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.hero-stats-bar {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    text-align: left;
}

@media (min-width: 640px) {
    .hero-stats-bar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.hero-stat-value {
    font-size: 1.5rem;
    font-weight: 900;
    color: #F5A623;
    display: block;
}

.hero-stat-label {
    font-size: 0.75rem;
    color: #bfdbfe;
    font-weight: 500;
}

.hero-visual-col {
    display: none;
    position: relative;
}

@media (min-width: 1024px) {
    .hero-visual-col {
        display: block;
        grid-column: span 5 / span 5;
    }
}

.hero-visual-wrapper {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 4px solid rgba(255, 255, 255, 0.2);
    transform: rotate(1deg);
    transition: transform 0.5s ease;
}

.hero-visual-wrapper:hover {
    transform: rotate(0deg);
}

.hero-visual-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-visual-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent, transparent);
}

.hero-visual-badge {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #111827;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-visual-badge-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #063B66;
    color: #ffffff;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.hero-visual-badge-title {
    font-weight: 700;
    font-size: 0.875rem;
    color: #063B66;
    margin: 0;
}

.hero-visual-badge-desc {
    font-size: 0.75rem;
    color: #4b5563;
    margin: 0;
}

/* =========================================
   HOME PAGE: ABOUT SECTION
   ========================================= */
.about-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .about-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

.about-img-col {
    position: relative;
}

@media (min-width: 1024px) {
    .about-img-col {
        grid-column: span 6 / span 6;
    }
}

.about-img-wrapper {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
}

.about-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-experience-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: #063B66;
    color: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.about-exp-years {
    font-size: 1.875rem;
    font-weight: 900;
    color: #F5A623;
    display: block;
}

.about-exp-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #dbeafe;
}

.about-text-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 1024px) {
    .about-text-col {
        grid-column: span 6 / span 6;
    }
}

.about-desc {
    color: #4b5563;
    line-height: 1.625;
    font-size: 0.875rem;
    margin: 0;
}

@media (min-width: 640px) {
    .about-desc {
        font-size: 1rem;
    }
}

.about-points-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
    padding-top: 0.5rem;
}

@media (min-width: 640px) {
    .about-points-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.about-point {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #1f2937;
    font-weight: 500;
}

.about-btn {
    display: inline-flex;
    background-color: #063B66;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    transition: all 0.3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    width: fit-content;
}

.about-btn:hover {
    background-color: #0A6EBD;
}

/* =========================================
   HOME PAGE: SERVICES WRAPPER
   ========================================= */
.services-wrapper {
    background-color: rgba(243, 244, 246, 0.7);
    border-top: 1px solid rgba(229, 231, 235, 0.8);
    border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

.services-badge {
    background-color: rgba(10, 110, 189, 0.1);
    color: #0A6EBD;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    display: inline-block;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* =========================================
   HOME PAGE: CALCULATOR WRAPPER
   ========================================= */
.calculator-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* =========================================
   HOME PAGE: WHY CHOOSE US
   ========================================= */
.why-section {
    background-color: #063B66;
    color: #ffffff;
    padding: 4rem 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 640px) {
    .why-section {
        padding: 4rem 3rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.why-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.why-badge {
    color: #F5A623;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
}

.why-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 640px) {
    .why-title {
        font-size: 2.25rem;
    }
}

.why-desc {
    color: #dbeafe;
    font-size: 0.875rem;
    margin: 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 640px) {
    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.why-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s;
}

.why-card:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.why-card-icon-wrapper {
    margin-bottom: 1rem;
}

.why-card-icon-wrapper i {
    width: 2rem;
    height: 2rem;
    color: #F5A623;
}

.why-card-title {
    font-weight: 700;
    font-size: 1.125rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.why-card-desc {
    font-size: 0.75rem;
    color: #dbeafe;
    line-height: 1.625;
    margin: 0;
}

/* =========================================
   HOME PAGE: TESTIMONIALS
   ========================================= */
   ========================================= */
.testimonial-badge {
    color: #0A6EBD;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
}

.testimonial-subtitle {
    color: #6b7280;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .testimonial-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s;
}

.testimonial-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-stars {
    display: flex;
    gap: 0.25rem;
    color: #F5A623;
}

.testimonial-stars i {
    width: 1rem;
    height: 1rem;
    fill: #F5A623;
}

.testimonial-text {
    color: #374151;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.625;
    margin: 0;
}

.testimonial-author-wrapper {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-avatar {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #bfdbfe;
}

.testimonial-avatar-fallback {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: #e5e7eb;
    color: #374151;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.testimonial-author-name {
    font-weight: 700;
    color: #063B66;
    font-size: 0.875rem;
    margin: 0;
}

.testimonial-author-role {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.testimonial-author-service {
    font-size: 0.625rem;
    color: #0A6EBD;
    font-weight: 600;
}


/* =========================================
   HOME PAGE: FAQS
   ========================================= */
.faq-container {
    max-width: 56rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

@media (min-width: 640px) {
    .faq-container {
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .faq-container {
        padding: 4rem 2rem;
    }
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.faq-btn {
    width: 100%;
    padding: 1.25rem;
    text-align: left;
    font-weight: 700;
    color: #063B66;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

@media (min-width: 640px) {
    .faq-btn {
        font-size: 1rem;
    }
}

.faq-btn:hover {
    background-color: #f9fafb;
}

.faq-btn-text {
    padding-right: 1rem;
}

.faq-icon-up {
    width: 1.25rem;
    height: 1.25rem;
    color: #F5A623;
    flex-shrink: 0;
}

.faq-icon-down {
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
    flex-shrink: 0;
}

.faq-answer-wrapper {
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.625;
    border-top: 1px solid #f3f4f6;
    background-color: rgba(239, 246, 255, 0.3);
}

.faq-answer-wrapper p {
    margin: 0;
    padding-top: 1.25rem;
}

/* =========================================
   ABOUT PAGE
   ========================================= */
.about-overview-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.5rem;
}

.about-stat-card-blue {
    background-color: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 1rem;
    border-radius: 1rem;
}

.about-stat-card-amber {
    background-color: #fffbeb;
    border: 1px solid #fef3c7;
    padding: 1rem;
    border-radius: 1rem;
}

.about-stat-val-blue {
    font-size: 1.875rem;
    font-weight: 900;
    color: #063B66;
    display: block;
}

.about-stat-val-amber {
    font-size: 1.875rem;
    font-weight: 900;
    color: #F5A623;
    display: block;
}

.about-stat-label {
    font-size: 0.75rem;
    color: #4b5563;
    font-weight: 500;
}

.about-mission-vision-wrapper {
    background-color: rgba(243, 244, 246, 0.8);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-mv-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-mv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.about-mv-card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: box-shadow 0.3s;
}

.about-mv-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.about-mv-icon-blue {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #063B66;
    color: #F5A623;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.about-mv-icon-light {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #0A6EBD;
    color: #ffffff;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.about-mv-icon-blue i, .about-mv-icon-light i {
    width: 1.75rem;
    height: 1.75rem;
}

.about-mv-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #063B66;
    margin: 0;
}

.about-mv-desc {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.625;
    margin: 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .about-values-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.about-value-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.3s;
}

.about-value-card:hover {
    transform: translateY(-0.25rem);
}

.about-value-icon-wrapper {
    width: 3rem;
    height: 3rem;
    background-color: #f9fafb;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #f3f4f6;
}

.about-value-icon-wrapper i {
    width: 1.5rem;
    height: 1.5rem;
}

.about-value-title {
    font-weight: 700;
    color: #063B66;
    font-size: 1rem;
    margin: 0;
}

.about-value-desc {
    font-size: 0.75rem;
    color: #4b5563;
    line-height: 1.625;
    margin: 0;
}

.about-cta-banner {
    background-image: linear-gradient(to right, #063B66, #0A6EBD);
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .about-cta-banner {
        flex-direction: row;
        text-align: left;
    }
}

.about-cta-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about-cta-text {
        text-align: left;
    }
}

.about-cta-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 640px) {
    .about-cta-title {
        font-size: 1.875rem;
    }
}

.about-cta-subtitle {
    color: #dbeafe;
    font-size: 0.875rem;
    margin: 0;
}

.about-cta-btn {
    background-color: #F5A623;
    color: #17212B;
    font-weight: 700;
    padding: 0.875rem 2rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
}

.about-cta-btn:hover {
    background-color: #e09419;
}

/* =========================================
   CONTACT PAGE
   ========================================= */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
}

@media (min-width: 1024px) {
    .contact-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

.contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .contact-info-col {
        grid-column: span 5 / span 5;
    }
}

.contact-info-header {
    margin-bottom: 1rem;
}

.contact-info-badge {
    color: #0A6EBD;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.25rem;
}

.contact-info-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: #063B66;
    margin: 0;
}

.contact-info-desc {
    color: #4b5563;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.contact-card {
    background-color: #ffffff;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-card-icon {
    width: 3rem;
    height: 3rem;
    background-color: #eff6ff;
    color: #063B66;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-icon i.icon-amber {
    color: #F5A623;
}

.contact-card-icon i.icon-blue {
    color: #0A6EBD;
}

.contact-card-title {
    font-weight: 700;
    color: #063B66;
    font-size: 0.875rem;
    margin: 0;
}

.contact-card-text {
    font-size: 0.75rem;
    color: #374151;
    line-height: 1.625;
    margin-top: 0.125rem;
}

.contact-card-link {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-top: 0.125rem;
    transition: color 0.2s;
}

.contact-card-link:hover {
    color: #0A6EBD;
}

.contact-card-sublink {
    font-size: 0.75rem;
    color: #6b7280;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}

.contact-card-sublink:hover {
    color: #0A6EBD;
}

.contact-card-muted {
    font-size: 0.75rem;
    color: #6b7280;
    display: block;
}

.contact-card-highlight {
    font-size: 0.6875rem;
    color: #059669;
    font-weight: 700;
    display: block;
    margin-top: 0.25rem;
}

.contact-form-col {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .contact-form-col {
        padding: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .contact-form-col {
        grid-column: span 7 / span 7;
    }
}

.contact-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #063B66;
    margin: 0;
}

.contact-form-desc {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.contact-locations-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .contact-locations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .contact-locations-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.location-card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

.location-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem);
}

.location-card-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
    background-color: #eff6ff;
    color: #0A6EBD;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.location-card:hover .location-card-icon {
    background-color: #063B66;
    color: #F5A623;
}

.location-card-title {
    font-weight: 700;
    color: #063B66;
    margin-bottom: 0.5rem;
}

.location-card-address {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.location-card-link {
    margin-top: auto;
    color: #0A6EBD;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.3s;
}

.location-card:hover .location-card-link {
    color: #063B66;
}

/* =========================================
   GALLERY PAGE
   ========================================= */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.gallery-filter-btn {
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.875rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #ffffff;
    color: #374151;
}

.gallery-filter-btn:hover {
    background-color: #f9fafb;
    transform: translateY(-0.125rem);
}

.gallery-filter-btn.active {
    background-color: #063B66;
    color: #ffffff;
    border-color: #063B66;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.gallery-item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    background-color: #f3f4f6;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

.gallery-item:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-cat {
    color: #F5A623;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.gallery-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25;
    margin: 0;
}

.gallery-zoom-icon {
    margin-top: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1rem);
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.1s;
}

.gallery-item:hover .gallery-zoom-icon {
    transform: translateY(0);
    opacity: 1;
}

.gallery-zoom-icon i {
    width: 1.25rem;
    height: 1.25rem;
    color: #ffffff;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.75rem;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 50;
}

.lightbox-close:hover {
    color: #ffffff;
    background-color: #000000;
}

.lightbox-close i {
    width: 1.5rem;
    height: 1.5rem;
}

.lightbox-content-wrapper {
    position: relative;
    max-width: 72rem;
    width: 100%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 0.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
