@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);

*,
body,
html {
    font-display: swap
}

.video-background,
.video-card {
    transition: .6s ease-in-out;
    width: 100%
}

.dot,
.nav-btn,
.star-rating i,
.thumbnail {
    cursor: pointer
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body,
html {
    overflow-x: hidden !important
}

body {
    background-color: #fff;
    color: #1a1a1a
}

.navbar-nav {
    font-family: Outfit, sans-serif;
    font-weight: 400;
    padding-right: 100px;
    font-size: 17px
}

.navbar-brand {
    font-family: Montserrat, sans-serif
}

.icon,
.nav-hover:hover,
.property-link:hover,
.social-icon:hover,
.typed-word,
h1 span {
    color: #e8b42f
}

.animated-heading,
.vh-100 {
    font-family: Manrope, sans-serif
}

.vh-100 p {
    font-weight: 200
}

.animated-heading {
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
    min-height: 3.5rem
}

.typewriter-wrapper {
    display: inline-block;
    text-align: right
}

.quote,
.stars {
    text-align: left
}

.card-content,
.cta-section,
.dots,
.ember-adv h1,
.heading,
.parallax-bg,
.wrapper .card-top {
    text-align: center
}

@keyframes blink {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.with-ember {
    color: #fff;
    font-weight: 500;
    display: inline-block
}

.vh-100::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}

.video-bg {
    background-color: #f4f4f43e
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    max-width: 100%;
    height: 600px
}

.video-card.expanded {
    width: 95%;
    max-width: 95%;
    height: 600px;
    border-radius: 0
}

.video-background {
    height: 100%;
    object-fit: cover
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .8), transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 10px 10px
}

.nav-btn,
.play-btn-mobile {
    position: absolute;
    align-items: center;
    display: flex
}

.play-btn-mobile {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    justify-content: center;
    z-index: 10
}

.counter {
    font-size: 24px;
    font-weight: 700;
    transition: .3s
}

.counter::after {
    content: "+"
}

.mil-dol::before {
    content: "$"
}

.mil-dol::after {
    content: "M+"
}

img.rounded {
    border-radius: 10px
}

.fade-in,
.fade-up,
.icon-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: .6s ease-out
}

.cta-content.visible,
.fade-in.visible,
.fade-up.visible,
.icon-anim.visible {
    opacity: 1;
    transform: translateY(0)
}

.icon-anim.visible {
    animation: .6s forwards popIn
}

@keyframes popIn {
    50% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.welcome-section {
    background: #fff
}

.welcome-section .welcome-img {
    object-fit: cover;
    max-height: 420px
}

.decorative-line {
    width: 80px;
    height: 4px;
    background-color: #e8b42f;
    margin: 10px auto;
    border-radius: 4px
}

.icon {
    font-size: 2rem;
    margin-bottom: 15px
}

.preview-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px
}

.card-body {
    padding-top: 1.2rem
}

.card-title {
    font-size: 1.35rem;
    margin-bottom: .8rem
}

.slider .list .item .content a,
.welcome-section a {
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    transition: color .5s
}

.slider .list .item .content a::after,
.welcome-section a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #e8b42f;
    transition: width .5s
}

.slider .list .item .content a:hover::after,
.welcome-section a:hover::after {
    width: 100%
}

.headingfont,
.logo-name,
.subheadingfont,
.textfont {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

.nav-btn {
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #eee;
    color: #e8b42f;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    transition: background .3s;
    font-size: 18px
}

.nav-btn:hover {
    background: #fdf1d1
}

.nav-btn.left {
    left: 0
}

.nav-btn.right {
    right: 0
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ccc;
    border-radius: 50%
}

.dot.active {
    background: #e8b42f
}

.feedback-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    padding: 30px
}

.btn-feedback {
    background: #e8b42f;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 1rem;
    border-radius: 8px;
    width: 100%;
    transition: transform .2s
}

