.elementor-8614 .elementor-element.elementor-element-7d02b02{margin-top:0px;margin-bottom:50px;}/* Start custom CSS for html, class: .elementor-element-430bdd7 */.pd-volvo-hero {
    width: 100%;
    padding: 60px 25px;
    background: #f5f6f4;
    border: 1px solid #e4e7e3;
    border-radius: 22px;
    box-sizing: border-box;
}

.pd-volvo-hero * {
    box-sizing: border-box;
}

.pd-volvo-hero-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 55px;
}

.pd-volvo-hero-content {
    min-width: 0;
}

.pd-volvo-hero-eyebrow {
    display: inline-block;
    margin-bottom: 17px;
    padding: 8px 14px;
    color: #547d2d;
    background: #eaf0e6;
    border: 1px solid #d8e2d2;
    border-radius: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.pd-volvo-hero h1 {
    margin: 0 0 20px;
    color: #202820;
    line-height: 1.35;
    font-weight: 800;
}

.pd-volvo-hero-description {
    max-width: 760px;
    margin: 0 0 27px;
    color: #555e57;
    line-height: 2;
}

.pd-volvo-hero-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 27px;
}

.pd-volvo-hero-spec {
    padding: 16px 14px;
    background: #ffffff;
    border: 1px solid #e1e5e0;
    border-radius: 13px;
}

.pd-volvo-hero-spec strong {
    display: block;
    margin-bottom: 7px;
    color: #263027;
    font-weight: 800;
}

.pd-volvo-hero-spec span {
    display: block;
    color: #687169;
    line-height: 1.7;
}

.pd-volvo-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
}

.pd-volvo-hero-actions a,
.pd-volvo-hero-actions a:link,
.pd-volvo-hero-actions a:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 190px !important;
    min-height: 52px !important;
    padding: 13px 24px !important;
    margin: 0 !important;
    border-radius: 11px !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all 0.22s ease !important;
    box-shadow: none !important;
    outline: none !important;
}

.pd-volvo-hero-primary,
.pd-volvo-hero-primary:link,
.pd-volvo-hero-primary:visited {
    color: #ffffff !important;
    background: #5a8f29 !important;
    border: 1px solid #5a8f29 !important;
}

.pd-volvo-hero-primary:hover,
.pd-volvo-hero-primary:focus {
    color: #ffffff !important;
    background: #4c7923 !important;
    border-color: #4c7923 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(90, 143, 41, 0.20) !important;
}

.pd-volvo-hero-primary:active {
    color: #ffffff !important;
    background: #42691f !important;
    border-color: #42691f !important;
    transform: translateY(0);
}

.pd-volvo-hero-secondary,
.pd-volvo-hero-secondary:link,
.pd-volvo-hero-secondary:visited {
    color: #ffffff !important;
    background: #26312a !important;
    border: 1px solid #26312a !important;
}

.pd-volvo-hero-secondary:hover,
.pd-volvo-hero-secondary:focus {
    color: #ffffff !important;
    background: #17201a !important;
    border-color: #17201a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(38, 49, 42, 0.18) !important;
}

.pd-volvo-hero-secondary:active {
    color: #ffffff !important;
    background: #111713 !important;
    border-color: #111713 !important;
    transform: translateY(0);
}

.pd-volvo-hero-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.pd-volvo-hero-links a,
.pd-volvo-hero-links a:link,
.pd-volvo-hero-links a:visited {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 3px 0 !important;
    color: #527c2c !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.pd-volvo-hero-links a:hover,
.pd-volvo-hero-links a:focus {
    color: #26312a !important;
    background: transparent !important;
    text-decoration: underline !important;
}

.pd-volvo-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.pd-volvo-hero-image-card {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #dfe4de;
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(28, 42, 32, 0.10);
}

.pd-volvo-hero-image-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 410px;
    object-fit: contain;
    border-radius: 13px;
}

.pd-volvo-hero-badge {
    position: absolute;
    right: 26px;
    bottom: 25px;
    padding: 10px 14px;
    background: #26312a;
    border: 1px solid #5a8f29;
    border-radius: 9px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
}

