/*******************************************************  colours  *****************/
/***  purple #9D6DDA                                                         ******/
/*****green  #035651;                                                        *****/
/** dark green borders #024B47                                              *****/
/*******************************************************************************/


body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
    color: #0A0A0A;
}
::-webkit-scrollbar { width: 12px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }



h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 1.2;
    font-weight: 300;
}
h5 { font-size: 15px;
    
}
h6 { font-size: 16px!important;
line-height: 1.2;
color: #035651;
padding: 0px 0 20px 0;
 }


.h6-green {
    font-size: 15px;
    line-height: 1.2;
    color: #035651;
    font-weight:700;
    padding: 0px 0 0px 0;
    margin:0 0 10px 0;
}

.text-green {
    font-size: 15px;
    line-height: 1.2;
    color: #035651;
    font-weight: 300;
    padding: 0px 0 10px 0;
}

.text-header {
    font-size: 18px;
    line-height: 1.5;
    color: #035651;
    font-weight: 500;
    padding: 10px 0 10px 0;
}

.text-header-quote {
    font-size: 15px;
    line-height: 1.5;
    color: #035651;
    font-weight: 300;
    padding: 10px 0 10px 0;
}

.text-grey {
    font-size: 15px;
    line-height: 1.5;
    color: #EEF4F1;
    font-weight: 300;
    letter-spacing: normal;
}

.center-text-darkgrey {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    font-weight: 300;
    letter-spacing: normal;
    padding: 40px 0 0;
}

.text-center{
    text-align:center!important;
}

.text-darkgrey {
    font-size: 15px;
    line-height: 1.25;
    color: #333333;
    font-weight: 300;
    letter-spacing: normal;
}

.text-padding {
   padding: 20px 0;
}

.text-darkgreen {
    font-size: 15px;
    line-height: 1.5;
    color: #16716B;
    font-weight: 400;
    letter-spacing: normal;
}

.text-white {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: normal;
}

.text-italics {
    font-size: 15px;
    line-height: 2.5;
    color: #333333;
    font-weight: 300;
    letter-spacing: normal;
    font-style:italic;
}

p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
    padding-bottom: 15px;
}

.hr-stories {
    border: none; /* Removes default 3D border effect */
    height: 1px; /* Sets the visible height of the line */
    background-color: #ccc; /* Optional: sets the line color */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Horizontal offset, vertical offset, blur radius, color */
}
    ul li {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
    padding-bottom: 15px;
}

.text-green-italics {
    font-size: 15px;
    line-height: 1.5;
    color: #035651;
    font-weight: 300;
    letter-spacing: normal;
    font-style: italic;
}


/*************************************************************** links and breadcrumbs  *****************/

a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
}

.story-breadcrumb {
    text-align: center;
    padding: 5px 0 0 0;
}

story-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}


.story-breadcrumb:hover {
        color: #CCB8E5;
        text-decoration: none;
    }


.more-stories-link {
    text-align: center;
    padding: 5px 0 0 0;
}

.more-stories-link a {
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
    }


    .more-stories-link a:hover {
        color: #CFADFA;
        text-decoration: none;
    }

.more-stories-link-img {
    padding: 20px;
}

.displaynone{
    display: none;
}


/******************************************************** Section header colour text   ************************/
.highlight-dgreen {
    color: #035651;
}

.highlightabout {
    color: #035651;
    font-size: 24px;
}

.highlightother {
    color: #9D6DDA;
    font-size: 30px;
}

.highlightwhite {
    color: #ffffff;
}


/** clearfix   **/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

/*******************************************************************************************************************************/
/**************************************************************************************  Navigation  **************************/
/*****************************************************************************************************************************/

#sdt-menu {
    margin-bottom: 0;
    padding: 10px 0;
    height: auto;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
    border-bottom: solid 0px #9FA2A1;
    background-color: transparent;
    transform: translateY(0px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.9s ease-out, transform 0.9s ease-out; /* Define the slow transition */
 
    
}

