/*Header customization*/

#masthead {
  height: 80px!important;
}

.site-branding {
  margin-top: -8px;
}

.super-guacamole__menu {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .main-navigation {
    margin-left: 176px;
  }
}

.main-navigation > .menu > li > a:active {
  color: #D29558;
}

.main-navigation > .menu > li > a:hover {
  color: #D29558;
}

@media only screen and (min-width: 760px) {
  .current-menu-item a {
    color: #D29558!important;
  }
}

@media only screen and (max-width: 760px) {
  .current-menu-item a {
    color: white!important;
  }
}

.main-navigation > .menu > li {
  padding-right: 10px;
}

@media only screen and (min-width: 760px) {
  #site-navigation.main-navigation {
    position: relative;
    top: 10px;
    right: 150px;
    width: 120%;
  }
}

@media only screen and (min-width: 760px) {
  #menu-item-41 {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    position: relative;
    top: -12px;
    border: 1px solid #D29558;
    transition: background-color 1s ease;
  }
}

@media only screen and (min-width: 760px) {
  #menu-item-41:hover {
    background-color: #D29558;
  }
}

.menu-item-41 a {
  font-size: 16px!important;
}

.menu-item-41 a:hover {
  color: black!important;
}

.header-toppanel {
  display: inline-flex;
  align-items: center;
}

.header-phone::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/07/phone.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.header-email::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/07/mail.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
  .main-navigation > .menu > li > a:after {
    position: absolute;
    top: -33px!important;
  }
}

/*Home page */

.pic-container {
  position: relative;
  right: 20px;
}

.ukr-flag {
  position: relative;
  top: 8px;
}

.service {
  position: relative;
  top: 3px;
}

.met-title {
  min-height: 100px;
}

.elementor-button-icon svg {
  width: 16px!important;
  height: 16px!important;
  position: relative;
  top: 2px;
}

.green {
  position: relative;
  overflow: hidden;
}

.green::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 49vw;
  height: 100%;
  background-color: #7E8772;
  z-index: -1;
}

.border-container {
  border-bottom: 10px solid #D29558;
  border-right: 1px solid #EFEEE9;
}

.client-img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1347px) {
  .gymnastik {
    position: relative;
    top: -80px;
    right: 10vw;
    width: 440px;
  }
}

/* Hover effect */

@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cont:hover .button-cont {
  display: none;
}

.cont2:hover .button-cont {
  display: none;
}

.hover-text {
  display: none;
}

.cont:hover .hover-text {
  display: block;
  animation: fadeInDown 1.5s ease-in-out forwards;
}

.hover-text2 {
  display: none;
}

.cont2:hover .hover-text2 {
  display: block;
  animation: fadeInDown 1s ease-in-out forwards;
}

/*end hover*/

.accordion-header {
  float: left!important;
}

.form-container {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: -15px;
}

.content-column {
  width: 49%;
}

.review-form-container .content-column {
  width: 49.5%;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    /*margin-bottom: -10px;*/
  }

  .content-column {
    width: 100%;
  }
}

.wpcf7 .wpcf7-form-control-wrap input {
  background-color: #ffffff;
}

.wpcf7-form-control.wpcf7-textarea {
  background-color: #ffffff;
  height: 114px;
}

.cf-text {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin-bottom: -26px;
}

.wpcf7-form-control::placeholder {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B6B6B;
}

.wpcf7-form-control-wrap input::placeholder {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B6B6B;
}

.yellow {
  width: 550px!important;
  height: 324px!important;
  position: relative;
  right: 100px;
  z-index: 9999;
}

@media only screen and (min-width: 1025px) {
  .submit-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1025px) {
  .submit-row {
    justify-content: center;
    align-items: center;
  }
}

.after-message {
  color: white;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  transform: translateY(-50%);
  /*pointer-events: none;*/
}

@media only screen and (min-width: 1025px) {
  .after-message {
    position: absolute;
    right: 80px;
    top: 50%;
  }
}

