@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/icon/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYLALbrMgpQr4nnNJkcyAQPx0&skey=b8dc2088854b122f&v=v241) format('woff2');
}


#top-gradient-bar {
    position: fixed;
    top: -12px;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 9999;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}
body.scrolled #top-gradient-bar {
    opacity: 0.85;
}


.parallax-container {
    position: relative;
    overflow: hidden;
    /*height: auto;*/
    height: 100vH !important;
    min-height: 90vH !important;
    /* min-height: 1280px; */
    top: -80px;
}

/* Initial Navbar Styling */
#main-navbar {
    height: 96px; /* Increased height to accommodate the large logo */
    line-height: 96px; /* Center content vertically for fixed height */
    transition: background-color 0.3s ease, height 0.3s ease, line-height 0.3s ease; /* Smooth transitions */
    box-shadow: none !important; /* Start with no shadow */
}

/* Initial Logo Styling */
#navbar-logo {
    height: 62px; /* Default height */
    width: 243px; /* Default width */
    object-fit: contain; /* Ensures the SVG scales correctly within its bounds */
    transition: height 0.3s ease, width 0.3s ease; /* Smooth transition for logo size */
    margin-top: 16px; /* Adjust to center the logo vertically within the 120px navbar */
        margin-left: 20px;
        margin-bottom: 10px;
}

/*#navbar-logo {*/
/*    height: auto;*/
/*    width: 75%;*/
/*    object-fit: contain;*/
/*    transition: height 0.3s ease, width 0.3s ease;*/
/*    margin-top: 16px;*/
/*    margin-left: 20px;*/
/*    margin-bottom: 10px;*/
/*}*/

/* Styles for scrolled state */
#main-navbar.scrolled {
    background-color: #0F060F !important; /* Fades to white */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; /* Add subtle shadow */
    height: 72px; /* Materialize default navbar height */
    line-height: 72px; /* Center content vertically */
}

#main-navbar.scrolled .brand-logo {
    height: 72px; /* Adjust brand-logo container to match navbar height */
    line-height: 72px;
}

#navbar-logo.scrolled {
    height: 48px; /* Shrinks to 48px height */
    width: auto; /* Let width scale proportionally */
    margin-top: 12px; /* Adjust to center the logo vertically within the 64px navbar */
}

/* Adjustments for links inside the scrolled navbar for better visibility */
#main-navbar.scrolled ul li a:not(.btn) {
    color: #F7F6F3 !important; /* Darken link color */
}

/* Materialize default behavior for links */
#main-navbar ul li a:not(.btn) {
    height: inherit; /* Ensure links fill the height of the li */
    line-height: inherit; /* Inherit line-height for vertical alignment */
}

/* Override Materialize default padding for nav-wrapper to extend content */
.nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

/* Fix for Materialize mobile sidenav trigger color on transparent navbar */
.sidenav-trigger {
    color: #fff; /* Default to white for transparent */
    line-height: 120px; /* Match initial navbar height */
    transition: line-height 0.3s ease;
}

#main-navbar.scrolled .sidenav-trigger {
    color: #fff; /* Change to dark when scrolled */
    line-height: 64px; /* Match scrolled navbar height */
}

/* Ensure mobile nav links are not affected by scroll color */
.sidenav li > a {
    color: rgba(0, 0, 0, 0.87); /* Default Materialize color */
}


/*!* Active nav link style *!*/
/*nav ul li a.active {*/
/*    border-bottom: 2px solid #ec407a; !* your pink tone from the logo *!*/
/*    color: #ec407a !important;        !* highlight color *!*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*!* Optional: subtle hover color *!*/
/*nav ul li a:hover {*/
/*    color: #f48fb1 !important;*/
/*}*/

/*#main-navbar ul li a.active {*/
/*    border-bottom: 2px solid #f02e69;*/
/*    color: #f02e69 !important;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/


.subsection .row {
    padding-top: 15%;
    /*padding-bottom: 2rem;*/
    /*padding-top: 2rem;*/
    padding-bottom: 10%;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 96px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



.brand-text {
  font-size: 1.20em; /* Adjust text size as needed */
}

.ht_grey {
    color: #D9DADA;
}

    /* Demo page styling */
    .page-content {
      height: 2000px;
      padding-top: 100px;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    }

.spacer-bottom {
    margin-bottom: 3rem;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 1.75rem !important;*/
    min-height: 1px;
}

.top {
    margin-top: 10%;
}



.ht_orange {
   background-color: #FF3EB5;
}

.me_pink {
    background-color: #f02e69;
}


.active {
    /*background-color: #EE741D;*/
}

.display-1 {
            font-size: 5.763rem; /* Adjusted font size for smaller screens */
            margin: 0.68rem 0 0.68rem 0;
            font-weight: 300 !important;
    font-family: "Roboto Flex", sans-serif;
          }

.display-2 {
            font-size: 3.8rem; /* Adjusted font size for smaller screens */
            margin: 0.46rem 0 0.46rem 0;
           font-weight: 300 !important;
    font-family: "Roboto Flex", sans-serif;
          }


