@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
.tp-home #sp-main-body {
  padding:  0;
}

.sp-megamenu-parent > li > a::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  background: #6A855C;
  width: 0%;
  margin-top: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
  top: 20px;
}
.sp-megamenu-parent > li.active > a::before,.sp-megamenu-parent > li > a:hover::before {
  width: 100%;
}
.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
#offcanvas-toggler span:last-child, #offcanvas-toggler span:first-child {
  width: 20px;
}
#offcanvas-toggler span {
  height: 2px;
  width: 10px;
  background-color: #000;
}
#offcanvas-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.offcanvas-menu {
  background-color: #000;
  color: #fff;
}
.offcanvas-menu .logo a{
  color: #E1ECC8;
  font-size:64px;
}
.close-offcanvas {
  position: absolute;
  top: 25px;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a, .offcanvas-menu .offcanvas-inner .social-icons > li > a {
  opacity: 1;
}
.offcanvas-menu .offcanvas-inner a {
  color: #fff;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner a:hover {
	color: #E1ECC8;
}
.intro-offcanvas {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.sidebar-wrap {
  margin-bottom: 23px;
}
.offcanvas-menu  .offcanvas-inner a.show-link {
	margin-top: 40px;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  line-height: 180px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color:#000;
  background:#E1ECC8;
}
.offcanvas-menu  .offcanvas-inner a.show-link:hover {
	color:#fff;
    background:#6A855C;
}
#mod-custom124 {
  text-align: center;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #fff;
  opacity: 1;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
	color:#6A855C;
}
#sp-header p {
  margin: 0;
}
a.show-link{
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 40px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
a.show-link:hover {
  opacity: 0.9;
}
#sp-slideshow {
	text-align: center;
  padding: 80px 0;
  background-image: linear-gradient(to bottom ,rgb(255, 255, 255), rgb(250, 247, 240));
}
#sp-slideshow h1 {
	color: #000000;
	 font-size: 60px;
	 font-weight: 700;
   margin-bottom: 2rem;
}
.sp-module-title .title-right  {
	font-family: "Playfair Display", serif;
  font-style: italic;
  	color: #6d865b;
}
#sp-slideshow h1 span {
	font-family: "Playfair Display", serif;
  font-style: italic;
  	color: #6d865b;
}
#sp-slideshow h4 {

	 font-size: 24px;
	 font-weight: 400;
   max-width: 896px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.font-bold {
  font-weight: 700;
}
#sp-slideshow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px;
  height: 44px;
  border-radius: 6px;
  font-weight: 500;
  background: #6A855C;
  color: #fff;
  border: 1px solid #6A855C;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  
}
#sp-slideshow a:hover {
	background:  rgba(109, 134, 91, 0.8);
  color: #fff;
	border: 1px solid  rgba(109, 134, 91, 0.8);
}
#sp-partner {
	background:#6d865b;
  padding: 32px 0;
}
#sp-partner h3.sp-module-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
#sp-partner h3.sp-module-title .title-right {
font-family: "Playfair Display", serif;
  font-style: italic;
  color: #fff;
}
#sp-partner .sppb-carousel-extended-item img {
 -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .9;
}
#sp-partner .sppb-carousel-extended-item:hover img {
	transition: all 0.05s linear 0s;
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
#sp-work {
	background:#fff;
	padding:40px 0;
  text-align: center;
}
#sp-work .sp-module-title {
	text-align:center;
margin-bottom: 16px;
  font-size:48px;
  color: #000;
  font-weight: bold;
}
#sp-work .sp-module-title .title-right {
	color: #6d865b;
  font-style: italic;
  
}
.text-xl.sub {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
 #sp-work  .lg\:gap-12 {
    gap: 3rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
    display: grid;
  }
}
.grid {
  display: grid;
  gap: 2rem;
}
.text-6xl {
  font-size: 72px;
  font-style: italic;
  color: #d9e4c8 !important;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
h3.text-2xl {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  margin-bottom: 16px !important;
}
p.text-muted-foreground  {
  line-height: 26px;
  font-size: 16px;
}
#sp-work .box {
	padding:40px 40px;
	margin-bottom:20px;
	background:#fff;
	min-height: 210px;
}
#sp-work .box h4 {
	font-size:18px;
	font-weight:bold;
	padding: 10px 0;
    margin: 0;
}
#sp-work .bottom-link {
	text-align:center;
	margin-top:48px;
}
#sp-work .bottom-link a  {
  margin: 0 10px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 37px;
  height: 52px;
  border-radius: 30px;
  font-weight: 500;
  background: #fff;
  color: #000;
  border: 1px solid #d9e4c8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#sp-work .bottom-link a:hover {
  background: #faf7f0;
}

