﻿html,
body,
button,
input,
select,
textarea {
    font-family: "Work Sans", "Poppins", sans-serif !important;
    -webkit-text-size-adjust: 100%
}

.about-section {
    padding: 100px 0;
    background-color: #fff
}

.section-title {
    margin-bottom: 30px
}

.section-title .title-label {
    display: inline-block;
    background: #2A59A9;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 20px
}

.main-title .highlight {
    color: #2A59A9
}

.about-text .lead-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #34495e;
    margin-bottom: 20px
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555555ab;
    margin-bottom: 15px
}

.highlight-text {
    background: rgb(42 89 169 / .1);
    padding: 20px;
    border-left: 4px solid #2A59A9;
    border-radius: 0 10px 10px 0;
    font-weight: 500
}

.lead-highlight {
    background: rgb(42 89 169 / .1);
    padding: 20px;
    border-left: 4px solid #2A59A9;
    border-radius: 0 10px 10px 0;
    font-weight: 500
}

.safari-description {
    color: #555
}

.safari-highlight {
    color: #555
}

.cta-description {
    color: #fff
}

.wildlife-list p {
    color: #555
}

.safari-highlight {
    color: #555
}

.stats-counter {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.counter-item {
    text-align: center;
    flex: 1
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2A59A9;
    margin-bottom: 5px
}

.counter-label {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: 500
}

.about-image .image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease
}

.image-wrapper:hover img {
    transform: scale(1.05)
}

.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #2A59A9;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgb(42 89 169 / .3)
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgb(42 89 169 / .15);
    border-color: #2A59A9
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #2A59A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.service-icon i {
    color: #fff;
    font-size: 28px
}

.service-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px
}

.service-card p {
    color: #7f8c8d;
    line-height: 1.6
}

.safari-content h5 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin: 20px 0 15px;
    font-weight: 600
}

.wildlife-list ul {
    list-style: none;
    padding: 0
}

.wildlife-list li {
    padding: 8px 0;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px
}

.wildlife-list i {
    color: #2A59A9;
    width: 20px
}

.safari-image .image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(0 0 0 / .1)
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(42 89 169 / .8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease
}

.safari-image .image-wrapper:hover .image-overlay {
    opacity: 1
}

.overlay-content {
    text-align: center;
    color: #fff
}

.overlay-content i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block
}

.overlay-content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px
}

.overlay-content p {
    font-size: 1.1rem;
    opacity: .9
}

.cta-section {
    background: #2A59A9;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
    text-align: center
}

.cta-section h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: .9
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-primary {
    background: #fff;
    color: #2A59A9;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease
}

.btn-primary:hover {
    background: #fff0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(255 255 255 / .2)
}

.btn-outline-secondary {
    background: #fff0;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease
}

.btn-outline-secondary:hover {
    background: #fff;
    color: #2A59A9;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

@media (max-width:992px) {
    .main-title {
        font-size: 2rem
    }

    .stats-counter {
        gap: 20px
    }

    .counter-number {
        font-size: 2rem
    }
}

@media (max-width:768px) {
    .about-section {
        padding: 60px 0
    }

    .main-title {
        font-size: 1.8rem
    }

    .stats-counter {
        flex-direction: column;
        gap: 20px
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center
    }

    .btn-primary,
    .btn-outline-secondary {
        width: 80%;
        max-width: 300px
    }
}

@media (max-width:576px) {
    .about-section {
        padding: 40px 0
    }

    .main-title {
        font-size: 1.5rem
    }

    .service-card {
        padding: 20px
    }

    .cta-section {
        padding: 30px 20px
    }

    .cta-section h3 {
        font-size: 1.5rem
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.service-card:nth-child(1) {
    animation-delay: 0.1s
}

.service-card:nth-child(2) {
    animation-delay: 0.2s
}

.service-card:nth-child(3) {
    animation-delay: 0.3s
}

.counter-item:nth-child(1) {
    animation-delay: 0.1s
}

.counter-item:nth-child(2) {
    animation-delay: 0.2s
}

.counter-item:nth-child(3) {
    animation-delay: 0.3s
}

.section-title .title-1 {
    text-align: center
}

.section-title .title-1>.title-label,
.section-title .title-3>.title-label {
    display: inline-block !important;
    background: #2A59A9 !important;
    color: white !important;
    padding: 4px 18px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
    font-family: Work Sans, 'Poppins', sans-serif !important
}

.section-title .title-1>.title-label {
    text-transform: uppercase !important
}

@media (max-width:767.98px) {
    .section-title .title-1 p {
        margin-top: -14px;
        margin-bottom: -23px
    }
}

@media (max-width:767.98px) {
    .section-title .title-1 h2 {
        line-height: 1 !important
    }
}

.section-title .title-3>.title-label {
    text-transform: capitalize !important
}

.section-title .title-1 h2,
.section-title .title-3 h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important
}

.section-title .title-1 h2 .highlight,
.section-title .title-3 h2 .highlight {
    color: #2A59A9 !important
}

.section-title .title-1.title-5>.title-label {
    border-radius: 50px !important
}

.section-title .title-1.title-5 h2 {
    padding-top: 22px !important;
    padding-bottom: 15px !important
}

.section-title .title-3.left-aligned {
    text-align: left !important
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 3 4 / 60%);
    z-index: 1
}

.breadcrumb-content {
    position: relative;
    z-index: 2
}

.cta-buttons {
    flex-wrap: nowrap !important
}

.contact-section {
    padding: 80px 0;
    background-color: #fff
}

.contact-content .why-contact,
.contact-content .easy-contact {
    color: #2A59A9;
    font-weight: 700;
    margin: 25px 0 15px;
    font-size: 1.2rem
}

.contact-intro p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px
}

