@charset "utf-8";
/* CSS Document */


.image-container img {
  max-width: 100%; /* Ensure the image doesn't exceed the container width */
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.float-left {
    max-width: 20%; /* Adjust the width as needed */
    height: auto;
}

.center-image {
    max-width: 40%; /* Adjust the width as needed */
    height: auto;
}
.img{float:right;
}
.banner {
    background-image: linear-gradient(to bottom, rgba(231, 227, 237, 0.10), rgba(219, 208, 238, 0.10));
    padding: 0;
    margin: 0;
}

.title{
	text-align: center;
}

.title img {
	width: 60%;

}

.banner2 img{
	width:48%;
	}

.banner2{
	margin-top: 20px;
	
}

.text-box-title{
	text-align: center;
	font-size: 24px;
}
.text-center {
    text-align: center;
}

.celeb-sig{
	margin-top: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap; /* Allow flex items to wrap to the next line */
    justify-content: space-around; /* Distribute space evenly between flex items */
	margin-left: 30px;
	margin-right: 30px;
}

.flex-box {
    flex: 1; /* Each flex box takes up equal space */
    padding: 20px;
   border: thin;
   text-align: justify;
}

.text-content {
    margin-left: 10;
    margin-bottom: 0;
    margin: 10;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(241, 237, 248, 0.10), rgba(157, 192, 177, 0.10));
}
.video {
    flex: 1; /* Take up 50% of the container */
    margin: 0;
    text-align: justify;
    background-color: #ffffff;
    padding: 25px;
	padding-right: 0;
    border: 6px solid #f7a58c; /* Define the border properly */
    border-radius: 25px; /* Add a unit (e.g., pixels) to the border-radius */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.flex-box2 img {
    max-width: 75%;
    height: auto;
	float:left;
}

.container-news {
    overflow: hidden; /* Clear floats within the container */
}


/* Style for the video player main video caci tech page */
.video {
    width: 100%; /* Make the video player width 100% of its container */
    height: auto; /* Automatically adjust the height to maintain aspect ratio */
    border: thick;
    border-radius: 25px;
}
.video-video {
	width: 25%;
	height: auto;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
	display: block;
	border-width: thin;
	border-style: solid;
	border-radius: 25px;
	float:left;
	clear:both;
}


.conductivity-video {
	width: auto;
	height: 50%;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
	display: block;
	border-width: thin;
	border-style: solid;
	border-radius: 25px;
	float:left;
	clear:both;
}


.text-box {
    flex: 1; /* Expand to fill available space */
    background-color: #f0f0f0; /* Background color for the text box */
    padding: 20px; /* Add padding to the text box */
    border: 1px solid #ddd; /* Add a border around the text box */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
	text-align: left;
}
.text-box2{
	background-color: #C5D2C8;
	width: auto;
	font-size:28px;
	text-align: center;
	padding: 20px;
}

.image-container2 {
  float: right; /* Float the image to the left (or right if you prefer) */
  margin-right: 20px; /* Adjust the margin to create space between the image and text */
}

.text-container {
            flex: 1;
            padding: 10px;
            text-align: center;
        }




.video-container-2 {
    float: left;
    margin-right: 20px;
}

.video2 {
    width: 100%;
    height: auto;
    border: thick;
    border-radius: 25px;
    text-align: left;
    shape-outside: border-box;
}

.text-box-headings {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-size: 28px;
    padding: 10px;
}
