/* Page Container */
.content-container {
    max-width: 1280px !important;
    margin: auto !important;
}

p {
    font-size: 1.1rem;
    color: black;
}

/* Hero */
.header-container {
    padding-top: 50px;
    padding-bottom: 15px;
    width: 100vw;
    margin-top: 20px;
}

.header-container h1 {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem
}

.header-container h2:not(.hero-card h2) {
    font-size: 1.1rem !important;
}

.header-container .hero-card {
    margin: 20px 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    width: 100% !important;
    background: #FFF4ED;
}
.header-container .hero-card .ui.button {
    border-radius: 10px!important;
}
.google-reviews-badge {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 135px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    z-index: 10;
}


/* Menu Bar - this could be move to the main file rather than overwriting*/
.ui.borderless.fixed.menu {
    box-shadow: none;
    border: none;
    background: #eb5e33;
    color: white;
}

.ui.borderless.fixed.menu .container {
    width: 1280px !important;
}

.ui.borderless.fixed.menu .item {
    padding-left: 0 !important;
    margin-left: -10px;
}

a.item.float.right {
    padding-right: 0 !important;
}

.menu .ui.orange.button {
    background: white;
    border-radius: 8px;
}
.menu .ui.orange.button:hover {
    background: #eb5e33;
    color: white;
    border: 1px solid white;
}

/* Trust Section */
.clients .grid {
    padding: 0 !important;
}
.clients .two.wide{
    padding-left: 0!important;
}
.clients .fourteen.wide{
    padding-right: 0!important;
}
.clients .client-logo:last-child{
    padding-right: 0!important;
}

/* Typography */
.title-2 {
    color: #2c3a4b;
    font-size: 2.1rem!important;
    font-weight: 700;
    margin-bottom: 0rem;
}

.sub-title {
    margin-top: 1rem;
    margin-bottom: 1.5rem!important;
}
.sub-title2 {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: normal;
}
.recovu-orange {
    color: #eb5e33 !important;
}

/* Buttons */
.ui.orange.button {
    background: #eb5e33;
}

/* How it works */
.hiw .grid {
    padding-left: 0 !important;
    gap: 2rem;
}

.hiw .grid .column {
    flex: 1 1 0;
}

.hiw .grid .column:first-child {
    padding-left: 0 !important;
}

.hiw .grid .column:last-child {
    padding-right: 0 !important;
}
.hiw .hiw-card{
    border-radius: 14px!important;
    overflow: hidden;
}

/* Why Choose Section */
.why-choose-section {
    width: 100%;
    background: #FFF4ED;
    padding: 50px 0;
}

.why-choose-section .content-container {
    max-width: 1280px;
    margin: auto;
}

.why-choose-section h2.ui.header {
    color: #2c3a4b;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: left;
}

.why-choose-section .sub-title {
    margin-bottom: 0rem;
}

.why-choose-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 4rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.why-choose-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.15rem;
    color: #2c3a4b;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    list-style: none;
}

.why-choose-section ul li>i.icon {
    color: #eb5e33;
    font-size: 2rem;
    min-width: 2.2rem;
    margin-top: 0.15em;
    flex-shrink: 0;
}

.why-choose-section ul li .why-choose-text {
    display: flex;
    flex-direction: column;
}

.why-choose-section ul li b {
    font-size: 1.15rem;
    color: #2c3a4b;
    font-weight: 700;
    display: block;
    margin-bottom: 0.1em;
}

.why-choose-section ul li br {
    display: none;
}

@media (max-width: 900px) {
    .why-choose-section ul {
        grid-template-columns: 1fr;
        gap: 1.5rem 0;
    }

    .why-choose-section h2.ui.header {
        font-size: 1.4rem;
    }
}

/* --- Breakdown Services Section --- */
.services-section {
    padding: 50px 0;
    border-radius: 12px;
}

.services-section .sub-title {
    margin-bottom: 2.5rem;
}

