:root {
    --hoppa-green: var(--brand-orange);
    --hoppa-dark: var(--brand-text);
    --hoppa-light: var(--brand-orange-soft);
}

/* Bootstrap container classes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Responsive grid classes */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-md-4, .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.hero-section{
    background: url('../images/vehicle_doga.jpeg') no-repeat center center / cover;
    color: white;
    padding: 80px 0 0px 0;
    position: relative;
    min-height: 600px;
}

.contact-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.contact-info h4 {
    color: white;
    margin-bottom: 15px;
}

.phone-number {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.phone-number i {
    color: var(--hoppa-green);
    font-size: 1.8rem;
}

.contact-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.contact-info h4 {
    color: white;
    margin-bottom: 15px;
}

.phone-number {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.phone-number i {
    color: var(--hoppa-green);
    font-size: 1.8rem;
}

.search-box {
    background: rgb(14, 39, 14);
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .search-box {
        padding: 20px 15px;
    }
    
    .search-box .form-select-lg,
    .search-box .form-control-lg {
        font-size: 1rem;
        padding: 0.5rem;
    }
    
    .search-box .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}

.transfer-option {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.transfer-option:hover {
    transform: translateY(-5px);
}

.transfer-option img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.transfer-option h5 {
    color: var(--hoppa-dark);
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.transfer-option p.text-muted {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.transfer-option .d-flex {
    margin-bottom: 15px;
}

.transfer-option .d-flex p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.transfer-option .d-flex p b {
    color: var(--hoppa-dark);
}

.feature-list {
    margin-top: 15px;
}

.feature-list p {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-list i {
    width: 16px;
    color: var(--hoppa-green);
}

@media (max-width: 768px) {
    .transfer-option {
        padding: 15px;
    }
    
    .transfer-option img {
        height: 180px;
    }
    
    .transfer-option h5 {
        font-size: 1.1rem;
    }
    
    .transfer-option .d-flex {
        margin-bottom: 10px;
    }
    
    .transfer-option .d-flex p {
        font-size: 0.85rem;
    }
    
    .transfer-option .feature-list {
        margin-top: 10px;
    }
    
    .transfer-option .feature-list p {
        margin-bottom: 6px;
        font-size: 0.85rem;
    }
    
    .transfer-option .feature-list i {
        width: 14px;
    }
}

@media (max-width: 576px) {
    .transfer-option img {
        height: 160px;
    }
    
    .transfer-option h5 {
        font-size: 1rem;
    }
    
    .transfer-option .d-flex p {
        font-size: 0.8rem;
    }
    
    .transfer-option .feature-list p {
        font-size: 0.8rem;
    }
}

/* Responsive hero section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/vehicle_doga.jpeg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0 40px 0;
    position: relative;
}

.hero-section h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    
}

.hero-section h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.hero-section h3 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 30px 0;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    
    .hero-section h2 {
        font-size: 2rem;
        line-height: 1.4;
    }
    
    .hero-section h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 50px 0 25px 0;
    }
    
    .hero-section h1 {
        font-size: 2rem;
        line-height: 1.4;
    }
    
    .hero-section h2 {
        font-size: 1.75rem;
        line-height: 1.5;
    }
    
    .hero-section h3 {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}

.btn-hoppa {
    background: var(--hoppa-green);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 6px 14px rgba(255, 54, 4, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.btn-hoppa:hover {
    background: var(--brand-orange-dark);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(255, 54, 4, 0.3);
}

.btn-hoppa:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(255, 54, 4, 0.2);
}

.feature-box {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.feature-icon {
    font-size: 40px;
    color: var(--hoppa-green);
    margin-bottom: 15px;
}

.destination-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: white;
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
}

.destination-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.destination-card .price {
    color: var(--hoppa-green);
    font-weight: bold;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--hoppa-dark);
}

.section-title p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .section-title p {
        font-size: 0.95rem;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .section-title {
        margin-bottom: 25px;
    }
    
    .section-title h2 {
        font-size: 1.75rem;
        line-height: 1.4;
    }
    
    .section-title p {
        font-size: 0.9rem;
        padding: 0 10px;
    }
}

.trust-badges {
    background: var(--hoppa-light);
    padding: 20px 0;
    text-align: center;
}

.trust-badge {
    margin: 0 15px;
    height: 40px;
}

.footer {
    background: var(--hoppa-dark);
    color: white;
    padding: 60px 0 30px;
}

.footer h5 {
    color: white;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-links a:hover {
    color: white;
}

.social-icons a {
    color: white;
    font-size: 20px;
    margin-right: 15px;
}

.social-icons a:hover {
    color: var(--hoppa-green);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    color: #ccc;
}

.footer-payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.payment-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 10px 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.payment-row i {
    font-size: 38px;
    color: #fff;
    transition: transform 0.3s ease;
}

.payment-row i:hover {
    transform: scale(1.1);
}

.secure-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .payment-row {
        flex-wrap: nowrap;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .footer-payments {
        margin-top: 15px;
    }
    
    .payment-row {
        gap: 10px;
        margin: 8px 0;
    }
    
    .secure-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .footer-payments {
        margin-top: 10px;
    }
    
    .payment-row {
        gap: 8px;
        margin: 6px 0;
    }
    
    .secure-text {
        font-size: 13px;
    }
}

.language-selector {
    background: transparent;
    border: 1px solid #ccc;
    color: var(--hoppa-dark);
    padding: 5px 10px;
    border-radius: 4px;
}

.newsletter-box {
    background: var(--hoppa-light);
    padding: 40px 0;
    text-align: center;
}

.newsletter-form {
    max-width: 500px;
}

/* Transfer Options Styles */
.transfer-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    padding: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.transfer-option {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.transfer-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--hoppa-green);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.transfer-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.transfer-option:hover::before {
    opacity: 1;
}

.transfer-option img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 10px;
    background: var(--hoppa-light);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.transfer-option:hover img {
    transform: scale(1.1);
}

.transfer-option h5 {
    color: var(--hoppa-dark);
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 8px;
}

.transfer-option h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--hoppa-green);
    transition: width 0.3s ease;
}

.transfer-option:hover h5::after {
    width: 50px;
}

.transfer-option p {
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.transfer-option p:last-child {
    margin-bottom: 0;
    color: #888;
    font-size: 13px;
}

.transfer-option b {
    color: var(--hoppa-dark);
    font-weight: 600;
}

@media (max-width: 1200px) {
    .transfer-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .transfer-options {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 20px;
    }
    
    .transfer-option {
        padding: 25px;
        min-height: 160px;
    }
    
    .transfer-option img {
        width: 60px;
        height: 60px;
    }
} 