.pd-volvo-hero-badge strong {
    display: block;
    margin-bottom: 3px;
    color: #a8cc78;
    font-weight: 800;
}

.pd-volvo-hero-badge span {
    display: block;
    color: #ffffff;
}

@media (max-width: 980px) {

    .pd-volvo-hero {
        padding: 50px 22px;
    }

    .pd-volvo-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .pd-volvo-hero-content {
        text-align: center;
    }

    .pd-volvo-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .pd-volvo-hero-actions {
        justify-content: center;
    }

    .pd-volvo-hero-links {
        justify-content: center;
    }

    .pd-volvo-hero-image-card {
        max-width: 560px;
    }
}

@media (max-width: 650px) {

    .pd-volvo-hero {
        padding: 38px 15px;
        border-radius: 17px;
    }

    .pd-volvo-hero-inner {
        gap: 28px;
    }

    .pd-volvo-hero-specs {
        grid-template-columns: 1fr;
    }

    .pd-volvo-hero-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .pd-volvo-hero-actions a,
    .pd-volvo-hero-actions a:link,
    .pd-volvo-hero-actions a:visited {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 52px !important;
    }

    .pd-volvo-hero-links {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .pd-volvo-hero-links a {
        width: auto !important;
    }

    .pd-volvo-hero-image-card {
        padding: 9px;
        border-radius: 15px;
    }

    .pd-volvo-hero-image-card img {
        max-height: 330px;
        border-radius: 10px;
    }

    .pd-volvo-hero-badge {
        right: 17px;
        bottom: 17px;
        padding: 8px 11px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb56b07 */.pd-volvo-overview {
    width: 100%;
    padding: 75px 25px;
    background: #ffffff;
    box-sizing: border-box;
}

.pd-volvo-overview-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.pd-volvo-overview-heading {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.pd-volvo-overview-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #5a8f29;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.pd-volvo-overview-heading h2 {
    margin: 0 0 18px;
    color: #202820;
    line-height: 1.45;
    font-weight: 800;
}

.pd-volvo-overview-heading p {
    margin: 0;
    color: #626a63;
    line-height: 2;
}

.pd-volvo-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.pd-volvo-overview-card {
    padding: 25px 21px;
    background: #f5f7f4;
    border: 1px solid #e2e7e0;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.pd-volvo-overview-card:hover {
    transform: translateY(-4px);
    background: #f1f5ee;
    border-color: #cbd9c4;
    box-shadow: 0 12px 28px rgba(38, 54, 42, 0.08);
}

.pd-volvo-overview-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-bottom: 20px;
    color: #ffffff;
    background: #5a8f29;
    border-radius: 10px;
    font-weight: 800;
}

.pd-volvo-overview-card h3 {
    margin: 0 0 12px;
    color: #263027;
    line-height: 1.5;
    font-weight: 800;
}

.pd-volvo-overview-card p {
    margin: 0;
    color: #69716b;
    line-height: 1.9;
}

.pd-volvo-overview-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
    margin-top: 30px;
    padding: 30px;
    background: #f5f7f4;
    border: 1px solid #e2e7e0;
    border-radius: 18px;
}

.pd-volvo-overview-text h3 {
    margin: 0 0 12px;
    color: #263027;
    font-weight: 800;
}

.pd-volvo-overview-text p {
    margin: 0;
    color: #626a63;
    line-height: 2;
}

.pd-volvo-overview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.pd-volvo-overview-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 15px;
    color: #4f752b;
    background: #e8efe4;
    border: 1px solid #d6e2d0;
    border-radius: 9px;
    box-sizing: border-box;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .pd-volvo-overview {
        padding: 60px 22px;
    }

    .pd-volvo-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pd-volvo-overview-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 620px) {
    .pd-volvo-overview {
        padding: 48px 16px;
    }

    .pd-volvo-overview-heading {
        margin-bottom: 30px;
    }

    .pd-volvo-overview-grid {
        grid-template-columns: 1fr;
    }

    .pd-volvo-overview-card {
        padding: 22px 18px;
    }

    .pd-volvo-overview-bottom {
        padding: 22px 18px;
        border-radius: 15px;
    }

    .pd-volvo-overview-tags {
        gap: 8px;
    }

    .pd-volvo-overview-tags span {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afd8c31 */.pd-volvo-power-table {
  width: 100%;
  padding: 70px 20px;
  background: #f5f6f4;
  direction: rtl;
  box-sizing: border-box;
}

.pd-volvo-power-table-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pd-volvo-power-table-heading {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.pd-volvo-power-table-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-power-table-heading h2 {
  margin: 0 0 16px;
  color: #172019;
  line-height: 1.5;
}

.pd-volvo-power-table-heading p {
  margin: 0;
  color: #59625b;
  line-height: 2;
}

.pd-volvo-power-table-note {
  margin: 0 0 24px;
  padding: 18px 22px;
  border: 1px solid #dce3dc;
  border-right: 4px solid #5a8f29;
  border-radius: 12px;
  background: #ffffff;
  color: #4d574f;
  line-height: 2;
}

.pd-volvo-power-table-note strong {
  color: #263229;
}

.pd-volvo-power-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dfe5df;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20, 35, 25, .06);
}

.pd-volvo-power-table-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  text-align: center;
}