.left-feedback h2,
.section-heading {
    font-weight: 700;
    font-size: 2.5rem
}

.form-control {
    border: 2px solid #ffefad;
    border-radius: 8px;
    transition: border-color .3s
}

.form-control:focus {
    border-color: #e8b42f !important;
    box-shadow: none !important;
    outline: 0
}

.btn-feedback:hover {
    transform: scale(1.02)
}

.parallax-bg,
.scroll-section {
    width: 100%;
    position: relative
}

#message-popup-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 1s
}

#popup-card,
.popup-consult-btn {
    transition: .3s
}

#message-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

#popup-card {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 280px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none
}

#popup-card.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.popup-consult-btn:hover {
    background-color: #fff !important;
    color: #e8b42f !important
}

.left-feedback h2 {
    line-height: 1.3
}

.left-feedback p.description {
    color: #5f5f5f;
    font-size: 1.1rem;
    font-family: Georgia, serif;
    margin: 1.5rem 0
}

.left-feedback hr {
    width: 100px;
    border: none;
    border-top: 1px solid #e2e2e2;
    margin: 2.5rem 0 1rem
}

.left-feedback .brand {
    font-weight: 600;
    color: #e8b42f;
    margin-bottom: 0
}

.left-feedback small {
    color: #6c757d
}

.card-custom {
    border-radius: 20px;
    transition: transform .5s, box-shadow .5s;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.card-custom:hover {
    transform: perspective(800px) rotateY(5deg) scale(1.03);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}

.footer {
    background-color: #fff;
    color: #333;
    font-size: 14px
}

.footer-link {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: .5rem;
    transition: color .3s
}

.footer-link:hover {
    color: #e8b42f;
    text-decoration: none
}

.social-icon {
    font-size: 1.1rem;
    transition: color .3s
}

.logo-name,
.navbar-brand {
    font-size: 20px
}

.btn-warning,
input.form-control {
    border-radius: 0
}

#services {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin: 20px 0
}

.parallax-bg {
  height: 60vh;
  background: url("https://res.cloudinary.com/de7y9vclv/image/upload/v1756832976/florian-schneider-mf-sZwGMpws-unsplash_lnmiw4_s0ziop.svg") center/cover no-repeat fixed;
  background-blend-mode: darken;
  background-color: #000000a7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .parallax-bg {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

.text-overlay {
    text-align: center;
    color: #ffffff;
    padding: 0 50px;
    max-width: 800px;
    margin-top: 5%
    
}
@media (max-width:768px) {
    .text-overlay {
        padding: 0 20px;
        text-align: center;
           margin-top: 10%;
    }
}

.navbar-brand span {
    font-family: Montserrat, sans-serif;
    color: #e8b42f;
    font-weight: 800
}

.cta-section {
  background: url("https://res.cloudinary.com/de7y9vclv/image/upload/v1756832976/florian-schneider-mf-sZwGMpws-unsplash_lnmiw4_s0ziop.svg") center/cover no-repeat fixed;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative; 
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
}


@supports (-webkit-touch-callout: none) {
  .cta-section {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

.btn-warning,
.btn-warning:hover,
.ser-indicator .ser-dot.active {
    background-color: #e8b42f
}

.cta-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 10px 20px;
    transform: translateY(30px);
    transition: .8s ease-out
}

.cta-buttons .btn {
    margin: 10px;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 500
}

.btn-warning {
    border: none;
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff
}

.btn-outline-light:hover {
    background: #fff;
    color: #000
}

.headingfont {
    font-weight: 700
}

.subheadingfont {
    font-weight: 500
}

.textfont {
    font-weight: 400
}

.textcolour {
    color: #636363
}

.slider {
    height: 100vh;
    margin-top: 50px;
    position: relative
}

.slider .list .item {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s
}

.slider .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider .list .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000 4%, transparent)
}

.slider .list .item .content {
    position: absolute;
    left: 10%;
    top: 18%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
    color: #fff
}