.after-message2 {
  color: white;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) {
  .after-message2 {
    position: absolute;
    right: 360px;
    top: 50%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .after-message2 {
    position: absolute;
    right: 180px;
    top: 50%;
  }
}

@media only screen and (max-width: 1025px) {
  .after-message,
  .after-message2 {
    position: relative;
    top: 20px;
  }
}

.after-message ::before,
.after-message2 ::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('/wp-content/uploads/2024/07/privacy.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.wpcf7-not-valid-tip {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.calendly-button {
  display: flex!important;
  justify-content: center!important;
}

.calendly {
  font-family: 'Hind Madurai', sans-serif!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 22.08px!important;
  text-transform: uppercase!important;
}

.footer-contact {
  margin-bottom: 14px;
}

.footer-contact a {
  color: white;
}

.ofice-adress {
  margin-bottom: 10px;
}

.ofice-adress a {
  color: white;
}

.ofice-adress:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/08/address.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-service {
  margin-bottom: 20px;
}

@media only screen and (min-width: 766px) {
  .footer-service:last-child {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 760px) {
  .footer-service {
    margin-bottom: 20px;
  }
}

.subscribe {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.subscribe-container input[type="submit"] {
  background-color: white;
  border-style: hidden;
  color: black;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.08px;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.08px;
  width: 169px;
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #D29558;
}

.review-form-container input[type="submit"] {
  width: 100px;
  height: 48px;
}

.heigh {
  height: 20px;
}

@media only screen and (min-width: 1200px) {
  .last-footer {
    height: 56px;
  }
}

.subscribe-container .wpcf7 input[type="email"] {
  margin-top: -30px;
}

@media only screen and (max-width: 760px) {
  .subscribe-container  .subscribe-submit {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .subscribe-container  .subscribe-submit input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    box-sizing: border-box;
  }
}

.breadcrumbs__items {
  display: none;
}

.breadcrumbs {
  display: none;
}

ul > li:before {
  margin-top: -3px!important;
}

.menu-image-title-before.menu-image-not-hovered img {
  margin-left: -12px;
  margin-top: -4px;
}

.main-navigation .sub-menu li {
  background-color: white!important;
}

.main-navigation .sub-menu li:hover {
  background-color: #D29558!important;
}

.main-navigation .sub-menu li:hover > a {
  color: white!important;
}

.main-navigation .sub-menu li > a {
  color: black!important;
}

#toTop {
  border-color: #D29558;
}

#toTop:hover {
  background-color: #D29558;
  border-color: #D29558;
  color: black;
}

@media only screen and (max-width: 760px) {
  #toTop {
    display: flex!important;
  }
}

@media only screen and (max-width: 760px) {
  #toTop:hover {
    background-color: white!important;
  }
}

.mobile-block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D4D0C7;
  padding-bottom: 10px;
  gap: 20px;
}

.mobile-block2 {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 20px;
}

