 :root {
        --base-color: #00AA55;
        --base-color-2: #222d3b;
        --base-color-3: #0077FF;
        --base-color-4: #999999;

        --base-color-2-rgb: 34, 45, 59;

        --primary-color-custom: var(--base-color-2);
        --secondary-color-custom: var(--base-color);
        --background-color-custom: #f1f5f7 !important;
        --primary-color-custom-rgba: rgba(0, 119, 255, 0.15);
        --secondary-color-custom-rgba: rgba(0, 170, 85, 0.1);
    } 

/* Global */
    body{
      overflow-x: hidden;
    }
    ul{
        list-style: none;
    }

    .headline h1,
    .headline h2,
    .headline h3,
    .headline h4,
    .headline h5,
    .headline h6 {
        margin-bottom: 0;
        font-weight: 400;
        font-family: var(--heading);
    }

    section{
        overflow: visible !important;
    }

    .btn-primary:hover,
    button.loading,
    button:disabled  {
      background-color: var(--base-color) !important;
    }

    .navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--base-color-2);
}

    .elx-img-shade {
    top: 0;
    left: 0%;
    width: 0%;
    content: "";
    height: 100%;
    z-index: 1;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    position: absolute;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    animation-duration: 1s;
    animation-duration: 1s;
    background-color: #F0F0F5;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-name: bizx-img-shade;
    -webkit-animation-name: bizx-img-shade;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

@-webkit-keyframes bizx-img-shade {
  0%, 100% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 105%;
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bizx-img-shade {
  0%, 100% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 105%;
    left: 0%;
  }
  100% {
    left: 100%;
  }
}


    /* btn */

    .elx-btn a {
        z-index: 1;
        font-weight: 500;
        position: relative;
        display: inline-block;
        color: var(--base-color-2);
        padding: 17px 78px 17px 30px;
        border: 2px solid var(--base-color);
    }

    .elx-btn a:before {
        top: 50%;
        width: 1px;
        content: "";
        right: 52px;
        height: 60%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-color: var(--base-color);
    }

    .elx-btn a:after {
        top: 0;
        right: 0;
        left: auto;
        width: 0%;
        z-index: -1;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-color: var(--base-color);
    }

    .elx-btn a i {
        top: 50%;
        right: 20px;
        font-size: 20px;
        position: absolute;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .elx-btn a:hover {
        color: #fff;
    }

    .elx-btn a:hover:after {
        left: 0;
        right: auto;
        width: 100%;
    }

    .elx-btn a:hover:before {
        background-color: #fff;
    }

    .elx-btn a:hover i {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    /*---------------------------------------------------- */
    /*About area*/
    /*----------------------------------------------------*/
    .elx-about-section {
        padding: 180px 0px 120px;
    }

    .elx-about-content{
      min-height: 820px;
    }

    .elx-about-section .elx-about-img {
        left: 0;
        bottom: -155px;
    }

    .elx-about-section .elx-about-img img{
      max-height: 540px;
      width: 100%;
      object-fit: cover;
    }

    .elx-about-img2,
    .elx-about-img3,
    .elx-about-img4,
    .elx-about-img5{
      border: 6px solid rgba(255, 255, 255, 0.7);
    }

    .elx-about-img2 img,
    .elx-about-img3 img,
    .elx-about-img4 img,
    .elx-about-img5 img{
            width: 100%;
      object-fit: cover;
      max-width: 220px;
      height: 292px !important;
    }

    .elx-about-counter-wrapper {
        margin: 38px 0px 50px;
    }

    .elx-about-counter-item {
        margin-right: 65px;
    }

    .elx-about-counter-item:last-child {
        margin-right: 0;
    }

    .elx-about-counter-item h3 {
        font-size: 42px;
        font-weight: 600;
        color: var(--base-color);
    }

    .elx-about-counter-item p {
        font-size: 20px;
        font-weight: 500;
        padding-top: 5px;
        color: var(--base-color-2);
    }

    .elx-about-feature-list-area {
        width: 100%;
        max-width: 385px;
        background-color: #fff;
        padding: 40px 20px 20px 30px;
        -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.03);
    }

    .elx-about-feature-list-area ul{
      padding-left: 0;
    }

    .elx-about-feature-list-area li {
        padding-left: 30px;
        position: relative;
        margin-bottom: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

   .elx-about-feature-list-area li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--base-color-3);
    transition: all 0.5s ease;
}

    .elx-about-feature-list-area li:hover {
        padding-left: 40px;
    }

    .elx-about-feature-list-area li:hover:before {
        left: 15px;
    }

    .elx-about-feature-list {
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin-top: 50px;
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-transform: translateX(95px);
        transform: translateX(95px);
    }

    .elx-about-img-wrapper {
        padding-top: 190px;
        min-height: 755px;
    }

    .elx-about-img-wrapper img{
        max-height: 292px;;
    }

    .elx-about-img-wrapper .elx-about-img1 img{
        max-height: 560px;
    }

    .elx-about-img-wrapper .elx-about-img2 {
        top: -45px;
        right: 240px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .elx-about-img-wrapper .elx-about-img3 {
        top: 10px;
        right: 0px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .elx-about-img-wrapper .elx-about-img4 {
        right: 240px;
        bottom: 170px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .elx-about-img-wrapper .elx-about-img5 {
        right: 0px;
        bottom: 115px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .elx-section{
      min-height: 650px;
    }

    @media (max-width: 1200px) {
      .elx-about-content{
        min-height: auto;
      }
      .elx-about-img{
        display: none;
      }
      #elx-about,
      .elx-cta-text-area{
        text-align: center;
      }
      #elx-about .elx-about-img1{
        text-align: justify;
      }
      .elx-about-counter-wrapper{
        justify-content: center;
      }
      .elx-section{
        text-align: center;
        padding: 120px 0 !important;
      }

      .elx-section .elx-btn{
        margin-bottom: 20px !important;
      }
      .elx-about-text-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .elx-about-feature-list{
      -webkit-transform: translateX(0);
    }

    .elx-cta-form-area{
      margin-left: auto;
      margin-right: auto;
    }
    .elx-why-choose-progress{
      justify-content: center !important;
      margin-bottom: 30px;
    }

    .elx-cta-text-area .elx-btn a{
      margin-bottom: 70px !important;
    }

    .elx-testimonial-section:before{
      display: none;
    }

    .elx-cta-form-area {
      top: -145px !important;
    }

    }

    #hero{
        height: 100vh;
  min-height: 900px;
    }

    @media (max-width: 990px) {
      #navbar{
        justify-content: end !important;
      }
      #header .logo img{
        max-height: 80px;
      }
      .mobile-nav-toggle {
        font-size: 40px;
      }
      #header{
        background: #27404e;
      }
      .why-choose-progress_custom{
        text-align: center;
      }
      .title-bg{
        font-size: 65px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        
        right: auto !important;
      }
      .elx-section-title h2{
        text-align: center !important;
      }

      section{
        padding: 40px 0;
      }
    
    }

    @media (max-width: 768px) {
      #header{
        padding-left: 20px;
    padding-right: 20px;
      }
      .title-bg{
top: -75px !important;
      }
      .elx-about-img-wrapper .elx-about-img1 img{
        width: 100%;
      }
      .elx-about-img-wrapper{
        min-height: auto;
      }
      #hero{
        margin-top: 65px;
      }
      .elx-cta-text-area{
        text-align: center;
        margin-bottom: 50px;
      }
      .elx-service-item-area{
        width: 100% !important;
      }
      .elx-service-item-content{
        margin-top: 20px;
        flex-direction: column;
      }
      .title-bg,
      .elx-section-title h2{
        font-size: 40px !important;
      }
      .elx-about-section{
        padding: 140px 0;
      }

      .elx-about-img2,
      .elx-about-img3,
      .elx-about-img4,
      .elx-about-img5{
        display: none;
      }

      .elx-about-img-wrapper{
        padding-top: 50px;
      }
      #elx-about .elx-about-img1{
        text-align: center !important;
      }

      #elx-about{
        padding-bottom: 70px;
      }
      
    }

    /* section title */

    .elx-section-title .title-bg {
        left: 0;
        top: -105px;
        opacity: 0.1;
        color: #000000;
        font-weight: 900;
        font-size: 120px;
        white-space: nowrap;
    }

    .elx-section-title h2 {
        font-size: 60px;
        font-weight: 600;
        line-height: 1.167;
        color: var(--base-color-2);
    }

    .elx-section-title p {
        padding-top: 22px;
    }

    .pera-content p {
        margin-bottom: 0;
    }


