@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:target::before {
  content: "";
  display: block;
  height: 80px; /* Adjust according to your header height */
  margin-top: -40px;
}
 

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 0;
    /* background-image: url("/images/background.webp"), url("/images/background-bottom.webp");
    background-position: top right, bottom left;
    background-attachment: fixed;
    background-repeat: no-repeat, no-repeat; */
    position: relative; 
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size:1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #12130F;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x:hidden;
    height: 100%;
 }



.wrapper {
  width:100%;
  height:auto;
  background-color: #ffffff;
}


h1, .h1 {
    font-weight: 900;
    font-size: 2rem;
    color: #12130F;[]
    text-align: left;
}


h2, .h2 {
  font-weight: 900;
  font-size: 1.2rem;
  color: #12130F;
  text-align: left;
}




p {
  color: #12130Fc4;
  text-align: justify;
}


 

.photo-grid-container {
  column-count: 3;
}


.photo-grid-container h1 {
  width:100%;
  font-family: "Bebas Neue";
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
  padding: 10px 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  color:#070000;
  font-family: 'Bebas Neue';
  line-height:4.5rem;
}

.photo-grid-container-VIP {
  column-count: 3;
}

.crop {
  max-width: 100%;
  width: 33%;
  object-fit: cover;
  object-position: bottom;
  margin-right:0.03rem;
  margin-bottom:1rem;
  border-radius: 10px;
}


.VIP-crop {
  height: auto;
  width: auto;
  object-position: bottom;
  float:left;
  margin-bottom:1rem;
  margin-left:0.5rem;
  border-radius: 10px;
}



.crop-vertical {
    object-fit: scale-down;
    object-position: bottom;
    margin-right:0.05rem;
    margin-bottom:1rem;
    border-radius: 10px;
    box-shadow: 0px 4px 60px 0px rgba(35, 39, 54, 0.11);
  }


  .crop-horizontal {
    object-fit: scale-down;
    width: 100%;
    object-position: bottom;
    margin-right:0.03rem;
    margin-bottom:1rem;
    border-radius: 10px;
  }


  .crop-homepage {
    max-width: 100%;
    width: 28%;
    object-fit: cover;
    object-position: bottom;
    margin-right:0.3rem;
    margin-bottom:1rem;
    border-radius: 10px;
  }


a {
    line-height: inherit;
    color: #232425;
    text-decoration: none;
    cursor: pointer;
}


.cell {
  text-align: justify;
  font-size: 1.1rem;
}


@media screen and (max-width: 600px) {
  .crop, .VIP-crop {
      max-width: 100%;
      width: 100%;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
    }

    .photo-grid-container-VIP {
      column-count: 1;
    }


    .photo-grid-container {
      column-count: 1;
    }
    

    .crop-homepage {
      max-width: 100%;
      width: 100%;
      object-fit: cover;
      object-position: bottom;
      padding-bottom:1rem;
      padding-right:1rem;
    }
}



  @media screen and (max-width: 1100px) {
    .crop, {
        max-width: 100%;
        width: 25%;
        padding-right:0.5rem;
        padding-bottom:0.5rem;
      }
      
}



@media screen and (max-width: 1450px) {
    .crop, {
        max-width: 100%;
        width: 31%;
        padding-right:0.5rem;
        padding-bottom:0.5rem;
      }
}



.grid-container {
    height: 100% !important;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    background-position: center right;
  }


.grid-x > .large-12 {
    margin-top:2rem;
    width: 100%;
    z-index: 2;
  }


  .breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
  }


  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .breadcrumbs::after {
    clear: both;
  }

  .breadcrumbs li {
    float: left;
    font-size: 0.75rem;
    color: #343536;
    cursor: default;
    text-transform: none;
    font-weight: 500;
  }

  .breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "|";
    color: #cacaca;
  }

  .breadcrumbs a {
    color: #707376;
    font-size:0.85rem;
    font-weight: 500;
  }

  .breadcrumbs a:hover {
    text-decoration: none;
    color: #1060e1c3;
  }

  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
  }



