.testimonial-section {
    background-color: #ffcc33;
    /* Yellow background */
    text-align: center;
    padding: 80px 40px;
    font-family: Arial, sans-serif;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #222;
    max-width: 800px;
    margin: 0 auto 20px;
}

.testimonial-author {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.testimonial-role {
    font-size: 16px;
    color: #444;
}

.content-section {
    display: flex;
    align-items: center;
    padding: 50px 100px;
    gap: 50px;
}

.content-section.reverse {
    flex-direction: row-reverse;
}

.content {
    flex: 1;
}

.image {
    flex: 1;
}

.image img {
    width: 100%;
    border-radius: 10px;
}

/* Buttons */
.btn-yellow {
    background-color: yellow;
    color: black;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.btn-yellow:hover {
    background-color: orange;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 24px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.comparison-table th {
    /* background-color: #f4f4f4; */
    font-weight: bold;
}

.comparison-table td {
    text-align: center;
}

.btn-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.sales-btn {
    background-color: black;
    color: white;
    border: 2px solid black;
}

.sales-btn:hover {
    color: black;
    background-color: white;
}

.user-btn {
    background-color: #ffcc33;
    color: black;
    border: 2px solid #ffcc33;
}

.user-btn:hover {
    background-color: black;
    color: white;
}

/* Form Styling */
.form-container {
    display: none;
    /* Default hidden */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    /* max-width: 450px; */
    margin: auto;
}

.form-container input,
.form-container select,
.form-container textarea,
.form-container button {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container button {
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.form-container button:hover {
    background-color: #ffcc33;
    color: black;
}

.container {
    max-width: 1100px;
}

.swiper {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 55%;
    width: 100%;
    background-color: #f7f7f7;
}

.mySwiper {
    height: 15%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 2px 0;
}

.mySwiper .swiper-slide {
    width: 12%;
    height: 100%;
    opacity: 0.6;
    transition: 0.3s;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid gold;
    border-radius: 5px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text-center {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    gap: 9px;
    display: inline-flex;
    margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.swiper-slide.swiper-slide-active {
    background-color: #f7f7f7;
}

.swiper-wrapper {
    background-color: #f7f7f7;
}

.main-text {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.main-para {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.main-butn {
    background-color: #ffcc33;
    color: #000;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.padd-space {
    padding: 74px 15px 10px 40px;
    line-height: 27px;
}

.imagesed img {
    width: 168px;
    height: 296px;
    object-fit: contain;
}

.imegd img {
    width: 179px;
    height: 291px;
    object-fit: contain;
}

.swipe-id img {
    width: 70px;
    height: 76px;
    padding: 6px;
    object-fit: contain;
    border-radius: 10px;
}

.space-padd-left {
    margin-left: 10px;
}

#download-section {
    padding: 50px 0;
    background-color: #ffcc33;
}

.download-box {
    background: none;
    text-align: center;
}

.download-btn {
    background-color: black;
    color: white;
    border: none;
    font-size: 14px;
    padding: 9px 20px;
    font-weight: bold;
    float: inline-start;
    margin-top: 10px;
}

.download-btn:hover {
    background-color: #333;
}

#divider {
    border-left: 2px solid black;
    height: 180px;
    margin: auto;
}

.strong-text {
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-align: start;
}

.strong-text-p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 12px;
    text-align: start;
    font-weight: 500;
}
.single-shop-product {
border-bottom: 3px solid #ffcc33;
box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
margin-top: 30px;
min-height: 332px;
height: 350px;
}


.color-container {
    display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 8px;
        margin-top: 20px;
}

.color-option {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.color-option:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.color-option.active {
    border: 3px solid black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#locker-image {
    /* max-width: 550px; */
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#align-center{
    display: flex;
    align-items: center;
}
.color-head{
    font-size: 28px;
    line-height: 31px;
    font-weight: 800;
    letter-spacing: 1px;
}
.color-para{
    font-size: 15px;
    line-height: 20px;
    padding-top: 21px;
}
.color-name{
    padding-top: 22px;
    font-size: 17px;
}
.margin-t{
    margin-top: 40px;
}
.threecoulmn{
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.threecoulmn-para{
    margin-bottom: 25px;
    font-size: 16px;
}
#width-height{
    height: 400px;
}