/* Optional: Adjust styles for smaller screens */
@media (max-width: 768px) {
    .slider-content h2.title {
        font-size: 24px;
    }
    .slider-content p {
        font-size: 14px;
    }
    .btn {
        font-size: 12px;
        padding: 10px 15px;
    }

}
.btn {
    padding: 0 28px;
}
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ); /* Dark gradient */
    z-index: 1;
}
.zoom-effect {
    transition: transform 0.3s ease;
    filter: blur(2px);
}

.zoom-effect:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed */
}
.hex-box {
    background-color: #999493;
    width: 50px; /* Adjust the width as needed */
    height: 50px; /* Adjust the height as needed */
    border-radius: 8px; /* Rounded corners */
    margin-right: 10px; /* Space between box and text */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #713594;
    transition: width 0.6s ease;
}
.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 3px;
    background-color: #6f42c1;
}
.project-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
}

.project-card h5 {
    margin: 10px 0;
}

.view-button {
    background-color: #25245d;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
}
.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
    /*padding: 50px;*/
}
.paint {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
    height:100%;
    top:10px;
}
/*.shop-product-wrapper .col-lg-4
{
    margin-top:10px;
    margin-top:20px;
}*/
.image-container {
    position: relative;
    width: fit-content;
    margin: auto;
}

.image-container img {
    width: 300px; /* Adjust size as per your requirement */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.img-1 {
    position: absolute;
    top: 10px;
    right: 100px;
    transform: rotate(-10deg);
}

.img-2 {
    position: relative;
    z-index: 1;
    transform: rotate(5deg);
}
.text-container {
    background-color: #f0f0f0; /* light grey color */
    padding: 10px; /* adjust padding as needed */
    position: relative;
    margin-top: -40px; /* this pulls the box up to attach to the image */
    text-align: center;
}

img {
    width: 80%;
}
.icon-box {
    display: flex;
    align-items: center;
    padding: 15px;
}
.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #6f42c1; /* Purple background */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px; /* Adds space between the icon and text */
}
.icon-circle i {
    font-size: 20px;
    color: white; /* Icon color */
}
.icon-box h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.icon-box p {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.product-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-icons i {
    font-size: 10px;
    color: white;
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
}
.paint-cards {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
    background-color: #0073a8;
    border: none;
    padding: 5px;
}
.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
}
.features {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}

.features i {
    font-size: 10px;
}
.badge-sale {
    background-color: #c12f3e;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    left: 0px;
}

.card-body {
    flex: 1 1 auto;
    /*padding: 20px;*/
}
.paint-body {
    flex: 1 1 auto;
    padding: 20px;
}
.slider-active .swiper-pagination {
    display: none;
}
.slider-section {
    background-image: url('/assets/front_v2/images/home3.webp');
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.bg-project {
    background-color: #25245d;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
h3 {
    text-align: start;
}
.product-code {
    text-align: end;
}
h4 {
    text-align: start;
}
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ); /* Dark gradient */
    z-index: 1;
}
.zoom-effect {
    transition: transform 0.3s ease;
    filter: blur(2px);
}
.zoom-effect:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed */
}
.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
}
.mission {
    background-size: cover; /* Ensures the background covers the section */
    background-position: center; /* Centers the background */
    /*padding: 40px 0;*/ /* Adjust padding as needed */
    position: relative; /* Allows for absolute positioning of children */
}

.section-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 15px;
}

.splash-header {
    background-image: url('/assets/front_v2/images/about-us/splash.png');
    background-size: 50%; /* Adjust this percentage as needed to control image size */
    background-position: center bottom; /* Position the image at the bottom center */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    padding: 300px 0; /* Adjust the padding to suit your layout */
    text-align: center;
    color: white;
}

.logo {
    max-width: 400px;
}

/* Media Queries */
@media (max-width: 1200px) {
    .splash-header {
        padding: 100px 0; /* Adjust padding for medium screens */
    }
}