.services-section .services-card {
    flex: 1 1 0;
    width: 100%;
    background: #f7f9fa!important;
    border: 1.5px solid #e3e7ed;
    box-shadow: none!important;
}
.services-section .sub-title2 {
    display: block;
    font-weight: 550;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.services-section .sub-title2:nth-of-type(2) {
    margin-top: 3rem;
}
.services-cards-row {
    margin-top: 1.5rem;
    display: flex !important;
    flex-direction: row;
    gap: 2.5rem;
    align-items: stretch;
    margin-top: 2.5rem;
    flex-wrap: wrap !important;
    justify-content: flex-start;
}

.services-cards-row > .column {
    flex: 1 1 calc(33.333% - 1.67rem);
    max-width: calc(33.333% - 1.67rem);
    display: flex;
}
.services-card .content{
    flex-direction: column;
}

@media (min-width: 900px) {
  .services-cards-row {
    justify-content: flex-start;
  }
}

@media (max-width: 899px) {
  .services-cards-row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .services-cards-row > .column {
    max-width: 100%;
    flex-basis: 100%;
  }
}


.services-card.ui.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(44, 58, 75, 0.04)!important;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.services-card-title {
    display: flex;
    align-items: center;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2c3a4b !important;
    margin-bottom: 1rem !important;
    gap: 0.5em;
}

.services-card-title .icon {
    color: #eb5e33 !important;
    font-size: 1.5em !important;
    margin-right: 0.5em;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    display: flex;
    align-items: center;
    font-size: 1.08rem;
    color: #2c3a4b;
    margin-bottom: 0.7em;
    font-weight: 500;
    gap: 0.7em;
}

.services-list li .icon.check {
    /* color: #eb5e33 !important; */
    font-size: 1.1em !important;
    margin-right: 0.5em;
    min-width: 1.2em;
}

@media (max-width: 900px) {
    .services-cards-row {
        grid-template-columns: 1fr !important;
        gap: 1.5rem 0 !important;
    }
}

/* --- Vehicle Transport Section --- */
.vehicle-transport-section {
    background: #f7f9fa;
}

.vehicle-transport-section {
    padding: 50px 0;
    border-radius: 12px;
}

.vehicle-transport-section .sub-title {
    margin-bottom: 2.5rem;
}

.vehicle-transport-section .card {
    width: 100%;
}

.vehicle-transport-section .services-cards-row {
    display: flex !important;
    flex-direction: row;
    gap: 2.5rem;
    align-items: stretch;
    margin-top: 2.5rem;
    flex-wrap: nowrap;
}

.vehicle-transport-section .services-card {
    flex: 1 1 0;
    width: 100%;
}

@media (max-width: 900px) {
    .vehicle-transport-section .services-cards-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .vehicle-transport-section .services-card {
        max-width: 100%;
    }
}

/* Reviews Section */
.reviews-section {
    padding: 50px 0;
}

.reviews-section .grid {
    flex-wrap: nowrap !important;
}

.reviews-section .card {
    flex: 1 1 0;
    width: 100%;
}

.review-card.ui.card {
    background: #f7f9fa;
    border: 1.5px solid #e3e7ed;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(44, 58, 75, 0.04);
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    margin: 0 auto 0 auto;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.review-card .rating {
    margin-bottom: 0.7em;
}

.review-card .star.icon {
    color: #ffb000 !important;
    font-size: 1.25em !important;
    margin-right: 0.1em;
}

.review-card blockquote {
    font-size: 1.08em;
    font-style: italic;
    color: #222d36;
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
    background: none;
}

.review-card .reviewer {
    font-weight: bold;
    font-size: 1.05em;
    color: #222d36;
    margin-bottom: 0.2em;
    display: block;
}

.review-card .review-meta {
    color: #5a6473;
    font-size: 0.98em;
    margin-top: 0.1em;
    font-style: normal;
}

.review-card .review-meta i.icon {
    color: #bfc8d6;
    margin-right: 0.3em;
}

@media (max-width: 900px) {
    .review-card.ui.card {
        padding: 1.1rem 0.7rem 1rem 0.7rem;
    }
}

/* Urgent Recovery CTA Section */
.urgent-recovery-cta {
    background: #eb5e33;
    color: #fff;
    text-align: center;
    padding: 2.5rem 1rem 2.8rem;
}

.urgent-recovery-cta-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.urgent-recovery-cta-btn {
    background: #fff;
    color: #eb5e33;
    border: 1px solid #eb5e33;
    font-weight: bold;
    font-size: 1.25rem;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: background 0.2s;
    margin-top: -2rem!important;
}

.urgent-recovery-cta-btn:hover,
.urgent-recovery-cta-btn:focus {
    background: #eb5e33;
    border: 1px solid white;
    color: white;
}

/* Price Range Section */
.price-range-section {
    background: #f7f9fa;
    padding: 50px 0;
}

.price-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(44, 58, 75, 0.06);
    padding: 1.2rem 1rem 1rem 1rem;
    width: 100%;
    margin-bottom: 1rem;
}
.price-card .price-range-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0rem;
    color: #2c3a4b;
    width: 100%;
}
.price-card .example-cars {
    font-size: 1rem;
    color: #2c3a4b;
    margin-bottom: 0.4rem;
}
.price-card .price-from {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0rem;
    color: #2c3a4b;
    /* Remove float */
}


.price-range-bullets {
    margin: 0;
    padding-left: 0;
    color: #2c3a4b;
    font-size: 1.2rem;
    list-style: none;
}
.price-range-bullets li {
    margin-bottom: 1.4rem!important;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.7em;
    align-items: flex-start;
    font-size: 16px;
}
.price-range-bullets .icon.check {
    color: #21ba45 !important;
    font-size: 1.1em !important;
    min-width: 1.2em;
    position: relative;
    top: 4px;
}