input[type="submit"] {
  background-color: #D29558;
  border-style: hidden;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.08px;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.08px;
  width: 160px;
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (max-width: 1025px) {
  input[type="submit"] {
    position: relative;
    left: 40px;
  }
}

@media only screen and (max-width: 1025px) {
  .subscribe-submit {
    position: relative!important;
    right: 40px!important;
  }
}

input[type="submit"]:hover {
  background-color: #A65426;
}

.wpcf7-form-control.wpcf7-select {
  background-color: #ffffff;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}

@media only screen and (min-width: 1025px) {
  .wpcf7-form-control.wpcf7-select {
    width: 322px;
  }
}

@media only screen and (max-width: 1025px) {
  .wpcf7-form-control.wpcf7-select {
    width: 100%;
  }
}

.footer-mob-container {
  display: flex;
  gap: 10px;
}

.footer-mob-1 {
  border-right: 1px solid #221E1F;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .accordion-image {
    width: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .accordion-header {
    font-size: 18px;
    line-height: 24px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .yellow-square {
    display: none;
  }
}

.header-container_wrap {
  border-style: hidden!important;
  padding-left: 0px!important;
  padding-rigth: 0px!important;
}

.sp-listing::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url('/wp-content/uploads/2024/10/yelow-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

/*social icons*/

@media (min-width: 767px) {
  .soc-table {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .soc-table {
    width: 130px;
  }
}

.soc-table td {
  position: relative;
}

.social-icon {
  cursor: pointer;
}

@media (max-width: 767px) {
  .social-icon {
    width: 44px;
  }
}

.fb-hovered,
.instagram-hovered,
.linkedin-hovered {
  display: none;
}

td:hover .fb-normal,
td:hover .instagram-normal,
td:hover .linkedin-normal {
  display: none;
}

td:hover .fb-hovered,
td:hover .instagram-hovered,
td:hover .linkedin-hovered {
  display: inline-block;
  animation: 1s ease;
}

.soc-table2 {
  width: 100px;
  border: none!important;
}

.soc-table2 td {
  position: relative;
  border: none!important;
}

.linkedin2-hovered,
.mail-hovered,
.x-hovered,
.link-hovered {
  display: none;
}

td:hover .linkedin2-normal,
td:hover .mail-normal,
td:hover .x-normal,
td:hover .link-normal {
  display: none;
}

td:hover .linkedin2-hovered,
td:hover .mail-hovered,
td:hover .x-hovered,
td:hover .link-hovered {
  display: inline-block;
}

.google-rating::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/10/google.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.comix {
  position: relative;
}

/* Add the comic-style triangle to the bottom-left corner */

.comix::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 56px solid transparent;
  border-top: 36px solid #EFEEE9;
}

.testimonial-container {
  display: flex;
  gap: 16px;
}

.testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #221E1F;
  margin-bottom: 10px;
}

.testimonial-position {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #6B6B6B;
}

.verified-review::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2024/10/verified-reviews.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.mar-10 {
  margin-top: 10px;
}

/*blog customization*/

.single-post article.post {
  background-color: #ffffff!important;
  border: none!important;
}

.post-thumbnail {
  display: none!important;
}

.no-pointer {
  pointer-events: none;
}

.blog-meta-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-date::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/date.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.blog-author::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/author.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.blog-reading-time::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/clock.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.blog-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34.13px;
  text-align: left;
}

.blog-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.13px;
  text-align: left;
}

.blog-content p {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.blog-sidebar-container-mobile {
  background-color: #EFEEE9;
  /*padding: 24px;*/
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 20px;
}

.sidebar-heading {
  font-family: 'Allison', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60.96px;
  text-align: center;
  padding: 0px 4px 0px 4px;
  background-color: white;
  margin-bottom: 30px;
}

@media only screen and (min-width: 900px) {
  .sidebar-heading {
    width: 252px;
  }
}

.sidebar-separator {
  height: 1px;
  background-color: #D4D0C7;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media only screen and (min-width: 900px) {
  .sidebar-separator {
    width: 252px;
  }
}

.blog-sidebar-container {
  background-color: #EFEEE9;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  /*padding: 24px;*/
  width: 300px;
  margin-bottom: 20px;
  /*max-height: 50vh;
	overflow-y: scroll;
	overflow-x: hidden;	*/
}

.sidebar-content {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

@media only screen and (min-width: 766px) {
  .sidebar-content {
    max-height: 30vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #C3B398;
  }
}

.sidebar-content::-webkit-scrollbar-thumb {
  background-color: #C3B398;
}

.sidebar-content a {
  color: #221E1F;
}

.sidebar-content a:hover {
  color: #A65426;
}

.soc-table-share {
  border: none!important;
}

.soc-table-share td {
  border: none!important;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .blog-sidebar-container {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .blog-sidebar-container-mobile {
    display: none;
  }
}

.blog ul > li:before {
  /*background-color: white!important; */
  visibility: hidden;
}

.minimal {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  height: 96px!important;
}

.premium-blog-thumbnail-container {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #D29558;
}

.premium-blog-excerpt-link-wrap {
  position: relative;
  left: 70%;
}

@media only screen and (max-width: 500px) {
  .premium-blog-excerpt-link-wrap {
    position: relative;
    left: 170px;
  }
}

.rt-reading-time {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
  gap: 3px;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #6B6B6B;
}

@media only screen and (min-width: 1255px) {
  .blog .rt-reading-time {
    position: absolute;
    bottom: 28px;
    left: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .blog .rt-reading-time {
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
}

.rt-reading-time::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/clock-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-top: 2px;
  vertical-align: middle;
}

.all-articles::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/wp-content/uploads/2024/10/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 14px;
  margin-top: -2px;
  vertical-align: middle;
}

.all-articles a {
  color: #221E1F;
}

.pop-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34.13px;
  text-align: center;
  color: #221E1F;
  margin-bottom: 20px;
}

.pop-content {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #221E1F;
  margin-bottom: 20px;
}

.pop-container {
  padding: 48px;
}

.premium-blog-post-categories::before {
  content: '';
  display: inline-block!important;
  width: 16px!important;
  height: 16px!important;
  background-image: url('/wp-content/uploads/2024/10/category.svg')!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  margin-right: 4px!important;
  vertical-align: middle!important;
}

.premium-blog-post-time::before {
  content: '';
  display: inline-block!important;
  width: 16px!important;
  height: 16px!important;
  background-image: url('/wp-content/uploads/2024/11/date.svg')!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  margin-right: 4px!important;
  vertical-align: middle!important;
}

.fa-align-left,
.fa-calendar-alt {
  display: none!important;
}

.premium-blog-meta-separator {
  display: none;
}

.premium-blog-entry-title {
  margin-top: -10px!important;
}

@media only screen and (min-width: 1255px) {
  .premium-blog-content-inner-wrapper {
    margin-top: -10px!important;
  }
}

/*Blur overlay*/

.pum.pum-overlay {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
}

.blur {
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.40);
}


.noborder {
  border: none!important;
}

.noborder td {
  border: none!important;
}

.center-table {
  max-width: 80px;
}

p + p {
  margin-top: -10px;
  /* Adjust to decrease space */
}

@media (max-width: 768px) {
  .last_column {
    margin-top: -16px;
  }
}

@media (max-width: 768px) {
  .wpcf7-submit {
    margin-top: -16px;
  }
}

#calendly-inline-button-widget {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 16px!important;
  font-weight: 600!important;
  line-height: 22.08px!important;
  text-align: left!important;
  text-transform: uppercase!important;
}

.cont {
  height: 400px;
}

.noborder {
  width: 140px;
  margin: 0 auto!important;
}

.service-container a {
  color: #221E1F;
}

.custom-breadcrumb a {
  color: white;
}

.custom-breadcrumb a:hover {
  color: #d29558;
}

.header-container__flex {
  height: 80px!important;
}

.premium-blog-post-time {
  font-family: 'Hind Madurai', sans-serif!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 20px!important;
  color: #6B6B6B!important;
}

.filter::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url('/wp-content/uploads/2024/10/category-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-top: -3px;
  vertical-align: middle;
}

.premium-blog-excerpt-link-wrap::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/wp-content/uploads/2024/10/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -1px;
  vertical-align: middle;
}

