/* General Body and Typography */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('centurygothic_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('centurygothic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fdfdfd;
    background: #1d2429;
}

.logo {
    max-width: 300px;
}

b.logoBlock {
    display: contents;
    font-family: 'CenturyGothicBold';
}

h1, h2, h3, h4, h5 {
    font-size: 25px;
    margin: auto;
    padding: initial;
    color: #ededed;
    font-family: 'CenturyGothicBold', sans-serif;
}

a {
    color: #006699;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: underline;
}



/* Info Section */
#infoot {
    max-width: 98%;
    margin: auto;
}

#infoot pre {
    font-family: "Noto Sans", sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    background: #303e4f3d;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #193143;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
}

div#topSocials {
    color: #595353;
    text-decoration: none;
    text-align: right;
    background: rgb(55 75 95 / 7%);
    padding: 1px;
}

div#topSocials a {
    color: #303e4f;
    text-decoration:none;
}
div#topSocials p {
    padding: 0px;
    margin: 2px;
}

div#topSocials > div {
    max-width: 1545px;
    margin: auto;
}
/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
    max-width: 1575px;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    color: #ffffff;
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1600px;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
}

.setStyle > div > div {
    display: inline-block;
    text-align: left;
    padding: 1%;
    box-sizing: border-box;
    flex: 1;
}
div#bread {
    background: #efefef;
    padding: 10px;
}
 

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}

 
.cards .delement {
    padding-top: 100px;
    position: relative;
    padding-bottom: 50px;
}

.regularTitle {/* font-weight: 300; */color: #303e4f;font-size: 26px;margin-top: 0px;font-family: 'CenturyGothic', sans-serif;}

.setStyle.cards > div div {
    background: #f7f7f7;
    margin: 1%;
    margin-bottom: 30px;
    padding-bottom: 75px;
}

.formIntro b {
    font-size: 32px;
}
.intro li {
    margin-bottom: 20px;
    list-style: none;
}
.intro .delement {
    align-items: center;
}

a.btn {
    position: absolute;
    bottom: 95px;
    padding: 10px;
    background: #6f96b3;
    color: white;
    text-decoration: none;
}


.setStyle.faq {
    background: white;
}

.setStyle.indented > div {
    max-width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-left: 10px solid #373540;
    padding-left: 20px;
    box-sizing: border-box;
}

.setStyle.outro div {
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.outro img {
    border-radius: 12px;
    /* border: 13px solid #373540; */
    box-shadow: 2px 2px 13px -1px rgb(0 0 0 / 47%);
}

.btnb {
    bottom: 95px;
    padding: 10px;
    background: #6f96b3;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

/* =========================
   GLASS SYSTEM
   ========================= */

.glass {
    position: relative;
    overflow: hidden;

    background: rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);


    box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);

    transition: all 0.25s ease;
}

/* Shine overlay */
.glass::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.02)
    );

    pointer-events: none;
}

/* Hover behaviour */
.glass-hover:hover {
    transform: translateY(-3px);

    background: rgba(255, 255, 255, 0.1);

    box-shadow:
            0 15px 40px rgba(0, 0, 0, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* =========================
   VARIANTS
   ========================= */

/* Darker glass (better for dark UIs) */
.glass-dark {
    background: rgba(20, 20, 20, 0.4);
}

/* Stronger blur */
.glass-strong {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Subtle / flatter glass */
.glass-flat {
    box-shadow:
            0 5px 15px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pageIntro {
    font-size: 22px;
}
.pageIntro > div {
    max-width: 1200px;
    margin-top: 90px;
    margin-bottom: 90px;
}
.pageIntro div {}

.pageIntro h1 {
    font-size: 45px;
    margin-bottom: 45px;
}

/* =========================
   SUBTLE GLASS CARDS
   ========================= */

.fourGlass .delement > div {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.012);
    backdrop-filter: blur(3px) saturate(120%) contrast(105%);
    -webkit-backdrop-filter: blur(3px) saturate(120%) contrast(105%);
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    padding: 28px;
    margin: 3%;
    margin-bottom: 20px;
    transition:
        transform 0.35s cubic-bezier(.22,.61,.36,1),
        box-shadow 0.35s cubic-bezier(.22,.61,.36,1),
        background 0.35s ease,
        border-color 0.35s ease,
        backdrop-filter 0.35s ease,
        -webkit-backdrop-filter 0.35s ease;
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.14),
        0 1px 4px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}


/* =========================
   LIGHT LAYER
   ========================= */

.fourGlass .delement > div::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.08) 0%,
        rgba(255,255,255,0.02) 30%,
        rgba(255,255,255,0.005) 70%
    );

    opacity: 0.6;

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}


/* =========================
   FROST LAYER
   ========================= */

.fourGlass .delement > div::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    opacity: 0.06;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.01)
    );

    transition:
        opacity 0.35s ease;
}


/* =========================
   HOVER (SUBTLE LIFT)
   ========================= */

.fourGlass .delement > div:hover {
    transform: translateY(-2px);

    background: rgba(255, 255, 255, 0.018);

    border-color: rgba(255, 255, 255, 0.10);
    border-top-color: rgba(255, 255, 255, 0.14);
    border-left-color: rgba(255, 255, 255, 0.12);

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.18),
        0 3px 8px rgba(0, 0, 0, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.fourGlass .delement > div:hover::before {
    opacity: 0.8;
}

.fourGlass .delement > div:hover::after {
    opacity: 0.1;
}
