.elementor-5922 .elementor-element.elementor-element-4ed2ff9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5922 .elementor-element.elementor-element-4ab1be3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5922 .elementor-element.elementor-element-4ab1be3:not(.elementor-motion-effects-element-type-background), .elementor-5922 .elementor-element.elementor-element-4ab1be3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F6EE;}.elementor-5922 .elementor-element.elementor-element-fc1d092{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-50a71b2 */.gik-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gik-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background-color: #f8f6ee;
    color: #323138;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    overflow-x: visible;
    padding: 40px 0;
    max-width: 960px;
    margin: 0 auto;
}

.gik-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.gik-hero {
    padding: 60px 0 80px;
    text-align: center;
    position: relative;
}

.gik-hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #323138;
    margin-bottom: 16px;
    line-height: 1.3;
    position: relative;
    display: inline-block;
}

.gik-hero h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #d4cba7;
    border-radius: 2px;
}

.gik-hero p {
    font-size: 18px;
    color: #323138;
    margin-bottom: 32px;
    margin-top: 24px;
    opacity: 0.85;
}

.gik-btn-primary {
    display: inline-block;
    background-color: #807641;
    color: #fefefe;
    padding: 14px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    min-height: 44px;
    line-height: 1.4;
    transform: translateZ(0);
}

.gik-btn-primary:hover {
    background-color: #6d6437;
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 4px 12px rgba(128, 118, 65, 0.3);
    color: #fefefe;
    text-decoration: none;
}

.gik-btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #807641;
    padding: 12px 28px;
    border: 2px solid #807641;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    transition: all 0.3s ease;
    min-height: 44px;
    line-height: 1.4;
    transform: translateZ(0);
}

.gik-btn-secondary:hover {
    background-color: rgba(212, 203, 167, 0.2);
    color: #807641;
    text-decoration: none;
}

.gik-highlights {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.gik-highlight-card {
    background: linear-gradient(135deg, #807641 0%, #6d6437 100%);
    color: #fefefe;
    padding: 40px 32px;
    border-radius: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(128, 118, 65, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.4;
    flex: 1 1 100%;
    min-width: 0;
    transform: translateZ(0);
}

.gik-highlight-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.gik-highlight-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4cba7 0%, #fefefe 50%, #d4cba7 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gik-highlight-card:hover {
    transform: translateY(-8px) scale(1.02) translateZ(0);
    box-shadow: 0 16px 40px rgba(128, 118, 65, 0.4);
}

.gik-highlight-card:hover::before {
    top: -30%;
    right: -10%;
    width: 180px;
    height: 180px;
}

.gik-highlight-card:hover::after {
    opacity: 1;
}

.gik-promo-box {
    max-width: 900px;
    margin: 0 auto 60px;
    background: linear-gradient(135deg, #fff8e1 0%, #fefefe 100%);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #d4cba7;
    box-shadow: 0 8px 32px rgba(128, 118, 65, 0.15);
    position: relative;
    overflow: hidden;
}

.gik-promo-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #807641 0%, #d4cba7 50%, #807641 100%);
}

.gik-promo-title {
    font-size: 28px;
    color: #323138;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.gik-promo-period {
    font-size: 16px;
    color: #807641;
    font-weight: 600;
    margin-bottom: 32px;
}

.gik-promo-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.gik-promo-item {
    background-color: #fefefe;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e7e2cf;
    flex: 1 1 100%;
    min-width: 0;
}

.gik-promo-item p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #323138;
}

.gik-promo-item strong {
    color: #807641;
    font-weight: 700;
}

.gik-photo-grid {
    padding: 40px 0 60px;
}

.gik-photo-grid h2 {
    font-size: 28px;
    color: #323138;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 600;
}

.gik-grid-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.gik-photo-card {
    background-color: #fefefe;
    border: 0.5px solid #9e9987;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    aspect-ratio: 4/3;
    flex: 1 1 100%;
    min-width: 0;
    transform: translateZ(0);
}

.gik-photo-card:hover {
    transform: scale(1.01) translateZ(0);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.gik-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gik-map-section {
    padding: 40px 0 60px;
}

.gik-map-section h2 {
    font-size: 28px;
    color: #323138;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 600;
}

.gik-map-container {
    max-width: 900px;
    margin: 0 auto;
}

.gik-map-card {
    background-color: #fefefe;
    border: 0.5px solid #9e9987;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    aspect-ratio: 1580 / 1081;
    width: 100%;
    transform: translateZ(0);
}

.gik-map-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.gik-map-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gik-content-section {
    padding: 60px 0;
}

.gik-content-box {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fefefe;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e7e2cf;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
}

.gik-content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #807641 0%, transparent 100%);
    border-radius: 16px 0 0 16px;
}

.gik-content-box h2 {
    font-size: 28px;
    color: #323138;
    margin-bottom: 24px;
    font-weight: 600;
}

.gik-content-box h3 {
    font-size: 22px;
    color: #323138;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.gik-content-box p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #323138;
}

.gik-content-box ol {
    margin-left: 24px;
    margin-bottom: 16px;
}

.gik-content-box li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #323138;
}

.gik-content-box a {
    color: #807641;
    text-decoration: underline;
}

.gik-content-box a:hover {
    color: #6d6437;
}

.gik-cta-section {
    padding: 60px 0;
    text-align: center;
}

.gik-cta-section .gik-btn-primary {
    font-size: 18px;
    padding: 16px 40px;
}

.gik-cta-subcopy {
    margin-top: 16px;
    font-size: 14px;
    color: #9e9987;
}

.gik-footer {
    background-color: #fefefe;
    border-top: 1px solid rgba(158, 153, 135, 0.2);
    padding: 32px 0;
    text-align: center;
}

.gik-footer p {
    font-size: 14px;
    color: #9e9987;
    margin-bottom: 8px;
}

.gik-footer strong {
    color: #323138;
}

.gik-footer a {
    color: #807641;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gik-footer a:hover {
    color: #6d6437;
    text-decoration: underline;
}

.gik-divider {
    height: 1px;
    background-color: rgba(158, 153, 135, 0.2);
    margin: 60px auto;
    max-width: 800px;
}

@media (min-width: 768px) {
    .gik-hero h1 {
        font-size: 40px;
    }
    
    .gik-highlight-card {
        flex: 1 1 calc(50% - 10px);
    }
    
    .gik-photo-card {
        flex: 1 1 calc(50% - 10px);
    }
    
    .gik-content-box {
        padding: 40px;
    }
}

@media (min-width: 1024px) {
    .gik-hero h1 {
        font-size: 44px;
    }
    
    .gik-highlight-card {
        flex: 1 1 calc(33.333% - 14px);
    }
    
    .gik-promo-title {
        font-size: 32px;
    }
}/* End custom CSS */