body {
    overflow-x: hidden;
    font-family: 'Inter', sans-serif !important;
}

.navbar-landing {
    box-shadow: 0px -10px 24px 12px rgba(0, 0, 0, 0.1);
}

.hero-section {
    padding: 80px 0;
    background: #fff;
}

.trusted-badge {
    color: #ff6a00;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 32px;
    margin-top: 22px;
    background: #FFF2E9;
}

.hero-title {
    font-size: 32px;
    line-height: 140%;
    font-weight: 700;
    color: #2e2e2e;
}

.hero-subtext {
    color: #2e2e2e;
    font-size: 20px;
    line-height: 34px;
    margin: 9px 0;
    font-weight: 500;
    padding-top: 20px;
}

.hero-image {
    width: 100%;
    max-width: 600px;
}

.small-text {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.videosection h5 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.videosection h6 {
    font-weight: 400;
    font-size: 19px;
}

.videosection {
    padding-top: 64px;
}

.features-section {
    padding: 84px 0px 0px;
    text-align: center;
}

.feature-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px 60px;
    position: relative;
    border: none;
    min-height: stretch;
    box-shadow: 0px 0px 24px 0px #7D7D7D1A;
    transition: 0.3s;
}
.rightinfoimg {
    text-align: right;
}
.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border thickness */
    border-radius: 11px;

    background: linear-gradient(182deg, #FF6600 6.43%, #FFFFFF 100%);

    /* Show only border area */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    /* Remove bottom border */
    clip-path: polygon(0% 0%,
            100% 0%,
            100% 88%,
            0% 88%);
}

/* Orange Icon Circle */
.icon-circle {
    width: 70px;
    height: 70px;
    background: #ff6a00;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon-square1 {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #ff6a00;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon-circle img {
    height: 32px;
}

.feature-title {
    margin-top: 41px;
    font-weight: 600 !important;
    font-size: 17px !important;
    color: #2e2e2e;
}

.feature-text {
    font-size: 16px;
    color: #5a5a5a;
    margin-top: 8px;
    font-weight: 400;
}

.bottom-text {
    margin-top: 15px;
    font-size: 12px;
    color: #2e2e2e;
    font-weight: 300;
}

.landing-nav li a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.landing-nav {
    gap: 14px;
}

.landing-nav li a.btn-outline {
    padding: 8px 13px;
    border-radius: 7px;
}

.landing-nav li a.btn-primary {
    padding: 8px 19px;
    border-radius: 7px;
}

.slide-section .carousel-caption h3 {
    color: #2E2E2E !important;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 20px;
}

.slide-section .carousel-caption h6 {
    color: #2E2E2E !important;
    font-weight: 400;
    font-size: 14px;
}

.slide-section .carousel-caption {
    bottom: -32px;
}

.slide-section .carousel-indicators {
    bottom: -32px;
}

.contact-wrapper {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 0;
}

/* Right orange card */
.contact-info {
    background: linear-gradient(180deg, #ff9f1c, #ff5e00);
    color: #fff;
    border-radius: 15px;
    padding: 35px;
    height: 100%;
}

.map-container iframe {
    display: block;
}

.contact-wrapper .otptext {
    font-size: 12px !important;
}

.formagree {
    font-size: 14px;
    color: #2E2E2E;
}

.form-control::-webkit-input-placeholder {
    color: #5a5a5a;
}

.form-control::-moz-placeholder {
    color: #5a5a5a;
}

.form-control:-ms-input-placeholder {
    color: #5a5a5a;
}

.form-control::-ms-input-placeholder {
    color: #5a5a5a;
}

.form-control::placeholder {
    color: #5a5a5a;
}

.contact-info h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.contact-info p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
}

.plancard-section {
    gap: 38px;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}

.bg-black1 {
    background: #000 !important;
}

.plancardnew .features li {
    padding-bottom: 17px !important;
}

.plancardnew .btn-primary:hover {
    background: #ff6a00 !important;
    color: #fff !important;
}

