.btn-momentum {
    background: #0d9488;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
}

.btn-momentum:hover {
    background: #0f766e;
    color: #fff;
    text-decoration: none;
}
.btn-ylw:hover{
    text-decoration: none;
}
.btn-wht:hover{
    text-decoration: none;
}
.btn-plan:focus,
.btn-plan:focus-visible,
.btn-plan:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn-popular:focus,
.btn-popular:focus-visible,
.btn-popular:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn-momentum:focus,
.btn-momentum:focus-visible,
.btn-momentum:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn-yellow-one:focus,
.btn-yellow-one:focus-visible,
.btn-yellow-one:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn-white-one:focus,
.btn-white-one:focus-visible,
.btn-white-one:active {
  outline: none !important;
  box-shadow: none !important;
}
a:hover{
    text-decoration: none;
}


@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px
    }
}

.create-txt {
    color: #fde047;
}

.vdo {
    max-width: 711px;
    max-height: 500px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 400px;
    width: 100%;
    height: 0;
    margin: auto;
}

.theme-collapse-btn {
    display: none;
}

.btn-ylw {
    background: #eab308;
    border: none;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 10px;
    width: 260px;
    font-weight: 600;
}

.btn-ylw:hover {
    background: #ca8a04;
}

.btn-wht {
    background: #fff;
    color: #0d9488;
    border: none;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 10px;
    width: 260px;
    font-weight: 600;
}

.btn-wht:hover {
    background: #fdfdfce6;
}

.header.navbar-transparent .navbar-nav .nav-item .nav-link.active {
    color: #fafbfb !important;
    background: #0d9488 !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    padding: 18px !important;
    border-radius: 10px !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #0d9488 !important;
    background: #f0fdfa !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    padding: 18px !important;
    border-radius: 10px !important;
}

.header .nav.navbar-nav .nav-item .nav-link {
    margin: 0px 10px !important;
}

.header.navbar-fixed-top {
    min-height: 80px !important;
}

.bg-content-new {
    height: 1000px;
}

.btn-2 {
    display: flex;
    justify-content: center;
}

.navbar-collapse {
    background: #fff;
}

.card-custom {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    transition: transform 0.2s ease-in-out;
    text-align: left;
    padding: 20px !important;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 28px;
    color: #009688;
    margin-bottom: 10px;
}

.para-title {
    font-size: 18px;
}

.card-custom>p {
    font-size: 15px;
}

.fw-bold {
    font-weight: 700;
}

.step-circle {
    width: 70px;
    height: 70px;
    background: #159684;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    font-weight: bold;
}

.how-it-works-section {
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    padding: 60px 0;
}

.step-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.step-desc {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 0px;
}

.most-popular {
    position: relative;
    border: 2px solid #0d9488;
    border-radius: 16px;
    top: -20px;
    height: 108%;
}

.badge-popular {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    top: 5px;
    background: #0d9488;
    color: #fff;
    border-radius: 15px;
    padding: 5px 18px;
    font-size: 0.95rem;
    font-weight: 500;
}
.plan-features .font-li-most {
  display: flex;
  align-items: start;
}

.plan-features .font-li-most i {
  margin-right: 15px;
}
.plan-card {
  display: flex;
  flex-direction: column;
}
.plan-card .btn-plan {
  margin-top: auto;
}
.plan-card .btn-popular {
  margin-top: auto;
}