@media (max-width: 992px) {
    .splash-header {
        padding: 80px 0; /* Further reduce padding for smaller screens */
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .splash-header {
        padding: 60px 0; /* Further reduce padding for tablets */
    }
}

@media (max-width: 576px) {
    .splash-header {
        padding: 40px 0; /* Further reduce padding for mobile screens */
    }
}

.custom-card {
    width: auto;
    display: inline-block; /* Ensure it only takes up necessary space */
}

.color-box {
    background-color: #999493;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0px 4px 6px rgba(169, 169, 169, 0.5);
}


.color-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    text-align: center;
    color: white;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.5);
}
.color-brown-dark::before {
    border-color: #343a40;
    color: #ffffff;
}
.finishing-card.selected {
    border: 2px solid #007bff;
    background-color: #f0f8ff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(
            0,
            0,
            0,
            0.5
    ); /* Dark background for visibility */
    border-radius: 50%; /* Circular icon */
}
.quantity {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    line-height: 60px;
    padding: 0 28px;
}
.quantity-primary {
    background-color: #0073a8;
    border-color: #0073a8;
    color: #fff;
    /* border-radius: 40px; */
}

.carousel-control-prev-icon {
    filter: invert(1); /* Change icon color to dark gray */
}

.carousel-control-next-icon {
    filter: invert(1); /* Change icon color to dark gray */
}
.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.finishing-card {
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    height: 100%; /* Ensure all cards are of equal height */
}

.finishing-card.selected {
    box-shadow: 0 4px 8px #b4b3e7;
    border: 1px solid #0073a8; /* Optional: border on selection */
}
.img {
    border-radius: 20px;
}
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ); /* Dark gradient */
    z-index: 1;
}
.zoom-effect {
    transition: transform 0.3s ease;
    filter: blur(2px);
}

.zoom-effect:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed */
}
.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
}
.custom-card {
    width: auto;
    display: inline-block; /* Ensure it only takes up necessary space */
}
.color-box {
    width: 20%; /* Adjust width as needed */
    height: 150px; /* Adjust height as needed */
    margin: 10px;
    border-radius: 20px;
    position: relative;
}

.color-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    text-align: center;
    color: white;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.5);
}
.color_items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 135px);
    grid-gap: 15px;
    justify-content: space-between;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #495057;
    background-color: #0073A8;
    border-color: #dee2e6 #dee2e6 #fff;
}
.section {
    padding: 40px 0;
}
 
.home-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.tab-content,
.card {
    border-radius: 0.25rem;
}
.form-check-input:checked {
    background-color: #0073A8;
    border-color: #0073A8;
}
.proceed-btn {
    background-color: #0073A8 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
}
/*.tab-content {
    padding: 1rem;
}*/
.fixed-height-card {
    height: 400px; /* Set your desired height here */
    margin-top: 7.5rem;;
}

.address-card {
    background-color: #f8f9fa;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}
.shipping-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-top: 1rem;
}
.shipping-card .icon {
    color: #0d6efd;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.note {
    color: #dc3545;
    font-size: 0.875rem;
}
.proceed-btn {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    width: 100%;
}
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ); /* Dark gradient */
    z-index: 1;
}
.zoom-effect {
    transition: transform 0.3s ease;
    filter: blur(2px);
}

