* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    margin: 0;
}

.position-relative {
    position: relative;
}

/* Header Section */
.header {
    padding: 20px 0;
    position: absolute;
    background-color: #1c1b1b90 !important;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.header .nav-link:hover {
    color: #f95e4d !important;
}

.header .option li a {
    margin: 0 15px !important;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
}

.header button:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: #000 !important;
}

/* Banner Section */
.hero-banner {
    width: 100%;
    height: 90vh;
    background-image: url(images/showcase-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.hero-banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1c1b1b90;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-content a:hover {
    background-color: #000 !important;
    color: #fff;
    border-color: #000;
}

.hero-content p {
    font-size: 25px;
    font-weight: 100;
    line-height: 30px;
    margin: 0 auto;
}

.booking-form {
    background-color: #080808d3 !important;
    border-radius: 20px;
}

.search3:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

@media (max-width: 771px) {
    .booking-form {
        display: none;
    }
}

/* About Us Section */
.about {
    margin-left: 15%;
}

.about-section {
    background: #ffffff;
    padding: 3rem;
    border-radius: 20px;
    height: 100%;
    border: 1px solid color-mix(in srgb, #35211f, transparent 90%);
    transition: all 0.3s ease;
}

.about-heading {
    margin-bottom: 2rem;
}

.about-heading .about-badge {
    display: inline-block;
    background:
        color-mix(in srgb, #f95e4d, transparent 85%);
    color: #f95e4d;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.image-box .image {
    height: 530px;
}

.badge-award {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 12px 16px;
    font-size: 14px;
}

.badge-rating {
    position: absolute;
    bottom: 20px;
    left: 30px;
    background: #fff;
    padding: 12px 16px;
    font-size: 14px;
}

.badge-rating img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
}

.badge-icon {
    font-size: 22px;
}

/* Why Choose Us Section */
.section-heading .section-badge {
    display: inline-block;
    background:
        color-mix(in srgb, #f95e4d, transparent 85%);
    color: #f95e4d;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-heading p {
    width: 40%;
    margin: 0 auto;
}

.why-us-content {
    width: 80%;
    margin: 0 auto;
}

.why-us-box {
    text-align: center;
    border-radius: 16px;
    background: #ffffff;
    padding: 20px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.why-us-box:hover {
    transform: scale(1);
    border: 1px solid #f95e4d;
    box-shadow: 0 0 2px 2px #a4a3a34b;
}

.why-us-box p {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}

.why-icon {
    width: 70px;
    height: 70px;
    background:
        color-mix(in srgb, #f95e4d, transparent 90%);
    color: #f95e4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    font-size: 25px;
    transition: 0.3s;
}

.why-icon:hover {
    background-color: #f95e4d;
    color: #fff;
}

/* Featured Destination Section */
.featured-destinations {
    margin-top: 100px;
}

.section-title p::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f95e4d;
    margin: 4px 10px;
}

.destination-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px rgba(110, 105, 105, 0.08);
    height: 100% !important;
    transition: all 0.5s ease;
}

.destination-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 3px 3px #88888868;
}

.image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.image-wrapper:hover {
    transform: scaleX(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), transparent 50%);
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f95e4d;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.new {
    background-color: #28a745;
}

.content1 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 220px);
}

.features .feature-tag {
    display: inline-block;
    background:
        color-mix(in srgb, #f95e4d, transparent 90%);
    color: #f95e4d;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    margin-right: 6px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.card-footer .tours-count {
    font-size: 12px;
    color: #35211f;
    font-weight: 500;
}

.explore-btn1 {
    background: transparent;
    border: 1px solid #f95e4d !important;
    color: #f95e4d !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.explore-btn1:hover {
    background-color: #f95e4d !important;
    color: #fff !important;
}

.destinations-about {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg,
            color-mix(in srgb, #f95e4d, transparent 95%) 0%,
            color-mix(in srgb, #f95e4d, transparent 90%) 100%);
    border-radius: 16px;
}

.destinations-about p {
    width: 70%;
}

.da-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.da-buttons a:hover {
    background-color: #000;
    color: #fff;
    border: none
}

/* Featured Tours Section */
.tour-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 2px 2px #88888891;
}

.tour-card img {
    height: 390px;
    object-fit: cover;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.tour-card:hover img {
    opacity: 1;
    transform: scale(1.2);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(62, 62, 62, 0.382);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

.tour-card:hover .overlay {
    opacity: 1;
}

.best-seller {
    background: #ff5a5f;
    font-size: 13px;
}

.best-seller1 {
    background: rgb(156, 2, 156);
    font-size: 13px;
}

.best-seller2 {
    background: rgb(60, 224, 60);
    font-size: 13px;
}

.best-seller3 {
    background: rgb(244, 224, 46);
    font-size: 13px;
}

.best-seller4 {
    background: rgb(246, 145, 246);
    font-size: 13px;
}

.price {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #000;
    padding: 8px 15px;
    border-radius: 12px;
    font-weight: bold;
}

.overlay h4 {
    margin-top: 100px;
    font-weight: 700;
}

.meta span {
    margin-right: 15px;
    font-size: 14px;
}

.meta span i {
    color: #f95e4d;
}

.overlay p {
    font-size: 14px;
    margin-top: 10px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.explore-btn {
    background: #ff5a5f !important;
    color: #fff !important;
}

.explore-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.rating1 {
    font-size: 13px;
}

.discover-btn {
    background: linear-gradient(135deg, #f95e4d,
            color-mix(in srgb, #f95e4d, #0066cc 30%));
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.discover-btn:hover {
    box-shadow: 2px 2px 2px 2px #efbcb77a;
    transform: translateY(-10px);
}

.discover-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-30deg);
    transition: transform 0.8s ease-in-out;
}

.discover-btn:hover::before {
    transform: translateX(250%) skewX(-30deg);
}

/* Testimonials Section */
.testimonial-card {
    background: #fff;
    border-left: 4px solid #ff4d4d;
    padding: 20px;
    height: 100%;
}

.stars i {
    color: #ffc107;
    font-size: 14px;
}

.testimonial-img img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    object-fit: cover;
}

/* Next Adventure Section */
.travel-section {
    position: relative;
    background: linear-gradient(rgba(255, 108, 96, .9), rgba(255, 108, 96, .9)),
        url('images/showcase-1.webp') center/cover no-repeat;
    color: #fff;
    padding: 100px 0;
}

.feature-box {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 0 2px 2px #eb776a;
    transition: all 0.5s ease;
}

.feature-box:hover {
    transform: translateY(-12px);
}

.feature-box i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #ff5a5f;
    font-size: 35px;
    margin-bottom: 15px;
}

.stats-box {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 2px 2px #eb776a;
    border-radius: 20px;
    padding: 50px 30px;
}

.stat-text {
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 0.9;
}

.explore:hover {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.heading1 p {
    width: 70%;
}

.heading1 a:hover {
    transform: translateY(-5px);
}


/* Footer Section */
.footer {
    background: radial-gradient(circle at top, #0f2a2f, #020b0e);
    color: #fff;
    padding: 80px 0;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer h5::after {
    content: '';
    width: 35px;
    height: 2px;
    background: #ff5a4e;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer p {
    color: #bfbfbf;
    font-size: 15px;
}

.footer a {
    color: #bfbfbf;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #ff5a4e;
}

.newsletter {
    background: #1b1b1b;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
}

.newsletter input {
    border: none;
    background: transparent;
    padding: 15px 20px;
    color: #fff;
    width: 100%;
}

.newsletter button {
    background: #ff5a4e;
    border: none;
    padding: 0 25px;
    color: #fff;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #1b1b1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5a4e;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: #172326;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.4s ease;
}

.social-icons a:hover {
    color: #fff;
    background-color: #ff5a4e;
    transform: translateY(-5px);
}

/* Footer2 Section */
.footer-bottom {
    background: linear-gradient(to right, #0a1a1d, #0e2227);
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #dcdcdc;
    text-decoration: none;
    margin-left: 20px;
}

.footer-bottom a:hover {
    color: #ff5a4e;
}

.designed-by span {
    color: #ff5a4e;
}

/* Scroll Top Button */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: #ff5a4e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}



/* *********** */
/* About Page */
.banner {
    background-image: url('images/banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 9;
}

.banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #03101368;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content h1 {
    margin-top: 150px;
}

/* About Section */
.about-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
}

.about-text {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.stat-number {
    font-size: 35px;
    font-weight: 400;
    color: #ff5a3c;
}

.stat-text {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
}

.image-box {
    position: relative;
}

.image-small {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 250px !important;
    height: 150px !important;
    border-radius: 10px;
    border: 5px solid #444;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* About2 Section */
.feature-box1 {
    padding: 40px 25px;
    transition: all 0.4s ease;
    border-radius: 12px;
}

.feature-box1:hover {
    transform: translateY(-10px);
}

.feature-box1 i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #efc2bd9f;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 30px;
    color: #ff5a3c;
    transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box1:hover i {
    background-color: #ff5a3c;
    color: #fff;
}

.feature-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}


/* *********** */
/* Destination Page */

.section-title {
    font-size: 36px;
    font-weight: 500;
}

.section-text {
    max-width: 900px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.filter-wrapper {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    display: inline-flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.filter-btn {
    border: none;
    background: transparent;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    color: #ff5a3c;
}

.filter-btn.active {
    background: #ff5a3c;
    color: #fff;
}

/* Image Row Section */
.destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.destination-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.destination-img:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000c9;
}

.content2 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    color: #fff;
}

.badge-tag {
    background: #ff7272;
    width: 100px;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.price {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
}

/* Start Journey Section */
.sj-wrapper {
    background: #fff7f5;
    border-radius: 28px;
    padding: 70px 20px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 0 0 1px rgba(255, 90, 60, 0.1);
}

.sj-title {
    font-size: 32px;
    font-weight: 500;
}

.sj-text {
    max-width: 650px;
    margin: 10px auto;
    width: 80%;
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

.sj-btn {
    background: linear-gradient(135deg, #ff5a3c, #ff6f55);
    border: none;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.sj-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(255, 90, 60, 0.4);
    color: #fff;
}

.sj-btn i {
    transition: transform 0.3s ease;
}

.sj-btn:hover i {
    transform: translateX(6px);
}


/* *********** */
/* Tour Page */
.section-padding {
    padding: 80px 0;
}

.heading {
    font-size: 48px;
    font-weight: 400;
    color: #2b1b17;
}

.sub-text {
    max-width: 700px;
    margin: 20px auto 50px;
    font-size: 18px;
    color: #7a6b66;
}

.search-box {
    background: #ffffff;
    border-radius: 60px;
    padding: 25px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.search-input {
    font-size: 20px;
    width: 100% !important;
}

.search-input:focus {
    box-shadow: none !important;
}

.filter-btn {
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 500;
}

.filter-btn:hover {
    background-color: #ff5a45 !important;
    color: #fff !important;
    border: none !important;
}

.filter-btn.active {
    background-color: #ff5a45 !important;
    color: #fff !important;
}

.search-icon {
    width: 52px;
    height: 52px;
    background-color: #ff5a45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.search-icon:hover {
    background-color: #000;
    color: #ff5a45;
}

/* Hero Tour Section */
.travel-card {
    padding: 80px 0;
}

.image-box img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-custom {
    background: linear-gradient(to right, #ff5b45dd, #9c2412cc);
}

.title {
    color: #2b1b17;
}

.desc {
    color: #635753;
    font-size: 18px;
    line-height: 1.7;
    max-width: 520px;
}

.rating {
    color: #ff5a45 !important;
    font-size: 19px;
}

.price2 {
    font-size: 42px;
    color: #ff5a45;
    font-weight: 500;
}

.btn-main {
    background: #ff5a45 !important;
    transition: all 0.4s ease;
}

.btn-main:hover {
    background: #e94b38;
    color: #fff;
    transform: translateY(-5px);
}

.link-alt {
    color: #ff5a45;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s ease;
}

.link-alt:hover {
    border: 1px solid #e94b38 !important;
    transform: translateY(-5px);
}

/* Explore Section */
.interest-section {
    padding: 40px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #2b1b17;
}

.interest-card img {
    border-radius: 18px;
    width: 240px;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.interest-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    color: #1f1f1f;
}

.interest-count {
    font-size: 15px;
    color: #8a7d78;
}

.interest-card {
    transition: transform 0.4s ease;
}

.interest-card:hover {
    transform: translateY(-6px);
}

.interest-card:hover img {
    transform: scale(1.10);
}

/* All Journey Section */
.journey-card {
    border: none;
    overflow: hidden;
    transition: all 0.35s ease;
    background: #fff;
}

.journey-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.img-wrap {
    position: relative;
    overflow: hidden;
}

.img-wrap img {
    transition: transform 0.5s ease;
}

.journey-card:hover img {
    transform: scale(1.1);
}

.badge-custom {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffffff;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.price3 {
    color: #ff4d4d;
}

.icon1 {
    color: #ff4d4d;
    font-size: 17px;
}


/* Offer Section */
.badge-custom1 {
    background: #ff4d4d;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.offer-btn {
    background: #ff5a45 !important;
}

.offer-btn:hover {
    background: #8888 !important;
    color: #000 !important;
}


/* Looking Section */
.cta-section {
    padding: 100px 15px;
    text-align: center;
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    max-width: 720px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.btn-expert {
    background-color: #ff5a4a;
    color: #fff;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}

.btn-expert:hover {
    background-color: #e94b3c;
    color: #fff;
}

.custom-link {
    color: #ff5a4a;
    font-weight: 500;
    text-decoration: none;
    margin-left: 25px;
    font-size: 16px;
}

.custom-link:hover {
    text-decoration: underline;
}



/* *********** */
/* Gallery Page */
/* Gallery Image Section */
.image-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
}

.image-box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.h-small {
    height: 230px;
}

.h-large {
    height: 420px;
}

.image-box:hover .overlay1 {
    opacity: 1;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.slide1 {
    width: 400px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    position: relative;
    transition: .5s ease;
}

.slide1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left {
    transform: rotateY(30deg) scale(0.9);
}

.center {
    transform: scale(1.05);
    z-index: 2;
}

.right {
    transform: rotateY(-30deg) scale(0.9);
}

.overlay1 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s;
}

.slide1:hover .overlay1 {
    opacity: 1;
}

.plus {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffb2aa;
    border-color: #ffb2aa;
}

.dot.active {
    background: #fd4f3f;
}

.view-btn {
    border: 1px solid #ff6b5f;
    color: #ff6b5f;
    padding: 10px 28px;
    border-radius: 30px;
    background: transparent;
    transition: .3s;
}

.view-btn:hover {
    background: #ff6b5f !important;
    color: #fff !important;
}



/* *********** */
/* Blog Page */

/* Business Section */
.news-img {
    border-radius: 14px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business {
    position: relative;
    height: 500px;
}

.business::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}

.business-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 2;
}

.badge-cat {
    background: #ff6b5f;
    padding: 6px 12px;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.badge-cat:hover {
    background-color: #000;
}

.author {
    font-size: 16px;
    color: #ff6b5f;
}

.sidebar-item {
    display: flex;
    gap: 12px;
}

.sidebar-item img {
    width: 220px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
}

.tab-btn {
    border: 2px solid #ff6b5f;
    background: #f2f2f2;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.tab-btn.active {
    background: #ff6b5f;
    color: #fff;
}

.tab-btn.active:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.tab-btn:hover {
    color: #ff6b5f;
}

/* Blog Card Section */
.post-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .4s ease;
}

.post-img {
    position: relative;
    overflow: hidden;
}

.post-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: .4s ease;
}

.post-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ff6b5f;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
}

.post-date span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.post-content {
    padding: 35px 20px 25px;
}

.post-meta {
    font-size: 15px;
    color: #888;
    font-weight: 500;
}

.post-meta i {
    color: #ff6f55;
    margin-right: 5px;
    font-weight: 100;
}

.post-title {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 5px;
    transition: .3s;
}

.post-desc {
    font-size: 17px;
    font-weight: 600;
    color: #353434;
    transition: .3s;
}

.read-link {
    font-size: 16px;
    margin: 0 5px;
    font-weight: 600;
    color: #777;
    text-decoration: none;
}

.post-box:hover img {
    transform: scale(1.08);
}

.post-box:hover .post-title,
.post-box:hover .read-link {
    color: #ff6b5f;
}


/* Pagination Section */
.custom-pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-pagination li a,
.custom-pagination li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    color: #ff6b5f;
    border: 1px solid #ff6b5f;
    transition: .3s;
}

.custom-pagination .active a {
    background: #ff6b5f;
    color: #fff;
}

.custom-pagination li a:hover {
    background: #ff6b5f;
    color: #fff;
}

.page-nav a i {
    font-size: 20px;
}

.page-nav a i:hover {
    color: #fff !important;
}

.page-dots span {
    color: #999;
}



/* *********** */
/* Destination-Detail Page */

/* Island Section */
.island-img img {
    height: 600px;
    transition: all 0.4s ease;
}

.island-img img:hover {
    transform: scale(1.02);
}

/* Paradise Section */
.paradise img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    box-shadow: 0 0 2px 2px #999;
}

/* Attractions Section */
.attractions {
    padding: 40px 0;
}

.img-hover {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    z-index: 9;
}

.img-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #89878733;
}

.img-hover img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-hover:hover img {
    transform: scale(1.1);
}


/* Available Section */
.tour1-card {
    overflow: hidden;
    transition: all 0.4s ease;
}

.tour1-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.tour1-img {
    position: relative;
    overflow: hidden;
}

.tour1-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tour1-card:hover .tour1-img img {
    transform: scale(1.1);
}

.days-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b5a;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.price3 {
    color: #ff6b5a;
    font-size: 26px;
    font-weight: 700;
}

.rating4 i {
    color: #ffb703;
}

.view-link {
    color: #ff6b5a;
    font-weight: 500;
    text-decoration: none;
}

/* Information Section */
.info-item {
    display: flex;
    gap: 18px;
    padding: 22px;
    border-radius: 16px;
    transition: 0.3s ease;
}

.icon5 {
    width: 70px;
    height: 70px;
    background: #ffe8e39b;
    color: #ff6b5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.icon5:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-10px);
}

/* Photo Section */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item.large {
    height: 100%;
    min-height: 460px;
}

.gallery-item:not(.large) {
    height: 220px;
}

.gallery-item:hover img {
    transform: scale(1.12);
}

.overlay5 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.20);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .overlay5 {
    opacity: 1;
}

/* Start Journey Section */
.cta1-wrapper {
    background: #fff6f3;
    padding: 80px 20px;
    border-radius: 18px;
    text-align: center;
}

.cta1-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #2b1d1a;
}

.cta1-text {
    max-width: 650px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #6f5a55;
    line-height: 1.7;
}

.cta1-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta1-btn-primary {
    background: #ff6b5a;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta1-btn-primary:hover {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}

.cta1-btn-outline {
    border: 2px solid #ff6b5a;
    color: #ff6b5a;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta1-btn-outline:hover {
    background: #000;
    border: none;
    color: #fff;
    transform: translateY(-3px);
}



/* *********** */
/* Tour-Detail Page */

/* Discovery Section */
.hero2-card {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    height: 460px;
}

.hero2-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero2-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

.hero2-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    max-width: 600px;
    color: #fff;
}

.hero2-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.375);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
}

.hero2-title {
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.hero2-text {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 24px;
}

.hero2-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 15px;
}

.hero2-meta i {
    margin-right: 6px;
    opacity: 0.9;
}

/* Italy Section */
.tour2-heading {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #2b1d1a;
}

.tour2-description {
    font-size: 18px;
    line-height: 1.8;
    color: #6f5a55;
    margin-bottom: 40px;
}

.feature-list1 {
    row-gap: 20px;
}

.feature-item2 {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    color: #2b1d1a;
}

.feature-item2 i {
    color: #ff6b5a;
    font-size: 18px;
}

.price-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.price-label1 {
    font-size: 15px;
    color: #8a7b76;
}

.price-amount1 {
    font-size: 48px;
    color: #ff6b5a;
    margin: 10px 0;
    font-weight: 600;
}

.price-note1 {
    font-size: 15px;
    color: #8a7b76;
    margin-bottom: 35px;
}

.reserve1-btn {
    display: inline-block;
    background: #ff6b5a;
    color: #fff;
    padding: 14px 34px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.reserve1-btn:hover {
    background: #ff5744;
    color: #fff;
    transform: translateY(-3px);
}

.price-footer1 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #6f5a55;
}

.price-footer1 i {
    color: #ff6b5a;
    margin-right: 6px;
}

/* Unfolds Section */
.timeline-title {
    font-size: 26px;
    font-weight: 500;
}

.journey-timeline {
    position: relative;
    max-width: 820px;
    margin: auto;
    padding-left: 60px;
}

.journey-timeline::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ffe2dc;
}

.timeline-item {
    position: relative;
    padding-bottom: 60px;
}

.timeline-dot {
    position: absolute;
    left: -55px;
    width: 46px;
    height: 46px;
    background: #ff6b5a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.timeline-content {
    background: #fff;
    padding: 22px 26px;
    border-radius: 14px;
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.timeline-header h5 {
    margin: 0;
    font-size: 22px;
}

.timeline-badge {
    background: #fae5e0;
    color: #ff6b5a;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}

.timeline-content p {
    font-size: 16px;
    font-weight: 600;
    color: #484747;
    margin-bottom: 12px;
    line-height: 1.6;
}

.timeline-tags span {
    background: #dfdede;
    color: #444;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 8px;
    margin-right: 10px;
    margin-top: 25px;
}

/* Media Query */
@media (max-width: 576px) {
    .journey-timeline {
        padding-left: 40px;
    }

    .timeline-dot {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}


/* Considerations Section */
.list-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1e1e1e;
}

.journey-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.journey-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    margin-bottom: 18px;
}

.include-list i {
    color: #28a745;
    font-size: 16px;
}

.exclude-list i {
    color: #adb5bd;
    font-size: 16px;
}

/* Departure Section */
.section-title {
    font-size: 22px;
    font-weight: 500;
}

.departure-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.departure-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: 0.3s ease;
}

.departure-card:hover {
    border-color: #f3503e;
}

.departure-card.active {
    border: 2px solid #ff6b5a;
}

.month-label {
    color: #ff6b5a;
    font-size: 15px;
    font-weight: 700;
}

.date-range {
    margin: 4px 0 0;
    font-weight: 700;
}

.price-tag {
    font-weight: 600;
}

.status {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 6px;
}

.available {
    background: #e7f8ed;
    color: #2f9e44;
    font-weight: 800;
}

.limited {
    background: #fff3cd;
    color: #d39e00;
    font-weight: 800;
}

.submit2-btn {
    margin-top: 24px;
    width: 100%;
    background: #ff6b5a;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 40px;
    font-weight: 500;
    transition: 0.3s ease;
}

.submit2-btn:hover {
    background: #000;
}

/* Photo2 Section */
.gallery-title {
    font-size: 26px;
    font-weight: 500;
}

.memory-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.memory-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.memory-large {
    height: 420px;
}

.memory-wide {
    height: 220px;
}

.memory-item:not(.memory-large):not(.memory-wide) {
    height: 200px;
}

.memory-item:hover img {
    transform: scale(1.12);
}

.memory-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.4));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.memory-item:hover .memory-overlay {
    opacity: 1;
}

/* Awaits Section */
.cta2-banner {
    background: linear-gradient(135deg, #ff6b5a, #d35445);
    border-radius: 30px;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.cta2-heading {
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 20px;
}

.cta2-subtext {
    max-width: 550px;
    margin: 0 auto 45px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    opacity: 0.95;
}

.cta2-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta2-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta2-primary {
    background: #ffffff;
    color: #ff6b5a;
    border: 2px solid #fff;
    font-size: 18px;
}

.cta2-primary:hover {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}

.cta2-outline {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
}

.cta2-outline:hover {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}

/* Media Query */
@media (max-width: 576px) {
    .cta2-heading {
        font-size: 32px;
    }

    .cta2-subtext {
        font-size: 16px;
    }
}



/* *********** */
/* Booking Page */

/* Booking Section */
.booking-summary {
    position: sticky;
    top: 20px;
}

.booking-part {
    box-shadow: 0 0 2px 2px #888;
}

/* Step: 3 */
.addon-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s ease;
    background: #fff;
}

.addon-card:hover {
    border-color: #ff4d3f;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.addon-check {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 13px;
    height: 13px;
}

.addon-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-left: 35px;
}

.addon-left {
    display: flex;
    gap: 15px;
}

.addon-icon {
    font-size: 22px;
    color: #ff4d3f;
    margin-top: 4px;
}

.addon-content h6 {
    margin-bottom: 6px;
    font-weight: 600;
}

.addon-content p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

.addon-price {
    font-size: 17px;
    font-weight: 700;
    color: #ff4d3f;
    white-space: nowrap;
}

.addon-check:checked~.addon-content {
    opacity: 1;
}

.addon-check:checked~.addon-content h6 {
    color: #ff4d3f;
}

/* Step: 4 */
.payment-method {
    border: 1.5px solid #ddd;
    border-radius: 14px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    background: #fff;
}

.payment-method i {
    font-size: 28px;
    color: #ff4d3f;
}

.payment-method input {
    display: none;
}

.payment-method.active,
.payment-method input:checked+i,
.payment-method:has(input:checked) {
    border-color: #ff4d3f;
    background: #fff5f3;
}

.payment-method span {
    font-size: 16px;
}

/* Step: 5 */
.custom-check .form-check-input {
    width: 17px;
    height: 17px;
    margin-top: 4px;
    margin-right: 15px;
    cursor: pointer;
}

.custom-check .form-check-label {
    cursor: pointer;
    font-size: 15px;
}

.complete-btn {
    background: #ff5a4a !important;
    color: #fff !important;
}

.complete-btn:hover {
    background: #000 !important;
    color: #fff !important;
}



/* *********** */
/* FAQ Page */
.faq-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
    position: relative;
}

.faq-icon {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 18px;
    color: #ff5a5f;
    transition: transform 0.3s ease;
}

.faq-btn:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.faq-card {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
}

.accordion-body {
    padding: 0 20px 20px;
    color: #666;
}



/* *********** */
/* Blog Details Page */
.blog-image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.blog-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.blog-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 25px;
}

.author-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

/* Content Section */
.content-section {
    padding: 80px 0;
}

.image-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
}

