.main-menu ul li a.active,
.main-menu ul li a:hover {
    color: #c59b6d;
}

.header-area .logo a {
    display: inline-block;
}

.header-area .logo img {
    max-height: 74px;
    width: auto;
    display: block;
}

.header-area .main-header {
    padding: 10px 0;
}

.header-area {
    position: relative;
}

.header-area .header-btn .btn {
    padding: 18px 30px;
}

.btn1,
.cta-bar .btn,
.seashine-hero-actions .btn {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.2;
}

.footer-area .footer-logo img {
    max-height: 82px;
    width: auto;
    margin-bottom: 22px;
}

.footer-area {
    background: #5b2a86 !important;
}

.footer-area .single-footer-caption .footer-logo,
.footer-area .single-footer-caption .footer-pera,
.footer-area .single-footer-caption .footer-social {
    text-align: center;
}

.footer-area .single-footer-caption .footer-social {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.footer-area .footer-pera p {
    padding-right: 0;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
}

.footer-area .footer-tittle ul {
    margin: 0;
    padding: 0;
}

.footer-area .footer-tittle ul li {
    list-style: none;
}

.footer-area .footer-tittle ul li a,
.footer-area .footer-pera a {
    color: #ffffff;
}

.footer-area .footer-pera a:hover,
.footer-area .footer-tittle ul li a:hover {
    color: #c59b6d;
}

.footer-area .footer-tittle h4 {
    color: #ffffff;
}

.footer-area .footer-contact-block,
.footer-area .footer-contact-block h4,
.footer-area .footer-contact-block .footer-pera,
.footer-area .footer-contact-block .footer-pera p,
.footer-area .footer-contact-block .footer-pera a {
    text-align: center;
}

.footer-area .footer-contact-block {
    margin-left: auto;
    margin-right: auto;
}

.footer-area .footer-contact-block .footer-pera p {
    padding-right: 0;
}

.footer-contact-list p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact-list i {
    margin-top: 4px;
    color: #d8a85d;
}

.footer-area .footer-social a {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

.footer-area .footer-social a i {
    color: #ffffff;
}

.footer-bottom-strip {
    background: #4a1f70;
}

.footer-bottom-line {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom-line p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
}

.footer-bottom-line a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom-line a:hover {
    color: #c59b6d;
}

.sticky-contact-buttons {
    position: fixed;
    right: 18px;
    bottom: 28px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#scrollUp {
    right: 86px !important;
}

.sticky-contact-button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sticky-contact-button__icon {
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
}

.sticky-contact-button:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.sticky-contact-button--whatsapp {
    background: linear-gradient(180deg, #31d96c 0%, #14b84d 100%);
}

.sticky-contact-button--call {
    background: linear-gradient(180deg, #2f7cff 0%, #1456cf 100%);
}

.hero-caption span,
.section-title span,
.customer-caption span,
.room-caption .guest-label,
.service-label {
    color: #c59b6d;
}

.single-slider.hero-overly::before {
    background: rgba(0, 0, 0, 0.38);
}

.seashine-hero-caption {
    max-width: 820px;
    margin: 0 auto;
}

.seashine-hero-kicker {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(9, 20, 38, 0.28);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.seashine-hero-caption p {
    max-width: 640px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.8;
}

.seashine-hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.seashine-hero-actions .btn {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-area .seashine-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(9, 20, 38, 0.42);
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.slider-area .seashine-hero-arrow:hover {
    background: #c59b6d;
    border-color: #c59b6d;
    transform: translateY(-50%) scale(1.04);
}

.slider-area .slick-prev.seashine-hero-arrow {
    left: 32px;
}

.slider-area .slick-next.seashine-hero-arrow {
    right: 32px;
}

.section-title {
    margin-bottom: 45px;
}

.section-title h2 {
    font-size: 42px;
    margin-bottom: 12px;
}

.seashine-about-copy p,
.contact-copy p {
    font-size: 18px;
    line-height: 1.8;
    color: #5c5c5c;
}

.seashine-room-card,
.seashine-amenity-card,
.seashine-contact-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
}

.seashine-room-card .room-img img,
.gallery-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.seashine-room-card .room-caption {
    padding: 28px 24px;
}

.seashine-room-card .room-caption h3 {
    margin-bottom: 12px;
}

.seashine-room-card .room-caption p {
    color: #5c5c5c;
    margin-bottom: 0;
}

.room-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.room-gallery-grid img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.seashine-amenity-card {
    padding: 35px 26px;
    text-align: center;
}

.seashine-amenity-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 18px;
}

.seashine-amenity-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.seashine-amenity-card p,
.seashine-contact-card p {
    color: #5c5c5c;
    margin-bottom: 0;
}

.seashine-contact-card a {
    color: #5c5c5c;
    word-break: break-word;
}

.seashine-contact-card a:hover {
    color: #c59b6d;
}

.video-frame {
    min-height: 380px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.video-frame iframe,
.map-frame iframe {
    width: 100%;
    border: 0;
}

.video-frame iframe {
    min-height: 380px;
}

.terms-section {
    background:
        radial-gradient(circle at top left, rgba(197, 155, 109, 0.14), transparent 32%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 58%, #f7f1ff 100%);
}

.terms-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.terms-intro {
    max-width: 760px;
    margin: 18px auto 0;
    color: #5f6672;
    line-height: 1.8;
}

.terms-card {
    position: relative;
    height: 100%;
    padding: 32px 26px 26px;
    border: 1px solid rgba(91, 42, 134, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(36, 20, 58, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.terms-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(36, 20, 58, 0.14);
}

.terms-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #5b2a86 0%, #8b5cb9 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 14px 26px rgba(91, 42, 134, 0.24);
}

.terms-card h3 {
    margin-bottom: 18px;
    color: #24143a;
    font-size: 24px;
    line-height: 1.35;
}

.terms-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms-card li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    color: #5f6672;
    line-height: 1.75;
}

.terms-card li:last-child {
    margin-bottom: 0;
}

.terms-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c59b6d;
    box-shadow: 0 0 0 4px rgba(197, 155, 109, 0.14);
}

.testimonial-area {
    background:
        radial-gradient(circle at top right, rgba(91, 42, 134, 0.08), transparent 28%),
        linear-gradient(180deg, #fffdf9 0%, #f8f3ff 100%);
}

.seashine-testimonial-slider {
    position: relative;
    padding: 0 34px 58px;
}

.seashine-testimonial-slide {
    padding: 8px 14px;
}

.seashine-testimonial-card {
    height: 100%;
    min-height: 280px;
    padding: 34px 28px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(91, 42, 134, 0.1);
    box-shadow: 0 18px 40px rgba(31, 19, 49, 0.08);
}

.seashine-testimonial-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.seashine-testimonial-avatar {
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(31, 19, 49, 0.14);
}

.seashine-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.seashine-testimonial-meta h3 {
    margin: 0 0 4px;
    color: #213147;
    font-size: 24px;
    line-height: 1.2;
}

.seashine-testimonial-meta span {
    color: #9aa4b2;
    font-size: 15px;
    font-weight: 500;
}

.seashine-testimonial-card p {
    margin-bottom: 26px;
    color: #545c68;
    font-size: 18px;
    line-height: 1.85;
}

.seashine-testimonial-card .testimonial-ratting {
    margin-bottom: 22px;
}

.seashine-testimonial-card .testimonial-ratting i {
    margin-right: 4px;
    color: #f3b63d;
    font-size: 16px;
}

.seashine-testimonial-card .rattiong-caption span {
    display: inline-block;
    color: #24143a;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.seashine-testimonial-slider .slick-track {
    display: flex;
}

.seashine-testimonial-slider .slick-slide {
    height: inherit;
}

.seashine-testimonial-slider .slick-slide > div {
    height: 100%;
}

.seashine-testimonial-slider button.slick-arrow {
    position: absolute;
    top: 42%;
    z-index: 2;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #5b2a86;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(91, 42, 134, 0.24);
    transition: transform 0.25s ease, background 0.25s ease;
}

.seashine-testimonial-slider button.slick-arrow:hover {
    background: #c59b6d;
    transform: translateY(-2px);
}

.seashine-testimonial-slider button.slick-prev {
    left: -6px;
}

.seashine-testimonial-slider button.slick-next {
    right: -6px;
}

.seashine-testimonial-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.seashine-testimonial-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    list-style: none;
}

.seashine-testimonial-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(91, 42, 134, 0.2);
    font-size: 0;
}

.seashine-testimonial-slider .slick-dots li.slick-active button {
    background: #5b2a86;
}

@media (max-width: 991px) {
    .slider-area .seashine-hero-arrow {
        width: 52px;
        height: 52px;
    }

    .slider-area .slick-prev.seashine-hero-arrow {
        left: 18px;
    }

    .slider-area .slick-next.seashine-hero-arrow {
        right: 18px;
    }

    .seashine-testimonial-slider {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .seashine-hero-kicker {
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    .seashine-hero-caption p {
        font-size: 16px;
    }

    .seashine-hero-actions {
        gap: 16px;
        margin-top: 26px;
    }

    .slider-area .seashine-hero-arrow {
        display: none !important;
    }

    .terms-card {
        padding: 26px 20px 22px;
    }

    .terms-card h3 {
        font-size: 21px;
    }

    .seashine-testimonial-card {
        min-height: auto;
        padding: 28px 22px;
    }

    .seashine-testimonial-avatar {
        width: 64px;
        height: 64px;
    }

    .seashine-testimonial-meta h3 {
        font-size: 20px;
    }

    .seashine-testimonial-card p {
        font-size: 16px;
    }
}

.map-frame iframe {
    min-height: 420px;
}

.map-frame {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-section .row {
    row-gap: 24px;
}

.contact-shell {
    background: linear-gradient(180deg, #fcfaf7 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.contact-detail-row {
    margin-top: 24px;
}

.contact-intro-card {
    background: #dca73a;
    color: #111111;
    border-radius: 18px;
    padding: 34px 30px;
    margin-bottom: 24px;
}

.contact-kicker,
.map-panel-head span {
    color: #111111;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

@media (max-width: 575.98px) {
    .sticky-contact-buttons {
        right: 16px;
        bottom: 20px;
        gap: 12px;
    }

    #scrollUp {
        right: 78px !important;
    }

    .sticky-contact-button {
        width: 54px;
        height: 54px;
        font-size: 25px;
    }
}

.contact-intro-card h2 {
    color: #111111;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.contact-intro-card p,
.map-panel-head p {
    color: rgba(17, 17, 17, 0.86);
    line-height: 1.8;
    margin-bottom: 0;
}

.contact-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.contact-action-grid--stack {
    grid-template-columns: 1fr;
}

.contact-action-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 14px;
    padding: 16px 18px;
    color: #111111;
    transition: 0.3s ease;
}

.contact-action-card:hover {
    background: rgba(255, 255, 255, 0.34);
    color: #111111;
    transform: translateY(-2px);
}

.contact-action-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff3d1;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 46px;
}

.contact-action-text {
    display: flex;
    flex-direction: column;
}

.contact-action-text strong {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
}

.contact-action-text small {
    color: rgba(17, 17, 17, 0.82);
    font-size: 13px;
    line-height: 1.5;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-info-grid--full {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
}

.contact-info-grid--stack {
    grid-template-columns: 1fr;
    gap: 22px;
}

.seashine-contact-card {
    padding: 26px 24px;
    margin-bottom: 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border: 1px solid rgba(15, 45, 53, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fdfaf5 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.seashine-contact-card h4 {
    margin-bottom: 10px;
    color: #213147;
    font-size: 24px;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f6ecdf;
    color: #c59b6d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 48px;
}

.contact-card-copy {
    flex: 1;
}

.contact-card-copy p,
.contact-card-copy a {
    color: #5c5c5c;
    line-height: 1.75;
}

.map-panel {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
}

.map-panel-head {
    background: #f8f3ec;
    padding: 28px 28px 20px;
}

.map-panel-head h3 {
    margin-bottom: 12px;
    font-size: 30px;
}

.map-panel-head p {
    color: #5c5c5c;
}

.map-panel-foot {
    padding: 22px 28px 28px;
}

.contact-form-panel {
    background: linear-gradient(180deg, #ffffff 0%, #fdfaf5 100%);
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(15, 45, 53, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.contact-form-panel__head {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(15, 45, 53, 0.08);
}

.contact-form-panel h3 {
    margin-bottom: 10px;
    color: #213147;
    font-size: 30px;
}

.contact-form-panel p {
    max-width: 560px;
    margin-bottom: 0;
    color: #5c5c5c;
    line-height: 1.75;
}

.contact-form-status {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-form-status--success {
    background: #eaf7ef;
    color: #166534;
}

.contact-form-status--warning {
    background: #fff5e7;
    color: #9a6700;
}

.contact-form-status--error {
    background: #fdecec;
    color: #b42318;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-form-field {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.contact-form-field--full {
    grid-column: 1 / -1;
}

.contact-form-field label {
    margin: 0;
    color: #213147;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contact-form-field input,
.contact-form-field textarea {
    width: 100%;
    border: 1px solid rgba(15, 45, 53, 0.14);
    border-radius: 12px;
    padding: 15px 16px;
    color: #213147;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-form-field textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
    outline: none;
    border-color: #d8a85d;
    box-shadow: 0 0 0 3px rgba(216, 168, 93, 0.16);
    transform: translateY(-1px);
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
    color: #95a0aa;
}

.contact-form-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.contact-form-actions .btn {
    min-width: 180px;
}

.contact-form-help {
    margin-top: 10px;
    color: #68767d;
    font-size: 13px;
    line-height: 1.6;
}

.cta-bar {
    background: #f7f2ec;
    border-radius: 12px;
    padding: 36px 30px;
}

.cta-bar h3 {
    margin-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

.main-header .main-menu ul li a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
}

.header-area .header-btn .btn {
    border-radius: 6px;
    background: #d8a85d;
    color: #0f2d35;
    font-weight: 700;
}

.page-home .header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background: linear-gradient(180deg, rgba(4, 20, 25, 0.76), rgba(4, 20, 25, 0));
}

.page-home .header-area .main-header {
    padding: 12px 0;
}

.page-home .main-header .main-menu ul li a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.page-home .main-header .main-menu ul li a.active,
.page-home .main-header .main-menu ul li a:hover {
    color: #e3b86f;
}

.page-home .header-area .logo img {
    max-height: 78px;
}

.home-page {
    background: #fbfaf7;
    color: #12323b;
}

.home-hero {
    position: relative;
    min-height: 760px;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    overflow: hidden;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 18, 24, 0.82) 0%, rgba(4, 18, 24, 0.56) 40%, rgba(4, 18, 24, 0.16) 100%),
        linear-gradient(180deg, rgba(4, 18, 24, 0.34) 0%, rgba(4, 18, 24, 0.12) 58%, rgba(4, 18, 24, 0.52) 100%);
}

.home-hero__inner {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.home-hero__copy {
    max-width: 620px;
}

.home-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #d5a45d;
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
}

.home-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 520px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.75;
}

.home-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 42px;
}

.home-hero__features span {
    display: grid;
    grid-template-columns: 34px auto;
    align-items: center;
    min-width: 0;
    color: #ffffff;
}

.home-hero__features i {
    grid-row: span 2;
    color: #d5a45d;
    font-size: 25px;
}

.home-hero__features strong {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

.home-hero__features small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.2;
}

.home-rating-card {
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 220px;
    margin-bottom: 28px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(31, 25, 22, 0.68);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(8px);
}

.home-rating-card__google {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #4285f4;
    font-size: 26px;
    font-weight: 800;
}

.home-rating-card strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.home-stars {
    display: inline-flex;
    gap: 2px;
    color: #e9b44d;
    font-size: 12px;
}

.home-rating-card small {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.3;
}

.home-booking-wrap {
    position: relative;
    z-index: 10;
    margin-top: -58px;
}

.home-booking-panel {
    max-width: 760px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px;
    align-items: center;
    gap: 0;
    border-radius: 8px;
    background: #064956;
    box-shadow: 0 22px 45px rgba(6, 48, 58, 0.22);
    overflow: hidden;
}

.home-booking-item {
    min-height: 92px;
    min-width: 0;
    display: grid;
    grid-template-columns: 34px auto;
    align-content: center;
    padding: 18px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.home-booking-item i {
    grid-row: span 2;
    color: #d8a85d;
    font-size: 23px;
}

.home-booking-item span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.3;
}

.home-booking-item strong {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
}

.home-booking-button,
.home-gold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    background: #d8a85d;
    color: #112c33;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.home-booking-button {
    margin: 20px;
    padding: 0 18px;
    min-width: 0;
}

.home-booking-button:hover,
.home-gold-button:hover {
    background: #e7bd75;
    color: #112c33;
    transform: translateY(-2px);
}

.home-section {
    padding: 86px 0;
}

.home-cottages {
    padding-top: 84px;
    padding-bottom: 54px;
}

.home-cottages .container {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.home-section-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
}

.home-cottages .home-section-head {
    display: block;
    padding-top: 62px;
}

.home-section-head h2,
.home-experience h2,
.home-guests h2,
.home-cta-card h2 {
    margin: 0;
    color: #0f2d35;
    font-family: "Noto Serif", serif;
    font-size: 38px;
    line-height: 1.18;
    letter-spacing: 0;
}

.home-section-head p {
    margin: 18px 0 0;
    color: #66737a;
    font-size: 15px;
    line-height: 1.8;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
    color: #0f2d35;
    font-size: 13px;
    font-weight: 800;
}

.home-text-link:hover {
    color: #c58e3e;
}

.home-room-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-room-card {
    overflow: hidden;
    border: 1px solid rgba(15, 45, 53, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(16, 39, 45, 0.08);
}

.home-room-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.home-room-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-room-card__media span {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 5px;
    background: #064956;
    color: #d8a85d;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-room-card__body {
    padding: 22px 22px 20px;
}

.home-room-card h3 {
    margin: 0 0 12px;
    color: #0f2d35;
    font-size: 21px;
    line-height: 1.25;
}

.home-room-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.home-room-card li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #68767d;
    font-size: 12px;
    list-style: none;
}

.home-room-card li i {
    color: #8c9aa1;
}

.home-room-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.home-room-card__foot p {
    margin: 0;
    color: #68767d;
    font-size: 13px;
}

.home-room-card__foot strong {
    color: #c58e3e;
    font-size: 20px;
}

.home-room-card__foot a {
    min-width: 112px;
    padding: 13px 15px;
    border-radius: 6px;
    background: #063844;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.home-room-card__foot a:hover {
    background: #d8a85d;
    color: #112c33;
}

.home-amenities {
    padding: 18px 0 76px;
}

.home-amenities__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(15, 45, 53, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 39, 45, 0.06);
}

.home-amenity {
    min-height: 150px;
    padding: 24px 12px 20px;
    text-align: center;
    border-right: 1px solid rgba(15, 45, 53, 0.08);
}

.home-amenity:last-child {
    border-right: 0;
}

.home-amenity img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-bottom: 12px;
}

.home-amenity h3 {
    margin: 0 0 8px;
    color: #0f2d35;
    font-size: 14px;
    line-height: 1.25;
}

.home-amenity p {
    margin: 0;
    color: #748087;
    font-size: 11px;
    line-height: 1.55;
}

.home-experience {
    padding: 78px 0 0;
    background: #ffffff;
}

.home-experience .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.home-experience__media {
    min-width: 0;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.home-experience__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.home-gold-button {
    min-width: 166px;
    padding: 0 22px;
}

.home-gallery {
    padding-top: 64px;
    padding-bottom: 34px;
    background: #ffffff;
}

.home-section-head--compact {
    align-items: center;
    margin-bottom: 24px;
}

.home-gallery-arrows {
    display: flex;
    gap: 10px;
}

.home-gallery-arrows span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f3f1;
    color: #0f2d35;
}

.home-gallery-arrows span:last-child {
    background: #064956;
    color: #ffffff;
}

.home-gallery__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.page-gallery .home-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-gallery__grid a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #e9eeee;
}

.home-gallery__grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-gallery__grid a:hover img {
    transform: scale(1.05);
}

.home-guests {
    padding: 44px 0 88px;
    background: #fbf8f3;
}

.home-guests__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: stretch;
}

.home-guests__layout > div {
    min-width: 0;
}

.home-guests h2 {
    margin-bottom: 18px;
}

.home-testimonial-slider {
    padding: 0 0 42px;
}

.home-testimonial-slider .slick-list {
    margin: 0 -10px;
}

.home-testimonial-slider .slick-slide {
    padding: 8px 10px;
}

.home-testimonial-slider .slick-dots {
    bottom: 0;
}

.home-testimonial-slider .slick-dots li button {
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background: rgba(6, 73, 86, 0.18);
}

.home-testimonial-slider .slick-dots li.slick-active button {
    background: #064956;
}

.home-testimonial-card {
    min-height: 380px;
    height: 100%;
    padding: 34px 32px;
    border: 1px solid rgba(15, 45, 53, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(16, 39, 45, 0.08);
}

.home-testimonial-card__head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.home-testimonial-card__head img {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border-radius: 50%;
    object-fit: cover;
}

.home-testimonial-card h3 {
    margin: 0 0 7px;
    color: #213147;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.home-testimonial-card span:not(.home-stars) {
    color: #9aa4b2;
    font-family: "Noto Serif", serif;
    font-size: 16px;
    font-weight: 700;
}

.home-testimonial-card > .home-stars {
    display: inline-flex;
    gap: 7px;
    margin-bottom: 24px;
    color: #f3ad2e;
    font-size: 16px;
}

.home-testimonial-card p {
    margin: 0;
    color: #5d6672;
    font-family: "Noto Serif", serif;
    font-size: 18px;
    line-height: 1.85;
}

.home-cta-card {
    position: relative;
    min-height: 330px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 34px;
    overflow: hidden;
    border-radius: 8px;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.home-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 34, 42, 0.82), rgba(4, 34, 42, 0.42));
}

.home-cta-card div {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.home-cta-card h2 {
    color: #ffffff;
    font-size: 34px;
}

.home-cta-card p {
    margin: 16px 0 28px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.footer-area {
    background: #063844 !important;
    padding-top: 72px;
    padding-bottom: 0;
}

.footer-area .footer-logo img {
    max-height: 82px;
    margin-bottom: 18px;
}

.footer-area .footer-brand-block .footer-logo,
.footer-area .footer-brand-block .footer-pera,
.footer-area .footer-brand-block .footer-social,
.footer-area .footer-contact-block,
.footer-area .footer-contact-block h4,
.footer-area .footer-contact-block .footer-pera,
.footer-area .footer-contact-block .footer-pera p,
.footer-area .footer-contact-block .footer-pera a {
    text-align: left;
}

.footer-area .footer-brand-block .footer-social {
    justify-content: flex-start;
}

.footer-area .footer-pera p,
.footer-area .footer-pera a,
.footer-area .footer-tittle ul li a {
    color: rgba(255, 255, 255, 0.78);
}

.footer-area .footer-tittle h4 {
    color: #d8a85d;
    font-family: "Noto Serif", serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-area .footer-social a {
    border-color: rgba(216, 168, 93, 0.32);
    background: rgba(255, 255, 255, 0.06);
}

.footer-follow-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-follow-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
}

.footer-follow-links a:hover {
    color: #d8a85d;
}

.footer-follow-links a i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #d8a85d;
}

.footer-area .footer-bottom-line {
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-area .footer-bottom-line p,
.footer-area .footer-bottom-line a {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
    .main-header .main-menu ul li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }

    .home-amenities__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-amenity:nth-child(4n) {
        border-right: 0;
    }
}

@media (max-width: 991px) {
    .page-home .header-area {
        background: rgba(4, 20, 25, 0.84);
    }

    .home-hero,
    .home-hero__inner {
        min-height: 700px;
    }

    .home-hero__inner {
        align-items: flex-end;
        padding-bottom: 120px;
    }

    .home-hero h1 {
        font-size: 52px;
    }

    .home-rating-card {
        display: none;
    }

    .home-booking-panel {
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-booking-button {
        grid-column: span 2;
    }

    .home-cottages .container {
        display: block;
    }

    .home-cottages .home-section-head {
        padding-top: 0;
        margin-bottom: 28px;
    }

    .home-guests__layout {
        grid-template-columns: 1fr;
    }

    .home-gallery__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .page-home .header-area .logo img {
        max-height: 58px;
    }

    .home-hero,
    .home-hero__inner {
        min-height: 650px;
    }

    .home-hero__inner {
        padding-top: 110px;
        padding-bottom: 105px;
    }

    .home-kicker {
        font-size: 15px;
    }

    .home-hero h1 {
        font-size: 38px;
        line-height: 1.14;
    }

    .home-hero p {
        font-size: 15px;
    }

    .home-hero__features {
        gap: 18px;
    }

    .home-booking-wrap {
        margin-top: -44px;
    }

    .home-booking-panel {
        grid-template-columns: 1fr;
    }

    .home-booking-button {
        grid-column: auto;
    }

    .home-booking-item {
        min-height: 76px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-section {
        padding: 58px 0;
    }

    .home-section-head {
        display: block;
    }

    .home-section-head h2,
    .home-experience h2,
    .home-guests h2,
    .home-cta-card h2 {
        font-size: 30px;
    }

    .home-room-grid {
        grid-template-columns: 1fr;
    }

    .home-room-card__foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-amenities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-amenity:nth-child(2n) {
        border-right: 0;
    }

    .home-experience {
        padding: 58px 0;
    }

    .home-guests {
        padding: 40px 0 58px;
    }

    .home-testimonial-slider {
        padding-bottom: 34px;
    }

    .home-testimonial-slider .slick-list {
        margin: 0 -6px;
    }

    .home-testimonial-slider .slick-slide {
        padding: 6px;
    }

    .home-testimonial-card {
        min-height: auto;
        padding: 24px 20px;
    }

    .home-testimonial-card__head {
        gap: 14px;
        margin-bottom: 18px;
    }

    .home-testimonial-card__head img {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .home-testimonial-card h3 {
        font-size: 20px;
    }

    .home-testimonial-card p {
        font-size: 16px;
        line-height: 1.7;
    }

    .home-experience__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-gallery__grid a:first-child {
        grid-column: span 2;
    }

    .home-cta-card {
        width: 100%;
        max-width: 100%;
        min-height: 280px;
        padding: 26px;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        overflow-x: hidden;
    }

    .page-home,
    .home-page {
        overflow-x: hidden;
    }

    .page-home .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-page .container,
    .home-page .row,
    .home-booking-wrap,
    .home-booking-panel,
    .home-section-head,
    .home-room-grid,
    .home-amenities__grid,
    .home-gallery__grid,
    .home-guests__layout {
        min-width: 0;
        max-width: 100%;
    }

    .home-experience {
        min-height: auto;
        padding: 48px 0 0;
    }

    .home-cta-card div {
        max-width: 100%;
    }

    .home-experience__media,
    .home-experience__media img {
        border-radius: 0;
        min-height: 0;
    }

    .home-experience__media {
        background: #ffffff;
    }

    .home-experience__media img {
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .home-cta-card {
        min-height: 240px;
        padding: 22px 18px;
    }

    .home-cta-card h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .home-cta-card p {
        margin: 12px 0 22px;
        font-size: 15px;
    }

    .home-gold-button {
        min-width: 0;
        width: 100%;
        justify-content: center;
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-booking-button {
        width: auto;
        margin: 16px;
    }

    .home-text-link {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .header-area .logo img {
        max-height: 62px;
    }

    .footer-area .footer-logo img {
        max-height: 68px;
    }

    .contact-shell {
        padding: 24px 20px;
    }

    .contact-detail-row {
        margin-top: 20px;
    }

    .footer-bottom-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-intro-card h2 {
        font-size: 28px;
    }

    .contact-action-grid,
    .contact-info-grid,
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-panel {
        padding: 24px 20px;
    }

    .contact-form-panel h3 {
        font-size: 26px;
    }

    .contact-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form-actions .btn {
        width: 100%;
    }

    .contact-info-grid--full {
        grid-template-columns: 1fr;
    }

    .map-panel-head h3 {
        font-size: 26px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .room-gallery-grid {
        grid-template-columns: 1fr;
    }
}