.blog-container {
  position: relative;
}

.desktop-sidebar {
  position: absolute;
  top: 20px;
}

@media only screen and (min-width: 1499px) {
  .pic-cont {
    position: relative;
    right: 180px;
    top: -100px;
    z-index: 5;
  }
}

@media only screen and (max-width: 1499px) {
  .pic-cont {
    position: relative;
    right: 80px;
    top: -100px;
    z-index: 5;
  }
}

.additional-content1,
.additional-content2,
.additional-content3,
.additional-content4 {
  display: none;
}

.more-button {
  cursor: pointer;
}

.subscribe-container .wpcf7-email {
  background-color: #221E1F!important;
  color: white!important;
  border: 1.5px solid #6B6B6B!important;
}

.wpcf7-not-valid-tip {
  font-family: 'Hind Madurai', sans-serif!important;
  font-size: 12px!important;
  font-weight: 400!important;
  line-height: 14px!important;
  text-align: left!important;
  color: #3C070A!important;
  margin-top: 5px!important;
}

.subscribe-container  .wpcf7-not-valid-tip {
  color: #EC515B!important;
}

/*mob menu cutomization*/

.mobmenu-content {
  width: 100%!important;
  overflow-y: hidden!important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: fit-content !important;
  margin-top: 72px!important;
}

.mobmenu-right-panel {
  width: 100%!important;
}

.wp-mobile-menu {
  /*width: 180px!important;*/
  font-family: 'Hind Madurai', sans-serif!important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 22.08px !important;
  text-align: center !important;
  color: #221E1F!important;
  margin-bottom: 44px!important;
  padding-left: 20px!important;
}

.wp-mobile-menu .menu-item-4857 {
  width: 150px!important;
}

.mobmenu-content .menu-item {
  margin-bottom: 20px!important;
}

.desktop-sidebar {
  transition: top 0.3s ease-in-out, position 0.3s ease-in-out;
}

.menu-item-4857 {
  background-color: white!important;
  border: 1px solid #D29558!important;
}

.menu-item-4857 a:hover {
  background-color: white!important;
  color: black!important;
}

.menu-item.current-menu-item a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 3px !important;
}

.menu-item a {
  position: relative !important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  display: inline-flex!important;
}

.wpcf7-form-control.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  position: relative;
}

.wpcf7-form-control.wpcf7-select {
  background: url('/wp-content/uploads/2024/10/caret.svg') no-repeat right 16px center;
  background-color: white;
  background-size: 12px 12px;
  padding-right: 40px;
}

