/*======================================
    VISION MISSION PREMIUM
=======================================*/

.vm-section {
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.vm-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 120, 0, 0.05);
    border-radius: 50%;
    top: -220px;
    left: -180px;
}

.vm-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 120, 0, 0.04);
    border-radius: 50%;
    right: -180px;
    bottom: -200px;
}

.vm-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff6b00;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vm-heading {
    font-weight: 700;
    font-size: 48px;
    margin-top: 10px;
}

.vision-box {
    background: linear-gradient(135deg, #0b1d35, #1f3a5f);
    color: #fff;
    border-radius: 25px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.vision-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    right: -70px;
    top: -70px;
}

.vision-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.45);
}

.vision-icon i {
    font-size: 38px;
}

.vision-text {
    font-size: 28px;
    line-height: 1.9;
    font-style: italic;
    text-align: center;
}

.mission-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.mission-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.mission-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ff6b00;
    transition: 0.4s;
}

.mission-number {
    font-size: 65px;
    font-weight: 800;
    color: #f1f1f1;
    line-height: 1;
    margin-bottom: 20px;
}

.mission-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

.mission-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.mission-text {
    color: #777;
    line-height: 1.9;
}

/* Berita */

.news-card {
    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: 0.35s;

    height: 100%;
}

.news-card:hover {
    transform: translateY(-10px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.news-image {
    overflow: hidden;

    height: 250px;
}

.news-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.5s;
}

.news-card:hover img {
    transform: scale(1.08);
}

.news-content {
    padding: 25px;
}

.news-meta {
    display: flex;

    justify-content: space-between;

    font-size: 14px;

    color: #777;

    margin-bottom: 15px;
}

.news-meta span {
    display: flex;

    align-items: center;

    gap: 6px;
}

.news-content h4 {
    font-size: 22px;

    font-weight: 700;

    margin-bottom: 15px;

    min-height: 60px;
}

.news-content p {
    color: #666;

    line-height: 1.8;

    min-height: 90px;
}

/* Tentang */
.section-subtitle {
    color: #ff6b00;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-size: 14px;

    font-weight: 700;
}

.about-title {
    font-size: 48px;

    font-weight: 700;

    margin-top: 12px;

    margin-bottom: 15px;

    color: #1d1d1d;
}

.title-line {
    width: 90px;

    height: 4px;

    background: #ff6b00;

    border-radius: 30px;
}

.about-image {
    overflow: hidden;

    border-radius: 24px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-image img {
    width: 100%;

    transition: 0.5s;
}

.about-image:hover img {
    transform: scale(1.06);
}

.about-content {
    color: #666;

    line-height: 2;

    font-size: 17px;
}

/* ==========================================================
   GLOBAL DESIGN SYSTEM
   PT. MALUKU ENERGI ABADI
========================================================== */

/* Jarak antar section */
.section {
    padding: 100px 0;
    position: relative;
}

.section-sm {
    padding: 80px 0;
}

.section-lg {
    padding: 120px 0;
}

/* Background */
.bg-soft {
    background: #f8f9fc;
}

.bg-white {
    background: #fff;
}

/* Judul */
.section-subtitle {
    color: #ff6b00;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 14px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-top: 10px;
    margin-bottom: 18px;
}

.section-line {
    width: 80px;
    height: 4px;
    background: #ff6b00;
    margin: auto;
    border-radius: 30px;
}

/* Card */
.card-premium {
    background: #fff;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);

    transition: 0.4s;

    height: 100%;
}

.card-premium:hover {
    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Image */

.img-premium {
    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.img-premium img {
    transition: 0.5s;
}

.img-premium:hover img {
    transform: scale(1.05);
}

/* Tombol */

.btn-premium {
    border-radius: 50px;

    padding: 12px 28px;

    font-weight: 600;
}

/* Divider */

/* Navbar */
.navbar {
    min-height: 80px;
}

.navbar-brand h5 {
    font-size: 20px;
}

.navbar-brand small {
    font-size: 12px;
}

.navbar-nav .nav-link {
    padding: 12px 18px;
    font-weight: 600;
    color: #333;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff7a00;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.sticky-top {
    transition: 0.4s;
}

/* Topbar */
.bg-dark {
    background: #0d1b2a !important;
}

.btn-warning {
    background: #ff7a00;
    border-color: #ff7a00;
    color: #fff;
}

.btn-warning:hover {
    background: #e86d00;
    border-color: #e86d00;
}

/* Baru */

.vm-section {
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.vm-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 120, 0, 0.05);
    border-radius: 50%;
    top: -220px;
    left: -180px;
}

.vm-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 120, 0, 0.04);
    border-radius: 50%;
    right: -180px;
    bottom: -200px;
}

.vm-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff6b00;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vm-heading {
    font-weight: 700;
    font-size: 48px;
    margin-top: 10px;
}

.vision-box {
    background: linear-gradient(135deg, #0b1d35, #1f3a5f);
    color: #fff;
    border-radius: 25px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.vision-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    right: -70px;
    top: -70px;
}

.vision-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.45);
}

