@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

:root {
    --thm-font: "Outfit", sans-serif;
    --thm-font-2: "Cormorant Infant", serif;
    --thm-font-3: "Great Vibes", cursive;

    /* 🔵 NEW PRIMARY THEME */
    --thm-primary-color: #1c9be6;
    --thm-primary-color-rgb: 46,168,223;

    /* TEXT */
    --thm-body-font-color: #6B7C93;
    --thm-heading-font-color: #1F2D3D;

    /* BACKGROUNDS */
    --thm-white: #212529;
    --thm-black: #1F2D3D;
    --thm-black-bg: #ffffff;   /* ❗ changed from dark */
    --thm-black-bg-2: #ffffff;

    --thm-gray-bg: #F7F9FB;
    --thm-border-color: #E6ECF1;

    --thm-border-radius: 10px;
  --primary: #1c9be6;
  --primary-dark: #1C87C9;
  --text-dark: #1F2D3D;
  --text-light: #6B7C93;
  --border: #e6ecf1;
  --bg-light: #f7f9fb;
}  

h1 , h2 , h3 , h4 , h5 , h6 {
        font-family: var(--thm-font-2);
}

a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-decoration : none ;
}

.logo-header{

color: #ffffff;

text-decoration: none;

text-shadow: 3px  #f3fdff;

} 

.logo-footer{

color: white;

text-decoration: none;  

text-shadow: 1px 0px #dbe7fe;

}
.logo_footer {
    color: #545e69;
    font-size: 36px;
    font-family: 'Great Vibes';
}

/* HEADER */

.port-header{

background:#232f3e;

border-bottom:1px solid #eee;

}



.navbar-nav .nav-link{

font-weight:600;

color:#f9fdff ;

margin-left:20px;

}



.navbar-toggler{

border:none;

}



.navbar-toggler:focus{

box-shadow:none;

} 





/* Mobile */



@media(max-width:991px){



.navbar-nav{

padding:15px 0;

}



.nav-link{

margin:10px 0;

}



}


.navbar-toggler span {
    color : #fff;
} 

/* RIGHT */

.header-right{
    display:flex;
    align-items:center;
    gap:18px;
}

/* CALL */

.call-text{
    color:#ffffff;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.6px;
}

.call-text span{
    font-weight:600;
}

/* BUTTON */

.book-btn{
    text-decoration:none;
    font-weight:400;
    transition:0.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background: #37475a;
    color: #ffd814;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
   
}


@media (max-width: 768px) {
    .hero-luxury {
        padding: 20px 0 70px;
    }
}


@media (max-width: 768px) { 

.port-header {
   
    display: none;
} 
}

.scroll-to-top {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
} 

.call-cta i {
    transform: rotate(11deg);
}




/* INFO */
.info {
  padding: 0 20px 40px;
}

.info .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.img img {
  width: 100%;
  border-radius: 15px;
}

.content h1 {
  font-size: 36px;
}

.content span {
  color: #1c9be6 ;
} 

/* Mobile */
@media (max-width: 768px) {
    .info .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .info .grid {
        gap: 15px;
    }
}

/*PORT SECION */ 



/*footer*/ 

/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 860px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-style1 {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 860px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}





/*** 
===========================
    Footer style1 Css
===========================
***/
.footer-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    z-index: 10;
}

/*==== Footer Main ====*/
.footer-main {
    position: relative;
    display: block;
    padding: 40px 0px 80px;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget-contact {
    position: relative;
    display: block;
}

.footer-logo-style1 {
    position: relative;
    display: block;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style1 a img {
    width: auto;
}

.single-footer-widget-contact .list-item {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-left: 0rem;
} 


.single-footer-widget-contact .list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.single-footer-widget-contact .list-item li+li {
    margin-top: 11px;
}

.single-footer-widget-contact .list-item li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    margin-right: 10px;
}

.single-footer-widget-contact .list-item li p {
    color: #545e69;
    font-size: 18px;
    line-height: 28px;
}

.single-footer-widget-contact .list-item li p a {
    color: #545e69;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget-contact .list-item li p a:hover {
    color: var(--thm-primary-color);
}



.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -5px;
}

.single-footer-widget .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 10px;
}

.single-footer-widget.ml80 {
    margin-left: 10px;
}

.single-footer-widget.ml50 {
    margin-left: 10px;
}