.raty-cancel {
  display: none!important;
}

.form-container .star_rating_class {
  text-align: center;
}

@media (max-width: 767px) {
  .premium-blog-post-outer-container {
    margin-top: 30px;
  }
}

.premium-blog-thumb-effect-wrapper,
.premium-blog-entry-title,
.premium-blog-post-categories {
  pointer-events: none;
}

.select2-container--default .select2-selection--single {
  background-color: #e0e0e0;
  border-color: #ccc;
  color: #333;
}

/* Hover effect for each option */

.custom-select-dropdown .select2-results__option--highlighted {
  background-color: #ff0000;
  /* Red hover background */
  color: #fff;
  /* White text on hover */
}

.select2-selection__rendered {
  background-color: white;
  border-radius: 0px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  .select2-selection__rendered {
    width: 322px;
  }
}

@media only screen and (max-width: 1025px) {
  .select2-selection__rendered {
    width: 100%;
  }
}

.select2 {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}

.cf-option:active {
  background-color: #D29558!important;
}

.premium-blog-excerpt-link:hover {
  background-color: #A65426!important;
}

@media only screen and (max-width: 766px) {
  .desctop {
    display: none;
  }
}

@media only screen and (min-width: 766px) {
  .mobile {
    display: none;
  }
}

/*Забирає переноси*/

* {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

html {
  scroll-behavior: smooth;
}

.story-item {
  position: relative;
  top: 8px;
}

.premium-blog-content-wrapper {
  position: relative!important;
}



/*Article customization*/

.article-header {
  background-color: #7E8772;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 56px;
}

@media (max-width: 768px) {
  .article-header {
    padding-bottom: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .article-header {
    margin-top: -40px;
  }
}

.article-header-container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

.article-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: white;
  letter-spacing: 0px!important;
}

@media (max-width: 768px) {
  .article-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.article-breadcrumb {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: white;
}

.article-breadcrumb a {
  color: white;
}

.blog-meta-container-new {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media only screen and (max-width: 766px) {
  .blog-meta-container-new {
    margin-top: 32px;
    gap: 16px;
  }
}

.blog-meta {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: white;
}

.blog-meta-container-new .span-reading-time {
  color: white!important;
}

.blog-meta-container-new .span-reading-time:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/clock.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  vertical-align: middle;
}

.article-category a {
  color: white;
}

.article-category {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: white;
  pointer-events: none;
  padding: 4px 8px;
  background-color: #D29558;
  display: inline-flex;
  justify-content: center;
}

.article-category:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 2px;
}

.article-category-wrapper {
  text-align: center;
  margin-top: 24px;
}

.article-body {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}

.article-body-container {
  display: flex;
  gap: 30px;
  margin-top: 48px;
}

@media only screen and (max-width: 766px) {
  .article-body-container {
    flex-direction: column;
    margin-top: 0px;
    gap: 0px;
  }
}

@media only screen and (max-width: 1305px) {
  .article-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 766px) {
  .featured-image {
    margin-bottom: 48px;
  }
}

.article-body-left {
  max-width: 960px;
  flex: 1;
}

.article-body-right {
  max-width: 300px;
}

.desktop-sidebar-new {
  position: absolute;
  top: 110;
  transition: top 0.3s ease, position 0.3s ease;
}

.mar-bottom {
  padding-bottom: 1px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 766px) {
  .premium-blog-post-content {
    margin-top: 20px;
  }
}

.article-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34.13px;
}

.article-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.13px;
}