#sp-work .bottom-link a.style-1  {
	background: #6d865b;
	border: 1px solid #6d865b;
  color: #fff;
}
#sp-work .bottom-link a.style-1:hover {
  background: rgba(109, 134, 91,.8);
  color: #fff;
}
section#sp-feature {
	padding:0 40px;
  background: #faf7f0;
}
#sp-feature .sppb-row-column {
  padding-right: 24px;
  padding-left: 24px;
}
#sp-feature .sppb-addon-image-layout-image .sppb-img-responsive {
  height: 400px;
  border-radius: 8px 8px 0 0;
}
#sp-feature .sppb-addon-image-layout-content {
  border-radius: 0 0 8px 8px;
  padding: 24px;
  box-shadow: 0 1px 2px rgb(0, 0, 0,.05);
}
#sp-feature  .text-accent {
  color: #6d865b;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
#sp-feature .sppb-addon-text-block.style1 .sppb-addon-content   {
  max-width: 896px;
  margin: 0 auto;
}
#sp-feature .sppb-addon-text-block.style2 {
 padding: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(217, 228, 200, 0.2);
  margin-bottom: 32px;
  box-shadow: 0 10px 15px -3px rgb(0, 0, 0,.1), 0 4px 6px -4px rgb(0, 0, 0,.1);
}
#sp-feature .text-primary {
  color: #6d865b !important;
}
#sp-feature .sppb-btn {
  border-radius: 6px;
}
#sp-slide .sppb-modal-selector {
  width: 64px;
  height: 64px;
  background: #d9e4c8;
  justify-content: center;
  border-radius: 100%;
  border: none;
}
#sp-slide .sppb-modal-selector:hover {
	background:  rgba(217, 228, 200, 0.8);
} 
#sp-slide .sppb-column-addons {
  max-width: 896px;
  margin: 0 auto;
}
#sp-slide .text-box {
position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
#sp-slide .text-box h3 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 8px;
}
#sp-slide .text-box  p.text-lg {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 24px;
}
#sp-slide .text-box  p.text-3xl {
  font-size: 48px;
  font-weight: 700;
  color: #6d865b !important;
  line-height: 1;
}
#sp-slide  img{
  max-width: inherit;
}
section#sp-review {
  padding: 80px 0 120px;
  background-image: linear-gradient(to bottom right,rgb(255, 255, 255), rgb(250, 247, 240), rgba(109, 134, 91,.2));
}
#sp-review .sp-module-title {
	text-align:center;
	padding-bottom:50px;
  font-size:48px;
  font-weight: 700;
  color: #000;
  position: relative;
}
#sp-review .sp-module-title::before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  background: #6A855C;
  width: 96px;
  margin-top: 0px;
  z-index: 5;
  bottom: 32px;
  right: 0;
  margin: 0 auto;
}
#sp-review .sp-module-content{
  max-width: 896px;
  margin: 0 auto;
}
#sp-review .sppb-carousel-extended-item {
  background-color: #f9f7ef;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  border: 1px solid rgba(217, 228, 200,.5);
  border-radius: 24px;
  padding: 48px;
}
#sp-review  .sppb-carousel-extended-item img {
  height: auto;
}
#sp-review .sppb-carousel-extended-item:hover {
  background-color:  rgba(109, 134, 91,.05);
 
}
#sp-review  .sppb-testimonial-carousel-message {
  text-align: left;
}
#sp-review  .sppb-carousel-extended-dots ul li.active {
  width: 32px;
}
#sp-review  .sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before {
  content: none;
}
@media (min-width: 992px) {
#sp-feature .sppb-carousel-extended-item:nth-child(2n){
	margin-top:80px;
}
}
#sp-contact-intro {
	background:#fff;
	padding:40px 0;
  text-align: center;
}
#sp-contact-intro h2 {
	font-size:36px;
	margin-bottom: 16px !important;
  font-weight: 700;
}
#sp-contact-intro h2 .text-accent {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #6A855C;
}
#sp-contact-intro a {
  border-radius: 100px;
  padding: 24px 48px 24px 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6A855C;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  height: 44px;
}
#sp-contact-intro a:hover {
	  background: rgba(109, 134, 91, 0.9);
  color: #fff;
 
}

