/* Custom CSS for Sleepy Meadows */

/* Root Variables */

@font-face {
    font-family: 'Rockwell';
    src: url('font/Rockwell.woff2') format('woff2'),
        url('font/Rockwell.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rockwell';
    src: url('font/Rockwell-Bold.woff2') format('woff2'),
        url('font/Rockwell-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary-color: #2c5530;
    --secondary-color: #8fbc8f;
    --accent-color: #f4a261;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --white: #ffffff;
    --light-bg: #f8f9fa;
    --border-color: #e9ecef;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
}

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1230px;
    }
/* Typography */
body {
      font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rockwell', serif;
    font-weight: 600;
    line-height: 1.2;
}

/* Navigation */
.navbar {background: #000 !important;
    box-shadow: none;
    border-bottom: 1px solid #222;
}

.navbar-collapse.show.collapse {
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 10px;
    margin-top: 10px;
}

.navbar-toggler {
    width: 35px;
        height: 22px;
        display: flex
;
        align-items: center;
        position: relative;
        cursor: pointer;
        padding: 0;
    border: 0 !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler[aria-expanded="true"]:before {
            transform: rotate(45deg) translate(9px, 6px);
}
.navbar-toggler[aria-expanded="true"]:after {
            transform: rotate(-45deg) translate(7px, -6px);
}
.navbar-toggler[aria-expanded="true"] .humburg-icon {
        opacity: 0;
    }
.navbar-toggler .humburg-icon {
    display: inline-block;
    width: 100%;
    height: 2px;
    position: relative;
    background: #fff;
    transition: .3s all;
}

.navbar-toggler:after, .navbar-toggler:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 2px;
    left: 0;
    right: 0;
    background: #fff;
    transition: .3s all;
}

.navbar-toggler:after {
    top: auto;
    bottom: 0;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}
.navbar-dark .navbar-nav .nav-item{ border-right: 1px solid #D0D0D0;}
.navbar-dark .navbar-nav .nav-item:last-child{ border-right:0}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500; line-height: 1.2;
    letter-spacing: 0.01em;
    padding:0 30px; font-size: 18px;
}
.navbar-dark .navbar-nav .nav-item:last-child a{padding-right: 0}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #f4a261 !important;
}

.navbar .btn-warning {
    background: #f4a261;
    border: none;
    color: #222;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    letter-spacing: 0.03em;
}

.navbar .btn-warning:hover {
    background: #ffb366;
    color: #222;
}

/* Hero Section */
.hero-section-home {
    background: url('../images/hero-bg.png') center/cover no-repeat;
    min-height:923px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 27.36%, rgba(0, 0, 0, 0.5) 61.64%);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-section-home .container {
    position: relative;
    z-index: 2;
}

.hero-section-home h1 {
    font-family: 'Rockwell', serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.1;

}

.hero-section-home p.lead {
    font-size: 3rem;font-family: 'Rockwell', serif;
     line-height: 1.2;
}

.hero-section-home .btn-warning {
    background: #F2B944;
    color: #fff;
    border: 0; font-size: 18px;  font-family: "Work Sans", sans-serif;

    font-weight: 500 !important;
    border-radius: 50px !important;
    box-shadow:none; padding: 23px 35px !important; line-height: 1 !important;
}

.hero-section-home .btn-warning:hover {
    background: #d8a235;
    color: #fff;
}

.hero-section-home .btn-outline-light {background: #fff !important;
    border-radius: 50px !important;
    font-weight: 500 !important;font-size: 18px; color: #2E4049 !important;
    border-width: 0 !important;font-family: "Work Sans", sans-serif;padding: 23px 25px !important; line-height: 1 !important;
}
.hero-section-home .btn-outline-light:hover{transform:none; background: #F2B944!important; color: #fff!important}

.section-services{margin: -93px  0 0 0 !important; position: relative; z-index: 1}
/* Section Styles */
.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.section-text {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

/* About Section */
#about h3 {
    color: #F2B944;
/*    font-family: 'Playfair Display', serif;*/
    font-size: 2.5rem;
    font-weight: 700;
}

#about p {
    color: #444;
    font-size: 1.08rem;
}