.article-content p,
.article-content li {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.elementor-video {
  background-color: transparent!important;
}

.menu-item a {
  font-family: 'Hind Madurai', sans-serif!important;
}

.menu-mobile-menu-container {
  position: relative;
  right: 10px;
}

.pum-overlay {
  padding-right: 0!important;
}

.blog-article h4 {
  font-family: 'Montserrat', sans-serif!important;
  font-size: 24px!important;
  font-weight: 500!important;
  line-height: 36px!important;
  letter-spacing: 0px!important;
}

.blog-article h4 a {
  color: #221E1F!important;
  pointer-events: none!important;
}

.premium-blog-entry-title {
  min-height: 148px!important;
}

.premium-blog-post-content {
  min-height: 96px!important;
}

@media only screen and (max-width: 766px) {
  .premium-blog-post-outer-container {
    margin-top: -16px!important;
  }
}

.mar-16 {
  margin-top: 16px;
}

.blog-article .premium-blog-thumb-effect-wrapper,
.blog-article .premium-blog-entry-title,
.blog-article .premium-blog-post-categories {
  pointer-events: none!important;
}

.blog-article .premium-blog-content-wrapper {
  position: relative!important;
}

@media only screen and (min-width: 1255px) {
  .blog-article .rt-reading-time {
    position: absolute!important;
    bottom: 28px!important;
    left: 28px!important;
  }
}

@media only screen and (max-width: 766px) {
  .blog-article .rt-reading-time {
    position: absolute!important;
    bottom: 24px!important;
    left: 24px!important;
  }
}

.bottom-footer a {
  color: #221E1F;
}

.premium-blog-post-content::after {
  content: '...'!important;
}

@media only screen and (max-width: 768px) {
  .header-email {
    line-height: 20px!important;
  }
}

@media only screen and (max-width: 768px) {
  .premium-blog-filters-container {
    margin-bottom: 24px!important;
  }
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0px !important;
}

#pum-3056 {
  overflow-y: scroll!important;
  -webkit-overflow-scrolling: touch!important;
  position: fixed!important;
  top: 0px!important;
  /*margin-top: -40px!important;*/
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  z-index: 1999999999!important;
}

#popmake-3056 {
  position: absolute!important;
  margin: auto!important;
  overflow-y: auto!important;
  top: 60px!important;
}

button,
h1,
input[type="button"],
input[type="submit"] {
  letter-spacing: 0!important;
}

.wpcf7 select {
  font-weight: 600!important;
  color: #1e1e1e!important;
}

.wpcf7 textarea {
  color: #1e1e1e!important;
  font-weight: 600!important;
}

@media only screen and (max-width: 768px) {
  .wpcf7 input,
  .wpcf7 textarea,
  .wpcf7 select {
    font-weight: 800!important;
  }
}

.blog li {
  padding-left: 0px!important;
  margin-left: 8px;
  margin-right: 8px;
}

.mob-cancel-button {
  display: inline-block !important;
  /* Ensures the background image is visible */
  width: 44px !important;
  /* Adjust width to fit your image size */
  height: 44px !important;
  /* Adjust height to fit your image size */
  background-image: url('/wp-content/uploads/2024/11/close_white_btn.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent !important;
  /* Hide any text or icon inside */
  border: none !important;
  /* Remove any default border */
  margin-top: 14px!important;
  margin-right: 14px!important;
}

@media only screen and (min-width: 768px) {
  html.pum-open.pum-open-overlay {
    height: 100vh !important;
    overflow-y: hidden !important;
    margin-left: -15px !important;
  }
}

/*
.wpcf7-response-output{	
font-family: 'Hind Madurai', sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 20px;
text-align: left;
background-color: #ADB59F;
border: none!important;
}

@media only screen and (max-width: 768px) {
.wpcf7-response-output{
margin-top: -20px!important;
}
}
*/

.wpcf7-response-output {
  display: none;
}

.cf-submission {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  background-color: #ADB59F;
}


.grecaptcha-badge {
  visibility: hidden;
}

@media only screen and (min-width: 766px) {
  .premium-blog-post-time {
    position: absolute!important;
    right: 20px;
    top: 26px;
  }
}

@media only screen and (max-width: 766px) {
  .premium-blog-post-time {
    position: absolute!important;
    right: 12px;
    top: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .premium-blog-filters-container {
    display: flex!important;
    align-items: center!important;
    overflow-x: auto!important;
    /* Allows horizontal scrolling */
    overflow-y: hidden!important;
    /* Prevent vertical scroll */
    height: 120px!important;
    margin-top: -66px!important;
    white-space: nowrap;
    /* Ensures no wrapping of child elements */
    gap: 4px;
    /* Optional: Adds space between items */
  }

  .premium-blog-filters-container li {
    flex: 0 0 auto;
    /* Prevents wrapping and ensures items maintain their size */
    width: auto!important;
    /* Adjust width as needed */
  }
}

/*404 page*/

h4 {
  font-family: 'Montserrat', sans-serif;
	color: black!important;
	font-weight: 600!important;
}

@media only screen and (max-width: 766px) {
		h4 {
			font-size: 16px;	
				}
		}


.error-404 .page-title {
  font-family: 'Marcellus SC', serif;
	font-size: 200px;
}

@media only screen and (max-width: 766px) {
		.error-404 .page-title {
			font-size: 100px;	
				}
		}

.error-404 .page-header{
margin-top: 40px;
}

.error-404 .btn {
  font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background-color: #D29558;
	border-radius: 0px!important;
	border: none;
}

.error-404 .btn:hover {
background-color: #A65426;
		color: white;
}

.danavero-copyright{
background-color: black;
		padding: 2px 11.5px;
}

.danavero-copyright-container a, .footer-service a{
color: white;
}

.footer-service a:hover{
color: #D29558;
}

.danavero-copyright-container a:hover .danavero-copyright {
    text-decoration: underline;
}

.danavero-copyright::after {
  content: '';
  display: inline-block;
  width: 86px;
  height: 14px;
  background-image: url('/wp-content/uploads/2025/02/LogoDark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
	margin-top: -2px;
}

@media (max-width: 768px) {
  .danavero-copyright {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: left;
		width: 100%;
		padding: 8px 11.5px;
  }

  .danavero-copyright::after {
    display: block;
		margin-top: 4px;
		margin-left: 1px;
    /*margin: 8px auto 0;*/
  }
}

@media only screen and (min-width: 1250px) {
  .foo-left {
    position: relative;
    left: 80px;
  }
}

@media only screen and (min-width: 1250px) {
  .foo-left2 {
    position: relative;
    left: 66px;
  }
}

@media only screen and (min-width: 1250px) {
  .foo-left3 {
    position: relative;
    left: 24px;
  }
}

.developers::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/02/arrows.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 14px;
	margin-top: -4px;
  vertical-align: middle;
}

.developers:hover{
color: #D29558;
}

.danavero-container:hover  .developers::after {
  display: inline-block;
   width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/02/arrow-right_16_gold.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 14px;
	margin-top: -4px;
  vertical-align: middle;
}

.danavero-container:hover .developers{
color: #D29558;
}

/*contact page new*/


.mar-24{
margin-top: 24px;
}

.contact-phone, .location{
margin-top: 8px;
}

@media (max-width: 768px) {
.contact-email{
	margin-top: 16px;
}
	}


.location::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/02/address.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-top: 2px;
  vertical-align: middle;
}

.location a, .contact-phone a, .contact-email a {
color: white;
}

.contact-phone::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/02/phone.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-top: 2px;
  vertical-align: middle;
}


