:root {
    --primary-color: #274BA0;
    --accent-color: #ED2726;
    --light-bg: #F1EEEF;
    --dark-bg: #020617;
    --footer-border: #0a1326;
}

body {
    font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 1rem;
    overflow-x: hidden;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--accent-color);
}
img{width:100%;}

.bg-primary-custom {
    background-color: var(--primary-color) !important;
}

.bg-accent-custom {
    background-color: var(--accent-color) !important;
}

.text-primary-custom {
    color: var(--primary-color) !important;
}

.text-accent-custom {
    color: var(--accent-color) !important;
}

/* Top Info Bar */
.top-info-bar {
    padding: 8px 0;
    font-size: 0.9rem;
}

/* Header */
.navbar-brand img {
    max-height: 40px;
}

.nav-link {
    color: var(--primary-color) !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1rem !important;
}

.nav-link:hover {
    color: var(--accent-color) !important;
}


/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    justify-content: center;
}
.hero-section.small {
    height: 80vh;
    min-height: 450px;
}
.hero-title {
    font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900 !important;
    font-style: normal;
    color: var(--primary-color);
    text-align: center;
    font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}

.info-box {
    border-top: 1px solid #ED2726;
    padding-top: 10px;
}

.info-box p {
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 1.1rem;
}

.info-box p:first-child {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.75rem !important;
}

/* About Section */
.about-section {
    padding: 80px 0;
}

.pill {
    font-size: 12px;
}

.section-title {
    font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Cabin Section */
.cabin-section {
    background-color: var(--light-bg);
    padding: 60px 0 0 0;
}

.cabin-feature {
    text-align: center;
    padding: 20px;
}

.cabin-feature h6 {
    font-weight: 800;
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
}

.cabin-feature p {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.cabin-images .col-md-4 {
    padding: 0;
}

.cabin-images img {
    width: 100%;
    display: block;
}

.cabin-space-storage {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Dual Blue Sections */
.dual-blue-section .row {
    margin: 0;
}


.blue-content {
    background-color: var(--primary-color);
    color: white;
    padding: 80px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-content .btn-accent {
    background-color: var(--accent-color);
    color: white;
    border: none;
    font-size: 0.8rem;
    padding: 12px 30px;
    width: fit-content;
    border-radius: 0;
    margin-top: 20px;
}

.blue-content ul li:not(:last-child) {
    padding-bottom: 1.5rem;
}

.blue-content .info-box {
    border-color: #fff !important;
}

/* Footer */
footer {
    background-color: var(--dark-bg);
    color: white;
    padding: 60px 0 20px 0;
}

.footer-title {
    color: var(--accent-color);
    font-weight: 800;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
}
.footer-links a:hover {
    color: #c71c1c;
}
.footer-logo {
    width: auto;
    height: 40px;
    margin-bottom: 25px;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--footer-border);
    font-size: 0.8rem;
    position: relative;
}

#nav_menu36 li > a {
    margin-top: 10px;
}
.footer {
    background: #020617;
    color: #fff;
}

.scroll-top {
    position: absolute;
    right: 0;
    top: -25px;
    background-color: var(--primary-color);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.lg-box {
    padding-left: 150px;
    padding-right: 150px;
}

/* Responsive adjustments */
@media only screen and (max-width: 767.98px) {
    .blue-content {
        padding: 40px 20px !important;
    }

    .hero-section {
        height: 50vh;
    }

}
/*Form Boostrap*/
.quform-elements .form-label {
    font-weight: 500;
    margin-bottom: 6px;
}
.quform-elements input::placeholder,
.quform-elements textarea::placeholder {
    opacity: 0.3;
}


.blue-content .btn-accent {
    background: #c71c1c;
    border: 2px solid #c71c1c;
    color: #fff;
    font-weight: bold;
    max-width:500px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content:center;
}

.blue-content .btn-accent.white {
    background: none;
    border: 2px solid #fff;
}


.blue-content .btn-accent.white:hover,
.blue-content .btn-accent:hover {
    background: none !important;
    border: 5px solid #c71c1c !important;
    color: #c71c1c !important;
    transition: color 0.3s ease;
}