.single-footer-widget.ml30 {
    margin-left: 30px;
}



.footer-widget-links {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
        padding-left: 0rem;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
}

.footer-widget-links ul li+li {
    margin-top: 10px;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #545e69;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-primary-color);
    margin-left: 5px;
}



.footer-widget-subscribe {
    position: relative;
    display: block;
    padding-top: 34px;
}

.footer-widget-subscribe form {
    position: relative;
    display: block;
}

.footer-widget-subscribe form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-widget-subscribe form .form-group .input-box {
    position: relative;
    display: block;
}

.footer-widget-subscribe form .form-group input[type="text"],
.footer-widget-subscribe form .form-group input[type="email"] {
    position: relative;
    display: block;
    background: transparent;
    border: 1px solid rgb(255, 255, 255, .1);
    width: 100%;
    height: 60px;
    color: #999999;
    font-size: 18px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.footer-widget-subscribe form input[type="text"]::-webkit-input-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="text"]:-moz-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="text"]::-moz-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="text"]:-ms-input-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="email"]::-webkit-input-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="email"]:-moz-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="email"]::-moz-placeholder {
    color: #999999;
}

.footer-widget-subscribe form input[type="email"]:-ms-input-placeholder {
    color: #999999;
}

.footer-widget-subscribe form button {
    position: relative;
    display: block;
    padding-top: 10px;
}

.footer-widget-subscribe form button.btn-one {
    width: 100%;
    text-align: center;
}




/*==== Footer Bottom ====*/
.footer-bottom {
    position: relative;
    display: block;
    margin-bottom: 35px;
     margin-top: -60px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    padding: 25px 0px 26px;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #999999;
    font-size: 18px;
    line-height: 28px;
}

.copyright-text p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text p a:hover {
    color: var(--thm-white);
}

.footer-social-links-style1 {
    position: relative;
    display: block;
}

.footer-social-links-style1 ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-social-links-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-social-links-style1 ul li+li {
    margin-left: 20px;
}

.footer-social-links-style1 ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-social-links-style1 ul li a:hover {
    color: var(--thm-white);
}



/*** 
==================================
    Footer style1--Style2 Css
==================================
***/
.footer-style1--style2 {
    background-color: #0a112e;
}

.footer-style1__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 500px;
    opacity: .5;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.footer-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, #09112E 0%, rgba(4, 12, 50, 0.89) 53%, rgba(0, 7, 54, 0.7) 100%);
    z-index: 1;
}