.navbar-brand img {
    height: 30px;
    width: auto;
}



.navbar-brand { padding: 0px 0px }
.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    padding: 2px 5px;
    margin: 3px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: 'Lato', sans-serif;
    
}

.navbar-default .navbar-nav > li > a {
    color: #6F6C6C;
}


.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777777;
    border-bottom: 2px solid #035651;
  
}

.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #035651; }

/* Underline active menu link */
.scroll.active {
    text-decoration: none;
    font-weight: 400;
    color: #035651; /* optional */
}

/* Optional smooth transition */
.scroll {
    transition: color 0.3s, text-decoration 0.3s;
}




/*****************************************************************************************************************/
/*********************************************************************************  menu on scroll changes   ****/
/***************************************************************************************************************/

#menu-float-option {
    margin-left: 2%;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

#menu-float-option.shifted
{
 margin-left: 5%;
 opacity: 1;
 transform: translateY(0);
}



#sdt-menu.appear
{
 background-color: white;
 opacity: 1;
 transform: translateY(0);
}


/*******************************************************************************************************************/
/************************************************************************************ Display menu logo on scroll */
/*****************************************************************************************************************/

.animate-element {
    padding-top: 8px;
    opacity: 0;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

    /* This class will be added by JavaScript to trigger the animation */

    .animate-element.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.animate-element-frame {
    opacity: 0;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

    /* This class will be added by JavaScript to trigger the animation */

.animate-element-frame.is-visible {
        opacity: 1;
        transform: translateY(0);
    }


.menuheader {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    color: #9D6DDA;
    padding: 10px 20px 0 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.menuheader:hover {
        color: #DEAAF7;
    }


.menu-container {
    margin-left: auto;
    margin-right: auto;
}



/*********************************************************************************************************/
/*****************************************************************************  menu icon for mobile   **/
/*******************************************************************************************************/



.navbar-toggle{
text-align:center;
height:55px;
width:55px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        background-color: #ffffff;
        /* background-color: #9d6dda !important; */
        margin-left: 4px;
    }

/********************************************************************************************************/
/************************************************************************************ header shifting **/
/******************************************************************************************************/

@media (min-width: 1200px) {
    .container {
        width: 1100px
    }
}




/********************************************************************************************************/
/************************************************************************************ Page Header  *****/
/******************************************************************************************************/

#sdt-header {
    padding: 20px 0;
    background: #035651;
    margin-top: 70px;
    color: #ffffff;
}

#sdt-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}

#sdt-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#sdt-header .breadcrumb > li a { color: #ffffff }


/********************************************************************************************************/
/********************************************************************************  Home Hero Style *****/
/******************************************************************************************************/

/****************** test ********************************8*/
.hero-section {
    position: relative; /* Needed to position text absolutely within the hero section */
    height: 100vh; /* Set a height relative to the viewport height (adjust as needed) */
    width: 100%;
    overflow: hidden; /* Ensures image doesn't overflow container */
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes the image cover the entire container without distortion */
    object-position: center; /* Centers the image content within the container */
}

.fa-my-custom-logo-hero {
    width: 150px; /* Example size */
    height: 150px; /* Example size */
    display: inline-block; /* or block, depending on layout */
    text-indent: -9999px; /* Hide the original icon text */
}


.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the text both horizontally and vertically */
    text-align: center;
    color: white; /* Ensure text is readable over the image */
    /* Add other text styling like font-size, background overlay, etc. */
}

/* Optional: Add a subtle overlay for better text readability */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0); /* Darkens the image */
}



/****************************************************************/



.logo-position {
    margin-bottom: 0px;
}


#sdt-home h1 {
    font-size: 48px;
    color: #9d6dda;
    padding-top: 48px;
    padding-bottom: 50px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    
}


   

