@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(custombs.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --main-green-color: #00b4a8;
  --main-red-color: #A3261E;
  --blue-primary-color: #418ede;
  --blue-secondary-color: #07427f;
  --button-gradient-color: linear-gradient(45deg, #418ede, #07427f);
  --button-hover-gradient-color: linear-gradient(45deg, #07427f, #418ede);
  --light-black-text-color: #3C3B3B;
  --background-light-color: rgba(245, 245, 245, 0.61);
  --font-family-lato: "Lato", sans-serif;
  --h2-custom-font-size: 4.5rem;
  --h2-main-normal-font-size: 2.8rem;
  --p-default-font-size: 1.2rem;
}

.p-line-height {
  line-height: 2.2rem;
}

h2, h3, h4, h5 {
  font-family: var(--font-family-lato);
}

p, li {
  font-family: var(--font-family-lato);
  line-height: 1.6rem;
}

a {
  font-family: var(--font-family-lato);  
  text-decoration: none !important;
  color: var(--light-black-text-color);
}
body {
    font-family: var(--font-family-lato);
}


/* ================= HERO ================= */
.hero-section {
    background: url("../images/asd.png") center center/cover no-repeat;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-sectionz {
    background: url("../images/asd.png") center center/cover no-repeat;
    height: 85vh;
    position: relative;
}

.hero-sectionz::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-sections{
    background: url("../images/tourist-carrying-luggage.jpg") center center/cover no-repeat;
    height: 65vh;
    position: relative;
}

.hero-sections::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-sectionc{
    background: url("../images/asd.png") center center/cover no-repeat;
    height: 85vh;
    position: relative;
}

.hero-sectionc::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.site-logo{
    height:40px;
    width:auto;
}

.hero-sectionw{
    background: url("../images/view-luxurious-hotel-interior-space.jpg") center center/cover no-repeat;
    height: 65vh;
    position: relative;
}

.hero-sectionw::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-sectionz{
    background: url("../images/tourist-carrying-baggage.jpg") center center/cover no-repeat;
    height: 65vh;
    position: relative;
}

.hero-sectionz::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-sectionv{
    background: url("../images/people-taking-part-sustainable-travel-movement.jpg") center center/cover no-repeat;
    height: 65vh;
    position: relative;
}

.hero-sectionv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}


.logo-text {
    font-size: 22px;
}

.navbar {
    position: relative;
    z-index: 2;
}
.navbar i{
  margin-right: 0.2vw;
}
.nav-item i{
    margin-left: 0.2vw;
}
.btn{
  color: #fff;
  margin-left: 0.5vw;
}

.btn:hover{
  color:#fff;
}
.hero-content {
    position: relative;
    color: #fff !important;
    padding: 2rem 0 10rem 0;
}

.offer-text {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom:0;
}

.btn-tour {
    background: var(--button-gradient-color);
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.btn-tour:hover {
    background: var(--button-hover-gradient-color);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.hero-subtitle {
    font-size: 18px;
}

.hero-title {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    margin-top:0;
    margin-bottom:0;
    display: inline-block;
}

.hero-title::after {
    content: "";
    width: 32vw;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-description {
    max-width: 600px;
    margin: 20px auto;
    padding-bottom:0;
    font-size: 15px;
    opacity: 0.9;
}

.price-text {
    font-size: 18px;
    margin-bottom:0;
}

/* ================= BOOKING CARD ================= */

.booking-section {
    margin-top: -80px;
    position: relative;
    z-index: 5;
}

.booking-card {
    background: #f8f4f4;
    padding: 2vw;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.booking-tabs {
    gap: 15px;
}

/* Remove default Bootstrap tab border */
.booking-tabs .nav-link {
    border: 3px solid #dee2e6;
    background: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: 0.3s ease;
    position: relative;
}

/* Hover Effect */
.booking-tabs .nav-link:hover {
    background: #E6F6F6;
    border: 3px solid var(--main-green-color);
    color: #000;
}

/* Active Tab */
.booking-tabs .nav-link.active {
    background: var(--main-green-color);
    border: 3px solid var(--main-green-color);
    color: #fff;
}

/* ===== Discount Badge ===== */
.discount-badge {
    position: absolute;
    left: 50%;
    top: -1.3rem;
    transform: translateX(-50%);
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    color: #fff;
    width: max-content;
    white-space: nowrap;
}

/* Gradient Color */
.flig {
    background: linear-gradient(90deg, #B1243B, #029E9D);
}

.hotl {
    background: linear-gradient(90deg, #B1243B, #029E9D);
}

.trip-type label {
    margin-right: 0.4vw;
    font-size: 1vw;
}

.circle{
  width: 2vw;
  height: 2vw;
  border: 1px solid var(--blue-secondary-color);
  border-radius: 50%;
  line-height: 1.8;
}

.form h6{
  font-weight: bold;
  color: var(--blue-primary-color);
}

.form label{
  margin-bottom: 0.7vw;
}

.form i{
  margin-left: 0.1vw;
}

.form p{
  font-size: 0.7vw;
}

.form h5{
  font-weight: bold;
}

.booking-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.option-pill {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    transition: 0.3s;
}

.option-pill input {
    display: none;
}

.option-pill span {
    font-size: 11px;
    color: #777;
}

.option-pill:hover {
    border-color: var(--main-green-color);
}

.option-pill input:checked ~ span,
.option-pill input:checked {
    color: var(--main-green-color);
}

.option-checkbox {
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.option-checkbox input {
    margin-right: 5px;
}

/* ================= TOP DESTINATIONS ================= */

/* Section Title */
.sub-title {
    color: #f5b301;
    font-weight: 600;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
}

.main-title span {
    color: var(--blue-primary-color);
}

.section-desc {
    color: #777;
    font-size: 14px;
}

/* Cards */
.destiny-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.destiny-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destiny-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.destiny-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    top: 0;
    left: 0;
}

/* Card Content */
.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #fff;
    z-index: 2;
}

.country {
    color: #74efee;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-content h4 {
    font-weight: 600;
}

/* Tour Badge */
.tour-badge {
    background: var(--blue-primary-color);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

/* Card Sizes */
.large-card {
    height: 350px;
}

.small-card {
    height: 250px;
}

.tall-card {
    height: 620px;
}

/* ================= Popular DESTINATIONS ================= */

.section-title {
    font-weight: 600;
    color: #272626;
}

/* Card Styling */
.destination-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
}

.destination-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* Gradient Overlay */
.destination-card::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(*/
    /*    to bottom,*/
    /*    rgba(0,0,0,0.85) 0%,*/
    /*    rgba(0,0,0,0.3) 30%,*/
    /*    rgba(0,0,0,0.3) 70%,*/
    /*    rgba(0,0,0,0.85) 100%*/
    /*);*/
}
.overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.overlay h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10vw;
}

.overlay p {
    font-size: 13px;
    margin: 0;
    opacity: 0.8;
}

.overlay h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/* Hover Effect */
.destination-card:hover {
    transform: translateY(-5px);
}

/* ================= Travel ================= */
.small-heading {
    color: var(--blue-primary-color);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Main Heading */
.main-heading {
    font-size: 40px;
    font-weight: 700;
    color: #0a1f44;
    line-height: 1.3;
}

/* Description */
.description {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    max-width: 500px;
}

.feature-box h5 {
    font-weight: 600;
    color: #0a1f44;
}

.feature-box p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 0;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #e6f7f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icon-box img {
    width: 2.8vw;
    color: var(--main-green-color);
}

.travright{
    padding-left: 15%;
}

.watermark-icon {
    position: absolute;
    right: 75%;
    top: 4%;
    width: 7.7vw;
    z-index: 1;
}

.big-image {
    border-radius: 15px;
}

.sm-card {
    position: absolute;
    bottom: 22%;
    left: 2vw;
    width: 250px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* ================= Hotel recommendation ================= */

/* Section Title */
.section-title {
    font-size: 26px;
    font-weight: 600;
    color: #1f2b3a;
}

.dfngjndfj h5 
{
    margin-bottom:0 !important;
    margin-top:0 !important;
}

/* Card */
.hotel-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-6px);
}

.hotel-category-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.hotel-category-item{
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.hotel-category-item:hover{
    transform: translateY(-5px);
}

.hotel-category-img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 12px;
}

.hotel-category-text h6{
    margin: 0;
    font-size: 16px;
}

.hotel-category-text p{
    margin: 0;
    font-size: 13px;
    color: #777;
}

/* Image */
.hotel-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

/* Content */
.hotel-content {
    padding: 20px;
}

.hotel-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1f2b3a;
}

.rating {
    font-size: 14px;
    color: #555;
}

.booknb
{
    padding:8px 16px;
    border:none;
    background-color:#00b4a8;
    color:white;
    border-radius:5px;
}

.location {
    color: #3b82f6;
    font-size: 14px;
    padding-top:10px;
    margin-bottom: 0;
}

.price {
    font-size: 20px;
    font-weight: 600;
    color: #1f2b3a;
    margin: 0;
}

/* ================= TESTIMONIALS ================= */

.testimonials-section {
    background: url(../images/testimoniback.png) center/cover no-repeat;
    position: relative;
    padding: 100px 0;
    color: #fff;
}

.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.65);
    top: 0;
    left: 0;
    z-index: 0;
}

.sub-heading {
    color: #FDC703;
    font-weight: 600;
    
}

.testimonial-title {
    font-size: 48px;
    font-weight: 700;
}

.testimonial-title span {
    color: #029E9D;
}

.quote-box {
    margin-left: 20%;  
    margin-right: 18%;
}

.quote-icon {
    font-size: 3vw;
    /*opacity: 0.3;*/
}
.quote-box h1 
{
    font-size:50px;
    margin-bottom:0;
}

.client-img {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    object-fit: cover;
}

/* ================= TOP DEALS ================= */

.deals-sub {
    color: #f4b400;
    font-weight: 600;
}

.deals-title {
    font-size: 40px;
    font-weight: 700;
}

.deals-title span {
    color: var(--blue-primary-color);
}

.deals-desc {
    color: #777;
    margin-top: 10px;
}

.deal-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    text-align: left;
}

.deal-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.deal-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.rating {
    color: #f4b400;
    font-size: 14px;
}

.price-row {
    margin-top: 8px;
    font-size: 14px;
}

/* ================= INSTAGRAM SECTION ================= */

.insta-section {
    background: #142544;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    padding-top: 6vw;
}
.footer-wave {
    position: absolute;
    top: -2vw;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.insta-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
}

.follow-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.follow-btn i {
    margin-right: 6px;
}

/* ================= MAIN FOOTER ================= */

.main-footer {
    background: #142544;
    color: #fff;
}

.footer-logo {
    font-weight: 700;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--main-green-color);
}

