.elementor-538 .elementor-element.elementor-element-f3e9719{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-538 .elementor-element.elementor-element-6e9c295{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-538 .elementor-element.elementor-element-63d7f47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-538 .elementor-element.elementor-element-ef56e12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-538 .elementor-element.elementor-element-9ed32d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-f3e9719 */.elementor-538 .elementor-element.elementor-element-f3e9719 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; /* top-bottom padding remove */
}

.elementor-538 .elementor-element.elementor-element-f3e9719 > .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.elementor-538 .elementor-element.elementor-element-f3e9719 {
  margin-top: 20px; /* adjust as needed */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52f7334 *//* মেইন কন্টেইনার */
.fare1-section-wrapper {
    background-color: #FFF9E5;
    padding: 30px 0;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* সাদা বক্স */
.fare1-box {
    background-color: #FFFFFF;
    width: 90%; 
    max-width: 900px;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

/* টাইটেল */
.fare1-title {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #FAD400;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* টেক্সট এরিয়া */
.fare1-intro-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 12px;
}
.fare1-intro-text strong {
    color: #000;
}

/* কন্টাক্ট বক্স */
.contact-box {
    margin-top: 20px;
    padding: 15px;
    background: #fdfdfd;
    border-left: 4px solid #FAD400;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.contact-box a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #333;
    transition: 0.3s;
}
.contact-box a:hover {
    color: #d4af37;
}

/* ভেহিকল লিস্ট কন্টেইনার */
.vehicle-list-container {
    margin-top: 30px;
    border-top: 1px solid #eee;
}

/* ভেহিকল আইটেম */
.vehicle-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.vehicle-item:last-child {
    border-bottom: none;
}

/* আইকন স্টাইল */
.v-icon {
    width: 60px; 
    height: auto;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ডিটেইলস এরিয়া */
.v-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* টপ রো (নাম + ডেসক্রিপশন) */
.v-top-row {
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; 
    gap: 8px;
}
.v-name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.v-desc {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

/* বটম রো (প্রাইস) */
.v-bottom-row {
    font-size: 14px;
    display: flex;
    align-items: center; /* Desktop a pashapashi thakbe */
}

/* প্রাইসিং স্টাইল */
.old-price {
    color: #d93025;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 13px;
}
.new-price {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

/* ফুটার ট্যাগলাইন (Non-focus style) */
.fare1-footer-tagline {
    margin-top: 30px;
    text-align: center;
    font-size: 12px; /* Smaller font */
    color: #888; /* Lighter color */
    font-style: italic;
    font-weight: normal;
}

/* MOBILE RESPONSIVE CSS */
@media (max-width: 768px) {
    .fare1-box {
        width: 95%;
        padding: 20px 15px;
    }
    
    .fare1-title {
        font-size: 20px;
    }
    
    /* Intro text smaller on mobile */
    .fare1-intro-text p {
        font-size: 13px; 
    }
    .contact-box {
        font-size: 13px;
    }

    /* Icon smaller */
    .v-icon {
        width: 45px;
        margin-right: 10px;
    }
    
    /* Mobile text sizes made smaller/compact */
    .v-name {
        font-size: 14px; 
    }
    .v-desc {
        font-size: 11px; 
    }
    
    /* Mobile Pricing Layout: Stacked vertically */
    .v-bottom-row {
        flex-direction: column; /* Upore niche anar jonno */
        align-items: flex-start; /* Bam pashe align */
        margin-top: 2px;
    }
    
    .old-price {
        font-size: 11px;
        margin-bottom: 2px; /* Line gap */
    }
    
    .new-price {
        font-size: 13px;
    }
    
    .fare1-footer-tagline {
        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6e9c295 */.elementor-538 .elementor-element.elementor-element-6e9c295 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; /* top-bottom padding remove */
}

.elementor-538 .elementor-element.elementor-element-6e9c295 > .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.elementor-538 .elementor-element.elementor-element-6e9c295 {
  margin-top: -20px; /* adjust as needed */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ef56e12 */.elementor-538 .elementor-element.elementor-element-ef56e12 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; /* top-bottom padding remove */
}

.elementor-538 .elementor-element.elementor-element-ef56e12 > .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.elementor-538 .elementor-element.elementor-element-ef56e12 {
  margin-top: -20px; /* adjust as needed */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9ed32d8 */.elementor-538 .elementor-element.elementor-element-9ed32d8 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; /* top-bottom padding remove */
}

.elementor-538 .elementor-element.elementor-element-9ed32d8 > .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.elementor-538 .elementor-element.elementor-element-9ed32d8 {
  margin-top: -20px; /* adjust as needed */
}/* End custom CSS */