:root {
    --primary: #c62828;
    --secondary: #f06292;
    --accent: #ffc107;
    --dark: #222;
}
.section_padding {
    padding: 60px 0;
}
.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon-list li {
    position: relative;
}
.icon-list li i {
    margin-right: 6px;
    color: #d12727;
}
.title_style_a {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #c62828;
    position: relative;
}
.title_style_a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50px;
    height: 3px;
    background: #c62828;
    border-radius: 2px;
}
.card_ui {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    overflow: hidden;
    background: #f4f4ff;
    border: 1px solid #E7E7E7;
    border-left: 3px solid #c62828;
    /*box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);*/
    border-radius: 8px;
    align-items: center;
    margin-bottom: 15px;
}

.card_text {
    background-color: #fdf7fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 5px;
    display: flex;
    align-items: center;
    min-height: 120px;
    transition: all .35s ease-in-out;
}
.card_text:hover {
    transform: translateY(-8px);
}
.card_text i {
    color: #c62828;
    font-size: 28px;
    margin-bottom: 15px;
}
.card_text img {
    width: 64px;
    margin-right: 16px;
}
.card_text p {
    color: #000;
    text-align: justify;
}
.step-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 25px;
    min-height: -webkit-fill-available;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-left: 4px solid var(--primary);
    transition: transform .3s ease;
}
.step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.step-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary);
}
.step-box p {
    color: #000;
}
.step-list {
    margin: 0;
    padding-left: 20px;
}
.step-list li {
    margin: 6px 0;
    font-size: 15px;
    line-height: 1.5;
}
.final-note {
    margin-top: 30px;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.inflanar-topic {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inflanar-topic li {
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-bottom: 6px;
}
.inflanar-topic li img {
    margin-right: 6px;
}

.accordion_head span {
    color: #fff;
    width: 32px;
    aspect-ratio: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}




#particles-js {
    background-color: #000;
}
#particles-js .container {
    z-index: 1;
}
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.booking_card {
    margin-bottom: 16px;
}
.booking_card, .youtube_card {
    border-radius: 16px;
    position: relative;
    padding: 1rem;
    overflow: hidden;
    background-color: #fff;
}
.booking_card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #b6002e;
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
}
.youtube_card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #b6002e;
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
}
.booking_card h4 {
    font-weight: 400;
}
.booking_card .youtubeurl {
  position: relative;
}
.booking_card .youtubeurl i {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 24px;
    color: #e60000;
}
.booking_card .youtubeurl .form-control {
    text-indent: 38px;
    font-size: 16px;
}
.booking_card .alert-danger {
    color: #444;
    background-color: #fbf2f4;
    border-color: #eec4cf;
}
.booking_card .note {
    background-color: #e60000;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.booking_card .alert {
    padding: 0.5rem;
}
.booking_card .price {
    color :#000;
}
.booking_card .price del {
    color: #ccc;
    margin-right: 6px;
}
.booking_card .checkout_btn {
    /* font-size: 24px;
    border-radius: 30px; */
}
.booking_card .form-check {
    padding: 0;
}
.booking_card .options .form-check-input {
    display: none;
}
.booking_card .options .form-check-label {
    color: #000000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}
.booking_card #opt_1:checked:checked ~ .opt_1, 
.booking_card #opt_2:checked:checked ~ .opt_2 {
    border-color: #b6002e;
    background: #b6002e;
    color:#fff;
}
.booking_card .options .form-check-label .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.booking_card #opt_1:checked:checked ~ .opt_1 .dot, 
.booking_card #opt_2:checked:checked ~ .opt_2 .dot {
    background: #fff;
}
.booking_card .options .form-check-label .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #b6002e;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.booking_card #opt_1:checked:checked ~ .opt_1 .dot::before, 
.booking_card #opt_2:checked:checked ~ .opt_2 .dot::before {
    opacity: 1;
    transform: scale(1);
}


