@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    
    font-family: 'Inter', sans-serif;
    -webkit-tap-highlight-color: transparent;
    color: #2D5F7A;
    &::-webkit-scrollbar {
        display: none;
    }
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html.pre-translated body {
    visibility: hidden;
  }
  
html {
    font-size: 16px;
}

body {
    position: fixed;
    width: 100%;
    height: 95%;
}

header {
    position: relative;
    z-index: 1000;
}

.navbar {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.logo img {
    height: 60px;
    cursor: pointer;
}

.logo {
    cursor: default;
}

.menu-list {
    position: sticky;
    top: 0;
}

.dropdown {
    margin: 0 10px 0;
    }
.menu-button {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    margin-top: 5px;
    background-color: #f2f2f257;
  /* border: 0.4px solid #cfcfcf82; */
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
}

.menu-button.active {
    color: #6db17a;
}

.drop-list {
    display: none;
}


.drop-list li {
    padding: 15px;
    border-block-end: 1px solid rgba(203, 201, 201, 0.161);
    cursor: default;
    ;
}

.drop-list a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
}

.drop-list li:hover {
    background-color: rgba(203, 201, 201, 0.161);
}

.nav-link.active {
    color: #6db17a;
}

.has-submenu {
    position: relative;
}


.icon-caret {
    position: absolute;
    text-align: center;
    padding: 19px;
    right: 0;
    top: 1px;
    width: 50px !important;
    height: 50px;
    transition: transform 0.3s ease;
    transform-origin: center;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

.icon-caret.open {
    transform: rotate(0deg);
}

.submenu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    background-color: none;
    z-index: 1000;
}

.submenu.open {
    display: block;
}

.submenu a {
    margin: 0;
    padding: 5px;
    color: #7a807db3;
    font-size: 0.875rem;
}

.submenu li {
    margin: 5px;
    padding: 0;
    color: #7a807db3;
    border-block-end: none;
    transition: transform 0.2s ease;
}


.container {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
    box-sizing: border-box;
}

.column {
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    max-height: 50px;
}

.column h2 {
    margin: 0;
    padding: 10px;
    border-bottom: 0.5px solid #6db17a;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: sticky;
    top: 0;
    z-index: 1;
    color: #2d797ad4;
}

.column .content {
    padding: 6px;
    display: none;
    overflow-y: auto;
    height: calc(100vh - 110px);
    text-align: justify;
    top: 10px;
}

&::-webkit-scrollbar {
    display: none;
}

.content img {
    padding: 20px 0 20px;
    width: 100%;
    height: auto;
    cursor: default;
}

.content h3 {
    padding: 0 0 20px;
    font-size: larger;
    font-family: 'monospace', sans-serif;
    color: #555;
    font-weight: 300;
    cursor: default;
}

.content p {
    cursor: default;
    margin-bottom: 5px;
text-indent: 1.5em;
font-weight: 100;
font-size: 1rem;
}


.column.expanded {
    max-height: none;
}

.column.expanded .content {
    display: block;
}

.scroll-to-top {
    position: absolute;
    bottom: 180px;
    right: 10px;
    background-color: #dedede;
    color: rgba(0, 0, 0, 0.579);
    border: none;
    width: 50px;
    height: 50px;
    font-size: 1.625rem;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: default;
    z-index: 3;
    opacity: 0.7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s, transform 0.3s;
}

.scroll-to-top span {
    color: black;
}

.scroll-to-top:hover {
    background-color: #d1cfcf;
    color: #7a797995;
}

.column .content.scrolled+.scroll-to-top {
    display: flex;
    opacity: 1;
}

.indent {
    margin: 20px 0 0;
}
.social-icons {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  
  .container-link-policy {
    position: relative;
    display: flex;
    flex: 1;
    margin-left: 15px;
  }
  
  .link-policy {
    position: absolute;
    display: none;
    flex-direction: column;
    align-content: center;
    bottom: 120%;
    padding-bottom: 10px;
  }
  .link-policy span {
    white-space: nowrap;
    color: #959595;
    transition: color 0.2s;
    font-size: 14px;
  }
  .link-policy span:hover {
  color: #292929;
  }
  .link-policy a {
    padding-bottom: 5px;
  }
  
  .toggle-icon-document {
    cursor: pointer;
    width: 28px;
    height: 28px;
  }
  
  .icon-container {
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  
  .icon-container svg path {
    transition: fill 0.3s ease;
  }
  
  .icon-container:hover svg path {
    fill: #4A90E2;
  }

@media (min-width: 768px) {
    body {
        overflow: hidden;
        height: 100%;
    }


    .navbar {
        all: unset;
    }

    .menu-button {
        display: none;
    }

    .has-submenu {
        margin-right: 15px;
    }

    .navbar {
        display: grid;
        grid-template-areas:
            'logo drop-list';
        padding-top: 10px;
        padding-right: 80px;
        margin-left: 20px;
        align-items: center;
    }

    .drop-list li {
        border-block-end: none;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .drop-list li:hover {
        background-color: white;
    }

    .logo img {
        transition: transform 0.3s ease;
    }

    .logo :hover {
        transform: scale(1.2);
    }

    .icon-caret {
        transform: unset;
        transition: unset;
        right: -20px;
    }

    .icon-caret.open {
        transform: rotate(180deg);
    }

    .submenu {
        position: absolute;
        list-style-type: none;
        margin: 0;
        padding: 0;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fcfbfb;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .submenu a {
        margin: 0;
        padding: 5px;
        color: #7a807db3;
        font-size: 14px;
        text-align: center;
    }

    .submenu li {
        margin: 0;
        padding: 0;
        color: #7a807db3;
        border-block-end: none;
        transition: none;
    }

    .submenu li :hover {
        background-color: #f1f0f0d4;
    }

    .nav-link {
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
    }

    .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #6db17a;
        transition: width 0.3s ease, left 0.3s ease;
        transform: translateX(-50%);
    }

    .nav-link:hover::after {
        width: 100%;
        left: 50%;
    }

    .container {
        grid-template-columns: repeat(3, 1fr);
        height: 100%;
    }

    .column {
        height: 100%;
        max-height: 100%;
        cursor: default;
    }

    .column h2 {
        cursor: default;
        position: sticky;
    }

    .column .content {
        display: block;
        overflow-y: auto;
    }

    .column .content:not(.scrolled)+.scroll-to-top {
        display: none;
    }

    .column h2 {
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .column h2.hidden {
        visibility: hidden;
        opacity: 0;
    }

    .scroll-to-top {
        bottom: 100px;
    }
}

@media (min-width: 1001px) {
    .column .content {
        padding: 7px;
    }
}



 
 .tip-main-container {
    display: flex;
    justify-content: center;
}
.tips-container {
    margin: 20px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
#photo-tips {
    background: #fff3e06f;
    border-left: 5px solid #ffac4060;
}
#video-tips {
    background: #e3f2fd82;
    border-left: 5px solid #42a4f582;
}

#photo-tips:hover {
    background: #fff3e0;
    border-left: 5px solid #ffab40;
}
#video-tips:hover {
    background: #e3f2fd;
    border-left: 5px solid #42a5f5;
}

.tip-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tip-content {
    font-size: 0.875rem;
}
.icon {
    font-size: 1.6rem;
}
.icon:hover {
    
    font-size: 1.6rem;
}
@media (min-width: 600px) {
    .tips-container {
        max-width: 600px;
    }
}


