.float-phone {
  position: fixed;
  width: 65px;
  height: 60px;
  bottom: 40px;
  left: 25px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  padding: 5px;
}
.img-fluid-what-phone {
  width: 65px;
  height: auto;
}
body {
    font-family: "Source Sans 3", sans-serif;
    background: #fff;
    color: #1a1a1a;
}

a {
    color: #a57a00;
    text-decoration: none;
}

a:hover {
    color: #a57a00;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EB Garamond", serif;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 2px solid #a57a00;
}

.back-to-top i {
    font-size: 28px;
    color: #a57a00;
    line-height: 0;
}

.back-to-top:hover {
    background: #a57a00;
    color: #1a1814;
}

.back-to-top:hover i {
    color: #444444;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

#header {
    background: #fff;
    z-index: 997;
    padding: 15px 0;
}

#header.header-scrolled {
    top: 0;
    background: #fff;
}

#header .logo {
    font-size: 1.6em;
    margin: 0;
    margin-right: 0px;
    padding: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: "EB Garamond", serif;
}

#header .Daman {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #a57a00;
}

#header .logo .ashram {
    font-size: 26px;
    color: #a57a00;
    font-weight: 700;
    font-family: "EB Garamond", serif;
}

.light-house a {
    color: #a57a00;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.5px;
    font-size: 19px;
}

.book-a-table-btn {
    background-color: #a57a00;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    line-height: 1;
    font-family: "EB Garamond", serif;
    border: 2px solid #a57a00;
}

.book-a-table-btn:hover {
    background: #a57a00;
    color: #fff;
    border: 2px solid #a57a00;
    opacity:0.8;

}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    color: #58585a;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-family: "EB Garamond", serif;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #a57a00;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fc6106;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    color: #a57a00;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 17px;
    color: #333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #a57a00;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #a57a00;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

#home .item {
    height: 95vh;
    position: relative;
    margin-top: 4em;
}

#home .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
}

#home .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

#home .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

#home .item .cover .header-content h2 {
    font-weight: 600;
    font-size: 3.5em;
    color: #fff;
    line-height: 1.25;
    margin-top: 0.5em;
}

#home .item .cover .header-content h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: #ffd700;
    margin: 0;
}
.header-content p {
color:#fff;
}

#home .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#home .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#home .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent !important;
    width: 60px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50px;
}

#home .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

#home .owl-nav .owl-prev:focus {
    outline: 0;
}

#home .owl-nav .owl-prev:hover {
    background: transparent !important;
}

#home .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent !important;
    width: 60px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50px;
}

#home .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

#home .owl-nav .owl-next:focus {
    outline: 0;
}

#home .owl-nav .owl-next:hover {
    background: transparent !important;
}

#home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#home:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.welcome-cta {
    margin-top: 3em;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.cta-1 {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.25;
    background-color: #a57a00;
    padding: 10px 45px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: 0.3s;
    border: 4px solid #a57a00;
}

.cta-1:hover {
    transition: 0.3s;
    border: 4px solid #a57a00;
    background-color: #a57a00;
    opacity: 0.8;
    color: #fff;
}

#about {
    padding: 60px 0 60px;
}

.aboutsec {
    margin-bottom: 4em;
}

.aboutsec h4 {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}

.aboutsec h1 {
    color: #a57a00;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
}

.aboutsec h3 {
    color: #a57a00;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2;
    text-transform: capitalize;
}

.aboutsec p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.65;
}

/* Key Highlights Section */
.keyheighlets {
    padding: 20px 0 40px;
}

.keyheighlets-title {
    color: #a57a00;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 1.5em;
    font-family: "EB Garamond", serif;
}

.highlight-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.highlight-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #fff;
    transition: transform 0.3s ease;
}

.highlight-card:hover .highlight-icon {
    transform: scale(1.1);
}

.highlight-icon.icon-support {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.highlight-icon.icon-clean {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    box-shadow: 0 6px 20px rgba(17, 153, 142, 0.4);
}

.highlight-icon.icon-budget {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4);
}

.highlight-icon.icon-location {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    box-shadow: 0 6px 20px rgba(253, 160, 133, 0.4);
}

.highlight-card h4 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 12px;
    font-family: "EB Garamond", serif;
}

