@import url('https://fonts.googleapis.com/css2?family=Mansalva&display=swap');

.images-banner-about img {
    width: 100%;
    height: auto;
    display: block;
}

.box-container-banner {
    position: relative;
}

.title-about-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 99;
}

.box-banner-about {
    position: relative;
}

.box-banner-about:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 9;
}

.title-about-banner h1 {
    font-size: 36px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.title-about-banner h2 {
    font-size: 36px;
    color: #fff;
    display: block;
    margin-top: 60px;
    margin-bottom: 10px;
}

.desc-about-banner {
    color: #fff;
}
section.Activities {
    position: relative;
    padding: 4rem 0px;
    overflow: hidden;
}

.loading-pages-activities {
    position: absolute;
    bottom: 0;
    /* z-index: 9; */
    /* left: 30px; */
}

.box-activities {
    display: flex;
}

.item-left-activities {
    width: 100%;
    /* padding: 0 35px 0 0; */
    text-align: center;
}

.list-item-activities {
    width: 52%;
}
.title-activities-left-in h2 {
    font-size: 18.5px;
}

.title-activities-left h2 {
    font-size: 35px;
    line-height: 1.25;
    margin: 0 0 0px;
    padding: 0 0 5px;
    position: relative;
    color: #1c4594;
}
.title-activities-left p {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
    font-weight: 600;
}


.title-activities-left {
    position: relative;
}

.title-activities-left:before {
    content: '';
    width: 120px;
    height: 3px;
    background-color: #1c4594;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@keyframes underline-decor-animation {
    0% {
        background: #1c4594;
    }

    33.3333% {
        background: #1c4594;
    }

    66.666% {
        background: #1c4594;
    }

    100% {
        background: #1c4594;
    }
}

.desc_in {
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
}
.content-activities-left {
    color: #483e3e;
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
}
.content-activities-left ul {
    margin: 10px 0;
}
.content-activities-left ul li {
    list-style: disc !important;
    margin-left: 18px;
}

section.Activities .ctnr {
    margin: 0 auto;
    position: relative;
}

.btn-activities-left a {
    font-size: 16px;
    padding: 15px 30px;
    background-color: #226127;
    display: inline-block;
    color: #fff;
    margin: 30px 0px 0px 0px;
}

.list-item-activities {
    display: flex;
}

.item-left-center {
    padding: 0 10px;
    width: 100%;
}

.item-left-right {
    padding: 10px;
    width: 49%;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.box-images-top-center-activities img {}

.box-images-top-center-activities.images-about-bottom {
    margin: 0% 0% 0% -22%;
}

.box-images-top-center-activities.images-about-bottom img {
    width: 100%;
    max-width: 582px;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content-activities-right {
    margin: 50px 30px 50px 30px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    color: #10221B;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.25em;
    font-size: 26px;
}

.content-activities-right h2 {
    font-size: 26px;
}

.item-left-right:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 560px;
    width: 448px;
    z-index: -1;
    top: -6%;
    left: 36%;
    background-size: contain;
    animation: rotate-clock 30s infinite linear;
}

@keyframes rotate-clock {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(45deg);
    }
}


.box-trial {
    display: flex;
    gap: 0px 30px;
    align-items: center;
    padding: 30px 0px;
}

.item-trial-left {
    width: 12.994%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-trial-center {
    margin: 0 auto;
    position: relative;
    flex: 1;
    width: 64%;
}

.item-trial-right {
    width: 42.991%;
    height: 100%;
}

.box-content-item-trial {
    padding: 2rem 0px;
}

.hedding-content-item-trial span {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: "Mansalva", sans-serif;
}

.hedding-content-item-trial h2 {
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    font-size: 31px;
}

.desc-content-item-trial p {
    color: #fff;
    padding: 2rem 0px;
    font-size: 16px;
    line-height: 1.7;
}

.list-item-content-trial {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 30px;
}

.item-explore {
    width: calc(100% / 3 - 30px);
}

.btn-trial a {
    font-size: 16px;
    padding: 13px 40px;
    background-color: #226127;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.btn-trial {
    margin-top: 30px;
    text-align: center;
}

.icon-item-explore {
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

.box-icon-member-explore {
    width: 60px;
    height: 60px;
    display: flex;
    padding: 5px;
    background: #ffaa17;
    border-radius: 100%;
}

.box-icon-member-explore img {
    object-fit: contain;
}

h5.image-box-title {
    color: #fff;
    font-size: 21px;
    flex: 1;
}

.content-span-tile {
    color: #fff;
    flex: 1;
}

.desc-kiper-desc-trial {
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
}

.team-item {
    position: relative;
    /* padding: 15px 10px 0; */
}

.inner-box:before {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    bottom: 120px;
    /* width: 100%; */
    /* background-color: #f4f5f8; */
    border-radius: 5px;
    /* content: ""; */
    /* transition: all 400ms ease; */
}

.item-our-team-members.clm {}

.team-current-theme5.team-item .list-our-team-members {
    display: flex;
}

.team-current-theme5.team-item .ourteam {
    padding: 40px 0px;
}

.team-current-theme5 .inner-box .info-box {
    position: relative;
    text-align: justify;
    padding: 0 15px;
    /* margin-bottom: 25px; */
    background: #c1272c;
}

.team-current-theme5 .inner-box .info-box .team-title {
    /* margin-top: 10px; */
    /* margin-bottom: 11px; */
}

.team-current-theme5 .inner-box .info-box .team-subtitle {
    display: block;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    text-transform: none;
    transition: all 400ms ease;
}

.team-current-theme5 .inner-box .info-box .share-icon {
    position: absolute;
    right: 20px;
    bottom: -45px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #0f0f0f;
    background-color: #ffaa17;
    transition: all 300ms ease;
    z-index: 1;
}

.team-current-theme5 .inner-box .info-box .social-links {
    position: absolute;
    right: 20px;
    top: 100%;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffaa17;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
}

.team-current-theme5 .inner-box .info-box .social-links a {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    color: #0f0f0f;
    transition: all 300ms ease;
}

.team-current-theme5 .inner-box .image-box {
    position: relative;
}

.team-current-theme5 .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.list-our-team-members {
    margin-top: 0;
}

section.ourteam {
    padding: 40px 0px;
    position: relative;
    background: #f1f1f1;
}

.hedding-ourteam {
    text-align: center;
    width: 76%;
    margin: 0 auto;
}

.hedding-ourteam p {
    color: #6d6c74;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.hedding-ourteam h2 {
    color: #24201f;
    font-size: 30px;
    padding-bottom: 10px;
}

.hedding-ourteam p:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 3px;
    border-radius: 5px;
    margin: 0 auto;
    background: #1c4594;
    content: "";
}

h4.team-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px;
    text-align: center;
}

.team-current-theme5 .inner-box:hover:before {
    background-color: #1c4594;
    color: #fff;
}

.team-current-theme5 .inner-box:hover .info-box .team-title a {
    color: #fff;
}

.team-current-theme5 .inner-box:hover .info-box .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}


