.transfer-reviews__title {
margin-bottom: 1.5rem;
}
.transfer-reviews__list {
list-style: none;
margin: 0 0 24px;
padding: 0;
display: grid;
gap: 16px;
}
.transfer-reviews__card {
background: var(--color-white);
border: 1px solid var(--color-border);
border-radius: var(--radius-lg);
padding: 20px;
box-shadow: var(--shadow-sm);
}
.transfer-reviews__meta {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 8px 16px;
margin-bottom: 10px;
}
.transfer-reviews__author {
font-size: 1rem;
color: var(--color-primary);
}
.transfer-reviews__date {
font-size: 0.875rem;
color: var(--color-text-muted);
}
.transfer-reviews__text {
margin: 0;
font-size: 0.95rem;
line-height: 1.6;
color: var(--color-text);
}
.transfer-reviews__text p {
margin: 0;
}
.transfer-reviews__widget-note {
font-size: 0.95rem;
color: var(--color-text-muted);
margin: 0 0 12px;
}
.transfer-reviews__cackle-link {
display: inline-block;
margin-top: 12px;
font-size: 0.75rem;
} .transfer-reviews__widget {
display: none;
}
html.js .transfer-reviews__static {
display: none !important;
}
html.js .transfer-reviews__widget {
display: block;
}
:root {
--color-primary: #0F596B; 
--color-accent: #228FA1;  
--color-accent-hover: #1a7180;
--color-bg: #f9fafb;
--color-white: #ffffff;
--color-text: #1f2937;
--color-text-muted: #4b5563;
--color-border: #e5e7eb;
--color-success: #10b981;
--color-danger: #ef4444;
--color-warning-bg: #fef3c7;
--color-warning-text: #92400e;
--shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
--shadow-md: 0 8px 20px rgba(0,0,0,0.06);
--shadow-hover: 0 15px 30px rgba(15, 89, 107, 0.12);
--radius-lg: 16px;
} body { background-color: var(--color-bg); color: var(--color-text); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.section { padding: 80px 0; }
.section-bg { background: linear-gradient(180deg, var(--color-white) 0%, #f4f7f8 100%); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.section-title { font-size: 2.5rem; font-weight: 700; text-align: center; margin-bottom: 3rem; color: var(--color-primary); line-height: 1.2; }
.section-title.left { text-align: left; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 12px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 16px; box-sizing: border-box; }
.btn-primary { background: linear-gradient(50deg, #f102a5 10%, #ff3281 50%); color: white; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(241, 2, 165, 0.4); }
.btn_pink { background: linear-gradient(50deg, #f102a5 10%, #ff3281 50%); color: white; border-radius: 12px; }
.btn_pink:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(241, 2, 165, 0.4); }
.btn-large { padding: 18px 36px; font-size: 18px; }
.btn-whatsapp { background: #25D366; color: white; }
.btn-whatsapp:hover { background: #20ba5a; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); }
.btn-telegram { background: #0088cc; color: white; }
.btn-telegram:hover { background: #0077b5; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 136, 204, 0.3); }
.btn-icon { margin-right: 8px; } .transfer-hero { position: relative; min-height: 600px; display: flex; align-items: center; justify-content: center; color: white; overflow: hidden; }
.transfer-hero__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 1; }
.transfer-hero__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(15, 89, 107, 0.85) 0%, rgba(0,0,0,0.6) 100%); z-index: 2; }
.transfer-hero__container { position: relative; z-index: 3; width: 100%; padding: 150px 0 100px 0; }
.transfer-hero__content { max-width: 800px; margin: 0 auto; text-align: center; }
.transfer-hero__breadcrumbs { margin-bottom: 20px; color: rgba(255,255,255,0.9); }
.transfer-hero__title { font-size: 3.5rem; font-weight: 800; margin-bottom: 1.5rem; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.transfer-hero__description { font-size: 1.2rem; line-height: 1.6; margin-bottom: 2.5rem; color: rgba(255,255,255,0.95); }
.transfer-hero__advantages { display: flex; justify-content: center; gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap; }
.transfer-hero__advantage-item { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 1 1 30%; transition: transform 0.3s; min-width: 140px;}
.transfer-hero__advantage-item:hover { transform: translateY(-5px); }
.transfer-hero__advantage-icon { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; backdrop-filter: blur(12px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); flex-shrink: 0; }
.transfer-hero__advantage-icon img { width: 35px; height: 35px; object-fit: contain; display: block; }
.transfer-hero__advantage-icon svg { width: 30px; height: 30px; flex-shrink: 0; }
.transfer-hero__advantage-title { font-size: 0.95rem; font-weight: 600; text-align: center; line-height: 1.4; }
.transfer-hero__cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; } .transfer-form-wrapper { margin-top: -40px; position: relative; z-index: 10; } .prices-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; flex-wrap: wrap; gap: 15px; }
.prices-header h2 { margin: 0; font-size: 2rem; color: var(--color-primary); }
.prices-subtitle { color: var(--color-text-muted); margin-top: 10px; font-size: 1.1rem; }
.price-table-title { font-size: 1.5rem; color: var(--color-primary); margin: 30px 0 15px 0; }
.route-title { font-size: 1.2rem; color: var(--color-accent); margin: 20px 0 10px 0; } .table-container { overflow-x: auto; background: var(--color-white); border-radius: var(--radius-lg); border: 1px solid var(--color-border); box-shadow: var(--shadow-md); margin-bottom: 30px; }
.desktop-prices { display: block; }
.mobile-prices { display: none; }
table { width: 100%; border-collapse: collapse; text-align: left; min-width: 600px; }
th, td { padding: 18px 24px; border-bottom: 1px solid var(--color-border); }
th { background-color: #f0f8fa; color: var(--color-primary); font-weight: 700; font-size: 1.05rem; }
tr:last-child td { border-bottom: none; }
tbody tr { transition: background-color 0.2s; }
tbody tr:hover { background-color: #f4f7f8; } @media (max-width: 767px) {
.desktop-prices { display: none; }
.mobile-prices { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.price-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; }
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price-card-title { font-size: 1.1rem; font-weight: 700; color: var(--color-primary); margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px dashed var(--color-border); }
.price-card-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.price-card-row:last-child { margin-bottom: 0; }
.price-label { color: var(--color-text-muted); font-size: 0.95rem; display: flex; align-items: center; gap: 8px; }
.price-val { font-size: 1.1rem; }
.font-bold { font-weight: 700; }
.text-primary { color: var(--color-primary); }
.text-success { color: var(--color-success); }
.text-danger { color: var(--color-danger); }
}
.table-features { display: grid; grid-template-columns: 1fr; gap: 24px; background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-md); }
@media (min-width: 768px) { .table-features { grid-template-columns: 1fr 1fr; } }
.table-features h3,
.table-features__title { display: flex; align-items: center; gap: 10px; font-size: 1.15rem; margin: 0 0 15px 0; color: var(--color-primary); }
.table-features svg { width: 22px; height: 22px; }
.text-success { color: var(--color-success); }
.text-accent { color: var(--color-accent); }
.text-danger { color: var(--color-danger); }
.table-features li { font-size: 0.95rem; color: var(--color-text-muted); margin-bottom: 10px; line-height: 1.5; }
.table-features ul { padding-left: 0; list-style: none; margin: 0; } .tour-gallery { padding: 60px 0; background: #fff; }
@media (max-width: 768px) {
.tour-gallery__head { flex-direction: column; align-items: flex-start; }
.tour-gallery__slider { grid-template-columns: 1fr; }
} .routes-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 1024px) { .routes-grid { grid-template-columns: 1fr 1fr; gap: 60px; } }
.routes-desc { margin-bottom: 20px; color: var(--color-text-muted); line-height: 1.6; }
.route-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--color-border); margin-bottom: 15px; flex-wrap: wrap; gap: 10px; }
.route-item strong { color: var(--color-text); font-size: 1.05rem; }
.route-item span { text-align: right; font-size: 0.9rem; color: var(--color-text-muted); background: var(--color-bg); padding: 6px 12px; border-radius: 8px; }
.info-box { background-color: #f0f8fa; border: 1px solid #bae0e8; padding: 16px; border-radius: 12px; font-size: 0.9rem; color: var(--color-primary); margin-top: 20px; font-weight: 500; line-height: 1.5; }
.car-card { display: flex; gap: 16px; background-color: var(--color-white); border: 1px solid var(--color-border); padding: 24px; border-radius: var(--radius-lg); margin-bottom: 20px; box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; align-items: flex-start; }
.car-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: #bae0e8; }
.car-card svg { color: var(--color-accent); width: 32px; height: 32px; flex-shrink: 0; background: #f0f8fa; padding: 6px; border-radius: 8px; }
.car-card h3 { margin: 0 0 8px 0; font-size: 1.15rem; color: var(--color-primary); }
.car-card p { margin: 0; font-size: 0.95rem; color: var(--color-text-muted); line-height: 1.5; } .steps-wrapper { background: radial-gradient(circle at center, #ffffff 0%, #f0f8fa 100%); }
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 30px; position: relative; max-width: 1000px; margin: 0 auto; }
@media (min-width: 640px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { 
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.steps-grid::before { content: ''; position: absolute; top: 36px; left: 12%; right: 12%; height: 2px; background: dashed 2px var(--color-accent); opacity: 0.3; z-index: 1; }
}
.step-item { display: flex; flex-direction: column; align-items: center; text-align: center; z-index: 2; background: var(--color-white); padding: 24px 16px; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); transition: transform 0.3s; }
.step-item:hover { transform: translateY(-5px); }
.step-number { width: 72px; height: 72px; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%); color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; font-weight: 800; margin-bottom: 20px; box-shadow: 0 8px 16px rgba(34, 143, 161, 0.3); border: 4px solid var(--color-white); flex-shrink: 0; }
.step-item h3,
.step-item__title { margin: 0 0 10px 0; font-size: 1.1rem; font-weight: 700; color: var(--color-primary); }
.step-item p { margin: 0; font-size: 0.9rem; color: var(--color-text-muted); line-height: 1.4;}
.steps-section__label {
font-size: 2.5rem;
font-weight: 700;
text-align: center;
margin: 0 0 3rem;
color: var(--color-primary);
line-height: 1.2;
}
.price-notes p { font-size: 0.9rem; }
.warning-box { background-color: var(--color-warning-bg); border: 1px solid #fde68a; color: var(--color-warning-text); padding: 20px; border-radius: 12px; font-size: 0.95rem; max-width: 800px; margin: 40px auto 0 auto; text-align: left; display: flex; gap: 15px; align-items: flex-start; box-shadow: var(--shadow-sm); line-height: 1.5; }
.warning-box svg { flex-shrink: 0; width: 24px; height: 24px; margin-top: 2px; } .comp-container { max-width: 900px; margin: 0 auto; }
.comp-mobile { display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 768px) { .comp-mobile { display: none; } }
.comp-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; }
.comp-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.comp-card.highlight { background: #f0f8fa; border-color: #bae0e8; border-left: 6px solid var(--color-accent); }
.comp-card h3,
.comp-card__title { margin: 0 0 20px 0; font-size: 1.15rem; font-weight: 700; color: var(--color-text); }
.comp-card.highlight h3,
.comp-card.highlight .comp-card__title { color: var(--color-primary); font-weight: 800; }
.comp-section__label {
font-size: 2.5rem;
font-weight: 700;
text-align: center;
margin: 0 0 3rem;
color: var(--color-primary);
line-height: 1.2;
}
.comp-row { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); margin-bottom: 12px; gap: 10px;}
.comp-row:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.comp-row span { font-size: 0.95rem; color: var(--color-text-muted); }
.comp-desktop { display: none; }
@media (min-width: 768px) { .comp-desktop { display: block; } }
.comp-desktop table { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.text-center { text-align: center; }
.text-gray { color: var(--color-text-muted); } .faq-toggle {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.faq-item {
background-color: var(--color-white);
border: 1px solid var(--color-border);
border-radius: 12px;
margin-bottom: 15px;
overflow: hidden;
box-shadow: var(--shadow-sm);
transition: box-shadow 0.3s, border-color 0.3s;
position: relative;
}
.faq-item:hover {
box-shadow: var(--shadow-md);
border-color: #bae0e8;
}
.faq-btn {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background: none;
border: none;
padding: 24px;
text-align: left;
font-size: 1.05rem;
font-weight: 700;
color: var(--color-primary);
cursor: pointer;
font-family: inherit;
gap: 15px;
transition: background-color 0.2s;
margin: 0;
}
.faq-btn:hover {
background-color: #f0f8fa;
}
.faq-icon {
transition: transform 0.3s ease;
width: 20px;
height: 20px;
color: var(--color-accent);
background: #f0f8fa;
border-radius: 50%;
padding: 4px;
box-sizing: content-box;
flex-shrink: 0;
} .faq-toggle:checked ~ .faq-answer {
max-height: 500px;
}
.faq-container p{
opacity: 1;
}
.faq-toggle:checked ~ .faq-btn .faq-icon {
transform: rotate(180deg);
background: var(--color-accent);
color: var(--color-white);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-in-out;
}
.faq-answer-inner {
padding: 15px;
font-size: 0.95rem;
color: var(--color-text-muted);
line-height: 1.6;
border-top: 1px solid var(--color-border);
} .reviews-wrapper { background-color: #fff; } .transfer-final-cta {
background: #289ab0 url(https://phuket-cheap-tour.ru/wp-content/themes/phuket/468b278fc15539b31e8b.webp) top no-repeat;
padding: 120px 0 80px 0;
background-size: cover;
color: #fff;
}
.transfer-final-cta__content { text-align: center; max-width: 800px; margin: 0 auto; }
.transfer-final-cta__title { font-size: 2.2rem; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.transfer-final-cta__description { margin-bottom: 30px; font-size: 1.1rem; opacity: 0.95; }
.transfer-final-cta__action { margin-bottom: 30px; }
.transfer-final-cta__btn { margin: 0; width: 100%; max-width: 300px; padding: 18px; font-size: 20px; display: inline-flex; justify-content: center; }
.transfer-final-cta__buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.tour-head__cloud{ z-index: 900; }
.comment{ margin-bottom: 0px!important; }
.align-center{ display: none; } @media (max-width: 768px) {
.section { padding: 40px 0; }
.section-title { font-size: 1.8rem; margin-bottom: 2rem; }
.transfer-hero__container { padding: 100px 0 60px 0; }
.transfer-hero { min-height: auto; }
.transfer-hero__title { font-size: 2.2rem; margin-bottom: 1rem; }
.transfer-hero__description { font-size: 1rem; margin-bottom: 2rem; }
.transfer-hero__advantages { flex-direction: column; gap: 1rem; align-items: stretch; }
.transfer-hero__advantage-item { flex-direction: row; text-align: left; padding: 12px; background: rgba(0,0,0,0.2); border-radius: 12px; gap: 16px; align-items: center; }
.transfer-hero__advantage-icon { width: 48px; height: 48px; }
.transfer-hero__advantage-icon img { width: 24px; height: 24px; }
.transfer-hero__advantage-icon svg { width: 24px; height: 24px; }
.transfer-hero__advantage-title { text-align: left; font-size: 0.9rem; }
.btn-large { padding: 14px 24px; font-size: 16px; width: 100%; }
.transfer-form-wrapper { margin-top: -20px; }
.prices-header h2 { font-size: 1.6rem; }
.table-features { padding: 20px; gap: 20px; }
.car-card { padding: 16px; flex-direction: column; align-items: center; text-align: center; }
.car-card svg { margin-bottom: 5px; }
.step-item { padding: 20px 16px; }
.step-number { width: 56px; height: 56px; font-size: 1.4rem; margin-bottom: 15px; }
.warning-box { flex-direction: column; align-items: center; text-align: center; padding: 16px; }
.warning-box svg { margin-bottom: 10px; }
.faq-btn { padding: 16px; font-size: 1rem; }
.faq-answer-inner { padding: 10px; }
.transfer-final-cta { padding: 60px 0; }
.transfer-final-cta__title { font-size: 1.8rem; }
.transfer-final-cta__btn { font-size: 18px; padding: 14px; max-width: 100%; }
.transfer-final-cta__buttons .btn { width: 100%; }
.steps-section__label { font-size: 1.8rem; margin-bottom: 2rem; }
}