.package-card{
border-radius:15px;
transition:0.3s;
}

.package-thumb img{
border-radius:18px;
width:100%;
height:auto;
}

.package-title{
font-size:16px !important;
font-weight:600;
margin:0 0 2px 0;
line-height:1.3 !important;
word-spacing:-1px;
}

.package-desc{
font-size:13px;
color:#555;
text-align:justify;
margin-bottom:14px;
line-height:1.5;
word-spacing:-1px;
}

.package-duration{
display:flex;
justify-content:space-between;
font-size:13px;
margin-bottom:6px;
font-weight:500;
color:#333;
}

.package-divider{
border-bottom:1px solid #000;
margin-bottom:14px;
}

.package-bottom{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:12px;
}

.old-price{
color:#888;
text-decoration:line-through;
font-size:13px;
}

.new-price{
color:#e63946;
margin:0;
font-size:17px;
font-weight:700;
}

.view-btn{
background:#FF7F47;
color:#fff;
padding:7px 14px;
border-radius:8px;
font-size:13px;
text-decoration:none;
font-weight:500;
display:inline-block;
transition:0.3s ease;
}

.view-btn:hover{
background:#304F47;
color:#fff;
}

/* //---packages---pages-style--end---// */



 

/* Hide until fully styled */
.topbar-area {
    visibility: hidden;
}

/* ===== TOPBAR STYLE ===== */

.topbar-area {
    background: #304F47;
    padding: 6px 0;
    font-size: 13px;
    visibility: visible;
}

.topbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.topbar-left {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-item a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.topbar-item a:hover {
    color: #FF7F47;
}

.topbar-center {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.topbar-center a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.topbar-center a:hover {
    color: #FF7F47;
}

.topbar-right {
    display: flex;
    align-items: center;
}

/* Google Translate Custom */
#google_translate_element select {
    background: #FF7F47;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}

#google_translate_element select:hover {
    background: #203A37;
}

/* Remove Google Branding */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .topbar-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .topbar-left {
        justify-content: center;
    }

    .topbar-center {
        order: 3;
    }

    .topbar-right {
        order: 2;
    }
    #google_translate_element{
        display: none;
    }
}

/*  


//top-bar--style-end */





 

/* //iteniry===timeline===css */


.premium-timeline {
    position: relative;
    padding: 50px 0;
}

/* Center Line */
.premium-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background: #d6d6d6;
    transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 40px 60px;
    box-sizing: border-box;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

/* Connector Circle */
.timeline-circle {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border: 4px solid #4caf50;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-weight: bold;
    z-index: 2;
}

/* Content Box */
.timeline-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
}

 .timeline-box h5{
    font-size: 15px !important;    
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-box p{
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;   /* justify */
    margin-bottom: 0;
}

/* Arrow Effect */
.timeline-item.left .timeline-box::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.timeline-item.right .timeline-box::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

/* Day Badge (Rounded Arrow Style) */
.day-badge {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

/* Arrow Tail */
.day-badge::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
}

/* Colors */
.green { background: #8bc34a; }
.green::after { border-color: transparent transparent transparent #8bc34a; }

.pink { background: #e91e63; }
.pink::after { border-color: transparent transparent transparent #e91e63; }

.teal { background: #009688; }
.teal::after { border-color: transparent transparent transparent #009688; }



/* Animated Center Line */
.premium-timeline::before {
    background: linear-gradient(
        to bottom,
        #8bc34a,
        #e91e63,
        #009688
    );
    background-size: 100% 300%;
    animation: lineFlow 6s linear infinite;
}

@keyframes lineFlow {
    0% { background-position: 0% 0%; }
    100% { background-position: 0% 100%; }
}



.timeline-circle {
    animation: pulseCircle 2s infinite;
}

@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(76, 175, 80, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}



/* Responsive */
@media (max-width: 768px) {

    .premium-timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
        margin-bottom: 40px;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
        text-align: left;
    }

    .timeline-circle {
        left: 20px;
    }

    .timeline-box::after {
        display: none;
    }
}




/* rating-box-design */
/* ===== Compact Rating Box ===== */

 

.rating-card{
    display:flex;
    align-items:center;
    gap:25px;
    background:#f9f9f9;
    padding:20px 25px;
    border-radius:12px;
    max-width:420px;
}

.r-card-avarag{
    text-align:center;
}

.r-card-avarag h2{
    font-size:42px;
    color:#FF7F47;
    margin-bottom:5px;
}

.r-card-avarag h5{
    font-size:16px;
    margin:0;
}

.rating-stars{
    color:#ffb400;
    font-size:18px;
}

.rating-meta{
    font-size:14px;
    color:#666;
}



.p-review {
    margin-bottom: 50px;
}

.p-review-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: .3s;
}

.p-review-card:hover {
    transform: translateY(-5px);
}

.p-review-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.p-reviewr-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.p-reviewer-info strong {
    display: block;
    font-size: 16px;
}

.p-reviewer-info p {
    font-size: 13px;
    color: #777;
    margin: 3px 0;
}

.review-star {
    color: #ffb400;
    font-size: 14px;
}

.p-review-texts p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.r-reply-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #FF7F47;
    text-decoration: none;
}

.r-reply-btn:hover {
    text-decoration: underline;
}

.reviewSwiper {
    padding-bottom: 40px;
}

.swiper-pagination-bullet-active {
    background: #FF7F47;
}


