
.testimonial-section{
	padding: 150px 0px;
}

.testimonial-section .sec-title{
	max-width: 320px;
}

.testimonial-section .sec-title p{
	margin-top: 22px;
}

.testimonial-block-one .inner-box{
	position: relative;
	display: block;
	padding: 50px 50px 45px 50px;
	min-height: 575px;   

}

.testimonial-block-one .inner-box .shape{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .icon-box{
	position: absolute;
	display: inline-block;
	right: 50px;
	bottom: 63px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
}

.testimonial-block-one .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #E5E5E5;
	width: 30px;
	height: 2px;
	top: 19px;
	left: 50px;
}

.testimonial-block-one .inner-box .thumb-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 25px;
}

.testimonial-block-one .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-one .inner-box p{
	margin-bottom: 32px;
	min-height: 240px;
}

.testimonial-block-one .inner-box .rating li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #FFC93D;
}

.testimonial-block-one .inner-box .rating{
	margin-bottom: 5px;
}

.testimonial-block-one .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

.testimonial-block-one .inner-box .designation{
	position: relative;
	display: block;
	font-weight: 500;
}

.testimonial-section .nav-style-one .owl-nav button.owl-prev{
	margin-right: 20px;
}

.testimonial-section .nav-style-one .owl-nav{
	position: absolute;
	left: -440px;
	bottom: 130px;
}

.testimonial-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}


/** testimonial-style-two **/
.services-section {
  background: linear-gradient(180deg, #020b24, #010817);
  padding: 100px 0;
  color: #fff;
}
.h_services{
	color: rgb(230, 191, 100);
}

.container_services {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
}

.section-title .line {
  display: block;
  width: 60px;
  height: 4px;
  background: #f5c26b;
  margin: 15px auto 0;
}

.section-title.mt {
  margin-top: 120px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: center;
}

.service-box i {
  font-size: 60px;
  color: #f5c26b;
  display: inline-block;
  margin-bottom: 25px;
}

.service-box h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #f5c26b;
}

.service-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #d7d7d7;
}
.google-reviews-dark {
    background: #1c1f1e;
    padding: 80px 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.review-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
}

.review-card .stars {
    color: #FFC107;
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 18px;
}

.review-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 25px;
}

.review-footer strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.review-footer span {
    font-size: 14px;
    color: #777;
}


/* Responsive */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}





















