.four-pilar {
    padding-top: 64px;
    padding-bottom: 64px;
}

.pillar-img {
    border: 1px solid #64748b;
}
.title-span {
    font-size: 1.7rem !important;
    line-height: 1.25;
}

.prod-dropdown .highlight-text {
    background: linear-gradient(transparent 0%, rgba(139, 170, 244, 0.5) 10%);
}

.bg-secondary {
    color: #2766f0;
    border: 1px solid #2766f0;
}
/* contact form  */
.contact_frame_wrap {
    z-index: 1;
    max-width: 1280px;
    min-height: 50.88rem;
    padding: 0.75rem;
    position: relative;
}
.contact_form_icon svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.highlight-text {
    position: relative;
    z-index: 0;
    font-size: 2.75rem;
    background: linear-gradient(transparent 0%, rgba(34, 197, 94, 0.5) 10%);
}

/* .highlight-text::after {
    content: '';
    background-color: rgba(34, 197, 94, 0.5);
    position: absolute;
    z-index: -10;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
} */

@media (min-width: 768px) {
    /* md breakpoint */
    .highlight-text::after {
        height: 100%; /* h-8 */
    }
    .marquee-container {
        max-width: 520px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .marquee-container {
        max-width: 280px;
        margin: 0 auto;
    }
}
.contact-form {
    background-color: #fff;
    border: 1px solid #dcd4e9;
    border-radius: 1.25rem;
    align-self: stretch;
    width: 100%;
    margin-bottom: 0;
    padding: 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call_duration {
    box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    color: #101828;
    border: 0.5px solid #d0d5dd;
    border-radius: 0.5rem;
    min-height: 3rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    align-self: stretch;
    align-content: center;
    padding: 8px;
}
.cont-form-button {
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #fff0;
    border-radius: 0.25rem;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    display: flex;
    box-shadow: 0 4px 8px #00000026;
    height: fit-content;
    width: 100%;
    flex: 1;
}
.contact-form label {
    color: #475467;
    margin-bottom: 0;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.65;
}
.feat-resp-btn {
    align-items: end;
}
.form-txt {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
}
.contact_section {
    padding-bottom: 64px;
    padding-top: 32px;
}
.gap-timeline {
    flex: 1;
}
.feature-section {
    gap: 6rem;
}
.feature-h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.feature-p {
    align-self: auto;
    padding-top: 0;
    font-size: 1.25rem;
    line-height: 1.65;
}
.feat1-image {
    /* width: 37rem; */
}
.feat-img {
    flex: 1;
}
.feat-cont {
    gap: 6rem;
}
/* header dropdown */
.prod-dropdown {
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    overflow-x: hidden;
    padding: 0px 24px 24px;
    justify-content: center;
    display: flex;
    gap: 16px;
    transition: all 0.2s linear;
    max-height: 70dvh;
    overflow-y: auto;
}
.prod-dropdown > * {
    flex: 1;
}

.prod-dropdown-mob {
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    overflow-x: hidden;
    padding: 0px 24px 24px;
    justify-content: center;
    display: flex;
    gap: 40px;
    transition: all 0.2s linear;
}

.menu-scroll::-webkit-scrollbar {
    width: 2px;
}
.menu-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.menu-scroll::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 0.5;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.accordion .accordion-item[aria-expanded="true"] .drop-arrow {
    transform: rotate(224deg);
}
.accordion .accordion-item[aria-expanded="true"] {
    --tw-text-opacity: 1;
    background-color: rgb(184 205 253 / var(--tw-text-opacity, 1)) !important;
}
.prod1-span {
    padding: 10px 8px 14px 0px;
    border-bottom: 1px solid #eaeaea;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    margin-top: 24px;
    margin-left: 8px;
}
.prod-dropdown .column-2,
.prod-dropdown-mob .column-2 {
    margin-top: 12px;
}

.prod-name-ul li {
    margin-top: 24px;
    padding: 8px;
}
.productActive {
    opacity: 1;
    max-height: max-content;
    transition: all 0.2s linear;
    pointer-events: all !important;
}
.product-link {
    cursor: pointer;
}
.prod-name-ul li:hover {
    background: #f4f4f4;
}
.product-link span {
    font-size: 16px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.product-link p {
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    margin-top: 4px;
}
.current-nav {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.nav-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(77, 77, 77, .7); */
    background: transparent;
    transition: all 0.4s;
    pointer-events: none;
}
.slider-padd-btm {
    padding-bottom: 7rem;
}
.drop-arrow {
    --tw-text-opacity: 1;
    border: solid rgb(30 41 59 / var(--tw-text-opacity, 1));
    transform: rotate(45deg);
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 2.5px;
    transition: all 0.3s ease;
}
.menu-arrow-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}
@media (min-width: 1024px) {
    .prod-dropdown {
        top: 76px;
    }
    .title-span {
        font-size: 3rem !important;
        line-height: 1.25;
    }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .title-span {
        font-size: 2.25rem !important;
        line-height: 1.25 !important;
    }
}
@media (max-width: 1024px) {
    .slider-padd-btm {
        padding-bottom: 4rem;
    }
    .menu-scroll {
        max-height: calc(100vh - 200px);
        overflow-y: scroll;
    }
    .prod-dropdown,
    .prod-dropdown-mob {
        flex-direction: column;
        position: relative;
        padding: 0px 24px;
        gap: 12px;
    }
    .prod1-span {
        margin-top: 0px;
    }
    .prod1-span span,
    .product-link span {
        font-size: 12px;
    }
    .prod-name-ul li,
    .prod-dropdown .column-2 {
        margin: 0;
    }
    .contact-form {
        flex-direction: column !important;
        gap: 32px;
    }
    .resp-col-reverse {
        flex-direction: column-reverse;
    }
    .resp-order {
        order: 1;
    }
    .padd8 {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .feat-cont {
        gap: 2rem;
    }
}
@media (max-width: 580px) {
    .feat-resp-input {
        flex-direction: column !important;
    }
    .feat-resp-btn .width100 {
        flex: 0;
    }
    .cont-form-button {
        padding: 8px;
    }
    .width100 {
        width: 100%;
    }
    .resp-between {
        justify-content: space-between;
    }
    .feature-h2 {
        font-size: 2rem;
    }
    .feature-p {
        font-size: 1rem;
    }
    .form-txt,
    .contact-form input,
    .cont-form-button {
        font-size: 14px;
    }
}

.custom-select-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 32px 6px 28px;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background-color: transparent;
    font-size: 14px;
    font-family: inherit;
    color: currentColor;
    cursor: pointer;
    height: 46px;
}

.time-icon {
    position: absolute;
    left: 8px;
    pointer-events: none;
}

.chevron-icon {
    position: absolute;
    right: 8px;
    pointer-events: none;
}

.custom-select:focus,
.call_duration:focus {
    outline: none;
    border-color: #94a3b8;
}

/* Dropdown options styling */
.custom-select option {
    background-color: white;
    color: #1e293b;
    padding: 8px;
}

/* inifinite scroll */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #f8f9fa;
    padding: 10px 0;
}

.marquee {
    display: flex;
    align-items: center;
    gap: 64px;
}
.scroll-wrap {
    display: inline-flex;
    gap: 64px;
    width: max-content;
    animation: scroll 15s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