.box-questions {
    flex-wrap: initial;
    justify-content: space-between;
    align-items: initial;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    flex-direction: row;
    display: flex;
}

.item-left-questions {
    width: 46%;
}

.item-right-questions {
    width: 49%;
}

section.questions {
    padding: 9rem 0px;
    background: url(../images/pattern-6.jpeg);
}

.title-hedding-questions span {
    color: #ffaa17;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-top: 10px;
}

.title-hedding-questions span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, rgba(255, 170, 23, 1) 0%, rgba(255, 170, 23, 0.7) 100%);
    content: "";
}

.title-hedding-questions h2 {
    color: #24201f;
    line-height: 1.2;
    margin-bottom: 45px;
}

section.questions .list-card-canit {
    margin-top: 50px;
}

.desc-questions p {
    color: #483e3e;
}

section.questions .card-item-canit {
    box-shadow: 0 0 70px 0 rgb(0 0 0 / .1);
    background-color: #FFF;
    margin-bottom: 10px;
    overflow: hidden;
    border: 0;
    transition: all 0.3s ease-in-out;
}

section.questions .card-header {
    border: none;
    background-color: #fff0;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff !important;
    padding: 15px;
    margin: 0;
    background-color: #fff;
    border: 0;
}

section.questions .card-header h5 {
    font-size: 15px;
}

