/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #2b2412;
  --color2: #2b2412;
  --color3: #2b2412;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}

.white-btn .elementor-button:hover .elementor-button-text {
  text-decoration: underline;
}
.full-width .elementor-button {
  width: 100%;
}
.home header .hfe-site-logo-img {
  scale: 7;
  transform-origin: top center;
  transition: 1s ease all;
  opacity: 0;
  position: relative;
  z-index: 9;
}
input.wpcf7-form-control.wpcf7-submit {
  word-wrap: break-word;
  white-space: normal;
}
.home header .hfe-site-logo-img.active {
  scale: 1 !important;
  opacity: 1 !important;
}
/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #e9e9e9;
  text-align: center !important;
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 32px/42px Cambon;
  letter-spacing: 0px;
  color: #e9e9e9;
  margin: 0;
}

.hero-banner .theme-btn-custom {
  font: normal normal normal 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: underline !important;
  transition: all 0.4s ease;
}
.hero-banner .theme-btn-custom:hover {
  opacity: 0.5;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #e9e9e9;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicators [data-bs-target] {
  border: 0 !important;
}

.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 600 !important;
  background: #ececec;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 600 18px / 22px Cambon !important;
  letter-spacing: 0px;
  color: #2b2412 !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination-style-one .page-numbers i {
  font-size: 24px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-page .blog-post-card:nth-child(even) .row {
  flex-direction: row-reverse;
}

.blog-post-card {
  margin-bottom: 50px;
  border-radius: 0px;
  overflow: hidden;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 0px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding: 20px 60px;
}
.blog-content h4 {
  font: normal normal 600 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
}

a.back-btn {
  text-decoration: underline;
  font: normal normal normal 15px / 24px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
  display: block;
  text-underline-offset: 2px !important;
}
a.back-btn:hover {
  opacity: 0.5;
}

.blog-content .date {
  font: normal normal normal 15px / 25px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
  text-align: center;
}

.blog-page .blog-post-card:nth-child(even) .row .blog-content {
  padding-left: 0 !important;
}
.blog-content h2 {
  font-size: 32px !important;
  color: var(--color3);
  margin: 0;
}

.blog-content h2 a {
  color: var(--color2);
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
  font-family: Cambon;
}
b,
strong {
  font-family: Cambon !important;
}
.elemenetskit-tablepress {
  font-family: Cambon !important;
}

.read-more-btn {
  display: inline-block;
  background: var(--color1);
  font-size: 15px !important;
  color: var(--color4) !important;
  padding: 12px 30px !important;
  border-radius: 0px !important;
  margin-top: 15px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Cambon";
  text-align: center;
  min-width: 250px;
}