.slider .content p {
    font-size: 18px
}

.slider .list .item .content p:first-child {
    text-transform: uppercase;
    letter-spacing: 3px
}

.slider .list .item .content h2 {
    font-size: 50px;
    margin: 0
}

.slider .list .item.active {
    opacity: 1;
    z-index: 10
}

@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1
    }
}

.slider .list .item.active a,
.slider .list .item.active h2,
.slider .list .item.active h4,
.slider .list .item.active p,
.slider .list .item.active span {
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: .5s ease-in-out .7s forwards showContent
}

.slider .list .item.active h2 {
    animation-delay: 1s
}

.slider .list .item.active p:nth-child(3) {
    animation-duration: 1.3s
}

.arrows {
    position: absolute;
    top: 15%;
    right: 20px;
    z-index: 100
}

.arrows button {
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s
}

.arrows button:hover {
    background-color: #eee;
    color: #000
}

.thumbnail {
    box-sizing: border-box;
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 30px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    overflow: auto;
    justify-content: right;
    color: #fff
}

.card.digital.two,
.slideshow-wrapper,
.wrapper .card {
    overflow: hidden;
    position: relative
}

.thumbnail .item .content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.thumbnail .item .content p {
    font-size: 20px;
    font-weight: 700
}

.thumbnail::-webkit-scrollbar {
    width: 0
}

.thumbnail .item {
    width: 150px;
    height: 220px;
    filter: brightness(.4);
    transition: .5s;
    flex-shrink: 0
}

.thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.thumbnail .item.active {
    filter: brightness(.9) drop-shadow(0 0 15px rgba(0, 0, 0, .3));
    width: 200px
}

.thumbnail .item .content {
    position: absolute;
    inset: auto 10px 10px 10px
}

.mobile-slider {
    display: none
}

.textfont a {
    color: #636363;
    text-decoration: none;
    transition: .3s linear
}

.textfont a:hover {
    color: #e8b42f;
    transition: .2s linear
}

.ser-indicator {
    position: absolute;
    bottom: 0;
    left: 71%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.ser-indicator .ser-dot {
    height: 3px;
    width: 30px;
    background-color: #bbb;
    border-radius: 10%;
    cursor: pointer;
    transition: background-color .3s
}

.deo {
    position: relative;
    bottom: 45px;
    font-weight: 500
}

@media (max-width:769px){
    .slider {
        display: none
    }

    .mobile-slider {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%
    }

    .mobile-slider-wrapper {
        display: flex;
        transition: transform .5s ease-in-out
    }

    .mobile-slide {
        min-width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative
    }

    .mobile-slide img {
        width: 100%;
        height: auto;
        border-radius: 8px
    }

    .mobile-slide .mobile-content {
        padding: 15px
    }

    .mobile-slide h2 {
        font-size: 2rem;
        margin: 20px 0;
        font-weight: 700
    }

    .mobile-slide p {
        font-size: 1rem;
        color: #555;
        padding: 0 12px
    }

    .mobile-next,
    .mobile-prev {
        position: absolute;
        top: 28%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .5);
        color: #fff;
        border: none;
        padding: 8px 15px;
        cursor: pointer;
        border-radius: 50%
    }

    .mobile-prev {
        left: 10px
    }

    .mobile-next {
        right: 10px
    }

    .mobile-explore {
        text-align: center;
        margin: 15px 0
    }

    .explore-btn {
        display: inline-block;
        padding: 10px;
        background: #e8b42f;
        color: #000;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 700
    }
}

