/* CSS Document */

:root {

  --color-11: #009284;
  --color-12: #001822;
  --space-xl: 2rem;
  --font-primary: "Montserrat", sans-serif;
}

.cataract {
  /* border: 1px solid white; */
  padding-top: 100px;
  font-family: var(--font-primary);
  color: #C2E0DF;
  background-color: var(--color-12);
}

.cataract .container-fluid {
  padding-top: 2rem !important;
  padding-inline: 5vw !important;
}

.cataract .sec-01 h2{
	line-height: 1.2;
}

.cataract .sec-01 > p{
	max-width:650px;
	margin-top:3rem;
	margin-bottom:3rem;
}

.cataract .sec-01 a {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-11);
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 1px;
}
.cataract .sec-01 a i.bi-telephone-fill {
    margin-right: 12px;
}

.cataract .sec-01 .faqs-container{
	width:100%;

	margin-top:5rem;
	magin-bottom:3rem;
	display:flex;
	flex-wrap: wrap;
}


.cataract .sec-01 .faqs-container .faqs{
	width:calc(100% / 3);
	min-height: 250px;
	border:1px solid #606F74;
/*	padding:24px;	*/
	  color: #ffffffd9;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: all 0.4s ease;
	display: flex;
}
.cataract .sec-01 .faqs-container .faqs::before{
	content:"";
	width:100%;
	position:absolute;
	inset:0px;
	background: linear-gradient(222deg, rgba(0, 24, 34, 0.50) 18.7%, rgba(0, 146, 132, 0.90) 81.3%);
	transition: all 0.5s ease;
}
.cataract .sec-01 .faqs-container .faqs video{
	width:100%; object-fit: cover;
}
.cataract .sec-01 .faqs-container .faqs .faq-content{
	position: absolute;
	left:24px;
    /*top:50%;transform: translateY(-50%);*/
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}
.cataract .sec-01 .faqs-container .faqs .faq-content .play-icon{
	width:60px;
	transition: all 0.5s ease;
}

.cataract .sec-01 .faqs-container .faqs .faq-content article{
	margin-top:20px;
}

#videoModal .modal-dialog {
    max-width: 800px; /* your desired size */
}

#videoModal .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.modal-close-btn.btn-close {
    filter: none !important;
    opacity: 1 !important;
    background-color: #ffffffcc;
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
    font-size: 30px;
	border-radius:50%;
}
.modal-close-btn.btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.cataract .sec-01 .faqs-container .faqs h6,
.cataract .sec-01 .faqs-container .faqs p{
	color: #ffffffd9;
}

.cataract .sec-01 .faqs-container .faqs h6 {
  color: #ffffffd9;
  font-weight: 500;
  margin-bottom: 1rem;
  transition: color 0.3s ease,opacity 0.3s ease;
	font-size: 18px;
/*  position:relative;*/
/*  top:75%;	*/
	
}

.cataract .sec-01 .faqs-container .faqs p {
  font-size: 14px;
  width: 90%;
  max-height: 200px;
  opacity: 1;
  overflow: hidden;
/*  transform: translateY(20px);*/
  transition: all 0.5s ease;
  margin-top: 0;
  color: #fff;
}

.cataract .sec-01 .faqs-container .faqs:hover h6,
.cataract .sec-01 .faqs-container .faqs:hover p{
  opacity:0;
  visibility: hidden;
}
.cataract .sec-01 .faqs-container .faqs:hover::before{
	background: unset;
}
.cataract .sec-01 .faqs-container .faqs:hover .play-icon{
	position:absolute;
	top:50%;
	left:50%;
/*	opacity:0.8;*/
	transform: translate(-50%,-50%);
}

@media(max-width:1366px) {
	.cataract .sec-01 h2 br{display: unset;}
	.cataract .sec-01 .faqs-container .faqs { min-height: 320px;}

}
@media(max-width:768px) {
.cataract .sec-01 .faqs-container .faqs{ padding: 0px; width: 100%;}	
.cataract .sec-01 .faqs-container .faqs .faq-content {right:24px;}	
.cataract .sec-01 .faqs-container .faqs p{width: 100%;}
}
@media(max-width:576px) {
  .cataract {padding-top: 50px;}
/*  .cataract .sec-01 .faqs-container .faqs{ width:100%; }	*/
}
@media (max-width:480px){
  .cataract .sec-01 .faqs-container .faqs .faq-content .play-icon { width: 50px;}
	.cataract .sec-01 .faqs-container .faqs h6 br{display: none;}
	.modal-close-btn.btn-close {font-size: 20px;}
}