/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

    .elx-service-item-content {
    display: flex;
    flex-wrap: wrap;
}

.elx-service-item-area {
    flex: 1 1 calc(50% - 20px);
    display: flex;
}

.elx-service-item {
  transition: background-color 0.3s ease-in-out;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.elx-section {
    background-color: rgba(var(--base-color-2-rgb), 0.97);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.elx-section .elx-btn a{
    color: #fff;
}

.elx-section .elx-section-title h2{
  position: relative !important;
  color: #fff !important;
}

.elx-service-title-text-area .elx-section-title {
  margin-bottom: 45px;
}
.elx-service-title-text-area .elx-section-title h2 {
  color: #fff;
}
.elx-service-title-text-area .elx-btn a {
  color: var(--base-color);
  border: 2px solid #fff;
}
.elx-service-title-text-area .elx-btn a:before {
  background-color: #fff;
}
.elx-service-title-text-area .elx-btn a:hover {
  color: #fff;
  border: 2px solid var(--base-color);
}

.elx-service-item-content {
  margin-left: 0px;
}

.elx-service-item-area {
  z-index: 1;
  width: 50%;
}
.elx-service-item-area:hover .elx-service-item{
  background-color: rgba(var(--base-color-2-rgb), 0.45);
}
.elx-service-item-area .elx-service-img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-service-item-area .elx-service-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgba(8, 64, 90, 0.7);
}
.elx-service-item-area .elx-service-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 3500ms ease;
  transition: all 3500ms ease;
}
.elx-service-item-area .elx-service-icon {
  z-index: 2;
  position: relative;
  margin-bottom: 25px;
}
.elx-service-item-area .elx-service-icon i {
  line-height: 1;
  font-size: 50px;
  color: var(--base-color);
}
.elx-service-item-area .elx-service-text {
  z-index: 2;
  position: relative;
}
.elx-service-item-area .elx-service-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 90px;
}
.elx-service-item-area .elx-service-text h3 a{
  color: #fff;
}
.elx-service-item-area .elx-service-text .read_more {
  color: #fff;
  font-weight: 500;
  position: relative;
}
.elx-service-item-area .elx-service-text .read_more i {
  font-size: 25px;
  margin-left: 10px;
  -webkit-transition: all 500 ease;
  transition: all 500 ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-service-item-area .elx-service-text .read_more:before {
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  bottom: -1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-service-item-area .elx-service-text .read_more:hover:before {
  width: 100%;
}
.elx-service-item-area .elx-service-text .read_more:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.elx-service-item-area .elx-service-item {
  margin: 1px;
  padding: 40px 35px 50px 35px;
  background-color: var(--base-color-2);
}
.elx-service-item-area:hover .elx-service-img {
  opacity: 1;
}
.elx-service-item-area:hover .elx-service-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.elx-service-item-area:hover .elx-service-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}


/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.elx-cta-section {
  padding-bottom: 130px;
}

.elx-cta-form-area {
  top: -200px;
  max-width: 450px;
  padding: 55px 50px 60px;
  margin-bottom: -105px;
  background-color: var(--base-color-2);
  color: white;
}

.elx-cta-form-area .text-muted{
  color: white !important;
}

.elx-cta-form-area .form-check{
  display: flex;
}

.elx-cta-form-area .form-check input{
  height: 20px !important;
  width: auto !important;
}

.elx-cta-form-area h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}
.elx-cta-form-area input, .elx-cta-form-area textarea {
  width: 100%;
  color: #fff;
  height: 50px;
  border-radius: 4px;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #999999;
  background-color: transparent;
}
.elx-cta-form-area input::-webkit-input-placeholder, .elx-cta-form-area textarea::-webkit-input-placeholder {
  color: #fff;
}
.elx-cta-form-area input::-moz-placeholder, .elx-cta-form-area textarea::-moz-placeholder {
  color: #fff;
}
.elx-cta-form-area input:-ms-input-placeholder, .elx-cta-form-area textarea:-ms-input-placeholder {
  color: #fff;
}
.elx-cta-form-area input::-ms-input-placeholder, .elx-cta-form-area textarea::-ms-input-placeholder {
  color: #fff;
}
.elx-cta-form-area input::placeholder, .elx-cta-form-area textarea::placeholder {
  color: #fff;
}
.elx-cta-form-area textarea {
  height: 100px;
  padding-top: 15px;
}
.elx-cta-form-area button {
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 500;
  color: var(--base-color);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #fff;
}
.elx-cta-form-area button i {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.elx-cta-form-area button:hover {
  color: #fff;
  background-color: #999999;
}
.elx-cta-form-area button:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.elx-cta-text-area {
  padding-top: 70px;
}

.elx-cta-text-info {
  padding: 20px 0px 45px;
}
.elx-cta-text-info p {
  font-size: 18px;
}
.elx-cta-text-info p span {
  font-weight: 500;
  text-decoration: underline;
}
.elx-cta-text-info p a {
  font-size: 20px;
  font-weight: 600;
  color: var(--base-color);
}


/*---------------------------------------------------- */
/*Why Choose area*/
/*----------------------------------------------------*/
.elx-why-choose-section {
  padding-bottom: 70px;
  padding-top: 0 !important;
}

.elx-why-choose-feature-item .wc-ft-icon-serial .wc-ft-serial{
  color: var(--base-color) !important;
}

.why-choose-progress_custom {
  margin-top: -70px;
}

.elx-why-choose-side-img {
  z-index: 1;
  bottom: -140px;
}

.elx-why-choose-progess-area {
  padding-top: 90px;
}

.elx-why-choose-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.elx-why-choose-progress .skill-progress-bar {
  width: 100%;
  max-width: 475px;
  margin-right: 40px;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent {
  margin-bottom: 28px;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  color: var(--base-color-2);
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent .progress {
  height: 10px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  padding: 0px 3px;
  border: 1px solid var(--base-color);
  background-color: transparent;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent .progress span {
  right: 0;
  top: -30px;
  color: #0b1c2b;
  font-weight: 700;
  position: absolute;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent .progress-bar {
  width: 0;
  top: 2px;
  float: left;
  height: 4px;
  position: relative;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  background: var(--base-color);
}

.elx-why-choose-feature-item {
  z-index: 1;
  padding: 30px 30px 35px;
  margin-bottom: 30px;
  background-color: var(--base-color-2);
}
.elx-why-choose-feature-item:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: var(--base-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: perspective(300px) rotateX(-90deg);
          transform: perspective(300px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.elx-why-choose-feature-item .wc-ft-icon-serial {
  margin-bottom: 10px;
}
.elx-why-choose-feature-item .wc-ft-icon-serial .wc-ft-icon i {
  color: #fff;
  font-size: 50px;
}
.elx-why-choose-feature-item .wc-ft-icon-serial .wc-ft-serial {
  font-size: 50px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
.elx-why-choose-feature-item .wc-ft-text-wrap h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.elx-why-choose-feature-item .wc-ft-text-wrap p {
  color: #fff;
}
.elx-why-choose-feature-item:hover:before {
  margin-top: 0;
  -webkit-transform: perspective(300px) rotateX(0);
          transform: perspective(300px) rotateX(0);
}
.elx-work-process-side-img {
    bottom: 0;
    left: 0;
}

.elx-work-process-side-img img{
  max-height: 545px;
  width: 90%;
  object-fit: cover;
}

#cta{
    position: relative;
}


/*---------------------------------------------------- */
/* Offers area*/
/*----------------------------------------------------*/
.elx-testimonial-section {
  padding: 150px 0px 125px;
  background-color: var(--base-color-2);
}
.elx-testimonial-section .elx-testimonial-side-img {
  right: 0;
  bottom: 0;
}
.elx-testimonial-section:before {
  top: 0;
  right: 0;
  content: "";
 /* width: 60px; */
  height: 100%;
  position: absolute;
  background-color: #fff;
}
.elx-testimonial-section .elx-section-title h2 {
  color: #fff;
}
.elx-testimonial-section .elx-section-title .title-bg,
.membership-process .elx-section-title .title-bg {
  left: 0;
  right: 0;
}

.elx-testimonial-content {
  margin: 0px -15px;
  padding-top: 30px;
}

.elx-testimonial-content-area {
  z-index: 5;
  position: relative;
}

.elx-testimonial-slider-item {
  padding: 0px 15px;
}

.elx-testimonial-item {
  max-width: 495px;
  padding: 45px 40px;
  border-radius: 2px;
  background-color: #002e45;
}
.elx-testimonial-item .testimonial-quote-icon-rate {
  margin-bottom: 35px;
}
.elx-testimonial-item .quote-icon {
  margin-right: 30px;
}
.elx-testimonial-item .testimonial-rate li {
  color: var(--base-color);
}
.elx-testimonial-item .testimonial-text-wrap p {
  color: #fff;
  padding-bottom: 30px;
}
.elx-testimonial-item .testimonial-text-wrap .testimonial-author h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}
.elx-blog-details-author .inner-img img {
  height: 125px;
  object-fit: cover;
}
.elx-testimonial-item .testimonial-text-wrap .testimonial-author span {
  color: #fff;
}

.elx-testimonial-slider {
  max-width: 1025px;
}



    .section-title h2 {
        font-size: 1.5rem;
        color: var(--primary-color-custom);
        font-weight: 600;
        line-height: 1.2;
    }

    .sidebar-menu-push .sidebar-menu-inner {
        background: var(--background-color-custom) !important;
    }

    .section-title h2::after {
        background: var(--primary-color-custom) !important;
    }

    .section-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .ticket-wrapper {
      width: 100%;
        max-width: 360px;
        margin: 40px auto;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

        .img-bottom{
        max-height: 185px;
        object-fit: cover;
    }
    
    /* Parte superior */
    .ticket-top {
        position: relative;
        padding: 0;
        overflow: hidden;
        border-radius: 6px 6px 0 0;
    }

    /* Imagen */
    .ticket-image img {
        width: 100%;
        display: block;
        border-radius: 6px 6px 0 0;
        transition: filter 0.3s ease;
        height: 300px;
        object-fit: cover;
    }

    /* Botón oculto por defecto */
    .ticket-top .ticket-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    z-index: 3;
    padding: 12px 20px;
    background: var(--base-color-2);
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 119, 255, 0.4);
    backdrop-filter: blur(6px);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    user-select: none;
}

.ticket-top .ticket-button:hover {
    background-color: var(--base-color);
    transform: translate(-50%, -50%) translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 94, 204, 0.6);
}

    /* Overlay para oscurecer imagen */
    .ticket-top::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0);
        transition: background 0.3s ease;
        z-index: 2;
        border-radius: 6px 6px 0 0;
    }

    /* Al hacer hover en .ticket-wrapper, mostrar botón y oscurecer imagen */
    .ticket-wrapper:hover .ticket-top::before {
        background: rgba(0, 0, 0, 0.5);
    }

    .ticket-wrapper:hover .ticket-top .ticket-button {
        opacity: 1;
        pointer-events: auto;
    }

    /* Línea de corte */
    .ticket-cut {
        position: relative;
        height: 20px;
        background: repeating-linear-gradient(to right,
                #fff 0 8px,
                transparent 8px 16px);
        border-top: 2px dashed #ccc;
        margin-top: 3px;
    }

    /* Parte inferior */
    .ticket-bottom {
        padding: 20px;
        padding-top: 10px;
        text-align: center;
    }

    .ticket-bottom h3 {
        text-align: center;
        display: block;
        font-size: 22px;
        font-weight: 800;
        text-shadow: 2px 2px 4px #00000059;
        color: black;
    }

    .ticket-bottom p {
        font-size: 14px;
        color: #444;
        margin-bottom: 15px;
        text-shadow: 1px 1px 1px black;
    }

    /* Responsive */

    @media (max-width: 1850px) {
      .elx-work-process-side-img{
        left: -3%;
      }
    }

    @media (max-width: 1750px) {
      .elx-work-process-side-img{
        left: -4%;
      }
    }

    @media (max-width: 1540px) {
      .elx-work-process-side-img{
        left: -7%;
      }
    }

    @media (max-width: 1490px) {
      .elx-work-process-side-img{
        left: -8%;
      }
    }

    @media (max-width: 1420px) {
      .elx-work-process-side-img{
        left: -9%;
      }
    }

    @media (max-width: 1360px) {
      .elx-work-process-side-img{
        display: none;
      }
    }

    @media (max-width: 768px) {
        .ticket-wrapper {
            max-width: 95%;
        }
    }

/* membership */

.membership-process{
  margin-top: 7rem;
}

.membership-process .elx-section-title .title-bg{
font-size: 40px;
top: -70px;
}

#membership-process img{
      max-width: 270px !important;
}

 .membership-process .membership-steps-content {
        padding-right: 30px;
        margin-bottom: 40px;
    }

    @media (max-width: 992px) {
        .membership-process .membership-steps-content {
            padding-right: 0;
        }

        .membership-steps-content *{
          text-align: center;
        }

        #membership-process .title-bg {
          font-size: 20px !important;
          top: -25px;
        }

        #membership-process h2{
          font-size: 45px;
        }
        
    }

    @media (max-width: 768px) {
      #membership-process{
        padding-top: 0;
      }
      #membership-process .title-bg {
          font-size: 20px !important;
          top: -32px !important;
        }
    }

    @media (max-width: 400px) {
      #membership-process .title-bg{
        font-size: 15px !important;
      }
    }

    .membership-process .membership-steps-content h2 {
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: var(--base-color-2);
    }


    .membership-process .membership-steps-content .lead {
        font-weight: 500;
        margin-bottom: 0;
        color: #6c757d;
        font-size: 1.1rem !important;
    }

    .membership-process .membership-steps-content p {
        margin-bottom: 2rem;
        color: #6c757d;
    }

    .membership-process .membership-steps-content .membership-steps-cta {
        display: flex;
        gap: 15px;
    }

    @media (max-width: 576px) {
        .membership-process .membership-steps-content .membership-steps-cta {
            flex-direction: column;
        }
    }

    .membership-process .membership-steps-content .membership-steps-cta .btn {
        padding: 12px 30px;
        font-weight: 600;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .membership-process .membership-steps-content .membership-steps-cta .btn-primary {
        background-color: var(--base-color-2);
        border-color: var(--base-color-2);
        color: var(--membership-contrast-color);
    }

    .membership-process .membership-steps-content .membership-steps-cta .btn-primary:hover {
        background-color: color-mix(in srgb, var(--base-color-2), #000 10%);
        border-color: color-mix(in srgb, var(--base-color-2), #000 10%);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .membership-process .membership-steps-content .membership-steps-cta .btn-outline {
        background-color: transparent;
        border: 2px solid var(--base-color-2);
        color: var(--base-color-2);
    }

    .membership-process .membership-steps-content .membership-steps-cta .btn-outline:hover {
        background-color: var(--base-color-2);
        color: var(--membership-contrast-color);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .membership-process .membership-steps-list {
        position: relative;
    }

    .membership-process .membership-steps-list::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        width: 2px;
        background-color: color-mix(in srgb, var(--base-color-2), transparent 70%);
    }

    @media (max-width: 576px) {
        .membership-process .membership-steps-list::before {
            left: 20px;
        }
    }

    .membership-process .membership-step-item {
        display: flex;
        margin-bottom: 30px;
        position: relative;
    }

    .membership-process .membership-step-item:last-child {
        margin-bottom: 0;
    }

    .membership-process .membership-step-item:hover .membership-step-number {
        background-color: var(--base-color-2);
        color: #fff;
        transform: scale(1.1);
    }


    .membership-process .membership-step-number {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: color-mix(in srgb, var(--base-color-2) 10%, white 90%);
        color: var(--base-color-2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-right: 20px;
        z-index: 1;
        transition: all 0.3s ease;
    }

    @media (max-width: 576px) {
        .membership-process .membership-step-number {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }
    }

    .membership-process .membership-step-content {
        padding-top: 5px;
    }

    .membership-process .membership-step-content h3 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--base-color-2);
    }

    @media (max-width: 576px) {
        .membership-process .membership-step-content h3 {
            font-size: 1.1rem;
        }
    }

    .membership-process .membership-step-content p {
        font-size: 0.95rem;
        color: #6c757d;
        margin-bottom: 0;
    }
/*  */
#contact,
#blog-posts{
    padding: 120px 0 !important;
}


    .post-img {
        overflow: hidden;
    }

    .post-img img {
        transition: transform 0.5s ease;
    }

    .post-img img:hover {
        transform: scale(1.1);
    }

    .blog-posts article {
        background-color: var(--surface-color);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        padding: 30px;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .blog-posts .post-img {
        max-height: 240px;
        margin: -30px -30px 15px -30px;
        overflow: hidden;
    }

    .blog-posts .title {
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .blog-posts .footer a {
        transition: 0.3s;
    }

    .blog-posts .footer a:hover {
        color: #095527;
        transition: 0.3s;
    }

    .blog-posts .title a {
        color: rgb(44, 43, 43);
    }

    .blog-posts .title a:hover {
        color: black;
    }

    .post-img {
        height: 250px;
        overflow: hidden;
    }

    .post-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* CTA */

#cta .elx-btn a{
  border: 2px solid #fff;
  color: #fff;
}

#cta .elx-btn a:before{
  background-color: #fff;
}

.swiper-pagination-bullet{
  background: white !important;
}