/********** Template CSS **********/
:root {
  --primary: #ff9f37;
  --secondary: #ff6922;
  --light: #effdf5;
  --dark: #0e2e50;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.nav-bar {
  position: relative;
  margin-top: 45px;
  padding: 0 3rem;
  transition: 0.5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 9999;
}

.navbar {
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    left: 25px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #dddddd;
}

/*** Icon ***/
.icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transform: skew(20deg);
  z-index: 1;
}

.about {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px;
}

h2 {
  font-size: 24px;
  color: #333;
  margin: 15px;
}

ol {
  list-style-type: decimal;
  margin-left: 50px;
}

li {
  margin-bottom: 30px;
}

/*** Category ***/
.cat-item div {
  background: #ffffff;
  border: 1px dashed rgba(0, 185, 142, 0.3);
  transition: 0.5s;
}

.cat-item:hover div {
  background: var(--primary);
  border-color: transparent;
}

.cat-item div * {
  transition: 0.5s;
}

.cat-item:hover div * {
  color: #ffffff !important;
}

/* Handyman */

.handyman {
  display: flex;
  justify-content: center;
  align-items: center;
}

.handyman-img {
  
  object-fit: contain;
}

.handyman-text {
  width: 50vh;
}

hr {
  border: none;
  border-top: 2px dashed #ff9f37;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 95%;
}
.hr {
  padding: 15px 0;
}

/* Media queries */
@media (max-width: 721px) {
  .handyman {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
  
  .handyman-img {
    height: 35vh;
    width: auto;
    bottom: -10vh;
    margin-left: 30px;
    order: 2;
  }

  .handyman-text {
    text-align: center;
    width: 40vh;
  }


/* Banner */
.banner {
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(45deg, #ff9f37, #f900ef);
  border-radius: 30px;
  margin-inline: 5vw;
  padding: 3vw;
  margin-bottom: 15vh;
  margin: 0 auto 10vh;
}

.banner-text p{
  font-size: var(--fs-500);
  color: #fff;
}
.banner-text h1 {
  font-size: var(--fs-800);
  color: #fff;
}

.app-img {
  width: 35vh;
}

.googleplay {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: aliceblue;
  border-radius: 20px;
  margin-inline: 10vw;
  padding: 2vw;
}

/* Media queries */
@media (max-width: 721px) {
  .banner {
    width: 95%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 0;
  }
  .app-img {
    display: none;
  }

  .googleplay-img {
    width: 140px;
  }
}


/*** FAQs ***/

.wrapper {
  width: 80%;
  margin: 0 auto 20px;
  padding: 30px 0 30px 0;
}

.wrapper .accordion_wrap .accordion_header {
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  padding-right: 40px;
  border-bottom: 1px solid #ff9f37;
  position: relative;
  cursor: pointer;
}

.wrapper .accordion_wrap:first-child .accordion_header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.wrapper .accordion_wrap:last-child .accordion_header {
  border-bottom: 2px solid transparent;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.wrapper .accordion_wrap:last-child .accordion_header:hover {
  border-bottom: 2px solid transparent;
}

.wrapper .accordion_wrap .accordion_header:before,
.wrapper .accordion_wrap .accordion_header:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 2px;
  background: #ff9f37;
}

.wrapper .accordion_wrap .accordion_header:hover {
  color: #ff9f37;
  border-color: #ff9f37;
}

.wrapper .accordion_wrap .accordion_header:hover:before,
.wrapper .accordion_wrap .accordion_header:hover:after {
  background: #ff9f37;
}

.wrapper .accordion_wrap .accordion_header:after {
  transform: rotate(-90deg);
  transition: all 0.5s ease;
}

.wrapper .accordion_wrap .accordion_body {
  width: 100%;
  height: 0px;
  transition: all 0.5s ease;
  background: #ff9f37;
  overflow: hidden;
}

.wrapper .accordion_wrap .accordion_body p {
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.wrapper .accordion_wrap .accordion_header.active {
  color: #ff9f37;
  border-color: #ff9f37;
}

.wrapper .accordion_wrap:last-child .accordion_header.active {
  border-bottom: 2px solid #ff9f37;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.wrapper .accordion_wrap .accordion_header.active:before,
.wrapper .accordion_wrap .accordion_header.active:after {
  background: #ff9f37;
}

.wrapper .accordion_wrap .accordion_header.active:after {
  transform: rotate(0deg);
}

.wrapper .accordion_wrap .accordion_header.active + .accordion_body {
  height: 180px;
}

/*** Text 

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
  }
 
.container h1 {
    margin-bottom: 20px;
  }
***/

p {
  text-align: justify;
}
li {
  padding-block: 10px;
}

.alphabet {
  margin-left: 40px;
}

@media (max-width: 600px) {
  .container {
    padding: 10px;
  }

  .container h1 {
    font-size: 20px;
  }

  .container ul,
  .container ol {
    margin-left: 10px;
  }
}

/*** Clients Logo slider ***/
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 40px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}

/*** Form ***/
.form {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.inputfield {
  margin-bottom: 15px;
}

.inputfield label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom_select {
  position: relative;
  
}

.options {
  width: 100%;
}

.custom_select select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("images/arrow.png") no-repeat right center;
}

.custom_select select::-ms-expand, .custom_select select::-webkit-select {
  display: none;
  width: 60%; 
}

.custom_select select option {
  padding: 8px 15px;
  font-size: 14px;
  background-color: #fff;
}

.terms {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark::after {
  display: block;
}

.checkmark::after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #ff9f37;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

button[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #ff9f37;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

button[type="submit"]:hover {
  background-color: #ff9f37;
}

/* Responsive styles */
@media (max-width: 600px) {
  .container {
    padding: 10px;
  }

  .form {
    padding: 10px;
  }

  .title {
    font-size: 20px;
  }

  .input {
    font-size: 14px;
  }
  .custom_select select {
    width: 100%;
    font-size: 16px;
  }
  button[type="submit"] {
    font-size: 16px;
  }
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.social {
  color: #ff9f37;
  margin-right: 1px;
}