/* =========================================================================
   Blueglass LP — extras
   ========================================================================= */

/* -------------------------------------------------------------------------
   Cover — image-right
   ------------------------------------------------------------------------- */
.landingpage-blueglass .cover-blueglass-lp--image-right,
.cover-blueglass-lp--image-right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.landingpage-blueglass .cover-blueglass-lp--image-right .cover-content,
.cover-blueglass-lp--image-right .cover-content {
    position: static !important;
    inset: auto !important;
    z-index: auto;
    display: block;
    padding-block: clamp(40px, 6vw, 80px);
}

.cover-blueglass-lp--image-right .cover-content .row {
    --bs-gutter-x: clamp(24px, 4vw, 56px);
    align-items: center;
}

.landingpage-blueglass .cover-blueglass-lp--image-right .cover-content-box,
.cover-blueglass-lp--image-right .cover-content-box {
    backdrop-filter: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 100%;
    color: #003a5b;
}

.landingpage-blueglass .cover-blueglass-lp--image-right .cover-content-box .headline--cover,
.cover-blueglass-lp--image-right .headline--cover {
    color: #003a5b;
    font-size: clamp(40px, 4.5vw, 64px) !important;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.cover-blueglass-lp--image-right .text--lead {
    color: #003a5b;
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.6;
    font-weight: 400;
}

.cover-blueglass-lp--image-right .suptitle--cover {
    color: #003a5b;
    margin-bottom: 8px;
}

.cover-blueglass-lp__image {
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 1 / 1;
    width: 100%;
    margin-left: auto;
}

.cover-blueglass-lp__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cover-blueglass-lp--image-right .lp-btn-primary {
    margin-top: clamp(12px, 1.4vw, 20px);
    padding: 14px 8px;
    min-width: 192px;
    border-radius: 4px;
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 500;
}

@media (max-width: 1024px) {
    .landingpage-blueglass .cover-blueglass-lp--image-right .cover-content,
    .cover-blueglass-lp--image-right .cover-content {
        margin-top: 0 !important;
    }

    .cover-blueglass-lp__image {
        aspect-ratio: auto;
        margin: 0 auto clamp(24px, 5vw, 40px);
        max-width: 100%;
    }
    .cover-blueglass-lp--image-right .cover-content .row {
        --bs-gutter-x: 24px;
    }
}

@media (max-width: 550px) {
    .landingpage-blueglass .cover-blueglass-lp--image-right .cover-content-box .headline--cover,
    .cover-blueglass-lp--image-right .headline--cover {
        font-size: 48px !important;
    }
}

/* -------------------------------------------------------------------------
   Quote 
   ------------------------------------------------------------------------- */

.lp-quote__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1145px;
    margin: 0 auto;
}

.lp-quote__image {
    aspect-ratio: 1 / 1;
    order: 1;
    width: 100%;
}

