@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

html, body {
  width: 100%;
  overflow-x: hidden;
}

#Testimonials{
	color: #F6CB3E;	
}

.header{
	background-image:url( "../Images/Testimonials Page/Header.jpg");
	background-position: top;
	background-size: cover;
	height: 100vh;
	position: relative;
	background-attachment: fixed;
}

.header_content{
	width: 448px;
	height: 233px;
	position: absolute;
	top: 130px;
  	left: 222px;

}

.header_content p{
	margin-top: 6px;
	font-weight: 500;
	text-align: justify;
}


.header_content h1{
	color:#333333;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 700;
	text-shadow: 2px 2px 6px rgba(51, 51, 51, 0.2);
	text-align: start;
}


@media (max-width: 700px) {
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: scroll;
    height: 100vh;
    box-sizing: border-box;
     background-position: 20% 80%;; 
  }

  .header_content {
    max-width: 448px; 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 8%;
    top: 130px;
  }

  .blue h4 {
    text-align: center;
    font-size: 18px; 
  }

  .content h1 {
    font-size: 40px;
  }
}

@media (max-width: 500px) {

  .header_content {
    max-width: 350px; 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    top: 130px;
    left: 4%;
  }
  
  .header_content h1{
      font-size:40px ;
  }

  .header_content p{
      font-size:14px ;
  }


}


h2{
	color:#333333;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
	text-align: center;
}


h3{
	color:#333333;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
}

p{
	color:#333333;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	
	
}




@media (max-width: 400px) {
    
h1{
	font-size: 44px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 700;
	text-shadow: 2px 2px 6px rgba(51, 51, 51, 0.4);
}    
    
    
h2{

font-size: 28px;
font-family: "Montserrat", sans-serif;
  font-weight: 500;
}


h4{

	font-size: 22px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
}


p{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 300;
	line-height: 1.4;
	text-align: justify;
	
}
    
}


section{
	margin: 100px 70px;
}



@media (max-width: 1200px) {


section{
	margin: 70px 55px; 
		
	}
}

@media (max-width: 768px) {


section{
	margin: 70px 45px; 
		
	}
}






.container{
	display: flex;
	flex-direction: column;
	align-items: center;
	
	
}

.box{
	width: 793px;
	height: auto;
}

.gallery {
	width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.gallery-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 530px;
	height: 700px;
	object-fit: cover;
	transition: transform 0.3s ease;

        }

.gallery-left img {
	width: 100%;
	height: 340px;
	border-radius: 38px;
	background-color: transparent;
	box-shadow: 2px 2px 4px rgba(0,67,101,0.2);
	object-fit: cover;
	transition: transform 0.3s ease;


}

.gallery-left, .gallery-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 530px;
	height: 700px;
}

.gallery img {
    max-width: 100%;
	width: 100%;
	height: 340px;
	border-radius: 38px;
	background-color: transparent;
	box-shadow: 2px 2px 4px rgba(0,67,101,0.2);
	object-fit: cover;
	transition: transform 0.4s ease; 
}

.gallery img:hover {
	transform: scale(1.01); /* Slight zoom on hover */
}

.gallery-right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:750px;
}

.gallery-right img {
	width: 363px; 
	height: 700px;
	border-radius: 38px;
	background-color: transparent;
	box-shadow: 2px 2px 4px rgba(0,67,101,0.2);

}

#more-images-1{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;	
	}

#more-images-2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;	
	}

#more-images-3{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;	

	}

#more-images-4{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;	

	}

.gallery-left2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:363px;
}

.gallery-left2 img {
	width: 363px; 
	height: 700px;
	border-radius: 38px;
	background-color: transparent;
	box-shadow: 2px 2px 4px rgba(0,67,101,0.2);

}

.gallery-left3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 363px;
	height: 700px;
}

