.site-info .copyright span:nth-of-type(2) {
    display: none !important;
}

.upload-form .elementor-field-type-upload input[type="file"]::file-selector-button {
    border: 0px solid #CCC;
    border-radius: 30px;
    background-color: #FFFFFF !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway';
    margin-right: 0px;
}

/* Hide the button by default */
.navbar-toggle {
  display: none !important;
}

/* Show the button only on mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }
}

.header_social {
    margin-left: 0px; /* Adjust the value to increase the distance from the left side */
    margin-right: 40px; /* Adjust the value to increase the distance from the right side */
}


.header-navigation-wrapper {
    margin-left: 0px; /* Adjust to increase the distance from the left side */
    margin-right: 80px; /* Adjust to increase the distance from the right side */
}

.rpb-gallery .e-gallery-item {
    position: relative; /* Ensure absolute children are positioned relative to this container */
}

.elementor-gallery-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Start transparent */
    transition: opacity 0.3s ease; /* Smooth transition for visibility */
    opacity: 0; /* Initial hidden state */
    pointer-events: none; /* Ensures click events are only captured when visible */
}

.rpb-gallery .e-gallery-item:hover .elementor-gallery-item__overlay {
    opacity: 1; /* Show the overlay on hover */
    background-color: rgba(0, 0, 0, 0.3); /* Black with 30% transparency */
    pointer-events: auto; /* Enable interactions when visible */
}

.elementor-gallery-item__overlay .custom-button {
    display: inline-block;
    background-color: #F3E034;
    color: #000000;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    z-index: 1001; /* Ensure it's above other content in the overlay */
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    opacity: 1; /* Visible with overlay */
}

/* --- Global: load Source Serif 4 variations (put this in Additional CSS / Site Settings) --- */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;1,400;0,700;1,700&display=swap');

/* ---------------------------
   REMOVE MARGIN COLLAPSE
   (this stops the "shrinking padding" effect)
----------------------------*/
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Allow full scrolling for the page */
body.wp-singular {
    overflow: auto !important;
    height: auto !important;
}

html, body {
    background-color: transparent !important;
}

/* === PAGE-SPECIFIC FULLPAGE RESET WITH NEGATIVE OFFSET === */
body.page-id-31894 #fullpage {
    margin: -58px 0 0 0 !important; /* negative top offset */
    padding: 0 !important;
    height: calc(100% + 78px);        /* compensate for negative margin */
    overflow: hidden;                /* required by FullPage.js */
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* === SECTION STYLING === */
body.page-id-31894 .section {
    display: flex;
    flex-direction: column;
    justify-content: bottom;
    align-items: bottom;
    height: 100vh;
    text-align: bottom;
    font-size: 6rem;
    overflow: hidden;
    position: relative;
}

/* === NAVBAR STYLING === */
body.page-id-31894 .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0D1118;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 10;
}

body.page-id-31894 .navbar .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f1f1f1;
}

body.page-id-31894 .navbar .links {
    display: flex;
    white-space: nowrap;
}

body.page-id-31894 .navbar .links a {
    text-decoration: none;
}

/* === SCROLL TEXT STYLING === */
body.page-id-31894 .scroll-text {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 1.5rem;
    color: #f1f1f1;
    opacity: 0.8;
    z-index: 5;
}

body.page-id-31894 .scroll-text.left {
    left: 20px;
}

body.page-id-31894 .scroll-text.right {
    right: 20px;
}

/* === TABLE CELL FIX FOR FULLPAGE === */
body.page-id-31894 .fp-tableCell {
    display: table-cell;
    vertical-align: center;
    width: 100%;
    height: 100%;

}

/* FORCE LOGO POSITION - VISUAL CORRECTION */
.custom-logo-link {
    position: absolute !important;
    
    /* Reduced from 3.5vw to 2.5vw to compensate for transparent pixels in the logo file */
    left: 3.6vw !important; 
    
    margin: 0 !important;
    padding: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 100 !important;
}

/* Ensure the image block has no extra behavior */
.custom-logo {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    max-width: 27% !important;
    height: auto !important;
}