.pd-volvo-power-table-table th {
  padding: 17px 14px;
  background: #263229;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  border-left: 1px solid rgba(255,255,255,.08);
}

.pd-volvo-power-table-table td {
  padding: 16px 14px;
  color: #465047;
  border-bottom: 1px solid #e8ece8;
  border-left: 1px solid #edf0ed;
  white-space: nowrap;
}

.pd-volvo-power-table-table tbody tr:nth-child(even) {
  background: #fafbfa;
}

.pd-volvo-power-table-table tbody tr:hover {
  background: #f2f7ef;
}

.pd-volvo-power-table-table td:first-child {
  color: #263229;
  font-weight: 800;
}

.pd-volvo-power-table-table td:nth-child(2) {
  color: #5a8f29;
  font-weight: 700;
}

.pd-volvo-power-table-table td:nth-child(4),
.pd-volvo-power-table-table td:nth-child(5) {
  color: #263229;
  font-weight: 800;
}

.pd-volvo-power-table-table a {
  color: #ffffff;
  background: #5a8f29;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}

.pd-volvo-power-table-table a:hover {
  background: #46721f;
}

.pd-volvo-power-table-current {
  background: #f1f7ed !important;
}

.pd-volvo-power-table-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.pd-volvo-power-table-summary-card {
  padding: 22px 18px;
  background: #ffffff;
  border: 1px solid #dfe5df;
  border-radius: 14px;
  text-align: center;
}

.pd-volvo-power-table-summary-label {
  display: block;
  margin-bottom: 8px;
  color: #5a8f29;
  font-weight: 700;
}

.pd-volvo-power-table-summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: #263229;
  font-size: 22px;
}

.pd-volvo-power-table-summary-card p {
  margin: 0;
  color: #687168;
  line-height: 1.8;
}

.pd-volvo-power-table-footer {
  margin-top: 26px;
  padding: 26px;
  background: #263229;
  border-radius: 16px;
  text-align: center;
}

.pd-volvo-power-table-footer p {
  max-width: 850px;
  margin: 0 auto 20px;
  color: #ffffff;
  line-height: 2;
}

.pd-volvo-power-table-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pd-volvo-power-table-primary,
.pd-volvo-power-table-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}

.pd-volvo-power-table-primary {
  background: #5a8f29;
  color: #ffffff !important;
}

.pd-volvo-power-table-primary:hover {
  background: #46721f;
}

.pd-volvo-power-table-secondary {
  background: #ffffff;
  color: #333 !important;
  border: 1px solid rgba(255,255,255,.35);
}

.pd-volvo-power-table-secondary:hover {
  background: #5a8f29;
  border-color: #5a8f29;
}

