

/* button in item */
@media (max-width: 480px) {
    .multibuttons {
        font-size: 11px;
        padding: 5px 12px;
        width: 100%;
        display: block;
        margin: 5px 0;
    }
}
/* button in item */
@media (max-width: 480px) {
    .tabbtn {
        font-size: 11px;
        padding: 5px 12px;
        width: 100%;
        display: block;
        margin: 5px 0;
    }
}

 .custom-button {
    padding: 4px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    flex: 1 1 auto;
}
.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
/* End button in item */


/* multitab in item */
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 17px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204);
    border-image: initial;
    border-top: none;
}
/* multitab in item */

/* table in item */
td {
    padding: 6px;
}

 .custom-field {
    margin: 5px;
}

.field-group {
    margin-bottom: 15px;
}

.field-value {
    font-weight: bold;
}
/* table in item */

/* box in item */
.box {
    border-width: 1px;
    padding: 2px 10px;
    background-color: #fff;
}
/* box in item */

/* side center in item-sidebar */
  @media screen and (max-width: 768px) {
    #useful_info {
        padding: 10px;
    }

    #useful_info h2 {
        font-size: 20px;
        text-align: center;
    }

    #useful_info p {
        font-size: 14px;
        text-align: justify;
    }
}

.center-img {
    margin: 5px;
    height: 190px;
    width: 244px;
}


@media screen and (max-width: 768px) {
    .center-img {
        display: block;
        margin: 10px auto;
        height: auto;
        width: 80%;
    }
}
.images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between images */
    flex-wrap: wrap;
}
/* side center in item-sidebar */


/* footer link city/Area */
.custom-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Add gap between columns */
    padding: 16px;
    justify-content: space-around;
}

.custom-column {
    flex: 1 1 calc(15% - 16px); /* Adjust column width with gap */
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #ccc; /* Add border to each column */
}


@media screen and (max-width: 992px) {
    .custom-column {
        flex: 1 1 calc(33.33% - 16px); /* Adjust column width for tablets */
    }
}

@media screen and (max-width: 768px) {
    .custom-column {
        flex: 1 1 calc(50% - 16px); /* Adjust column width for smaller tablets */
    }
}

@media screen and (max-width: 480px) {
    .custom-column {
        flex: 1 1 100%; /* Full width for mobile devices */
    }
}

.custom-image {
    width: 100%;
    height: auto;
}


h3 {
    font-size: 18px;
    margin-bottom: 12px;
}


.custom-container::after {
    content: "";
    clear: both;
    display: table;
}
/* footer link city/Area */

        /* item top right image */
.custom-table {
            width: 100%;
            border-collapse: collapse;
        }

        .custom-table td {
            padding: 8px;
        }

        .col-1 {
            width: 47%;
        }


        .col-3 {
            width: 50%;
        }


        @media (max-width: 768px) {
            .custom-table, .custom-table tbody, .custom-table td, .custom-table tr {
                display: grid;
                width: 100%;
            }

            .custom-table thead tr {
                display: none;
            }

            .custom-table td {
                display: block;
                position: relative;
            }

            .custom-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-weight: bold;
                text-align: left;
            }

            .col-1, .col-3 {
                width: 100%;
            }
        }
 /* item top right image */
 
 .buttons{
     overflow: hidden;
 }
 .tabbtn{
     position: relative;
    text-align: center;
    float: none;
    background: #5027935e;
    color: black;
    padding: 8px 19px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s;
 }
 .multibuttons{
     position: relative;
    text-align: center;
    float: none;
    background: #5027935e;
    color: black;
    padding: 8px 19px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s;
 }
 
 .multibuttons:hover {
    background-color: #45a049; /* Darker green on hover */
}
 
 /* item multi-tab-buttons */
 
.multi-tab-buttons {
    position: relative;
    text-align: center;
    /* float: left; */
    /* background: #0d9ecc; */
    color: black;
    padding: 8px 12px;
    font-size: 19px;
    line-height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s;
}
 
  /* item multi-tab-buttons */
   /* card */
   .profile-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.profile-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.profile-container {
  padding: 2px 16px;
}
 /* card */
 
 /* footer style */
footer .container {
    flex-direction: column;
}
.containers {
    max-width: 1150px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 16px;
    flex-direction: inherit;
}   
       footer section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section, div.content {
    width: 100%;
} 
    footer .col.contact {
    font-size: 14px;
    line-height: 20px;
    min-width: 40%;
}
footer .col {
    flex: 1 1 20%;
    padding-right: 25px;
}    
        footer h4 {
    margin: 0 0 16px 0;
    font-weight: 700;
    font-size: 16px;
}