.details-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 30px 0 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #2A59A9
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: all 0.3s ease
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(42 89 169 / .1);
    background: #fff;
    border-left: 4px solid #2A59A9
}

.info-icon {
    min-width: 50px;
    height: 50px;
    background: #2A59A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.info-icon i {
    color: #fff;
    font-size: 20px
}

.info-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px
}

.info-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    margin: 0
}

.contact-form-section {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: block
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease
}

.form-control:focus {
    border-color: #2A59A9;
    box-shadow: 0 0 0 .2rem rgb(42 89 169 / .25)
}

.btn-primary {
    background: #2A59A9;
    border: 2px solid #2A59A9;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease
}

.btn-primary:hover {
    background: #fff0;
    color: #2A59A9;
    transform: translateY(-2px)
}

@media (max-width:992px) {
    .contact-section {
        padding: 60px 0
    }

    .contact-form-section {
        margin-top: 40px
    }
}

@media (max-width:768px) {
    .contact-section {
        padding: 50px 0
    }

    .info-item {
        flex-direction: column;
        text-align: center
    }

    .contact-form-section {
        padding: 20px
    }
}

@media (max-width:576px) {
    .contact-section {
        padding: 40px 0
    }

    .details-title {
        font-size: 1.5rem
    }

    .why-contact,
    .easy-contact {
        font-size: 1.1rem
    }
}

.favorite-places-carousel {
    position: relative;
    padding: 20px 0
}

.favorite-place-modern-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    transition: all 0.3s ease;
    margin: 0 10px;
    height: 100%
}

.favorite-place-modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgb(42 89 169 / .2)
}

.place-image-collage {
    height: 250px;
    overflow: hidden
}

.place-image-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.favorite-place-modern-card:hover .place-image-collage img {
    transform: scale(1.1)
}

.place-card-content {
    padding: 25px
}

.tour-label {
    background: #2A59A9;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px
}

.favorite-place-modern-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.4
}

.favorite-place-modern-card p {
    color: #777;
    margin-bottom: 20px;
    font-size: .95rem
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2A59A9;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease
}

.view-details-btn:hover {
    color: #1a3a79;
    transform: translateX(5px)
}

.slick-dots {
    bottom: -40px
}

.slick-dots li button:before {
    font-size: 12px;
    width: 16px;
    height: 16px
}

.slick-dots li.slick-active button:before {
    background: #2A59A9
}

.slick-dots li button:before {
    background: #ddd
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    /* box-shadow: 0 5px 15px rgb(0 0 0 / .2); */
    transition: all 0.3s ease
}

.slick-prev:hover,
.slick-next:hover {
    /* background: #2A59A9;
    transform: scale(1.1) */
}

.slick-prev:before,
.slick-next:before {
    color: #2A59A9;
    font-size: 18px;
    opacity: 1
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff
}

.slick-prev {
    left: -20px
}

.slick-next {
    right: -20px
}

@media (max-width:992px) {
    .place-image-collage {
        height: 220px
    }

    .place-card-content {
        padding: 20px
    }

    .favorite-place-modern-card h3 {
        font-size: 1.2rem
    }
}

@media (max-width:768px) {
    .place-image-collage {
        height: 200px
    }

    .slick-prev {
        left: 10px
    }

    .slick-next {
        right: 10px
    }
}

@media (max-width:576px) {
    .place-image-collage {
        height: 180px
    }

    .place-card-content {
        padding: 15px
    }

    .tour-label {
        font-size: .7rem;
        padding: 4px 12px
    }

    .favorite-place-modern-card h3 {
        font-size: 1.1rem
    }

    .view-details-btn {
        font-size: .9rem
    }
}

.day-tours-section {
    padding: 50px 0;
    background-color: #fff
}

.package-card-grid {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column
}

.package-card-grid:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgb(42 89 169 / .2)
}

.package-image {
    position: relative;
    height: 280px;
    overflow: hidden
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.package-card-grid:hover .package-image img {
    transform: scale(1.1)
}

.package-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 600;
    z-index: 2
}

.package-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(42 89 169 / .7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease
}

.package-card-grid:hover .package-overlay {
    opacity: 1
}

.view-details-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A59A9;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease
}

.view-details-btn:hover {
    background: #2A59A9;
    color: #fff;
    transform: scale(1.1)
}

.package-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.package-content h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3
}

.package-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.package-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .85rem;
    color: #666
}

.package-number {
    color: #666;
    font-weight: 600;
    font-size: .85rem
}

.package-meta i {
    color: #2A59A9
}

.package-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: -7px;
    flex-grow: 1
}

.highlights {
    margin-bottom: 20px
}

.highlights strong {
    color: #2A59A9;
    display: block;
    margin-bottom: 8px;
    font-size: .9rem
}

.highlights ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.highlights li {
    padding: 3px 0;
    position: relative;
    padding-left: 15px;
    font-size: .85rem;
    color: #666
}

.highlights li:before {
    content: "\2022";
    color: #2A59A9;
    position: absolute;
    left: 0;
    font-size: 1.2rem
}

.package-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem
}