section.questions .card-body {
    padding: 1rem 1.5rem;
    border: 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

section.questions .card-item-canit.active .card-body {
    display: block;
}

section.questions .card-item-canit.active .card-header {
    display: block;
}

section.questions .card-item-canit.active .card-header {
    background-color: #226127 !important;
    color: #fff;
}

.list-images-questions {
    position: relative;
    display: flex;
    gap: 0px 40px;
}

.before-icon-questions {
    position: absolute;
}

.before-icon-questions-member2 {
    position: absolute;
}

.item-questions-images {
    width: 100%;
    border-radius: 0 75px 0 75px;
    overflow: hidden;
    height: 452px;
    position: relative;
    z-index: 9;
}

.item-questions-images-icon-2 {
    bottom: -164px;
    right: 0;
    border-radius: 75px 0 75px 0;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    z-index: 2;
    position: relative;
    height: 452px;
    width: 100%;
}

.item-questions-images-icon-2 img {
    width: 100%;
    height: 100%;
    display: block;
}

.before-icon-questions {
    top: -15px;
    left: -28px;
    width: 29%;
    -webkit-transform: rotate(0deg);
}

.before-icon-questions-member2 {
    top: 147px;
    right: -49px;
    -webkit-transform: rotate(0deg);
}



.content-activities-right h2 p {
    text-align: left !important;
}

.content-activities-right h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.contact-details-in .contact-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    transition: all 0.3s ease;
}

.contact-details-in .contact-title {
    text-align: center;
    color: #1e293b;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.contact-details-in .contact-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius: 1px;
}

.contact-details-in .contacts-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 47px;
}

.contact-details-in .contact-card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 0.6);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 38%;
}

.contact-details-in .contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.05), transparent);
    transition: left 0.5s ease;
}

.contact-details-in .contact-card:hover::before {
    left: 100%;
}

.contact-details-in .contact-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(148, 163, 184, 0.12);
    border-color: rgba(148, 163, 184, 0.4);
}

