.gi-modern .gi-hero {
    position: relative;
    padding: 60px 0 100px;
    background: linear-gradient(135deg, #0d5b70 0%, #1890B0 40%, #13c2c2 100%);
    overflow: hidden;
}
.gi-modern .gi-hero.gi-hero-slim {
    padding: 60px 0 60px;
}
.gi-modern .gi-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.gi-modern .gi-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}
.gi-modern .gi-hero-content .gi-badge {
    display: inline-block;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.gi-modern .gi-hero-content h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.2;
}
.gi-modern .gi-hero-content p {
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px;
    font-style: italic;
}
.gi-modern .gi-hero-content .gi-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,.7);
}
.gi-modern .gi-hero-content .gi-breadcrumb a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
    transition: color .2s;
}
.gi-modern .gi-hero-content .gi-breadcrumb a:hover {
    color: #fff;
}
.gi-modern .gi-hero-content .gi-breadcrumb span {
    color: rgba(255,255,255,.5);
}

.gi-modern .gi-details-row {
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
.gi-modern .gi-details-row .detail-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(24,144,176,.12);
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}
.gi-modern .gi-details-row .detail-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(24,144,176,.2);
}
.gi-modern .gi-details-row .detail-card .detail-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e8f6fa, #d4eef5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1890B0;
}
.gi-modern .gi-details-row .detail-card .detail-icon svg {
    width: 24px;
    height: 24px;
}
.gi-modern .gi-details-row .detail-card .detail-text h6 {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 2px;
}
.gi-modern .gi-details-row .detail-card .detail-text p {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.gi-modern .gi-section-title {
    text-align: center;
    margin-bottom: 36px;
}
.gi-modern .gi-section-title small {
    display: inline-block;
    color: #1890B0;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.gi-modern .gi-section-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
}
.gi-modern .gi-section-title .line {
    width: 50px;
    height: 3px;
    background: #1890B0;
    margin: 0 auto;
    border-radius: 2px;
}

.gi-modern .gi-venue-wrap {
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(24,144,176,.15);
    background: #fff;
}
.gi-modern .gi-venue-wrap .gi-venue-img {
    flex: 0 0 45%;
    background-size: cover;
    background-position: center;
    min-height: 380px;
    position: relative;
}
.gi-modern .gi-venue-wrap .gi-venue-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 50%, rgba(255,255,255,1) 100%);
}
.gi-modern .gi-venue-wrap .gi-venue-body {
    flex: 1;
    padding: 40px 36px;
}
.gi-modern .gi-venue-wrap .gi-venue-body h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px;
}
.gi-modern .gi-venue-wrap .gi-venue-body .sub {
    color: #1890B0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}
.gi-modern .gi-venue-wrap .gi-venue-body .venue-logo {
    margin-bottom: 20px;
}
.gi-modern .gi-venue-wrap .gi-venue-body .venue-logo img {
    max-height: 70px;
}
.gi-modern .gi-venue-wrap .gi-venue-body p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

.gi-modern .gi-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.gi-modern .gi-info-grid .gi-info-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 4px 20px rgba(24,144,176,.06);
    border: 1px solid rgba(24,144,176,.06);
    transition: transform .35s ease, box-shadow .35s ease;
}
.gi-modern .gi-info-grid .gi-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(24,144,176,.14);
}
.gi-modern .gi-info-grid .gi-info-card .info-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.gi-modern .gi-info-grid .gi-info-card .info-head .info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e8f6fa, #d4eef5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1890B0;
    flex-shrink: 0;
}
.gi-modern .gi-info-grid .gi-info-card .info-head .info-icon svg {
    width: 22px;
    height: 22px;
}
.gi-modern .gi-info-grid .gi-info-card .info-head h5 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
}
.gi-modern .gi-info-grid .gi-info-card ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
}
.gi-modern .gi-info-grid .gi-info-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.65;
    color: #555;
    font-size: 15px;
}
.gi-modern .gi-info-grid .gi-info-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1890B0;
    opacity: .5;
}
.gi-modern .gi-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fcfe, #f0f8fb);
    border: 1px solid rgba(24,144,176,.1);
    margin-top: 20px;
    padding: 12px;
}
.gi-modern .gi-logo-box img {
    max-width: 100%;
    max-height: 80px;
}
.gi-modern .gi-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 30px;
    box-shadow: 0 4px 20px rgba(24,144,176,.08);
    border: 1px solid rgba(24,144,176,.06);
}
.gi-modern .gi-list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}
.gi-modern .gi-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: #555;
    font-size: 15px;
}
.gi-modern .gi-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1890B0;
    opacity: .5;
}
.gi-modern .gi-list li strong {
    color: #222;
}
@media (max-width: 991px) {
    .gi-modern .gi-venue-wrap { flex-direction: column; }
    .gi-modern .gi-venue-wrap .gi-venue-img { min-height: 260px; }
    .gi-modern .gi-venue-wrap .gi-venue-img::after { background: linear-gradient(0deg, transparent 30%, rgba(255,255,255,1) 100%); }
    .gi-modern .gi-venue-wrap .gi-venue-body { padding: 30px 24px; }
}
@media (max-width: 767px) {
    .gi-modern .gi-hero { padding: 50px 0 100px; }
    .gi-modern .gi-hero.gi-hero-slim { padding: 50px 0 50px; }
    .gi-modern .gi-hero-content h1 { font-size: 28px; }
    .gi-modern .gi-hero-content p { font-size: 15px; }
    .gi-modern .gi-details-row .detail-card { padding: 20px 18px; }
    .gi-modern .gi-info-grid { grid-template-columns: 1fr; }
}
