 
.vw_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 70px 0;
  margin-bottom: -148px;
  background: transparent;
}
.row.vw-bg {
  background: #fff;
  margin-top: 50px;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .row.vw-bg {
  background: #fff;
  margin-top: 0;
}

.sticky .header-button a i {
  color: #fff;
}
.sticky .header-button a:before {
  background: #7fd1a6;
}
.sticky .header-button a:hover {
  color: #000;
}
.sticky .header-button a:hover i {
  color: #000;
}
/* vw Menu Css*/
nav.vw_menu {
  position: relative;
  z-index: 1;
  float: right;
}
.vw_menu ul {
  list-style: none;
  display: inline-block;
}

.vw_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.vw_menu > ul > li > a {
  font-size: 17px;
  display: block;
  margin: 35px 15px;
  transition: 0.5s;
  color: #101210;
  font-weight: 500;
}
.vw_menu > ul > li > a > i {
  margin-left: 5px;
}
.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
  display: none;
}

.cookies-eu-banner .accept-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
  background: #fff;
  color: #222;
}

.cookie-checkbox:checked + .cookies-content {
  display: none;
}

.vw_menu > ul > li > a:hover {
  color: #0e7930;
}
.vw_menu > ul > li:hover {
  color: #2674f0;
}
/*menu button*/

.header-button {
  display: inline-block;
}
.header-button a {
  font-size: 16px;
  padding: 11px 18px;
  font-weight: 500;
  color: #fff;
  background: #0e7930;
  border-left: 4px solid #7fd1a6;
  border-right: 4px solid #7fd1a6;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-left: 20px;
}
.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  background: #7fd1a6;
  transform: scale(0);
  transition: 0.5s;
}

.header-button a i {
  padding-right: 5px;
  position: relative;
  top: 3px;
  color: #fff;
  transition: 0.5s;
}
.header-button a:hover:before {
  transform: scale(1);
}

.header-button a:hover {
  color: #000;
}
.header-button a:hover i {
  color: #000;
}

/*Style Two Nav Menu*/

.style-two.vw_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .vw_menu > ul > li > a {
  color: #fff;
}

/*style two btn*/

