@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

.under_blog_txt p,
header .menu,
p {
    margin-bottom: 0;
}

* {
    text-decoration: none !important;
    font-family: Roboto, sans-serif;
}

.py_8 {
    padding: 80px 0;
}

p {
    text-align: justify;
}

.footer_bg_img .footer_link:hover::after,
.main_print_form img,
img,
section.video_main_ban a.card-img-top img {
    width: 100%;
}

.form-select {
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button_fixed {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

section.button_fixed .btn_main_contact_us {
    position: relative;
    display: flex;
    align-items: center;
}

section.button_fixed .team-btn {
    background: #3c90b4;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0;
    transform: rotate(-90deg);
    transform-origin: left top;
    white-space: nowrap;
    position: relative;
    left: 0;
    transition: 0.3s;
}

section.button_fixed a.team-btn:hover {
    color: #fff;
    text-decoration: none;
}

section.button_fixed .contact-form {
    position: absolute;
    left: 60px;
    background: #fff;
    padding: 20px;
    width: 400px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: 0.4s;
    z-index: 999;
    border-radius: 10px;
}

.form_popup_class input,
.form_popup_class textarea {
    border: 1px solid #ececec;
    color: #999;
    display: block;
    width: 100%;
    transition: 0.5s;
}

.flex_detail_blog_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

section.button_fixed .contact-form .title h2 {
    color: #43c3ea;
    font-weight: 700;
    text-align: center !important;
    font-size: 22px !important;
    margin-bottom: 25px !important;
}

.btn_main_contact_us:focus-within .contact-form,
section.button_fixed .btn_main_contact_us:hover .contact-form {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.form_popup_class input {
    font-size: 14px;
}

.form_popup_class textarea {
    padding: 0 20px;
}

footer.left_me {
    padding-left: 43px !important;
}

footer ul.services_foot {
    padding-left: 49px !important;
}

.form_popup_class button.thm-btn.bg-1 {
    padding: 17px 15px 16px;
}

.contact_form_page .form_banner h2,
.form_popup h2,
.form_popup_class button.thm-btn.bg-1:hover,
.form_service_single h2,
.under_blog_txt h2 a,
header ul.navbar-nav li a,
section.button_fixed .btn_main_contact_us .under_form_sestion h1,
section.select_brand_issue .issue-box:hover a {
    color: #000;
}

input.form-control.search-input {
    border-color: #3c90b4;
}

.under_single_blog {
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 2px #0000003b;
}

.flex_botton_inline {
    display: flex;
    justify-content: space-evenly;
    margin-top: 27px;
}

.flex_firstly,
.supporting_boxing {
    display: flex;
    justify-content: space-evenly;
}

.button_all {
    margin-top: 36px;
    border-radius: 11px;
    padding: 25px 21px;
}

.recent_blogs .blog-container {
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.recent_blogs .blog-header {
    background-color: #0d47a1;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
}

.recent_blogs .menu-btn {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.recent_blogs .blog-list {
    background-color: #fff;
    padding: 10px;
}

.element.element-1,
.element.element-2 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
}

.recent_blogs .blog-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent_blogs .blog-item img {
    width: 105px;
    height: 59px;
    border-radius: 10px;
    margin-right: 10px;
    object-fit: cover;
}

.recent_blogs .blog-item p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.img_recently img {
    width: 100%;
    border-radius: 15px;
    margin-top: 34px;
}

.form_recent_form {
    margin-top: 31px;
    border: 1px solid #00000047;
    border-radius: 12px;
    box-shadow: 0 0 0 #000;
}

.bottom_foot_up h2,
.form_recent_form h2,
.modal_form h2 {
    color: #000 !important;
}

.header_logo img {
    height: 50px;
    width: 100%;
    max-width: 270px;
}

.btn_member_btn,
.feedback-container p,
.heading_frequently h2,
.heading_frequently p,
.heading_our_services,
.heading_our_services p,
.heading_why_choose p,
.how_heading_work h2,
.main_content_under p,
.navbar-nav,
.printer_brands_heaidng,
.sec-title-two.pull-left,
.services_main p,
.under_txt_services,
.under_txt_services p,
section.plan-section .card h3,
section.plan-section .card p,
section.select_issue_brands h2 {
    text-align: center;
}

.navbar-right {
    margin-left: auto;
}

.search-input {
    width: 200px;
    border-radius: 20px;
    padding-left: 15px;
}

.call-now-btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
}

#marquees,
.top_header {
    padding: 6px 0;
}

a.btn.btn-primary.call-now-btn {
    background: #3c90b4;
    border: none;
}

@media (max-width: 1390px) {
    header ul.navbar-nav {
        padding-left: 12px !important;
        font-size: 14px;
    }

    header a.nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1022px) {
    header ul.navbar-nav {
        display: flex;
        gap: 0;
        font-size: 15px;
        color: #000;
    }
}

.single_content ul {
    padding-left: 14px;
}

header .menu {
    display: flex;
    gap: 30px;
    list-style: none;
}

.main_bottom_content ul li,
footer ul {
    list-style: none;
}

.under_banner_content a.book_btn.common_btn {
    margin-top: 20px;
}

header .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
}

header .menu a:hover {
    color: #c0a98c;
}

.dropdown-item:hover,
.droping_printing .dropdown-item:focus {
    color: #3c90b4 !important;
    background-color: #fff !important;
}

.social_icons_print a {
    color: #3c90b4 !important;
    background: #fff !important;
    padding: 4px 10px;
    border-radius: 26px;
}

header .menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

header .dropbtn {
    background-color: #04aa6d;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
}

#marquee img,
button.common_btn {
    padding: 6px;
}

header .dropdown {
    position: relative;
    display: inline-block;
}

header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

header .dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

header .dropdown-content a:hover {
    background-color: #ddd;
}

.notify-text span,
header .dropdown:hover .dropdown-content {
    display: block;
}

header .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

header button.dropbtn {
    color: #000;
    padding: 0;
}

img.mail_icon {
    width: 100%;
    max-width: 22px;
}

header ul.navbar-nav {
    display: flex;
    gap: 15px !important;
    font-size: 17px;
    color: #000;
}

.dropdown-item:active,
header .dropdown-item.active {
    text-decoration: none;
    background-color: #fff !important;
    color: #000;
}

header ul.dropdown-menu.show li {
    margin-bottom: 9px;
}

section.latest_blog_sec {
    overflow: hidden;
}

#marquee {
    padding: 10px 0;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
    margin-top: 40px;
}

.pic-container img {
    max-width: 200px;
}

#marquee .container {
    overflow: hidden;
    width: 100%;
}

#marquee .pic-container {
    display: flex;
    animation: 10s linear infinite marquee;
}

