/*
Theme Name: Mellini
Theme URI: https://min-code.com
Author: Mincode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: mellini.md
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

a {
    color: white;
}

body {
    color: white;
    background-color: rgb(0 0 0 / 95%);
    background-image: url('./assets/images/body-bg.png');
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    font-family: "Mulish", sans-serif;
    font-size: 1.8rem;
}

h1 {
    font-size: 5rem;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

h2 {
    font-size: 5rem;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

h3 {
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
}

.divider-120 {
    height: 120px;
}

/* Header Section */

.top_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.3s;
  background: #000;
  padding: 7px 0 10px;
}

.top_bar img {
  width: auto;
  height: 22px;
  margin-right: 14px;
  transition: 0.3s
}

.top_bar img:hover {
  opacity: 0.7
}

.product_id {
    position: absolute;
    right: 0;
}

.single-details {
    position: relative;
}

.header.scrolled .top_bar {
  display: none;
}

.header.scrolled .navbar {
  margin-top: 15px;
}

.header {
    padding: 0 0 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 0.3s;
}

.top_bar .top_contacts img {
  margin-top: -2px;
  margin-right: 7px;
}

.top_bar .top_contacts {
  align-items: center;
  margin-top: 4px;
}

.top_contacts a {
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  display: block;
  margin-right: 25px;
}

.top_contacts a:last-child {
  margin-right: 0
}

.header.scrolled{
    background-color: rgba(0, 0, 0, 0.51);
}

.header_logo {
    height: 6.2rem;
}

.header_backDrop {
    display: none;
}

.header .navbar {
    margin-top: 56px;
    position: relative;
    z-index: 1;
}

.header .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .nav-item {
    margin: 0 20px
}

.header .nav-link {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.header .nav-item .btn {
    padding: 0.97em 3.36em;
}

.header .nav-link:hover,
.header .nav-link.active {
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .header {
        /* padding: 16px 0px; */
    }

    .header_logo {
        height: 40px;
    }

    .navbar {
        padding: 0 1.5rem;
    }

    .header_navContent {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(46, 46, 46, 0.63);
        width: 300px;
        padding: 1.25rem 1rem;
    }

    .header .header_navContent {
        border-radius: 16px 0px 0px 16px;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow-y: auto;
    }

    .header.active_header .header_navContent {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header_navContent .navbar-toggler {
        display: block;
        margin-left: auto;
        border: 1px solid rgba(0, 0, 0, 0.47);
    }

    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.47);
        font-size: 20px;
        box-shadow: none;
        z-index: 9999;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .fa-bars {
        color: rgb(255, 255, 255);
    }

    .fa-xmark {
        color: rgb(0, 0, 0);
    }

    .header .navbar-nav {
        padding-right: 0;
        /*padding-top: 1.25rem;*/
        padding-top: 6.25rem;
    }

    .header .nav-item {
        margin-left: 0;
        margin-bottom: 0.75rem;
        width: 100%;
    }

    .header .nav-link {
        margin-left: 0;
        padding: 0.5rem;
        border-radius: 50rem;
        text-align: center;
        color: white;
    }

    .header .nav-link:hover {
        color: white;
        background-color: rgba(21, 21, 21, 0.63);
    }

    .header .nav-item .btn {
        width: 100%;
    }

    .header.active_header .header_backDrop {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000080;
    }
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.66);
}

.dropdown-item {
    display: inline-flex;
    padding: 1rem 2.5rem 1rem 1.25rem;
    align-items: flex-start;
    color: white;
    gap: 10px;
    border-radius: 8px;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.32);
    color: #FDDF78;
}

