@charset "UTF-8";
@font-face {
  font-family: "YekanCustom";
  src: url("../fonts/Yekan.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "YekanCustom", Tahoma, sans-serif;
  direction: rtl;
  position: relative;
  /* ضروری برای position: absolute کانتینر موج */
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 767px) {
  .top1 {
    display: flex;
    direction: rtl;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .top1 .right {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 80px 0 10px;
  }
  .top1 .right .text-content {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  .top1 .right .text-content .company-name {
    font-size: 18px;
    font-weight: bold;
    color: #272877;
    margin-bottom: 5px;
  }
  .top1 .right .text-content .company-slogan {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
  }
  .top1 .right .company-logo {
    width: 100px;
    height: auto;
  }
  .top1 .left {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 10px 0 80px;
    line-height: 25px;
  }
  .top1 .left .text-content {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
  }
  .top1 .left .company-logo {
    width: 60px;
    height: auto;
  }
  .menu {
    background: #2d2b2b;
  }
  .menu .menu-toggle {
    display: none;
  }
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0 60px 0 0;
    display: flex;
  }
  .menu ul li {
    padding: 8px 20px;
    border-left: 1px solid #444;
    position: relative;
  }
  .menu ul li a {
    text-decoration: none;
    color: white;
  }
  .menu ul li a:hover {
    color: #ffeb3b;
  }
  .menu ul li:has(> ul) > a::after {
    content: " ▼";
    font-size: 12px;
    color: #bbb;
    margin-right: 5px;
  }
  .menu ul li ul li:has(> ul) > a::after {
    content: " ◀";
    font-size: 12px;
    color: #bbb;
    margin-right: 5px;
  }
  .menu ul li ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: #3a3a3a;
    display: flex;
    flex-direction: column;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  .menu ul li ul li {
    border-bottom: 1px solid #555;
    padding: 10px 15px;
  }
  .menu ul li ul li a {
    color: #fff;
  }
  .menu ul li ul li a:hover {
    color: #ffeb3b;
  }
  .menu ul li ul li ul {
    position: absolute;
    top: 0;
    right: 100%;
    background: #4a4a4a;
    display: flex;
    flex-direction: column;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
  }
  .menu ul li ul li ul li {
    border-bottom: 1px solid #666;
    padding: 10px 15px;
  }
  .menu ul li ul li ul li a {
    color: #fff;
  }
  .menu ul li ul li ul li a:hover {
    color: #ffeb3b;
  }
  .menu ul li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .banner {
    width: 100%;
    overflow: hidden;
  }
  .banner img {
    width: 100%;
    height: auto;
    display: block;
  }
  .content-motor-oil {
    padding: 50px 10%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
  }
  .content-motor-oil .page-title-motor-oil {
    font-size: 2.4em;
    color: #004d40;
    border-bottom: 5px solid #ffcc00;
    padding-bottom: 10px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .content-motor-oil .info-box-motor-oil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    background-color: #f4fcfc;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-right: 8px solid #00796b;
  }
  .content-motor-oil .text-motor-oil {
    flex: 2;
    min-width: 300px;
    line-height: 1.9;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
  }
  .content-motor-oil .section-subtitle {
    font-size: 1.8em;
    color: #00796b;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .content-motor-oil .image-motor-oil {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
  .content-motor-oil .image-motor-oil img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease-out;
  }
  .content-motor-oil .image-motor-oil img:hover {
    transform: scale(1.05);
  }
  .content-motor-oil .oil-types-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center {
    font-size: 2.2em;
    color: #004d40;
    text-align: center;
    margin: 40px auto;
    position: relative;
    grid-column: 1/-1;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #ffcc00;
    margin: 10px auto 0;
  }
  .content-motor-oil .oil-types-grid .oil-type-card {
    background: linear-gradient(145deg, #f0fdfc, #e6f6f5);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #b2dfdb;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    text-align: right;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .content-motor-oil .oil-types-grid .oil-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  .content-motor-oil .oil-types-grid .oil-type-card h3 {
    color: #004d40;
    font-size: 1.6em;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffcc00;
  }
  .content-motor-oil .oil-types-grid .oil-type-card p {
    line-height: 1.8;
    font-size: 1em;
    color: #555;
    text-align: justify;
    margin-top: 15px;
  }
  .content-motor-oil .standard-section {
    margin-top: 70px;
    padding: 40px;
    background-color: #e8f5e9;
    border-left: 6px solid #4caf50;
    border-radius: 10px;
    line-height: 2;
    font-size: 1.1em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .content-motor-oil .cta-banner {
    margin-top: 70px;
    padding: 40px;
    background-color: #004d40;
    color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .content-motor-oil .cta-banner p {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .content-motor-oil .cta-banner a {
    display: inline-block;
    background-color: #ffcc00;
    color: #004d40;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.4em;
    font-weight: 900;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
  }
  .content-motor-oil .cta-banner a:hover {
    background-color: #fdd835;
    transform: translateY(-3px);
  }
  .content-motor-oil .cta-banner a span {
    margin-right: 5px;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .content-motor-oil {
    padding: 30px 5%;
  }
  .content-motor-oil .page-title-motor-oil {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .content-motor-oil .info-box-motor-oil {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .content-motor-oil .image-motor-oil {
    order: -1;
    min-width: 100%;
    max-width: 100%;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center {
    font-size: 1.6em;
  }
  .content-motor-oil .cta-banner p {
    font-size: 1.2em;
  }
  .content-motor-oil .cta-banner a {
    font-size: 1.1em;
    padding: 10px 25px;
  }
}
@media (min-width: 767px) {
  .logo-strip {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* 📱 رسپانسیو */
  }
  .logo-strip .logo-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
  }
  .logo-strip .logo-track img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .logo-strip .logo-track img:hover {
    transform: scale(1.1);
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .logo-strip .logo-track img {
    height: 45px;
  }
}
@media (min-width: 767px) and (max-width: 480px) {
  .logo-strip .logo-track img {
    height: 35px;
  }
}
@media (min-width: 767px) {
  .cl1 {
    margin-top: 60px;
    background-image: url("../images/bg2.jpg");
    background-position: center;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .cl1 .right {
    padding-top: 50PX;
  }
  .cl1 .left {
    padding-top: 20PX;
  }
  .accordion-container {
    direction: rtl;
    max-width: 1500px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .accordion-container .section-title {
    text-align: center;
    color: #038b86;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 3px solid #038b86;
    margin-bottom: 20px;
  }
  .accordion-container .accordion-item {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    border-right: 4px solid transparent;
    transition: border-right-color 0.3s ease;
  }
  .accordion-container .accordion-item.active {
    border-right-color: #038b86;
  }
  .accordion-container .accordion-item .accordion-header {
    font-family: "YekanCustom", Tahoma, sans-serif;
    background-color: #038b86;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
    text-align: right;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
  }
  .accordion-container .accordion-item .accordion-header:hover {
    background-color: rgb(1.9225352113, 89.0774647887, 85.8732394366);
  }
  .accordion-container .accordion-item .accordion-header .icon {
    font-size: 18px;
    font-weight: bold;
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
  .accordion-container .accordion-item.active .accordion-header .icon {
    transform: rotate(0deg);
  }
  .accordion-container .accordion-item .accordion-content {
    background-color: #fff;
    color: #333;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    border: 1px solid #ddd;
    border-top: none;
    text-align: justify;
    line-height: 1.8;
  }
  .accordion-container .accordion-item.active .accordion-content {
    padding: 20px;
  }
  .wave-container {
    /* چسباندن دقیق به پایین (۱ پیکسل برای رفع خطای مرورگر) */
    left: 0;
    width: 100%;
    height: 100px;
    /* ارتفاع موج */
    overflow: hidden;
    /* رنگ موج باید با رنگ فوتر (#34495e) یکی باشد */
  }
  .wave-container svg {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: top;
  }
  .wave-container .wave-fill {
    fill: #1a2c3b;
    /* رنگ SVG باید همرنگ فوتر باشد! */
  }
  .footer-section {
    height: 350px;
    background-color: #1a2c3b;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .top1 {
    display: flex;
    direction: rtl;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
  }
  .top1 .right {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 0 20px 0;
  }
  .top1 .right .text-content {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  .top1 .right .text-content .company-name {
    font-size: 12px;
    font-weight: bold;
    color: #272877;
  }
  .top1 .right .text-content .company-slogan {
    font-size: 8px;
    color: #333;
  }
  .top1 .right .company-logo {
    width: 100px;
    height: auto;
  }
  .top1 .left {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 25px;
  }
  .top1 .left .text-content {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
  }
  .top1 .left .company-logo {
    width: 60px;
    height: auto;
  }
  .menu {
    position: relative;
    /* دکمه همبرگر */
    /* منوی اصلی موبایل */
    /* کلاس فعال دکمه همبرگر */
  }
  .menu .menu-toggle {
    display: block;
    background: #2d2b2b;
    color: white;
    border: none;
    width: 100%;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
  }
  .menu ul {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #2d2b2b;
    padding: 0;
    margin: 0;
  }
  .menu ul li {
    border-left: none;
    border-bottom: 1px solid #444;
    padding: 10px 20px;
    position: relative;
    /* زیرمنوها */
    /* وقتی باز شد */
  }
  .menu ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: bold;
  }
  .menu ul li a:hover {
    color: #ffeb3b;
  }
  .menu ul li ul {
    display: none;
    flex-direction: column;
    padding-left: 15px;
    background: #3a3a3a;
  }
  .menu ul li ul li {
    border-bottom: 1px solid #555;
    /* زیرمنوی زیرمنو */
  }
  .menu ul li ul li a {
    color: #fff;
  }
  .menu ul li ul li a:hover {
    color: #ffeb3b;
  }
  .menu ul li ul li ul {
    background: #4a4a4a;
  }
  .menu ul li.open > ul {
    display: flex;
  }
  .menu ul.active {
    display: flex;
  }
  .banner {
    width: 100%;
    overflow: hidden;
  }
  .banner img {
    width: 100%;
    height: auto;
    display: block;
  }
  .wave-container {
    /* چسباندن دقیق به پایین (۱ پیکسل برای رفع خطای مرورگر) */
    left: 0;
    width: 100%;
    height: 100px;
    /* ارتفاع موج */
    overflow: hidden;
    /* رنگ موج باید با رنگ فوتر (#34495e) یکی باشد */
  }
  .wave-container svg {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: top;
  }
  .wave-container .wave-fill {
    fill: #1a2c3b;
    /* رنگ SVG باید همرنگ فوتر باشد! */
  }
  .content-motor-oil {
    padding: 50px 10%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
  }
  .content-motor-oil .page-title-motor-oil {
    font-size: 2.4em;
    color: #004d40;
    border-bottom: 5px solid #ffcc00;
    padding-bottom: 10px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .content-motor-oil .info-box-motor-oil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    background-color: #f4fcfc;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-right: 8px solid #00796b;
  }
  .content-motor-oil .text-motor-oil {
    flex: 2;
    min-width: 300px;
    line-height: 1.9;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
  }
  .content-motor-oil .section-subtitle {
    font-size: 1.8em;
    color: #00796b;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .content-motor-oil .image-motor-oil {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
  .content-motor-oil .image-motor-oil img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease-out;
  }
  .content-motor-oil .image-motor-oil img:hover {
    transform: scale(1.05);
  }
  .content-motor-oil .oil-types-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center {
    font-size: 2.2em;
    color: #004d40;
    text-align: center;
    margin: 40px auto;
    position: relative;
    grid-column: 1/-1;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #ffcc00;
    margin: 10px auto 0;
  }
  .content-motor-oil .oil-types-grid .oil-type-card {
    background: linear-gradient(145deg, #f0fdfc, #e6f6f5);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #b2dfdb;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    text-align: right;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .content-motor-oil .oil-types-grid .oil-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  .content-motor-oil .oil-types-grid .oil-type-card h3 {
    color: #004d40;
    font-size: 1.6em;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffcc00;
  }
  .content-motor-oil .oil-types-grid .oil-type-card p {
    line-height: 1.8;
    font-size: 1em;
    color: #555;
    text-align: justify;
    margin-top: 15px;
  }
  .content-motor-oil .standard-section {
    margin-top: 70px;
    padding: 40px;
    background-color: #e8f5e9;
    border-left: 6px solid #4caf50;
    border-radius: 10px;
    line-height: 2;
    font-size: 1.1em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .content-motor-oil .cta-banner {
    margin-top: 70px;
    padding: 40px;
    background-color: #004d40;
    color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .content-motor-oil .cta-banner p {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .content-motor-oil .cta-banner a {
    display: inline-block;
    background-color: #ffcc00;
    color: #004d40;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.4em;
    font-weight: 900;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
  }
  .content-motor-oil .cta-banner a:hover {
    background-color: #fdd835;
    transform: translateY(-3px);
  }
  .content-motor-oil .cta-banner a span {
    margin-right: 5px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .content-motor-oil {
    padding: 30px 5%;
  }
  .content-motor-oil .page-title-motor-oil {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .content-motor-oil .info-box-motor-oil {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .content-motor-oil .image-motor-oil {
    order: -1;
    min-width: 100%;
    max-width: 100%;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center {
    font-size: 1.6em;
  }
  .content-motor-oil .cta-banner p {
    font-size: 1.2em;
  }
  .content-motor-oil .cta-banner a {
    font-size: 1.1em;
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  .logo-strip {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* 📱 رسپانسیو */
  }
  .logo-strip .logo-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
  }
  .logo-strip .logo-track img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .logo-strip .logo-track img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .logo-strip .logo-track img {
    height: 45px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .logo-strip .logo-track img {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .cl1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 15px 10px;
    gap: 50px;
  }
  .cl1 .right {
    padding-top: 0;
  }
  .cl1 .right p {
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0;
  }
  .cl1 .left {
    padding-top: 10px;
  }
  .cl1 .left img {
    width: 80%;
    max-width: 220px;
    height: auto;
  }
  .accordion-container {
    direction: rtl;
    max-width: 1500px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .accordion-container .section-title {
    text-align: center;
    color: #038b86;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 3px solid #038b86;
    margin-bottom: 20px;
  }
  .accordion-container .accordion-item {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    border-right: 4px solid transparent;
    transition: border-right-color 0.3s ease;
  }
  .accordion-container .accordion-item.active {
    border-right-color: #038b86;
  }
  .accordion-container .accordion-item .accordion-header {
    font-family: "YekanCustom", Tahoma, sans-serif;
    background-color: #038b86;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
    text-align: right;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
  }
  .accordion-container .accordion-item .accordion-header:hover {
    background-color: rgb(1.9225352113, 89.0774647887, 85.8732394366);
  }
  .accordion-container .accordion-item .accordion-header .icon {
    font-size: 18px;
    font-weight: bold;
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
  .accordion-container .accordion-item.active .accordion-header .icon {
    transform: rotate(0deg);
  }
  .accordion-container .accordion-item .accordion-content {
    background-color: #fff;
    color: #333;
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    border: 1px solid #ddd;
    border-top: none;
    text-align: justify;
    line-height: 1.8;
  }
  .accordion-container .accordion-item.active .accordion-content {
    padding: 20px;
  }
  .footer-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 30px 15px;
    gap: 20px;
  }
  .footer-section .right p {
    margin: 6px 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .footer-section .left img {
    max-width: 140px;
    height: auto;
  }
  .content-motor-oil {
    padding: 25px 4%;
  }
  .content-motor-oil .page-title-motor-oil {
    font-size: 1.6em;
    margin-bottom: 25px;
  }
  .content-motor-oil .info-box-motor-oil {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-right: none;
    border-top: 6px solid #00796b;
  }
  .content-motor-oil .info-box-motor-oil .text-content {
    font-size: 0.95em;
    line-height: 1.6;
  }
  .content-motor-oil .section-subtitle {
    font-size: 1.3em;
  }
  .content-motor-oil .image-motor-oil {
    order: -1;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
  .content-motor-oil .oil-types-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .content-motor-oil .oil-types-grid .section-subtitle-center {
    font-size: 1.6em;
  }
  .content-motor-oil .oil-types-grid .oil-type-card {
    padding: 15px;
  }
  .content-motor-oil .oil-types-grid .oil-type-card h3 {
    font-size: 1.2em;
  }
  .content-motor-oil .oil-types-grid .oil-type-card p {
    font-size: 0.9em;
  }
  .content-motor-oil .standard-section {
    padding: 20px;
    font-size: 0.95em;
    border-left: none;
    border-top: 5px solid #4caf50;
    line-height: 1.6;
  }
  .content-motor-oil .cta-banner {
    padding: 20px 15px;
  }
  .content-motor-oil .cta-banner p {
    font-size: 1em;
    margin-bottom: 15px;
  }
  .content-motor-oil .cta-banner a {
    font-size: 1em;
    padding: 8px 20px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */