@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    overflow-x: hidden;
}

.form-control:focus {
    box-shadow: 0 0 0 1px #1A2B48 !important;
}

.form-select:focus {
    box-shadow: 0 0 0 1px #1A2B48 !important;
}

.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    /* background-color: #fff !important; */
    /* border-color: #1A2B48 !important; */
    border-width: 1px !important;
    border-radius: 10px !important;
    padding-top: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-shadow: 0 0 #0000 !important;
}

.form-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    /* background-color: #fff !important; */
    /* border-color: #1A2B48 !important; */
    border-width: 1px !important;
    border-radius: 10px !important;
    padding-top: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.6rem !important;
    --tw-shadow: 0 0 #0000 !important;
}

.h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.bg-light {
    background-color: #F2F3F5 !important;
}

section {
    position: relative;
    padding: 80px 0;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.text-italic {
    font-style: italic;
}

.btn-primary {
    background-color: #C21B22;
    color: #fff;
    padding: 12px 20px;
    border: 1px solid #C21B22;
}

.btn-primary:hover {
    background-color: #1A2B48;
    color: #fff;
    transition: all 0.4s;
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px;
}

.pre_header {
    background-color: #1A2B48;
    color: #fff;
    padding: 8px 0;
}

.pre_header .left_pre_header a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.pre_header .right_box a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.separator {
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

.img_logo {
    width: 120px;
}

.navbar-nav li {
    padding: 0 15px;
}

.navbar-nav li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.navbar-nav li a:hover {
    color: #5191FA;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #5191FA;
}

.footer {
    padding: 80px 0;
}

.footer_heading {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_menu {
    padding-left: 0;
}

.footer_menu li {
    list-style: none;
    padding: 5px 0;
}

.footer_menu li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.footer_menu li a:hover {
    color: #5191FA;
    transition: all 0.4s;
    padding-left: 5px;
}

.contact_info a {
    color: #000;
    text-decoration: none;
}

.contact_info .social_incon a {
    margin-right: 10px;
    background-color: #C21B22;
    padding: 10px;
    border-radius: 50px;

}

.contact_info .social_incon a i {
    height: 20px;
    width: 25px;
    margin: auto;
    color: #fff;
}

.contact_info .social_incon a i::before {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_info .social_incon a:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

.copyright {
    background-color: #1A2B48;
    color: #fff;
    padding: 8px 0;
}

.copyright a {
    color: #C21B22;
    text-decoration: none;
}

/* home page style start  */
.hero_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.package_title {
    font-size: 25px;
}

.rounded {
    border-radius: 15px !important;
}

.bg_dark {
    background-color: #000;
}

.video-wrapper {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    height: 400px;
    position: relative;
}

.entertainment_section p {
    color: #fff;
}

.video-wrapper video {
    width: 100%;
    /* height: auto; */
    display: block;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
}

.play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.top_destination img {
    height: 400px;
    object-fit: cover;
}

.owl-carousel .owl-nav button.owl-next {
    background: #C21B22;
    margin: 5px;
    padding: 12px !important;
    color: #C21B22;
    font-size: 50px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    right:0;
}

.owl-carousel .owl-nav button.owl-prev {
    background: #C21B22;
    margin: 5px;
    padding: 12px !important;
    color: #C21B22;
    font-size: 50px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    left:0;
}

.owl-carousel .owl-nav span {
    display: flex;
    height: auto;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.text-gradient {
    background: linear-gradient(90deg, #1A2B48, #C21B22) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.bg-gradient {
    background: linear-gradient(90deg, #1A2B48, #C21B22) !important;
}

.btn-gradient {
    background: linear-gradient(90deg, #1A2B48, #00c6ff);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.text-primary {
    color: #1A2B48 !important;
}

.btn-gradient:hover {
    opacity: 0.9;
    transform: translateY(-3px);
}

.membership-card {
    border-radius: 20px;
    transition: all 0.4s ease;
    background: #fff;
}

.membership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    background: #00c6ff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.badge.bg-gradient {
    border-radius: 20px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.subscribe_section {
    background-color: #1A2B48;
}

.subscribe-container {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-form {
    display: flex;
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}

.subscribe-form input[type="email"] {
    flex: 1;
    border: none;
    padding: 15px;
    font-size: 16px;
    outline: none;
    color: #333;
}

.subscribe-form input::placeholder {
    color: #888;
}

.subscribe-form button {
    background-color: #C21B22;
    color: white;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
    background-color: #C21B22;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.testimonial_slider img {
    width: 100px !important;
    height: 100px !important;
}

.testimonial_slider .testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 280px;
    /* adjust as needed */
}

.testimonial_slider .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial_slider .card {
    height: 100%;
}

.testimonial_slider.owl-drag .owl-item {
    height: 585px;
}
.small_text{
    font-size:18px;
    text-transform: uppercase;
    color: #C21B22;
}

.care_section{
    background: url(../img/New-Jersey.jpg) center center no-repeat;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.heigh_opacity{
    opacity: 1;
    z-index: 9;
    position: relative;
}
.box-wrapper {
    width: 70%;        /* adjust as needed */
    position: relative;
    margin: 50px auto;
}

.bg-square {
    position: absolute;
    width: 160px;
    height: 160px;
    background: #f1f1f1;
    border-radius: 12px;
    z-index: 1;
}

.sq1 {
    top: -20px;
    left: -20px;
    opacity: 0.6;
}

.sq2 {
    top: 50px;
    right: -30px;
    background: #C21B22;
    opacity: 0.9;
    height: 80%;
}

.main-img img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.bottom-img {
    position: absolute;
    bottom: -70px;
    left: -20px;;
    width: 75%;
    z-index: 3;
}

.bottom-img img {
    width: 100%;
    border-radius: 12px;
}

.experience-box {
    position: absolute;
    bottom: 30px;
    right: -50px;
    background: #1A2B48;
    color: white;
    padding: 18px 28px;
    border-radius: 12px;
    text-align: center;
}

.experience-box h2 {
    font-size: 34px;
    margin: 0;
}

.experience-box p {
    margin: 0;
    font-size: 14px;
}



/* home page style end  */

/* travel page style start  */
.serarch_container {
    background: url('../img/travel-bg.webp') center center no-repeat;
    /* background-size: cover; */
    height: 400px;
    background-color: #000;
}

/* .travel_search_container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
} */

.search-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
    max-width: 1200px;
    z-index: 99;
    position: relative;
    margin-top: -100px;
}


/* Tabs */
.search-tabs {
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.search-tabs button {
    border: none;
    margin: 0 10px;
    background: none;
    font-weight: 600;
    font-size: 20px;
    color: #555;
    position: relative;
    transition: all 0.2s ease;
    border: 1px solid #555;
    padding: 10px 30px;
    border-radius: 50px;
}

.search-tabs button.active {
    color: #1A2B48;
    background-color: #D3F2FF;
    border-color: #1A2B48;
}

.search-tabs button.active::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #1A2B48;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

/* Common inner box */
.search-form {
    background: #D3F2FF;
    padding: 30px;
    border-radius: 0 0 20px 20px;
    display: none;
}

.search-form.active {
    display: block;
}

.form-group label {
    font-weight: 500;
    color: #333;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 45px;
}

.search-btn {
    background: #1A2B48;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.search-btn:hover {
    background: #1A2B48;
}

.trip-type label {
    margin-right: 20px;
    font-weight: 500;
    cursor: pointer;
}

.trip-type input {
    accent-color: #1A2B48;
}

.fare-type {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.destination_box h1 {
    font-size: 30px;
}

.destination_box .card {

    height: 270px;
    border-radius: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}




/* Background Image Layer */
.destination_box .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 2s ease;
    /* zoom effect */
    z-index: 0;
    filter: brightness(60%);
}

/* Hover Zoom */
.destination_box .card:hover::before {
    transform: scale(1.12);
}

/* Image paths */
.california::before {
    background-image: url(../img/California.jpg);
}

.newyork::before {
    background-image: url(../img/New-York-City.jpg);
}

.newjersey::before {
    background-image: url(../img/New-Jersey.jpg);
}

.losaengles::before {
    background-image: url(../img/Los-Angeles.jpg);
}

.ayodhya::before {
    background-image: url(../img/ayodhya.jpeg);
}

.srilanka::before {
    background-image: url(../img/sri-lanka.jpg);
}

.package-card {
    /* width: 350px; */
    border-radius: 18px;
    background: white;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: 0.3s ease;
}

.package-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.08);
    /* hover zoom */
}

.wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.avatar {
    position: absolute;
    bottom: -18px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid white;
}

.package-info {
    padding: 22px;
    padding-top: 32px;
}

.stars {
    color: #ff5436;
    font-size: 18px;
    margin-bottom: 5px;
}

.package-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    color: #000;
}

.location {
    color: #666;
    font-size: 15px;
    margin-bottom: 18px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 15px 0;
}

.rating-box {
    display: inline-block;
    padding: 4px 8px;
    background: #e8f0ff;
    color: #3264e8;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 8px;
}

#myTabContent ul{
    padding-left: 0;
}
#myTabContent ul li{
    list-style: none;
    margin-bottom: 10px;
}

.rating-text {
    font-weight: bold;
    margin-right: 4px;
}

.tab_container ul li button{
        padding: 10px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 6px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #C21B22;
}

.reviews {
    color: #666;
    font-size: 14px;
}

.price {
    margin-top: 18px;
    color: #000;
    font-size: 17px;
}

.price span {
    font-weight: bold;
}

.content {
    position: relative;
    z-index: 2;
}

.price-tag {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
}

.fare-type label {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 8px 20px;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
}

.fare-type input:checked+label {
    border-color: #1A2B48;
    color: #1A2B48;
    background: #fff1f2;
}

.non-stop {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Trip Type Buttons */
.btn-trip {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 8px 25px;
    margin-right: 4px;
    transition: all 0.2s ease;
}

.btn-trip.active {
    background: #00a8e8;
    color: #fff;
    border-color: #00a8e8;
}

.btn-trip:hover {
    background: #00a8e8;
    color: #fff;
}

/* Cab Form Inputs */


#cabs input::placeholder {
    color: #444;
    opacity: 1;
}

#cabs label {
    color: #222;
}
#bookingForm input{
    border-radius: 0 !important;
}
.btn-outline-secondary{
    border-color: #ddd;
}


/* travel page style end  */

/* about us page style start  */
.breadcrumb_section {
    background-color: #1A2B48;
    height: 300px;
    margin: auto;
    display: flex;
    align-items: center;
}

.breadcrumb_section a {
    color: #00a8e8;
    text-decoration: none;
}

/* about us page style end  */

/* package details page style start  */
.package_details_images {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.icon i {
    font-size: 30px;
    margin-right: 20px;
}

.points p {
    text-transform: capitalize;
}

.package_details_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.small_muted_text {
    font-size: 13px;
    font-weight: 200;
}

.counter-btn {
    width: 30px;
    /* height: 30px; */
    font-size: 18px;
    padding: 0;
    text-align: center;
}

.error-msg {
    color: red;
    font-size: 12px;
}

.booking_card .h2 {
    font-size: 30px;
    text-align: center;
}

.guest_input {
    width: 65% !important;
}

.description_tabs .tab-pane {
    padding: 30px;
    border-radius: 12px;
}

.description_tabs .nav-tabs {
    background-color: #1A2B48;
    padding: 10px;
}

.description_tabs .nav-tabs button {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.description_tabs h4 {
    text-transform: uppercase;
}

.bg-primary {
    background-color: #1A2B48 !important;
}

.suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.suggestions-box div {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestions-box div:hover {
    background-color: #f5f5f5;
}

#remarks {
    height: auto !important;
}


/* Progress bar */
.progressbar {
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin-bottom: 30px;
}

.progressbar li {
    list-style-type: none;
    position: relative;
    text-align: center;
    flex: 1;
    font-weight: 500;
}

.progressbar li::before {
    counter-increment: step;
    content: counter(step);
    width: 35px;
    height: 35px;
    border: 2px solid #0d6efd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    line-height: 32px;
    border-radius: 50%;
    background-color: white;
    color: #0d6efd;
    position: relative;
    z-index: 2;
}

.progressbar li.active::before,
.progressbar li.completed::before {
    background-color: #0d6efd;
    color: white;
}

.progressbar li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0d6efd;
    top: 17px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child::after {
    content: none;
}

.progressbar li.completed::after {
    background-color: #0d6efd;
}

fieldset {
    display: none;
}

fieldset.active {
    display: block;
}

/* package details page style end  */

/* care page style start  */
.care_hero_section {
    background: url('../img/home-banner-bg.png')center center no-repeat;
    background-size: cover;
    height: 90vh;
}
.care_link{
    text-decoration: none;
    color: #000;
}
.search-box {
    background: #fff;
    border: 1px solid #cce0ff;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 40px auto;
}

.search-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid #e0e0e0;
}

.search-item:last-child {
    border-right: none;
}

.search-item i {
    color: #003366;
    font-size: 16px;
    margin-right: 10px;
}

.search-item input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #555;
}

.search-btn {
    background: linear-gradient(90deg, #007bff, #0096ff);
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 0.3s;
}

.search-btn i {
    margin-right: 5px;
}

.search-btn:hover {
    background: linear-gradient(90deg, #0069d9, #007bff);
}

.key_img {
    background-color: #003366;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.doctors_key_points {
    margin-top: -55px;
}

.doctors_key_points h5 {
    font-size: 16px;
}

.care_img img {
    border-radius: 20px;
    border: 1px solid #1A2B48;

}

.doctor_img img {
    height: 300px;
    object-fit: cover;
}

.care_item h5 {
    font-size: 16px;
}

.care_item p {
    font-size: 15px;
}

.care_support .owl-carousel .owl-nav.disabled {
    display: block;
}

.care_support .owl-carousel .owl-nav button.owl-prev {
    border-radius: 50px;
}

.care_support .owl-carousel .owl-nav button.owl-next {
    border-radius: 50px;
}

.doctor_item {
    border-radius: 15px;
}

.doctor {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.top_query {
    border-left: 3px solid #1A2B48;
}

.fair_breakup p {
    font-size: 13px;
}

.complete_health img {
    width: 100px;
    height: 100px;
}

.complete_health .card {
    height: 100%;
}

.complete_health .owl-item {
    height: 330px;
}

#driverBookingForm .form-control{
    border-radius: 0 !important;
}
#driverBookingForm .form-select{
    border-radius: 0 !important;
}

/* care page style end  */

/* dashboard style start  */
.dashboard_body {
    background-color: #edf0f4;
}

.pagination nav {
    width: 100%;
}

.avtar {
    position: absolute;
    top: -60%;
}

.main-content .footer {
    padding: 20px calc(24px / 2);
}

.cover_image {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.profile_thumbnail {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

/* dashboard style end  */

/* entertainment style start  */
/* 
.hero-slide {
    display: flex;
    gap: 15px;
    height: 450px;
} */


/* 
.hero-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.ent_hero_section{
    background: url(../img/bg-entertainment.jpg) center center no-repeat;
    background-size: cover;
}

.hero-text {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.hero-text h2 {
    font-size: 48px;
}

.hero-text .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: #ff6a00;
    color: #fff;
    text-decoration: none;
}
.hero_live_slider{
    height: 450px;
}
.hero_live_slider img{
    height: 100%;
}
.hero-right {
    width: 100%;
    height: 450px;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;

}
/* .swiper-wrapper{
    background-color: #fff;
} */
.hero-slider {
  height: 450px;
}
.hero-slider img{
    height: 210px;
    object-fit: cover;
    /* border-radius: 10px; */
}

.feature-box {
    /* height: 140px; */
    border-radius: 8px;
    /* color: #fff; */
    font-weight: 600;
    letter-spacing: 1px;
    transition: transform .3s ease;
    padding: 15px 0;
    background: #04203D;
    /* background-size: cover; */
}
.feature-box img{
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.ent_category_sec a{
    text-decoration: none;
    color: #fff;
}

.feature-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.feature-box:hover {
    transform: translateY(-5px);
}

/* Colors */
.bg-pink {
    background-color: #e6008d;
}

.bg-red {
    background-color: #e41e26;
}

.bg-yellow {
    background-color: #ffd600;
}

.bg-teal {
    background-color: #10c8b0;
}

.bg-blue {
    background-color: #00a9e0;
}

.bg-green {
    background-color: #41b649;
}

.bg-orange {
    background-color: #ff5a0f;
}

.bg-purple {
    background-color: #8e2a8f;
}

.zone-section {
    padding: 80px 0;
    text-align: center;
}

.zone-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
}

.zone-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.zone-text {
    font-size: 14px;
    color: #777;
    max-width: 300px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.btn-zone {
    padding: 10px 28px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-orange {
    background-color: #ff6b2c;
}

.btn-pink {
    background-color: #ff2f92;
}

.btn-green {
    background-color: #16d4b5;
}

.btn-zone:hover {
    opacity: 0.9;
    color: #fff;
}

.bg_overlay_section{
    background: url(../img/entertainment-be-img.jpg) center center no-repeat;
    background-size: cover;
}



.section-title {
    font-weight: 700;
}

.section-subtitle {
    color: #777;
}

.podcast-card {
    background: #fff;
    /*border-radius: 14px;*/
    overflow: hidden;
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.08); */
}

.video-thumb {
    position: relative;
    cursor: pointer;
    /* height: 120px; */
}

.video-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: 0.3s;
}

.video-thumb:hover .play-btn {
    background: #C21B22;
}

.podcast-content {
    padding: 18px;
}

.podcast-content h5 {
    font-weight: 600;
}

.podcast-content p {
    font-size: 14px;
    color: #777;
}

/* Owl Nav */
.owl-nav button {
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.owl-prev { left: -20px; }
.owl-next { right: -20px; }

.owl-stage{
    padding-bottom: 20px;
}

.trip-gallery-section {
    padding: 80px 0;
}

.trip-card {
    background: #fff;
    /*border-radius: 16px;*/
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: transform .3s ease;
    cursor: pointer;
}

.trip-card:hover {
    transform: translateY(-6px);
}

.trip-cover {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.trip-info {
    padding: 18px;
}

.trip-info h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.trip-info p {
    font-size: 14px;
    color: #666;
}


.partners-section {
  padding: 80px 0;
  background: url(../img/bg-entertainment.jpg) center/cover no-repeat;
  text-align: center;
}

.partners-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
  /* color: #fff; */
}

.partners-section h2 span {
  font-weight: 300;
  margin-left: 10px;
}

/* Slider */
.partners-slider .partner-item {
  opacity: 0.3;
  transform: scale(0.85);
  transition: all 0.4s ease;
  padding: 40px 20px;
}

/* Center active item */
.partners-slider .center .partner-item {
  background: #fff;
  border-radius: 6px;
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.partner-item img {
  max-width: 150px;
  margin: auto;
}

.partner-item p {
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Remove dots */
.owl-dots {
  display: none;
}

.ent_hero_section a{
    text-decoration: none;
    color: #fff;
}

.entertainment-articles-section {
    padding: 80px 0;
}

.article-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: transform .3s ease;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-6px);
}

.article-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.article-body {
    padding: 20px;
}

.article-title {
    font-weight: 600;
    margin-bottom: 8px;
    /* font-size: 22px; */
}

.article-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.article-meta i {
    margin-right: 4px;
}

.read-more {
    font-weight: 500;
    color: #C21B22;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* HERO */
.single-article-hero {
    padding: 80px 0 40px;
    background: linear-gradient(180deg,#f8f9fa,#fff);
}



.article-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.single_article-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    padding-right: 10px;
}

.article-cover {
    margin-top: 30px;
}

.article-cover img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

/* CONTENT */
.single-article-content {
    padding: 60px 0;
}

.article-body {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.article-body h2,
.article-body h3 {
    margin-top: 30px;
}

/* AUTHOR */
.author-box {
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: capitalize;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

/* RELATED */
.related-articles {
    padding: 60px 0;
    background: #f8f9fa;
}

.related-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.related-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.related-body {
    padding: 15px;
}

.related-body h6 {
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.related-body a {
    color: #0d6efd;
    text-decoration: none;
    text-transform: capitalize;
}



/* entertainment style end  */



/* responsive style start  */

@media (max-width: 991.98px) {
    .navbar-brand-box .logo-light {
        display: inline-block;
    }

    .navbar-brand-box {
        padding: 0;
    }

    .cover_image {
        height: 200px;
    }
}

@media(max-width: 576px) {
    .h1 {
        font-size: 30px;
    }

    .h2 {
        font-size: 35px;
    }

    .hero_content {
        display: none;
    }

    .serarch_container {
        height: 100%;
    }

    .search-tabs {
        margin-left: unset;
        display: block;
        padding: 15px;
    }

    .search-tabs button {
        width: 100%;
        margin: 10px 0;
    }

    .package_points {
        flex-wrap: wrap;
    }
    
    .heigh_opacity img{
        width:100% !important;
    }

    .icon i {
        font-size: 30px;
    }

    .description_tabs .nav-tabs {
        flex-wrap: wrap;
    }

    #myTab .nav-item {
        width: 33%;
        padding: 0;
        margin: 10px 0;
    }

    .description_tabs .nav-tabs button {
        font-size: 15px;
        border: 1px solid #fefefe;
        padding: 10px 0px;
        width: 100%;
    }

    .package_details_images {
        height: 100%;
    }

    .description_tabs .tab-pane {
        padding: 5px;
    }

    .amenity_box ul {
        flex-direction: column;
    }

    .program_img {
        width: 200px;
    }

    .cover_image {
        height: 150px;
    }

    .subscribe-container {
        padding: 40px 0px;
    }

    .search-box {
        border-radius: 12px;
        padding: 10px 15px;
        flex-direction: column;
        border-color: #1A2B48;
    }

    .search-item {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border: 1px solid #e0e0e0;
        width: 100% !important;
        margin: 5px 0;
    }

    .search-btn {
        width: 100%;
        margin-top: 10px;
    }

    /* .body_info {
        display: block !important;
    } */
    .container-fluid {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .card-title {
        margin-bottom: 10px !important;
    }

    .dashboard-card-button a {
        margin-bottom: 15px;
        width: 100%;
    }

    .card-body {
        padding: 10px;
    }

    .avtar {
        position: absolute;
        top: -75px;
    }

    .offcanvas {
        width: 70% !important;
    }
    
    /* Mobile horizontal scroll tabs */
.mobile-tab-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-tab-scroll .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.mobile-tab-scroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar (Chrome, Safari) */
}

.mobile-tab-scroll {
    scrollbar-width: none; /* Hide scrollbar (Firefox) */
}

/* Optional: better pill look */
.nav-pills .nav-link {
    border-radius: 50px;
    padding: 8px 18px;
    white-space: nowrap;
}

    
}

/* responsive style end */