@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;
}  

/* =========================================
   PORT GUIDE CONTENT
========================================= */

.port-guide-content {
    background: #f7f9fc;
    padding: 60px 0 80px;
    color: #26364a;
}

.port-guide-content .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================
   INTRO
========================================= */

.guide-intro {
    background: #ffffff;
    padding: 38px 42px;
    border-radius: 14px;
    margin-bottom: 28px;
    border: 1px solid #e7ebf0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.guide-intro h1 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.2;
    color: #163b68;
    font-weight: 700;
}

.guide-intro p,
.guide-section p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
    color: #536174;
}


/* =========================================
   SECTIONS
========================================= */

.guide-section {
    background: #ffffff;
    padding: 34px 38px;
    margin-bottom: 26px;
    border-radius: 14px;
    border: 1px solid #e7ebf0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.035);
}

.guide-section h2 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 15px;
    font-size: 28px;
    line-height: 1.3;
    color: #163b68;
}

.guide-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: calc(100% - 8px);
    background: #f59e0b;
    border-radius: 4px;
}


/* =========================================
   INFO LIST
========================================= */

.info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f7f9fc;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 15px;
    color: #44546a;
    font-size: 15px;
    line-height: 1.6;
}

.info-icon {
    font-size: 20px;
    flex-shrink: 0;
}


/* =========================================
   TABLES
========================================= */

.responsive-table {
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
}

.parking-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px;
    background: #fff;
}

.parking-table th {
    background: #163b68;
    color: #ffffff;
    padding: 16px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.parking-table td {
    padding: 15px;
    border-bottom: 1px solid #e7ebf0;
    color: #536174;
    font-size: 15px;
}

.parking-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.parking-table tbody tr:hover {
    background: #f1f6fb;
}


/* =========================================
   NOTICE
========================================= */

.notice-box {
    background: #fff8e8;
    border-left: 4px solid #f59e0b;
    padding: 16px 18px;
    border-radius: 8px;
    margin-top: 20px;
    color: #685321;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   COMPARISON CARDS
========================================= */

.parking-comparison {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 25px;
}

.comparison-card {
    background: #f8fafc;
    border: 1px solid #e5eaf0;
    border-radius: 12px;
    padding: 22px 18px;
    transition: all 0.25s ease;
}

.comparison-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.comparison-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.comparison-card h3 {
    margin: 0 0 8px;
    color: #163b68;
    font-size: 17px;
}

.comparison-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   RESERVATION STEPS
========================================= */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 25px;
}

.step-card {
    position: relative;
    padding: 25px 18px 20px;
    border: 1px solid #e5eaf0;
    border-radius: 12px;
    background: #f8fafc;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #163b68;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #163b68;
}

.step-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.small-note {
    margin-top: 20px !important;
    font-size: 14px !important;
}


/* =========================================
   SAVING BOX
========================================= */

.saving-box {
    background: #f7faff;
    border: 1px solid #dce7f2;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
}

.saving-box h3 {
    margin: 0 0 18px;
    font-size: 20px;
    color: #163b68;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #536174;
    font-size: 15px;
    line-height: 1.7;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 700;
}

.saving-highlight {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid #16a34a;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   MSC BOX
========================================= */

.cruise-line-box {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e3e9ef;
}

.cruise-line-box h3 {
    color: #163b68;
    margin: 0 0 18px;
    font-size: 20px;
}


/* =========================================
   CONCLUSION
========================================= */

.conclusion-section {
    background: linear-gradient(135deg, #163b68, #214f83);
}

.conclusion-section h2 {
    color: #ffffff;
}

.conclusion-section h2::before {
    background: #f59e0b;
}

.conclusion-section p {
    color: #e9f0f7;
}


/* =========================================
   FAQ
========================================= */

.faq-section {
    padding-bottom: 20px;
}

.faq-item {
    border: 1px solid #e1e6ec;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #ffffff;
}

.faq-question {
    width: 100%;
    border: 0;
    background: #ffffff;
    padding: 19px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #163b68;
}

.faq-plus {
    font-size: 22px;
    font-weight: 400;
    transition: transform 0.25s ease;
}

.faq-answer {
    display: none;
    padding: 0 20px 18px;
}

.faq-answer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-plus {
    transform: rotate(45deg);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .parking-comparison,
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-list {
        grid-template-columns: 1fr;
    }

    .guide-intro h1 {
        font-size: 32px;
    }
}


@media (max-width: 767px) {

    .port-guide-content {
        padding: 35px 0 50px;
    }

    .port-guide-content .container {
        padding: 0 14px;
    }

    .guide-intro,
    .guide-section {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .guide-intro h1 {
        font-size: 27px;
    }

    .guide-section h2 {
        font-size: 23px;
    }

    .guide-section p {
        font-size: 15px;
        line-height: 1.7;
    }

    .parking-comparison,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .info-item {
        font-size: 14px;
    }

    .parking-table {
        min-width: 600px;
    }

    .faq-question {
        font-size: 15px;
        padding: 16px;
    }

    .faq-answer {
        padding: 0 16px 16px;
    }
}


}