.checkout_option {
    cursor: pointer;
    margin-bottom: 1rem;
    border: 2px solid transparent;
}
.checkout_option .payment_logo {
    width: 100px;
    height: auto;
    margin-right: 8px;
}
.checkout_option.active {
    border: 2px solid #b6002e;
}
.checkout_option .payment_box {
    padding: 0.5rem;
    border-radius: 0.25rem;
    color: #fff;
    position: relative;
    margin-top: 16px;
}
.checkout_option .payment_box::before {
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top: -15px;
    left: 40px;
    width: 24px;
    height: 16px;
}
.card_dtl_wrap {
    display: none;
    transition: all 0.5s ease-in-out;
}
.checkout_option.active .payment_box .card_dtl_wrap {
    display: block;
}

.checkout_option.visa .payment_box {
    background-image: linear-gradient(-225deg, #325de4 0%, #185af2 48%, #01baff 100%);
}
.checkout_option.visa .payment_box::before {
    background-color: #185af2;
}
.checkout_option.phonepay .payment_box {
    background-color: #6739b7;
}
.checkout_option.phonepay .payment_box::before {
    background-color: #6739b7;
}
.checkout_option.paytm .payment_box {
    background-image: linear-gradient(60deg, #002E6E 0%, #00B9F1 100%);
}
.checkout_option.paytm .payment_box::before {
    background-color: #002E6E;
}
.checkout_option.gpay .payment_box {
    background-image: linear-gradient(to right, #3A81F1 0%, #2DA94F 19%, #FDBD00 42%, #EA4335 79%, #5F6368 100%);
}
.checkout_option.gpay .payment_box::before {
    background-color: #3A81F1;
}
.checkout_option.payumoney .payment_box {
    background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
}
.checkout_option.payumoney .payment_box::before {
    background-color: #96deda;
}
.checkout_option.icici .payment_box {
    background-color: #B02A30;
}
.checkout_option.icici .payment_box::before {
    background-color: #B02A30;
}


.card_dtl {
    background-color: #fff;
    padding: 0.5rem;
}
.card_dtl .form-control {
    border: none;
    box-shadow: none;
}
.card_dtl .w-small {
    width: 80px;
}

.brand_logo img {
    width: 120px;
    height: auto;
}
.campaign_form .input_outer {
    padding: 6px 12px;
    margin: 0;
    outline: 0;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fbf2f4;
    border: 1px solid #eec4cf;
    display: flex;
    align-items: center;
}
.campaign_form .input_outer i {
    margin-right: 6px;
    color: #B6002E;
}
.campaign_form .input_outer .form-control, .campaign_form .input_outer .form-select {
    border: none;
    background-color: transparent;
}
.campaign_form .input_outer .select2-container--default .select2-selection--single {
    border: none !important;
    height: auto !important;
    min-height: auto;
    padding: 0;
}
.campaign_form .input_outer .form-control:focus, .campaign_form .input_outer .form-select:focus {
    box-shadow: none;
}
.campaign_form .form-check .checked_field {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.campaign_form .form-check .checked_field.show {
    max-height: 500px; /* Adjust based on expected content size */
    opacity: 1;
}
.campaign_form .form-check .form-check-input:checked ~ .checked_field .row,
.campaign_form .form-check .form-check-input:checked ~ .checked_field .row>* {
    margin-top: 0;
}
.service_dtl h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.service_dtl p {
    font-size: 14px;
    font-weight: 400;
}
.service_dtl .post_views {
    display: flex;
    align-items: center;
    gap: 6px;
}
.service_dtl .post_views img {
    width: 38px;
    height: auto;
}
.service-list .price {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #333;
}
.service-list .youtube {
    width: 28px;
    height: auto;
    margin-left: 12px;
}
.campaign_form .campaign_btn {
    /* background-color: #B6002E;
    border-color: #B6002E;
    font-size: 24px;
    border-radius: 30px;
    padding: .375rem 2.75rem; */
}
.campaign_form .form-check {
    margin-bottom: 8px;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.campaign_form .form-check .form-check-label {
    margin: 0;
    width: 100%;
    cursor: pointer;
}




.promotional_ervices {
    background-color: #f5f5f5;
}
.info-card {
      background: #fff;
      border: 2px solid #b6002e;
      border-top: 0;
      border-radius: 10px;
      cursor: pointer;
      padding: 30px 20px 20px;
      text-align: center;
      position: relative;
      box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 25px rgba(0,0,0,0.15);
}
.note {
    display: inline-block;
    padding: 20px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
    transform: rotate(-12deg);
    position: relative;
    margin-bottom: 15px;
    top: -30px;
}
.note::before {
    content: "";
    background-image: url(../img/paperclip.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    transform: rotate(10deg);
    z-index: 9999;
}
.note-1 { background: #1b2a4e; }
.note-2 { background: #ff9800; }
.note-3 { background: #006d77; }
.note-4 { background: #00bcd4; }
.info-card h5 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -28px;
}
.info-card p {
    font-size: 18px;
    color: #333;
}
.info-box {
    background: linear-gradient(135deg, #c62828, #8e0000);
    color: #fff;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}










.promotional_card {
    cursor: pointer;
    overflow: hidden;
    border-bottom: 5px solid #000000;
    border-radius: 0.75rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.promotional_card:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.promotional_card .funfacts__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 12px;
    gap: 10px;
    transition: all 0.5s ease;
}
.promotional_card:hover .funfacts__card {
    transform: translateY(-10px);
}
.promotional_card .funfacts__title {
    font-size: 24px;
    font-weight: 400;
}
.promotional_card .funfacts__title .funfacts__title span {
    margin-top: 6px;
}
.promotional_card .funfacts__icon {
    display: flex;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
}
.promotional_card .funfacts__icon i {
    font-size: 24px;
    color: #e60000;
}
.promotional_card .promote {
    background-color: #fea26f;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all 0.5s ease;
}
.promotional_card:hover .promote {
    top: 0;
}
.promotional_card .promote p {
    color: #333;
    font-weight: 400;
    font-size: 28px;
}
.promotional_card .promote i {
    color: #333;
    font-size: 28px;
}
.home_links {
    display: flex;
    align-items: center;
    gap: 12px;
}
.home_links a {
    font-size: 24px;
    color: #444;
}
.checkout {
    height: 100vh;
    overflow-y: scroll;
    display: flex;
    align-items: center;
}
.checkout::-webkit-scrollbar {
    display: none;
}
.currently_view {
    text-align: center;
    background-color: #202638;
    padding: 48px 16px;
}
.currently_view * {
    color: #fff;
    font-weight: 400;
}
.currently_view .checkicon {
    width: 48px;
}
.youtube_img {
    overflow: hidden;
    width: 320px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube_img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}


.upi_payment .pay_dtl {
    display: flex;
    flex-direction: column;
}
.checkout_card {
    height: 752px;
    overflow: auto;
}

.custom_scroll::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar-thumb
{
	background-color: #B6002E;
}









.page-content {
    /* max-width: 100%;
    margin: 60px auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); */
}

.page-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-top: 30px; */
    margin-bottom: 15px;
    color: #c62828;
    position: relative;
}

.page-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50px;
    height: 3px;
    background: #c62828;
    border-radius: 2px;
}

.page-content p {
    line-height: 1.7;
    margin-bottom: 18px;
}

.page-content ul {
    margin-left: 0;
    margin-bottom: 20px;
}

.page-content ul li {
    margin-bottom: 10px;
    line-height: normal;
}

/* Section Title */
.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.section-title::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #c62828;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

/* Card Styles */
.ad-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: 0.4s ease-in-out;
    border: none;
    height: 100%;
}

.ad-card i {
    font-size: 40px;
    color: #c62828;
    margin-bottom: 15px;
}

.ad-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.ad-card p {
    font-size: 15px;
    color: #555;
}

.ad-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(120deg, #8e0000, #c62828);
    color: #fff;
    padding: 60px 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 60px;
}

.cta-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section a {
    background: #fff;
    color: #c62828;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-section a:hover {
    background: #333;
    color: #fff;
}

/*----------------------------------------------------------Header css start----------------------------------------------------------*/
footer h5 {
    color: #d12727;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    position: relative;
}
footer h5::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #d12727;
    margin-top: 5px;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    margin-bottom: 8px;
}
footer ul li a {
    color: #bbbbbb;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}
footer ul li a:hover {
    color: #ffc107 !important;
    transform: translateX(4px);
}
.footer-location img {
    max-width: 120px;
    margin-bottom: 15px;
}
.footer-location p {
    font-size: 0.9rem;
    margin-bottom: 6px;
}
.social-icons {
    margin-top: 12px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #bbb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    /* color: #bbb; */
    transition: 0.3s;
    background: linear-gradient(135deg, #c62828, #f06292);
    color: white;
    border: none;
}
.social-icons a:hover {
    /* border-color: #ffc107;
    color: #ffc107; */
    transform: translateY(-3px);
    background: white;
    color: red;
    border: 1px solid white;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #999;
}
.btn-login {
    background: #fff;
    border: 1.5px solid #B6002E;
    color: #B6002E;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-login:hover {
    background: #B6002E;
    color: #fff;
}
.btn-signup {
    background: #B6002E;
    border: 1px solid transparent;
    color: #fff;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-signup:hover {
    border: 1px solid #8A0022;
    background: white;
    color: #8A0022;
    box-shadow: 0px 4px 12px rgba(182, 0, 46, 0.3);
}
.btn-cart {
    display: flex;
    background: #dcdddd;
    border: 1px solid transparent;
    color: #000000;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}
.btn-cart:hover {
    border: 1px solid #8A0022;
    background: white;
    color: #8A0022;
    box-shadow: 0px 4px 12px rgba(182, 0, 46, 0.3);
}
.btn-cart .count {
    background-color: #b6002e;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -8px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
}
/* ========= Base Styles ========= */
#offcanvas-modal .modal-content {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
/* ========= Header ========= */
#offcanvas-modal .modal-header {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}
#offcanvas-modal .modal-header img {
    max-height: 42px;
}
#offcanvas-modal .btn-close {
    font-size: 1.3rem;
    opacity: 0.7;
    transition: 0.2s;
    margin: -.5rem 0 -.5rem auto;
}
#offcanvas-modal .btn-close:hover {
    opacity: 1;
    color: #e60000;
}
/* ========= Auth Buttons ========= */
#offcanvas-modal .auth-buttons {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fafafa;
}
#offcanvas-modal .btn-login,
#offcanvas-modal .btn-signup {
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 6px;
    border-radius: 0px;
    transition: 0.3s ease;
}
#offcanvas-modal .btn-login {
    border: 1px solid #e60000;
    color: #e60000;
    background: #fff;
}
#offcanvas-modal .btn-login:hover {
    background: #e60000;
    color: #fff;
}
#offcanvas-modal .btn-signup {
    background: #e60000;
    color: #fff;
    border: 2px solid #cc0000;
}
#offcanvas-modal .btn-signup:hover {
    background: #cc0000;
    color: #fff;
    border: 2px solid #cc0000;
}
/* ========= Nav Menu ========= */
#offcanvas-modal .offcanvas-menu {
    flex: 1;
    overflow-y: auto;
    margin: 0 -15px;
}
#offcanvas-modal .offcanvas-menu .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 8px 12px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
}
#offcanvas-modal .offcanvas-menu .nav-link:hover {
    background: #f8f9fa;
    color: #e60000;
}
#offcanvas-modal .offcanvas-menu .nav-link.active {
    color: #e60000;
    font-weight: 600;
    position: relative;
    background: #fff5f5;
}
#offcanvas-modal .offcanvas-menu .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #e60000;
    border-radius: 0 3px 3px 0;
}
#offcanvas-modal .offcanvas-menu .nav-link i {
    color: #e60000;
    font-size: 14px;
    margin: 0 4px 0 0;
    min-width: 28px;
    text-align: center;
}
/* ========= Footer ========= */
#offcanvas-modal .offcanvas-footer {
    padding: 15px;
    border-top: 1px solid #f1f1f1;
    background: #fafafa;
    text-align: center;
    font-size: 13px;
    color: #666;
}
#offcanvas-modal .offcanvas-footer a {
    margin: 0 8px;
    font-size: 18px;
    color: #666;
    transition: 0.3s;
}
#offcanvas-modal .offcanvas-footer a:hover {
    color: #e60000;
}
/* User block */
.user-dropdown {
    position: relative;
    display: inline-block;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.user-details {
    text-align: right;
    line-height: 1.2;
}
.user-details h6 {
    margin: 0;
    font-weight: 600;
}
.user-details small {
    color: #666;
}
.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
/* Dropdown menu */
.menuu {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10;
}
.menuu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menuu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 16px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -3px 5px rgba(0,0,0,0.05);
    z-index: -1;
}
/* Menu items */
.menuu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: background 0.2s ease;
}
.menuu ul li a:hover {
    background: #f5f5f5;
}
.menuu ul li hr {
    margin: 4px 0;
    border: none;
    border-top: 1px solid #ddd;
}
.menuu ul li a.text-danger {
    color: #d9534f;
}
/*----------------------------------------------------------Header css end----------------------------------------------------------*/