.lp-quote__image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.section--blueglass .lp-quote {
    position: relative;
    margin: 0;
    padding-bottom: 64px;
    padding-inline: 0;
    color: #003a5b;
    max-width: 968px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lp-quote-section {
    padding: clamp(64px, 5vw, 80px) 0;
}

.lp-quote__mark {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(64px, 8.5vw, 120px);
    line-height: 1;
    color: #003a5b;
    user-select: none;
    height: 30px;
}

.lp-quote__mark--open {
    position: absolute;
    top: -32px;
    left: 0;
    transform: translateY(-15%);
}

.lp-quote__text  { order: 1; }
.lp-quote__info  { order: 2; }

.lp-quote__mark--close {
    order: 3;
    align-self: flex-end;
    position: absolute;
    bottom: 20px;
    margin: 0;
    line-height: 0.7;
}

.lp-quote__text {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.4;
    color: #003a5b;
    margin: 0 0 16px;
}

.lp-quote__info {
    display: block;
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.48;
    color: #003a5b;
    margin: 0;
}

@media (min-width: 1024px) {
    .section--blueglass .lp-quote {
        padding-bottom: 0;
        padding-inline: 56px;
        width: 68%;
    }

    .lp-quote__wrapper {
        align-items: center;
        flex-direction: row;
        gap: 64px;
    }

    .lp-quote__image {
        order: 0;
        width: 32%;
    }

     .lp-quote__mark--open {
        top: 0;
    }

    .lp-quote__mark--close {
        position: static;
        margin-top: -0.15em;
        margin-right: -0.05em;
    }
}

/* -------------------------------------------------------------------------
   Simple Cards 
   ------------------------------------------------------------------------- */
.lp-simple-cards-section {
    margin: 0 !important;
    padding-block: clamp(80px, 8vw, 120px);
}

.lp-simple-cards-section--numbers {
    padding-block: clamp(40px, 6vw, 80px);
}

.lp-simple-cards-section .container {
    max-width: min(calc(1120px + ((100vw / 27) * 4)), 100%);
}

.lp-simple-cards__heading {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.48;
    color: #003a5b;
    margin: 0 0 clamp(48px, 5vw, 80px);
}

.lp-simple-cards__heading--default {
    text-align: left;
}

.lp-simple-cards__heading--numbers {
    text-align: center;
    margin-bottom: clamp(16px, 1.8vw, 24px);
}

.lp-simple-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(24px, 3.5vw, 54px);
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-simple-cards__col {
    display: flex;
    width: 100%;
    height: 100%;
}

.lp-simple-card {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 24px clamp(16px, 1.8vw, 24px);
    width: 100%;
    color: #003a5b;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.lp-simple-card__title {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    min-height: 60px;
    color: #003a5b;
    margin: 0;
}

.lp-simple-card__content {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #003a5b;
}

.lp-simple-card__content p {
    margin: 0;
    line-height: 1.6;
}

.lp-simple-card__content p + p {
    margin-top: 8px;
}

.lp-simple-card__content ul {
    list-style: disc;
    padding: 0;
    margin: 8px 0 0;
}

.lp-simple-card__content ul li {
    margin-left: 27px;
    margin-bottom: 0;
    line-height: 1.6;
}

.lp-simple-card__content ul li + li {
    margin-top: 8px;
}

.lp-simple-card__content ul li::marker {
    color: #003a5b;
}

@media (max-width: 768px) {
    .lp-simple-card__title {
        min-height: 0;
    }
}

@media (min-width: 1200px) {
    .lp-simple-cards--default {
        display: flex;
        flex-flow: wrap;
        margin-inline: auto;
        justify-content: center;
    }

    .lp-simple-cards--default .lp-simple-cards__col {
        height: auto;
        width: calc(33.33% - 38px);
    }
}

.lp-simple-cards--numbers {
    justify-content: center;
}

.lp-simple-cards--numbers .lp-simple-card {
    background-color: #f2f2f2;
}

.lp-simple-cards--numbers .lp-simple-card__title {
    font-size: clamp(40px, 4.5vw, 64px);
    line-height: 1;
}

/* -------------------------------------------------------------------------
   CTA — dark
   ------------------------------------------------------------------------- */
.lp-cta-section {
    margin: 0 !important;
    padding-block: clamp(80px, 10vw, 120px) !important;
}

.lp-cta--dark,
.lp-cta--dark-two-columns {
    background-color: #003a5b;
    color: #ffffff;
    border-radius: clamp(24px, 2vw, 30px);
    box-shadow: 0 0 25px rgba(0, 30, 47, 0.25);
    padding-block: clamp(32px, 6vw, 80px);
    padding-inline: clamp(32px, 10vw, 142px);
    max-width: min(1300px, 100%);
    margin-inline: auto;
}

.lp-cta--dark .lp-cta__title,
.lp-cta--dark-two-columns .lp-cta__title {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.48;
    color: #ffffff;
    margin: 0 0 16px;
}

.lp-cta--dark .lp-cta__text,
.lp-cta--dark-two-columns .lp-cta__text {
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

.lp-cta--dark .lp-cta__btn--block {
    display: block;
    width: 100%;
    margin-top: clamp(16px, 3vw, 40px);
}

/* dark-two-columns */
.lp-cta--dark-two-columns {
    padding-block: clamp(32px, 4vw, 40px);
}

.lp-cta--dark-two-columns .row {
    --bs-gutter-x: clamp(24px, 4vw, 64px);
    align-items: center;
}

.lp-cta--dark-two-columns .lp-cta__action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lp-btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #003a5b;
    border: 1px solid #003a5b;
    border-radius: 4px;
    padding: 0 16px;
    height: 50px;
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.lp-btn-light:hover,
.lp-btn-light:focus {
    background-color: #003a5b;
    color: #ffffff;
    text-decoration: none;
}

.lp-cta__btn--block.lp-btn-light {
    width: 100%;
}

.lp-cta--dark-two-columns .lp-cta__btn {
    min-width: 174px;
}

@media (max-width: 1024px) {
    .lp-cta--dark,
    .lp-cta--dark-two-columns {
        padding: 32px;
        border-radius: 24px;
    }
    .lp-cta--dark-two-columns .lp-cta__action {
        justify-content: flex-start;
        margin-top: 24px;
    }
    .lp-cta--dark-two-columns .lp-cta__btn {
        width: 100%;
    }
}

/* -------------------------------------------------------------------------
   Text block
   ------------------------------------------------------------------------- */

.section--blueglass.lp-text-section {margin: 0 !important;}

.section--blueglass .lp-text {
    max-width: min(906px, 100%);
    margin-inline: auto;
    padding-block: clamp(64px, 6vw, 80px);
    color: #003a5b;
    font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
}

.section--blueglass .lp-text p {
    margin: 0 0 24px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.section--blueglass .lp-text p:last-child {
    margin-bottom: 0;
}

.section--blueglass .lp-text a {
    color: #003a5b;
    text-decoration: underline;
}


/* Header changes */

@media (min-width: 1376px) and (max-width: 1700px) {
    .landingpage-template-page-blueglass-lp .navbar-custom .navbar-collapse .navbar--main.navbar-nav .nav-link, .page-template-page-homedesign-2024 .navbar-custom .navbar-collapse .navbar--main.navbar-nav .nav-link {
        padding: 0 .7rem;
    }

    .navbar-custom .navbar-collapse .navbar--main.navbar-nav .nav-link {
        font-size: 1.2rem;
    }
    
    .navbar .nav--btn--light .nav-link,
	.navbar .nav--btn--dark .nav-link {
        font-size: 1rem;
    }
	
	.navbar .nav--btn--light {
		margin-right: .7rem;
	}
}


/* Sticker button */

.sticker-button__block {
    align-items: center;
    background-color: #ffa5c7;
    border-radius: 50%;
    color: #003A5B;
    display: flex;
    flex-direction: column;
    font: 500 18px/1.2 "Circular Std", "Helvetica Neue", Arial, sans-serif;
    gap: 10px;
    height: 150px; 
    justify-content: center;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    transform: rotate(-11deg);
	transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    width: 150px;
    z-index: 2;
}

.sticker-button__block:hover,
.sticker-button__block:focus {
    color: #003A5B;
    text-decoration: none;
    transform: rotate(0deg);
}

.sticker-button__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 0;
}

@media (min-width: 992px){
    .sticker-button__block {
        font-size: 22px;
        gap: 12px;
        height: 180px; 
        padding: 20px;
        position: absolute;
        right: 30px;
        bottom: 160px;
        width: 180px;
    }
}

@media (min-width: 1200px){
    .sticker-button__block {
        height: 219px;
        font-size: 28px;
        gap: 16px;
        width: 219px;
    }
}

@media (min-width: 1376px){
    .sticker-button__block {
        right: 105px;
        bottom: 50px;
    }
}