
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}
.container{
    max-width: 1104px !important;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.main-header {
    position:sticky;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Style the optgroup label in the dropdown */
.optgroup-header {
    font-weight: bold;
    background-color: #f0f0f0; /* light gray background */
    color: #333; /* darker text */
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.ts-dropdown .option {
    padding-left: 10px!important;
}

.h1Hero {
    color: #FFF;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 58px;
    font-feature-settings: 'liga' off, 'clig' off;
}
.marginTopOffer {
    margin-top: 80px;
}

.about-section {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #D0D5DD;
}

.heroJoinUs {
    margin: 36px;
    border-radius: 30px;
    overflow: hidden;
}

.joinUsImg {
    object-fit: cover;
    border-radius: 30px;
}

.stories-section {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px !important;
    border-bottom: 1px solid #D0D5DD;
}

.offersIndex {
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 80px;
}

.beachHeroImg {
    object-fit: cover;
    border-radius: 30px;
}

.hero {
    position: relative;
    background-size: cover;
    height: 80vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 36px;
    border-radius: 30px;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.navbar .nav-link {
    font-weight: 500;
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

    .navbar .nav-link:hover {
        color: #007bff;
    }

.serbianFlag {
    font-size: 2rem;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin: 50px auto;
    padding: 5px;
}

.ts-control {
    border: 0px !important;
    height: 40px;
    overflow-y: auto !important;
    padding: 10px 0px 10px 0px!important;
    box-sizing: content-box !important;
}

.categorySelect {
    width: 100%;
}

.search-field {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 15px;
    border-right: 1px solid #ddd;
    background: transparent;
}

    .search-field:last-of-type {
        border-right: none;
    }

    .search-field input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 16px;
        color: #444;
        padding-right: 25px; 
    }

    .search-field i {
        font-size: 18px;
        color: #666;
        margin-left: -25px;
    }

    .search-field:focus-within {
        outline: none;
        box-shadow: none;
        border-color: #ddd; /* keep it unchanged */
    }

    .search-field input:focus {
        outline: none;
        box-shadow: none;
    }

/*.search-btn {
    background: #009cff;
    border: none;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    transition: background 0.3s;
    flex-shrink: 0;
}

    .search-btn:hover {
        background: #007acc;
    }

    .search-btn i {
        font-size: 18px;
    }*/

@media (max-width: 600px) {
    .socialMediaIcons{
        display: flex;
        justify-content:center;
    }

    .bi-grid {
        position: absolute;
        right: 8px;
    }

    .about-text {
        margin-bottom: 5%;
    }

    .lead{
        font-size:18px;
    }

    .h3Hero{
        font-size: 24px;
    }

    .search-bar {
        flex-direction: column;
        width: 95% !important;
        max-height: 50%;
        margin: 20px auto;
        border-radius: 20px;
    }

    .search-field {
        width: 100% !important;
        max-width: 100% !important;
        border-right: none;
    }

    .search-field i {
        margin-left: -30px;
    }

    .footerContent{
        justify-content:center;
    }
}

.offersText, .valenciaText {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto, sans-serif;
}

.offersText {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #1D2939;
}

.valenciaText {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1D2939;
}

.footer {
    border-radius: 20px;
    margin: 40px auto;
    font-size: 0.9rem;
    padding: 10px;
    text-align: center;
}

    .footer .btn {
        background-color: #0d6efd;
        color: white;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

        .footer .btn:hover {
            opacity: 0.85;
        }

.borderRadiusCard {
    border-radius: 10px;
}

.container.py-5 {
    background-color: #ffffff; 
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.17); 
    border-radius: 10px; 
    padding: 2rem;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.viewMoreBtn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .viewMoreBtn:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 767.98px) { 
    .h1Hero {
        font-size: 1.8rem;
    }
}

.barcelona11Days{
    color: black;

}

.card-link-wrapper {
    text-decoration: none; 
    color: inherit; 
    display: block; 
    height:100%;
}

    .card-link-wrapper .card {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        cursor: pointer;
    }

    .card-link-wrapper:hover .card {
        transform: translateY(-5px); 
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

.card-body {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.skiptranslate > iframe {
    height: 0 !important;
    border-style: none;
    box-shadow: none;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.blog-img {
    aspect-ratio: 357 / 302;
    width: 100%;
    max-width: 357px;
}

    .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.375rem;
    }

.blog-body {
    flex: 1;
}

.pagination .page-link {
    color: #002341;
    border: none;
    background: transparent;
}

.pagination .page-item.active .page-link {
    background: #0BA5EC;
    border-radius: 50%;
    color: #fff;
}

.otherBlogsText {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: unset;
    vertical-align: bottom;
    color: #1E293B;
}

.blogsTitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: unset;
    vertical-align: bottom;
}

.cardBlogsTitle {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: unset;
}

.cardBlogs {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: unset;
}

@media (max-width:600px) {
    .stories-section {
        padding-top: 0px !important;
    }
}

.stories-section {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px !important;
    border-bottom: 1px solid #D0D5DD;
}

.card-img {
    height: 100%;
}

.readMore {
    color: #0BA5EC;
}

.topOfferCards {
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 80px;
}

/* Reset container to use Bootstrap grid */
.contact-container {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Left image */
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills column, keeps proportions */
    display: block;
}

/* Right form section */
.contact-form {
    background: #fff;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.valenciaBigContactImg {
    object-fit: cover;
}

.valenciaImgContactBig {
    padding-left: 0%;
}

.yourEmailColor {
    color: #0BA5EC
}

.aboutYouSection {
    padding-top: 0px !important;
}

.contact-form h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-form p {
    margin-bottom: 20px;
    color: #555;
}

    .contact-form p a {
        color: #0073e6;
        text-decoration: none;
        font-weight: 600;
    }

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c3e50;
}

input,
textarea {
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

/* Services checkboxes */
.services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 5px;
}

    .services label {
        font-weight: 400;
        color: #333;
    }

/* Button */
button {
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #0073e6;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

    button:hover {
        background-color: #005bb5;
    }

/* Responsive tweaks */
@media (max-width: 768px) {
    .contact-form {
        padding: 30px 20px;
    }

    .smallScreen {
        padding-right: 0px;
    }
}

.buttonSubmit {
    background-color: #0BA5EC;
}

.heroOffers {
    margin: 36px;
    border-radius: 30px;
    height: 230px;
    background: url('/images/heroOffers.jpg') no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .heroOffers {
        background: url('/images/beachHeroOffersPhone.jpg') no-repeat center top;
        background-size: cover;
    }
}

.popularDestinationOffers {
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 80px;
}

@media (max-width: 600px) {
    .offers-section {
        margin-top: 140px !important;
    }

    .search-barOffers {
        flex-direction: column;
        width: 95% !important;
        margin-bottom: -27% !important;
        border-radius: 20px !important;
        overflow: hidden;
        position: relative;
        z-index: 10;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        background: #fff;
    }

    .search-fieldOffers,
    .search-field {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        display: flex;
        max-height: 40px;
        align-items: center;
    }

        .search-fieldOffers:last-child,
        .search-field:last-child {
            border-bottom: none;
        }

        .search-fieldOffers input,
        .search-field input {
            width: 100%;
            padding: 10px 5px;
        }

        .search-fieldOffers i.bi-calendar,
        .search-fieldOffers i.bi-grid {
            margin-right: 4%;
            color: #666;
        }

    .search-btnOffers {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 12px 0;
        background: #0d6efd;
        color: #fff;
        border: none;
        max-height: 40px;
        cursor: pointer;
        border-radius: 0 0 20px 20px;
    }

    .hero-contentOffers {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .bi-search {
        padding-bottom: 5px;
    }
}

.hero-contentOffers {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 150px;
}

.search-barOffers {
    display: flex;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 500px;
    max-width: 90%;
    position: relative;
    z-index: 10;
    margin-bottom: -3%;
}

.search-fieldOffers {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid #eee;
}

    .search-fieldOffers:last-child {
        border-right: none;
    }

    .search-fieldOffers input {
        border: none;
        outline: none;
        width: 100%;
        padding: 10px 5px;
    }

.search-btnOffers {
    background: #0d6efd;
    border: none;
    color: white;
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.content-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 40px;
}

    .content-row.reverse {
        flex-direction: row-reverse;
    }

.content-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 4.5 / 4.1;
}

.content-text {
    flex: 1;
    color: #8ca2c5;
}

    .content-text h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #2c3e50;
    }

    .content-text p {
        line-height: 1.6;
        font-size: 1rem;
    }

.marginRight10 {
    margin-right: 10%;
}

@media (max-width: 768px) {
    .content-row,
    .content-row.reverse {
        flex-direction: column;
        text-align: center;
    }

    .content-image {
        order: 1;
    }

    .content-text {
        order: 2;
    }

    .content-image img {
        max-width: 100%;
    }

    .marginRight10 {
        margin-right: 0;
    }
}

.aboutUsText {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: unset;
    color: #475467;
}

.travel-card {
    display: flex;
    align-items: start;
    gap: 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    margin: 2rem auto;
}

.travel-logo img {
    width: 400px;
    height: 325px;
}

.travel-info h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #222;
}

.travel-info p {
    margin: 0.3rem 0 1.2rem 0;
    color: #555;
    font-size: 0.95rem;
}

.travel-info .icon {
    margin-right: 6px;
}

.travel-stats {
    display: flex;
    flex-direction: column; 
    gap: 0.6rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}

    .travel-stats .label {
        color: #777;
        margin-right: 1rem;
    }

    .travel-stats .value {
        font-weight: 600;
        color: #222;
        font-size: 1rem;
    }

    .travel-stats div {
        height: 42px;
        border-bottom: 1px solid lightgray;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.pagination-container {
    gap: 10px;
    flex-wrap: wrap;
}

    .pagination-container .page-item {
        width: 36px;
        border: none !important;
        height: 36px;
        border-radius: 50%;
        border: 1px solid lightgray;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #475467;
        font-weight: 500;
    }

        .pagination-container .page-item.active {
            background-color: #0BA5EC;
            color: #fff;
            border-color: #0BA5EC;
        }

.page-item {
    border: none;
    margin-left: 2%;
}

.page-link {
    border: none;
    color: #002341;
}

.pagination .page-item.active .page-link {
    background-color: #0BA5EC !important;
    color: #fff !important;
    border-radius: 50% !important;
}

.contactInfo {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.contactInfoEmail {
    font-family: Roboto;
    font-weight: bold;
    color: #0BA5EC;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: unset;
}

.bottomMargin10 {
    margin-bottom: 10%;
}

.numberOftours {
    height: 42px;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
}

.activeOffers {
    color: #0BA5EC;
    border-bottom: 2px solid #0BA5EC;
    cursor: pointer;
}

.nonActiveOffersDefault {
    color: #475467;
    cursor: pointer;
}


.offersOrganization {
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 80px;
}

.ratio-custom {
    aspect-ratio: 4 / 3;
}

.blog-menu, .menu-item, .blog-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.arrangement {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0;
    color: #475467 !important;
}

.marginBottomBlogs {
    margin-bottom: 5%;
}

.blog-menu {
    margin-bottom: 4% !important;
}

@media (max-width: 600px) {
    .smaller-images-grid {
        display: none;
    }

    .blog-menu {
        margin-bottom: 14% !important;
    }

    .multiple-images-icon {
        display: block !important;
        color: gray;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}

.day-card {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.day-header {
    background: #0BA5EC;
    color: white;
    padding: 15px 20px;
    font-weight: 500;
}

.locationDescription {
    color: #0BA5EC;
    border-bottom: 2px solid #0BA5EC;
    cursor: pointer;
}

.information {
    color: #475467;
    cursor: pointer;
    text-decoration: none;
}

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

.day-card h6 {
    margin: 0;
    font-size: 16px;
}

.day-card p {
    background: white;
    color: #475467;
    margin: 0;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.5;
}

.sepparation {
    padding-bottom: 5%;
    border-bottom: 1px solid lightgray;
}

.ratio > img,
.ratio > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-toggler {
    margin-left:25px;
}