/*----------------------------------------------------------Homepage css start----------------------------------------------------------*/

.pricing-container {
    /*max-width: 1200px;
    margin: 50px auto;*/
    padding: 20px;
    text-align: center;
}
.pricing-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

    .pricing-header p {
      color: #f0f0f0;
      margin-bottom: 30px;
      font-size: 16px;
    }

    /* Toggle Switch */
    .toggle-switch {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-bottom: 40px;
    }

    .toggle-switch span {
      font-size: 14px;
      color: #fff;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 24px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ddd;
      transition: .4s;
      border-radius: 34px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      border-radius: 50%;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: .4s;
    }

    input:checked + .slider {
      background-color: #D92332;
    }

    input:checked + .slider:before {
      transform: translateX(26px);
    }

    /* Pricing Cards */
    .pricing-plans {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
    }

    .plan {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      text-align: left;
      transition: 0.3s;
      border: 1px solid #eee;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    }

    .plan:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    }

    .plan h3 {
      font-size: 20px;
      margin-bottom: 5px;
      font-weight: 600;
      color: #111;
    }

    .price {
      font-size: 28px;
      font-weight: bold;
      margin: 10px 0;
      color: #D92332;
    }

    .plan p {
        font-weight: 900;
        color: #cd213e;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .plan ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .plan ul li {
      margin-bottom: 12px;
      padding-left: 24px;
      position: relative;
      font-size: 14px;
      color: #333;
    }

    .plan ul li {
	  position: relative;
	  padding-left: 28px; /* space for icon */
	}

	.plan ul li:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 4px;
	  width: 18px;
	  height: 18px;
	  background: url("https://img.icons8.com/?size=100&id=8hyK0zd1ZPTO&format=png&color=FA5252") no-repeat center;
	  background-size: contain;
	}

    .plan a {
      width: 100%;
      background: #D92332;
      border: none;
      padding: 12px;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .plan a:hover {
      background: #b81d29;
    }

    /* Most Popular */
    .most-popular {
      border: 2px solid #D92332;
      position: relative;
    }

    .most-popular::before {
      content: "MOST POPULAR";
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: #D92332;
      color: #fff;
      padding: 3px 10px;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 600;
    }

    /* Free Plan Special Style */
    .free-plan {
      max-width: 500px;
      margin: 0 auto 40px auto;
      text-align: center;
      background: #fff;
      border: 2px dashed #D92332;
    }

    .btn-free {
        display: inline-block;
        background: #00c853;
        color: #fff;
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        font-weight: 600;
        animation: moveLeftRight 1.2s infinite;
    }

    /* Animation keyframes */
    @keyframes moveLeftRight {
        0%, 100% { transform: translateX(0); }
        25% { transform: translateX(-5px); }
        50% { transform: translateX(5px); }
        75% { transform: translateX(-5px); }
    }
    .free-plan h3 { color: #D92332; }

/*----------------------------------------------------------Homepage css end----------------------------------------------------------*/

/*----------------------------------------------------------Footer css start----------------------------------------------------------*/
/* ===== Cookie Banner ===== */
.wibliv-cookie {
    position: fixed; 
    left: 0; 
    right: 0; 
    bottom: -260px;
    background: linear-gradient(135deg, #c62828, #f06292);
    color:#fff; 
    padding:20px; 
    border-radius:18px 18px 0 0;
    z-index: 2000; 
    box-shadow: 0 -6px 18px rgba(0,0,0,.25);
    transition: bottom .6s ease, opacity .5s ease;
    font-family: "Segoe UI", Tahoma, sans-serif;
}
.wibliv-cookie.show { bottom:0; }
.wibliv-cookie .cookie-icon {
    width:42px; height:42px;
    background:#ffc107; 
    flex-shrink:0;
}
.wibliv-cookie .text-accent { 
    color:#ffc107; 
}
.wibliv-cookie .link-accent { 
    color:#ffc107; 
    font-weight:600; 
    text-decoration:underline; 
}
.wibliv-cookie .btn { 
    border-radius:25px; 
    font-weight:600; 
    transition:all .2s ease; 
}
.wibliv-cookie .btn-accent { 
    background:#ffc107; border:0; 
}
.wibliv-cookie .btn:hover { 
    transform: translateY(-2px); 
    box-shadow:0 4px 12px rgba(0,0,0,.3); 
}
#main-div {
    position: fixed;
    right: 20px;
    bottom: 130px;
    z-index: 9999;
}
#main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #d12727;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#main-button ~ button {
    visibility: hidden;
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(90deg, #212529, black);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#main-button.open ~ button {
    visibility: visible;
    right: 70px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}
#main-button ~ .telegram-color {
    background: linear-gradient(0deg, #017AB1, #01ABE6);
}
#main-button ~ .whatsapp-color {
    background: linear-gradient(0deg, #00B100, #09db09);
}
#main-button ~ .messenger-color {
    background: linear-gradient(0deg, #0078FF, #00C6FF);
}
#main-button.open ~ a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button.open ~ a:nth-of-type(1) {
    bottom: 60px;
}
#main-button.open ~ a:nth-of-type(2) {
    bottom: 120px;
}
#main-button.open ~ a:nth-of-type(3) {
    bottom: 180px;
}
.wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes wave {
    0% {box-shadow: 0 0 0px 0px #8492a6;}
    100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
}
.open {
    animation-iteration-count: 1;
}
/*----------------------------------------------------------Footer css end----------------------------------------------------------*/

/*----------------------------------------------------------Login css start----------------------------------------------------------*/
.btn-wib {
    background: #B6002E;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    border-radius: .3rem;
    padding: 10px;
    transition: 0.3s ease;
}
.btn-wib:hover {
    color: #B6002E;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B6002E;
    border-radius: .3rem;
    outline: 0
}
.btn-outline-wib {
    color: #B6002E;
    font-weight: 600;
    border-radius: 10px;
    padding: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B6002E;
    border-radius: .3rem;
    outline: 0
}
.btn-outline-wib:hover {
    background: #B6002E;
    color: #fff;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 300px!important;
    padding-left: 52px;
    margin-left: 0;
}

@media screen and (max-width: 600px) {
    .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
        padding-right: 200px !important;
        padding-left: 52px;
        margin-left: 0;
    }
}
.progress {
    height: 4px;
    margin-top: 0.5rem;
}