#marquee .pic-container .pic {
    flex-basis: 20%;
    flex-shrink: 0;
}

#marquee img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 70px;
    object-fit: scale-down;
}

#marquees {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.pic-containers {
    display: flex;
    gap: 140px;
    animation: 10s linear infinite slide-left;
}

#marquees:hover .pic-containers {
    animation-play-state: paused;
}

.pic img {
    height: 111px;
    width: 115px;
    transition: transform 0.3s;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.heading_why_choose {
    max-width: 790px;
    margin: auto;
    text-align: center;
}

.services_main {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

section.marque__bg_color {
    background: #f5f3ef;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.common_btn:hover a {
    color: #3c90b4 !important;
}

.element.element-1::before,
.element.element-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 38%);
    z-index: -1;
}

.element-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.element.element-1 {
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 23%)), url(/public/assets/images/about_bannner.webp);
}

.element.element-1.new-home {
    position: relative;
    background-image: url(/public/assets/images/1111.jpg);
}

.element.element-2 {
    background-image: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 47%)), url(/public/assets/images/about.avif);
}

.under_banner_content {
    max-width: 630px;
    color: #fff;
}

section.support_section {
    margin-top: 101px;
}

.form_banner form {
    background: #ffffff5e !important;
    border-radius: 10px;
}

.service_bg_img,
section.about_banner,
section.main_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.printer_help_itbannner .slick-track {
    padding-top: 0;
    padding-bottom: 0;
}

.white_card {
    background-color: #fff;
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.03);
    padding: 16px 12px 20px;
    border-radius: 6px;
    transition: 0.3s linear;
}

.form_btn,
a.common_btn,
button.common_btn {
    background-color: #3c90b4;
    transition: 0.3s linear;
}

.service_card,
section.why_choose_us .choose_cards_box .choose_card {
    box-shadow:
        0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

a.common_btn,
button.common_btn {
    color: #fff !important;
    border: 1px solid #3c90b4;
    border-radius: 6px;
}

.footer_bg_img .social_icon:hover,
.main_content_testimonial:hover,
.white_card:hover {
    transform: translateY(-7px);
}

.form_btn:hover,
a.common_btn:hover,
button.common_btn :hover {
    color: #3c90b4 !important;
    background-color: #fff;
}

.form_btn {
    border: 1px solid #3c90b4;
    border-radius: 6px;
}

.mobile_header ul.dropdown-menu li,
.under_banner_content h1 {
    margin-bottom: 12px;
}

.under_banner_content h2 {
    margin-bottom: 12px;
    font-size: 40px;
}

.under_banner_content p {
    margin-bottom: 30px;
}

.flex_banner_images {
    display: flex;
    gap: 10px;
    height: 100%;
    max-height: 72px;
    margin-bottom: 23px;
}

.flex_banner_images img {
    width: 100%;
    max-width: 127px;
    border: 1px solid #ffffff29;
    padding: 8px;
    border-radius: 4px;
    height: 100%;
    object-fit: scale-down;
    background-color: #fff;
    min-height: 92px;
}

section.printer_help_itbannner button.common_btn {
    margin-top: 28px;
}

section.printer_help_itbannner button.book_btn {
    margin-top: 28px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 6px;
    transition: 0.3s linear;
}

.get_in_home {
    background-color: #ffffff61;
    padding: 12px;
    border-radius: 10px;
}

.about_img img {
    width: 100%;
    border-radius: 10px;
}

.service_card {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    transition: 0.3s linear;
}

.service_card:hover {
    transform: scale(1.02);
}

.service_img {
    max-width: 150px;
}

.dot_icon {
    width: 14px;
    height: 14px;
}

.service_bg_img {
    background-image: url("/public/assets/images/about_bannner.png");
    height: 250px;
}

.service_logo {
    border-radius: 6px;
    border: 1px solid #3c90b4;
    height: 100px;
}

.service_clr_card,
.service_clr_card2 {
    border-radius: 6px;
    transition: 0.3s linear;
    color: #fff !important;
    padding: 20px;
}

.service_clr_card {
    background-color: rgba(224, 255, 255, 0.308);
    border: 1px solid #3c90b4;
    height: 100%;
}

.heading_our_services {
    max-width: 600px;
    margin: auto;
}

.services_img img {
    width: 100%;
    height: 100%;
    min-height: 210px;
}

.service_clr_card2 {
    background-color: rgba(32, 178, 171, 0.205);
    border: 1px solid #3c90b4;
    height: 100%;
}

button.book_btn:hover,
section.contact_bg_img .contact_card:hover {
    background-color: #3c90b4 !important;
    color: #fff !important;
}

.service_clr_card:hover {
    transform: translateY(-7px);
    background-color: #3c90b41e;
}

.service_clr_card2:hover {
    transform: translateY(-7px);
    background-color: #3c90b42d;
}

.services_img {
    margin: auto;
    max-width: 200px;
}

.under_txt_services h3,
section.about_section span {
    color: #3c90b4;
}

section.why_choose_us .choose_cards_box .choose_card {
    flex: 0 50%;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 322px;
    height: 100%;
    transition: 0.7s;
    border: 1px solid #3c90b4;
}

section.why_choose_us .choose_cards_box .choose_card:hover {
    background: #3c90b4;
    color: #fff !important;
    z-index: 9;
}

.brand-btn.active a,
.contact_card:hover a,
button.book_btn a,
footer a,
section.why_choose_us .choose_card:hover h5,
section.why_choose_us .choose_card:hover p {
    color: #fff !important;
}

section.why_choose_us .choose_cards_box .choose_card:before {
    content: "";
    position: absolute;
    background: rgb(60 144 180 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

section.why_choose_us .choose_cards_box .choose_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
}

section.why_choose_us .hover_color_bubble {
    position: absolute;
    background: #3c91b8;
    width: 100rem;
    height: 100rem;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 40%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

section.why_choose_us .choose_cards_box .choose_card:hover .hover_color_bubble {
    top: 0;
}

.under_our_mission img,
section.why_choose_us .choose_cards_box .choose_card:hover img {
    filter: brightness(0) invert(1);
}

section.why_choose_us .img_why_choose img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 20px;
}

.bottom_foot_up {
    border: 1px solid #00000040;
    border-radius: 12px;
    box-shadow: 0 0 9px #00000054;
}

section.contact_bg_img .contact_card {
    border-radius: 6px;
    border: 1px solid #3c90b4;
    padding: 30px;
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.03);
    color: #000;
    transition: 0.3s linear;
}

.btn_about_us_contact a,
.learn_more a,
section.contact_bg_img .contact_card:hover .email_circle {
    border: 1px solid #fff;
}

section.contact_bg_img .contact_card a,
section.latest_blog_sec .blog_img {
    transition: 0.3s linear;
}

.email_circle,
section.contact_bg_img .email_circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #3c90b4;
    background-color: #3c90b4;
    transition: 0.3s linear;
}

