
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: white;
    border: none;
    background-color: #9A94C7;
}

.btn.btn-primary:hover {
    background: #cec8fe;
    color: white;
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #9A94C7;
}


/*** Topbar Start ***/
.topbar-right {
    position: relative;
    background: #9A94C7;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background: rgb(186, 186, 186);
}
.add-new{
    background:#9A94C7;
}
.add-new-2{
    background: #9A94C7;
}
/* .text-start {
    text-align: left !important;
    background: #9A94C7;
}
.text-end {
    text-align: right !important;
    background: #9A94C7;
} */
/*** Topbar End ***/



/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    /* background: #ececec; */
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0;
    right: 8px;
    transform: skewX(-30deg);
    background-color: #9A94C7;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #9A94C7;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.dropdown-item.active {
    background-color: #9A94C7 !important;
    color: white !important;
}

.dropdown-item:focus {
    background-color: #9A94C7 !important;
    color: white !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the text horizontally and vertically */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    padding: 0 15px; /* Prevents text from touching edges on smaller screens */
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    /* Ensure the carousel item is relative and allows full background coverage */
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px; /* Increase the min-height as per your need */
    }

    .navbar .navbar-brand::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 100%;
        top: 0;
        right: -25px;
        transform: skewX(-30deg);
        background-color: transparent;
    }

    /* Ensure the background image is fully visible and stretched */
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        top: 0; /* Align the image to the top */
        left: 50%;
        transform: translateX(-50%); /* Center the image horizontally */
        object-fit: fill; /* Stretches the image to fill the space without zooming */
        object-position: top center; /* Aligns the image to the top center */
    }

    /* Adjust text for mobile responsiveness */
    .carousel-caption {
        padding: 15px; /* Add padding to prevent text from touching edges */
        text-align: center; /* Center the text */
    }

    .carousel-caption p,
    .carousel-caption h5,
    .carousel-caption h1 {
        font-size: 1rem; /* Reduced text size for mobile */
        margin-bottom: 10px; /* Adjust margin for better spacing */
    }

    /* Heading size adjustment for mobile devices */
    .carousel-caption h5 {
        font-size: 1.5rem; /* Adjust for heading size */
    }

    .carousel-caption h1 {
        font-size: 2rem; /* Adjust heading size for mobile */
    }

    /* Optional: Adjust the gradient for better text readability */
    .carousel-caption {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }
}


/* Zoom animation for carousel images */
@keyframes image-zoom {
    0% {
        transform: scale(1); /* Initial state (original size) */
    }
    25% {
        transform: scale(1.05); /* Slight zoom-in */
    }
    50% {
        transform: scale(1.1); /* Zoom-in further */
    }
    75% {
        transform: scale(1.05); /* Slight zoom-out */
    }
    100% {
        transform: scale(1); /* End state (original size) */
    }
}

/* Apply the zoom animation to carousel images */
.carousel-item img {
    animation: image-zoom 10s ease-in-out infinite; /* Apply animation */
    object-fit: cover; /* Ensure the image covers the entire carousel space */
    width: 100%; /* Make sure the image spans the full width */
    height: 100%; /* Make sure the image spans the full height */
    object-position: center; /* Ensure the image stays centered */
}

/* Optional: You can also modify the background color of the carousel caption for readability */
.carousel-caption {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

/* Ensure responsive design */
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px; /* Adjust min-height */
    }

    /* Ensure the background image is fully visible and centered */
    #header-carousel .carousel-item img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover; /* Make sure the image covers the container */
        object-position: center; /* Ensure the image is centered */
    }

    .carousel-caption {
        padding: 15px;
        text-align: center;
    }

    .carousel-caption p,
    .carousel-caption h5,
    .carousel-caption h1 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .carousel-caption h5 {
        font-size: 1.5rem;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }
}



/* Zoom animation for carousel images */
@keyframes image-zoom {
    0% {
        transform: scale(1); /* Initial state (original size) */
    }
    25% {
        transform: scale(1.05); /* Slight zoom-in */
    }
    50% {
        transform: scale(1.1); /* Zoom-in further */
    }
    75% {
        transform: scale(1.05); /* Slight zoom-out */
    }
    100% {
        transform: scale(1); /* End state (original size) */
    }
}

/* Apply the zoom animation to carousel images */
.carousel-item img {
    animation: image-zoom 10s ease-in-out infinite; /* Apply animation */
    object-fit: cover; /* Ensure the image covers the entire carousel space */
    width: 100%; /* Make sure the image spans the full width */
    height: 100%; /* Make sure the image spans the full height */
    object-position: center; /* Ensure the image stays centered */
}