#sp-bottom #sp-bottom1 .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 24px;
  color: #6A855C;
  margin-bottom: 16px;
}
#sp-bottom1 .social-icons a {
	color: #404040;
}
#sp-bottom1 .social-icons a:hover {
	color: #6A855C;
}
#sp-bottom3 h4  {
	font-size:16px;
	color: #404040;
}
#sp-bottom3 a {
	font-size:16px;
  font-weight: 600;
  color: #000;
}
.form-box h3 , .box-sm h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.box-sm  a {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
   color: #000;
    margin-bottom: 24px;
    display: block;
}
.text-foreground {
  color: #000;
}
.box-sm .border-border\/50 {
  border-bottom: 1px solid rgba(217, 228, 200, .5);
  margin-bottom: 32px;
  padding-bottom: 24px;
}
.flex {
  display: flex;
  align-items: center;
}
img.rounded-full {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  margin-right: 24px;
}
.box-contacts h4 {
	font-size:18px;
	color: #6A855C;
}
.box-contacts a , .box-contacts p{
	font-size:24px;
	font-weight:700;
}
.com-contact .form-wrap , .com-contact .contact-miscinfo {
	padding:32px;
	background:#faf7f0;
  border-radius: 16px;
  box-shadow: 0 1px 2px 0  rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(217, 228, 200, .5);
}
.com-contact.grid {
  display: grid;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
.contact-form input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
 padding: 8px .75rem;
  border: 1px solid #d9e4c8;
  border-radius: 6px;
}
.form-horizontal .control-label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-form textarea.form-control {
  border: 1px solid #d9e4c8;
  border-radius: 6px;
}
.contact-form .btn.btn-primary {
  padding: 0 32px;
  margin-top: 24px;
  height: 44px;
}
.breadcrumb .fas {
	margin-right:10px;
}
.sp-module-content-bottom {
	padding:30px 0;
}
.sp-module-content-bottom h3 {
	font-size: 64px;
  color: #6A855C;
}
.sp-module-content-bottom h3 span {
	color: #E1ECC8;
}
.sp-module-content-bottom p {
	font-size: 24px;
}
.sppb-addon-person .sppb-person-social > li > a {
  color: #6A855C;
  width: 30px;
  height: 30px;
  border: 1px solid #6A855C;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}
#sp-intro-about h3 {
	font-size: 48px;
}
#sp-intro-about h3 span{
	color: #767676;
}
#sp-intro-about .container-inner {
	padding:40px 0;
	font-size: 18px;
}
.sppb-addon-content h3 .sub-heder {
	color: #767676;
}
.sppb-addon-content h3 {
  font-size: 48px;
  color: #767676;
}
.sppb-addon-content h3 .sub-he{
  color: #000;
  display: block;
}
.style-1 .pricelist-title-content {
  align-items: center;
}
.style-1 .pricelist-title {
  order: 3;
}
.style-1 .pricelist-line {
  order: 2;
  margin: 0 50px;
}
.style-1 .pricelist-price-content {
  order: 1;
}
.style-2 .pricelist-price-content {
	display:none;
}
.style .sppb-addon-content h3 {
	color: #000;
}
.jt-inner {
  margin-bottom: 170px;
  position: relative;
  text-align: center;
}
.blog-3-content {
  background: #f8f8f8;
  padding: 35px;
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 90%;
}
.jtcs_item_wrapper .jt-title {
  color: #000;
}
.jtcs_item_wrapper .jt-title:hover {
  color: #6A855C;
}
.jt-date {
  position: relative;
}
.jt-cs .jt-imagecover img {

  border-radius: 8px;
}
@media (max-width: 991px) {

#sp-slideshow h1 {
  font-size: 48px;
}
#sp-work {
  background: #f9fafc;
  padding: 10px 10px;
}

