h1, h2, h3, h4, h5, h6 { font-family: "Plus Jakarta Sans", sans-serif; } .text-justify { text-align: justify; } .hero-section { position: relative; height: 70vh; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner/contact-us-banner.webp") center/cover; display: flex; align-items: center; justify-content: center; color: var(--bg-white); } .hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent; } .hero-content { position: relative; z-index: 2; } .hero-section h1 { font-size: 32px; font-weight: 900; margin-bottom: 1rem; letter-spacing: 0.02em; background: var(--bg-white); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; display: inline-block; } .hero-section p { font-size: 1.4rem; font-weight: 400; opacity: 0.95; } .contact-info-section { padding: 40px 0; background: var(--bg-white); margin-bottom: 10px; } .section-header { margin-bottom: 30px; } .section-label { width: 100%; text-align: center; display: inline-block; color: var(--accent-color); font-size: 16px; font-weight: 700; } .site-section-title { font-size: 32px; font-weight: 700; color: var(--text-heading); line-height: 1.2; margin-bottom: 4px; text-align: center; } .site-section-title.faq-title { text-align: left; } .site-section-label { position: relative; display: inline-block; color: var(--accent-color); font-weight: 700; font-size: 15px; margin-bottom: 6px; padding: 0 40px; } .site-section-label::before, .site-section-label::after { content: ""; position: absolute; top: 50%; width: 30px; height: 1px; background: var(--accent-color); } .site-section-label::before { left: 0; } .site-section-label::after { right: 0; } .home-trust .site-section-label::before, .home-trust .site-section-label::after { background: #fff; } .breadcrumb-section { padding: 10px 0; border-bottom: 2px solid var(--border-color); } .breadcrumb-list { display: flex; align-items: center; list-style: none; padding: 0; margin: 5px 0 0; flex-wrap: wrap; gap: 8px; justify-content: center; } .pricing-card .breadcrumb-list { justify-content: flex-start; margin-bottom: 15px; } .breadcrumb-item { font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; } .breadcrumb-item a { color: var(--primary-color); text-decoration: none; font-weight: 500; transition: color 0.2s; font-size: 15px; } .breadcrumb-item a:hover { color: var(--secondary-color); } .breadcrumb-item:last-child::after { display: none; } .breadcrumb-item.active { color: var(--text-dark); font-weight: 600; font-size: 13px; } .breadcrumb-white .breadcrumb-item { color: rgba(255, 255, 255, 0.7); } .breadcrumb-white .breadcrumb-item a { color: var(--bg-white); } .breadcrumb-white .breadcrumb-item a:hover { color: var(--secondary-color); } .breadcrumb-white .breadcrumb-item::after { color: rgba(255, 255, 255, 0.5); } .breadcrumb-white .breadcrumb-item.active { color: var(--bg-white); } .contact-cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; } .contact-info-card { display: flex; flex-direction: column; gap: 15px; padding: 15px; background: var(--bg-white); border: 1px solid var(--border-color); border-radius: 8px; transition: all 0.16s ease; } .card-header-row { display: flex; flex-direction: row; align-items: center; gap: 15px; } .card-icon { width: 40px; height: 40px; background: var(--bg-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--border-color); } .contact-info-card h3 { font-size: 1.4rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 0; letter-spacing: -0.01em; } .card-content p { font-size: 0.9rem; color: var(--p-text-color); line-height: 1.7; margin: 0; } .card-content a { color: var(--primary-color); text-decoration: none; font-weight: 600; transition: color 0.3s ease; } .card-content a:hover { color: var(--secondary-color); } .map-wrapper { height: 100%; min-height: 380px; border-radius: 8px; overflow: hidden; } .map-wrapper iframe { width: 100%; height: 100%; border: none; } .form-section { position: relative; padding: 80px 0 80px; background: linear-gradient(rgba(0, 150, 250, 0.507), rgba(0, 0, 0, 0.521)), url("../img/form-background-img.webp") center/cover; color: var(--bg-white); } .form-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); } .form-header { position: relative; z-index: 2; margin-bottom: 25px; } .form-label { width: 100%; text-align: center; display: inline-block; color: var(--bg-white); font-size: 16px; font-weight: 700; } .form-title { font-size: 35px; font-weight: 700; color: var(--bg-white); margin-bottom: 0; line-height: 1.2; } .contact-form-wrapper { position: relative; z-index: 10; background: var(--bg-white); padding: 40px; border-radius: 25px; margin: 0 auto; max-width: 600px; } .contact-form-wrapper .input-group:not(.message-group) { background: var(--bg-grey-medium); border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; transition: all 0.3s ease; height: 50px; } .contact-form-wrapper .input-group-text { background: transparent; border: none; color: var(--primary-color); font-size: 1.1rem; padding-left: 15px; padding-right: 15px; } .contact-form-wrapper .form-control { border: none; border-radius: 10px; font-size: 14px; letter-spacing: 0%; font-weight: 500; transition: all 0.3s ease; background: transparent; } .contact-form-wrapper .form-control:focus { outline: 2px solid var(--primary-color); outline-offset: -1px; box-shadow: none; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; appearance: textfield; } .contact-form-wrapper .input-group.message-group { background: var(--bg-grey-medium); border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; transition: all 0.3s ease; height: 160px; } .contact-form-wrapper textarea.form-control { height: 100%; resize: none; padding-top: 12px; } .submit-btn-container { width: 100%; display: flex; justify-content: center; } .btn-submit { color: var(--bg-white); background: var(--primary-color); border: none; border-radius: 28px; padding: 5px 26px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); } .btn-submit:hover { background: var(--secondary-color); } .btn-submit:active { background-color: var(--border-light); transform: translateY(0); } .social-media-section { position: relative; z-index: 2; margin-top: 30px; } .social-text { color: var(--bg-white); font-size: 1.2rem; font-weight: 600; margin-bottom: 20px; } .social-links { display: flex; gap: 15px; justify-content: center; } .social-link { width: 40px; height: 40px; background: var(--bg-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--bg-black); text-decoration: none; transition: all 0.3s ease; font-size: 1.2rem; } .social-link:hover { background: var(--secondary-color); } .home-hero { position: relative; width: 100%; overflow: visible; } .hero-banner-img { width: 100%; height: auto; display: block; } .home-hero::before, .home-hero::after, .home-hero .road-graphic { display: none; } .hero-container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; z-index: 5; padding: 0 15px; pointer-events: none; } .hero-quote-form-container { pointer-events: auto; } .hero-text-col { z-index: 3; } .hero-title { font-size: 3.2rem; font-weight: 700; color: var(--text-heading); line-height: 1.1; margin-bottom: 40px; } .hero-title .highlight { color: var(--color-error); } .hero-circle-images { display: flex; align-items: center; margin-top: 20px; } .circle-item { width: 150px; height: 150px; border-radius: 50%; border: 5px solid var(--bg-white); overflow: hidden; position: relative; z-index: 2; } .circle-item.large { width: 200px; height: 200px; margin: 0 -30px; z-index: 3; } .circle-item img { width: 100%; height: 100%; object-fit: cover; } .hero-image-col { position: relative; z-index: 2; } .van-display { position: relative; z-index: 4; transform: translateX(50px); } .main-van { width: 120%; height: auto; filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.2)); } .hero-quote-form-container { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 65%); width: 100%; max-width: 800px; z-index: 10; border-radius: 24px; } .quote-header { color: var(--bg-white); text-align: center; padding: 15px 16px; background: var(--bg-dark-blue); height: 110px; border-top-left-radius: 24px; border-top-right-radius: 24px; } .quote-header span { font-size: 24px; font-weight: 800; margin-bottom: 4px; } .quote-header p { font-size: 14px; margin: 0px; } .quote-form-box { border-radius: 24px; padding: 20px 27px; background-color: var(--bg-white); position: relative; z-index: 1; margin-top: -28px; } .form-row { display: flex; gap: 15px; align-items: center; } .quote-input-group { flex: 1; position: relative; background: var(--bg-grey-light); border-radius: 12px; width: 100%; } .quote-input-group input { width: 100%; border: none; background: transparent; padding: 12px 45px 12px 20px; font-size: 1rem; color: var(--grey-333); } .quote-icon { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; opacity: 0.8; } .hero-submit-btn { background: var(--primary-color); color: var(--bg-white); border: none; padding: 11px 35px; border-radius: 30px; font-weight: 700; cursor: pointer; transition: transform 0.3s ease, opacity 0.3s ease; line-height: 22px; } .hero-submit-btn:hover { background: var(--secondary-color); transform: translateY(-1px); } .home-intro { padding: 160px 0 80px; background-color: var(--bg-grey-light); } .intro-image-wrapper { aspect-ratio: 1200 / 675; background-color: var(--bg-blue-pale); border-radius: 24px; overflow: hidden; } .intro-image-wrapper img { display: block; width: 100%; height: auto; } .intro-image-card img { border-radius: 24px; } .intro-content { padding-left: 10px; } .intro-title { font-size: 32px; font-weight: 700; color: var(--text-heading); margin-top: 0; margin-bottom: 25px; line-height: 1.2; } .intro-desc { font-size: 15px; color: var(--grey-555); line-height: 1.8; text-align: justify; } .home-fleet { padding: 64px 0 80px; background-color: var(--bg-white); } .fleet-card { background: var(--bg-white); border: 1px solid var(--grey-eee); border-radius: 20px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; } .fleet-image-box { position: relative; overflow: hidden; padding: 15px; } .fleet-image-box { aspect-ratio: 16 / 14; border-radius: 15px; } .fleet-image-box img { border-radius: 15px; } .fleet-contact-icons { position: absolute; top: 26px; left: 26px; display: flex; gap: 8px; z-index: 5; } .fleet-contact-icons img { width: 34px; height: 34px; transition: transform 0.2s; } .fleet-contact-icons a:hover img { transform: scale(1.1); } .icon-circle { width: 34px; height: 34px; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; } .icon-circle img { width: 18px; height: 18px; } .icon-circle.yellow { background-color: var(--color-orange-bright); } .icon-circle.green { background-color: var(--color-whatsapp); } .icon-circle:hover { cursor: pointer; } .fleet-img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; transition: transform 0.5s ease; } .fleet-card:hover .fleet-img { cursor: pointer; } .fleet-info { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; } .fleet-features { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--bg-grey-soft); padding: 10px; border-radius: 8px; margin-bottom: 13px; } .fleet-features span { font-size: 0.85rem; font-weight: 600; color: var(--grey-666); display: flex; align-items: center; gap: 2px; } .fleet-name { font-size: 1.1rem; font-weight: 700; color: var(--text-heading); } .fleet-name .highlight { color: var(--primary-accent); } .fleet-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--bg-grey-soft); padding-top: 15px; margin-top: 8px; } .btn-enquire { background: var(--primary-color); color: var(--bg-white); padding: 8px 20px; border-radius: 24px; font-size: 13px; font-weight: 600; text-decoration: none; transition: background 0.3s; border: none; cursor: pointer; display: inline-block; } .btn-enquire:hover { background: var(--secondary-color); color: var(--bg-white); } .fleet-price { text-align: right; display: flex; flex-direction: row; align-items: center; gap: 5px; } .fleet-price small { display: block; font-size: 13px; color: var(--bg-black); font-weight: 600; } .fleet-price span { font-size: 20px; font-weight: 800; color: var(--text-heading); display: inline-flex; align-items: center; gap: 3px; } .fleet-description p { font-size: 15px; line-height: 1.8; color: var(--grey-555); } .fleet-amenities-box { background: var(--bg-grey-softest); border: 1px solid var(--border-color); border-radius: 16px; padding: 30px; margin-top: 24px; } .fleet-amenities-title { font-size: 20px; font-weight: 700; color: var(--text-heading); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--primary-color); display: inline-block; } .amenity-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 14px; background: #fff; border-radius: 10px; border: 1px solid var(--border-color); height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; } .amenity-item:hover { box-shadow: 0 2px 8px rgba(0, 97, 135, 0.08); transform: translateY(-1px); } .amenity-item img { flex-shrink: 0; margin-top: 2px; } .amenity-item span { font-size: 14px; font-weight: 500; color: var(--grey-444); line-height: 1.4; } .home-trust { padding: 64px 0 80px; background-color: var(--bg-dark-blue); color: var(--bg-white); } .trust-label { position: relative; display: inline-block; color: var(--bg-white); font-weight: 500; font-size: 15px; margin-bottom: 20px; padding: 0 40px; letter-spacing: 1px; } .trust-label::before, .trust-label::after { content: ""; position: absolute; top: 50%; width: 30px; height: 1px; background: var(--bg-white); } .trust-label::before { left: 0; } .trust-label::after { right: 0; } .trust-title { font-size: 32px; font-weight: 900; color: var(--bg-white); line-height: 1.25; } .badge-row { margin-top: 60px; } .badge-card { background: var(--bg-white); border-radius: 12px; padding: 16px; height: 150px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; padding-bottom: 30px; } .badge-icon { position: absolute; top: -45px; left: 50%; transform: translateX(-50%); width: 90px; height: 90px; background: var(--bg-blue-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; } .badge-icon img { width: 50px; height: 50px; } .badge-content p { color: var(--text-heading); font-size: 16px; font-weight: 700; line-height: 1.4; margin: 0; } .home-locations { padding: 64px 0 80px; background-color: var(--bg-white); } .location-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 50px; } .location-btn { display: inline-flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 40px; border-radius: 40px; border: 1px solid var(--primary-color); color: var(--black-color); font-weight: 700; font-size: 16px; text-decoration: none; transition: all 0.3s ease; line-height: 1; background-color: var(--bg-white); } .location-btn .arrow { margin-left: 15px; color: var(--primary-color); font-size: 22px; display: flex; align-items: center; line-height: 1; transform: translateY(1px); } .location-btn:hover { color: var(--bg-white); background: var(--primary-color); } .location-btn:hover .arrow img, .location-btn.active .arrow img { filter: brightness(0) invert(1); } .location-btn.active { background-color: var(--primary-color); color: var(--bg-white); border-color: var(--primary-color); } .location-btn.active .arrow { display: flex; align-items: center; } .location-details { margin-top: 40px; } .location-details-intro { text-align: center; font-size: 15px; color: var(--grey-555); margin-bottom: 24px; } .location-card { background: var(--bg-grey-softest); border: 1px solid var(--border-color); border-radius: 12px; padding: 20px; height: 100%; transition: all 0.3s ease; } .location-card:hover { border-color: var(--primary-color); box-shadow: 0 4px 16px rgba(0, 97, 135, 0.1); } .location-card-header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; } .location-card-header h4 { font-size: 16px; font-weight: 700; color: var(--primary-color); margin: 0; } .location-card p { font-size: 14px; line-height: 1.6; color: var(--grey-555); margin: 0; } .home-occasions { padding: 64px 0; background-color: var(--bg-grey-light); } .occasion-card { background: var(--bg-white); border-radius: 24px; overflow: hidden; height: 100%; display: flex; flex-direction: column; padding-bottom: 10px; } .occasion-img-box { width: 100%; margin-bottom: 6px; border-radius: 18px; } .occasion-img-box img { border-radius: 18px; } .occasion-img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; display: block; border-radius: 20px; } .occasion-info { padding: 5px 10px; text-align: center; } .occasion-name { font-size: 18px; font-weight: 700; color: var(--bg-black); margin: 0; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .home-gallery { padding: 64px 0 80px; background-color: var(--bg-white); } .gallery-item { border-radius: 20px; overflow: hidden; height: 320px; } .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .gallery-item:hover img { transform: scale(1.1); } .home-why-choose { padding: 64px 0 80px; background-color: var(--bg-white-soft); } .wcu-card { background: var(--bg-white); overflow: hidden; height: 100%; transition: all 0.3s ease; display: flex; flex-direction: column; border: 1px solid var(--bg-grey-medium); border-radius: 20px; } .wcu-img-box { width: 100%; height: auto; aspect-ratio: 5 / 4; position: relative; padding: 0; text-align: center; overflow: hidden; border-radius: 20px; } .wcu-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; } .wcu-content { padding: 18px; flex-grow: 1; display: flex; flex-direction: column; border-radius: 20px; border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top: none; } .wcu-title { font-size: 18px; font-weight: 700; min-height: 50px; display: flex; align-items: center; justify-content: center; color: var(--text-heading); margin-bottom: 15px; text-align: center; line-height: 1.3; } .wcu-list { list-style: none; padding: 0; margin: 0; } .wcu-list li { position: relative; padding-left: 20px; font-size: 14px; color: var(--grey-444); font-weight: 500; line-height: 1.5; min-height: 48px; margin-bottom: 8px; } .wcu-list li::before { content: "\00BB"; position: absolute; left: 0; color: var(--bg-dark-blue); font-weight: 800; font-size: 18px; line-height: 1.5; top: 0; } .home-connect { padding: 64px 0 0; background-color: var(--bg-dark-blue); background-image: linear-gradient( 30deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 150deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 30deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 150deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 60deg, var(--deep-blue) 77 25%, transparent 25.5%, transparent 75%, var(--deep-blue) 77 75%, var(--deep-blue) 77 ), linear-gradient( 60deg, var(--deep-blue) 77 25%, transparent 25.5%, transparent 75%, var(--deep-blue) 77 75%, var(--deep-blue) 77 ); background-size: 80px 140px; background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px; position: relative; overflow: hidden; } .home-connect::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/pattern-bg.webp"); background-repeat: repeat; background-size: 2200px auto; z-index: 1; pointer-events: none; } .container-connect { position: relative; z-index: 5; padding-bottom: 0 !important; } .container-connect > .row { margin-bottom: 0 !important; } .connect-form-container { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; z-index: 5; position: relative; } .connect-form-wrapper { background: url("../img/orange-rectagle.svg") no-repeat bottom center; background-size: 100% auto; padding: 0 24px 30px; display: flex; flex-direction: column; align-items: center; } .connect-form-card { background: var(--bg-white); border-radius: 25px; padding: 34px; width: 100%; max-width: 381px; height: auto; position: relative; z-index: 10; margin: 0 auto; } .connect-form-header { text-align: center; margin-bottom: 25px; } .connect-form-header h3 { font-size: 22px; font-weight: 800; color: var(--text-heading); } .connect-form-header h3 span { color: var(--accent-color); } .connect-input-group { position: relative; margin-bottom: 8px; } .connect-input-group input { width: 100%; background-color: var(--bg-input); border: none; border-radius: 12px; padding: 12px 45px 12px 18px; font-size: 14px; font-weight: 600; color: var(--grey-333); outline: none; transition: all 0.3s; cursor: pointer; } .connect-input-group input::-webkit-calendar-picker-indicator { display: none !important; -webkit-appearance: none; } .connect-input-group input:focus { background-color: var(--bg-grey-soft); outline: 2px solid var(--primary-color); outline-offset: -1px; } .connect-input-group img { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; opacity: 0.7; pointer-events: none; } .form-btn-wrapper { margin-top: 15px; text-align: center; } .connect-submit-btn { background: var(--primary-color); color: var(--bg-white); border: none; padding: 12px 60px; border-radius: 30px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; } .connect-submit-btn:hover { background: var(--secondary-color); } .connect-content { color: var(--bg-white); padding-left: 50px; min-height: 380px; max-height: 430px; display: flex; flex-direction: column; justify-content: center; } .connect-title { font-size: 32px; font-weight: 700; margin-bottom: 15px; } .connect-title span { color: var(--accent-orange); } .connect-desc { font-size: 20px; font-weight: 600; margin-bottom: 10px; color: var(--bg-white); } .connect-sub-desc { font-size: 18px; font-weight: 400; opacity: 0.9; margin-bottom: 50px; max-width: 600px; } .connect-info-boxes { display: flex; gap: 13px; flex-wrap: wrap; text-align: left; } .info-box { display: flex; align-items: center; gap: 20px; } .info-icon { width: 50px; height: 50px; min-width: 50px; min-height: 50px; flex-shrink: 0; background: var(--bg-white); border-radius: 12px; display: flex; align-items: center; justify-content: center; } .info-icon img { width: 22px; height: 22px; display: block; } .info-text small { display: block; font-size: 15px; } .info-text span { font-size: 21px; font-weight: 700; display: block; color: var(--bg-white); } .info-box-link { text-decoration: none !important; color: inherit !important; } .home-booking { padding: 64px 0 70px; background: linear-gradient(170deg, #f0f7fb 0%, #fff 50%, #fef8f3 100%); } .booking-subtitle { max-width: 700px; margin: 12px auto 0; font-size: 15px; line-height: 1.7; color: var(--grey-555); } .booking-contact-card { background: var(--bg-white); border: 1px solid var(--border-color); border-radius: 16px; padding: 28px 20px; text-align: center; height: 100%; transition: all 0.3s ease; position: relative; overflow: hidden; } .booking-contact-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--primary-color); transition: height 0.3s ease; } .booking-contact-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); } .booking-contact-card:hover::before { height: 5px; } .booking-contact-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; } .booking-contact-icon--call { background: #fff3e6; } .booking-contact-icon--whatsapp { background: #e8f8ee; } .booking-contact-icon--email { background: #e6f0fa; } .booking-contact-label { font-size: 16px; font-weight: 700; color: var(--text-heading); margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.5px; } .booking-contact-value { display: block; font-size: 15px; font-weight: 600; color: var(--primary-color); margin-bottom: 6px; } .booking-contact-note { display: block; font-size: 13px; color: var(--text-muted); } .booking-timeline-section { background: var(--bg-white); border: 1px solid var(--border-color); border-radius: 20px; padding: 36px 32px; } .booking-timeline-heading { font-size: 20px; font-weight: 700; color: var(--text-heading); text-align: center; margin-bottom: 32px; } .booking-timeline { display: flex; justify-content: space-between; position: relative; } .booking-timeline::before { content: ""; position: absolute; top: 20px; left: 40px; right: 40px; height: 3px; background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color) ); border-radius: 2px; z-index: 0; } .booking-timeline-step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; position: relative; z-index: 1; } .timeline-number { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient( 135deg, var(--primary-color), var(--primary-light) ); color: #fff; font-size: 17px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: 0 4px 12px rgba(0, 97, 135, 0.25); flex-shrink: 0; } .timeline-content h4 { font-size: 14px; font-weight: 700; color: var(--text-heading); margin: 0 0 4px; } .timeline-content p { font-size: 13px; color: var(--grey-555); margin: 0; line-height: 1.4; } .booking-trust-line { font-size: 13px; color: var(--text-muted); margin-top: 14px; } @media (max-width: 767px) { .booking-timeline { flex-direction: column; gap: 0; } .booking-timeline::before { top: 0; bottom: 0; left: 20px; right: auto; width: 3px; height: auto; } .booking-timeline-step { flex-direction: row; text-align: left; align-items: flex-start; gap: 16px; padding-bottom: 24px; } .booking-timeline-step:last-child { padding-bottom: 0; } .timeline-number { margin-bottom: 0; min-width: 42px; } .booking-timeline-section { padding: 28px 20px; } } .home-faq { background-color: var(--bg-white); padding: 50px 0 70px; } .faq-header { text-align: left; max-width: 550px; } .home-faq .site-section-label { display: block; font-size: 15px; font-weight: 500; color: var(--bg-black); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; text-decoration: none; padding: 0; } .home-faq .site-section-label::before, .home-faq .site-section-label::after { display: none; } .home-faq .site-section-title { font-size: 32px; font-weight: 900; color: var(--text-heading); line-height: 1.25; } .home-faq .site-section-title .highlight-orange { color: var(--secondary-color); } .home-faq .accordion-item { border: 1px solid var(--border-light); background-color: var(--bg-white); margin-bottom: 6px; transition: all 0.3s ease; } .home-faq .accordion-button { padding: 18px 22px; font-size: 17px; font-weight: 700; color: var(--text-heading); background-color: var(--bg-white) !important; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-light); } .home-faq .accordion-button::after { content: ""; width: 22px; height: 22px; margin-left: 12px; background-color: var(--secondary-color); border-radius: 50%; background-image: url("../icons/arrow-down.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px 6px; transition: transform 0.3s ease; transform: rotate(0deg); } .home-faq .accordion-button:not(.collapsed)::after { transform: rotate(180deg); background-color: var(--primary-color); } .home-faq .accordion-button strong { font-weight: 700; } .home-faq .accordion-body { font-size: 15px; } .accordion-body li { color: var(--bg-black); } .home-testimonials { background-color: var(--bg-grey-softest); } .testi-label { position: relative; display: inline-block; color: var(--accent-color); font-weight: 600; font-size: 0.95rem; margin-bottom: 10px; } .home-testimonials-new { padding: 64px 0 80px; background-color: var(--bg-grey-light); } .testi-header-new { margin-bottom: 50px; } .testi-label-new::before { left: 0; } .testi-label-new::after { right: 0; } .testi-card-new { background: var(--bg-white); border-radius: 30px; padding: 0; height: 100%; position: relative; overflow: hidden; border: 1px solid var(--bg-grey-soft); transition: all 0.3s ease; } .testi-card-header { position: relative; display: flex; align-items: center; padding: 30px 20px 10px; gap: 15px; min-height: 120px; } .testi-card-header::before { content: ""; position: absolute; top: 40px; left: 0; width: 57px; height: 60px; background: var(--bg-dark-blue); z-index: 0; } .testi-user-img { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; position: relative; z-index: 2; margin-left: 16px; border: none; } .testi-name-group { position: relative; z-index: 2; flex-grow: 1; } .testi-name-group h4 { color: var(--text-heading); font-size: 15px; font-weight: 800; margin-bottom: 2px; } .testi-name-group p { color: var(--grey-888); font-size: 14px; margin: 0; border-radius: 23px; } .testi-body-new { padding: 0px 30px 40px; } .testi-content-text { color: var(--grey-333); font-size: 15px; line-height: 1.7; margin: 0; font-weight: 500; max-width: 800px; } .testi-accent { position: absolute; bottom: 0; right: 0; width: 40px; } .testi-accent img { width: 100%; height: 100%; } .top-banner-section { position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; width: 100vw; overflow: hidden; background: var(--bg-white); } .banner-text-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; z-index: 2; } .banner-title { color: #fff; font-size: 32px; font-weight: 800; text-transform: uppercase; margin: 0; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); letter-spacing: 1px; } @media (max-width: 768px) { .banner-title { font-size: 24px; } } .top-banner-image { width: 100%; display: block; object-fit: cover; height: auto; } .intro-section .intro-title { margin-bottom: 20px; } .intro-section .intro-desc { margin-bottom: 0; } .service-hero-section { padding: 34px 20px; background-color: var(--bg-grey-light); } .service-image-gallery { background: transparent; border-radius: 0; padding: 0; } .image-banner-wrapper { border-radius: 12px; position: relative; overflow: hidden; margin-bottom: 20px; } .anchor-link { text-decoration: none; cursor: pointer; color: var(--primary-color); transition: all 0.2s ease; font-weight: 500; } .anchor-link:hover { color: var(--primary-color); text-decoration: underline; } .banner-content { position: relative; z-index: 2; text-align: center; margin-bottom: 20px; } .main-service-image { width: 100%; height: auto; max-height: 675px; border-radius: 20px; margin-bottom: 0; display: block; aspect-ratio: auto; object-fit: cover; } .banner-dashed-line { position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; background: repeating-linear-gradient( to right, var(--secondary-color) 0px, var(--secondary-color) 20px, transparent 20px, transparent 40px ); } .thumbnail-gallery { display: none; } .thumbnail-img { display: none; } .pricing-card { background: var(--bg-white); border-radius: 18px; padding: 14px 12px; border: 1px solid #d4d9e1; min-height: 100%; display: flex; flex-direction: column; } .pricing-card-header { background: linear-gradient( 135deg, var(--primary-color), var(--primary-dark) ); border-radius: 12px; padding: 12px; margin-bottom: 14px; } .pricing-card h2 { font-size: 20px; font-weight: 700; color: var(--bg-white); margin: 0; text-align: center; line-height: 1.1; } .pricing-card-header p { margin: 6px 0 0; font-size: 13px; color: rgba(255, 255, 255, 0.82); text-align: center; letter-spacing: 0.1px; } .pricing-spec-stack { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; } .pricing-spec-row { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; column-gap: 18px; background: #ffffff; border-radius: 10px; border-left: 2px solid var(--pricing-accent); border-right: 2px solid var(--pricing-accent); padding: 7px 14px; } .pricing-spec-stack > article.pricing-spec-row:nth-of-type(odd) { background: #efeff0 !important; } .pricing-spec-stack > article.pricing-spec-row:nth-of-type(even) { background: #ffffff !important; } .spec-icon-info { width: 36px; height: 36px; border: none !important; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; overflow: hidden; line-height: 0; } .spec-icon-info img { width: 23px; height: 23px; object-fit: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; } .spec-copy { min-width: 0; } .spec-title, .spec-meta { margin: 0; line-height: 1.25; } .spec-title { font-size: 14px; color: #121721; font-weight: 700; } .spec-meta { margin-top: 2px; font-size: 14px; color: #2f3b4b; font-weight: 500; } .pricing-fares { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; } .fare-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; column-gap: 10px; background: #ffffff; border-left: 2px solid var(--pricing-accent); border-right: 2px solid var(--pricing-accent); border-radius: 10px; padding: 8px; } .pricing-fares > article.fare-row:nth-of-type(odd) { background: #ffffff !important; } .pricing-fares > article.fare-row:nth-of-type(even) { background: #f4f4f4 !important; } .fare-copy { min-width: 0; } .fare-label, .fare-sub-label { margin: 0; line-height: 1.2; } .fare-label { font-size: 15px; font-weight: 700; color: #111722; } .fare-sub-label { margin-top: 3px; font-size: 13px; color: #4f5c6c; font-weight: 500; } .fare-value { margin: 0; font-size: 16px; color: #172033; font-weight: 700; white-space: nowrap; text-align: right; } .fare-calue p { font-size: 14px; } .fare-value span { font-size: 12px; font-weight: 600; color: #5a6675; margin-left: 4px; } .cta-buttons-info { display: flex; align-items: center; gap: 10px; margin-top: auto; justify-content: center; } .btn-primary-cta-info, .btn-whatsapp-cta-info { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; text-decoration: none; transition: transform 0.25s ease; padding: 0; flex-shrink: 0; border: none; } .btn-primary-cta-info img, .btn-whatsapp-cta-info img { margin: 0; display: block; } .call-us-btn-urbania-pricing { width: fit-content; padding: 8px 14px; text-decoration: none; display: flex; flex-direction: row; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--bg-white); border-radius: 999px; background-color: var(--primary-color); border: none; } .call-us-btn-urbania-pricing:hover { background-color: var(--secondary-color); } .btn-primary-cta-info { background: var(--primary-color); color: var(--bg-white); } .btn-primary-cta-info:hover { background-color: var(--secondary-color); } .btn-whatsapp-cta-info { background: var(--color-success); color: var(--bg-white); } .btn-whatsapp-cta-info:hover { background-color: var(--secondary-color); } .cta-banner .btn, .secondary-ctas .btn, .cta-buttons-info .btn { display: inline-flex; align-items: center; justify-content: center; background-color: var(--secondary-color) !important; color: var(--bg-white) !important; border: none !important; } .cta-banner .btn:hover, .secondary-ctas .btn:hover, .cta-buttons-info .btn:hover { background-color: var(--bg-white) !important; color: black !important; } .pricing-facilities .facilities-list { display: flex; flex-direction: column; gap: 10px; background-color: #efeff0; border-radius: 10px; padding: 8px 14px; } .btn-accent-quote.urbania-btn { background-color: var(--primary-color) !important; color: var(--bg-white) !important; } .btn-accent-quote.urbania-btn:hover { background-color: var(--secondary-color) !important; color: #ffffff !important; } .btn-primary-cta-info.urbania-wtsapp-btn { background-color: var(--primary-color) !important; color: var(--bg-white) !important; } .btn-primary-cta-info.urbania-wtsapp-btn:hover { background-color: var(--secondary-color) !important; color: #ffffff !important; } .btn-primary-cta-info.urbania-call-btn { background-color: var(--primary-color) !important; color: var(--bg-white) !important; } .btn-primary-cta-info.urbania-call-btn:hover { background-color: var(--secondary-color) !important; color: #ffffff !important; } .pricing-facilities .facilities-list li { display: flex; align-items: center; font-size: 14px; font-weight: 500; color: #2f3b4b; } .pricing-facilities .facilities-list li .facility-icon { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pricing-facilities .facilities-list li .facility-icon img { width: 11px; height: 11px; object-fit: contain; margin: 0 !important; padding: 0 !important; } .btn-accent-quote { background: var(--bg-dark-blue); color: var(--bg-white); border: none; border-radius: 999px; transition: all 0.3s ease; letter-spacing: 0.5px; flex-grow: 1; margin: 0 !important; } .btn-accent-quote:hover { background: var(--accent-orange); color: var(--bg-white); } .content-section { padding: 40px 20px; } .content-section-light { background-color: #f4f4f4; } .service-pricing-col { padding-left: 20px; padding-bottom: 20px; } .title-highlight { color: var(--secondary-color); font-weight: 700; } .content-subtitle { font-size: 22px; font-weight: 600; color: var(--primary-color); margin: 16px 0 8px; } .content-subtitle-dark { color: var(--text-heading); } .content-text { color: var(--grey-333); font-size: 15px; line-height: 1.7; margin: 0; font-weight: 500; } .call-us-btn { background-color: var(--primary-color); color: var(--bg-white); border: none; transition: all 0.3s ease; letter-spacing: 0.5px; flex-grow: 1; margin: 0 !important; padding: 12px 16px; width: fit-content; border-radius: 999px; font-weight: 700; } .call-us-btn:hover { background-color: var(--secondary-color); } .service-areas-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; justify-content: space-between; margin-top: 8px; } .service-areas-col .content-subtitle { margin-top: 0; } .service-areas-list { margin-bottom: 0; } .premium-travel-section { background-color: transparent; } .content-section .travel-need-block { margin-top: 34px; } .premium-travel-row { padding: 8px 0; } .premium-travel-row + .premium-travel-row { margin-top: 20px; padding-top: 28px; border-top: 1px solid #d6dde3; } .travel-need-row { --bs-gutter-x: 2.2rem; --bs-gutter-y: 1.2rem; } .travel-need-subtitle { margin-top: 0; margin-bottom: 8px; color: #1d5d79; } .travel-need-list-title { margin-top: 12px; margin-bottom: 6px; color: var(--text-heading); font-weight: 700; } .travel-need-image-box { margin: 0; width: 100%; max-width: 1280px; aspect-ratio: 1280 / 675; border-radius: 14px; overflow: hidden; border: 1px solid var(--border-color); background: var(--bg-white); } .travel-need-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; } .content-section ul:not(.svg-features-list):not(.svg-safety-list):not(.charge-list):not( .urbania-feature-list ) { list-style: none; padding-left: 0; margin: 0 0 10px 0; } .content-section ul:not(.svg-features-list):not(.svg-safety-list):not(.charge-list):not( .urbania-feature-list ) li { align-items: center; color: var(--p-text-color); line-height: 1.6; } .safety-features-row { row-gap: 20px; } .safety-img-container { width: 100%; max-width: 1280px; aspect-ratio: 1280 / 675; border-radius: 14px; overflow: hidden; margin-top: 5px; } .safety-feature-image { width: 100%; max-width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; } .svg-features-list, .svg-safety-list { list-style: none; padding: 0; margin: 0; width: fit-content; } .svg-features-list li, .svg-safety-list li { display: flex; align-items: center; gap: 12px; padding: 5px 0; color: var(--p-text-color); font-size: 14px; line-height: 1.6; border-bottom: 1px solid var(--border-light); } .svg-features-list li:last-child, .svg-safety-list li:last-child { border-bottom: none; } .feature-icon { width: 10px; height: 10px; flex-shrink: 0; object-fit: contain; } .tech-spec-title { font-weight: 800; margin-top: 16px; margin-bottom: 20px; } .tech-spec-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, 1fr); gap: 24px; align-items: stretch; } .tech-spec-image-card { border-radius: 18px; overflow: hidden; border: 1px solid #d7e1ea; background: #ffffff; } .tech-spec-image { width: 100%; height: 100%; min-height: 100%; object-fit: cover; display: block; } .tech-spec-table-wrap { border-radius: 18px; overflow-x: auto; overflow-y: hidden; border: 1px solid #d7e1ea; background: #ffffff; -webkit-overflow-scrolling: touch; margin-bottom: 25px; } .tech-spec-table { width: 100%; border-collapse: collapse; } .tech-spec-table-scroll .tech-spec-table { min-width: 600px; } .tech-spec-table-wrap::-webkit-scrollbar { height: 8px; } .tech-spec-table-wrap::-webkit-scrollbar-track { background: #e7edf3; } .tech-spec-table-wrap::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 999px; } .tech-spec-table thead th { background: linear-gradient( 135deg, var(--primary-color) 0%, var(--primary-light) 100% ); color: var(--bg-white); font-weight: 700; padding: 8px 20px; text-align: left; } .tech-spec-table th + th, .tech-spec-table td + td { border-left: 1px solid #dfe7ef; } .tech-spec-table tbody tr { border-bottom: 1px solid #e2e9f0; } .tech-spec-table tbody tr:nth-child(odd) { background: #ffffff; } .tech-spec-table tbody tr:nth-child(even) { background: #f8fbfd; } .tech-spec-table tbody td { padding: 10px 18px; font-size: 14px; color: var(--text-color); vertical-align: top; line-height: 1.45; } .tech-spec-table tbody td:first-child { width: 34%; font-weight: 700; color: var(--primary-dark); } .guide-tab-btn:hover { color: var(--primary-color); } @media (max-width: 991px) { .tech-spec-layout { grid-template-columns: 1fr; gap: 16px; } .tech-spec-image-card { margin-top: 0; } } .rental-inclusion-section { background-color: var(--bg-grey-light); } .inclusion-cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .charge-card { background: var(--bg-white); border: 1px solid var(--border-color); border-radius: 18px; overflow: hidden; } .charge-card-title { margin: 0; padding: 12px 18px; font-size: 20px; font-weight: 700; line-height: 1.2; text-align: center; color: var(--bg-white); } .charge-card--included .charge-card-title { background: var(--color-success); } .charge-card--excluded .charge-card-title { background: var(--color-error); } .charge-list { list-style: none; margin: 0; padding: 26px 26px 24px; display: grid; } .charge-item { display: flex; align-items: center; gap: 12px; line-height: 1.4; color: var(--text-dark); padding: 6px; border-bottom: 1px solid var(--border-light); } .charge-list .charge-item:last-child { border-bottom: none; } .charge-icon { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; object-fit: contain; } .charge-text { font-size: 14px; color: var(--text-dark); } .charge-text strong { color: var(--text-heading); font-weight: 700; } .charge-note { margin-top: 20px; font-size: 16px; color: var(--p-text-color); line-height: 1.7; text-align: center; } .contact-cta-section { padding: 30px; position: relative; overflow: hidden; background-color: var(--bg-dark-blue); background-image: linear-gradient( 30deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 150deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 30deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 150deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 60deg, var(--deep-blue) 77 25%, transparent 25.5%, transparent 75%, var(--deep-blue) 77 75%, var(--deep-blue) 77 ), linear-gradient( 60deg, var(--deep-blue) 77 25%, transparent 25.5%, transparent 75%, var(--deep-blue) 77 75%, var(--deep-blue) 77 ); background-size: 80px 140px; background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px; } .contact-cta-section::before { content: ""; position: absolute; inset: 0; background-image: url("../img/pattern-bg.webp"); background-repeat: repeat; background-size: 2200px auto; pointer-events: none; } .contact-cta-section .container { position: relative; z-index: 1; } .contact-cta-card { background: transparent; border-radius: 12px; padding: 20px; } .contact-cta-title { margin: 0 0 14px; font-size: 26px; font-weight: 700; color: var(--bg-white); text-align: center; } .contact-cta-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .contact-cta-item { display: grid; grid-template-columns: 18px minmax(0, 1fr); column-gap: 10px; row-gap: 2px; align-items: center; background: #f7fafc; border-radius: 10px; padding: 10px 12px; color: #11243a; text-decoration: none; transition: all 0.2s ease; } .contact-cta-item:hover { border-color: var(--primary-color); background: #eef7fb; } .contact-cta-item img { width: 18px; height: 18px; object-fit: contain; grid-row: 1 / span 2; } .contact-cta-item-label { font-size: 13px; font-weight: 700; color: #1a334a; line-height: 1.1; } .contact-cta-item-value { font-size: 15px; font-weight: 600; color: #0f2238; line-height: 1.2; word-break: break-word; } .charge-note { margin-top: 20px; font-size: 16px; color: #1e2a39; line-height: 1.7; } .urbania-9-faq { background-color: #f4f4f4; } @media (max-width: 1000px) { .top-banner-image { height: clamp(170px, 34vw, 300px); } .service-hero-section { padding: 30px 20px; } .service-image-gallery { padding: 0; } .image-banner-wrapper { padding: 30px 20px 20px; } .banner-title { font-size: 28px; } .banner-subtitle { font-size: 16px; } .pricing-card { margin-top: 30px; padding: 14px; } .pricing-card h2 { font-size: 20px; margin-bottom: 0; } .pricing-card-header p { font-size: 13px; } .pricing-spec-row, .fare-row { padding: 10px; } .spec-title, .spec-meta { font-size: 13px; } .fare-label { font-size: 14px; } .cta-buttons-info { gap: 8px; } .site-section-title { font-size: 24px; } .content-subtitle { font-size: 20px; } .content-section .travel-need-block { margin-top: 30px; } .tech-spec-table thead th { padding: 14px 16px; } .tech-spec-table tbody td { padding: 12px 14px; } .inclusion-cards-grid { grid-template-columns: 1fr; gap: 18px; } .charge-card-title { font-size: 28px; padding: 12px 16px; } .charge-item { font-size: 16px; } .charge-text { font-size: 16px; } .contact-cta-title { font-size: 20px; } .contact-cta-item-value { font-size: 14px; } .info-text span { font-size: 18px; } .contact-cards-grid { grid-template-columns: 1fr 1fr; } .map-wrapper { min-height: 360px; max-height: 400px; margin-top: 30px; } .intro-title { font-size: 24px; } .fleet-title { font-size: 24px; } .accordion-body p { font-size: 14px; } } .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1.5rem; } .feature-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.25rem; display: flex; align-items: flex-start; gap: 1rem; transition: all 0.3s ease; height: 100%; } .feature-icon-box { flex-shrink: 0; width: 38px; height: 38px; background: rgba(var(--primary-rgb), 0.1); border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; } .feature-icon { width: 12px; height: 12px; } .feature-content { flex-grow: 1; } .feature-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.25rem; color: var(--text-heading); } .feature-desc { font-size: 0.9rem; color: var(--p-text-color); margin: 0; line-height: 1.5; } @media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; gap: 1rem; } } .urbania-feature-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.25rem; } .urbania-feature-group-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 0.9rem; padding: 1rem; } .urbania-feature-group-title { font-size: 0.95rem; font-weight: 700; margin: 0 0 0.65rem 0; color: var(--primary-color); } .urbania-feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; } .urbania-feature-list li { display: flex; gap: 8px; padding-bottom: 0.45rem; border-bottom: 1px dashed #e7edf3; } .urbania-feature-list li::before { content: none !important; } .urbania-feature-list li:last-child { border-bottom: none; padding-bottom: 0; } .urbania-feature-list .feature-icon { width: 12px; height: 12px; flex-shrink: 0; margin-top: 2.5px; } .urbania-feature-title { font-size: 0.88rem; font-weight: 650; margin: 0; color: var(--text-heading); line-height: 1.35; } .urbania-feature-desc { font-size: 0.78rem; color: var(--p-text-color); margin: 0.14rem 0 0 0; line-height: 1.35; } @media (max-width: 768px) { .urbania-feature-groups { grid-template-columns: 1fr; } .urbania-feature-group-card { padding: 0.9rem; } } .feature-card-new { background: #fff; border: 1px solid var(--border-color); border-radius: 12px; padding: 1.25rem; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; } .feature-card-new:hover { border: 1px solid var(--primary-color); transition: all 0.3s ease; } .feature-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; } .feature-card-new h4, .feature-card-new h6 { font-size: 16px; font-weight: 700; margin-bottom: 0; color: var(--text-heading); line-height: 1.2; } .feature-card-new p { font-size: 14px; line-height: 1.55; margin-bottom: 0; color: var(--text-light); } .feature-icon-new { flex-shrink: 0; width: 44px; height: 44px; background-color: var(--bg-blue-soft); border-radius: 10px; display: flex; align-items: center; justify-content: center; } .feature-icon-new img { width: 24px; height: 24px; object-fit: contain; } .service-areas-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; } .service-area-card { background: var(--bg-white); border: 1px solid #d4dde8; border-top: 4px solid var(--secondary-color); border-radius: 14px; padding: 22px 20px 18px; } .service-area-card-icon { font-size: 28px; line-height: 1; margin-bottom: 0px; } .service-area-card-title { font-size: 16px; font-weight: 700; color: var(--text-heading); margin: 0; } .service-area-card .service-areas-list { list-style: none; padding-left: 0; margin: 0; } .service-area-card .service-areas-list li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px; color: var(--p-text-color); font-size: 14px; line-height: 1.55; } .service-area-card .service-areas-list li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-top: 0.45em; background: var(--secondary-color); border-radius: 50%; } .step-list-heading { font-size: 15px; font-weight: 700; color: var(--primary-color); min-height: 28px; } .why-book-section { background-color: var(--bg-white); } .why-book-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 50px; } .why-book-card { background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 24px; padding: 40px 32px; display: flex; flex-direction: column; height: 100%; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03); transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); position: relative; overflow: hidden; z-index: 1; } .why-book-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color, #ff6b00) ); transform: scaleX(0); transform-origin: left; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); } .why-book-card::after { content: ""; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient( circle, rgba(var(--primary-color-rgb, 0, 51, 153), 0.03) 0%, transparent 70% ); border-radius: 50%; z-index: -1; transition: all 0.5s ease; } .why-book-header { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; } .why-book-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #f8fbff 0%, #edf4ff 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; border: 1px solid rgba(0, 51, 153, 0.05); box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.8), 0 5px 15px rgba(0, 0, 0, 0.02); } .why-book-icon img { width: 30px; height: 30px; object-fit: contain; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .why-book-card-title { font-size: 18px; font-weight: 700; color: var(--text-heading); margin: 0; line-height: 1.2; letter-spacing: -0.01em; } .why-book-card ul { list-style: none; padding: 0; margin: 0 0 24px 0; flex-grow: 1; } .why-book-card ul li { position: relative; padding-left: 32px; margin-bottom: 16px; color: var(--grey-666, #666); font-size: 13px; line-height: 1.6; border-bottom: none; transition: color 0.3s ease; } .why-book-card ul li:last-child { margin-bottom: 0; } .why-book-card ul li::before { content: ""; position: absolute; left: 10px; top: 5px; width: 13px; height: 13px; background: url("../icons/blue-arrow.svg") no-repeat center; background-size: contain; transition: transform 0.3s ease; } .why-book-card .content-text { background: linear-gradient(to right, #fdf8f4, #fff); padding: 20px 24px; border-radius: 16px; font-size: 13px; font-weight: 600; border-left: 4px solid var(--secondary-color, #ff6b00); margin: auto 0 0 0; color: var(--text-heading); line-height: 1.6; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02); } .why-book-card .content-text i { font-style: normal; } .booking-steps-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; } .booking-step-card { background: var(--bg-white); border: 1px solid #d4dde8; border-top: 4px solid var(--primary-color); border-radius: 14px; padding: 22px 20px 18px; position: relative; } .booking-step-card--full { grid-column: 1 / -1; border-top-color: var(--secondary-color); background: linear-gradient(135deg, #fff7f0 0%, #fff 60%); } .step-number-badge { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient( 135deg, var(--primary-color), var(--primary-light) ); color: #fff; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; flex-shrink: 0; } .booking-step-card--full .step-number-badge { background: linear-gradient( 135deg, var(--secondary-color), var(--secondary-dark) ); } .step-title { font-size: 17px; font-weight: 700; color: var(--text-heading); margin: 0 0 10px; } .booking-step-card .content-text { margin-bottom: 8px; } .booking-step-card ul { list-style: none; padding-left: 0; margin: 0; } .booking-step-card ul li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 5px; color: var(--p-text-color); font-size: 15px; line-height: 1.55; } .booking-step-card ul li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-top: 0.45em; background: var(--secondary-color); border-radius: 50%; } @media (max-width: 580px) { .service-areas-cards { grid-template-columns: 1fr; } } @media (max-width: 991px) { .why-book-grid { grid-template-columns: 1fr; gap: 16px; } .why-book-card { width: 100%; } .why-book-grid .why-book-card:nth-child(4) { grid-column: auto; } } @media (max-width: 640px) { .booking-steps-grid { grid-template-columns: 1fr; } .booking-step-card--full { grid-column: 1; } } @media (max-width: 992px) { .urbania-feature-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-fleet, .home-trust, .home-locations, .home-occasions, .home-gallery, .home-why-choose, .home-testimonials-new, .home-faq, .service-section, .service-hero-section, .page-section, .section-pad, .urbania-features-section, .city-service-section, .payment-section, .info-section { padding-top: 35px !important; padding-bottom: 35px !important; } .home-connect { padding-top: 35px !important; padding-bottom: 0 !important; } .travel-need-row .travel-need-image-col { flex: 0 0 58%; max-width: 58%; display: flex; align-items: flex-start; } .travel-need-row .travel-need-copy-col { flex: 0 0 49%; max-width: 40%; } .travel-need-row .travel-need-image-col .travel-need-image-box { width: 100%; } .location-btn { width: 200px; height: 50px; padding: 0 25px; font-size: 16px; } .location-btn .arrow { font-size: 16px; } .home-hero { height: auto; } .hero-container { position: relative; transform: none; left: 0; height: auto; } .hero-quote-form-container { position: relative; bottom: 0; left: 0; transform: none; margin: -3px auto 20px; width: 95%; } .form-row { flex-direction: row; gap: 10px; } .van-display { transform: none; margin-top: 30px; } .home-intro { padding-top: 80px; padding-bottom: 40px; } .intro-content { padding-left: 0; margin-top: 40px; text-align: center; } .fleet-card { margin-bottom: 20px; } .badge-row { gap: 60px 0; } .badge-card { padding-top: 50px; } .badge-icon { width: 80px; height: 80px; top: -40px; } .badge-icon img { width: 40px; height: 40px; } .trust-title { font-size: 26px; } .home-connect { padding: 60px 0 0; background-size: 40px 70px; background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px; } .home-connect::before { background-size: 1100px auto; } .connect-form-container { margin-top: 30px; } .connect-orange-bg { width: calc(100% + 50px); left: -25px; } .connect-form-card { margin: 0 auto 30px; width: 100%; max-width: 381px; height: auto; padding: 25px; } .connect-content { padding-left: 0; text-align: center; padding-bottom: 30px; min-height: auto; } .connect-title { font-size: 40px; } .testi-title-new { font-size: 26px; } .contact-card-inner { gap: 40px; } .location-title { font-size: 26px; } .location-btn { min-width: 170px; padding: 10px 20px; font-size: 0.95rem; } .home-occasions { padding: 50px 0; } .occasion-card { padding-bottom: 5px; border-radius: 15px; } .occasion-img { height: auto; border-radius: 12px; } .occasion-info { padding: 0 5px 10px; } .gallery-item { height: 280px; } } .wcu-list { list-style: none; padding: 0; margin: 15px 0 0 0; } .wcu-list li { position: relative; padding-left: 24px; margin-bottom: 12px; font-size: 15px; line-height: 1.5; color: var(--text-color); } .wcu-list li::before { content: ""; position: absolute; left: 0; top: 5px; width: 14px; height: 14px; background-color: var(--primary-color); -webkit-mask: url("../icons/location-btn-right-arrow.svg") no-repeat center; mask: url("../icons/location-btn-right-arrow.svg") no-repeat center; -webkit-mask-size: contain; mask-size: contain; } @media (max-width: 767px) { .contact-cta-card { display: flex; flex-direction: column; align-items: center; } .contact-cta-grid { grid-template-columns: 1fr; width: 100%; max-width: 420px; margin: 0 auto; justify-content: center; gap: 10px; } .contact-cta-item { width: 100%; min-height: 74px; display: grid; grid-template-columns: 16px minmax(0, 1fr); grid-template-areas: "icon label" "icon value"; column-gap: 8px; row-gap: 2px; align-items: start; justify-content: start; padding: 10px 12px; } .contact-cta-item img { grid-area: icon; width: 16px; height: 16px; margin-top: 2px; align-self: start; } .contact-cta-item-label { grid-area: label; text-align: left; } .contact-cta-item-value { grid-area: value; text-align: left; } .floating-contact-card { display: none; } .contact-card-inner { flex-direction: column; gap: 25px; } .segment-divider { display: none; } .connect-orange-bg { display: none; } .hero-section { height: 300px; } .hero-section p { font-size: 1.2rem; } .form-title { font-size: 30px; } } @media (max-width: 530px) { .footer-top-container { flex-direction: column !important; gap: 25px; } .footer-top-container .footer-social-links, .footer-top-container .payment-icons { justify-content: center; } } @media (max-width: 480px) { .header-logo { width: 120px; } .banner-title { font-size: 20px; } .absolute-orange-container { width: 180px; height: 100px; } .quote-input-group input { width: 100%; border: none; background: transparent; padding: 12px; font-size: 1rem; color: var(--grey-333); } .quote-input-group img { width: 16px; height: 16px; } .quote-header { padding: 8px 12px; } .quote-header h3 { font-size: 19px; } .quote-header p { font-size: 15px; } .contact-form-wrapper { padding: 20px; } .faq-headrer { margin-bottom: 12px; } .home-faq .site-section-title { font-size: 19px; } .form-title { font-size: 1.6rem; } .hero-section p { font-size: 1rem; } .form-row { flex-direction: column; } .home-trust { padding: 20px 0px; } .absolute-orange-container .social-icons-wrapper { display: none; } .location-buttons { justify-content: center; } .location-buttons .location-btn { flex: 0 0 calc(50% - 12px); max-width: calc(50% - 12px); box-sizing: border-box; text-align: left; } .location-buttons { gap: 12px; } .location-buttons .location-btn { padding: 10px 16px; font-size: 16px; height: 48px; border-radius: 32px; display: flex; align-items: center; justify-content: space-between; } .location-buttons .location-btn .arrow { margin-left: 8px; font-size: 18px; display: flex; align-items: center; } .location-buttons .location-btn .arrow img { width: 18px; height: 18px; } .home-occasions, .home-locations, .home-intro, .home-trust, .home-why-choose, .home-fleet, .home-gallery { padding: 20px 0px; } .home-testimonials-new { padding: 20px 0px; } .wcu-title { height: fit-content; } .wcu-list { margin-top: 2px; } .info-box { gap: 15px; } .info-icon { width: 38px; height: 38px; } .info-icon img { width: 18px; height: 18px; } .info-text span { font-size: 16px; } .accordion-button { font-size: 15px; } .footer-logo { height: 30px; } .social-icon-btn { height: 28px; width: 28px; } } @media (max-width: 574px) { .site-section-title { font-size: 25px; margin-bottom: 4px; } .intro-section { padding: 30px 15px; } .site-section-title { font-size: 26px; } .location-btn { min-width: 140px; padding: 8px 15px; font-size: 0.85rem; } .location-btn .arrow { font-size: 16px; margin-left: 10px; } .gallery-item { height: 220px; } .accordion-header { font-size: 15px; } .accordion-body { font-size: 14px; } .connect-info-boxes { flex-direction: column; gap: 16px; margin: 0 auto; } .connect-sub-desc { margin-bottom: 20px; } .connect-form-container { margin: 0px; } .intro-section .intro-title { font-size: 18px; } .intro-section .intro-desc { font-size: 14px; } .tech-spec-table thead th { font-size: 14px; padding: 8px 10px; } .tech-spec-table tbody td { font-size: 12px; padding: 6px 10px; } .service-hero-section { padding: 0 15px; } .image-banner-wrapper { padding: 25px 15px 15px; margin-bottom: 15px; } .banner-title { font-size: 22px; margin-bottom: 6px; } .banner-subtitle { font-size: 14px; margin-bottom: 8px; } .banner-tagline { font-size: 12px; } .main-service-image { max-height: 250px; } .thumbnail-gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 15px; } .thumbnail-img { height: 80px; } .content-section { padding: 20px 15px; } .pricing-card { padding: 12px; } .pricing-card h2 { font-size: 18px; } .pricing-card-header { margin-bottom: 10px; } .pricing-card-header p { font-size: 10px; } .pricing-spec-stack { gap: 8px; margin-bottom: 10px; } .pricing-spec-row, .fare-row { grid-template-columns: 30px minmax(0, 1fr); row-gap: 3px; align-items: start; padding: 8px; } .testi-user-img { width: 40px; height: 40px; } .home-why-choose, .home-connect, .home-trust, .home-occasions, .home-intro, .home-testimonials-new { padding: 30px 0px; } .spec-icon-info { width: 26px; height: 26px; } .spec-icon-info img { width: 13px; height: 13px; } .spec-title, .spec-meta { font-size: 12px; } .fare-label { font-size: 13px; } .fare-sub-label { font-size: 12px; } .fare-value { grid-column: 2; text-align: left; font-size: 15px; } .fare-value span { font-size: 13px; } .btn-primary-cta-info, .btn-whatsapp-cta-info { font-size: 13px; padding: 8px 12px; } .cta-buttons-info { grid-template-columns: 1fr; gap: 8px; } .site-section-title { font-size: 18px; } .content-subtitle { font-size: 16px; } .content-section .travel-need-block { margin-top: 22px; } .travel-need-row { --bs-gutter-x: 1.4rem; } .content-text { font-size: 14px; } .service-areas-row { grid-template-columns: 1fr; gap: 16px; } .tech-spec-table-wrap { overflow-x: auto; margin-bottom: 15px; } .tech-spec-table { width: 100%; } .tech-spec-table-scroll .tech-spec-table { min-width: 650px; } .tech-spec-table thead th { font-size: 15px; padding: 10px 12px; } .tech-spec-table tbody td { font-size: 13px; padding: 8px 12px; } .charge-item { font-size: 15px; gap: 10px; } .charge-text { font-size: 15px; } .charge-card-title { font-size: 24px; } .charge-list { padding: 20px 16px 18px; gap: 12px; } .charge-icon { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 2px; } .charge-note { font-size: 14px; } .contact-cta-card { padding: 14px; } .contact-cta-title { font-size: 18px; margin-bottom: 10px; } .contact-cta-grid { gap: 8px; } .contact-cta-item { grid-template-columns: 16px minmax(0, 1fr); column-gap: 8px; padding: 9px 10px; } .contact-cta-item img { width: 16px; height: 16px; } .contact-cta-item-label { font-size: 12px; } .contact-cta-item-value { font-size: 13px; } .testi-card-new { margin-bottom: 0px; } } @media (max-width: 450px) { .location-btn { min-width: 120px; padding: 6px 12px; font-size: 0.75rem; gap: 5px; } } :root { --gold: #c8963e; --gold-light: #e8c97a; --deep-blue: #1a2744; --sky: #3b6fa0; --snow: #f5f0ea; --white: #ffffff; --text: #2c2c2c; --text-light: #5a5a5a; --accent-green: #2e7d4f; --radius: 12px; } .chardham-page section { padding: 5rem 2rem; } .chardham-page .container { max-width: 1100px; margin: 0 auto; } .chardham-page .section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; } .chardham-page .site-section-title { font-weight: 700; color: var(--deep-blue); margin-bottom: 1rem; line-height: 1.25; } .chardham-page .section-subtitle { font-size: 1.05rem; color: var(--text-light); max-width: 650px; font-weight: 400; } .chardham-page .intro { background: var(--snow); } .chardham-page .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 2.5rem; } .chardham-page .intro-text p { color: var(--text-light); font-size: 1.02rem; margin-bottom: 1rem; } .chardham-page .intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; } .chardham-page .stat-card { background: var(--white); padding: 1.5rem; border-radius: var(--radius); text-align: center; transition: transform 0.3s; } .chardham-page .stat-card:hover { transform: translateY(-4px); } .chardham-page .stat-icon { font-size: 2rem; margin-bottom: 0.5rem; } .chardham-page .stat-number { font-family: inherit; font-size: 1.8rem; font-weight: 700; color: var(--deep-blue); } .chardham-page .stat-label { font-size: 0.85rem; color: var(--text-light); margin-top: 4px; } .chardham-page .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 3rem; } .chardham-page .feature-card { padding: 2rem 1.5rem; border-radius: var(--radius); border: 1px solid #e8e4dd; background: var(--white); transition: all 0.3s; position: relative; overflow: hidden; } .chardham-page .feature-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), var(--sky)); opacity: 0; transition: opacity 0.3s; } .chardham-page .feature-card:hover { border-color: var(--gold); } .chardham-page .feature-card:hover::before { opacity: 1; } .chardham-page .feature-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient( 135deg, rgba(200, 150, 62, 0.1), rgba(59, 111, 160, 0.08) ); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1rem; } .chardham-page .feature-card h3 { font-family: inherit; font-size: 1.15rem; font-weight: 700; color: var(--deep-blue); margin-bottom: 0.5rem; } .chardham-page .feature-card p { font-size: 0.92rem; color: var(--text-light); } .chardham-page .route { color: var(--white); } .route .section-label { color: var(--gold-light); } .route .section-subtitle { color: rgba(255, 255, 255, 0.6); } .chardham-page .route-stops { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; } .chardham-page .stop-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center; transition: all 0.3s; position: relative; } .chardham-page .stop-card:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--gold); } .chardham-page .stop-number { font-family: inherit; font-weight: 800; color: rgba(200, 150, 62, 0.25); margin-bottom: 0.5rem; } .chardham-page .stop-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.4rem; } .chardham-page .stop-card p { font-size: 0.85rem; color: rgba(255, 255, 255, 0.55); line-height: 1.6; } .chardham-page .stop-altitude { display: inline-block; background: rgba(200, 150, 62, 0.15); color: var(--gold-light); padding: 3px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; margin-bottom: 0.8rem; } .chardham-page .pricing { background: var(--snow); } .chardham-page .pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 3rem; } .chardham-page .pricing-card { background: var(--white); border-radius: var(--radius); padding: 2.5rem 2rem; border: 1px solid #e8e4dd; position: relative; transition: all 0.3s; } .chardham-page .pricing-card.featured { border-color: var(--gold); } .chardham-page .pricing-card.featured::after { content: "MOST POPULAR"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), #b07e2a); color: var(--white); padding: 4px 18px; border-radius: 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; } .chardham-page .pricing-card:hover { transform: translateY(-4px); } .chardham-page .pricing-type { font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sky); margin-bottom: 0.5rem; } .chardham-page .pricing-card h3 { font-family: inherit; font-size: 1.4rem; color: var(--deep-blue); margin-bottom: 0.5rem; } .chardham-page .pricing-card .price { font-family: inherit; font-size: 2rem; font-weight: 800; color: var(--deep-blue); margin: 1rem 0 0.3rem; } .chardham-page .pricing-card .price-note { font-size: 0.82rem; color: var(--text-light); margin-bottom: 1.5rem; } .chardham-page .pricing-card ul { list-style: none; margin-bottom: 1.5rem; } .chardham-page .pricing-card li { padding: 6px 0; font-size: 0.9rem; color: var(--text-light); display: flex; align-items: center; gap: 8px; } .chardham-page .pricing-card li::before { content: "✓"; color: var(--accent-green); font-weight: 700; } .chardham-page .pricing-cta { display: block; text-align: center; padding: 14px; border-radius: 8px; font-weight: 600; text-decoration: none; transition: all 0.3s; font-size: 0.95rem; } .chardham-page .pricing-cta.primary { background: var(--gold); color: var(--white); } .chardham-page .pricing-cta.primary:hover { background: #b07e2a; } .chardham-page .pricing-cta.secondary { border: 2px solid var(--deep-blue); color: var(--deep-blue); } .chardham-page .pricing-cta.secondary:hover { background: var(--deep-blue); color: var(--white); } .chardham-page .inclusions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; } .chardham-page .incl-box { padding: 2rem; border-radius: var(--radius); } .chardham-page .incl-box.included { background: #edf7f0; border: 1px solid #c5e6ce; } .chardham-page .incl-box.excluded { background: #fef3f0; border: 1px solid #f0cdc5; } .chardham-page .incl-box h3 { font-family: inherit; font-size: 1.2rem; margin-bottom: 1rem; } .chardham-page .incl-box.included h3 { color: var(--accent-green); } .chardham-page .incl-box.excluded h3 { color: #c0392b; } .chardham-page .incl-box ul { list-style: none; } .chardham-page .incl-box li { padding: 5px 0; font-size: 0.92rem; color: var(--text-light); display: flex; align-items: center; gap: 8px; } .chardham-page .incl-box.included li::before { content: "✓"; color: var(--accent-green); font-weight: 700; } .chardham-page .incl-box.excluded li::before { content: "✗"; color: #c0392b; font-weight: 700; } .chardham-page .faq { background: var(--snow); } .chardham-page .faq-list { margin-top: 2.5rem; max-width: 780px; } .chardham-page .faq-item { background: var(--white); border-radius: var(--radius); margin-bottom: 1rem; border: 1px solid #e8e4dd; overflow: hidden; } .chardham-page .faq-question { width: 100%; background: none; border: none; padding: 1.3rem 1.5rem; font-size: 1rem; font-weight: 600; color: var(--deep-blue); text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-family: inherit; } .chardham-page .faq-question::after { content: "+"; font-size: 1.4rem; font-weight: 300; color: var(--gold); transition: transform 0.3s; } .chardham-page .faq-item.active .faq-question::after { transform: rotate(45deg); } .chardham-page .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; } .chardham-page .faq-item.active .faq-answer { max-height: 300px; } .chardham-page .faq-answer p { padding: 0 1.5rem 1.3rem; font-size: 0.92rem; color: var(--text-light); line-height: 1.7; } .chardham-page .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .chardham-page .cta-btn { padding: 15px 36px; border-radius: 50px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: all 0.3s; } .chardham-page .cta-btn.gold { background: var(--gold); color: var(--white); } .chardham-page .cta-btn.gold:hover { background: var(--gold-light); color: var(--deep-blue); } .chardham-page .cta-btn.outline { border: 2px solid rgba(255, 255, 255, 0.3); color: var(--white); } .chardham-page .cta-btn.outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.1); } .chardham-page footer { background: #0a1220; padding: 2.5rem 2rem; text-align: center; color: rgba(255, 255, 255, 0.4); font-size: 0.85rem; } @keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 900px) { .intro-grid { grid-template-columns: 1fr; gap: 2rem; } .features-grid { grid-template-columns: 1fr 1fr; } .route-stops { grid-template-columns: 1fr 1fr; } .pricing-cards { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; } .inclusions-grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; } .route-stops { grid-template-columns: 1fr; } .footer-bottom-part { flex-direction: column; padding: 10px; } .footer-copyright-bar { padding: 10px; } .footer-design-by { padding: 10px; } } .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); } #inquiryModal .form-control { background: #f8f9fa; border: 1px solid #dee2e6; } #inquiryModal .input-group-text { background: #e9ecef; border: 1px solid #dee2e6; } #inquiryModal .btn-submit { background: var(--accent-color); border: none; font-weight: 700; transition: all 0.3s ease; } #inquiryModal .btn-submit:hover { background: var(--accent-orange); color: white; } #inquiryModal .modal-content.inquiry-modal-content { background: transparent; box-shadow: none; overflow: visible; } #inquiryModal .inquiry-modal-inner { position: relative; background-color: var(--bg-dark-blue); background-image: linear-gradient( 30deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 150deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 30deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 150deg, var(--deep-blue) 12%, transparent 12.5%, transparent 87%, var(--deep-blue) 87.5%, var(--deep-blue) ), linear-gradient( 60deg, var(--deep-blue) 77 25%, transparent 25.5%, transparent 75%, var(--deep-blue) 77 75%, var(--deep-blue) 77 ), linear-gradient( 60deg, var(--deep-blue) 77 25%, transparent 25.5%, transparent 75%, var(--deep-blue) 77 75%, var(--deep-blue) 77 ); background-size: 80px 140px; background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px; border-radius: 25px; padding: 40px 30px 30px; overflow: hidden; } #inquiryModal .inquiry-modal-inner::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/pattern-bg.webp"); background-repeat: repeat; background-size: 1100px auto; z-index: 0; pointer-events: none; opacity: 0.6; } #inquiryModal .inquiry-modal-close { position: absolute; top: 14px; right: 16px; z-index: 10; background: rgba(255, 255, 255, 0.85); border-radius: 50%; width: 32px; height: 32px; padding: 0; display: flex; align-items: center; justify-content: center; opacity: 1; font-weight: bold; } #inquiryModal .inquiry-modal-inner .connect-form-card { position: relative; z-index: 5; margin: 0 auto; max-width: 420px; } .how-to-book-list { width: 100%; max-width: 100%; } .booking-step-item { padding-left: 0; border-top: 3px solid var(--primary-color) !important; } .travel-needs-grid .travel-need-card { background: #fff; border-radius: 16px; overflow: hidden; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); max-width: 100%; display: flex; flex-direction: column; } .travel-need-img-box { width: 100%; height: 320px; overflow: hidden; position: relative; } .travel-need-grid-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; display: block; margin: 0 auto; } .travel-needs-grid .travel-need-card:hover .travel-need-grid-img { transform: scale(1.06); } .travel-need-content { padding: 30px !important; display: flex !important; flex-direction: column !important; flex-grow: 1 !important; } .travel-need-content .travel-need-title { color: var(--primary-color); font-weight: 700; font-size: 20px; margin-bottom: 15px !important; position: relative; padding-bottom: 12px; } .travel-need-content .travel-need-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--secondary-color, #ff6b00); border-radius: 2px; } .travel-need-content .travel-need-desc { color: var(--p-text-color) !important; font-size: 15px !important; line-height: 1.6 !important; margin-bottom: 20px !important; } .travel-need-content .travel-need-points { background: #f4f4f4; padding: 16px 20px; border-radius: 10px; margin-bottom: 15px !important; border-left: 3px solid var(--primary-color); transition: background 0.3s ease; } .travel-need-content .travel-need-points:hover { background: #f0f4f8; } .travel-need-content .travel-need-points:last-child { margin-bottom: 0 !important; } .travel-need-content .travel-need-points .points-label { color: var(--text-heading, #2b3440); font-size: 15px; font-weight: 700; display: block; } .travel-points-list { list-style: none; padding-left: 0; margin-bottom: 0; } .travel-points-list li { position: relative; padding-left: 24px; margin-bottom: 8px; font-size: 14.5px; line-height: 1.5; color: var(--p-text-color); display: flex; align-items: flex-start; } .travel-points-list li:last-child { margin-bottom: 0; } .travel-points-list li::before { content: ""; position: absolute; left: 4px; top: 6px; width: 7px; height: 7px; background: var(--secondary-color); border-radius: 50%; } @media (max-width: 991px) { .travel-need-img-box { height: 250px; } .travel-need-content { padding: 24px !important; } } .step-points-list { list-style: none !important; padding-left: 0 !important; } .step-points-list li { display: flex !important; align-items: flex-start !important; margin-bottom: 8px; font-size: 13px; color: var(--p-text-color); list-style: none !important; position: relative; } .step-points-list li::before { display: none !important; content: none !important; } .step-points-list li img { margin-right: 10px; flex-shrink: 0; margin-top: 3px; } .accordion-button:focus { box-shadow: none !important; outline: none !important; } .accordion-button:not(.collapsed) { background-color: var(--bg-white); box-shadow: none; } .accordion-body ul { list-style: none; padding-left: 0; margin-top: 10px; margin-bottom: 10px; } .accordion-body ul li { position: relative; padding-left: 20px; margin-bottom: 8px; font-size: 15px; color: var(--p-text-color); line-height: 1.5; } .accordion-body ul li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; background-image: url("../icons/blue-arrow.svg"); background-repeat: no-repeat; background-size: contain; } .guide-section { padding: 40px 0; } .guide-card { background: var(--bg-white); border-radius: 15px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); height: 100%; border-bottom: 4px solid var(--primary-color); transition: transform 0.3s ease; border-top: 1px solid var(--border-color); border-left: 1px solid var(--border-color); border-right: 1px solid var(--border-color); } .dham-card { background: var(--bg-white); border-radius: 12px; padding: 20px; margin-bottom: 20px; border-left: 5px solid var(--primary-color); } .dham-card h3 { color: var(--primary-color); font-weight: 700; margin-bottom: 10px; } .order-box { background: var(--bg-dark-blue); color: #fff; padding: 20px; border-radius: 10px; text-align: center; margin: 30px 0; } .order-arrow { color: var(--accent-orange); margin: 0 10px; font-weight: bold; } .order-arrow img { width: 20px; height: 20px; filter: brightness(0) invert(1); } .date-table { width: 100%; border-collapse: collapse; margin: 20px 0; } .date-table th, .date-table td { padding: 15px; border: 1px solid #dee2e6; text-align: left; } .date-table th { background: #eee; font-weight: 700; } .pkn-highlight { color: var(--primary-color); font-weight: 700; } .checklist-item { display: flex; align-items: center; margin-bottom: 10px; gap: 6px; } .checklist-item i { color: #28a745; margin-right: 12px; margin-top: 5px; } .emergency-box { background: #fff5f5; border: 1px solid var(--secondary-color); border-radius: 10px; padding: 20px; margin-top: 20px; } .rates-hero-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-white); color: var(--text-dark); padding: 10px 20px; border-radius: 50px; font-size: 0.875rem; font-weight: 500; cursor: pointer; transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); } .rates-hero-btn img { flex-shrink: 0; } .rates-hero-btn:hover { background: var(--secondary-color); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22); color: white; } .rates-feature-card { background: #fff; border-radius: 16px; padding: 22px 20px; border-left: 4px solid var(--primary-color); } .rates-feature-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; } .rates-feature-icon-wrap { width: 42px; height: 42px; border-radius: 10px; background: var(--bg-white); border: 1px solid var(--border-color); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .rates-feature-title { font-size: 0.95rem; font-weight: 700; color: var(--text-heading); margin: 0; } .rates-feature-desc { font-size: 0.82rem; color: var(--grey-666, #666); margin: 0; line-height: 1.5; } .route-hero-stat { display: inline-flex; flex-direction: column; align-items: center; background: var(--primary-color); border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 16px; padding: 16px 24px; min-width: 110px; backdrop-filter: blur(6px); } .route-hero-stat .stat-num { font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1; } .route-hero-stat .stat-label { font-size: 0.75rem; color: rgba(255, 255, 255, 0.78); margin-top: 4px; text-align: center; } .route-circuit { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; margin: 30px 0; background: #f4f4f4; padding: 20px; border-radius: 12px; border: 1px solid gray; } .circuit-stop { display: flex; flex-direction: column; align-items: center; text-align: center; } .circuit-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 8px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15); background-color: var(--bg-white); } .circuit-icon-img { height: 28px; width: 28px; } .circuit-icon.gold { background: #f4f4f4; } .circuit-icon-img-arrow { height: 22px; width: 22px; } .circuit-name { font-size: 0.78rem; font-weight: 700; color: var(--text-heading); } .circuit-alt { font-size: 0.68rem; color: var(--grey-666); } .circuit-arrow { display: flex; align-items: center; padding: 0 8px; color: var(--primary-color); font-weight: 700; font-size: 0.7rem; text-align: center; flex-direction: column; gap: 2px; margin-bottom: 28px; } .circuit-arrow span { font-size: 1rem; } .leg-card { background: #fff; border-radius: 16px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07); border: 1px solid var(--border-light); } .leg-card-header { display: flex; align-items: stretch; gap: 0; border-bottom: 1px solid var(--border-light); } .leg-num-block { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--primary-color); color: #fff; padding: 18px 20px; min-width: 80px; text-align: center; flex-shrink: 0; } .leg-num-block .leg-num { font-size: 1.5rem; font-weight: 800; line-height: 1; } .leg-num-block .leg-dham-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; margin-top: 4px; } .leg-num-block.gold { background: var(--secondary-color); } .leg-num-block.teal { background: var(--primary-light); } .leg-num-block.deep { background: var(--deep-blue); } .leg-num-block.navy { background: var(--navy-blue); } .leg-header-middle { padding: 14px 20px; flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 4px; } .leg-title { font-size: 15px; font-weight: 700; color: var(--text-heading); margin: 0; } .leg-via { font-size: 13px; color: var(--grey-666); margin: 0; } .leg-stat-boxes { display: flex; gap: 1px; background: var(--border-light); flex-shrink: 0; } .leg-stat-box { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 20px; background: var(--bg-grey-softest); text-align: center; min-width: 90px; } .leg-stat-val { font-size: 0.95rem; font-weight: 700; color: var(--text-heading); line-height: 1.1; } .leg-stat-lbl { font-size: 0.62rem; font-weight: 600; color: var(--grey-888); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 3px; } .leg-card-body { padding: 20px 24px; } .leg-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; } .leg-highlight-tag { display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--border-color); border-radius: 50px; padding: 5px 14px; font-size: 0.78rem; font-weight: 500; color: var(--grey-444); background: #fff; } .road-condition-box { background: #f3fbff; border-left: 4px solid var(--secondary-color); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); border-right: 1px solid var(--border-color); border-radius: 0 10px 10px 0; padding: 14px 18px; margin-top: 14px; font-size: 0.83rem; color: var(--p-text-color); line-height: 1.55; } .road-condition-box .rc-label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--secondary-color); margin-bottom: 6px; } .road-condition-box.danger { background: #fff2f2; border-left-color: var(--accent-color); } .road-condition-box.danger .rc-label { color: var(--accent-color); } .night-stay-line { font-size: 13.5px; color: var(--p-text-color); margin-top: 14px; } .night-stay-line strong { color: var(--text-heading); } .itinerary-table { width: 100%; border-collapse: collapse; } .itinerary-table thead th { background: var(--primary-color); color: #fff; padding: 14px 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; text-align: left; } .itinerary-table tbody tr { border-bottom: 1px solid var(--border-light); } .itinerary-table tbody tr:nth-child(odd) { background: #fff; } .itinerary-table tbody tr:nth-child(even) { background: var(--bg-grey-softest); } .itinerary-table tbody td { padding: 13px 18px; font-size: 13px; color: var(--p-text-color); vertical-align: middle; } .itin-day-badge { display: inline-block; background: var(--secondary-color); color: #fff; font-size: 13px; font-weight: 700; border-radius: 8px; padding: 4px 12px; white-space: nowrap; } .act-label { display: inline-block; border-radius: 5px; padding: 2px 8px; font-size: 13px; font-weight: 600; margin-right: 4px; } .act-drive { background: var(--bg-blue-soft); color: var(--primary-color); } .act-trek { background: #ffe8d6; color: var(--secondary-dark); } .act-darshan { background: #ede8ff; color: #5b2e91; } .act-explore { background: #e6f4ea; color: #2e7d32; } .itin-stay { font-weight: 600; color: var(--text-heading); white-space: nowrap; } .route-cta-insert { background: linear-gradient( 135deg, var(--primary-color), var(--primary-light) ); border-radius: 16px; padding: 24px 28px; color: #fff; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin: 24px 0; } .route-cta-insert p { margin: 0; font-size: 0.9rem; opacity: 0.93; flex: 1; } .route-cta-insert .btn-cta-white { background: #fff; color: var(--primary-color); border-radius: 50px; padding: 9px 22px; font-size: 0.85rem; font-weight: 700; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: all 0.4s ease; } .route-cta-insert .btn-cta-white:hover { background: var(--navy-blue); color: var(--bg-white); } .dist-matrix { width: 100%; border-collapse: collapse; font-size: 0.82rem; } .dist-matrix th { background: var(--primary-accent); color: #fff; padding: 10px 12px; text-align: center; font-weight: 700; font-size: 0.78rem; } .dist-matrix td { padding: 9px 12px; text-align: center; border-bottom: 1px solid var(--border-light); border-right: 1px solid var(--border-light); } .dist-matrix tbody tr:nth-child(odd) { background: #fff; } .dist-matrix tbody tr:nth-child(even) { background: var(--bg-grey-softest); } .dist-matrix td:first-child { font-weight: 700; background: var(--bg-blue-pale); color: var(--primary-color); } .dist-matrix td.dash { color: var(--border-color); font-weight: 700; } .driving-rule-card { background: #fff; border-radius: 14px; padding: 20px 18px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--primary-color); height: 100%; } .driving-rule-icon { font-size: 1.8rem; margin-bottom: 10px; } .driving-rule-title { font-size: 0.9rem; font-weight: 700; color: var(--text-heading); margin-bottom: 6px; } .driving-rule-desc { font-size: 0.78rem; color: var(--grey-666); line-height: 1.5; margin: 0; } @media (max-width: 991px) { .leg-stat-boxes { flex-direction: column; gap: 0; } .leg-stat-box { padding: 8px 16px; min-width: auto; flex-direction: row; gap: 6px; justify-content: flex-start; } } @media (max-width: 767px) { .leg-card-header { flex-direction: column; } .leg-num-block { flex-direction: row; gap: 10px; padding: 12px 18px; min-width: auto; justify-content: flex-start; } .leg-num-block .leg-num { font-size: 1.1rem; } .leg-stat-boxes { flex-direction: row; flex-wrap: wrap; } .route-circuit { gap: 4px; } .circuit-arrow { padding: 0 4px; font-size: 0.6rem; } .route-cta-insert { flex-direction: column; gap: 12px; } .leg-card-body { padding: 16px; } } @supports (content-visibility: auto) { body[data-page="home"] .body-wrapper > section:not(.home-hero):not(.home-intro) { content-visibility: auto; contain-intrinsic-size: 1px 900px; } } @media (max-width: 499px) { .home-fleet .col-6, .home-locations .col-6, .home-trust .col-6, .home-occasions .col-6, .home-gallery .col-6, .home-why-choose .col-6, .intro .col-6, .inclusion-cards-grid > article, .contact-cards-grid > article { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; } .fleet-card, .occasion-card, .badge-card, .wcu-card, .gallery-item, .stat-card-horizontal, .location-buttons .location-btn, .charge-card { width: 100% !important; max-width: 420px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 12px !important; } .badge-card { height: auto !important; min-height: 120px !important; } .contact-cards-grid, .inclusion-cards-grid, .chardham-page .intro-grid, .chardham-page .intro-stats, .chardham-page .inclusions-grid { grid-template-columns: 1fr !important; display: flex !important; flex-direction: column !important; gap: 12px !important; } } .map-facade { position: relative; width: 100%; height: 100%; min-height: 420px; background: #e8eaed; cursor: pointer; overflow: hidden; border-radius: 12px; } .map-facade img.map-static { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.9); border-radius: 12px; } .map-facade .map-play-btn { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: rgba(0, 0, 0, 0.25); border-radius: 12px; transition: background 0.2s; } .map-facade:hover .map-play-btn { background: rgba(0, 0, 0, 0.38); } .map-play-btn .map-btn-icon { width: 56px; height: 56px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); } .map-play-btn .map-btn-icon svg { width: 28px; height: 28px; } .map-play-btn span { color: #fff; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.02em; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); } .map-wrapper iframe { width: 100%; height: 100%; min-height: 420px; border: 0; border-radius: 12px; display: block; }