/* Optional: You can also modify the background color of the carousel caption for readability */
.carousel-caption {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

/* Ensure responsive design */
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px; /* Adjust min-height for mobile */
        overflow: hidden; /* Hide overflow to ensure images don't bleed outside */
    }

    /* Ensure the background image is fully visible and centered */
    #header-carousel .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;  /* Ensure it aligns to the left */
        width: 100%; /* Ensure the image spans 100% width */
        height: 100%; /* Ensure the image spans 100% height */
        object-fit: cover; /* Ensure the image fully covers the area */
        object-position: center; /* Center the image */
    }

    /* Adjust carousel caption and text for mobile */
    .carousel-caption {
        padding: 15px;
        text-align: center;
    }

    .carousel-caption p,
    .carousel-caption h5,
    .carousel-caption h1 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .carousel-caption h5 {
        font-size: 1.5rem;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }
}

/* crousel end */
/* carousel end */


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: 
                linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
                url('../img/about-test-ok.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
    
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}



/* product range  */
.union img{
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.union img:hover{
    transform: scale(1.1);
}
.union:hover{
   border: #06BBCC;
}
/*** Service End ***/
/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid #9A94C7;
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/
/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background:#9A94C7;
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/
/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: #06BBCC;
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #9A94C7;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #9A94C7;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/
/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}


/*** FAQs End ***/
/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: #9A94C7;
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid red;
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: #9A94C7;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: #9A94C7;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #9A94C7;
    color: white;
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #9A94C7;
    color: white;
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: #9A94C7;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #9A94C7;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: blueviolet;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}


.team .team-item .team-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid #9A94C7;
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.logo-2{
    width: 70%;
    height: auto;
    margin-bottom: 20px;
}




.union{
    width: 100%;
    height: auto;
}
.union img{
    border-radius: 10px;
}

/*** Testimonial End ***/
/*** Footer Start ***/
.footer {
    background: var(--bs-secondary);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: #9A94C7;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/
/* logo start- footer  */
/* certificate  */
.certificate {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.image-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
}

.image-item {
    width: 32%;  /* Each image takes up 1/3 of the container */
    padding: 10px;
    margin-bottom: 50px;
}

.image-item img {
    width: 100%; /* Make sure the image is responsive */
    height: auto; /* Maintain aspect ratio */
    /* border-radius: 10px;  */
    transition: transform 0.3s ease; /* Add smooth hover effect */
}

.image-item img:hover {
    transform: scale(1.02); /* Slightly enlarge the image on hover */
}

/* Responsive design */
@media (max-width: 768px) {
    .image-item {
        width: 48%; /* Adjust width for medium-sized screens */
    }
}

@media (max-width: 480px) {
    .image-item {
        width: 100%; /* Stack images on smaller screens */
    }
}

/* logo  */
.logo-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    /* background-color: red; */
}
.logo-item {
    width: 150px;
    height: 150px;
    transition: transform 0.3s ease;
}
.logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    border: 1px solid #9A94C7;
    padding: 10px;
    border-radius: 20px;
}
.iso-edit{
    width: 100px;
}
.egca-edit{
    width: 120px;
}
.logo-item:hover img {
    transform: scale(1.2); /* Zoom effect */
}


.main-logo{
    width: 190px;
    height: auto;
}

@media (max-width: 768px) {
    .main-logo {
        width: 137px;  /* Adjust the size for mobile */
        height: auto;  /* Maintain aspect ratio */
    }
}




/* After color changes edit */
.text-primary {
    color: #9A94C7 !important;
}
/* table data */
/* table css */
.table-data {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.table-data th {
    background-color: #f5f5f5 ;
    color: black;
    text-align: left;
    padding: 12px 15px;
    font-weight: bold;
    border: 1px solid #ddd;
}

.table-data td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 14px;
    color: #000;
}

.unique {
    background-color: #f2f2f2;
    font-weight: bold;
}

.unique-2 {
    /* font-style: italic; */
}

.table-data tr:hover {
    background-color: #f1f1f1;
}
.product-description{
    background-color: #9A94C7;
    color: white;
}



/* last editing head line tickness */
@media (max-width: 768px) {
    .navbar .navbar-brand::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 100%;
        top: 0;
        right: -25px;
        transform: skewX(-30deg);
        background-color: transparent;
        display: none;
    }
}
/* log last final */
/* brand logo */
.logo-slider {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .logo-slider img {
    width: 150px; 
    height: auto;
    margin: 0 auto; 
  }
  @media screen and (max-width: 768px) {
    .logo-slider img {
      width: 120px;
      padding: 20px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .logo-slider img {
      width: 168px;
      padding: 15px;

    }
  }
  /* end brand logo */
/* logo last final end */



/* side buttin start */
.sidebar {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.sidebar h4 {
    font-weight: 600;
    color: #333;
}

.custom-btn {
    padding: 10px 15px;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.custom-btn:hover {
    background-color: #e2e6ea;
    color: #000;
}

.custom-btn i {
    color: #061a3f;
}
/* side buttin end */