.highlight-card p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Our Facilities Section */
#facilities {
    padding: 60px 0;
    background-color: #faf8f4;
}

.facilities-heading {
    text-align: center;
    margin-bottom: 3em;
}

.facilities-heading h3 {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: "EB Garamond", serif;
}

.facilities-heading h2 {
    color: #a57a00;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "EB Garamond", serif;
}

.facility-item {
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 30px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f0ece4;
    transition: all 0.3s ease;
    height: 100%;
}

.facility-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.facility-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
    color: #fff;
    transition: transform 0.3s ease;
}

.facility-item:hover .facility-icon {
    transform: scale(1.12);
}

.facility-icon.fi-wifi {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 5px 18px rgba(79, 172, 254, 0.4);
}

.facility-icon.fi-parking {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    box-shadow: 0 5px 18px rgba(67, 233, 123, 0.4);
}

.facility-icon.fi-water {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    box-shadow: 0 5px 18px rgba(161, 140, 209, 0.4);
}

.facility-icon.fi-clean {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    box-shadow: 0 5px 18px rgba(252, 182, 159, 0.4);
    color: #d35400;
}

.facility-icon.fi-security {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 5px 18px rgba(102, 126, 234, 0.4);
}

.facility-icon.fi-peace {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    box-shadow: 0 5px 18px rgba(253, 160, 133, 0.4);
}

.facility-icon.fi-location {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    box-shadow: 0 5px 18px rgba(255, 154, 158, 0.4);
    color: #c0392b;
}

.facility-icon.fi-family {
    background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
    box-shadow: 0 5px 18px rgba(102, 166, 255, 0.4);
}

.facility-icon.fi-support {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 5px 18px rgba(245, 87, 108, 0.4);
}

.facility-icon.fi-budget {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    box-shadow: 0 5px 18px rgba(17, 153, 142, 0.4);
}

.facility-item h5 {
    font-weight: 700;
    font-size: 1.15em;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-family: "EB Garamond", serif;
}

.facility-item p {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.55;
    color: #777;
    margin-bottom: 0;
}

#beach {
    width: 100%;
    /* background: url(../images/banners/banner2.webp)center center no-repeat; */
    padding: 60px 0 60px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-color:#f5f5f5;
}
/* #beach:before {
    content : "";
   position:absolute;
   width:100%;
   height:100%;
   top:0; bottom:0;
   background-color:rgba(0,0,0,0.3);
} */
.sea-bea{position:relative;}

.sea-bea h2 {
    color: #222;
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.2;
}

.welcome-cta1 {
    margin-top: 50px;
}

.media-29101 img {
    margin-bottom: 20px;
    border-radius: 8px;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: 0px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #a57a00;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

#Rooms {
    padding: 40px 0 40px;
}

.room-heaidnh h3 {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}

.room-heaidnh h2 {
    color: #a57a00;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
}

.room-heaidnh {
    margin-bottom: 2.5em;
}

.img-room-content {
   
    padding: 10px;
    background: #fff;
    margin-bottom: 50px;
}

.cottage-title h4 {
    color: #a57a00;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.3;
    text-transform: capitalize;
}

.cottage-title p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
}

.cottage-title {
    text-align: center;
    padding: 10px;
}

.cta-12 {
    font-weight: 500;
  font-size: 0.9em;
  line-height: 1.25;
  background-color: transparent;
  padding: 4px 20px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  transition: 0.3s;
  border: 2px solid #a57a00;
  color: #a57a00;
}

.cta-12:hover {
    transition: 0.3s;
    border: 4px solid #a57a00;
    background-color: #a57a00;
    opacity: 0.8;
    color: #fff;
}

.welcome-cta12 {
    margin: 10px 0 10px;
}

.beac-view-gap {
    margin-top: 4em;
}

.facilites-box {
    padding: 20px;
}

.facilites-box h2 {
    color: #a57a00;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 1.3;
    text-transform: capitalize;
}

.facilites-box p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6;
}

.box-ul {
    list-style-type: none;
    padding: 0;
}

.box-ul li {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6;
}

.events {
    padding: 40px 0 40px;
    background-color: #f5f5f5f5;
}

.spce-e {
    margin-top: 4em;
}



.event-par h3 {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.3;
    color: #a57a00;
    text-transform: uppercase;
}

