* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span {
    padding: 0;
    margin: 0;
}

.carattere {
    font-family: "Carattere", cursive !important;
    font-weight: 400;
    font-style: normal;
}

.text-primary {
    color: #0071bc !important;
}

.bg-primary {
    background-color: #0071bc !important;
}

.btn-primary {
    background-color: #0071bc !important;
    border-color: #0071bc !important;
}

.object-cover {
    object-fit: cover;
}

.navbar {
    background-color: transparent !important;
    padding: 20px 0;
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    margin: 0 10px;
}

.book-now-btn {
    background-color: white;
    color: #0d6efd;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    border: none;
}

.hero-section {
    height: 100vh;
    background-image: url("../img/hero.png");
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 600px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.start-journey-btn {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 1rem;
}

.font-12 {
    font-size: 12px;
}

.font-16 {
    font-size: 16px;
}

.font-28 {
    font-size: 28px;
}

.font-48 {
    font-size: 48px;
}

.bg-bg{
    background-color: #fff !important;
}

.shadow-card {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rounded-15 {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
}

.footer-container {
    background: linear-gradient(135deg, #1a4a6b 0%, #0d2238 100%);
    color: white;
    overflow: hidden;
}

.top-contact-bar {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.contact-item:hover {
    color: #4a90e2;
}

.contact-icon {
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact-icon i {
    color: #1a4a6b;
    font-size: 16px;
}

.logo-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background-color: #4a90e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.logo-icon i {
    color: white;
    font-size: 20px;
}

.logo-text {
    font-size: 18px;
    font-weight: bold;
}

.logo-subtext {
    font-size: 12px;
    color: #b0c4de;
}

.footer-main {
    padding: 30px 0;
}

.footer-section h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #b0c4de;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #4a90e2;
}

.footer-section p {
    color: #b0c4de;
    font-size: 14px;
    line-height: 1.6;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: #4a90e2;
    color: white;
    transform: translateY(-2px);
}

.copyright {
    text-align: right;
    font-size: 12px;
    color: #b0c4de;
    margin-top: 20px;
}

.rounded-lg-pill {
    border-radius: 50px !important;
}

.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #87ceeb 0%, #4a90e2 100%);
    color: white;
}

.section-title {
    font-size: 28px;
    color: #ffd700;
    margin-bottom: 10px;
    font-weight: 400;
}

.section-subtitle {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
    color: white;
}

.testimonials-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.main-layout {
    display: flex;
    align-items: center;
    gap: 40px;
}

.testimonial-main-image {
    flex: 0 0 300px;
    max-width: 300px;
}

.testimonial-main-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.testimonials-carousel {
    flex: 1;
    min-width: 0;
    position: relative;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 0 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: auto;
    min-height: 280px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonial-info h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.star-rating {
    color: #ffc107;
    font-size: 16px;
    margin: 0;
}

.testimonial-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.travel-date {
    color: #999;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

/* Owl Carousel Custom Styles */
.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #031427 !important;
    border-radius: 50%;
    border: none;
    color: white !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    outline: none;
}

.owl-nav button:hover {
    background: #3a7bc8 !important;
    transform: scale(1.1);
}

.owl-nav button:focus {
    outline: none;
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

.owl-nav button span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3) !important;
    margin: 0 5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.owl-dot.active {
    background: #ffd700 !important;
    transform: scale(1.2);
}

.owl-dot:hover {
    background: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .main-layout {
        flex-direction: column;
        gap: 30px;
    }

    .testimonial-main-image {
        flex: none;
        max-width: 250px;
        align-self: center;
    }

    .testimonials-carousel {
        width: 100%;
    }

    .testimonial-card {
        margin: 0 10px;
        padding: 25px;
        min-height: 250px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }

    .testimonial-info h5 {
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .owl-prev {
        left: -20px;
    }

    .owl-next {
        right: -20px;
    }

    .owl-nav button span {
        font-size: 18px;
    }

    .owl-dots {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 40px 0;
    }

    .section-subtitle {
        font-size: 28px;
    }

    .testimonial-card {
        margin: 0 5px;
        padding: 20px;
    }

    .owl-prev {
        left: -15px;
    }

    .owl-next {
        right: -15px;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .owl-nav button span {
        font-size: 16px;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .testimonial-card:hover {
        transform: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
}

/* For mobile responsiveness */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .rounded-lg-pill {
        border-radius: 30px !important;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 20px;
        border-radius: 5px;
        margin-top: 10px;
    }
}