.footer-style1--style2 .footer-bottom .bottom-inner {
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.single-footer-widget--style2 .single-footer-widget-contact .list-item li p {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .single-footer-widget-contact .list-item li p a {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .single-footer-widget-contact .list-item li p a:hover {
    color: rgba(255, 255, 255, 1.0);
}


.single-footer-widget--style2 .footer-widget-links ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-links ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.single-footer-widget--style2 .footer-widget-subscribe form input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}



.copyright-text--style2 p {
    color: rgba(255, 255, 255, 0.7);
}



/**  End Css  **/ 


.blog-info-section{
    margin:50px 0;
}

.info-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.section-icon{
    width:70px;
    height:70px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.tip-box{
    background:#f8f9fa;
    padding:25px;
    border-radius:12px;
    margin:20px 0;
}

.highlight-box{
    background:#fff8e1;
    border-left:5px solid #ffc107;
    padding:20px;
    border-radius:10px;
    margin-top:20px;
}

.phone-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.blog-conclusion{
    background:#eef5ff;
    padding:40px;
    border-radius:20px;
    margin:50px 0;
}  

/* =========================================================
   GALVESTON CRUISE PARKING GUIDE
   CSS FOR EXISTING HTML
   ========================================================= */

.parking-guide-page {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #334155;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.parking-guide-page *,
.parking-guide-page *::before,
.parking-guide-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.parking-guide-page .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* =========================================================
   HERO
   ========================================================= */

.parking-guide-page .guide-hero {
    background: linear-gradient(135deg, #f3f8fd 0%, #ffffff 100%);
    border-bottom: 1px solid #e5edf5;
    padding: 55px 0 50px;
}

.parking-guide-page .guide-hero-content {
    max-width: 900px;
}

.parking-guide-page .guide-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    background: #eaf4fc;
    color: #0877bd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.parking-guide-page .guide-hero h1 {
    margin: 0 0 20px;
    color: #123b61;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 700;
}

.parking-guide-page .guide-hero p {
    max-width: 850px;
    margin: 0;
    color: #596979;
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.parking-guide-page .guide-content-section {
    padding: 50px 0 80px;
}

.parking-guide-page .guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
}

.parking-guide-page .guide-article {
    width: 100%;
    min-width: 0;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.parking-guide-page .guide-section {
    margin: 0 0 48px;
}

.parking-guide-page .guide-section:last-child {
    margin-bottom: 0;
}

.parking-guide-page .guide-section h2 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 16px;
    color: #123b61;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 700;
}

.parking-guide-page .guide-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: calc(100% - 6px);
    border-radius: 5px;
    background: #087cc1;
}

.parking-guide-page .guide-section h3 {
    margin: 0 0 9px;
    color: #164d77;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.parking-guide-page .guide-section p {
    margin: 0 0 18px;
    color: #536270;
    font-size: 16px;
    line-height: 1.8;
}

.parking-guide-page .guide-section strong {
    color: #183f63;
    font-weight: 700;
}


/* =========================================================
   INFORMATION CARDS
   ========================================================= */

.parking-guide-page .info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.parking-guide-page .info-card {
    padding: 25px 22px;
    background: #fff;
    border: 1px solid #e0e8f0;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(30, 70, 105, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.parking-guide-page .info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 25px rgba(30, 70, 105, .11);
}

.parking-guide-page .info-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #eef7fd;
    border-radius: 10px;
    font-size: 24px;
}

.parking-guide-page .info-card h3 {
    margin: 0 0 9px;
    color: #123b61;
    font-size: 19px;
}

.parking-guide-page .info-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   CHECK LIST
   ========================================================= */

.parking-guide-page .check-list {
    margin: 22px 0 25px;
    padding: 0;
    list-style: none;
}

.parking-guide-page .check-list li {
    position: relative;
    margin: 0 0 10px;
    padding: 12px 15px 12px 42px;
    background: #f7fafc;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    color: #4e5d69;
    font-size: 15px;
    line-height: 1.5;
}

.parking-guide-page .check-list li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #087cc1;
    font-size: 15px;
    font-weight: 700;
}


/* =========================================================
   TIP BOX
   ========================================================= */

.parking-guide-page .tip-box {
    margin: 25px 0 0;
    padding: 18px 22px;
    background: #fff9ed;
    border: 1px solid #f0dfb8;
    border-left: 4px solid #e3a52d;
    border-radius: 8px;
    color: #66552f;
    font-size: 15px;
    line-height: 1.65;
}

.parking-guide-page .tip-box strong {
    color: #8b661f;
}


/* =========================================================
   TABLE
   ========================================================= */

.parking-guide-page .table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
    border: 1px solid #dce6ee;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(20, 60, 90, .06);
    -webkit-overflow-scrolling: touch;
}

.parking-guide-page .parking-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    background: #fff;
}

.parking-guide-page .parking-table thead th {
    padding: 16px 18px;
    background: #123b61;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    white-space: nowrap;
}

.parking-guide-page .parking-table tbody td {
    padding: 15px 18px;
    color: #4d5c69;
    border-bottom: 1px solid #e6edf3;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
}

.parking-guide-page .parking-table tbody tr:last-child td {
    border-bottom: 0;
}

.parking-guide-page .parking-table tbody tr:nth-child(even) {
    background: #f8fbfd;
}

.parking-guide-page .parking-table tbody tr:hover {
    background: #eef7fd;
}

.parking-guide-page .parking-table td strong {
    color: #183f63;
}


/* =========================================================
   BOOKING STEPS
   ========================================================= */

.parking-guide-page .steps {
    margin-top: 28px;
}

.parking-guide-page .step {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 15px;
    padding: 19px 20px;
    background: #fff;
    border: 1px solid #e0e8ef;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(25, 65, 100, .05);
}

.parking-guide-page .step:last-child {
    margin-bottom: 0;
}

.parking-guide-page .step-number {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #087cc1;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}

.parking-guide-page .step h3 {
    margin: 0 0 5px;
    color: #123b61;
    font-size: 17px;
}

.parking-guide-page .step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SAVINGS BOX
   ========================================================= */

.parking-guide-page .savings-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 25px;
}