.contact-details-in .contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-details-in .contact-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(148, 163, 184, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.contact-details-in .contact-card:hover .contact-avatar {
    transform: scale(1.1);
    border-color: #64748b;
}

.contact-details-in .contact-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-details-in .contact-info h3 {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.contact-details-in .contact-card:hover .contact-info h3 {
    color: #0f172a;
}

.contact-details-in .contact-location {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    background: rgba(148, 163, 184, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 3px;
}

.contact-details-in .contact-role {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-details-in .contact-details {
    margin-top: 12px;
}

.contact-details-in .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(148, 163, 184, 0.03);
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-details-in .contact-item:hover {
    background: rgba(148, 163, 184, 0.08);
    transform: translateX(3px);
}

.contact-details-in .contact-icon {
    width: 25px;
    height: 25px;
    background: linear-gradient(45deg, #3b82f6, #06b6d4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: white;
    font-weight: bold;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.contact-details-in .contact-item:hover .contact-icon {
    transform: scale(1.2);
}

.contact-details-in .contact-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.contact-details-in .contact-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    transition: width 0.3s ease;
}

.contact-details-in .contact-item:hover .contact-link {
    color: #1e293b;
}

.contact-details-in .contact-item:hover .contact-link::after {
    width: 100%;
}
.team-current-theme5 .inner-box:hover .info-box .social-links li a img {
    margin: 0 auto;
    margin-top: 5px;
}
.list-questions {
    display: none;
}

.list-questions.active {
    display: block;
}


.tab-conection-nall button {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: unset;
    background: #cdcdcd;
    border-radius: 100%;
}

.tab-buttons.tab-conection-nall {
    text-align: center;
}


.tab-buttons.tab-conection-nall button.tab-btn.active {
    background-color: #226127 !important;
    color: #fff;
}

.tab-conection-nall button:hover {
    background-color: #226127 !important;
    color: #fff;
}
.timeline-section .timeline-container {
    margin: 0 auto;
    position: relative;
}
.timeline-section .timeline {
    position: relative;
    padding-left: 120px;
    padding-right: 40px;
}
.timeline-section .timeline::before {
    content: '';
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    width: 0px;
    border-left: 2px dashed #352e48;
}
.timeline-section .timeline-item {
    position: relative;
    margin-bottom: 60px;
    padding-left: 4px;
}
.timeline-section .timeline-date {
    position: absolute;
    left: -142px;
    top: -10px;
    font-size: 28px;
    font-weight: bold;
    color: #352e48;
    width: 102px;
    text-align: right;
}
.timeline-section .timeline-dot {
    position: absolute;
    left: -27px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #352e48;
    border-radius: 50%;
}
.timeline-section .timeline-content {
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.timeline-section .timeline-content p {
    margin: 0;
}
.timeline-section .title_about_tm h2 {
    margin-bottom: 45px;
}


section.timeline-section {
   padding: 3rem 0px;
}
@media(max-width:990px){
.box-icon-member-explore img {
    padding: 7px;
}

.box-icon-member-explore {
    width: 50px;
    height: 50px;
}
    .nav-container.list-scroll-abouts {
    padding: unset !important;
}

.nav-container.list-scroll-abouts {
    overflow-x: scroll !important;
}

.nav-container.list-scroll-abouts ul {
    width: 100%;
    min-width: max-content;
    max-width: fit-content;
}

    .hedding-ourteam h2 {
    font-size: 28px;
}
    .hedding-content-item-trial span {
    font-size: 25px;
}

.hedding-content-item-trial h2 {
    font-size: 31px;
}

.desc-content-item-trial p {
    font-size: 14px;
}
    .item-left-activities {
    width: 100% !important;
    padding: unset;
}

.list-item-activities {
    width: 100%;
}

.box-activities {
    display: block;
}

section.Activities .ctnr {
    width: 100%;
    max-width: 100%;
}

.title-activities-left h2 {
    /* margin: 0 0 20px; */
    /* padding: 0 0 20px; */
    font-size: 34px;
}

.list-item-activities {
    flex-direction: column;
}

.item-left-center {
    width: 100%;
    padding: 10px 0px;
}

.box-images-top-center-activities.images-about-bottom img {}

.box-images-top-center-activities.images-about-bottom {
    margin: unset;
}

.item-left-right {
    width: 100%;
    padding: 0px;
}

.item-trial-center {
    width: 100%;
    max-width: 100%;
}

.box-content-item-trial {
    padding: 5rem 15px;
}

.item-explore {
    width: calc(100% / 2 - 30px);
}

.hedding-ourteam {
    width: 100%;
}

.box-questions {
    flex-direction: column;
}

.item-left-questions {
    width: 100%;
}

.item-right-questions {
    width: 100%;
}

section.questions {
    overflow: hidden;
}

.contact-details-in .contact-container {
    padding: 30px 0px;
}

.contact-details-in .contact-card {
    width: 100%;
}

.contact-details-in .contacts-grid {
    flex-wrap: wrap;
}
}
@media (max-width: 768px) {
 
.item-explore {
    width: calc(100% / 1 - 30px);
}
    .contact-details-in .contact-title {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .contact-details-in .contact-header {
        gap: 12px;
    }

    .contact-details-in .contact-avatar {
        width: 45px;
        height: 45px;
    }

    .contact-details-in .contact-info h3 {
        font-size: 12px;
    }

    .contact-details-in .contact-link {
        font-size: 15px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-details-in .contact-card {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-details-in .contact-card:nth-child(2) {
    animation-delay: 0.1s;
}


.scroll-overview {
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    padding: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 20px;
    z-index: 99999;
}
.scroll-overview .nav-container {
    margin: 0 auto;
    padding: 0 2rem;
    border-radius: 5px;
    overflow: hidden;
}
.scroll-overview .nav-list {
    display: flex
;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.scroll-overview .nav-item {
    position: relative;
    margin: 0;
}
.scroll-overview .nav-link {
    display: block;
    padding: 1.5rem 2rem;
    text-decoration: none;
    color: #64748b;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
}
.scroll-overview .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #226127;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
}
.scroll-overview .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-overview .nav-link.active {
    color: #226127;
    font-weight: 600;
    transition: 0.5s ease;
}
.scroll-overview .nav-link.active::before {
    width: 80%;
}
.contact-details-in .contact-info {
    flex-direction: column;
    gap: 0px;
    align-items: start;
}
.trial {
    display: flex;
    background-image: url(../images/filler-gradient-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    background-attachment: fixed;
}

.images-left-trial {
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.images-left-trial img {
    display: block;
}

.trial:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000ab;
}


.travel-fair-section .floating-elements {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
	 z-index: 1;
}
 .travel-fair-section .floating-icon {
	 position: absolute;
	 opacity: 0.1;
	 animation: float 6s ease-in-out infinite;
	 font-size: 24px;
	 color: white;
}
 .travel-fair-section .floating-icon:nth-child(1) {
	 top: 10%;
	 left: 10%;
	 animation-delay: 0s;
}
 .travel-fair-section .floating-icon:nth-child(2) {
	 top: 20%;
	 right: 15%;
	 animation-delay: 1s;
}
 .travel-fair-section .floating-icon:nth-child(3) {
	 top: 70%;
	 left: 5%;
	 animation-delay: 2s;
}
 .travel-fair-section .floating-icon:nth-child(4) {
	 bottom: 20%;
	 right: 10%;
	 animation-delay: 3s;
}
 .travel-fair-section .floating-icon:nth-child(5) {
	 top: 50%;
	 left: 80%;
	 animation-delay: 4s;
}
 @keyframes float {
	 0%, 100% {
		 transform: translateY(0px) rotate(0deg);
	}
	 50% {
		 transform: translateY(-20px) rotate(180deg);
	}
}
 .travel-fair-section .container {
	 max-width: 1200px;
	 margin: 0 auto;
	 padding: 0 20px;
	 position: relative;
	 z-index: 2;
}
 .travel-fair-section .section-header {
	 text-align: center;
	 margin-bottom: 40px;
	 animation: fadeInUp 1s ease-out;
}
 .travel-fair-section .section-title {
	 font-size: 3.5rem;
	 font-weight: 700;
	 color: #10221b;
	 margin-bottom: 20px;
	 line-height: 1.2;
	 position: relative;
}
 .travel-fair-section .section-title1::after {
	 content: '';
	 position: absolute;
	 bottom: -10px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 100px;
	 height: 3px;
	 background: #1c4594;
	 border-radius: 2px;
}
 .travel-fair-section .section-subtitle {
	 font-size: 16px;
	 color: #10221b;
	 max-width: 600px;
	 margin: 0 auto;
	 line-height: 1.6;
}
 .travel-fair-section .fair-grid {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	 gap: 30px 0;
	 padding-top: 5px;
}
 .travel-fair-section .fair-card {
	 /* background: #fff; */
	 /* backdrop-filter: blur(20px); */
	 /* border-radius: 20px; */
	 padding: 20px;
	 /* border: 1px solid rgba(255, 255, 255, 0.2); */
	 transition: all 0.4s ease;
	 position: relative;
	 text-align: center;
	 color: #fff;
	 /* animation: slideInUp 0.8s ease-out; */
	 /* padding-top: 75px; */
}
 .travel-fair-section .fair-card:hover {
	 /* transform: translateY(-10px); */
	 /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
	 /* background: #1c459438; */
}
.team-current-theme5 .inner-box:hover h4 {
    color: #fff;
}

.team-current-theme5 .inner-box:hover .team-subtitle {
    color: #fff;
}
.travel-fair-section.section-ketnoi .card-icon {
    position: unset;
    transform: unset;
    border: unset;
}


.travel-fair-section.section-ketnoi .fair-card {
    padding-top: 10px;
}

.travel-fair-section.section-ketnoi .fair-grid {
    grid-template-columns: 40% 30% 30%;
}
 /* .travel-fair-section .fair-card::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: -100%;
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	 transition: left 0.6s ease;
} */
 .travel-fair-section .fair-card:hover::before {
	 left: 100%;
}
 .travel-fair-section .card-icon {
	 width: 90px;
	 height: 90px;
	 /* background: linear-gradient(135deg, #ff6b6b, #ffd93d); */
	 /* border-radius: 50%; */
	 /* display: flex; */
	 margin: auto;
	 align-items: center;
	 justify-content: center;
	 font-size: 24px;
	 margin-bottom: 20px;
	 /* animation: pulse 2s infinite; */
	 /* position: absolute; */
	 /* top: -35px; */
	 /* left: 50%; */
	 /* transform: translateX(-50%); */
	 /* border: 7px solid #eeeeee; */
	 padding: 10px;
	 /* background: #fff; */
}
 @keyframes pulse {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(1.05);
	}
	 100% {
		 transform: scale(1);
	}
}
 .travel-fair-section .card-title {
	 font-size: 2.5rem;
	 font-weight: 600;
	 color: #fff;
	 margin-bottom: 15px;
}
 .travel-fair-section .card-description {
	 color: #fff;
	 text-align: justify;
	 line-height: 1.6;
	 margin-bottom: 20px;
	 font-size: 15px;
}
 .travel-fair-section .card-features {
	 list-style: none;
	 margin-bottom: 25px;
}
 .travel-fair-section .card-features li {
	 color: rgba(255, 255, 255, 0.9);
	 padding: 8px 0;
	 position: relative;
	 padding-left: 25px;
}
 .travel-fair-section .card-features li::before {
	 content: 'ÃƒÂ¢Ã…â€œÃ‹â€ ÃƒÂ¯Ã‚Â¸Ã‚Â';
	 position: absolute;
	 left: 0;
	 top: 8px;
}
 .travel-fair-section .card-button {
	 background: #fff;
	 color: #000;
	 border: none;
	 padding: 12px 30px;
	 border-radius: 25px;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 width: 100%;
	 font-size: 14px;
}
 .travel-fair-section .card-button:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}
 .travel-fair-section .stats-section {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	 gap: 30px;
	 margin-top: 60px;
}
 .travel-fair-section .stat-item {
	 text-align: center;
	 padding: 20px;
	 background: rgba(255, 255, 255, 0.1);
	 backdrop-filter: blur(10px);
	 border-radius: 15px;
	 border: 1px solid rgba(255, 255, 255, 0.2);
	 transition: transform 0.3s ease;
}
 .travel-fair-section .stat-item:hover {
	 transform: scale(1.05);
}
 .travel-fair-section .stat-number {
	 font-size: 2.5rem;
	 font-weight: 700;
	 color: #ffd93d;
	 margin-bottom: 10px;
	 animation: countUp 2s ease-out;
}
 .travel-fair-section .stat-label {
	 color: rgba(255, 255, 255, 0.9);
	 font-size: 1.1rem;
}
 .travel-fair-section .cta-section {
	 text-align: center;
	 margin-top: 60px;
	 padding: 40px;
	 background: rgba(255, 255, 255, 0.1);
	 backdrop-filter: blur(20px);
	 border-radius: 20px;
	 border: 1px solid rgba(255, 255, 255, 0.2);
}
 .travel-fair-section .cta-title {
	 font-size: 2rem;
	 color: white;
	 margin-bottom: 20px;
	 font-weight: 600;
}
 .travel-fair-section .cta-buttons {
	 display: flex;
	 gap: 20px;
	 justify-content: center;
	 flex-wrap: wrap;
	 margin-top: 30px;
}
 .travel-fair-section .cta-button {
	 background: linear-gradient(135deg, #667eea, #764ba2);
	 color: white;
	 border: none;
	 padding: 15px 40px;
	 border-radius: 30px;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 font-size: 1.1rem;
	 text-decoration: none;
	 display: inline-block;
}
 .travel-fair-section .cta-button:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}
 .travel-fair-section .cta-button.secondary {
	 background: transparent;
	 border: 2px solid white;
}
 .travel-fair-section .cta-button.secondary:hover {
	 background: white;
	 color: #667eea;
}
 @keyframes fadeInUp {
	 from {
		 opacity: 0;
		 transform: translateY(30px);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 @keyframes slideInUp {
	 from {
		 opacity: 0;
		 transform: translateY(50px);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 @keyframes countUp {
	 from {
		 opacity: 0;
		 transform: scale(0.5);
	}
	 to {
		 opacity: 1;
		 transform: scale(1);
	}
}
.box-images-top-center-activities.images-about-bottom {
    display: none;
}

.item-left-right {
    display: none;
}

section.Activities.Activities-1 .item-left-activities {
    text-align: left;
    width: 48%;
    padding-right: 20px;
}

section.Activities.Activities-1 .title-activities-left:before {
    left: 0;
    transform: unset;
}

section.Activities.Activities-1 .content-activities-left {
    text-align: justify;
}
section.Activities.Activities-1 .item-left-center {
    width: 100%;
}

.working-process-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 0px 30px;
    z-index: 1;
}
.working-process-one .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.working-process-one .shape3 {
    position: absolute;
    bottom: 0px;
    right: -70px;
    opacity: 0.15;
    z-index: -1;
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.working-process-one .shape1 {
    position: absolute;
    top: 237px;
    left: 150px;
    right: 150px;
    border-top: 1px dashed #606060;
    z-index: -1;
}
.working-process-one__single {
    position: relative;
    display: block;
    padding: 0px 15px 0px;
    margin-bottom: 30px;
    z-index: 1;
}
.working-process-one__single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto 24px;
}
.working-process-one__single .icon::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px dashed #606060;
    border-radius: 50%;
    content: "";
}
.working-process-one__single .icon .count-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #004a94;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 50%;
}
.working-process-one__single .icon span {
    position: relative;
    display: inline-block;
    color: #004a94;
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.working-process-one__single .icon span {
    position: relative;
    display: inline-block;
    color: #004a94;
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.working-process-one__single .content-box {
    position: relative;
    display: block;
    text-align: center;
}
.working-process-one__single .content-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.working-process-one__single .content-box h2 a {
    color: #052944;
}
.working-process-one__single .content-box p {
    margin: 0;
}
span.icon-task-complete img {
    height: 58px;
}
section.working-process-one .ctnr {
    overflow: hidden;
    position: relative;
}
section.working-process-one .title-activities-left {
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 90px;
}

.list-our-team-members button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b519b;
    border-radius: 5px;
    opacity: 0;
}

.list-our-team-members button svg path {
    stroke: #fff;
}

.list-our-team-members:hover button {
    opacity: 1;
}
.trial .hedding-content-item-trial {
    margin-bottom: 10px;
}

.desc-content-item-trial {
    color: #fff;
}
.row-slider-working-process-one button {
    opacity: 0;
    width: 40px;
    height: 40px;
    background: #004a94;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.row-slider-working-process-one button svg path {
    stroke: #fff;
}

.row-slider-working-process-one:hover button {
    opacity: 1;
}
.title_about_tm {
    text-align: center;
}
.title_about_tm {
    margin-bottom: 15px;
}
.title_about_tm h2 {
    font-size: 33px;
    color: #352e48;
    margin-bottom: 5px;
}
.ourteam .title_about_tm p {
    max-width: 80%;
}
.title_about_tm p {
    font-size: 16px;
    line-height: 1.5;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 58%;
    margin: auto;
}
.dowloadn_file {
    background: #c1272c;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}
.dowloadn_file a {
    color: #fff;
    font-weight: 300;
}
.dowloadn_file a span {
    font-weight: 600;
}
.section-ketnoi .travel-fair-section {
    background: #f1f1f1;
}
.section-ketnoi .travel-fair-section .fair-card {
    background: #2d3092;
    border-radius:20px;
}
.section-ketnoi .travel-fair-section .card-icon {
    margin: 0;
}
.section-ketnoi .travel-fair-section .card-title {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 10px;
}
.box-banner-about1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 9;
}
.box-banner-about1 {
    position: relative;
}


.travel-fair-section .fair-card:before {
    content: "";
    position:absolute;
    width:0px;
    height:100%;
    border: 1px dashed #ffffff7a;
    left:100%;
}


.travel-fair-section .fair-grid .fair-card:last-child:before{
    content:"";
    display:none;
}
.section-ketnoi .fair-grid {
 gap: 30px;
}
.section_lydo {
    padding: 30px 0;
}
.section_lydo .title_about_tm h2 {
    margin-bottom: 30px;
}
.abouts_66 {
    display: flex;
    max-width: 80%;
    margin: 10px auto;
}
.section_lydo .card-icon {
    width: 105px;
}
.section_lydo .card-icon img {
    width: 85px;
}
.section_lydo .card-description {
    display: block;
    width: 80%;
}
.section_lydo .card-description h3 {
    color: #352e48;
    margin-bottom: 5px;
    font-size: 20px;
}
.section_lydo .card-description p {
    line-height: 1.5;
    font-size: 15px;
}
.ket_luan {
    background: #f1f1f1;
    padding: 40px 0;
    color: #333;
    text-align: center;
}
.ket_luan .content_ketluan h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.ket_luan .desc-about-banner {
    color: #333;
}
.section_mangluoi {
    padding: 30px 0;
}
.section_mangluoi .title_about_tm h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 0;
}
.section_mangluoi .title_khachhang {
    text-align: center;
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
    margin-top: 50px;
    position: relative;
}
.section_mangluoi .title_khachhang h2 {
    position: absolute;
    background: #fff;
    left: 50%;
    bottom: -25px;
    color: #333;
    font-weight: 600;
    padding: 0 20px;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.section_mangluoi .row {
    align-items: center;
    max-width: 90%;
    margin: auto;
    justify-content: center;
}
.icon_kh {
    width: 14.2%;
    margin-bottom: 10px;
}
.icon_kh .icon_khachhang {
    padding: 10px;
}





@media(min-width:990px){
	.scroll-overview {
    top: 53px;
}
}
@media(max-width:990px){
    section.ourteam {
        padding-bottom: 10px;
    }
    .title_about_tm h2 {
        font-size: 21px;
    }
    
    .travel-fair-section .fair-grid {
        gap: 0px;
    }
    
    .timeline-section .timeline-date {
        font-size: 20px;
    }
    
    .section-ketnoi .travel-fair-section {
        padding-top: 0px;
    }
    
    .travel-fair-section .fair-card {
        margin-bottom: 10px;
    }
    
    .title-about-banner h2 {
        margin-top: 16px;
        font-size: 30px;
    }

    .travel-fair-section .fair-card:before{
        display: none;
    }
    .title-about-banner h1 {
        font-size: 26px;
    }
    .title-about-banner {
        width: 90%;
    }
    section.working-process-one .title-activities-left{
        margin-bottom: 38px;
    }
    .shape1{
        display:none;
    }
        .box-trial {
        flex-direction: column;
    }

    .images-left-trial {
        width: 100%;
    }
    .abouts_66 {
            max-width: 100%;
    }
}
 @media (max-width: 768px) {
    .section_mangluoi .row {
        max-width: 100%;
    }
    .section_mangluoi .title_khachhang h2 {
        width: 100%;
    }
    .section_mangluoi .title_about_tm h2 {
        font-size: 2.5rem;
    }
    .icon_kh {
        width: 25%;
        margin-bottom: 10px;
    }
    .abouts_66 {
        max-width: 100%;
    }
    .icon_kh .icon_khachhang {
        padding: 5px;
    }
	 .travel-fair-section .section-title {
		 font-size: 2.5rem;
	}
	 .travel-fair-section .fair-grid {
		 grid-template-columns: 1fr !important;
		 padding-top: 5px;
	}
	 .travel-fair-section .cta-buttons {
		 flex-direction: column;
		 align-items: center;
	}
	 .travel-fair-section .cta-button {
		 width: 100%;
		 max-width: 300px;
	}
    .title_about_tm p {
        max-width: 95% !important;
    }
    section.Activities.Activities-1 .item-left-activities {
        padding: 0;
    }
    section.Activities {
        padding: 3rem 0 0 0;
    }
    .images-banner-about img {
        height: 180px;
    }
    .box-banner-about1 .images-banner-about img{
        height: 680px;
    }
    .box-banner-about1:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #00000085;
        z-index: 9;
    }
    .travel-fair-section .fair-card {
        padding: 0px 20px;
    }
    .travel-fair-section .container {
        padding: 0 10px;
    }
    .timeline-section .timeline {
        padding-right: 10px;
        padding-left: 150px;
    }
    .timeline-section .timeline::before {
        left: 131px;
    }
}
 

.travel-fair-section {
    padding: 40px 0px;
    background: #2d3092;
}