.footer-contact li {
    margin-bottom: 6px;
    font-size: 14px;
}

.payment-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.payment-logos {
    display: flex;
    gap: 10px;
}

.payment-logos img {
    height: 2.3vw;
    padding: 4px 8px;
    border-radius: 6px;
    transition: 0.3s ease;
}

.payment-logos img:hover {
    transform: scale(1.15);
}

/* Newsletter */
.newsletter-form input {
    border-radius: 8px 0 0 8px;
}

/* Bottom Bar */
.footer-bottom {
    background: #0f1e38;
    padding: 15px 0;
}

.social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 1.8vw;
}

.social-icons img{
    width: 3vw;
}

.social-icons img:hover {
    transform: scale(1.15);
}


.booking-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-weight: 600;
    background: transparent;
}

.booking-input:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Container */
.booking-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Hide default radio */
.option-pill input[type="radio"] {
    display: none;
}

/* Pill style */
.option-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

/* Hover color (your existing hover color) */
.option-pill:hover {
    background: #e7f1ff;
    border-color: #0d6efd;
}

/* Custom radio circle */
.radio-custom {
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    border-radius: 50%;
    position: relative;
}
.booking-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Pill style */
.option-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
}

/* Radio button size */
.option-pill input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #0d6efd; /* Blue color */
    cursor: pointer;
}