@media (max-width: 900px) {
  .pd-volvo-power-table {
    padding: 55px 15px;
  }

  .pd-volvo-power-table-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pd-volvo-power-table {
    padding: 45px 12px;
  }

  .pd-volvo-power-table-heading {
    text-align: right;
  }

  .pd-volvo-power-table-summary {
    grid-template-columns: 1fr;
  }

  .pd-volvo-power-table-note {
    padding: 16px;
  }

  .pd-volvo-power-table-footer {
    padding: 22px 16px;
  }

  .pd-volvo-power-table-actions {
    flex-direction: column;
  }

  .pd-volvo-power-table-primary,
  .pd-volvo-power-table-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3370ce7 */.pd-volvo-buy {
  width: 100%;
  padding: 75px 20px;
  background: #ffffff;
  direction: rtl;
  box-sizing: border-box;
}

.pd-volvo-buy-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pd-volvo-buy-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.pd-volvo-buy-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: .5px;
}

.pd-volvo-buy-heading h2 {
  margin: 0 0 16px;
  color: #172019;
  line-height: 1.5;
}

.pd-volvo-buy-heading p {
  margin: 0;
  color: #626b64;
  line-height: 2;
}

.pd-volvo-buy-main {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: start;
}

.pd-volvo-buy-content {
  min-width: 0;
}

.pd-volvo-buy-intro {
  display: flex;
  gap: 18px;
  padding: 24px;
  margin-bottom: 18px;
  background: #f5f6f4;
  border: 1px solid #e0e5e0;
  border-right: 4px solid #5a8f29;
  border-radius: 14px;
}

.pd-volvo-buy-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #5a8f29;
  color: #ffffff;
  font-weight: 800;
}

.pd-volvo-buy-intro h3 {
  margin: 0 0 8px;
  color: #263229;
  line-height: 1.6;
}

.pd-volvo-buy-intro p {
  margin: 0;
  color: #606a62;
  line-height: 2;
}

.pd-volvo-buy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pd-volvo-buy-card {
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e0e5e0;
  border-radius: 14px;
  transition: .2s ease;
}

.pd-volvo-buy-card:hover {
  border-color: #b8cbaa;
  transform: translateY(-2px);
}

.pd-volvo-buy-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 9px;
  background: #edf4e8;
  color: #5a8f29;
  font-weight: 800;
}

.pd-volvo-buy-card h3 {
  margin: 0 0 9px;
  color: #263229;
  line-height: 1.6;
}

.pd-volvo-buy-card p {
  margin: 0;
  color: #687168;
  line-height: 1.9;
}

.pd-volvo-buy-media {
  position: sticky;
  top: 25px;
}

.pd-volvo-buy-image-card {
  overflow: hidden;
  border-radius: 16px;
  background: #f5f6f4;
  border: 1px solid #dfe5df;
}

.pd-volvo-buy-image-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
}

.pd-volvo-buy-side {
  margin-top: 16px;
  padding: 22px;
  background: #263229;
  border-radius: 14px;
}

.pd-volvo-buy-side span {
  display: block;
  margin-bottom: 8px;
  color: #9bc879;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-buy-side strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1.7;
}

.pd-volvo-buy-side p {
  margin: 0;
  color: #d7ddd8;
  line-height: 1.9;
}

.pd-volvo-buy-check {
  margin-top: 20px;
  padding: 25px;
  background: #f5f6f4;
  border: 1px solid #e0e5e0;
  border-radius: 14px;
}

.pd-volvo-buy-check-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.pd-volvo-buy-check-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5a8f29;
  color: #ffffff;
  font-weight: 800;
}

.pd-volvo-buy-check-title h3 {
  margin: 0;
  color: #263229;
}

.pd-volvo-buy-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pd-volvo-buy-check-list div {
  position: relative;
  padding: 12px 15px 12px 12px;
  background: #ffffff;
  border: 1px solid #e1e6e1;
  border-radius: 9px;
  color: #58625a;
}

