@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
*, body, p {
    font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h5,
h6 {
    font-family: Manrope;
    font-weight: 700;
}

/* width */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: rgba(238, 240, 247, 1);
    border: solid 2.5px white;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #3E5C76;
    border-radius: 3px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #3E5C76;
}

#Content-wrapper{
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;

    font-family: "Google Sans Flex", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#Content-wrapper ul
{
    list-style: unset;
    margin: unset;
    padding: 0 0 0 30px;
}

#Content-wrapper li
{
    display: list-item;
}

#Content-wrapper p strong{
    font-weight: 600;
}

#Content-wrapper h1, #Content-wrapper h2, #Content-wrapper h3, #Content-wrapper h4, #Content-wrapper h5, #Content-wrapper h6 {
    font-weight: 700;
    font-size: unset;
}

#Content-wrapper h2{
    font-size: 40px;
    line-height: 34px;
}

#Content-wrapper h2{
    font-size: 32px;
    line-height: 34px;
}

#Content-wrapper h3{
    font-size: 26px;
    line-height: 34px;
}

#Content-wrapper ins{
    color: #3E5C76;
}

#Content-wrapper a{
    color: #3E5C76;
}

#Content-wrapper a:hover{
    text-decoration: underline;
}

#Content-wrapper figure{
    max-width: 100%;
}

#Content-wrapper figure img{
    width: 100%;
    height: auto;
}

/* =========================
   FOOTER
========================= */

.footer {
    background: #0B2242;
    color: white;
    overflow: hidden;
}

/* =========================
   CTA SECTION
========================= */

.footer-cta {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.footer-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 34, 66, 0.75);
}

.footer-cta-content {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding: 20px;
}

.footer-cta-content h2 {
    max-width: 900px;
    font-size: 54px;
    line-height: 1.3;
    font-weight: 600;
}

.footer-cta-button {
    margin-top: 35px;
    display: inline-block;
    border-radius:5px;
    background: #3E5C76;
    color: white;

    padding: 18px 34px;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s;
}

.footer-cta-button:hover {
    background: #274C77;
}

/* =========================
   MAIN FOOTER
========================= */

.footer-main {
    max-width: 1300px;
    margin: auto;
    padding: 90px 30px 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

/* =========================
   COLUMN
========================= */

.footer-column h3 {
    color: #3E5C76;
    margin-bottom: 25px;

    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-column h4 {
    color: #3E5C76;
    margin-bottom: 25px;

    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 14px;
}

.footer-column ul li a,
.footer-company-info a {
    color: #cfd7e4;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover,
.footer-company-info a:hover {
    color: #A7BED3;
}

/* =========================
   LOGO
========================= */

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 30px;
    text-decoration: none;
}

.footer-logo-circle {
    width: 42px;
    height: 42px;

    border: 1px solid #3E5C76;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-circle span {
    color: #3E5C76;
    font-weight: 700;
}

.footer-logo-title {
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.footer-logo-subtitle {
    color: #b5c0cf;
    font-size: 14px;
}

.footer-company-info p {
    color: #cfd7e4;
    line-height: 1.9;
    margin-bottom: 18px;
}

.footer-phone {
    color: white !important;
    font-size: 20px;
    font-weight: 700;
}

/* =========================
   NEWSLETTER
========================= */

.newsletter-text {
    color: #cfd7e4;
    line-height: 1.8;
}

/* =========================
   BOTTOM
========================= */

.footer-bottom {
    margin-top: 70px;
    padding-top: 30px;

    border-top: 1px solid rgba(255,255,255,0.1);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p {
    color: #aeb9c9;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-socials a {
    color: #cfd7e4;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #3E5C76;
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-cta-content h2 {
        font-size: 25px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .footer-cta {
        height: 340px;
    }

    .footer-cta-content h2 {
        font-size: 28px;
    }

    .footer-cta-button {
        padding: 14px 24px;
        font-size: 14px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

}


/* Slider */
.main-carousel {
    position: relative;
}

/* Page dots — full width bottom bar */
.flickity-page-dots {
    position: absolute;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    text-align: center;
    width: 100%;
    z-index: 10;
    display: flex;
    gap: 4px;
    padding: 0;
    margin: 0;
}

.flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 2px;
    border-radius: 0 !important;
    margin: 0 !important;
    flex: 1;
    transition: all 0.4s ease;
}

.flickity-page-dots .dot.is-selected {
    background: #3E5C76;
    opacity: 1;
}

/* Arrows — inside carousel, bottom right, all screen sizes */
.main-carousel .flickity-prev-next-button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    top: auto;
    bottom: 16px;
    transform: none;
    cursor: pointer;
    padding: 8px;
}

.main-carousel .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: white;
}

.main-carousel .flickity-prev-next-button.previous {
    left: auto;
    right: 64px;
}

.main-carousel .flickity-prev-next-button.next {
    right: 5px;
}

.main-carousel .flickity-prev-next-button .arrow {
    fill: white;
}

.main-carousel .flickity-prev-next-button svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .main-carousel .flickity-prev-next-button {
        width: 32px;
        height: 32px;
        bottom: 12px;
    }

    .main-carousel .flickity-prev-next-button.previous {
        right: 56px;
    }

    .main-carousel .flickity-prev-next-button.next {
        right: 12px;
    }
}

/* Slider */