.read-more-btn:hover {
  background: var(--color4) !important;
  color: var(--color3) !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box .dropdown.text-md-end.text-center {
  width: 205px;
  margin-left: auto;
}
.sidebar-box .dropdown .dropdown-toggle::after {
  display: none !important;
}
.sidebar-box .dropdown .dropdown-menu {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 1px solid #2b2412;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
}
.sidebar-box .dropdown .dropdown-item {
  background: transparent;
  color: #2b2412;
  font: normal normal normal 15px / 23px Cambon;
  letter-spacing: 0px;
}
.sidebar-box .dropdown .dropdown-item:hover {
  color: #2b2412;
  text-decoration: underline !important;
  background: transparent;
}
.sidebar-box .dropdown .dropdown-item.active {
  color: #2b2412;
  text-decoration: underline !important;
  background: transparent;
}

.sidebar-box .btn.btn-outline-primary {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  font: normal normal normal 16px / 24px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  width: 100%;
  text-align: center;
  transition: all 0.4s ease;
}
.sidebar-box .btn.btn-outline-primary:hover {
  border: 1px solid #2b2412;
}

.sidebar-box {
  border-bottom: solid 1px #2b2928;
  border-radius: 0px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #2b2412;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #2b2412;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 30px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #2b2412 !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #2b2412 !important;
  margin-top: 2px;
}

button.load-more-btn {
  text-decoration: underline !important;
  font: normal normal normal 16px / 24px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: capitalize;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-slider-one {
  padding: 0 50px;
}

.testimonials-box-one {
  background: #e9e9e9;
  border: 0px;
  border-radius: 0px;
  padding: 30px;
  text-align: start;
  position: relative;
}

.testimonials-box-one .img-wrap {
  position: relative;
}
.testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.testimonials-box-one .img-wrap img {
  width: 60px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 18px / 24px Cambon;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 5px;
}
.testimonials-box-one .qoute-img {
  width: 40px;
  margin-bottom: 15px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .read-more {
  text-decoration: underline !important;
  font-family: Cambon;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Cambon;
}
.testimonial-text-full {
  font-family: Cambon;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Cambon;
  letter-spacing: 0px;
  color: #2b2412 !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Cambon;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 60px !important;
  min-width: 60px !important;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Cambon;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}

.twomorrow-font span {
  font-family: "Cambon", Sans-serif !important;
}

@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 60px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 400 16px / 24px Cambon;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* gallery css start */

div#gallery-container {
  column-count: 4;
  column-gap: 10px;
}

.gallery-post-card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  break-inside: avoid;
  margin-bottom: 10px;
  cursor: pointer;
}
.gallery-post-card .gallery-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  transform: translate(0%, 100%);
  color: #1a1818;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.gallery-model .img-wrap {
  height: 100% !important;
}
.gallery-model .img-wrap img {
  height: 100% !important;
  object-fit: cover;
  width: auto !important;
  min-height: 100%;
}
.gallery-post-card:hover .gallery-content {
  transform: translate(-0%, 0%);
}
.gallery-post-card .gallery-content h2 {
  color: #1a1818;
}
.gallery-post-card .gallery-content p {
  color: #1a1818;
}
.gallery-post-card .gallery-content h2 {
  font: normal normal normal 18px / 25px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
  text-transform: uppercase;
}
.gallery-post-card .gallery-content p {
  font: normal normal normal 15px/20px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
}

.model-gallery .brd-popop {
  font: normal normal normal 15px / 21px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  opacity: 0.5;
}

.model-gallery button.btn-close {
  position: absolute;
  top: -100px;
  right: -100px;
  opacity: 1;
  background-color: transparent;
  filter: invert(1);
  border: 0 !important;
  padding: 10px;
  outline: none !important;
  box-shadow: none !important;
}
.model-gallery .modal-body {
  background: #e9e9e9;
}
.model-gallery .content-wrap {
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  padding: 20px 50px;
}

.model-gallery .pop-ftr p {
  font: normal normal normal 15px/21px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
  opacity: 0.5;
}

.elementor-button-two {
  background-color: #e9e9e9;
  color: var(--color3);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color1);
  border-radius: 0px 0px 0px 0px;
  padding: 10px 30px 10px 30px;
  transition: all 0.4s ease;
}

.elementor-button-two:hover {
  color: var(--color3);
  text-decoration: underline !important;
}

