    /* Basic styles */
    body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    p {
			-moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
			-webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
			-moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
			-o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
			transition: width 1s ease-in-out, left 1.5s ease-in-out;
		}
    
    header {
      background-color: #eb3323;
      color: #fff;
      padding: 40px;
      padding-bottom: 75px;
      margin-bottom: 0px;
     
    }
    .subheader {
    
      background-color: #413b3a;
      color: #fff;
      padding: 0px;
      margin-bottom: 50px;
      justify-content: center;
      align-items: center;
     
    }
    .subheadercontainer {
      text-align: center;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
     
    }
    .subheader .subheadercontainer h2{
      font-family:Arial, Helvetica, sans-serif;
      font-size: 20px;


    } 


    .logo{ position: absolute;
      margin-top: -20px;
      z-index: 1;

    }
    .logo img{
      height:170px;
      width: 170px;
      transition: width 0.3s ease, height 0.3s ease;


    }
    
      .container {
      flex: 1;  
      display: flex;
      width: 100%;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
     
    }
    
    .column {
        background-color: #fdfdfd;  
      flex: 1;
      padding: 15px;
      border-right: 1px solid rgb(216, 214, 213);
     
     
    }
    .columnb {
      background-color: #fdfdfd;  
    flex: 1;
    padding: 15px;
    border-right: 1px solid rgb(216, 214, 213);
   
  }

  .columnb:nth-child(1),
    .columnb:nth-child(2), .columnb:nth-child(3) {
      max-width: 33.333%;
    }


    .column:nth-child(1),
    .column:nth-child(2) {
      max-width: 40%;
    }

    /*image size to fit width in columns 1 and 2 */
    .columnb:nth-child(1) img {

      width: 100%;
      padding-top: 20px;
      
          }


          .columnb:nth-child(2) img {

            width: 100%;
            padding-top: 20px;
                } 


                .columnb:nth-child(3) img {

                  width: 100%;
                  padding-top: 20px;
                      }





    .column:nth-child(1) img {

width: 100%;


    }

    .column:nth-child(2) img {

      width: 100%;
     

          }

          .column:nth-child(3) img {

            width: 100%;
            padding-top: 20px;
            padding-right: 20px;
            padding-left: 20px;
                }

   /*End*/
    
    .column:nth-child(3) {
        max-width: 20%;
        border-right:none;
      
    }

    .columnb:nth-child(3) {
      border-right:none;
    
  }

    .column-block-1{
      width:auto;
      min-height: 30px;
      padding:5px;
      margin-bottom: 15px;

    }
    .column-block-2{
      background-color: rgb(173, 173, 173);
      width:auto;
      min-height: 30px;
      padding:5px;
      margin-bottom: 15px;

    }
    .column-block-3{
      background-color: rgb(134, 134, 134);
      width:auto;
      min-height: 30px;
      padding:5px;
      margin-bottom: 15px;

    }
    

    
    footer {
      background-color: #363634;
      color: #ffffff;
      padding: 20px;
      margin-top: 25px;
    
    
    }

    .footer-text{
      margin-left: auto;
      margin-right: auto;
      font-size: 0.90em;
      color: #d7d7d7;
      max-width: 750px;
      text-align: center;
      
      
      


    }
  

      /* Media queries for responsive layout */
      @media screen and (max-width: 1200px) {

        .logo img{
    width: 160px;
    height: 160px;

      }


      }


         /* Media queries for responsive layout */
         @media screen and (max-width: 1024px) {

.logo img{
width: 150px;
height: 150px;

}


}


      /* Media queries for responsive layout */
    @media screen and (max-width: 768px) {
      .container {
        flex-direction: column;
    
      }
      .logo img{
    width: 100px;
    height: 100px;

      }
      
      .column {
        padding: 10px;
        border-bottom: 1px solid rgb(216, 214, 213);
        margin-left: 20px; margin-right: 20px;
        border-right:none;
        
    
      }

      .columnb {
        padding: 10px;
        border-bottom: 1px solid rgb(216, 214, 213);
        margin-left: 20px; margin-right: 20px;
        border-right:none;
        
    
      }


    .column:nth-child(1),
    .column:nth-child(2),
    .column:nth-child(3) {
      max-width: 100%;
    }

    .columnb:nth-child(1),
    .columnb:nth-child(2),
    .columnb:nth-child(3) {
      max-width: 100%;
    }
    .column:nth-child(3) {
        border-bottom:none;
        
    }
    .columnb:nth-child(3) {
      border-bottom:none;
      
  }

    .column:nth-child(3) img {

      width: 45%;



    }
    .columnb:nth-child(1) img,  .columnb:nth-child(2) img, .columnb:nth-child(3) img {

      width: 45%;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 40px;



    }


    }

     /* Page Text format */

     .column h1{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      text-transform: uppercase;
      color: #413b3a;
      padding-bottom: 10px;
      border-bottom: 1px dotted rgb(249, 6, 6);


     }
     .columnb h1{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      text-transform: uppercase;
      color: #413b3a;
      padding-bottom: 10px;
      border-bottom: 1px dotted rgb(249, 6, 6);


     }
     .column h2{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #413b3a;
      font-size: 24px;
      padding-top: 20px;


     }
     .columnb h2{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #413b3a;
      font-size: 24px;
      padding-top: 20px;


     }
     .column h2 a:hover{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #fad019;
      font-size: 24px;
      text-decoration:none;


     }

     .columnb h2 a:hover{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #fad019;
      font-size: 24px;
      text-decoration:none;


     }
     .column h2 a{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #eb3323;
      font-size: 24px;
      text-decoration:none;
      transition: color 0.3s ease;


     }
     .columnb h2 a{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #eb3323;
      font-size: 24px;
      text-decoration:none;
      transition: color 0.3s ease;


     }


     .column p{
      font-size:18px;
      color: #6d6d6d;
    


     }

     .columnb p{
      font-size:18px;
      color: #6d6d6d;
    


     }

     /*------*/

     p a:hover{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #fad019;
      text-decoration:none;


     }
     p a{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: #eb3323;
      text-decoration:none;
      transition: color 0.3s ease;


     }

  
     p span{
font-style: italic;

     }

 /* buttons  */
     
    .button {
      display: inline-block;
      padding: 10px 20px;
      background-color: red;
      color: white;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .button::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      border: solid black;
      border-width: 2px 2px 0 0;
      transition: transform 0.9s ease;
      opacity: 0;
    }
    
    .button:hover {
      background-color: #fad019;
      color: black;
    
    }
    
    .button:hover::before {
      transform: translate(4px, -50%);
      opacity: 1;
    }
    
    





     /* Youtube + Vimeo video */

     .video-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; /* 16:9 aspect ratio (adjust as needed) */
    }
    
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    


    /*slideshow */
    * {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #201f1f;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;

}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.mySlides img{
  border-radius: 50%;
  padding: 20px;


}
@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

  


    /*Image Displays*/

  
    .image-portrait-container {
      width: 40%;
      position: relative;
      overflow: hidden;
      aspect-ratio: 1;
      margin-left: auto;
      margin-right: auto;
    }
    
    .image-portrait-container img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
    }

    .image-container {
      width: 50%;
      position: relative;
      overflow: hidden;
      aspect-ratio: 1;
  
    }
    
    .image-container img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
    }

    .logo-image{
      padding-left: 20%;
      padding-right: 20%;
      padding-top: 40px;


    }

    /* Divder */
    hr.solid {
      border-top: 2px solid #bbb;
    }




   /* hero Banner */ 

    .hero-banner {
      background-image: url('../images/hero/curtain-bg.jpg');
      background-size: cover;
      background-position: center;
      height: 500px; /* Adjust the height as per your requirements */
      position: relative;
      margin-top: 20px;
    }
    
    .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }


    .hero-content h1{
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



    }

    .hero-content h2{
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



    }
    
    .fade-in {
      opacity: 0;
      animation: fadeSlideIn 1s ease-in-out forwards;
    }
    
    @keyframes fadeSlideIn {
      0% {
        opacity: 0;
        transform: translateY(50px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    