section.contact_bg_img .pointer_events {
    pointer-events: none !important;
}

form select,
form#contactForm input {
    outline: 0;
    border: 1px solid #3c90b4;
    background-color: #fff;
    border-radius: 0px;
    padding: 10px 12px;
    color: #3c90b4 !important;
    width: 100%;
}

form .form-control:focus {
    box-shadow: unset !important;
}

form select#serviceSelect,
form select#subServiceSelect {
    border: 1px solid #3c90b4 !important;
}

.modal_form {
    background: #fff;
}

.footer_bg_layer,
section.our_vision_mision,
section.plan-section .select-btn:hover {
    background-color: #3c90b4;
}

header input.form-control.custom-search,
input.search-input {
    width: 300px !important;
}

form#contactForm textarea {
    outline: 0;
    border: 1px solid #3c90b4;
    border-radius: 6px;
    padding: 8px 12px 40px;
    color: #3c90b4 !important;
    resize: none;
    width: 100%;
}

form#contactForm textarea::placeholder {
    color: #3c90b4 !important;
}

form#contactForm input::placeholder {
    color: #3c90b4 !important;
}

.corner-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.corner-animation::after,
.corner-animation::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(70deg, #3c90b4, transparent);
    animation: 4s infinite alternate corner-glow;
}

.color_second,
.under_our_mission:hover {
    background: #3c90b4;
    color: #fff;
}

.corner-animation::before {
    top: -10px;
    left: -10px;
    border-radius: 0 0 50%;
}

.corner-animation::after {
    bottom: -10px;
    right: -10px;
    border-radius: 50% 0 0;
}

@keyframes corner-glow {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

section.latest_blog_sec .blogs_card {
    border: 1px solid #3c90b4;
    border-radius: 6px;
    transition: 0.3s linear;
}

section.latest_blog_sec .blogs_card h3 {
    font-size: 20px;
    line-height: 28px;
}

section.latest_blog_sec .blogs_card:hover .blog_img {
    scale: 1.2;
}

section.latest_blog_sec .slick-dots {
    bottom: -60px !important;
}

.fleX_blogging {
    display: flex;
    gap: 15px;
    /* position: absolute; */
    top: -3rem;
    justify-content: c enter;
    align-items: center;
    left: 0;
    right: 0;
}

section.latest_blog_sec .slick-dots li button:before {
    font-family: slick;
    font-size: 10px !important;
    color: #3c90b4 !important;
    border: 1px solid #3c90b4 !important;
    border-radius: 100%;
}

.latest_blog_underimg img {
    width: 100%;
    max-width: 25px;
    margin-bottom: 13px;
}

.notify-img,
.notify-text,
section.about_banner,
section.main_section {
    position: relative;
    z-index: 1;
}

.banner_heading h1 {
    color: #fff;
    font-size: 40px;
}

section.about_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 71%);
    z-index: -1;
}

.img-vision img {
    width: 100%;
    max-width: 40px;
    margin-bottom: 11px;
}

.heading_our_vision {
    text-align: center;
    max-width: 700px;
    margin: auto auto 40px;
    color: #fff;
}

.heading_our_vision p {
    text-align: center;
    margin-bottom: 38px;
}

.banner_heading p,
.content,
.form_banner h2,
footer p,
section.select_brand_issue .issue-box:hover span {
    color: #fff;
}

.under_our_mission {
    border: 1px solid #ffffff21;
    padding: 13px;
    border-radius: 10px;
    height: 100%;
}

.under_our_mission:hover {
    transition: 0.5s;
}

.main_content_testimonial {
    border: 2px solid #3c90b4;
    border-radius: 6px;
    padding: 20px;
    transition: 0.3s linear;
    margin: 10px;
}

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

.main_content_under {
    max-width: 700px;
    margin: auto;
    text-align: center;
    color: #fff;
}

section.main_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 69%);
    z-index: -1;
}

.workprinter_img {
    max-width: 50px;
    height: 50px;
    border-radius: 6px;
}

.work_arrow1 {
    width: 50px;
    top: 50%;
    left: 30%;
}

.work_arrow2 {
    width: 50px;
    top: 50%;
    right: 30%;
}

.tick_icon {
    width: 25px;
    height: 25px;
}

.main_under_howwork {
    border: 1px solid #3c90b4;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px #000000d6;
    height: 100%;
}

footer ul li {
    margin-bottom: 7px;
}

.main_under_cntnt_privacy ul li {
    list-style: disc !important;
}

section.our_services_main img {
    max-width: 50px;
}

.blog_banner {
    text-align: center;
    color: #fff;
    padding: 80px 0;
}

.under_blog_one {
    border: 1px solid #00000052;
    border-radius: 10px;
    height: 100%;
}

.img_blog_one img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.under_blog_txt {
    padding: 12px 10px;
}

.under_blog_txt h2 {
    font-size: 22px;
}

button.common_btn a {
    padding: 0 !important;
    display: block;
}

a.common_btn {
    margin: 7px 0;
    padding: 9px 24px;
    display: inline-block;
}

select.form-control {
    outline: 0;
    border: 1px solid #3c90b4;
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    color: #3c90b4 !important;
}

.blog_btn a.common_btn {
    margin: 10px;
}

button.book_btn {
    padding: 8px 10px;
    height: 48px;
    color: #fff !important;
}

.main_under_cntnt_privacy {
    max-width: 900px;
    margin: auto;
    border: 1px solid #0000002b;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px #00000078;
}

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

section.accordian_services #faqAccordion .accordian-item {
    background-color: #000 !important;
    border: none !important;
}

section.accordian_services #faqAccordion .accordion-body:not(.collapsed) {
    background-color: #3c90b43f !important;
    box-shadow: none !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    margin-bottom: 16px !important;
    border: 1px solid #3c90b4 !important;
    border-top: none !important;
}

section.accordian_services #faqAccordion .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #3c90b43f !important;
    box-shadow: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

section.accordian_services .accordion-item {
    border: none !important;
}

section.accordian_services #faqAccordion .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

section.accordian_services #faqAccordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 1px solid #3c90b4 !important;
    border-radius: 12px !important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    margin-bottom: 16px !important;
}

.accordion-item,
.checkout_btn button,
.navbar-toggler,
.write_review_btn button {
    border: none;
}

.heading_frequently {
    max-width: 792px;
    margin: auto auto 40px;
}

.img_accodian img {
    border-radius: 11px;
}

.footer_bg_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_bg_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.8;
}

