  .cta-section {
    position: relative;
    padding: 0px;
}
.about-section {
    position: relative;
    padding-top: 20px;
}

.gallery-showcase {
    position: relative;
    padding: 70px 0 90px;
    background:
        linear-gradient(180deg, #f7faf8 0%, #ffffff 40%, #f4f7f5 100%);
}
.gallery-showcase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(44,114,79,.35), transparent);
}
.gallery-hero-copy {
    max-width: 720px;
    margin: 0 auto 45px;
    text-align: center;
}
.gallery-hero-copy .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #2c724f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.gallery-hero-copy h1 {
    margin: 0 0 14px;
    color: #111;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.25;
}
.gallery-hero-copy h1 span {
    color: #2c724f;
    font-weight: 700;
}
.gallery-hero-copy p {
    margin: 0 auto;
    max-width: 560px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}
.gallery-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 22px;
}
.gallery-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(44,114,79,.18);
    background: #fff;
    color: #2c724f;
    font-size: 13px;
    letter-spacing: .4px;
}
.gallery-cats-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.gallery-cats-bar a {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #d9e5de;
    background: #fff;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    text-decoration: none;
    transition: all .3s ease;
}
.gallery-cats-bar a:hover,
.gallery-cats-bar a.active {
    background: #2c724f;
    border-color: #2c724f;
    color: #fff;
}
.premium-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.premium-gallery-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 48, 34, 0.06);
    transition: transform .35s ease, box-shadow .35s ease;
}
.premium-gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(17, 48, 34, 0.12);
}
.premium-gallery-card .thumb {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8efeB;
}
.premium-gallery-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}
.premium-gallery-card:hover .thumb img {
    transform: scale(1.08);
}
.premium-gallery-card .thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(17,48,34,.55) 100%);
    opacity: 0;
    transition: opacity .35s ease;
}
.premium-gallery-card:hover .thumb::after {
    opacity: 1;
}
.premium-gallery-card .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    opacity: 0;
    transform: scale(.85);
    transition: all .3s ease;
}
.premium-gallery-card:hover .zoom-icon {
    opacity: 1;
    transform: scale(1);
}
.premium-gallery-card .card-body {
    padding: 18px 20px 20px;
    border-top: 1px solid #eef3f0;
}
.premium-gallery-card .card-body h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.premium-gallery-card .card-body .cat-label {
    display: block;
    margin-top: 6px;
    color: #2c724f;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.gallery-empty {
    text-align: center;
    padding: 70px 20px;
    background: #fff;
    border: 1px dashed #c9d9d0;
}
.gallery-empty h3 {
    margin: 0 0 10px;
    color: #222;
    font-weight: 500;
}
.gallery-empty p {
    margin: 0;
    color: #777;
}
@media (max-width: 991px) {
    .premium-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .gallery-hero-copy h1 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .premium-gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-showcase {
        padding: 45px 0 60px;
    }
}

.auth-alert { display:none; margin-bottom:20px; }
.auth-step { display:none; }
.auth-step.active { display:block; }
.contact-page-section .auth-form-wrap {
    max-width: 420px;
    margin: 0 auto;
}
.contact-page-section .auth-form-wrap .boxed-inner {
    padding: 32px 28px 24px;
}
.contact-page-section .auth-form-wrap .contact-form .form-group {
    margin-bottom: 18px;
}
.contact-page-section .auth-form-wrap .sec-title {
    margin-bottom: 25px;
}
.contact-page-section .auth-form-wrap .sec-title h2 {
    font-size: 30px;
    line-height: 1.3;
}
.contact-page-section .auth-form-wrap p {
    margin-bottom: 0;
    font-size: 14px;
}

.page-title-section {
    /*position: relative;*/
     /*padding: 0px;*/ 
    padding-top:   0px;
    padding-bottom: 30px;
}
.main-footer .widgets-section {
    position: relative;
    padding: 75px 0px 25px;
}
.account{
    padding-top: 100px;

}
.head{
    padding-top: 30px;

}

.blog-list-empty {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    border: 1px dashed #c9d9d0;
}
.blog-list-empty h3 { margin: 0 0 8px; font-weight: 500; }
.blog-list-empty p { margin: 0; color: #777; }
.news-block-three .inner-box .excerpt {
    margin-top: 12px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.line-border{
    border-bottom: 1px solid #d9d9d9;
}
.contact-page-section .profile-wrap {
    max-width: 760px;
    margin: 0 auto;
}
.contact-page-section .profile-wrap .boxed-inner {
    padding: 32px 28px 24px;
}
.profile-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-info-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #444;
}
.profile-info-list li strong {
    min-width: 140px;
    color: #111;
}
.profile-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.contact-form .select2-container { width: 100% !important; }
.contact-form .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background-color: #fff;
}
.contact-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 20px;
    color: #222;
    font-size: 14px;
}
.contact-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 8px;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888;
}
.select2-dropdown { border-color: #d9d9d9; border-radius: 0; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2c724f;
}
    