.discount-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2A59A9
}

.per-person {
    font-size: .8rem;
    color: #777
}

.package-actions {
    margin-top: auto
}

.sidebar-section {
    position: sticky;
    top: 100px
}

.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .08);
    margin-bottom: 90px;
    /* margin-top: -45px */
}

.sidebar-widget h3 {
    color: #2A59A9;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #2A59A9
}

.booking-form .form-group {
    margin-bottom: 20px
}

.booking-form label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: block
}

.booking-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease
}

.booking-form .form-control:focus {
    border-color: #2A59A9;
    box-shadow: 0 0 0 .2rem rgb(42 89 169 / .25)
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    align-items: center
}

.info-item i {
    color: #2A59A9;
    font-size: 1.2rem;
    min-width: 25px;
    margin-top: 3px;
    margin-left: 7px
}

.info-item h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px
}

.info-item p {
    color: #666;
    margin: 0;
    font-size: .9rem
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.contact-info i {
    color: #fff;
    width: 20px
}

@media (max-width:992px) {
    .day-tours-section {
        padding: 60px 0
    }

    .package-image {
        height: 240px
    }

    .package-content h3 {
        font-size: 1.3rem
    }

    .sidebar-section {
        position: static;
        margin-top: 40px
    }
}

@media (max-width:768px) {
    .day-tours-section {
        padding: 50px 0
    }

    .package-image {
        height: 220px
    }

    .package-content {
        padding: 20px
    }

    .package-content h3 {
        font-size: 1.2rem
    }

    .package-meta {
        flex-direction: column;
        gap: 8px
    }

    .package-price {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    .discount-price {
        font-size: 1.3rem
    }
}

@media (max-width:576px) {
    .day-tours-section {
        padding: 25px 0
    }

    .package-image {
        height: 200px
    }

    .package-content {
        padding: 15px
    }

    .package-content h3 {
        font-size: 1.1rem
    }

    .package-badge {
        font-size: .7rem;
        padding: 4px 10px
    }

    .discount-price {
        font-size: 1.2rem
    }

    .sidebar-widget {
        padding: 20px 15px
    }

    .btn-block+.btn-block {
        margin-top: 10px
    }
}

.packages-detail-section {
    margin-top: 50px
}

@media (max-width:767.98px) {
    .packages-detail-section {
        margin-top: 30px
    }
}

.package-detail {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .08)
}

.package-header-detail {
    border-bottom: 2px solid #2A59A9;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.package-header-detail h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px
}

.price-display {
    display: flex;
    align-items: center;
    gap: 15px
}

.meeting-point h3,
.itinerary-highlights h3 {
    color: #2A59A9;
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.meeting-point ul {
    list-style: none;
    padding: 0
}

.meeting-point li {
    padding: 10px 0;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start
}

.meeting-point li:before {
    content: "\2022";
    color: #2A59A9;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.timeline-simple {
    display: grid;
    gap: 20px
}

.timeline-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #2A59A9
}

.timeline-item h4 {
    color: #2A59A9;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px
}

.timeline-item p {
    color: #666;
    margin: 0;
    line-height: 1.5
}

.other-packages-link {
    background: #2A59A9;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center
}

.other-packages-link-round {
    background: #2A59A9;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    max-width: 1674px;
    margin-right: 179px;
    margin-left: 179px
}

.other-packages-link h3 {
    color: #fff;
    margin-bottom: 20px
}

.packages-list {
    margin: 20px 0
}

.package-link {
    color: gold;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.3s ease
}

.package-link:hover {
    color: #fff;
    text-decoration: underline
}

.entrance-fees-section {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .08);
    margin-top: 74px
}

.entrance-fees-section h2 {
    color: #2A59A9;
    font-size: 1.6rem;
    margin-bottom: 20px
}

.fees-table-container {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05)
}

.fees-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

.fees-table thead {
    background: linear-gradient(135deg, #2A59A9, #1a3d7c)
}

.fees-table th {
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.fees-table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease
}

.fees-table tbody tr:nth-child(even) {
    background-color: #f8f9fa
}

.fees-table tbody tr:hover {
    background-color: #e3f2fd;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgb(42 89 169 / .1)
}

.fees-table td {
    padding: 15px 20px;
    color: #333;
    vertical-align: middle
}

.fees-table td:first-child {
    font-weight: 600;
    color: #2c3e50
}

.fees-table td:nth-child(2),
.fees-table td:nth-child(3) {
    font-weight: 700;
    color: #2A59A9;
    font-size: 16px
}

.fees-table td:last-child {
    font-size: 14px;
    color: #666;
    font-style: italic
}

@media (max-width:768px) {
    .fees-table-container {
        font-size: 14px
    }

    .fees-table th,
    .fees-table td {
        padding: 10px 15px
    }

    .fees-table th {
        font-size: 14px
    }

    .fees-table td:nth-child(2),
    .fees-table td:nth-child(3) {
        font-size: 14px
    }
}

@media (max-width:576px) {
    .fees-table {
        font-size: 12px
    }

    .fees-table th,
    .fees-table td {
        padding: 8px 10px
    }

    .fees-table th {
        font-size: 12px
    }
}

.accommodation-section {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .08);
    margin-bottom: 100px;
    margin-top: -49px
}

@media (max-width:767.98px) {
    .accommodation-section {
        margin-bottom: 30px;
        margin-top: -45px
    }
}

