.service-wranty {
    padding-bottom:40px;
    padding-top: 160px;
}

.service-wranty p {
    font-size: 14px;
    margin: 40px 0px
}



.service-wranty img{
    width:100%;
    object-fit:contain;
    height: auto;
}
.periodic-table {
    padding-bottom: 40px;
}

.periodic-table p {
    max-width: 800px;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media (max-width:767px) {
    .service-wranty p{margin: 20px 0px 40px;}
.periodic-table {padding-top:10px;;}
}

.list-acordian {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.list-acordian i {
    font-size: 13px;
    transition: transform 0.3s ease;
}
.list-acordian:hover{cursor: pointer;}

.dropdown-list-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* Show content */
.dropdown-list-info.show {
    max-height: 600px; /* Adjust based on content */
}

li.dropdown-list-info.show ul {
    padding-left: 30px;
}

/* Rotate icon */
.rotate-icon-arrow{
    transform: rotate(180deg);
    transition: 0.5s;
}

.dropdown-list-info ul li,
.para-discription ul li,
.service-wranty .web-container > div ul li{
    position: relative;
    padding-left: 10px;
    margin: 10px 0px;
}
.dropdown-list-info ul li::before,
.para-discription ul li::before,
.service-wranty .web-container > div ul li::before{
    background-color: red;
    width:6px;
    height:6px;
    content: '';
    display: block;
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-30%);
}
.icon-arrow{display:inline-block; line-height: 10px;  transition: 0.5s;} 

/*--------TBALE---------*/


.inforamtion-list-table {
    padding-bottom: 40px;
    padding-bottom: 40px;
}

.inforamtion-list-table ul {
    max-width: 800px;
}

.inforamtion-list-table ul li {
    padding: 15px;
    border: solid 1px #000;
}

.inforamtion-list-table ul li:nth-last-child(2) {
    border-top: none;
    border-bottom: none;
}

.list-header{display: flex; align-items: center; justify-content: space-between;}







/*. INFORMATION-LIST */

.wranty-information {
    padding-bottom: 40px;
    padding-bottom: 40px;
}

.para-discription {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* spacing between paragraphs inside description */
.para-discription p{
    margin-bottom: 16px;
}

/* remove default list styling and align with accordion bullets */
.para-discription ul{
    list-style: none;
    padding-left: 30px;
    margin-top: 10px;
}

.service-wranty .web-container > div ul{
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wranty-information .wranty-row {
    display: flex;
    gap: calc(30px + 1.5vw);
    margin-top: 40px;
}

/* Columns: image and content side by side, 50% width each */
.wranty-information .col-image-6,
.wranty-information .col-conetnt-6 {
    width: 50%;
}

/* If only content column exists (no image), make it full width */
.wranty-information .wranty-row:has(.col-conetnt-6:only-child) .col-conetnt-6,
.wranty-information .wranty-row:not(:has(.col-image-6)) .col-conetnt-6 {
    width: 100%;
}

.wranty-information .wranty-row p {
    margin: 20px 0px;
    padding-right: 10px;
    line-height: 24px;
}

@media(max-width:768px){
    .wranty-information .wranty-row{
        flex-direction: column;
    }
    .wranty-information .col-image-6,
    .wranty-information .col-conetnt-6{
        width: 100%;
    }
    .service-wranty img{
        height: auto;
        object-fit: cover;
    }
    .service-wranty {
    padding-bottom:40px;
    padding-top: 40px;
}
}