.contact-email::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/10/contacts.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-top: 2px;
  vertical-align: middle;
}


.contact-email::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/02/contacts.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-top: -1px;
  vertical-align: middle;
}

.contact-form-container .cf-text, .contact-form-container .after-message{
color: #221E1F;
}

@media only screen and (min-width: 1280px) {
 .contact-form-container .wpcf7-form-control.wpcf7-select {
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
 .contact-form-container .wpcf7-form-control.wpcf7-select {
    width: 100%;
  }
}


@media only screen and (min-width: 1028px) {
.contact-form-container .wpcf7-submit {
    position: absolute; 
		top: 20px;
		left: 0px;
  }
		 }

.contact-form-container .cf-text {
margin-top: 12px;
}


@media only screen and (min-width: 1028px) {
.contact-form-container .after-message{
position: absolute; 
top: 56px;
left: 180px;	
}
		}

.table-social-container {
  display: flex;
  gap: 24px;
  justify-content: left;
	margin-top: 8px;
}

@media only screen and (max-width: 766px) {
		.table-social-container{
				justify-content: center;
				}
		}

@media only screen and (max-width: 766px) {
		.contact-title{
				display: none;
				}
		}

.table-social-item .instagram-hovered3,
.table-social-item .linkedin-hovered3 {
  display: none;
}

.table-social-item:hover .instagram-normal3,
.table-social-item:hover .linkedin-normal3 {
  display: none;
}

.table-social-item:hover .instagram-hovered3,
.table-social-item:hover .linkedin-hovered3 {
  display: inline;
}


.mar-left{
margin-left: 24px;
}

@media only screen and (max-width: 766px) {
.mar-16-mob{
margin-top: 16px;
}
		}

@media only screen and (max-width: 766px) {
.contact-title2{
font-size: 24px;
font-weight: 500;
line-height: 36px;
margin-top: 16px;
}
		}

@media only screen and (min-width: 766px) {
.contact-title2{
margin-top: 24px;
}
		}

.contact-title{
font-weight: 600;
}

.contact-title2{
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 766px) {
.contact-email{
	margin-top: 16px;
}
	}