/* Hover */
.option-pill:hover {
    background: #e7f1ff;
    border-color: #0d6efd;
}

/* Selected state */
.option-pill:has(input[type="radio"]:checked) {
    background: #e7f1ff;
    border-color: #0d6efd;
}

/* Text style */
.option-pill small {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1;
}

/* Checkbox align */
.option-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ===== Main Card ===== */
.flight-main-card{
    background:#fff;
    border-radius:14px;
    padding: 20px 30px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;    padding:20px 0 30px;
}

/* ===== Top Menu ===== */
.flight-menu-wrapper{
    width:80%;
    margin:auto;
    border-bottom:1px solid #e6e6e6;
    /*padding:15px 0;*/
    background:#fff;
    border-radius: 12px;
}

.flight-menu-bar{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    text-align:center;
}

/* Menu Item */
.flight-menu-item{
    cursor:pointer;
    display:flex;
    flex-direction:column;
    height:70px;
    width:70px;
    align-items:center;
    justify-content:center;
    font-size:13px;
    color:#555;
}

/* Icon */
.flight-menu-item img{
    width:36px;
    height:36px;
    margin-bottom:6px;
}

/* Active */
.flight-menu-item.active span{
    color: var(--blue-primary-color);
    font-weight:600;
}

/* ===== Content Wrapper ===== */
.flight-content-area{
    width:90%;
    margin:auto;
    margin-top:15px;
}

