

.content{

    overflow-x: hidden;

    max-width: 100% !important;

}

body {

    --primary: #1081FB;

    --success: #2ED2A3;

    --danger: #DF4655;

    overflow-x: hidden;



}







/* Scroll bar styles */



::-webkit-scrollbar-track {

    padding: 2px 0;

    background-color: #F1F1F1;

}



::-webkit-scrollbar {

    width: 6px;

}



::-webkit-scrollbar-thumb {

    border-radius: 20px;

    box-shadow: inset 0 0 6px rgba(0,0,0,.3);

    background-color: #C5C4C4;

}



::-webkit-scrollbar-thumb:hover {

    background-color: #939292;

}



.clickeable:hover {

    cursor: pointer;

}



.text-success {

    color: var(--success) !important;

}



.btn-primary {

    color: white;

    background-color: var(--primary);

    border-width: 3px;

}

.btn-primary:hover {

    color: white;

    background-color: var(--primary);

    border-color: var(--primary);

    box-shadow: 0px 0px 2px 2px var(--primary);

    border-width: 3px;

}

.btn-success {

    color: white;

    background-color: var(--success);

    border-color: var(--success);

    border-width: 3px;

}

.btn-success:hover {

    color: white;

    background-color: var(--success);

    border-color: var(--success);

    box-shadow: 0px 0px 2px 2px var(--success);

    border-width: 3px;

}

.btn-outline-primary {

    color: var(--primary);

    border-color: var(--primary);

    border-width: 3px;

}

.btn-outline-primary:disabled {

    color: var(--primary);

}

.btn-outline-primary:hover {

    color: white;

    background-color: var(--primary);

    border-color: var(--primary);

    border-width: 3px;

}

.btn-outline-success {

    color: var(--success);

    border-color: var(--success);

    border-width: 3px;

}

.btn-outline-success:disabled {

    color: var(--success);

}

.btn-outline-success:hover {

    color: white;

    border-color: var(--success);

    background-color: var(--success);

    border-width: 3px;

}



.btn-tertiary {

    background-color: #FFFFFF;

    color: var(--primary);

}



.btn-tertiary:hover {

    color: white;

    background-color: var(--primary);

    border-color: var(--primary);

    border-width: 3px;

}



.section-container {

    display: flex;

    align-items: center;

}



.left-title {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: start;

    width: 550px;

    max-width: 100%;

}

.btn-title {

    width: 220px;

    height: 55px;

    border-radius: 30px;

    max-width: 100%;

    font-size: 1.375rem;

    font-weight: 700;

    margin-top: 1.5rem;

}

.title {

    font-size: 4rem;

    color: #1081FB;

    font-weight: 700 !important;

    line-height: 80px;

    margin-bottom: 1rem;



}

.title-2 {

    font-size: 4rem;

    font-weight: 700;

    line-height: 80px;

}



.subtitle {

    color: #587594;

    font-size: 2.125rem;

    font-weight: 700;

    margin-bottom: 1rem;

}

.subtitle-2 {

    font-size: 2rem;

    font-weight: 700;

}

.subtitle-3 {

    font-size: 3rem;

    font-weight: 700;

    line-height: 60px;

}

.subtitle-4 {

    font-size: 2.25rem;

    font-weight: 700;

    line-height: 45px;

}

.text {

    color: #587594;

    font-size: 1.75rem;

    font-weight: 500;

}

.text-2 {

    font-size: 1.5rem;

    color: #587594;

}

.text-3 {

    font-size: 1.25rem;

    color: #587594;

}

.text-big {

    columns: #587594;

    font-size: 2rem;

    font-weight: 500;

    line-height: 40px;

}

/* .title-img-container {

    align-items: center;

} */

.title-img {

    box-shadow: 2px 2px 2px 2px #ccc;

}



.texts-container {

    display: flex;

    width: 100%;

    flex-direction: column;

    align-items: center;

    margin-top: 6rem;

}

.no-decoration{

    text-decoration: none !important;

}



.no-bullet{

    list-style-type:none;

}

.circle-bullet{

    list-style-type:circle;

}



.white-text{

    color: #ffffff !important;

}



/* Header */



.header {

    width: 100%;

    height: 110px;

    background-color: #F8F9F9;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 6rem;

    position: sticky !important;

    top: 0;

    z-index: 3;

}

