body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://2025.swiftnaturecamp.com/images/bgs.jpg') no-repeat center center;
  background-size: cover;
  z-index: -1;
}

* {
    margin: 0;
    padding: 0;
    font-family: Comic Sans MS !important;
}


.footer1, .footer2, .footer3, .footer4 {
    text-shadow: 1px 1px #2d0a01 !important;
}

.footer1 h3, .footer2 h3, .footer3 h3 {
    text-shadow: 1px 1px #2d0a01 !important;
}

#home-2 div.moduletable, 
#home-2 div.module, 
#home-2 .widget, 
#home-2 .tck-module, 
#home-2 div.moduletable_menu, 
#home-2 div.module_menu {
    margin-bottom: 0; /* Or your desired value */
}

/* CSS from old site */
.maincontent_cover {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 15px 0 50px;
    background: rgba(0, 0, 0, 0) url("../../../images/mtts.png") repeat-y scroll 0 0 / contain;
    border-image: url("../../../images/mtt.png") 28 0 1 0;
    border-style: solid;
    border-width: 12px 14px 12px 14px;
}

.maincontent_cover.inner {
    background: rgba(247, 238, 219, 0.96) none repeat scroll 0 0 !important;
    border-image: url("../../../images/mtt.png") 28 1 1 1 !important;
}

.maincontent_cover.inner .sidebar {
    padding: 0 11px;
}

.wood-background {
  	width: 100%;
    background: rgba(0, 0, 0, 0) url("../../../images/bimager.jpg") repeat-y scroll center top / contain;
    border-bottom-style: solid;
    border-image: url("../../../images/right2.jpg") 30 55 19 0;
    border-left: none !important;
    border-right: none !important;
    border-top-style: solid;
    border-width: 9px medium !important;
    padding-left: 10px;
    float: left;
    height: auto;
}


.sidebar.wood-background.tck-module li {
    position: relative; /* Ensures the ::before is positioned relative to the li */
    padding-left: 24px; /* Creates space for the bullet */
    list-style: none; /* Removes the default bullet */
}

.sidebar.wood-background.tck-module li:before {
    content: '';
    position: absolute;
    left: 0; /* Positions the bullet at the left of the list item */
    transform: translateY(90%); /* Adjusts for vertical centering */
    width: 16px;
    height: 16px;
    background-image: url(/images/sidebar_menu_bullet.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  	left: 5px;
}

/* Default state for links */
.wood-background a {
    color: #2d0a01 !important;    /* Default link color */
    font-size: 17px !important;    /* Font size */
    line-height: 28px;             /* Line height */
    padding: 7px 4px 7px 15px;     /* Padding */
    font-weight: bold;             /* Font weight */
}

a ul.maximenuck li.maximenuck.level1.active {
    color: #0b7a1c;
}

.sign-background {
    float: left;
    width: 100%;
    height: 109px !important;
    line-height: 33px !important;
    margin: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../../../images/signboard_t_2.png") no-repeat scroll center top;
}

.socialinforow {
    /*height: 140px;*/
    clear: both;
    margin: 0 50px;
    padding: 15px 0 0;
    background: rgba(0, 0, 0, 0) url("../../../images/mtts.png") no-repeat center;
    background-size: 100% auto;
}
/* End CSS from old site */

/* Center youtube videos */
#video_block .floating {
  text-align: center;
}

#float_video,
.float_video{border-image:url(../../../images/right23.jpg) 1 1 1 1 repeat repeat !important;border-style:solid;border-width:10px}
.video_block{margin:0 0 0 0;transition:0.5s}
.floating{width:auto;transition:0.5s}
.fixed{position:fixed;z-index:9999;transition:0.5s}

/*mobile compatible*/
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px; /* Allows video to be bigger on large screens */
    padding-bottom: 42.85%; /* 21:9 for a more cinematic feel */
    height: 0;
    overflow: hidden;
    margin: 0 auto; /* Centers the div */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) { /* Only applies to large screens */
    .video-wrapper {
        height: 300px; /* Set a fixed height */
        width: 556px; /* Fixed width */
        padding-bottom: 0;
        margin: 0 auto; /* Ensures centering */
    }

    .video-wrapper iframe {
        height: 100%; /* Matches wrapper height */
    }
}

/*making tables responsive*/
.responsive-table {
    width: 100%;
    overflow-x: auto; /* Enables scrolling if needed */
}

table {
    width: 100%; /* Makes table adapt to screen */
    max-width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd; /* Optional: Adds light borders */
}

