.corporate-breadcrumb-section {
    position: relative;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.corporate-breadcrumb-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.corporate-breadcrumb-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
    transform: scale(1.05);
    animation: corporateBreadcrumbZoom 12s ease-in-out infinite;
}


.corporate-breadcrumb-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(0 0 0 / 38%), rgb(0 0 0 / 68%), rgb(0 0 0 / 29%));
}


.corporate-breadcrumb-container {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    margin-top: 70px;
}


.corporate-breadcrumb-title {
    margin: 22px 0 15px;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 800;
    color: #f58634;
    letter-spacing: -1px;
}



.corporate-breadcrumb-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 25px;
    width: max-content;
    max-width: 100%;
    margin: auto;
    border-radius: 50px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .20);
    backdrop-filter: blur(15px);
}


.corporate-breadcrumb-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;

}


.corporate-breadcrumb-nav strong {
    color: #ffcc29;
    font-weight: 600;
}


.corporate-breadcrumb-nav span {
    color: #f58634;
    font-size: 16px;
}


@keyframes corporateBreadcrumbZoom {


    0% {
        transform: scale(1.05);
    }


    50% {
        transform: scale(1.12);
    }


    100% {
        transform: scale(1.05);
    }


}


@media(max-width:991px) {

    .corporate-breadcrumb-section {
        height: 380px;
    }

    .corporate-breadcrumb-title {
        font-size: 45px;
    }

}


@media(max-width:576px) {


    .corporate-breadcrumb-section {
        height: 360px;
    }


    .corporate-breadcrumb-title {
        font-size: 34px;
    }



    .corporate-breadcrumb-nav {
        padding: 10px 18px;
        gap: 8px;
    }


    .corporate-breadcrumb-nav a,
    .corporate-breadcrumb-nav strong {
        font-size: 13px;
    }


}









.th-about-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: #f8f9fc;
    z-index: 1;
}


.th-about-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .35;
    z-index: -2;
}

.th-about-bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

.th-about-circle-1 {
    width: 420px;
    height: 420px;
    background: rgba(255, 180, 0, .18);
    top: -120px;
    left: -120px;
}

.th-about-circle-2 {
    width: 520px;
    height: 520px;
    background: rgb(255 248 232);
    right: -150px;
    bottom: -150px;
}



.th-about-image-wrapper {
    position: relative;
    max-width: 560px;
    margin: auto;
}


.th-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    z-index: 2;
    background: #111;
}


.th-about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: .8s;
}


.th-about-image:hover img {
    transform: scale(1.08);
}



.th-about-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-25deg);
    transition: 1s;
    z-index: 5;
}


.th-about-image:hover::before {
    left: 170%;
}


.th-about-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
    min-width: 230px;
    z-index: 10;
    transition: .4s;
}

.th-about-floating-card:hover {
    transform: translateY(-8px);
    border-color: #f6c75b;
}


.card-one {
    top: 40px;
    left: -55px;
}


.card-two {
    right: -55px;
    top: 48%;
}


.card-three {
    bottom: 35px;
    left: 40px;
}


.th-about-floating-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(135deg, #f5b301, #ff8c00);
    flex-shrink: 0;
}


.th-about-floating-content h4 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}


.th-about-floating-content p {
    color: #cfd7df;
    margin: 4px 0 0;
    font-size: 14px;
}



.th-about-content {
    position: relative;
    padding-left: 30px;
}


.th-about-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px);
    color: #f6c75b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.th-about-tag i {
    font-size: 16px;
}


.th-about-title-line {
    width: 90px;
    height: 4px;
    margin: 28px 0;
    border-radius: 30px;
    background: linear-gradient(90deg, #f5b301, #ffd66e);
}


.th-about-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 28px;
}

.th-about-title span {
    display: block;
    margin-top: 8px;
    color: #f6c75b;
}


.th-about-text {
    color: #373435;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
}


.th-about-feature {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .4s;
    height: 100%;
}


.th-about-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5b301, #ff8b00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.th-about-feature h5 {
    color: #373435;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 700;
}