.footer_bg_img .social_icon {
    width: 30px;
    height: 30px;
    transition: 0.3s linear;
}

.footer_bg_img .footer_line {
    border-top: 1px solid #fff;
}

.footer_bg_img .footer_link::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s linear;
}

.footer_bg_img .icons {
    width: 18px;
    height: 18px;
}

.footer_bg_img .customer_img {
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    padding: 6px;
    border: 1px solid #fff;
}

.footer_bg_img .comma_img {
    left: 15%;
    top: 35%;
}

.footer_bg_img #testimonial .slick-track {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer_bg_img input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.footer_bg_img input[type="number"] {
    -moz-appearance: textfield;
}

.footer_bg_img .error {
    border-color: red;
}

.footer_logo img {
    background: #fff;
    padding: 12px;
    max-width: 220px;
    border-radius: 13px;
    margin-bottom: 13px;
}

.footer_bg_img .error-message {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 991px) {

    .mobile_header i,
    .navbar-right {
        margin-top: 10px;
    }

    header ul.navbar-nav {
        padding-left: 20px !important;
        display: flex;
        gap: 0;
    }

    .navbar-right {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .call-now-btn {
        width: 100%;
    }

    .remote_support .border_line {
        display: block !important;
    }

    .remote_support img {
        height: 100%;
        max-height: 104px;
    }

    .border_line p {
        text-align: center;
    }

    .flex_banner_images img {
        max-width: 77px;
        min-height: 68px;
    }

    .copyright,
    .main_bottom_content {
        display: flex !important;
        justify-content: center !important;
    }

    footer ul.services_foot {
        padding-left: 0 !important;
    }

}

@media (max-width: 767px) {
    .banner_heading p {
        text-align: center;
    }

    .under_banner_content h2 {
        margin-bottom: 12px;
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
    }

    .py_8 {
        padding: 20px 0;
    }

    a.common_btn {
        margin: 0;
    }

    .footer_bg_img .footer_line {
        margin-top: 15px !important;
    }

    .banner_heading h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 18px;
    }

    section.about_section h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .element.element-1,
    .element.element-2 {
        padding: 36px 18px 225px 27px;
    }

    section.about_section span {
        margin-top: 13px !important;
        display: inline-block;
    }

    section.printer_help_itbannner button.book_btn {
        margin-bottom: 20px;
    }

    section.latest_blog_sec .slick-dots {
        bottom: -33px !important;
    }
}

@media (max-width: 480px) {
    .left_facing_issue p {
        font-size: 20px;
        text-align: center;
    }

    .call_number {
        text-align: center;
        margin-top: 0 !important;
    }

    .content_top {
        align-items: baseline;
        justify-content: center;
        gap: 40px;
    }

    .btn_top_popup button.common_btn {
        font-size: 12px !important;
        padding: 10px 7px;
    }

    .call_number a {
        font-size: 13px !important;
        padding: 8px !important;
    }

    .flex_top_header {
        display: none !important;
    }

    .mobile_flex_header {
        display: block !important;
    }

    .flex_banner_images img {
        max-width: 68px;
        min-height: 61px;
    }

    .header_logo img {
        width: 100%;
        max-width: 151px;
    }
}

.brand-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 0 15px rgb(0 0 0 / 58%);
}

.main-box,
.radio-box:hover,
section.select_issue_brands .card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.brand-card img {
    max-height: 100px;
    object-fit: contain;
}

.printer_brands_heaidng p {
    text-align: center;
    margin-bottom: 45px;
}

.video-container video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

section.select_issue_brands .grid {
    display: grid;
    gap: 20px;
    padding: 30px;
    justify-content: center;
}

.brands,
section.select_issue_brands .issues {
    grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
}

section.select_issue_brands .card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    cursor: pointer;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    text-align: center;
}

section.select_issue_brands .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

section.select_issue_brands .section {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
}

.grid.brands img {
    max-width: 100px;
}

.grid.brands .card,
.rating-review-box .reviews,
section.member_pricing .rating-review-box .reviews {
    padding: 0;
}

section.select_issue_brands .section.active {
    opacity: 1;
    transform: translateY(0);
    max-height: 5000px;
    pointer-events: auto;
}

section.select_issue_brands img {
    max-width: 60px;
    margin: auto;
    object-fit: cover;
}