.content-heading p.hero-subheader {
    margin: 30px 0% 70px 0%;
    color: #EBEFED;
    font-size:20px;
    font-weight: 400;
    line-height:1.4;
}


/* Hero sub Header fade in */

.fadein-element {
    opacity: 0;
    animation: fadeIn 1.75s ease-in forwards;
    animation-delay: 0.25s; /* Starts after item-1 finishes and a small pause */
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



a.btn-hero-explore {
    color: #035651;
    background-color: #ffffff;
    font-family: 'Lato' !important;
    font-size: 15px;
    font-weight: 500;
    border: 0px solid #ffffff;
    border-radius: 20px;
    padding: 8px 40px;
    transition: all 0.5s;
   
}

a.btn-hero-explore:hover {
    color: #9D6DDA;
    font-family: 'Lato' !important;
    font-size: 15px;
    font-weight: 500;
    border: 0px solid #E2E1E5;
    border-radius: 20px;
    padding: 8px 50px;
    transition: all 0.5s;
    background-color: #ffffff;
}




/* Hero Header zoom */

.zoom-element {
    /* Initial state: scaled down and potentially hidden */
    transform: scale(0);
    opacity: 0; /* Optional: hide until animation starts */
    animation: zoomIn 2s forwards ease-out; /* Apply the animation */
    animation-delay: 2.0s; /* Starts immediately */
}



@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1); /* Zoom to normal size */
        opacity: 1;
    }
}






/********************************************************************************************************/
/********************************************************************************   Section Headers ****/
/******************************************************************************************************/



.section-header {
    padding: 60px 0px 0px 0;
    text-align: center;
}

.section-header-retreat-details{
    padding: 20px 0px 0px 0;
    text-align: center;
}

.section-header h2 { text-transform: uppercase }
.section-header h5 { letter-spacing: 1px }


/******************************************************************************* span line with icon below section headers */


.iconline {
    line-height: 0.5;
    text-align: center;
    display: inline-block;
    position: relative;
}

.iconline span:before {
        right: 100%;
        margin-right: 10px;
    }

.iconline span:after {
        left: 100%;
        margin-left: 10px;
    }


.iconline span:before,
.iconline span:after {
        content: "";
        position: absolute;
        height: 5px;
        top: 15px;
        width: 340px;
    }


.iconline-margin1 {
    margin-bottom: 40px;
    margin-top: 20px;
}

.iconline-margin2 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.iconline-margin3 {
    margin-bottom: 10px;
    margin-top: 20px;
}


.iconline-purple span:before,
.iconline-purple span:after {
    border-bottom: 1px solid #C1A1EA; /* span line - light purple */
}

.iconline-white span:before,
.iconline-white span:after {
    border-bottom: 1px solid #ffffff; /* span line - white  */
}

.iconline-none span:before,
.iconline-none span:after {
    border-bottom: 0px solid #ffffff; /* span line - none  */
}





/***********************************************************************************************************************************/
/******************************************************************************* Intro Section */
/***********************************************************************************************************************************/

#sdt-intro {
   /* background-color: #097B51;*/
   background-color: #035651;
    padding: 50px 0 5% 0;
    color:#ffffff;
    text-align: center;
    border-top: solid #024B47;
    border-bottom: solid #024B47;
}

.story-blurb {
    /* background-color: #097B51;*/
    background-color: #035651;
    height: auto;
    margin: 15px 10%;
    color: #333333;
    border: solid 0px #024B47;
    text-align: left;
    padding: 20px;
}

.intro-blurb {
    /* background-color: #097B51;*/
    background-color: #ffffff;
    height: auto;
    margin: 15px 17%;
    color: #333333;
    border: double 5px #024B47;
    text-align: left;
    padding: 20px;
}

.intro-blurbimg{
   /* background-color: #097B51;*/
   background-color: #035651;
   height:auto;
   margin:15px 17%;
   border: solid 0px #024B47;
   text-align: left;
   padding:0px;
}


