:root{--navy:#0B1F3A;--navy2:#142d52;--gold:#E8A020;--goldl:#F5B94A;--white:#FFF;--off:#F6F7F9;--sl:#4A5568;--mu:#718096;--bd:#E2E8F0;--gr:#25D366;--r:12px;--sh:0 4px 24px rgba(11,31,58,.10);--shl:0 12px 48px rgba(11,31,58,.18)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.82;color:var(--navy);background:#fff}
/* NAV */
nav{background:var(--navy);position:sticky;top:0;z-index:200;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:66px;box-shadow:0 2px 24px rgba(0,0,0,.3)}
.nl{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.nl span{color:var(--gold)}
.nc{background:var(--gold);color:var(--navy);font-weight:700;font-size:.875rem;padding:10px 22px;border-radius:8px;text-decoration:none;transition:background .2s}.nc:hover{background:var(--goldl)}
.nls{display:flex;gap:26px;list-style:none}.nls a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.88rem;transition:color .15s}.nls a:hover{color:#fff}
@media(max-width:768px){.nls{display:none}}
/* HERO */
.hero{position:relative;height:620px;overflow:hidden;display:flex;align-items:flex-end}
@media(max-width:640px){.hero{height:460px}}
.hbg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.04);transition:transform 14s ease}.hero:hover .hbg{transform:scale(1.0)}
.hgr{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,31,58,.96) 0%,rgba(11,31,58,.5) 42%,rgba(11,31,58,.08) 100%)}
.hc{position:relative;z-index:2;padding:44px 32px;max-width:1020px;margin:0 auto;width:100%}
.hyr{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--navy);font-size:.77rem;font-weight:800;padding:5px 14px;border-radius:20px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}
.hc h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,5.5vw,3.5rem);font-weight:900;line-height:1.08;color:#fff;margin-bottom:14px;letter-spacing:-.025em;text-shadow:0 2px 20px rgba(0,0,0,.45)}
.hc h1 em{color:var(--gold);font-style:italic}
.hdesc{font-size:1.1rem;color:rgba(255,255,255,.82);max-width:620px;margin-bottom:24px;font-weight:300;line-height:1.72}
.hmeta{display:flex;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.66);font-size:.82rem}
/* TAXI BAND */
.tband{background:linear-gradient(135deg,var(--navy),#0d2640);border-bottom:3px solid var(--gold)}
.tbi{max-width:1020px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;flex-wrap:wrap}
.tbt h2{font-family:'Playfair Display',serif;font-size:1.15rem;color:#fff;margin-bottom:3px}
.tbt p{font-size:.83rem;color:rgba(255,255,255,.62);margin:0}
.tbf{font-family:'Playfair Display',serif;font-size:2rem;font-weight:900;color:var(--gold);white-space:nowrap;line-height:1}
.tbf small{font-size:.78rem;font-weight:400;color:rgba(255,255,255,.5);font-family:'DM Sans',sans-serif}
.tbbtns{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}
.btnbk{background:var(--gold);color:var(--navy);font-weight:700;font-size:.9rem;padding:12px 22px;border-radius:9px;text-decoration:none;display:flex;align-items:center;gap:7px;transition:background .2s,transform .15s}
.btnbk:hover{background:var(--goldl);transform:translateY(-2px)}
.btnwa{background:var(--gr);color:#fff;font-weight:700;font-size:.9rem;padding:12px 18px;border-radius:9px;text-decoration:none;display:flex;align-items:center;gap:7px;transition:background .2s,transform .15s}
.btnwa:hover{background:#1db954;transform:translateY(-2px)}
/* TRUST BAR */
.ts{background:var(--off);border-bottom:1px solid var(--bd);padding:13px 24px}
.tsi{max-width:1020px;margin:0 auto;display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;justify-content:center}
.ti{display:flex;align-items:center;gap:6px;font-size:.79rem;color:var(--sl);font-weight:500}.ti .ic{color:var(--gold)}
/* PROGRESS BAR */
.rpw{position:fixed;top:66px;left:0;right:0;height:3px;background:rgba(232,160,32,.2);z-index:199}
.rpb{height:100%;background:var(--gold);width:0;transition:width .1s linear}
/* LAYOUT */
.wrap{max-width:1020px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 330px;gap:48px;padding-top:48px;padding-bottom:72px}
@media(max-width:960px){.wrap{grid-template-columns:1fr;padding-top:36px}}
/* ARTICLE BODY */
.ab{min-width:0}
.ab h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--navy);margin:52px 0 16px;letter-spacing:-.025em;line-height:1.2;position:relative;padding-bottom:12px}
.ab h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--gold);border-radius:2px}
.ab h2:first-child{margin-top:0}
.ab h3{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:700;color:var(--navy);margin:34px 0 12px;letter-spacing:-.015em}
.ab h4{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:var(--navy);margin:22px 0 8px}
.ab p{color:var(--sl);margin-bottom:20px;font-size:1rem;line-height:1.84}
.ab ul,.ab ol{color:var(--sl);margin:0 0 20px 22px;line-height:1.82}.ab li{margin-bottom:10px;font-size:1rem}
.ab strong{color:var(--navy)}.ab em{color:var(--navy);font-style:italic}
.ab blockquote{border-left:4px solid var(--gold);padding:14px 20px;margin:28px 0;background:linear-gradient(135deg,#fffbf0,#fff8e0);border-radius:0 var(--r) var(--r) 0}
.ab blockquote p{font-style:italic;color:var(--sl);font-size:1.05rem;margin:0}
/* PHOTOS */
.phero{width:100%;height:420px;object-fit:cover;border-radius:var(--r);margin:32px 0;box-shadow:var(--shl);display:block}
.pwid{width:100%;height:340px;object-fit:cover;border-radius:var(--r);margin:28px 0;box-shadow:var(--sh);display:block}
.pcap{font-size:.77rem;color:var(--mu);margin-top:-22px;margin-bottom:26px;font-style:italic;padding-left:4px}
.pduo{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}
.pduo img{width:100%;height:260px;object-fit:cover;border-radius:var(--r);box-shadow:var(--sh);display:block}
.ptri{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin:28px 0}
.ptri img{width:100%;height:200px;object-fit:cover;border-radius:var(--r);box-shadow:var(--sh);display:block}
@media(max-width:640px){.pduo{grid-template-columns:1fr}.ptri{grid-template-columns:1fr 1fr}}
/* INLINE TAXI CTA */
.tcta{background:linear-gradient(135deg,var(--navy),var(--navy2));border-radius:var(--r);padding:20px 24px;margin:32px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;box-shadow:var(--sh)}
.tcl h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--gold);margin-bottom:4px}
.tcl p{color:rgba(255,255,255,.72);font-size:.84rem;margin:0}
.tcr{display:flex;gap:9px;flex-shrink:0;flex-wrap:wrap}
.btnti{background:var(--gold);color:var(--navy);font-weight:700;font-size:.87rem;padding:10px 19px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .2s;display:flex;align-items:center;gap:6px}
.btnti:hover{background:var(--goldl)}
.btntiw{background:var(--gr);color:#fff;font-weight:700;font-size:.87rem;padding:10px 15px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .2s;display:flex;align-items:center;gap:6px}
.btntiw:hover{background:#1db954}
/* PLACE CARDS */
.pgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin:28px 0}
.pcard{border-radius:var(--r);overflow:hidden;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.08);transition:box-shadow .25s,transform .25s;border:1px solid var(--bd)}
.pcard:hover{box-shadow:var(--shl);transform:translateY(-4px)}
.pcimg{height:180px;background-size:cover;background-position:center;position:relative}
.pcbadge{position:absolute;top:12px;left:12px;background:var(--navy);color:#fff;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px}
.pcfare{position:absolute;bottom:12px;right:12px;background:var(--gold);color:var(--navy);font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:20px}
.pcb{padding:16px}.pcb h3{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:6px}
.pcb p{font-size:.85rem;color:var(--sl);margin-bottom:12px;line-height:1.6}
.pccta{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--bd)}
.pccta .pf{font-weight:700;color:var(--navy);font-size:.88rem}
.pccta a{background:var(--navy);color:var(--gold);font-size:.76rem;font-weight:700;padding:6px 13px;border-radius:6px;text-decoration:none;transition:background .2s}.pccta a:hover{background:var(--navy2)}
/* FARE TABLE */
.ftw{overflow-x:auto;margin:22px 0;border-radius:var(--r);border:1px solid var(--bd);box-shadow:0 2px 14px rgba(0,0,0,.06)}
table{width:100%;border-collapse:collapse;font-size:.87rem}
thead tr{background:var(--navy);color:#fff}
thead th{padding:12px 15px;text-align:left;font-weight:500;font-size:.82rem;letter-spacing:.02em}
tbody tr{border-bottom:1px solid var(--bd)}tbody tr:last-child{border-bottom:none}
tbody tr:nth-child(even){background:var(--off)}tbody td{padding:11px 15px;color:var(--sl)}
.pr{font-weight:700;color:var(--navy)}.tm{color:var(--mu)}
.btd a{background:var(--gold);color:var(--navy);font-size:.76rem;font-weight:700;padding:5px 12px;border-radius:5px;text-decoration:none;white-space:nowrap;transition:background .2s}.btd a:hover{background:var(--goldl)}
/* ITINERARY */
.itin{margin:28px 0}
.iday{background:#fff;border:1px solid var(--bd);border-radius:var(--r);margin-bottom:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05)}
.idh{background:var(--navy);padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.idh h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:#fff;margin:0}
.idfare{background:var(--gold);color:var(--navy);font-size:.79rem;font-weight:700;padding:4px 13px;border-radius:20px;white-space:nowrap}
.idb{padding:20px 22px}
.ist{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--bd)}.ist:last-child{border-bottom:none}
.sn{flex-shrink:0;width:34px;height:34px;background:linear-gradient(135deg,var(--gold),var(--goldl));color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.84rem;margin-top:2px;box-shadow:0 2px 8px rgba(232,160,32,.35)}
.si h4{font-size:.94rem;font-weight:700;color:var(--navy);margin-bottom:4px}.si p{font-size:.84rem;color:var(--sl);margin-bottom:6px;line-height:1.6}
.si a{display:inline-flex;align-items:center;gap:5px;background:var(--navy);color:var(--gold);font-size:.74rem;font-weight:700;padding:4px 11px;border-radius:20px;text-decoration:none;transition:background .2s}.si a:hover{background:var(--navy2)}
/* TIP/INFO */
.tip{background:linear-gradient(135deg,#fffbf0,#fff4d6);border:1px solid rgba(232,160,32,.25);border-left:4px solid var(--gold);border-radius:0 var(--r) var(--r) 0;padding:16px 20px;margin:24px 0}
.tip strong{color:var(--navy);font-size:.81rem;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:6px}
.tip p{font-size:.92rem;color:var(--sl);margin:0}
.ibox{background:var(--off);border-radius:var(--r);padding:22px 24px;margin:24px 0;border:1px solid var(--bd)}
.ibox h3{color:var(--navy);font-size:.95rem;font-weight:600;margin-bottom:12px}
.ibox ul{color:var(--sl);margin-left:18px;font-size:.9rem}.ibox li{margin-bottom:7px}
/* FAQ */
.fql{margin:22px 0}.fqi{border-bottom:1px solid var(--bd)}
.fqq{width:100%;text-align:left;background:none;border:none;padding:16px 0;font-family:'DM Sans',sans-serif;font-size:.94rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;line-height:1.4}
.fqq:hover{color:var(--gold)}.fqa-arr{transition:transform .28s;flex-shrink:0;color:var(--gold)}
.fqi.open .fqa-arr{transform:rotate(180deg)}
.fqa{overflow:hidden;max-height:0;transition:max-height .38s ease,padding .3s}
.fqi.open .fqa{max-height:500px;padding-bottom:14px}.fqa p{font-size:.92rem;color:var(--sl)}
/* STATS */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:18px;margin:28px 0}
.stat{text-align:center;padding:20px 16px;background:var(--off);border-radius:var(--r);border:1px solid var(--bd)}
.stn{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:900;color:var(--navy);line-height:1}
.stl{font-size:.74rem;color:var(--mu);margin-top:5px;text-transform:uppercase;letter-spacing:.07em}
/* CARDS */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:22px 0}
.card{background:#fff;border:1px solid var(--bd);border-radius:var(--r);padding:20px;transition:box-shadow .2s,transform .2s}
.card:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.ci{font-size:1.5rem;margin-bottom:9px}.card h3{font-size:.93rem;font-weight:600;color:var(--navy);margin-bottom:6px}.card p{font-size:.85rem;color:var(--sl);margin:0}
/* SIDEBAR */
.sidebar{position:sticky;top:84px;height:fit-content;display:flex;flex-direction:column;gap:18px}
@media(max-width:960px){.sidebar{position:static}}
.sbbook{border-radius:var(--r);overflow:hidden;box-shadow:var(--shl)}
.sbh{background:var(--gold);padding:16px 18px;text-align:center}
.sbh h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--navy);margin-bottom:2px}
.sbh p{font-size:.78rem;color:var(--navy2);margin:0}
.sbb{background:var(--navy);padding:18px}
.sbfare{text-align:center;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}
.sbfn{font-family:'Playfair Display',serif;font-size:2.4rem;font-weight:900;color:var(--gold);line-height:1}
.sbfl{font-size:.78rem;color:rgba(255,255,255,.5);display:block;margin-top:3px}
.btnsb1{width:100%;background:var(--gold);color:var(--navy);font-family:'DM Sans',sans-serif;font-size:.97rem;font-weight:700;padding:14px;border-radius:9px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:9px;transition:background .2s}.btnsb1:hover{background:var(--goldl)}
.btnsb2{width:100%;background:var(--gr);color:#fff;font-family:'DM Sans',sans-serif;font-size:.92rem;font-weight:700;padding:12px;border-radius:9px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.btnsb2:hover{background:#1db954}
.sbrt{background:#fff;border-radius:var(--r);border:1px solid var(--bd);overflow:hidden}
.sbrh{background:var(--off);padding:10px 14px;font-size:.77rem;text-transform:uppercase;letter-spacing:.07em;color:var(--mu);font-weight:600}
.sbr{display:flex;justify-content:space-between;align-items:center;padding:9px 14px;border-bottom:1px solid var(--bd)}.sbr:last-child{border-bottom:none}
.sbr .rf{font-size:.85rem;color:var(--navy);font-weight:500}.sbr .rp{font-weight:700;color:var(--navy);font-size:.85rem}
.sbr .rb{background:var(--navy);color:var(--gold);font-size:.71rem;font-weight:700;padding:4px 10px;border-radius:5px;text-decoration:none}.sbr .rb:hover{background:var(--navy2)}
.sbinfo{background:var(--off);border-radius:var(--r);padding:16px;border:1px solid var(--bd)}
.sbinfo h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--mu);margin-bottom:10px}
.sbinfo li{font-size:.83rem;color:var(--sl);margin-bottom:6px;list-style:none;display:flex;align-items:flex-start;gap:7px}.sbinfo li::before{content:"✓";color:var(--gr);font-weight:700;flex-shrink:0}
/* BOTTOM CTA */
.btmcta{background:linear-gradient(135deg,var(--navy),#0a1929);padding:64px 24px;text-align:center;margin-top:64px}
.btmcta h2{font-family:'Playfair Display',serif;font-size:2.2rem;color:#fff;margin-bottom:12px;letter-spacing:-.02em}
.btmcta h2 em{color:var(--gold);font-style:italic}
.btmcta p{color:rgba(255,255,255,.72);max-width:540px;margin:0 auto 30px;font-size:1rem}
.bcbtns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btnbc1{background:var(--gold);color:var(--navy);font-weight:800;font-size:1.08rem;padding:16px 36px;border-radius:12px;text-decoration:none;box-shadow:0 8px 32px rgba(232,160,32,.55);transition:background .2s,transform .2s}.btnbc1:hover{background:var(--goldl);transform:translateY(-3px)}
.btnbc2{background:var(--gr);color:#fff;font-weight:800;font-size:1.08rem;padding:16px 30px;border-radius:12px;text-decoration:none;box-shadow:0 8px 32px rgba(37,211,102,.45);transition:background .2s,transform .2s;display:flex;align-items:center;gap:9px}.btnbc2:hover{background:#1db954;transform:translateY(-3px)}
/* RELATED */
.related{padding:56px 0;background:var(--off);border-top:1px solid var(--bd)}
.relgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:22px;max-width:1020px;margin:28px auto 0;padding:0 24px}
.relcard{border-radius:var(--r);overflow:hidden;text-decoration:none;background:#fff;border:1px solid var(--bd);box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .22s,transform .22s}.relcard:hover{box-shadow:var(--shl);transform:translateY(-4px)}
.relimg{height:190px;background-size:cover;background-position:center;position:relative}.relimg::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(11,31,58,.65),transparent);pointer-events:none}
.relb{padding:16px}.relb h3{font-family:'Playfair Display',serif;font-size:1.02rem;color:var(--navy);margin-bottom:5px}.relb p{font-size:.83rem;color:var(--mu);margin-bottom:8px}.relb .fare{font-weight:700;color:var(--gold);font-size:.85rem}
/* FLOAT */
.wafl{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;align-items:center}
.wafla{width:62px;height:62px;border-radius:50%;background:var(--gr);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 28px rgba(37,211,102,.55);text-decoration:none;transition:transform .2s;animation:wap 2.5s ease-in-out infinite}.wafla:hover{transform:scale(1.1);animation:none}.wafla svg{width:32px;height:32px;fill:#fff}
.wafll{background:var(--gr);color:#fff;font-size:.77rem;font-weight:700;padding:8px 15px 8px 10px;border-radius:0 24px 24px 0;margin-left:-5px;white-space:nowrap;opacity:0;transform:translateX(-8px);transition:opacity .25s,transform .25s;pointer-events:none}.wafl:hover .wafll{opacity:1;transform:translateX(0)}
@keyframes wap{0%,100%{box-shadow:0 6px 28px rgba(37,211,102,.55)}50%{box-shadow:0 6px 36px rgba(37,211,102,.85),0 0 0 14px rgba(37,211,102,.12)}}
.stk{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9998;background:var(--navy);padding:10px 14px;gap:10px;box-shadow:0 -6px 24px rgba(0,0,0,.35)}
@media(max-width:640px){.stk{display:flex}.wafl{bottom:88px;right:16px}.wafla{width:52px;height:52px}.wafll{display:none}}
.stkq{flex:1;background:var(--gr);color:#fff;border-radius:9px;padding:13px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}
.stkb{flex:1;background:var(--gold);color:var(--navy);border-radius:9px;padding:13px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}
/* FOOTER */
footer{background:#040d1a;color:rgba(255,255,255,.5);padding:48px 24px 28px;font-size:.83rem}
.fi{max-width:1020px;margin:0 auto}
.ft{display:grid;grid-template-columns:1.5fr 1.1fr 0.9fr 0.9fr;gap:28px;margin-bottom:38px}
@media(max-width:700px){.ft{grid-template-columns:1fr 1fr}}
.fb{font-family:'Playfair Display',serif;font-size:1.15rem;color:#fff;margin-bottom:10px}.fb span{color:var(--gold)}
.fc h4{color:#fff;font-size:.78rem;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.07em}
.fc a{display:block;color:rgba(255,255,255,.45);text-decoration:none;margin-bottom:7px;font-size:.79rem;transition:color .15s}.fc a:hover{color:var(--gold)}
.fbot{border-top:1px solid rgba(255,255,255,.07);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
✦ 2026 Travel Guide — Updated for 2026
Cotswolds — England's most achingly beautiful countryside — 2026 guide
Honey-stone villages that stopped William Morris in his tracks, chalk streams teeming with trout, ancient market towns unchanged in centuries — the Cotswolds in 2026 is more magnificent than ever.
🚕 Taxi from from London
✈️ From from Heathrow
⭐ 4.9 stars · 50,000+ passengers
📖 Updated January 2026
Flying into England? Book your Cotswolds transfer now Fixed price from Heathrow, Gatwick, Stansted or Luton — direct to Cotswolds. Driver in arrivals.
From from Heathrow
From from Gatwick
✓ TfL Licensed & Insured
★ 4.9 Stars — 50,000+ Passengers
⊙ Fixed Price — No Surge
⧗ Flight Tracking
↺ 24/7 Every Day
♦ Free Meet & Greet
Bourton-on-the-Water — where the sparkling River Windrush flows beneath ancient stone bridges, the most photographed village in England
The Cotswolds in 2026 — England's most achingly beautiful landscape
The Cotswolds in 2026 remains the single most photographed, most romanticised, most intensely beloved and most achingly gorgeous stretch of English countryside on earth. A vast, gently undulating, luminous plateau of ancient honey-coloured oolitic limestone stretching across six glorious counties — Gloucestershire, Oxfordshire, Warwickshire, Worcestershire, Wiltshire and Avon — the Cotswolds encompasses some 800 square miles of extraordinary, heart-stopping pastoral perfection: ancient market towns with impossibly picturesque medieval high streets, tiny hamlets where time appears to have halted somewhere around 1650, flower-draped cottages of mellow golden stone reflected in crystal-clear chalk streams teeming with wild brown trout, and rolling, green, hedgerow-divided farmland that defines the very concept of the English countryside.
William Morris, who lived at Kelmscott Manor near Lechlade for the last 25 years of his visionary life, called the Cotswolds "the most beautiful country in England." He was right then. He would be even more right now. In 2026, the Cotswolds is more celebrated, more visited and more magnificently, timelessly beautiful than ever.
🚕 Heathrow Airport → Cotswolds Fixed From · TfL licensed · Meet & greet · 24/7
The essential Cotswolds villages in 2026
Bibury — William Morris's most beautiful village in England
Bibury is the single village that stopped William Morris in his tracks and prompted his famous, unequivocal declaration that it was "the most beautiful village in England" — a verdict that has never been seriously challenged in the 140 years since he made it. Arlington Row, the breathtaking, extraordinarily well-preserved terrace of 17th-century weavers' cottages — built from the same mellow golden limestone as everything else in the Cotswolds, but arranged in a composition of such effortless, unaffected, timeless perfection — is reflected in the slow-moving, crystal-clear waters of the Coln beside the ancient Saxon water meadow of Rack Isle. It is the single most photographed street in the Cotswolds, one of the most recognised images in England and one of the most beautiful places in Europe. Taxi from your Cotswolds hotel: From .
Chipping Campden — the finest town in the Cotswolds
Chipping Campden is the town that rivals and perhaps surpasses even Bibury in the estimation of those who know the Cotswolds most intimately. Its single, glorious, curving, sun-drenched High Street — lined with an unbroken continuum of 14th, 15th, 16th, 17th and 18th-century buildings in a seamless progression of mellow golden limestone that seems to glow with an inner warmth even on grey days — is the finest medieval market street in England without qualification. The magnificent Market Hall of 1627, the ancient Woolstaplers' Hall, the perpendicular tower of St James's Church visible from miles across the surrounding countryside, and Grevel's House with its glorious oriel window together make Chipping Campden an architectural treasure of the very first order. Taxi from Heathrow: From .
Bourton-on-the-Water — the Venice of the Cotswolds
Bourton-on-the-Water earns its richly romantic sobriquet with perfect justification. The River Windrush — one of the most beautiful chalk streams in England — flows through the very centre of the village green, crossed by a series of perfectly proportioned, elegantly arched low stone bridges whose reflections tremble in the clear, sparkling water. The combination of magnificent Cotswold limestone architecture, the gentle river, the wide open green, the surrounding village and the backdrop of rolling Cotswolds countryside makes Bourton-on-the-Water one of the most photographed and most beloved villages in England. Taxi from Heathrow: From .
Burford The magnificent gateway town — a steep, ancient, honey-stone High Street descending to the Windrush, medieval almshouses, a magnificent collegiate church and exceptional independent shops and galleries.
Stow-on-the-Wold The highest town in the Cotswolds at 800 feet — a broad ancient market square, atmospheric coaching inns, exceptional antique dealers and extraordinary views across the Evenlode and Dikler valleys.
Broadway The jewel at the foot of the Cotswold escarpment — a single, perfect High Street of honey-stone buildings, the magnificent Broadway Tower commanding views across 13 counties, and Snowshill Manor nearby.
Tetbury Prince Charles's adopted home town — elegant Regency architecture, the extraordinary Westonbirt National Arboretum with 2,500 spectacular acres of trees, magnificent antique shops and Highgrove House nearby.
Chipping Norton Atmospheric hilltop market town — 'Chippy' to locals, the extraordinary Bliss Tweed Mill, the beautiful church, Daylesford Organic Farm Shop nearby and Churchill village 2 miles south.
Painswick The Queen of the Cotswolds — a magnificent churchyard with its famous 99 perfectly clipped ancient yew trees, the extraordinary Arts and Crafts Rococo Garden and panoramic views across the Severn Valley.
🚕 London → Cotswolds Fixed From · TfL licensed · Meet & greet · 24/7
💡 The Cotswolds secret that every visitor eventually discovers The Cotswolds has almost no public transport between villages. The only practical way to explore multiple villages in a day is a private taxi. Tell us your hotel and which villages you want to see — our driver will plan the perfect route and wait while you explore.
Perfect 3-day Cotswolds itinerary — 2026
Day 1 — Arrival & Northern Cotswolds — Campden, Broadway & the Edge Taxi from From from Heathrow 1
Airport or London Arrival Driver meets you at Heathrow (From ), Gatwick (From ) or London (From ). Fixed fare to your Cotswolds hotel.
🚕 Book arrival transfer → 2
Chipping Campden The finest medieval market town in England — walk the full, glorious, curving length of the golden High Street.
🚕 Taxi from hotel From → 3
Broadway The perfect village at the foot of the escarpment — Broadway Tower (a 20-minute walk) for the most panoramic views in the Cotswolds.
🚕 Taxi From → 4
Dinner in the Cotswolds The Lygon Arms in Broadway or The Bell at Willersey — exceptional, locally-sourced Cotswolds cooking.
🚕 Short taxi →
Day 2 — Heart of the Cotswolds — Bourton, Bibury & Burford Taxi from From village to village 1
Bourton-on-the-Water The magnificent Windrush, the ancient stone bridges, the extraordinary Model Village. Allow 2 glorious hours.
🚕 Taxi from hotel From → 2
Bibury Arlington Row — William Morris's 'most beautiful village in England'. The ancient trout farm and Rack Isle water meadow.
🚕 Taxi From → 3
Burford The magnificent gateway town — the ancient High Street, the medieval church, independent galleries and the finest tearoom in the Cotswolds.
🚕 Taxi From → 4
Evening in Bourton Return for dinner beside the Windrush. The Mousetrap Inn or The Old Manse Hotel.
🚕 Taxi From →
Day 3 — Southern Cotswolds & Day Trip — Bath or Oxford Taxi from From to Bath · From to Bristol 1
Tetbury & Westonbirt Arboretum Morning at Westonbirt National Arboretum — 2,500 extraordinary acres of rare trees in glorious grounds.
🚕 Taxi From → 2
Bath Day Trip 35 minutes from the Cotswolds — Roman Baths, Royal Crescent and the Thermae Bath Spa's extraordinary rooftop pool.
🚕 Taxi to Bath From →
Route Saloon (1–3) MPV (4–6) Time Book Heathrow → Cotswolds (any village) From From 1h 15m–1h 45m Book → Gatwick → Cotswolds From From 1h 30m–2h Book → London (central) → Cotswolds From From 1h 30m–2h Book → Bath → Cotswolds From From 35–52 min Book → Bristol → Cotswolds From From 40–60 min Book → Oxford → Burford From From 25–38 min Book → Chipping Campden → Bibury From From 22–35 min Book → Bourton-on-the-Water → Bibury From From 15–22 min Book →
Frequently asked questions — Cotswolds 2026
How do I get from Heathrow to the Cotswolds in 2026? A direct fixed-price taxi from Heathrow to any Cotswolds village starts from , taking 1h 15m–1h 45m via the M40/A40. Your driver delivers you to your specific hotel or village address — there is no station or connection.
Why do I need a taxi to explore the Cotswolds? The Cotswolds has almost no public transport between its villages. A private taxi is the only practical way to visit Bibury, Chipping Campden, Bourton-on-the-Water and Burford in a single day — which is exactly what most visitors want to do.
What is the most beautiful village in the Cotswolds in 2026? William Morris called Bibury the most beautiful village in England — and most experts and visitors agree. Arlington Row, reflected in the crystal-clear Coln, is the most perfect image of the Cotswolds. Chipping Campden's golden High Street and Bourton-on-the-Water's river bridges are close rivals.
When is the best time to visit the Cotswolds in 2026? Late April to early June for blossoming gardens and luminously green fields. September to November for the extraordinary golden harvest light and significantly fewer crowds. December for the magical Christmas markets in Bourton-on-the-Water and the frost on ancient stones.
How much is a taxi from London to the Cotswolds? From central London to Bourton-on-the-Water, Chipping Campden or Stow-on-the-Wold starts from via the M40/A40. The journey takes approximately 1h 30m–2h.
Ready to visit Cotswolds in 2026? Book your fixed-price taxi now. From . Driver at your door — no meter, no surge.