.hbspt-form {
    width: 100%;
}

.hs-form-private {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}

.hs_error_rollup { /* stylelint-disable-line selector-class-pattern */
    display: none;
}

.hs_email {  /* stylelint-disable-line selector-class-pattern */
    min-width: 75%;
    position: relative;
}

.hs_email>label {  /* stylelint-disable-line selector-class-pattern */
    position: absolute;
    top: -30px;
    left: 0;
    font-weight: 600;
    font-size: 1rem;
}

.input,
.hs_submit, /* stylelint-disable-line selector-class-pattern */
.actions {
    width: 100%;
}

.hs-button {
    min-width: 138px;
    display: inline-block;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #098286;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    padding: 15px 20px;
    box-shadow: none;
    transition: 0.2s;
    cursor: pointer;
    margin-top: 20px;
}

.hs-button:hover {
    background: #fefefe;
    color: #006063;
}

.planos {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding: 46px;
    background: linear-gradient(125deg, rgb(1 108 116 / 60%) 0%, rgb(255 255 255 / 0%) 95%);
    box-shadow: unset;
}


.planos::before {
    content: '';
    width: 270px;
    height: 230px;
    background: url("../images/plane.svg");
    background-repeat: no-repeat;
    background-size: 100% 70%;
    position: absolute;
    top: 37px;
    right: 15px;
    z-index: 1;
}

@media (width >= 768px) {
    .planos {
        box-shadow: -3px -3px 6px rgb(0 0 0 / 10%);
    }

    .planos::before {
        top: 104px;
        right: 15px;
    }
}

@media (width >=1024px) {
    .planos {
        box-shadow: -3px -3px 6px rgb(0 0 0 / 10%);
    }

    .planos::before {
        top: 104px;
        right: 25px;
    }
}

.input>input {
    background-color: #fff;
    color: #202020;
    border: none;
    border-radius: 5px;
    padding: 2px 30px;
    box-shadow: none;
    min-height: 51px;
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
}

.headingbg {
    background-image: none;
    background-color: #00494F;
}