.event-par p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6;
}

.event-par h6 {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3;
}

.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .6);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item a i {
    font-size: 40px;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}

.project-carousel {
    margin-bottom: 30px;
}

#gallery {
    padding: 80px 0 80px;
    background-color: #fff;
}

.position-relative img {
    height: 220px;
}

#Gallery {
    padding: 80px 0 80px;
}

#exlope-places {
    background: rgba(0, 0, 0, 0) url("../images/banners/banner1.webp") no-repeat scroll center center / cover;
    color: #fff;
    position: relative;
    padding: 40px 0 40px;
}

#exlope-places::before {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.meeting-conferance {
    position: relative;
}

.meeting-conferance h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.meeting-conferance p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}

.meeting-conferance ul li {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    background-color: transparent;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    border: 2px solid #ddd;
}

.meeting-conferance ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    justify-items: center;
    padding: 0;
    list-style-type: none;
}

contt-banner {
    padding: 40px;
    text-align: center;
}

#contact {
    padding: 80px 0 80px;
    background-color: #fff;
}

.map-locat h3 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

address {
    margin-bottom: 1rem;
    font-family: "Source Sans 3", sans-serif;
    line-height: inherit;
    font-size: 1.3em;
    font-weight: 500;
}

.phone {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.list-foot ul {
    list-style-type: none;
    color: #222;
    margin: 0;
}

.list-foot ul li a {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #222;
}

.list-foot ul li a:hover {
    color: #222;
}

.copright p {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
}

.list-foot ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
    color: #fff;
    padding: 30px 0 30px;
}

#footer {
    background: #f8fcff;
}

#privacy {
    padding: 150px 0 80px;
    color: #fff;
    background: #a57a00;
}

.poli-content {
    padding: 40px 0 40px;
    background-color: #fff;
}

.prepayment h2 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #a57a00;
}

.prepayment h3 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.p-list li {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}

.prepayment p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}

.img-fluid-what {
    width: 60px;
    height: auto;
}

.float {
    position: fixed;
    width: 65px;
    height: 60px;
    bottom: 40px;
    right: 52px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 5px;
}

/*Mobile version*/

/*media* css*/

/*xs  Extra Small devices (phones, 600px and down)*/

