* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-padding-top: 100px;
}
body {
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
}
.bg-blue {
  background-color: #111827;
}
.navbar-light .navbar-toggler {
  color: rgb(255 255 255 / 55%);
  border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
  /*background-image: url(/assets/image/toggler-icon.svg) !important;*/
  /*background-image:none !important;*/
  /*font-family: 'Font Awesome 6 Free';*/
  /*font-weight: 900; */
  /*font-size: 24px;*/
  /* content: '\f00c';*/
  /*color: #333;*/
  background-image: url("../image/bars-solid-d.svg") !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.btn.btn-login {
  color: #fff;
  border: 2px solid #4285F4;
  border-radius: 8px;
  background: #4285F4;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn.btn-login:focus {
  box-shadow: none;
}
.btn.btn-login:hover {
  background-color: transparent;
  transition-duration: 5s;
}

li.nav-item {
  margin-right: 20px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #4285F4;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #03a9f4;
cursor:pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-contents {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-contentss {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0%;
}

.dropdown-content a:hover {
  background-color: #e3e3e3;
}

.dropdown-contents a {
  color: black;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0%;
}

.dropdown-contents a:hover {
  background-color: #e3e3e3;
}
.dropbtns {
  color: white;
  padding: 6px 14px;
  font-size: 10px;
  border: none;
  cursor: pointer;
  border-radius: 54px;
}
.dropbtns.to-do {
  background-color: #343a40;
}
.dropbtns.pending {
  background-color: #ff5722;
}
.dropbtns.done {
  background-color: #03a9f4;
}
.dropbtns.complete {
  background-color: #4caf50;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg-theme {
  background-color: #111827;
}
.home-heading h1 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-heading p {
  color: #d1d5db;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.btn.btn-st {
  border-radius: 8px;
  background: #4285F4;
  color: #fff;
  padding: 12px 20px;
  border: 2px solid #4285F4;
}
.btn.btn-st:focus{
  box-shadow: none;
}
.btn.btn-st:hover {
  background-color: transparent;
}
.btn.btn-ts {
  border-radius: 8px;
  background: transparent;
  color: #fff;
  padding: 12px 20px;
  border: 2px solid #343a40;
}
.btn.btn-t:focus{
  box-shadow: none;
}

.btn.btn-ts:hover {
  background-color: #4285F4;
  border: 2px solid #4285F4;
}
.rating i {
  color: #facc15;
}
.rating p {
  font-size: 16px;
  font-weight: 400;
}
.home-img img{
    max-width: 100%;
    height: 425px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: inline-block;
} 
.trusted-badge {
    position: absolute;
    bottom: -22px;
    right: 10px;
    background-color: #4285F4; /* Bootstrap primary color or your choice */
    color: white;
    padding: 12px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 300;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
/* .home-img{
    position: relative;
} */
/* .home-img h3{
    border-radius: 8px;
    background: #4285F4;
    font-size: 14px;
    color: #FFF;
    padding: 14px;
    position: absolute;
    left: 100% !important;
    top: 100% !important;
    right: 50%;
    transform: translate(-50%,-50%)!important;
} */
.power-head {
  margin-bottom: 40px;
}
.power-head h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.power-head p {
  color: #9ca3af;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.work {
  border-radius: 12px;
  background: #1f2937;
  padding: 25px;
  height: 100% !important;
  transform: rotateY(0deg) rotateX(0deg); /* 3D rotation */
  transition: transform 0.3s ease-in-out;
  border: 2px solid transparent;
}

.work:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transform: scale(0.9);
  border: 2px solid #4285F4;
}
.work-icon {
  background-color: rgba(14, 165, 233, 0.2);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #4285F4;
  margin-bottom: 15px;
}
.work-icon i {
  color: #4285F4;
}
.work h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.work p {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 0%;
}
.bg-theme-two {
  background-color: #1f2937;
}
.time-report-img {
  position: relative;
}
.time-report-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-radius: 8px;

  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.time-report img {
  width: 100%;
  border-radius: 8px;
  border: 3px solid #4285F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-report h2 {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 800;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 50% !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.my-work {
  border-radius: 12px;
  background: #111827;
  padding: 30px;
  position: relative;
}
.my-work h2 {
  border-radius: 50%;
  background: #4285F4;
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 45px;
  transform: translate(-50%, -50%);
}
.work-text p i {
  border-radius: 50%;
  background-color: #4285F4;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  color: #111827;
  justify-content: center;
  align-items: center;
}
.work-text p {
  color: #9ca3af;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.spl-mb {
  margin-bottom: 60px;
}
.work-text h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.spl-pill {
  border-radius: 8px;
  background: #1f2937;
  width: fit-content;
  padding: 8px;
  margin: auto;
  color: #fff;
  margin-bottom: 30px;
}
.spl-pill .nav-pills .nav-link {
  color: #fff;
}
.spl-pill .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  border-radius: 8px;
  background: #4285F4;
}
.plan-price {
  border-radius: 12px;
  background: #1f2937;
  padding: 30px;
}
.plan-txt h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.plan-txt h3 {
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
}
.plan-txt h3 span {
  color: #9ca3af;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.plan-txt h4 {
  color: #9ca3af;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.plan-txt p i {
  color: #4285F4;
}
.plan-txt p {
  color: #d1d5db;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.dd-center {
  transform: rotateY(0deg) rotateX(0deg); /* 3D rotation */
  /* background: linear-gradient(145deg, #e6e6e6, #ffffff); */
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3), -10px -10px 20px rgba(255, 255, 255, 0.9); */
  transition: transform 0.3s ease-in-out;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: column;
}
.dd-center h5 {
  position: absolute;
  color: #f9f9f9;
  right: 0%;
  top: 0%;
  font-size: 16px;
  padding: 8px;
  background-color: #4285F4;
  border-radius: 0px 12px;
}
.dd-center:hover {
  transform: scale(0.8);
  cursor: pointer;
}
.price-tag {
  margin-top: 50px;
}
.price-tag h2 {
  color: #9ca3af;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0%;
}
.work-two {
  background-color: #111827 !important;
  height: 100% !important;
}
.work-icon-two i {
  color: #4285F4;
  font-size: 30px;
  margin-bottom: 20px;
}
.stats-container {
  /* justify-content: space-between;
  align-items: baseline;
  gap: 40px; */
  padding: 70px 0;
}

.stat-box {
  text-align: center;
}

.stat-box h2 {
  font-size: 48px;
  margin: 0;
  color: #f9f9f9;
  font-weight: 700;
}

.stat-box p {
  font-size: 16px;
  margin: 5px 0 0;
  font-weight: 700;
  color: #9ca3af;
}
.cus-review {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.slider {
  border-radius: 12px;
  border: 1px solid #374151;
  background: #1f2937;
  padding: 30px;
}
.cus-review img {
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  margin-right: 10px;
}
.cus-review h3 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.cus-review h4 {
  color: #9ca3af;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0%;
}
.slider p {
  color: #d1d5db;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0%;
}
.sp-according .accordion-item {
  border-radius: 8px;
  background: #111827 !important;
}
.accordion-button {
  background: #111827 !important;
  border-radius: 8px;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.accordion-button::after {
  background-image: url("../image/chevron-down-solid.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../image/chevron-down-solid.svg");
  transform: rotate(-180deg);
}
.accordion-item {
  border: 2px solid transparent; /* Set the border color and width */
}
.accordion-item:has(.accordion-collapse.show) {
  border: 2px solid #4285F4;
  border-radius: 5px;
}
.accordion-button:not(.collapsed) {
  color: #4285F4;
  border-bottom: 1px solid #4285F4;
  border-radius: 0%;
}
.accordion-body {
  color: #fff;
}
.accordion-button:focus {
  box-shadow: none;
}
.contact-form h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-form p {
  color: #9ca3af;
  font-size: 16px;
}
.contact-details {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  margin-top: 20px;
}
.contact-details i {
  color: #4285F4;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  margin-right: 15px;
}
.contact-details h3 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-details a {
  color: #9ca3af;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.social-media-icons a i {
  color: #9ca3af;
}
.contact-form-to {
  background-color: #1f2937;
  padding: 30px;
  border-radius: 12px;
}
.contact-form-to label {
  color: #9ca3af;
  font-size: 16px;
  font-weight: 400;
}
.contact-form-to input {
  border-radius: 8px;
  border: 2px solid #4b5563;
  background: #374151;
  color: #f9f9f9;
}
.contact-form-to input:focus {
  box-shadow: none;
  background-color: #374151;
  border: 2px solid #4285F4;
  color: #f9f9f9;
}

.contact-form-to textarea {
  border-radius: 8px;
  border: 2px solid #4b5563;
  background: #374151;
  color: #f9f9f9;
}
.contact-form-to textarea:focus {
  box-shadow: none;
  background-color: #374151;
  border: 2px solid #4285F4;
  color: #f9f9f9;
}
.spl-fr {
  margin: 0%;
  height: 2px !important;
  color: #9ca3af !important;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #4b5563;
}
.footer-icon {
  margin-bottom: 20px;
}
.footer-details p {
  color: #9ca3af;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-icon a i {
  color: #9ca3af;
  margin-right: 8px;
  font-size: 25px;
}
.footer-links {
  display: flex;
  flex-direction: column;
}
.footer-title h2 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 45px;
}
.footer-links a {
  color: #9ca3af;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.footer-links a:hover {
  color: #4285F4;
}
.footer-links a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px; /* Position underline slightly below the text */
      width: 0%;
      height: 2px;
      background-color: #007BFF; /* Underline color */
      transition: width 0.3s ease;
    }

    .footer-links a:hover::after {
      width: 50%; /* Expand underline on hover */
    }
.footer-title p {
  color: #9ca3af;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-title input {
  padding: 12px;
  border: 2px solid #4285F4;
  border-radius: 12px;
  background-color: #1f2937;
  margin-bottom: 20px;
}
.incotainer {
  padding-bottom: 20px;
}
.footer-end p {
  color: #9ca3af;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0%;
}
.footer-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-end h3 {
  color: rgba(156, 163, 175, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0%;
}
.footer-end h3 a {
  color: #9ca3af !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0%;
  margin-right: 0% !important;
}
.footer-end a {
  color: #9ca3af;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 0%;
}
.footer-end h3 a:hover{
  color: #4285F4 !important;
}
.footer-end a:hover{
  color: #4285F4;
}
.social-media-icons a i:hover{
  color: #4285F4;
}
.footer-icon a i:hover{
  color: #4285F4;
}
.accordion {
  margin-bottom: 60px;
}
.still-question h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
.still-question p {
  color: #9ca3af;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-title input:focus {
  box-shadow: none;
  background-color: #1f2937;
  border-color: #4285F4;
  color: #fff;
}
.owl-carousel, .owl-carousel .item {
  height: auto !important;
}
.spl-hei{
 height: 100% !important;
}
/* media  */

/* 1680 */
@media (max-width: 1700px) {
}

/* 1500 */
@media (max-width: 1679px) {
}

/* 1440 */
@media (max-width: 1499px) {
}

/* 1280 */
@media (max-width: 1439px) {
}

/* 1025 */
@media (max-width: 1279px) {
  .footer-end p {
    font-size: 13px;
  }
  .footer-end h3 a {
    font-size: 13px !important;
  }
  .footer-end a {
    font-size: 13px;
  }
  .py-40 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-end h3 {
    font-size: 13px;
  }
  .footer-title h2 {
    margin-bottom: 30px;
  }
  .footer-icon img {
    height: 33px;
  }
  .footer-title input {
    padding: 8px;
    margin-bottom: 20px;
  }
  .btn.btn-st {
    padding: 10px;
    font-size: 16px;
  }
  .btn.btn-ts {
    font-size: 16px;
    padding: 10px;
  }
  .incotainer {
    padding-bottom: 10px;
  }
}

/* 992 */
@media (max-width: 1024px) {
  .home-heading h1 {
    font-size: 35px;
  }
  .home-heading p {
    font-size: 18px;
  }
  .dd-center h5 {
    font-size: 12px;
    padding: 6px;
  }
  .plan-txt h3 {
    font-size: 38px;
  }
  .plan-txt h2 {
    font-size: 20px;
  }
  .contact-details h3 {
    margin-bottom: 15px;
  }
  .stat-box h2 {
    font-size: 38px;
  }
}

/* 768 */
@media (max-width: 991px) {
  .bg-blue {
    background-color: #111827;
    box-shadow: 2px 2px 9px 6px rgb(169 162 162 / 10%);
  }
  .home-img img {
    margin-bottom: 20px;
  }
  .py-80 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .my-work h2 {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .time-report h2 {
    font-size: 30px;
  }
  .price-tag {
    margin-top: 25px;
  }
  .contact-details h3 {
    margin-bottom: 10px;
  }
  .btn.btn-st {
    padding: 8px;
    font-size: 15px;
  }
  .btn.btn-ts {
    font-size: 15px;
    padding: 8px;
  }
  .btn.btn-login {
    padding: 8px 50px;
  }
  li.nav-item {
    margin-right: 0px;
  }
  .footer-end {
    flex-direction: column;
  }
  .power-head h2 {
    font-size: 32px;
  }
  .home-heading {
    margin-top: 32px;
  }
}

/* 576 */
@media (max-width: 767px) {
  .rating {
    margin-bottom: 20px;
  }
  .home-img img {
    margin-bottom: 0px;
  }
  .time-report h2 {
    font-size: 22px;
  }
  .work-text h3 {
    font-size: 20px;
  }
}

/* 525 */
@media (max-width: 575px) {
  .home-heading h1 {
    font-size: 30px;
  }
  .my-work h2 {
    font-size: 20px;
    position: absolute;
    left: auto;
    right: 0%;
    top: 45px;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
  }
  .social-media-icons {
    margin-bottom: 20px;
  }
  .time-report h2 {
    font-size: 30px;
  }
  .stats-container {
    padding: 50px 0;
  }
  .stat-box h2 {
    font-size: 26px;
  }
  .stat-box {
    margin-bottom: 20px;
  }
}

/* 480 */
@media (max-width: 524px) {
  .power-head h2 {
    font-size: 28px;
  }
  .spl-mb {
    margin-bottom: 24px;
  }
  .plan-txt h3 {
    font-size: 32px;
  }
  .power-head {
    margin-bottom: 26px;
  }
  .stats-container {
    padding: 22px 0;
  }
  .contact-form-to {
    background-color: #1f2937;
    padding: 24px;
    border-radius: 12px;
  }
  .footer-title h2 {
    margin-bottom: 18px;
  }
  .py-80 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* 425 */
@media (max-width: 479px) {
}

/* 375 */
@media (max-width: 424px) {
  .home-heading h1 {
        font-size: 26px;
        margin-bottom: 16px;
        text-align: center;
    }
    .home-heading p {
        font-size: 17px;
        text-align: center;
    }
    .spl-bttn {
        justify-content:center;
        display:flex;
    }
  .power-head h2 {
    font-size: 24px;
  }
  .work {
    padding: 20px;
  }
}

/* 320 */
@media (max-width: 374px) {
}

/* 280 */
@media (max-width: 319px) {
}
