﻿body {
    /* font-family: Arial, sans-serif; */
    /* margin: 0; */
    /* padding: 20px; */
    /* background-color: #f4f4f4; */
}

.description {
    /*   padding: 30px; */
    /*  border-top: 1px solid #eee; */
    /*   background-color: #f4f4f4; */
}

    .description h2 {
        font-size: 32px;
        margin-bottom: 15px;
        color: #222;
    }

    .description p {
        font-size: 15px;
        font-weight: 400;
        color: #1c1c1c;
        line-height: 1.8;
    }

@@media (max-width: 768px) {
    .top-section {
        flex-direction: column;
    }
}

.description ul {
    list-style: none; /* default bullet hata dega */
    /*  padding-left: 20px; */
}

    .description ul li {
        position: relative;
        padding-left: 37px;
        font-size: 15px;
        font-weight: 400;
        color: #1c1c1c;
        line-height: 1.8;
        margin-bottom: 8px;
    }

        .description ul li::before {
            content: "➤"; /* arrow yahan change kar sakte ho */
            position: absolute;
            left: 0;
            top: 0;
            color: #222;
            /*  padding-left: 20px; */
            font-size: 12px;
        }


.description table tbody td {
    border: 1px solid #FCAF3D;
    padding: 12px 15px;
    text-align: left;
}


.description table thead th {
    border: 1px solid #ffc107;
    padding: 12px 15px;
    text-align: left;
}

.description table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c;
    background: #fff;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

    /* Table Head */
    .description table thead {
        /* background: #0066ff; */
        background: #FCAF3D;
    }

        .description table thead th {
            padding: 14px 16px;
            text-align: left;
            font-weight: 700;
            color: #fff;
            font-size: 15px;
            border-bottom: 1px solid #ffc107;
            /* border: 1px solid #ffc107; */
        }

    /* Table Body */
    .description table tbody td {
        padding: 14px 16px;
        border-bottom: 1px solid #ffc107;
        font-size: 15px;
        line-height: 1.7;
        vertical-align: top;
    }

    /* Zebra striping */
    .description table tbody tr:nth-child(even) {
        background: #f8faff;
    }

    /* Hover effect */
    .description table tbody tr:hover {
        background: #eef4ff;
        transition: 0.2s;
    }

    /* Last row border fix */
    .description table tbody tr:last-child td {
        /* border-bottom: none; */
        border-bottom: 1px solid #FCAF3D;
    }

@media (max-width: 768px) {
    .description table {
        display: block;
        overflow-x: auto;
        /*  white-space: nowrap; */
    }
}

.table-responsive.brand-page {
    margin-top: 20px;
}


.brand-page th,
.brand-page td {
    padding: 12px 15px;
    vertical-align: top;
}

.brand-page th {
    background: #f5f5f5;
    font-weight: bold;
}

.brand-page td {
    background: #fff;
}

.brand-page table.table-bordered th,
.brand-page table.table-bordered td {
    border: 1px solid #ccc;
}


.my-form-pop {
    max-width: 400px;
    /* margin: 10px; */
    padding: 20px;
}


.form-control {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    background: #fff;
}

    .form-control svg,
    .form-control i {
        flex-shrink: 0;
        color: #555;
    }

.form-group1 {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
}

.btn2 {
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .my-form-pop {
        padding: 15px;
    }

    h3 {
        font-size: 18px;
    }

    .form-control {
        flex-direction: row;
        font-size: 14px;
    }
}