body.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed !important;
    width: 100vw;
    height: 100vh;
}

.your-need-row-custom {
    position: relative;
    top: -22px;
}

.your-need-container .cards {
    border: unset !important;
    border-radius: 10px;
}

.your-need-container .cards .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
}

.your-need-container .cards .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #fff;
}

.your-need-container .cards .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.your-need-container .cards .title {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #000000;
}

.your-need-container .cards .slide {
    width: auto;
    height: 200px;
    transition: 0.5s;
    box-shadow: 0 20px 40px rgba(255, 80, 80, 0.35);
}

.your-need-container .cards .slide.slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .5s;
    transform: translateY(100px);
    border-radius: 10px;
}

.your-need-container .cards:hover .slide.slide1 {
    transform: translateY(45px);
}

.your-need-container .cards .slide.slide2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: .5s;
    transform: translateY(-100px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.your-need-container .cards:hover .slide.slide2 {
    transform: translateY(0);
    background-color: #414141;
}

/*.your-need-container .cards .slide.slide2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c73df;
}*/

.your-need-container .cards .slide.slide2 .content {
    margin-top: 50px;

}

.your-need-container .cards .slide.slide2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.your-need-container .cards .slide.slide2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: #414141;
}

.custom-btn {
    font-size: 18px;
    border-radius: 10px;
}

.offers-area {
    position: relative;
    display: block;
    background-color: #f5f8f7;
    padding-top: 100px;
    padding-bottom: 93px;
}

.bd-blog-3__thumb {
    position: relative;
}

.offer-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4d4f;
    /* color change korte paro */
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 2;
}

.single-offer-box {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 0px;
    border-radius: 20px;
    overflow: hidden;
}

.project-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-two .inner-box .lower-content {
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    padding: 20px 35px 20px 35px;
    z-index: 1;
    transition: all 500ms ease;
    text-align: center;
    line-height: normal;
}

.project-block-two .inner-box .lower-content .ptextbox {
    margin-bottom: 10px;
    overflow: hidden;
}

.project-block-two .inner-box .lower-content h5 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.citybank2-sm-button {
    max-width: 100%;
    padding: 7px 20px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    border-radius: 15px;
    border: none;
    /* border: 5px solid #339933; */
    transition: .3s ease-out;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #b30405, #e20001);
    color: #fff;
}

.single-offer-box-2 {
    height: 160px;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.project-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.single-offer-box-2 .project-block-two .inner-box {
    position: relative;
}

.single-offer-box-2 .project-block-two .inner-box::before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-offer-box-2 .project-block-two .inner-box .lower-content {
    position: absolute;
    left: 0px;
    top: 35%;
    width: 100%;
    padding: 20px 35px 20px 35px;
    z-index: 1;
    transition: all 500ms ease;
    text-align: center;
    line-height: normal;
    display: none;
    transition: all 500ms ease;
}

.single-offer-box-2 .project-block-two .inner-box:hover::before {
    visibility: visible;
}

.single-offer-box-2 .project-block-two .inner-box:hover .lower-content {
    display: block;
}

.subscribe-box-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 30px 15px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.subscribe-box-style1 .inner-title {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 0px;
}

.subscribe-box-style1 .inner-title h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 5px;
}

.subscribe-box-style1 .inner-title p {
    color: #797c7f;
}

.table thead th,
.table tbody td {
    padding: 5px;
    font-size: 14px;
    border: 2px solid #ddd !important;
}

.table thead th {
    color: #d9262a;
    background: #e30e20;
    color: #fff;
}

.ForEx-datacontiner a:hover {
    color: #fff;
}

.emi_formbox {
    /* border: 2px solid #005aaa; */
    padding: 15px;
    background: #fbfbfb;
    box-shadow: 0 10px 8px -3px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.emi_formbox .form-group {
    margin-bottom: 15px;
}

.emi_formbox .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.emi_formbox .form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #951419;
    border-radius: 4px;
}

.emi_formbox .form-group input:focus {
    border-color: #e30e20;
    outline: none;
}

.emi_formbox .btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.emi_formbox .btn-dark {
    background-color: #e30e20;
    color: #fff;
}

.emi_formbox .btn-dark:hover {
    background-color: #c41b1b;
}

.emi_formbox .btn-default {
    background-color: #f0f0f0;
    color: #333;
}

#installment {
    background-color: #eee;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    padding: 10px;
    border-radius: 4px;
}

.swiper-pagination {
    width: 100% !important;
    bottom: -30px !important;
}



.custom-bg {
    background-color: #f5f8f7;
}

.offers-area {
    /* background-color: #ffffff; */
}

.features-style4-area {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 100px 0 100px;
    z-index: 10;
}

.features-style4-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 3;
    /* background-image: -webkit-linear-gradient(-90deg, rgb(232, 232, 232) 65%, rgb(255, 255, 255) 100%); */
    background-image: -ms-linear-gradient(-90deg, rgb(232, 232, 232) 65%, rgb(255, 255, 255) 100%);
    background-image: url(../images/red-bg.webp);
    padding-bottom: 120px;
    background-blend-mode: normal;
    background-size: cover;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    height: 700px;
}