.image-card img {
    transition: transform 0.5s ease;
}

.image-card:hover img {
    transform: scale(1.08);
}

.image-caption {
    padding: 15px;
    font-size: 14px;
    color: #6c757d;
    background: #fff;
    text-align: center;
}

/* Key Trends Section */
.trends-box {
    background: #fff6f2;
}

.trend-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.trend-icon {
    color: #ff5a3c;
}

.trend-text {
    font-size: 18px;
    font-weight: 600;
}

/* Performance Section */
.section-spacing {
    padding: 80px 0;
}

.quote-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 2px 15px 40px rgba(0, 0, 0, 0.06);
    position: relative;
}

.quote-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Forward Section */
.feature3-section {
    padding: 80px 0;
}

.feature3-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
}

.feature3-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.feature3-icon {
    font-size: 32px;
    color: #ff5a3c;
    margin-bottom: 20px;
    display: inline-block;
}

.feature3-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.looking-forward {
    padding-top: 70px;
}

/* Topic Section */
.topic-tag {
    display: inline-block;
    padding: 10px 18px;
    margin: 5px 8px 5px 0;
    border-radius: 30px;
    background: #fff1ec;
    color: #ff5a3c;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.topic-tag:hover {
    background: #ff5a3c;
    color: #fff;
    transform: translateY(-2px);
}

