body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* HERO BASE */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* BACKGROUND SLIDES */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.bg-slide.active {
    opacity: 1;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* LAYOUT */
.hero-container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 100%;
    gap: 40px;
}

/* LEFT CONTENT */
.hero-content {
    color: #fff;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #facc15;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* COLLAGE */
.photo-collage-section {
    position: relative;
}

.collage-wrapper {
    position: relative;
    width: 100%;
    height: 420px;
}

.tilted-card {
    position: absolute;
    width: 200px;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.tilted-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card1 {
    top: 0;
    left: 0;
    transform: rotate(-6deg);
}

.card2 {
    top: 60px;
    left: 120px;
    transform: rotate(4deg);
}

.card3 {
    top: 140px;
    left: 40px;
    transform: rotate(-3deg);
}

/* BIRDS */
.bird {
    position: absolute;
    font-size: 22px;
    animation: fly 6s linear infinite;
}

.bird1 {
    top: -20px;
    left: 20px;
}

.bird2 {
    top: 40px;
    right: 30px;
    animation-delay: 2s;
}

.bird3 {
    bottom: 0;
    left: 60px;
    animation-delay: 4s;
}

@keyframes fly {
    from {
        transform: translateX(0);
        opacity: 0;
    }

    to {
        transform: translateX(60px);
        opacity: 1;
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .photo-collage-section {
        display: none;
    }
}


/* Welcome Section */
.welcome-section {
    padding: 5rem 0;
    background: white;
}

.welcome-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #222;
    line-height: 1.2;
}

.section-title.centered {
    text-align: center;
}

.section-subtitle {
    text-align: center;
    color: #666;
    max-width: 700px;
    margin: 1rem auto 2rem;
}

.welcome-description {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.cta-btn {
    background: transparent;
    color: #ff6b35;
    border: 2px solid #ff6b35;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s;
}

.cta-btn:hover {
    background: #ff6b35;
    color: white;
    transform: translateY(-2px);
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.grid-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s;
}

.grid-img:hover {
    transform: scale(1.05);
}

/* Services Icons */
.services-icons {
    padding: 3rem 0;
    background: #f9f9f9;
}

.icons-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    text-align: center;
}

.icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.icon-card:hover .icon-circle {
    background: #ff6b35;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

.icon-card p {
    color: #666;
    font-weight: 500;
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background: white;
}

.collage-wrapper {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7rem;
}

.tilted-card {
    width: 160px;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.tilted-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Base positions */
.card1 {
    transform: translateX(-40px) rotate(-6deg);
}

.card2 {
    transform: translateY(-10px) rotate(2deg);
}

.card3 {
    transform: translateX(40px) rotate(-4deg);
}
.card4 {
    transform: translateX(-10px) rotate(2deg);
}


/* Hover – no jump */
.card1:hover {
    transform: translateX(-40px) rotate(0deg) scale(1.05);
}

.card2:hover {
    transform: translateY(-10px) rotate(0deg) scale(1.05);
}

.card3:hover {
    transform: translateX(40px) rotate(0deg) scale(1.05);
}
.card3:hover {
    transform: translateX(40px) rotate(0deg) scale(1.05);
}
.card4:hover {
    transform: translateX(-10px) rotate(0deg) scale(1.05);
}

/* Flying Birds Animation */
.bird {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.7;
    animation: fly 15s infinite linear;
}

.bird1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.bird2 {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.bird3 {
    top: 40%;
    left: 15%;
    animation-delay: 4s;
}

.bird4 {
    top: 60%;
    right: 20%;
    animation-delay: 6s;
}

.bird5 {
    top: 30%;
    left: 30%;
    animation-delay: 8s;
}

.bird6 {
    top: 70%;
    right: 30%;
    animation-delay: 10s;
}

@keyframes fly {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(100px, -50px) scale(1.2);
    }

    50% {
        transform: translate(200px, 20px) scale(0.9);
    }

    75% {
        transform: translate(100px, 70px) scale(1.1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

/* Experience Section */
.experience-section {
    padding: 4rem 0;
    background: white;
}

/* Travel Experience */
.travel-experience {
    padding: 4rem 0;
    background: #f9f9f9;
}

.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.experience-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-content h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
}

.checklist {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.check-item {
    font-size: 1.1rem;
    color: #666;
    padding: 1rem;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Car Parallax Section */
.car-section {
    position: relative;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url("/img/photo-1449965408869-eaa3f722e40d.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.car-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.car-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;

    color: #f5e6c8;
    /* temple stone */
    text-shadow:
        0 4px 14px rgba(0, 0, 0, 0.65);
}


/* Services Cards */
.services-cards-section {
    padding: 5rem 0;
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-content {
    padding: 2rem;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #222;
}

.service-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.service-btn {
    background: #222;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.service-btn:hover {
    background: #ff6b35;
    transform: translateX(5px);
}

/* Testimonials */
.testimonials-section {
    padding: 5rem 0;
    background: #f9f9f9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-mark {
    font-size: 3rem;
    color: #ff6b35;
    line-height: 1;
    margin-bottom: 1rem;
}

.testimonial-text {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author strong {
    display: block;
    color: #222;
}

.testimonial-author p {
    color: #999;
    font-size: 0.9rem;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #ff6b35;
}

.submit-btn {
    background: #ff6b35;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
}

.submit-btn:hover {
    background: #e55a28;
    transform: translateY(-2px);
}

/* Scrabble Tiles */
.contact-visual {
    background: linear-gradient(135deg, #6b8e23, #9acd32);
    padding: 4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrabble-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.scrabble-tile {
    width: 60px;
    height: 60px;
    background: #f5e6d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    animation: float 3s ease-in-out infinite;
}

.scrabble-tile:nth-child(2) {
    animation-delay: 0.2s;
}

.scrabble-tile:nth-child(3) {
    animation-delay: 0.4s;
}

.scrabble-tile:nth-child(4) {
    animation-delay: 0.6s;
}

.scrabble-tile:nth-child(5) {
    animation-delay: 0.8s;
}

.scrabble-tile:nth-child(6) {
    animation-delay: 1s;
}

.scrabble-tile:nth-child(7) {
    animation-delay: 1.2s;
}

.scrabble-tile:nth-child(9) {
    animation-delay: 1.4s;
}

.scrabble-tile:nth-child(10) {
    animation-delay: 1.6s;
}

.scrabble-tile.spacer {
    background: transparent;
    box-shadow: none;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Footer */
.footer {
    background: #ff6b35;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 1rem;
}

.footer-col p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background: white;
    color: #ff6b35;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: white;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 5px;
    outline: none;
}

.newsletter-form button {
    background: #222;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.newsletter-form button:hover {
    background: #111;
}

/* Stats Bar */
.stats-bar {
    background: white;
    padding: 2rem 0;
    border-top: 1px solid #eee;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    color: #ff6b35;
    font-weight: bold;
}

.stat-item p {
    color: #666;
    margin-top: 0.5rem;
}

/* Scroll Animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.scroll-animate.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .search-card {
        flex-direction: column;
        align-items: stretch;
    }

    .welcome-grid,
    .experience-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .icons-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .collage-wrapper {
        flex-direction: column;
        height: auto;
        padding: 2rem 0;
    }

    .tilted-card {
        transform: rotate(0deg) !important;
    }

    .nav-menu {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 2rem;
    }

    .car-title {
        font-size: 2rem;
    }

    .icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}