.gallery-left3 img {
	width: 100%;
	height: 340px;
	border-radius: 38px;
	background-color: transparent;
	box-shadow: 2px 2px 4px rgba(0,67,101,0.2);
	object-fit: cover;

}

 @media (max-width: 768px) {
     
 .container{
     width: 100%;
     height:auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}   

.container p{
    width: 100%;
}
.gallery {
    width: 100%;
    height:auto;
	flex-direction: column;
	align-items: center;
		

}

.gallery-right{
    width: 100%;
    height:auto;
 	flex-direction: column;
 	gap: 22px;
 	align-items: center;
 	justify-content: center;

}
	 
.gallery-left {
	width: 100%;
	height:auto;
	align-items: center;
	gap: 22px;
 	justify-content: center;
}

.gallery-left2{
    width: 100%;
     height:auto;
	flex-direction: column;
	gap: 22px;
	align-items: center;
	justify-content: center;
}

.gallery-left3{
    width: 100%;
    height:auto;
	flex-direction: column;
	gap: 22px;
	align-items: center;
	justify-content: center;
}

 .gallery img,
  .gallery-left img,
  .gallery-right img,
  .gallery-left2 img,
  .gallery-left3 img {
    width: 530px ;
    height: 340px;
    object-fit: cover;
  }


.btn2{
    width: 100%;
    justify-content: center;
    align-items: center;
}

.btn2 p{
    text-align: center;
}

}



 @media (max-width: 380px){
 .gallery img,
  .gallery-left img,
  .gallery-right img,
  .gallery-left2 img,
  .gallery-left3 img {
    width: 322px ;
    height: 340px;
    object-fit: cover;
  }
}
.button{
	width: 100%;
	display: flex;
	justify-content: center;
}

/* Button2 */

.btn2{
	width: 158px;
	height: 55px;
	border-top:2px solid #F6CB3E;
	border-bottom:2px solid #F6CB3E;
	border-left: 2px solid transparent;
 	border-right: 2px solid transparent;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.border{
	width: 150px;
	height: 44px;
	border: 2px solid #0804A3;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

a{
	list-style: none;
	text-decoration: none;	
}

.btn2 p{
	color:#333333;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
	transition: color 0.3s ease;
}

.btn2:hover{
	transform: scale(1.05);
  	border-left-color: #F6CB3E;
  	border-right-color: #F6CB3E;
}

.btn2:hover .border{
	background-color: #0804A3;
}

.btn2:hover p{
	color:#F4F4F4;
}

/* Button2 */



#more-images-1 {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}


#more-images-1.show {
	display: flex;
	opacity: 1;
}






#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

#lightbox-img {
  max-width: 100%;
  max-height: 95%;
  animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#closeBtn {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 60px;
  color: white;
  cursor: pointer;
  user-select: none;
}

#prevBtn, #nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    border: none;
    color: white;
    font-size: 20px;
    width: 50px;
	height: 50px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    transition: background 0.3s;
}

#prevBtn:hover, #nextBtn:hover {
    background: rgba(255,255,255,0.6);
}

#prevBtn {
    left: 50px;
}

#nextBtn {
    right: 50px;
}


	
.faq-item {
    display: flex;
    flex-direction: column;
     height: 100%;
	width: 100%;
	background: #F4F4F4;
	border-radius: 37px;
	padding-top: 12px;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem; 
	cursor: pointer;
}

.faq-question h3{
	width: 100%;
	max-width: 500px;
	text-align: start;
}
.faq-answer p{
	font-weight: 400;
}

.bold-p{
	font-weight: 600;

}

.faq-answer {
	padding: 0 1rem 1rem 1rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out,opacity 0.2s ease-in; 
	margin-bottom: 1rem;
	opacity: 0;
}

.faq-answer p{
	text-align: justify;
}
.faq-answer.open {
    opacity: 1;
}

.faq-answer.open {
	max-height: 600px; 
	padding: 1rem; 

}

.faq-button-container{
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.faq-button {
	width: 50px;
	height: 50px;
	position: absolute;
	border: transparent;
	background: #020181;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.faq-button svg{
	color: #F6CB3E;
	transition: transform 0.2s ease;
}


.faq-button:hover{
	transform: scale(1.1);
}

.faq-button:hover svg {
	color: #F4F4F4;
	transform: rotate(10deg);
}


.faq-button.open {
	background: #F6CB3E;
	transform: rotate(180deg);
}

.faq-button.open:hover{
	transform: scale(1.1);
}

.faq-button.open svg{
	color: #333333;
}


.faq-button.open:hover svg {
	color: #F4F4F4;

}

.faq-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 768px) {
    
  .faq-columns {
    grid-template-columns: 1fr;
  }
  .faq-column {
    width: 100%;
  }
  
 .faq-button-container{
     width: 30%;
     justify-content: flex-end;
 } 
.faq-question h3{
    width: 100%;
    height: auto;
}
}

@media (max-width: 500px) {
    
.faq-question h3{
    font-size:1.1rem;
}    
}