@media (orientation: landscape) and (max-width:1024px) {
    .slider {
        display: none
    }

    .mobile-slider {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%
    }

    .mobile-slider-wrapper {
        display: flex;
        transition: transform .5s ease-in-out
    }

    .mobile-slide {
        min-width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative
    }

    .mobile-slide img {
        width: 100%;
        height: auto;
        border-radius: 8px
    }

    .mobile-slide .mobile-content {
        padding: 15px
    }

    .mobile-slide h2 {
        font-size: 2rem;
        margin: 20px 0;
        font-weight: 700
    }

    .mobile-slide p {
        font-size: 1rem;
        color: #555;
        padding: 0 12px
    }

    .mobile-next,
    .mobile-prev {
        position: absolute;
        top: 28%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .5);
        color: #fff;
        border: none;
        padding: 8px 15px;
        cursor: pointer;
        border-radius: 50%
    }

    .mobile-prev {
        left: 10px
    }

    .mobile-next {
        right: 10px
    }

    .mobile-explore {
        text-align: center;
        margin: 15px 0
    }

    .explore-btn {
        display: inline-block;
        padding: 10px;
        background: #e8b42f;
        color: #000;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 700
    }
}


@media (max-width:576px) {

    .video-card,
    .video-card.expanded {
        height: 300px
    }

    .video-overlay {
        border-radius: 0 0 5px 5px
    }

    .play-btn-mobile {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px
    }

    .animated-heading {
        font-size: 1.5rem;
        gap: .5rem
    }

    .typewriter-wrapper {
        width: 70px
    }

    .testimonial-container {
        padding: 25px;
        min-height: 380px
    }

    .nav-btn {
        width: 28px;
        height: 28px
    }

    .nav-btn.left {
        left: -8px
    }

    .nav-btn.right {
        right: -8px
    }

    .section-heading {
        font-size: 2rem
    }
}

.slideshow-wrapper {
    width: 100%;
    height: 400px;
    margin: auto
}

.slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out, transform 4s ease-in-out;
    opacity: 1;
    transform: scale(1)
}

.slideshow img {
    position: absolute;
    width: 100%;
    height: 90%;
    object-fit: cover;
    opacity: 0;
    animation: 16s infinite fadeZoom;
    border-radius: 12px
}

.slideshow img:first-child {
    animation-delay: 0s
}

.slideshow img:nth-child(2) {
    animation-delay: 4s
}

.slideshow img:nth-child(3) {
    animation-delay: 8s
}

.slideshow img:nth-child(4) {
    animation-delay: 12s
}

@keyframes fadeZoom {

    0%,
    100% {
        opacity: 0;
        transform: scale(1)
    }

    5% {
        opacity: 1;
        transform: scale(1.05)
    }

    25% {
        opacity: 1;
        transform: scale(1.1)
    }

    30% {
        opacity: 0;
        transform: scale(1.1)
    }
}

.wrapper {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
    max-width: 900px;
    margin: 0 auto
}

.ember-adv h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 90px
}

.wrapper .card {
    width: 250px;
    height: 270px;
    border-radius: 14px;
    transition: .3s linear, _ .3s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none
}

.wrapper .card:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #1a1a1a, #e8b42f);
    background-position: right center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    transition: .3s linear
}

.wrapper .frozen-label {
    width: 100%;
    text-align: center;
    position: absolute;
    font-weight: 600;
    z-index: 2;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 6px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: opacity .4s .15s
}

.wrapper .card.frozen:hover .frozen-label {
    opacity: 0;
    transform: translate(-50%, -70%) scale(.9)
}

.wrapper .frozen {
    transition: filter .3s ease-in-out
}

.wrapper .frozen .card-bottom,
.wrapper .frozen .card-top {
    filter: blur(6px);
    transition: filter .3s ease-in-out
}

.wrapper .frozen:hover .card-bottom,
.wrapper .frozen:hover .card-top {
    filter: blur(0)
}

.wrapper .card-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px
}

.wrapper .card-top .brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e8b42f;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .4)
}

.wrapper .card-top .desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .92);
    margin-top: 10%;
    line-height: 1.1;
    max-width: 100%
}

.wrapper .card-top .tagline {
    font-size: 12px;
    color: rgba(255, 255, 255, .85);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin-top: auto
}

