@font-face {
    font-family: "mervale-script.regular";
    src: url("../fonts/mervale-script.regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

body {
   color: #252525;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}

.container{
  background-color: #fff;
}



img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #181A1A;
}

 h4 {
   font-family:'mervale-script.regular' ;
} 

h2 {
    margin: 0px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

h3 {
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px !important;
}

h4 {
    margin: 0px;
    text-shadow: 0px 2px 3px #0000008C;
}

h5 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

h6 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #181A1A;

}

p {
    margin: 0px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}
.p_100{
  padding: 100px 0px;
}
.p_80{
  padding: 80px;
}
.p_50{
  padding: 50px 0px;
}
.cta {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(180deg, #E2A42F, #FB6B09);
  height: 100%;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 4;
  transition: all 0.3s ease;
}
.nested-tab-buttons .cta {
  border: 1px solid #cccccc63;
}
.menu-item .active {
  color: #E09A29 !important;
}
.menu-item:hover {
  color: #E09A29 !important;
  transition: .2s ease-in-out;
}
.cta:hover::after {
  transform: translateX(0);
  color: #181A1A;
}
.cta::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #FB6B09, #E2A42F);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  opacity: .4;
  z-index: 9999;
}
.row.main_frame {
  text-align: center;
  margin: 0px;
  margin-top: 28px;
}


/* main nav bar */

.wrapper_header .navbar {
    background: url('../images/brown_img.png');
    padding: 40px 34px;
    color: white;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.top_header .container {
  background: transparent;
}
header.wrapper_header .container {
  background: transparent;
}
  .wrapper_header .nav-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper_header .menu-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .wrapper_header .menu-items {
    gap: 30px;
}

  .wrapper_header .menu-item, .more-toggle, .menu-toggle {
    background-color: transparent;
    color: #fff;
    padding: 0px 0px;
    cursor: pointer;
    white-space: nowrap;
    text-shadow: 0px 2px 3px #0000008C;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.wrapper_header .more-toggle {
    background-color: transparent;
}

  .wrapper_header .more-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0px;
    background: linear-gradient(0deg, #FB6B09, #E2A42F);
    padding: 20px;
    border-radius: 5px;
    z-index: 999;
    width: 100%;
  }

  .wrapper_header .more-menu.show {
    display: flex;
  }

  .wrapper_header .menu-toggle {
    /* display: none; */
    font-size: 18px;
  }

  .wrapper_header .mobile-menu {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
  }

  .wrapper_header .mobile-menu.show {
    display: flex;
  }
  .wrapper_header .logo {
    display: none;
}
body::after {
  position: absolute;
  content: "";
  background: url('../images/full_body_bg.png');
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top, center;
  top: 0;
  z-index: -1;
}


body {
  background: linear-gradient(133deg, #9EEBFF, #9BEAFE, #92E6FA, #82DFF4,#6CD5EB, #50C8DF, #2DB8D1,#16AEC7 );
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  background: url('../images/two_trees.png');
  background-position: center;
  background-size: contain;
  width: 314px;
  height: 450px;
  background-repeat: no-repeat;
  top: -10px;
  left: 0;
  z-index: 2;
}

.top_header ul li a {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    padding: 0px !important;
    line-height: 100%;
    text-transform: capitalize;
}
.nav_menu_top {
    gap: 40px;
}
.script_text h4 {
    font-size: 40px;
    color: #fff;
    line-height: 100%;
    margin-top: 33px;
}
.socials_links_icon a {
    background: #FFFFFF33;
    padding: 20px;
    border: 1px solid #FFFFFF69;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: relative;
}
.socials_links_icon  {
   gap: 13px;
}
.top_header ul li:hover a {
    color: #190601 !important;
}
.socials_links_icon a:hover {
    background: #30bad3;
    transition: .2s ease-in-out;
    border-color: #29b6cf;
}
a.nav_cta {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(180deg, #E2A42F, #FB6B09);
    height: 100%;
    padding: 42px 33px;
    position: absolute;
    right: 44px;
    display: flex;
    align-items: center;
}



.menu-item {
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    position: relative;
    cursor: pointer;
  }
  
  .menu-item.active {
    color: #E09A29;
  }
  
  /* .has-dropdown:hover .dropdown {
    display: block;
  } */
   
/* header.wrapper_header.dropdown {
    position: relative;
  } */

  /* header.wrapper_header.dropdown::after {
    position: absolute;
    content: "";
    background: url('../images/orange_cone.png');
    background-position: top;
    background-repeat: no-repeat;
    width: 40px;
    height: 28px;
    background-size: contain;
    top: 0;
  
  } */



.top_header {
    position: relative;
    z-index: 1;
}
  
 /* header.wrapper_header  .dropdown {
    border-radius: 10px;
    position: absolute;
    top: 60px;
    left: -40px;
    background: linear-gradient(180deg, #E2A42F, #FB6B09);
    width: auto;
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
}  */
.drop_inner {
    display: flex;
    gap: 0px;
    text-align: center;
    justify-content: center;
    position: relative;
}
.drop_inner::after {
  position: absolute;
  content: "";
  background: url('../images/cone.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
  height: 10%;
  top: 0px;
  left:0px;
  background-position: center;

}
  header.wrapper_header  .dropdown .drop_inner a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    border-bottom: 1.5px solid #FFFFFF;
    padding: 10px 60px !important;
  }
 
  .drop_inner div {
    width: 50%;
   
    
}
.drop_inner div:first-child {
    border-right: 1.5px solid #FFFFFF;
}
  /* header.wrapper_header  .dropdown a:hover {
   color: #190601;
  } */
  
  .more-menu {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    top: 100%;
    right: 0;
    z-index: 999;
  }
  
  .more-menu.show {
    display: block;
  }
  
  .more-toggle {
    cursor: pointer;
    padding: 10px;
  }
  
  #mobileMenu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 10px;
  }
  
  #mobileMenu.show {
    display: flex;
  }
  header.wrapper_header {
    margin-top: -52px;
}

.main_frame {
  background: url('../images/Banner-Frame---Copy.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin-top: 28px;
  padding: 41px 0px;
  position: relative;
}
.image_banner img {
  margin-bottom: 25px;
}
.banner_content_title h4 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  line-height: 100%;
}
.banner_content_title h2 {
  font-size: 41px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 5px 0px;
}
.banner_content_title span {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 4px;
}
.stand_not h5 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 13px;
  text-align: center;
}
.stand_not p {
  text-align: center;
  color: #fff;
}
.banner_btn {
  text-align: center;
  margin-top: 40px;
}
.stand_not {
  padding: 50px 50px 0px 50px;
}
.banner_content_title {
  padding-bottom: 13px;
  top: -17px;
  position: relative;
}
.main_frame{
position: relative;
  
}
section.hero_wrapper .container {
  position: relative;
}

.hero_wrapper  .container::before {
  position: absolute;
  content: "";
  background: url('../images/grass.png');
  width: 10%;
  height: 100%;
  left: -50px;
  background-position: center;
  background-repeat: no-repeat !important;
  left: -109px;
  top: -11px;
}

/* .section.hero_wrapper .container::before {
  position: absolute;
  content: "";
  background: url('../images/grass.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 74%;
  top: 0px;
  left: 0px;
  z-index: 1;
} */

/* ---- slider feature--- */
.rooted_nature h4 {
  color: #40C6C8;
  margin-bottom: 9px;
  line-height: 100%;
  text-shadow: none;
}
.rooted_nature  p {
  margin-bottom: 30px;
}
.rooted_nature  h2{
  margin-bottom: 14px;
}

section.hero_wrapper::after {
  position: relative;
}
section.hero_wrapper::after {
  position: absolute;
  content: "";
  background: url('../images/green_tree.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  width: 299px;
  height: 630px;
}
/* feature slider css */
.feature_slider_here .wrapper {
  padding: 50px 0;
  overflow-x: hidden;
  z-index: 22;
  position: relative;
  width: 85%;
  margin: auto;
}

.my-slider{
  padding: 0 70px;
}
.my-slider img {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
}
.slick-initialized .slick-slide{
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

.feature_slider_here::after {
  position: absolute;
  content: "";
  height: 740px;
  width: 120%;
  background-size: contain;
  background: url('../images/b_frame.png');
  background-repeat: no-repeat;
  top: -47px;
  left: -36px;
  right: 0;
  margin: auto;
  background-size: contain;
}
.feature_slider_here{
  position: relative;
}

.my-slider div{
  flex-direction: column;
}
.feature_slider_here p {
  color: #A17143;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 10px;
}
.feature_slider_here .slick-dots {
  bottom: -30px;
  width: 75%;
  list-style: none;
  text-align: center;
}
.feature_slider_here .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.friend_list_title {
  max-width: 91%;
}
.feature_slider_here .slick-dots li.slick-active button:before {
  opacity: 1;
  background: linear-gradient(to right, #BA6D34, #683920);
  -webkit-text-fill-color: transparent;
  font-size: 10px;
  font-weight: bold;
}
.feature_slider_here .slick-dots li button:before {
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: #67371E;
  border-radius: 100px;
}
.rooted_nature {
  padding-right: 80px;
}


/* ---latest news------- */
.date_bg{
  background: url('../images/date_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 103px;
  height: 63px;
}
section.entering_slider .inner_container {
  max-width: 1200px;
}
.latest_news_group img:first-child {
  border: 11px solid #67371E33;
  margin-bottom: 35px;
  width: 100%;
}
.date_bg span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
}

.date_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.date_bg span:first-child {
  text-align: right;
  margin-right: 8px;
}
.date_bg span:last-child {
  text-align: center;
  margin-left: 6px;
}
.imag_text_here {
  display: flex;
  align-items:self-start;
  gap: 14px;
}

.latest_news_group p {
  margin-top: 25px;
  padding-right: 20px;
}
.title_news {
  margin-bottom: 17px;
}
.imag_text_here {
  padding-right: 20px;
}


/* ---testiminials----- */
.title_bg {
  background: url('../images/testimonials.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 117px;
}

.title_testi h4 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 9px;
  position: relative;
  z-index: 1;
}
section.testimonials_sect {
  position: relative;
}
section.testimonials_sect::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  height: 120px;
  background: url('../images/testimonials.png');
  top: 0;
  background-repeat: no-repeat;
}
section.latest_news .container {
  padding-bottom: 100px;
}

.my-slider-testi div{
  flex-direction: column;
  gap: 15px;
}
.my-slider-testi  .slick-slide {
  background: #E5604D;
  padding: 40px 33px;
  border-radius: 15px;
  color: #fff;
  height: 300px;
}
.my-slider-testi  .slick-slide h5{
  color: #fff;
}
.my-slider-testi  .slick-slide h4 {
  position: absolute;
  bottom: -70px;
  color: #E5604D;
  z-index: 9999;
  left: 50px;
  text-shadow: none;
  font-size: 20px;
}
.my-slider-testi  .slick-list.draggable {
  height: 375px;
}
.my-slider-testi  .slick-slide  {
 position: relative;
}


.my-slider-testi  .slick-slide::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 46px;
  height: 40px;
  background: url('../images/polygen.png');
  bottom: -35px;
  left: 50px;
}
.my-slider-testi  .slick-slide::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 55px;
  height: 40px;
  background: url('../images/colon.png');
  top: 32px;
  left: 35px;
}


.testimonials_block .custom-prev
 {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.testimonials_block 
.custom-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.testimonials_block .custom-prev {
  left: 14%; /* Adjust as needed */
}

.testimonials_block .custom-next {
  right: 14%; /* Adjust as needed */
}

.testimonials_block .custom-prev img{
  width: 30px; /* Adjust size as per your design */
}
.testimonials_block 
.custom-next img {
  width: 30px; /* Adjust size as per your design */
}
.testimonials_block button.custom-prev.slick-arrow {
  padding: 12px;
  width: 50px;
  height: 50px;
  border: .6px solid #000;
  border-radius: 100px;
}
.testimonials_block button.custom-next.slick-arrow {
  padding: 12px;
  width: 50px;
  height: 50px;
  border: .6px solid #000;
  border-radius: 100px;
}
.testimonials_block button.custom-prev.slick-arrow:hover {
  background: #9ceafe;
  border: .6px solid #9debff;
}
.testimonials_block button.custom-next.slick-arrow:hover {
  background: #9ceafe;
  border: .6px solid #9debff;
}
.testimonials_block {
  padding-top: 90px;
}
section.testimonials_sect .container {
  background: #e9fdfd;
}

.news_letter_bg{
  background: url('../images/nature.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 70px;
}
.mail_content h3 {
  font-weight: 400;
  color: #fff;
}
.mail_content h2 {
  color: #fff;
}
.mail_input input {
  padding: 20px 22px;
  color: #252525;
  border: 0px;
  font-size: 14px;
/*   width: 100%; */
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.newsletter-btn {
    background:#38c3c6;
    color: white;
    text-transform: uppercase;
}
.mail_input button {
  background: #38C3C6;
  border: 0px;
  padding: 22px 22px;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  font-weight: 700;
}
.mail_input form {
  display: flex;
  align-items: center;
}
 input:focus-visible{
  outline: 0px !important;
  box-shadow: none !important;
  border: 1px solid #FB6B09 !important;
}
textarea:focus-visible{
  border: 1px solid #FB6B09 !important;
  outline: 0px !important;
  box-shadow: none !important;
}
section.friend_list .inner_container {
  max-width: 1200px !important;
}
.two_logos_here.d-flex.gap-3.justify-content-center {
  padding: 50px 0px;
} 

/* ---footer-- */
.footer_menu ul li a {
  color: #252525;
  font-size: 16px;
  line-height: 38px;
}

.footer_menu ul li a:hover {
  text-decoration: underline;
  color: #f9720e;
}
.footer_menu h5 {
  margin-bottom: 11px;
}
.footer_menu ul li b {
  display: inline-block;
  margin-right: 10px;
}
.footer_menu.footer_sicials ul li {
  width: 44px;
  height: 44px;
  border: .8px solid #181A1A;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}
.footer_menu.footer_sicials ul {
  gap: 15px;
  margin-top: 18px;
}
footer.footer_wrapper .col-md-6 {
  margin-top: 60px;
}
.footer_menu.Privacy_service a {
  margin: 0px 2px;
}

.footer_wrapper .container{
  position: relative;
}


footer.footer_wrapper .container{
  position: relative;
  z-index: 1;
}
footer.footer_wrapper .container::before {
  position: absolute;
  content: "";
  background: url('../images/grass.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 220px;
  left: -93px;
  top: 23%;
}

footer.footer_wrapper .container::after {
  position: absolute;
  content: "";
  background: url('../images/footer_tree.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 287px;
  height: 540px;
  right: -256px;
  top: -11%;
}

footer.footer_wrapper{
  position: relative;
  z-index: 1;
}
footer.footer_wrapper::before {
  position: absolute;
  content: "";
  background: url('../images/footer_left_grass.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 267px;
  height: 246px;
  left: 0px;
  bottom: 0;
  z-index: 9;
}

footer.footer_wrapper::after {
  position: absolute;
  content: "";
  background: url('../images/footer_right_grass.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 267px;
  height: 146px;
  right: 0px;
  bottom: 0;
  z-index: 0;
}



/* chatbot  */
.chatbot-btn {
  position: fixed;
  bottom: 50px;
  right: 15px;
  background-color: #007bff00;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0px;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.chatbot-window {
  position: fixed;
  bottom: 104px;
  right: 20px;
  width: 300px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
}
.chatbot-header {
  background: linear-gradient(180deg, #E2A42F, #FB6B09);
  color: white;
  padding: 12px;
  font-weight: bold;
  font-size: 18px;
}

.chatbot-body {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
}

.chatbot-input-area {
  display: flex;
  border-top: 1px solid #ddd;
}

.chatbot-input-area input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.chatbot-input-area button {
  background: linear-gradient(180deg, #E2A42F, #FB6B09);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.user-msg, .bot-msg {
  margin: 8px 0;
  padding: 8px 12px;
  border-radius: 10px;
  max-width: 80%;
  clear: both;
}

.user-msg {
  background-color: #DCF8C6;
  align-self: flex-end;
  float: right;
}

.bot-msg {
  background-color: #F1F0F0;
  align-self: flex-start;
  float: left;
}


/* visitor-information page */
/* tab button */

.tab-list {
  padding-top: 35px;
}

.tab-list button {
  display: block;
  width: 100%;
  padding: 30px 50px;
  text-align: left;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: 0.3s;
}

.tab-list button:hover,
.tab-list button.active {
  color: #E09A29;
}
button.tab-btn {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
}

.tab-content {
  flex: 1;
  padding: 30px 30px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-content .slick-slide img {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.tab-content .custom-prev {
  left: 31%;
}
.tab-content .custom-next {
  right: 6%;
}
.tab-content  .custom-prev {
  transform: translateY(-394%);
}
.tab-content .custom-next {
  transform: translateY(-394%);
}
.tab-content button.custom-next.slick-arrow:hover {
  background: #ffffff00;
  border: .6px solid #ffffff;
}
.tab-content button.custom-prev.slick-arrow:hover {
  background: #ffffff00;
  border: .6px solid #ffffff;
}
.tab-content button.custom-next.slick-arrow{
  border: .6px solid #ffffff;
}
.tab-content button.custom-prev.slick-arrow {
  border: .6px solid #ffffff;
}
.tab-content .custom-prev img {
  width: 10px;
}
.tab-content .custom-next img {
  width: 10px;
}
.tab-content p {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.tab-content .custom-prev {
  top: 43%;
}
.tab-content .custom-next{
  top: 43%;
}
header.wrapper_header .container {
  padding-left: 0px;
  padding-right: 0px;
}

.tab-btn {
background: url('../images/tab_bg.png') !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
margin-bottom: 25px;
position: relative;
}
.tab-btn::after {
  position: absolute;
  content: "";
  background: url('../images/tab_dot.png') !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tab-btn::before {
  position: absolute;
  content: "";
  background: url('../images/tab_dot.png') !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 10px;
  height: 10px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
button.chatbot-btn img {
  width: 50px;
}


.mail_content h2 {
  font-size: 40px;
}
 .tab_wrapper .container::before {
  position: absolute;
  content: "";
  background: url('../images/grass.png');
  width: 140px;
  height: 380px;
  left: -50px;
  background-position: center;
  background-repeat: no-repeat !important;
  left: -142px;
  top: 30px;
}


/* nested tabs */
.nested-tab-buttons {
  margin: 15px 0;
  display: flex;
  gap: 10px;
}

.nested-btn {
  padding: 8px 16px;
  border: none;
  background-color: #ccc;
  cursor: pointer;
}

.nested-btn.active {
  background-color: #333;
  color: #fff;
}

.nested-tab-content .nested-pane {
  display: none;
}

.nested-tab-content .nested-pane.active {
  display: block;
}


.inner_cabin_img img {
  width: 48%;
  border-radius: 20px;
  margin-bottom: 60px;
}
.nested-tab-buttons .cta {
  padding: 18px 50px;
  background:transparent ;
  color: #252525;
}
.nested-tab-buttons .cta:hover {
  padding: 18px 50px;
  background: linear-gradient(180deg, #E2A42F, #FB6B09);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}
button.cta.nested-btn.active {
  background: linear-gradient(180deg, #E2A42F, #FB6B09);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.nested-pane h3 {
  margin-bottom: 7px;
}
.inner_cabin_img {
  gap: 32px;
}
.info_cabin li {
  font-size: 16px;
  line-height: 32px;
}

.info_cabin li a {
  color: #FB6B09;
}
.nested-tab-buttons {
  padding: 10px;
  border: 1px solid #00000033;
  border-radius: 5px;
  width: 82%;
}
.cabin_map {
  margin-top: 45px;
}
.cabin_map p {
  margin: 0px;
}
.map-wrapper iframe {
  border-radius: 20px;
  margin-top: 20px;
  height: 540px;
  margin-bottom: 70px;
}
ul.tab_listing_here li {
  list-style: disc;
  line-height: 1.7;
  margin-bottom: 30px;
}
ul.tab_listing_here {
  padding-left: 25px;
}
.colo_orange {
  color: #FB6B09;
  margin-bottom: 7px;
}
ul.gold_sliver {
  margin-bottom: 30px;
}
.tab-pane h3 {
  margin-bottom: 10px;
}
ul.gold_sliver li {
  list-style: disc;
}
ul.gold_sliver  {
  padding-left: 25px;
}
.for_images_only {
  margin-bottom: 25px;
  margin-top: 30px;
}
.tab-pane  a:hover {
  text-decoration: underline;
  color: #f7740f;
}
.tab-pane .cta:hover {
  text-decoration: none;
  color: #000;
}
.iamge_gallery {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
  margin-bottom: 50px;
}
.tab-pane  .latest_news_group img:first-child {
  border: 11px solid #67371E33;
  margin-bottom: 25px;
  width: 100%;
}
.tab-pane .latest_news_group p {
  margin-top: 25px;
  padding-right: 0px;
}
ul.tab_listing_here.upcoming_list li {
  margin: 0;
  font-weight: 600;
  line-height: 32px;
}
ul.tab_listing_here.upcoming_list {
  margin-bottom: 30px;
}
.nested-tab-content.fiveevents h3 {
  margin-top: 35px;
}
.nested-tab-content.fiveevents p {
color: #FB6B09;
margin-bottom: 25px;
}

.inner_boxes_res h6 {
  margin: 5px 0px;
}
.inner_boxes_res p {
  margin: 0px 0px;
}
.inner_boxes_res img {
  margin-bottom: 10px;
}
.row.resberation_inner .col-md-4 {
  margin-bottom: 24px;
}
.tab_slider_main.rs_tab {
  margin: 30px 0px;
}
.colo_orange {
  font-weight: 500;
}


.review_main {
  background: #E5604D;
  border-radius: 15px;
  padding: 38px 33px 33px 40px;
  color: #fff;
  position: relative;
}
.review_main h6,h4 {
  color: #fff !important;
  color: #E8624E;
}
.review_main h4 {

  color: #E8624E;
}
.review_main h6 {
 margin-bottom: 15px;
 text-align: center;
}

.review_main::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 35px;
  height: 30px;
  background: url('../images/polygen.png');
  bottom: -25px;
  left: 50px;
}
.review_main::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 55px;
  height: 40px;
  background: url('../images/colon.png');
  top: 25px;
  left: 55px;
}
.review_main h4 {
  color: #E8624E;
  position: absolute;
  bottom: -66px;
}
.review_main p {
  font-size: 14px;
  line-height: 1.7;
}

span.edit-link {
    display: none;
}
.review_sect .title_testi h4 {
  padding-top: 106px !important;
}
 .review_sect::after {
  /* height: 100px !important; */
  top: 100px !important;
}
.inner_container.padding-top-100 {
  padding-top: 100px;
}
.row.review_inner_row .col-md-4 {
  display: flex;
  margin-bottom: 104px;
}
section.testimonials_sect.tab_wrapper.review_sect .container {
  background: #fff;
}
.load_more_btn {
  margin-top: 30px;
}

.admin_profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 17px;
}
.admin_profile h6, span {
  color: #000;
}
.revire_img p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 7px;
}
.google_reviiew {
  box-shadow: 3px 3px 2px 0px #00000017;
  padding: 30px;
  border-radius: 15px;
  position: relative;
}
.google_reviiew::after {
  position: absolute;
  content: "";
  background: url('../images/google.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 30px;
  right: 30px;
}
h2.max_width_google {
  max-width: 50%;
  margin: auto;
  padding-bottom: 34px;
}
section.google_reviiew_main .container {
  padding: 0px 35px;
}
.row.review_inner_row h4 {
  text-shadow: none;
}


.tab-content button.custom-prev.slick-arrow {
  display: none !important;
}
.tab-content button.custom-next.slick-arrow {
  display: none !important;
}
.tab-content .wrapper {
  margin-bottom: 60px;
}
.tab-content .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}
.tab-content .slick-dots li button:before {
  font-size: 18px;
}
.name_filed {
  display: flex;
  flex-direction: column;
  width: 45%;
}


.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

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

.cover_letter,
.upload_file {
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.apply_form label {
  font-size: 16px;
  margin-bottom: 8px;
}
.apply_form input {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #00000033;
  font-size: 16px;
  font-weight: 300;
}
.form-group input:focus-visible {
 outline: none;
 border: 1px solid #FB6B09;
}
textarea#message:focus-visible {
  outline: none;
  border: 1px solid #FB6B09;
}
textarea#message {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #00000033;
  font-size: 16px;
  font-weight: 300;
}
.upload_file label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.upload_file label img {
 width: 50px;
 margin: auto;
 margin-bottom: 5px;
 margin-top: 0px;
}
.upload_file input {
  width: 100%;
  border-style: dashed;
  padding: 60px 20px;
}

.upload_file {
  position: relative;
}

.upload_file label {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 17px;
}
.upload_file input[type="file"] {
  color: transparent; /* Hides the "No file chosen" text */
}
.upload_file input[type="file"]::file-selector-button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}

.upload_file input[type="file"]:focus {
  outline: none;
}
.apple_btn{
  margin-top: 20px;
  margin-bottom: 70px;
}
.upload_file input[type="file"] {
  color: transparent;
  height: 167px;
}
ul.tab_listing_here.para_list p {
  margin-bottom: 10px;
}

ul.tab_listing_here.para_list li {
  margin: 0;
  line-height: 32px;
}
ul.tab_listing_here.para_list p {
  margin-bottom: 10px;
}

ul.tab_listing_here.para_list  {
  margin-bottom: 40px;
}

/* podcast */

.podcast-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.podcast-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.audio_podcast .player {
  display: flex;
  align-items: center;
  gap: 10px;
}

.audio_podcast .play-btn {
  background: #FB6B09;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  border: 4px solid #fae3d4;
}

.audio_podcast .timer {
  font-size: 14px;
  color: #FB6B09;
  min-width: 40px;
  font-weight: 500;
}

.bar-container {
  flex: 1;
  height: 4px;
  background: #ddd;
  position: relative;
  cursor: pointer;
}

.bar-fill {
  background: #f37021;
  width: 0%;
  height: 100%;
}

.audio_podcast .icons {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #555;
  position: relative;
  user-select: none;
  cursor: pointer;
}

.volume-slider {
  display: none;
  position: absolute;
  bottom: 61px;
  left: -25px;
  transform: rotate(-90deg);
  width: 80px;
}

.mic-icon.active {
  color: red;
  background-color: red;
}

.podcast-box h5 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.podcast-box p {
  margin-bottom: 7px;
}

.podcast_img img {
  width: 100%;
}
.podcast_here {
  margin-bottom: 40px;
}
.podcast_here:last-child {
  margin-bottom: 80px;
}
.socials_block h5 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  font-weight: 700;
}
.followus {
  padding-bottom: 80px;
  margin-top: 20px;
}

.latest_news_group.article_details img {
  border: 0px !important;
} 

.tab-pane.active.details_page h2 {
  max-width: 84%;
}
.date_post img {
  width: 24px !important;
  height: 24px;
  margin: 0px !important;
}
.date_post h6 {
  color: #FB6B09;
}
.date_post {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.article_main a {
  color: #252525;
  text-decoration: none;
}
.article_main a:hover {
  color: #252525;
  text-decoration: none;
}
.nested-tab-buttons.live_here_page {
  margin-bottom: 35px;
}
.enjoy_ranch {
  margin-top: 60px;
  margin-bottom: 60px;
}
.rv_site_tab img {
  border-radius: 30px;
}
.rv-site_content {
  padding-left: 20px;
}

.picture_gallary img {
  display: none;
  margin: 10px;
  width: 200px; /* Adjust as needed */
}

/* First 6 images visible by default */
.picture_gallary img:nth-child(-n+6) {
  display: inline-block;
}

.picture_gallary {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

.picture_gallary img {
  width: 100%;
}
.about_image img {
  width: 100%;
  border-radius: 20px;
}


.vintage_photos .gallery-container {
  padding: 40px 0;
  text-align: center;
}

.vintage_photos  .main-slider img {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 0px;
   object-fit: contain;
}

.vintage_photos  .thumb-slider {
  margin-top: 20px;
  max-width: 90%;
  margin: auto;
}

.vintage_photos  .thumb-slider img {
  height: 90px;
  width: auto;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}
::placeholder {
  color: #252525 !important;
}
.vintage_photos .thumb-slider .slick-current img {
  border: 2px solid #ff6f00;
}

/* Arrows */
.vintage_photos .slick-prev:before {
 display: none !important;
}
.vintage_photos .slick-next:before {
  display: none !important;
}
.vintage_photos .top-controls {
  display: flex;
  justify-content: space-between;
  padding: 60px 0px;
  align-items: center;
}


.vintage_photos .play-button {
  background: orange;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.vintage_photos .dropdown-select {
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #25252542;
  text-wrap: wrap !important;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #252525;
  height: 64px;
  background: transparent;
} 

.vintage_photos .dropdown-select:focus-visible {
  outline: none;
  
}
.vintage_body::after {
  display: none;
}
.vintage_body::before {
  display: none;
}
.vintage_photos {
  padding: 0px 60px;
}
.main_logo_backbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.vintage_photos .logo {
  width: 100%;
  height: 100%;
}
a.vintage_cta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
}
.vintage_thumpnail {
  background: #22BDF3;
  padding: 16px 80px;
}
.vintage_thumpnail .slick-initialized .slick-slide {
  margin: 0px 8px;
}



.vintage_photos .thumb-slider .slick-current img {
  border: 2px solid #ff6f00;
}

/* Arrows */
.vintage_thumpnail  .slick-prev:before {
  display: none !important;
}
.vintage_thumpnail  .slick-next:before {
 display: none !important;
}

.vintage_gallary_slider .slick-prev {
  left: -50px;
}
.vintage_gallary_slider .slick-next {
  right: -50px;
}
.vintage_thumpnail .slick-slider {
  margin-bottom: 0px;
}
.vintage_photos .slick-slider {
  margin-bottom: 0px;
}
.main_logo_backbtn {
  padding-top: 20px;
}

.vintage_gallary_slider button.slick-next.slick-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100px;
}
.vintage_gallary_slider button.slick-prev.slick-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100px;
}
.vintage_gallary_slider  button.slick-prev.slick-arrow img {
  width: 9px !important;
  box-shadow: none !important;
}
.vintage_gallary_slider button.slick-next.slick-arrow img {
  width: 9px !important;
  box-shadow: none !important;
}

/* contact form */
.contact_form input {
  padding: 20px;
  border: 1px solid #00000036;
  border-radius: 5px;
}
.form-control {
  padding: 20px;
  border: 1px solid #00000030;
  border-radius: 5px;
}
.contact_form button {
  border: 0px;
}
.info_icon a {
  background: #fb6b0938;
  padding: 6px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_icon a {
  background: #fb6b0938;
  padding: 6px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content:  center;
}

.contact_details_info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 46px;
}
.contact_details_info:last-child {
  margin-bottom: 0px;
}


.phoen_no {
  display: flex;
  flex-direction: column;
}

.phoen_no span, a {
  font-size: 16px;
  color: #252525;
  line-height: 32px;
}

.phoen_no a:hover {
  color: #FB6B09;
}
.enter_password {
  display: flex;
  align-items: center;
  gap: 20px;
}
.enter_password button {
  padding: 22px 60px;
}
.protacted_footer .container::before {
  display: none;
}
.cta_outline {
  padding: 27px 35px;
  border: 1px solid #00000036;
  border-radius: 5px;
  color: #252525;
  font-weight: 600;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.cta_outline:hover, active {
  color: #000 !important;
  text-decoration: none !important;
  border: 1px solid #000;
}
.member_btn {
  display: flex;
  align-items: center;
  gap: 25px;
}

.confrence_links {
  display: flex;
  flex-direction: column;
}

.confrence_links a {
  color: #FB6B09;
  font-weight: 500;
  line-height: 36px;
}

.tab-pane-telegram p:last-child {
  margin-bottom: 0px;
}

.robot_input  input[type="checkbox"] {
  width: 30px;
  height: 30px;
}
.robot_input label {
  color: #252525;
}
.robot_input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-slider-after-before .slick-prev {
  left: -50px;
  border: 0.6px solid #000;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.my-slider-after-before .slick-next {
  right: -50px;
  border: 0.6px solid #000;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.my-slider-after-before .slick-next:before, .slick-prev:before {
  display: none !important; 
}
.my-slider-after-before .slick-arrow img {
  filter: invert(1);
}
.after_before_img {
  flex-direction: column;
  position: relative;
}

.after_before_img a {
  padding: 12px 40px;
  content: "";
  top: -76px;
  position: relative;
}
.mail_content h3 {
  font-size: 26px;
}

.privacy_policy {
  padding-left: 30px;
}

.privacy_policy li {
  list-style: disc;
  line-height: 32px;
}

/* .footer_wrapper .container .top_frame::after{
  position: absolute;
  content: "";
  background: url('../images/footer_top_frame.png') !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 44px;
  top: 0;
  z-index: 2;
} */
img.footer_frame_here {
  position: absolute;
  top: 0;
}


.footer_wrapper .container .top_frame{
 position: relative;
}
.drop_inner {
  position: relative;
 }

 .main_frame {
  padding: 37px;
}
 

.drop_inner::after {
  background: #E2A42F !important;
  left: 73px;
  top: -35px !important;
  position: absolute;
  content: "";
  width: 60px;
  height: 40px;
  z-index: -2 !important;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.mobile_only{
  display: none;
}
.socials_links_icon a {
  padding: 10px;
  width: 40px;
  height: 40px;
  background: #65d2e885;
  border: 1px solid #74d9ee;
}
.more-menu a:hover {
  color: #000000 !important;
}
.more-menu .active {
  color: #000 !important;
}


.top_header .container {
  background: transparent;
}
.top_header {
  z-index: 2;
  position: relative;
}



/* custom nav */
.wrapper_header ul.navbar-nav li a {
  color: #fff !important;
}
.wrapper_header ul.navbar-nav {
  align-items: center;
  gap: 30px;
}
.main_menu_head li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.main_menu_head {
  gap: 20px;
}
ul.dropdown-menu {
  background: linear-gradient(174deg, #E2A42F, #FB6B09);
  border-radius: 15px;
  border: 0px;
}
ul.dropdown-menu.after_drop::after {
  position: absolute;
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  color: #e59d2a;
  background: #e3a22e;
  height: 40px;
  width: 60px;
  top: -26px;
  left: 41px;
}
ul.dropdown-menu.after_drop {
  top: 66px;
  position: relative;
}
ul.dropdown-menu.after_drop li a {
  line-height: 40px;
  border-bottom: 1.5px solid #ffffff3d;
}
ul.dropdown-menu.after_drop li a {
  line-height: 40px;
  border-right: 1.5px solid #ffffff3d;
  padding: 5px 65px;
  text-align: center;
}
ul.dropdown-menu.after_drop {
  padding: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef00;
}
ul.dropdown-menu.after_drop.show li a:hover {
  color: #000 !important;
  transition: .2s ease-in-out;
  text-decoration: underline;
}
header.wrapper_header ul li a:hover {
  color: #E09A29 !important;
}
header.wrapper_header ul li .active {
  color: #E09A29 !important;
}
.more_menu_here {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.more_menu_here ul li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.more_menus {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px;
}



.more_menu_here {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s ease;
  background: #f1f1f1;
  padding: 0 20px;
}

.more_menu_here.show {
  max-height: 200px; /* Adjust based on your content */
  padding: 20px;
}
.more_menu_here {
  position: absolute;
  z-index: 1;
}

header.wrapper_header.only_mobile_header {
  display: none;
}