.footer-logo { 
    margin-left:0.5rem;
  }


  button.pswp__button--test-button {
    background: #136912 !important;
    font-size: 20px;
    color: #fff;
  }

  
  #submit {
    background: #2274A5 !important;
    font-size: 1.4  rem;
    padding:0.5rem;
    color: #fff;
    font-family: "Bebas Neue", Helvetica, sans-serif;
    font-weight: 600;
  }


  #logout {
    background: #a71753 !important;
    font-size: 0.8rem;
    padding:0.5rem;
    color: #fff;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 600;
    float:right;
    margin-left:1rem;
  }


  #password {
    font-size: 0.8rem;
    padding:0.5rem;
    color: #1c1b1b;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 600;
    width:35%;
  }


  .error {
    font-size: 1rem;
    color: #bd1616;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 600;
  }


 

.sticky-menu {
    position: sticky;
    top: 0;
    background-color: #f8f8f8;
    padding: 10px 20px;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100% !important;
}

.menu-container {
    display: flex;
    justify-content: flex-end;  /* Aligning content inside container to the right */
    align-items: center;
    width: 100% !important;
}

.menu-icon {
    display: none;
    font-size: 24px;
    border: none;
    color: #12130F;
    cursor: pointer;
}


.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #240202;
  -webkit-box-shadow: 0 7px 0 #1f0a0a, 0 14px 0 #1f0707;
  box-shadow: 0 7px 0 #360808, 0 14px 0 #300303;
  content: "";
}


.menu li {
  position: relative; /* Required for absolute positioning of submenus */
}



.menu {
    display: flex;
    gap:0.5rem;
    list-style: none;
    font-family: 'Bebas Neue';
    font-size:1.4rem;
}

.menu li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    transition: color 1s ease;
}

.menu li a:hover {
    color:#2274A5;
    border-bottom:0.1rem solid #BF5700; 
    font-size:1.4rem;
    padding-bottom:-0.2rem;
    margin-bottom:-0.2rem;
}



/* Desktop - Hover Effect */
.menu li.has-submenu {
  position: relative;
   
}

 
.submenu {
  display: none; /* Hide submenu by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f8f8;
  list-style: none;
  padding: 0px;
  width: 13rem;
  margin-left: 0px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}


.submenu li {
  position:relative;
  width: auto;
}


.submenu li a {
  margin-left:0px;
  position:relative;
  width: auto;
  font-size:1.4rem;
  padding-bottom:0rem;
  margin-bottom:0rem; 
}

.submenu li a:hover {
    color:#2274A5;
    border-bottom:0.1rem solid #BF5700; 
    font-size:1.4rem;
    padding-bottom:-6px;
    margin-bottom:-1px; 
}


@media (min-width: 769px) {
  .menu li.has-submenu:hover .submenu {
      display: block;
  }
}




@media screen and (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        background-color: #f8f8f8;
        position: absolute;
        right: 20px;
        top: 2.2rem;
        border: 1px solid #ddd;
         
    }

    .menu-icon {
        display: block;
        color:#12130F;
    }

    .menu.is-visible {
        display: flex;
    }
 

    .menu li a:hover {
      color:#2274A5;
      border-bottom:0.1rem solid #BF5700; 
      font-size:1.4rem;
      padding-bottom:0.3rem;
      margin-bottom:0rem;
   }


    .menu .active > a {
      background: #f8f8f8;
      color:#2274A5;
    }


    .submenu {
      display: block; /* Hide submenu on mobile by default */
      padding-left: 0px;
      position:relative;
      margin-left:0px;
      font-size:1.4rem;
    }

   
    .submenu li a {
      margin-left:0px;
      position:relative;
      width: auto;
      font-size:1.4rem;
      padding-bottom:0px;
      margin-bottom:5px; 
    }
    
    .submenu li a:hover {
        color:#2274A5;
        border-bottom:0.1rem solid #BF5700; 
        font-size:1.4rem;
        padding-bottom:0px;
        margin-bottom:5px; 
    }
    

    /* Display submenu when the parent is active */
    .has-submenu.active .submenu {
        display: block;
          
    }

    /* Add an arrow indicator to show the state (open/close) */
    .menu li.has-submenu > a::after {
        content: ' ▼'; /* Arrow for closed state */
    }

    .menu li.has-submenu.active > a::after {
        content: ' ▲'; /* Arrow for open state */
    }

}





