/*
 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: #0174ad;
  --color2: #ff1c25;
  --color3: #292c2d;
  --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%;
}

/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
}
.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: #fff;
  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-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: 400 !important;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 400 18px / 22px Montserrat !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0px solid #ececec;
  border-radius: 0px;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.pagination-style-one .prev.page-numbers i,
.pagination-style-one .next.page-numbers i {
  font-size: 24px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

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

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  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-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !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 {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.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: #292c2d;
  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: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 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: #292c2d !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: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Montserrat;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.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 .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;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Montserrat;
  letter-spacing: 0px;
  color: #292c2d !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;
  height: 100% !important;
}
.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 Montserrat;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 10px;
  min-height: 130px;
}
.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: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
} */
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 500 15px / 24px Inter;
  letter-spacing: 0px;
  color: #272727;
  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;
}
.model-testimonial .title-wrap .cus-title {
  font: normal normal 500 18px / 26px Inter;
  letter-spacing: 0px;
  color: #272727;
  margin: 0;
}

.model-testimonial .testimonial-text-full {
  font: normal normal normal 15px / 24px Inter;
  letter-spacing: 0px;
  color: #272727;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.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: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Montserrat;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

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

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #647b51;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.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: #cfcfcf;
  border-color: #cfcfcf;
}
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 Montserrat;
  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 */

/* 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 Montserrat;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Montserrat;
  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 Montserrat;
  letter-spacing: 0px;
  color: #292c2d;
  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 Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Montserrat;
  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 Montserrat !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 Montserrat;
  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;
}

/* my start */

.elementor-element-8dca604 .elementor-icon-list-icon svg path {
  fill: #647b51;
  transition: fill 0.3s ease;
}

.elementor-element-8dca604 .elementor-icon-list-item:hover svg path {
  fill: #929ca7;
}

.hfe-menu-toggle i {
  transition: transform 0.3s ease;
}

.parent-has-child:hover .hfe-menu-toggle i {
  transform: rotate(180deg);
}

.sub-menu li a {
  white-space: nowrap;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -45px;
}

/* Instructors start */
.instructor-card {
  border-radius: 15px;
  transition: all 0.3s ease;
}

.instructor-card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.instructor-card img {
  width: 70%;
  border-radius: 50% !important;
}

.instructor-card-body h2 {
  font-size: 20px !important;
  color: #272727 !important;
  margin-top: 30px;
  line-height: 0.3em !important;
}

.instructor-card-body h3 {
  font-size: 14px !important;
  color: #51647b;
  font-style: italic;
  font-family: "Inter", sans-serif !important;
}
.instructor-card-body p {
  font-size: 15px !important;
  color: #272727 !important;
  font-family: "Inter", sans-serif !important;
}

/* Inline Read More Button */
.instructor-btn-readmore {
  display: inline-block;
  font-family: "Inter", sans-serif !important;
  color: #90b276 !important;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
  margin-left: 6px;
}

.instructor-btn-readmore:hover {
  color: #929ca7 !important;
  text-decoration: none;
}

.model-instructor .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 0 !important;
  padding: 50px 70px;
}
.model-instructor .instructor-text-full {
  font: normal normal normal 16px / 24px Inter;
  letter-spacing: 0px;
  color: #272727;
}

.model-instructor .instructor-heading .img-wraps img {
  border-radius: 50% !important;
}

.model-instructor .instructor-heading .title-wrap .cus-title {
  font: normal normal 500 21px/30px Montserrat !important;
  letter-spacing: 0px;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  color: #647b51;
  text-align: center;
}
.model-instructor .instructor-heading .title-wrap h3 {
  font: italic normal normal 14px/20px Inter;
  letter-spacing: 0px;
  text-align: center;
  color: #51647b;
}

.model-instructor button.btn-close {
  position: absolute;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: 20px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
  color: #647b52;
  font-size: 28px;
}

/* Instructors end */

