.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

.header-area.style-2 .open-offcanvas span {
    color: var(--black);
}

.sticky.header-area.style-2 .open-offcanvas span {
    color: var(--white);
}

.body-wrapper.consultant-travel {
    background-color: #fff;
}
.bg_gray {
    background-color: #f5f5f5;
}


/*
-----------------------------
FEATURES STYLES 4
-----------------------------
*/
.feature-area.style-4 .section-heading {
    text-align: center;
    margin-bottom: 57px;
}
@media only screen and (max-width: 991px) {
    .feature-area.style-4 .section-heading {
        margin-bottom: 37px;
    }
}
@media only screen and (max-width: 767px) {
    .feature-area.style-4 .section-heading {
        margin-bottom: 27px;
    }
}

.feature-wrapper.style-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    column-gap: 50px;
    text-align: center;
}
.feature-wrapper.style-4 .wcf_iconbox .cf_image{
    margin-bottom: 30px;
}
.feature-wrapper.style-4 .wcf_iconbox .cf_title{
    padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
    .feature-wrapper.style-4 {
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* strategy area style  */
.strategy-area {
    padding-top: 111px;
    padding-bottom: 123px;
}
@media only screen and (max-width: 1919px) {
    .strategy-area {
        padding-top: 81px;
        padding-bottom: 93px;
    }
}
@media only screen and (max-width: 991px) {
    .strategy-area {
        padding-top: 61px;
        padding-bottom: 73px;
    }
}
@media only screen and (max-width: 767px) {
    .strategy-area {
        padding-top: 41px;
        padding-bottom: 53px;
    }
}
@media only screen and (max-width: 767px) {
    .strategy-area-inner {
        max-width: 550px;
        margin: 0 auto;
    }
}
.strategy-area .section-heading {
    margin-bottom: 59px;
    display: flex;
    gap: 200px;
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    .strategy-area .section-heading {
        gap: 183px;
    }
}
@media only screen and (max-width: 991px) {
    .strategy-area .section-heading {
        margin-bottom: 39px;
    }
}
@media only screen and (max-width: 767px) {
    .strategy-area .section-heading {
        margin-bottom: 29px;
        flex-direction: column;
        gap: 30px;
    }
}
.strategy-area .strategy-number {
    font-size: 30px;
    line-height: 1.33;
    color: var(--primary);
    font-family: var(--font_recoleta);
    text-decoration: underline;
    text-underline-offset: 5px;
    white-space: nowrap;
}
.strategy-area .section-title {
    max-width: 900px;
}

.strategy-content-wrapper {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: flex-end;
}
@media only screen and (max-width: 991px) {
    .strategy-content-wrapper {
        gap: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .strategy-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}
.strategy-content-wrapper .content {
    max-width: 50%;
}
@media only screen and (max-width: 1199px) {
    .strategy-content-wrapper .content {
        max-width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .strategy-content-wrapper .content {
        max-width: 305px;
    }
}
@media only screen and (max-width: 767px) {
    .strategy-content-wrapper .content {
        max-width: 515px;
    }
}
.strategy-content-wrapper .content .text {
    font-size: 22px;
    line-height: 1.26;
}
@media only screen and (max-width: 1199px) {
    .strategy-content-wrapper .content .text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .strategy-content-wrapper .content .text {
        font-size: 18px;
    }
}
.strategy-content-wrapper .content .text span {
    font-weight: 600;
    color: var(--primary);
}
.strategy-content-wrapper .content .text-wrapper {
    /* margin-bottom: 110px; */
}
@media only screen and (max-width: 1199px) {
    .strategy-content-wrapper .content .text-wrapper {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .strategy-content-wrapper .content .text-wrapper {
        margin-bottom: 30px;
    }
}
.strategy-content-wrapper .content .list-wrapper {
    max-width: 248px;
}
.strategy-content-wrapper .content .list-wrapper .heading {
    font-size: 18px;
    line-height: 1.66;
    font-weight: 600;
    margin-bottom: 9px;
}
.strategy-content-wrapper .content .list-wrapper ul li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.62;
    color: var(--secondary);
}
.strategy-content-wrapper .content .list-wrapper ul li:not(:last-child) {
    margin-bottom: 5px;
}
.strategy-content-wrapper .thumb {
    max-width: 660px;
}
@media only screen and (max-width: 767px) {
    .strategy-content-wrapper .thumb {
        max-width: 550px;
    }
}




/* details content area style */
/* .details-content-area {
    padding-top: 123px;
    padding-bottom: 125px;
  }
  @media only screen and (max-width: 1919px) {
    .details-content-area {
      padding-top: 125px;
      padding-bottom: 95px;
    }
  }
  @media only screen and (max-width: 991px) {
    .details-content-area {
      padding-top: 73px;
      padding-bottom: 75px;
    }
  }
  @media only screen and (max-width: 767px) {
    .details-content-area {
      padding-top: 53px;
      padding-bottom: 55px;
    }
  }
  .details-content-area .details-content-area-inner {
    display: grid;
    grid-template-columns: auto 660px;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }
  @media only screen and (max-width: 1919px) {
    .details-content-area .details-content-area-inner {
      grid-template-columns: auto 610px;
    }
  }
  @media only screen and (max-width: 1399px) {
    .details-content-area .details-content-area-inner {
      grid-template-columns: auto 520px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .details-content-area .details-content-area-inner {
      grid-template-columns: auto;
    }
  }
  .details-content-area .thumb img {
    width: 100%;
  }
  .details-content-area .details-content {
    max-width: 745px;
  }
  @media only screen and (max-width: 1199px) {
    .details-content-area .details-content {
      max-width: 100%;
    }
  }
  .details-content-area .details-content .section-title-wrapper {
    margin-bottom: 21px;
  }
  .details-content-area .details-feature-content {
    margin-top: 51px;
  }
  @media only screen and (max-width: 1919px) {
    .details-content-area .details-feature-content {
      margin-top: 41px;
    }
  }
  @media only screen and (max-width: 1399px) {
    .details-content-area .details-feature-content {
      margin-top: 31px;
    }
  }
  .details-content-area .details-feature-content .title {
    font-size: 30px;
    margin-bottom: 26px;
  }
  @media only screen and (max-width: 767px) {
    .details-content-area .details-feature-content .title {
      font-size: 24px;
    }
  }
  .details-content-area .details-feature-content .feature-list-wrapper {
    margin-inline-start: 15px;
  }
  .details-content-area .details-feature-content .feature-list li {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  @media only screen and (max-width: 767px) {
    .details-content-area .details-feature-content .feature-list li {
      gap: 15px;
    }
  }
  .details-content-area .details-feature-content .feature-list li:not(:first-child) {
    margin-top: 22px;
  }
  .details-content-area .details-feature-content .feature-list .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: rgba(18, 18, 18, 0.062745098);
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 6px;
  }
  .details-content-area .details-feature-content .feature-list .icon i {
    transform: rotate(-45deg);
  }
  .dir-rtl .details-content-area .details-feature-content .feature-list .icon i {
    transform: rotate(-135deg);
  }
  .details-content-area .details-feature-content .service-feature-list li {
    padding-inline-start: 22px;
  }
  .details-content-area .details-feature-content .service-feature-list li:not(:last-child) {
    margin-bottom: 7px;
  }
  .details-content-area .details-feature-content .service-feature-list li::before {
    top: 1px;
  }
  .details-content-area .btn-wrapper {
    margin-top: 53px;
  }
  @media only screen and (max-width: 1399px) {
    .details-content-area .btn-wrapper {
      margin-top: 33px;
    }
  }
  .details-content-area .wc-btn-primary {
    padding: 15px 30px;
    gap: 20px;
    font-size: 18px;
  } */



/* case area style  */
/* .case-area {
    padding-top: 115px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
    .case-area {
        padding-top: 86px;
    }
}
@media only screen and (max-width: 991px) {
    .case-area {
        padding-top: 66px;
    }
}
@media only screen and (max-width: 767px) {
    .case-area {
        padding-top: 46px;
    }
}
.case-area .section-title {
    text-align: center;
}
.case-area .section-heading {
    margin-bottom: 57px;
}
@media only screen and (max-width: 991px) {
    .case-area .section-heading {
        margin-bottom: 37px;
    }
}
@media only screen and (max-width: 767px) {
    .case-area .section-heading {
        margin-bottom: 27px;
    }
}

.case-item.style-1 {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .case-item.style-1 {
        flex-basis: 48%;
    }
}
@media only screen and (max-width: 767px) {
    .case-item.style-1 {
        flex-basis: 100%;
    }
}
.case-item.style-1 :hover .case-thumb img {
    transform: scale(1.03);
}
.case-item.style-1 :hover .title:after {
    width: 150px;
}
.case-item.style-1 .case-item-inner {
    position: relative;
}
.case-item.style-1 .case-item-inner .case-content {
    position: relative;
    bottom: 0px;
    inset-inline-start: 0px;
    z-index: 1;
    padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
    .case-item.style-1 .case-item-inner .case-content {
        bottom: 30px;
        inset-inline-start: 30px;
    }
}
.case-item.style-1 .title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
    position: relative;
    line-height: 0.8;
    padding-bottom: 3px;
}
.case-item.style-1 .title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    inset-inline-start: 0;
    bottom: -2px;
    background: linear-gradient(to right, #06aaa8, #06aaa800);
    transition: all 0.3s;
}
.case-item.style-1 .disc {
}
.case-item.style-1 .case-thumb {
    position: relative;
    overflow: hidden;
}
.case-item.style-1 .case-thumb::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(9, 21, 66, 0.3);
    z-index: 1;
}
.case-item.style-1 .case-thumb img {
    transition: all 0.5s;
    width: 100%;
}

.case-wrapper.style-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 0;
    justify-content: center;
    margin: 0 0px;
}
@media only screen and (max-width: 1919px) {
    .case-wrapper.style-1 {
        margin: 0 -30px;
    }
}
@media only screen and (max-width: 991px) {
    .case-wrapper.style-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .case-wrapper.style-1 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.case-wrapper.style-1 .case-item {
    padding: 0 40px;
    border-inline-start: 1px solid rgba(9, 21, 66, 0.08);
}
@media only screen and (max-width: 1919px) {
    .case-wrapper.style-1 .case-item {
        padding: 0 30px;
    }
}
.case-wrapper.style-1 .case-item:first-child {
    border: none;
} */