@media (width >= 768px) {
    .headingbg {
        background-color: transparent;
        background-image: linear-gradient(180deg, #00494F 75%, #fff 0%);
    }

    .hbspt-form {
        width: 50%;
    }

    .hs-button {
        margin-top: 0;
    }

    .max5 {
        max-width: 490px;
    }

    .no-list.hs-error-msgs {
        position: absolute;
        z-index: 20;
        top: 55px;
        left: 0;
    }

    .input>input {
        width: calc(100% - 20px);
    }


    .hs-form-private {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
    }
}

/* Slick Slider */
.slick-slide img {
    width: 100%;
    max-width: 200px !important;
    display: block;
}

.slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* end of slider */

.bg-customCyan { /* stylelint-disable-line selector-class-pattern */
    background-color: #016c74;
}

.text-customCyan { /* stylelint-disable-line selector-class-pattern */
    color: #016c74;
}

.text-customCyana:hover { /* stylelint-disable-line selector-class-pattern */
    color: #016c74 !important;
}


.bg-customCyan2 { /* stylelint-disable-line selector-class-pattern */
    background-color: #eef6f5 !important;
}

.bg-customCyan3 { /* stylelint-disable-line selector-class-pattern */
    background-color: #d7e3e1 !important;
}

/* 2025 */

.herome {
    background: linear-gradient(180deg, rgb(237 255 253 / 100%), rgb(255 255 255 / 100%) 400px) no-repeat;
    background-size: 100% 400px;
    position: relative;
}

.herome::before {
    content: "";
    position: absolute;
    top: -190px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    background-image: url("../images/bg-circles.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 810px;
    z-index: -1;
}

.blurry-overlay {
    background-color: rgb(255 255 255 / 70%);
    backdrop-filter: blur(10px);
}

/* Menu Effect */

.hover-menu a {
    transition: color 0.3s;
}

.hover-menu a::before {
    position: absolute;
    top: 60%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 13pt;
    transition: text-shadow 0.3s, color 0.3s;
    transform: translateX(-50%);
    pointer-events: none;
}

.hover-menu a:hover::before,
.hover-menu a:focus::before {
    color: #016c74;
    text-shadow: 10px 0 #016c74, -10px 0 #016c74;
}

/* Sliding blury */
.hidding-slides{
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  }


.project-customers>div>div>div {
    margin: 0 10px;
    padding: 20px;
    box-sizing: border-box;
}

.bg-custom-gradient {
    background: linear-gradient(180deg, rgb(1 108 116 / 20%) 0%, rgb(255 255 255 / 0%) 20%);
}

.bg-custom-gradient-full {
    background: linear-gradient(180deg, rgb(1 108 116 / 20%) 0%, rgb(255 255 255 / 0%) 45%);
}

.bg-custom-gradient-extra-full {
    background: linear-gradient(43deg, rgb(57 137 142 / 100%) 50%, rgb(11 153 163 / 100%) 50%);
}

/* Cards Scrolling */
.leftline {
    background: #fff;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 22px, rgb(1 108 116 / 10%) 23px, rgb(255 255 255 / 0%) 24px);
}

.horline {
    background: rgb(255 255 255);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 23px, rgb(1 108 116 / 10%) 24px, rgb(255 255 255 / 0%) 25px);
}

.list {
    padding: 20px 40px;
    background: #fff;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 78px, rgb(1 108 116 / 10%) 79px, rgb(255 255 255 / 0%) 80px);
}


/* Panes */

.pane .paneimg {
    display: none;;
}

.pane.active .paneimg {
    display: block;
    z-index: 29;
}

.pane.active .label{
    background: linear-gradient(180deg, rgb(1 108 116 / 40%) 0%, rgb(255 255 255 / 90%) 45%);
    padding-top: 10px;
    width: 100%;
    
}

.pane-container {
    min-height: 330px;
}

.pane.active {
    flex-grow: 10;
    max-width: 100%;
}

.pane.active .background {
    transform: scale(1.25, 1.25);
}

.pane.active .label .content>* {
    opacity: 1;
    transform: translateX(0);
}

.pane.active .shadow {
    opacity: 0.75;
    transform: translateY(0);
}

.pane .content {
    display: none;
}

.pane.active .content{
    display: flex;
}

@media (width >= 640px) {
    .pane.active .label {
        transform: translateX(0.5rem);
        margin-left: -8px;
    }
}

@media (width <=639px){
    .pane.active {
        min-height: 220px;
    }

    .pane-container {
        height: 600px;
    }

    .pane.active .content{
        display: flex;
    }

    .pane.active .background {
        transform: scale(1.05, 1.05);
    }
}

/* Pricing Section */

.toggle {
    position: relative;
  }

  .table-span {
    font-size: 14px;
    line-height: 21px;
    padding: 4px 10px;
    background: linear-gradient(263.86deg, rgb(52 92 239 / 20%) -0.33%, rgb(146 52 239 / 20%) 93.97%);
    border-radius: 4px;
    font-weight: 400;
  }
  
  /* animated scroll */

@keyframes fadeIn { /* stylelint-disable-line */
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  .animate-fadeIn { /* stylelint-disable-line selector-class-pattern */
    animation: fadeIn 1000ms ease-in forwards;
  }
  
/* Accordion */

.accordion-button:focus {
    outline: none; /* Remove focus outline */
}

/* Custom transitions for smooth section animation */
  .section-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.2s ease;
}

.section-content.expanded {
    max-height: 500px; /* Adjust based on your content */
    opacity: 1;
    transition: max-height 0.4s ease-in, opacity 0.3s ease 0.1s;
}

.chevron {
    transition: transform 0.3s ease;
}

.chevron.rotated {
    transform: rotate(180deg);
}
