@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 */ 

.ports-section{
    padding:80px 20px;
}

.ports-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.port-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    transition:0.3s ease;
    border:1px solid #ececec;
}

.port-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.port-image{
    height:240px;
    overflow:hidden;
}

.port-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s ease;
}

.port-card:hover .port-image img{
    transform:scale(1.08);
}

.port-content{
    padding:28px;
}

.port-badge{
    display:inline-block;
    background:#eef4ff;
    color:#2563eb;
    padding:8px 15px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.port-content h3{
    font-size:28px;
    color:#111827;
    margin-bottom:14px;
    line-height:1.2;
}

.port-content p{
    font-size:15px;
    color:#6b7280;
    line-height:1.7;
    margin-bottom:24px;
}

.port-features{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:28px;
}

.feature-item{
    background:#f9fafb;
    border:1px solid #ececec;
    padding:10px 14px;
    border-radius:12px;
    font-size:14px;
    color:#374151;
    font-weight:500;
}

.port-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:52px;
    background:#111827;
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-weight:600;
    transition:0.3s ease;
}

.port-btn:hover{
    background:#2563eb;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .ports-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .ports-section{
        padding:50px 15px;
    }

    .ports-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .port-image{
        height:220px;
    }

    .port-content{
        padding:22px;
    }

    .port-content h3{
        font-size:24px;
    }

}


.sec-title .sub-title h4 {
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0px;
    z-index: 1;
}

.sec-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.0em;
    text-transform: capitalize;
    margin-top: 12px;
}
.sec-title.white h2 {
    color: var(--thm-white);
}


/*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;
} 


/* =========================================================
   NEW ORLEANS CRUISE PARKING PAGE
========================================================= */

.neworleans-page {
    background: #f7f9fc;
    color: #1d2939;
}

.neworleans-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 55px 20px 80px;
}

/* =========================================================
   INTRO
========================================================= */

.neworleans-intro {
    max-width: 900px;
    margin: 0 auto 55px;
    text-align: center;
}

.neworleans-intro h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #102a43;
    margin-bottom: 20px;
}

.neworleans-intro p {
    font-size: 17px;
    line-height: 1.85;
    color: #667085;
    margin-bottom: 15px;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.neworleans-section-header {
    text-align: center;
    margin-bottom: 30px;
}

.neworleans-section-header span {
    display: inline-block;
    background: #eaf3ff;
    color: #1266e3;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.neworleans-section-header h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    color: #102a43;
    margin: 0;
}

/* =========================================================
   CONTENT CARD
========================================================= */

.neworleans-content-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    padding: 40px;
    margin-bottom: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,.04);
}

.neworleans-content-card h2 {
    font-size: 30px;
    font-weight: 800;
    color: #102a43;
    margin-bottom: 18px;
}

.neworleans-content-card h3 {
    font-size: 22px;
    font-weight: 750;
    color: #102a43;
    margin: 28px 0 15px;
}

.neworleans-content-card p {
    font-size: 16px;
    line-height: 1.85;
    color: #667085;
    margin-bottom: 15px;
}

.neworleans-content-card strong {
    color: #1d2939;
}

/* =========================================================
   FEATURE GRID
========================================================= */

.neworleans-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.neworleans-feature {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    padding: 23px;
}

.neworleans-feature-icon {
    width: 52px;
    height: 52px;
    background: #eaf3ff;
    color: #1266e3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 16px;
}

.neworleans-feature h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1d2939;
}

.neworleans-feature p {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
   BULLET LIST
========================================================= */

.neworleans-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.neworleans-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.65;
    color: #667085;
}

.neworleans-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #1266e3;
}

/* =========================================================
   TABLE
========================================================= */

.neworleans-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
}

.neworleans-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.neworleans-table th {
    background: #102a43;
    color: #fff;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.neworleans-table td {
    padding: 16px;
    border-bottom: 1px solid #e4e7ec;
    color: #667085;
    font-size: 15px;
}

.neworleans-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.neworleans-table tbody tr:hover {
    background: #eef6ff;
}

/* =========================================================
   INFO BOX
========================================================= */