/* Trip Type */
.flight-trip-type label{
    margin-right:20px;
    font-size:14px;
}

/* Search Box */
.flight-search-card{
    border:1px solid #ddd;
    border-radius:10px;
    position:relative;
    overflow:hidden;
}

.flight-field-box{
    padding:15px 18px;
    min-height:90px;
}

.flight-field-box label{
    font-size:12px;
    color:#777;
}

.flight-big-text{
    font-size:22px;
    font-weight:700;
}

.flight-light-text{
    color:#999;
}

.flight-field-box small{
    font-size:12px;
    color:#777;
}

.flight-field-divider{
    border-left:1px solid #eee;
}

/* Swap */
.flight-swap-icon{
    position:absolute;
    left:25%;
    top:50%;
    transform:translate(-50%,-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Special Fares */
.flight-fare-btn{
    border:1px solid #ccc;
    padding:11px 15px;
    border-radius:8px;
    background:#fff;
    margin-right: 10px;
    font-size:14px;
}

.flight-fare-btn.active{
    border-color: var(--blue-secondary-color);
    color: var(--blue-primary-color);
    background:#eaf2ff;
}

/* Search Button */
.flight-search-btn{
    background: var(--button-gradient-color);
    color:#fff;
    border:none;
    border-radius:12px;
    padding:12px 60px;
    font-size:18px;
    /* margin-top: -90px; */
    position: relative;
    transition: all 0.3s ease-in-out;
}

.flight-search-btn:hover{
    background: var(--button-hover-gradient-color);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.menu-section
{
    margin-top: -160px;
    position: relative;
}

.gjhkdfgdf
{
    margin-bottom: -30px !important;
}

.cfjlkgndfg
{
    position: relative;
     margin-top: -40px;
}


.ghaadasd
{
    margin-top: -70px;
}


/*Hotel filter page*/





/* strat blog details css by   nisha  */
/* strat blog details css by   nisha  */
/* strat blog details css by   nisha  */

/*Blog Details filter page*/


.blog-detail {
  padding: 70px 0;
}

.custom-toggler{
border:none;
background:none;
display:flex;
flex-direction:column;
gap:5px;
}

.custom-toggler span{
width:25px;
height:3px;
background:#fff;
display:block;
transition:.3s;
}

/* cross animation */

.custom-toggler.active span:nth-child(1){
transform:rotate(45deg) translate(5px,5px);
}

.custom-toggler.active span:nth-child(2){
opacity:0;
}

.custom-toggler.active span:nth-child(3){
transform:rotate(-45deg) translate(6px,-6px);
}
.fghffsd5fd 
{
    width:100%;
    height:460px;
}

.fghffsd5fd  img
{
    width:100%;
    height:100%;
    border-radius:8px;
}
.rotate-line{
transform: rotate(90deg);
display:inline-block;
}

.fnsdjhf button 
{
    padding:8px 20px;
    background-color:#00b4a8;
    color:white;
    border-radius :25px;
    border:none;
    
}

.faq-accordion{
width:100%;
}

.faq-item{
border-bottom:1px solid #ddd;
padding:15px 0;
}

.faq-question{
font-size:18px;
font-weight:600;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:0.3s;
color:#555;
font-size:15px;
margin-top:10px;
}

.faq-item.active .faq-answer{
max-height:200px;
}

.faq-icon{
font-size:20px;
}

.fnsdjhf {
    margin-top:-60px;
    margin-left: 20px;
}

/* Layout */
.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* Blog Image */
.blog-pic {
  /*position: relative;*/
  width:100%;
  height:550px;
}

.custom-navbar{
padding:15px 0;
}

.logo-text{
color:#fff;
}

.navbar-nav .nav-link{
color:#fff;
margin:0 10px;
}

.nav-right{
display:flex;
align-items:center;
gap:15px;
color:#fff;
}

.blog-image img {
  width: 100%;
  height:100%;
  border-radius: 12px;
}

.badgepart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--main-green-color);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
}

/* Blog Content */
.blog-title {
  font-size: 30px;
  margin: 25px 0 15px;
  font-weight: 600;
}

.blog-main p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.subtitel {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 600;
}

/* Sidebar */
.blog-sidepart {
  padding-top: 10px;
}

.sidepart-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Related Items */
.related-item {
  margin-bottom: 25px;
}

.related-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.categori {
  color: var(--main-green-color);
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.related-item p {
  font-size: 15px;
  font-weight: 600;
}

.journey-section {
  padding: 80px 0;
}

.container {
  width: 90%;
  margin: auto;
}

/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  color: var(--main-green-color);
  font-weight: 600;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
}

/* Grid Layout */
.journey-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
}