.pd-volvo-buy-check-list div::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #5a8f29;
  border-radius: 0 9px 9px 0;
}

.pd-volvo-buy-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding: 28px 30px;
  background: #263229;
  border-radius: 16px;
}

.pd-volvo-buy-bottom > div:first-child {
  max-width: 700px;
}

.pd-volvo-buy-bottom span {
  display: inline-block;
  margin-bottom: 8px;
  color: #9bc879;
  font-weight: 700;
}

.pd-volvo-buy-bottom h3 {
  margin: 0 0 8px;
  color: #ffffff;
  line-height: 1.7;
}

.pd-volvo-buy-bottom p {
  margin: 0;
  color: #d7ddd8;
  line-height: 1.9;
}

.pd-volvo-buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.pd-volvo-buy-primary,
.pd-volvo-buy-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: .2s ease;
}

.pd-volvo-buy-primary {
  background: #5a8f29;
  color: #ffffff !important;
}

.pd-volvo-buy-primary:hover {
  background: #46721f;
}

.pd-volvo-buy-secondary {
  background: #ffffff;
  color: #333 !important;
  border: 1px solid rgba(255,255,255,.3);
}

.pd-volvo-buy-secondary:hover {
  background: #5a8f29;
  border-color: #5a8f29;
}

@media (max-width: 950px) {
  .pd-volvo-buy-main {
    grid-template-columns: 1fr;
  }

  .pd-volvo-buy-media {
    position: static;
    max-width: 650px;
    margin: 0 auto;
  }

  .pd-volvo-buy-image-card img {
    max-height: 400px;
  }

  .pd-volvo-buy-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 650px) {
  .pd-volvo-buy {
    padding: 55px 14px;
  }

  .pd-volvo-buy-heading {
    text-align: right;
  }

  .pd-volvo-buy-grid {
    grid-template-columns: 1fr;
  }

  .pd-volvo-buy-intro {
    padding: 20px;
  }

  .pd-volvo-buy-check {
    padding: 20px;
  }

  .pd-volvo-buy-check-list {
    grid-template-columns: 1fr;
  }

  .pd-volvo-buy-bottom {
    padding: 24px 20px;
  }

  .pd-volvo-buy-actions {
    width: 100%;
    flex-direction: column;
  }

  .pd-volvo-buy-primary,
  .pd-volvo-buy-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a0a4c8 */.pd-volvo-service {
  width: 100%;
  padding: 75px 20px;
  background: #f5f6f4;
  direction: rtl;
  box-sizing: border-box;
}

.pd-volvo-service-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pd-volvo-service-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.pd-volvo-service-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: .5px;
}

.pd-volvo-service-heading h2 {
  margin: 0 0 16px;
  color: #172019;
  line-height: 1.5;
}

.pd-volvo-service-heading p {
  margin: 0;
  color: #626b64;
  line-height: 2;
}

.pd-volvo-service-main {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: start;
}

.pd-volvo-service-content {
  min-width: 0;
}

.pd-volvo-service-intro {
  display: flex;
  gap: 18px;
  padding: 24px;
  margin-bottom: 18px;
  background: #ffffff;
  border: 1px solid #dfe5df;
  border-right: 4px solid #5a8f29;
  border-radius: 14px;
}

.pd-volvo-service-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #5a8f29;
  color: #ffffff;
  font-weight: 800;
}

.pd-volvo-service-intro h3 {
  margin: 0 0 8px;
  color: #263229;
  line-height: 1.6;
}

.pd-volvo-service-intro p {
  margin: 0;
  color: #606a62;
  line-height: 2;
}

.pd-volvo-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pd-volvo-service-card {
  padding: 22px;
  background: #ffffff;
  border: 1px solid #dfe5df;
  border-radius: 14px;
  transition: .2s ease;
}

.pd-volvo-service-card:hover {
  border-color: #b8cbaa;
  transform: translateY(-2px);
}

.pd-volvo-service-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.pd-volvo-service-card-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #edf4e8;
  color: #5a8f29;
  font-weight: 800;
}

