.red{
    color: red ;
}
.contact-page ul{
    list-style: none;
  }
  .contact-page ul li a{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    text-decoration: none;
  }
  .contact-page ul li a span{
    color: #000;
    display: block;
    padding-right: 10px;
    padding-top: 5px;
  }
  .contact-page ul li .map{
    padding-bottom: 10px;
    max-width: 238px;

  }

  .colors{
    color: #8AA899;
    /* color: #055761  !important; */
    /* color: #253F96 !important; */
    /* color: #ff7b00 !important; */

  }

  .row-design {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;

  }

  .curve-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

  }

  .home-text {
    font-size: 18px;
    font-weight: 600;
  }

  .section-padding {
    padding: 20px 10px;
    
    background-color: #f7f7f7;
  }

  .section-tittle{
    margin-top: 90px;
  }
  .section-tittle span {
    font-size: 50px;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: capitalize;

  }

  .section-tittle h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--secondary-color);
  }

  .single-cat {
    border-radius: 10px;
    /* margin: 10px; */
    background-color: #FFFFFF;
    padding: 20px 10px;
    position: relative;
    height: 100%;

  }

  .single-cat:hover{

  }
  .container .box {
    max-width: 320px;
    position: relative;
    background: #FFF;
    padding: 100px 40px 60px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
}

.single-cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(130,26,16);
    background: linear-gradient(180deg, rgba(130,26,16,1) 0%, rgba(195,93,45,1) 100%);
    transform: scaleY(0);
    border-radius: 10px;

    transform-origin: top;
    transition: transform 0.5s;
}

.single-cat:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

  .cat-icon svg {
    width: 80px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }

  .single-cat:hover .cat-icon svg{
    fill: #FFF !important;
  }

  .single-cat:hover .cat-cap h5 a{
    color: #FFF;
  }

  .cat-cap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .cat-cap h5 a {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
    position: relative;
    z-index: 2;
    font-family: var(--primary-font);
  }

  .cat-cap p {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;

  }

  .cat-cap .abtn {
    margin-top: 10px;
    background-color: var(--primary-color);
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 10px;
  }

  .single-cat:hover .cat-cap .abtn{
    background-color: var(--secondary-color);
  }

  .single-cat:hover .cat-cap p{
    color: #FFF;
  }

  .grad-section{
    background: rgb(130,26,16);
    background: linear-gradient(180deg, rgba(130,26,16,1) 0%, rgba(195,93,45,1) 100%);

  }
  .grad-section-reverse{
    background: rgb(130,26,16);
    background: linear-gradient(0deg, rgba(130,26,16,1) 0%, rgba(195,93,45,1) 100%);

  }
  .temple {
    width: 100%;
    height: 70vh;
    background-image: url(../images/temple.webp);
    /* background-attachment: fixed; */
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
  }
  .diya{
    width: 100%;
    height: 70vh;
    background-image: url(../images/diya.webp);
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  .disc-grad {
    color: #fff;
    font-size: 20px;
  }

  .primary-btn {
    font-size: 18px;
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-family: var(--secondary-font);
    transition: 0.2s;
    letter-spacing: 2px;
  }

  .primary-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    /* font-weight: 600; */
  }
  .btn-submit{
    font-size: 18px;
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-family: var(--secondary-font);
    transition: 0.2s;
    letter-spacing: 2px;
    border: none;
  }
  .btn-submit:hover{
    background-color: var(--secondary-color);
    color: var(--primary-color);
  }

  
.service-img{
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.service-details{
  position: absolute;
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
  border-left: 5px solid #fff;
  top: 230px;
  left: 50px;
  height: 100%;
  padding: 20px;
  /* height: 350px; */
  font-family: 'Vidaloka', serif !important;
  transition: all ease-in-out .5s ;


}
.service-details h4{
  font-size: 3.3rem;
font-family: 'Vidaloka', serif !important;
line-height: 45px;

}
.service-img:hover .service-details{
top: 180px;
}

  @media (max-width:600px){
    .section-tittle span{
      font-size: 28px;

    }
    .cat-cap h5{
      font-size: 18px;
    }
    .cat-cap p{
      font-size: 14px;
    }
  }

  .cat-nav {
    max-width: 85%;
    margin-top: 40px;
    background-color: #fff;
    padding: 30px 10px;
    overflow-x: scroll;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    position: fixed;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
}

.cat-nav::-webkit-scrollbar {
    /* background-color: #070707; */
    display: none;

}

.cat-nav ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;

}

.cat-nav li a {
    padding: 0px 10px;
    text-wrap: nowrap;
    color: #000;
    text-decoration: none;
}

.cat-nav li .active {
    background-color: var(--primary-color);
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    margin: 0px 10px;
}

.service-card {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all ease 0.3s;

}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.service-card .name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.service-card .starts-from {
    margin-bottom: 0px;
    font-size: 12px;
}

.service-card .name {
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.service-card .price {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
    font-size: 24px;
}

.service-card .tag {
    background-color: var(--primary-color);
    width: fit-content;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
}

.service-card .description .d {
    color: #4b4b4b;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;


}

.service-card .sch {
    width: 100%;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    font-size: 20px;
    display: block;
}

.service-card .para {
    transition: all ease 0.3s;
    font-size: 16px;

}

.service-card .more {
    display: none;
    transition: all ease 0.3s;
}

.service-card .read-more {
    text-decoration: none;
}

.subcat {
    font-size: 22px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    font-family: var(--secondary-font);
    letter-spacing: 2px;
    width: fit-content;

}
.service-btns{
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

.whatsapp-btn,.call-btn{
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #FFF;

}
.whatsapp-btn{
  background-color: #13c433;
}
.call-btn{
  background-color: #000;
}

.call-btn i{
  font-size: 14px;
}

.admin-btn{
  position: absolute;
  top: 10px;
  right: 10px;
}
.admin-btn a{
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50px;

}

        /* select */
        /*the container must be positioned relative:*/
        .custom-select {
          position: relative;
          font-family: Arial;
      }

      .custom-select select {
          display: none;
          /*hide original SELECT element:*/
      }

      .select-selected {
          background-color: #6c0404;
          font-size: 16px;
      }

      /*style the arrow inside the select element:*/
      .select-selected:after {
          position: absolute;
          content: "";
          top: 14px;
          right: 10px;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-color: #fff transparent transparent transparent;
      }

      /*point the arrow upwards when the select box is open (active):*/
      .select-selected.select-arrow-active:after {
          border-color: transparent transparent #fff transparent;
          top: 7px;
      }

      /*style the items (options), including the selected item:*/
      .select-items div,
      .select-selected {
          color: #ffffff;
          padding: 8px 16px;
          border: 1px solid transparent;
          border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
          cursor: pointer;
          user-select: none;
      }

      /*style items (options):*/
      .select-items {
          position: absolute;
          background-color: #d13535;
          top: 100%;
          left: 0;
          right: 0;
          z-index: 99;
          font-size: 16px;
      }

      /*hide the items when the select box is closed:*/
      .select-hide {
          display: none;
      }

      .select-items div:hover,
      .same-as-selected {
          background-color: rgba(0, 0, 0, 0.1);
      }