/*
 * ============================================
 *  HELLENIC RIVIERA YACHTING
 *  Custom Brand Overrides for Nauka Template
 * ============================================
 */

/* ---- CSS Variables ---- */
:root {
    --hr-navy: #0a1e3d;
    --hr-navy-light: #132d54;
    --hr-navy-dark: #06132a;
    --hr-gold: #c9a96e;
    --hr-gold-light: #d4ba8a;
    --hr-gold-dark: #b08c4a;
    --hr-blue: #1a4a7a;
    --hr-blue-light: #2a6aaa;
    --hr-cream: #f8f6f1;
    --hr-cream-dark: #ede9e0;
    --hr-white: #ffffff;
    --hr-text: #333333;
    --hr-text-light: #6b7b8d;
    --hr-border: #e2ddd5;
    --hr-success: #2e8b57;
    --hr-danger: #c0392b;
    --hr-warning: #d4a017;
}

/* ---- Typography ---- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--hr-text);
    background-color: var(--hr-cream);
}

h1, h2, h3, h4, h5, h6,
.sec-title h2,
.banner-style1__content .title h1,
.single-pricing-style1__top .title h3,
.single-pricing-style1__top .value-box h2,
.cta-style1__title h2,
.tour-details-style1__content-overview h2 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--hr-navy);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.sec-title .sub-title h4 {
    font-family: 'Montserrat', sans-serif;
    color: var(--hr-gold);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
}

/* ---- Buttons ---- */
.btn-one {
    background-color: var(--hr-gold);
    color: var(--hr-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid var(--hr-gold);
    transition: all 0.4s ease;
}

.btn-one:hover {
    background-color: var(--hr-navy);
    border-color: var(--hr-navy);
    color: var(--hr-white);
}

.btn-one .txt {
    color: inherit;
}

.btn-one i {
    color: inherit;
}

/* ---- Header ---- */
.main-header {
    background-color: rgba(10, 30, 61, 0.95);
    backdrop-filter: blur(12px);
}

.main-header-style1__content {
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

.main-menu .main-menu__list > li > a,
.main-menu-style1 .main-menu__list > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--hr-white);
}

.main-menu .main-menu__list > li > a:hover,
.main-menu .main-menu__list > li.current > a {
    color: var(--hr-gold);
}

.login-signup-box ul li a {
    color: var(--hr-gold-light);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

.login-signup-box ul li a:hover {
    color: var(--hr-white);
}

.header-contact-info-style1 p,
.header-contact-info-style1 a {
    color: var(--hr-white);
    font-family: 'Montserrat', sans-serif;
}

.header-button-style1 .btn-one {
    background-color: var(--hr-gold);
    border-color: var(--hr-gold);
}

.stricky-header {
    background-color: var(--hr-navy) !important;
}

/* ---- Banner / Hero ---- */
.banner-style1__content .sub-title h4 {
    color: var(--hr-gold-light);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 14px;
}

.banner-style1__content .title h1 {
    color: var(--hr-white);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 1.1;
}

.banner-style1__content .title h1 span {
    color: var(--hr-gold);
    font-style: italic;
}

/* ---- Breadcrumb ---- */
.breadcrumb-area {
    background-color: var(--hr-navy);
    position: relative;
}

.breadcrumb-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--hr-gold), transparent);
}

.breadcrumb-area h1,
.breadcrumb-area .page-title h2 {
    color: var(--hr-white);
    font-family: 'Cormorant Garamond', serif;
}

.breadcrumb-menu li a,
.breadcrumb-menu li {
    color: var(--hr-gold-light);
}

/* ---- About Section ---- */
.about-style1__image-experience {
    background-color: var(--hr-navy);
}

.about-style1__image-experience h3 {
    color: var(--hr-white);
    font-family: 'Cormorant Garamond', serif;
}

.about-style1__image-experience h3 span {
    color: var(--hr-gold);
}

/* ---- Services / Features ---- */
.single-services-style1 {
    background-color: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    transition: all 0.4s ease;
}

.single-services-style1:hover {
    border-color: var(--hr-gold);
    box-shadow: 0 15px 40px rgba(10, 30, 61, 0.08);
    transform: translateY(-4px);
}

.single-services-style1 .icon {
    color: var(--hr-gold);
}

.single-services-style1 h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--hr-navy);
    font-size: 22px;
}

/* ---- Services Section Dark Background ---- */
.hr-services-section {
    position: relative;
    padding: 100px 0;
}

.hr-services-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hr-services-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 30, 61, 0.92), rgba(26, 74, 122, 0.88));
}

.hr-services-section .single-services-style1 {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(201, 169, 110, 0.2);
    backdrop-filter: blur(8px);
}

.hr-services-section .single-services-style1 h3 {
    color: var(--hr-white);
}

.hr-services-section .single-services-style1 p {
    color: rgba(255, 255, 255, 0.7);
}

/* ---- Yacht Specs ---- */
.spec-item {
    background: var(--hr-cream);
    border-radius: 4px;
    padding: 12px 16px;
    border-left: 3px solid var(--hr-gold);
}