.card.digital.two {
    background: linear-gradient(135deg, #00000097, #efb626)
}

.card.digital.two::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    z-index: 0
}

.card.digital.two .card-top {
    position: relative;
    z-index: 1
}

.card.digital.two .tagline {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

@media (max-width:1024px) {
    .wrapper {
        gap: 20px 30px
    }
}

@media (max-width:768px) {

    .cta-content h2,
    .heading,
    .item .content .name {
        font-size: 1.5rem
    }

    .state-name {
        font-size: 6px !important
    }

    .service-card {
        margin-bottom: 15px
    }

    .modal-dialog {
        margin: 10px
    }

    .welcome-section .col-md-6.text-center {
        padding: 0 5px
    }

    .welcome-section .welcome-img {
        max-height: unset
    }

    .logo-name,
    .navbar-brand,
    .play-btn-mobile i {
        font-size: 14px
    }

    .navbar-toggler {
        padding: 2px 6px;
        font-size: .8rem
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px
    }

    .play-btn-mobile {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px
    }

    .item,
    .item .content {
        transform: none;
        height: 100%
    }

    .left-feedback h2 {
        font-size: 1.8rem
    }

    .parallax-section {
        padding: 3rem 1rem
    }

    .desktop-grid {
        display: none
    }

    .swiper {
        display: block
    }

    .card-content {
        padding: 1.5rem
    }

    .card-custom:hover {
        transform: none;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
    }

    .cta-content {
        margin: 0;
        padding: 10px 20px
    }

    .cta-section {
        padding: 0
    }

    .cta-buttons .btn {
        margin: 5px;
        padding: 8px 12px;
        font-size: 15px
    }

    #slide {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        height: auto;
        gap: 0
    }

    .item {
        position: relative;
        min-width: 100%;
        margin: 10px;
        scroll-snap-align: center
    }

    .item .content {
        position: static;
        width: 100%;
        padding: 30px;
        display: block;
        font-size: 14px
    }

    .item.active,
    .item.next1,
    .item.next2 {
        width: 90%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
    }

    .wrapper {
        padding: 20px;
        gap: 20px
    }

    .wrapper .card {
        width: 100%;
        max-width: 340px;
        height: 230px
    }

    .fade-in,
    .fade-up,
    .icon-anim {
        transition: none !important
    }
}

@media (max-width:480px) {
    .wrapper .card {
        height: 210px
    }

    .wrapper .frozen-label {
        font-size: 12px;
        padding: 6px 10px
    }

    .wrapper .card-top .brand {
        font-size: 1.05rem
    }

    .wrapper .card-top .desc {
        font-size: .7rem
    }

    .wrapper .card-top .tagline {
        font-size: .8rem
    }
}

#navbarNav.collapse {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .35s, opacity .3s
}

#navbarNav.collapse.show {
    height: auto;
    opacity: 1
}

@media (min-width:992px) {
    #navbarNav.collapse {
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        transition: none !important
    }

    .footer .col-md-3:nth-child(2) {
        padding-left: 4rem
    }
}

@media (prefers-reduced-motion:reduce) {
    #navbarNav.collapse {
        transition: none
    }
}

@media (min-width:1200px) {
    .footer .col-md-3:nth-child(2) {
        padding-left: 4rem
    }
}

@media (min-width:992px) {
    .footer .col-lg-3 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width:768px) {
    .footer .col-12 {
        text-align: left !important
    }
}


@supports (-webkit-touch-callout: none) {
  /* iPhone Safari fix */
  .vh-100.d-flex.align-items-center.text-center.text-white.position-relative.img-fluid {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #000000a1 !important;
    background-image: url('https://res.cloudinary.com/de7y9vclv/image/upload/v1756833013/venti-views-F2PrSHG2nEk-unsplash_qluw2y_irchvs.svg') !important;
  }
}