.accommodation-section-round {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .08);
    margin-bottom: 100px
}

.accommodation-section h2 {
    color: #2A59A9;
    font-size: 1.6rem;
    margin-bottom: 25px
}

.accommodation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px
}

.accommodation-category {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #2A59A9
}

.accommodation-category h3 {
    color: #2A59A9;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.accommodation-category h4 {
    color: #1a3a79;
    font-size: 1rem;
    margin: 15px 0 10px
}

.accommodation-category ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.accommodation-category li {
    padding: 5px 0;
    position: relative;
    padding-left: 15px
}

.accommodation-category li:before {
    content: "\2022";
    color: #2A59A9;
    position: absolute;
    left: 0
}

.section-title .title-1 h2 {
    margin-bottom: 5px
}

.horizontal-info-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.horizontal-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .15)
}

.info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden
}

.info-img {
    flex: 0 0 300px;
    height: 200px;
    overflow: hidden
}

.info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.horizontal-info-card:hover .info-img img {
    transform: scale(1.05)
}

.info-text {
    flex: 1;
    padding: 25px
}

.info-text h3 {
    color: #2A59A9;
    margin: 0 0 15px 0;
    font-size: 18px;
    display: flex;
    align-items: center
}

.info-text h3 i {
    margin-right: 10px;
    font-size: 20px;
    width: 30px;
    text-align: center
}

.info-text p {
    color: #666;
    line-height: 1.8;
    margin: 0
}

@media (max-width:767px) {
    .info-row {
        flex-direction: column
    }

    .info-img {
        flex: none;
        width: 100%;
        height: 200px
    }
}

.personal-intro {
    position: relative;
    padding: 0 0
}

.personal-intro .lead-text,
.personal-intro .highlight-text {
    letter-spacing: .5px;
    font-size: 14px
}

.experience-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2A59A9, #1a3d7c);
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgb(42 89 169 / .3)
}

.experience-badge .years {
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.experience-badge .of-experience {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .9
}

.intro-content {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.intro-text h3 {
    color: #2A59A9;
    margin-top: 20px
}

.intro-text h3:first-child {
    margin-top: 0
}

.intro-text p {
    color: #333
}

.travel-seasons {
    list-style-type: none;
    padding: 0
}

.travel-seasons li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative
}

.travel-seasons li:before {
    content: "\2022";
    color: #2A59A9;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    margin-left: -20px
}

.attraction-detail-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    padding: 30px
}

.attraction-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.attraction-meta {
    display: flex;
    gap: 20px;
    margin-top: 15px
}

.attraction-meta span {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px
}

.attraction-meta i {
    margin-right: 8px;
    color: #2A59A9
}

.categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px 0
}

@media (min-width:768px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.category-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease
}

.category-item:hover {
    border-color: #2A59A9;
    box-shadow: 0 5px 15px rgb(42 89 169 / .1)
}

.category-item i {
    font-size: 24px;
    color: #2A59A9;
    min-width: 30px
}

.category-item h4 {
    margin: 0 0 8px 0;
    color: #2c3e50;
    font-size: 18px
}

.category-item p {
    margin: 0;
    color: #666;
    line-height: 1.6
}

.attraction-highlights ul {
    padding-left: 20px
}

.attraction-highlights li {
    margin-bottom: 10px;
    color: #666;
    line-height: 1.6
}

.favorite-place-modern-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.favorite-place-modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .2)
}

.place-image-collage {
    position: relative;
    overflow: hidden;
    height: 200px
}

.place-image-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.favorite-place-modern-card:hover .place-image-collage img {
    transform: scale(1.05)
}

.place-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.tour-label {
    display: inline-block;
    background: #2A59A9;
    color: #fff;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.place-card-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50
}

.place-card-content p {
    margin: 0 0 15px 0;
    color: #777;
    flex-grow: 1
}

.experience-card-link {
    text-decoration: none;
    display: block;
    height: 100%
}

.experience-card-link:hover {
    text-decoration: none
}

.experience-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%
}

.experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .2)
}

.experience-image {
    position: relative;
    overflow: hidden;
    height: 250px
}

.experience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.experience-card:hover .experience-image img {
    transform: scale(1.05)
}

.experience-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(42 89 169 / .9);
    color: #fff;
    padding: 15px;
    text-align: left
}

.experience-label {
    display: inline-block;
    background: rgb(255 255 255 / .2);
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px
}

.experience-overlay h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.experience-content {
    padding: 20px
}

.experience-content p {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.6
}

.package-card-grid {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%
}

.package-card-grid:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .2)
}

.package-image {
    position: relative;
    overflow: hidden;
    height: 200px
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.package-card-grid:hover .package-image img {
    transform: scale(1.05)
}

.package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #2A59A9;
    color: #fff;
    padding: 5px 8px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
    max-width: 153px;
    text-align: center
}

.package-header {
    position: relative;
    padding-top: 0;
    margin-bottom: 20px
}

.package-header h2 {
    margin-top: 13px;
    margin-left: -1px
}

.package-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(42 89 169 / .281);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease
}

.package-overlay:hover {
    opacity: 1
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #2A59A9;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease
}

.view-details-btn:hover {
    background: #2A59A9;
    color: #fff;
    transform: scale(1.1)
}

.package-content {
    padding: 20px
}

.package-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50
}

.package-meta {
    display: flex;
    align-items: center;
    margin-bottom: -6px
}