#sp-contact-intro {
  padding: 20px 10px;
  text-align: center;
}
#sp-contact-intro h3 {
  font-size: 24px;
  margin-top: 0;
}
#sp-footer #sp-footer3 , #sp-footer, #sp-bottom {
  text-align: center;
}
#header-actions a.show-link {
  padding: 0 17px;
}
#sp-work .bottom-link {
  margin-top: 10px;
}
#sp-work .bottom-link a {
  padding: 0 20px;
}
#sp-review .sppb-testimonial-message {
    padding: 20px 20px;
  }
#sp-intro-about p {
    margin: 0;
  }
#sppb-addon-66725905-50a1-441c-9956-bdcf0ba690a2 {
  background: #fff !important;
}
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location1 i {
    display: inline-block;
    position: relative;
    top: 4px;
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location1 i.fa-location-arrow:before {
    content: url(../images/map-pin.png);
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location1 .text-mute {
    font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #404040 !important;
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location1 .content-location {
  padding-left: 4px;
}

.carousel-rating, .carousel-price, .rating-travellers-rating, #available-rooms {
  display: none !important;
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location {
  
}

.spbooking-package .spbooking-price-wrap.accomocation-location1 {
  justify-content: flex-start;
  align-items: start;
  flex: 1 0 50%;
  max-width: 100%;
  margin-bottom: 16px;
}
section#sp-contact-bottom {
  padding: 63px 0;
  background: #fbfcfa;
  text-align: center;

}
#sp-contact-bottom .sp-module-title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 16px;
}
#sp-contact-bottom  p {
  font-size: 20px;
  line-height: 28px;
}
section#sp-page-title {
  text-align: center;
  padding: 80px 0 0;
}
#sp-page-title .lovable-offsite.v3 .hero  {
  background-image: none;
  max-width: 672px;

}
#sp-page-title .lovable-offsite {
   max-width: 672px;
   margin: 0 auto;
   margin-top: 48px;
}
#sp-page-title .lovable-offsite.v3 .count {
  margin-left: inherit;
 
  font-weight: 400;
}
#sp-page-title .lovable-offsite.v3 .wrap {
  padding: 24px;
}
#sp-page-title  .lovable-offsite.v3 .chip {
  background: rgba(109, 134, 91,.1);
  color: #6d865b;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
#sp-page-title .lovable-offsite.v3 h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.750px;
  font-weight: 700;
  color: #000;
  margin: 24px 0 0 0;
}
#sp-page-title .lovable-offsite.v3 .lbl {
  display: block;
  text-align: center;
  font-weight: 400;
  margin: 14px 0 8px;
}
#sp-page-title .lovable-offsite.v3 .btn {
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
}
#sp-page-title .sp-module-title {
  font-size: 60px;
  font-weight: 700;
  color: #000;
}
#sp-page-title .lovable-offsite.v3 p.sub {
  font-size: 16px;
  line-height: 26px;
  color: #404040;
  margin-top: 6px;
  margin-bottom: 0;
}
#sp-page-title .lovable-offsite.v3 .hero .cta {
  margin: 24px auto 8px;
  padding: 15px 22px;
  border-radius: 12px;
  font-weight: 500;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
}
#sp-page-title  p {
  font-size: 20px;
  line-height: 28px;
}
#sp-page-title  .max-w-4xl {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
section#sp-our-purpose {
  padding: 64px 0;
 background: #faf7f0;
 text-align: center;
}
#sp-our-purpose h3.sp-module-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  padding-bottom: 45px;
  position: relative;
}
#sp-our-purpose h3.sp-module-title:before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  background: #6A855C;
  width: 96px;
  margin-top: 0px;
  z-index: 5;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
}
#sp-our-purpose p.text-xl.text-muted-foreground {
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 64px;
}
#sp-our-purpose .bg-purpose{
  box-shadow: 0 1px 2px 0  rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(217, 228, 200, .5);
  background: #ffffff;
 padding: 48px;
 border-radius: 16px;
 margin-bottom: 80px;
}
#sp-our-purpose .bg-purpose .gap-8 {
  gap: 2rem;
  display: grid;
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
#sp-our-purpose h3.text-2xl  {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  
  margin: 0 !important;
  
}
#sp-our-purpose .leading-relaxed {
font-size: 16px;
  line-height: 26px;
  margin-top:16px ;
}
section#sp-our-impact {
  padding: 64px 0;
 text-align: center;
}
#sp-our-impact  h3.sp-module-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  padding-bottom: 45px;
  position: relative;
}
#sp-our-impact  h3.sp-module-title:before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  background: #6A855C;
  width: 96px;
  margin-top: 0px;
  z-index: 5;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
}
#sp-our-impact  p.text-xl.text-muted-foreground {
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 64px;
}
#sp-our-impact .gap-8 {
  gap: 2rem;
  display: grid;
}
@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}
#sp-our-impact .text-primary {
  font-size: 48px;
  color: #6d865b !important;
  margin-bottom: 8;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
