/**
* Template Name: Green - v4.1.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
    text-decoration: none;
    color: #2cb4f5;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 85px;
    /*bottom: 20px;*/
    z-index: 996;
    background: #2cb4f5;
    width: 40px;
    height: 40px;
    /*border-radius: 4px;*/
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

    .back-to-top:hover {
        background: #2c8df5;
        color: #fff;
    }

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to call button
--------------------------------------------------------------*/
.back-to-call {
    position: fixed;
    /*visibility: hidden;
    opacity: 0;*/
    right: 17px;
    /*bottom: 60px;*/
    bottom: 20px;
    background: #2cb4f5;
    width: 60px;
    height: 60px;
    /*z-index: 996;*/
    border-radius: 50%;
    transition: all 0.4s;
}

    .back-to-call i {
        font-size: x-large;
        color: #fff;
        line-height: 0;
    }

    .back-to-call:hover {
        background: #2c8df5;
        color: #fff;
    }

    .back-to-call.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fbfbfb;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

    #topbar .contact-info a:hover {
        color: #2c8df5;
    }

    #topbar .contact-info i {
        color: #2cb4f5;
        line-height: 0;
        margin-right: 5px;
    }

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

    #topbar .social-links a:hover {
        color: #2c8df5;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

    #header .logo a {
        color: #2cb4f5;
    }

#header .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-size: 15px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: x-large;
  line-height: 0;
  margin-left: auto;
}

    .navbar a:hover, .navbar .active, .navbar li:hover > a {
        color: #2cb4f5;
    }

    .navbar .getstarted {
        color: #2cb4f5;
        padding: 8px 25px;
        margin-left: 30px;
        border-radius: 4px;
        border: 2px solid #2cb4f5;
        transition: 0.3s;
        font-size: 14px;
    }

        .navbar .getstarted:hover {
            background: #2cb4f5;
            color: #fff;
        }



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

    .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #2cb4f5;
    }

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

    .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
        color: #2cb4f5;
    }

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(44, 180, 245, 0.8);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

    #hero .carousel-indicators li.active {
        opacity: 1;
        background: #2cb4f5;
    }

    #hero .btn-get-started {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 14px 32px;
        border-radius: 0px;
        transition: 0.5s;
        line-height: 1;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        background: #369AC8;
    }

        #hero .btn-get-started:hover {
            background: #369AC8;
        }

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

    .section-title h2::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #2cb4f5;
        bottom: 0;
        left: calc(50% - 20px);
    }

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
._221uw {
    color: #2c8df5;
    font-size: 40px;
    padding: 20px 0px 20px 0px;
}
._1C4_O{
    font-size:22px;
    padding:10px 0px 20px 0px; 
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

    .about .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #2cb4f5;
    }

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Client
--------------------------------------------------------------*/
.Clients .member {
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
    padding: 10px 5px;
    background: #fff;
}

    .Clients .member img {
        max-width: 60%;
        border-radius: 10%;
        margin: 0 0 5px 0;
    }

    .Clients .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 21px;
    }

    .Clients .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .Clients .member p {
        padding-top: 10px;
        font-size: 14px;
        font-style: italic;
        color: #aaaaaa;
    }

    .Clients .member .social {
        margin-top: 15px;
    }

        .Clients .member .social a {
            color: #919191;
            transition: 0.3s;
        }

            .Clients .member .social a:hover {
                color: #5cb874;
            }

        .Clients .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 5px 0;
  font-size: 21px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #2cb4f5;
    padding: 40px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #5cb874;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Price List
--------------------------------------------------------------*/
.price {
    background: #f2f2f2;
}

.SltSty {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    padding: 5px;
    color: #222;
    font-size: 17px;
    font-family: Perpetua;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #2cb4f5;
    border-bottom: 3px solid #2cb4f5;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .info i {
        font-size: 20px;
        color: #2cb4f5;
        float: left;
        width: 44px;
        height: 44px;
        background: #eaf6ed;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

    .contact .info .social-links a:hover {
        background: #2cb4f5;
        color: #fff;
    }

    .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
        background: #2cb4f5;
        color: #fff;
    }

.contact .email-form {
    width: 100%;
    border-top: 3px solid #2cb4f5;
    border-bottom: 3px solid #2cb4f5;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .email-form .form-group {
    padding-bottom: 8px;
}

.contact .email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .email-form .error-message br + br {
    margin-top: 25px;
}

.contact .email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .email-form input, .contact .email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .email-form input:focus, .contact .email-form textarea:focus {
    border-color: #2cb4f5;
}

.contact .email-form input {
    height: 44px;
}

.contact .email-form textarea {
    padding: 10px 12px;
}

.contact .email-form button[type="submit"] {
    background: #2cb4f5;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .email-form button[type="submit"]:hover {
    background: #2c8df5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #090909;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #2cb4f5;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #2c8df5;
            color: #fff;
            text-decoration: none;
        }

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/*about section design*/
/*.containerAbt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 13px;
    width: auto;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.box img {
     width: 50px;
     height: 50px;
     margin-bottom: 10px;
     margin-top: 7px;
}

.box p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

.box p span {
            display: block;
            font-size: 14px;
            color: #666;
        }
.number {
    position: absolute;
    top: -17px;
    left: 10px;
    width: 50px;
    height: 40px;
    background-color: #2cb4f5;
    color: #fff;
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}*/

/* Hide sections by default */
/*#aboutPcs, #aboutKG {
    display: none;
}*/