.style-two .header-button a {
  background: rgba(16, 18, 16, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
  color: #bbf737;
}


.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}
h1, h2, h3, h4 {
  color: #2d3748;
}
h1 {
  font-size: 40px;
  margin-top: 30px;
  text-align: center;
  color: #ff6f61;
}
h2 {
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  color: #ff8a00;
}
h3 {
  font-size: 24px;
  margin-top: 25px;
  text-align: center;
  color: #1a202c;
}
h4 {
  font-size: 22px;
  margin-top: 25px;
  text-align: center;
  color: #4a5568;
}
p {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  color: #2b2b2b;
}
.btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #f687b3;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
}
.btn:hover {
  background-color: #d56e9c;
}
.image-section {
  text-align: center;
  margin-top: 40px;
}
.image-section img {
  width: 90%;
  max-width: 650px;
  height: auto;
  border-radius: 15px;
}
.highlight {
  font-size: 20px;
  color: #ff6347;
  font-weight: bold;
  margin-top: 25px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.grid a {
  text-decoration: none;
  background-color: #38b2ac;
  color: white;
  text-align: center;
  padding: 18px;
  border-radius: 10px;
  font-weight: bold;
}
.grid a:hover {
  background-color: #319795;
}
.footer {
  background-color: #2d3748;
  color: white;
  padding: 30px 0;
  text-align: center;
}
.footer a {
  color: #38b2ac;
  text-decoration: none;
}
.footer a:hover {
  color: #81e6d9;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}
/*** Sub Menu Style 
==========================***/
.site-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}


.footer-info {
  text-align: left;
  border-bottom: 1px solid #f8f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ccc;
}

.footer-text a {
  color: #f39c12;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}

.footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(45deg, #f39c12, #e74c3c);
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(45deg, #e74c3c, #f39c12);
}

.footer-disclaimer {
  font-size: 13px;
  color: #bbb;
  max-width: 600px;
  margin-top: 10px;
}

.footer-navigation {
  margin: 20px 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer-links li {
  display: inline;
}

.footer-links a {
  color: #f39c12;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}


/* Основні стилі */
.neo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: #eceff1;
  border-radius: 12px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.7);
  font-family: 'Inter', sans-serif;
}

.neo-logo img {
  max-height: 50px;
}

.neo-ad-text {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.neo-quote-button {
  text-align: right;
}

.neo-quote-link {
  padding: 12px 22px;
  background: #ffffff;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.neo-quote-link:hover {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1), inset -2px -2px 8px rgba(255, 255, 255, 0.7);
}

/* Адаптація під мобільні */
@media (max-width: 768px) {
  .neo-header {
  padding: 12px 18px;
  }

  .neo-logo img {
  max-height: 40px;
  }

  .neo-ad-text {
  font-size: 16px;
  }

  .neo-quote-link {
  padding: 10px 18px;
  font-size: 14px;
  }
}
.vw_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.vw_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.vw_menu ul .sub-menu li {
  position: relative;
}

.vw_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #101210 !important;
}

.vw_menu ul .sub-menu li:hover > a,
.vw_menu ul .sub-menu .sub-menu li:hover > a,
.vw_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.vw_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #0e7930;
  color: #fff !important;
}

/* sub menu 2 
=================*/

.vw_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.vw_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 
==================*/

.vw_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.vw_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.vw_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #ffde5d;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
====================*/

.vw_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.vw_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.vw_menu li a:hover:before {
  width: 101%;
}

.vw_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.vw_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/***======================================================
<--Start vw hero area Css -->
======================================================***/
.hero-area {
  background: url(../images/aaa1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}
.hero-content {
  position: relative;
  top: 62px;
}
.hero-title h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.hero-title h1 {
  color: #fff;
  font-size: 60px;
  line-height: 55px;
  margin: 0;
}
.hero-desc p {
  color: #fff;
  width: 38%;
  margin: 0;
  padding: 25px 0 27px;
}
.golf-button a {
  display: inline-block;
  background: #0e7930;
  border-left: 4px solid #7fd1a6;
  border-right: 4px solid #7fd1a6;
  color: #fff;
  border-radius: 5px;
  padding: 10px 18px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.golf-button a i {
  margin-left: 10px;
  top: 2px;
  position: relative;
}
.golf-button a:hover {
  color: #222222;
}
.golf-button a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #7fd1a6;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
}
.golf-button a:hover:before {
  width: 52%;
  transform: scale(1);
}

.golf-button a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #7fd1a6;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
}
.golf-button a:hover:after {
  width: 50%;
  transform: scale(1);
}

/*
<!-- ============================================================== -->
<!--Start feature area Section -->
<!-- ============================================================== -->*/
.feature-area {
  padding: 100px 0 70px;
}
.feature-content-one {
  margin-top: 24px;
}
.Section-title h5 {
  color: #0e7930;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.5s;
  margin: 0;
}
.Section-title h3 {
  font-size: 35px;
  transition: 0.5s;
}
.Section-title p {
  margin: 0;
  padding: 15px 0 0;
}
.dream-button a {
  display: inline-block;
  font-weight: 500;
  border-bottom: 2px solid #0e7930;
}

.upp.dream-button a {
  margin-top: 12px;
}

.single-feature {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(2, 2, 2, 0.1));
  text-align: center;
  padding: 25px 25px 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.single-feature:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 121, 49, 1);
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
}

.feature-thumb {
  padding: 15px 0 0px;
}
.feature-title h3 {
  font-size: 22px;
  font-family: Montserrat;
  transition: 0.5s;
  padding: 20px 0 2px;
  margin: 0;
}
.feature-text p {
  margin: 3px auto 13px;
  transition: 0.5s;
  width: 90%;
  color: #2d2a2a;
  font-weight: 400;
}
/*all-hover*/
.single-feature:hover:before {
  transform: scale(1);
}
.single-feature:hover .feature-thumb img {
  filter: brightness(0) invert(1);
}
.single-feature:hover .feature-title h3 {
  color: #fff;
}

.single-feature:hover .feature-text p {
  color: #fff;
}

.single-feature:hover .dream-button a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

