/*** Spinner Start ***/
#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;
}
.linkedinbtn{
    border: 1.4px solid whitesmoke;
    background-color: none;
}


.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.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: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-white);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-white);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-white);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-white);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    height: 125px;
    position: relative;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-white);
    z-index: 1;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: #5bcbf4 ;
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-white);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: #4FC1E9;
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 80px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover.nav-link,
.navbar-light .navbar-nav .nav-item.active.nav-link {
    color: #007bff;
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 1px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
        
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #4FC1E9;
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 25px 50px 40px 0;
        z-index: 99;
    }

    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-white);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: #4FC1E9;
        transform: rotate(-18deg);
        z-index: -1;
    }
}

/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 768px) {
    .navbar-collapse {
      display: none; /* By default hidden */
    }
  
    .navbar-toggler {
      display: block;
    }
  
    .navbar-collapse.show {
      display: flex !important; /* Show navbar items on mobile */
      flex-direction: column; /* Stack the items vertically */
    }
  
    .navbar-nav {
      flex-direction: column; /* Stack nav items */
      
    }
  
    .navbar-nav .nav-item {
      width: 100%; /* Full width for each item */
      text-align: center;
    }
  
    .nav-btn {
      display: flex;
      justify-content: center;
    }
  
    .btn-search {
      margin-top: 10px; /* Adjusting search button position on small screens */
    }
  }


  .hero {
    text-align: center;
  }
  
  .hero h1 {
    font-size: 2rem; /* Adjust font size */
  }
  
  .hero img {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
  }
  

@media (max-width: 768px) {
    .modal-body {
      background-color: white; /* Change background for better visibility */
      padding: 15px;
    }
  
    .input-group {
      width: 100%; /* Full width input group */
    }
  
    .btn-search {
      width: 100%; /* Full width search button */
      justify-content: center;
      display: flex;
      margin-top: 10px;
    }
  }

  .topbar {
  display: flex;
  flex-direction: column;
}

.topbar .row {
  width: 100%;
}

.topbar .col-lg-8 {
  text-align: center;
}

.topbar .col-lg-4 {
  text-align: center;
}



.bg-breadcrumb-index {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.537), rgba(0, 0, 0, 0.518)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.537), rgba(0, 0, 0, 0.518)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/
/*** Single service Page Hero Header Start ***/
.bg-breadcrumb-ser {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.715)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb-ser .breadcrumb {
    position: relative;
}

.bg-breadcrumb-ser .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/
/*** Single high Page Hero Header Start ***/
.bg-breadcrumb-high {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.537), rgba(0, 0, 0, 0.518)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb-high .breadcrumb {
    position: relative;
}

.bg-breadcrumb-high .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/
/*** Single low Page Hero Header Start ***/
.bg-breadcrumb-low {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.537), rgba(0, 0, 0, 0.518)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb-low .breadcrumb {
    position: relative;
}

.bg-breadcrumb-low .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/
/*** Single product Page Hero Header Start ***/
.bg-breadcrumb-pro {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.703), rgba(0, 0, 0, 0.68)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb-pro .breadcrumb {
    position: relative;
}

.bg-breadcrumb-pro .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/
/*** Single product Page Hero Header Start ***/
.bg-breadcrumb-con {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.744), rgba(0, 0, 0, 0.731)), url(../img/contact-us.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    transition: 0.5s;
}

.bg-breadcrumb-con .breadcrumb {
    position: relative;
}

.bg-breadcrumb-con .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/* About Section*/
.heading {
    color: #39B54A;
    font-size: 50px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* About Section end*/

/* manifac Section*/
.section-heading {
    background-color: #5D4E8A;
    /* Green color */
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.product-description {
    font-size: 16px;
    line-height: 1.6;
}

.product-image {
    max-width: 100%;
    height: auto;

}

.content-section {
    margin-bottom: 40px;
}

/* manifac Section end*/




/*** Banner Start ***/
.banner {
    background-color: #007bff;
    color: white;
    padding: 50px 0;
}

.service-box {
    background-color: #ffffff;
    border: 2px solid #5D4E8A;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.service-box:hover {
    background-color: #5D4E8A;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.service-title {
    color: #5D4E8A;
    transition: color 0.3s ease-in-out;
}

.service-box:hover .service-title {
    color: white;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    max-width: 500px;
    width: 90%;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #5D4E8A;
}

.close:hover {
    color: red;
}

.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/hader\ img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner .container {
    position: relative;
    z-index: 99;
}

.banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    top: -200px;
    left: 0;
    background: #4FC1E9;
    transform: rotate(45deg);
    z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    bottom: -200px;
    right: 0;
    background: #4FC1E9;
    transform: rotate(45deg);
    z-index: 1;
}

.service-box{
    height: 100px;
    display: flex;
    justify-content: center;
}

.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}