.share-icons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff1ec;
    color: #ff5a3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-icons a:hover {
    background: #ff5a3c;
    color: #fff;
    transform: translateY(-4px) scale(1.05);
}

/* Alex Card Section */
.author-card {
    background: linear-gradient(to right, #fff1ec, #ffffff, #ffffff);
    border-radius: 22px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.author-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.author-img-box {
    width: 220px;
    height: 220px;
    margin: auto;
    transition: transform 0.5s ease;
}

.author-img-box img {
    width: 100%;
    border-radius: 16px;
    transform: rotate(-10deg);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease;
}

.author-img-box:hover img {
    transform: rotate(0deg) scale(1.03);
}

.badge-custom3 {
    background: #f8dfd6;
    color: #ff5a3c;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
}

.stats h5 {
    margin-bottom: 0;
    font-weight: 700;
}

.stats span {
    font-size: 14px;
    color: #6c757d;
}

.social-icons5 a {
    color: #ff5a3c;
    font-size: 22px;
    margin-right: 14px;
}

.social-icons5 a:hover {
    color: #000;
}

.btn-connect {
    background: #ff5a3c !important;
    color: #fff !important;
    padding: 12px 28px;
}

.btn-connect:hover {
    background: #000 !important;
    color: #fff !important;
}


/* Feedbackk Section */
.comments-section {
    padding: 80px 0;
}

.comment-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    position: relative;
}

.comment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
}