.duration {
    font-size: 14px;
    color: #777
}

.duration i {
    margin-right: 5px;
    color: #2A59A9
}

.package-price {
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #eee
}

.discount-price {
    font-size: 20px;
    font-weight: 700;
    color: #2A59A9
}

.per-person {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 3px
}

.btn-primary {
    background-color: #2A59A9;
    border-color: #2A59A9;
    padding: 10px;
    font-weight: 600;
    transition: background-color 0.3s ease
}

.tour-view-btn {
    width: auto !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #2A59A9 !important;
    border: 2px solid #2A59A9 !important;
    color: white !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important
}

.tour-view-btn:hover {
    background: #1f4380 !important;
    border-color: #1f4380 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgb(42 89 169 / .3) !important
}

.btn-attraction-view {
    background-color: #2A59A9 !important;
    border-color: #2A59A9 !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    width: auto !important;
    margin: 0 auto !important
}

.btn-attraction-view:hover {
    background-color: #1f4380 !important;
    border-color: #1f4380 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgb(42 89 169 / .3) !important;
    color: white !important
}

.btn-send-message {
    background-color: #2A59A9 !important;
    border-color: #2A59A9 !important;
    color: white !important;
    padding: 15px 25px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 15px rgb(42 89 169 / .3) !important;
    width: 267px !important
}

.btn-send-message:hover {
    background-color: #1f4380 !important;
    border-color: #1f4380 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgb(42 89 169 / .4) !important;
    color: white !important
}

.btn-primary:hover {
    background-color: #1f4380;
    border-color: #1f4380
}

.tour-package-detail-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    /* margin-top: -46px */
}

.package-header {
    border-bottom: 2px solid #2A59A9;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative
}

.package-badge {
    position: absolute;
    top: 12px;
    right: 0;
    background: #ff6b6b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600
}

.package-header h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width:767.98px) {
    .package-header h2 {
        font-size: 1.5rem;
        margin-top: -10px
    }
}

.price-display {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1.1rem
}

.discount-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2A59A9
}

.per-person {
    font-size: .9rem;
    color: #777
}

.package-gallery {
    margin: 30px 0
}

.gallery-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px
}

.gallery-thumbnails {
    display: flex;
    gap: 10px
}

.gallery-thumbnails .thumb {
    width: calc(25% - 7.5px);
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease
}

.gallery-thumbnails .thumb:hover {
    transform: scale(1.05);
    border: 2px solid #2A59A9
}

.package-overview h3,
.meeting-point h3,
.detailed-itinerary h3,
.package-inclusions h3,
.package-exclusions h3 {
    color: #2A59A9;
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.package-overview p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px
}

.meeting-point ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.meeting-point li {
    padding: 4px 0;
    padding-top: 4px;
    position: relative;
    padding-left: 25px;
    line-height: 1;
    display: flex;
    align-items: flex-start
}

.meeting-point li:before {
    content: "\2022";
    color: #2A59A9;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.timeline {
    position: relative;
    padding-left: 30px;
    margin: 30px 0
}

.timeline:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2A59A9
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #eee
}

.timeline-item:last-child {
    border-bottom: none
}

.timeline-item:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2A59A9;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #2A59A9
}

.time {
    font-weight: 700;
    color: #2A59A9;
    margin-bottom: 5px;
    display: block
}

.activity h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px
}

.activity p {
    color: #666;
    margin: 0;
    line-height: 1.6
}

.package-inclusions .inclusions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0
}

.inclusion-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease
}

.inclusion-item:hover {
    background: #e9f0ff;
    transform: translateY(-3px)
}

.inclusion-item i {
    color: #2A59A9;
    font-size: 1.5rem;
    min-width: 25px
}

.inclusion-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px
}

.inclusion-content p {
    color: #666;
    margin: 0;
    font-size: .9rem
}

.package-exclusions {
    margin-top: 30px
}

.package-exclusions ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.package-exclusions li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px
}

.package-exclusions li:before {
    content: "\2013";
    color: #ff6b6b;
    font-weight: 700;
    position: absolute;
    left: 0
}

.price-summary {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.summary-row:last-child {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-weight: 700;
    font-size: 1.1rem
}

.price {
    color: #2A59A9;
    font-weight: 700
}

@media (max-width:992px) {
    .package-detail {
        padding: 25px
    }

    .fees-grid {
        grid-template-columns: 1fr
    }

    .accommodation-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .package-header-detail h2 {
        font-size: 1.5rem
    }

    .package-detail {
        padding: 20px
    }

    .accommodation-grid {
        grid-template-columns: 1fr
    }

    .other-packages-link {
        padding: 25px 20px
    }
}

@media (max-width:576px) {
    .package-header-detail h2 {
        font-size: 1.3rem
    }

    .package-detail {
        padding: 15px
    }

    .timeline-item {
        padding: 15px
    }

    .fee-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    .other-packages-link {
        padding: 20px 15px
    }

    .packages-list {
        font-size: .9rem
    }
}

.map-section {
    position: relative
}

.map-container {
    position: relative;
    height: 450px
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(42 89 169 / .85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease
}

.map-container:hover .map-overlay {
    opacity: 1
}

.location-info {
    text-align: center;
    color: #fff;
    padding: 30px;
    background: rgb(255 255 255 / .95);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .3);
    max-width: 400px;
    color: #2c3e50
}

.location-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2A59A9
}

.location-info p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555
}

