.why-choose-left-image-area .main-image .content h2 {
    color: var(--color-white);
    font-size: 25px;
}
.rts-banner-area-one .rts-hero-banner {
  height: 550px;
}
.mobile-menu-main nav ul li{
    color: white;
}

@media (max-width: 768px) {
    .header-style-one {
        padding: 0px 15px 0 0px !important;
    }
    .header-style-one-wrapper .logo-area .logo .light {
        margin-top: 25px;
        display: block;
    }
}

.offer-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

/* Overlay */
.offer-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* overlay strength */
    z-index: 1;
}

/* Content above overlay */
.offer-wrapper > * {
    position: relative;
    z-index: 2;
}

.offer-wrapper .rts-btn.with-arrow i {
    transform: unset;
}

.trip-wrapper .image-area {
    width: 100%;
    height: 200px;              /* same height for all */
    overflow: hidden;
    border-radius: 10px;
}

.trip-wrapper .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* no stretching */
    display: block;
}
.rts-breadcrumb-area.one {
    height: 300px;
}
.destination-slider img{
    height: 250px;
    width: 100%;
}

.counter-wrapper {
    border: 1px solid #5c5c5c;
    background: #6fcbe6;
}
.counter-wrapper .icon i {
    font-size: 42px;
    color: black;        /* luxury gold look */
}

.counter-wrapper .title {
    margin-bottom: 6px;
    font-weight: 600;
}

.counter-wrapper .done {
    font-size: 15px;
    opacity: 0.85;
}

.counter-wrapper .counter-area .title {
    color: #ffffff;
    font-size: 30px;
}

/* CTA container */
.cta-section-inner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Overlay */
.cta-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.45)
    );
    border-radius: 10px;
    z-index: 1;
}

/* Content above overlay */
.cta-section-inner > * {
    position: relative;
    z-index: 2;
}

.cta-section-inner .title,
.cta-section-inner .desc {
    color: #fff;
}

/* Buttons wrapper */
.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Base button */
.cta-btn {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

/* Primary (Register) */
.cta-btn-primary {
    background: #c89b3c;
    color: #fff;
}

.cta-btn-primary:hover {
    background: #b0892f;
    transform: translateY(-2px);
}

/* Outline (Login) */
.cta-btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.cta-btn-outline:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .cta-section-inner {
        flex-direction: column;
        text-align: center;
    }
}

.header-style-one-wrapper .left-area{
    align-items: unset;
}
.main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    color: #2a2525;
}
.header-logo{
    height: 85px;
}
.logo-design{
    background: red;
    padding: 10px;
    margin-top: 35px;
}


.rts-banner-area-five {
     height: auto; 
}
.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area {
    justify-content: center;
}
.rts-banner-area-five .rts-banner-wrapper .title span {
     max-width: unset; 
     margin-left: unset; 
     margin-right: unset; 
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area {
    text-align: center;
}

.rts-banner-area-five .rts-banner-wrapper .title {
    color: var(--color-white);
    font-size: 44px;
}
.rts-banner-area-five .rts-banner-wrapper .title span:last-child {
     margin-left: unset; 
     margin-right: unset; 
}

.rts-banner-area-five .rts-banner-wrapper .banner-wrapper-inner {
    max-width: 740px;
    margin: auto;
    text-align: center;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .desc {
     max-width: 100%;
}


.sub-title{
color:#c19d60;
font-weight:600;
letter-spacing:1px;
margin-bottom:10px;
text-transform:uppercase;
}

.main-title{
font-size:36px;
font-weight:700;
margin-bottom:20px;
}

.rts-btn.btn-border {
    border: 1px solid #000000;
    color: #000000;
}

@media (max-width: 1600px) {
    .rts-banner-area-five .rts-banner-wrapper .banner-hero {
        left: -16.5%;
        width: 40%;
    }
}

.header--sticky.sticky {
    background: rgb(255 255 255 / 92%);
}

.why-choose-left-image-area .main-image::after {
    background: linear-gradient(180deg, #4768D4 0%, rgba(0, 0, 0, 0) 48.24%);
}

.section-title-area .section-title {
    font-size: 42px;
}