.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}



/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}

.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }

    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}

/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
    background: var(--bs-primary);
}

.projects .nav-item a span {
    color: var(--bs-dark);
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}

/*** Projects End ***/


/*** productandSol Start ***/
.productandSol .productandSol-item {
    height: 100%;
    background: var(--bs-light);
}

.productandSol .productandSol-item .productandSol-img {
    position: relative;
    overflow: hidden;
}

.productandSol .productandSol-item .productandSol-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background-color: rgba(57, 181, 74, 0.3);

    transition: 0.5s;
}

.productandSol .productandSol-item:hover .productandSol-img::after {
    width: 100%;
    height: 100%;
}

.productandSol .productandSol-item .productandSol-img img {
    transition: 0.5s;
    height: 220px;
    object-fit: cover;
}

.productandSol .productandSol-item:hover .productandSol-img img {
    transform: scale(1.2);
}

.productandSol .productandSol-item .productandSol-heading {
    position: relative;
    background: var(--bs-white);
    height: 17%;
}

.productandSol .productandSol-item .productandSol-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
    color: #5D4E8A;
    font-weight: 600;
}

.productandSol .productandSol-item .productandSol-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.productandSol .productandSol-item:hover .productandSol-heading::after {
    width: 100%;
    background: #4FC1E9;
}

.productandSol .productandSol-item:hover .productandSol-heading a.h4 {
    color: var(--bs-white);
}

#prod-btn {
    background-color: #4FC1E9;
    color: white;
}

#prod-btn:hover {
    background-color: white;
    color: #4FC1E9;
    border: 1px solid #5D4E8A;
}


/*** productandSol End ***/
/*** medium Voltage Products Start ***/
.medium-voltage .medium-voltage-item {
    height: 96%;
    background: var(--bs-light);
}

.medium-voltage .medium-voltage-item .medium-voltage-img {
    position: relative;
    overflow: hidden;
}

.medium-voltage .medium-voltage-item .medium-voltage-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background-color: rgba(57, 181, 74, 0.3);
    transition: 0.5s;
}

.medium-voltage .medium-voltage-item:hover .medium-voltage-img::after {
    width: 100%;
    height: 100%;
}

.medium-voltage .medium-voltage-item .medium-voltage-img img {
    transition: 0.5s;
    height: 250px;
}

.medium-voltage .medium-voltage-item:hover .medium-voltage-img img {
    transform: scale(1.2);
}

.medium-voltage .medium-voltage-item .medium-voltage-heading {
    position: relative;
    background: var(--bs-white);
    height: 20%;
    margin-top: 2px;
    display: flex;
    /* Added flexbox */
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    text-align: center;
}

.medium-voltage .medium-voltage-item .medium-voltage-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
    color: #39B54A;
    font-weight: 600;
}

.medium-voltage .medium-voltage-item:hover .medium-voltage-heading a.h4 {
    color: var(--bs-white);
}

.medium-voltage .medium-voltage-item .medium-voltage-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.medium-voltage .medium-voltage-item:hover .medium-voltage-heading::after {
    width: 100%;
    background: #007bff;
}

/*** medium Voltage Products End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(57, 181, 74, 0.2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background-color: #4FC1E9;
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}

/*** FAQs End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #4FC1E9;
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

.slider{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.slider::-webkit-scrollbar{
    display: none;
}

.slider-inner{
    display: flex;
    display: flex;
    width: fit-content;
}

.client-card{
    border-radius: 10px;
    height: 170px;
    padding: 10px;
    width: 300px;
}

.card-inner{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
/*** copyright end ***/