.quick-contact {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.quick-contact span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #555
}

.quick-contact i {
    color: #2A59A9;
    width: 20px
}

@media (max-width:992px) {
    .map-container {
        height: 400px
    }

    .location-info {
        padding: 25px;
        max-width: 350px
    }
}

@media (max-width:768px) {
    .map-container {
        height: 350px
    }

    .location-info h3 {
        font-size: 1.5rem
    }

    .location-info {
        padding: 20px;
        max-width: 300px
    }
}

@media (max-width:576px) {
    .map-container {
        height: 300px
    }

    .location-info {
        padding: 15px;
        max-width: 280px
    }

    .location-info h3 {
        font-size: 1.3rem
    }

    .quick-contact {
        gap: 8px
    }

    .quick-contact span {
        font-size: .9rem
    }
}

.breadcrumb-arrow {
    margin: 0 10px;
    font-size: .8rem;
    color: #2A59A9
}

.stats-counter {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.counter-item {
    text-align: center;
    flex: 1
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2A59A9;
    margin-bottom: 5px
}

.counter-label {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: 500
}

.about-image .image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease
}

@media (max-width:768px) {
    .image-wrapper img {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.image-wrapper:hover img {
    transform: scale(1.05)
}

.image-badge {
    position: absolute;
    bottom: 10px;
    left: 22px;
    background: #2A59A9;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgb(42 89 169 / .3)
}

.service-card {
    background: #efefef;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgb(42 89 169 / .15);
    border-color: #2A59A9
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #2A59A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.service-icon i {
    color: #fff;
    font-size: 28px
}

.service-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px
}

.service-card p {
    color: #7f8c8d;
    line-height: 1.6
}

.safari-content h5 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin: 20px 0 15px;
    font-weight: 600
}

.wildlife-list ul {
    list-style: none;
    padding: 0
}

.wildlife-list li {
    padding: 8px 0;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px
}

.wildlife-list i {
    color: #2A59A9;
    width: 20px
}

.safari-image .image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(255 255 255 / .1)
}

.driving-license-image .image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(255 255 255 / .1)
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(42 89 169 / 17%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease
}

.safari-image .image-wrapper:hover .image-overlay {
    opacity: 1
}

.overlay-content {
    text-align: center;
    color: #fff
}

.overlay-content i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block
}

.overlay-content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px
}

.overlay-content p {
    font-size: 1.1rem;
    opacity: .9
}

.cta-section {
    background: #2A59A9;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
    text-align: center
}

.cta-section h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: .9
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-primary {
    background: #fff;
    color: #2A59A9;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease
}

.btn-primary:hover {
    background: #fff0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(255 255 255 / .2)
}

.btn-outline-secondary {
    background: #fff0;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease
}

.btn-outline-secondary:hover {
    background: #fff;
    color: #2A59A9;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

@media (max-width:992px) {
    .main-title {
        font-size: 2rem
    }

    .stats-counter {
        gap: 20px
    }

    .counter-number {
        font-size: 2rem
    }
}

@media (max-width:768px) {
    .about-section {
        padding: 60px 0
    }

    .main-title {
        font-size: 1.8rem
    }

    .stats-counter {
        flex-direction: column;
        gap: 20px
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center
    }

    .btn-primary,
    .btn-outline-secondary {
        width: 100%;
        max-width: 300px;
        font-size: 14px
    }
}

@media (max-width:576px) {
    .about-section {
        padding: 50px 0
    }

    .main-title {
        font-size: 1.5rem
    }

    .service-card {
        padding: 20px
    }

    .cta-section {
        padding: 30px 20px;
        margin-left: 1px;
        margin-right: -23px
    }

    .cta-section h3 {
        font-size: 1.5rem
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.service-card:nth-child(1) {
    animation-delay: 0.1s
}

.service-card:nth-child(2) {
    animation-delay: 0.2s
}

.service-card:nth-child(3) {
    animation-delay: 0.3s
}

.counter-item:nth-child(1) {
    animation-delay: 0.1s
}

.counter-item:nth-child(2) {
    animation-delay: 0.2s
}

.counter-item:nth-child(3) {
    animation-delay: 0.3s
}

.section-title .title-1 {
    text-align: center
}

.section-title .title-1>.title-label,
.section-title .title-3>.title-label {
    display: inline-block !important;
    background: #2A59A9 !important;
    color: white !important;
    padding: 4px 18px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
    font-family: Work Sans, 'Poppins', sans-serif !important;
    margin-top: 40px
}

.section-title .title-1>.title-label {
    text-transform: uppercase !important
}

.section-title .title-3>.title-label {
    text-transform: capitalize !important
}

.section-title .title-1 h2,
.section-title .title-3 h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: -22px !important
}

.section-title .title-1 h2 .highlight,
.section-title .title-3 h2 .highlight {
    color: #2A59A9 !important
}

.section-title .title-1.title-5>.title-label {
    border-radius: 50px !important
}

.section-title .title-1.title-5 h2 {
    padding-top: 22px !important;
    padding-bottom: 15px !important
}

.section-title .title-3.left-aligned {
    text-align: left !important
}

.gg img {
    width: 100%;
    border-radius: 10px
}

.notvalidated {
    position: absolute;
    padding-left: 21px;
    padding: 0 5px 0 5px;
    background-color: #AF0000;
    color: #FFF;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 3px 3px 6px #666;
    display: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

.custom-submit-btn {
    background-color: #2A59A9 !important;
    border-color: #2A59A9 !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgb(42 89 169 / .3) !important
}

.custom-submit-btn:hover {
    background-color: #1f4380 !important;
    border-color: #1f4380 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgb(42 89 169 / .4) !important;
    color: white !important
}

@media (max-width:767px) {
    .gg .col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important
    }

    .gg .col-md-3:not(:first-child) {
        display: none !important
    }
}

.plan-trip-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0
}

.plan-trip-form-container {
    max-width: 1394px;
    ;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.plan-trip-form .form-group {
    margin-bottom: 25px
}

.plan-trip-form label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    display: block;
    font-size: 16px
}

.plan-trip-form .form-control {
    height: 50px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s ease
}

.plan-trip-form .form-control:focus {
    border-color: #2A59A9;
    box-shadow: 0 0 0 .2rem rgb(42 89 169 / .25)
}

.plan-trip-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.plan-trip-form .form-row .form-group {
    padding: 0 15px
}

.checkbox-group,
.radio-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px
}

