/*
 Theme Name:   Divi Child
 Theme URI:    https://example.com/divi-child
 Description:  A child theme for the Divi theme.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     Divi
 Version:      1.0.0
*/

@import url("../Divi/style.css");

/* Your custom styles go below */
html {
  scroll-behavior: smooth;
}
.custom-tabs {
  margin: 30px 0;
}

.tab-contents .tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-contents .tab-content.active {
  display: block;
}

.tab-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.tab-image {
  flex: 7;
  max-width: 100%;
}

.tab-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 0 !important;
}

.tab-text {
  flex: 5;
  background: #f4f4f4;
  padding: 2rem;
}

.image-right {
  flex-direction: row-reverse;
}

.tab-buttons {
  list-style: none;
  margin: 0 -0.5rem 1.5rem 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.tab-buttons li {
  text-transform: uppercase;
  background: #f6f6f5;
  margin: 0.5625rem;
  font-weight: 325;
  min-height: 3.4375rem;
  position: relative;
  list-style: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  padding: 0 22px;
  cursor: pointer;
  color: black;
}

.tab-buttons li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 0.25rem;
  background: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-buttons li.active {
  text-shadow: 0 0 0.03px #925faa, 0 0 0.03px #925faa;
  box-shadow: 0px 0px 10px rgba(146, 95, 170, 0.2);
}

.tab-buttons li.active:after {
  background: #925faa;
}

.button a,
.button .btn,
body .et_pb_button_module_wrapper .et_pb_button,
.button a:hover,
body .et_pb_button_module_wrapper .et_pb_button:hover {
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 3px !important;
  padding: 16px 35px !important;
  color: #fff !important;
  border-color: #925faa !important;
  background: #925faa !important;
 /* border-radius: 25px 0 0 !important;*/
 border-radius: 0!important;
  text-transform: uppercase;

  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.button a {
  margin: 2.2rem 0;
}
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0f0f0f;
  color: #fff;
  outline: 0;
  z-index: 0;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.6s ease-in-out;
}

.menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 9999999;
}

.menu.fade-out {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  z-index: 9999999;
}
.menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 48px;
  text-decoration: none;
}

.et_pb_slide_menu_active .nav-close {
  display: none !important;
}

.et_pb_slide_menu_active .nav-open {
  display: block !important;
}

.menu-content {
  display: flex;

  min-height: 100%;
  position: relative;

  justify-content: space-around;
  align-items: flex-start;

  padding: 50px 40px;
}

.offcanvas--bg_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.offcanvas--bg_image img {
  width: 100%;
}
.menu-content-right {
  position: relative;
  align-items: center;
  justify-content: center;
}
.flex-1 {
  flex: 1;
}

.flex-start {
  align-self: flex-start;
}

.h-100 {
  height: 100% !important;
}

.menu-right-content {
  position: relative;
  z-index: 999;
}

.d-flex {
  display: flex;
}

.text-center {
  text-align: center !important;
}

.align-self-center {
  align-self: center;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}
.p-0 {
  padding: 0 !important;
}
.p-20 {
  padding: 20px;
}

#close-menu {
  z-index: 9999999;
}

.menu-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.top-nav-container li {
  margin: 6px 0;
}

.top-nav-container li a {
  color: #fff !important;
     font-size: 16px;
    line-height: 16px;
}

.sub-menu {
  margin-top: 12px;
  margin-left: 15px;
}

.sub-menu li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400;
  line-height: 130%;
  text-transform: none;
}

.btn {
  max-width: 300px;
  width: 100%;
  min-width: 140;
  display: block;
  height: 50px;
  display: flex;
  line-height: normal;
  align-items: center;
  font-weight: bold;
}

.menu-content-right {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin: auto;

  position: relative;
  width: 100%;
}

.menu-content-wrapper {
  max-width: 520px;
  width: 100%;
  margin-bottom: 30px;
}

.text-white {
  color: #fff;
}

.subscribe-text {
  height: 50px;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #925faa !important;
  margin: 20px 0;
}

#main-footer {
  background-color: #0f0f0f;
  color: #fff;
}

.footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.social-icons {
  list-style: none !important;
  justify-content: flex-start;
  margin: 0;
  padding: 0 !important;
}

.footer-social a {
  color: #fff;
  font-size: 24px;
}

.social-icons a {
  color: #000;
}

.footer-menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#main-footer {
  padding: 30px 0;
}
.bottom-nav li {
  font-weight: 600;
  display: inline-block;
  padding-right: 22px;
  clear: both;
  display: block;
}
.bottom-nav {
  padding: 0;
}

.bottom-nav li a {
  color: #fff;
}
.cpr {
  text-align: center;
  opacity: 0.7;
  font-size: 14px;
}

.footer-row {
  width: 90% !important;
  max-width: 100% !important;
}

.center{ text-align: center; }

/*
.white-text *, .white-text a  { color: #fff !important; }
*/

/* Default style*/

[type="text"],
[type="email"],
[type="tel"],
number,
.wpcf7-form-control,
select,
textarea {
  text-transform: uppercase;
  background: #f6f6f5 !important;
  margin: 0rem;
  font-weight: 325;
  min-height: 2.4375rem;
  position: relative;
  list-style: none;
  display: flex;

  max-width: 500px;
  width: 100%;

  padding: 0 2px !important;
  cursor: pointer;
  color: black;
}
textarea {
  min-height: 4.4375rem;
}

.wpcf7-form label {
  font-size: 14px;
}

#backToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  background-color: #925faa;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  width: 50px;
  height: 50px;
  text-align: center;
}
#backToTop:hover {
  background-color: #000;
}

@media (max-width: 768px) {
  .tab-buttons li {
    width: 100%;
  }
  .menu-content {
    flex-direction: column;
    align-items: center;
    overflow: auto;

    padding: 80px 0;
  }

  .menu-content-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tab-inner {
    flex-direction: column;
  }
}
