/*   main, footer {
      padding-left: 300px;
    }
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;

}

/*  main style*/
main {
  min-height: 100vh;
}

@media only screen and (max-width : 992px) {

  header,
  main,
  footer {
    padding-left: 0;
  }
}

/* navigation style */
nav {
  padding: 0 30px !important;
}

.sidenav {
  top: 65px;
}

@media only screen and (max-width : 992px) {
  .sidenav {
    top: 0;
  }
}

.brand-image {
  margin: auto;
  padding-top: 5px;
  width: 120px;
  height: 58px;
}

@media only screen and (max-width : 992px) {
  .brand-image {
    margin: auto;
    padding: 2px;
    width: 150px;
    height: 55px;
  }
}

.brand-logo {
  height: 100%;
}

.logo-img {
  margin: auto;
  padding: 0;
  width: 150px;
  height: 64px;
}

@media only screen and (max-width : 992px) {
  .logo-img {
    margin: 0 auto;
    width: 90px;
    height: 58px;
  }
}

.logo-text {
  margin-left: 10%;
}

nav ul a {
  color: black !important;
}

/* location style */
.locationbox {
  padding: 5px;
}

/* carousel slider style */
.carousel {
  min-height: 250px !important;
}

.carousel .carousel-slider {
  width: 100% !important;
}

.carousel .carousel-slider .carousel-item {
  min-height: 250px;
}

.carousel .carousel-slider .carousel-item img {
  width: 100%;
  height: 100%;

}

@media only screen and (max-width: 992px) {
  .carousel {
    height: 250px !important;
  }

  .carousel.carousel-item {
    height: 250px !important;
    width: 90%;
  }

  .carousel-item>img {
    height: 250px !important;
  }

}

@media only screen and (max-width: 380px) {
  .locationbox p {
    margin: auto;
    width: 80%;
    border-bottom: 0.8px dashed green;
  }

  .carousel {
    padding: 0 10px;
    height: 150px !important;
  }

  .carousel .carousel-item {
    height: 150px !important;
  }

  .carousel-item>img {
    height: 150px !important;
  }

}

/* home page styling */
.keyvalue {

  margin: 20px 20px;
  align-content: space-between;
  display: block;
}

.keyvalue-box {
  width: 100%;
  padding: 15px;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(to right, rgb(96, 203, 245), rgb(56, 140, 236));
}

.keyvalue-box:hover {
  color: white;
  background: linear-gradient(to right, rgb(3, 152, 181), rgb(96, 203, 245));

}

@media only screen and (max-width: 992px) {
  .keyvalue-box {
    font-size: 12px;

  }
}

.categoryslide {
  align-content: space-between;
  flex-direction: row !important;
  margin: auto !important;
}

.page-heading {
  padding: 10px 5px 4px 5px;
  font-size: 32px;
  border-bottom: 0.8px solid;
  margin: auto;
  max-width: 350px;

}

.category {
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 2%;
  margin: 5px 10px;
  float: left;
  flex-direction: row;
}

@media only screen and (max-width: 992px) {
  .category {
    width: 100px;
    height: 100px;
  }

  .page-heading {
    font-size: 18px;
    max-width: 150px;
  }
}

.category:hover {
  background-color: rgb(245, 238, 238);
}

.category img {
  clear: both;
  display: block;
  width: 80%;
  height: 60%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.category .name {
  color: black;
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  margin: 5px auto;
}

/* service page style */
.service-page {
  padding-left: 30px;

}

.service-page-img {
  width: 95%;
  margin: 10px auto;
  padding: 5px;
}

.service-page-img img {
  width: 100%;
  height: 350px;
}

.service-page-content {
  padding: 0 30px;
  margin: auto;
  text-align: justify;
  font-size: 18px;
}

.service-section {
  padding: 10px;
}

.service-card {
  width: 300px;
  position: relative;
  margin: 1rem auto;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;

}

.service-card-img {
  height: 200px;
  padding: 20px;
}

.service-card-img img {
  height: 100%;
  width: 100%;
}

.service-card-content {
  padding: 14px;
  border-radius: 0 0 2px 2px;
}

.service-card-title {
  font-size: 15px;
  font-weight: 450;
  text-transform: capitalize;
}

.service-card-text {
  font-size: 12px;
  color: grey;
  text-transform: capitalize;
}

.service-card-action {
  padding: 14px;
}

.btn,
button {
  background-color: #2bbbad;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
  height: 40px;
  width: 150px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 6px;
  text-transform: capitalize;

}

.service-list {
  margin: 0 20px;
}

.service-list .list-item {
  display: list-item;
  list-style: square;
}

.service-sidebox {
  text-align: center;
  align-items: center;
  height: 250px;
  width: 90%;
  background-image: url("../media/website.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: grey;
}

/* my content start */

.servicess {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.service-heading {
  text-align: center;

}

.service-heading h1 {
  color: #000;
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;


}

.service-heading p {
  color: rgba(87, 105, 117, 0.60);
  font-size: 1rem;

  text-align: center;
}

.service-box-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 300px;
  padding: 20px 25px;
  height: 400px;
  box-sizing: border-box;
  margin: 30px;
  position: relative;
}

.service-box img {
  width: 100%;
}

.service-box h1 {
  color: #576975;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 8px;
  align-items: center;

}

.service-box p {
  color: rgba(87, 105, 117, 0.90);
  text-align: center;
}

.service-btn {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(74, 144, 226, 0.50);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #576975;
  margin-top: 10px;
}

.bar {
  width: 100px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  background-color: #4a90e2;
  border-radius: 0px 0px 10px 10px;
  display: none;
  animation: bar 0.5s;
}

.service-box:hover {
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
  transition: all ease 0.3s;
}

.service-btn:hover {
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
  color: #FFFFFF;
  transition: all ease 0.3s;
}

.service-box:hover .bar {
  display: block;
}

@keyframes bar {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

/* my content end */






/* services class */
.services {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.services .card-image {
  height: 150px;
}

.services .card-image img {
  height: 150px;
}

.services .card-content {
  padding: 14px;
  border-radius: 0 0 2px 2px;
}

.services .card-content h6 {
  font-size: 15px;
  font-weight: 450;
  text-transform: capitalize;

}

.services .card-content p {
  font-size: 12px;
  color: grey;

}

#servicename {
  font-size: 2rem;
  text-transform: capitalize;
}


.app-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;

}

.app-item .commen-item {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
}

.commen-item h5 {
  color: blue;
}

.apps-list ul {
  margin: 0 20px;
}

.apps-list ul li {
  list-style: square;
}

@media only screen and (max-width: 992px) {
  .services .card-content h6 {
    font-size: 12px;
    font-weight: 700;
  }

  #servicename {
    font-size: 18px;
  }
}

@media(max-width:1050px) {
  .service-box-container {
    flex-wrap: wrap;

  }

  .servicess {
    height: auto;
  }

  .service-heading {
    margin: 15px;
  }

  .service-box {
    flex-grow: 1;
  }

}

/* Bulk Message Style */

.message-pricing {
  width: 80% !important;
  margin-top: 20px;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-self: center;
  margin-bottom: 20px;
}

.message-pricing thead th{
  background-color: #008df9;
}


/* hostings style */

#hostings h1, h2 , h3 {
  margin: 10px 0;
}

#hostings .plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px 0;
}

#hostings .plan {
  background-color: #eee;
  padding: 20px;
  margin: 10px;
  text-align: center;
  width: 25%;
}

#hostings .plan ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

#hostings .plan a {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.cta {
  text-align: center;
  margin: 20px 0;
}

/* Add more styles for visual enhancements */