.img-border{
    padding: 30px;
    border: solid 2px #024B47;
}

#sdt-intro img.intro-img {
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0px;
    border: solid 2px #024B47;
}





/**********************************************************************************************************************************/
/******************************************************************************* Retreats Info overview*/
/**********************************************************************************************************************************/

#sdt-retreats {
    padding: 50px 0px 0px 0px;
    background-color: #Ffffff;
}



#sdt-retreats .row {
margin-left: 15%;
 width:70%; 
 }

  

#sdt-retreats-options {
 padding: 30px 0px 80px 0px; 
 background-image:  url('../img/bg/retreatoptionsBG.png');
        background-size: cover; /* or other values for positioning */
        background-repeat: no-repeat;
}

#sdt-retreats-options .row {
display: flex; /* Makes the container a flex container */
  justify-content: center; /* Horizontally centers the items within the container */
  align-items: center; /* Vertically centers the items (optional, for vertical alignment if needed) */
 }

.retreatinfo 
{
text-align: left;
padding: 0 20px 20px 20px;
}

.retreatinfoheadings
{
padding: 40px 0 10px 0;
font-size: 18px;
color:#035651;

}

.retreatspecificheadings
{
padding: 0px 0px 0px 10px;
font-size: 20px;
color:#17BBB1;
display: inline-block; /* or block, depending on layout */
vertical-align: middle; 
}


.info-retreats-link {
    color: #9D6DDA;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    transition: all 0.5s;
}

.info-retreats-link:hover {
    color: #035651;
font-weight: 500;
    border-bottom: 2px solid #035651;
}

.info-img{
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
margin: 30px 0 10px 0;

}


/**********************************************************************************************************************************/
/******************************************************************************* Retreat Details Slider Section */
/***********************************************************************************************************************************/

.slidericon-journey{
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
   margin-left:-50px;
    vertical-align: middle;
}

.slidericon-TD {
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -50px;
    vertical-align: middle;
}

.slidericon-crone {
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -50px;
    vertical-align: middle;
}



a.goto-btn-retreatdates {
   
    color: #9D6DDA;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 0px solid transparent;
    padding: 5px 0;
    transition: all 0.5s;
    z-index: 2;
}

    a.goto-btn-retreatdates:hover {
        color: #06988F;
        font-weight: 500;
        border-bottom: 0px solid #06988F;
    }

.retreatdetailsgoto {
 text-align:center;
 padding:5px 0 5px 0;
 margin-bottom:20px;
}

a.goto-btn-stories {
    color: #9D6DDA;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    padding: 0px 0 0px 0 ;
    transition: all 0.5s;
    z-index: 2;
}

    a.goto-btn-stories:hover {
        color: #06988F;
        font-weight: 300;
        border-bottom: 1px solid #06988F;
    }

    .sliderpara{
        margin: 0;
        padding: 0px 0 10px 0;
    }

    .moreinfo-btn {
        color: #F5F8F7;
    }

    a .moreinfo-btn {
        color: #F5F8F7;
    }


/***********************************************************************************************************************************/
/******************************************************************************* Dates Section */
/**********************************************************************************************************************************/
.process:hover i.fa,
.service:hover i.fa {
    background-color: #036963
}

h4.journey-dates-heading {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #035651;
    line-height: 20px;
}


#sdt-book 
{
padding: 40px 0px 0px 0px;
background-color:  #035651;
border-top: solid #024B47;
 }


#sdt-book .section-header h2 {  color: #ffffff; }
#sdt-book .section-header h5 {  color: #ffffff; }
.process i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #035651;
    color: #ffffff;
    padding: 25px 0;
    border: 4px solid #ffffff;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s;
}

#sdt-book .bold_italics_dates { 
color: #035651;
font-weight:700;
 line-height: 1.5;

 }

#sdt-book .gray-bg-book { position: relative;
padding-top: 0px;

 }