.features-style4-title-box {
    position: relative;
    display: block;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 40px;
}

.features-style4-title-box .sec-title {
    padding-bottom: 34px;
}

.sec-title h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.features-style4-title-box .sec-title h2 {
    text-transform: none;
}

.sec-title .subtitle {
    color: #333;
}

.features-style4-title-box .btns-box {
    position: relative;
    display: block;
    line-height: 0;
}

.btn-readnmore {
    border: 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 30px;
    white-space: nowrap;
    background: #de1c24;
    color: #fff;
    border-radius: 50px;
    transition: .45s all ease-in-out;
    transform: translateY(100px) -webkit-box-shadow: -26px 1px 27px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
}

.apply-credit-card {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    padding-top: 38px;
}

.apply-credit-card h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 21px;
}

.apply-credit-card h3 {
    color: #000;
}

.apply-credit-card .app-links {
    display: flex;
}

.app-screen {
    position: relative;
    display: block;
    left: -100px;
    transform: rotate(-14deg);
    top: -126px;
}

.app-screen img {
    width: 100%;
}

.account-creation-step {
    position: relative;
    display: block;
    margin-top: 10px;
    z-index: 9;
    left: -44px;
}

.account-creation-step h3 {
    color: #fff;
}

.account-creation-step ul {
    position: relative;
    display: block;
}

.account-creation-step ul li {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.account-creation-step .single-step {
    position: relative;
    display: block;
    padding-left: 70px;
}

.account-creation-step .single-step .counting {
    position: absolute;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #262424;
    background-color: #ffffff;
    color: #e31822;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 300ms linear;
    transition-delay: 0.2s;
    z-index: 1;
}

.account-creation-step .single-step .counting::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgb(131, 3, 3) 0%, rgb(192, 2, 2) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(131, 3, 3) 0%, rgb(192, 2, 2) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(131, 3, 3) 0%, rgb(192, 2, 2) 100%);
    border-radius: 50%;
    transition: all 300ms linear;
    transition-delay: 0.2s;
    transform: scale(0.7);
    opacity: 0;
    z-index: -1;
    content: "";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-checkbox-mark:before {
    content: "\e918";
}

.account-creation-step .single-step .counting::after {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: -110px;
    width: 1px;
    background: #e6ebe9;
    content: "";
    margin: -34px auto;
    z-index: 1;
}

.account-creation-step ul li:last-child .single-step .counting::after {
    display: none;
}

.account-creation-step .single-step .text-box {
    position: relative;
    display: block;
    color: #fff;
    padding: 0 5px;
}

.account-creation-step .single-step .text-box p {
    margin: 0;
    color: #fff;
}

.features-style5-area {
    position: relative;
    display: block;
    background-color: #b81313;
    padding: 100px 0 100px;
}

.app-btn-group .nav-link {
    border: 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    padding: 15px 30px;
    white-space: nowrap;
    background: #de1c24;
    color: #fff !important;
    border-radius: 50px;
    margin: 10px;
    width: 200px;
}

.app-btn-group .nav-link.active {
    color: #000 !important;
}

#bankingTab {
    border-bottom: unset;
}

.bankingtab li {
    margin-right: 10px;
}


.app-wrapper {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.app-img-div .app-retail-img {
    max-width: 250px;
    height: auto;
    position: relative;
    left: 30px;
}

.app-img-div .app-corporate-img {
    max-width: 400px;
    height: auto;
    position: relative;
    left: 30px;
}

.app-img {
    transform: translateY(150px);
    /* নিচে নামানো */
}

.app-content-div {
    position: relative;
    display: block;
    top: 0px;
    opacity: 0;
    transform: translateY(50px);
    max-width: 500px;
}

.app-content-div h4 {
    color: #fff;
    margin-top: 30px;
}

.app-content-div p {
    color: #fff;
    line-height: 1.5;
}

.app-content-div .btn-readnmore {
    background: #fff;
    color: #de1c24;
    margin-top: 20px;
}

.card-offer .icons {
    border-bottom: 1px solid #e6ebe9;
    background-color: #efebeb;
}

.card-offer .icons img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.card-offer .information {
    margin: 0px;
}

.card-offer .information .title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
    text-align: center;
}

.your-need-margin-top {
    margin-top: unset;
}

.home-news .icons {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.home-news .icons img {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.home-news .information .title {
    font-size: 16px;
}


.custom-prev,
.custom-next {
    position: absolute;
    top: 295px;
    transform: translateY(-50%);
    z-index: 10;
    background: #ad1f26;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.custom-prev {
    left: 45%;
}

.custom-next {
    right: 45%;
}



.calc-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(59, 130, 246, 0.08), 0 1px 4px rgba(0,0,0,0.06);
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 560px;
}

.calc-header {
  margin-bottom: 2.5rem;
}

.calc-title {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: #111827;
  font-weight: 400;
  line-height: 1.2;
}

.calc-sub {
  font-size: 14px;
  color: #6B7280;
  margin-top: 6px;
}

/* ---- Field / Slider ---- */
.field {
  margin-bottom: 1.75rem;
}

.field-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.field-label {
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field-value {
  background: #fff;
  border: 1.5px solid #b70405;
  border-radius: 9px;
  padding: 5px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #b70405;
  min-width: 110px;
  text-align: center;
}

/* Range Slider */
input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  outline: none;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    #b70405 var(--pct, 0%),
    #E5E7EB var(--pct, 0%)
  );
  transition: background 0.1s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b70405;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #b70405;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(183, 4, 5, 0.25);
}