.pd-volvo-service-card-top strong {
  color: #263229;
  line-height: 1.6;
}

.pd-volvo-service-card p {
  margin: 0;
  color: #687168;
  line-height: 1.9;
}

.pd-volvo-service-sidebar {
  position: sticky;
  top: 25px;
}

.pd-volvo-service-manual {
  padding: 25px;
  background: #263229;
  border-radius: 16px;
}

.pd-volvo-service-manual-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #9bc879;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-service-manual h3 {
  margin: 0 0 12px;
  color: #ffffff;
  line-height: 1.6;
}

.pd-volvo-service-manual p {
  margin: 0 0 18px;
  color: #d7ddd8;
  line-height: 1.9;
}

.pd-volvo-service-link {
  display: block;
  margin-top: 10px;
  padding: 12px 14px;
  background: #ffffff;
  border-radius: 9px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.7;
  font-weight: 700;
  transition: .2s ease;
}

.pd-volvo-service-link:hover {
  background: #5a8f29;
}

.pd-volvo-service-side-box {
  margin-top: 14px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #dfe5df;
  border-radius: 14px;
}

.pd-volvo-service-side-box span {
  display: block;
  margin-bottom: 8px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-service-side-box strong {
  display: block;
  margin-bottom: 9px;
  color: #263229;
  line-height: 1.6;
}

.pd-volvo-service-side-box p {
  margin: 0;
  color: #687168;
  line-height: 1.9;
}

.pd-volvo-service-schedule {
  margin-top: 20px;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #dfe5df;
  border-radius: 14px;
}

.pd-volvo-service-schedule-heading {
  margin-bottom: 20px;
}

.pd-volvo-service-schedule-heading span {
  display: block;
  margin-bottom: 7px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-service-schedule-heading h3 {
  margin: 0;
  color: #263229;
  line-height: 1.6;
}

.pd-volvo-service-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pd-volvo-service-schedule-grid > div {
  padding: 16px;
  background: #f5f6f4;
  border-radius: 10px;
  border-right: 3px solid #5a8f29;
}

.pd-volvo-service-schedule-grid span {
  display: block;
  margin-bottom: 6px;
  color: #263229;
  font-weight: 700;
}

.pd-volvo-service-schedule-grid p {
  margin: 0;
  color: #687168;
  line-height: 1.8;
}

.pd-volvo-service-warning {
  margin-top: 18px;
  padding: 16px 18px;
  background: #f1f6ed;
  border: 1px solid #d7e3cf;
  border-radius: 10px;
  color: #59635b;
  line-height: 1.9;
}

.pd-volvo-service-warning strong {
  color: #263229;
}

.pd-volvo-service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding: 28px 30px;
  background: #263229;
  border-radius: 16px;
}

.pd-volvo-service-bottom > div:first-child {
  max-width: 700px;
}

.pd-volvo-service-bottom span {
  display: inline-block;
  margin-bottom: 8px;
  color: #9bc879;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-service-bottom h3 {
  margin: 0 0 8px;
  color: #ffffff;
  line-height: 1.7;
}

.pd-volvo-service-bottom p {
  margin: 0;
  color: #d7ddd8;
  line-height: 1.9;
}

.pd-volvo-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.pd-volvo-service-primary,
.pd-volvo-service-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: .2s ease;
}

.pd-volvo-service-primary {
  background: #5a8f29;
  color: #ffffff !important;
}

.pd-volvo-service-primary:hover {
  background: #46721f;
}

.pd-volvo-service-secondary {
  background: #ffffff;
  color: #333 !important;
  border: 1px solid rgba(255,255,255,.3);
}

.pd-volvo-service-secondary:hover {
  background: #5a8f29;
  border-color: #5a8f29;
}

