:root{--primary-color: #0d6efd;--secondary-color: #6c757d;--dark-color: #212529;--light-color: #f8f9fa;--font-primary: "Roboto", sans-serif;--font-heading: "Playfair Display", serif}body{font-family:var(--font-primary);display:flex;flex-direction:column;min-height:100vh;background-color:#fff}main{flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.top-bar a{text-decoration:none}.top-bar a:hover{text-decoration:underline}.navbar-brand{font-family:var(--font-heading)}.hero-section{background-color:#0006;background-blend-mode:overlay;color:#fff;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:inherit;filter:blur(3px);z-index:-1}.active{color:#4590fd!important;font-weight:600!important}.features-section{background-color:#fff}.tour-card{border:none;border-radius:8px;overflow:hidden;box-shadow:0 .5rem 1rem #00000013;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;height:100%;display:flex;flex-direction:column}.tour-card:hover{transform:translateY(-5px);box-shadow:0 1rem 2rem #00000026}.tour-card .card-img-top{height:220px;object-fit:cover;transition:transform .3s ease}.tour-card:hover .card-img-top{transform:scale(1.05)}.tour-card .card-body{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.tour-card .card-text{font-size:.95rem;margin-bottom:1rem;flex-grow:1}.testimonials-section{background-color:var(--light-color)}.testimonials-section .carousel-item{min-height:300px;width:800px;display:flex;align-items:center;justify-content:center}.testimonials-section .carousel-control-prev,.testimonials-section .carousel-control-next{width:5%}.cta-section{background:linear-gradient(#0d6efde6,#0d6efde6),url(assets/images/cta-bg.jpg) center center no-repeat;background-size:cover}footer a{text-decoration:none;transition:color .2s ease-in-out}footer a:hover{color:#17a2b8!important;text-decoration:underline}footer ul li{margin-bottom:.5rem}.currency-change{margin-left:15px;border:1px solid #0d6efd;padding:6px;display:flex;gap:5px;border-radius:.375rem;color:#0d6efd;width:fit-content}.currency-change select{border:1px solid #0d6efd;border-radius:4px;background:#f8f9fa}@media (max-width: 991.98px){.navbar-brand{font-size:1.5rem}.hero-section{height:70vh!important}.tour-card .card-img-top{height:200px}.currency-change{margin-top:10px}}main.bg-light{background-color:#f8f9fa!important}.form-control:focus,.form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 .25rem #0d6efd40}.object-fit-cover{object-fit:cover}