input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b70405;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #b70405;
  cursor: pointer;
}

.range-limits {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.range-limits span {
  font-size: 11px;
  color: #9CA3AF;
}

/* ---- Divider ---- */
.divider {
  height: 1px;
  background: #F3F4F6;
  margin: 2rem 0;
}

/* ---- Result Cards ---- */
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.result-card {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s;
}

.result-card:hover {
  transform: translateY(-2px);
}

.result-card.highlight {
  background: #EFF6FF;
  border: 1.5px solid #BFDBFE;
}

.result-label {
  font-size: 11px;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.result-val {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  transition: all 0.3s;
}

.result-card.highlight .result-val {
  color: #b70405;
  font-size: 20px;
}


.fval-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #b70405;
  border-radius: 9px;
  overflow: hidden;
  min-width: 110px;
  background: #fff;
}

.fval-prefix {
  padding: 5px 6px 5px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #b70405;
  white-space: nowrap;
}

.fval-suffix {
  padding: 5px 12px 5px 0;
  font-size: 13px;
  font-weight: 600;
  color: #b70405;
  white-space: nowrap;
}

.fval-input {
  border: none !important;
  outline: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: #b70405;
  width: 70px;
  padding: 5px 4px !important;
  text-align: right;
  -moz-appearance: textfield;
}

.fval-input::-webkit-outer-spin-button,
.fval-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



@media screen and (max-width: 768px) {
    .features-style4-area {
        position: relative;
        padding: 60px 0 60px;
        z-index: 10;
    }

    .features-style4-area::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: 3;
        background-image: -webkit-linear-gradient(-90deg, rgb(232, 232, 232) 65%, rgb(255, 255, 255) 100%);
        */ background-image: -ms-linear-gradient(-90deg, rgb(232, 232, 232) 65%, rgb(255, 255, 255) 100%);
        background-image: unset;
        padding-bottom: 120px;
        background-blend-mode: normal;
        background-size: cover;
        border-radius: 50%;
        box-shadow: unset;
        height: 700px;
    }

    .features-style4-title-box {
        padding-bottom: 60px;
    }

    .app-screen {
        padding-bottom: 50px;
    }

    .app-screen {
        position: relative;
        display: block;
        left: 0px;
        transform: rotate(-28deg);
        top: 0;
    }

    .app-screen img {
        width: auto;
    }

    .account-creation-step {
        left: 0;
        background: #e20612;
        padding: 20px;
        border-radius: 20px;
    }

    .account-creation-step ul {
        position: relative;
        display: block;
        padding: 10px;
    }

    .account-creation-step .single-step .counting::after {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        bottom: -110px;
        width: 1px;
        background: #e6ebe9;
        content: "";
        margin: -29px auto;
        z-index: 1;
    }

    .app-img-div img {
        max-width: 200px;
    }

    .your-need-margin-top {
        margin-top: -160px;
    }

    .active-your-need {
        margin-bottom: 100px;
    }

    .active-your-need-slide1 {
        margin-top: 100px;
    }

    .bankingtab li {
        margin-bottom: 0px;
        width: 140px;
    }

    .app-wrapper {
        overflow: visible;
    }

    .app-btn-group .nav-link {
        margin: 0px;
    }

    .calc-card {
        padding: 1.75rem 1.25rem;
    }

    .result-grid {
        grid-template-columns: 1fr;
    }

    .result-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 0.75rem 1rem;
    }

    .result-label {
        margin-bottom: 0;
    }

    .custom-prev, .custom-next {
        position: absolute;
        top: 340px;
        transform: translateY(-50%);
        z-index: 10;
        background: #ad1f26;
        color: #fff;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
    }

    .custom-prev {
        left: 25%;
    }

    .custom-next {
        right: 40%;
    }

    .single-offer-box-2 {
        height: 100px;
        margin-bottom: 10px;
        border-radius: 20px;
        overflow: hidden;
    }

    .service-main-wrapper-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        z-index: 99;
        position: relative;
    }

    .service-main-wrapper-list .single-service-wrapper {
        width: 325px;
    }

    .app-img-div .app-retail-img {
        max-width: 250px;
        height: auto;
        position: relative;
        left: 110px;
    }

    .play-store-links{
        display: flex;
        gap: 10px;
    }

    .app-img-div .app-corporate-img {
        max-width: 250px;
        height: auto;
        position: relative;
        left: 75px;
    }
}
