
.hero {
  background-color: #f8f7f3;
  margin-top: -31px;
}
.hero small * {
    color: #bdbdbd;
}
.hero-bg {
	width: 100%;
  object-fit: cover;
  height: 70vh;
}
.hero .main::before {
	content: '';
	position: absolute;
	top: -62px;
	width: 100%;
	height: 70px;
	background: #07423d;
	clip-path: polygon(0 62px, 100% 0, 100% 100%, 0 100%);
}
.profile-wrapper {
  width: 360px; 
  position: relative;
  margin: 50px auto;
}

.profile-image {
  position: relative;
  text-align: center;
}

.profile-image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.green-arch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  height: 102%;
  background-color: #07423D;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.border-arch {
  position: absolute;
  bottom: 18px;
  left: -14px;
  width: 110%;
  height: 102%;
  background-color: transparent;
  border-radius: 50% 50% 0 0;
  z-index: 0;
  overflow: hidden; /* important for masking */
}

.border-arch::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50% 50% 0 0;
  padding: 2px; /* border width */
  background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude; 
}

.skills-section {
  background-color: #07423D; /* سبز */
  margin-top: -80px;
}

.diagonal-left {
	position: absolute;
	top: -65px;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
	z-index: -2;
	transform: skewY(2deg);
}
.diagonal-right {
	position: absolute;
	top: -49px;
	left: 0;
	width: 100%;
	height: 95%;
	background: #07423D;
	transform: skewY(-5deg);
}
.about{
  background-color: #f8f7f3;
}
.about-bg{
  max-width: 40%;
  z-index:0;
}

.contents-box {
	margin-bottom: 100px;
}
.contents-box .row:first-child .col-12 {
  margin-top: -20px;
}

.contents-box .row:nth-child(2) .col-12 {
  margin-bottom: -40px;
  background-color: #ECE6DD;
}

.contents-box p{
  color:#5E5E5E;
}
.contents-box p img{
  max-width: 100%;
  border-radius: 20px;
}

.result::before {
	position: absolute;
	display: block;
	background: #07423d;
	width: 100%;
	height: 65px;
	content: '';
	top: -65px;
	clip-path: polygon(0 62px, 100% 0, 100% 100%, 0 100%);
	z-index: 3;
}
.result::after {
	position: absolute;
	display: block;
	background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
	width: 100%;
	height: 80px;
	content: '';
	top: -80px;
	clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
	z-index: 2;
}

.info-section {
  background-color: #f8f7f3; 
}
.info-section > img {
	top: -70px;
	left: -70px;
}

.info-box {
	background: url('../img/service/bg-items.svg') no-repeat center/contain;
	transition: transform 0.3s ease;
	min-height: 285px;
	margin: -20px;
}
.info-box img {
  height:auto;
  width: 90px;
}

.info-box:hover {
  transform: translateY(-5px);
}

.comments-section {
	
}

.comments-section .container {
  position: relative;
  border-radius: 1rem;
  padding: 3rem 2rem;
  height: 580px;
  background: 
    url('../img/home/comments/bg-comments.svg') center top no-repeat,
    radial-gradient(circle, #AE967F 0%, #f8f7f3 50%);
  
  background-size: contain, cover;
  background-position: center top, center;
  background-repeat: no-repeat, no-repeat;
}

.comments-box {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.comments-section .carousel-indicators [data-bs-target] {
  background-color: #427e76;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.comments-section .carousel-inner {
  margin-top: -50px;
}
.comments-section .carousel-item{
  height: 215px;
  font-size: 0.65rem;
}

.comments-section .carousel-item img {
	border: 7px solid #ffffff;
	border-radius: 50%;
}
.comments-section .carousel-item p {
	height: 65px;
  overflow-y: auto;
}

.comments-section .membersimg1 {
	left: 43px;
	bottom: 11px;
	position: absolute;
}

.comments-section .membersimg1 {
	left: 43px;
	bottom: 15px;
	position: absolute;
}

.comments-section .membersimg3 {
	left: 0;
	bottom: -8px;
	position: absolute;
}

.comments-section .membersimg4 {
	left: 140px;
	bottom: 50px;
	position: absolute;
}

.comments-section .membersimg5 {
	right: 130px;
	top: 50px;
	position: absolute;
}
.comments-section .control{
  background-color: #07423D;
}
.sample{
  background-color: #07423e;
  color: white;
}
.sample svg {
	width: 25px;
	margin-left: 15px;
}
.sample .samples {
	margin-right: -10%;
}

.sample img.main{
  width:500px;
}
.sample img.small{
  width:50%;
}
.newsCarousel .carousel-caption {
  color: #222;
  text-align: right;
  padding: ;
}
.newsCarousel  .carousel-indicators [data-bs-target]{
  background-color: #07423e;
}
.steps{
  background-color: #ECE6DD;
}
.steps .heading {
	margin-top: -25px;
	position: absolute;
	width: 90%;
	height: 55px;
	left: 50%;
	transform: translateX(-50%);
}
.steps ol {
  list-style: none;  
  counter-reset: my-counter; 
  padding-left: 50px; 
}
.steps  ol::before {
	border-right: 2px dashed #333;
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	right: 73px;
}

.steps ol li {
  counter-increment: my-counter;
  margin: 12px 0;
  position: relative;
  height: fit-content;
  padding: 10px 90px 20px 0px;
}

.steps ol li::before {
	content: counter(my-counter);
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
	font-family: 'Savoye LET';
	font-size: 80pt;
	padding-top: 25px;
}

.services ul{
  list-style: none;
}
.services ul svg{
  color: #07423d;
}
.video video {
  display: block;   
  max-width: 100%;  
  height: auto; 
}

.faq .accordion-item {
    background-color: #EFEBE5;
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
  }

.faq   .accordion-button {
    background-color: transparent;
    color: #333;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 10px;
    position: relative;
    font-weight: 500;
  }

.faq .accordion-button::after {
	display: block;
	border-radius: 20px;
	position: absolute;
	left: -60px;
	background: #efebe5;
	width: 50px;
	height: 50px;
	content: '+';
	text-align: center;
	padding-top: 4px;
	font-size: 30pt;
	font-weight: 100;
}

.faq .accordion-button::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
	margin-left: 10px;
}

.faq   .accordion-button:not(.collapsed)::before {
    content: '–';
  }

.faq   .accordion-body {
    padding: 1rem 1.5rem;
    color: #555;
  }

@media(max-width:768px){
  .comments-section {
    height: 550px;
  }
  .info-box {
	min-height: 100vw;
  }
  .about-bg {
    max-width: 80%;
  }
}

.realcomments-box {
  margin-bottom: 140px;
}
.realcomments-box .col-12.rounded-4.p-3 {
	background-color: #ECE6DD;
}

.realcomments-box .col-12.rounded-4.p-3.bg-white {
	margin-bottom: -50px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 10px;
    position: relative;
}


.comment-avatar {
    margin-left: 10px;
}

.comment-avatar img.avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.comment-date {
	font-size: 13px;
	color: #777;
	float: left;
}

.comment-text {
    background-color: #f3f3f3;
    padding: 12px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
	margin-top: 10px;
}

.children .comment-text {
	background-color: #D3E6E4;
}


.children {
	margin-top: 10px;
	border-right: 3px dashed #b4967b;
}