.spec-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--hr-text-light);
    font-weight: 600;
    margin-bottom: 2px;
}

.spec-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--hr-navy);
}

/* ---- Pricing Cards ---- */
.single-pricing-style1 {
    border: 1px solid var(--hr-border);
    background: var(--hr-white);
    transition: all 0.4s ease;
}

.single-pricing-style1:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(10, 30, 61, 0.1);
}

.single-pricing-style1.active {
    border-color: var(--hr-gold);
    box-shadow: 0 20px 50px rgba(201, 169, 110, 0.15);
}

.single-pricing-style1 .catagory p {
    background-color: var(--hr-gold);
    color: var(--hr-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.single-pricing-style1__top .value-box h2 {
    color: var(--hr-navy);
}

.single-pricing-style1__top .value-box h2 span {
    color: var(--hr-gold);
}

.single-pricing-style1__middle li p i {
    color: var(--hr-gold);
}

/* ---- Testimonials ---- */
.single-testimonial-style1 {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
}

.single-testimonial-style1 .rating i {
    color: var(--hr-gold);
}

.single-testimonial-style1 .text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: var(--hr-navy);
    line-height: 1.6;
}

.single-testimonial-style1 .client-info h5 {
    color: var(--hr-navy);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* ---- CTA Section ---- */
.cta-style1__inner {
    background-color: var(--hr-navy);
    border-radius: 8px;
    overflow: hidden;
}

.cta-style1__title h2 {
    color: var(--hr-white);
}

.cta-style1__title h2 span {
    color: var(--hr-gold);
    font-style: italic;
}

/* ---- Project/Destination Cards ---- */
.single-project-style1 .overlay-content .inner h3 a {
    color: var(--hr-white);
    font-family: 'Cormorant Garamond', serif;
}

.single-project-style1 .overlay-content .inner p {
    color: var(--hr-gold);
    font-weight: 600;
}

/* ---- Footer ---- */
.footer-style1 {
    background-color: var(--hr-navy-dark);
}

.footer-style1 .title h3 {
    color: var(--hr-white);
    font-family: 'Cormorant Garamond', serif;
}

.footer-style1 .footer-widget-links a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-style1 .footer-widget-links a:hover {
    color: var(--hr-gold);
}

.footer-style1 .list-item li p,
.footer-style1 .list-item li p a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-style1 .list-item li .icon i {
    color: var(--hr-gold);
}

.footer-style1 .footer-bottom {
    border-top: 1px solid rgba(201, 169, 110, 0.15);
}

.footer-style1 .footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
}

/* ---- Auth Forms ---- */
.login-style1__form {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(10, 30, 61, 0.06);
}

.login-style1__form .inner-title h2 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--hr-navy);
}

.login-style1__form .input-box label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--hr-navy);
}

.login-style1__form .input-box input {
    border-color: var(--hr-border);
    font-family: 'Montserrat', sans-serif;
}

.login-style1__form .input-box input:focus {
    border-color: var(--hr-gold);
    box-shadow: 0 0 0 2px rgba(201, 169, 110, 0.15);
}

.login-style1__form .google-facebook a {
    border-color: var(--hr-border);
}

.login-style1__form .google-facebook a:hover {
    border-color: var(--hr-gold);
    background: var(--hr-cream);
}

/* ---- Dashboard ---- */
.hr-dashboard-section {
    padding: 80px 0;
}

.hr-dashboard-sidebar {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    overflow: hidden;
}

.hr-user-card {
    padding: 30px 20px;
    text-align: center;
    background: linear-gradient(135deg, var(--hr-navy), var(--hr-blue));
    color: var(--hr-white);
}

.hr-user-avatar {
    font-size: 48px;
    margin-bottom: 10px;
    color: var(--hr-gold);
}

.hr-user-card h4 {
    color: var(--hr-white);
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    margin-bottom: 4px;
}

.hr-user-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.hr-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
}

.hr-badge--gold {
    background: var(--hr-gold);
    color: var(--hr-white);
}

.hr-dashboard-nav {
    padding: 10px 0;
}

