.input-contact-sales {
    width: 354px !important;
    height: 47px !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 8px !important;
}

textarea {
    height: 107px !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 8px !important;
}

.text-primary {
    color: #09C3B2 !important;
}

.text-primary:hover {
    color: #067F77 !important;
}

a:hover {
    text-decoration: none !important;
}

a.text-primary:hover {
    color: #067F77 !important;
}

.start-free-textlink {
    border-bottom: 1px solid #09C3B2;
}

.card-pricing {
    width: 100%;
    /* Default to full width on smaller screens */
    max-width: 380px;
    /* Limit the maximum width */
    height: auto;
    /* Let the height adjust based on content */
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 20px;
    background-color: white;
    box-sizing: border-box;
    /* Include padding and border in element’s total width and height */
}

.card-title-pricing {
    font-size: 16px;
    font-weight: 600 !important;
    color: #292929;
}

.card-title-type {
    font-size: 36px;
    font-weight: 600 !important;
    color: #292929;
}

.card-title-sub-pricing {
    font-size: 36px;
    font-weight: 700 !important;
    color: #067F77;
    margin-top: -10px;
}

.social-icons {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.social-icons img {
    margin: 0 10px;
}

.social-icons .card {
    width: 100% !important;
    border: 1px solid #DEDEDE;
    /* Use transparent border initially */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: start;
    cursor: pointer;
    margin: 5px;
    padding: 2px;
    box-sizing: border-box;
    color: #525252;
}

.social-icons .card:hover {
    border: 1px solid #09C3B2;
    color: #09C3B2;
}

.social-icons .card:hover svg path {
    fill: #09C3B2;
}

.social-icons .card:hover .basic-plan-sosmed-icon {
    border: 1px dashed #09C3B2;
}


.btn-primary-pricing {
    width: 100% !important;
    height: 47px;
    border-radius: 8px;
    border: 1px solid #029F94;
    color: #029F94;
    padding: 12px 16px 12px 16px;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}

.btn-primary-pricing:hover {
    border: 1px solid #047971;
    color: #047971;
}

.line-break {
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-count {
    width: 52px;
    height: 47px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    opacity: 60%;
    background-color: #F2F3F3;
}

.btn-select-plan {
    width: 132px !important;
    height: 47px !important;
    padding: 12px 16px 12px 16px !important;
    border: none !important;
}

#btn_continue_paying {
    height: 47px !important;
}

#btn_cancel_payment {
    height: 47px !important;
}

.btn-select-plan:hover {
    opacity: 100%;
}

.btn-count:hover {
    opacity: 100%;
}

.btn-submit {
    width: 160px;
    height: 47px;
    border-radius: 8px;
    opacity: 80%;
    background-color: #09C3B2;
    color: white;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn-submit:hover {
    opacity: 100%;
}

.btn-submit:disabled {
    opacity: 40%;
    background-color: #09C3B2;
    color: white;
    cursor: not-allowed;
}

.input-pricing {
    width: 80%;
    height: 47px;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background-color: white;
    text-align: center;
}

.floating-widget {
    min-width: 600px;
    bottom: 20px;
    height: 87px;
    border: 1px solid #F5F5F5;
    border-radius: 28px;
    padding: 20px;
    background-color: white;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 10px 10px -5px #00000014, 0px 20px 25px -5px #00000024;
    opacity: 0;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 1000;
}

.floating-widget.show {
    bottom: 30px;
    opacity: 1;
    display: block;
}

.floating-widget.hide {
    bottom: -100px;
    opacity: 0;
}

/* font */
.font-specification {
    padding-left: 0px !important;
    list-style-type: none;
    font-size: 14px;
    color: #292929;
    font-weight: 400;
}

.font-specification li {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.font-specification li:nth-child(odd) {
    background-color: #F5F5F5;
    border-radius: 8px;
}

.includes div {
    margin-bottom: 10px;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#notification_contact_sales .modal-dialog {
    animation-name: slideUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.card-connect-account {
    width: 62% !important;
}

.connect-account-card-body {
    display: flex;
    align-items: center;
    padding: 12px;
}

.basic-plan-sosmed-icon {
    width: 50px;
    height: 50px;
    border: 1px dashed var(--Base-200, #BDBDBD);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.basic-plan-sosmed-icon svg {
    transform: scale(1.3);
}

.premium-plan {
    height: 85%;
    border-radius: 0px !important;
    border-left: 1px solid #09C3B2;
    border-right: 1px solid #09C3B2;
    border-top: 1px solid #09C3B2;
    border-bottom: none;
}

.basic-plan {
    border-bottom: none;
    border-radius: 8px 8px 0px 0px !important;
}

.most-popular-label {
    background-color: #09C3B2;
    color: white;
    padding: 5px 10px;
    border-radius: 8px 8px 0px 0px !important;
    text-transform: uppercase;
}

.see-all-feature {
    background-color: #EAFAF7;
    color: #0B6461;
    padding: 5px 10px;
    border-radius: 0px 0px 8px 8px !important;
    font-weight: 500;
    font-size: 18px;
}

.see-all-feature a {
    color: #0B6461;
}

.border-premium-plan {
    border-left: 1px solid #09C3B2;
    border-right: 1px solid #09C3B2;
    border-bottom: 1px solid #09C3B2;
}

.border-basic-plan {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.pricing-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
}

#compare-feature-table thead {
    background-color: #09C3B2;
    color: white;
}

#compare-feature-table thead th:first-child {
    border-top-left-radius: 8px;
}

#compare-feature-table thead th:last-child {
    border-top-right-radius: 8px;
}

#compare-feature-table tbody {
    background-color: white;
    color: #656565;
}

#product_qty {
    font-size: 16px;
    /* Default font size */
}

#package_type {
    font-size: 14px;
    /* Default font size */
}

#total_price {
    font-size: 23px;
    /* Default font size */
}

@media (max-width: 992px) {
    .pricing-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pricing-card-wrapper {
        grid-template-columns: 1fr;
    }

    #product_qty {
        font-size: 10px;
        /* Even smaller font size for extra small screens */
    }

    #package_type {
        font-size: 10px;
        /* Even smaller font size for extra small screens */
    }

    #total_price {
        font-size: 14px;
        /* Even smaller font size for extra small screens */
    }
}

@media (max-width: 768px) {
    .card-pricing {
        max-width: 100%;
        height: auto;
    }

    .floating-widget {
        min-width: 90%;
        bottom: 10px;
    }

    #product_qty {
        font-size: 14px;
        /* Smaller font size for small screens */
    }

    #package_type {
        font-size: 12px;
        /* Smaller font size for small screens */
    }

    #total_price {
        font-size: 18px;
        /* Smaller font size for small screens */
    }
}