.th-about-feature p {
    color: #cfd7df;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}



.th-about-image-wrapper,
.th-about-content,
.th-about-tag,
.th-about-title-line,
.th-about-title,
.th-about-text,
.th-about-feature,
.th-about-stat,
.th-about-floating-card {
    opacity: 0;
}



.th-about-image-wrapper {
    transform: translateX(-120px) scale(.85);
    transition: 1.2s cubic-bezier(.22, 1, .36, 1);
}

.th-about-section.active .th-about-image-wrapper {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.th-about-image {
    overflow: hidden;
}

.th-about-section.active .th-about-image img {
    animation: thImageZoom 2s ease forwards;
}

@keyframes thImageZoom {

    from {
        transform: scale(1.18);
    }

    to {
        transform: scale(1);
    }

}



.th-about-content {
    transform: translateX(120px);
    transition: 1.2s ease;
}

.th-about-section.active .th-about-content {
    opacity: 1;
    transform: translateX(0);
}



.th-about-tag {
    transform: translateY(-40px);
    transition: .8s ease .2s;
}

.th-about-section.active .th-about-tag {
    opacity: 1;
    transform: translateY(0);
}


.th-about-title-line {
    width: 0;
    opacity: 1;
    transition: 1s ease .4s;
}

.th-about-section.active .th-about-title-line {
    width: 90px;
}


.th-about-title {
    transform: translateY(50px);
    transition: .9s ease .45s;
}

.th-about-section.active .th-about-title {
    opacity: 1;
    transform: translateY(0);
}


.th-about-text {
    transform: translateY(40px);
    transition: .8s ease;
}

.th-about-text:nth-child(4) {
    transition-delay: .65s;
}

.th-about-text:nth-child(5) {
    transition-delay: .85s;
}

.th-about-section.active .th-about-text {
    opacity: 1;
    transform: translateY(0);
}



.th-about-feature {
    transform: translateY(60px);
    transition: .8s ease;
}

.th-about-feature:nth-child(1) {
    transition-delay: .9s;
}

.th-about-feature:nth-child(2) {
    transition-delay: 1.05s;
}

.th-about-feature:nth-child(3) {
    transition-delay: 1.2s;
}

.th-about-feature:nth-child(4) {
    transition-delay: 1.35s;
}

.th-about-section.active .th-about-feature {
    opacity: 1;
    transform: translateY(0);
}


.th-about-stat {
    transform: translateY(60px);
    transition: .8s ease;
}

.th-about-stat:nth-child(1) {
    transition-delay: 1.5s;
}

.th-about-stat:nth-child(2) {
    transition-delay: 1.65s;
}

.th-about-stat:nth-child(3) {
    transition-delay: 1.8s;
}

.th-about-stat:nth-child(4) {
    transition-delay: 1.95s;
}

.th-about-section.active .th-about-stat {
    opacity: 1;
    transform: translateY(0);
}


.th-about-floating-card {
    transform: scale(.6);
    transition: .8s ease;
}

.card-one {
    transition-delay: .5s;
}

.card-two {
    transition-delay: .8s;
}

.card-three {
    transition-delay: 1.1s;
}

.th-about-section.active .th-about-floating-card {
    opacity: 1;
    transform: scale(1);
}


.card-one {
    animation: floatOne 5s ease-in-out infinite;
}

.card-two {
    animation: floatTwo 6s ease-in-out infinite;
}

.card-three {
    animation: floatThree 5.5s ease-in-out infinite;
}

@keyframes floatOne {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

}

@keyframes floatTwo {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(14px);
    }

}

@keyframes floatThree {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

}


.th-about-circle-1 {
    animation: circleMove1 12s linear infinite alternate;
}

.th-about-circle-2 {
    animation: circleMove2 15s linear infinite alternate;
}

@keyframes circleMove1 {

    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(80px, 40px);
    }

}

@keyframes circleMove2 {

    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-80px, -60px);
    }

}



.th-about-grid {
    animation: gridMove 30s linear infinite;
}

@keyframes gridMove {

    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(70px);
    }

}



@media(max-width:991px) {

    .th-about-section {
        padding: 90px 0;
    }

    .th-about-content {
        padding-left: 0;
        margin-top: 70px;
    }

    .th-about-title {
        font-size: 38px;
    }

    .th-about-image img {
        height: 500px;
    }

    .th-about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-one {
        left: 10px;
    }

    .card-two {
        right: 10px;
    }

    .card-three {
        left: 20px;
    }

}

@media(max-width:767px) {

    .th-about-title {
        font-size: 30px;
    }

    .th-about-image img {
        height: 100%;
    }

    .th-about-floating-card {
        position: relative;
        margin-top: 20px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
    }

    .th-about-image-wrapper {
        display: flex;
        flex-direction: column;
    }

    .th-about-stats {
        grid-template-columns: 1fr;
    }

    .th-about-feature {
        padding: 0px;
    }

    .th-about-stat {
        padding: 22px;
    }

}