@media (max-width: 950px) {
  .pd-volvo-service-main {
    grid-template-columns: 1fr;
  }

  .pd-volvo-service-sidebar {
    position: static;
  }

  .pd-volvo-service-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 650px) {
  .pd-volvo-service {
    padding: 55px 14px;
  }

  .pd-volvo-service-heading {
    text-align: right;
  }

  .pd-volvo-service-grid {
    grid-template-columns: 1fr;
  }

  .pd-volvo-service-schedule-grid {
    grid-template-columns: 1fr;
  }

  .pd-volvo-service-intro {
    padding: 20px;
  }

  .pd-volvo-service-schedule {
    padding: 20px;
  }

  .pd-volvo-service-bottom {
    padding: 24px 20px;
  }

  .pd-volvo-service-actions {
    width: 100%;
    flex-direction: column;
  }

  .pd-volvo-service-primary,
  .pd-volvo-service-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3885d37 */.pd-volvo-compare {
  width: 100%;
  padding: 80px 20px;
  direction: rtl;
  box-sizing: border-box;
}

.pd-volvo-compare * {
  box-sizing: border-box;
}

.pd-volvo-compare-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pd-volvo-compare-header {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}

.pd-volvo-compare-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: 1px;
}

.pd-volvo-compare-header h2 {
  margin: 0 0 18px;
  color: #172017;
  line-height: 1.45;
}

.pd-volvo-compare-header p {
  margin: 0;
  color: #596159;
  line-height: 2;
}

.pd-volvo-compare-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.pd-volvo-compare-content {
  min-width: 0;
}

.pd-volvo-compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #e0e5df;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(22, 34, 22, 0.05);
}

.pd-volvo-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: right;
}

.pd-volvo-compare-table th {
  padding: 17px 16px;
  background: #273127;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pd-volvo-compare-table td {
  padding: 18px 16px;
  color: #505850;
  line-height: 1.9;
  vertical-align: top;
  border-bottom: 1px solid #e8ece7;
}

.pd-volvo-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.pd-volvo-compare-table tbody tr:nth-child(even) {
  background: #fafbfa;
}

.pd-volvo-compare-table td:first-child {
  width: 120px;
  color: #273127;
  white-space: nowrap;
}

.pd-volvo-compare-table strong {
  color: #5a8f29;
}

.pd-volvo-compare-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.pd-volvo-compare-card {
  position: relative;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e1e6e0;
  border-radius: 16px;
}

.pd-volvo-compare-card-number {
  display: block;
  margin-bottom: 10px;
  color: #5a8f29;
  font-weight: 800;
  direction: ltr;
  text-align: right;
}

.pd-volvo-compare-card h3 {
  margin: 0 0 10px;
  color: #202820;
}

.pd-volvo-compare-card p {
  margin: 0;
  color: #626a62;
  line-height: 1.9;
}

.pd-volvo-compare-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
  padding: 22px 24px;
  background: #edf3e9;
  border-right: 4px solid #5a8f29;
  border-radius: 14px;
}

.pd-volvo-compare-note strong {
  color: #263226;
}

.pd-volvo-compare-note span {
  color: #596159;
  line-height: 1.9;
}

.pd-volvo-compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pd-volvo-compare-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s ease;
  color: #ffffff;
}

.pd-volvo-compare-primary {
  background: #5a8f29;
}

.pd-volvo-compare-secondary {
  background: #273127;
}

.pd-volvo-compare-actions a:hover {
  transform: translateY(-2px);
}