footer .col.contact .txt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 16px;
}

footer p {
    margin: 0 0 4px 0;
}
footer .social a {
    margin: 0 0 12px 0;
}
footer a {
    display: block;
    margin: 0 0 8px 0;
    transition: 0.2s;
}
footer .footer-hook, footer .footer-widgets {
    display: block;
    width: 100%;
}
.footer-widgets:empty {
    display: none;
}
footer section.two {
    margin: 1px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #1e2331;
    font-size: 14px;
    line-height: 18px;
}
footer section.two a {
    display: inline-flex;
    margin-right: 15px;
    font-weight: 600;
}
footer section.two span {
    display: flex;
    margin-left: auto;
}
footer .containers {
    flex-direction: column;
}

.grid-container {
  display: grid;
  grid-template-columns: 336px 200px 235px 200px 200px;
  grid-gap: 10px;
  padding: 10px;
}

.grid-container > div {
  padding: 5px 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: auto;
  }
}
 /* footer style */
 
 /* footer social media style */
 .social-links {
    display: flex;
    gap: 10px;
    margin-left: 27px
}
@media (max-width: 600px) {
    .btns {
        width: 23%;
    }
}

.btns {
    clear: both;
    font-weight: bold;
    text-decoration: none;
}


.social-links a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a i {
    font-size: 20px;
}

.social-links a {
    padding: 5px;
}

