/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
  .reveal_header nav{
      	display: flex;
      	justify-content: flex-end;
      	align-items: center;
      }

      header nav ul {
      	align-items: center;
}




.services {
    position: relative; /* Position parent for absolute positioning of dropdown */
}

.drop-child {
    display: none; /* Hide dropdown initially */
    position: absolute;
    top: 100%; /* Position below the parent */
    left: 0;
    background-color: white; /* Background color of dropdown */
    border: 1px solid #ccc; /* Optional border */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
    opacity: 0; /* Start invisible */
    transform: translateY(10px); /* Start slightly lower */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transitions */
    z-index: 1000; /* Ensure it appears above other elements */
}

.services:hover .drop-child {
    display: block; /* Show dropdown on hover */
    opacity: 1; /* Make it visible */
    transform: translateY(0); /* Move to original position */
}


.drop-child li a{
	color:black!important;
	font-size: 14px;

}



.drop-child li {
    margin-left: 0 !important;
    padding: 5px 0px;
    border-bottom: 1px solid #978667;
    width: 100%;
}
.drop-child{
	text-align: left!important;
	width: 200px;
	padding: 10px;

}

.owl-carousel .owl-item{
    overflow: hidden;
}



@keyframes infiniteZoom {
  0%, 100% {
    transform: scale(1); /* Original size */
    opacity: 1; /* Fully visible */
  }
  50% {
    transform: scale(1.1); /* Zoomed in */
    opacity: 0.8; /* Slightly faded */
  }
}

.zoom {
  animation: infiniteZoom 3s infinite; /* Adjust duration as needed */
}








.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}
.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #000;
}
.sec-title h2 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--blue);
}
.sec-title p {
    font-size: 18px;
    line-height: 28px;
}
.testimonial-area {
    background: var(--blue);
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.testimonial-area .owl-carousel {
   /* overflow: hidden;
    padding: 0 20px;
    margin: 0px -40px;
    padding-right: 40px;*/
}
.testimonial-area .owl-stage-outer {
    padding: 30px 50px;
    margin-left: -34px;
    width: calc(100% + 100px);
}
.single-testimonial {
    border: 7px solid #f7f7f7;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}
.single-testimonial p {
    font-size: 15px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}
.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
}
.round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}
.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}
.round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}
.client-video {
    padding-right: 15px;
}
.client-info {
    position: relative;
    z-index: 3;
}
.client-info a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
}
.client-info h6 {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
}
.client-info span {
    display: inline-block;
    font-size: 12px;
}
.sec-title.white-title h2 {
}
.testimonial-content .owl-dots button {
    background: #978667 !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}
.testimonial-content .owl-dots {
    text-align: center;
    margin-top: 50px;
}
.testimonial-content .owl-dots button.active {
    width: 30px;
}









.round-2::after {
    
    background: #978667!important;
   
}

.round-1::after {
   
    background: #978667!important;
}

.owl-carousel .owl-item img{
    border-radius:50px;
}


.testimonial-content .owl-dots {
     margin-top: 30px !important; 
     right: unset; 
     width: unset; 
     top: unset; 
     
     transform: unset; 
     position: unset; 
     z-index: unset; 
}

.mt-sm-3{
    margin-top: 0px!important;
}




 @media(max-width:760px){
      .desk-none{
        display: block!important;
      }
      .mob-none{
      	display: none!important;
      }

      .reveal_header nav{
      	display: flex;
      	justify-content: flex-end;
      }
      .logo_normal img{
        width:120px!important;
        height: 60px!important;
      }

      .logo_sticky img{
         width:120px!important;
        height: 60px!important;
      }

      .logo_panel{
        background-color: black!important;
      }
      .privacy-section h3{
    font-size: 18px!important;
}

   .privacy-section h1{
    font-size: 22px!important;
    text-align: center;
}

.testimonial-area .owl-stage-outer {
    padding: 0px 0px;
    margin-left: 0;
    width: 100%;
}

    .slide-text h2, .slide-text h3 {
        font-size: 25px!important;
    }
    .title h2, .title h3{
        font-size: 25px!important;

    }
    .box_item_info h2 {
    font-size: 25px!important;
    margin-bottom: 0px;
  
}

.mt-sm-3{
    margin-top: 15px!important;
}

.logo_panel img{
    height: 80px!important;
}

    }