.plancardnew .btn-primary {
    background: #ff6a00 !important;
    color: #fff !important;
}

.plancardnew {
    border: 0 !important;
    box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1) !important;
}

.swiper {
    padding: 40px 0 60px;
}


.testimonial-card {
    background: #ffffff;
    border-radius: 14px;
    position: relative;
    border: none;
    min-height: 140px;
    box-shadow: 0 4px 33px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    overflow: hidden;
}

/* Gradient border (same as feature-card) */
.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 15px;
    background: linear-gradient(180deg, #FF6600 6.43%, #FFFFFF 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 0% 88%);
}


/* Header */
.testimonial-card .card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Avatar */
.testimonial-card .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.swiper .swiper-slide {
    background: none !important;
}

.testimonial .swiper-pagination {
    bottom: 57px !important;
}


/* Responsive */
@media (max-width: 991px) {
  .testimonial-card::before
  {
    border: 1px solid #ff6600;
    background: none;
    clip-path: border-box;
  }
  .testimonial-next {
    right: -56px !important;
}
.testimonial-prev
{
  left:-56px !important;
}
    .footer-row {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .landing-nav {
        background: #fff;
        padding: 10px;
        position: absolute;
        left: 0;
        border: 1px solid #efefef;
        right: 0;
        top: 44px;
        z-index: 9;
    }

    .slide-section .carousel-caption {
        bottom: -45px;
    }
}

@media (max-width: 991px) {
    .curve-img {
        display: none;
    }

    .feature-card::before {
        background: none;
    }

    .plancard-section {
        display: block !important;
    }

    .contact-wrapper {
        padding: 23px;
    }

    .videosection h5 {
        font-size: 24px !important;
        margin-top: 22px;
    }

    .hero-section {
        padding-top: 0px !important;
    }

    .hero-title {
        margin-top: 20px;
        font-size: 21px;
    }

    .hero-subtext {
        font-size: 16px;
        margin: 0px 0;
        padding-top: 9px;
    }

    .alert-card,
    .user-card {
        right: 0px !important;
    }

    .aum-card {
        left: 0px !important;
    }

    .partnerdetails .row .col-md-3 {
        display: block;
        align-items: baseline;
        width: auto;
    }

    .partnerdetails h6 {
        margin-left: 0px;
        margin-right: 10px;
        font-size: 23px !important;
    }

    .partnerdetails {
        padding-top: 0 !important;
    }

    .videosection {
        padding-top: 20px;
    }

    .videosection h6 {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .features-section {
        padding: 51px 0px 0px;
    }

    .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .loginbtn,
    .enquirebtn {
        width: 60%;
    }

    .whychoose {
        padding-bottom: 0px;
    }

    .hwhead {
        text-align: center;
        padding-bottom: 12px;
    }

    .btnsec {
        padding-top: 0 !important;
    }

    .feature-wrapper {
        display: block !important;
    }

    .phoneinput .otp-btn {
        padding: 7px 6px;
        font-size: 14px;
        min-width: fit-content;
    }

    .rightinfoimg img {
        width: 100%;
    }

    .banner h1 {
        margin: 0 0 8px !important;
        font-size: 20px !important;
    }

    .banner p {
        font-size: 16px;
    }

    .banner-button a,
    .banner-button a:hover {
        font-size: 12px !important;
    }

    .footer {
        text-align: center;
    }

    .navbar-brand {
        justify-content: center;
    }
    .navbar-nav
    {
          margin-top: 39px;
    border-bottom: 1px solid #efefef;
    }
    .enquirebtn
    {
      margin-bottom: 20px;
    }
    .loginbtna,.enquirebtna
    {
      margin: 0px 31px;
    }
    .loginbtn,.enquirebtn
    {
          padding: 24px !important;
    line-height: 1px !important;
    }
    .demobtn
    {
      margin-top: 10px;
    }
    .testimonial-card .card-header
    {
      display:block;
    }
    .testimonial-card h6
    {
          float: left;
    padding-left: 0px;
    }
}

.bground-sec {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(358deg, #f5f5f5 6%, #f3f1ef 0%, #f0e4dc 32%, #FFD8BF 1%);
    -webkit-filter: blur(54px);
    filter: blur(54px);
}


.video-container {
    width: 100%;
    margin: 47px auto 0px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video-container iframe,
.video-container .fallback {
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
}

.fallback {
    display: none;
    object-fit: cover;
}

.howitwork {
    background: #F8F8F8;
}

.curve-img.reverse {
    transform: scaleY(-1);
}

.icon-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feature-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.featuretext {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hwhead {
    color: #2E2E2E;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
}

.feature-card1 {
    width: fit-content;
    margin: 0 auto;
}

.planssection {
    background: #FFF7F2;
}

.slide-section {
    padding-bottom: 75px;
}

.planssection .container {
    text-align: center;
}

.planssection input[type="radio"] {
    display: none;
}

.planssection .tabs {
    display: inline-flex;
    background: #fff;
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 20px;
}

.planssection .tab {
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    color: #000;
}

.planssection #monthly:checked~.tabs label[for="monthly"],
.planssection #yearly:checked~.tabs label[for="yearly"] {
    background: #FF6600;
    color: #fff;
}

.planssection .card {
    width: 375px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-top: 12px solid #1368A9;
    padding-bottom: 22px;
}

.planssection .prod {
    font-size: 14px;
    color: #000;
}

.planssection .price1 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.planssection .old-price {
    text-decoration: line-through;
    color: #747474;
    font-size: 20px;
    font-weight: 400;
}

.planssection .save {
    color: green;
    font-size: 13px;
    background: #ecffec;
    margin-left: 5px;
    padding: 3px 13px;
    border-radius: 11px;
}

.planssection .features {
    text-align: left;
    margin: 20px 0;
    padding: 0 20px;
}

.planssection .features li {
    list-style: none;
    margin: 12px 0;
    display: flex;
    align-items: center;
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 500;
}

.planssection .features img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.planssection .yearly-content {
    display: none;
}

.planssection #yearly:checked~.card .monthly-content {
    display: none;
}

.planssection #yearly:checked~.card .yearly-content {
    display: block;
}

.wrapp {
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.planssection,
.whychoose {
    padding-bottom: 60px;
}

.monthly-content,
.yearly-content {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 11px;
    padding-top: 20px;
}

.asterisk {
    color: #E7503A;
    font-size: 16px;
    font-weight: 600;
}

.mandatorytitle {
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}

.prefix {
    padding: 10px;
    color: #2E2E2E;
    font-weight: 500;
    font-size: 14px;
}

.phoneinput input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    background: transparent;
}

.phoneinput .otp-btn {
    background: #ffe8dc;
    color: #ff6a00;
    border: none;
    padding: 7px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.verifiedotp {
    background: #ecffec;
    color: #179526;
    border: none;
    padding: 7px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.phoneinput {
    display: flex;
    align-items: center;
    border-radius: 0.57rem;
    padding: 4px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #d9d9d9;
}

.verifiedotp img {
    margin-right: 5px;
}

.verifiedotp {
    cursor: pointer;
}

#otpModal .modal-body p {
    font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
}

#otpModal .modal-body h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
}

.otp-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.otp-box {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    outline: none;
}

.otp-box:focus {
    border-color: #D9D9D9;
    background: #F4F4F4;
}

/* Resend Text */
.resend {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.resend span {
    color: #ff6a00;
    cursor: pointer;
}

.testimonial-card h6 {
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    margin-bottom: 5px;
}

.testimonial-card h5 {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.imagesection {
    padding-left: 18px;
}

.testimonial-card .card-header {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #fff6f1;
    padding-left: 18px;
}

.testimonial-arrow {
    position: absolute;
    top: 28%;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 24px;
    color: #ff7a00;
    transition: background 0.2s;
}

.testimonial-prev {
    left: -25%;
}
.testimonial-prev img {
    transform: rotate(180deg);
}
.testimonial-next {
    right: -25%;
}

.testimonial-arrow:hover {
    background: #ffeede;
}

.cardcontent {
    color: #5A5A5A;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    padding: 0px 18px;
}

.btn-seenall {
    padding: 8px 32px !important;
}

.banner {
    margin-bottom: 75px;
    padding: 40px 50px;
    border-radius: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FF6600;
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    left: -137px;
    top: -111px;
    width: 241px;
    height: 246px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 0;

}

/* RIGHT decorative shapes */
.banner::after {
    content: "";
    position: absolute;
    right: -117px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 0;
}

/* Optional extra small circle (top-right) */
.circle-top {
    position: absolute;
    right: -120px;
    top: -21px;
    width: 199px;
    height: 199px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    z-index: 0;

}

.banner-text {
    max-width: 600px;
    z-index: 1;
}

.banner h1 {
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 15px;
}

.banner p {
    margin: 0;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
}

.banner-button {
    z-index: 1;
}

.banner-button a,
.banner-button a:hover {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    background: #fff;
    color: #272727;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s ease;
    font-size: 18px;
}


.banner-section {
    background: #fff;
}

/* Responsive */
@media (max-width: 700px) {
  .contact-wrapper {
        padding: 0px;
    }
    .phoneinput .otp-btn
    {
              min-width: auto
    }
  .partnerdetails .row .col-md-3
  {
        margin-bottom: 14px;    margin-bottom: 14px;
  }
  .demobtn, .btnsec .btn-primary1
  {
    margin-top: 13px !important;
  }
      .videosection h5 {
        font-size: 16px !important;
        margin-top: 22px;
    }
    .banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
     .partnerdetails .row .col-md-3 {
        display: flex;
        align-items: baseline;
    }
    .partnerdetails h6 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 23px !important;
    }
.testimonial-card::before
{
          clip-path: border-box;
}
}

body {
    background: #fff !important;
}

.bg-pink {
    background-color: #FFF7F2;
}

.hero-section {
    padding-bottom: 25px !important;
}

.icon-square {
    width: 64px;
    height: 64px;
    background: #FF6600;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partnerdetails h6 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    margin-top: 20px;
}

.partnerdetails h5 {
    font-size: 15px;
    font-weight: 400;
    color: #2E2E2E;
    margin-top: 11px;
    line-height: 28px;
}

.form-control.error {
    border: 1px solid #ff5b5c;
}

.swiper-pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background: #B9ADA5 !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #ff6600 !important;
    width: 10px !important;
    height: 10px !important;
    border: 0 !important
}

.swiper-pagination-bullet {
    margin: 0 4px;
    display: inline-block;
    border-radius: 11px;
}

.btnsec {
    padding-top: 37px;

}

.whychoose {
    padding-bottom: 68px;
}

.platform {
    padding-top: 50px;
}

.btn-seenall {
    padding: 9px 42px !important;
}

.questions {
    padding: 40px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #f4f4f4 !important;
}

.footer-logo {
    padding-bottom: 30px;
}

footer small {
    font-size: 14px;
}

.dashboard-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 80px auto;
}

/* Main Dashboard */
.main-img {
    width: 100%;
    border-radius: 20px;
}

.floating {
    position: absolute;
    border-radius: 16px;
    transition: 0.3s ease;
}

.aum-card {
    height: 121px;
    top: -60px;
    left: -27px;
    animation: slideFromLeft 1s ease forwards;
    animation-delay: 0.3s;
}

.user-card {
    height: 77px;
    top: -40px;
    right: -30px;
    animation: slideFromRight 1s ease forwards;
    animation-delay: 0.5s;
}

.alert-card {
    height: 164px;
    bottom: -77px;
    right: -82px;
    animation: slideFromRight 1s ease forwards;
    animation-delay: 0.7s;
}

@keyframes slideFromRight {
    from {
        opacity: 0;
        transform: translateX(120px);
    }

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

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-120px);
    }

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.demobtn,
.btnsec .btn-primary1 {
    line-height: 31px !important;
    font-size: 14px !important;
    height: 48px;
    font-weight: 600 !important;
}