/* testimonial start */
.testimonials-box-two {
  border-radius: 0px;
  padding: 20px;
  background: #fff;
  box-shadow: none !important;
}
.content-box .description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #272727;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.read-more-link:hover {
  text-decoration: underline;
}
.testimonials-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.testimonials-wrap .img-wrap img {
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-wrap .title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.img-wrap.initial-wrap {
  width: 60px;
  height: 60px;
  background-color: #51647b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.testimonials-box-two .rating {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #ffc400;
  font-size: 25px;
}
a.read-more {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #272727 !important;
  margin-bottom: 10px;
  text-decoration: underline !important;
  cursor: pointer;
}

/* testimonial end */

/* carrer start */
.job-section h2 {
  font-size: 22px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 20px;
}

.job-section .btn-primary {
  background-color: #647b51;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: none;
}

.job-section .btn-primary:hover {
  background-color: #929ca7;
  color: #fff;
  text-decoration: none;
}

.job-section span {
  font-size: 16px;
  color: #647b51;
  font-family: "inter", sans-serif;
}

.job-section {
  border-bottom: 1px solid #647b51;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
/* carrer end */

/* carrer inner page start */

.job-detail-section ul {
  list-style: disc !important;
  list-style-position: inside !important;
  padding-left: 0 !important;
  margin-bottom: 1rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
}

.job-detail-section .btn-primary {
  background-color: #647b51;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: none;
}
.job-detail-section .btn-primary:hover {
  background-color: #929ca7;
  color: #fff;
  text-decoration: none;
}
.job-detail-section h4 {
  font-size: 18px;
  color: #272727;
  font-weight: 600;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.job-detail-section .job-meta {
  margin-bottom: 30px !important;
}
.job-detail-section h2 {
  font-size: 34px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 30px;
}

.job-detail-section p {
  font-size: 15px !important;
  font-family: "Inter", sans-serif;
  color: #272727;
}
.job-detail-section .rit-bg {
  background-color: #f4f2f2;
  padding: 50px 30px 50px 30px;
}

.job-detail-section .breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 30px !important;
}

.job-detail-section .breadcrumb a {
  color: #9b9b9b;
  text-decoration: none;
}

.job-detail-section .breadcrumb .breadcrumb-item.active {
  color: #647b51;
}

.job-detail-section ul li {
  margin-bottom: 0.5rem !important;
}

.job-detail-section p strong {
  color: #647b51;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 40px;
}
.job-detail-section .row {
  display: flex;
  align-items: flex-start;
}

.custom-journal-inner h2 {
  color: #272727;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

/* carrer inner page end */

a.btn.btn-primary:active {
  background-color: #929ca7 !important;
  border-color: #929ca7 !important;
}

.work-inner-card .btn-outline-secondary {
  background-color: #fff !important;
  color: #647b51 !important;
}

.work-inner-card .btn-outline-secondary:hover {
  background-color: #90b276 !important;
  color: #fff !important;
}

.woocommerce-variation-add-to-cart::before {
  content: "QUANTITY" !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #272727 !important;
  margin-bottom: 10px !important;
  font-family: "Inter", sans-serif !important;
}

/* Custom dropdown arrow for variation selects */
.variations select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
  background-color: #fff;
  background-image: url("https://draftsite1.com/bare-pilates/wp-content/uploads/2025/10/dropdown-chevron.svg") !important;
  border-radius: 6px;
  font-size: 15px;
  color: #000;
  width: 100%;
  cursor: pointer;
}
.variations select::-ms-expand {
  display: none;
}
.variations td.value {
  position: relative;
  overflow: visible !important;
}

.e-n-accordion
  .e-n-accordion-item:last-child
  > summary.e-n-accordion-item-title {
  border: none !important;
}

.pum-theme-1075 .pum-container,
.pum-theme-lightbox .pum-container {
  box-shadow: none !important;
}

a.wpgis-popup {
  display: none !important;
}

section.related.products:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 500%;
  height: 100%;
  background: #f4f2f2;
  z-index: -1;
}

.instructor-card .description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.eicon-angle-left,
.eicon-angle-right {
  color: #647b51 !important;
}

.journal-inner-card ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  list-style-position: inside;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

/* application form start */

#your-Position {
  background-color: #f4f2f2 !important;
  color: #9b9b9b !important;
  font-weight: 400 !important;
}

.dnd-upload-counter {
  display: none;
}

.codedropz-upload-container {
  padding: 30px 20px;
}
.codedropz-upload-container a {
  color: #9b9b9b !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
.codedropz-upload-container span {
  display: none;
}
.codedropz-upload-handler {
  border: 1px dashed #c7ccc3;
  border-radius: 0px;
  margin-bottom: 10px;
  position: relative;
}

.codedropz-upload-inner h5::before {
  content: "";
  display: block;
  width: 50px; /* icon size */
  height: 50px;
  margin: 0 auto 8px auto;
  background: url("https://draftsite1.com/bare-pilates/wp-content/uploads/2025/10/upload.svg")
    no-repeat center center;
  background-size: contain;
}

.appli.btn-primary {
  background-color: #647b51;
  color: #fff;
  border: none;
  padding: 15px 50px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.appli.btn-primary:hover {
  background-color: #929ca7;
}
/* application form end  */

/* Journal start */

.journal-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  color: #272727;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 10px;
}

.journal-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #90b276;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 100px;
  z-index: 10;
  text-transform: uppercase;
}