/* Left Card */
.left-card img {
  width: 100%;
  border-radius: 12px;
}

.card-cont {
  margin-top: 20px;
}

.tag {
  color: var(--main-green-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.left-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.left-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Author */
.author-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Right Cards */
.right-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.ins-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.ins-card h4 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600;
}


/* end blog details css by   nisha  */
/* end blog details css by   nisha  */
/* end blog details css by   nisha  */



/* start blog  css by   karina  */
/* start blog  css by   karina  */
/* start blog  css by   karina  */

/* Blog Page */

/* BLOG CARD */
.blog-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.submit-button 
{
    margin-top:25px;
}

.blog-content p {
    font-size: 14px;
    color: #6c757d;
}

.meta {
    font-size: 13px;
    color: #6c757d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 15px;
    border-radius: 25px;
    border: 1px solid var(--main-green-color);
    color: var(--main-green-color) ;
    text-decoration: none;
    font-size: 14px;
}

.read-btn:hover {
    background: var(--main-green-color);
    color: #fff;
}


/* SIDEBAR */
.category-box {
    margin-bottom: 35px;
}

.category-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ratings
{
    background: #ffbf00;
    padding: 1px 10px;
    height: 25px;
    width:85px;
    border-radius: 6px;
    font-weight: 600;
    color: #000;
    
}



.category-box li {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn1{

   color: #fff;
    margin-left: .5vw;
    padding: 16px 58px;
    color: #000;
    border-color: #000;
    background-color: white;

}





.searchbt {
    background: #00b4a8;
    color: #fff;
    /*padding: 12px 34px;*/
    width:100%;
    border:none;
    height:45px;
    margin-top:31px;
    border-radius: 6px;
}
.custom-btn {
    background-color: var(--main-green-color);
    border-color: var(--main-green-color);
    color: #ffffff;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 8px;
}

.custom-btn:hover {
    background-color: #128A87;
    border-color: #128A87;
    color: #ffffff;
}
.sidebar-box1 {
    color: #000;
}
.mini-post {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.mini-post img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.mini-post h6 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
 }

.mini-post small {
    color: #6c757d;
}
.journey-section {
  padding: 80px 0;
  margin-bottom: 4vw;
}


/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  color: var(--main-green-color);
  font-weight: 600;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
}

/* Grid Layout */
.journey-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
}

/* Left Card */
.left-card img {
  width: 100%;
  border-radius: 12px;
}

.card-cont {
  margin-top: 20px;
}

