/* ================================================================
   Halcyon — interior.css
   Interior page styles (banner, content wrap, services tabs layout)
   ================================================================ */

/* ------------------------------------------------------------------ */
/* Interior banner                                                     */
/* ------------------------------------------------------------------ */
.interior-banner {
    position: relative;
    width: 100%;
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    background: #092738;
}

.interior-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover !important;
    background-position: center center !important;
}

.interior-banner-scrim {
    position: absolute;
    inset: 0;
    background: #092738;
    opacity: 0.80;
}
.interior-banner-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 56px;
}
.interior-banner-inner h1{
      color: #ffffff;
    margin: 50px 0px 0px 0px;
    text-align: center;
}

    /* ------------------------------------------------------------------ */
    /* Interior main content                                               */
    /* ------------------------------------------------------------------ */
    main .interior {
  position: relative;
  z-index: 3;
  background: #ffffff;
  color: #232425;
}
.interior-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 56px;
}

.mainContent p:last-child {
    margin-bottom:0px;
}

.mainContent h3:first-child {
    margin-top: 0px;
}

.mainContent {
    position:relative;
}

.mainContent.borderedBottom .container {
    border-bottom: solid 2px #e1683d;
    padding: 0px 0px 40px 0px;
    margin-bottom: 60px;
}

.tabs-bar-wrap {
    margin-bottom: 90px;
}

.tabs-section-intro {
    text-align: center;
    max-width: none;
    margin: 0 auto 48px;
}

    .tabs-section-intro h2, .mainContent h2 {
        margin-top: 0px;
    }

.flip-card {
    margin-bottom: 30px;
}

.mainContent h3:last-child {
    margin-bottom: 0px;
}

.t-right-img img {
    width: 100%;
    height: auto;
    display: block;
}

.t-right-img {
    border-radius: 100%;
    background: #fff;
    box-shadow: rgb(225, 104, 61) -20px 0px 0px 10px inset;
}

.t-left h3 {
    margin-top: 0px;
}

.TwoColumnFAQ ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.TwoColumnFAQ li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    color: var(--ink);
    padding-right: 6px;
    font-size: 20px;
    font-weight: 900;
}

.TwoColumnFAQ h3 {
    margin: 0px auto 50px auto;
    display:table;
}

.TwoColumnFAQ h2:first-child {
    margin-top: 0px;
}

.TwoColumnFAQImage p:last-child {
    margin-bottom:0px;
}

.TwoColumn h2:first-child {
    margin-top: -40px;
    margin-bottom: 40px;
    position:relative;
}

.TwoColumnFAQ img {
    width: 100%;
    height: auto;
}

.TwoColumnFAQ {
    position:relative;
}

.ThreeColumn h2 {
    margin: 0px auto 30px auto;
    display: table;
}


.ThreeColumn.Callouts .ThreeColumnBoxes {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
}   

    .TwoColumn.Callouts .blockThumbs2 {
        background: #fff;
        border-radius: 36px;
        padding: 20px 40px;
    }

.TwoColumn.Callouts h2 {
    color:#fff;
}

.ThreeColumnWrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
}

/* ------------------------------------------------------------------ */
/* Two-column checklist                                                */
/* ------------------------------------------------------------------ */
.svc-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 12px;
    margin: 18px 0 32px;
}
.svc-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.svc-cols li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #232425;
}
.svc-cols li::before {
  content: "";
  flex: 0 0 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e1683d' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/18px no-repeat;
}


.container {
    max-width: 1280px;
    width: 100%;
}

.rightPadding {
    padding-right:40px;
}

.leftPadding {
    padding-left: 40px;
}

.panel-title .glyphicon {
    color: #3fc2ed;
    float: left;
    margin: 5px 5px 10px 0px;
}

.panel-title p {
    margin:0px;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 12px;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        color: var(--ink);
        background-color: transparent;
        border-color: transparent;
    }

