.border-container {
  border: 2px solid #ccc;
}

/* =========================================== */
/* ================ RICH TEXT ================ */
/* =========================================== */
.rich-text__image-inner {
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  /* ============================================== */
  /* ========= TWO COLUMN COPY w/ SLIDER ========== */
  /* ============================================== */
  .two-col-copy-slider__col {
    position: relative;
  }
  .item-slider__image {
    padding-left: 11px;
  }
  .item-slider__image img{
    position: relative;
  }
  .item-slider__copy {
    margin-top: -10%;
    width: 83.3333%;
    position: relative;
  }
  .item-slider__item {
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .item-slider__link:hover {
    text-decoration: none;
  }
  .two-col-copy-slider__arrows {
    position: absolute;
    bottom: 30px;
    left: 10px;
  }
  .item-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .two-col-copy-slider__arrows .slick-arrow {
    margin-left: 15px;
    margin-right: 15px;
  }
  @media (min-width: 768px) {
    .item-slider__item {
      margin-bottom: 50px;
      margin-left: 20px;
    }
    .item-slider__image {
      padding-left: 25px;
    }
    .item-slider__image.no-copy {
      padding-bottom: 70px;
    }
    .item-slider__copy {
      width: 70%;
    }
    .two-col-copy-slider__arrows {
      right: 0;
      bottom: 50px;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .item-slider__copy {
      margin-top: -5%;
    }
  }
  @media (min-width: 1200px) {
    .item-slider__copy {
      margin-top: -14%;
    }
  }
  
  /* =========================================== */
  /* ================ SPEAKERS ================= */
  /* =========================================== */
  .speaker-thumb {
    position: relative;
    padding: 15px;
  }
  .speaker-thumb__wrapper img{
    width:150px;
    height:150px;
    border-radius:50%;
    -o-object-fit:cover;
    object-fit:cover;
  }
  .linkedIn-icn {
    position: absolute;
    bottom: -25px;
    right: 5px;
    z-index: 2;
    width: 100px !important;
    height: 100px !important;
  }
  .speaker-info .job-title{
    font-weight: bold;
    line-height: 1.4;
    display: block;
  }
  .speaker-info .name{
    margin-bottom: 5px
  }
  
  /* =========================================== */
  /* ================== QUOTE ================== */
  /* =========================================== */
  .quote-box {
    position: relative;
    margin-top: 10%;
  }
  .quote-box__pattern-top {
    position: absolute;
    right: -20%;
    top: -10%;
  }
  .quote-box__item {
    position: relative;
    padding-bottom: 125px;
  }
  .quote-box__copy {
    width: 91.6667%;
    height:100%;
    position: relative;
  }
  .quote-box__logo {
    width: 33.3333%;
    padding-top: 33.3333%;
    position: absolute;
    bottom: 40px;
    right: 0;
  }
  .quote-box__logo img {
    width: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .quote-box__slider .slick-track {
    display: flex;
  }
  .quote-box__arrows .slick-arrow {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .quote-box__arrows {
    position: absolute;
    left: 0%;
    bottom: 50px;
  }
  .quote-box .slick-list.draggable {
    height: 100% !important;
  }
  @media (min-width: 768px) {
    .quote-box__copy {
      margin-left: 4.167%;
      width: 83.333%;
      min-height: 362px;
    }
    .quote-box__logo {
      width: 25%;
      padding-top: 25%;
      right: 5%;
    }
    .quote-box__copy.no-pattern {
      margin-left: auto;
      margin-right: auto;
    }
    .quote-box__pattern-top {
      right: 0;
    }
    .quote-box__arrows {
      left: 10%;
    }
  }
  @media (min-width: 992px) {
    .quote-box__logo {
      width: 18%;
      padding-top: 18%;    
    }
    .quote-box__arrows {
      position: absolute;
      right: -30px;
      left: auto;
      bottom: 50%;
    }
  } 
  @media (min-width: 1400px) {
    .quote-box__arrows {
      bottom: 35%;
    }
  } 
  
  /* =========================================== */
  /* ================== CARDS ================== */
  /* =========================================== */
  .cards__item-icon {
    max-height: 150px;
  }
  .cards__item-icon img {
    max-height: 100%;
  }
  @media (min-width: 768px) {
    .cards__heading {
      max-width: 75%;
      margin-right: auto;
      margin-left: auto;
    }
  }
  
  
  /* ====================================================== */
  /* ================== Comparison table ================== */
  /* ====================================================== */
  .comparison-table__main{
    border-collapse: collapse;
    width:100%;
    border:0;
  }
  .comparison-table__main:not(.table-clone){
    min-width:600px;
  }
  .table-row{
    display:table-row;
  }
  .table-row .td{
    display:table-cell;
    padding:10px;
    font-size:16px;
    line-height:1.18;
    font-weight:500;
    vertical-align:middle;
    border:0;
  }
  .td-feature{
    display:flex;
    align-items:center;
  }
  .table-row .td.td-icon{
    text-align:center;
    line-height:0;
  }
  
  
  .comparison-table__heading .td{
    font-size:18px;
    font-weight:700;
    text-align:center;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding-top:15px;
    padding-bottom:15px;
  }
  
  .comparison-table__row--heading .td{
    font-size:18px;
    font-weight:700;
  }
  
  .table-row:not(:first-child){
    border-top:1px solid #cccccc;
  }
  
  .table-row.comparison-table__row--heading,
  .comparison-table__row--heading + .table-row{
    border:0;
  }
  
  .comparison-table__row:last-child td{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  
    
  
  
  [data-tooltip]::before {
    content: attr(data-tooltip);
  }
  
  /* (B) POSITION TOOLTIP */
  [data-tooltip] {
    position: relative;
    display: inline-block;
  }
  [data-tooltip]::before {
    position: absolute;
    z-index: 999;
    bottom: 100%;
    margin-bottom: 15px;
  }
  
  /* (C) SHOW TOOLTIP ONLY ON HOVER */
  [data-tooltip]::before,
  [data-tooltip]::after{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
  }
  [data-tooltip]:hover::before,
  [data-tooltip]:focus::before,
  [data-tooltip]:hover::after,
  [data-tooltip]:focus::after{
    visibility: visible;
    opacity: 1;
  }
  
  
  [data-tooltip] { 
    line-height: 0;
    margin-left: 5px;
  }
  [data-tooltip]::before {
    color: #fff;
    min-width: 100px;
    padding: 5px;
    text-align: center;
    line-height: 1.21;
    background-color: #fff;
    color: #002F35;
    font-size: 14px;
    font-weight: 400;
    width: 250px;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
    text-align: left;
  }
  [data-tooltip]::after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position:absolute;
    bottom:0;
    left:-3px;
    bottom: calc(100% + 6px);
    z-index:999;
  }
  
  .comparison-table__innerWrap{
    position:relative;
  }
  .comparison-table__inner{
    position:relative;
    transition:.3s all linear;
    -webkit-transition:.3s all linear;
  }
  .comparison-table__inner.enable-toggle.collapse{
    max-height:100%;
  }
  
  .comparison-table__inner.enable-toggle{
    overflow:hidden;
    max-height:530px;
  }
  .comparison-table__inner.enable-toggle.collapse:after{
    opacity:0;
  }
  .comparison-table__inner.enable-toggle:after{
    content:"";
    width:100vw;
    height:90px;
    background-color: rgba(255,255,255,.5); /* For browsers that do not support gradients */
    background: linear-gradient(hsla(0,0%,100%,0),#fff 90%);
    position:absolute;
    bottom:0;
    left:0;
  }
  .btn-seeAll.show svg{
    transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
  }
  .btn-seeAll{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #00A3AF;
    cursor:pointer;
    margin:0 auto;
  }
  
  
  .clone {
      position:absolute;
      top:0;
    left:0;
    width: 100%;
    overflow: hidden;
    pointer-events:none;
  }
  
  .clone .comparison-table__main{
    min-width: 600px;
  }
  .clone td.td-feature {
    pointer-events: auto;
  }
  .clone th, .clone td {
      visibility:hidden
  }
  .clone td, .clone th {
      border-color:transparent
  }
  .clone tbody th {
      visibility:visible;
      color:red;
  }
  .clone .td-fixed {
      visibility:visible;
  }
  
  .clone thead, .clone tfoot{background:transparent;}
  
  
  
  @media (max-width:991px){
    .table-row .td {
      width: auto !important;
      min-width: 130px!important;
      font-size:14px;
    }
    .comparison-table__heading .td{
      font-size:16px;
    }
    .comparison-table__inner{
      overflow-x:scroll;
    }
    .comparison-table__wrap{
      overflow-x:auto;
    }
    .table-row td.td-feature{
      font-size:16px!important;
    }
    .table-row td.td-feature span{
      display:inline-block;
      vertical-align:middle;
    }
    .table-row td.td-feature span:not(.tooltip){
      width:calc(100% - 30px);
    }
    .table-row td.td-feature{
      
    }
    [data-tooltip]::before{
      transform: translateX(-60%);
      -webkit-transform: translateX(-60%);
    }
  }
  
.heading-section {
    padding: 10px 0;
  }
  
  .dropdown-section {
     max-width: 1100px;
     margin: 0 auto;
    padding: 0px 30px;
  }
  
  .faq-section {
      width: 100%;
      margin: auto;
      font-family: proxima-nova, sans-serif;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; /* Add this line */
  }
  
  .faq-item {
     border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 10px;
      flex: 1 1 100%; /* Default to full width */
      box-sizing: border-box;
      display: flex; /* Add this line */
      flex-direction: column; /* Add this line */
  }
  
  .faq-question {
      width: 100%;
      text-align: left;
      background-color: #ffffff;
      border: none;
      padding: 10px 10px;
      font-size: 18px;
      font-weight: 500;
      color: #002f35;
      cursor: pointer;
      outline: none;
      display: flex;
      align-items: center;
  }


  
  .faq-question h1,.faq-question h2,.faq-question h3,.faq-question h4 {
    margin: 0px !important;
    line-height: 1.5;
  }
  
  .faq-question::before {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23002f35' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 10px; /* Space between icon and question */
  }
  
  .faq-question.active::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E") !important;
      transform: rotate(90deg); /* Rotate the arrow to point upwards */
  }
  
  
  .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
      background-color: #FFFFFF;
      padding: 25px;
      font-size: 18px;
      color: #002f35;
  }
  
  .faq-answer p {
      padding: 10px 20px;
      margin: 0;
  }
  
  .faq-question {
      cursor: pointer;
      transition: all 0.3s ease;
  }
  
  .faq-question.active + .faq-answer {
      max-height: 1000px; /* Adjust based on content size */
  }
  
  /* Mobile Responsive Styles */
  @media (max-width: 768px) {
      .faq-question {
          padding-left: 10px; /* Adding 10px padding to the left of the question */
          font-size: 14px;
      }
  
      .faq-question::before {
          font-size: 14px; /* Adjust the size of the arrow for mobile */
      }
      .faq-answer {
          font-size: 16px;
      }
  }
  {% if module.enable_2_col_accordian %}
  /* Two-column layout */
  .two-column .faq-item {
      flex: 1 1 48%; /* 48% width for two columns with space in between */
      margin-right: 2%; /* 2% space between columns */
  }
  
  .two-column .faq-item:nth-child(2n) {
      margin-right: 0; /* Remove margin for even items */
  }
  {% endif %}
  

.testimonials-slider__header {
  margin-bottom: 22px;
}

.testimonial-slide__inner {
  min-height: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.80);
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonial-slide__quote {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.testimonial-slide__fullname {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
.testimonial-slide__job {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.testimonial-slide__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.testimonials-slider__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials-slider__slider .slick-slide {
  height: auto;
  float: none;
}
.testimonials-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-slider__nav .slick-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  background-color: #D04500;
  color: #fff;
}
.testimonials-slider__nav .slick-disabled {
  background-color: transparent;
  color: #CCC;
}
.testimonials-slider__nav-dots .slick-dots {
  padding-left: 0;
  margin-bottom: 0;
}
.testimonials-slider__nav-dots li {
  display: none;
  vertical-align: middle;
}
.testimonials-slider__nav-dots li.slick-active,
.testimonials-slider__nav-dots li:last-child {
  display: inline-block;
}
.testimonials-slider__nav-dots li:last-child::before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
}
.testimonials-slider__nav-dots li button,
.testimonials-slider__nav-dots li:last-child::before {
  background-color: transparent;
  border: none;
  color: #002F35;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 765px) {
  .testimonials-slider__header {
    margin-bottom: 47px;
  }
}
@media (min-width: 1200px) {
  .testimonials-slider__inner {
    position: relative;
  }
  .testimonials-slider__nav .slick-arrow {
    position: absolute;
    top: 50%;
  }
  .testimonials-slider__nav .slick-prev {
    right: calc(100% + 30px);
  }
  .testimonials-slider__nav .slick-next {
    left: calc(100% + 30px);
  }
}
@media (max-width: 991px) {
  .testimonial-slide {
    margin-bottom: 30px;
  }
  /*   added japo */
  .testimonial-slide__inner {
    justify-content: flex-start;
    min-height: auto;
  }
  
  .testimonials-slider__slider .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .testimonials-slider .container {
    max-width: 1420px;
  }
}
{# ================HERO BANNER V2================= #}
.heroBanner-v2 {
  position: relative;
  z-index: 1;
}

.hero-bannerV2__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-color: ;
  {% if item.hero_banner_v2.layout.background.custom_color %}
  background-color: rgba(, );
  {% endif %}
  background-image: url('');
  background-size: ;
  background-position: ;
}

.heroBanner-v2__box {
  padding: px 0 px;
  position: relative;
  z-index: 1;
  
}

.heroBanner-v2__box p:last-child {
  margin-bottom: 0;
}

.heroBanner-v2__box--img img {
  -webkit-filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, .2));
  filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, .2));
}

.heroBanner-v2__box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, .20);
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, .20);
}

@media (max-width: 480px) {
  .heroBanner-v2__box--img {
    margin-top: -20px;
  }
}

@media (max-width: 990px) {
  .box_EV_content{
    padding-top: 30px; 
    padding-bottom: 30px; 
  }
}