.tag {
  color: var(--main-green-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.left-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.left-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Author */
.author-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Right Cards */
.right-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.ins-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.ins-card h4 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-icon {
    background: #ffffff;
    color: #1aa39a;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: 0.3s;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    /*margin-top: 24px;*/
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.ggd55
{
    padding-top: 10px;
}



/* end blog  css by   karina  */
/* end blog  css by   karina  */
/* end blog  css by   karina  */


/* start contact us  css by   prerana  */
/* start contact us  css by   prerana  */
/* start contact us  css by   prerana  */

/* Contact Us */

.contact-section {
    background: #ffffff;
}

.contact-small {
    color: var(--blue-primary-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-desc {
    color: #6c757d;
    margin-bottom: 25px;
    max-width: 450px;
}

label {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ced4da;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1aa39a;
}

.send-btn {
    background: var(--button-gradient-color);
    color: #fff;
    padding: 8px 8px 8px 25px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 160px;
    transition: 0.3s;
}
.btn-icon {
    background: #ffffff;
    color: #1aa39a;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: 0.3s;
}

.send-btn:hover {
    background-color: #16867f;
    color: #fff;
}

.image-wrapper {
    position: relative;
}

.main-img {
    max-width: 100%;
}

.map-section iframe {
    display: block;
}
.map-section {
        margin-bottom: 6vw;

}


/* end  contact us  css by   prerana  */
/* end  contact us  css by   prerana  */
/* end  contact us  css by   prerana  */



/* start  Flight   css by   Nisha  */
/* start  Flight   css by   Nisha  */
/* start  Flight   css by   Nisha  */

/*Flight filter page*/

/* ================= SEARCH BOX ================= */

.flight-search-box {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jkbjhddd 
{
    padding-left: 10px !important;
}



/* Each Field */
.search-field {
    display: flex;
    flex-direction: column;
}

.search-field label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.search-field input {
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    outline: none;
    width: 180px;
}

/* Divider Line */
.divider {
    width: 1px;
    height: 45px;
    background: #e6e6e6;
}

/* ================= AIRLINES ROW ================= */

.flight-results-section{
    margin-bottom: 7vw;
}

.airlines-row {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 20px;
}

.airline-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width:18%;
    heigth:50px;
    padding:10px;
    border-radius:6px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.airline-item img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    background: #ffffff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.airline-item h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.airline-item p {
    margin: 0;
    font-size: 13px;
    color: #777;
}

.sort-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.sort-area select {
    border: none;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}


/* ================= SAVE BANNER ================= */

.save-banner {
    background: var(--main-green-color);
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.sign-btn {
    background: #fff;
    color: var(--main-green-color);
    border: none;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
}


/* ================= FLIGHT CARD ================= */

.flight-card {
    background: #f0fcff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1vw;
}

.flight-filter-left{
display:flex;
align-items:center;
gap:8px;
}

.flight-filter-img{
width:18px;
}

.flight-filter-title{
font-size:15px;
font-weight:500;
}
.flight-filter-box{
margin-top:10px;
}

.flight-filter-content{
margin-top:12px;
}

.flight-filter-icon{
cursor:pointer;
transition:0.3s;
}

.flight-filter-icon.rotate-icon{
transform:rotate(180deg);
}

.flight-time-filter-box{
margin-top:10px;
}

.flight-time-left{
display:flex;
align-items:center;
gap:8px;
}

.flight-time-img{
width:18px;
}

.flight-time-title{
font-size:15px;
font-weight:500;
}

.flight-time-content{
margin-top:10px;
}

.flight-time-icon{
cursor:pointer;
transition:0.3s;
}

.flight-arrival-filter-box{
margin-top:10px;
}

.flight-arrival-left{
display:flex;
align-items:center;
gap:8px;
}

.flight-arrival-img{
width:18px;
}

.flight-arrival-title{
font-size:15px;
font-weight:500;
}

.flight-arrival-content{
margin-top:10px;
}

.flight-arrival-icon{
cursor:pointer;
transition:0.3s;
}

.flight-arrival-icon.rotate-arrival{
transform:rotate(180deg);
}

.flight-review-filter-box{
margin-top:10px;
}

.flight-review-left{
display:flex;
align-items:center;
gap:8px;
}

.flight-review-img{
width:18px;
}

.flight-review-title{
font-size:15px;
font-weight:500;
}

.flight-review-content{
margin-top:10px;
}

.flight-review-icon{
cursor:pointer;
transition:0.3s;
}

.flight-review-icon.rotate-review{
transform:rotate(180deg);
}

.flight-time-icon.rotate-time{
transform:rotate(180deg);
}

/* Top Bar */
.flight-top {
    background: #9ddbdc;
    padding: 12px 20px;
}

.heart {
    background: white;
    padding: 5px 5px;
    border-radius: 50%;
}

.cheapest {
    background: var(--main-green-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-left: 0.5vw;
}

.rating {
    background: #ffbf00;
    padding: 3px 10px;
    height: 25px;
    border-radius: 6px;
    font-weight: 600;
    color: #000;
}

.ffsdfd5df p
{
    padding-top:-10px;
}

.fyffffd5f 
{
    margin-top:-20px !important;
}

.filter-section span 
{
    padding-top:5px;
    margin-bottom:7px;
    padding-left:8px;
}

.hotel-price-filter{
    width:100%;
    background:#fff;
}

.hotel-price-header h3{
    font-size:20px !important;
    margin-bottom:15px;
}

.hotel-price-inputs{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.hotel-price-field{
    width:100%;
}

.hotel-price-field input{
    width:100%;
    height:40px;
    color:white;
    background-color:#029E9D;
    border:1px solid #ccc;
    border-radius:5px;
    text-align:center;
    font-size:16px;
}

.hotel-price-separator{
    margin:0 10px;
    font-size:18px;
}

.hotel-price-slider{
    height:5px;
    background:#ddd;
    border-radius:5px;
    position:relative;
}

.hotel-price-progress{
    position:absolute;
    height:100%;
    left:25%;
    right:25%;
    background:#0d6efd;
    border-radius:5px;
}

.hotel-range-inputs{
    position:relative;
}

.hotel-range-inputs input{
    position:absolute;
    width:100%;
    top:-10px;
    background:none;
    /*background-color:#E2AD64;*/
    pointer-events:none;
    appearance:none;
}

.hotel-range-inputs input::-webkit-slider-thumb{
    height:16px;
    width:16px;
    border-radius:50%;
    background:#0d6efd;
    background-color:#E2AD64;
    pointer-events:auto;
    appearance:none;
}

.hotel-range-inputs input::-moz-range-thumb{
    height:16px;
    width:16px;
    border-radius:50%;
    background:#0d6efd;
    pointer-events:auto;
}



/* Body */
.flight-body {
    padding: 30px 30px 25px 30px;
}

/* Airline */
.airline-logo {
    width: 50px;
    margin-right: 0.4vw;
    margin-bottom: 0.5vw;
}

.compare-link {
    font-size: 13px;
    color: var(--main-green-color);
    text-decoration: none;
    font-weight: 600;
}

/* Time Section */
.time-wrapper {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.time-wrapper h4 {
    font-size: 26px;
    font-weight: 600;
}

.time-wrapper small {
    font-size: 12px;
    color: #333;
}

.duration-wrapper {
    text-align: center;
}

.duration-line {
    width: 70px;
    height: 3px;
    background: var(--main-green-color);
    margin-top: 5px;
}

/* Price */
.price-section{
    display: flex;
}
.price-section small {
    color: #666;
    font-size: 12px;
    margin-right: 0.5vw;
}

.price-section h4 {
    font-size: 20px;
}

/* Right Section */
.ontime {
    color: #555;
    font-weight: 500;
}

/* Stop Info */
.stop-info {
    color: #444;
    font-size: 14px;
    margin-left: 10px;
}

/* Offer Strip */
.offer-strip {
    background: #d4fcfc;
    padding: 12px 15px;
    font-size: 0.8vw;
    margin: 0 2vw 2vw 2vw;
    border-radius: 9px;
}


/* End  Flight   css by   Nisha  */
/* End  Flight   css by   Nisha  */
/* End  Flight   css by   Nisha  */
/* End  Flight   css by   Nisha  */



/* start  About us    css by   Rohit  */
/* start  About us    css by   Rohit  */
/* start  About us    css by   Rohit  */

/* About Us Page Css */

/* ABOUT */
.about-img {
    border-radius: 45px;
    overflow: hidden
}

.badge-discount img {
    position: absolute;
    height: 22%;
    width: 21%;
    left: 5%;
    top: 24%;
}

.stat-box {
    position: absolute;
    bottom: 1rem;
    left: 11rem;
    background: #fff;
    padding: 22px 34px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    font-weight: 700;
    font-size: 20px;

}

.stat-box .zero_plus {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    left: 44px;
    position: relative;
}

.stat-box small {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #777
}

.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(25, 167, 160, .15);
    color: var(--main-green-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px
}

.btn-teal {
    background: var(--main-green-color);
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 500;
    border: none;
    font-size: 12px;
}

.btn-teal:hover {
    background: #009e94;
    color: #fff;
}

.btn-teal .arrow_journey {
    display: inline-block;
    color: #000;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: #ffffff;
}

/* PROMO */
.promo {
    background: #f4ece6;
    border-radius: 35px;
    overflow: hidden
}

.promo .left {
    padding: 70px
}

.promo h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4
}

.promo .btn-teal {
    font-size: 14px;
    border-radius: 10px;
}

.promo .grab_up_img {
    max-width: 93%;
}

/* POPULAR */



.popular .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.popular .top-bar h4 {
    font-weight: 700
}

.popular .see-all {
    font-size: 14px;
    color: #888;
    text-decoration: none
}

.popular .grid-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.popular .grid-item img {
    width: 100%;
    height: 100%;
    margin-top:22px;
    object-fit: contain;
    transition: .4s
}

.popular .grid-item:hover img {
    transform: scale(1.05)
}

.popular .label {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px
}

.popular .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent)
}

.popular .col-lg-6 .grid-item {
    width: 100%;
}

.popular-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 24px;
}

/* Split bottom right into 2 equal items */
.food,
.hiking {
    height: 80%;
    margin-top: 20px;
}

.city {
    height: 45%;
}

.cruises,
.museum {
    height: 47%;
    margin-bottom: 28px;

}

.beach {
    height: 462px;
}

.right-grid {
    height: 462px;
}

.popular .grid-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.popular .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.popular .grid-item:hover img {
    transform: scale(1.05);
}

.popular .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
}

.popular .label {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-weight: 600;
}

/* Faq */
.section-wrapper{
    padding:70px 0;
}

/* Left Heading */
.left-heading h5{
    font-weight:600;
    color:#111;
}

.left-heading span{
    color:#0bb8a9;
    font-weight:600;
}

/* Cards */
.feature-card{
    border-radius:12px;
    padding:20px;
    margin-bottom:20px;
    display:flex;
    align-items:flex-start;
    gap:15px;
    transition:0.3s ease;
}

.feature-card:hover{
    transform:translateY(-3px);
}

.icon-box{
    width:45px;
    height:45px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
}

/* Individual Card Colors */
.vip{
    background:#f6f7e9;
    border:1px solid #cddc39;
}
.vip .icon-box{
    background:#cddc39;
}

.travel{
    background:#ede9ff;
    border:1px solid #8b5cf6;
}
.travel .icon-box{
    background:#8b5cf6;
}

.price1{
    background:#e6f7f6;
    border:1px solid #14b8a6;
}
.price .icon-box{
    background:#14b8a6;
}

.feature-card h6{
    font-weight:600;
    margin-bottom:5px;
}

.feature-card p{
    font-size:14px;
    color:#666;
    margin:0;
}

/* Right Section */
/* Custom Accordion Style */
.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.custom-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 18px 0;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

/* Remove default arrow */
.custom-accordion .accordion-button::after {
    display: none;
}

/* Custom + icon */
.custom-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    color: #999;
}

/* When open show - */
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
    color: #14b8a6;
}

/* Active question color */
.custom-accordion .accordion-button:not(.collapsed) {
    color: #14b8a6;
}

/* Body text */
.custom-accordion .accordion-body {
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #666;
}

/* TESTIMONIAL */
.testimonial {
    background: url('/images/testimonial_bg.png') center/cover no-repeat;
    padding: 100px 0;
    color: #fff;
    position: relative
}

.testimonial::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7)
}

.testimonial .content {
    position: relative;
    z-index: 2
}

.testimonial .subtitle {
    color: #ffb703;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: large;
}

.testimonial h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: -0.5rem;
}

.testimonial .quote {
    font-size: 18px;
    line-height: 1.8;
    color: #ddd
}

.testimonial .client {
    margin-top: 20px;
    font-weight: 600
}

.testimonial .quote img {
    position: absolute;
    left: 38%;
    top: 3%;

}

.client {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.client .img {
    margin-right: 3%;
}


/* DEALS */
.deal-card img {
    height: 460px;
    object-fit: cover
}


.deal-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4)
}

.deal-card:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.deal-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    position: relative;
    transition: all 0.3s ease;
}

.price {
    color: #1f2b3a;
    font-weight: 700;
    font-size: medium;
}

.deal-card .cardtext {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

/* About Us Css END */



/* end  About us    css by   Rohit  */
/* end  About us    css by   Rohit  */
/* end  About us    css by   Rohit  */