.header-small {

    height: 70px;

}

.header-img {

    margin-left: 21px;

    cursor: pointer !important;

}

.header-img-small {

    height: 42px;

    margin-left: 10px;

    cursor: pointer !important;

}



.social-media-container {

    display: flex;

    min-width: min-content;

    width: 172px;

    justify-content: space-around;

}

.social-media-container img {

    width: 25px;

}



.menu-container {

    display: flex;

    align-items: center;

    margin-right: 21px;

    max-width: 820px;

    width: 100%;

    justify-content: space-around;

}

.menu-option {

    color: #587594;

    font-size: 1rem;

}

.menu-option-active {

    color: #1081FB;

}

.menu-option-small {

    display: none;

}

.btn-header {

    font-size: 1rem;

    font-weight: 700;

    width: 165px;

    height: 43px;

    border-radius: 25px;

}



@media (min-width: 1120px) {

    .menu-container-small {

        display: none;

    }

}

@media (max-width: 1120px) {

    .menu-option-hide {

        display: none;

    }

    .menu-container {

        width: max-content;

    }

    .menu-option {

        padding: 0 .5rem;

    }

}

@media (max-width: 767px) {

    .menu-option {

        display: none;

    }

    .menu-option-small {

        display: inline-block;

    }

    .header-img {

        display: none;

    }

    .header-img-small {

        display: block;

    }

}