.zoom-effect:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed */
}
.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px #b4b3e7;
    margin-bottom: 20px;
}
.payment-logo {
    width: 40px;
    margin-right: 10px;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #0073a8;
    text-decoration: underline;
}
.hidden {
    display: none;
}
.checkout-area .checkout-process {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.checkout-area .checkout-process ul {
    display: inline-block;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.checkout-area .checkout-process li {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.checkout-area .checkout-process li a.active::before {
    border-left: 20px solid #c9030f;
}
.checkout-area .checkout-process li a.active::before {
    border-left: 20px solid #0073a8 !important;
}
.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
    opacity: 0.7;
    right: 0px;
    font-size: 34px;
}
.checkout-area .checkout-process li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
    opacity: 0.1;
    right: 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    border-top: 35px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 35px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0px;
    border-top: 35px solid transparent;
    border-left: 20px solid #e9ecef;
    border-bottom: 35px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #6c757d;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.checkout-area .checkout-process li a.active {
    background: #0073a8 !important;
}
.checkout-area .checkout-process li a {
    background: #e9ecef;
    padding: 0px;
    margin: 0px;
    line-height: 70px;
    padding-left: 35px;
    font-weight: 600;
    width: 200px;
    height: 70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
a.active {
    color: var(--theme-primary-color);
}
a.active {
    color: #fff !important;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.nav-link {
    font-weight: 700 !important;
}

a {
    background-color: transparent;
}
a,
a:hover {
    text-decoration: none !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.step-indicator {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}
.price-details {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-top: 20px;
}
/*cc nov*/
.ks_total_area{
    background-color: white !important;
    border: 1px solid #252e72 !important;
    /* border: 1px solid #00a657 !important; */
    padding: 5px !important;
    border-radius: 7px;

}
.PaintCalculatorHeading{
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1) !important;
    padding: 6px 1px 6px 6px !important;
    margin-bottom: 10px;
}
.ProductInformations__title {
    /*width: 425px;*/
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #25282b;
    max-width: 350px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.1;
}
.close, .closeModal{
    border:none !important;
    background: transparent !important;
}
.surface_tab {
    flex: 1;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
    transition: background-color .2s;
    border-right: none;
    border-bottom: 0 solid #fff;
}
.surface_tab_active {
    background: #fff;
    border-top: 4px solid #01a557;
    box-shadow: 0px -4px 3px rgba(0, 0, 0, .3);
    z-index: 1;
    cursor: default;
}
.ksurface ProductInformations__sizes-title{
    margin-top:10px;
}
/* input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
} */

/* For Firefox */
/* input[type="number"] {
    -moz-appearance: textfield !important;
} */
.ksurface span{
    display: grid !important;
}
.doors-qty-up{
    position: absolute !important;
    top: 58% !important;
    color: #00a657 !important;
    font-size: 25px !important;
    cursor: pointer !important;
}
.doors-qty-down{
    position: absolute !important;
    top: 58% !important;
    color: #00a657 !important;
    font-size: 25px !important;
    cursor: pointer !important;
}
.windows-qty-up{
    position: absolute !important;
    top: 49% !important;
    color: #00a657 !important;
    font-size: 25px !important;
    cursor: pointer !important;
}
.windows-qty-down{
    position: absolute !important;
    top: 49% !important;
    color: #00a657 !important;
    font-size: 25px !important;
    cursor: pointer !important;
}
.PaintCalculatorNew__btn-sec {
    border: none;
    outline: none;
    cursor: pointer;
    background: #00a657;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 14px;
    font-size: 18px;
}
.PaintCalculatorNew__final-result-sec {
    display: flex;
    background: #f3f2f2;
    margin-bottom: 10px;
}
.PaintCalculatorNew__final-result-sec .result-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px 0 10px;
}
.PaintCalculatorNew__final-result-sec .result-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px 0 10px;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px !important;
}