td {
    width: auto; /* Allows flexible column sizing */
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    table, tbody, tr, td {
        display: block;
        width: 100%; /* Stacks table content */
    }

    tr {
        margin-bottom: 15px; /* Adds spacing between rows */
    }

    td {
        text-align: left; /* Aligns text better for readability */
        padding: 8px;
        border-bottom: 1px solid #ccc;
    }

    td:before {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
}


.testimonial-background {
    background: rgba(0, 0, 0, 0) url(../../../images/bimager.jpg) repeat-y scroll center top / contain;
    border-bottom-style: solid;
    border-image: url(../../../images/right2.jpg) 30 55 19 0;
    border-left: none !important;
    border-right: none !important;
    border-top-style: solid;
    border-width: 0px medium !important;
    padding-left: 5px;
    float: left;
    height: auto;
    width: 100%;
    border-top-width: 9px !important;
}

/* Hiding menu bar for mobile */
@media (max-width: 768px) {
    .wrapperheaderclass {
        display: none !important;
    }
}

.besps_holder {
    float: left !important;
    width: auto;
    float: left;
    margin: 10px;
}

.besps_holder {
    float: left;
    margin-right: 20px; /* Space between image and text */
    width: 250px; /* Ensure it doesn't expand */
}

.besps_slides {
    display: block;
    width: 100%;
}


.besps_caps {
    clear: both; /* Prevents captions from interfering */
}

/* Makes top bar a bit more squishy */
#block1 {
    line-height: 0px;
}

/* css for parents testimonial module and parent resources slider module */
/*mobile compatible*/
.video-wrapperp {
    position: relative;
    width: 100%;
    max-width: 960px; /* Allows video to be bigger on large screens */
    padding-bottom: 42.85%; /* 21:9 for a more cinematic feel */
    height: 0;
    overflow: hidden;
    margin: 0 auto; /* Centers the div */
}

.video-wrapperp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) { /* Only applies to large screens */
    .video-wrapperp {
        height: 300px; /* Set a fixed height */
        width: 556px; /* Fixed width */
        padding-bottom: 0;
        margin: 0 auto; /* Ensures centering */
    }

    .video-wrapperp iframe {
        height: 100%; /* Matches wrapper height */
    }
}

/* Container to hold both outer boxes side by side */
.outer-box-containerp {
  display: flex;
  flex-wrap: wrap; /* Allows them to wrap on smaller screens */
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 15px 0 50px 0;
  padding:0 15px 0 15px;
  background:rgba(247, 238, 219, 0.76) none repeat scroll 0 0 /contain;
  border-image:url(/images/mtt.png) 28 0 1 0;
  border-style:solid;
  border-width:0px 0px 12px 0px;
}

/* Outer Box styling based on your previous main_content_bottom_left styling,
   plus 30px internal padding around the video wrapper */
.outer-boxp {
  flex: 1;                /* Grow equally */
  width: 50%;             /* Ensures each box is about half the container's width */
  vertical-align: top;
  background: rgba(0, 0, 0, 0) url("../../../images/wood2s.jpg") repeat-x scroll 0 0 / cover;
  padding: 30px;
  box-sizing: border-box;
}

/* Ensure h2 text inside the outer-box is white */
.outer-boxp h2 {
  color: #fff;
}

/* Video Wrapper: Now 70% of the outer box's inner width and styled with its background and border */
.video-wrapperp {
  width: 70%;
  margin: 0 auto;       /* Center horizontally within the outer box */
  text-align: center;
}

/* Video Container: Responsive container preserving the original 350x278 ratio (~79.4% height-to-width) */
.video-containerp {
  width: 100%;
  padding-bottom: 79.4%;  /* (278 / 350 * 100%) */
  height: 0;
}

/* Iframe: Fills the video container */
.video-containerp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 /* fixes top bar */
div#maximenuck252.maximenuckh ul.maximenuck, #maximenuck252.maximenuckh ul.maximenuck {
    background: #85a11d;
    background-color: #85a11d;
    display: flex;
    list-style: none;
    flex-direction: inherit;
    height: 0px;
}

div#block13 {
    height: 50px;
    margin-top: -14px;
}

div#block4 {
    padding-bottom: 6px;
}

div#block2 {
    margin-top: -5px;
}
/* ends fixes top bar */
/* shrinks code only module 308 */
div#mod-custom308 {
    display: none;
}

/* fixes next and prev chevrons */
.icon-chevron-right:before {
    content: "\203a";
}
.icon-chevron-left:before {
    content: "\2039";
}

/*centers newsletter subscribe form*/
div#cf_4 {
    margin-right: auto;
    margin-left: auto;
}