.grey-triangle-bottom-left {

    z-index: -1;

    width: 100%;

    height: 100px !important;

    background: linear-gradient(to bottom left, #ffffff00 50%, #F7F9F9 50%);

}

.grey-triangle-bottom-right {

    z-index: -1;

    width: 100%;

    height: 100px !important;

    background: linear-gradient(to bottom right, #ffffff00 50%, #F7F9F9 50%);

}

.grey-triangle-top-right {

    width: 100%;

    height: 100px !important;

    background: linear-gradient(to top right, white 50%, #F7F9F9 50%);

}



/* ng-select overrides */

.ng-select-container {

    border: none !important;

    box-shadow: none !important;

    background-color: #F6F7F8 !important;

}

.with-icon > .ng-select-container {

    padding-left: 40px;

}

ng-select.form-control {

    border: none;

    border-radius: 6px;

    background-color: #F6F7F8;

}

.ng-placeholder {

    color: #92A5B991 !important;

}



/* Input styles */

.checkbox-container {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 45px;

    margin-bottom: 24px;



}

.checkbox-container label {

    color: #92A5B9;

    font-size: 1.25rem;

    font-weight: 500;

    margin: 0;

}

.checkbox-container input {

    display: none;

}



.checkbox-container input:checked ~ .checkmark::after {

    display: block;

}

.checkbox-container .checkmark {

    width: 30px;

    height: 30px;

    background-color: none;

    border: 2px solid #9B9B9B;

    border-radius: 6px;

}

.checkbox-container input:checked ~ .checkmark {

    background-color: #1081FB;

}

.checkbox-container:hover input ~ .checkmark {

    background-color: #ccc;

}

.checkbox-container:hover input:checked ~ .checkmark {

    background-color: #1081FBaa;

}

.input-container {

    /* display: flex; */

    position: relative;

    width: 100%;

    height: 54px;

    margin-bottom: .75rem;

    /* align-items: center; */

}

.input-container input {

    padding-left: 60px;

}

.input-container input:focus {

    background-color: #F6F7F8;

}

.input-icon-container {

    position: absolute;

    width: 55px;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 50%;

    left: 5px;

    top: 25%;

    z-index: 2;

}

.input-icon-container img {

    max-height: 100%;

}

.form-control {

    width: 100%;

    height: 100%;

    background-color: #F6F7F8;

    border: none;

    border-radius: 30px;

    font-size: 1.5rem;

}

.form-control::placeholder {

    color: #92A5B991;

}

.link {

    color: blue;

    font-size: 1.2rem;

    text-decoration: underline;

}

.required-span {

    font-size: 1.7rem;

    color: #40E7F9;

    position: absolute;

    right: -15px;

    top: 2px;

}

.no-icon {

    padding-left: 12px !important;

}



.with-border {

    border: 2px solid #587594 !important;

}



/* General styles */

.page-title {

    font-size: 2.5rem;

    color: black;

    font-weight: 600;

}



.no-items-message {

    font-size: 1.5rem;

    text-align: center;

    margin: 2rem 0;

}



.radio-button {

    width: 38px;

    height: 38px;

    margin-right: 50px;

    background-color: none;

    border: 3px solid #1081FB;

    border-radius: 38px;

}



.radio-button.checked {

    background-color: #1081FB;

}



.delete-icon {

    color: var(--danger);

}



.btn-bigger {

    font-size: 1.25rem;

    font-weight: 800;

}



.images-collage {

    display: flex;

    flex-direction: column;

    position: relative;

}

.images-collage img {

    width: min-content;

}

.info-section {

    width: 60%;

    padding: 3.5rem 0;

    word-break: break-word;

}



.challenges-container {

    display: flex;

    justify-content: space-around;

}

.challenge {

    max-width: 285px;

    height: 310px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

}

@media (max-width: 670px) {

    .challenges-container {

        flex-direction: column;

        align-items: center;

    }



    .challenge {

        margin: 2rem 0;

    }

}



.contact-us-button {

    width: 220px;

    height: 55px;

    border-radius: 30px;

    font-size: 1.375rem;

    font-weight: 700;

    margin-top: 2.375rem;

    margin-bottom: 6.25rem;

}



.inverted-triangle {

   -moz-transform: scaleX(-1);

   -o-transform: scaleX(-1);

   -webkit-transform: scaleX(-1);

   transform: scaleX(-1);

   filter: FlipH;

   -ms-filter: "FlipH";

}



.triangles-container .row {

    position: absolute;

    top: 100px;

    width: 100%;

}

.triangles-container {

    position: relative;

    width: 100%;

    min-height: 1000px;

    margin-top: 150px;

}

.top-img {

    position: absolute;

    top: -50px;

    width: 100%;

    z-index: -2;

}

.blue-triangle {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 975px;

    z-index: -2;

}

.green-triangle {

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 775px;

    z-index: -2;

}

.green-cropped-triangle {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 975px;

    z-index: -2;

}



.blue-cropped-triangle {

    position: absolute;

    top: 0;

    right: 0;

    width: 80%;

    height: 827px;

    margin-top: 4%;

    z-index: -2;

}

.tools-icon {

    position: absolute;

    top: 0;

    right: 0;

    display: flex;

    justify-content: end;

}

.target-icon {

    position: absolute;

    top: 80px;

    right: 0;

    display: flex;

    justify-content: start;

    width: 25%;

}

.box-tools-icon {

    position: absolute;

    top: 120px;

    right: 5%;

    display: flex;

}

.triangles-info-container {

    position: absolute;

}

.triangles-text {

    font-size: 1.75rem;

    line-height: 35px;

    width: 730px;

    max-width: 100%;

    color: white;

    margin-right: 4.625rem;

}

.hire-button {

    font-size: 1.375rem;

    font-weight: 700;

    border-radius: 2rem;

    margin-top: 2rem;

}

.fab-icon{

	position:fixed;

	width:60px;

	height:60px;

	bottom:40px;

	right:40px;

	background-color:#25d366;

	color:#FFF;

	border-radius:50px;

	text-align:center;

  font-size:30px;

	box-shadow: 2px 2px 3px #999;

  z-index:100;

}

.platform-img {

    margin-right: 4rem;

    z-index: 1;

}

.bluetopia-bg-legend {

    position: absolute;

    bottom: 32%;

    left: 0;

    width: 100%;

    background-image: url("assets/img/bluetopia-bg-logo.png");

    background-repeat: repeat-x;

    height: 113px;

    z-index: -1;

}

.price-section {

    background-image: url(assets/img/Img-baner-price.png);

    background-repeat: no-repeat;

    max-height: 100%;

    max-width: 100%;

}



@media (max-width: 900px) {

    .tools-icon {

        display: none;

    }

    .target-icon {

        display: none;

    }

    .box-tools-icon {

        display: none;

    }

}



.components-container {

    max-width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: start;

    flex-wrap: wrap;



}

.components-title {

    margin: auto 0;

}

.platform-component {

    display: flex;

    flex-direction: column;

    align-items: center;

}

.component-icon {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 155px;

    height: 155px;

    border-radius: 80px;

    background-color: #F8F9F9;

    margin-bottom: 1.5rem;

}

.component-name {

    font-size: 1.5rem;

    font-weight: 500;

    text-align: center;

    color: #587594;

    max-width: 180px;

}

@media (max-width: 530px) {

    .components-container {

        flex-direction: column;

        justify-content: center;

        align-items: center;

    }

}



.btn-register {

    width: 215px;

    height: 55px;

    border-radius: 30px;

    max-width: 100%;

    font-size: 1.375rem;

    font-weight: 700;

    margin-top: 1.5rem;

}



.objective-background {

    position: absolute;

    top: -200px;

    left: 0;

    width: 100%;

    height: 200px;

    z-index: -1;

}

.objective-img {

    max-width: 50%;

}

.background-grey {

    background-color: #F8F9F9;

    position: absolute;

    height: 150%;

    width: 100%;

    z-index: -1;

}

.objective-bush {

    position: absolute;

    left: 0;

    bottom: -4%;

    height: auto !important;

    width: 670px !important;

    max-width: 100% !important;

    z-index: -1;

}

.objective-white-bg {

    position: absolute;

    left: 0;

    bottom: -76%;

    width: 100% !important;

    z-index: -1;

}

.img-center{

    left: auto;

    right: auto;

    width: min-content;

}

.img-bottom-2 {


    left: auto;

    right: auto;

    width: min-content;

}

.img-bottom {

    position: absolute;

    bottom: 0;

    left: auto;

    right: auto;

    width: min-content;

}

.features-container {

    display: flex;

    flex-wrap: wrap;

    margin-top: 2.625rem;

}

.feature:hover {

    cursor: default;

}

.feature {

    width: 325px;

    padding: 1.5rem;

    color: #587594;

    display: flex;

    align-items: start;

    background-color: white;

    margin-right: 1.5rem;

    margin-bottom: 2.625rem;

    flex-grow: 1;

    border: 4px solid white;

}

.feature-active {

    border: 4px solid #1081FB;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.feature-active .feature-number {

    color: #1081FB;

}

.feature-number-container {

    position: relative;

    flex-basis: 38px;

    height: 78px;

}

.feature-number {

    /* position: absolute;

    top: -35px;

    left: -10px; */

    font-size: 6rem;

    font-weight: 700;

    margin-right: .75rem;

    color: #2ED2A3;

}

.feature-description {

    width: auto;

    display: inline-block;

}



.templates-container {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    justify-content: space-between;

    align-items: start;

}

.template {

    display: flex;

    flex-direction: column;

    align-items: center;

}

.template-active {

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.template-icon-container {

    display: flex;

    width: 242px;

    height: 242px;

    border-radius: 125px;

    background-color: #F8F9F9;

    justify-content: center;

    align-items: center;

    margin-bottom: 1.5rem;

}

.template-name {

    color: #587594;

    font-size: 1.5rem;

    font-weight: 500;

    text-align: center;

    max-width: 250px;

}

@media (max-width: 550px) {

    .templates-container {

        justify-content: center;

    }

}



.functions {

    display: flex;

    justify-content: space-around;

    align-items: center;

}

.functions-title {

    margin-right: 6rem;

}

.functions-container {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}

.function {

    font-size: 2rem;

    line-height: 40px;

    margin: .75rem 1.5rem;

    width: min-content;

}

.function-bold {

    font-weight: 800;

}

@media (max-width: 1200px) {

    .functions {

        flex-direction: column;

    }

    .functions-title {

        margin-bottom: 1rem;

        margin-right: 0;

    }

    .functions-container {

        justify-content: center;

        align-items: center;

    }

}



.form-group {

    max-width: 410px;

    display: inline-block;

}



.btn-contact {

    font-size: 1.375rem;

    font-weight: 700;

    padding: 13px 41px;

    border-radius: 40px;

    margin-top: 3.75rem;

}



.contact-info {

    position: relative;

    padding-left: 55px;

    margin-bottom: 1rem;

}

.contact-icon {

    position: absolute;

    top: 0;

    left: 0;

    width: 55px;

    display: flex;

    justify-content: center;

}

.contact-icon img {

    width: min-content;

}



.footer {

    width: 100%;

    height: 380px;

    background-color: #1081FB;

    color: white;

    padding: 50px 21px 0 21px;

}

.footer-content {

    width: 100%;

    height: calc(100% - 54px - 28px);

    display: flex;

    justify-content: space-between;

}

.footer-col {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

}

.footer-text {

    font-size: 1.125rem;

    font-weight: 500;

    line-height: 23px;

    color: white;

}

.footer-text-2 {

    font-size: 1.25rem;

    font-weight: 700;

    line-height: 25px;

    color: white;

}

.footer-contact-us-button {

    font-size: 1.375rem;

    font-weight: 700;

    border-radius: 2rem;

    margin-top: .75rem;

}

.footer-footer {

    margin-top: 28px;

    height: 54px;

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.animated {

    transition: all .2s ease-in-out;

}

.animated-short {

    transition: all .1s ease-in-out;

}

.bottom-text{

    position : absolute;

bottom   : 0;

}



/* Responsivness */

/* XS */

@media (max-width: 575px) {

    .section-container {

        justify-content: center;

    }

    .title-img-container {

        display: none;

    }

    .hide-xs {

        display: none !important;

    }

    .footer-content {

        flex-direction: column;

    }

    .footer {

        height: max-content;

    }

    .footer-social-media-icons {

        flex-direction: row;

    }

    .footer-contact-info {

        max-height: min-content !important;

        height: min-content !important;

    }



    .info-section {

        width: 100%;

    }



    .title {

        font-size: calc(4rem - .6rem) !important;

        color: #1081FB;

        font-weight: 900;

        line-height: 80px;

        margin-bottom: 1rem;

    }

    .title-2 {

        font-size: calc(4rem - .6rem) !important;

        font-weight: 700;

        line-height: 80px;

    }

    .subtitle {

        color: #587594;

        font-size: calc(2.125rem - .6rem) !important;

        font-weight: 700;

        margin-bottom: 1rem;

    }

    .subtitle-2 {

        font-size: calc(2rem - .6rem) !important;

        font-weight: 700;

    }

    .subtitle-3 {

        font-size: calc(2.5rem - .6rem) !important;

        line-height: 50px;

    }

    .subtitle-3 {

        font-size: calc(3rem - .6rem) !important;

        font-weight: 700;

        line-height: 60px;

    }

    .subtitle-4 {

        font-size: calc(2.25rem - .6rem) !important;

        font-weight: 700;

        line-height: 45px;

    }

    .text {

        color: #587594;

        font-size: calc(1.75rem - .6rem) !important;

        font-weight: 500;

    }

    .text-2 {

        font-size: calc(1.5rem - .6rem) !important;

        color: #587594;

    }

    .text-3 {

        font-size: calc(1.25rem - .6rem) !important;

        color: #587594;

    }

}



/* SM */

@media (min-width: 575px) and (max-width: 767px) {

    .hide-sm {

        display: none !important;

    }

    .section-container {

        justify-content: center;

    }

    .title-img-container {

        display: none;

    }

    .info-section {

        width: 100%;

    }

}



/* MD */

@media (min-width: 768px) and (max-width: 991px) {

    .hide-md {

        display: none !important;

    }

}



/* LG */

@media (min-width: 992px) and (max-width: 1199px) {

    .hide-lg {

        display: none !important;

    }

}



/* XL */

@media (min-width: 1200px) {

    .hide-xl {

        display: none !important;

    }

}



/* Custom */

@media (min-width: 0px) and (max-width: 1300px) {

    .benefits-container {

        flex-direction: column-reverse;

        padding-bottom: 3.5rem;

    }

}



/* —— Sección Contacto (hub + dos tarjetas) —— */

.contact-hub-section {

    margin: 10rem 0 7rem;

    margin-top: 9rem;

}

.contact-hub {

    background: linear-gradient(165deg, #f4f9ff 0%, #eef5fc 45%, #ffffff 100%);

    border: 1px solid #d4e5f7;

    border-radius: 28px;

    box-shadow: 0 20px 50px rgba(16, 129, 251, 0.07);

    padding: clamp(1.5rem, 4vw, 2.75rem);

}

.contact-hub-header {

    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);

    max-width: 40rem;

    margin-left: auto;

    margin-right: auto;

}

.contact-hub-heading {

    font-size: clamp(2.25rem, 5vw, 3.5rem);

    font-weight: 700;

    color: #1081FB;

    line-height: 1.1;

    margin-bottom: 0.65rem;

}

.contact-hub-intro {

    margin: 0;

    font-size: 1.125rem;

    font-weight: 500;

    color: #587594;

    line-height: 1.45;

}

.contact-hub-columns {

    align-items: stretch;

}

.contact-hub-card {

    background: #ffffff;

    border: 1px solid #e3edf8;

    border-radius: 20px;

    box-shadow: 0 8px 28px rgba(16, 129, 251, 0.06);

    padding: 1.35rem 1.25rem 1.5rem;

    height: 100%;

    display: flex;

    flex-direction: column;

    min-height: 100%;

}

.contact-hub-card-head {

    display: flex;

    align-items: center;

    gap: 0.9rem;

    margin-bottom: 1.15rem;

    padding-bottom: 1rem;

    border-bottom: 1px solid #edf3f9;

}

.contact-hub-card-icon {

    width: 46px;

    height: 46px;

    border-radius: 14px;

    background: #e8f4ff;

    color: #1081FB;

    font-size: 1.35rem;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    line-height: 1;

}

.contact-hub-card-icon .zmdi {

    line-height: 1;

}

.contact-hub-card-title {

    margin: 0 0 0.15rem 0;

    font-size: 1.2rem;

    font-weight: 700;

    color: #1081FB;

}

.contact-hub-card-sub {

    margin: 0;

    font-size: 0.875rem;

    font-weight: 600;

    color: #587594;

}

.contact-hub-form {

    display: flex;

    flex-direction: column;

    flex: 1;

    min-height: 0;

}

.contact-hub-card .contact-hub-form-group {

    max-width: none;

    width: 100%;

    display: block;

    flex: 1;

}

.contact-hub-card .contact-hub-textarea-wrap {

    height: auto;

    min-height: 108px;

    margin-bottom: 0.75rem;

}

.contact-hub-card .contact-hub-textarea-wrap .form-control {

    height: 100px;

    min-height: 100px;

    padding-top: 0.65rem;

    padding-left: 1.25rem;

}

.contact-hub-card .contact-hub-textarea-wrap .input-icon-container {

    display: none;

}

.contact-hub-card-footer {

    margin-top: auto;

    padding-top: 1.15rem;

    border-top: 1px solid #edf3f9;

    text-align: center;

}

.contact-hub-btn {

    margin-top: 0 !important;

    width: 100%;

    max-width: 100%;

}

.contact-hub-booking-slot {

    flex: 1;

    min-height: 0;

    min-width: 0;

    display: flex;

    flex-direction: column;

}

.contact-hub-card--booking {

    min-width: 0;

}

.google-booking-wrap {

    background: #fbfdff;

    border: 1px solid #dceaf7;

    border-radius: 16px;

    overflow: hidden;

    flex: 1;

    display: flex;

    flex-direction: column;

    min-height: 280px;

}

.google-booking-iframe {

    display: block;

    width: 100%;

    height: min(50vh, 500px);

    min-height: 300px;

    border: 0;

    flex: 1 1 auto;

}

.google-booking-fallback {

    padding: 0.85rem 1rem 1rem;

    text-align: center;

    border-top: 1px solid #e4eef8;

    background: #f5faff;

    flex-shrink: 0;

}

.google-booking-fallback-text {

    color: #587594;

    font-size: 0.875rem;

    margin: 0 0 0.5rem 0;

    line-height: 1.4;

}

.google-booking-direct-link {

    display: inline-block;

    font-weight: 700;

    color: #1081FB;

    text-decoration: underline;

    font-size: 0.95rem;

}

.google-booking-direct-link:hover {

    color: #0a5fc4;

}

.google-booking-unconfigured {

    background: #f6f9fc;

    border: 1px dashed #c5d9ee;

    border-radius: 16px;

    padding: 1.1rem 1.15rem;

    text-align: left;

    flex: 1;

}

.google-booking-unconfigured code {

    font-size: 0.85em;

    color: #1081FB;

    word-break: break-all;

}

.schedule-calendar-btn:disabled {

    opacity: 0.72;

    cursor: not-allowed;

}

.schedule-calendar-btn:not(:disabled) {

    cursor: pointer;

}