@media (max-width:391px) {
    .light-house a {
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    #header .logo .ashram {
        font-size: 20px;
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    .cta-1 {
        color: #fff;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.25;
        background-color: #a57a00;
        padding: 8px 35px;
        border-radius: 50px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: 0.3s;
        border: 4px solid #a57a00;
    }
    #home .item {
        height: 400px;
        position: relative;
        margin-top: 4em;
    }
    #home .item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .aboutsec h4 {
        font-weight: 700;
        font-size: 1.1em;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
    }
    .aboutsec h1 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.6em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    #beach {
        width: 100%;
       
        padding: 60px 0 80px 0;
        position: relative;
        background-size: cover;
    }
    .sea-bea h2 {
       
        font-weight: 700;
        font-size: 2.1em;
        line-height: 1.2;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .room-heaidnh h2 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1em;
    }
    .facilites-box img {
        width: 30px;
    }
    .event-par {
        margin-top: 1em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 1.2em;
        line-height: 1.3;
        color: #a57a00;
    }
    #Gallery {
        padding: 40px 0 80px;
    }
    .meeting-conferance h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .meeting-conferance ul li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
        background-color: #a57a00;
        color: #fff;
        padding: 6px 20px;
        border-radius: 50px;
    }
    #contact {
        padding: 60px 0 60px;
        background-color: #fff;
    }
    .map-locat h3 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    address {
        margin-bottom: 1rem;
        font-family: "Source Sans 3", sans-serif;
        line-height: inherit;
        font-size: 1.2em;
        font-weight: 500;
    }
    .phone {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .list-foot ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
        color: #fff;
        padding: 10px 0 10px;
    }
    .img-fluid-what {
        width: 50px;
        height: auto;
    }
    #privacy {
        padding: 100px 0 50px;
        color: #a57a00;
        background: #f8fcff;
    }
    .prepayment h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        color: #a57a00;
    }
    .prepayment p {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .prepayment h3 {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .p-list li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .copright p {
        text-align: center;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4;
    }
}

@media (min-width: 392px) and (max-width: 575.98px) {
    .light-house a {
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    #header .logo .ashram {
        font-size: 20px;
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    .cta-1 {
        color: #fff;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.25;
        background-color: #a57a00;
        padding: 8px 35px;
        border-radius: 50px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: 0.3s;
        border: 4px solid #a57a00;
    }
    #home .item {
        height: 500px;
        position: relative;
        margin-top: 4em;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .aboutsec h4 {
        font-weight: 700;
        font-size: 1.1em;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
    }
    .aboutsec h1 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.6em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    #beach {
        width: 100%;
      
        padding: 60px 0 80px 0;
        position: relative;
        background-size: cover;
    }
    .sea-bea h2 {
      
        font-weight: 700;
        font-size: 2.1em;
        line-height: 1.2;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .room-heaidnh h2 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1em;
    }
    .facilites-box img {
        width: 30px;
    }
    .event-par {
        margin-top: 1em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 1.2em;
        line-height: 1.3;
        color: #a57a00;
    }
    #Gallery {
        padding: 40px 0 80px;
    }
    .meeting-conferance h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .meeting-conferance ul li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
        background-color: #a57a00;
        color: #fff;
        padding: 6px 20px;
        border-radius: 50px;
    }
    #contact {
        padding: 60px 0 60px;
        background-color: #fff;
    }
    .map-locat h3 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    address {
        margin-bottom: 1rem;
        font-family: "Source Sans 3", sans-serif;
        line-height: inherit;
        font-size: 1.2em;
        font-weight: 500;
    }
    .phone {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .list-foot ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
        color: #fff;
        padding: 10px 0 10px;
    }
    .img-fluid-what {
        width: 50px;
        height: auto;
    }
    #privacy {
        padding: 100px 0 50px;
        color: #a57a00;
        background: #f8fcff;
    }
    .prepayment h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        color: #a57a00;
    }
    .prepayment p {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .prepayment h3 {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .p-list li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .copright p {
        text-align: center;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4;
    }
}

/*sm Small devices (portrait tablets and large phones, 601px to 768px) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .book-a-table-btn {
        margin: 0 15px 0 35px;
        padding: 8px 20px;
    }
    #header .logo .ashram {
        font-size: 20px;
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    .cta-1 {
        color: #fff;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.25;
        background-color: #a57a00;
        padding: 8px 35px;
        border-radius: 50px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: 0.3s;
        border: 4px solid #a57a00;
    }
    #home .item {
        height: 500px;
        position: relative;
        margin-top: 4em;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .aboutsec h4 {
        font-weight: 700;
        font-size: 1.2em;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
    }
    .aboutsec h1 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    #beach {
        width: 100%;
      
        padding: 60px 0 80px 0;
        position: relative;
        background-size: cover;
    }
    .sea-bea h2 {
       
        font-weight: 700;
        font-size: 2.2em;
        line-height: 1.2;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .room-heaidnh h2 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1em;
    }
    .facilites-box img {
        width: 30px;
    }
    .event-par {
        margin-top: 1em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 1.2em;
        line-height: 1.3;
        color: #a57a00;
    }
    #Gallery {
        padding: 40px 0 80px;
    }
    .meeting-conferance h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .meeting-conferance ul li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
        background-color: #a57a00;
        color: #fff;
        padding: 6px 20px;
        border-radius: 50px;
    }
    #contact {
        padding: 60px 0 60px;
        background-color: #fff;
    }
    .map-locat h3 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    address {
        margin-bottom: 1rem;
        font-family: "Source Sans 3", sans-serif;
        line-height: inherit;
        font-size: 1.2em;
        font-weight: 500;
    }
    .phone {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .list-foot ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
        color: #fff;
        padding: 10px 0 10px;
    }
    .img-fluid-what {
        width: 50px;
        height: auto;
    }
    #privacy {
        padding: 100px 0 50px;
        color: #a57a00;
        background: #f8fcff;
    }
    .prepayment h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        color: #a57a00;
    }
    .prepayment p {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .prepayment h3 {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .p-list li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .copright p {
        text-align: center;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4;
    }
}

/*md Medium devices (landscape tablets, 769px to 992px) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .book-a-table-btn {
        margin: 0 15px 0 35px;
        padding: 8px 20px;
    }
    #header .logo .ashram {
        font-size: 22px;
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.3em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 20px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2.2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.7em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    .cta-1 {
        color: #fff;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.25;
        background-color: #a57a00;
        padding: 8px 35px;
        border-radius: 50px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: 0.3s;
        border: 4px solid #a57a00;
    }
    #home .item {
        height: 500px;
        position: relative;
        margin-top: 4em;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .welcome-cta1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .event-par {
        margin-top: 0em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 1.2em;
        line-height: 1.3;
        color: #a57a00;
    }
    .room-heaidnh h2 {
        color: #a57a00;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1.5em;
    }
    .map-locat h3 {
        font-size: 1.8em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
}

/*lg Large devices (laptops/desktops, 993px to 1200px)*/

@media (min-width: 993px) and (max-width: 1200px) {
    #home .item {
        height: 550px;
        position: relative;
        margin-top: 4em;
    }
    #home .item img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
    #header .logo .ashram {
        font-size: 22px;
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.3em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
        color: #58585a;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 600;
        font-family: "EB Garamond", serif;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    .light-house a {
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    .book-a-table-btn {
        background-color: #a57a00;
        color: #fff;
        border-radius: 50px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        transition: 0.3s;
        line-height: 1;
        font-family: "EB Garamond", serif;
        border: 2px solid #a57a00;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .cta-1 {
        color: #fff;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.25;
        background-color: #a57a00;
        padding: 8px 35px;
        border-radius: 50px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: 0.3s;
        border: 4px solid #a57a00;
    }
    .sea-bea h2 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 2em;
        line-height: 1.2;
    }
    .event-par {
        margin-top: 0em;
    }
}