@media (max-width: 1100px) {
    .price-range-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .price-range-left,
    .price-range-right {
        max-width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .price-range-section {
        padding: 24px 0 16px 0;
    }

    .price-range-left,
    .price-range-right {
        min-width: 0;
        padding-left: 0;
    }

    .price-range-card.price-card {
        padding: 1.2rem 0.7rem 1rem 0.7rem;
    }
}

.price-card-flex {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.price-card-icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-card-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff5f1;
}
.price-card-icon-circle .icon {
  font-size: 1.5rem !important;
  margin-right: 0 !important;
}
.price-card-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.price-card-price-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 90px;
  padding-left: 1rem;
}
.price-label {
  font-size: 1rem;
  font-weight: 600;
  color: #888;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
}
.price-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #2c3a4b;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .price-card-flex {
    flex-direction: row;
    gap: 0.7rem;
  }
  .price-card-icon-col {
    flex: 0 0 50px;
  }
  .price-card-price-col {
    min-width: 70px;
    padding-left: 0.5rem;
    align-items: flex-end;
  }
  .price-value {
    font-size: 1.15rem;
  }
  .price-card-icon-circle {
    width: 50px;
    height: 50px;
  }
  .price-card-icon-circle .icon {
    font-size: 1.4rem !important;
  }
}

/* FAQ Section */
.faq{
    margin: 0;
}
.faq .button {
    display: inline-block;
}

/* Areas Covered Section */
.areas-covered{
    padding: 50px 0;
}

/* Borough Coverage Section */
.borough-coverage{
    padding: 50px 0;
    background-color: #FFF4ED;
}
.borough-coverage .districts-list{
    grid-template-columns: 1fr 1fr!important;
    display: grid;
}
.borough-coverage .map{
    border-radius: 12px;
    border: 3px solid white;
}

/* Footer */
.ui.footer.segment{
    margin: 0!important;
}

/* Mobile */
@media (max-width: 768px) {
    .desktop-only{
        display: none!important;
    }
    .mobile-only{
        display: unset!important;
    }
    .menu button{
        margin-right: 15px!important;
    }
    .ui.grid {
        flex-direction: column;
    }
    .ui.grid > .row > [class*="eight wide"].column, .ui.grid > .column.row > [class*="eight wide"].column, .ui.grid > [class*="eight wide"].column, .ui.column.grid > [class*="eight wide"].column{
        width: 100%!important;
    }
    .hiw{
        margin: 30px 0!important;
    }
    .hiw .grid .five.wide.column{
        padding: 0!important;
        margin-bottom: -10px;
    }
    .hiw-card {
        margin: 0 8px!important;
    }
    .title {
        padding: 0 15px !important;
        margin-bottom: 17px !important;
        text-align: center;
    }
    .sub-title{
        margin-bottom: 20px!important;
    }
    .menu .logo{
        margin-left: 10px !important;
        padding: 0!important;
        width: 135px!important;
    }
    .hero-card{
        padding: 20px!important;
    }
    .order-1{
        order: 1!important;
    }
    .order-2{
        order: 2!important;
    }
    .order-3{
        order: 3!important;
    }
    .visuals{
        order: 1;
    }
    .content{
        order: 2;
        display: flex!important;
        flex-wrap: wrap;
    }
    .content div{
        order: 2;
    }
    .header-container .hero-card{
        order: 1!important;
        margin-top: -5px!important;
    }
    .why-choose-section{
        padding: 30px 19px!important;
    }
    .price-range-section{
        padding: 30px 19px!important;
        padding-bottom: 40px!important;
    }
    .services-section{
        padding: 30px 19px!important;
        margin-bottom: 20px!important;
    }
    .services-section .ui.stackable.grid .column{
        padding: 0!important;
    }
    .urgent-recovery-cta{
        padding: 30px 19px!important;
    }
    .urgent-recovery-cta-btn{
        margin-top: 10px!important;
    }
    .reviews-section{
        padding: 30px 19px!important;
    }
    .reviews-section .ui.stackable.grid .column{
        padding: 12px 0!important;
    }
    .faq{
        padding: 30px 19px!important;
        border-radius: 0;
    }
    .areas-covered{
        padding: 30px 19px!important;
    }
    .areas-covered .grid-layout{
        grid-template-columns: 1fr 1fr!important;
    }
    .areas-covered .grid-layout li{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .borough-coverage{
        padding: 30px 19px!important;
    }
    .borough-coverage .map{
        width: 100%;
    }
    .borough-coverage .ui.stackable.grid .column{
        padding: 0!important;
    }
}