:root{
    --black: #000000;
    --white: #ffffff;
    --heading: "Afacad", sans-serif;
    --text: "Urbanist", sans-serif;
}
body{
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Marcellus", serif;
}
.custom-carousel-caption.carousel-caption {
    position: absolute;
    left: 36%;
    text-align: left !important;
    background: rgb(255 255 255 / 60%);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    right: auto;
    bottom: auto;
    padding: 30px;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,0.05);
    border-radius: 5px;
}
.carousel-caption h5{
    color: #000000 !important;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 2px;
}
.carousel-caption h4{
    color: #ff1100;
    font-weight: 600;
    font-size: 30px;
}
div.abt-texts{
    /* margin-left: -25%; */
    position: relative;
    ve; */
;
    display: flex;
    gap: 20px;
}
div.category-section-text{
    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    z-index: 999;
    background: linear-gradient(to top, #0b640c, #065e0645);
    width: 100%;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}
div.category-section-text h5{
    font-size: 20px;
    margin-bottom: 0px;
    /* text-align: center; */
    color: #fff;
    font-weight: 500;
}
.owl-carousel .owl-item img{
    border-radius: 10px;
}
div.services-img{
    position: relative;
}
div.servic-img-1{
    position: relative;
}
div.servic-img-1::before{
    content: '';
    position: absolute;
    top: 110px;
    right: -130px;
    background: url(../images/circle.svg) no-repeat;
    background-size: cover;
    height: 85px;
    width: 85px;
    animation: infiniterotate 20s infinite linear;
}
div.servic-img-1 img{
        transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
    border-radius: 20px;
}
@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}
div.servic-img-1 img::after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
div.servic-img-1:hover::after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
div.servic-img-2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 428px;
    border: 7px solid var(--white);
    border-radius: 20px;
}
div.servic-img-2 img{
    aspect-ratio: 1 / 0.916;
    border-radius: 20px;
}
.accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  color: #0d6efd;
}

.accordion-body {
  font-size: 15px;
  line-height: 1.6;
}
.faq-container {
    }

    .faq-item {
      /* border: 2px solid #f9f9f94d; */
    }

    .faq-question {
      cursor: pointer;
      padding: 15px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      background-color: transparent;
      border: 2px solid;
      margin-bottom: 5px;
      transition: background 0.3s;
      /* box-shadow: 0 0 15px rgba(0,0,0,0.05); */
    }

    .faq-question:hover {
      background-color: #ffcc01;
    }

    .faq-answer {
      display: none;
      padding: 20px 15px;
      font-size: 15px;
      color: #e8e8e8;
      background: #ffffff1f;
      margin: 10px 0px;
    }

    .faq-question.active + .faq-answer {
      display: block;
    }

    .arrow {
      transition: transform 0.3s;
    }

    .faq-question.active .arrow {
      transform: rotate(90deg);
    }


.carousel-control-next.custom-carousel-control-next, .carousel-control-prev.custom-carousel-control-prev {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    bottom: 0;
    right: 2%;
    z-index: 1;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 3px solid #fff;
    background-color: #04c906;
    border-radius: 50px;
    padding: 0;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    /* background: 0 0; */
    /* border: 0; */
    opacity: 1;
    transition: opacity .15s ease;
    box-shadow: 0px 3px 22px 5px #787878cf;
}

.carousel-control-prev.custom-carousel-control-prev {
    right: 2%;
    left: auto;
    transform: translateY(35px);
}

.carousel-caption.custom-carousel-caption > p {
    color: #232323;
    width: auto;
    margin: 0 auto;
}
.section_four {
    padding: 80px 0px;
    background: #0b640c;
}
.services-img >img {
    width: 100%;
}
.faq-question.active {
    background-color: #ffcc01;
}
.faq_section_wrapper {
    padding-left: 30px;
}
section.section_five {
    padding: 80px 0px;
    background: #f7f7f79c;
}
.section_three {
    padding: 80px 0px;
    background: #f7f7f79c;
}
.pd_catagory{
    margin-bottom: 40px;
}
.category-section {
    position: relative;
}
.section_two {
    padding: 80px 0px;
}
.second_title {
    font-size: 40px;
    color: #0b640c;
    line-height: 1.1;
}