/*
<!-- ============================================================== -->
<!--Start Service area Section -->
<!-- ============================================================== -->*/
.Service-area {
  padding: 90px 0 70px;
}
.single-service-box {
  margin-bottom: 30px;
  overflow: hidden;
  filter: drop-shadow(0 0 9px rgba(2, 2, 2, 0.1));
  background: #fff;
}
.service-thumb img {
  width: 100%;
  transition: 0.5s;
}
.service-content {
  text-align: center;
  padding: 10px 20px 10px;
  position: relative;
  z-index: 1;
}
.service-content:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(14, 121, 49, 1);
  z-index: -1;
  transition: 0.5s;
}
.service-content:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(14, 121, 49, 1);
  z-index: -1;
  transition: 0.5s;
}

.service-title h4 {
  font-size: 22px;
  margin: 0;
  padding: 9px 0 9px;
}
.service-desc p {
  transition: 0.5s;
}
/*all-hover*/

.single-service-box:hover .service-thumb img {
  transform: scale(1.5);
}

.single-service-box:hover .service-content:before {
  width: 53%;
}
.single-service-box:hover .service-content:after {
  width: 50%;
}
.single-service-box:hover .service-title h4 {
  color: #fff;
}
.single-service-box:hover .service-desc p {
  color: #fff;
}
/*
<!-- ============================================================== -->
<!--Start About area Section -->
<!-- ============================================================== -->*/

.about-area {
  background: url(../images/about/about-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 70px;
}
.about-thumb img {
  width: 85%;
}
.about-title h3 {
  font-size: 22px;
  padding: 10px 0 10px;
}
.about-title h3.abt-boder {
  border-top: 2px solid rgba(45, 42, 42, 0.3);
  top: -10px;
  padding-top: 15px;
}

.about-area .golf-button a {
  margin-top: 20px;
}
/*
<!-- ============================================================== -->
<!--Start Training area Section -->
<!-- ============================================================== -->*/

.training-area {
  padding: 90px 0 70px;
  background-color: #eef4fa;
}
.single-Training-box {
  display: flex;
  background: #fff;
  padding: 20px 20px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.single-Training-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 5px;
  border-top: 2px solid #0e7930;
  border-left: 2px solid #0e7930;
  transition: all linear 0.5s;
}

.single-Training-box:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.single-Training-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 5px;
  border-bottom: 2px solid #0e7930;
  border-right: 2px solid #0e7930;
  transition: all linear 0.5s;
}

.single-Training-box:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.training-content {
  padding: 0 0px 0px 30px;
}
.training-title h4 {
  font-size: 22px;
  transition: 0.5s;
}
.training-desc p {
  width: 86%;
  margin: 0;
  padding: 8px 0 12px;
}
/* all-hover*/

/*
<!-- ============================================================== -->
<!--Start testimonial area Section -->
<!-- ============================================================== -->*/
.testimonial-area {
  padding: 100px 0 70px;
}
.single-testimonial-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.testimonial-content:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #0e7930;
  transition: 0.5s;
  z-index: -1;
  border-radius: 108px 5px 5px 0;
}
.single-testimonial-box:hover .testimonial-content:before {
  width: 100%;
}
.testi-thumb {
  text-align: center;
  position: relative;
  top: 41px;
  z-index: 1;
}
.testi-thumb img {
  display: inline-block !important;
}
.testimonial-content {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(2, 2, 2, 0.1));
  padding: 32px 23px 10px;
  margin-bottom: 30px;
  border-radius: 126px 5px 5px 0;
  border-left: 20px solid #0e7930;
}
.testi-text p {
  padding: 30px 0 10px;
  transition: 0.5s;
  margin: 0;
}
.single-testimonial-box:hover .testi-text p {
  color: #fff;
}
.author-text h4 {
  font-size: 22px;
  transition: 0.5s;
  margin: 0;
}
.single-testimonial-box:hover .author-text h4 {
  color: #fff;
}
.single-testimonial-box:hover .author-text p {
  color: #fff;
}
.single-testimonial-box:hover .author-thumb-icon img {
  filter: brightness(0) invert(1);
}
.testi-author {
  display: flex;
  justify-content: space-between;
}
.author-thumb-icon {
  position: relative;
  top: 25px;
}