.plan-card {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    font-size: 16px;
    padding: 15px !important;
}
.plan-title-most{
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.font-li-most{
    font-size: 12px;
}
.font-icon-most{
    font-size: 15px !important;
}

.plan-price {
    font-size: 20px;
    font-weight: bold;
    color: #0d9488;
}
.small-month{
    font-size: 13px;
    font-weight: 600;
}

.plan-features {
    margin-top: 24px;
    text-align: left;
}

.plan-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-plan {
    background: #f3f4f6;
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
}

.btn-plan:hover {
    background: #e5e7eb;
}

.btn-popular {
    background: #0d9488;
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.btn-popular:hover {
    background: #0f766e;
    color: #fff;
}
.btn-best{
    background: linear-gradient(to right, #ebaf09, #f87715) !important;
}
.btn-best:hover{
    background: linear-gradient(to right, #cb8704, #e95a0c) !important;
}

section {
    padding: 80px 0px;
}

.bi-check-circle {
    color: #0d9488 !important;
    font-size: 18px;
    margin-right: 5px;
}

.limited-offer {
    background: #ed898a;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    padding: 2px 16px;
    font-size: 1rem;
    margin-left: 8px;

    /* Animation */
    animation: heartbeat 1.5s infinite;
}

/* Heartbeat animation */
@keyframes heartbeat {
    0% {
        transform: scale(1);
        background-color: #ff0003;
    }

    25% {
        transform: scale(1.1);
        background-color: #f28b8c;
    }

    40% {
        transform: scale(0.95);
        background-color: #e6787a;
    }

    60% {
        transform: scale(1.1);
        background-color: #ff0003;
    }

    100% {
        transform: scale(1);
        background-color: #ed898a;
    }
}

.income-highlight {
    color: #16a34a;
    font-weight: 700;
}

.feature-icon {
    color: #16a34a;
    font-size: 1.15em;
}

.action-card {
    box-shadow: 0 8px 32px rgba(40, 70, 100, 0.08);
    padding: 1.5rem;
    background: #fef9c3;
    margin-top: 2rem;
    border-left: 4px solid #eab308;
}

.main-btn {
    background: #16a34a;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 12px;
    padding: 10px;
    margin-top: 2rem;
}

.main-btn:hover {
    background: #15803d;
    color: #fff;
}

.img-earn {
    box-shadow: 0 8px 32px rgba(40, 70, 100, 0.08);
    border-radius: 24px;
    margin-bottom: 1rem;
}

.floating-card {
    border-radius: 14px;
    box-shadow: 0 7px 28px rgba(40, 70, 100, 0.15);
    background: #fff;
    padding: 1rem 2rem;
    min-width: 280px;
    position: absolute;
    left: 28%;
    bottom: -20px;
    transform: translateX(10%);
    font-weight: 600;
    color: #16a34a;
    font-size: 1.18rem;
}

.cta-box {
    background: linear-gradient(90deg, #ff4d4d, #ff8000);
    color: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.cta-box h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta-box p {
    margin-bottom: 1.5rem;
    font-size: 15px;
    font-weight: 500;
}

.cta-box .btn {
    margin: 0.3rem;
    border-radius: 6px;
    font-weight: 600;
    padding: 13px;
    font-size: 15px;
}

.feature-list li {
    margin-bottom: 1rem;
}

.feature-list i {
    color: #00b074;
    margin-right: 8px;
}

.custom-img {
    border-radius: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.btn-outline-light:hover {
    color: #f00 !important;
}


.badge-custom {
    background: #d8f5e0;
    color: #16a34a;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 14px;
}

.belt-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.belt-card .dot {
    width: 12px;
    height: 12px;
    background: #0d9488;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.btn-custom {
    background: #059669;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 20px;
}

.btn-custom:hover {
    background: #047857;
}

.certificate {
    border: 2px solid #fbbf24;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: #fffbea;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.success-rate {
    background: #facc15;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 6px;
    transform: rotate(18deg);
    margin-bottom: -30px;
    position: absolute;
    text-align: center;
    left: -10px;
    top: -15px;
    font-size: 13px;
}

.sucess-1 {
    font-weight: 500;
}

.icon-award {
    font-size: 30px;
    color: #0d9488;
}

.faq-heading {
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.faq-text {
    font-weight: 400;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

.faq {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #E1E1E1;
}

.faq label:hover {
    background-color: #FAFAFA;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function:
        cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -45px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: auto;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}

.bg-new {
    background: #0d9488;
    padding: 75px 10px;
}

.btn-yellow-one {
    background: #eab308;
    border: none;
    border-radius: 5px;
    padding: 15px 45px;
    font-size: 15px;
    font-weight: 600;
}

.btn-yellow-one:hover {
    background: #ca8a04;
}

.footer {
    text-align: left !important;
    line-height: 30px;
    font-size: 14px;
}

.app-theme-dark .app-sidebar .nav>li.active>a,
.bg-dark {
    background-color: #111827 !important;
}

.small,
small {
    font-size: 100%;
    font-weight: 400;
    color: #ffffff8a;
}

.text-light-one {
    color: #ffffff8a !important;
}

.text-light-one:hover {
    color: #fff !important;
    text-decoration: none;
}

.d-fflex {
    display: flex;
}

.award-ai {
    color: #fde047;
    font-size: 60px;
}

.bg-gradient-ai {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.title-bg-gradient {
    font-size: 3rem;
}

.icon-ai-books {
    font-size: 25px;
    color: #0d9488;
    font-weight: bold;
}

.card-ai-page {
    font-size: 15px;
    margin: 0px;
}

.plan-card-ai {
    border-radius: 16px;
    min-height: 180px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    margin-bottom: 32px;
    font-size: 16px;
    padding: 20px 10px !important;
}

.card-one-ai {
    border: 1px solid #00000026;
    border-radius: 10px;
    padding: 20px;
}

.card-one-ai:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.icon-ai-boxes {
    width: 40px;
    height: 41px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-brown {
    background-color: #8B4513;
    /* brown */
}

.bg-orange {
    background-color: #f97316 !important;
}

.bg-success {
    background-color: #22c55e !important;
}

.bg-primary {
    background-color: #3b82f6 !important;
}

.bg-purple {
    background-color: #a855f7 !important;
}

.btn-teal {
    background-color: #14b8a6;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-teal:hover {
    background-color: #0f766e;
    color: #fff;
}

.bg-ai-one-end {
    background: #f0f0f08c;
    padding: 80px 0px;
}

.btn-m1 {
    padding: 15px 25px !important;
}

.btn-white-one {
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 45px;
    font-size: 15px;
    font-weight: 600;
    color: #0d9488;
    margin-left: 15px;
}

.btn-white-one:hover {
    background: #f3f4f6;
    color: #0d9488;
}

.mission-vision {
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border-radius: 10px;
    min-height: 190px;
    margin-bottom: 15px;
}

.text-mission {
    font-size: 15px;
    margin-bottom: 0px;
}

.bg-teal-light {
    background-color: #ccfbf1 !important;
    color: #0d9488 !important;
}

.text-teal {
    color: #0d9488;
}

.card-defferent {
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border-radius: 10px;
    min-height: 135px;
    margin-bottom: 15px;
    background: #fff;
}

.card-founders {
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.text-sub-titl {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.card-Fans {
    padding: 25px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.font-names-testi {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
}

.card-four-box {
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin-bottom: 25px;
    background: #fff;
}

.font-cmpnstn {
    font-size: 45px;
    color: #fff;
}

.three-dives {
    margin: 0px 25px;
}

.font-cmpnstn-title {
    font-size: 1rem;
}

.text-clr-cmpnstn {
    color: #c7c4c4;
}

.card-cmpnstin:hover img {
    transform: scale(1.05);
}

.card-cmpnstin:hover .overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.card-cmpnstin:hover .overlay>div {
    opacity: 1;
}

.img-hvr {
    border-radius: 10px;
}

.img-hvr:hover {
    border: 3px solid #0d9488;
    transition: 0.5s;
}

.show-in-hover {
    position: absolute;
    top: 45%;
    left: 35%;
    background: #fcfcfc;
    padding: 8px 40px;
    border-radius: 23px;
    color: #0d9488;
}

.img-hvr {
    position: relative;
    cursor: pointer;
}

.img-hvr .show-in-hover {
    display: none;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
}

.img-hvr .overlay {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0.5rem;
}

.img-hvr:hover .show-in-hover {
    display: block;
    opacity: 1;
}

.img-hvr:hover .overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.img-hvr img {
    transition: transform 0.3s;
}

.img-hvr:hover img {
    transform: scale(1.05);
}

.card-custom-one {
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    padding: 2rem;
    background: #fff;
}

.key-points,
.example-box {
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.key-points {
    background-color: #e6f9f8;
}

.example-box {
    background-color: #e8f0fe;
}

.cv-badge {
    background-color: #dbeafe;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    font-size: 0.875rem;
}

.note-box {
    background-color: #dcfce7;
    border-left: 3px solid #22c55e;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.card-outer {
    background: #effbfb;
    padding: 35px;
    border-radius: 0.75rem;
}

.bg-prodct {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.dollar-second {
    font-size: 35px;
}

.hr-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #14b8a6, #3b82f6);
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.card-clrs {
    padding: 25px;
    border-radius: 10px;
}

.card-purple-one {
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    background: linear-gradient(135deg, #f8efff, #fefbff);
    border-radius: 0.75rem;
    padding: 30px;
}

.card-inner-purple {
    padding: 25px;
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border-radius: 0.75rem;
}

.hr-line-one {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #b054ed, #eb489a);
    border-radius: 5px;
    margin-bottom: 35px;
}

.pool-card {
    border-radius: 18px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border: 1px solid #c2410c;
    padding: 35px;
    background: #fff;
}

.highlight-bg {
    background: #fff8ec;
    border-radius: 12px;
    padding: 20px;
}

.highlight-bg-2 {
    background: #fee8cd;
    border-radius: 12px;
    padding: 20px;
}

.section-title-brown {
    color: #c2410c !important;
    font-weight: 700;
}

.distr-label {
    color: #B45B06;
    font-weight: 600;
}

.dist-badge {
    background: #FFD499;
    color: #E4681B;
    font-weight: bold;
    border-radius: 18px;
    padding: 2px 18px;
    font-size: 1rem;
    margin-left: 8px;
}

.hr-line-two {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #eab208, #f97416);
    border-radius: 5px;
    margin-bottom: 35px;
}

.main-card {
    border-radius: 18px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    border: none;
    padding: 25px;
    border: 1px solid #c7d2fe;
}

.section-title {
    /*font-size: 1.35rem;*/
    color: #4246c7;
    font-weight: 700;
}

.highlight-purple {
    background-color: #ffffff;
    border-radius: 12px;
    border-left: 3px solid #4246c7;
    padding: 15px;
}

.info-box {
    background: #ffffffda;
    border-radius: 9px;
    padding: 12px 17px;
    margin-bottom: 17px;
    border: none;
}

.highlight-green {
    background: #eafaf0;
    border-radius: 12px;
    padding: 15px;
    padding-bottom: 20px;
    border: none;
}

.title-green {
    color: #20a877;
    font-weight: 700;
    font-size: 1.18rem;
    margin-bottom: 17px;
}

.icon-box {
    color: #20a877;
    font-size: 1.28rem;
    margin-right: 8px;
    vertical-align: middle;
}

.callout-blue {
    background: #f0f6ff;
    border-left: 4px solid #4272d7;
    padding: 13px 18px;
    border-radius: 9px;
    margin-top: 15px;
    color: #2e4da7;
}

.fw-blue {
    color: #166534;
    font-weight: 700;
}

.fw-green {
    color: #20a877;
    font-weight: 600;
}

.first-payment {
    background: #e8e8ff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.hr-line-three {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #6466f1, #a655f7);
    border-radius: 5px;
    margin-bottom: 35px;
}


.customon-card {
    background: #fff;
    border: none;
    border-radius: 22px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
}

.info-section {
    padding: 32px 28px 24px 28px;
    border-radius: 18px;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
}

.icon-circle {
    width: 56px;
    height: 56px;
    background: #57c1db;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 18px;
}
.award-produce{
    font-size: 25px;
}
.section-title{
    /*font-size: 1.36rem;*/
    font-weight: 600;
    color: #193152;
    margin-left: 15px;
}
.section-title-2 {
    font-size: 1.36rem !important;
    font-weight: 600;
    color: #193152;
    margin-left: 15px;
}

.highlight-warning {
    background: #fff6ec;
    border: 2px solid #ffcd96;
    color: #bf6212;
    padding: 16px 18px;
    border-radius: 14px;
    font-size: 1.07rem;
    margin-top: 20px;
    margin-bottom: 12px;
}

.callout-brown {
    background: #fee8cd;
    border-left: 4px solid #f97316;
    padding: 13px 18px;
    border-radius: 9px;
    margin-top: 15px;
    color: #f97316;
}

.bg-high-one {
    border-radius: 22px;
    padding: 35px;
}

.icon-bg-throw {
    background: linear-gradient(to right, #14b8a6, #3b82f6);
    width: 50px;
    height: 50px;
}

.font-icon-gra {
    font-size: 25px;
}

.card-rank {
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    padding: 30px 20px;
    border-radius: 10px;
    border: 2px solid #b0b4bd;
    min-height: 240px;
    margin-bottom: 20px;
}

.icon-end-one {
    width: 48px;
    height: 48px;
}

.font-icon-end {
    font-size: 25px;
}

.card-rank-1 {
    border: 2px solid #fdba74 !important;
}

.card-rank-3 {
    border: 2px solid #94a3b8 !important;
}

.card-rank-4 {
    border: 2px solid #facc15 !important;
}

.card-end {
    padding: 30px 20px;
    border: 2px solid #5eead4;
    border-radius: 1rem;
}

.end-twos {
    border-color: #14b8a6;
    padding: 10px;
    border-radius: 10px;
    border-left: 3px solid #0d9488;
    background: linear-gradient(to bottom right, #d1fae5, #a7f3d0);
    border-color: #14b8a6;
}

.end-twos-one {
    border-color: #14b8a6;
    padding: 10px;
    border-radius: 10px;
    border-left: 3px solid #2443af;
    background: linear-gradient(to bottom right, #dbeafe, #bfdbfe);
}

.policy-h2 {
    font-size: 1.3rem;
    margin-bottom: 0px;
    font-weight: 700;
}

.policy-section {
    margin-bottom: 2rem;
}

.policy-section p,
.policy-section li {
    color: #334155;
    line-height: 1.6;
    font-size: 0.96rem;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.dropdown-toggle {
    white-space: nowrap;
    border: 1px solid #0d9488;
    padding: 8px 10px;
    border-radius: 5px;
    color: #0d9488;
}
.dropdown-toggle:hover {
    color: #0d9488;
    text-decoration: none;
}
.dropdown-menu {
    background-color: #fff;
}
.header .dropdown-menu {
    background: #212121 !important;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%) !important;
    border-radius: 5px !important;
}
.header .dropdown-menu .dropdown-item {
    padding: 8px 10px !important;
    background: #fff !important;
    color: #000 !important;
}
.header .dropdown-menu .dropdown-item+.dropdown-item {
    border-top: none !important;
}
.header .dropdown-menu .dropdown-item:hover {
    background: #efefef !important;
}
.mt-btn-mbl{
    margin-top: 30px;
}

@media (max-width: 992px) {
    .floating-card {
        position: static;
        transform: none;
        margin-top: 1rem;
        min-width: unset;
    }

    .img-earn {
        margin-bottom: 0;
    }
    .flex-in-mbl{
        position: absolute;
        top: 7px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .card-custom {
        margin-bottom: 20px;
    }
    .plan-card {
        margin-bottom: 30px;
    }
    .mt-btn-mbl{
        margin-top: 0px;
}

@media(max-width: 500px) {
    .bg-gradient-ai {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .section-title {
        font-size: 17px !important;
    }
    .most-popular {
        margin-bottom: 32px !important;
        height: auto !important;
    }

    .card-clrs {
        margin-bottom: 20px;
    }

    .bg-high-one {
        padding: 15px;
    }

    .font-icon-gra {
        font-size: 15px;
    }

    .icon-bg-throw {
        width: 45px;
        height: 32px;
    }

    .info-section {
        padding: 15px 10px 24px 15px;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 1rem !important;
    }

    .three-dives {
        margin: 0px 10px;
    }

    .font-cmpnstn {
        font-size: 25px;
        color: #fff;
    }

    .card-custom-one {
        padding: 10px;
    }

    .card-outer {
        padding: 10px;
    }

    .step-desc {
        font-size: 0.8rem;
    }

    .btn-white-one {
        margin-left: 0px;
    }

    .para-title {
        font-size: 13px;
    }

    .lead {
        font-size: 12px;
    }

    .mission-vision {
        padding: 20px;
        box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
        border-radius: 10px;
        min-height: auto;
    }

    .award-ai {
        font-size: 40px;
    }

    .bg-content-new {
        height: 100vh;
    }

    .faq-heading {
        font-size: 14px;
        text-indent: 0px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .most-popular {
        top: 0px;
    }

    .cta-box .btn {
        padding: 13px 10px;
        font-size: 12px;
        width: 100%;
    }

    .faq .faq-arrow {
        width: 6px;
        height: 6px;
        top: -30px;
    }

    .fw-bold {
        font-size: 15px;
    }

    .h-100 {
        height: auto !important;
    }

    section {
        padding: 25px 0px;
    }

    .card-custom {
        margin-bottom: 15px;
    }

    .fnt-para {
        font-size: 15px;
    }

    .fnt-title {
        font-size: 25px !important;
    }

    .home .home-content {
        top: 40% !important;
    }

    .d-fflex {
        display: block;
    }

    .btn-ylw {
        margin: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .btn-wht {
        margin: auto;
        width: 100%;
    }

    .btn-2 {
        flex-direction: column;
    }
    .vdo{
        padding-top: 220px;
    }
}

@media(max-width: 992px) {
    .vdo {
        max-width: 100%;
        max-height: max-content;
        border-radius: 20px;
    }
/*    .drp-lng{
        display: none;
    }*/
}

@media(max-width: 1024px) {
    .btn-momentum-1 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .plan-price {
        font-size: 1.3rem;
    }

    .plan-card {
        font-size: 13px;
        padding: 12px !important;
    }

    .badge-popular {
        left: 38%;
        transform: translateX(-31%) translateY(-70%);
        font-size: 0.85rem;
        font-weight: 500;
    }
}