h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    font-family: 'proxima_novaregular' !important;
}

/* about-section *//* Section Base */
.vtr-about-sec {
    padding: 80px 0;
    background: #f9fafc;
}

.vtr-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.nav-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #bea635;
    transition: width 0.35s ease-in-out;
    transform-origin: left;
    display: none;
}

/* Layout */
.vtr-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.vtr-col-img, .vtr-col-text {
    flex: 1 1 500px;
}

/* Unique Image Stack */
.vtr-img-stack {
    position: relative;
    width: 100%;
    min-height: 420px;
}

/* Main Image */
.vtr-main-img {
    width: 75%;
    height: 380px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* Floating Image */
.vtr-floating-img {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 50%;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.vtr-img-box:hover .vtr-img {
    transform: scale(1.08);
}

/* Decorative Shape */

.vtr-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: inherit;
}

/* Text */
.vtr-subtitle {
    text-transform: uppercase;
    color: #af0404 ;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.vtr-title {
    font-size: 38px;
    font-weight: 800;
    margin: 10px 0 20px;
    color: #222;
}

.vtr-title span, .trav-header span {
    color: #af0404 !important ;
}

.vtr-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

button.abt-more {
    border: none;
    background: #790303 !important;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 23px;
    transition: transform 1s;
}

/*.abt-more:hover{*/
/*    transform: translatey(-5px) !important;*/
/*}*/

/* Animation */
.vtr-animate {
    opacity: 0;
    transform: translateY(40px);
    animation: vtrRise 0.8s forwards ease-out;
}

@keyframes vtrRise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .vtr-title { font-size: 32px; }
    .vtr-main-img { height: 330px; }
    .vtr-floating-img { height: 210px; }
}

@media (max-width: 768px) {
    .vtr-row { flex-direction: column; text-align: center; }
    .vtr-img-stack { min-height: 380px; }
    .vtr-main-img { width: 100%; }
    .vtr-floating-img { width: 70%; right: 50%; transform: translateX(50%) translateY(20px); }
    .vtr-col-img, .vtr-col-text {
     flex: none; 
    }
    .vtr-about-sec {
        padding: 80px 0px 0px 0px !important;
        background: #f9fafc;
    }
    .trav-header {
        text-align: center;
        margin-bottom: 0px !important; 
    }
    .vtr-title {
        font-size: 38px;
        font-weight: 800;
        margin: 20px 0 0px 0px !important;
    }
    .trav-divider {
        width: 100%;
    }
    .tab-btns .nav-link {
        margin-right: 0px;
        margin-top: 10px;
    }
    section.section.extra-margins.listing-section {
        padding: 0px 15px 0px 15px !important;
    }
}

@media (max-width: 480px) {
    .vtr-title { 
        font-size: 28px;
        text-align: center !important;
    }
    .vtr-desc { font-size: 15px; }
    .vtr-main-img { height: 260px; }
    .vtr-floating-img { height: 170px; }
}
.travel-section {
    padding: 20px 0px 50px 0px;
}

/* WHY CHOOSE US SECTION */
.why-choose-us {
    padding: 50px 20px 80px 20px;
    position: relative;
    overflow: hidden;
    background: #d0be6c17;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title h2 span {
    color: #af0404;
}

.fa-users:before {
    content: "\f0c0";
    color: #af0404 !important;
}

.section-title p {
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.choose-card {
    background: #fff;
    padding: 20px;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.choose-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #bea53531;
    transition: all 0.4s ease;
    z-index: 0;
}

.choose-card:hover::before {
    left: 0;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.choose-icon {
    font-size: 45px;
    color: #af0404;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.choose-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    position: relative;
    z-index: 1;
}

.choose-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* ===about section=== */
/* online booking form */

#textarea {
    width: 100%;
    border-radius: 7px;
    border: 1px solid grey;
}

button.book-now {
    background: #af0404;
    border: none;
    border-radius: 7px;
    color: white;
    padding: 10px 29px;
}

/* Section Background */
.vt-booking-section {
    padding: 80px 0;
}

/* Text Content */
.vt-booking-content {
    padding-right: 20px;
}

.vt-booking-subtitle {
    color: black;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.vt-booking-title {
    font-size: 38px;
    font-weight: 700;
    color: #af0404;
    margin-bottom: 20px;
}

.vt-booking-text {
    color: rgb(56 56 56);
    line-height: 1.7;
    font-size: 16px;
}

/* Booking Form Box */
.vt-booking-form-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: 0.2s ease-in-out;
}

.vt-booking-form-wrapper:hover {
    transform: translateY(-5px);
}

/* Form Elements */
.vt-booking-form input,
.vt-booking-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: 0.3s ease;
}

.vt-booking-form input:focus,
.vt-booking-form textarea:focus {
    border-color: #af0404;
    box-shadow: 0 0 8px rgba(3, 169, 244, 0.3);
    outline: none;
}

.vt-booking-form textarea {
    height: 130px;
    resize: none;
}

.vt-form-heading {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

/* Button */
.vt-book-btn {
    width: 100%;
    padding: 15px;
    background: #af0404;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

/*.vt-book-btn:hover {*/
/*    background: #bea635;*/
/*}*/

/* Responsive */
@media (max-width: 767px) {
    .vt-booking-section {
        padding: 50px 0;
    }

    .vt-booking-title {
        font-size: 30px;
    }

    .vt-booking-form-wrapper {
        margin-top: 30px;
    }
    
    .choose-card {
    background: #fff;
    padding: 20px;
    height: 245px;
    }
}
/* vt-more-button */
.btn-read-more {
    display: flex;
    border: none;
    background: #d0be6c;
    border-radius: 25px;
    padding: 3px 4px;
    width: fit-content;
}
  .vt-readmore {
    color: #af0404;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    align-content: center;
    font-size: 14px;
    padding-left: 4px;
  }

    .vt-readmore:hover{
        text-decoration: underline;
        text-underline-offset: 3px;
        color: #790303;
    }

  i.fa-solid.fa-forward {
    color: #b00c08;
    background: white;
    border-radius: 50%;
    padding: 6px 8px 5px 7px;
    margin-left: 15px;
  }

   .vt-days {
    color: #af0404;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
  }

  .span-package {
    background: #bea635ba;
    padding: 5px 10px;
    border-radius: 7px;
}