#about .about-icon {
    background: #F2B944;
    border-radius: 50%;
    padding: 10px;
    width: 133px;
    height: 133px;    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}



#about .about-icon + .about-icon {
    margin-left: 1.5rem;
}

#about img.img-fluid {
    max-width: 400px;
}

/* Room Cards */
.room-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    height: 100%;
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.room-card img {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.room-card:hover img {
    transform: scale(1.05);
}

.room-card .card-body {
    padding: 1.5rem;
}

.room-card .card-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}

.room-features span {
    background: var(--light-bg);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.room-features i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

/* Amenities */
.amenity-item {
    padding: 2rem 1rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    height: 100%;
}

.amenity-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.amenity-item i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.amenity-item h5 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Contact Section */
.contact-info {
    margin-top: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.contact-item h6 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.contact-form {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.contact-form .form-control {
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(44, 85, 48, 0.25);
}

/* Footer */
footer {
    background: #000;
}

footer .copyright__text {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}

footer h5, footer h6 {
    color: var(--white);
    margin-bottom: 1rem;
}

footer p {
    color: #bdc3c7;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer ul li a:hover {
    color: var(--white);
}

@media(max-width: 543px) {
    footer .copyright__text {
        padding: 10px 0;
        font-size: 14px;
    }
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

/* Buttons */
.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #1e3a22;
    border-color: #1e3a22;
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-outline-light {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .hero-section-home h1 {
        font-size: 2rem;
    }
    .hero-section-home p.lead{font-size: 2rem;}
    .service-card {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .top-bar, .navbar {
        font-size: 0.95rem;
    }
    .hero-section-home {
        min-height: 340px;
    }
    .service-card {
        min-height: 260px;
    }
    #about img.img-fluid {
        max-width: 260px;
    }
}

@media (max-width: 575.98px) {
    .top-bar, .navbar {
        font-size: 0.9rem;
    }
    .hero-section-home h1 {
        font-size: 2.4rem;
    }
    .hero-section-home p.lead{font-size: 1.4rem;}
    .service-card {
        min-height: 200px;
        padding: 1.2rem !important;
    }
    #about img.img-fluid {
        max-width: 180px;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--light-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1e3a22;
}

/* --- Top Bar --- */
.top-bar { background: #131312!important;
    font-size: 18px;
    letter-spacing:0;
}

.top-bar a {
    color: #fff;
    
    transition: opacity 0.2s;
}

.top-bar a:hover {
    opacity: 1;
    text-decoration: underline;
}

/*.top-bar .fa {
    color: #f4a261;
}*/

.top-bar-right a {
    font-size: 1.1rem;
    
}

.top-bar-right a:hover {
    opacity: 1;
}
.top-bar-right .btn {text-decoration: none !important;border-radius: 0;background: #F2B944; color: #fff; font-weight: 700; text-transform: uppercase; padding: 22px 31px !important; margin-left: 34px;}
.top-bar-right .btn:hover,
.top-bar-right .btn:active,
.top-bar-right .btn:focus{background: #d8a235; color: #fff;}

/* --- Service Cards --- */
.service-card {-moz-transition: all .2s linear;-webkit-transition: all .2s linear;
    border-radius: 34px;
/*    box-shadow: 0 4px 16px rgba(0,0,0,0.07);*/
/*    transition: box-shadow 0.2s, transform 0.2s;*/
    min-height: 464px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.service-card .service-icon img {
    object-fit: contain;
    
}
.service-card h3{font-size: 35px !important}
.service-card p{font-size: 20px !important; max-width: 400px; margin-left: auto; margin-right: auto; line-height: 1.3}

.service-card.bg-warning {
    background: #f4a261 !important;
    color: #222 !important;
}

.service-card.bg-secondary {
    background: #727272 !important;
    color: #fff !important;
}

.service-card .btn {
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.service-card .btn-light {
    background: #fff; font-family: "Work Sans", sans-serif; padding: 19px 68px !important;
    color: #2E4049; font-size: 18px; font-weight: 500 !important; border-radius: 50px !important;
    border: none;
}

.service-card .btn-light:hover {
    background: #000;
    color: #fff;
}

.service-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    transform: translateY(-4px) scale(1.02);
}

/* Service Icon Background */
.service-icon-bg {width: 156px; height: 156px;
    padding: 10px;
    background: #FFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} 

@media only screen and (max-width:1199px){
    #about img.img-fluid{max-width: 400px !important}
}
@media(max-width: 992px)
{.navbar-dark .navbar-nav .nav-link { padding: 10px; }
    .navbar-dark .navbar-nav .nav-link:hover { background: #d8a235;
    color: #fff !important; }
    .navbar-dark .navbar-nav .nav-item{border: 0;}
}

@media only screen and (max-width:767px){
    #about .gap-4{gap: 0rem !important;}
    #about .about-icon { width: 100px; height: 100px;}
    .top-bar-right .btn{ padding: 13px 15px !important; margin: 5px 0 0 14px}
    .top-bar .container{display: flex; flex-wrap: wrap;justify-content: center !important; }
    .top-bar-right{width: 100%; text-align: center}
    .top-bar-left{width: 100%; text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .hero-section-home h1 br{display: none}
    .hero-section-home p.lead br{display: none}
    .hero-section-home .btn-outline-light,
    .hero-section-home .btn-warning { font-size: 16px; padding: 15px 25px !important;}
    .section-services { margin: -30px 0 0 0 !important;}
    .service-card{min-height: inherit; padding-top: 30px !important; padding-bottom: 30px !important}
    .section-services .col-md-6{margin-bottom: 15px !important;}
    .service-card h3 { font-size: 30px !important;}
    .service-card p { font-size: 18px !important;}
    .service-card .btn-light{padding: 13px 48px 15px 48px !important}
        #about img.img-fluid {
        max-width: 100% !important;
    }
    .navbar-nav{margin-top: 10px}
    .navbar-dark .navbar-nav .nav-item{border: 0}
    
    .hero-section-home h1{margin-bottom:1rem!important}
}



/* SITE LOADER CSS START */

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.loader-mask .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0;
    display: inline-block;
    text-align: center;
    text-indent: -9999em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.loader-mask .loader .round_loader_block {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
}
.loader-mask .loader .round_loader_block .round_loader {
    width: 80px;
    height: 80px;
    border: 2px solid #222222;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation: rotation 1s linear infinite;
}
.loader-mask .loader .round_loader_block .round_loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #222;
}
.loader-mask .loader .round_loader_block .loader_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}
.loader-mask .loader .text_loader {
    font-family: 'Rockwell', serif;
    color: #222;
    position: relative;
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem) !important;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.loader-mask .loader .text_loader:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #222;
    position: absolute;
    bottom: 10px;
    right: -8px;
    border-radius: 10px;
    animation: LoaderDotsAnimation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } 
}
@keyframes LoaderDotsAnimation {
  0% {
    box-shadow: 10px 0 rgba(34, 34, 34, 0), 20px 0 rgba(34, 34, 34, 0); }

  50% {
    box-shadow: 10px 0 #222222, 20px 0 rgba(34, 34, 34, 0); }

  100% {
    box-shadow: 10px 0 #222222, 20px 0 #222222; } 
}
@media(max-width: 991px) {
    .loader-mask .loader .text_loader:after {
        display: none;
    }
}

/* SITE LOADER CSS END */


/* BREADCRUMB CSS END */

.breadcrumb {
    margin: 0;
    padding: 50px 0;
    background: #eee;
    text-align: center;
    background: linear-gradient(180deg, #f2b94454, #f2b94400) !important;
}
.breadcrumb__text {
    font-size: 30px;
    font-family: 'Rockwell', serif;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.breadcrumb__text span {
    position: relative;
}
.breadcrumb__text span:before, .breadcrumb__text span:after {
    content: '';
    position: absolute;
    left: -40px;    
    top: 50%;
    transform: rotate(45deg) translateY(-70%);
    background: #000;
    height: 12px;
    width: 12px;
}
.breadcrumb__text span:after {
    left: auto;
    right: -40px;
}
@media(max-width: 543px) {
    .breadcrumb__text {
        font-size: 24px;
        line-height: 24px;
    }
    .breadcrumb__text span:before {
        left: -35px;
    }
    .breadcrumb__text span:after {
        right: -35px;
    }
}

/* BREADCRUMB CSS END */


.image-with--text {
    padding: 60px 0;
}
.image-with--text .image__content {
    gap: 30px;
    padding: 0 15px;
}
.image-with--text .image__content .image, .image-with--text .image__content .content {
    width: calc(50% - 15px);
}
.image-with--text .image__content .content {
    padding: 0;
}
.image-with--text .image__content .image {
    position: relative;
    overflow: hidden;
    padding: 3px;
    border-radius: 15px;
}
.image-with--text .image__content .image:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 200%;
    top: -200%;
    height: 400%;
    background: linear-gradient(0deg, #F2B944 40%, #333 60%);
    opacity: 1;
    transition: opacity .3s ease;
    animation: styles_rotate__YEup_ 2s linear infinite;
    transform-origin: 50% 50%;
}
#about.image-with--text .image img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    border-radius: 15px;
    z-index: 1;
}
.image-with--text .image__content .content .heading {
    position: relative;
    padding-left: 15px;
}
.image-with--text .image__content .content .heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #F2B944;
    height: 80%;
    width: 3px;
    transform: translateY(-50%);
}
.image-with--text .image__content .content p {
    font-size: 16px !important;
}
.image-with--text .image__content .content .info {
    font-size: 14px !important;
    font-style: italic;
}
.image-with--text .image__content .content ul {
    padding: 0;
    list-style: none; 
}
.image-with--text .image__content .content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
}
.image-with--text .image__content .content ul li:before {
    content: ">";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #F2B944;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-with--text.contact .content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}
.image-with--text.contact .content ul li a {
    color: #444;
}
.image-with--text.contact .content ul li:before {
    display: none;
}
.image-with--text .image__content .content ul.discount > li {
    padding: 0;
}
.image-with--text .image__content .content ul.discount > li:before {
    display: none;
}
.image-with--text .image__content .content ol {
    list-style: none;
    padding: 0;
}
.image-with--text .image__content .content ol li:first-child {
    margin-top: 7px;
}

@keyframes styles_rotate__YEup_ {
  0% {
    transform: translate(25%, 10%) rotate(0deg);
  }

  100% {
    transform: translate(25%, 10%) rotate(1turn);
  }
}

@media(max-width: 991px) {
    .image-with--text {
        padding: 40px 0;
    }   
    .image-with--text .image__content .image, .image-with--text .image__content .content {
        width: 100%;
    }
    .image-with--text .image__content .content .heading {
        font-size: 28px !important;
    }
    .image-with--text .image__content .content p {
        font-size: 14px !important;
    }
    .image-with--text .image__content .content ul li {
        font-size: 14px !important;
    }
}



.animated-brand-name {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(360deg, #f2b94454, rgba(213, 230, 240, 0) 100%);
}
.animated-brand-name svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.animated-brand-name svg text {
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: #000;
    font-size: 140px;
}
@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(0 0 0);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(0 0 0);
  }
  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(0 0 0);
    stroke-width: 3;
  }
  100% {
    fill: rgb(0 0 0);
    stroke: rgba(54, 95, 160, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@media(max-width: 991px) {
    .animated-brand-name {
        height: 80px;
    }
    .animated-brand-name svg text {
        font-size: 100px !important;
    }
}
@media(max-width: 543px) {
    .animated-brand-name svg text {
        font-size: 80px !important;
    }
}
@media(max-width: 390px) {
    .animated-brand-name {
        height: 70px;
    }
}