.img-hover-journal {
  position: relative;
  display: inline-block;
}

.img-hover-journal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 100, 123, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.img-hover-journal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  width: 40px;
  height: 40px;
  background-image: url("https://draftsite1.com/bare-pilates/wp-content/uploads/2025/10/icon-plus1-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.journal-card:hover .img-hover-journal::before,
.journal-card:hover .img-hover-journal::after {
  opacity: 1;
}

.journal-card:hover .img-hover-journal::after {
  transform: translate(-50%, -50%) scale(1.1);
}
/* Journal end */

/* Journal inner page start */

.journal-inner-card {
  margin-top: 80px;
}
.custom-journal-inner {
  font-family: Inter, sans-serif;
  color: #333;
}

.custom-journal-inner .breadcrumb a {
  color: #9b9b9b;
  text-decoration: none;
  font-size: 14px;
}

.custom-journal-inner .breadcrumb .breadcrumb-item.active {
  color: #647b51;
  font-size: 14px;
  margin-top: 2px;
}

.journal-label-inner-card {
  background-color: #90b276;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 100px;
}

.custom-journal-inner .journal-label {
  display: inline-block;
  background-color: #f0f0f0;
  color: #647b51;
  padding: 5px 10px;
  font-size: 36px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.custom-journal-inner .journal-title {
  font-size: 32px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 20px !important;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif !important;
}

.custom-journal-inner .journal-meta {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #272727;
  margin-bottom: 60px !important;
}

.custom-journal-inner .journal-meta img {
  display: inline-block;
}

.custom-journal-inner .journal-main-image img {
  width: 100%;
}

.custom-journal-inner .journal-inner-card p {
  font-size: 15px;
  line-height: 1.8em;
  color: #272727;
}

.custom-journal-inner .btn.btn-primary {
  background-color: #647b51;
  color: #fff;
  border: none;
  padding: 15px 60px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.custom-journal-inner .btn.btn-primary:hover {
  background-color: #929ca7;
}

.journal-inner-card .btn-inner-j {
  text-align: center !important;
  margin-top: 80px !important;
}

/* Journal inner page end */

/* work shop event page start */

.event-card .event-title {
  font-size: 22px;
  margin-top: 15px;
  line-height: 1.6em !important;
  text-align: center;
  color: #272727;
}
.img-hover-event img {
  width: 100% !important;
}
.event-card {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.workshops-events-grid-section .img-hover-event {
  position: relative;
  display: inline-block;
}

.workshops-events-grid-section .img-hover-event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 100, 123, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.workshops-events-grid-section .img-hover-event::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  width: 30px;
  height: 30px;
  background-image: url("https://draftsite1.com/bare-pilates/wp-content/uploads/2025/10/icon-plus1-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.workshops-events-grid-section .event-card:hover .img-hover-event::before,
.workshops-events-grid-section .event-card:hover .img-hover-event::after {
  opacity: 1;
}

.workshops-events-grid-section .event-card:hover .img-hover-event::after {
  transform: translate(-50%, -50%) scale(1.1);
}

/* work shop event page end */

.resource-card .img-hover-journal {
  text-align: center;
  display: block;
  border: 1px solid #c7ccc3;
}
.resource-card .img-hover-journal img {
  height: 325px;
  object-fit: cover;
  margin: auto;
}

.resource-modal button.btn-close {
  padding: 12px;
  z-index: 99;
  filter: brightness(0) saturate(100%) invert(47%) sepia(25%) saturate(485%)
    hue-rotate(50deg) brightness(90%) contrast(92%);
  border-radius: 0;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.resource-modal .resource-popup-content .image-wrap {
  border-bottom: 1px solid #c7ccc3;
  text-align: center;
}
.resource-popup-content .content-wrap {
  padding: 30px 60px;
}
.resource-popup-content .content-wrap .by-book {
  font: italic normal normal 14px / 20px Inter;
  letter-spacing: 0px;
  color: #51647B;
}
.content {
  font: normal normal normal 16px/23px Inter;
  letter-spacing: 0px;
  color: #272727;
}

.resource-popup-content .content-wrap .title-book {
  font: normal normal 500 24px/35px Montserrat;
  letter-spacing: 0px;
  color: #647b51;
  margin-top: 0;
}
/* work shop event inner page start */
.custom-workshops-inner a {
  color: #9b9b9b;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
}
.custom-workshops-inner .breadcrumb-item.active {
  color: #647b51;
  margin-top: 2px;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
}

.img-workshop img {
  width: 100%;
}

.work-inner-card .work-title {
  font-size: 34px;
  font-weight: 400;
  text-align: start;
  color: #272727;
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}

.work-inner-card p {
  font-size: 15px;
  color: #272727;
  text-align: start;
  margin-bottom: 50px;
  font-family: "Inter", sans-serif !important;
}

.work-inner-card {
  margin-top: 100px;
}

/* work shop event inner page end */

.wpgis-slider-for .slick-slide {
  padding-right: 2px !important;
}

@media only screen and (max-width: 768px) {
  .job-detail-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .job-detail-section .breadcrumb {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  .journal-inner-card {
    margin-top: 20px;
  }
  .custom-journal-inner .journal-title {
    font-size: 24px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 20px !important;
    margin-top: 30px;
    font-family: "Montserrat", sans-serif !important;
  }
  .journal-inner-card .btn-inner-j {
    text-align: center !important;
    margin-top: 40px !important;
  }
  .event-card .event-title {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.2em !important;
    text-align: center;
    color: #272727;
  }

  .event-card {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .work-inner-card .work-title {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #272727;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .work-inner-card p {
    text-align: center;
  }
  .work-inner-card {
    margin-top: 20px;
  }
}
/* my end */

@media only screen and (max-width: 768px) {
  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: 24px;
    line-height: 30px;
  }
  /* 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;
  }
}

@media (max-width: 768px) {
  .work-inner-card .btn-outline-secondary {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .testimonials-slider .slick-slide {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    float: none !important;
  }

  .testimonials-slider .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .testimonials-slider .slick-list {
    padding: 0 !important;
    overflow: hidden !important;
  }

  .testimonials-slider .item {
    margin: 0 auto !important;
  }
  .journal-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .woocommerce .quantity button.custom-minus,
  .woocommerce .quantity button.custom-plus {
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    color: #647b51 !important;
    padding: 10px 50px !important;
    cursor: pointer !important;
  }

  .single-product .summary .single_add_to_cart_button {
    width: 290px !important;
    padding: 16px 10px !important;
  }
}

.resources-section .img-hover-resource {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c7ccc3;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.resources-section .img-hover-resource img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  z-index: 1;
}

.img-hover-resource::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 100, 123, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.img-hover-resource::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  width: 40px;
  height: 40px;
  background-image: url("https://draftsite1.com/bare-pilates/wp-content/uploads/2025/10/icon-plus1-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.resource-card:hover .img-hover-resource::before,
.resource-card:hover .img-hover-resource::after {
  opacity: 1;
}

.resource-card:hover .img-hover-resource::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.resources-section .resource-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #90b276;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  z-index: 5;
}

.resources-section .resource-title {
  font-size: 20px;
  color: #272727;
  text-align: start;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 20px;
}

/* Popup Pilates Style */
.pilates-book-section {
  font-family: "Inter", sans-serif;
  color: #222;
  background-color: #fff;
}
.pilates-label {
  background-color: #90b276;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 100px;
  z-index: 10;
  align-self: start;
}
.pilates-image-container img {
  max-width: 250px;
}
.pilates-title {
  font-size: 22px;
  font-weight: 600;
  color: #516047;
  margin-bottom: 8px;
}
.pilates-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Close button same as reference */
.modal .pr-btn-close {
  background-color: transparent;
  border: none !important;
  color: #647b51 !important;
  width: 40px;
  height: 40px;
  font-size: 30px;
  align-self: start;
  opacity: 1 !important;
}
.modal .pr-btn-close:hover {
  background: transparent !important;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .modal .d-flex.justify-content-between {
    flex-direction: column;
    align-items: center;
  }
  .pilates-label {
    margin-bottom: 10px;
  }
  .pilates-image-container {
    margin-bottom: 10px;
  }
  .pr-btn-close {
    position: absolute;
    top: 0px;
    right: 10px;
  }
}
