.gradient-bg {
    background: linear-gradient(135deg, rgba(74, 109, 50, 0.9) 0%, rgba(230, 166, 51, 0.8) 100%);
}
.gradient-text {
    background: linear-gradient(135deg, #4a6d32, #5a7d42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.offers-gradient {
    background: linear-gradient(135deg, #F0F7EE 0%, #FDF8ED 100%);
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #4a6d32, #e6a633);
    border-radius: 2px;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e6a633;
    border-radius: 2px;
}
.active-page {
    color: #4a6d32;
    background-color: #F0F7EE;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.header-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
.nav-shadow {
    box-shadow: 0 4px 6px -1px rgba(74, 109, 50, 0.1), 0 2px 4px -1px rgba(74, 109, 50, 0.06);
}
.app-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.safari-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #e6a633 100%);
}
.download-feature-card {
    transition: all 0.3s ease;
}
.download-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/*Discover*/
.gradient-bg {
    background: linear-gradient(135deg, rgba(74, 109, 50, 0.9) 0%, rgba(230, 166, 51, 0.8) 100%);
}
.gradient-text {
    background: linear-gradient(135deg, #4a6d32, #5a7d42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.offers-gradient {
    background: linear-gradient(135deg, #F0F7EE 0%, #FDF8ED 100%);
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #4a6d32, #e6a633);
    border-radius: 2px;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e6a633;
    border-radius: 2px;
}
.active-page {
    color: #4a6d32;
    background-color: #F0F7EE;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.header-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
.nav-shadow {
    box-shadow: 0 4px 6px -1px rgba(74, 109, 50, 0.1), 0 2px 4px -1px rgba(74, 109, 50, 0.06);
}
.app-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.safari-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #e6a633 100%);
}
.discover-card {
    transition: all 0.3s ease;
}
.discover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.filter-btn.active {
    background-color: #4a6d32;
    color: white;
}
.tab-btn.active {
    color: #4a6d32;
    border-bottom: 3px solid #4a6d32;
}
.amenity-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f0f7ee;
    color: #4a6d32;
}
.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #4a6d32;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.875rem;
    z-index: 10;
}
.featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e6a633;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.75rem;
    z-index: 10;
}

/*Transport*/


.transport-card {
    transition: all 0.3s ease;
}
.transport-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.filter-btn.active {
    background-color: #4a6d32;
    color: white;
}
.tab-btn.active {
    color: #4a6d32;
    border-bottom: 3px solid #4a6d32;
}
.feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f0f7ee;
    color: #4a6d32;
}
.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #4a6d32;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.875rem;
    z-index: 10;
}
.featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e6a633;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.75rem;
    z-index: 10;
}
.booking-widget {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.route-line {
    position: relative;
    height: 2px;
    background: #4a6d32;
    margin: 0 20px;
}
.route-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #4a6d32;
    border-radius: 50%;
}
.route-line:after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #e6a633;
    border-radius: 50%;
}

/*Visa Services*/
.gradient-bg {
    background: linear-gradient(135deg, rgba(74, 109, 50, 0.9) 0%, rgba(230, 166, 51, 0.8) 100%);
}
.gradient-text {
    background: linear-gradient(135deg, #4a6d32, #5a7d42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.offers-gradient {
    background: linear-gradient(135deg, #F0F7EE 0%, #FDF8ED 100%);
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #4a6d32, #e6a633);
    border-radius: 2px;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e6a633;
    border-radius: 2px;
}
.active-page {
    color: #4a6d32;
    background-color: #F0F7EE;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.header-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
.nav-shadow {
    box-shadow: 0 4px 6px -1px rgba(74, 109, 50, 0.1), 0 2px 4px -1px rgba(74, 109, 50, 0.06);
}
.app-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.safari-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #e6a633 100%);
}
.feature-card {
    transition: all 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.phone-mockup {
    position: relative;
    width: 300px;
    height: 600px;
    background: #1a202c;
    border-radius: 40px;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.app-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.floating-notification {
    position: absolute;
    bottom: 80px;
    right: -30px;
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    max-width: 250px;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.download-btn {
    transition: all 0.3s ease;
}
.download-btn:hover {
    transform: scale(1.05);
}

/*Auth*/
.gradient-bg {
    background: linear-gradient(135deg, rgba(74, 109, 50, 0.9) 0%, rgba(230, 166, 51, 0.8) 100%);
}
.gradient-text {
    background: linear-gradient(135deg, #4a6d32, #5a7d42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #4a6d32, #e6a633);
    border-radius: 2px;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e6a633;
    border-radius: 2px;
}
.active-page {
    color: #4a6d32;
    background-color: #F0F7EE;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.header-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
.nav-shadow {
    box-shadow: 0 4px 6px -1px rgba(74, 109, 50, 0.1), 0 2px 4px -1px rgba(74, 109, 50, 0.06);
}
.auth-gradient {
    background: linear-gradient(135deg, #4a6d32 0%, #5a7d42 100%);
}
