



body {
  margin: 0;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h5 {
  font-family: 'Georgia', serif;
  color: #002366; /* deep blue */
  margin: 0 0 10px;
}

p {
  color: #444;
  margin-bottom: 20px;
}


.hero {
  text-align: center;
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

.hero h1 {
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.hero p {
  font-size: 1rem;
  margin-bottom: 40px;
}

.awards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.awards img {
  height: 200px;
  object-fit: contain;
}

/* .video-section {
  gap: 30px;
  margin: 60px auto;
} */

.video-side {
    width: calc((368 / 1140) * 100%);
  position: relative;
}

.video-side h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.video-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.video-list li {
  color: #002366;
  cursor: pointer;
}

.video-preview {
  position: relative;
    width: calc((772 / 1140) * 100%);
}

.video-preview img {
  width: 100%;
  border-radius: 4px;
}

.play-button {
  position: absolute;
  top: 45%;
  left: 45%;
  font-size: 3rem;
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-caption {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 8px 12px;
  border-radius: 3px;
  font-weight: bold;
}

.content-section {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100vw; /* Full viewport width */
  margin-left: calc(50% - 50vw); /* Center-aligns full-width content */
  align-items: center;
}

.content-section.reverse {
    flex-direction: row-reverse;
}
.content-section .image img {
  width: 100%;
  padding: 0;
}

.content-section .text {
  width: 50%;
  display: flex;
  justify-content: center;
}

.content-section .button {
  display: inline-block;
  background: transparent; /* red */
  color: #dc1c2e;
  padding: 10px 25px;
  text-decoration: none;
  border: 1px solid #bdbdbd;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.content-section .button:hover {
  background: #a00;
}


/*** image bg***/
.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*** image bg***/





















#content .entry-title {
    text-transform: uppercase;
    font-family: "Old Standard TT", serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1;
}

section.hero {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#content .hero p {
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}



.awards img {
    height: 367px;
}

#content .video-side h3 {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
}

.awards {
    gap: 60px;
}

#content .video-side h3 span {
    display: block;
    font-weight: 300;
    font-size: 13px;
}

#content ul.video-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #b5b5b5;
    overflow-y: scroll;
    max-height: 358px;
}
#content ul.video-list li {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: all 0.3s ease-in-out;
}

.video-section {
    align-items: flex-start;
    max-width: 1140px;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.play-button i {
    font-style: normal !important;
    font-size: 19px;
    left: 2px;
}

.play-button {background: transparent;border: 2px solid #fff;z-index: 2;}


.video-preview .image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 25%;
}

.video-thumb-small {
    width: calc((79 / 368) * 100%);
}

#content ul.video-list li span {
    width: calc((277 / 368) * 100%);
    font-family: "Rubik", sans-serif;
    color: #414141;
    font-weight: 400;
    font-size: 14px;
}




.video-preview a {
    position: relative;
    z-index: 1;
    display: block;
}





section.content-section image {
    width: calc((569/ 1140)* 100%);
}

section.content-section .image {
    width: 50%;
    position: relative;
}

#content .content-section .text h5 {
    color: #003da5;
    font-size:26px;
    margin: 0;
    margin-bottom: 6px;
    font-family: "Old Standard TT", serif;
    text-transform: capitalize;
    font-weight: 600;
}

#content .content-section .text h2 {
    font-size: 60px;
    font-family: "Old Standard TT", serif;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    color: #003da5;
}

.content-section .text p {
    font-size: 20px;
    font-weight: 400;
}

section.content-section .image:before {
}

.content-section .button:hover {
    background: #dc1c2e;
    border-color: #dc1c2e;
    color: #fff;
}

/* .video-preview {
    width: 100%;
} */

#content .video-section h2 {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--clr-primary);
    margin-bottom: 36px;
}













.vid-btn .button {
    display: inline-block;
    background: transparent;
    color: #dc1c2e;
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid #bdbdbd;
    letter-spacing: 0.1em;
    font-weight: 500;
    transition: all 0.3s
ease-in-out;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}

.vid-btn .button:hover {
    background: #dc1c2e;
    border-color: #dc1c2e;
    color: #fff;
}

#content .vid-btn h3 {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #003da5;
}

.vid-btn {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
}

.vid-btn p {
    text-align: center;
    display: block;
    width: 100%;
}









.vid-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
}




.vid-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 30px;
}

#content ul.video-list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}


#content ul.video-list li:hover {
    background: #f1f2f3;
}








.text-inner {
    width: 60.66%;
}

.content-section.reverse .image {
    background: #02296e;
}

.content-section.reverse .image img {
    mix-blend-mode: luminosity;
}

.content-section.reverse .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02296e;
    opacity: 40%;
    z-index: 1;
}

.content-section .image {
    background: #dc1c2e;
}

.content-section .image img {
    mix-blend-mode: luminosity;
}

.content-section .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dc1c2e;
    opacity: 40%;
    z-index: 2;
}

.vid-btn {
    margin-bottom: 78px;
}

@media (max-width: 1190px) {

#inner-page-wrapper > .container {
    width: 100%;
}
}

@media (max-width: 991px) {


.video-side {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

.video-preview {
    width: 100%;
}

.content-section .text {
    width: 100%;
        padding: 30px;
}

.content-section {
    flex-flow: row wrap;
}

section.content-section .image {
    width: 100%;
}
.vid-wrapper {
    flex-flow: row wrap;
}

.video-preview {
    margin-top: 30px;
}




.awards img {
    height: auto;
    width: 100%;
    max-width: 130px;
}


.awards {
    gap: 20px;
}


}



@media (max-width: 768px) {
  .content-section {
    flex-direction: column;
  }

  .video-section {
    flex-direction: column;
  }
}




@media (max-width: 480px) {

		.awards {
		    flex-flow: row wrap;
		}

		.awards img {
		    width: 100%;
		    max-width: 100px;
		}



		#content .content-section .text h2 {
    font-size: 30px;
}

#content .entry-title {
    font-size: 30px;
}



}
