/* ==========================================================================
   FIND YOUR ROUTE ABROAD SECTION
   Using standard theme tokens from page-common.min.css
   ========================================================================== */

.pathway-exchange-route-section {
    background-color: var(--navy);
}

.pathway-exchange-route-subtitle {
    font-family: var(--font-figtree);
    font-weight: 700;
    font-size: 20px;
}

.pathway-exchange-route-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 58px;
    color: var(--warning-yellow);
    line-height: 1.1;
}

.pathway-exchange-route-desc {
    font-family: var(--font-figtree);
    font-weight: 400;
    font-size: 16px;
    opacity: 0.8;
    max-width: 800px;
}

/* Carousel Center Mode */
.pathway-exchange-route-carousel {
    overflow: hidden;
}

.pathway-exchange-route-slide {
    transition: all 0.4s ease;
    opacity: 0.4;
    transform: scale(0.85);
    margin: 0 -40px;
}

.pathway-exchange-route-slide img,
.pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
.pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
    border: 2px solid #fff;
    border-radius: 15px !important;
}

.pathway-exchange-route-slide img {
    height: 550px;
    object-fit: cover;
}

.pathway-exchange-route-video-wrapper {
    background-color: #000;
    overflow: hidden;
    height: 550px;
}

.pathway-exchange-route-video-iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* Allow swipe/drag on side preview slides without iframe capture */
.pathway-exchange-route-slide:not(.slick-center) iframe {
    pointer-events: none;
}

.pathway-exchange-route-slide.slick-center {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    position: relative;
}

/* Custom Nav */
.pathway-exchange-route-progress {
    background-color: rgba(255, 255, 255, 0.2);
    height: 4px;
    border-radius: 2px;
    width: 100%;
}