/*xl  Extra Large devices (large laptops and desktops, 1201px to 1400px)*/

@media (min-width:1201px) and (max-width: 1400px) {
    #header .logo {
        font-size: 1.6em;
        margin: 0;
        margin-right: 0px;
        margin-right: 0px;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #header .logo .ashram {
        font-size: 25px;
        color: #a57a00;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
}

/* Key Highlights Responsive */
@media (max-width: 767.98px) {
    .keyheighlets-title {
        font-size: 1.6em;
        margin-bottom: 1em;
    }
    .highlight-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    .highlight-icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }
    .highlight-card h4 {
        font-size: 1.2em;
    }
    .highlight-card p {
        font-size: 0.95em;
    }
}

@media (max-width: 575.98px) {
    .keyheighlets {
        padding: 10px 0 20px;
    }
    .keyheighlets-title {
        font-size: 1.5em;
        margin-bottom: 0.8em;
    }
    .highlight-card {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .highlight-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .highlight-card h4 {
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    .highlight-card p {
        font-size: 0.9em;
    }
}

/* Facilities Responsive */
@media (max-width: 991.98px) {
    #facilities {
        padding: 40px 0;
    }
    .facilities-heading {
        margin-bottom: 2em;
    }
    .facilities-heading h2 {
        font-size: 1.7em;
    }
    .facility-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .facility-item {
        padding: 20px 8px;
        margin-bottom: 20px;
    }
    .facility-item h5 {
        font-size: 1.05em;
    }
    .facility-item p {
        font-size: 0.85em;
    }
}

@media (max-width: 767.98px) {
    .facilities-heading h3 {
        font-size: 1.1em;
    }
    .facilities-heading h2 {
        font-size: 1.5em;
    }
    .facility-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 14px;
    }
    .facility-item {
        padding: 18px 8px;
        margin-bottom: 15px;
    }
    .facility-item h5 {
        font-size: 1em;
    }
    .facility-item p {
        font-size: 0.82em;
        line-height: 1.5;
    }
}

@media (max-width: 575.98px) {
    #facilities {
        padding: 30px 0;
    }
    .facilities-heading {
        margin-bottom: 1.5em;
    }
    .facilities-heading h3 {
        font-size: 1em;
    }
    .facilities-heading h2 {
        font-size: 1.35em;
    }
    .facility-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .facility-item {
        padding: 15px 8px;
        margin-bottom: 12px;
    }
    .facility-item h5 {
        font-size: 0.95em;
        margin-bottom: 5px;
    }
    .facility-item p {
        font-size: 0.8em;
    }
}
