/* 
* 
*  This is a custom style sheet for WeYora Website. 
*  Make sure to use "wy-" as the prefix of a custom class.
*  Example : "wy-button" 
*  Author : Shan 
*
*/

:root {
   --wy-main-color: #b9fd50;
   --wy-secondary-color: #111204;
}

body {
   background: var(--wy-secondary-color) !important;
}

/* ************** */
/* Header */
/* ************** */
@media screen and (min-width: 1025px) {
   #weyora-header .wy-header-right .elementor-nav-menu li:last-of-type {
      display: none;
   }

   #weyora-header .wy-header-right .elementor-nav-menu li a {
      line-height: normal;
   }
}

/* ************** */
/* Hero Section */
/* ************** */
.wy-green-txt {
   color: var(--wy-main-color);
   /* font-style: italic; */
}

/* ************** */
/* Portfolio Section */
/* ************** */
.wy-portfolio-container {
   font-family: 'Outfit', Sans-serif !important;
   max-width: 1000px;
   margin: 2em auto;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 24px;
}

.wy-portfolio-item {
   border: 1px solid #11120457;
   background-color: #f9f9f9;
   padding: 24px;
   border-radius: 10px;
   transform-origin: 50% 50%;
   transition: all 0.4s ease-in-out 0s, visibility 0s;
   --transition: all 0.4s ease-in-out 0s, visibility 0s;
   margin: 0 !important;
}

.wy-portfolio-item h5 {
   margin: 0;
}

.wy-portfolio-item p {
   margin: 0;
}

.wy-portfolio-item:hover {
   z-index: 1;
   transform: translateX(0) translateY(0) scaleX(1.02) scaleY(1.02) rotate(0deg) skewX(0deg) skewY(0deg);
   --comp-rotate-z: 0deg;
}

.wy-portfolio-item:hover .wy-portfolio-link img {
   transform: rotate(0deg);
}

.wy-portfolio-link img {
   width: 40px;
   height: 40px;
   transform: rotate(320deg);
   transition: all 0.5s ease-in-out;
}

.wy-portfolio-item .wy-portfolio-img {
   width: 100%;
   border-radius: 10px;
   padding-top: 12px;
   padding-bottom: 12px;
   transition: all 0.4s ease-in-out 0s, visibility 0s;
   --transition: all 0.4s ease-in-out 0s, visibility 0s;
   min-height: 190px;
   max-height: 190px;
   object-fit: cover;
}

.wy-portfolio-item:hover .wy-portfolio-img {
   transform: translateX(0) translateY(0) scaleX(1.02) scaleY(1.02) rotate(0deg) skewX(0deg) skewY(0deg);
   --comp-rotate-z: 0deg;
}

.wy-portfolio-item .wy-portfolio-heading {
   font-size: 24px;
   color: var(--wy-secondary-color);
   font-weight: 600;
   margin-bottom: 10px;
}

.wy-portfolio-item .wy-portfolio-details {
   padding-bottom: 12px;
   border-bottom: 1px solid var(--wy-secondary-color);
   font-size: 14px;
   font-weight: 500;
   color: var(--wy-secondary-color);
}

.wy-portfolio-flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 18px;
   border-bottom: 1px solid var(--wy-secondary-color);
}

.wy-portfolio-item .wy-portfolio-type {
   font-size: 16px;
   font-weight: 600;
}

.wy-portfolio-item .wy-portfolio-type-cont {
   font-size: 14px;
   font-weight: 400;
   margin-top: 6px;
   font-weight: 500;
}

.wy-portfolio-tags {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 12px;
}

.wy-portfolio-tags p {
   padding: 8px;
   border-radius: 50px;
   /* background-color: #eee; */
   background-color: #b9fd507a;
   display: inline-block;
   font-size: 12px;
   font-weight: 500;
   color: var(--wy-secondary-color);
   cursor: pointer;
}

/* ************** */
/* Services Section */
/* ************** */
.wy-services-wrapper {
   font-family: 'Outfit', sans-serif;
   max-width: 1200px;
   width: 90%;
   margin: 80px auto;
   color: #fff;
}

.wy-services-wrapper .wy-services-sub-heading {
   font-size: 16px;
   line-height: 22.4px;
   text-transform: uppercase;
   text-align: center;
   color: var(--wy-main-color);
   font-weight: 400;
   letter-spacing: 2px;
}

.wy-services-wrapper .wy-services-main-heading {
   font-size: 54px;
   line-height: 58px;
   color: #fff;
   text-align: center;
   font-weight: 600;
   margin-top: 12px;
}

.wy-services-wrapper .wy-services-categories {
   display: flex;
   gap: 8px;
   justify-content: center;
   margin-top: 42px;
   margin-bottom: 42px;
}

.wy-services-wrapper .wy-services-categories a {
   background-color: #d9d9d9;
   color: var(--wy-secondary-color);
   font-weight: 400;
   font-size: 15px;
   line-height: 25.2px;
   border-radius: 8px;
   padding: 6px 15px;
   cursor: pointer;
   text-decoration: none;
}

.wy-services-wrapper .wy-services-categories a:hover {
   background-color: var(--wy-main-color);
}

.wy-services-wrapper .wy-services-categories a.wy-cat-active {
   background-color: var(--wy-main-color);
}