.hr-dashboard-nav a,
.hr-dashboard-nav button.hr-nav-logout {
    display: block;
    padding: 12px 20px;
    color: var(--hr-text);
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.hr-dashboard-nav a:hover,
.hr-dashboard-nav a.active,
.hr-dashboard-nav button:hover {
    background: var(--hr-cream);
    color: var(--hr-gold);
}

.hr-dashboard-nav a i,
.hr-dashboard-nav button i {
    width: 20px;
    margin-right: 10px;
    color: var(--hr-gold);
}

.hr-stat-card {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.hr-stat-card:hover {
    box-shadow: 0 8px 24px rgba(10, 30, 61, 0.06);
}

.hr-stat-icon {
    width: 50px;
    height: 50px;
    background: var(--hr-cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--hr-gold);
    flex-shrink: 0;
}

.hr-stat-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: var(--hr-navy);
    margin: 0;
    line-height: 1;
}

.hr-stat-info p {
    font-size: 12px;
    color: var(--hr-text-light);
    margin: 4px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hr-membership-banner {
    background: linear-gradient(135deg, var(--hr-navy), var(--hr-blue));
    border-radius: 4px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hr-membership-banner h4 {
    color: var(--hr-gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin-bottom: 4px;
}

.hr-membership-banner h4 i {
    margin-right: 8px;
}

.hr-membership-banner p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.hr-membership-banner--cta {
    background: linear-gradient(135deg, var(--hr-gold-dark), var(--hr-gold));
}

.hr-membership-banner--cta h4 {
    color: var(--hr-white);
}

.hr-membership-banner--cta p {
    color: rgba(255, 255, 255, 0.85);
}

.hr-dashboard-card {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    overflow: hidden;
}

.hr-card-header {
    padding: 20px 24px;
    border-bottom: 1px solid var(--hr-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hr-card-header h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: var(--hr-navy);
    margin: 0;
}

/* ---- Tables ---- */
.hr-table {
    width: 100%;
    border-collapse: collapse;
}

.hr-table thead th {
    background: var(--hr-cream);
    padding: 12px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--hr-text-light);
    border-bottom: 2px solid var(--hr-border);
}

.hr-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--hr-border);
    font-size: 14px;
    vertical-align: middle;
}

.hr-table tbody tr:hover {
    background: var(--hr-cream);
}

.hr-unread {
    background: rgba(201, 169, 110, 0.05);
}

/* ---- Status Badges ---- */
.hr-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hr-status--pending { background: #fff3cd; color: #856404; }
.hr-status--confirmed { background: #d1ecf1; color: #0c5460; }
.hr-status--paid { background: #d4edda; color: #155724; }
.hr-status--completed { background: #d4edda; color: #155724; }
.hr-status--cancelled { background: #f8d7da; color: #721c24; }

/* ---- Empty State ---- */
.hr-empty-state {
    text-align: center;
    padding: 60px 20px;
}

.hr-empty-state i {
    font-size: 48px;
    color: var(--hr-border);
    margin-bottom: 16px;
}

.hr-empty-state h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--hr-navy);
    margin-bottom: 8px;
}

.hr-empty-state p {
    color: var(--hr-text-light);
    margin-bottom: 24px;
}

/* ---- Destination Detail ---- */
.hr-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--hr-cream);
    border-radius: 4px;
}

.hr-highlight-item i {
    color: var(--hr-gold);
}

.hr-booking-widget {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    padding: 30px 24px;
    text-align: center;
}

.hr-booking-widget h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--hr-navy);
    margin-bottom: 20px;
}

.hr-price-display {
    margin-bottom: 20px;
}

.hr-price-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--hr-text-light);
}

.hr-price-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 600;
    color: var(--hr-navy);
}

.hr-route-info {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.hr-route-info li {
    padding: 8px 0;
    border-bottom: 1px solid var(--hr-border);
    font-size: 14px;
}

.hr-route-info li i {
    width: 20px;
    color: var(--hr-gold);
    margin-right: 8px;
}

.hr-sidebar-widget {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 4px;
    padding: 24px;
}

.hr-sidebar-widget h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--hr-navy);
}

.hr-phone-link {
    display: block;
    margin-top: 12px;
    color: var(--hr-gold);
    font-weight: 600;
    font-size: 16px;
}

.hr-phone-link:hover {
    color: var(--hr-navy);
}

/* ---- Checkout ---- */
.hr-plan-summary {
    background: linear-gradient(135deg, var(--hr-navy), var(--hr-blue));
    border-radius: 4px;
    padding: 40px 30px;
    color: var(--hr-white);
    height: 100%;
}

.hr-plan-summary h3 {
    color: var(--hr-gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.hr-plan-price {
    margin-bottom: 30px;
}

.hr-plan-price .currency {
    font-size: 24px;
    vertical-align: top;
}

.hr-plan-price .amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
}

.hr-plan-price .period {
    font-size: 14px;
    opacity: 0.7;
}

.hr-plan-features {
    list-style: none;
    padding: 0;
}

.hr-plan-features li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.hr-plan-features li i {
    color: var(--hr-gold);
    margin-right: 10px;
}

.hr-checkout-form {
    height: 100%;
}

.hr-checkout-section {
    padding: 80px 0;
}

/* ---- Admin Section ---- */
.hr-admin-section {
    padding: 60px 0;
}

/* ---- Selection & Scrollbar ---- */
::selection {
    background-color: var(--hr-gold);
    color: var(--hr-white);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--hr-cream);
}

::-webkit-scrollbar-thumb {
    background: var(--hr-gold);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--hr-gold-dark);
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
    .banner-style1__content .title h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .banner-style1__content .title h1 {
        font-size: 42px;
    }

    .hr-membership-banner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .hr-dashboard-sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-style1__content .title h1 {
        font-size: 32px;
    }

    .hr-stat-card {
        margin-bottom: 16px;
    }
}