section.select_issue_brands .back-btn {
    margin: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: #0077b6;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}

.flx_brands {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.banner {
    background-color: #3c90b4;
    color: #fff;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 0 20px);
}

.logo_botton img,
.main-box {
    background: #fff;
    padding: 20px;
}

.logo-img {
    height: 60px;
}

.step-indicator .step,
.step-number {
    width: 35px;
    height: 35px;
    font-weight: 700;
}

.logo_botton img {
    width: 100%;
    max-width: 230px;
    border-radius: 11px;
}

div#searchDropdown {
    margin-top: 290px !important;
}

.droping_printing ul.dropdown-menu {
    width: 800px;
}

.main-box {
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 20px;
}

.heading-box {
    background: #e4e4e4;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 5px 0 #a49d94;
    margin-bottom: 30px;
}

.step-indicator .line,
.step-line {
    width: 40px;
    margin: 0 10px;
    height: 3px;
}

.step-number {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.step-line {
    display: inline-block;
    background: #ccc;
    vertical-align: middle;
}

.content_top,
.flex_top_header,
.navbar-nav,
.step-indicator,
.step-indicator .step,
.tab-content .issue-card {
    display: flex;
    display: flex;
}

.assist-box {
    border: 5px solid #3c90b4;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.assist-box h2 {
    font-size: 20px;
    font-weight: 700;
}

.assist-box h3 {
    color: #007bba;
    font-weight: 700;
    margin: 15px 0;
}

.assist-box img {
    width: 80px;
    margin: 15px 0;
}

.step-indicator {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.step-indicator .step {
    border-radius: 50%;
    background: #dee2e6;
    color: #000;
    justify-content: center;
    align-items: center;
    position: relative;
}

.step-indicator .step.active,
section.cart_section.chat-btn:hover {
    background: #0d6efd;
    color: #fff;
}

.step-indicator .step.completed::before {
    content: "âœ“";
}

.step-indicator .line {
    background: #ccc;
}

.form-box,
.question-box {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 25px;
}

.radio-box {
    font-weight: 500;
    transition: 0.3s;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.call-btn,
.play-overlay {
    transition: background 0.3s;
}

#subscribeBtn,
.navbar {
    background-color: #0e1a3a;
}

.content_top {
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.left_facing_issue p {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
}

.logo_ahead_allprinter img {
    width: 100%;
    max-width: 200px;
    background: #fff;
    padding: 11px;
    border-radius: 10px;
}

li.nav-item.dropdown button {
    color: #000 !important;
    border: 1px solid #00000040 !important;
}

.navbar {
    padding: 0.7rem 1rem;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #00cfff;
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: 0.3s ease-in-out fadeIn;
}

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

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

header .dropdown-menu {
    margin-top: 0;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.search-dropdown-1 li:hover,
header .dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

.custom-search {
    border: none !important;
    border-radius: 25px !important;
    padding: 0.4rem 1rem !important;
    width: 200px !important;
    font-size: 14px !important;
}

.call-btn {
    background: linear-gradient(135deg, #00cfff, #1ca9e6);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 1.2rem;
    border-radius: 25px;
    font-size: 14px;
}

.call-btn:hover {
    background: linear-gradient(135deg, #1ca9e6, #00cfff);
}

.navbar-nav {
    flex-direction: column;
    flex-direction: column;
    padding-left: 164px !important;
    list-style: none;
}

.right_sticky,
header {
    position: sticky;
    top: 0;
}

.brand-box {
    background-color: #fff;
    padding: 13px 13px 10px 15px;
    border-right: 1px solid #dee2e6;
}

.brand-btn {
    width: 100%;
    margin-bottom: 10px;
}

.brand-btn.active {
    background-color: #13c2db !important;
    color: #fff !important;
    border: 1px solid #13c2db !important;
}

.tab-content .issue-box {
    background-color: #fff;
    padding: 0 20px;
}

.brand-box .row>* {
    padding-right: unset !important;
}

.tab-content .issue-title {
    font-weight: 700;
    color: #5cb0cf;
    margin-bottom: 20px;
    font-size: 30px;
}

.tab-content .issue-card:hover {
    background: #13c2db;
    color: #fff;
}

.tab-content .issue-card {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background-color: #fafafa;
    height: 100%;
    transition: 0.3s;
    align-items: center;
}

.flex_top_header {
    justify-content: space-between;
}

.call_number {
    opacity: 0;
    transform: translateY(30px);
    animation: 0.8s ease-out 0.3s forwards fadeSlideIn;
}

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

.call_number img {
    width: 100%;
    max-width: 50px;
}

header ul.dropdown-menu .navbar-nav .nav-link,
header ul.dropdown-menu button {
    color: #000 !important;
    border: 1px solid #00000045 !important;
}

header .droping_printing .dropdown-menu {
    min-width: 800px;
}

header .droping_printing ul.dropdown-menu button a {
    color: #000;
    text-decoration: none;
}

.mobile_flex_header,
.mobile_header {
    display: none;
}

.mobile_header ul.dropdown-menu {
    background: 0 0;
    padding-left: 21px;
}

.mobile_header ul.dropdown-menu li a {
    color: #ffff;
    text-decoration: none;
}

.fix-printer-box ul li a:hover,
.login-link a:hover,
.notify-text .name,
section.user_login .register-link a:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {

    a#servicesDropdown,
    ul.navbar-nav {
        display: flex;
        align-items: baseline;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        list-style: none;
    }

    .right-header {
        position: absolute;
        right: 1rem;
        top: 0.7rem;
        display: flex;
        gap: 0.5rem;
        z-index: 1050;
    }

    .navbar-collapse {
        background-color: #0e1a3a;
        padding: 1rem;
    }

    .custom-search {
        width: 140px;
    }

    .flex_top_header {
        display: block;
        justify-content: space-around;
    }

    .call_number {
        text-align: center;
        margin-top: 25px;
    }

    header {
        display: none;
    }

    .mobile_header {
        display: block;
    }

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

#subscribeBtn,
.btn-consultation,
.chat-now-main,
.support-list ul li a {
    display: inline-block;
    text-decoration: none;
}

.cricut-support-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.form_service_single {
    margin-top: 40px;
}

.consultation-btn {
    background: linear-gradient(to right, #43c3ea, #000);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.form_service_single form {
    padding: 23px !important;
    box-shadow: 0 0 7px #00000078;
}

.btn-consultation {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.fleX_blogging,
.flex_notify_main,
.recent-post,
.step-btn {
    display: flex;
}

.btn-consultation span {
    margin-left: 8px;
}

.support-list h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.support-list ul {
    list-style: none;
    padding-left: 0;
}

.support-list ul li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.support-list ul li a {
    color: #333;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.support-box {
    border-radius: 20px;
    padding: 30px;
    max-width: 400px;
    margin: 20px auto auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.support-box .btn {
    background-color: #29c3f0;
    color: #fff;
    margin: 10px;
    width: 110px;
}

.support-box .btn:hover {
    background-color: #1baccd;
}

.mobile_header .custom-dropdown,
.video-box {
    position: relative;
}

@media (max-width: 1300px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 50px !important;
        list-style: none;
    }

    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    header .container {
        max-width: 1211px !important;
    }
}

.mobile_header .services-submenu {
    display: none;
    top: 100%;
    left: 0;
    background-color: unset;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    min-width: 500px;
    text-align: left;
}

.mobile_header .services-submenu li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
}

.mobile_header .toggle-icon {
    font-size: 10px;
    transition: transform 0.3s;
}

.mobile_header .rotate-up {
    transform: rotate(180deg);
}

.mobile_header hr {
    margin: 1rem 0;
    color: #fff;
    background-color: currentColor;
    border: 0;
}

header {
    z-index: 1030;
    background-color: #000;
}

section.contact-banner {
    padding: 70px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    color: #ffff;
}

section.member_pricing .plan {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.3s;
    height: 100%;
}

section.member_pricing .recommended {
    position: absolute;
    left: -30px;
    top: 20px;
    background: #ffce00;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(-90deg);
    color: #000;
    border-radius: 4px;
}

section.member_pricing .plan h3 {
    font-size: 18px;
    text-align: center;
}

section.member_pricing .price {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
}

section.member_pricing .desc {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}

section.member_pricing button.select-btn {
    border: none;
    background: unset;
    width: 100%;
}

section.member_pricing .select-btn a {
    display: block;
    width: 100%;
    padding: 10px;
    background: #3c90b4;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
}

section.member_pricing .toggle-link {
    text-align: center;
    display: block;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
}

section.member_pricing .features {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: 0.4s;
}

section.member_pricing .features.show {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
}

section.member_pricing .features li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

section.member_pricing .rating-review-box {
    text-align: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
}

section.member_pricing .stars i {
    color: gold;
    margin-right: 2px;
}

section.member_pricing .stars {
    color: gold;
    font-size: 13px;
}

section.member_pricing .reviews {
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.btn_video {
    padding-left: 13px;
}

.video-box {
    width: 100%;
    padding-top: 56.25%;
    background: url("https://img.youtube.com/vi/JIDRK9gzTO0/maxresdefault.jpg");
    border-radius: 10px;
    overflow: hidden;
}

.play-overlay,
.play-overlay:hover {
    background: rgb(0 0 0 / 30%);
}

.ahead_detail_video {
    margin-top: 50px;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-overlay img {
    width: 67px;
    animation: 2s infinite pulse;
    background: #ffff;
    padding: 17px;
    border-radius: 40px;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.video-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.fix-printer-box,
.recent-post-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 44%);
    margin-bottom: 25px;
}

.contact-icon i {
    font-size: 37px;
    color: #1fbefe;
}

.fix-printer-box h6,
.recent-post-box h6 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1rem;
}

.recent-post div,
.step-btn {
    font-size: 0.9rem;
}

.fix-printer-box ul {
    padding-left: 18px;
}

.fix-printer-box ul li a {
    color: #007bff;
    font-size: 0.95rem;
    text-decoration: none;
}

.recent-post {
    gap: 10px;
    margin-bottom: 15px;
}

.recent-post img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post div a {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.recent-post div small {
    display: block;
    color: gray;
    font-size: 0.8rem;
    margin-top: 4px;
}

.printer-box {
    background: #00677f;
    color: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.chat-now-main,
.step-btn {
    color: #00677f;
    border-radius: 6px;
    background: #fff;
}

.printer-box img.logo {
    width: 60px;
    margin-bottom: 10px;
}

.printer-box h4 {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.step-btn {
    font-weight: 500;
    padding: 15px 10px;
    margin-bottom: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation: 0.5s forwards fadeInUp;
}

.step-btn img {
    width: 26px;
    margin-bottom: 6px;
}

.step-btn:nth-child(3) {
    animation-delay: 0.3s;
}

.step-btn:nth-child(4) {
    animation-delay: 0.6s;
}

.step-btn:nth-child(5) {
    animation-delay: 0.9s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.chat-now-main {
    font-weight: 700;
    padding: 12px;
    margin-top: 15px;
    transition: 0.3s;
    width: 100%;
}

.chat-now-main:hover {
    background: #e6f1ff;
}

.fix-epson-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 43%);
    margin-bottom: 17px;
}

.fix-epson-box h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.fix-epson-box ul {
    padding-left: 0;
    list-style: none;
}

.fix-epson-box ul li {
    font-size: 0.95rem;
}

.fix-epson-box ul li a {
    color: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fix-epson-box ul li a span.arrow {
    font-size: 24px;
    animation: 2s infinite arrowColor;
}

@keyframes arrowColor {

    0%,
    100% {
        color: #007bff;
    }

    25% {
        color: #28a745;
    }

    50% {
        color: #ffc107;
    }

    75% {
        color: #dc3545;
    }
}

.printer-box a img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.video_detail_logog a img {
    background: #fff;
    padding: 10px;
}

.remote_support {
    background-color: #338bb0;
}

.remote_support img {
    height: 100%;
    max-height: 130px;
}

.border_line img {
    width: 100%;
    max-width: 120px;
}

.remote_support .border_line {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.remote_support .border_line h3 {
    margin-left: 35px;
}

.notify-box {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid #eaeaea;
    left: -410px !important;
    width: 100%;
    max-width: 410px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    transition: left 0.5s ease-in-out;
    background: #fff;
    padding: 12px 15px;
    gap: 26px;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

@keyframes gradientBG {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.notify-box.show {
    left: 20px !important;
    display: block !important;
    animation: 0.5s ease-in-out slideInLeft;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

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

.notify-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 15px;
}

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

.notify-text {
    font-size: 15px;
    color: #555;
    align-items: center;
}

.notify-text .name {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 2px;
    background: linear-gradient(270deg, #ff4e50, #f9d423);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 3s infinite colorShift;
}

@keyframes colorShift {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.notify-text.name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f9d423, #ff4e50, #f9d423);
    background-size: 200% auto;
    animation: 2s linear infinite underlineMove;
    border-radius: 2px;
}

@keyframes underlineMove {
    0% {
        background-position: 0 center;
    }

    100% {
        background-position: 200% center;
    }
}

.notify-text .plan {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.printer-decor {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url("https://cdn-icons-png.flaticon.com/128/1041/1041916.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    filter: hue-rotate(0deg);
    animation: 8s linear infinite colorCycle;
    z-index: 0;
}

.top-right {
    top: -10px;
    right: -10px;
    transform: rotate(-20deg);
}

.bottom-left {
    bottom: -10px;
    left: -10px;
    transform: rotate(20deg);
}

@keyframes colorCycle {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(180deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

section.user_login {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

section.user_login .login-container h2 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
}

.form-group,
section.user_login .form-group {
    margin-bottom: 20px;
}

.form-group input[type="password"],
section.user_login .form-group input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

section.user_login .form-remember {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

section.user_login .form-remember input {
    margin-right: 10px;
}

.btn-register,
section.user_login .btn-login {
    width: 100%;
    padding: 12px;
    background-color: #09e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-group input.filled,
.form-group input:focus {
    background-color: #eef4ff;
}

.btn-register:hover,
section.user_login .btn-login:hover {
    background-color: #007fd1;
}

.login-link,
section.user_login .register-link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.login-link a,
section.user_login .register-link a {
    color: #007bff;
    text-decoration: none;
}

.register-container {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.register-container h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.register-container p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    transition: 0.3s;
}

.form-group input:focus {
    border-color: #007bff;
    outline: 0;
}

section.account .nav-pills .nav-link {
    text-align: left;
    font-weight: 500;
    border-radius: 0;
    color: #000;
}

section.account ul.nav {
    border: 1px solid #0000001f;
    padding: 15px;
    box-shadow: 0 0 9px #00000024;
}

section.account .nav-pills .nav-link.active {
    background-color: #f59e0b;
    color: #fff;
}

@media (max-width: 767.98px) {
    section.account .tab-content {
        margin-top: 1rem;
    }
}

section.account.sidebar {
    background-color: #f8f9fa;
    padding: 1rem 0.5rem;
}

section.account .form-control,
textarea {
    border-radius: 0;
}

section.account .btn-primary {
    border-radius: 0;
    background-color: #f59e0b;
    border: none;
}

section.account .btn-primary:hover {
    background-color: #d97706;
}

section.package_detail_page .plan-title {
    font-size: 24px;
    font-weight: 700;
}

section.package_detail_page .plan-price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}

section.package_detail_page .star-rating {
    color: #f4c150;
    font-size: 16px;
}

section.package_detail_page .tab-btns .btn {
    margin: 0 5px;
    border-radius: 0;
    font-weight: 600;
    border: 2px solid #000;
}

section.package_detail_page .tab-btns .btn.active {
    background: #000;
    color: #fff;
}

section.package_detail_page .review-block {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

section.package_detail_page .review-user {
    font-weight: 700;
}

section.package_detail_page .review-content {
    margin-top: 5px;
    font-size: 14px;
    color: #444;
}

section.package_detail_page .write-review-btn {
    background: #ffc107;
    border: none;
    font-size: 14px;
    padding: 6px 14px;
    margin-bottom: 10px;
}

.btn-submit-review {
    background-color: #ffc107;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 6px;
}

.modal-content,
.search-dropdown-1 {
    border-radius: 10px;
}

.star-rating {
    direction: ltr;
    font-size: 32px;
    display: inline-flex;
    gap: 5px;
    cursor: pointer;
}

.call-button .phone-icon,
.rating-output {
    font-size: 18px;
}

.star-rating .star {
    color: #ccc;
    transition: color 0.3s;
}

.star-rating .star.hovered,
.star-rating .star.selected,
.stars {
    color: #ffc107;
}

.modal-title {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: auto;
}

.rating-output {
    font-weight: 700;
    color: #c59100;
}

.call-button,
.response-error,
.response-success {
    background-color: #3c90b4;
    color: #fff;
}

.modal-dialog.modal_dis .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal-dialog.modal_dis {
    max-width: 500px !important;
}

.call-button {
    position: fixed;
    top: 72%;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: left top;
    padding: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feedback-container {
    padding: 15px;
    text-align: center;
}

.feedback-btn {
    margin: 0 5px;
    min-width: 100px;
}

.response-box {
    display: none;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
}

.issue-box a.services_main_under,
section.select_brand_issue .issue-box span a {
    text-decoration: none;
    color: #000;
}

section.select_brand_issue .issue-box {
    background-color: #f9f9f6;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    text-align: center;
    padding: 25px 15px;
    transition: 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.select_brand_issue .issue-box img {
    width: 70px;
    margin-bottom: 12px;
    transition: filter 0.3s;
    object-fit: cover;
}

section.select_brand_issue .issue-box span {
    font-size: 16px;
    font-weight: 500;
    color: #434b30;
    transition: color 0.3s;
}

section.select_brand_issue .issue-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

section.privacy-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    color: #ffff;
    padding: 120px 0;
    text-align: center;
}

.content_privacy {
    margin: 80px 0;
    border: 1px solid #00000014;
    padding: 20px;
    box-shadow: 0 0 6px #00000040;
    border-radius: 10px;
}

.banner_content ul.list-unstyled li {
    list-style: disc;
    margin-left: 13px;
    margin-bottom: 5px;
}

.reviews {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    padding: 40px 20px;
}

#contacts-list h2,
.review-card {
    padding: 20px;
}

.latest_blog_sec .slick-slide,
.reviews .slick-slide {
    height: unset !important;
}

.review-header img {
    width: 100%;
    max-width: 50px;
    border-radius: 40px;
}

.reviews h2 {
    font-size: 24px;
    font-weight: 600;
    color: #36c5f0;
    margin-bottom: 30px;
}

.review-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.review-avatar {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review-info {
    flex-grow: 1;
    text-align: left;
    margin-left: 10px;
}

.review-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.review-info span {
    font-size: 13px;
    color: #666;
}

@media (max-width: 1380px) {
    header ul.navbar-nav {
        padding-left: 16px !important;
    }
}

@media (max-width: 1200px) {
    header input.form-control.custom-search {
        width: unset !important;
    }

    header .navbar-nav .nav-link {
        font-size: 14px;
    }

    header ul.navbar-nav {
        padding-left: 20px !important;
    }
}

.search-dropdown-1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 0;
    z-index: 9999;
}

.search-dropdown-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-dropdown-1 li {
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: flex-start;
}

.search-dropdown-1 a {
    text-decoration: none;
    color: #333;
    display: block;
}

.search-dropdown-1 small {
    color: #888;
    font-size: 12px;
    margin-left: 5px;
}

@media (max-width: 467px) {
    section.button_fixed .main_subscription_form {
        background: #fff;
        padding: 0;
        border-radius: 10px;
        position: absolute;
        left: 48px !important;
        width: 256px !important;
    }
}

section.button_fixed .close-form {
    position: absolute;
    right: 6px;
    top: -10px;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
}

section.button_fixed .close-form:hover {
    color: red;
}

section.button_fixed .under_form_sestion {
    position: relative;
    padding-top: 15px;
}

section.button_fixed .main_subscription_form {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    position: absolute;
    left: 64px;
    width: 458px;
}

#subscribeBtn {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}

.bottom_footer {
    background: #63a6c3;
    color: #fff;
}

.main_bottom_content ul {
    display: flex;
    gap: 12px;
}

.main_bottom_content {
    display: flex;
    justify-content: end;
}

.main_bottom_content ul li a {
    color: #ffff;
}

section.plan-section .page-header {
    background: #0284c7;
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}

section.plan-section .page-header h1 {
    font-size: 1.8rem;
}

section.plan-section .pricing-section {
    max-width: 1320px;
    margin: auto;
    padding: 2rem 1rem;
}

.plan-section {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

section.plan-section .label-box {
    writing-mode: vertical-rl;
    background: #3c90b4;
    color: #fff;
    padding: 1rem 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    text-align: center;
    min-width: 40px;
}

section.plan-section .card-container {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

section.plan-section .card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

#toast-container>.toast,
section.cart_section .card-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section.plan-section .card h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

section.plan-section .card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

section.plan-section .card .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0284c7;
    margin-bottom: 0.5rem;
    text-align: center;
}

section.plan-section .select-btn {
    background-color: #3c90b4;
    color: #fff;
    padding: 0.6rem;
    border: none;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

section.plan-section .features-link {
    text-align: center;
    color: #2563eb;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    cursor: pointer;
}

section.plan-section .badge {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

section.plan-section .popular {
    background: #facc15;
    color: #000;
}

section.plan-section .limited,
section.plan-section .recommended {
    background: #ffc107;
}

section.plan-section .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}

section.plan-section .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

section.plan-section .rating-review-box {
    text-align: center;
    margin-top: 17px;
}

main.pricing-section .features-toggle {
    margin-top: 10px;
}

.toggle-btn-wrapper {
    text-align: center;
    margin-bottom: 0.5rem;
}

main.pricing-section .toggle-btn {
    background: 0 0;
    color: #07c;
    border: none;
    cursor: pointer;
    font-weight: 700;
    padding: 0.4rem 1rem;
}

main.pricing-section .feature-wrapper {
    overflow: hidden;
    transition: height 0.4s;
    height: 0;
}

main.pricing-section .feature-list {
    list-style-type: disc;
    margin-left: 1.5rem;
    padding-left: 0;
    text-align: left;
}

main.pricing-section .feature-list li {
    margin: 0.3rem 0;
    position: relative;
    padding-left: 0;
}

.price-box {
    font-weight: 700;
    color: #333;
    text-align: center;
}

.original-price {
    text-decoration: line-through !important;
    color: #e70000;
    margin-right: 0.5rem;
}

.discounted-price {
    color: #07c;
    font-size: 23px;
}

@media (max-width: 1024px) {
    section.plan-section .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    section.plan-section .card-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .brands,
    section.select_issue_brands .issues {
        grid-template-columns: repeat(auto-fit, minmax(202px, 4fr));
    }

    .under_banner_content a.book_btn.common_btn {
        margin-bottom: 20px;
    }

    footer,
    footer p,
    section.plan-section .border_line p {
        text-align: center;
    }

    section.plan-section .plan-section {
        flex-direction: column;
    }

    section.plan-section .label-box {
        writing-mode: horizontal-tb;
        width: 100%;
        text-align: left;
        border-radius: 4px;
        margin-bottom: 1rem;
    }

    section.plan-section .remote_support .border_line {
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
    }

    section.plan-section .remote_support img {
        height: 83%;
        max-height: 99px;
    }

    footer p {
        color: #fff;
        max-width: 390px;
        margin: auto auto 10px;
    }
}

section.latest_blog_sec h2.text-center.aos-init.aos-animate {
    margin-top: 30px;
}

.contact_form_page .form_banner {
    border: 1px solid #00000061;
    border-radius: 10px;
}

.contact_form_page .form_banner form {
    padding: 27px !important;
}

.main_recent_blogs_right {
    position: sticky;
    top: -460px;
    height: fit-content;
}

@media (max-width: 991px) {
    .main_recent_blogs_right {
        position: static;
        position: sticky;
        top: -460px;
        height: fit-content;
    }

    @media(max-width:567px) {

        .element.element-1,
        .element.element-2 {
            background-image: unset !important;
            background-color: #b6d2de;
        }
    }

    @media (max-width: 991px) {
        .main_recent_blogs_right {
            position: static;
        }
    }
}

h3.card-title.mt-2 {
    font-size: 20px;
}

body {
    margin: 0;
    font-family: Inter, sans-serif;
}

.hero {
    min-height: 100vh;
}

#contacts-list {
    overflow-y: auto;
    width: 300px;
    height: 500px;
    background-color: #ececec;
    border-radius: 0.75rem;
    border: 1px solid #d4d4d4;
    font-family: Inter;
}

.contact-container {
    height: 50px;
    display: flex;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
}

.contact-container:hover {
    background-color: #007df9;
    color: #fff;
    font-weight: 700;
}

.contact-name {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#toast-container>.toast {
    background-color: #51a351 !important;
    color: #f7f7f7 !important;
    font-size: 14px;
    font-weight: 700;
    opacity: 1 !important;
}

section.cart_section .check-icon {
    color: #00b894;
}

section.cart_section.chat-btn {
    background: #fff;
    color: #0d6efd;
}

section.cart_section img {
    width: 100%;
    max-width: 24px;
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@media (max-width: 479.8px) {
    .element .element-1 {
        min-height: 210vh;
    }

    .brands,
    section.select_issue_brands .issues {
        grid-template-columns: repeat(auto-fit, minmax(127px, 4fr));
    }
}

.main_popup_txt_img {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.main_popup_txt_img p {
    font-size: 25px !important;
    text-align: left;
}

.btn_popup_ {
    background: #3c90b4 !important;
}

section.live_contact_sec {
    padding: 60px 0;
    background: #3c90b4;
}

section.live_contact_sec .row {
    background: #fff;
    padding: 19px;
    border-radius: 10px;
}

.heading_main_contact h2 {
    font-size: 36px;
    color: #3c90b4;
}

.heading_main_contact p {
    color: #3c90b4;
}

.btn_leader_contact a.common_btn {
    background: #3c90b4;
    color: #fff !important;
}

.heading_main_contact h2 {
    font-size: 36px;
}

.img_live_contact img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}


.phone-wrapper {
    display: flex;
    width: 100%;
    height: 44px;
    /* Same height for both */
    border: 1px solid #3c90b4;
    /* Single border */
    border-radius: 8px;
    overflow: hidden;
    /* Border clean rakhega */
}

.phone-wrapper input {
    border: none !important;
}

/* Dropdown */
.country-select {
    width: 70px;
    /* Thoda bada kiya */
    border: none;
    padding: 0 8px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

/* Input */
.phone-wrapper input {
    flex: 1;
    /* Input zyada bada */
    border: none;
    padding: 0 15px;
    font-size: 15px;
    outline: none;
}

.blink-text {
    animation: blinkAnimation 2.5s infinite;
}

@keyframes blinkAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

button.common_btnn {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    background: #ffc107;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000007a;
    border: none;
}

.btn_top_popup {
    width: 100%;
    max-width: 440px;
    margin: auto;
}

.trust-section {
    background: #f4f4f4;
    padding: 40px 0;
}

.trust-box {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    text-align: left;
    padding: 20px;
}

.trust-box i {
    font-size: 42px;
    color: #1a2b4c;
}

.trust-text {
    font-size: 18px;
    font-weight: 500;
    color: #1a2b4c;
}

/* Vertical Divider (Desktop only) */
.divider {
    border-right: 1px solid #ccc;
}

@media (max-width: 768px) {
    .divider {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .trust-box {
        justify-content: start;
        text-align: left;
    }

    .under_popup_obser {
        margin-left: 0px;
    }

}

.btn_top_popup p {
    text-align: center;
}

.modal-content p {
    text-align: unset;
}

.img_popup_ img {
    width: 100%;
    max-width: 270px;
}

.under_popup_obser h3 {
    font-size: 25px;
}

.under_popup_obser p {
    font-size: 20px;
}

.under_popup_obser {
    margin-left: 28px;
}

._maim_flex_modal_under {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: anchor-center;
}

.get_a_main {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #3c90b4;
    text-transform: uppercase;
}

.text_main img {
    width: 100%;
    max-width: 100px !important;
}

span.first_highlight {
    background: #ffc107;
    color: #000;
    padding: 2px 3px;
    border-radius: 4px;
}

@media(max-width:580px) {
    .text_main img {
        width: 100%;
        max-width: 42px !important;
    }

    .get_a_main {
        margin-bottom: 0;
        font-size: 9px !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    /* line-height: 28px; */
    background: #fff;
    height: 42px;
}

.popup-title{
   font-size:28px;
   font-weight:700;
}