.vision-icon i {
    font-size: 38px;
}

.vision-text {
    font-size: 28px;
    line-height: 1.9;
    font-style: italic;
    text-align: center;
}

.mission-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.mission-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.mission-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ff6b00;
    transition: 0.4s;
}

.mission-number {
    font-size: 65px;
    font-weight: 800;
    color: #f1f1f1;
    line-height: 1;
    margin-bottom: 20px;
}

.mission-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

.mission-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.mission-text {
    color: #777;
    line-height: 1.9;
}

.section-divider {
    width: 90px;

    height: 4px;

    background: #ff6b00;

    margin: 25px auto 50px;

    border-radius: 30px;
}

/*=========================================
    LEGAL SECTION PREMIUM
=========================================*/

.legal-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #081b33 0%, #0f2d52 60%, #123b63 100%);
    padding: 110px 0;
}

/* Lingkaran dekorasi */

.legal-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -220px;
    left: -150px;
}

.legal-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255, 107, 0, 0.08);
    border-radius: 50%;
    right: -120px;
    bottom: -150px;
}

/* Grid tipis */

.legal-section .container {
    position: relative;
    z-index: 2;
}

.legal-section .section-subtitle {
    color: #ff8c32;
}

.legal-section .section-title {
    color: #fff;
}

.legal-section .section-line {
    background: #ff8c32;
}

.legal-card {
    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 22px;

    padding: 35px;

    transition: 0.4s;

    height: 100%;
}

.legal-card:hover {
    transform: translateY(-10px);

    background: #fff;
}

.legal-card:hover h4 {
    color: #111;
}

.legal-card:hover p {
    color: #666;
}

.legal-card h4 {
    color: #fff;

    font-weight: 700;

    margin-top: 25px;
}

.legal-card p {
    color: rgba(255, 255, 255, 0.8);

    line-height: 1.9;
}

.legal-icon {
    width: 75px;

    height: 75px;

    border-radius: 50%;

    background: #ff6b00;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 30px;

    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.45);
}

/* Pertanyaan */

/*==================================================
CONTACT PREMIUM
==================================================*/

.contact-section {
    position: relative;

    padding: 120px 0;

    overflow: hidden;

    background: linear-gradient(135deg, #071a2f 0%, #0c2d55 45%, #0f3d6b 100%);
}

/* Glow kiri */

.contact-section::before {
    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    background: rgba(255, 120, 0, 0.08);

    border-radius: 50%;

    left: -250px;

    top: -200px;
}

/* Glow kanan */

.contact-section::after {
    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    background: rgba(255, 255, 255, 0.03);

    border-radius: 50%;

    right: -150px;

    bottom: -150px;
}

.contact-section .container {
    position: relative;

    z-index: 10;
}

.contact-title {
    font-size: 52px;

    color: #fff;

    font-weight: 700;
}

.contact-desc {
    color: #cbd5e1;

    line-height: 2;

    margin: 25px 0 40px;
}

/* Card Info */

.contact-info {
    display: flex;

    align-items: flex-start;

    margin-bottom: 30px;
}

.contact-icon {
    width: 65px;

    height: 65px;

    min-width: 65px;

    border-radius: 50%;

    background: #ff6b00;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 24px;

    margin-right: 20px;

    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.45);
}