.checkbox-item,
.radio-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa
}

.checkbox-item:hover,
.radio-item:hover {
    border-color: #2A59A9;
    background: #e3f2fd;
    transform: translateY(-2px)
}

.checkbox-item input[type="checkbox"],
.radio-item input[type="radio"] {
    margin-right: 10px;
    width: 18px;
    height: 18px
}

.checkbox-item input[type="checkbox"]:checked+label,
.radio-item input[type="radio"]:checked+label {
    color: #2A59A9;
    font-weight: 600
}

.checkbox-item label,
.radio-item label {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    color: #495057
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px
}

.captcha-container img {
    border: 2px solid #e1e8ed;
    border-radius: 5px;
    height: 50px
}

.captcha-container .form-control {
    flex: 1;
    max-width: 200px
}

.btn-refresh {
    background: #2A59A9;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease
}

.btn-refresh:hover {
    background: #1f4380;
    transform: rotate(180deg)
}

.custom-plan-trip-btn {
    background: linear-gradient(135deg, #2A59A9 0%, #1f4380 100%);
    border: none;
    padding: 18px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(.34, 1.56, .64, 1);
    box-shadow: 0 8px 25px rgb(42 89 169 / .4);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    min-width: 200px;
    text-align: center
}

.custom-plan-trip-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .3), transparent);
    transition: left 0.5s
}

.custom-plan-trip-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 35px rgb(42 89 169 / .6);
    background: linear-gradient(135deg, #1f4380 0%, #163360 100%)
}

.custom-plan-trip-btn:hover::before {
    left: 100%
}

.custom-plan-trip-btn:active {
    transform: translateY(-2px) scale(1.02);
    transition: all 0.1s ease
}

.custom-plan-trip-btn .btn-text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.custom-plan-trip-btn .btn-text::after {
    font-size: 24px;
    transition: transform 0.3s ease
}

.custom-plan-trip-btn:hover .btn-text::after {
    transform: translateX(5px)
}

.custom-plan-trip-btn.loading {
    pointer-events: none;
    opacity: .8
}

.custom-plan-trip-btn.loading .btn-text::after {
    content: '...';
    animation: loadingDots 1.5s infinite
}

@keyframes loadingDots {

    0%,
    20% {
        content: '.'
    }

    40% {
        content: '..'
    }

    60%,
    100% {
        content: '...'
    }
}

.custom-plan-trip-btn.success {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    box-shadow: 0 8px 25px rgb(40 167 69 / .4)
}

.custom-plan-trip-btn.success .btn-text::after {
    content: "\2713"
}

.custom-contact-btn {
    background: linear-gradient(135deg, #2A59A9 0%, #1f4380 100%);
    border: 2px solid #2A59A9;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: 0 4px 15px rgb(42 89 169 / .3);
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.custom-contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .2), transparent);
    transition: left 0.5s
}

.custom-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(42 89 169 / .5);
    background: linear-gradient(135deg, #1f4380 0%, #163360 100%);
    border-color: #1f4380;
    color: #fff
}

.custom-contact-btn:hover::before {
    left: 100%
}

.custom-contact-btn:active {
    transform: translateY(-1px);
    transition: all 0.1s ease
}

.custom-contact-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(42 89 169 / .3)
}

@media (max-width:768px) {
    .custom-contact-btn {
        padding: 12px 25px;
        font-size: 16px
    }
}

@media (max-width:576px) {
    .custom-contact-btn {
        padding: 10px 20px;
        font-size: 15px
    }
}

@media (max-width:768px) {
    .plan-trip-form-container {
        padding: 25px;
        margin: 0 3px
    }

    .checkbox-group,
    .radio-group {
        grid-template-columns: 1fr
    }

    .captcha-container {
        flex-direction: column;
        align-items: flex-start
    }

    .captcha-container .form-control {
        max-width: 100%
    }

    .plan-trip-form .form-row {
        flex-direction: column
    }

    .plan-trip-form .form-row .form-group {
        padding: 0
    }
}

@media (max-width:576px) {
    .plan-trip-section {
        padding: 50px 0
    }

    .plan-trip-form-container {
        padding: 26px
    }

    .custom-plan-trip-btn {
        width: 100%;
        padding: 15px 25px;
        font-size: 18px
    }

    .custom-plan-trip-btn .btn-text::after {
        font-size: 20px
    }
}

.stats-counter {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
    padding: 30px 0
}