.gray-bg-book { background-color: #C8CBCA;
  
  padding-top: 40px ;
}

.gray-bg-book .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px solid #FFFFFF;
    left: 20%;
}

.hr-retreats{
border: none; /* Remove default borders */
 margin: 10px 0!important; /* Add some vertical spacing */
}

.retreat-info-divider {
    border-top: solid 2px #ffffff;
    margin: 40px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.hr {
    margin: 10px 0;
}

#process { padding: 20px 0 30px 0; }
.process { margin-bottom: 0px; }
.media {margin-top:20px;}




.dates-text {
    margin-left: 8%;
    padding: 10px 0 10px 60px;
    color: #0A0A0A;
}

.btn-enquiry{margin:20px 0 5px 0;}

.dates-btn-margin {
    margin: 30px 0 30px 0;
}




/***********************************************************************************************************************************/
/******************************************************************************* About Us */
/**********************************************************************************************************************************/


#sdt-about {
    /*background-color: #F6E9BB;*/
    /* background: url(../img/bg/01.png);*/
    padding: 50px 0px 80px 0px;
    color: #ffffff;
    text-align: center;
    background-color: #035651;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed;*/
    background-repeat: no-repeat;
    border-width: 2px 0px;
    border-style: solid;
    border-top: solid #024B47;
    border-bottom: solid #024B47;
}

#sdt-about  .section-header h2 {  color: #ffffff; }


#sdt-about .row {
        margin-left: 15%;
        width: 70%;
    }


.white-bg-about {
    text-align: left;
    background-color: #ffffff;
    border-style: solid;
    padding: 20px 10px 20px 10px;
    border: 0px solid #ffffff;
    border-radius: 10px;
   
}


#sdt-about .about-right-content 
{ 
color: #555555;
}



.about-img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    max-width: 100%; /* Ensures the image doesn't exceed its parent's width */
    height: auto; /* Maintains the image's aspect ratio */
    display: block; /* Prevents extra space below inline images */
}


.cards-about {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    background-color: #ffffff;
}

.card-about {
    background-color: #ffffff;
    padding: 10px;
    height: auto;
}




.aboutinfo {
    text-align: left;
    padding: 20px 20px;
}

a.goto-btn-woamad {
    color: #9D6DDA;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
    transition: all 0.5s;
    z-index: 2;
}

    a.goto-btn-woamad:hover {
        color: #06988F;
        font-weight: 400;
        border-bottom: 1px solid #06988F;
    }





/**********************************************************************************************************************************/
/******************************************************************************* Contact Section */
/**********************************************************************************************************************************/

#sdt-contact {
    padding: 60px 0;
    background-color: #F0F0F0;
}




    #sdt-contact .formcontainer {
        padding: 0px 0;
        background-color: #C8CBCA;
        border: solid 1px #F6F5E8;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

.contact-detail {
    text-align: center;
    margin: 60px 0;
}

.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #035651;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}

.contact-detail:hover i.fa { background-color: #333333 }

form#contactForm {
    padding: 20px 0 5px 0;
}

.contact form#contactForm {
    padding: 0
}



.form-label{
    font-size: 15px;
    text-align: left;
    color: #555;
    padding-left: 5px;
    padding-right: 20px;
    font-weight: 300!important;
}

.form-label-h4{
    font-size: 15px;
    text-align: left;
    color: #333;
    padding-bottom: 5px;
    padding-right: 20px;
    font-weight: 300!important;
    line-height: 2;
}

.checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    accent-color: #035651; /* Changes the checked color */
    margin: 0px;
    cursor: pointer;
}

.checkbox-container {
  display: flex;
  align-items: center; /* Vertically aligns the checkbox and text */
  gap: 8px; /* Adds space between the checkbox and the text */
  cursor: pointer; /* Indicates the label is clickable */
}


.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}