/* Show the default section */
/*#aboutPcs {
    display: block;
}*/
/* Responsive design */
/*@media (max-width: 1200px) {
    .box {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 992px) {
    .box {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .box {
        width: calc(100% - 20px);
    }
}

.anv {
    color: white;
    background-color: #34495e;*/ /* Default button color */
    /*padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .anv.active {
        background-color: #2cb4f5;*/ /* Active button color */
    /*}

    .anv:hover {
        background-color: #2cb4f5;*/ /* Hover color */
    /*}*/

/* About section design */
.easy-steps-wrapper{
    padding : 20px 0;
}
.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

    .box img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        margin-top: 7px;
    }

    .box p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

        .box p span {
            display: block;
            font-size: 14px;
            color: #666;
        }

.number {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 40px;
    height: 30px;
    background-color: #2cb4f5;
    color: #fff;
    border-radius: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.anv {
    color: white;
    background-color: #34495e; /* Default button color */
    padding: 10px 20px;
    margin: 3px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .anv.active {
        background-color: #2cb4f5; /* Active button color */
    }

    .anv:hover {
        background-color: #2cb4f5; /* Hover color */
    }

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*max-width: 600px;*/ /* Adjust as needed */
    margin: 0 auto;
}

.show-all-items {
    display: inline-flex; /* Use flexbox to align items in a line */
    align-items: center; /* Vertically center the text and icon */
    color: #2cb4f5;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap; /* Prevent text from wrapping */
}

    .show-all-items i {
        margin-left: 8px; /* Add some space between the text and the arrow */
        font-size: 16px; /* Ensure the icon size matches the text */
        flex-shrink: 0; /* Prevent the icon from shrinking */
    }

    .show-all-items:hover {
        color: #34495e;
    }


/* General Styles for the two sections */
#washpcdata, #washkgdata {
    margin: 10px 0;
}


    #washpcdata .discount-badge,
    #washkgdata .discount-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #2cb4f5;
        color: #fff;
        font-size: 12px;
        padding: 3px 7px;
        border-radius: 5px;
        font-weight: bold;
        z-index: 1; /* Keep it above images/text */
        display: inline-block; /* Always visible */
    }

    #washpcdata .price-display, #washkgdata .price-display {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

/* GrociiFy Rate (highlighted) */
    #washpcdata .item-price, #washkgdata .item-price {
        font-size: 1rem;
        color: #2cb4f5;
        font-weight: bold;
    }

/* MRP Rate (regular gray) */
    #washpcdata .mrp-price, #washkgdata .mrp-price {
        font-size: 0.9rem;
        color: #777;
        text-decoration: line-through;
    }

    /* Item List Container */
    #washpcdata .item-list, #washkgdata .item-list {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 items per row on desktop */
        gap: 10px; /* Space between items */
        padding: 20px;
    }

    /* Item Card Styles */
    #washpcdata .item-card, #washkgdata .item-card {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 7px;
        padding: 10px;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
    }

        #washpcdata .item-card:hover, #washkgdata .item-card:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }

        #washpcdata .item-card img, #washkgdata .item-card img {
            width: 100%;
            height: 150px;
            border-radius: 7px;
        }

        #washpcdata .item-card h5, #washkgdata .item-card h5 {
            font-size: 1.1rem;
            margin: 10px 0;
            color: #333;
        }

        #washpcdata .item-card .item-details, #washkgdata .item-card .item-details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 10px 0;
        }

        #washpcdata .item-card .item-price, #washkgdata .item-card .item-price {
            font-size: 1rem;
            color: #2cb4f5;
            font-weight: bold;
        }

        #washpcdata .item-card span, #washkgdata .item-card span {
            font-size: 0.9rem;
            color: #666;
        }

        #washpcdata .item-card .add-to-cart, #washkgdata .item-card .add-to-cart,
        #washpcdata .item-card .go-to-cart, #washkgdata .item-card .go-to-cart {
            margin-top: 10px;
            width: 100%;
            padding: 10px;
            font-size: 0.9rem;
            border-radius: 5px;
            cursor: pointer;
            border: none;
            color: #fff;
        }

        #washpcdata .item-card .add-to-cart, #washkgdata .item-card .add-to-cart {
            background-color: #2cb4f5;
        }

        #washpcdata .item-card .go-to-cart, #washkgdata .item-card .go-to-cart {
            background-color: #34495e;
            display: none;
        }

/* Responsive Grid Layout */
@media (max-width: 1200px) {
    #washpcdata .item-list, #washkgdata .item-list {
        grid-template-columns: repeat(4, 1fr); /* 4 items per row on smaller desktops */
    }
}

@media (max-width: 992px) {
    #washpcdata .item-list, #washkgdata .item-list {
        grid-template-columns: repeat(3, 1fr); /* 3 items per row on tablets */
    }
}

@media (max-width: 768px) {
    #washpcdata .item-list, #washkgdata .item-list {
        grid-template-columns: repeat(3, 1fr); /* 3 items per row on mobile */
    }

    #washpcdata .item-card, #washkgdata .item-card {
        padding: 10px;
    }

        #washpcdata .item-card h5, #washkgdata .item-card h5 {
            font-size: 1rem;
        }

        #washpcdata .item-card .item-price, #washkgdata .item-card .item-price {
            font-size: 0.9rem;
        }

        #washpcdata .item-card span, #washkgdata .item-card span {
            font-size: 0.8rem;
        }
}

@media (max-width: 576px) {
    #washpcdata .item-list, #washkgdata .item-list {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row on very small screens */
    }
}