.pd-volvo-compare-media {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pd-volvo-compare-image-card {
  width: 100%;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e0e5df;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(22, 34, 22, 0.05);
}

.pd-volvo-compare-image-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.pd-volvo-compare-side {
  padding: 24px;
  background: #273127;
  border-radius: 18px;
  color: #ffffff;
}

.pd-volvo-compare-side span {
  display: block;
  margin-bottom: 9px;
  color: #a9ca8c;
  font-weight: 700;
  letter-spacing: 1px;
}

.pd-volvo-compare-side strong {
  display: block;
  margin-bottom: 10px;
}

.pd-volvo-compare-side p {
  margin: 0;
  color: #d8ddd8;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .pd-volvo-compare {
    padding: 65px 18px;
  }

  .pd-volvo-compare-layout {
    grid-template-columns: 1fr;
  }

  .pd-volvo-compare-media {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .pd-volvo-compare-image-card img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .pd-volvo-compare {
    padding: 50px 14px;
  }

  .pd-volvo-compare-header {
    margin-bottom: 30px;
  }

  .pd-volvo-compare-cards {
    grid-template-columns: 1fr;
  }

  .pd-volvo-compare-card {
    padding: 20px;
  }

  .pd-volvo-compare-actions {
    flex-direction: column;
  }

  .pd-volvo-compare-actions a {
    width: 100%;
  }

  .pd-volvo-compare-image-card img {
    height: 190px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bab436a */.pd-volvo-faq {
  width: 100%;
  padding: 75px 20px;
  background: #f5f6f4;
  direction: rtl;
  box-sizing: border-box;
}

.pd-volvo-faq-inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.pd-volvo-faq-heading {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}

.pd-volvo-faq-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #5a8f29;
  font-weight: 700;
  letter-spacing: .5px;
}

.pd-volvo-faq-heading h2 {
  margin: 0 0 14px;
  color: #172019;
  line-height: 1.5;
}

.pd-volvo-faq-heading p {
  margin: 0;
  color: #626b64;
  line-height: 2;
}

.pd-volvo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pd-volvo-faq-item {
  background: #ffffff;
  border: 1px solid #dfe5df;
  border-radius: 12px;
  overflow: hidden;
  transition: .2s ease;
}

.pd-volvo-faq-item[open] {
  border-color: #b9cbaa;
}

.pd-volvo-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: #263229;
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
  list-style: none;
}

.pd-volvo-faq-item summary::-webkit-details-marker {
  display: none;
}

.pd-volvo-faq-item summary span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #edf4e8;
  color: #5a8f29;
  font-weight: 800;
  transition: .2s ease;
}

.pd-volvo-faq-item[open] summary span {
  transform: rotate(45deg);
  background: #5a8f29;
  color: #ffffff;
}

.pd-volvo-faq-answer {
  padding: 0 22px 22px;
  color: #626b64;
  line-height: 2;
  border-top: 1px solid #edf0ed;
}

.pd-volvo-faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 30px;
  padding: 28px 30px;
  background: #263229;
  border-radius: 16px;
}

.pd-volvo-faq-cta > div:first-child {
  max-width: 700px;
}

.pd-volvo-faq-cta span {
  display: inline-block;
  margin-bottom: 8px;
  color: #9bc879;
  font-weight: 700;
  letter-spacing: .4px;
}

.pd-volvo-faq-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  line-height: 1.7;
}

.pd-volvo-faq-cta p {
  margin: 0;
  color: #d7ddd8;
  line-height: 1.9;
}

.pd-volvo-faq-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.pd-volvo-faq-price,
.pd-volvo-faq-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: .2s ease;
}

.pd-volvo-faq-price {
  background: #5a8f29;
  color: #ffffff !important;
}

.pd-volvo-faq-price:hover {
  background: #46721f;
}

.pd-volvo-faq-contact {
  background: #ffffff;
  color: #333 !important;
  border: 1px solid rgba(255,255,255,.3);
}

.pd-volvo-faq-contact:hover {
  background: #5a8f29;
  border-color: #5a8f29;
}

@media (max-width: 800px) {
  .pd-volvo-faq {
    padding: 55px 15px;
  }

  .pd-volvo-faq-heading {
    text-align: right;
  }

  .pd-volvo-faq-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .pd-volvo-faq-actions {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .pd-volvo-faq {
    padding: 45px 12px;
  }

  .pd-volvo-faq-item summary {
    padding: 17px;
  }

  .pd-volvo-faq-answer {
    padding: 0 17px 18px;
  }

  .pd-volvo-faq-cta {
    padding: 24px 18px;
  }

  .pd-volvo-faq-actions {
    flex-direction: column;
  }

  .pd-volvo-faq-price,
  .pd-volvo-faq-contact {
    width: 100%;
  }
}/* End custom CSS */