/* Header Section */



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    z-index: 1;
    background-size: cover; 
    background-position: top center;
    background-attachment: fixed; /* Keeps the background fixed when scrolling */
    transition: background-image 0.5s ease-in-out; /* Smooth transition between images */
}

 
 

/* Header Image */
.header-image {
    position: top;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full viewport height */
    object-position: top; /* Centers the image */
    transition: opacity 1.5s ease-in-out; /* Smooth fade effect */
    object-fit: cover;
    opacity:0.5; /* Start hidden */
    /* Start hidden */
}


/* When the image is active */
#header-image.active {
  opacity: 1;
}



/* Optional: Title Inside Header */
.header-title {
    position: fixed;
    left:8%;
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    z-index: 2;
    letter-spacing: 1px;
    color:#FFFFFF;
    font-family: 'Bebas Neue';
    line-height:4.8rem;
    white-space: nowrap; /* Prevent text wrapping */
}

 


/* Logo Position */

.logo {
    position: sticky;
    top: 20px; /* Shift up by 50px */
    left: 8%; /* Same left margin as the header title */
    z-index: 2; /* Ensure the logo is above the header but below the menu */
    width: 20%;
    height: 20%;
    transition: transform 0.3s ease, top 0.3s ease;
}


.logo.shrink {
  position: sticky;
  top: 0px; /* Shift up by 50px */
  left: 8%; /* Same left margin as the header title */
  z-index: 2; /* Ensure the logo is above the header but below the menu */
  width: 20%;
  height: 20%;
  transition: transform 0.3s ease, top 0.3s ease;
  transform: scale(0.7);
  top: 20px; /* Adjust to center the logo vertically */
}



.content {
    position: relative; /* Create a new stacking context */
    background-color: #fff;
    z-index: 3; /* Ensure it stacks above the header */
    padding: 20px;
    margin-top:34%;
    width: 100% !important;
}
 


.content h1 {
    margin-top: 0; /* Push content further down for demonstration */
}


.horizontal-content-footer {
  background-color: #12130F;
  margin:-20px;
  margin-top:10px;
  display:flex;
  align-items: center;
  border-top: 5px solid #2274A5; /* Optional */
  border-bottom: 10px solid #BF5700;;
  flex-wrap: wrap; /* Allows child divs to wrap to the next line */
  height:22rem;
  justify-content: left;
  background-image: url("/Images/Header/footer/DSC04972.jpg") ;
  background-position: bottom right;
  width:auto;
  padding-left:5rem;
}



.horizontal-content-footer a {
  font-family: "Bebas Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size:1.4rem;
  margin-left:0.5rem;
}



.horizontal-content-footer a:hover {
  font-family: "Bebas Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size:1.4rem;
  margin-left:0.5rem;
  color:#FFFFFF;
}
 



.horizontal-content-dark {
  background-color: #12130F;
  margin:-20px;
  display:flex;
  align-items: center;
  border: 1px solid #000; /* Optional */
  flex-wrap: wrap; /* Allows child divs to wrap to the next line */
  gap:2rem;
  padding:2rem;
}


.horizontal-content-light {
    background-color: #ffffff;
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* allows stacking on small screens */
    gap: 2rem;
    padding: 2rem 1rem;
    box-sizing: border-box;
    text-align: center;
}


.horizontal-content-light img {
    max-width: 180px; /* keeps natural proportions */
    width: 100%; /* makes image scale within max-width */
    height: auto;
    transition: transform 0.3s ease;
}


.horizontal-content-light img:hover {
    transform: scale(1.05);
}