/* gallery css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 1px solid #d1ccc9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #000000;
  font-size: 28px !important;
  cursor: pointer;
}
.arrowbtn:hover {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 1px solid #d1ccc9;
  color: #000000;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Cambon;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

span.xoo-wsc-sc-count,
span.xoo-wsch-items-count {
  font-size: 10px !important;
  right: -10px !important;
  top: -8px !important;
}

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Cambon;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Cambon;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Cambon;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Cambon;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Cambon !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Cambon;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

.job-row {
  border-top: 1px solid #2b2928;
  padding: 25px 0;
  gap: 35px;
}
.job-row:last-child {
  border-bottom: 1px solid #2b2928;
}
.job-row .job-heading {
  font: normal normal normal 24px/32px Cambon;
  letter-spacing: 0px;
  color: #2b2928;
  margin: 0;
  transition: all 0.4s ease;
}
.job-row .job-heading sup {
  font: normal normal normal 16px/24px Cambon;
  letter-spacing: 0px;
  margin: 0;
  color: #2b2928;
}
.blog-post-card {
  margin-bottom: 20px;
}
.career-description h3 {
  font: normal normal normal 18px / 25px Cambon;
}
.job-row .btn-link {
  font: normal normal normal 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.job-row .btn-link:hover {
  font-size: 18px;
}
.jobopening h3 {
  font: normal normal normal 35px / 100px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
}

.job-row:hover .job-heading {
  transform: translateX(10px);

  transition: all 0.4s ease;
}
.job-row:hover .btn-link {
  text-decoration: underline !important;
  color: #2b2412;
}

.blog-content .brdcrmb p {
  font: normal normal normal 15px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  opacity: 0.5;
}
.career-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.career-options h3 {
  font: normal normal normal 15px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
}
.career-options .Requirements {
  font: normal normal normal 15px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
}

.career-description h3 {
  font: normal normal normal 24px / 32px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  margin-top: 0;
  border-bottom: 1px solid #2b2412;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.career-description ul {
  padding-left: 15px;
  margin-bottom: 25px;
}
.career-description li,
.career-description p {
  font: normal normal normal 15px / 24px Cambon;
  letter-spacing: 0px;
  color: #1a1818;
}

.carrer-inner-apply {
  padding: 50px 0;
}

.captcha .cf7sr-g-recaptcha {
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform-origin: top right;
  -webkit-transform-origin: top right;
}
.captcha p:first-child {
  display: none;
}
.captcha .cf7sr-g-recaptcha div {
  margin-left: auto;
}

.codedropz-upload-inner h3 {
  position: relative;
  padding-top: 40px;
  font: normal normal normal 14px/20px Cambon;
  letter-spacing: 0px;
  color: #0f0f0f;
}
.codedropz-upload-handler span {
  display: none !important;
}
.codedropz-upload-inner h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/02/icon-upload@2x.png)
    no-repeat center;
  background-size: contain;
}
.codedropz-upload-container {
  padding: 20px 20px !important;
}

a.cd-upload-btn {
  font: italic normal normal 14px/20px Cambon;
  letter-spacing: 0px;
  color: #2b2928;
  opacity: 0.5;
}

.codedropz-upload-handler {
  border: 1px solid #2b2412 !important;
  background-color: #e9e9e9 !important;
  border-radius: 0px !important;
}

label.newssubmit {
  display: flex;
  width: 100%;
}
label.newssubmit {
  display: flex;
  width: 100%;
}
label.newssubmit .wpcf7-form-control-wrap {
  width: 100%;
}
label.newssubmit input.wpcf7-form-control,
label.newssubmit input.wpcf7-form-control:hover,
label.newssubmit input.wpcf7-form-control:focus,
label.newssubmit input.wpcf7-form-control:focus-visible {
  text-align: center !important;
  font: italic normal normal 16px / 24px Cambon !important;
  letter-spacing: 0px;
  color: #1a1818 !important;
  border: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #1a1818 !important;
  outline: none !important;
  box-shadow: none !important;
}

label.newssubmit .newsletter-submit {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  position: absolute !important;
  right: 0 !important;
  padding: 11px 0px !important;
  font-size: 16px !important;
}

.shape-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 110px;
  clip-path: polygon(0 0, 0 35%, 100% 0);
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/03/New-Project.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300%;
}
.shape-wrapper:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 150px;
  height: 110px;
  clip-path: polygon(63% 100%, 100% 100%, 100% 0);
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/03/New-Project.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300%;
}

/* .asseenon .shape-wrapper:before {
    background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/05/web.jpg);
}
.asseenon .shape-wrapper:after {
    background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/05/web.jpg);
} */

.disable_product img {
filter: brightness(0.5);
    opacity: 0.3;
}

.bgblack-clippy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 110px;
  clip-path: polygon(0 0, 0 35%, 100% 0);
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/02/web2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300%;
}
.bgblack-clippy:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 150px;
  height: 110px;
  clip-path: polygon(63% 100%, 100% 100%, 100% 0);
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/02/web2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300%;
}

.shape-create-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 110px;
  clip-path: polygon(0 0, 0 35%, 100% 0);
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/05/web.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300%;
}
.shape-create-wrapper:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 150px;
  height: 110px;
  clip-path: polygon(64% 100%, 100% 100%, 100% 0);
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/05/web.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300%;
}

sup.fs-9 {
  font-size: 14px;
}

.flex-process .elementor-image-box-wrapper {
  display: flex;
  gap: 10px;
}

.owce-carousel-testimonial-three .owl-quote-icon svg {
  width: 40px;
}
.owce-carousel-testimonial-three .owl-testimonial-footer {
  margin-bottom: 0px !important;
  display: flex;
  gap: 20px;
  align-items: center;
}
.owce-carousel-testimonial-three .owl-nav i {
  border-radius: 30px !important;
  border: 1px solid #d1ccc9 !important;
}
.owce-carousel-testimonial-three .owl-stage-outer {
  padding-bottom: 0px !important;
}
.owce-carousel-testimonial-three .owl-item.active:nth-child(2) {
  opacity: 0.6;
}