.neworleans-info-box {
    background: #eef6ff;
    border-left: 5px solid #1266e3;
    border-radius: 8px;
    padding: 20px 23px;
    margin: 25px 0;
}

.neworleans-info-box p {
    margin: 0;
}

/* =========================================================
   GARAGE / SHUTTLE CARDS
========================================================= */

.neworleans-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 28px;
}

.neworleans-service-card {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    padding: 28px;
}

.neworleans-service-icon {
    width: 52px;
    height: 52px;
    background: #eaf3ff;
    color: #1266e3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 17px;
}

.neworleans-service-card h3 {
    margin-top: 0;
}

.neworleans-service-card p {
    margin-bottom: 0;
}

/* =========================================================
   HOTEL SECTION
========================================================= */

.neworleans-hotel {
    background: linear-gradient(135deg, #f4f8ff, #ffffff);
    border: 1px solid #dce8f7;
    border-radius: 18px;
    padding: 35px;
}

/* =========================================================
   RESERVATION STEPS
========================================================= */

.neworleans-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.neworleans-step {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    padding: 25px;
}

.neworleans-step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1266e3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 17px;
}

.neworleans-step h4 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #1d2939;
}

.neworleans-step p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   PHONE / SUPPORT
========================================================= */

.neworleans-support {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    padding: 25px;
    margin-top: 25px;
}

.neworleans-support-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    background: #eaf3ff;
    color: #1266e3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.neworleans-support h3 {
    margin: 0 0 7px;
}

.neworleans-support p {
    margin: 0;
}

/* =========================================================
   CONCLUSION
========================================================= */

.neworleans-conclusion {
    background: linear-gradient(135deg, #0864d8, #003d8f);
    color: #fff;
    border-radius: 20px;
    padding: 45px;
    margin: 45px 0 55px;
}

.neworleans-conclusion h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 18px;
}

.neworleans-conclusion p {
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.85;
}

/* =========================================================
   FAQ
========================================================= */

.neworleans-faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.neworleans-faq-header span {
    display: inline-block;
    background: #eaf3ff;
    color: #1266e3;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.neworleans-faq-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #102a43;
    margin-top: 12px;
}

.neworleans-faq {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.neworleans-faq button {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 21px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #1d2939;
}

.neworleans-faq button i {
    color: #1266e3;
    transition: .25s ease;
}

.neworleans-faq-answer {
    display: none;
    padding: 0 24px 22px;
}

.neworleans-faq-answer p {
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.neworleans-faq.active .neworleans-faq-answer {
    display: block;
}

.neworleans-faq.active button i {
    transform: rotate(180deg);
}

/* =========================================================
   CTA
========================================================= */

.neworleans-final-cta {
    text-align: center;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    padding: 45px;
    margin-top: 45px;
}

.neworleans-final-cta h2 {
    font-size: 31px;
    font-weight: 800;
    color: #102a43;
}

.neworleans-final-cta p {
    color: #667085;
    max-width: 700px;
    margin: 12px auto 25px;
    line-height: 1.7;
}

.neworleans-final-btn {
    display: inline-block;
    background: #1266e3;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
}

.neworleans-final-btn:hover {
    background: #084db3;
    color: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .neworleans-feature-grid,
    .neworleans-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .neworleans-intro h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {

    .neworleans-container {
        padding: 40px 15px 60px;
    }

    .neworleans-intro h1 {
        font-size: 30px;
    }

    .neworleans-intro p {
        font-size: 15px;
    }

    .neworleans-content-card {
        padding: 28px 21px;
    }

    .neworleans-content-card h2 {
        font-size: 26px;
    }

    .neworleans-feature-grid,
    .neworleans-service-grid,
    .neworleans-steps {
        grid-template-columns: 1fr;
    }

    .neworleans-hotel,
    .neworleans-conclusion {
        padding: 30px 22px;
    }

    .neworleans-support {
        align-items: flex-start;
    }

    .neworleans-final-cta {
        padding: 30px 20px;
    }

    .neworleans-section-header h2 {
        font-size: 27px;
    }
}