.contact-menu {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.btn_menu {
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu[data-bs-popper]{
    left: -16px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 5px;
    z-index: 1000;
    min-width: 120px;
}

.dropdown-menu li {
    padding: 5px 15px;
}

.dropdown-menu li a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.dropdown-menu li a:hover {
    background-color: #f1f1f1;
    color: #DD7210;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #DD7210;
    color: #ffffff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: white;
}

/* Menu Wordpress */

.menu-principal-container {
    padding: 1rem 0;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.menu > li {
    position: relative;
}

.menu > li > a {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 0.5rem 3rem;
    border-radius: 50rem;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
}

.menu > li > a:hover {
    color: white;
}

.menu .current-menu-item > a {
    color: #DD7210;
}

/* Sub-menu Styles */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.66);
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
    min-width: 200px;
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    display: block;
    padding: 0.8rem 1.5rem;
    color: white;
    font-size: 1.8rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.sub-menu li a:hover {
    background-color: rgba(78, 78, 78, 0.32);
    color: #DD7210;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.menu > li:hover > .sub-menu,
.sub-menu > li:hover > .sub-menu {
    display: block;
}

/* Responsive Menu */
@media (max-width: 768px) {
    .menu {
        margin-top: 100px;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        gap: 20px;
    }

    .menu > li {
        width: 100%;
    }

    .menu > li > a {
        width: 100%;
        text-align: left;
    }

    .sub-menu {
        position: static;
        box-shadow: none;
        margin-left: 0;
    }

    .sub-menu .sub-menu {
        position: static;
        margin-left: 0;
    }
}

/* End Menu Wordpress */

/* End Header */

/* Header Slider */

.hero-slider .swiper {
    width: 100%;
    height: 100%;
}

.hero-slider .swiper-slide {
    width: 100%;
    height: 824px;
    position: relative;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .swiper-slide .swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.hero-slider .swiper-slide .swiper-content h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 7rem;
}

.hero-slider .swiper-slide .swiper-content p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.96px;
    margin-top: 30px;
    margin-bottom: 48px;
}

.hero-slider .btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-products .btn-list {
  margin-top: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.btn-hero {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    background: #DD7210;
    color: white;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.btn-hero:hover {
    background: #ef9a4c;
}

.btn-cta {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    background: #DD7210;
    color: white;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.btn-cta:hover {
    background: #ef9a4c;
}


.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    content: none;
}

.hero-slider .swiper-button-prev {
    left: 5%;
    background-image: url('./assets/images/icons/arrow-left-svgrepo-com 1.svg');
}

.hero-slider .swiper-button-next {
    right: 5%;
    background-image: url('./assets/images/icons/arrow-right-svgrepo-com 1.svg');
}

.top-products .container-products {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.top-products .product-image {
    width: 100%;
    height: 430px;
    position: relative;
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #DD7210;
    color: white;
    padding: 5px 10px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
}

.top-products .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-products .product h4 {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category-background {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 662px;
}

.category-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.category-products {
    padding-top: 179px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 70px;
    row-gap: 50px;
    flex-wrap: wrap;
    z-index: 2;
}

.category-item {
    display: flex;
    gap: 70px;
}

.category-item h2 {
    color: #A9A9A9;
    font-weight: 400;
}

/* Question Section */

.faq-accordion {
  padding-right: 100px;
}

.question_header p {
    Color: #DD7210;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.question_header h2 {
    color: #FFF;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.accordion-dental {
    margin-top: 40px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

.accordion-item {
    border-bottom: 1px solid rgb(169, 169, 169);
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.accordion-header {
    padding: 40px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 1.6rem;
    transition: background 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

.accordion-header:hover {
    color: #DD7210;
}

.accordion-item.active .accordion-header {
    padding: 40px 0;
    color: #DD7210;
    font-size: 1.8rem
}

.accordion-header .bullet {
    color: #DD7210;
    font-size: 2rem;
    margin-right: 10px;
}

.quest h4 {
    color: #ffffff;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color 0.3s ease, font-size 0.3s ease;
}

.accordion-item.active .quest h4 {
    color: #DD7210;
    font-size: 2.4rem;
}

.accordion-header .toggle-icon {
    color: #ffffff;
    font-size: 2rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-item.active .accordion-header .toggle-icon {
    transform: rotate(180deg);
    color: #DD7210;
}

.accordion-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    color: #A9A9A9;
    font-size: 16px;
    line-height: 1.5;
    /*border-bottom: 1px solid rgba(169, 169, 169, 0.10);*/
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px; /* Ajustează pentru a se potrivi conținutului */
    padding-bottom: 40px;
}

.accordion-content p {
    margin: 0;
}

/* Adăugare efect de shadow pentru un aspect modern */
.accordion-item.active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.header-hero {
    position: relative;
}

.header-hero img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.overlay-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.overlay-hero a {
    text-decoration: none;
}

.overlay-hero h1 {
    margin-bottom: 20px;
}

.overlay-hero span {
    color: #A9A9A9;
}

.list-products {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}

.list-products h3 {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
    background: #353434;
    padding: 12px 15px;
}

.category_list > li {
  border-bottom: 1px solid #525252;
  padding: 15px 0
}

.category_list {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.category_list a {
    text-decoration: none;
}

.category_list li {
    position: relative;
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
}

.category_list li.active > a {
    color: #DD7210;
}

.product_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.meta_product {
  display: flex;
  margin-top: 30px;
  align-items: end;
}

.meta_product p {
  margin-bottom: 0;
}

.subcategory_list {
  margin-top: 15px;
  padding-left: 10px;
}

.block_title .out-of-stock {
  background: #921818;
  padding: 7px 20px 7px;
  font-size: 15px;
  color: white;
  border-radius: 3px;
}

.block_title .in-stock {
  background: #0e7b27;
  padding: 7px 20px 7px;
  font-size: 15px;
  color: white;
  border-radius: 3px;
}

.block_title  .product_price {
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-right: 40px
}

.subcategory_list li {
  margin-bottom: 10px;
}

.subcategory_list span {
  color: #DD7210
}

.product_content a {
    text-decoration: none;
}

.product-image {
    width: 100%;
    height: 430px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #DD7210;
    color: white;
    padding: 5px 10px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product h4 {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block_title {
    margin-bottom: 40px;
}

.block_title p {
    color: #DD7210;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block_title h2 {
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Paginatie */
.pagination {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination .page-item .page-link {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.marquee {
  display: flex;
  overflow: hidden;
  height: 10vh;
  user-select: none;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
/*background-color: green;*/
   /*transform: skewY(-3deg); */
   /*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/
}


.marquee:hover {
  -webkit-text-stroke: 1.5px #fff;
	text-stroke: 1.5px #fff;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
	transition: all 0.5s ease;
	-webkit-font-smoothing: antialiased;
	/*-moz-osx-font-smoothing: grayscale;*/

}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 15s linear infinite reverse;
}

.marquee__group span {
  font-size: 5vw;
  font-weight: 800;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

.dynamic_text {
  background-image: url('/wp-content/uploads/2024/12/bg-m.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 30px 0
}

.container-products a {
  text-decoration: none;
}

.page-item.active {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #DD7210;
    border:none;
}

.pagination .page-link:hover {
    background-color: #DD7210;;
    border-color: #DD7210;;
    color: #fff;
}

/* Paginatie End */


/* Toate categoriile */
.category_item {
  position: relative;
}

.popular_categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.popular_categories a {
  height: 312px;
}

.popular_categories a:first-child {
  height: 640px;
  grid-column: span 2;
  grid-row: span 2;
}

.popular_categories a:nth-child(6),
.popular_categories a:nth-child(7) {
  grid-column: span 2;
  grid-row: span 2;
}

.popular_categories a .category_content {
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 5px
}

.category_content:hover h2 {
  background: #ef9a4c;
}

.trp-language-switcher > div {
  padding: 2px 10px 3px 3px;
  width: 160px !important;
}

.trp-language-switcher {
  width: auto!important
}

.category_content h2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 20px;
  background: #dd7210;
  padding: 8px 30px;
  border-radius: 5px;
  transition: 0.3s
}

.single-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.single-gallery .gallery_item img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover
}

.single-details {
    padding-left: 40px;
}

.single-product .description h4 {
    color: #A9A9A9;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.single-product .description p {
    margin-top: 20px;
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.block_title a {
  text-decoration: none;
  color: #DD7210
}

.block_title p {
  margin-bottom: 10px;
}

.btn-contact {
    display: flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    background: #DD7210;
    color: white;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.btn-contact:hover {
    background: #ef9a4c;
}

.contact_list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

/* Cristi Dev */

.block_title p {
    color: #DD7210;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block_title .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #a9a9a9;
    font-weight: 600;
    margin-top: 20px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.contact__form input,
.contact__form textarea {
    width: 100%;
    background: transparent;
    border-color: #5e5e5e;
    color: #a9a9a9;
    border: 1px solid;
    border-radius: 30px;
    line-height: normal;
    padding: 20px 30px;
    margin-bottom: 30px
}

.contact__form .submit_button input {
    color: white;
    background: #DD7210;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    border-color: #DD7210;
    margin-bottom: 0
}

.contact__form .submit_button {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contact__form {
    background: #1b1b1b;
    border-radius: 30px;
    padding: 50px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.wpcf7-spinner {
    position: absolute;
    top: 25px;
}

.contact_form {
    margin-top: 80px;
    margin-bottom: 120px
}

.contact_info img {
    width: auto;
    height: 60px;
    margin: auto;
}

.contact_info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #a9a9a9;
    margin-top: 20px;
    margin-bottom: 5px
}

.contact_info p {
    font-size: 24px;
    line-height: 34px;
}

.contact_info {
    margin-bottom: 50px;
}

.breadcrumbs a {
    text-decoration: none
}

.about_bg,
.about_bg2 {
    background-position: center;
    background-size: cover;
}

.about_section1 {
    margin-top: 80px;
}

.about_section1 .block_title {
    margin-bottom: 40px;
}

.about_content {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.numbers h2 {
    color: #DD7210;
    font-weight: 700;
}

.numbers {
    margin-top: 50px;
    justify-content: space-between;
}

.contact_buttons img {
    width: 48px;
    height: 48px;
    margin: auto 15px;
}

.wt_btn {
    margin-left: 40px;
}

.contact_buttons {
    margin-top: 60px;
}

.cta_bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 120px 0
}

.cta_bg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #000000ad
}

.cta_bg h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}

.cta_bg h3 {
    color: #c4c4c4;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
    position: relative;
}

.cta_bg .cta__button {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
}

.mission_content .col-md-5 {
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mission_content h2 {
    margin-bottom: 30px;
}

.mission_list ul {
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

.mission_list ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.mission_list ul li:last-child {
    margin-bottom: 0
}

.mission_list ul li:before {
    content: '';
    background: url('./assets/images/icons/check.svg');
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: cover;
    background-position: center;
}

/* End Cristi Dev */

.next-rotate {
    transform: rotate(180deg);
}

.show_avantaje {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.avantaj_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.avantaj_item img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.avantaj_item h4 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

/* review */

.about_slider{
    position: relative;
    z-index: 1;
}

.review_about {
    display: flex;
    flex-direction: column;
    background: #010101;
    padding: 30px;
}

.category-tax .overlay-hero {
  margin-top: 40px;
}

.cat_desc {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}

.cat_desc p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500
}

.review_about img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.review_about p{
    margin-top: 30px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.profile {
    display: flex;
    gap: 22px;
}

.rating{
    margin-top: 5px;
}

.rating img {
    width: 15px;
    height: 15px;
}

.about_section4{
    position: relative;
}

.about_section4 .custom-nav {
    width: 100%;
    position: absolute;
    top: 65%;
    right: 0;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.about_section4 .swiper-button-prev,
.about_section4 .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.about_section4 .swiper-button-prev::after,
.about_section4 .swiper-button-next::after {
    content: none;
}

.about_section4 .swiper-button-prev {
    left: 10px;
    background-image: url('./assets/images/next-slider.svg');
}

.about_section4 .swiper-button-next {
    right: 10px;
    background-image: url('./assets/images/next-slider.svg');
    transform: rotate(180deg);
}

.about_section4 .container {
  position: relative;
  padding: 0 50px;
}

/* Footer */

.footer {
    background: #000000;
    padding-top: 80px;
}

.copyrights {
  border-top: 1px solid #ffffff90;
  padding: 15px 0;
  margin-top: 80px;
}

.copyrights p, .copyrights a {
  font-size: 14px;
  text-decoration: none;
}

.main_footer p {
    margin-top: 50px;
}

.second_footer {
    padding-left: 172px;
}

.second_footer a {
    text-decoration: none;
}

.second_footer h5 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 50px;
}

.second_footer ul li {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px
}

.image_footer img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}

.image_footer {
    padding: 5px 5px;
}

.related_posts h2.text-center {
  margin-bottom: 40px;
  font-size: 4rem
}

.related_posts a {
  text-decoration: none
}

.view_details {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  background: #dd7210;
  border-radius: 10px;
  text-align: center;
  left: 20px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.view_details a {
  display: block;
  padding: 10px;
  font-size: 16px;
}

.view_details:hover {
  background: #ef9a4c;
}

.product-image:hover .view_details {
  visibility: visible;
  opacity: 1;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.gallery-item h4{
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
}

/* Media Slide */
.custom_sec{
    margin-bottom: 50px;
}

.custom_sec .block_title{
    margin-bottom: 0;
}

.custom_sec .contact_buttons{
   margin-top: 0;
}

.pd_slide {
    position: relative;
}

.discover_slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.discover_slider .swiper-wrapper {
    position: relative;
}

.discover_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 720px;
    overflow: hidden;
    border-radius: 40px;
}

.discover_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin: 0;
}

.thumbnail-slider {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.thumbnail-slider .swiper-wrapper {
    display: flex;
    margin-bottom: 80px;
}

.thumbnail-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 171px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    overflow: hidden;
    border-radius: 20px;
}

.thumbnail-slider .swiper-slide:after {
    content: '';
    background-image: url('assets/images/play-button 1.svg');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 1;
}

.thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #DD7210;
}

.swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #DD7210;
}

.swiper-pagination-bullet {
    background: rgba(221, 114, 16, 0.58);
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #DD7210;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-radius: 50%;
}

/* Modal */

/* Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: black;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 700px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
}

.modal-content .close {
    color: white;
    width: 43px;
    height: 43px;
    font-size: 3rem;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #DD7210;
    position: absolute;
    right: -19px;
    top: -17px;
}

.modal-content .gform_title {
    display: none;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .ginput_container_consent {
    display: flex;
    align-items: center;
}

.modal-content .form_two {
    display: flex;
    column-gap: 20px;
}

.modal-content .form_two .form-group {
    width: 50%;
}

.modal-content .ginput_container_consent label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 9px;
}

.modal-content input,
.modal-content textarea {
    border-color: #ccc
}

.modal-content textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 1.6rem;
}

.message_form {
    margin-top: 20px;
}

.modal-content .gform_button {
    background: #DD7210;
    color: white;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 0;
    margin-top: 10px;
    border: none;
}

.modal-content .gform_button:hover {
    background: #9f5d1b;
    color: white;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 0;
    border: none;
}

.modal-content h2 {
    margin-bottom: 20px;
    font-weight: 600
}

.modal-content .modal_line {
    margin-bottom: 15px;
}

.modal-content label {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-content input[type="text"],
.modal-content input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    border-radius: 4px;
    transition: border-color 0.3s;
}

.modal-content input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #007BFF;
}

/* Button Styles */
.modal-content button {
    width: 100%;
    background-color: #252846;
    color: white;
    border: none;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-content button:hover {
    background-color: #252846;
}

/* Wpcf7 Styles */

.wpcf7-list-item {
    margin: 15px 0 0;
}

.wpcf7-list-item-label {
    color: #ffffff;
    font-size: 1.6rem;
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 5px;
}

/* End Modal */