.inflanar-signin__title {
    font-size: 25px!important;
}
.form-group {
    position: relative;
}

.form-group .otp_btn {
    position: absolute;
    right: 10px;
    top: 43px;
    font-size: 13px;
    color: #F44336;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.form-group .otp_btn:hover {
    text-decoration: underline;
}
.alert {
    padding: 10px;
    /* background-color: #f44336; */
    /* color: white; */
}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}
/*------------------tooltip css -----------------------------*/
.tooltip {
    z-index: 999;
}
.tooltips span {
    font: 300 12px "Open Sans", sans-serif;
    position: absolute;
    color: #ffffff;
    background: #000000;
    padding: 5px 10px;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform 0.3s, opacity 0.6s, margin-left 0.2s, margin-top 0.2s;
}
.tooltips > span img {
    max-width: 140px;
}
.tooltips[tooltip-position="top"] span {
    margin-left: 10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.tooltips span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.tooltips[tooltip-position="top"] span:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltips:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
}
.tooltips[tooltip-position="top"]:hover span {
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 999999;
    right: 29px;
    left: -50px;
    bottom: 30px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip {
    z-index: 999999!important;
}
/* Intl Tel Input fix */
.iti {
    width: 100% !important;
}
.iti input {
    width: 100% !important;
    padding-right: 10px !important;
    box-sizing: border-box;
    height: 45px;
    line-height: 1.5;
    font-size: 16px;
}
@media screen and (max-width: 600px) {
    .iti--allow-dropdown input,
    .iti--allow-dropdown input[type=text],
    .iti--allow-dropdown input[type=tel],
    .iti--separate-dial-code input,
    .iti--separate-dial-code input[type=text],
    .iti--separate-dial-code input[type=tel] {
        padding-right: 2.5rem !important;
        padding-left: 52px; 
        margin-left: 0; 
        box-sizing: border-box;
    }
}
.progress {
    height: 4px;
    margin-top: 0.5rem;
}
.iti {
    display: block;
}
/*----------------------------------------------------------Login css end----------------------------------------------------------*/





@media (min-width: 576px) {
    .accordion_head span {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .section_padding {
        padding: 30px 0 !important;;
    }
    .section-title {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .cta-section {
        margin: 60px 6% !important;
    }
    .user-dropdown {
        margin-right: 50px;
    }
    .user-avatar {
        width: 38px;
        height: 38px;
    }
    .menuu ul li a {
        padding: 6px 8px;
        font-weight: 400;
    }
    .user-details {
        display: none;
    }
} 
@media (max-width: 1199px) {
    .inflanar-header__group {
        gap: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .inflanar-header__inside .offcanvas-toggler {
        display: none !important;
    }
}
@media (max-width: 575px) {
  .pd-top-120, .pd-btm-130 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-btm-120, .pd-btm-130 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-padding {
    padding: 40px 0 !important;
  }
  .accordion_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #fff;
  }
  .accordion_head h5 {
    margin: 0;
  }
  .accordion_body {
      display: none;
  }
  .inflanar-features-list__icon {
      width: 60px;
      height: 60px;
  }
  .inflanar-features-list__icon img {
    max-width: 28px;
  }
  .funfacts__card {
    padding: 1rem;
  }
  .funfacts__icon {
    min-width: 40px;
    min-height: 40px;
  }
  .funfacts__icon img {
    width: 40px;
    height: 40px;
  }
  .funfacts__title {
    font-size: 28px;
  }
  .funfacts__title span {
    font-size: 14px;
  }
  .brands__single {
    width: 100px;
  }
  .funfacts__box {
    padding: 20px 30px 40px;
  }
  .inflanar-accordion .inflanar-accordion__heading {
    padding: 10px 15px;
    font-size: 16px;
  }
  .accordion-body.inflanar-accordion__body {
    padding: 15px !important;
    margin: 0;
    text-align: justify;
  }
  #main-div {
    right: 10px !important;
    bottom: 100px !important;
    z-index: 9999 !important;
  }
  .inflanar-section-bigspace {
      margin-bottom: -20px;
  }
}