.horizontal-content-light h3 {
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  clear:both;
  margin-right:2rem;
}


.horizontal-content-portraits {
  background-color: #ffffff;
  margin-bottom:5rem;
  display: flex;
  justify-content: center; /* Centers the images horizontally */
  align-items: center; /* Centers the images vertically */
  padding-top: 2rem; /* Optional: for some padding inside the container */
}



.content-box-orange {
  color: #12130F;
  border-radius: 20px;
  box-shadow: 0px 4px 60px 0px rgba(35, 39, 54, 0.11);
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.1;
  font-weight: 100;
  text-align: justify;
  background-color: #BF5700;
  flex: 0 0 44%;  
  padding:2rem;
}


.content-box-orange h1 {
  color: #12130F;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Bebas Neue', sans-serif !important;
  line-height:1.6rem;
}


.content-box-blue {
  color: #12130F;
  border-radius: 20px;
  box-shadow: 0px 4px 60px 0px rgba(35, 39, 54, 0.11);
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.1;
  font-weight: 200;
  text-align: justify;
  background-color: #2274A5;
  flex: 0 0 26%; 
  padding:1rem;
}


.content-box-blue h1 {
  color: #12130F;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Bebas Neue', sans-serif !important;
  line-height:1.6rem;
}


.content-box-grey {
  color: #12130F;
  border-radius: 20px;
  box-shadow: 0px 4px 60px 0px rgba(35, 39, 54, 0.11);
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.1;
  font-weight: 100;
  text-align: justify;
  background-color: #C4CBCA;
  display: flex;
  flex: 0 0 26%; 
  align-items: center; /* Center items vertically */
  padding: 1rem;
}


.content-box-grey ul {
  color: #12130F;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.1;
  font-weight: 100;
  text-align: justify;
}


.content-box-grey h2 {
  color: #12130F;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Bebas Neue', sans-serif !important;
  line-height:1.6rem;
  clear:right;
  width:100%;
  margin-bottom: 20px;
}



.content-box-grey-overall {
  color: #12130F;
  border-radius: 20px;
  box-shadow: 0px 4px 60px 0px rgba(35, 39, 54, 0.11);
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.1;
  font-weight: 100;
  text-align: justify;
  background-color: #C4CBCA;
  flex: 0 0 26%; 
  padding:1rem;
}


.content-box-grey-overall h2 {
  color: #12130F;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Bebas Neue', sans-serif !important;
  line-height:1.6rem;
  clear:right;
  width:100%;
  margin-bottom: 20px;
}


.circle-photo {
  width: 200px; /* Set the width of the circle */
  height: 200px; /* Set the height of the circle */
  border-radius: 50%; /* Make the element circular */
  overflow: hidden; /* Hide overflow to ensure circular shape */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff; /* Optional: Add a border */
  margin-right: 20px; 
  position: relative;
}

.circle-photo img {
  width: 100%; /* Make the image fill the circle */
  height: auto; /* Maintain aspect ratio */
  position: absolute;
  top: 3px; /* Adjust this value to shift the image down */
}


.text-content {
  flex: 1; /* Allow text to take the remaining space */
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.1;
  font-weight: 200;
  text-align: justify;
  color: #12130F;
}


.text-content h1 {
  color: #12130F;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Bebas Neue', sans-serif !important;
  line-height:1.6rem;
}


label {
  display: block;
  font-family: "Bebas Neue";
  font-size: 1rem;
  margin-bottom:5px;
}


input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: -10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
}

input[type="submit"] {
    width:auto;
    background-color:#BF5700;
    color: white;
    padding:1rem; 
    border: none;
    cursor: pointer;
    font-size: 1rem;
    height:auto;
    border-radius:8px;
    margin-top:5px;
    display: block;
    
}

input[type="submit"]:hover {
    background-color: #7a3904;
}




/* Responsive Behavior */





