/*
Theme Name: bsv
Theme URI: http://dobrostomat.com
Description: Wordpress Unique
Author: anonymous
Requires at least: 5.3
Tested up to: 6.8.2
Requires PHP: 7.4
Version: 1.4
*/


:root {
  ---lightning-color: #8898e7;
 --ease-in-out-power2: cubic-bezier(0.45, 0, 0.55, 1); 
}
.mfp-container .mfp-arrow::before {
  background: url("assets/i/static/gallery-right-black.svg") no-repeat center;
}
.mfp-container .mfp-arrow:hover:before {
  background: url("assets/i/static/gallery-right-white.svg") no-repeat center;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Semibold.woff2") format("woff2"),
    url("assets/fonts/Manrope-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Bold.woff2") format("woff2"),
    url("assets/fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Regular.woff2") format("woff2"),
    url("assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Medium.woff2") format("woff2"),
    url("assets/fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Light.woff2") format("woff2"),
    url("assets/fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Thin.woff2") format("woff2"),
    url("assets/fonts/Manrope-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Greatvibes";
  src: url("assets/fonts/GreatVibes-Regular.woff2") format("woff2"),
    url("assets/fonts/GreatVibes-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.form__submit {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
h2.home-intro__subtitle {
    font-family: var(--font-3);
    font-weight: 300;
    text-shadow: 0 0 35px #ffffff, 0 0 5px #FFFFFF, 0 0 10px #FFFFFF;
}

   
h1.home-intro__title {
    margin-bottom: 1.4rem;
    font-family: var(--font-2);
    font-size: 14.8rem;
    color: black;
    font-weight: 400;
    text-align: center;
    text-shadow: 1rem -1px 11px #ffffff5c;
   padding-top: 10px;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #fbfaa1, #AA771C);
    background-clip: text;
    color: transparent;
}

body .home-intro {
  position: relative;
  overflow: hidden;
  height: 116vh;
    background-blend-mode: multiply;
    background-color: #00000040;
}

body .home-intro__img {
  position: absolute;
   
  top: 0;
  left: 0;
  width: 100%;
  height: 140%; 
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.01s linear;
  object-position: top center;
}

body .testimonies {
  padding: 40px 20px;
}

body .testimonies__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}



body .testimonies__text {
  font-size: 15px;
  color: #444;
  margin: 12px 0;
}

body .testimonies__stars {
  display: flex;
  justify-content: center;
  gap: 4px;
}

body .testimonies__stars img {
  width: 20px;
  height: 20px;
}

.testimonies__item:nth-of-type(even) {
  margin-top: 12.8rem;
}
/* Responsive */
@media (min-width: 576px) and (max-width: 768px) {
   .home-intro__content {
        padding-top: 46.8rem;
    }
}

@media (min-width: 768px) {
	
body .main-menu {
	  max-width: fit-content;
    gap: 0.5rem;
}
 .main-header.active .sub-menu {
		right: 0;
	
}

.menu_item_wpglobus_menu_switch .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
	        right: 55px;
    border-radius: 28px;
    box-shadow: 0px 9px 19px -10px #00000087;
}

}


@media (max-width: 768px) {
  body  .main-footer__phone {
        justify-content: left;
    }
	body .home-intro__img {
  object-position: top right;
}

  body .testimonies {
    padding: 20px 10px;
  }

    .main-footer__phone {
        justify-content: left;
    }


  .testimonies__text {
    font-size: 14px;
  }
 body .home-intro__content {
    position: relative; 
    padding-top: 22vh;
    text-align: center;
    z-index: 2;
}
h1.home-intro__title {
    margin-bottom: 1.4rem;
    font-family: var(--font-2);
    font-size: 9.8rem;
}

.main-footer__column li {
    text-align: left;
}
}

.price-table {
  display: grid;
  gap: 8px;
  max-width: 420px;
  background: #d8d0c6;
  padding: 20px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.price-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 4px;
}

.service {
  font-weight: 400;
  font-size: 16px;
}

.price {
  font-weight: 300;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
  text-align: right;
}

/* responsive */
@media (max-width: 480px) {
  .price-table {
    padding: 15px;
  }
  .service, .price {
    font-size: 14px;
  }
}
.accordion a {
    text-decoration: underline;
}

.page-id-803 .intro {
  position: relative;
  width: 100%;
  height: 500px; /* ajustează după nevoie */
  overflow: hidden;
}

.page-id-803 .intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-id-803 .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* intensitatea umbrei, ajustează între 0.3 și 0.6 */
  z-index: 1;
}

.page-id-803 .intro .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.page-id-803 .intro__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 106%;
    font-weight: 300;
}

.page-id-803 .intro__subtitle {
  font-size: 18px; 
}
body .my-courses__item {
	    max-width: 360px;
height: fit-content;
    border: 2px solid #e0d7ce; 
    background: rgba(249, 249, 249, .8);
}

body .my-courses__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); 
  gap: 2px; 
  padding: 4px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}


body .my-courses__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

body .my-courses__item.active .my-courses__text {
  max-height: 1000px; 
}


body .my-courses__subtitle {

    margin-bottom: 0.4rem;
	    text-align: right;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 13px;
  background-color: #f8f8f8;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

body .my-courses__subtitle:hover {
  background-color: #f0e6d2;
}

body .price-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 
 
.accordion {
  max-width: 600px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
details {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  transition: all 0.3s ease;
}
summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  transition: all 0.3s ease;
}
summary::-webkit-details-marker {
  display: none;
}
details[open] summary {
  color: #caae74; 
}
details p {
  margin: 10px 0 0;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

details[open] .accordion-content {
  max-height: 200px; /* ajustează în funcție de conținut */
}
.accordion-item {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
}
@media screen and (max-width: 576px) {
body .menu_item_wpglobus_menu_switch .sub-menu {
    display: block;
    position: relative;
    background: unset;
    padding: 10px;
    right: 0px;
    border-radius: 28px;
    box-shadow: unset;
}

body .home-intro {
    position: relative;
    overflow: hidden;
    height: 90vh;
}
	body .my-courses__item {
		width: 90vw;
    margin: 0 1.6rem 3.2rem;
    padding: 5px;
    border-radius: 1.4rem;
	}
	
   body .my-gallery__wrap {
        grid-template-rows: repeat(4, 24rem);
    }
}


#orar { font-family: sans-serif; font-size: 15px; line-height: 1.6; }
.orar ul { list-style: none; padding: 0; margin: 0; }
.orar li { display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding: 2px 0; }
.orar li.active { font-weight: bold; color: #BF9949; }
#status { font-weight: 600; margin-bottom: 8px; }
#orar span {margin-bottom: 5px;}

.subheading.is-legal a {
    color: #606060;
    font-size: 1.6rem;
	text-decoration: underline;
}
.subheading.is-legal {
	text-transform: uppercase;
    letter-spacing: 2px;
    color: #606060;
    font-size: 1.6rem;
	
}

.is-legal {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}


    .is-legal:hover {
        animation:color-blink-in .32s var(--ease-in-out-power2) both
    }


@keyframes color-blink-in {
    0% {
        color: var(--lightning-color);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    35% {
        color: var(--lightning-color)
    }

    55% {
        opacity: .6
    }

    70% {
        color: inherit
    }

    85% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

body .main-footer__column:first-of-type {
    margin-right: 3.2rem;
    flex: 0 0 33rem;
}

.main-footer__column {
    padding: 5px;
    min-width: 250px;
}



.main-menu a {
    min-width: 100px;
}

.services__item svg {
	
	transition: transform 0.5s ease;
	
}