.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    background: #fff;
    overflow: hidden;
}



.slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
}

.slick-prev {
    left: -50px;
    text-align: left;
}

.slick-next {
    right: -50px;
    text-align: right;
}



.item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
}

.slick-slide:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.4;
    transition: transform .4s;
}

.item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;

}

.slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
}

.slick-dots {
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.slick-dots li button:before {
    content: none !important;
}

/* Dot base style */
.slick-dots li {
    margin: 0 6px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    font-size: 0;
    padding: 0;
    display: block;
}

/* Active dot */
.slick-dots li.slick-active button {
    background: #ff6600;
    width: 12px;
    height: 12px;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slick-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.nav-item.active .nav-link {
    color: #f60;
}

.plan-name {
    display: none;
}

.oldprice {
    color: #747474;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
}

.questions .accordion-item {
    border-radius: 20px !important;
    border: 1px solid #F4F4F4;
}

.questions .accordion-header {
    border: 0;
    border-radius: 20px;
}

.questions .accordion-button {
    border: 1px solid #F4F4F4;
    border-bottom: 0px;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 16px;
    color: #000 !important;
    padding: 18px 25px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.questions .accordion-item:has(.accordion-button.collapsed),
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.accordion-button.collapsed {
    border-radius: 20px;
}

.questions .accordion-body {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 25px;

}

.accordion-button:focus {
    border: 0;
}

.slider-header {
    text-align: center;
    margin-bottom: 40px;
}

.slider-header h2 {
    font-weight: 700;
    font-size: 2rem;
}

.slider-header h2 span {
    color: #ff6b00;
}

.slider-header p {
    color: #888;
    font-size: 1.1rem;
}

.rev_slider {
    margin: 0 auto;
    max-width: 1200px;
}

.rev_slide {
    outline: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: flex;
    justify-content: center;
}

.slick-slide {
    padding: 40px 0;
    opacity: 0.4;
    transform: scale(0.85);
    transition: all 0.5s ease;
    z-index: 1;
}

.slick-center {
    opacity: 1;
    transform: scale(1.05);
    z-index: 5 !important;
}

.dashboard-card {
    height: 450px;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: -1px 2px 24px -8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

/* Optional overlay effect for dashboard look */
.dashboard-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
}


/* Custom Dot Styling */
.slick-dots {
    bottom: -60px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #555;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
}

.slick-dots li.slick-active button:before {
    background: #ff6b00;
    /* Orange active dot */
    width: 12px;
    height: 12px;
}

/* Footer Text */
.slider-footer {
    text-align: center;
    margin-top: 80px;
}

.slider-footer h4 {
    margin-bottom: 5px;
}

.slider-footer p {
    color: #888;
}

.slider-head h5 {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.slider-head p {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
        margin-bottom: 52px;
}

.slick-slide:has(+ .slick-center) {
    transform: scale(0.85) translateX(448px);
    z-index: 5;
}

.slick-center+.slick-slide {
    transform: scale(0.85) translateX(-448px);
    /* z-index: 5; */
}

.iconsection {
    margin-top: 3rem !important;
}
.form-label
{
  font-size: 14px;
  color: #5A5A5A;
  font-weight: 400;
}
.form-control
{
  color: #2E2E2E !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  height: 48px;
}
input#phonenum::placeholder,.form-control::placeholder
{
  color: #5A5A5A;
  font-weight: 300;
  font-size: 14px !important;
}
.form-check-input:checked
{
background-color: #FF6600 !important;
    border-color: #FF6600 !important;
}
.ln
{
  line-height: 27px;
}
.howitwork .feature-card
{
    padding: 15px 17px;
}