.comment-time {
    font-size: 13px;
    color: #888;
}

.comment-actions a {
    font-size: 14px;
    color: #6c757d;
    margin-right: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.comment-actions a:hover {
    color: #ff5a3c;
}

.like-count {
    position: absolute;
    top: 22px;
    right: 25px;
    background: #fff1ec;
    color: #ff5a3c;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Thoughts Section */
.feedback-wrapper {
    padding: 90px 0;
}

.feedback-box {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feedback-box:hover {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.feedback-input {
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.feedback-input:focus {
    border-color: #ff5a3c;
    box-shadow: 0 0 0 0.2rem rgba(255, 90, 60, 0.15);
}

.feedback-title {
    font-weight: 400;
    margin-bottom: 10px;
}

.feedback-subtitle {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 35px;
}

.feedback-divider {
    width: 60px;
    height: 3px;
    background: #ff5a3c;
    margin: 10px auto 25px;
    border-radius: 3px;
}

.feedback-btn {
    background: #ff5a3c;
    color: #fff;
    border-radius: 30px;
    padding: 12px 36px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.feedback-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}



/* *********** */
/* Terms Page */
.support:hover {
    background-color: #000 !important;
    color: #fff !important;
}



/* *********** */
/* 404 Page */
.icon-circle {
    width: 90px;
    height: 90px;
    border: 4px solid #ff5a4f;
    font-size: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5a4f;
    margin: 0 auto 20px;
}

.home-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    transform: translateY(-7px);
}

.glass:hover {
    background-color: #000 !important;
    color: #fff !important;
}



/* *********** */
/* Contact Page */
.contact-card {
    background: linear-gradient(180deg, #ff6a5b, #b45557);
    color: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}

.info-box {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.info-box:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-6px);
}

.info-box i {
    width: 56px;
    height: 56px;
    font-size: 25px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.info-box:hover i {
    background: #fff;
    color: #ff6a5b;
}

.social-icons6 i {
    width: 45px;
    height: 45px;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons6 i:hover {
    background: #fff;
    color: #ff6a5b;
    transform: translateY(-4px);
}


.map-box iframe {
    border-radius: 16px;
    width: 100%;
    height: 340px;
    border: 0;
}

.form-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.btn-send {
    background: #ff6a5b !important;
    border: none;
    color: #fff !important;
    border-radius: 10px;
}

.btn-send:hover {
    background-color: #000 !important;
    color: #fff !important;
}