.contact-info h5 {
    color: #fff;

    font-weight: 600;
}

.contact-info p {
    color: #cbd5e1;

    margin: 0;
}

/* FORM */

.contact-form {
    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(20px);

    border-radius: 30px;

    padding: 45px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.contact-form h3 {
    color: #fff;

    margin-bottom: 30px;
}

.contact-form .form-control,
.contact-form .form-select {
    height: 58px;

    border: none;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.95);
}

.contact-form textarea {
    border-radius: 14px;

    border: none;

    background: rgba(255, 255, 255, 0.95);
}

.contact-form .btn {
    height: 58px;

    border-radius: 50px;

    font-weight: 600;

    font-size: 17px;

    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.35);
}

/* Team */
/*=========================================
TEAM PREMIUM
=========================================*/

.team-card {
    background: #fff;

    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    transition: 0.4s;

    height: 100%;
}

.team-card:hover {
    transform: translateY(-12px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

.team-image {
    position: relative;

    overflow: hidden;

    height: 430px;
}

.team-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.6s;
}

.team-card:hover img {
    transform: scale(1.08);
}

.team-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.team-content {
    padding: 30px;

    text-align: center;
}

.team-content h4 {
    font-size: 24px;

    font-weight: 700;

    color: #222;

    margin-bottom: 8px;
}

.team-content span {
    color: #ff6b00;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 14px;
}

.team-card:hover .team-content h4 {
    color: #ff6b00;
}

@media (max-width: 991px) {
    .team-image {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .team-image {
        height: 320px;
    }
}

/* Galeri */
/*==================================================
                GALLERY PREMIUM
==================================================*/

.gallery-section {
    padding: 110px 0;

    background: #f8fafc;
}

.gallery-card {
    position: relative;

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

    cursor: pointer;
}

.gallery-card img {
    width: 100%;

    height: 280px;

    object-fit: cover;

    transition: 0.5s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,

        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.1)
    );

    display: flex;

    align-items: flex-end;

    padding: 25px;

    opacity: 0;

    transition: 0.4s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5 {
    color: #fff;

    margin: 0;

    font-size: 18px;

    font-weight: 600;
}

.swiper {
    padding-bottom: 60px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #ff6b00;

    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;

    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 12px;

    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #ff6b00;
}

@media (max-width: 768px) {
    .gallery-card img {
        height: 220px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Bisnis */
/*==================================================
            BUSINESS SECTION PREMIUM
==================================================*/

.business-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, #07182d 0%, #0d3159 50%, #144878 100%);
}

/* Background Glow */
.business-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255, 107, 0, 0.08);
    top: -250px;
    left: -250px;
    filter: blur(10px);
}

.business-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -220px;
    right: -220px;
    filter: blur(10px);
}

.business-section .container {
    position: relative;
    z-index: 10;
}

/*==========================
    Section Heading
==========================*/

.section-subtitle {
    display: inline-block;

    color: #ff9d2f;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.business-section .section-title {
    color: #fff;

    font-size: 42px;

    font-weight: 700;

    margin-bottom: 15px;
}

.section-line {
    width: 90px;
    height: 4px;
    background: #ff6b00;
    margin: 20px auto;
    border-radius: 10px;
}

.business-section .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 17px;
    line-height: 1.9;
}

/*==========================
      Card
==========================*/

.business-card {
    position: relative;

    overflow: hidden;

    height: 100%;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 24px;

    padding: 45px 35px;

    transition: 0.4s;
}

.business-card::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg, #ff6b00, #ffae42);

    transform: scaleX(0);

    transition: 0.4s;
}

.business-card:hover::before {
    transform: scaleX(1);
}