.facebook-link { color: #3b5998; }
.twitter-link { color: #1da1f2; }
.linkedin-link { color: #0077b5; }
.pinterest-link { color: #bd081c; }
.whatsapp-link { color: #25d366; }
.youtube-link { color: #ff0000; }
.map-link { color: #d3d3d3; }
.telegram-link { color: #0088cc; }
 /* footer social media style */
 
 /* go to top style */
 #myBtn {
  display: none;
  position: fixed;
  bottom: 1px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
 /* go to top style */
 
 /* social media share style */
   .social-share {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

.social-share .label {
    font-weight: bold;
    margin-right: 10px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 20px;
}

.social-icon:hover {
    background-color: #555;
}

.facebook { background-color: #3b5998; }
.twitter { background-color: #1da1f2; }
.email { background-color: #dd4b39; }
.pinterest { background-color: #bd081c; }
.linkedin { background-color: #0077b5; }
.whatsapp { background-color: #25d366; }
.telegram { background-color: #0088cc; }
 /* social media share style */

 /* category grid view style */
 .custom-card-container {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    clear: both;
}

.custom-card-item {
    width: 158px;
    height: 270px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
.custom-card {
    width: 100%;
    height: 134px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.custom-card-photo {
       width: 100%;
}

.custom-card-photo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; 
}

.custom-card-text {
      width: 100%;
    display: block;
    float: left;
    padding: 5px 5px;
}
  /* category grid view style */
  
  /*item sidebard category display */
       .rows {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 1px 0;
        }

        .boxs {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .cards {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 16px;
            width: 350px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out;
        }

        .cards:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        .photos{
            justify-content: center;
            display: flex;
        }
        .photos img {
            width: 125px;
            height: auto;
            border-radius: 8px 8px 0 0;
        }

        .text {
            padding: 8px 0;
        }

        .text a {
            font-size: 14px;
            color: #333;
            text-decoration: none;
        }

        .text a:hover {
            text-decoration: underline;
        }

        .empty {
            text-align: center;
            font-size: 16px;
            color: #777;
        }
    /*item sidebard category display */
    
        /*Form multitab display code */
            .control-group:after {
            content: "";
            display: table;
            clear: both;
        }
        
        .controls input[type="text"],
        .controls input[type="email"],
        .controls input[type="tel"] {
            font-size: 15px;
            border-radius: 0;
            float: left;
            border: 2px solid #ccc;
            background: #fff;
            height: 35px;
            padding: 3px 3px;
            line-height: 20px;
            margin-bottom: 15px;
            width: 300px;
        }
        .controls input[type="number"] {
            font-size: 15px;
            border-radius: 0;
            float: left;
            border: 2px solid #ccc;
            background: #fff;
            height: 35px;
            padding: 3px 3px;
            line-height: 20px;
            margin-bottom: 15px;
            width: 55px;
        }
           /*Form multitab display code */
           
           
           /*sidead ceter  code */
           .custom {
    padding: 10px;
    border-width: 1px;
    background-color: #fff;
    margin: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.service-table {
    width: 100%;
    border-collapse: collapse;
}

.buttons-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.buy-button, .more-button {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.service-image {
    max-width: 100%;
    height: auto;
    display: block;
}
.image-cell {
    width: 175px;
    vertical-align: top;
}


 /* bulk order */
        form {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: auto;
            text-align: left;
            display: flex;
            flex-direction: column;
        }

        label {
                width: 17%;
            font-weight: bold;
            color: #555;
            margin-top: 0px;
            display: block;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"] {
            width: 70%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }

        button[type="submit"] {
            padding: 10px 20px;
            background-color: #28a745;
            color: #fff;
            font-size: 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
            width: 125px;
        }

        button[type="submit"]:hover {
            background-color: #218838;
        }

        .quantity-container {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            overflow: hidden;
            width: fit-content;
            height: 30px;
        }

        .quantity-container button {
            width: 40px;
            height: 40px;
            border: none;
            background-color: #f9f9f9;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            user-select: none;
        }

        .quantity-container input {
            width: 50px;
            height: 40px;
            text-align: center;
            border: none;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-size: 16px;
        }
        input::placeholder {
  color: red;
  opacity: 0.5;
}
        
        @media (max-width: 768px) {
        form {
            padding: 10px;
            width: 100%;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"] {
            width: 100%; /* Make inputs full-width */
            font-size: 14px; /* Adjust font size for smaller screens */
        }

        button[type="submit"] {
            font-size: 14px;
            width: 100%; /* Full-width button */
            padding: 8px 10px;
        }

        label {
            font-size: 14px; /* Smaller label font size */
        }

        .quantity-container {
            width: 40%; /* Adjust container width */
            justify-content: space-between; /* Align elements properly */
        }

        .quantity-container button,
        .quantity-container input {
            flex: 1; /* Distribute space evenly */
            max-width: 48%;
        }

        .value {
            font-size: 14px;
            width: 100%;
            text-align: left; /* Align value display */
        }

        span#total {
            width: 100%;
            font-size: 14px;
            text-align: left; /* Ensure alignment */
        }
    }

    @media (max-width: 480px) {
        form {
            padding: 5px;
        }

        button[type="submit"] {
            font-size: 12px; /* Further reduce font size */
        }

        input[type="text"],
        input[type="email"],
        input[type="number"],
        span#total {
            font-size: 12px;
        }

        label {
            font-size: 12px;
            width:25%;
        }
    }
     /* bulk order */
     
     
     /* cart styling */
        form {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: auto;
            text-align: left;
            display: flex;
            flex-direction: column;
        }

        label {
            font-weight: bold;
            color: #555;
            margin-top: 0px;
            display: block;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"] {
            height: 25px;
            width: 80%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }

        button[type="submit"] {
            padding: 10px 20px;
            background-color: #28a745;
            color: #fff;
            font-size: 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
            width: 125px;
        }

        button[type="submit"]:hover {
            background-color: #218838;
        }

        .quantity-container {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            overflow: hidden;
            width: fit-content;
            height: 30px;
        }

        .quantity-container button {
            width: 40px;
            height: 40px;
            border: none;
            background-color: #f9f9f9;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            user-select: none;
        }

        .quantity-container input {
            width: 50px;
            height: 40px;
            text-align: center;
            border: none;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-size: 16px;
        }
        input::placeholder {
  color: red;
  opacity: 0.5;
}
        
        @media (max-width: 768px) {
        form {
            padding: 10px;
            width: 100%;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"] {
            width: 100%; /* Make inputs full-width */
            font-size: 14px; /* Adjust font size for smaller screens */
        }

        button[type="submit"] {
            font-size: 14px;
            width: 100%; /* Full-width button */
            padding: 8px 10px;
        }

        label {
            font-size: 14px; /* Smaller label font size */
        }

        .quantity-container {
            width: 40%; /* Adjust container width */
            justify-content: space-between; /* Align elements properly */
        }

        .quantity-container button,
        .quantity-container input {
            flex: 1; /* Distribute space evenly */
            max-width: 48%;
        }

        .value {
            font-size: 14px;
            width: 100%;
            text-align: left; /* Align value display */
        }

        span#total {
            width: 100%;
            font-size: 14px;
            text-align: left; /* Ensure alignment */
        }
    }

    @media (max-width: 480px) {
        form {
            padding: 5px;
        }

        button[type="submit"] {
            font-size: 12px; /* Further reduce font size */
        }

        input[type="text"],
        input[type="email"],
        input[type="number"],
        span#total {
            font-size: 12px;
        }

        label {
            font-size: 12px;
            width:25%;
        }
    }
     /* cart styling */
     
     
     /* enquiry styling */
        form {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: auto;
            text-align: left;
            display: flex;
            flex-direction: column;
        }

        label {
                width: 17%;
            font-weight: bold;
            color: #555;
            margin-top: 0px;
            display: block;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"] {
            width: 70%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }

        button[type="submit"] {
            padding: 10px 20px;
            background-color: #28a745;
            color: #fff;
            font-size: 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
            width: 125px;
        }

        button[type="submit"]:hover {
            background-color: #218838;
        }

        .quantity-container {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            overflow: hidden;
            width: fit-content;
            height: 30px;
        }

        .quantity-container button {
            width: 40px;
            height: 40px;
            border: none;
            background-color: #f9f9f9;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            user-select: none;
        }

        .quantity-container input {
            width: 50px;
            height: 40px;
            text-align: center;
            border: none;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-size: 16px;
        }
        input::placeholder {
  color: red;
  opacity: 0.5;
}
        
        @media (max-width: 768px) {
        form {
            padding: 10px;
            width: 100%;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"] {
            width: 70%; /* Make inputs full-width */
            font-size: 14px; /* Adjust font size for smaller screens */
        }

        button[type="submit"] {
            font-size: 14px;
            width: 100%; /* Full-width button */
            padding: 8px 10px;
        }

        label {
            font-size: 14px; /* Smaller label font size */
        }

        .quantity-container {
            width: 40%; /* Adjust container width */
            justify-content: space-between; /* Align elements properly */
        }

        .quantity-container button,
        .quantity-container input {
            flex: 1; /* Distribute space evenly */
            max-width: 48%;
        }

        .value {
            font-size: 14px;
            width: 100%;
            text-align: left; /* Align value display */
        }

        span#total {
            width: 100%;
            font-size: 14px;
            text-align: left; /* Ensure alignment */
        }
    }

    @media (max-width: 480px) {
        form {
            padding: 5px;
        }

        button[type="submit"] {
            font-size: 12px; /* Further reduce font size */
        }

        input[type="text"],
        input[type="email"],
        input[type="number"],
        span#total {
            font-size: 12px;
        }

        label {
            font-size: 12px;
            width:25%;
        }
    }
     /* enquiry styling */
     /* left content and right image heading */
.classified-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
            flex-wrap: wrap;
            border-width: 1px;
            background-color: #fff;
        }

        .classified-content {
            flex: 1;
            padding-right: 20px;
        }

        .classified-image {
            flex: 0 0 150px;
        }

        .classified-image img {
            max-width: 100%;
            height: auto;
        }

        .button-group {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 10px;
            width: 100%;
            justify-content: center;
            margin-top: 0px;
        }

        .custom-button {
            padding: 4px;
            text-align: center;
            background-color: #f0f0f0;
            border: 1px solid #ccc;
            text-decoration: none;
            color: #333;
            border-radius: 5px;
            flex: 1 1 auto;
        }

        .custom-button:hover {
            background-color: #e0e0e0;
        }

        @media (max-width: 768px) {
            .classified-container {
                flex-direction: column;
                text-align: center;
            }

            .classified-content {
                padding-right: 0;
                margin-bottom: 20px;
            }
        }
        
        
        /* image of category list */
        .photo {
    width: 100px;
}


@media screen and (max-width: 767px) {
    .photo {
        width: 100px;
    }
}

/* For desktop devices */
@media screen and (min-width: 768px) {
    .photo {
        width: 100px;
    }
}

/* card */
.card-footer {
    overflow: hidden; /* Clear floats */
}

.footer-link {
    display: inline-block; /* Ensure each link/image is on a new line */
    margin-bottom: 10px; /* Add space between images */
}

.footer-image {
    display: block; /* Remove inline-block whitespace */
    max-width: 100%; /* Ensure images don't exceed container width */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Add right margin for spacing between images */
}

/* Mobile View */
@media screen and (max-width: 767px) {
    .footer-link {
        display:inline-block;
        float: none; /* Remove float for stacked layout */
        margin-bottom: 5px; /* Adjust margin for smaller space between images */
    }

    .footer-image {
        margin-right: 0; /* Remove right margin on mobile for stacked layout */
        margin-bottom: 10px; /* Add bottom margin for spacing between images */
    }
}
.unsize {
    font-size: 18px; /* Adjust the size as needed */
}

     
     