table.paint-calculator-result td, table.paint-calculator-result th {
    padding: .5em .8em !important;
}
.paint-calculator-result td{
    width: 50%;
}
.PaintCalculatorApplyBtn {
    margin-top: 100px;
    border: 1px solid #00a657;
    color: #00a657;
    background: transparent;
}
.color-sublist{
    width: 20% !important;
}
.color-list .color-box{
    width: 100% !important;
}
.summary {
    border-radius: 20px !important;
    padding: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.productFilrerList .single-product a img {
    width: 210px;
    height: 100px;
    object-fit: cover;
}
.productFilterWrap .sidebar {
    padding: 0px 30px;
}
.productFilterWrap .sidebar .paint-body{
    padding: 15px;
}
.productFilterWrap .sidebar .checkbox-items label{
   font-size: 14px !important;
}
.productBoxNew  .product-icons {
        position: absolute;
        top: 10px;
        right: 3px;
        display: flex;
        flex-direction: column;
        gap: 0px;
}
.productBoxNew  .single-product .product-icons a {
    display: block;
    line-height: 22px;
}
/* input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    margin: 0;
}
  */
/*.card{
    padding:10px !important;
}*/
#unitdata{
    width: 42% !important;
    text-align: center !important;
    height: 46px !important;
    border-radius: 7px !important;
    border: 1px solid gray !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.my-0,
.m-0,
.mt-0 {
    margin-top: 0px !important;
}

.my-10,
.m-10,
.mt-10 {
    margin-top: 10px !important;
}

.my-20,
.m-20,
.mt-20 {
    margin-top: 20px !important;
}

.my-30,
.m-30,
.mt-30 {
    margin-top: 30px !important;
}

.my-40,
.m-40,
.mt-40 {
    margin-top: 40px !important;
}

.my-50,
.m-50,
.mt-50 {
    margin-top: 50px !important;
}

.my-auto,
.m-auto,
.mt-auto {
    margin-top: auto !important;
}

.mx-0,
.m-0,
.mr-0 {
    margin-right: 0px !important;
}

.mx-10,
.m-10,
.mr-10 {
    margin-right: 10px !important;
}

.mx-20,
.m-20,
.mr-20 {
    margin-right: 20px !important;
}

.mx-30,
.m-30,
.mr-30 {
    margin-right: 30px !important;
}

.mx-40,
.m-40,
.mr-40 {
    margin-right: 40px !important;
}

.mx-50,
.m-50,
.mr-50 {
    margin-right: 50px !important;
}

.mx-auto,
.m-auto,
.mr-auto {
    margin-right: auto !important;
}

.my-0,
.m-0,
.mb-0 {
    margin-bottom: 0px !important;
}

.my-10,
.m-10,
.mb-10 {
    margin-bottom: 10px !important;
}

.my-20,
.m-20,
.mb-20 {
    margin-bottom: 20px !important;
}

.my-30,
.m-30,
.mb-30 {
    margin-bottom: 30px !important;
}

.my-40,
.m-40,
.mb-40 {
    margin-bottom: 40px !important;
}

.my-50,
.m-50,
.mb-50 {
    margin-bottom: 50px !important;
}

.my-auto,
.m-auto,
.mb-auto {
    margin-bottom: auto !important;
}

.mx-0,
.m-0,
.ml-0 {
    margin-left: 0px !important;
}

.mx-10,
.m-10,
.ml-10 {
    margin-left: 10px !important;
}

.mx-20,
.m-20,
.ml-20 {
    margin-left: 20px !important;
}

.mx-30,
.m-30,
.ml-30 {
    margin-left: 30px !important;
}

.mx-40,
.m-40,
.ml-40 {
    margin-left: 40px !important;
}

.mx-50,
.m-50,
.ml-50 {
    margin-left: 50px !important;
}

.mx-auto,
.m-auto,
.ml-auto {
    margin-left: auto !important;
}

#paintcalculator-modal .form-control {
    border-radius: 8px;
    padding: 10px 12px !important;
    height: 46px;
    font-size: 14px;
    line-height: 20px;
    color: #00a657;
    box-shadow: none;
    border: 1px solid #cecccc !important;
    background: #fff;
}

#paintcalculator-modal .qtyInputBox .form-control {
    padding-left: 46px !important;
    padding-right: 46px !important;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.qtyInputBox {
    position: relative;
}
.qtyInputBox span {
    color: #00a657 !important;
}
.qtyInputBox .qty-up,
.qtyInputBox .qty-down {
    top: 0 !important;
    left: 0 !important;
    line-height: 28px;
    height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    text-align: center;
}

.qtyInputBox .qty-down,.qtyInputBox .qty-down {
    right: 0 !important;
    left: auto !important;
}