#sp-our-impact .text-primary:hover {
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
section#sp-founder {
  background: #f5f1e8;
  text-align: center;
  padding: 64px 0;
}
#sp-founder  h3.sp-module-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  padding-bottom: 45px;
  position: relative;
}
#sp-founder  h3.sp-module-title:before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  background: #6A855C;
  width: 96px;
  margin-top: 0px;
  z-index: 5;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
}
#sp-founder  p.text-xl.text-muted-foreground {
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 64px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#sp-founder .max-w-3xl {
  max-width: 768px;
}
#sp-founder .bg-white {
  box-shadow: 0 1px 2px 0  rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(217, 228, 200, .5);
  border-radius: 24px;
}
#sp-founder .grid {
  display: grid;
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (min-width: 768px) {
  .md\:p-12 {
    padding: 3rem;
  }
}
#sp-founder .p-8 {
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: left;
  align-items: start;
}
#sp-founder .p-8 h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
#sp-founder .text-primary {
  color: #6A855C !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
#sp-founder .inline-flex {
  background: #6A855C;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
}
.style-bg #sp-main-body {
  background-image: linear-gradient(to bottom right,rgb(255, 255, 255), rgba(250, 247, 240,.5), rgba(109, 134, 91,.1));
}
.box-about {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.box-about h1.text-4xl {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 32px;
}
.box-about h1.text-4xl span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #6d865b;
}
.box-about .text-xl {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.box-about p{
  margin-bottom: 24px;
}
.box-images {
  border-radius: 24px;
  background: #faf7f0;
   border: 1px solid rgba(217, 228, 200, .5);
   box-shadow: 0 25px 50px -12px rgba(0, 0 ,0 , .25);
}
.box-images img {
  border-radius: 24px;
}
section#sp-our-mission {
  text-align: center;
  padding: 64px 0;
  background-image: linear-gradient(to bottom right,rgb(255, 255, 255), rgba(250, 247, 240, .3),rgb(255, 255, 255) );
}
#sp-our-mission h3.sp-module-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 48px;

}
#sp-our-mission .sppb-modal-selector {
  width: 80px;
  height: 80px;
  background: #4ade8033;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #4ade804d ;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