.roboto-flex uniquifier {
                  font-family: "Roboto Flex", sans-serif;
                  font-optical-sizing: auto;
                  font-weight: 300;
                  font-style: normal;
                  font-variation-settings:
                          "slnt" 0,
                          "wdth" 142,
                          "GRAD" 0,
                          "XOPQ" 96,
                          "XTRA" 468,
                          "YOPQ" 79,
                          "YTAS" 750,
                          "YTDE" -203,
                          "YTFI" 738,
                          "YTLC" 514,
                          "YTUC" 712;
              }

.ht_gradient {
    background: #FF3EB5;
    background: linear-gradient(40deg, rgba(255, 62, 181, 1) 0%, rgba(225, 30, 34, 1) 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mes_gradient {
    background: #FF3EB5;
    background: linear-gradient(40deg, rgba(238, 46, 105, 1) 0%, rgba(238, 110, 105, 1) 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 .contact-section {
            padding: 20px;
        }
        .avatar-container {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }
        .avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}






.copytext   {

    position: relative;
    margin-top: 5vh;
    margin-bottom: 2vh;

    width: 100%;
    height: auto;
/*    max-width: 704px;*/
}



h1 {
    font-size: 2.9rem;
    line-height: 110%;
    font-weight: 300 !important;
    /*margin: 2.8rem 0 1.68rem 0 !important;*/
}


.flow-text {
    margin-bottom: 2.68rem;
    /*color: #141927;*/
    line-height: 140%;
}

.content::before {
    min-height: 100vH;
    margin-top: -56px;
    background-size: cover;
}

  .text-content {
  max-width: 100%; /* Full width for text */
  padding-right: 0;
  }



    .mobile_white {
        /*height: auto;*/
        background-color: white !important;
    }






/*@media (max-width: 576px) {*/

/*  .content::before {*/
/*    min-height: 50vH;*/
/*    margin-top: -56px;*/
/*	background-size: cover;*/
/*  }*/

/*    .display-1 {*/
/*        font-size: 3.5rem; !* Default font size for display-1 *!*/
/*        font-weight: 600 !important;*/
/*        text-align: left;*/
/*        color: #141927;*/
/*        !*		 margin: 2.8rem 0 0.68rem 0;*!*/
/*    }*/

/*  .display-2 {*/
/*        font-size: 2.5rem; !* Default font size for display-2 *!*/
/*        font-weight: 600 !important;*/
/*        text-align: left;*/
/*        color: #141927;*/
/*        !*		 margin: 0.46rem 0 0.46rem 0;*!*/
/*    }*/
  /*.headline {*/
  /*  font-size: 2em; !* Smaller headline on very small screens *!*/
  /*}*/

  /*.flow-text {*/
  /*    font-size: 1em; !* Smaller subline *!*/
  /*    color: #101624;*/
  /*
}

}*/




.hero-section {
    position: relative;
    min-height: 100%; /* Adjust as needed */
    /*background-image: url('../img/bg_coverteaser.jpg'); */
    /* Desktop background image */

    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Text color for desktop overlay */
    text-align: center;
    /*padding: 20px;*/
}

.hero-content-desktop {
    z-index: 1; /* Ensure text is above background */
}

/*GEMINI*/
/* Desktop View (default) */
/*.hero-section {*/
/*    position: relative;*/
/*    min-height: 400px; !* Adjust as needed *!*/
/*    !*background-image: url('../img/bg_boost.jpg'); *!*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: white; !* Text color for desktop overlay *!*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*}*/


/* Mobile View */
@media only screen and (max-width: 600px) { /* Materialize mobile breakpoint is usually 600px */
    .hero-section {
        background-image: none; /* Remove desktop background image */
        min-height: auto; /* Reset min-height for mobile */
        display: block; /* Stack elements naturally */
        color: #333; /* Adjust text color for mobile if needed */
        padding: 0; /* Remove padding if not needed for the image directly */
    }

    .hero-image-mobile {
        width: 100%;
        height: auto;
        display: block; /* Ensure image takes full width */
        /*margin-bottom: 20px; !* Space between image and text *!*/
    }

    .hero-content-mobile {
        /*padding: 20px; !* Add padding to content for mobile *!*/
        text-align: center;
    }


.coverteaser_mobile {
    height: 100vH;
    background-size: cover;
    background-image: url('../img/mobile/bg_14_mobile.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #ffffff;
    z-index: 0;
}
    .sustainability_mobile {
        height: 100vH;
        background-size: cover;
        background-image: url('../img/mobile/bg_sustainability_plain_mobile.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #ffffff;
        z-index: 0;
    }

    .mygro_mobile {
        height: 100vH;
        background-size: cover;
        background-image: url('../img/mobile/bg_mygro_mobile_02.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #ffffff;
        z-index: 0;
    }

    .gong_mobile {
        height: 100vH;
        background-size: cover;
        background-image: url('../img/mobile/bg_gong_mobile.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #ffffff;
        z-index: 0;
    }
}

/* Custom CSS for glowing text */
.glow {
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

/* Custom CSS for vertical alignment */
.icon-list-item {

    display: flex;
    align-items: baseline; /* Vertically centers content */
    margin-bottom: -20px; /* Add some spacing between items */
}
.icon-list-item .material-icons {
    margin-rightl: 20px; /* Space between icon and text */
    /* You can adjust font-size here if 'small' isn't enough */
    font-size: 1.5rem; /* Example: slightly larger icon */
    color: #4CAF50; /* Green color for the icon */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;

}

.card-panel {
     background-color: transparent !important;
}

/*.collapsible-header {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    cursor: pointer;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    line-height: 1.5;*/
/*    padding: 1rem;*/
/*    background-color: transparent !important;*/
/*    border-bottom: 1px solid #575656 !important;*/
/*}*/

/*.collapsible .active {*/
/*    background-color: transparent !important;*/
/*}*/

/*.collapsible {*/
/*     border-top: 0px solid #ddd !important;*/
/*     border-right: 0px solid #ddd !important;*/
/*     border-left: 0px solid #ddd !important;*/
/*    margin: .5rem 0 1rem 0;*/
/*}*/

/*.collapsible-body     {*/
/*    background-color: black !important;*/

/*}*/

.btn-floating {
    background-color: #EE741D !important;
}

/**
 * Safari Section Height Fix - CSS Component
 *
 * This CSS uses the custom --vh property set by the JavaScript
 * to correctly handle viewport heights in Safari.
 */

/* Apply to elements that previously used 100vh */
.vh-fixed {
    height: 100vh; /* Fallback for browsers that support 100vh correctly */
    height: calc(var(--vh, 1vh) * 100); /* Use the custom property with fallback */
}

/* Fix for content::before that uses min-height: 100vh */
.content::before {
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100); /* Custom property with fallback */
}

/* Fix for sidenav-overlay that uses height: 120vh */
.sidenav-overlay {
    height: 120vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 120); /* Custom property with fallback */
    z-index: 10;
}

/* Additional fix for parallax containers */
.parallax-container {
    height: auto !important; /* Fallback */
    min-height: 100vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 100); /* Custom property with fallback */
}

/* Ensure smooth transitions when orientation changes */
@media screen and (orientation: portrait), screen and (orientation: landscape) {
    .vh-fixed, .content::before, .sidenav-overlay, .parallax-container {
        transition: height 0.3s ease;
    }
}


/*accessibility*/
.btn-large {

    font-size: 18px !important;

}

/* --- Base layout (desktop) --- */
.container_paras {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 10px auto;
}

/* SDG icons flexible layout */
.sdg-icons img {
    max-width: 96px !important;
    height: auto;
    margin: 10px 10px 10px 10px;
    display: block;
}

/* Left section (logo + text + button) */
.sustainability-info {
    text-align: left; /* left-align content */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* align under logo */
    justify-content: center;
    padding-left: 2rem; /* balanced spacing */
}

/* KO126 logo base style */
.ko-logo {
    display: block;
    max-width: 220px;
    height: auto;
    /*margin-left: 20px;*/
    /*margin-bottom: 15px;*/
}

/* Tablet and below (<992px): stack + reverse order */
@media only screen and (max-width: 992px) {
    .container_paras {
        flex-direction: column-reverse;
    }

    .sustainability-info,
    .sustainability-sdg {
        width: 100%;
    }

    .sustainability-info {
        text-align: left;
        align-items: flex-start;
        padding-left: 1.5rem;
    }

    /*.ko-logo {*/
    /*    max-width: 160px;*/
    /*    margin-left: 10px;*/
    /*}*/

    .sdg-icons img {
        max-width: 96px !important;
    }
}

/* Mobile (<600px): slightly smaller and centered */
@media only screen and (max-width: 600px) {
    .sustainability-info {
        text-align: left;
        align-items: flex-start;
        padding-left: 0;
    }

    .ko-logo {
        max-width: 120px;
        /*margin: 0 auto 10px auto;*/
    }

    .sdg-icons img {
        max-width: 96px;
    }
}



/* --- SDG Icons List (ul/li replacement for .col grid) --- */
.sdg-icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;     /* Align left (matches Materialize) */
    align-items: left;
    list-style: none;
    gap: 1.5rem 1.5rem;              /* Space between icons (rows x cols) */
    padding: 0;
    margin: 2rem 0 0 0;
}

.sdg-icons-list li {
    flex: 0 1 90px;                  /* Similar to .col s4/m3/l2 proportions */
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: left;
}

.sdg-icons-list img {
    width: 100%;
    max-width: 96px;                 /* Uniform icon size */
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Subtle hover interaction */
.sdg-icons-list img:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}

/* Tablet breakpoint adjustments */
@media only screen and (max-width: 992px) {
    .sdg-icons-list {
        justify-content: left;     /* Center icons on tablets */
        gap: 1rem;
    }
    .sdg-icons-list li {
        flex: 0 1 80px;
    }
}

/* Mobile adjustments */
@media only screen and (max-width: 600px) {
    .sdg-icons-list {
        justify-content: left;
        gap: 0.8rem;
        margin-top: 1.5rem;
    }
    .sdg-icons-list li {
        flex: 0 1 70px;
    }
    .sdg-icons-list img {
        max-width: 72px;
    }
}