.header-cart-count {
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 12px;
}
@media (max-width: 960px) {

    .header-logo img
    {
        width:50%!important;
    }

    .GFG {
        font-size: 30px!important;
        margin-top: 2em;
    }
    .features
    {
        font-size:12px;
    }
    .color-label
    {
        font-size:13px;
    }
    .text-white
    {
        font-size:12px;
    }
}
 
.my-account-menu .my-account-popup li {
    padding: 10px 10px !important;
    border-bottom: 1px solid #ccc;
}
.my-account-menu .my-account-popup{
    display: none;
    position: absolute;
    background: #fff;
    width: 250px;
    z-index: 99;
}
.my-account-menu:hover .my-account-popup{
    display:block;
}
.header-menu ul li {
    padding: 28px 10px;
    position: relative;
}
.header-cart-1 {
    margin: 0px 5px;
}
.header-cart-1 .fa-solid{
   font-size:18px;
}
.product-section-wrapper {
    margin-bottom: 2rem;
}
/*.product-section-wrapper .single-product{ 
    padding-bottom : 0px
}*/

.single-product .btn-primary{
    width: 105px
}
.truncate-text {
    font-size: 12px;              /* Sets font size */
    display: -webkit-box;          /* Enables WebKit-based Flexbox container */
    -webkit-line-clamp: 2;         /* Limits to 2 lines (adjust as needed) */
    -webkit-box-orient: vertical;  /* Sets the box orientation to vertical */
    overflow: hidden;              /* Hides overflow */
    text-overflow: ellipsis;       /* Adds ellipsis (...) */
}
.home-service-wrap {
    padding-left: 25px;
    padding-right: 25px;
}
.service {
    margin-bottom:25px;
}
.service img {
    min-width: 348px !important;
    max-width: 100% !important;
    width: 100%;
}
.footer-logo img{
    /*width: 254px;*/
    width:auto;
    height: 56px;
}
/*.shop-product-wrapper .single-product img{
    min-width: 310px !important;  
    padding: 0;
}*/
.shop-product-wrapper .paint-body.single-product img{
    min-width: 90% !important;  
    padding: 0;
}
.form-control{
    border-radius: 10px;
}

.topbar{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.topbar__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choose-lang{
    display: flex;
    align-items: center;
}
.choose-lang .form-select{
    border:none;
}
.choose-lang .form-select:focus{
    box-shadow: unset;
}

.header-logo img{
    margin-left: -18px;
}

.carousel-item {
    transition: transform 0.6s ease;
}

.progress {
    height: 4px;
    background-color: #f3f3f3;
}

.progress-bar {
    background-color: #007bff;
    transition: width 0.6s ease;
}

.view-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.view-button:hover {
    background-color: #0056b3;
}

.product-name { 
    min-height: 50px;              /* Sets a minimum height for the element */
    display: flex;                 /* Enables Flexbox */
    justify-content: center;       /* Centers content horizontally */
    align-items: center;           /* Centers content vertically */
    text-align: center;            /* Centers the text itself */
    
}
.features-box {
    min-height: 35px;
}
.single-blog img{
    width: 370px;
    height: 230px;
    object-fit: cover;
    box-shadow: 2px 2px 20px #B4B3E7;
}
.sub-category-image {
    min-width: 356px;
    width: 100%;
    height: 388px;
    object-fit: cover;
}
.pagination { 
    justify-content: center;
}
 
.pagination .page-item.active .page-link {
    background-color: #0073A8;
    color: #fff;
}
.single-post .img img {
    width:100%;
}
.share-post {
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.single-post,.sidebar-blog {
    margin-top:5rem;
}
#sidebar .widget-title {
    margin-bottom: 20px;
}
.sidebar-blog .widget-title, .shop-sidebar .widget-title {
    font-size: 18px;
    text-transform: uppercase;
}
.down-line-white, .down-line-secondary, .down-line {
    padding-bottom: 20px;
}
[class*="overlay-"], .down-line-white, .down-line-secondary, .down-line {
    position: relative;
}
.hover-bg-primary:hover, .nav-tab-border .nav-link.mixitup-control-active, .page-item.active .page-link, .down-line::before {
    background-color: #374444 !important;
}
.down-line-white:before, .down-line-secondary:before, .down-line::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
}
.widget_archive ul li, .widget_categories ul li, .widget_product_categories ul li {
    padding: 10px 0;
}
.widget_categories ul li, .widget_categories ul li a {
    font-size: 15px;
    color: var(--theme-general-color);
}
.widget_archive ul li, .widget_categories ul li, .widget_product_categories ul li {
    padding: 6px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
}
.widget_recent_entries ul li span {
    font-size: 14px;
    font-style: normal;
}

