@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    background-color: #FFFFFF;
    font-family: Inter;
}
.main_pointsredeem{
    border: #DADADA 1px solid;
    border-radius: 16px;
    padding: 15px;
}
.main_pointsredeem img{
    width: 24px;
    height: 24px;
}
.main_pointsredeem span{
    width: calc(100% - 100px);
}
.main_pointsredeem button{
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    text-decoration: none;
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: none !important;
}
.exess_dots{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_content h5{
    width: calc(100% - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_strikeset{
    text-decoration: line-through;
}
.service_sideshows{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.service_sideshows img{
    width: 100% !important;
    /*max-width: -webkit-fill-available;*/
    /*max-height: -webkit-fill-available;*/
    border-radius: 10px;
}
.image_owlseteers .scroller_imgwidthdiv{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.image_owlseteers img{
    width: 100% !important;
    /*max-width: -webkit-fill-available;*/
    /*max-height: -webkit-fill-available;*/
    border-radius: 10px;
}
.product_cardhighter{
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.product_cardhighter img{
    width: 100% !important;
    /*max-width: -webkit-fill-available;*/
    /*max-height: -webkit-fill-available;*/
    border-radius: 10px;
}
.product_serviceimages{
    width: 100%;
    height: 30vh;
    border-radius: 10px;
}
.product_serviceimages_cart{
    width: 100%;
    max-height: 200px;
    border-radius: 10px;
}
.min_height_sets{
    min-height: 55px;
}
.profile_reviewerimg{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.login_main {
    max-width: 500px;
}

.login_main img {
    width: 80px;
}

.login_main h1 {
    font-weight: 600;
}

.login_main input {
    border: 1px solid #79747E;
    border-radius: 10px;
    height: 40px;
}

.login_main label {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}

.login_main button {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    height: 40px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.35s ease; 
}
.filter_button{
       background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    height: 40px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 600;
}


.login_sideimg {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
}

/* OTP screen */
.main_otp_bg {
    min-height: 100vh;
    background: #EDF6FF;
}

.white_otpcontent {
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 15px;
}

.white_otpcontent img {
    width: 80px;
    margin-bottom: 20px;
}

.white_otpcontent h4 {
    color: #125093;
    text-align: center;
    font-weight: 700;
}

.white_otpcontent span {
    color: #6A6A6A;
    text-align: center;
    margin-bottom: 5px;
}

.white_otpcontent span a {
    text-decoration: none;
    color: #125093 !important;
    font-weight: 600;
    cursor: pointer;
}

.otp_setmain {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 20px;
}

.otp_setmain input {
    width: 50px;
    height: 50px;
    margin: 8px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #79747E;
    outline-color: #2B83E2;
}

.white_otpcontent button {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    height: 45px;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 600;
        transition: all 0.35s ease; 

}

@media only screen and (min-width: 10px) and (max-width: 500px) {
    .otp_setmain input {
        width: 40px;
        height: 40px;
    }
}


.main_anchorsettings {
    background-color: #EAF5FF;
    border-radius: 10px;
}

.main_anchorsettings a:last-child {
    margin-bottom: 0px;
}

.main_anchorsettings a {
    color: #125093;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 10px;
}

.main_anchorsettings .active_setting {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
}

.main_anchorsettings .active_setting img {
    filter: brightness(0) invert(1);
}

.main_anchorsettings img {
    width: 18px;
    margin-right: 10px;
}

.main_borderprofile {
    border: 1.53px solid #DADADA;
    border-radius: 15px;
}

.maintain_profile_width {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
}

.maintain_profile_width img {
    width: 100px;
    border: 2px solid #125093;
    border-radius: 100px;
}

.name_showsprofile_details {
    display: flex;
    flex-direction: column;
}

.name_showsprofile {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
}

.name_showsprofile h5,
.name_showsprofile_details h5 {
    font-weight: 600;
}

.name_showsprofile small,
.name_showsprofile_details small {
    color: #918D8D;
    font-weight: 600;
}

.edit_btnprofile {
    width: max-content;
    padding: 0px 20px;
    border: 1px solid #125093;
    height: 40px;
    border-radius: 100px;
    color: #125093;
    background: #FFFBEB;
    font-weight: 600;
}

.update_btnprofile {
    width: max-content;
    padding: 0px 20px;
    border: 1px solid #125093;
    height: 40px;
    border-radius: 100px;
    color: #fff;
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    font-weight: 600;
}

.main_profileinput label small {
    color: #FF0000;
}

.main_profileinput input {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #79747E;
    width: 100%;
    outline: none !important;
    padding: 0px 10px;
}

.main_profileinput textarea {
    height: 100px;
    border-radius: 10px;
    border: 1px solid #79747E;
    width: 100%;
    resize: none;
    outline: none !important;
}

.chart_box {
    border: #626262 2px solid;
    border-radius: 100%;
    width: 50px;
    \height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
transition: all 0.35s ease; 
}

.chart_head {
    position: relative;
}

.chart_count {
    background-color: #FF0000;
    color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: absolute;
    left: 24px;
    top: 22px;
}


.login_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 12px;
}
.login_btn:hover , .search_button:hover , .filter_button:hover{
    background-position: 0 100%;
    box-shadow: 0 8px 20px rgba(23, 93, 169, 0.35);
}

.home_head h1 {
    font-weight: 700;
    font-size: 100px;
    color: #000000;
    text-align: center;
    margin-bottom: 35px;
}

.home_head p {
    text-align: center;
    font-weight: 400;
}

@media only screen and (min-width: 10px) and (max-width: 600px) {
    .mobile_h5_smallsset h5{
        font-size: medium;
    }
    .cart_imagemobile{
        height: unset !important;
        width: 50px !important;
    }
    .mobile_h5_smallsset small{
        font-size: small;
    }
    .home_head h1,
    .care {
        font-size: 27px !important;
    }

    .service_head h3 {
        font-size: 27px !important;
    }

    .head_skills li {
        font-size: 27px !important;
    }
}

.header_box {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    min-height: 240px;
    display: flex;
}


.header_text {
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 1;
    margin: 0;
}

.header_1 {
    background-image: url('../assets/head_img_1.png');
    min-height: 100%;
}

.header_2 {
    background-image: url('../assets/head_img_2.png');
    min-height: 340px;
}

.header_3 {
    background-image: url('../assets/head_img_3.png');
    min-height: 100%;
}

.customer_box {
    background: #5373f0;
    border-radius: 16px;
    padding: 20px;
    color: #fff;
}

.customer_box h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.customer_box small {
    font-size: 0.9rem;
}

.customer_box img {
    width: 33%;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid #fff;
}


@media (max-width: 992px) {

    .header_1
     {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .header_text {
        font-size: 1.2rem;
    }

    .customer_box {
        padding: 15px;
    }
    
    .header_3 {
        min-height: 350px !important;
    }
}


.customer_sat {
    background-color: #587CFF;
    border-radius: 16px;
    padding: 15px;
}

.img_reverse {
    margin-left: -3px;
    z-index: 1;
}

.custom_content h3 {
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0px;
}

.custom_content small {
    color: #ffffff;
}

.care_essentials {
    background-color: #EDF6FF;

}

.our_service {
    border: #000000 1px solid;
    padding: 10px 15px;
    color: #000000;
    border-radius: 100px;
    width: fit-content;
    font-weight: 500;
}

.care {
    font-weight: 700;
    font-size: 68px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cart_title {
        font-size: 18px !important;
    }

    .cart_count_box {
        padding: 10px !important;
    }
}

@media only screen and (min-width: 10px) and (max-width: 600px) {
    .orginal_rate {
        font-size: 18px !important;
    }

    .contentof_herosection h1 {
        font-size: 18px !important;
    }
}

.service_1 {
    background-color: #0182FC;
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.service_2 {
    background-color: #DF4F02;
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.service_3 {
    background-color: #D9AD00;
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.service_4 {
    background-color: #3800D2;
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.service_5 {
    background-color: #A11000;
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.service_6 {
    background-color: #0096CD;
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.service_item {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    border-radius: 12px;
    padding: 8px;
    height: 100%;
}

.head_skills li {
    font-weight: 700;
    color: #00000040;
    font-size: 40px;
}

.head_skills {
    margin-bottom: 0px;
}

.service_head h3 {
    color: #125093;
    font-weight: 700;
    font-size: 40px;
}

.service_card {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.service_img {
    width: 100%;
}

.arrow_top {
    background-color: #125093;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; 

}


/* Shake + slide to right */
@keyframes moveRightShake {
    0%   { transform: translateX(0); }
    40%  { transform: translateX(4px); }
    60%  { transform: translateX(2px); }
    80%  { transform: translateX(5px); }
    100% { transform: translateX(4px); }
}
.service_content {
    width: calc(100% - 40px);
}

.wallpaper {
    background-color: #376316;
    padding: 15px;
}

.book_btn {
    background-color: #FFFFFF;
    color: #000;
    width: 190px;
    height: 52px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: 40px;
        transition: all 0.25s ease;

}

.book_btn:hover {
    border-color: #2B83E2;
    box-shadow: 0 0 18px rgba(43, 131, 226, 0.35);
    transform: translateY(-4px);
}
.wallpaper_head {
    color: #fff;
    font-weight: 700;
}

.see_all {
  position: relative;
  color: #125093;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.25s ease, text-shadow 0.25s ease;
}

/* underline */
.see_all::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* adjust gap from text */
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #125093, #2B83E2);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}

/* hover effect */
.see_all:hover {
  transform: translateY(-1px) translateZ(0);
  text-shadow: 0 2px 4px rgba(18, 80, 147, 0.4);
}

.see_all:hover::after {
  transform: scaleX(1);
}


.aplication_card {
    background: linear-gradient(180deg, #F2F3F6 -2.61%, #BDDAE9 95.74%);
    padding: 20px;
    border-radius: 24px;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
         transition: all 0.35s ease; 
}

.aplication_card_service {
    background: linear-gradient(180deg, #F2F3F6 -2.61%, #BDDAE9 95.74%);
    padding: 20px;
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.application_service_img {
    width: 60%;
    margin-top: 30px;
}

.application_service_img_1 {
    width: 32%;
    margin-top: 30px;
}

.app_con {
    text-align: center !important;
    width: 100%;
}
.weight_settershead{
    font-weight: 700;
}

.application_img {
    margin-top: 30px;
    width: 60% !important;
}

.bookedserviced_card {
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 15px;
    height: 100%;
    transition: all 0.35s ease; 
}
 .add_to_cart:hover ,
 .view_cart:hover ,
 .login_main button:hover ,
 .submit_btn:hover , 
 .chart_box:hover,
 .proceed_btn_model:hover,  
 .white_otpcontent button:hover , 
 .arrow_top:hover,.checkout_btn:hover,
 .addservice_btn:hover,
 .update_btnprofile:hover,
 .upgrade_button:hover,
 .refer_share_btn:hover,
 .edit_btnprofile:hover,
 .main_pointsredeem button:hover,
 .btn_proceed:hover,
 .selct_btns:hover,
 .btn_proceed:hover,
 .save_modlocation:hover,
 .submit_cancel_btn:hover
 {
    cursor: pointer;
box-shadow: 0 8px 22px rgba(43, 131, 226, 0.22); 
transform: translateY(-4px);
    transition: all 0.35s ease; 

}


.rating {
    background-color: #F3F3F3;
    width: 77px;
    height: 25px;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

.rating img {
    width: 25% !important;
}

.start_at {
    color: #999999;
    font-weight: 400;
}

.rating small {
    color: #807A7A;
    font-weight: 500;
    font-size: 15px;
}

.orginal_rate {
    color: #125093;
    font-weight: 600;
}

.footer_back {
    background-color: #000000;
}

.footer_section {
    background-color: #000;
    color: #fff;
    padding: 60px 0 20px;
    font-family: "Poppins", sans-serif;
}

.footer_section h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-align: start;
}

.footer_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_section ul li {
    color: #9797AA;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.3s;
    cursor: pointer;
    text-align: start;
}
.footer_section ul li a{
    color: #9797AA;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.3s;
    cursor: pointer;
    text-align: start;
}

.footer_section ul li:hover {
    color: #fff;
}

.app_buttons {
    text-align: start;
}

.new_tag {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 3px 8px;
    margin-left: 6px;
}

.app_buttons img {
    margin-bottom: 8px;
    display: block;
}

.footer_section hr {
    border-color: #9797AA;
    margin: 30px 0;
}


.footer_section img {
    vertical-align: middle;
    width: 100px;
}


.social_icons a i {
    color: #fff;
}

@media (max-width: 768px) {
    .footer_section {
        text-align: center;
    }

    .footer_logo {
        margin-bottom: 10px;
    }


}

.cleaning_card {
    border: #D9D9D9 1px solid;
    padding: 15px;
    background-color: #EAF5FF;
    border-radius: 16px;
    margin-bottom: 15px;
}

.rating_star {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 22px;
    width: 70px;
    height: 28px;
}

.rating_content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating_content img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.rating_content small {
    display: block;
    color: #807A7A;
    font-weight: 500;
    font-size: 14px;
}

.box_content_cleaning {
    color: #333333;
    margin-top: 30px;
}

.cleaning_head h3 {
    color: #1F3596;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}

.select_service {
    border: #D9D9D9 1px solid;
    padding: 8px;
    border-radius: 12px;
    height: 100%;
    background-color: #fff;
    transition: all 0.35s ease;
}

.card_content span {
    font-weight: 400;
}

.cleaning_card_1 {
    border: #D9D9D9 1px solid;
    padding: 15px;
    background-color: #EAF5FF;
    border-radius: 16px;
}

.cleaning_card_1 h3 {
    color: #1F3596;
    font-weight: 600;
    margin-bottom: 20px;
}

.service_hero_card {
    border-radius: 18px;
    padding: 20px 20px 0px 35px;
    background-image: url('./assets/service_hero_img.png'), radial-gradient(149.13% 83.79% at 32.23% 20.31%, #00D4D1 0%, #012749 74%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    margin-bottom: 15px;
}

.contentof_herosection h1 {
    color: #FFFFFF;
    font-weight: 700;
}

.contentof_herosection p {
    color: #FFFFFF;
    font-weight: 500;
}

.contentof_herosection a {
    text-decoration: none;
    color: #125093;
    width: 170px;
    height: 40px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contentof_herosection a:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 18px rgba(18, 80, 147, 0.35);
    color: #0A3A6B;
}


.cleaning_service_card {
    border: #DADADA 1px solid;
    padding: 8px;
    border-radius: 24px;
    margin-bottom: 15px;
}

.rate_from {
    color: #999999;
    font-weight: 400;
    font-size: 18px;
}


.heart_icon i {
    color: #FF0000;
    font-size: 25px;
}

.add_to_cart {
    background-color: #125093;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
transition: all 0.35s ease; 
}

.cart_title {
    color: #125093;
    font-weight: 600;
}

.cart_item_count {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    text-decoration: none;
}

.cart_count_box {
    border: #DADADA 1px solid;
    padding: 15px;
    border-radius: 18px;
    background-color: #fff;
}

.count_box {
    background-color: #EAF5FF;
    padding: 5px;
    border-radius: 8px;
    width: fit-content;
}

.minus_count_btn {
    background-color: #E7E7E7;
    color: #125093;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.plus_count_btn {
    background-color: #125093;
    color: #fff;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.cart_product {
    border-bottom: #E4E4E4 1px solid;
}

.cart_product_names h6 {
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.cart_product_names p {
    color: #000000;
    font-weight: 400;
}

.view_cart {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border-radius: 12px;
    width: 100%;
    height: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
     transition: all 0.35s ease; 
}

.model_header {
    color: #125093;
    font-weight: 600;
}

.rating_star_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
    border-radius: 22px;
    width: 70px;
    height: 28px;
}

.model_kitchen_card {
    border: #dadada 1px solid;
    padding: 10px;
    border-radius: 12px;
    height: 100%;
}

.model_kitchen_card h5 {
    color: #000;
    font-weight: 500;
}

.card_model_content a {
    text-decoration: none;
    color: #125093;
}

.card_model_content h4 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

.card_model_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whats_included {
    padding: 20px;
    border-radius: 10px;
    background-color: #EAF5FF;
}

.text-blue {
    color: #125093;
}

.proceed_btn_model {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    width: 180px;
    height: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
      transition: transform 0.3s ease-out;

}

.selector_model {
    border: #E3E3E3 2px solid;
    border-radius: 12px;
    padding: 10px;
    /* width: 25%; */
}

.rating_bar_box {
    background-color: #F7F7F7;
    border-radius: 35px;
    padding: 20px;
}

.progress {
    height: 10px;
    border-radius: 5px;
    background-color: #eaeaea;
}

.progress-bar {
    border-radius: 5px;
}

.rating_row span {
    font-weight: 500;
}

.inside_progress {
    background-color: #125093;
    height: 10px;
    border-radius: 5px;
}

.rate_number {
    font-size: 28px;
    font-weight: 400;
}

.overall_rating h1 {
    font-size: xxx-large;
    font-weight: 700;
    color: #000;
}

.rating_yellow_star,
.fa-star {
    color: #E4A70A;
}

.rating_yellow_star .regular_rating_star,
.fa-regular {
    color: #DDDDDD;
}

.border_des {
    border-bottom: #D2D3D5 1px solid;
}

.accordion_box {
    background-color: #F7F7F7;
    padding: 20px;
    border-radius: 24px;
}

.custom_accordion .accordion-item {
    border: none;
    background: transparent;
}

.custom_accordion .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 0;
}

.custom_accordion .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #000;
    box-shadow: none !important;
    font-weight: bold;
}

.custom_accordion .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;

}

.custom_accordion .accordion-body {
    padding: 0.75rem 0;
    border: none;
    background: transparent;
    color: #9F9F9F !important;
}

.cart_head {
    background-color: #EAF5FF;

}

.text-muted {
    color: #999999 !important;
}

.total_cart_head {
    border-bottom: 2px dashed #DADADA;
    padding-bottom: 30px;
}

@media screen and (min-width: 10px) and (max-width: 600px) {
    .total_cart_head h3 {
        font-size: 18px;
    }

    .cart_head h3,
    h4 {
        font-size: 18px;
    }

    .saved_address_modal {
        padding: 20px !important;
    }
}

.addservice_btn {
    background-color: #fff;
    border: 1px solid #125093;
    color: #125093;
    text-decoration: none;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.checkout_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    text-decoration: none;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.checkout_btn_unactive {
    background-color: #999999;
    color: #fff;
    text-decoration: none;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.contact_information_box {
    border: #DADADA 1px solid;
    border-radius: 16px;
    padding: 15px;
}

.information_icon_back {
    background-color: #E1E1E1;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #125093;
    font-size: 25px;
}

.details_info small {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.border_info {
    border-bottom: #DADADA 1px solid;
    padding-bottom: 20px;
}

.details_info_unactive small {
    color: #999999;
    font-size: 20px;
    font-weight: 500;
}

.details_info_unactive p {
    color: #999999;
}

.unactive_icon {
    color: #9F9F9F;
}

.checkout_rate{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.checkout_rateweights{
    font-weight: 500;
}
.checkout_rate del {
    color: #626262;
    font-size: small;
}

.custom_coupon .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}

.custom_coupon .accordion-button {
    background-color: #fff !important;
    box-shadow: none !important;
    border: none;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_coupon .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none;
}

.coupon_icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.custom_coupon .accordion-body {
    background-color: #fff;
    padding: 1rem;
    font-size: 0.95rem;
    color: #555;
}


.amount_to_pay {
    background-color: #EAF5FF;
    padding: 20px 10px;
    border-radius: 16px;
}

.policy_content {
    color: #333333;
}


.saved_address_modal {
    border-radius: 20px !important;
    padding: 30px;
}

.model_header_border {
    padding: 0px !important
}

.add_address_box {
    background-color: #EAF5FF;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 25px;
    text-decoration: none;
    color: #125093;
    font-weight: 500;
}

.btn_proceed {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.edit_link {
    text-decoration: none;
    color: #125093;
    font-weight: 600;
}

.selct_btns {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    text-decoration: none;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: none !important;
}

.date_day_box {
    background-color: #EAF5FF;
    border-radius: 12px;
    padding: 15px;
}

.custom_modal {
    min-height: 500px;
    border-radius: 32px !important;
}

.days_round {
    background-color: #FFFFFF;
    border-radius: 16px;
    width: 39px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px 10px;
    cursor: pointer;
}

.days_round_sunday {
    background-color: #ffffff;
    color: #9A9A9B;
    border-radius: 16px;
    width: 39px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px 10px;
    cursor: pointer;
}

.date_active {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;


}

.mybooking_tabs {
    border: #DADADA 1px solid;
    border-radius: 100px;
    background-color: #fff;
    padding: 5px;
    width: fit-content;
}

.tab_active {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff !important;
    border-radius: 30px !important;
}

.mybooking_tabs .nav-link {
    color: #000;
}

.forms_of_select {
    border: #125093 1px solid;
    border-radius: 10px;
    /* width: 30%; */
    color: #125093;
}
.forms_of_select_bookings {
    border: #125093 2px solid;
    border-radius: 10px;
    color: #125093;
    overflow: hidden;
    display: flex;
    padding-left: 10px;
}
.forms_of_select_bookings .form-select:focus{
    box-shadow: none !important;
}
.forms_of_select_bookings select{
    border: none !important;
    color: #125093;
    outline: none;
}

.booking_card {
    border: #DADADA 1px solid;
    border-radius: 13px;
    padding: 10px 20px 10px 10px;
    height: 100%;
    background-color: #F6F6F6;
}

.booking_card1 {
    border: #DADADA 1px solid;
    border-radius: 13px;
    padding: 10px 20px 10px 10px;
    height: 100%;
    background-color: #F6F6F6;
}

@media screen and (min-width: 601px) and (max-width: 1439px) {

    .forms_of_select {
        width: 100% !important;
    }

}

@media screen and (min-width: 10px) and (max-width: 600px) {
    .my_book_setting {
        flex-wrap: wrap;
    }

    .booking_card {
        width: min-content;
        padding: 10px 10px 10px 10px;
    }
    
    .booking_card1 {
        width: 100% !important;
        height: 100% !important;
        padding: 15px;
    }

    .tracking_mybooking_box {
        width: min-content;
    }

    .forms_of_select {
        width: 100%;
    }

    .timeline_step::after {
        left: 13px !important;
        top: 27px !important;
    }

}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .main_anchorsettings {
        background-color: transparent !important;
    }
}

.arivaling_box {
    color: #125093;
    background-color: #D8ECFF;
    width: 90px;
    height: 25px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mybooking_rating {
    background-color: #fff;
    width: 53px;
    height: 20px;
    border-radius: 20px;
}

.mybooking_rating i {
    color: #FFD401 !important;
}

.back_btn {
    background-color: #125093;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.back_btn1 {
    background-color: #125093;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.tracking_mybooking_box {
    border: #DADADA 1px solid;
    padding: 10px;
    border-radius: 14px;
    background-color: #F6F6F6;
}

.tracking_mybooking_box1 {
    border: #DADADA 1px solid;
    padding: 10px;
    border-radius: 14px;
    background-color: #F6F6F6;
}

.date_day_box {
    background-color: #F3F9FF;
    padding: 10px;
}

.paymnt_summary_box {
    border: #BFBFBF 1px solid;
    background-color: #F3F9FF;
    border-radius: 12px;
    padding: 15px;
}

.cancel_booking_box {
    background-color: #F3F9FF;
    border-radius: 10px;
    padding: 10px
}

.cancel_policy {
    background-color: #F6F6F6;
    border: 1px solid #EFEFEF;
    border-radius: 18px;
    padding: 15px;
}

.custom_policy_list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.custom_policy_list li {
    color: #444;
    margin-bottom: 5px;
    position: relative;
}

.custom_policy_list li::marker {
    color: #125093;
    font-size: 20px;
}

.tracking_box {
    border: #EFEFEF 1px solid;
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 18px;
}


.tracking_timeline {
    position: relative;
}

.timeline_step {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}


.timeline_step::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 35px;
    width: 3px;
    height: calc(100% - 0px);
    background-color: #e0e0e0;
    z-index: 0;
}

.timeline_step:last-child::after {
    display: none;
}

.timeline_step.active::after {
    background-color: #125093;
}
.timeline_step.active:not(:has(+ .timeline_step.active))::after {
    background-color: #e0e0e0;
}
/* .timeline_step.active:last-of-type::after {
    background-color: #e0e0e0;
} */

/* .timeline_step:nth-child(3)::after {
    background-color: #d2d2d2;
} */

.timeline_icon {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.timeline_step.active .timeline_icon {
    background-color: #125093;
}



.timeline_content h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.timeline_content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
}

.timeline_step:not(.active) h6,
.timeline_step:not(.active) p {
    color: #D4D4D4;
}

@media (max-width: 576px) {


    .timeline_icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .timeline_content h6 {
        font-size: 15px;
    }

    .timeline_content p {
        font-size: 13px;
    }
}


.cancel_modal_box {
    border-radius: 16px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
}

.cancel_reason_box label {
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
}

.cancel_textarea {
    resize: none;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
}

.submit_cancel_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    border: none;
}


.canceld_bar {
    background-color: #FFD8D8;
    color: #FF0000;
    border-radius: 8px;
    width: 95px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.completed_bar {
    background-color: #CEFFCB;
    color: #2DA771;
    border-radius: 8px;
    width: 95px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.booking_history_accordion .accordion-item {
    /* border: 1px solid #e0e0e0; */
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}

.booking_history_accordion .accordion-button {
    background-color: #F3F9FF !important;
    box-shadow: none !important;
    border: none;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking_history_accordion .accordion-button:not(.collapsed) {
    /* background-color: #fff !important; */
    box-shadow: none;
}

.booking_history_accordion .accordion-body {
    background-color: #F3F9FF;
    padding: 1rem;
    font-size: 0.95rem;
    color: #555;
}

.feedback_modal {
    border-radius: 16px;
    overflow: hidden;
    padding: 15px;
}

.text_inp {
    border: #79747E 1px solid;
}

.feedback_modal .modal-title {
    font-size: 20px;
}

.feedback_modal .stars i {
    font-size: 28px;
    color: #ccc;
    margin-right: 6px;
    cursor: pointer;

}

.feedback_modal .stars i:hover,
.feedback_modal .stars i.active {
    color: #E4A70A;
}


.feedback_modal .upload_box {
    border: 2px dashed #79747E;
    border-radius: 10px;
    cursor: pointer;
}


.feedback_modal .upload_label {
    color: #777;
    font-weight: 500;
}

.recevied_dash_model .stars i {
    font-size: 28px;
    color: #E4A70A;

}

.recevied_dash_model {
    border-radius: 16px;
    overflow: hidden;
    padding: 15px;
}

.recevied_dash_model .modal-title {
    color: #125093;
}

.recevied_dash_model .btn-primary {
    background-color: #125093;
    border: none;
    font-weight: 500;
}

.recevied_dash_model .btn-primary:hover {
    background-color: #0d3e73;
}


/* --- Search Box --- */
.search_box {
    position: relative;
    display: inline-block;
}

.search_input_payment {
    width: 300px;
    height: 42px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 45px;
    border-radius: 20px;
    border: 1px solid #125093;
    outline: none;
}

.search_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #125093;
    font-size: 14px;
    cursor: pointer;
}

.filter_box {
    display: none;
}



.refresh_btn {
    background: #fff;
    border: 1px solid #125093;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #125093;
    cursor: pointer;
}

.filter_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border: none;
    border-radius: 20px;
    width: 120px;
    height: 42px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main_borderprofile {
    border: 1.53px solid #DADADA;
    border-radius: 15px;
}

.maintain_profile_width {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
}

.maintain_profile_width img {
    width: 100px;
    border: 2px solid #125093;
    border-radius: 100px;
}

.name_showsprofile_details {
    display: flex;
    flex-direction: column;
}

.name_showsprofile {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
}

.name_showsprofile h5,
.name_showsprofile_details h5 {
    font-weight: 600;
}

.name_showsprofile small,
.name_showsprofile_details small {
    color: #918D8D;
    font-weight: 600;
}

.edit_btnprofile {
    width: max-content;
    padding: 0px 20px;
    border: 1px solid #125093;
    height: 40px;
    border-radius: 100px;
    color: #125093;
    background: #FFFBEB;
    font-weight: 600;
}

.update_btnprofile {
    width: max-content;
    padding: 0px 20px;
    border: 1px solid #125093;
    height: 40px;
    border-radius: 100px;
    color: #fff;
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    font-weight: 600;
}

.cancel_btnprofile {
      width: max-content;
    padding: 0px 20px;
    border: 1px solid #125093;
    height: 40px;
    border-radius: 100px;
    color: #125093;
    background-color: #fff;
    font-weight: 600;
}

.main_profileinput label small {
    color: #FF0000;
}

.main_profileinput input,
.main_profileinput select {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #79747E;
    width: 100%;
    outline: none !important;
    padding: 8px 10px;
}

.main_profileinput textarea {
    height: 100px;
    border-radius: 10px;
    border: 1px solid #79747E;
    width: 100%;
    resize: none;
    outline: none !important;
}

.location_mark {
    width: 50px;
    margin-right: 10px;
}

.main_addreshmanage {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}

.main_add_addreshbtn {
    width: max-content;
    padding: 0px 20px;
    border: 1px solid #D9D9D9;
    color: #125093;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 45px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: 600;
}

.main_locationmodhead {
    color: #125093;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.cancel_modlocation {
    width: 120px;
    height: 40px;
    color: #125093;
    border: 1px solid #125093;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.save_modlocation {
    font-weight: 600;
    width: 120px;
    height: 40px;
    color: #125093;
    border: none;
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    border-radius: 10px;
    color: #fff;
}

.balance_card {
    padding: 15px;
    border-radius: 16px;
    height: 100%;
    background-image: url('./assets/fi_diamond.svg'), linear-gradient(66.02deg, #1566DF 0%, #21C5DB 84.01%);
    background-repeat: no-repeat;
    background-position: right;
}


.topupcard {
    padding: 15px;
    border-radius: 16px;
    height: 100%;
    background-image: url('../assets/wallet_flat_design.svg'), 
                linear-gradient(180deg, #FFECBC 0%, #FACF60 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.balance_card_backimg h4 {
    color: #fff;
}

.Withdraw_buttons{
   margin: 15px 175px;
    background: linear-gradient(66.02deg, #1566DF 0%, #21C5DB 84.01%);
    width: 300px;
    height: 40px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
   
   
}

.topup_card_backimg h2 {
    color: #E4A70A;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.topup_card_backimg p {
    color: #775B14;
    font-weight: 500;
    margin-top: 10px;

}

.top_up_button {
    background: linear-gradient(180deg, #E0B138 0%, #9B771A 100%);
    width: 120px;
    height: 40px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}




.transaction_table {
    border-spacing: 0;
    width: 100%;
    min-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    border: #d2d2d2 1px solid;
}

.transaction_table thead th {
    font-weight: 600;
    color: #929EAE;
    font-size: 14px;
    text-align: left;
    padding: 12px 16px;
    white-space: nowrap;
    border-bottom: none;
}

.transaction_table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #D1D1D1;
    font-size: 15px;
    color: #111;
    white-space: nowrap;
}

.transaction_table tbody tr:last-child td {
    border-bottom: none;
}

.table_user {
    display: flex;
    align-items: center;
    gap: 5px;
}


.table_user span {
    margin-bottom: 10px;
}

.table_user img {
    width: 80px;
    height: 80px;
}

.table_user span {
    font-weight: 500;
}

.credit {
    color: #48A61D !important;
    font-weight: 600;
}

.debit {
    color: #FF0000 !important;
    font-weight: 600;
}

@media (max-width: 768px) {
    .transaction_table_wrapper {
        padding: 6px;
    }


    .transaction_table,
    .transaction_table tbody,
    .transaction_table tr,
    .transaction_table td {
        width: 100%;
    }

    .transaction_table tr {
        background: #fff;
        margin-bottom: 10px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 10px;
    }

    .transaction_table td {
        border: none;
        padding: 8px 0;
        font-size: 14px;
    }

    .transaction_table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #8b96a5;
        text-transform: uppercase;
    }

    .table_user {
        justify-content: flex-start;
    }
}


.pricing_section_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.pricing_section_title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.pricing_section_title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing_section_title p {
    font-size: 1.1rem;
    opacity: 0.9;
}



.flip_card_container {
    perspective: 1000px;
    height: 100%;
    min-height: 450px;
    margin-bottom: 30px;
}

.flip_card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip_card_container:hover .flip_card_inner {
    transform: rotateY(180deg);
}

.flip_card_front,
.flip_card_back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    border: #125093 1px solid;
}

.flip_card_front {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.flip_card_back {
    background: linear-gradient(77.72deg, #125093 4.2%, #125093 47.06%, #4A85C4 100%);
    transform: rotateY(180deg);
    padding: 10px 8px 1px 8px;
    color: #fff;
    height: 100%;
}

.card_header_section {
    margin-bottom: 30px;
}



.plan_title {
    font-weight: 700;
    color: #125093;
    margin-bottom: 0px;
}

.plan_title.premium_title {
    color: #ea8c13;
}

.plan_description {
    color: #125093;
    margin-top: 30px;
}


.price_amount {
    display: flex;
    align-items: center;
    gap: 5px;
}



.price_value {
    font-size: 55px;
    font-weight: 800;
    color: #125093;
    line-height: 1;
}

.premium_title .price_value {
    color: #ea8c13;
}

.duration_label {
    font-size: 1rem;
    color: #125093;
    margin-top: 5px;
}

.button_section {
    margin-top: auto;
}

.upgrade_button {
    width: 100%;
    padding: 15px;
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}


.benefits_header {
    text-align: center;
    margin-bottom: 30px;
}

.benefits_list {
    background-color: #161A20;
    padding: 16px;
    border-radius: 16px;
    min-height: 406px;
}

.benefit_item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.benefit_check {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit_check i {
    font-size: 14px;
}

.benefit_heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.benefit_text {
    font-size: 12px;
    opacity: 0.85;
    line-height: 1.4;
}

.guarantee_badge {
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.money_back small {
    color: #FFFFFF;
}

.money_back {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 991px) {
    .flip_card_container {
        height: 520px;
    }

    .pricing_section_title h1 {
        font-size: 2rem;
    }

    .plan_title {
        font-size: 1.6rem;
    }

    .price_value {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .flip_card_container {
        height: 500px;
        margin-bottom: 40px;
    }

    .pricing_section_title h1 {
        font-size: 1.8rem;
    }

    .flip_card_front,
    .flip_card_back {
        padding: 20px 20px;
    }

    .price_value {
        font-size: 2.8rem;
    }

    .benefits_list {
        gap: 15px;
    }

    .benefit_heading {
        font-size: 1rem;
    }

    .benefit_text {
        font-size: 0.85rem;
    }
}

@media (max-width: 575px) {
    /*body {*/
    /*    padding: 20px 0;*/
    /*}*/

    .flip_card_container {
        height: 480px;
    }

    .pricing_section_title {
        margin-bottom: 30px;
    }

    .pricing_section_title h1 {
        font-size: 1.5rem;
    }

    .pricing_section_title p {
        font-size: 0.95rem;
    }

    .flip_card_front,
    .flip_card_back {
        padding: 20px 20px;
    }

    .plan_icon {
        width: 50px;
        height: 50px;
    }

    .plan_icon i {
        font-size: 24px;
    }

    .plan_title {
        font-size: 1.4rem;
    }

    .plan_description {
        font-size: 0.9rem;
    }

    .price_value {
        font-size: 2.5rem;
    }

    .upgrade_button,
    .back_button {
        padding: 12px;
        font-size: 1rem;
    }

    .benefits_title {
        font-size: 1.5rem;
    }

    .flip_card_back {
        min-height: 500px;
    }

}


.toggle_btn_canvas {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}


.mebership_card {
    background-image: url('../assets/vipcard.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 267px;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.signup_section {
    background-color: #f3f8fc;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup_card {
    background-color: #fff;
    border-radius: 16px;
    border: #D9D9D9 1px solid;
    padding: 40px 30px;
    box-shadow: 0px 0px 12px 0px #00000040;
    max-width: 800px;
    width: 100%;
}


.signup_title {
    color: #125093;
    font-weight: 700;
}

.signup_label {
    display: block;
    font-weight: 500;
    color: #000000;
    margin-bottom: 6px;
}

.signup_label span {
    color: #FF0000;
    margin-left: 2px;
}

.signup_label small {
    color: #79747E;
    font-weight: 400;
}

.signup_input {
    border-radius: 8px;
    height: 42px;
    font-size: 15px;
    border: #79747E 1px solid;
}

.signup_input:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.signup_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    border: none;
    border-radius: 13px;
    width: 60%;
    height: 52px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .signup_card {
        padding: 25px 20px;
    }

    .signup_input {
        height: 40px;
        font-size: 14px;
    }

    .signup_title {
        font-size: 22px;
    }
}

.benefits_box {
    background-color: #F5FAFF;
    border-radius: 24px;
    padding: 20px;
}

.benefits_content span {
    color: #000;
    font-weight: 500;
}

.benefits_content small {
    color: #939393;
}

.benefits_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.membership_upgrade_btn {
    background-color: #A7A9AC;
    color: #fff;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    /* width: 30%; */
    max-width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: not-allowed;
    opacity: 0.7;
    padding-right: 20px;
    padding-left: 20px;
}


.membership_upgrade_btn_active {
    background-color: #007bff;
    color: #fff;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    /* width: 30%; */
    max-width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding-right: 20px;
    padding-left: 20px;
}


.membership_upgrade_btn_active:hover {
    background-color: #0056b3;
}


@media screen and (min-width: 10px) and (max-width: 600px) {
    .membership_upgrade_btn {
        width: 100%;
    }


    .membership_upgrade_btn_active {
        width: 100% !important;
    }
}


.expired_card {
    background-color: #125093;
    border-radius: 16px;
    padding: 15px;
    width: 100%;
    margin-top: 30px;
}

.expired_card strong {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.expired_card span {
    color: #fff;
    letter-spacing: 2%;
    font-size: 24px;
    font-weight: 400;
}

.expired_card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.membership_upgrade_btn_active {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    /* width: 30%; */
    max-width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
}

.refer_box {
    border: #D3D0D0 1px solid;
    padding: 20px 20px 0px 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.refer_code_box {
    background-color: #F1F8FF;
    padding: 15px;
    border-radius: 16px;
}

.refer_code_box span {
    color: #125093;
    font-weight: 500;
    font-size: 24px;
}

.copy_icon i {
    color: #125093;
    font-size: xx-large;
}

.refer_share_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    width: 130px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.invite_btn {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    width: 100%;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}



.chat_container {
    background: white;
    border-radius: 20px;
    width: 100%;
    border: #939393 2px solid;
    height: 75vh;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: end;
}

.chat_header {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}




.user_name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.chat_messages_area {
    overflow-y: auto;
    padding: 25px;
}

.chat_messages_area::-webkit-scrollbar {
    width: 6px;
}

.chat_messages_area::-webkit-scrollbar-track {
    background: transparent;
}

.chat_messages_area::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 10px;
}

.date_badge {
    text-align: center;
    margin-bottom: 20px;
}

.date_badge span {
    background: #125093;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.message_wrapper {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.message_wrapper.sent {
    align-items: flex-end;
}

.message_wrapper.received {
    align-items: flex-start;
}

.message_bubble {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14.5px;
    line-height: 1.5;
    word-wrap: break-word;
    position: relative;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.message_wrapper.received .message_bubble {
    background: #EEEFEF;
    color: #1a1a1a;
    border-bottom-left-radius: 1px;
}

.message_wrapper.sent .message_bubble {
    background: #d4e7ff;
    color: #1a1a1a;
    border-bottom-right-radius: 1px;
}

.message_time {
    font-size: 11px;
    color: #666;
    margin-top: 4px;
    padding: 0 5px;
}

.chat_input_area {
    padding: 20px 25px;
    background: white;
    border-top: 1px solid #e5e5e5;
}

.input_wrapper {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 10px 15px;
    gap: 12px;
}

.input_icon {
    color: #999;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s;
    flex-shrink: 0;
}

.input_icon:hover {
    color: #666;
}

.message_input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    color: #1a1a1a;
}

.message_input::placeholder {
    color: #999;
}

.action_icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.send_button {
    background: transparent;
    border: none;
    color: #0066cc;
    font-size: 22px;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.send_button:hover {
    transform: scale(1.1);
}



@media (max-width: 768px) {

    .message_bubble {
        max-width: 85%;
    }

    .chat_header {
        padding: 15px 20px;
    }


    .user_name {
        font-size: 16px;
    }

    .chat_messages_area {
        padding: 20px 15px;
    }

    .chat_input_area {
        padding: 8px;
    }

    .white_box {
        padding: 5px !important;
    }
}

@media (max-width: 480px) {

    .message_bubble {
        max-width: 90%;
        font-size: 14px;
    }

    .input_wrapper {
        padding: 8px 12px;
    }

    .message_input {
        font-size: 14px;
    }
    .mobile_chatwidth{
        width: 30px;
    }

    .action_icons {
        gap: 8px;
    }

    .input_icon {
        font-size: 18px;
    }
}


/* Notification */

.main_bordernotify {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.main_bordernotify img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 0px;
    align-self: center;
}

.main_bordernotify small {
    color: #777777;
}

.main_bordernotify span {
    color: #777777;
}








.custom-radio {
    display: none;
}

.date-item label {
    cursor: pointer;
    display: block;
}

.date-circle {
    background-color: #FFFFFF;
    border-radius: 16px;
    width: 39px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px 10px;
    cursor: pointer;
}

.date-number {
    font-weight: bold;
}

.date-day {
    font-size: 12px;
}

.custom-radio:checked+.date-circle {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff !important;
}

.date-item.sunday .date-circle {
    background-color: #fff;
    color: #9A9A9B;
}

.date_day_box .owl-prev,.date_day_box .owl-next{
    width: 30px;
    height: 30px !important;
    background: #125093 !important;
    color: #fff !important;
    border-radius: 100px !important;
}
.custom_radio {
    display: none;
}
.time_item{
    padding: 10px;
}
.time_item label {
    cursor: pointer;
}

.time_circle {
    padding: 10px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: #000;
    text-align: center;
    width: 100%;
}

.custom_radio:checked+.time_circle {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
}


.tip_radio {
    display: none;
}

.tip_item label {
    cursor: pointer;
}

.tip_circle {
    padding: 12px 25px;
    border: 1px solid #BDBDBD;
    border-radius: 12px;
    text-align: center;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 100px;
}

.tip_radio:checked+.tip_circle {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;

}


.white_box {
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 2px 15px 0px #00000026;
    width: 100%;
}

.search_box {
    position: relative;
    width: 100%;
}

.search_input {
    background: url('/assets/Search.svg') no-repeat 10px center;
    width: 100%;
    padding: 16px 7px 16px 16px;
    border: none;
    border-radius: 16px;
    background-color: #F6F7F8;
    font-size: 16px;
    outline: none;
    padding-left: 40px;
}

.search_button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    width: 120px;
    height: 42px;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.search_button:hover {
    background-color: #0d6efd;
}

/* Responsive */
@media (max-width: 768px) {
    .maintain_profile_width img{
        width: 60px;
    }
    .maintain_profile_width{
        padding: 0px;
    }
    .name_showsprofile {
        width: calc(100% - 70px);
    }
    .search_input {
        padding: 12px 50px 12px 45px;
    }

    .search_button {
        padding: 10px 12px;
    }
}

.custom_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    gap: 8px;
    flex-wrap: nowrap;   /* 👈 important */
    overflow-x: auto;    /* 👈 allows scrolling if too many pages */
}

.custom_pagination::-webkit-scrollbar {
    height: 6px;
}

.custom_pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid #a7a7a7;
    color: black;
    border-radius: 6px;
    background-color: #fff;
    transition: 0.25s ease;
    font-weight: 500;
    white-space: nowrap;  /* 👈 prevents breaking */
}

.custom_pagination li.active a {
    background-color: #125093;
    color: white !important;
    border-color: #125093;
}

.custom_pagination li.disabled a {
    background-color: #d6d6d6;
    border-color: #bcbcbc;
    color: #919191;
    cursor: not-allowed;
}

.custom_pagination li a:hover:not(.active) {
    background-color: #e6e6e6;
    color: black;
}



/*.pagination {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    list-style: none;*/
/*    padding: 0px;*/
/*}*/

/*.pagination li a {*/
/*    display: block;*/
/*    padding: 8px 12px;*/
/*    text-decoration: none;*/
/*    border: 1px solid gray;*/
/*    color: black;*/
/*    margin: 0 4px;*/
/*    border-radius: 5px;*/
/*}*/

/*.pagination li a.active {*/
/*    background-color: #125093;*/
/*    color: white;*/
/*}*/

/*.pagination li a:hover:not(.active) {*/
/*    background-color: lightgray;*/
/*}*/

.next_btn {
    background-color: #919EAB;
    transition: 0.3s;
}

.next_btn:hover {
    background-color: #fff !important;
}


.main_anchorsettings {
    padding-right: 12px;
}

.toggle_btn_canvas {
    background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
}

.filter_menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 10px 0;
    background-color: #ffffff;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 2px 1px 6px 0px #00000040;
}

.filter_section_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.filter_items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter_label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.filter_label_spansets{
    display: flex;
}
.filter_label_spansets span{
    display: flex;
    width: calc(100% - 25px);
}
.filter_label input {
    margin-right: 8px;
    accent-color: #125093;
    width: 15px;
    height: 15px;
}

.filter_actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.filter_apply_btn,
.filter_reset_btn {
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.filter_apply_btn {
    background: #007bff;
    color: #fff;
}

.filter_reset_btn {
    background: #f1f1f1;
    color: #333;
}

@media (min-width: 992px) {
    .offcanvas-lg {
        visibility: visible;
        transform: none !important;
        position: static !important;
    }

    .offcanvas-lg .offcanvas-body {
        padding: 0;
    }

    .filter_menu {
        padding: 20px;
    }

}

@media (max-width: 992px) {
    .filter_menu {
        box-shadow: none;
        padding: 20px 30px;
    }
}


.filter_label strong {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.filter_label small {
    color: #5D5D5D;
    font-size: 16px;
}



/* ContactUs */


.contact_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}

.contact_form_box {
  background: #F3F3F3;
  border-radius: 40px;
}

.form_label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.form_input {
  border: 1px solid #79747E;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.95rem;
}

.form_input:focus {
  outline: none;
  border-color: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%)#0d6efd;
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

.submit_btn {
  background: linear-gradient(180deg, #175DA9 0%, #2B83E2 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .contact_title {
    font-size: 28px;
  }

  .contact_form_box {
    padding: 1.5rem;
  }
}


    .error_container {
      text-align: center;
      padding: 20px;
    }
    .error_img {
      max-width: 500px;
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .error_title {
      font-size: 50px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #111;
    }
    .error_text {
      font-size: 23px;
      color: #000;
      margin-bottom: 30px;
    }
    .btn_error {
      min-width: 120px;
      border-radius: 30px;
      font-weight: 500;
      padding: 10px 20px;
    }

@media screen and (max-width: 576px) {
  .error_title {
    font-size: 30px !important;
  }
  .error_text {
    font-size: 20px !important;
  }
  
  .booking_imgof {
      width: 100% !important;
      height: 100% !important;
  }
}


.booking_imgof {
    height: 80px;
    width: 80px;
    object-fit: cover;
}
/* Navigation Bar active */
.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease;
}

/* Desktop Active State */
@media (min-width: 992px) {
    .navbar-nav .nav-link.active {
        color: #125093 !important;
        font-weight: 600;
    }

    /* Underline only for regular nav links (not dropdowns) */
    .navbar-nav > li:not(.dropdown) .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 3px;
        background-color: #125093;
        border-radius: 2px;
    }
}

/* Mobile Active State */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link.active {
        background-color: #f0f7ff;
        color: #125093 !important;
        font-weight: 600;
        padding-left: 15px;
        border-left: 4px solid #125093;
        border-radius: 4px;
    }

    .navbar-nav .nav-link.active::after {
        display: none;
    }
    .filter_mbl_canvas{
    display: flex !important;
    justify-content: space-between;
}
}

/* Dropdown Items */
.dropdown-menu .dropdown-item.active {
    background-color: #125093;
    color: #fff !important;
}

.dropdown-menu .dropdown-item.active:hover {
    background-color: #0d3d6f;
}

/* Cart Icon Active */
.chart_box.active {
    background-color: #f0f7ff;
    border-color: #125093;
}

/* Login Button Active */
.login_btn.active {
    background-color: #0d3d6f !important;
    border-color: #0d3d6f !important;
}

/* User Dropdown Active */
.nav-item.dropdown .nav-link.active {
    color: #125093 !important;
}

.header_box,
.customer_box, 
 .product_serviceimages_cart,
.cart_imagemobile,
.whats_included,
.cleaning_service_card,
.cart_count_box,
{
    transition: transform 0.5s ease !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
}

.header_box:hover,
.customer_box:hover, 
.product_serviceimages_cart:hover,
.cart_imagemobile:hover,
.whats_included:hover,
.cleaning_service_card:hover,
.cart_count_box:hover
{
    transform: scale(1.02) !important; 
    cursor: pointer;
    
}
 .image_owlseteers img:hover ,
 .service_content img:hover.
 .product_cardhighter img:hover{
    transform: scale(1.08) !important; 
    cursor: pointer;
}
 #serviceImage img{
        transition: transform 0.5s ease, box-shadow 0.5s ease;
    }

    #serviceImage img:hover{
        transform: scale(1.08); 
        box-shadow: 0 10px 20px rgba(0,0,0,0.25); 
    }
.option-card {
    background: #ffffff;
    border: #dadada 1px solid !important;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 2px solid lightgray;
}

.option-card:hover, #model_kitchen_card:hover {
    border-color:1px solid #0d6efd !important;
    background: #f8faff; 
    transform: translateY(-5px); 
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.option-card.active {
    border-color: #198754 !important; 
    background: #e8fff1; 
    box-shadow: 0 0 15px rgba(25,135,84,0.4);
}

.option-card h5 {
    font-weight: 600;
    color: #333;
}

.option-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.add-option-btn {
    font-weight: 600;
    color: #0d6efd;
    transition: color 0.3s ease;
}

.option-card:hover .add-option-btn {
    color: #084298; 
}


.option-card.active .add-option-btn {
    color: #198754; 
}


#model_kitchen_card {
    border-color: #198754 !important; 
    background: #e8fff1; 
    box-shadow: 0 0 15px rgba(25,135,84,0.4);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    border-color: #d0d0d0;
        transition: all 0.3s ease;

}

.min_height_sets {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.custom_dropdown_premium {
    padding: 8px 0;
    min-width: 180px;
    border-radius: 14px;
    border: none;
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    animation: fadeSlide 0.28s ease forwards;
    opacity: 0;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom_dropdown_premium .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    /*border-radius: 8px;*/
    color: #333;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;          
    box-sizing:
}

.custom_dropdown_premium .dropdown-item:hover {
    background: #bdd1f7 !important;
    color: #0040a8;
    transform: none;       
}

.custom_dropdown_premium .dropdown-item.active {
    background: #e8f0ff;
    color: #003a91 !important;
    font-weight: 600;
    transform: none;       
}

.service_1,
.service_2,
.service_3,
.service_4,
.service_5,.aplication_card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_1:hover,
.service_2:hover,
.service_3:hover,
.service_4:hover,
.service_5:hover, .aplication_card:hover {
    transform: scale(0.99); 
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15); 
}
.bookedserviced_card, .service_card {
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 15px;
    height: 100%;
    transition: all 0.35s ease;
}

.bookedserviced_card:hover, .service_card:hover {
    transform: translateY(-0.90px) scale(1.03);
    border-color: #b8b8b8;
    box-shadow: 0 12px 25px rgba(0,0,0,0.10);
}
#card-padding .owl-stage-outer{
    padding: 10px 5px;
}