.pathway-exchange-route-progress-bar {
    background-color: var(--warning-yellow);
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.pathway-exchange-route-arrows button {
    background: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.pathway-exchange-route-arrows button:hover {
    opacity: 0.7;
}

/* Filters */
.pathway-exchange-route-filter {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
/*     max-width: 1320px; */
    margin: 0 auto;
}

.pathway-exchange-route-select {
    font-family: var(--font-figtree);
    font-weight: 500;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.pathway-exchange-route-select:focus {
    border-color: #dee2e6;
    box-shadow: none;
    outline: none;
}

.pathway-exchange-route-search-icon {
    left: 16px;
    color: #999;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pathway-exchange-route-view-all {
    background-color: var(--navy);
    color: var(--warning-yellow);
    font-family: var(--font-figtree);
    font-weight: 700;
    transition: all 0.3s ease;
}

.pathway-exchange-route-view-all:hover {
    background-color: #1a1265;
    color: var(--warning-yellow);
}

/* Grid Wrapper for Cards */
.pathway-exchange-route-grid {
    max-width: 1320px;
    margin: 0 auto;
}

/* Cards */
.pathway-exchange-route-card {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pathway-exchange-route-badge {
    background-color: #eee9f9;
    color: var(--navy);
    font-family: var(--font-figtree);
    font-weight: 700;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
}

.pathway-exchange-route-card-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    color: var(--navy);
}

.pathway-exchange-route-card-subtitle {
    font-family: var(--font-figtree);
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.pathway-exchange-route-tag {
    background-color: #f7f7f7;
    font-family: var(--font-figtree);
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.pathway-exchange-route-tag-label {
    color: #888;
}

.pathway-exchange-route-tag-sub {
    color: #888;
    font-style: italic;
}

.pathway-exchange-route-split-label {
    font-family: var(--font-figtree);
    font-weight: 500;
    font-size: 13px;
    color: #888;
}

.pathway-exchange-route-split-value {
    font-family: var(--font-figtree);
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
}

.pathway-exchange-route-download-btn {
    background-color: var(--navy);
    color: #fff;
    font-family: var(--font-figtree);
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
}

.pathway-exchange-route-download-btn:hover {
    background-color: var(--warning-yellow);
    color: var(--navy);
}

.pathway-exchange-route-download-btn:hover svg {
    stroke: black;
}

#load-more-btn {
    background-color: var(--warning-yellow) !important;
    color: #000000 !important;
    border: none;
    font-family: var(--font-figtree);
    font-weight: 700;
    transition: all 0.3s ease;
}

#load-more-btn:hover {
    background-color: #e6b400 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

/* Ultra-Wide Displays (min-width: 1800px) */
@media (min-width: 1800px) {
    .pathway-exchange-route-title {
        font-size: 64px;
    }
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 600px !important;
    }
}

/* Extra Large Desktop (1600px - 1799px) */
@media (min-width: 1600px) and (max-width: 1799px) {
    .pathway-exchange-route-title {
        font-size: 60px;
    }
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 560px !important;
    }
}

/* Standard Desktop / Laptop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .pathway-exchange-route-title {
        font-size: 50px;
    }
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 480px !important;
    }
}

/* Small Laptop / Tablet Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .pathway-exchange-route-title {
        font-size: 44px;
    }
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 420px !important;
    }
    .pathway-exchange-route-slide {
        margin: 0 -20px;
    }
}

/* Tablet Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .pathway-exchange-route-title {
        font-size: 38px;
    }
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 360px !important;
    }
    .pathway-exchange-route-slide {
        margin: 0 -15px;
    }
}

/* Large Mobile / Phablet (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .pathway-exchange-route-title {
        font-size: 32px;
    }
	
	.pathway-exchange-route-section .container{
		    padding-top: 0rem !important;
	}
	
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 280px !important;
    }
    .pathway-exchange-route-slide {
        margin: 0 -10px;
    }
}

/* Mobile Landscape (480px - 575px) */
@media (min-width: 480px) and (max-width: 575px) {
    .pathway-exchange-route-title {
        font-size: 28px;
    }
	
	.pathway-exchange-route-filter{
		width: 94% !important;
	}
	
		.pathway-exchange-route-section .container{
		    padding-top: 0rem !important;
			    padding-bottom: 0.5rem !important;
	}
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 240px !important;
    }
    .pathway-exchange-route-slide {
        margin: 0 -8px;
    }
    .pathway-exchange-route-download-btn {
        font-size: 13px;
        padding: 8px 12px;
    }
}

/* Standard Mobile (361px - 479px) */
@media (min-width: 361px) and (max-width: 479px) {
    .pathway-exchange-route-title {
        font-size: 25px;
    }
	
		.pathway-exchange-route-section .container{
		    padding-top: 0rem !important;
			    padding-bottom: 0.5rem !important;
	}
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 200px !important;
    }
    .pathway-exchange-route-slide {
        margin: 0 -5px;
    }
    .pathway-exchange-route-download-btn {
        font-size: 12px;
        padding: 7px 10px;
    }
}

/* Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .pathway-exchange-route-subtitle {
        font-size: 16px;
    }
    .pathway-exchange-route-title {
        font-size: 22px;
    }
	
		.pathway-exchange-route-section .container{
		    padding-top: 0rem !important;
			    padding-bottom: 0.5rem !important;
	}
    .pathway-exchange-route-desc {
        font-size: 13.5px;
    }
    .pathway-exchange-route-slide img,
    .pathway-exchange-route-slide .pathway-exchange-route-video-wrapper,
    .pathway-exchange-route-slide .pathway-exchange-route-video-iframe {
        height: 170px !important;
    }
    .pathway-exchange-route-slide {
        margin: 0 -4px;
    }
    .pathway-exchange-route-card {
        padding: 16px !important;
    }
    .pathway-exchange-route-card-title {
        font-size: 20px;
    }
    .pathway-exchange-route-download-btn {
        font-size: 11.5px;
        padding: 6px 8px;
    }
}