.wy-services-wrapper .wy-cat-active-menu {
   display: flex;
   justify-content: center;
   gap: 75px;
   padding: 24px 32px;
   box-shadow: rgb(185 253 80 / 10%) 0px 48px 100px 0px;
   /* border: 1px solid #b9fd501a; */
   border: 1px solid #ffffff2e;
   border-radius: 10px;
   max-width: max-content;
   margin: auto;
}

.wy-services-wrapper .wy-cat-active-menu .wy-cat-active-menu-col {
   border-left: 1px solid #b9fd5096;
   padding-left: 12px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.wy-services-wrapper .wy-cat-active-menu .wy-cat-active-menu-col h5 {
   font-size: 20px;
   line-height: 25.2px;
   font-weight: 500;
   color: #fff;
   margin-top: 0;
   margin-bottom: 24px;
}

.wy-services-wrapper .wy-cat-active-menu .wy-cat-active-menu-col a {
   font-size: 16px;
   font-weight: 300;
   margin-bottom: 12px;
   cursor: pointer;
   display: block;
   color: #fff;
   text-decoration: none;
}

.wy-services-wrapper .wy-cat-active-menu .wy-cat-active-menu-col a:hover {
   color: var(--wy-main-color);
}

.wy-services-wrapper .wy-cat-active-menu .wy-cat-active-menu-col a:last-of-type {
   margin-bottom: 0;
}

.wy-cat-active-detailed-menu {
   margin: 50px 0 80px 0;
}

.wy-cat-active-detailed-menu .wy-detailed-flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 52px;
}

.wy-cat-active-detailed-menu .wy-detailed-flex img {
   width: 100%;
   border-radius: 8px;
}

.wy-cat-active-detailed-menu .wy-detailed-left-col h6 {
   font-size: 16px;
   font-weight: 400;
   text-transform: uppercase;
   color: var(--wy-main-color);
   line-height: 22.4px;
   letter-spacing: 2px;
}

.wy-cat-active-detailed-menu .wy-detailed-left-col h3 {
   color: #fff;
   margin: 16px 0 24px 0;
   font-weight: 600;
   font-size: 48px;
   line-height: 58px;
}

.wy-cat-active-detailed-menu .wy-detailed-right-col p {
   font-weight: 300;
   font-size: 18px;
   line-height: 1.6em;
}

.wy-cat-active-detailed-menu .wy-book-now-btn {
   display: inline-block;
   background-color: var(--wy-main-color);
   padding: 12px 14px;
   font-weight: 500;
   font-size: 16px;
   text-decoration: none;
   border-radius: 8px;
   cursor: pointer;
   margin-top: 32px;
   color: var(--wy-secondary-color);
}

/* Our process section */
.wy-process-box-container .wy-process-box figure.elementor-image-box-img::after {
   content: url('/wp-content/uploads/2024/02/line-arrow.png') !important;
   width: 100%;
   position: absolute;
   top: 30px;
   transform: translateX(-5px);
}

/* ********* */
/* Popup - hiding the default scrollbar */
.dialog-message.dialog-lightbox-message {
   overflow: hidden !important;
}

/* @media screen and (min-width: 1025px) {
   .wy-process-box-container:last-of-type .wy-process-box figure.elementor-image-box-img::after {
      content: none !important;
   }
} */

@media screen and (max-width: 1100px) {
   .wy-services-wrapper .wy-cat-active-menu {
      max-width: 80%;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 42px;
   }

   .wy-services-wrapper .wy-services-categories {
      justify-content: flex-start;
      overflow-x: scroll;
      padding-bottom: 12px;
   }

   /* width */
   .wy-services-wrapper .wy-services-categories::-webkit-scrollbar {
      height: 1px;
   }

   /* Track */
   .wy-services-wrapper .wy-services-categories::-webkit-scrollbar-track {
      background: #fff;
   }

   /* Handle */
   .wy-services-wrapper .wy-services-categories::-webkit-scrollbar-thumb {
      background: var(--wy-main-color);
   }

   .wy-services-wrapper .wy-services-categories a {
      min-width: max-content;
   }

   .wy-cat-active-detailed-menu .wy-detailed-flex {
      flex-direction: column;
   }

   .wy-cat-active-detailed-menu .wy-detailed-flex {
      gap: 32px;
   }

   .wy-services-wrapper .wy-services-main-heading {
      font-size: 38px;
      line-height: 42px;
   }

   .wy-services-wrapper .wy-services-categories {
      margin-top: 30px;
   }

   .wy-cat-active-detailed-menu {
      margin: 50px 0;
   }

   .wy-cat-active-detailed-menu .wy-detailed-left-col h3 {
      font-size: 32px;
      line-height: 40px;
   }

   /* portfolio responsive */
   .wy-portfolio-container {
      grid-template-columns: 1fr 1fr;
   }
}

@media screen and (max-width: 768px) {
   .wy-services-wrapper .wy-cat-active-menu {
      max-width: 100%;
      grid-template-columns: 1fr;
   }

   .wy-portfolio-container {
      grid-template-columns: 1fr;
   }

   .wy-portfolio-container {
      margin: auto !important;
   }
}

@media screen and (max-width: 600px) {
   .wy-services-wrapper {
      margin: 60px auto;
   }

   .wy-services-wrapper .wy-services-main-heading {
      margin-top: 12px;
      font-size: 30px;
      line-height: 36px;
   }
}
