@font-face {
    font-family: "Poppins-Regular",sans-serif !important;
    src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: "Poppins-Bold";
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: "Urbanist-Light";
    src: url(../fonts/Urbanist-Light.ttf);
}
@font-face {
    font-family: "Urbanist-Regular";
    src: url(../fonts/Urbanist-Regular.ttf);
}
@font-face {
    font-family: "MJFZhafiraDemo";
    src: url(../fonts/MJFZhafiraDemo.ttf);
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Poppins-Regular",sans-serif !important ;
    font-size: 15px;
    line-height: 22px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.container {
    width: 100%;
    max-width: 1180px;
}
a {
    text-decoration: none;
}
.common_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sec_title {
    font-size: 38px;
    font-family: "Poppins-Medium";
}
.wel_title {
    font-size: 24px;
    color: #c6164f;
    font-family: "Poppins-Regular";
}

.common_btn, .btn.btn-primary {
    background-image: linear-gradient(to left, #9a6d2a, #e0a32b);
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    border-radius: 30px;
    transition: all 0.4s linear;
    /* display: inline-flex;
    align-items: center;
    justify-content: center; */
}
a.custom-tab-link i{
    font-size: 24px;
}
.event-card .btn-outline-primary {
    min-height: 42px;
}
.btn-outline-primary {
    border-color: #9a6d2a;
    color: #9a6d2a;
    background-color: transparent;
    /* color: #fff; */
    padding: 8px 30px;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    border-radius: 30px;
    transition: all 0.4s linear;
}
.btn-outline-primary:hover {
    background-color: #9a6d2a !important;
    color: #fff !important;
        border-color: #9a6d2a;
}

.modal .btn.btn-danger {

    padding: 10px 40px;
    font-family: "Poppins-Regular";
    border-radius: 30px;
    transition: all 0.4s linear;
}
.btn.btn-primary {
    text-transform: capitalize;
    border: 0px;
    padding: 10px 30px;


}
.font_reg {
    font-family: "Poppins-Regular",sans-serif;
}

.font_med {
    font-family: "Poppins-Medium",sans-serif;
}
.font_bold {
    font-family: "Poppins-Bold",sans-serif;
}
@media screen and (max-width: 768px) {
    .sec_title {
        font-size: 30px;
    }
    .common_sec {
        padding-block: 60px;
    }
}
/* header css */
.header-section nav.navbar {
    background: transparent !important;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    margin: auto;
}
.logo_img {
    height: 170px;
    position: absolute;
    top: 20px;
}
.navbar-toggler-icon {
    background-image: url(../img/menu.png);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.menu_btns a:last-child {
    background-color: #9a6d2a;
}
.menu_btns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #9a6d2a;
    line-height: 100%;
    padding: 10px 26px;
    border-radius: 30px;
    color: #fff;
    position: relative;
    transition: all 0.4s linear;
    text-transform: uppercase;
    font-family: "Urbanist-Regular";
    letter-spacing: 0.5px;
    height: 41px;
}
.navbar-toggler {
    border: none;
}
.menu_btns a:first-child {
    border: 2px solid #f4cb59;
}
.menu_btns a:first-child:hover {
    background-color: #9a6d2a;
    border: 2px solid #9a6d2a;
    transition: all 0.4s linear;
}
.menu_btns a:last-child {
    border: 2px solid #9a6d2a;
    transition: all 0.4s linear;
}
.menu_btns a:last-child:hover {
    background-color: #e0b246;
    transition: all 0.4s linear;
    border: 2px solid #e0b246;
}
.menu_btns img {
    height: 16px;
}
.menu_list_part {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    margin-top: 10px;
    gap: 5px;
}
.menu_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
}
@media screen and (max-width: 576px) {
    .menu_list_part {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #77451e;
        left: 0;
        padding-block: 15px;
        flex-direction: row-reverse;
        justify-content: space-between;
        z-index: 9999;
        padding-inline: 4%;
        box-shadow: 0px 1px 5px 1px #dddddd8a;
    }
    .navbar-toggler-icon {
        width: 1.7em;
        height: 1.7em;
    }
    .menu_list_part .navbar-toggler {
        padding: 0;
    }
    .menu_btns a {
        height: 35px;
    }
}
@media screen and (max-width: 450px) {
    .logo_img {
        top: 15px;
    }
}
/* header css close*/
/* banner sec */
.main-bg {
    position: relative;
}

.main_bg_deg {
    position: absolute;
    height: 200px;
}
.main_bg_deg.two {
    left: 0;
    bottom: 0;
}
.main_bg_deg.one {
    top: -9%;
    right: 0;
    z-index: 1;
}
.main_bg_deg.one.ss {
    top: -9.7%;
}

.banner-sec {
    position: relative;
}
.w-br {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    left: 0;
}
.banner-icon-bar img {
    /* height: 100vh; */
    object-fit: cover;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 80px;
    background: #fff;
    border: 0;
}
.carousel-indicators .active {
    opacity: 1;
    background: #f3ca57;
}
@media screen and (max-width: 1500px) {
    .logo_img {
        height: 100px;
    }
}
@media screen and (max-width: 1144px) {
    .main_bg_deg.one {
        top: -8.7%;
    }
}
@media screen and (max-width: 992px) {
    .main_bg_deg.one,
    .main_bg_deg.one.ss {
        top: 0;
    }

    .main_bg_deg {
        height: 150px;
    }
    .logo_img {
        height: 150px;
    }
    .copy_right_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .feature_card_main {
        justify-content: center;
    }
    .feature_card_main .item img {
        height: 120px;
    }
    .feature_card_main .item .title {
        font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    .logo_img {
        height: 100px;
    }
}
@media screen and (max-width: 450px) {
    .banner-icon-bar img.main_banner {
        display: none !important;
    }
    .banner-icon-bar img.responsive_banner {
        display: block !important;
    }
}

/* banner sec close */

/* welcome-sec */
.wel-main {
    padding: 30px;
    padding-top: 0;
    background-image: url(../img/inner-dgn1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}
.welcome-block{
    max-width: 1000px;
    margin:0 auto
}
.feature_card_main {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.feature_card_main .item {
    /* border: 1px solid #ddd; */
    border-radius: 100px;
    padding: 10px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 15px 5px 3px #faf3e68c;
    transition: all 0.6s ease;
}
.feature_card_main .item::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(#f9edce, #c8a567);
    width: 100%;
    height: 100%;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -2;
}
.feature_card_main .item::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(#fff, #fff);
    width: 99%;
    height: 99%;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.feature_card_main .item img {
    height: 150px;
    padding: 10px;
    transition: all 0.6s ease;
}
.feature_card_main .item:hover img {
    transition: all 0.6s ease;
    transform: rotateY(360deg);
}
.feature_card_main .item .title {
    font-size: 15px;
    font-family: "Poppins-Medium";
    margin-bottom: 30px;
    padding-inline: 10px;
}
.feature_card_main .item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 23px 5px 3px #faf3e68c;
    transition: all 0.6s ease;
}
@media screen and (max-width: 992px) {
    .feature_card_main {
        justify-content: center;
        gap: 20px;
    }
    .feature_card_main .item img {
        height: 120px;
    }
    .feature_card_main .item .title {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .feature_card_main {
        flex-wrap: wrap;
        gap: 30px;
    }
    .main_bg_deg {
        height: 120px;
    }
}
@media screen and (max-width: 576px) {
    .feature_card_main {
        margin-bottom: 10px;
        gap: 20px;
    }
    .wel-main {
        padding: 30px;
        padding-top: 0;
    }
    .common_sec {
        padding-block: 50px;
    }
}

@media screen and (max-width: 450px) {
    .wel-main {
        padding: 0;
        background-image: none;
    }
    .common_sec {
        padding-block: 30px;
    }
    .feature_card_main .item img {
        height: 120px;
    }
    .feature_card_main .item {
        width: 40%;
        box-shadow: 0px 7px 5px 2px #faf3e68c;
        height: 100%;
        flex-grow: 1;
    }
    .wel_title {
        font-size: 20px;
    }
    .common_btn {
        font-size: 14px;
        padding: 7px 25px;
    }
    .sec_title {
        font-size: 26px;
    }
    .feature_card_main .item .title {
        font-size: 15px;
    }
    .banner-icon-bar img {
        height: 450px;
    }
    /* .feature_card_main .item .title {margin-bottom: 10px;} */
    .copy_right_inner p {
        text-align: center;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 400px) {
    .feature_card_main .item .title {
        padding-inline: 18px;
    }
}
@media screen and (max-width: 350px) {
    .feature_card_main .item {
        width: 80%;
    }
}
/* welcome-sec close */

/* footer */
.copy-right-sec {
    background:#4f290e url(../img/profile_bg_dgn.png);
    background-position: center;
    padding-block: 20px;
    color: #fff;
    font-size: 14px;
}
.copy_right_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.copy_right_inner p{

margin-bottom: 0px;}
.copy_right_links,
.copy_right_links a {
    color: #fff;
}
.copy_right_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.copy_right_links>span:last-child{
    display: none;
}
@media screen and (max-width: 992px) {
    .copy_right_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:10px;
    }
}
@media screen and (max-width: 576px) {
    .copy-right-sec {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 450px) {
    .copy_right_links {
        display: none;
    }
    .feature_card_main {
        margin-top: 30px;
        gap: 15px;
    }
}
/* footer close */

/* offcanvas css */

.offcanvas.menu_canvas {
    background: #8a012d;
    width: 350px;
}
.offcanvas.menu_canvas .navbar-nav .nav-link {
    color: #fff;
    font-family: "Poppins-Regular",sans-serif !important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.25px;
    /* margin-bottom: 5px; */
}
.offcanvas.menu_canvas .offcanvas-header {
    box-shadow: 0px 1px 5px 1px #dddddd8a;
}

.offcanvas.menu_canvas .btn-close {
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 10px !important;
    position: absolute;
    left: -48px;
    top: 120px;
    z-index: 1;
    background: url(../img/close_btn_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.offcanvas.menu_canvas .copy_right_links {
    padding-block: 20px;
    box-shadow: 0px 1px 5px 1px #dddddd8a;
}
.offcanvas.menu_canvas .menu_btns a {
    padding: 10px 10px;
    width: 200px;
}
.offcanvas.menu_canvas .offcanvas-body {
    position: relative;
    z-index: 0;
    padding: 50px;
    padding-top: 100px;
}
.pos_relative {
    position: relative;
    z-index: -1;
}
/* .offcanvas.menu_canvas .offcanvas-body::after {
  position: absolute;
  content: "";
  background: url(../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 250px;
  max-height: 250px;
  z-index: -1;
  opacity: 0.3;
} */
.offcanvas.menu_canvas::after {
    position: absolute;
    content: "";
    background: url(../img/menu-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hr_line {
    background-color: #c19452;
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    border: 0;
    margin-top: 35px;
}
.address_content {
    padding-top: 80px;
    color: #fff;
}
.off_address_set span a {
    color: #ffd162;
}
.off_address_set span {
    display: block;
}
.address_content h4 {
    font-size: 20px;
}
.social_icons a img {
    height: 17px;
    width: 20px;
    object-fit: contain;
}
.social_icons a {
    background: #fff;
    padding: 10px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #880222;
    font-size: 18px;
}
.social_icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
}

@media screen and (max-width: 576px) {
    .offcanvas.menu_canvas {
        transform: translateX(-50%) translateY(100%);
        width: 100%;
        left: 50%;
    }
    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        width: 95%;
        left: 50%;
        transform: translateX(-50%) !important;
        top: 20px;
        overflow: hidden;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        bottom: 0;
    }
    .pos_relative {
        position: relative;
        z-index: 0;
    }
    .offcanvas.menu_canvas .btn-close {
        position: relative;
        left: 20px;
        top: 8px;
        z-index: 2;
        border-radius: 50px;
        overflow: hidden;
        background-size: cover;
        width: 24px;
        height: 20px;
        background-position: left center;
    }
    .offcanvas.menu_canvas .offcanvas-body {
        padding-top: 50px;
        z-index: 2;
    }
}
/* offcanvas css close */

/* home page css close */

/* inner pages css */

.back_img {
    display: inline-block;
    width: 2em;
    height: 2em;
}
.header-section {
    position: relative;
}
.header-section nav.navbar.login_bg {
    background: url(../img/login_banner.png) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    position: relative;
    padding-block: 0;
}
.login_bg .navbar.bg-body-tertiary {
    padding-block: 0;
}
.inner_img {
    text-align: center;
}
.inner_img img {
    position: absolute;
    margin: auto;
    display: inline-block;
    height: 395px;
    width: 430px;
    object-fit: contain;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.header-section nav.navbar.login_bg .menu_list_part {
    margin: 0;
}
.wel_title.two {
    font-size: 18px;
}
.ligin_inner.main-bg {
    padding-top: 240px;
}
.ligin_inner.main-bg .main_bg_deg.one {
    top: 0;
}

.captcha-container {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
/* Responsive iframe styling */
.g-recaptcha,
.h-captcha {
    transform-origin: center;
    transform: scale(1);
}
/* .g-recaptcha > div, .g-recaptcha > div > div, .g-recaptcha > div > div > iframe {
    width: 100% !important;
  }
  .rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border:none !important;
  } */
@media (max-width: 480px) {
    .g-recaptcha,
    .h-captcha {
        transform: scale(0.85);
    }
}
div.forget_text a {
    color: #171717;
    font-size: 14px;
    background-color: #fff;
    padding-inline: 15px;
}
div.forget_text {
    position: relative;
    z-index: 0;
    max-width: 450px;
    margin: auto;
    margin-bottom: 15px;
}
input.common_btn {
    border: none;
}
div.forget_text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e8eef2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.form_inner_text::after {
    background: url(../img/design_1.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 100%;
}
.form_inner_text::before {
    background: url(../img/design_2.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 100%;
}
.form_inner_text::after,
.form_inner_text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background-size: 100%;

    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    max-width: 320px;
}
.form_inner_text {
    position: relative;
    color: #0a144a;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    display: inline-block;
    padding-inline: 20px;
}
form .form-control:focus,
form .form-select:focus {
    box-shadow: none;
}
form textarea.form-control {
    resize: none;
}
.offcanvas.menu_canvas .btn-close:focus {
    box-shadow: none;
}
form textarea.form-control,
form input.form-control,
form select.form-select {
    background-color: #f3efe7;
    border-radius: 80px;
    padding-inline: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold';
}
b,strong{
    font-family: 'Poppins-SemiBold';
    font-weight: normal !important;
}
form textarea.form-control{
    border-radius: 10px !important;
}
form .form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    padding-inline: 25px !important;
    border: none;
}
form .form-floating > .form-control:focus,
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-select:focus {
    border: 1px solid #ddd !important;
}
form .form-floating > label {
    left: 15px;
}
form .form-floating > .form-control-plaintext ~ label,
form .form-floating > .form-control:focus ~ label,
form .form-floating > .form-control:not(:placeholder-shown) ~ label,
form .form-floating > .form-select ~ label {
    /* color: red; */
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
form .form-floating > .form-control-plaintext ~ label::after,
form .form-floating > .form-control:focus ~ label::after,
form .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
form .form-floating > .form-select ~ label::after {
    background-color: transparent;
}
form .form-floating {
    max-width: 450px;
    margin: auto;
}
form .input_icon {
    color: #9a6d2a;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    width: 20px;
    height: 20px;
}
.common_btn.btn2:hover {
    background: #704504;
    color: #f1ce90;
    border: 1px solid #704504;
    transition: all 0.4s linear;
    /* padding-block: 8px; */
}
.common_btn.btn2 {
    background: transparent;
    color: #704504;
    border: 1px solid #f1ce90;
    box-shadow: 0px 6px 6px #dddddd5c;
    transition: all 0.4s linear;
    margin-bottom: 30px;
    display: inline-block;
}
.common_btn.btn2.two {
    padding-inline: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: none;
}
.card__box__main {
    border: 2px solid #ccc;
    padding-inline: 25px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    padding-top: 0;
    padding-bottom: 15px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(0deg, #cea356 0%, #ffd663 70%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.member__btn {
    background-image: linear-gradient(to right, #ffe18e, #ffd45c);
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins-Medium',sans-serif;
}
.member__btn:hover {
    background-image: linear-gradient(to left, #ffe18e, #ffd45c);
    transition: all 0.4s linear;
    color: #000;
}
.card__box__main {
    position: relative;
    overflow: visible;
    height: 100%;
}
.card__box__main i.text-success  {
    color: #128f5d !important;
}
.price_main h5 {
    font-size: 25px;
    font-family: "Poppins-Bold";
    margin-bottom: 0;
    text-shadow: 0px 0px 10px #fffefe;
    line-height: 100%;padding-top: 5px;
    padding-top: 0px;
    padding-bottom: 6px;
}
.price_main h5 sub{
    font-size: 13px;
    font-family: "Poppins-Regular";
    margin-bottom: 0;
    text-shadow: 0px 0px 10px #fffefe;
    line-height: 100%;padding-top: 5px;
}
.price_main h5 span{
    font-family: "Poppins-Regular";

}
.price_main {
    /* background: url(../img/price_bg.png); */
    /* background-position: center;
    background-repeat: repeat-x;
    background-size: contain; */
    /* margin: auto; */
    color: #111;
    /* padding: 10px; */
    /* max-width: 170px; */
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-radius: 50px;
}
.w-br img {
    height: 80px;
}
/* .card__box__main::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/card-bt-img.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 40px;
} */
.card__box__btn {
    /* background-image: url("../img/card-top-bg-img.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    /* padding-inline: 20px; */
    border-radius: 16px;
    /* color: #fff; */
    padding-top: 20px;
    padding-bottom: 8px;

}
.card__btn {
    position: relative;
    display: block;
    padding: 10px 0px;
    font-family: "Poppins-SemiBold";
    /* color: white;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 40px;
    background-image: linear-gradient(#9d172f, #9d172f), linear-gradient(180deg, #cea356, #fff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-align: center; */
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 18px;
    text-align: left;
    /* margin: auto;
    width: 250px; */
}
/*
.card__btn::before,
.card__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
} */
/*
.card__btn::before {
    left: -14px;
    background-image: url("../img/flower-btn-left.png");
    top: 12px;
}

.card__btn::after {
    right: -10px;
    background-image: url("../img/flower-btn-right.png");
    top: 29px;
} */
.card__btn a {
    color: #000;
}
.card__box__btn > img {
    display: inline-block;
    margin-top: 10px;
    height: 15px;
}
.user_top_detail {
    display: flex;
    align-items: center;
    background: #9a6d2a;
    border-radius: 25px;
    max-width: 230px;
}
.user_top_detail select.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}
.user_top_detail select {
    background-color: #0ff0;
    border: none;
    filter: invert(1) brightness(100);
    font-family: "Poppins-Regular";
    text-transform: uppercase;
    padding-block: 0;
    padding-left: 8px;
}
.user_top_detail > img {
    height: 43px;
}

/* .grad_set{
  background: linear-gradient(#fcf5ee 30%, #fff 30%);
} */
.form-select-lg {
    font-size: 14px;
}
.member_heigh .common_btn {
    display: block;
    text-align: center;
    max-width: 220px;
    margin: auto;
    padding: 10px;
}
.member_heigh {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(0deg, #cea356 0%, #fff 70%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding-bottom: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.member_links > div:nth-child(2) .common_btn {
    background-image: linear-gradient(#ffd766);
    color: #000;
}
.member_links > div:nth-child(3) .common_btn {
    background-image: linear-gradient(#4f2601);
}

.content_start {
    padding: 30px 10px;
}
.detail_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.mem_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding-block: 15px;
    margin-top: 10px;
    border-top: 1px solid #e9dfd6;
}

.mem_info > div {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Poppins-Medium', sans-serif;
}
.mem_info > div img {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.profile_tabs a {
    border: 1px solid transparent;

    color: #806248 !important;
    font-family: "Poppins-Medium" !important;
    padding: 0.5rem 30px !important;
    border-radius: 30px !important;
    display: inline-block;
}
.profile_tabs a.active {
    border: 1px solid #a5804f;
    background-color: #e8dac7;
    color: #4f2601;
}
.accordion-flush.ds-tabs .accordion-collapse {
    background: #fffaf4;
    margin: 0px 35px 0px 50px;
    border: 1px solid #e0d1b9;
    border-top: none;
    padding: 10px !important;
}
.accordion-flush.ds-tabs
    .accordion-item

    .accordion-button:not(.collapsed) {
    background-color: white;
}
.accordion-flush.ds-tabs
    .accordion-item

    .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}
.accordion-flush.ds-tabs
    .accordion-item

    .accordion-button::after {
    transform: rotate(-90deg);
    filter: invert() brightness(70%);
}
.accordion-flush.ds-tabs .accordion-item  .accordion-button {
    border: 1px solid #e0d1b9 !important;
    border-radius: 100px;
    padding: 10px;
    padding-right: 20px;
}
.accordion-flush.ds-tabs .accordion-item {
    margin-bottom: 20px;
    border-bottom: none;
    background: transparent;
}
.accordion.accordion-flush.ds-tabs {
    margin-top: 20px;
    position: relative;
    z-index: 0;
}
.accordion.accordion-flush.ds-tabs::before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    border-left: 2px dotted #bc9d6f;
    left: 30px;
    top: 0;
}
.accordion-flush.ds-tabs
    .accordion-item

    .accordion-button:focus {
    box-shadow: none;
}
.ds-tabs .item_flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.ds-tabs .item_flex > div img, .img-cir img {
    height: 45px;
    background: white;
    border-radius: 50%;
}
.item_title > span {
    display: block;
}
.item_title span:last-child {
    font-size: 12px;
    color: #1e1e1e;
}
.item_title span:first-child, .acc-head {
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: #232323;
    margin-bottom: 2px;
}


.ds-tabs .item_flex div:first-child, .img-cir{
    outline: 5px solid #f8e8d0;
    border-radius: 30px;
}
.accordion-flush.ds-tabs
    .accordion-item

    .accordion-button:not(.collapsed)
    .item_title
    span {
    color: red;
}
.accordion-button[aria-expanded="true"] .acc-head {    color: red;}
.accordion-button:not(.collapsed){
    box-shadow: none  !important;
}
.accordion-body{
    padding:0px !important
}
.profile_tabs {
    padding-top: 10px;
    padding-bottom: 30px;
}
.detail_box.two {
    background-image: url(../img/profile_bg_dgn.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 30px 60px;
    color: #fff;
}
.member_id a {
    color: #fff;
}
.sear_btn a {
    color: #a60a38;
    background: #fff;
    padding: 5px 40px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
}
.aiz-timeline-accordion .accordion-item:not(:last-child):before{
    display: none !important;
}
.edit_btns a {
    color: #fff;
    background-color: #b0355236;
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 40px;
    border: 1px solid #3b070e;
}
.profile-stats {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    position: relative;
    top: -20px;
    gap: 15px;
}
.profile-stats .stat-item {
    background: transparent;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(0deg, #cea356 0%, #fff 40%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 15px;
    overflow: hidden;
    width: 100%;
}
.start_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.stat-number {
    font-family: "Poppins-Medium";
    font-size: 20px;
}
.stat-label {
    text-align: end;
}
.detail_box.two h4 {
    font-family: "Poppins-Medium";
}
.inner_title, .card-header h5 {
    color: #341a03;
    font-family: "Poppins-Medium";
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 20px;
}
.tab_links_main {
    list-style: none;
    margin-top: 25px;
}
.tab_links_main a img {
    height: 18px;
    mix-blend-mode: color-burn;
    position: relative;
    top: -1px;
}
.tab_links_main a {
    position: relative;
    z-index: 0;
}
.tab_links_main a.active {
    color: #fff;
}
.tab_links_main a.active::before {
    position: absolute;
    content: "";
    width: 130%;
    height: 35px;
    background: #cea356;
    left: -50px;
    top: -8px;
    z-index: -1;
}
.tab_links_main a {
    color: #171717;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}
.member_links .common_btn {
    text-transform: capitalize;
}
.profile_content {
    background: transparent;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(0deg, #cea356 0%, #fff 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 15px;
    overflow: hidden;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.profile_content h5 {
    color: #7a4d0a;
    font-family: "Poppins-Medium";
    margin-bottom: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
}
.profile_content .mem_info {
    flex-wrap: wrap;
    border-top: none;
    margin: 0;
    padding-top: 0;
    gap: 10px;
}
.profile_content .badge{
    border-radius: 50px;
    font-family: 'Poppins-Light' !important;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.2px;
}
.profile_image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.profile_content .member_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.profile_content .common_btn {
    padding-inline: 25px;
    padding-block: 7px;
    font-size: 14px;
    display: block;
}
.profile_content .member_links > div:nth-child(1) .common_btn {
    background-image: linear-gradient(#ffd766);
    color: #000;
}
.profile_content .member_links > div:nth-child(2) .common_btn {
    background-image: linear-gradient(to left, #9a6d2a, #e0a32b);
    color: #fff;
    transition: all 0.4s linear;
}
.profile_content .member_links > div:nth-child(2) .common_btn:hover {
    background-image: linear-gradient(to right, #9a6d2a, #e0a32b);
    transition: all 0.4s linear;
}
.profile_image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.profile_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile_card {
    transition: ease all 0.5s;
    /* overflow: hidden; */
    border-radius: 10px;
    position: relative;
}
.profile_card:hover {
    box-shadow: 0 8px 16px rgba(206, 164, 86, 0.399); /* soft shadow with blur */
    transform: translateY(-3px); /* move up 3px */
}
    .seen_time a {
        align-self: end;
        background: #fff;
        padding: 7px;
        border-radius: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

.seen_time p {
    background: #684106;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 12px;
}
.seen_time {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    color: #fff;
}
.seen_time a {
    background: #fff;
    padding: 7px;
    border-radius: 80px;
}
.seen_time a img {
    background: #fff;
}
select:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
}
/* gallery_css */
.gallery_container {
    width: 100%;
    margin: 0 auto;
}
.gallery_main .gallery_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.gallery_main .gallery_card {
    color: #252a32;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}
.gallery_main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 85%;
    background: #9a6d2a;
}
.gallery_main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .gallery_main .gallery_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}
/* gallery_css close */

.search_list_title {
    font-family: "MJFZhafiraDemo";
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}
.search-container .form-select {
    border: none;
}
.search-container {
    background: url(../img/search_list_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.search-container .form-select,
.search-container input,
.search-container .btn-search {
    width: 200px;
    border-radius: 3px !important;
    font-size: 14px !important;
    padding: 8px 20px !important;
    color: #634400 !important;
    height: auto !important;
}
.search-container ::placeholder {
    color: #634400 !important;
}
.search-container .form-group {
    margin-bottom: 0px !important;
}

.search-container .btn-search {
    background-color: #2e1a00;
    color: #fff;
    border: none;
    padding: 9px 20px;
    font-weight: bold;
    transition: 0.3s ease;
    border: 1px solid #f9cc63;
}

.search-container .btn-search:hover {
    background-color: #5c3b00;
}
.search-container .age_set {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.search-container .btn.btn-search {
    width: 150px;
    color: #fff !important;
    font-family: "Poppins-Regular";
    font-weight: normal;
}

/*  */
.filter-box {
    border: 1px solid #d5c7a1;
    padding: 20px 15px;
    background-color: #fff;
}

.filter-title {
    background-color: #a47d34;
    color: white;
    font-family: "Poppins-Medium";
    font-size: 16px;
    padding: 12px 15px;
    margin: -20px -15px 20px -15px;
}

.form-check-label {
    font-size: 14px;
    color: #333;
}

.form-check-input:checked {
    background-color: #f4b61a;
    border-color: #f4b61a;
}

.section-title {
    font-family: "Poppins-Regular";
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #a47d34;
    font-size: 14px;
}

.slider-container {
    position: relative;
    height: 30px;
    margin-top: 10px;
}

.range-slider {
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 30px;
}

input[type="range"] {
    pointer-events: all;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    position: absolute;
    top: 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f4b61a;
    cursor: pointer;
    margin-top: -6px;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #f5f5f5;
    border-radius: 10px;
}

.range-progress-bar {
    position: absolute;
    height: 6px;
    background-color: #f4b61a;
    border-radius: 10px;
    top: 7px;
    z-index: 0;
}

.pill-btn {
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    padding: 6px 25px;
    font-size: 14px;
    color: #333;
    margin: 5px;
    background-color: #fff;
    cursor: pointer;
    font-family: "Poppins-Regular";
}

.pill-btn.active {
    background-color: #f4b61a;
    color: white;
    border-color: #f4b61a;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 6px;
}

.divider {
    border-top: 1px solid #eee;
    margin: 10px 0;
}
/*  */
.search_top_form {
    margin-bottom: 30px;
}
.search_top_form .dropdown-toggle::after {
    content: "▼";
    font-size: 0.6rem;
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.search_top_form .dropdown-toggle.open::after {
    transform: rotate(180deg);
}

.page-not-found {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 150px;
}

.page-not-found img {
    width: 100%;
    max-width: 400px;
}

.gallery-img-container {
    background-color: #ffeaae;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.main-bg.grad_set::before {
    content: "";
    position: absolute;
    background-color: #fcf5ee;
    width: 100%;
    height: 220px;
    top: 0;
    left: 0;
    z-index: -1;
}
/* .need_content > div {
    width: 100%;
    max-width: 175px;
} */
.need_content {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fffaf4;
    border: 1px solid #e0d1b9;
    padding: 30px;
    margin-bottom: 20px;
}
/* .need_content table>tbody>tr>td:nth-child(3) {
    border-right: 1px solid #e3d6c0;
} */
.need_content table {
    width: 100%;
}
.need_content table tr td {
    padding-block: 7px;
    background-color: #fffaf4;
    border-bottom: 0px;
    border-top: 0px;
}
.need_content table tr td:nth-child(2) {
    padding-right: 10px;
}
.need_content table tr td:nth-child(1), .need_content table tr td:nth-child(4), .cusd-t tr td:nth-child(1), .cusd-t tr td:nth-child(4)  {
    font-family: "Poppins-Medium",sans-serif;
    color: #4f2601;
    vertical-align: unset !important;
}
.cusd-t tr td:nth-child(3) {
    font-size: 14px;
}
.cusd-t tr td:nth-child(2) {
    padding-right: 10px;
}
.cusd-t {
    font-size: 14px;
}
.profile_content.inner_edit {
    padding: 25px;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(0deg, #cea356 0%, #fff 50%, #cea356 100%);
}
.profile_content.inner_edit form .form-floating.mb-3 {
    max-width: 100%;
}
.profile_content.inner_edit form textarea.form-control,
.profile_content.inner_edit form input.form-control,
.profile_content.inner_edit form select.form-select {
    border-radius: 10px;
}

/*  */
/* Root Wrapper */
/* Root Wrapper */
.chat-wrapper {
    min-height: 100vh;
    padding-top: 2rem;
}
a{
    display: inline-block;
}
/* Chat Card */
.chat-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #eaddc8;
}

/* Left Panel - Members */
.chat-members {
    background: #fff2ec;
    border-right: 1px solid #eaddc8;
}

.chat-members .members-inner {
    min-height: 400px;
}

.chat-members .icon-circle {
    background-color: #fbe9e7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-members .icon-sad {
    font-size: 38px;
    color: #a02038;
}

.chat-members .title {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #5b4b3a;
}

/* Right Panel - Chat Content */
.chat-content {
    background: #fffdf9;
}

.chat-content .chat-inner {
    min-height: 400px;
}

.chat-content .icon-circle {
    background-color: #fdf1e7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-content .icon-user {
    width: 50px;
    height: 50px;
    stroke: #a02038;
}

.chat-content .title {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #5b4b3a;
}

/* Responsive Styles */
@media (max-width: 767.98px) {
    .chat-members .members-inner,
    .chat-content .chat-inner {
        min-height: 300px;
    }

    .chat-members .icon-circle,
    .chat-content .icon-circle {
        width: 70px;
        height: 70px;
    }

    .chat-members .icon-sad,
    .chat-content .icon-user {
        font-size: 30px;
        width: 40px;
        height: 40px;
    }

    .chat-members .title,
    .chat-content .title {
        font-size: 16px;
    }
}

/*  */
/* Beautify File Input */
input[type="file"] {
    border: none;
    box-shadow: none;
    font-size: 13px;
    color: #5b4b3a;
    position: relative;
    padding-inline: 40px !important;
    padding-block: 40px !important;
}

/* Optional: Customize File Button */
input[type="file"]::file-selector-button {
    background-color: #a02038;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
}

input[type="file"]::file-selector-button:hover {
    background-color: #8c1c28;
}

/* Remove border highlight on focus */
input[type="file"]:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (max-width: 768px) {
    .wel-main {
        padding: 20px;
        background-image: none;
    }
}

.advance-search input,
.advance-search select {
    background-color: transparent !important;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 5px !important;
    font-size: 14px;
}
.advance-search label {
    font-family: "Poppins-Regular";
    font-size: 15px;
    margin-bottom: 3px;
}

.advance-search .bootstrap-select .dropdown-toggle {
    border-color: #d6d6d6;
    border-radius: 5px !important;
    height: 38px;
}

.advance-search .form-group {
    margin-bottom: 0px;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f4b61a;
}
.dropdown.bootstrap-select .btn {
    font-size: 14px !important;
    line-height: 30px;
}
.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f4b61a;
}

.text-primary{
    color: #a02038 !important ;
}
.bg-primary{
    background-image: linear-gradient(to left, #9a6d2a, #e0a32b) !important;
    color: #fff;
    padding: 10px 30px !important;
    font-family: "Poppins-Regular";
    border-radius: 30px !important;
    transition: all 0.4s linear;
}

.modal .btn-primary{
    background-image: linear-gradient(to left, #9a6d2a, #e0a32b) !important;
    color: #fff;
    font-family: "Poppins-Regular";
    transition: all 0.4s linear;
    border: 0px !important;
}
.primary:hover,  .modal .btn-primary:hover {
    background-image: linear-gradient(to right, #9a6d2a, #e0a32b) !important;
    transition: all 0.4s linear;
}
.text-co .text-primary, .text-co span, .text-co {
    color: #fff !important;
}
.aiz-user-sidenav .aiz-side-nav-link.active, .aiz-user-sidenav .aiz-side-nav-link:hover{
    background-color:#cea356 ;
    color: #fff !important;
    border-color:#b87600 ;
}
.aiz-user-sidenav .active .aiz-side-nav-icon,  .aiz-user-sidenav .aiz-side-nav-link:hover .aiz-side-nav-icon{
    color: #fff !important;
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link{
    color: #000;
    font-size: 0.8525rem;

}
.fw-600{
    font-family: 'Poppins-Medium',sans-serif;
font-weight: normal !important;

}
.cusd-t2 th{
    font-family: 'Poppins-Medium',sans-serif;
font-weight: normal;
color: #4f2601;
}
.cusd-t2 td{
   font-size: 14px;
}
.member_img img {
    width:100%;
    height: 260px;
    object-fit: cover;
}


.advance-search .dropdown.bootstrap-select .btn {

    font-size: 13px !important;
    line-height: 27px;
}
.modal-footer .btn.btn-light, .modal-body .btn.btn-light{
    border-radius: 50px;
    background-image: linear-gradient(#ffd766);
    color: #000;
    border: 0px !important;
}
.modal-body .dropdown-toggle.btn.btn-light{
    padding-block:5px !important ;
    border-radius: 50px !important;
    background-image:none;
    /* background-color: #f3efe7 !important; */
    color: #000;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        min-height: 43px;
}

.modal-footer button, .modal-body button{
    padding: 8px 25px !important;
}
::placeholder{
    font-size: 14px;
}
.modal-body .col-form-label{
    font-family: 'Poppins-Regular';
}
.bg-primary-1{
    background-color: #d72650 !important;
    color: #fff !important;
}

.modal-header h5{
    font-family: 'Poppins-Medium';
    font-weight: normal !important;
    color: #7a4d0a;
}

table th{
    font-family: 'Poppins-Medium';
    font-weight: normal !important;
}
.list-group-raw .list-group-item {
    border: 0;
    font-size: 14px;
    padding-block: 5px !important;
}
.card__box__main ul {
    padding-left: 0px !important;
    margin-bottom: 10px !important;
}
.text-success{
    color: #0abb75 !important;
}
.text-danger{
    color: #ef486a !important;
}
.card__box__main ul li{
    position: relative;
    padding-left: 20px !important;
}
.card__box__main ul li i{
position: absolute;
left: 0;
top:8px
}
.card__box__main ul li span.opacity-90{
    line-height: 12px;
    color: #9d172f;
    font-family: 'Poppins-Medium',sans-serif;
}





/* Base Styling */
.editior-content h1 {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
}

.editior-content h2 {
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
}

.editior-content h3 {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
}

.editior-content h4 {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
}

.editior-content h5 {
    font-family: "Poppins-Regular",sans-serif !important, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 8px;
}

.editior-content strong,
.editior-content b {
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600;
}
b {
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600;
}
/* List Styles */
.editior-content ul,
.editior-content ol {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 24px;
    margin-bottom: 16px;
    list-style: none; /* Remove default bullets */
}

/* Top-level ul > li with checkmark */
.editior-content ul > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.editior-content ul > li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

/* Nested ul > li with arrow */
.editior-content ul ul > li::before {
    content: "➤";
    font-size: 12px;
    color: #555;
}

/* Ordered list */
.editior-content ol {
    list-style-type: decimal;
    padding-left: 28px;
}

.editior-content ol li {
    margin-bottom: 8px;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .editior-content h1 { font-size: 22px; }
    .editior-content h2 { font-size: 20px; }
    .editior-content h3 { font-size: 18px; }
    .editior-content h4 { font-size: 16px; }
    .editior-content h5 { font-size: 14px; }

    .editior-content ul,
    .editior-content ol {
        font-size: 15px;
        padding-left: 20px;
    }

    .editior-content ul > li {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .editior-content h1 { font-size: 20px; }
    .editior-content h2 { font-size: 18px; }
    .editior-content h3 { font-size: 16px; }
    .editior-content h4 { font-size: 15px; }
    .editior-content h5 { font-size: 13px; }

    .editior-content ul,
    .editior-content ol {
        font-size: 14px;
        padding-left: 18px;
    }

    .editior-content ul > li {
        padding-left: 18px;
    }
}


.input-group-prepend .dropdown.bootstrap-select .btn{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.cus-success{
     border: 0px;
    border-left: 2px solid;
    border-radius: 0px;
    padding: 12px;
}

@keyframes zoomin {
  0%, 100% {
    transform: scale(1);
       transition: ease all 0.5s


  }
  50% {
    transform: scale(1.02);
       transition: ease all 0.5s


  }
}
.member__btn{
    transition: ease all 0.5s
}
.card__box__main:hover .member__btn {
  animation: zoomin 1.5s ease-in-out infinite;
    transition: ease all 0.5s

}

.primum {
  animation: zoomin 1.5s ease-in-out infinite;

        background: #ffd663;
    padding: 5px;
    border-radius: 10px;
}

.cus-pa{
    padding-top: 25px;
}

.primum .rec {
   top: 3px;
}
/* .primum:hover {
    animation: none;
} */


.invoice-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.invoice-wrapper .invoice-logo {
    max-height: 50px;
}

.invoice-wrapper h4, .invoice-wrapper h5, .invoice-wrapper h6 {
    margin-bottom: 0.5rem;
}

.invoice-wrapper table th,
.invoice-wrapper table td {
    vertical-align: middle !important;
}

.invoice-wrapper .table thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}
.checkmark::before {
    content: '✓';       /* Unicode checkmark */
    color: green;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.crossmark::before {
    content: '✕';         /* Unicode for X */
    color: red;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
/* .alert-info{
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: #fff6f8;
    --bs-alert-border-color: #ffacbe;
    --bs-alert-link-color: var(--bs-info-text-emphasis);
} */
.cus-no-data{

    /* position: absolute;
    top: 140px; */
    background: #fff;
    max-width: 650px;
    z-index: 1;
    padding: 15px;
    /* left: 0px; */
    margin: 0 auto;
    width: 100%;
    /* left: 50%;
    transform: translateX(-50%); */
    color: #838383;
}
.input-error{
    padding-left: 20px;
    display: inline-block;
}
.card-body .input-error{
    padding-left: 5px !important;
}
.red{
    color: red;
}


.toggle-password {
  cursor: pointer;

}
.input-hidden{
    z-index: -1;
    opacity: 0;
    position: absolute;
    width: 0px;
    height: 0px;
}
.input-group-prepend .btn.dropdown-toggle{
    min-width: 130px  !important;
}


#suggestions{
        border: 1px solid #dee2e6;
    border-radius: 7px;
    position: absolute;
    z-index: 2;
    background: #fff;
}
.suggestion-item {
    font-size: 13px;
    padding: 5px 8px;
    line-height: 21px;
    display: block;
    border-bottom: 1px solid #dee2e6;
}
#suggestions .suggestion-item:last-child{
border-bottom: 0px !important;
}


.form-control[readonly]{
    background: #f3efe7 !important;
}
  .form-floating textarea {
        height: 100px !important;
    }
.icon-l{
    position: relative;
    padding-left: 22px;

}
.icon-l i{
    position: absolute;
    top: 3px;
    left: 0;
}
.card{
    border-color: #e0a32b ;
}
.common_btn_bdr {
    font-size: 14px;
    padding: 7px 25px;
    background:transparent;
    color: #e0a32b;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    border-radius: 30px;
    transition: all 0.4s linear;
    border: 1px solid #e0a32b;
}
.badge {
    font-weight: normal !important;
    line-height:10px
}


/* payment */

/* Payment Methods Card */
.payment-methods-card {
    /* background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    height: 100%; */
}

.payment-methods-title {
    font-family: 'Poppins-SemiBold';
    color: #2c3e50;
    font-size: 1.1rem;
}

/* Payment Option Card */
.payment-option-card {
    margin-bottom: 12px;
}

.payment-option-label {
    display: block;
    cursor: pointer;
    margin: 0;
}

.payment-option-label input[type="radio"] {
    display: none;
}

.payment-option-content {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #fff;
}

.payment-option-label input[type="radio"]:checked + .payment-option-content {
    border-color: #cea356;
    background: linear-gradient(135deg, rgba(206, 163, 86, 0.1) 0%, rgba(255, 214, 99, 0.1) 100%);
    box-shadow: 0 4px 15px rgba(206, 163, 86, 0.15);
}

.payment-option-image {
    width: 90px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.payment-option-image img {
    max-height: 60px;
    max-width: 100%;
}

.payment-option-text {
    flex: 1;
}

.payment-option-name {
    display: block;
    font-family: 'Poppins-SemiBold';
    color: #2c3e50;
    font-size: 1rem;
}

.payment-option-desc {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
}

.payment-option-check {
    color: #28a745;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.payment-option-label input[type="radio"]:checked + .payment-option-content .payment-option-check {
    opacity: 1;
}

/* Amount Details Card */
.amount-details-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    height: 100%;
}

.amount-details-title {
   font-family: 'Poppins-Medium';
    color: #2c3e50;
    font-size: 1.1rem;
}

.amount-details-list {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}

.amount-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
strong,b{
    font-weight: normal !important;
    font-family: 'Poppins-SemiBold';
}

.amount-label {
    color: #6c757d;
    font-weight: 500;
}

.amount-value {
    color: #2c3e50;
    font-family: 'Poppins-SemiBold';
}

.donation-item .amount-value {
    color: #28a745;
}

.amount-divider {
    height: 1px;
    background: #dee2e6;
    margin: 10px 0;
    display: none
}

.total-item {
    border-top: 2px solid #cea356;
    padding-top: 12px;
    margin-top: 5px;
}

.total-item .amount-label {
    color: #2c3e50;
    font-family: 'Poppins-SemiBold';
    font-size: 1.1rem;
}

.total-item .amount-value {
    color: #cea356;
    font-weight: 700;
    font-size: 1.2rem;
}

.payment-note {
    text-align: center;
    padding: 10px;
    background: #e7f3ff;
    border-radius: 6px;
    border-left: 3px solid #007bff;
}

/* Free Event Card */
.free-event-card {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #c3e6cb;
    border-radius: 12px;
    padding: 20px;
}

.free-event-content {
    display: flex;
    align-items: center;
    text-align: left;
}

.free-event-icon {
    width: 50px;
    height: 50px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.5rem;
}

.free-event-title {
    color: #155724;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 5px;
}

.free-event-desc {
    color: #0f5132;
    font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .payment-option-content {
        padding: 12px;
    }

    .payment-option-image {
        width: 40px;
        margin-right: 10px;
    }

    .payment-option-name {
        font-size: 0.9rem;
    }

    .payment-option-desc {
        font-size: 0.75rem;
    }

    .free-event-content {
        flex-direction: column;
        text-align: center;
    }

    .free-event-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .amount-item {
       flex-wrap: wrap;
    }

    .amount-value {
        margin-left: auto;
    }
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.payment-option-card, .amount-item {
    animation: fadeIn 0.5s ease forwards;
}

.payment-option-card:nth-child(2) { animation-delay: 0.1s; }
.payment-option-card:nth-child(3) { animation-delay: 0.2s; }



/* eventss */
/* Custom Tab Design */
.custom-tab-design {
    position: relative;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
}

.custom-tab-nav {
    display: flex;
    justify-content: center;
    gap: 0;
    background: white;
    border-radius: 12px;
    /* padding: 5px; */
    position: relative;
    z-index: 2;
    background: #f1f1f1;
    border-radius: 50px
}

.custom-tab-link {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    text-decoration: none;
    color: #6c757d;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    border-radius: 50px
}

.custom-tab-nav>*{
  width: 100%;
  justify-content: center
}
/*
.custom-tab-link:hover {
    color: #495057;
    background: rgba(206, 163, 86, 0.1);
} */

.custom-tab-link.active {
    color: #fff;
    background: linear-gradient(135deg, #cea356 0%, #ffd663 100%);
    /* box-shadow: 0 4px 15px rgba(206, 163, 86, 0.3); */
}
.custom-tab-link{
    font-size: 17px;
    font-family: 'Poppins-Medium';
    font-weight: normal
}
.custom-tab-badge {
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.custom-tab-link.active .custom-tab-badge {
    /* background: rgba(255, 255, 255, 0.2);
    color: #fff; */
}

.custom-tab-link:not(.active) .custom-tab-badge {
    background: #e9ecef;
    color: #6c757d;
}

.event-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 15px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(0deg, #cea356 0%, #ffd663 70%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(206, 163, 86, 0.2) !important;
}

.event-flyer-container {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.event-flyer {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-flyer {
    transform: scale(1.05);
}

.event-flyer-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}

.event-flyer-placeholder i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.event-status-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

.event-name {
    font-family: 'Poppins-Medium';
    font-size: 1.1rem;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.event-name:hover {
    color: #cea356 !important;
}

.event-datetime, .event-location {
    display: flex;
    align-items: center;
    gap: 5px;
}
    /*
    .common_btn {
        background: linear-gradient(135deg, #cea356 0%, #ffd663 100%);
        color: white;
        padding: 8px 20px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        border: none;
    }

    .common_btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(206, 163, 86, 0.3);
        color: white;
    } */

@media (max-width: 768px) {
    .custom-tab-link {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .custom-tab-badge {
        padding: 3px 6px;
        font-size: 0.7rem;
    }

    .sec_title {
        font-size: 2rem;
    }

    .event-flyer-container {
        height: 230px;
    }

    .event-name {
        font-size: 1rem;
    }
}