.size-guide ol {
  padding-left: 15px;
  padding-bottom: 15px;
}
.size-guide ol li {
  font-weight: 600;
  margin-bottom: 4px;
}
.size-guide ol li p {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.startdot .elementor-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #e9e9e9;
  border-radius: 10px;
  border: 1px solid #2b2412;
}
.linefont .elementor-heading-title {
  color: transparent !important;
  -webkit-text-stroke: 1px #707070;
}

.category-box .category-box-image {
  overflow: hidden;
}
.category-box .category-box-image img {
  transition: all 0.4s ease;
}
.category-box:hover .category-box-image img {
  scale: 1.05;
}
.category-box h4 {
  font: normal normal normal 16px / 24px Cambon;
  letter-spacing: 0px;
  color: #2b2928;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.category-box:hover h4 {
  text-decoration: underline !important;
}

.ul-ps-15 ul {
  padding-left: 15px !important;
}
.tablepress tr {
  border-color: #aaa !important;
  border-style: solid !important;
  border-width: 1px !important;
}
.tablepress th,
.tablepress td {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #2b2412 !important;
}
.tablepress caption {
  display: none !important;
}
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
  transform: translateY(0) !important;
  transition: 0 !important;
}

.mega-menuwraper:hover .elementor-widget-image img {
  animation-name: imgblur;
  animation-duration: 0.4s;
}
.mega-menuwraper .onhover {
  opacity: 0;
  display: none;
}
.mega-menuwraper:hover .onhover {
  opacity: 1;
  display: inline-flex;
}
.faqtab
  > .e-n-tabs[data-touch-mode="false"]
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:hover {
  text-decoration: underline;
}
.faqtab .e-n-tab-title[aria-selected="true"],
.faqtab .e-n-tab-title[aria-selected="true"] a {
  text-decoration: underline;
}
button.pum-close.popmake-close {
  position: absolute;
  right: -150px !important;
  top: -50px !important;
  color: #fff !important;
}