input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border: 2px solid #418E89 !important;
    outline: none; /* Removes the default browser outline, allowing the custom border to be the sole focus indicator */
}
   

.contactForm {
    display: flex;
    flex-direction: column; /* Stack elements vertically on small screens */
    gap: 15px; /* Space between form elements */
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%; /* Full width for input fields */
    padding: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box; /* Include padding in width calculation */
}

button[type="submit"] {
  cursor: pointer;
}

#formMessage {
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 2px 0 20px 0;
   
}

    /* visible state */
    #formMessage.show {
        opacity: 1;
    }

.input-offset-left{
    padding-left:15px;
}

#sdt-contact .row{
    margin-right:0px;
    margin-left: 0px;
}

/**********************************************************************************************************************************/
/******************************************************************************* Footer */
/**********************************************************************************************************************************/
#sdt-footer {
    padding: 3% 0 2% 0;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.footer-links {
    font-size: 15px;
    text-align: left;
    padding: 0px 0px;
    line-height: 2.5;
    color:#ffffff;
}



.footer-grid-container {
    text-align: center;
    margin: 0 8%;
}

.footer-grid-wrapper {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; /* Adds space between the columns and rows */
}


.footer-grid-card {
    background-color: #000000;
    padding: 30px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: solid 0px #000000;
}




.subscribe-container {
    background-color: transparent;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 500px;
    width: 100%;

}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subscribe-form input[type="email"] {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box; /* Ensures padding doesn't increase total width */
}

.subscribe-form button {
    background-color: #035651;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
     max-width: 100px;
}

#sendBtn button:disabled {
    cursor: not-allowed;
    opacity: 0.9;
}



.subscribe-form button:hover {
    background-color: #038F87;
}

.subscribe-form-label {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
    padding-bottom: 5px;
    font-family: 'Lato' !important;
}

.input-text-subscribe {
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
    padding-bottom: 5px;
    font-family: 'Lato' !important;
    margin-bottom:10px;
}


.subscribeForm button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.subscribeForm .spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3); /* background ring */
    border-top-color: #fff; /* spinning color */
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



/**********************************************************************************************************************************/
/******************************************************************************* Buttons */
/**********************************************************************************************************************************/
a.goto-btn-retreats {
    color: #064B2F;
    font-family: 'Lato' !important;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #ECEFEE;
    border-radius: 10px;
    padding: 5px 20px;
    transition: all 0.5s;
    background-color: #DEE1E0;
}
    a.goto-btn-retreats:hover {
        color: #035651;
        font-weight: 500;
        background-color: #C9D2CF;
    }

.retreat-cost-enquiry-btn {
    color: #035651;
    font-family: 'Lato' !important;
    font-size: 15px;
    font-weight: 500;
    border: solid 2px #F0F0F0;
    border-radius: 10px;
    padding: 5px 20px;
    transition: all 0.5s;
    background-color: #DEE1E0;
    text-transform: none;
}

    .retreat-cost-enquiry-btn:hover {
        color: #035651;
        font-weight: 500;
        background-color: #C9D2CF;
    }

.inforequest_btn {
   
    font-family: 'Lato' !important;
    background-color: #035651;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    max-width: 150px;
    margin: 0 0 10px 0;
}

.inforequest_btn:hover,
.inforequest_btn:focus {
  box-shadow: none!important;
}

.sdt-btn {
    font-size: 15px;
    word-spacing: 2px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #035651;
    text-transform: uppercase;
    border-color: #035651;
    transition: all 0.5s;
}
.sdt-btn:focus,
.sdt-btn:hover {
    background-color: #333333;
    border-color: #035651;
}
.color {
    background-color: #035651;
    border-color: #035651;
}
.color:focus,
.color:hover {
    border-color: #333333;
    background-color: #035651;
}





/**********************************************************************************************************************************/
/******************************************************************************* Sliders */
/**********************************************************************************************************************************/	

.slidercontainer{
padding-top:40px;
max-width:800px;
}