.parking-guide-page .savings-item {
    padding: 22px;
    background: #f7fbfe;
    border: 1px solid #dceaf4;
    border-radius: 10px;
}

.parking-guide-page .savings-item strong {
    display: block;
    margin-bottom: 8px;
    color: #0877b9;
    font-size: 17px;
}

.parking-guide-page .savings-item p {
    margin: 0;
    color: #586875;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   CONCLUSION
   ========================================================= */

.parking-guide-page .conclusion-section {
    margin-top: 55px;
    padding: 30px;
    background: #f4f9fd;
    border: 1px solid #dce9f3;
    border-radius: 13px;
}

.parking-guide-page .conclusion-section h2 {
    margin-top: 0;
}


/* =========================================================
   FAQ
   ========================================================= */

.parking-guide-page .faq-section {
    margin-top: 55px;
}

.parking-guide-page .faq-list {
    margin-top: 25px;
}

.parking-guide-page .faq-item {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #dfe7ee;
    border-radius: 10px;
    overflow: hidden;
}

.parking-guide-page .faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    background: #f7fafc;
    color: #123b61;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
}

.parking-guide-page .faq-item summary::-webkit-details-marker {
    display: none;
}

.parking-guide-page .faq-item summary span {
    flex: 0 0 auto;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf4fb;
    color: #0877b9;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s ease;
}

.parking-guide-page .faq-item[open] summary span {
    transform: rotate(45deg);
}

.parking-guide-page .faq-answer {
    padding: 18px 20px 20px;
    border-top: 1px solid #e5edf3;
}

.parking-guide-page .faq-answer p {
    margin: 0;
    color: #53616d;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   LINKS
   ========================================================= */

.parking-guide-page a {
    color: #0877b9;
    text-decoration: none;
}

.parking-guide-page a:hover {
    color: #055889;
    text-decoration: underline;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .parking-guide-page .guide-hero {
        padding: 45px 0 40px;
    }

    .parking-guide-page .guide-hero h1 {
        font-size: 34px;
    }

    .parking-guide-page .info-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .parking-guide-page .guide-section h2 {
        font-size: 26px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .parking-guide-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .parking-guide-page .guide-hero {
        padding: 32px 0 30px;
    }

    .parking-guide-page .guide-eyebrow {
        font-size: 11px;
        padding: 6px 10px;
    }

    .parking-guide-page .guide-hero h1 {
        font-size: 27px;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .parking-guide-page .guide-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .parking-guide-page .guide-content-section {
        padding: 35px 0 55px;
    }

    .parking-guide-page .guide-section {
        margin-bottom: 38px;
    }

    .parking-guide-page .guide-section h2 {
        font-size: 23px;
        padding-left: 13px;
    }

    .parking-guide-page .guide-section h2::before {
        width: 4px;
    }

    .parking-guide-page .guide-section p {
        font-size: 15px;
        line-height: 1.7;
    }

    .parking-guide-page .info-cards {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .parking-guide-page .info-card {
        padding: 20px;
    }

    .parking-guide-page .check-list li {
        padding: 11px 12px 11px 38px;
        font-size: 14px;
    }

    .parking-guide-page .table-wrapper {
        margin-top: 20px;
        border-radius: 8px;
    }

    .parking-guide-page .parking-table {
        min-width: 650px;
    }

    .parking-guide-page .parking-table thead th,
    .parking-guide-page .parking-table tbody td {
        padding: 12px 13px;
        font-size: 13px;
    }

    .parking-guide-page .step {
        gap: 12px;
        padding: 16px;
    }

    .parking-guide-page .step-number {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .parking-guide-page .step h3 {
        font-size: 16px;
    }

    .parking-guide-page .step p {
        font-size: 13px;
    }

    .parking-guide-page .savings-box {
        grid-template-columns: 1fr;
    }

    .parking-guide-page .savings-item {
        padding: 18px;
    }

    .parking-guide-page .conclusion-section {
        padding: 22px 18px;
        margin-top: 40px;
    }

    .parking-guide-page .faq-section {
        margin-top: 40px;
    }

    .parking-guide-page .faq-item summary {
        padding: 15px 16px;
        font-size: 14px;
    }

    .parking-guide-page .faq-answer {
        padding: 15px 16px 17px;
    }

    .parking-guide-page .faq-answer p {
        font-size: 14px;
    }
}