@keyframes imgblur {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.elementskit-navbar-nav > li.current-menu-item > a,
.elementskit-navbar-nav > li:hover > a {
  text-decoration: underline !important;
}
.diamonds-box:hover h2.elementor-heading-title.elementor-size-default {
  text-decoration: underline;
}

.pum-active ~ .logoimg {
  scale: 1.5;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 0;
}

.woof_products_top_panel {
  z-index: 0 !important;
}
.eicon-search-menu .ekit-menu-nav-link:before {
  content: "\e851";
  font-family: eicons;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  position: absolute;
  top: 17px;
}
.is-form-style input.is-search-input {
  font: normal normal normal 16px / 23px Cambon !important;
  letter-spacing: 0px !important;
  color: #2b2412 !important;
  text-transform: capitalize !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  padding: 13px 0 !important;
  height: 45px;
}
span.is-search-icon {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 28px !important;
  color: #2b2412 !important;
}
.is-form-style.is-form-style-3 label {
  width: calc(100% - 50px) !important;
}
.is-form-style button.is-search-submit {
  width: 50px !important;
  height: 45px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: end;
}
.right-section .woocommerce-Price-amount.amount {
  font: normal normal normal 16px / 23px Cambon !important;
  letter-spacing: 0px;
  color: #2b2412 !important;
  opacity: 0.5;
}
input.wpcf7-form-control.wpcf7-submit {
  padding-left: 60px;
  padding-right: 60px;
}
.is-ajax-search-details a,
.is-ajax-search-result a {
  font: normal normal normal 16px/23px Rethink !important;
  letter-spacing: 0px !important;
  color: #2b2412 !important;
}

span.yith-wcwl-add-to-wishlist-button__label {
  font: normal normal normal 16px / 24px Cambon;
  letter-spacing: 0px;
  color: var(--color3);
}
.woocommerce table.shop_table.wishlist_table tr td.product-name a {
  font: normal normal 500 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: capitalize;
}
.woocommerce table.shop_table.wishlist_table tr .product-add-to-cart a {
  background: #2b2412 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px 30px;
  border-radius: 0;
  font: normal normal normal 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #e9e9e9;
  text-transform: capitalize;
  min-width: 175px;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
  font: normal normal 500 18px / 24px Cambon !important;
  letter-spacing: 0px;
  color: #2b2412;
}

.xoo-wsc-ft-totals {
  border-top: 1px solid #2b2412;
}
span.xoo-wsc-ft-amt-label {
  font: normal normal 500 18px / 26px Cambon !important;
  letter-spacing: 0px;
  color: #2b2412;
}
.xoo-wsc-ft-amt-subtotal {
  display: flex;
}

.wishlist-item .wishlist-thumb {
  width: 100px;
  min-width: 100px;
}
.wishlist-item .wishlist-content a {
  font: normal normal 500 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: capitalize;
}
.wishlist-item .wishlist-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.wishlist-item .wishlist-content .woocommerce-Price-amount.amount {
  font: normal normal 500 16px / 23px Cambon !important;
  letter-spacing: 0px !important;
  color: #2b2412 !important;
  text-transform: uppercase;
  opacity: 1 !important;
}
.rightwrap {
  display: grid;
  justify-content: space-between;
  height: 100%;
}
.rightwrap .wishlist-remove {
  text-decoration: underline !important;
  font: normal normal normal 16px / 23px Cambon !important;
  letter-spacing: 0px;
  color: #2b2412;
  text-align: right;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
  margin: 0;
}
table.item-details-table td {
  background-color: transparent !important;
  padding: 0 !important;
}
.wishlist_table.mobile
  li
  .additional-info-wrapper
  .product-add-to-cart
  .add_to_cart_button {
  background: #2b2412 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px 30px;
  border-radius: 0;
  font: normal normal normal 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #e9e9e9;
  text-transform: capitalize;
  min-width: 175px;
  margin: 0 !important;
}
ul.shop_table .additional-info-wrapper {
  display: flex;
  justify-content: space-between;
}
.wishlist_table.mobile {
  padding-left: 0 !important;
}
.wishlist_table.mobile li {
  background: #fff;
  padding: 10px;
}
.wishlist_table.mobile li .item-wrapper {
  width: calc(100% - 0px) !important;
}
.wishlist_table.mobile .woocommerce-Price-amount.amount {
  font: normal normal 500 16px / 24px Cambon !important;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: uppercase;
  opacity: 1 !important;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
  font: normal normal 500 16px / 23px Cambon;
  letter-spacing: 0px;
  color: #2b2412;
  text-transform: capitalize;
}
.signupclick,
.wishupclick,
.remove-close,
.remove-closew {
  cursor: pointer;
}
.wish-up-canvas {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999 !important;
  display: none;
}

.wish-up-canvas.show {
  opacity: 1;
  display: block;
}

.sign-up-canvas {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999 !important;
  display: none;
}

.sign-up-canvas.show {
  opacity: 1;
  display: block;
}
.product-informations .accordion .accordion-body ul {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1023px) {
  button.pum-close.popmake-close {
    position: absolute;
    right: 7px !important;
    top: 7px !important;
    color: #000 !important;
  }
}

.ekit-wid-con .icon.icon-cross::before,
.icon.icon-cross::before {
  font-weight: 900;
}

.page-id-60 .asseenon {
  margin: 30px 0;
}

.effect-blury {
  position: relative;
  height: 100%;
  z-index: 0;
}

.effect-blury:before {
  background-image: url(https://draftsite1.com/twomorrow-jewellery/wp-content/uploads/2026/03/loopableNoise.gif);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.18;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  background-size: 5%;
  position: absolute;
}

li.view-all {
  display: block !important;
  cursor: pointer !important;
}
li.view-all span {
  display: none !important;
}

#woof_tax_mselect_product_cat_chosen .chosen-choices li.search-field:before {
  content: "Category";
}
#woof_tax_mselect_occasion_chosen .chosen-choices li.search-field:before {
  content: "Occasion";
}
#woof_tax_mselect_diamond_chosen .chosen-choices li.search-field:before {
  content: "Diamond";
}
#woof_tax_mselect_by_type_chosen .chosen-choices li.search-field:before {
  content: "By Type";
}

