.landing-container {
    margin-top: -100px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.service-card-1 {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    display: block;
}

.service-card-2 {
    display: none;
}

.our-services img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

    .our-services p {
        font-size: 0.85rem;
        color: #333;
        margin: 0;
    }

@media (max-width: 768px) {
    .service-card-1 {
        display: none;
    }
    
    .services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
    
    .service-card-2 {
        display: block;
        background: white;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .services {
        grid-template-columns: 1fr;
    }
    
    .landing-container {
        margin-top: -50px;
    }
}

/* About Section Styles */
.section-padding {
    /* padding: 6rem 0; */
    padding: 20px 0 !important;
}

.section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #2B6CB0, #4299E1);
    margin: 0 auto;
}

    .section-title {
        text-align: center;
        font-size: 1.8rem;
        color: #ffd700;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

.text-warm {
    color: #ffd700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: normal;
}

.about-content {
    position: relative;
}

.about-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 280px;
    max-height: 400px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
}

.about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.image-overlay {
    display: none;
}

/* Global section spacing reduction */
section {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}

section:last-child {
    padding-bottom: 0 !important;
}

/* Specific section adjustments */
.about.section-padding {
    padding: 20px 0 !important;
    background: #fff !important;
}

.container.services {
    padding: 20px 0 !important;
}

.tour-packages {
    padding: 20px 0 !important;
}

/* Landing page adjustments */
.landing-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.landing-container {
    padding: 10px 0 !important;
}

/* Service cards spacing */
.service-card-1, .service-card-2 {
    margin-bottom: 10px !important;
}

.our-services {
    padding: 10px 0 !important;
}

/* Contact section specific adjustments */
#contactus {
    padding-top: 20px !important;
    margin-top: 0 !important;
}

/* Partners section adjustments */
.partners-section {
    padding: 20px 0 10px 0 !important;
    margin-bottom: 0 !important;
}

/* Clean homepage styling */
.homepage-section {
    position: relative;
    overflow: hidden;
}

/* Responsive typography */
@media (max-width: 768px) {
    .section-heading {
        font-size: 1.8rem !important;
    }
    
    .section-title {
        font-size: 1.6rem !important;
    }
    
    .lead {
        font-size: 1rem !important;
    }
}

/* Smooth transitions */
section {
    transition: all 0.3s ease;
}

/* Card hover effects */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Button styling */
.btn {
    transition: all 0.3s ease;
    border-radius: 8px;
}

.btn:hover {
    transform: translateY(-1px);
}

/* Form styling */
.form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #56a756;
    box-shadow: 0 0 0 0.2rem rgba(86, 167, 86, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-padding {
        padding: 15px 0 !important;
    }
    
    .landing-container {
        padding: 5px 0 !important;
    }
    
    .service-card-1, .service-card-2 {
        margin-bottom: 5px !important;
    }
    
    .partners-section {
        padding: 15px 0 5px 0 !important;
    }
    
    #contactus {
        padding-top: 15px !important;
    }
}

/* Header Background Color */
.bg-color {
    background-color: #184618;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffd700 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:active {
    color: #56a756 !important;
    background: none !important;
}