#sp-our-mission .sppb-modal-selector:hover {
  background-color: #4ade804d;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#sp-our-mission .sppb-column-addons {
  max-width: 896px;
  margin: 0 auto;
}
#sp-our-mission .text-box {
position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 999;
}
#sp-our-mission .text-box h3 {
  font-size: 48px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 8px !important;
  font-weight: 700;
}
#sp-our-mission .text-box  p.text-lg {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 24px;
}
#sp-our-mission .text-box  p.text-3xl {
  font-size: 60px;
  font-weight: 700;
  color: rgb(74, 222, 128 ) !important;
  line-height: 1;
}
#sp-our-mission #sppb-addon-509bfe38-a477-47d5-9817-f82f92120df5 {
  background-image: linear-gradient(to bottom right,rgba(250, 247, 240,.8),rgba(250, 247, 240,.6));
  box-shadow:0 25px 50px -12px rgba(0, 0, 0,.25);
  position: relative;
}
#sp-our-mission #sppb-addon-509bfe38-a477-47d5-9817-f82f92120df5::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to bottom right,rgba(250, 247, 240,.4), rgba(250, 247, 240, .6) , rgba(250, 247, 240,.8));
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
#sp-our-mission #sppb-addon-509bfe38-a477-47d5-9817-f82f92120df5::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  left: 0;
  background-image: linear-gradient(to bottom right,rgba(0, 0, 0,.2), rgba(0, 0, 0, .1) , rgba(0, 0, 0,.2));
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.spbooking-package {
  background-color: #faf7f0;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0,.05);
}
.spbooking-package-img-wrap {
  border-radius: 8px 8px 0 0;
}
ul.social-icons > li {
  display: inline-block !important;
  margin: 8px 16px 0 0 !important;
}
section#sp-how-choose {
  padding: 80px 0;
  background: #faf7f0;
}
#sp-how-choose .container {
  max-width: 896px;
  padding-left: 15px;
  padding-right: 15px;
}
#sp-how-choose  .sppb-modal-selector {
  width: 64px;
  height: 64px;
  background: #ced1c3;
  justify-content: center;
  border-radius: 100%;
  
}
#sp-how-choose .text-4xl.text-foreground {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 32px;
  
}
#sp-how-choose  .text-accent {
  color: #6d865b;
  font-style: italic;
  font-family: Playfair Display,ui-serif,Georgia,serif;
}
#sp-how-choose p.text-muted-foreground {
font-size: 18px;
  line-height: 28px;
  margin-bottom: 48px;
  max-width: 768px;
}
#sp-how-choose .space-y-6  p{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}
#sp-how-choose .space-y-6 .gap-4 {
  margin-top: 24px;
  gap: 1rem !important;
}
#sp-how-choose .space-y-6 .bg-accent {
  background:#6d865b; 
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  margin-top: 3px !important;
}

.head-bar {
	display: none; 
}

.com-spbooking.view-accomodations #sp-main-body {
	margin-top: 32px;
	padding-top: 0;
}
#sp-header .container-inner {
  position: relative;
}
#sp-header .is_ajaxsearch .search_class {
  padding:10px 22px;
  border:1px solid #6d865b;
  border-radius:50px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  text-decoration:none;
  background:#6d865b;
  color: #fff;
}
#sp-header .is_ajaxsearch .form-inline input {
  border:1px solid #cecece;
  border-radius:30px;
  margin-left: 10px;
  color: #2a3467;
  height: auto;
  padding:10px 22px !important;
}
/* ===== SP Booking category/slider images — fill, no gaps, no reupload ===== */

/* 1) Wrapper dobije stabilnu visinu u omjeru 4:3 */
.spbooking-package .spbooking-package-img-wrap{
  aspect-ratio: 4 / 3;      /* 800x600 */
  width: 100%;
  overflow: hidden;
  border-radius: 12px;       /* po želji */
  background: transparent;   /* bez sive */
}

/* 2) Svi Owl slojevi nasljeđuju visinu od wrappera */
.spbooking-package .spbooking-package-img-wrap .owl-carousel,
.spbooking-package .spbooking-package-img-wrap .owl-stage-outer,
.spbooking-package .spbooking-package-img-wrap .owl-stage,
.spbooking-package .spbooking-package-img-wrap .owl-item{
  height: 100% !important;   /* ključ: neka ispune visinu wrappera */
}

/* 3) Slika puni cijeli okvir bez izobličenja (crop po potrebi) */
.spbooking-package .spbooking-package-img-wrap img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;         /* nema praznina */
  object-position: center;   /* fokus centar; promijeni po potrebi */
}

/* 4) Sigurnosno: makni eventualne dekorativne trake/pseudo-elemente */
.spbooking-package .spbooking-package-img-wrap::before,
.spbooking-package .spbooking-package-img-wrap::after{
  content: none !important;
}

/* 5) (Opcionalno) Ako želiš malo niže kad je ekran jako širok */
@media (min-width: 1400px){
  .spbooking-package .spbooking-package-img-wrap{ aspect-ratio: 16 / 10; } /* blago šire, i dalje bez praznina */
}

.eira-spotlight h3  {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
  color: #000;
  font-family: 'Inter', sans-serif;
}
.eira-spotlight h3  .text-primary {
  color: #6d865b !important;
}
.eira-spotlight {
  max-width: 1280px;
  text-align: center;
}