.srv-hero-section { position: relative; height: 400px; background-image: url("../img/service/category_Attractions_tickets.webp?tr=f-auto,q-75,w-1920"); background-size: cover; background-position: center; display: flex; align-items: end; overflow: hidden; } .srv-shape-yellow { position: absolute; top: -80px; left: -80px; width: 240px; height: 240px; background: #ffb800; border-radius: 50%; z-index: 1; } .srv-shape-cyan { position: absolute; bottom: -100px; left: -50px; width: 200px; height: 200px; background: #00ced1; border-radius: 50%; z-index: 1; } .srv-shape-purple { position: absolute; bottom: -120px; right: -100px; width: 280px; height: 280px; background: #6b5fed; border-radius: 50%; z-index: 1; } .srv-hero-content { position: relative; z-index: 2; max-width: 1180px; width: 100%; padding: 0 40px; margin: 0 auto; } .srv-hero-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); } .srv-h1 { font-size: 48px; font-weight: 600; margin-bottom: 0; color: white; letter-spacing: -0.5px; } .srv-subtitle { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; font-weight: 500; font-size: 16px; line-height: 24px; margin-top: 4px; color: #fff; } .srv-destination-dropdown { display: inline-flex; align-items: center; background: white; padding: 10px 18px; border-radius: 20px; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .srv-destination-dropdown svg { width: 18px; height: 18px; margin-right: 8px; } .srv-destination-dropdown span { color: #333; font-size: 15px; font-weight: 500; } .srv-dropdown-arrow { width: 14px !important; height: 14px !important; margin-left: 6px !important; margin-right: 0 !important; } .srv-search-box { display: flex; max-width: 820px; background: white; border-radius: 30px; overflow: hidden; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); } .srv-search-input-container { flex: 1; display: flex; align-items: center; padding: 0 24px; } .srv-search-icon { width: 22px; height: 22px; margin-right: 12px; color: #999; } .srv-search-input { flex: 1; border: none; outline: none; font-size: 16px; padding: 16px 0; color: #666; } .srv-search-input::placeholder { color: #999; } .srv-search-btn { background: var(--dep-why-accent); color: white; border: none; padding: 16px 50px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.3s; border-radius: 0; } .container-srv-2 { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding: 15px 22px 15px; max-width: 1180px; margin: 30px auto 0 auto; scrollbar-width: none; } .container-srv-2::-webkit-scrollbar { height: 6px; } .container-srv-2::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; } .container-srv-2::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; } .card-srv-2s-grid-srv-2 { display: flex; gap: 16px; padding: 10px 0; } .card-srv-2 { background: white; border-radius: 16px; padding: 18px 14px; text-align: center; transition: all 0.3s ease; cursor: pointer; border: 1px solid #e8e8e8; min-width: 160px; flex-shrink: 0; opacity: 0; transform: translateY(25px); animation: fadeUp 0.8s ease forwards; } .card-srv-2:nth-child(1) { animation-delay: 0.1s; } .card-srv-2:nth-child(2) { animation-delay: 0.2s; } .card-srv-2:nth-child(3) { animation-delay: 0.3s; } .card-srv-2:nth-child(4) { animation-delay: 0.4s; } .card-srv-2:nth-child(5) { animation-delay: 0.5s; } .card-srv-2:nth-child(6) { animation-delay: 0.6s; } .card-srv-2:nth-child(7) { animation-delay: 0.7s; } .card-srv-2:nth-child(8) { animation-delay: 0.8s; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(25px); } 100% { opacity: 1; transform: translateY(0); } } .card-srv-2:hover { transform: translateY(-6px) scale(1.05); box-shadow: 0 10px 25px rgba(0,0,0,0.12); } .icon-wrapper-srv-2 { width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; } .trust-piload{ } .card-srv-2-title { font-size: 14px; font-weight: 500; color: #2d2d2d; line-height: 1.3; white-space: nowrap; } .icon-wrapper-srv-2 img { max-width: 100%; max-height: 100%; object-fit: contain; } .hero-container-srv-3 { width: 100%; background: white; overflow: hidden; } .no-max { max-width: 100% !important; } .hero-content-srv-3 { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; } .text-section-srv-3 h1, .text-section-srv-3 h2 { margin-bottom: 30px; color: #000; font-size: 44px; font-weight: 600; line-height: 1.2; margin-top: 0; } .text-section-srv-3 p { font-size: 1.125rem; line-height: 1.8; color: #666; margin-bottom: 40px; font-weight: 400; } .image-section-srv-3 { position: relative; display: flex; align-items: center; justify-content: center; } .car-image-srv-3 { width: 100%; height: auto; max-width: 650px; border-radius: 12px; max-height: 160px; } .tour-title span { color: var(--dep-why-accent); } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } .ftn-22px { font-size: 22px; } .head-body-slow-p { padding: 14px 22px 10px; } .no-single-slow { padding: 0px 22px 22px; } .src-list-wrap { margin: 0 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 20px 22px 24px; max-width: var(--dep-why-max-width); } .src-list-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: start; position: relative; padding: 0 10px; } .src-list-services::before, .src-list-services::after { content: ""; position: absolute; top: 38px; bottom: 76px; width: 0; border-left: 2px dotted var(--src-list-divider); pointer-events: none; } .src-list-services::before { left: calc(100% / 3); } .src-list-services::after { left: calc(2 * 100% / 3); } .src-list-service { text-align: center; max-width: var(--src-list-max-card-width); margin: 0 auto; padding: 8px 18px; box-sizing: border-box; } .src-list-illustration { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } .src-list-illustration svg { width: 160px; height: 120px; display: block; } .src-list-title { margin: 8px 0 8px; font-size: 18px; -webkit-line-clamp: 2; text-overflow: ellipsis; -webkit-box-orient: vertical; font-weight: 600; line-height: 1.5; display: -webkit-box; overflow: hidden; } .src-list-desc { margin: 0 auto; color: var(--src-list-muted); font-size: 13px; line-height: 1.45; max-width: 260px; } .src-list-icon-baseline { height: 6px; width: 70%; margin: 10px auto 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.03)); border-radius: 50%; } .src-list-desc { max-height: 4.5em; overflow: hidden; position: relative; transition: max-height 0.3s ease; } .src-list-desc.expanded { max-height: 1000px; } .expand-btn { display: inline-block; margin-top: 6px; color: #4b2f80; font-weight: 500; background: none; border: none; cursor: pointer; padding: 0; font-size: 0.95rem; } .expand-btn:hover { text-decoration: underline; } .src-list-desc:not(.expanded)::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1.5em; background: linear-gradient(to bottom, transparent, #fff); } .add-on-sr-container { max-width: 1400px; margin: 0 auto; } .add-on-sr-services-wrapper { display: flex; flex-direction: column; gap: 0; } .add-on-sr-service-item { display: flex; align-items: center; padding: 40px 0; gap: 80px; border-bottom: 1px solid #e0e0e0; } .add-on-sr-service-item:last-child { border-bottom: none; } .add-on-sr-service-item:nth-child(even) { flex-direction: row-reverse; } .add-on-sr-icon-wrapper { flex-shrink: 0; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--orange) 0%, #4a90e2 100%); border-radius: 50%; position: relative; } .add-on-sr-icon-wrapper::after { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 3px solid var(--orange); top: -15px; left: -15px; opacity: 0.2; } .add-on-sr-icon-fill { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; } .add-on-sr-icon-wrapper .add-on-sr-icon { font-size: 5em; filter: grayscale(100%) brightness(200%); } .add-on-sr-service-content { flex: 1; padding: 0 20px; } .add-on-sr-service-content h2 { margin-bottom: 20px; position: relative; display: inline-block; -webkit-line-clamp: 2; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; font-size: 32px; font-weight: 300; color: #000000; line-height: 1; } .add-on-sr-service-content h2::after { content: ""; position: absolute; bottom: -10px; left: 0; width: 60px; height: 2px; background: var(--orange); border-radius: 2px; } .add-on-sr-service-content p { font-size: 16px; color: #555; line-height: 1.8; margin-top: 25px; } .add-on-sr-badge { display: inline-block; background: var(--orange); color: white; padding: 8px 20px; border-radius: 25px; font-size: 0.95em; margin-top: 20px; font-weight: 500; letter-spacing: 0.5px; } .add-on-sr-decorative-line { width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--orange), transparent); margin: 40px 0; } @media (max-width: 1024px) { .hero-content-srv-3 { grid-template-columns: 1fr; gap: 40px; text-align: center; } .text-section-srv-3 h1 { font-size: 3rem; } .image-section-srv-3 { order: -1; } .hero-container-srv-3 { border-radius: 12px; border: 2px solid rgba(17, 18, 23, 0.04); padding: 14px; } .add-on-sr-service-item { gap: 40px; padding: 20px 0; } .add-on-sr-icon-wrapper { width: 140px; height: 140px; } .add-on-sr-icon-wrapper .add-on-sr-icon { font-size: 4em; } .add-on-sr-service-content h2 { font-size: 1.8em; } } @media (max-width: 880px) { .container-no-single-880-btm-50 { margin-top: 30px; } .no-single-slow { padding: 0; } .ftn-22px { font-size: 18px; } .head-body-slow-p { padding: 8px 12px 0px; } } @media (max-width: 768px) { .srv-hero-section { height: 240px; background-position: 65% center; align-items: end; } .srv-destination-dropdown { margin-bottom: 30px; } .add-on-sr-service-content h2 { font-size: 24px; } .add-on-sr-service-content p { font-size: 15px; } .container-srv-2 { border-radius: 18px; position: relative; z-index: 99; background: white; margin: -15px auto; padding: 0px; width: 100%; } .srv-search-box { display: none; } .srv-h1 { font-size: 26px; } .card-srv-2-title { font-size: 10px; font-weight: 400; } .srv-subtitle { font-size: 14px; } .icon-wrapper-srv-2 { width: 40px; height: 40px; font-size: 22px; } .srv-hero-content { padding: 0 20px; } .srv-shape-yellow { width: 150px; height: 150px; top: -60px; left: -60px; } .srv-shape-cyan { width: 120px; height: 120px; bottom: -60px; left: -40px; } .srv-shape-purple { width: 180px; height: 180px; bottom: -80px; right: -70px; } .card-srv-2s-grid-srv-2 { gap: 28px 14px; padding: 20px 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } .card-srv-2 { padding: 0; min-width: 40px; border: none; } .text-section-srv-3 h1 { font-size: 2.5rem; } .text-section-srv-3 p { font-size: 1rem; } .src-list-services { grid-template-columns: 1fr; } .src-list-services::before, .src-list-services::after { display: none; } .src-list-service { max-width: 640px; margin-bottom: 28px; border-radius: 12px; border: 2px solid rgba(17, 18, 23, 0.04); padding: 0; } .padding-14-768 { padding: 14px; } .src-list-illustration svg { width: 240px; height: 160px; } .src-list-wrap { padding: 0; width: 94%; } .car-image-srv-3 { border-radius: 12px 12px 0px 0px; } .src-list-desc { max-width: 100%; } .add-on-sr-header h1 { font-size: 2.5em; } .add-on-sr-service-item, .add-on-sr-service-item:nth-child(even) { flex-direction: column; text-align: center; gap: 30px; padding: 40px 0; padding: 40px 10px; } .add-on-sr-service-content { padding: 0; } .add-on-sr-service-content h2::after { left: 50%; transform: translateX(-50%); } .add-on-sr-icon-wrapper { width: 120px; height: 120px; } .add-on-sr-icon-wrapper .add-on-sr-icon { font-size: 3.5em; } } @media (max-width: 480px) { .srv-subtitle { font-size: 14px; } .text-section-srv-3 h1 { font-size: 2rem; } } 