.navbar-brand.logo {
    font-family: 'Pacifico', 'Comic Sans MS', cursive, sans-serif !important;
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-brand.logo span {
    color: #fff;
}

/* Footer Styling */
.footer {
    background-color: #184618;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 3rem 0 0;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/world-map.png') center/contain no-repeat;
    opacity: 0.05;
    pointer-events: none;
}

/* Floating Graphics */
.floating-graphic {
    position: absolute;
    opacity: 0.08;
    pointer-events: none;
    z-index: 1;
}

.floating-plane {
    top: 15%;
    right: 5%;
    width: 60px;
    animation: float 8s ease-in-out infinite;
}

.floating-compass {
    bottom: 20%;
    left: 5%;
    width: 50px;
    animation: rotate 20s linear infinite;
}

.floating-palm {
    top: 25%;
    left: 10%;
    width: 70px;
    animation: sway 6s ease-in-out infinite;
}

/* Footer Content */
.footer-content {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.footer-content p {
    color: #fff;
    opacity: 0.9;
}

.footer h4 {
    color: #ffd700;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.footer h5 {
    color: #ffd700;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
}

.footer-links li:hover {
    transform: translateX(5px);
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #ffd700;
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-contact li {
    color: #fff;
    margin-bottom: 0.75rem;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #ffd700;
}

.social-links {
    margin-top: 1.5rem;
}

.social-links a {
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    color: #ffd700;
    transform: translateY(-3px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.15);
    padding: 1rem 0;
    margin-top: 2rem;
    position: relative;
    z-index: 2;
}

.footer-bottom p {
    color: #fff;
    margin: 0;
    font-size: 0.95rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #fff;
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

/* Destination Cards */
.destination-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
}

.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.destination-image {
    position: relative;
    overflow: hidden;
    padding-top: 66.67%; /* 3:2 Aspect Ratio */
}

.destination-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.destination-card:hover .destination-image img {
    transform: scale(1.1);
}

.destination-content {
    padding: 1.5rem;
}

.destination-content h3 {
    font-family: var(--font-script);
    color: #1a2a6c;
    margin-bottom: 1rem;
}

.destination-content p {
    font-size: var(--text-base);
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Body Text Uniformity */
body {
    font-size: var(--text-base);
    line-height: 1.6;
    color: #4a5568;
}

p, .body-text {
    font-size: var(--text-base);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Section Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Partners Section Styles */
.partners-section {
    background: #fff;
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    color: #333;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
}

.marquee-content img {
    display: inline-block;
    height: 80px;
    width: auto;
    margin-right: 80px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    vertical-align: middle;
}

.marquee-content img:last-child {
    margin-right: 0;
}

.marquee-content img:hover {
    filter: grayscale(0%);
}

@keyframes marquee {
    0% { 
        transform: translateX(100vw);
    }
    100% { 
        transform: translateX(-100%);
    }
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .partners-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    
    .marquee-content img {
        height: 60px;
        margin-right: 40px;
    }
}

/* === FONT FAMILY & RESPONSIVE SIZING === */
:root {
    --font-primary: 'Poppins', Arial, Helvetica, sans-serif;
    --font-size-base: 0.95rem;
    --font-size-lg: 1.05rem;
    --font-size-xl: 1.8rem;
}

body, .section-heading, .section-title, .lead, .btn, .form-control, input, textarea, select, label, h1, h2, h3, h4, h5, h6, p, a {
    font-family: var(--font-primary) !important;
}

body {
    font-size: var(--font-size-base);
}

.section-heading, .section-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
}

.lead {
    font-size: var(--font-size-lg);
}

@media (max-width: 768px) {
    body {
        font-size: 0.9rem;
    }
    .section-heading, .section-title {
        font-size: 1.3rem;
    }
    .lead {
        font-size: 0.95rem;
    }
}

/* === BUTTON STYLES === */
.btn, button[type="submit"] {
    background: #184618;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 28px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(24,70,24,0.07);
    outline: none;
}
.btn:hover, button[type="submit"]:hover {
    background: #56a756;
    color: #fff;
    box-shadow: 0 4px 16px rgba(24,70,24,0.13);
}
.btn:active, button[type="submit"]:active {
    background: #184618;
    color: #ffd700;
}

/* === FORM STYLES === */
.form-control, input, textarea, select {
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    font-family: var(--font-primary);
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
    border-color: #56a756;
    box-shadow: 0 0 0 0.15rem rgba(86, 167, 86, 0.13);
}
label {
    font-family: var(--font-primary);
    font-size: 1rem;
}

/* === CONTACT SECTION BUTTON === */
#contactus .btn, #contactus button[type="submit"] {
    width: 100%;
    margin-top: 10px;
    font-size: 1.1rem;
    padding: 14px 0;
    border-radius: 25px;
    background: #184618;
    color: #fff;
}
#contactus .btn:hover, #contactus button[type="submit"]:hover {
    background: #56a756;
    color: #fff;
}

/* === ENSURE WHITE BACKGROUND === */
#home, .landing-page, #about, .about.section-padding, #contactus {
    background: #fff !important;
    border: none !important;
}

/* Restore monospace font for tour/package names */
.package-title, .tour-packages .package-title, .package-card .package-title {
    font-family: 'Fira Mono', 'Consolas', 'Menlo', 'Monaco', monospace !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .about-image-wrapper {
        min-height: 180px;
        max-height: 220px;
    }
    
    /* About section responsive improvements */
    .about .about-content {
        padding-right: 0 !important;
        margin-bottom: 20px;
    }
    
    .about .about-text p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    /* Destinations section responsive improvements */
    .nav-pill-part-data {
        margin-bottom: 20px;
    }
    
    .nav-pill-part-data img {
        margin-bottom: 15px;
    }
    
    .place-name {
        font-size: 1.1rem !important;
        margin-bottom: 8px;
    }
    
    .description {
        font-size: 0.9rem !important;
        line-height: 1.5;
    }
    
    .location {
        font-size: 0.8rem !important;
        margin-top: 8px;
    }
} 

/* WhatsApp and Back to Top Buttons */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    gap: 0;
}

.whatsapp-button {
    background: #25D366;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    pointer-events: auto;
    animation: pulse 2s infinite;
    width: 50px;
    height: 50px;
}

.whatsapp-button:hover {
    background: #128C7E;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.whatsapp-button i {
    font-size: 24px;
}

.back-to-top {
    background: #56a756;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(86, 167, 86, 0.3);
    transition: all 0.3s ease;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    min-width: 50px;
    height: 50px;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #4a8f4a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(86, 167, 86, 0.4);
}

.back-to-top i {
    font-size: 18px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .floating-buttons {
        padding: 0 20px;
        bottom: 20px;
        gap: 0;
    }
    
    .whatsapp-button {
        padding: 12px;
        width: 45px;
        height: 45px;
    }
    
    .whatsapp-button i {
        font-size: 20px;
    }
    
    .back-to-top {
        padding: 10px 16px;
        min-width: 45px;
        height: 45px;
    }
    
    .back-to-top i {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .floating-buttons {
        padding: 0 15px;
        bottom: 15px;
        gap: 0;
    }
    
    .whatsapp-button {
        padding: 10px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-button i {
        font-size: 20px;
    }
    
    .back-to-top {
        padding: 8px 12px;
        min-width: 40px;
        height: 40px;
    }
    
    .back-to-top i {
        font-size: 14px;
    }
} 