.elementor-71442 .elementor-element.elementor-element-6f00dbe{--display:flex;}/* Start custom CSS for html, class: .elementor-element-532054a */.fcre-page,
.fcre-page * {
    box-sizing: border-box;
}

.fcre-page {
    background: #f8fafc;
    color: #111827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

.fcre-page ::-webkit-scrollbar {
    width: 8px;
}

.fcre-page ::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.fcre-page ::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.fcre-page ::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.fcre-page ::selection {
    background: #dbeafe;
    color: #1e3a8a;
}

.fcre-page img {
    max-width: 100%;
    display: block;
}

@keyframes fcreFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fcre-main > section,
.fcre-sidebar > div {
    animation: fcreFadeIn 0.6s ease-out forwards;
}

.fcre-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: 0;
}

.fcre-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
}

.fcre-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.fcre-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.fcre-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    min-width: 0;
    max-width: 100%;
}

.fcre-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.fcre-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fcre-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #0f766e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
}

.fcre-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0f766e;
}

.fcre-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.fcre-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.fcre-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #6b7280;
    transition: 0.3s ease;
}

.fcre-topbar-links a:hover {
    color: #0f766e;
}

.fcre-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

.fcre-hero {
    overflow: hidden;
}

.fcre-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.fcre-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.fcre-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.fcre-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.fcre-badge-gray {
    background: #f9fafb;
    color: #4b5563;
    border-color: #e5e7eb;
}

.fcre-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
}

.fcre-hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fcre-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #111827;
}

.fcre-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 900px;
}

.fcre-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.fcre-hero-actions .fcre-btn {
    flex: 1;
    min-width: 150px;
    padding: 14px 10px;
}

.fcre-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
    text-align: center;
}

.fcre-btn:active,
.fcre-form-btn:active {
    transform: scale(0.98);
}

.fcre-btn-primary {
    background: #0f766e;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.fcre-btn-primary:hover {
    background: #115e59;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 32px rgba(15, 118, 110, 0.25);
}

.fcre-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.fcre-btn-outline:hover {
    background: #ffffff;
    border-color: #0f766e;
    color: #0f766e;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.fcre-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.fcre-btn-light:hover {
    background: #ffffff;
    border-color: #d1d5db;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.fcre-btn-white {
    background: #ffffff;
    color: #0f766e;
}

.fcre-btn-white:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.fcre-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.fcre-btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.4);
}

.fcre-btn-outline-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.fcre-btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

.fcre-full-btn {
    width: 100%;
}

.fcre-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.fcre-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 18px;
}

.fcre-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
}

.fcre-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    color: #111827;
}

.fcre-hero-facts {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fcre-facts-card {
    width: 100%;
    max-width: 900px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
}

.fcre-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.fcre-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #d1d5db;
}

.fcre-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.fcre-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #6b7280;
}

.fcre-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

.fcre-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
    min-height: auto;
    min-width: 0;
    max-width: 100%;
}

.fcre-gallery-main,
.fcre-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.fcre-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.fcre-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-width: 0;
}

.fcre-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.fcre-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(17, 24, 39, 0.78);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
}

.fcre-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.fcre-section-head h2,
.fcre-dark-inner h2,
.fcre-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.fcre-section-head p,
.fcre-client-box p,
.fcre-service-card p,
.fcre-faq-item p,
.fcre-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.fcre-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.fcre-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.fcre-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.fcre-highlight-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40%;
    background: #0f766e;
    border-radius: 0 4px 4px 0;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.fcre-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #0f766e;
    box-shadow: 0 20px 40px rgba(15, 118, 110, 0.08);
    color: #111827;
    background: linear-gradient(to bottom right, #ffffff, #f0fdfa);
}

.fcre-highlight-box:hover::before {
    height: 70%;
    opacity: 1;
}

.fcre-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.fcre-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.fcre-service-card:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

.fcre-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.fcre-service-card h3,
.fcre-dark-box h3,
.fcre-client-box h3,
.fcre-faq-item h3,
.fcre-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #111827;
}

.fcre-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fcre-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}

.fcre-dark-section {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: #ffffff;
}

.fcre-dark-inner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.fcre-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.fcre-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
}

.fcre-dark-box h3 {
    color: #ffffff;
}

.fcre-dark-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.fcre-coverage-card {
    background: #111827;
    color: #ffffff;
}

.fcre-coverage-card .fcre-section-head h2,
.fcre-coverage-card .fcre-section-head p {
    color: #ffffff;
}

.fcre-coverage-card .fcre-section-head p {
    opacity: 0.72;
}

.fcre-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.fcre-coverage-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.fcre-client-grid,
.fcre-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.fcre-client-box,
.fcre-check-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 28px;
    transition: all 0.4s ease;
}