#woof_tax_mselect_material_chosen .chosen-choices li.search-field:before {
  content: "Material";
}
#woof_tax_mselect_by_collection_chosen .chosen-choices li.search-field:before {
  content: "Collection";
}

.woof
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  display: none;
}

.evnt-slider .elementor-widget-text-editor {
  height: 150px !important;
  overflow-y: scroll;
}
.evnt-slider .elementor-widget-text-editor::-webkit-scrollbar {
  display: none;
}

.sign-in-user,
.sign-out-user {
  display: none;
}

body:not(.logged-in) .sign-in-user {
  display: flex;
}

body.logged-in .sign-out-user {
  display: flex;
}
.gallery-model a.elementor-button,
.gallery-model .btn-wrap,
.gallery-model .gallery-text-full,
.gallery-model h5 {
  font-family: Cambon;
}

@media only screen and (max-width: 1024px) {
  .eicon-search-menu .ekit-menu-nav-link:before {
    content: "\e851";
    font-family: eicons;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 8px;
  }
}
.chosen-container-active .chosen-drop {
  display: block !important;
}

@media only screen and (max-width: 991px) {
  .woof .chosen-drop {
    z-index: 1 !important;
    display: none;
    position: relative;
  }
  .chosen-with-drop.chosen-container-active .chosen-drop {
    display: block !important;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .xoo-wsc-sc-bki {
    font-size: 16px;
    top: 0px !important;
    position: relative;
  }
  .eicon-search-menu .ekit-menu-nav-link:before {
    font-size: 18px;
    top: 8px;
    right: 26px;
  }
  .carrer-inner-apply {
    padding: 30px 0;
  }
  .job-row .job-heading {
    font: normal normal normal 16px / 26px Cambon;
  }
  .job-row .job-heading sup {
    font: normal normal normal 10px / 20px Cambon;
  }
  .job-row .btn-link {
    font: normal normal normal 16px / 23px Cambon;
  }
  .career-options h3 {
    font: normal normal normal 12px / 23px Cambon;
  }
  .career-options .Requirements {
    font: normal normal normal 12px / 23px Cambon;
  }
  .career-description li,
  .career-description p {
    font: normal normal normal 10px / 18px Cambon;
  }
  .career-description h3 {
    font: normal normal normal 16px / 32px Cambon;
  }
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .hero-banner .theme-btn-custom {
    font: normal normal normal 12px / 20px Cambon;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .model-gallery button.btn-close {
    top: 10px;
    right: 10px;
    filter: none;
    z-index: 1;
  }
  div#gallery-container {
    column-count: 2;
  }
  .blog-content {
    padding: 0px;
  }
  .job-row .job-meta {
    justify-content: end;
    margin-top: 10px;
  }
  .testimonials-slider-one {
    padding: 0 30px;
  }
  .blog-content h2 a {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }
  .blog-content h2 {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }
  .jobopening h3 {
    font: normal normal normal 16px / 30px Cambon;
  }
  .shiping h3 {
    font-size: 16px !important;
  }
  .evnt-slider .elementor-widget-text-editor {
    height: 80px !important;
    overflow-y: scroll;
  }
  .testimonials-box-one .title,
  .testimonials-box-one-popup .title {
    font: normal normal normal 12px / 24px Cambon;
  }
  .model-testimonial .testimonials-wrap .title {
    font: normal normal 400 12px / 24px Cambon;
  }
  .testimonials-box-one .img-wrap img {
    width: 35px !important;
  }
  .model-testimonial .img-wrap img {
    width: 45px !important;
  }
  .testimonials-box-one .content-box {
    height: 95px;
  }
  .gallery-post-card .gallery-content h2 {
    font: normal normal normal 16px / 25px Cambon;
  }
  .gallery-post-card .gallery-content p {
    font: normal normal normal 10px / 20px Cambon;
  }
  .gallery-model h5 {
    font-family: Cambon;
    font-size: 16px !important;
  }
  .mob-high {
    height: 150px !important;
    overflow-y: scroll !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .mob-high > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .care-guide button.htslider-carosul-next.slick-arrow {
    top: 130px !important;
  }
  .care-guide button.htslider-carosul-prev.slick-arrow {
    top: 130px !important;
  }
}

@media only screen and (max-width: 576px) {
  div#gallery-container {
    column-count: 1;
  }
}