@media(max-width:575px) {

    .th-about-section {
        padding: 60px 0;
    }


    .th-about-section .row.align-items-center.g-4 {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .th-about-tag {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .th-about-title {
        font-size: 26px;
    }

    .th-about-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .th-about-feature h5 {
        font-size: 15px;
    }

    .th-about-floating-content h4 {
        font-size: 18px;
    }

    .th-about-floating-content p {
        font-size: 13px;
    }

}






.th-destination-section {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}


.th-destination-heading {
    text-align: center;
    margin-bottom: 60px;
}


.th-destination-title {
    margin-top: 0px;
    font-size: 44px;
    font-weight: 800;
    color: #373435;
    line-height: 1.2;
}


.th-destination-title span {
    color: #f58634;
}



.th-destination-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: .45s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .05);
    height: 100%;
}



.th-destination-image {
    position: relative;
    overflow: hidden;
}

.th-destination-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: 1s;
}


.th-destination-card:hover .th-destination-image img {
    transform: scale(1.08);
}


.th-destination-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-25deg);
    transition: 1s;
    z-index: 2;
}

.th-destination-card:hover .th-destination-image::before {
    left: 170%;
}

.th-destination-content {
    padding: 20px 20px 20px;
    text-align: center;
    background: #fff;
}


.th-destination-content h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #373435;
    margin: 0;
    transition: .4s;
}





.th-destination-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}



.th-destination-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: .45s;
    pointer-events: none;
}

.th-destination-card:hover::after {
    border-color: rgba(255, 140, 26, .35);
}



.th-destination-image img {
    border-radius: 10px 10px 0 0;
}



@media(max-width:991px) {

    .th-destination-section {
        padding: 60px 0;
    }

    .th-destination-title {
        font-size: 40px;
    }

    .th-destination-image img {
        height: 270px;
    }

}

@media(max-width:767px) {

    .th-destination-heading {
        margin-bottom: 50px;
    }

    .th-destination-title {
        font-size: 30px;
    }

    .th-destination-image img {
        height: 240px;
    }

    .th-destination-content {
        padding: 22px 15px;
    }

    .th-destination-content h3 {
        font-size: 24px;
    }

}


.th-destination-heading,
.th-destination-card {
    opacity: 0;
}

.th-destination-heading {
    transform: translateY(60px);
}

.th-destination-card {
    transform: translateY(80px) scale(.92);
}


.th-destination-section.active .th-destination-heading {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.22, 1, .36, 1);
}



.th-destination-section.active .th-destination-card {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: 1s cubic-bezier(.22, 1, .36, 1);
}


.th-destination-card:nth-child(1) {
    transition-delay: .15s;
}

.th-destination-card:nth-child(2) {
    transition-delay: .35s;
}

.th-destination-card:nth-child(3) {
    transition-delay: .55s;
}

.th-destination-card:nth-child(4) {
    transition-delay: .75s;
}


.th-destination-card:hover {
    transform: translateY(-15px) scale(1.02);
}


.th-destination-card:hover .th-destination-image img {
    transform: scale(1.08) rotate(.5deg);
}



.th-destination-content h3 {
    transition: .45s ease;
}

.th-destination-card:hover h3 {
    letter-spacing: 1px;
}



.th-destination-card:hover {
    box-shadow: 0 35px 80px rgba(0, 0, 0, .18), 0 0 35px rgba(255, 140, 26, .12);
}



.th-destination-card {
    animation: destinationFloat 6s ease-in-out infinite;
}

.th-destination-card:nth-child(2) {
    animation-delay: 1s;
}

.th-destination-card:nth-child(3) {
    animation-delay: 2s;
}

.th-destination-card:nth-child(4) {
    animation-delay: 3s;
}

@keyframes destinationFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

}


.th-destination-image img {
    filter: brightness(.96);
    transition: 1s;
}

.th-destination-card:hover .th-destination-image img {
    filter: brightness(1.05);
}


.th-destination-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, #f58634, rgb(255 204 41), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .5s;
    pointer-events: none;
}

.th-destination-card:hover::before {
    opacity: 1;
}



@media(max-width:991px) {

    .th-destination-card {
        animation: none;
    }

}

@media(max-width:767px) {

    .th-destination-heading {
        transform: translateY(40px);
    }

    .th-destination-card {
        transform: translateY(50px);
    }

    .th-destination-card:hover {
        transform: translateY(-8px);
    }

}

@media(max-width:575px) {
    .th-destination-card:hover {
        transform: none;
    }

}