@media (max-width: 1700px) {

  .horizontal-content-dark {
    flex-direction: column; /* Stacks the divs vertically */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   
  }

 .content-box-grey-overall {
    flex: 0 0 20% !important; 
    padding:1rem;
  }


  .content-box-grey {
    flex: 0 0 20% !important;
    padding:1rem;
  }

  .content-box-blue {
    flex: 0 0 20% !important;
    padding:1rem;
  }


  .content-box-orange {
    flex: 0 0 40% !important;
    padding:1rem;
  }

 
  
}





@media (max-width: 1030px) {

  .horizontal-content-dark {
    grid-template-columns: 1fr !important; 
  }

 .content-box-grey-overall {
    flex: 0 0 100% !important; 
    padding:1rem;
  }


  .content-box-grey {
    flex: 0 0 100% !important;
    padding:1rem;
  }

  .content-box-blue {
    flex: 0 0 100% !important;
    padding:1rem;
  }


  .content-box-orange {
    flex: 0 0 100% !important;
    padding:1rem;
  }

}





@media (max-width: 1024px) {
    .header-title {
        font-size: 3.5rem;
        line-height:2.5rem;
    }


    .photo-grid-container h1 {
      width:100%;
      font-size: 3.5rem;
      font-weight: bold;
      text-transform: uppercase;
      z-index: 2;
      padding: 10px 20px;
      border-radius: 5px;
      letter-spacing: 1px;
      color:#070000;
      font-family: 'Bebas Neue';
      line-height:3rem;
    }

}


  @media (max-width: 768px) {
    .header-title {
        font-size: 2rem;
        line-height:2rem;
        margin-top:-1rem;
    }
    
    
    .photo-grid-container {
      column-count: 1;
    }


    .content-box-grey {
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center items horizontally */
      text-align: center; /* Center text */
    }
  
    .circle-photo {
      margin-right: 0; /* Remove right margin */
      margin-bottom: 20px; /* Add space between photo and text */
    }


    .logo {
      position: sticky;
      top: 20px; /* Shift up by 50px */
      left: 8%; /* Same left margin as the header title */
      z-index: 2; /* Ensure the logo is above the header but below the menu */
      width: 30%;
      height: 30%;
      transition: transform 0.3s ease, top 0.3s ease;
    }


    .horizontal-content-dark {
      margin-top:-4.2rem;
  } 


} 

/* Client gallery */


.content-gallery {
    width: 100%;
    min-height: 50vh; /* Adjust as needed */
    background-color: #f6e9e9; /* Example background */
}



.container {
  width: 100%;
  margin: 0 auto; /* Center the container */
}


/* Header Styling */
.headers {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: top; /* Vertically center items */
    justify-content: space-between; /* Space between logo and title */
    height: 80vh; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position: relative;
}


.headers h1 {
  position: absolute; /* Position the h1 absolutely within the header */
  left: 20px; /* Align to the left */
  bottom: 20px; /* Align to the bottom */
  margin: 0; /* Remove default margin */
  font-size: 4rem; /* Adjust font size as needed */
  color: #ffffff;
  font-family:"Bebas Neue" !important;
}


/* Content Styling */
.contents {
  background-color: #fff;
  padding: 20px;   
  font-family: "Bebas Neue";
  font-size: 3rem;
}

.logos {
  max-width: 14rem; /* Set a max width for the logo */
  height: auto; /* Maintain aspect ratio */
  width: 100%; /* Make it responsive */
}


.button {

    background: #7a3904 !important;
    font-size:1.3rem !important;
    padding:0.5rem;
    color: #fff;
    font-family: "Bebas Neue", Helvetica, sans-serif;
    font-weight: 600;
    float:left;
    margin-right:1rem;
    
}


.labels {
  display: block;
  font-family: "Bebas Neue";
  font-size: 2rem;
  margin-bottom:-15px;
}


 
/* ✅ Caption styling */
.pswp__caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.7rem 1rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 1); /* semi-transparent overlay */
  box-sizing: border-box;

  text-decoration: none;
  font-family: 'Bebas Neue';  

}





 