.business-card:hover {
    transform: translateY(-12px);

    background: #ffffff;

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

/*==========================
      Icon
==========================*/

.business-icon {
    width: 90px;

    height: 90px;

    border-radius: 50%;

    margin: auto;

    margin-bottom: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: linear-gradient(135deg, #ff6b00, #ff9d2f);

    color: #fff;

    font-size: 34px;

    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.35);

    transition: 0.4s;
}

.business-card:hover .business-icon {
    transform: rotateY(180deg);
}

/*==========================
      Text
==========================*/

.business-card h4 {
    color: #fff;

    text-align: center;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 18px;

    transition: 0.3s;
}

.business-card p {
    color: rgba(255, 255, 255, 0.82);

    text-align: center;

    line-height: 1.9;

    margin-bottom: 0;

    transition: 0.3s;
}

.business-card:hover h4 {
    color: #ff6b00;
}

.business-card:hover p {
    color: #666;
}

/*==========================
     Responsive
==========================*/

@media (max-width: 991px) {
    .business-section {
        padding: 90px 0;
    }

    .section-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .business-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .business-card {
        padding: 35px 25px;
    }

    .business-icon {
        width: 75px;

        height: 75px;

        font-size: 28px;
    }

    /* Berita */
    .detail-hero {
        padding: 140px 0 80px;

        background: linear-gradient(135deg, #07182d, #0d3159);

        color: #fff;
    }

    .detail-label {
        color: #ff6b00;

        font-weight: 700;

        letter-spacing: 4px;
    }

    .detail-title {
        font-size: 48px;

        font-weight: 700;

        max-width: 900px;

        margin: 20px 0;
    }

    .detail-meta {
        display: flex;

        gap: 30px;

        color: #ddd;
    }

    .detail-wrapper {
        padding: 90px 0;

        background: #f8f9fc;
    }

    .detail-box {
        background: #fff;

        border-radius: 25px;

        padding: 40px;

        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    }

    .detail-photo img {
        width: 100%;

        height: 500px;

        object-fit: cover;

        border-radius: 20px;
    }

    .detail-text {
        font-size: 18px;

        line-height: 2;

        color: #555;

        margin-top: 40px;
    }

    .btn-share {
        width: 50px;

        height: 50px;

        display: inline-flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        color: #fff;

        margin-right: 10px;

        background: #ff6b00;
    }

    .related-news {
        padding: 90px 0;
    }

    .related-card {
        background: #fff;

        border-radius: 20px;

        overflow: hidden;

        height: 100%;

        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    }

    .related-img img {
        width: 100%;

        height: 240px;

        object-fit: cover;
    }

    .related-body {
        padding: 25px;
    }

    .related-body h3 {
        font-size: 22px;

        font-weight: 700;
    }

    /* gaalerrriiiiii */

   /*==================================================
GALERI PAGE
==================================================*/

/* HEADER */

.gallery-header{
    padding:90px 0 70px;
    background:linear-gradient(135deg,#0C2245,#143B73);
    color:#fff;
}

.section-subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#ff7a00;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
}

/* BODY */

.gallery-section{
    padding:90px 0;
    background:#f5f7fb;
}

/* CARD */

.gallery-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.gallery-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* IMAGE */

.gallery-image{
    position:relative;
    width:100%;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#eee;
}

.gallery-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:.5s;
}

.gallery-card:hover .gallery-image img{
    transform:scale(1.08);
}

/* OVERLAY */

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.35s;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay i{
    color:#fff;
    font-size:34px;
}

/* CONTENT */

.gallery-content{
    padding:22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

/* BADGE */

.gallery-badge{
    display:inline-block;
    width:fit-content;
    padding:6px 14px;
    background:#ff7a00;
    color:#fff;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:16px;
}

/* TITLE */

.gallery-content h5{
    font-size:22px;
    font-weight:700;
    color:#1b2845;
    line-height:1.5;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;

    min-height:66px;
    margin-bottom:20px;
}

/* FOOTER */

.gallery-footer{
    margin-top:auto;
    border-top:1px solid #ececec;
    padding-top:15px;

    display:flex;
    align-items:center;

    color:#777;
    font-size:14px;
}

.gallery-footer i{
    color:#ff7a00;
    margin-right:8px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gallery-content h5{

        font-size:20px;

    }

}

@media(max-width:768px){

    .section-title{

        font-size:34px;

    }

    .gallery-image{

        aspect-ratio:16/10;

    }

    .gallery-content{

        padding:18px;

    }

    .gallery-content h5{

        font-size:18px;
        min-height:auto;

    }

}
}