#frame {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.myslides{
transform: translateX(-100%); /* Initially off-screen to the left */
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Custom timing function */
}

.myslides.active {
  transform: translateX(0); /* Slides into view */
}


#slides {
    padding: 0px 40px 60px 40px;
    background-color: #000000ee;
    border: 0px solid #E2E5E3;
    position: relative;
    z-index: 1;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.5);
    opacity:0.90;
    border-radius:10px;
}

#overflow {
    width: 100%;
    overflow: hidden;
}


#slides .inner {
    transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    width: 100%;
    line-height: 1.5;
     height: 100%;

   
}

#slides .frame {
    width: 100%;
    float: left;
    display: flex;
    height: 400px;
    color: #AECBC9;
    padding:30px 30px 30px 30px;
    font-size:16px;
    font-weight:300;
    font-family: 'Lato' !important;
}




#slides .frame_1 {
  font-family: 'Lato' !important;
}

#slides .frame_2 {
    font-family: 'Lato' !important;
}

#slides .frame_3 {
    font-family: 'Lato' !important;
}



.mySlides {display:none}

.slider-arrow-position{position:absolute;bottom:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}

.w3-center .w3-bar{display:inline-block;width:auto}
.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-center{text-align:center!important}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:20px!important;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}

.w3-left
{
float:left!important; 
margin-left: 10px;
padding:8px;
}

.w3-right
{
float:right!important; 
margin-right: 10px;
padding:8px;
}

.w3-left, .w3-right, .w3-badge {cursor:pointer}

.w3-badge,.w3-tag{background-color:#C5C3C5!important;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center;height:13px;width:13px;padding:0; border-radius:50%; margin-right:8px;}
.w3-border{border:1px solid #ffffff!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-light-green,.w3-hover-green:hover{color:#000!important;background-color:#035651!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-animate-fading{animation:fading 2s}@keyframes fading{0%{opacity:0}100%{opacity:1}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


/**********************************************************************************************************************************/
/******************************************************************************* Grids */
/**********************************************************************************************************************************/	

.grid-container {
  display: grid;
  grid-template-columns: 1fr 5fr 30%;
  grid-gap: 30px;
  padding: 0px;
}

.grid-container > div {
 
  text-align: left;
  padding: 20px 0;
  
}

.item1 {
  grid-column: 1;
 background-color: #ffffff;
}

.item1 {
  grid-column: 1;
  background-color: #ffffff;
}



/**********************************************************************************************************************************/
/******************************************************************************* Stories Section */
/**********************************************************************************************************************************/
#sdt-stories {
    background-color: #035651;
    border-width: 3px;
    border-top-color: #024B47;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #024B47;
}

#sdt-stories h2 {
    color: #ffffff;
}



   


#sdt-stories,
#blog-post {
    padding: 60px 0
}

#blog-post a.btn { margin: auto 0 }
.post-wrap { position: relative }

.media.post {
    background: #fff;
    padding: 10px;
}

.post-wrap {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
}

ul.metas li:after {
    content: ' / ';
    margin-right: 3px;
    margin-left: 3px;
}

ul.metas li:last-child:after { content: ' ' }
ul.metas li a { color: #e5b112 }
.meta-detail {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px;
}


/****************************************************************************************************/
/******************************************************************************* stories Page */
/**************************************************************************************************/

.blog .media.post {
    background: #fff;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-bottom-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog .post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: 1.42857143;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #035651;
    border: 1px solid #035651;
    margin: 3px 3px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #FFFFFF;
    background-color: #ddab15;
    border-color: #ddab15;
}




.stories-element {
    padding-top: 8px;
    opacity: 1;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

/******************************************** This class will be added by JavaScript to trigger the animation */

.stories-element.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

#sdt-stories-header {
    padding: 10px 0;
    background: #ffffff;
    margin-left: 20%;
    color: #ffffff;
}