.fcre-client-box:hover,
.fcre-check-box:hover {
    transform: translateY(-4px);
    border-color: #0f766e;
    background: #fcfffd;
    box-shadow: 0 20px 40px rgba(15, 118, 110, 0.09);
}

.fcre-check-box {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    font-weight: 600;
}

.fcre-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fcre-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.fcre-faq-item[open] {
    border-color: #0f766e;
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.05);
}

.fcre-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.fcre-faq-item summary::-webkit-details-marker {
    display: none;
}

.fcre-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #111827;
    flex: 1;
}

.fcre-faq-item summary::after {
    content: '+';
    font-size: 22px;
    color: #0f766e;
    font-weight: 600;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    border-radius: 50%;
}

.fcre-faq-item[open] summary::after {
    content: '−';
    transform: rotate(180deg);
    background: #0f766e;
    color: #ffffff;
}

.fcre-faq-item p {
    padding: 0 24px 24px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}

.fcre-cta-section {
    background: linear-gradient(90deg, #0f766e 0%, #115e59 100%);
    color: #ffffff;
}

.fcre-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.fcre-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.fcre-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.fcre-cta-actions {
    display: grid;
    gap: 12px;
}

.fcre-profile-card {
    text-align: center;
}

.fcre-profile-top {
    margin-bottom: 22px;
}

.fcre-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #f3f4f6;
    margin: 0 auto 14px;
    background: #0f766e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fcre-profile-logo span {
    font-size: 28px;
    font-weight: 900;
}

.fcre-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.fcre-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #0f766e;
    font-weight: 800;
}

.fcre-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.fcre-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.fcre-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.fcre-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 6px;
}

.fcre-sidebar-row strong,
.fcre-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.fcre-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.fcre-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
}

.fcre-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    font-weight: 800;
}

.fcre-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #111827;
}

.fcre-form-card {
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.08);
    border: 1px solid #ccfbf1;
}

.fcre-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fcre-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 8px;
}

.fcre-form input,
.fcre-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    outline: none;
}

.fcre-form input:focus,
.fcre-form select:focus {
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.fcre-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fcre-form-btn {
    width: 100%;
    border: none;
    background: #0f766e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.fcre-form-btn:hover {
    background: #115e59;
}

.fcre-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.fcre-lightbox.active {
    display: flex;
}

.fcre-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.fcre-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

/* Responsive Engine */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.fcre-layout,
.fcre-main,
.fcre-sidebar,
.fcre-card,
.fcre-hero,
.fcre-hero-grid,
.fcre-gallery {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 1199px) {
    .fcre-layout {
        grid-template-columns: 1fr;
    }

    .fcre-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .fcre-highlight-grid,
    .fcre-service-grid,
    .fcre-client-grid,
    .fcre-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fcre-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .fcre-cta-grid {
        grid-template-columns: 1fr;
    }

    .fcre-gallery {
        grid-template-columns: 1fr;
    }

    .fcre-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .fcre-dark-grid {
        grid-template-columns: 1fr;
    }

    .fcre-hero-content h1 {
        font-size: 38px;
    }

    .fcre-section-head h2,
    .fcre-dark-inner h2,
    .fcre-cta-grid h2 {
        font-size: 28px;
    }

    .fcre-fact-row {
        flex-direction: column;
    }

    .fcre-fact-row span,
    .fcre-fact-row strong {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .fcre-container {
        padding: 0 12px;
    }

    .fcre-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .fcre-topbar-links {
        width: 100%;
    }

    .fcre-topbar-links a {
        font-size: 14px;
    }

    .fcre-card,
    .fcre-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .fcre-hero-content h1 {
        font-size: 30px;
    }

    .fcre-hero-content p {
        font-size: 16px;
    }

    .fcre-sidebar,
    .fcre-stat-mini-grid,
    .fcre-highlight-grid,
    .fcre-service-grid,
    .fcre-coverage-grid,
    .fcre-client-grid,
    .fcre-check-grid,
    .fcre-mini-grid,
    .fcre-form-double {
        grid-template-columns: 1fr;
    }

    .fcre-gallery-side {
        grid-template-columns: 1fr;
    }

    .fcre-gallery-main img,
    .fcre-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .fcre-hero-actions {
        flex-direction: column;
        gap: 10px;
    }

    .fcre-btn,
    .fcre-hero-actions .fcre-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 426px) {
    .fcre-hero-content h1 {
        font-size: 28px;
    }

    .fcre-topbar-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fcre-topbar-btn {
        grid-column: span 2;
    }
}

@media (max-width: 321px) {
    .fcre-hero-content h1 {
        font-size: 24px;
    }

    .fcre-card {
        padding: 15px;
    }

    .fcre-container {
        padding: 0 10px;
    }
}/* End custom CSS */