.panel-body {
    padding: 0px 20px 20px 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.flextWrapper {
    display: flex;
    align-items: center;
    justify-content:center;
}

.panel-group {
    margin-bottom: 0px;
    margin-top:25px;
    width: 100%;
}


/* ------------------------------------------------------------------ */
/* Swiper                                                        */
/* ------------------------------------------------------------------ */
.swiper {
    margin-top:70px;
}


.swiper-slide-bg {
    background-size: cover;
    background-position: center center;
    height: 200px;
    border-radius: 36px;
    box-shadow: 3px 3px 4px #ccc;
}


.swiper-slide-bg:hover {
    filter: brightness(0.7);
}

.mySwiper ~ .swiper-button-next, .mySwiper ~ .swiper-button-prev {
    position: relative;
    color: #f15523;
    width: 10%;
}

.mySwiper ~ .swiper-button-next {
    right: -10%;
    float: right;
    margin-bottom: 0px;
    margin-top:-170px;
}

.mySwiper ~ .swiper-button-prev {
    left: -10%;
    float: left;
    margin-bottom: 0px;
    margin-top: -170px;
}

.swiper h2 {
    margin:0px auto 40px auto;
    display:table;
}

.swiperTitle p {
    margin:15px 0px 0px 0px;
    line-height:1.2em;
    text-align:center;
}

.swiperWrapper {
    background: #fcf0eb;
}


.bottomOrangeCurve {
    background: url(https://immediac.blob.core.windows.net/halcyon/images/bottomOrangeCurve.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: -89px;
    z-index: 5;
    height: 90px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.bottomBlueCurve {
    background: url(https://immediac.blob.core.windows.net/halcyon/images/bottomContentBlueCurve.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: -89px;
    z-index: 5;
    height: 90px;
    width: 100%;
    left: 0px;
    right: 0px;
}

/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */

@media (min-width: 2560px) {

    .bottomOrangeCurve, .bottomBlueCurve {
        height: 140px;
        bottom: -135px;
    }

    .swiper {
        margin-top: 110px;
    }
}

@media (min-width: 3840px) {

    .bottomOrangeCurve, .bottomBlueCurve {
        height: 180px;
        bottom: -175px;
    }

    .swiper {
        margin-top: 170px;
    }
}


@media (max-width: 1600px) {

    .bottomOrangeCurve, .bottomBlueCurve {
        bottom: -73px;
        height: 75px;
    }

    .swiper {
        margin-top: 50px;
    }
}

@media (max-width: 1480px) {

    .bottomOrangeCurve, .bottomBlueCurve {
        bottom: -68px;
        height: 70px;
    }

    .swiper {
        margin-top: 40px;
    }

    .interior-banner {
        height: 325px;
        max-height: 325px;
    }

    .swiper-slide-bg {
        height: 190px;
        border-radius: 34px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 1140px;
    }

    .mySwiper ~ .swiper-button-prev {
        left: -9%;
    }

    .mySwiper ~ .swiper-button-next {
        right: -9%;
    }

    .interior-banner {
        height: 300px;
        max-height: 300px;
    }

    .swiper-slide-bg {
        height: 170px;
        border-radius: 30px;
    }
}

@media (max-width: 1180px) {
    .swiper-slide-bg {
        height: 220px;
        border-radius: 30px;
    }
}


    @media (max-width: 1100px) {
        .interior-banner {
            height: 270px;
        }

        .container {
            max-width: 970px;
        }

        .interior-banner-inner {
            padding: 0 28px;
        }

        .interior-title {
            font-size: 48px;
        }

        .interior-wrap {
            padding: 70px 28px 90px;
        }

        .tabs-intro-lede {
            white-space: normal;
        }

        .mySwiper ~ .swiper-button-next {
            right: -2%;
            margin-top: 40px;
        }

        .mySwiper ~ .swiper-button-prev {
            left: -2%;
            margin-top: 40px;
        }
    }

@media (max-width: 992px) {
    .tabs-bar-wrap {
        margin-bottom: 50px;
    }

    .ThreeColumnWrapper .col-sm-4 {
        width:100%;
        margin:20px 0px;
    }

    .blockThumbs1 {
        height:auto!important;
    }

    .swiper-slide-bg {
        height: 160px;
        border-radius: 30px;
    }
}

    @media (max-width: 767px) {
        .interior-banner {
            height: 250px;
            margin-top: 0px;
        }

        .interior-title {
            font-size: 30px;
        }

        .swiper h2 {
            margin: 0px auto 30px auto;
            display: table;
        }


           .swiper-slide-bg {
                height: 200px;
                border-radius: 30px;
            }

        .ThreeColumnWrapper .col-sm-4 {
            padding:0px;
        }

        .ThreeColumnWrapper {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .TwoColumn.Callouts .blockThumbs2 {
            border-radius: 32px;
            padding: 20px 30px;
            height:auto!important;
            margin:0px 0px 30px 0px;
        }

        .TwoColumn h2:first-child {
            margin-top: 0px;
            margin-bottom: 30px;
            position: relative;
        }

        .mainContent.borderedBottom .container {
            padding: 0px 25px 40px 25px;
            margin-bottom: 40px;
        }

        .mainContent.borderedBottom img {
            max-width:250px;
            margin:0px auto 20px auto;
            display:table;
        }

        .bottomOrangeCurve, .bottomBlueCurve {
            bottom: -48px;
            height: 50px;
        }

            .rightPadding, .leftPadding {
                padding-right: 0px;
                padding-left: 0px;
            }

            .interior-wrap {
                padding: 50px 22px 70px;
            }

            .tabs-intro-title {
                font-size: 30px;
            }

            .tabs-intro-lede {
                font-size: 15px;
            }

            .tabs-intro {
                margin-bottom: 32px;
            }

            .t-right {
                min-height: auto;
            }

        .panel-group {
            margin-top: 40px;
        }

        .TwoColumnFAQ h3 {
            margin: 0px auto 30px auto;
            display: table;
        }

            .svc-cols {
                grid-template-columns: 1fr;
            }

            .svc-photo .circle {
                padding: 36px;
            }

        .blockThumbs2 {
            height:auto!important;
        }
        }