.Counter-item {
    text-align: center;
    padding: 20px;
    background: rgb(42 89 169 / .05);
    border-radius: 15px;
    flex: 1;
    min-width: 150px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(42 89 169 / .1)
}

.Counter-item:hover {
    transform: translateY(-10px);
    background: rgb(42 89 169 / .1);
    box-shadow: 0 10px 30px rgb(42 89 169 / .2)
}

.Counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2A59A9;
    margin-bottom: 10px;
    line-height: 1
}

.Counter-label {
    font-size: 1rem;
    color: #666;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width:768px) {
    .stats-counter {
        flex-direction: column;
        align-items: center;
        margin-top: -14px;
        margin-bottom: -14px
    }

    .counter-item {
        width: 100%;
        max-width: 300px
    }
}

.Counter-item.circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px
}

.faq-section {
    padding: 50px 0;
    background-color: #f8f9fa
}

@media (max-width:768px) {
    .faq-section {
        padding-top: 30px
    }
}

.accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05)
}

.accordion-button {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #2a59a9;
    background-color: #fff;
    border: none;
    border-radius: 10px
}

.accordion-button:not(.collapsed) {
    background-color: #2a59a9;
    color: #fff;
    box-shadow: none
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #fff0
}

.accordion-body {
    padding: 25px;
    background-color: #fff
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.faq-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    position: relative
}

.faq-list li:last-child {
    border-bottom: none
}

.faq-list li::before {
    content: '';
    position: absolute;
    left: 0;
    color: #2a59a9;
    font-weight: 700
}

.faq-list li strong {
    color: #2a59a9;
    font-weight: 600
}

.accordion-button::after {
    background-image: url(\ data:image/svg+xml %3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%232a59a9%3e%3cpath fill-rule=evenodd d=M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z/%3e%3c/svg%3e\);margin-left:auto}.accordion-button:not(.collapsed)::after {
        background-image: url(\data:image/svg+xml %3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%23ffffff%3e%3cpath fill-rule=evenodd d=M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z/%3e%3c/svg%3e\)}.faq-section{padding:100px 0;background-color:#f8f9fa}.accordion-item{border:none!important;border-radius:10px;margin-bottom:15px;box-shadow:0 5px 15px rgb(0 0 0 / .05)
    }

    .accordion-button {
        padding: 20px 25px;
        font-size: 18px;
        font-weight: 600;
        color: #2a59a9;
        background-color: #fff;
        border: none !important;
        border-radius: 10px
    }

    .accordion-button:not(.collapsed) {
        background-color: #2a59a9;
        color: #fff;
        box-shadow: none
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: #fff0
    }

    .accordion-body {
        padding: 25px;
        background-color: #fff
    }

    .faq-list {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .faq-list li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        padding-left: 20px;
        position: relative
    }

    .faq-list li:last-child {
        border-bottom: none
    }

    .faq-list li::before {
        content: '';
        position: absolute;
        left: 0;
        color: #2a59a9;
        font-weight: 700
    }

    .faq-list li strong {
        color: #2a59a9;
        font-weight: 600
    }

    .stats-counter {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
        margin: 40px 0;
        padding: 30px 0
    }

    .Counter-item {
        text-align: center;
        padding: 20px;
        background: rgb(42 89 169 / .05);
        border-radius: 15px;
        flex: 1;
        min-width: 150px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid rgb(42 89 169 / .1)
    }

    .Counter-item:hover {
        transform: translateY(-10px);
        background: rgb(42 89 169 / .1);
        box-shadow: 0 10px 30px rgb(42 89 169 / .2)
    }

    .Counter-number {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2A59A9;
        margin-bottom: 10px;
        line-height: 1
    }

    .Counter-label {
        font-size: 1rem;
        color: #666;
        margin: 0;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    @media (max-width:768px) {
        .stats-counter {
            flex-direction: column;
            align-items: center
        }

        .counter-item {
            width: 100%;
            max-width: 300px
        }
    }

    .Counter-item.circle {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px
    }

    .faq-section {
        padding: 100px 0;
        background-color: #f8f9fa
    }

    .accordion-item {
        border: none !important;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 5px 15px rgb(0 0 0 / .05)
    }

    .accordion-button {
        padding: 20px 25px;
        font-size: 18px;
        font-weight: 600;
        color: #2a59a9;
        background-color: #fff;
        border: none !important;
        border-radius: 10px
    }

    .accordion-button:not(.collapsed) {
        background-color: #2a59a9;
        color: #fff;
        box-shadow: none
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: #fff0
    }

    .accordion-body {
        padding: 25px;
        background-color: #fff
    }

    .faq-list {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .faq-list li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        padding-left: 20px;
        position: relative
    }

    .faq-list li:last-child {
        border-bottom: none
    }

    .faq-list li::before {
        content: '';
        position: absolute;
        left: 0;
        color: #2a59a9;
        font-weight: 700
    }

    .faq-list li strong {
        color: #2a59a9;
        font-weight: 600
    }

    .accordion-button::after {
        background-image: url(\ data:image/svg+xml %3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%232a59a9%3e%3cpath fill-rule=evenodd d=M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z/%3e%3c/svg%3e\);margin-left:auto}.accordion-button:not(.collapsed)::after {
            background-image: url(\data:image/svg+xml %3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%23ffffff%3e%3cpath fill-rule=evenodd d=M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z/%3e%3c/svg%3e\)}