.widget_recent_entries ul li span {
    font-size: 14px;
    font-style: italic;
    color: #a5a5a5;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
}
.widget_recent_entries ul li a {
    font-weight: 400;
    font-size: 16px;
}

.widget_recent_entries ul li a {
    display: block;
    width: 100%;
    font-weight: 500;
}
.tagcloud ul li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 4px;
}

ul li {
    list-style: none;
}
.tagcloud ul li a {
    font-size: 16px;
}

.tagcloud ul li a {
    padding: 3px 10px;
    border: 1px solid #e1e1e1;
    color: var(--theme-general-color);
    border-radius: 3px;
    font-size: 14px;
    display: block;
}
.widget_categories {
    margin-bottom:20px;
}
.widget_search input.search-submit, .widget_search button, .search-widget button {
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0 3px 3px 0;
    border: 0;
    height: 48px;
    width: 48px;
    padding: 0; 
    background: #fff;
    background-size: 16px;
}
.search-widget {
    position: relative;
    margin-bottom:15px;
}
.search-widget button{
    border: 1px solid #25245d;
    height: 35px;
    border-radius: 5px;
}

.wind-lable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.wind-lable img{
    width: 25px;
    top: auto;
    margin-top:5px;
}
.wind-lable img.do-or{
    width: 20px;
    top: auto;
}
.wind-lable .fa-edit{
    width: 30px;
    top: auto;
    margin-top:5px;
    font-size:25px
}
.wind-lable span{
    margin-left:10px;
}
.wind-lable.svg img{
    width: 25px;
    top: auto;
    margin-top:5px;
}
#backBtn { 
    position: fixed; 
    font-size: 30px;
    width: 100%;
    height: 51px;
    line-height: 40px;  
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
    box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    background-color: #51515100;
}
.backToTtop {
    position: fixed;
    bottom: 33px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 0;
    z-index: 99;
    text-align: center;
    display: none; 
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    background-color: #4a4a4a;
}
.details-gallery-images .single-img img{
    border-radius: 70px;
    height: 351px;
    object-fit: cover;
}
.product-detail-box {
    padding: 0 50px;
}
/* Responsive */
@media (max-width: 768px) {
    
    .page-banner-content .title{
        margin-top: 0;
    }
    .page-banner-content {
        
    }
    .page-banner-section {
        height: 325px;
    }
    .splash-header {
        padding:230px 0;
    }
    .backToTtop { 
        right: auto;
        left: 25px;
        
    }
}
@media (max-width: 425px) {
    .header-logo img
    {
        width:100%!important;
    }

    .page-banner-content .title{
        margin-top: 0;
    }
    .page-banner-content {
        
    }
    .page-banner-section {
        height: 225px;
    }
    .splash-header {
        padding: 100px 0;
    }
    .footer-logo img{
        width: 100%;
        height: 100%;
        object-fit: none;
    }
    .catelog-banner{
        height: inherit; 
    }
    .service img {
        min-width: 100%  !important;
        max-width: 100% !important;
        width: 100%;
    }
    .icon-box h5 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .pagination {
        justify-content: left;
        /* width: 250px; */
        overflow: scroll;
    }
}