@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root {
    --primary-color: #000078;
    --secondary-color: #8E1199;
    --text-black: #000;
    --text-white: #fff;
    --text-color: #495057;
    --text-light-color: #777;
    --rating-color: #FFC107;
    --bg-light: #EDEEF1;
    --dark-blue-color: #0b2d6a;
    --light-blue-bg: #e6f7ff;
    --border-color: #dee2e6;
    --page-bg: #f8f9fa;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Outfit", serif !important;
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden !important;
    background: #F5F7FA !important;
}

li {
    list-style-type: none !important;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

img {
    width: 100%;
}

/* -----------------------------------------------------
                Bootstrap css
--------------------------------------------------------*/

.form-group {
    margin: 0 0 20px 0;
}

.form-control {
    min-height: 50px;
    background: #fff;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    transition: 0.4s all ease-in-out !important;
}

.form-control:focus {
    box-shadow: none !important;
    background: #fff;
    border-color: var(--secondary-color) !important;
}

.form-select {
    min-height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: 0.4s all ease-in-out;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: var(--secondary-color) !important;
}

/* --------------------------------------------------
                1. Header
-------------------------------------------------------*/
.topbar {
    background: rgb(118, 1, 208);
    background: linear-gradient(90deg, rgba(118, 1, 208, 1) 0%, rgba(1, 153, 254, 1));
    padding: 15px 0;
}

.topbar .topbar_contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .topbar_contain .left_side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topbar .topbar_contain .left_side .contact span {
    color: #ffff;
    font-weight: 500;
}

.topbar .topbar_contain .left_side .contact span:first-child {
    padding-right: 3px;
}

.topbar .topbar_contain .right_side a {
    color: #fff;
    font-weight: 500;
}

.header {
    padding: 15px 0;
}

.header .navigation .logo_area img {
    width: 100px;
}


.header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul,
nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav a {
    display: block;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    text-decoration: none;
}

.menu-bar {
    display: flex;
}

.menu-link {
    padding: 10px 20px;
    color: #000;
    transition: background 0.2s, color 0.2s;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}

.mega-menu li a {
    font-size: 15px;
}

.menu-link[aria-haspopup="true"] {
    padding-right: 40px;
}

.menu-link[aria-haspopup="true"]:after {
    content: "";
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent');
    background-size: 14px;
    width: 14px;
    height: 14px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.mega-menu-header {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #136a73;
}

.mega-menu {
    background: #ffffff;
    z-index: 10;
    flex-direction: column;
}

.mega-menu li {
    width: auto;
}

.mega-menu--multiLevel {
    flex-direction: column;
    width: auto !important;
}


@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes flyout {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}


.header .navigation .icon ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .navigation .icon ul li a {
    color: #000;
    font-size: 22px;
}


.search_input {
    position: relative;
    padding-left: 35px;
}

.search_product .form-group {
    position: relative;
}

.search_product .icon {
    position: absolute;
    top: 8px;
    left: 15px;
}


/* -----------------------------------------------------
            2. Print Proccess
---------------------------------------------------------*/

section {
    margin: 80px 0 0 0;
}

.section_title {
    text-align: center;
    margin: 0 0 60px 0;
}

.section_title .small_title h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0 0 15px 0;
}

.section_title .main_title {
    padding: 0 24%;
}

.section_title .main_title h2 {
    font-size: 50px;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.section_title .main_title h2 span {
    color: var(--secondary-color);
}

.section_title .description p {
    font-size: 18px;
    color: var(--text-light-color);
    padding: 0 23%;
    line-height: 23px;
}

.print_process .process_details {
    text-align: center;
    position: relative;
}

.icon_arrow {
    position: relative;
}

.print_process .process_details .icon img {
    width: auto;
    padding: 0 0 20px 0;
}

.print_process .process_details .title h4 {
    font-size: 22px;
    padding: 0 18%;
    margin: 0 0 20px 0;
}

.print_process .process_details .desc p {
    color: var(--text-light-color);
    font-size: 16px;
    padding: 0 11%;
}

.print_process .icon_arrow::after {
    content: '';
    background-image: url(../image/decor\ 1.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 26px;
    top: 20px;
    left: 87%;
}


/* ---------------------------------------------
                3. service slider
-------------------------------------------------*/
.service_slider {
    background: rgb(118, 1, 208);
    background: linear-gradient(90deg, rgba(248, 230, 234, 1) 0%, rgba(229, 247, 250, 1));
    padding: 15px 0;
}

.service_name {
    text-align: center;
}

.service_name h4 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
}

/* ---------------------------------------------
               4. Category Area
-------------------------------------------------*/
.print_category {
    background-image: url(../image/h1_shape.png);
    background-position: 135px 90px;
    background-repeat: no-repeat;
    padding: 90px 30px 90px 30px;
    overflow: hidden;
    position: relative;
    background-color: #F9FAFF;
}

.category_information .category_image .single_image img {
    /* width: 100; */
    border-radius: 20px;
}

.category_information .category_image {
    display: flex;
    align-items: center;
    gap: 15px;
}

.margin_bottom {
    margin: 0 0 25px 0;
}

.category_information .category_image .single_image .category_item {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.category_item .title {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    margin: 0 auto;

}

.category_item .title a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    color: var(--text-white);
}

.category_item:hover .title a {
    background: linear-gradient(90deg, rgba(118, 1, 208, 1) 0%, rgba(1, 153, 254, 1));
}

.category_information .category_text {
    padding: 0 0 0 20%;
}

.category_information .category_text h5 {
    text-transform: uppercase;
    color: #7601D0;
    font-size: 18px;
    padding: 0 0 18px 0;
}

.category_information .category_text h2 {
    font-size: 50px;
    font-weight: 600;
    padding: 0 0 18px 0;
}

.category_information .category_text h2 span {
    color: var(--secondary-color);
}

.category_information .category_text p {
    font-size: 18px;
    color: var(--text-light-color);
    padding: 0 33% 0 0;
    margin: 0 0 50px 0;
}

.category_information .category_text a {
    padding: 15px 30px;
    font-size: 16px;
    color: var(--text-white);
    background-color: var(--primary-color);
    border-radius: 50px;
    transition: all 0.4s ease-in-out
}

.category_information .category_text a:hover {
    background-color: var(--secondary-color);
}

.category_information .category_text a span {
    padding: 0 0 0 10px;
}

.category_information .category_text a span i {
    font-size: 14px
}


.bottom_image {
    position: absolute;
    bottom: -270px;
    right: -100%;
}

.bottom_image img {
    max-width: 100%;
}


/* ---------------------------------------------
               5. Product Slider
-------------------------------------------------*/

.our_product .product_info .product_image img {
    border-radius: 15px;
    margin: 0 0 20px 0;
}

.our_product .product_info .product_details {
    text-align: center;
}

.our_product .product_info .product_details h4 {
    padding: 0 0 10px 0;
    color: var(--text-black);
    font-weight: 500;
}

.our_product .product_info .product_details p {
    color: var(--secondary-color);
    font-size: 18px;
}

/* ---------------------------------------------
              6. offer banner
-------------------------------------------------*/
.offer_banner {
    background-image: url(../image/h1_bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 30px;
    position: relative;
}

.offer_banner .offer_text {
    text-align: center;
}

.offer_banner .offer_text h6 {
    color: var(--text-white);
    font-size: 22px;
    padding: 0 0 14px 0;
}

.offer_banner .offer_text h4 {
    color: var(--text-white);
    font-size: 46px;
    padding: 0 36%;
    margin: 0 0 51px 0;
}

.offer_banner .click_btn a {
    padding: 11px 43px;
    border: 2px solid #fff;
    color: var(--text-white);
    border-radius: 30px;
    font-size: 26px;
}

.offer_banner .click_btn a span {
    padding-left: 10px;
}

.offer_banner .click_btn a span i {
    font-size: 18px;
}

/* ---------------------------------------------
              7. Brand
-------------------------------------------------*/
.brand_area {
    background-image: url(../image/h1_bg-2\ 1.png);
    background-position: center center;
    padding: 70px 0 230px 0;
    background-repeat: no-repeat;
}

.brand_area .brand_title {
    text-align: center;
    margin: 0 0 60px 0;
}

.brand_area .brand_title h4 {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 22px;
    margin: 0 0 15px 0;
}

.brand_area .brand_title h2 {
    font-size: 50px;
    font-weight: 600;
    padding: 0 15%;
}

.brand_area .brand_title h2 span {
    color: var(--secondary-color);
}

.brand_logos .row {
    justify-content: center;
}

.brand_logos .logo_area {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.brand_logos .logo_area a {
    height: 140px;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 20%;
}

.brand_logos .logo_area a img {
    height: auto;
    max-width: 100%;

}


/* ---------------------------------------------
              8. Countdown area
-------------------------------------------------*/
.number_counter {
    background-color: #fff;
    margin-top: -140px;
    min-height: 280px;
    border-radius: 30px;
}

.counter_details {
    padding: 80px 0 30px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;

}

.number_counter .number {
    text-align: center;
}

.number_counter .counter_details .counter_item .number span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--secondary-color);
    margin: 0 0 10px 0;
}

.number_counter .counter_details .counter_item .desc {
    padding: 0 10%;
    text-align: center;
    margin: 10px 0 0 0;
}

.number_counter .counter_details .counter_item .desc p {
    font-size: 20px;
    font-weight: 500;
}


/* ---------------------------------------------
              9. Testimonial
-------------------------------------------------*/
.customer_review .review_details {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;

}

.customer_review .review_details .rating {
    margin: 0 0 20px 0;
}

.customer_review .review_details .rating span i {
    color: var(--rating-color);
    font-size: 25px;
    padding: 0 6px 0 0;
}

.customer_review .review_details .review p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 30px 0;
    color: #333;
}

.customer_review .review_details .clint_name h5 {
    font-size: 22px;
    font-weight: 600;


}

.customer_review .review_details .clint_name p {
    color: var(--text-light-color);
}


/* ---------------------------------------------
              10. footer
-------------------------------------------------*/
.footer {
    background: #fff;
    padding: 70px 0 20px 0;
}

.footer_details {
    margin: 0 0 60px 0;
}

.footer .footer_details .footer_info .footer_logo img {
    width: 150px;
    margin: 0 0 15px 0;
}

.footer .footer_details .footer_info .footer_desc p {
    font-size: 18px;
    color: var(--text-light-color);
    line-height: 28px;
    padding: 0 50px 0 0;
}

.footer_details .footer_links {
    padding: 30% 0 0 0;
}

.footer_details .footer_link {
    padding: 19% 0 0 70px;
}

.footer_details .newsletter_area {
    padding: 19% 0 0 0;
}

.footer_links h3,
.footer_link h3,
.newsletter_area h3 {
    font-weight: 600;
    margin: 0 0 20px 0;
    font-size: 24px;
}

.footer_links ul li,
.footer_link ul li {
    padding: 0 0 15px 0;
}

.footer_links ul li a,
.footer_link ul li a {
    font-size: 18px;
    color: var(--text-light-color);
}

.footer_link p,
.newsletter_area p {
    padding: 6px 0 15px 0;
    font-size: 18px;
    color: var(--text-light-color);
    line-height: 26px;
}

.newsletter_area .form-group .btn {
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 20px;
    margin: 10px 0 0 0;
    padding: 7px 25px;
}

::placeholder {
    font-size: 14px;
}

.footer_bottom {
    text-align: center;
}

.footer_bottom .payment_logo img {
    width: auto;
    padding: 0 0 20px 0;
}

.footer_bottom .copyright p {
    font-size: 18px;
    color: var(--text-light-color);
    font-weight: 500;
}


/* ---------------------------------------------
              11. Breadcumb
-------------------------------------------------*/
.bread_cumb {
    background: #EDEEF1;
    padding: 110px 0;
}

.breadcumb_text {
    text-align: center;
}

.breadcumb_text h3 {
    font-size: 38px;
    font-weight: 600;
    padding: 0 0 4px 0;
}

.breadcumb_text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcumb_text ul li {
    color: var(--text-light-color);
    font-size: 18px;
}


/* ---------------------------------------------
              12. About us page
-------------------------------------------------*/
.professions .section_title .main_title {
    padding: 0 9%;
}

.profession_details .profession_info {
    display: grid;
    grid-template-columns: 100px 2fr;
    align-items: center;
    gap: 20px;
    margin: 0 0 40px 0;

}

.profession_details .profession_info .profession_iocn {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profession_details .profession_info .profession_iocn img {
    width: auto;
}

.profession_details .profession_info .profession_text h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.profession_details .profession_info .profession_text p {
    color: var(--text-light-color);
}


/* ---------------- company more information------------------ */
.more_details {
    background: #fff;
    padding: 30px 0;
}

.more_details .details p {
    color: var(--text-light-color);
    padding: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px;
}

.more_details .details p:last-child {
    padding: 0;
}


/* ---------------------------------------------
              13. Contact us page
-------------------------------------------------*/
.contact_information .contact_info h3 {
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.contact_information .contact_info p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-light-color);
    margin: 0 0 40px 0;
}

.visit_contact h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.visit_contact p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-light-color);
    padding: 0 14px 0 0;
}

.visit_contact ul li {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.visit_contact ul li span {
    color: #7e7e7e;
}

/* contact_form */
.contact_form .form_title h1 {
    font-weight: 600;
    padding: 0 0 20px 0;
}

.contact_form .form-group {
    margin: 0 0 30px 0;
}

.contact_form .form-group ::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
}

.contact_form .button_group .btn {
    background: var(--primary-color);
    border-radius: 30px;
    color: var(--text-white);
    padding: 10px 50px;
    font-size: 18px;
}

/* ---------------------------------------------
              14. product list page
-------------------------------------------------*/

.product_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
}


.product_list_area .product_topbar .product_topbar_left .filter_area h6 {
    font-size: 20px;
}

.product_list_area .product_topbar .product_topbar_left .filter_area h6 span {
    padding: 0 10px 0 0;
}

.product_topbar_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product_info {
    margin: 0 0 30px 0;
}

.product_info .product_image {
    transition: 0.4s ease-in-out all;
    margin: 0 0 15px 0;
}

.product_info .product_details {
    text-align: center;
}

.product_info .product_details h4 {
    color: var(--text-black);
    font-weight: 500;
    padding: 0 0 8px 0;
    font-size: 21px;
}

.product_info .product_details p {
    font-weight: 500;
    color: var(--text-black);
    font-size: 18px;
}

.product_info:hover .product_image {
    box-shadow: rgba(44, 61, 168, 0.1) 0px 8px 24px;
}



/* ---------------------------------------------
            15. Product Detail page
-----------------------------------------------*/

.product_all_img .slick-prev, .product_all_img .slick-next {
    top: 54%;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid var(--primary-color);
    outline: none;
    border-radius: 30px;
    background: none;
    z-index: 30;
    transition: 0.4s ease-in-out;
}

.slick-prev:before {
    content: '←';
}

.slick-next:before {
    content: '→';
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: var(--primary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product_all_img .slider-for img {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}

.product_all_img .slider-nav {
    margin: 20px 0 0 0;
}

.product_all_img .slick-slide {
    margin: 0 10px;
}

.product_info .product_title h3 {
    font-weight: 600;
    font-size: 35px;
    padding: 0 0 15px 0;
}

.product_info .product_price h4 {
    font-size: 25px;
    font-weight: 500;
    color: var(--primary-color);
}

.product_info .product_price {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}

.product_info .product_description p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-light-color);
    margin: 0 0 20px 0;
}

.product_info .product_more_info .product_making h4 {
    font-size: 15px;
    font-weight: 500;
}

.product_info .product_more_info .total_text h4 {
    font-size: 22px;
    font-weight: 600;
}

.product_info .product_more_info .total_price h3 {
    font-weight: 600;
    color: var(--primary-color);
}

.product_info .product_btn {
    text-align: end;
}

.product_info .product_btn a {
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 20px;
    padding: 8px 20px;
    transition: 0.3s all ease-in-out;
}

.product_info .product_btn a span {
    padding-left: 10px;
}

.product_info .product_btn a:hover {
    background: var(--secondary-color);
}




/* ------------- product information tab------------------ */

#tile-1 .tab-pane {
    padding: 15px;
}

#tile-1 .nav-tabs {
    position: relative;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 6px;
}

#tile-1 .nav-tabs li {
    margin: 0px !important;
}

#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 0 40px 13px 40px !important;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    color: #989898;
}



#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background-color: var(--primary-color);
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;

}

#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: var(--secondary-color) !important;
}

.product_description p {
    padding: 0 0 20px 0;
    color: #737373;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}

.product_description p:last-child {
    padding: 0;
}



.client_review .review_list .review {
    display: flex;
    gap: 20px;
    margin: 0 0 30px 0;
}

.client_review .review_list .review .photo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.client_review .review_list .review .review_details .rating {
    padding: 0 0 1px 0;
}

.client_review .review_list .review .review_details .rating i {
    font-size: 12px;
    color: var(--rating-color);
}

.client_review .review_list .review .review_details .name h5,
.client_review .review_list .review .review_details .date h6 {
    font-size: 14px;
    padding: 0 0 2px 0;
}

.client_review .review_list .review .review_details .review_desc p {
    padding: 5px 0 0 0;
    font-size: 16px;
    color: var(--text-light);
}

.review_add_form .title {
    font-family: var(--title-fonts);
    font-size: 30px;
    margin: 0 0 20px 0;
}

.releted_title h5 {
    font-size: 26px;
    margin: 0 0 20px 0;
}

.rating {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.rating i {
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

.rating i.selected {
    color: #f39c12;
}

.rating i:hover,
.rating i:hover~i {
    color: #f39c12;
}

.review_form button {
    background: var(--primary-color);
}


/* -------------- Design select Method Modal --------------------------- */

/* Modal Content Styling */

.modal-body {
    padding: 2rem;
}

/* Design Option Box Styling */
.design-option {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    /* બન્ને બોક્સની સરખી ઊંચાઈ માટે */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.design-option:hover {
    border-color: #0d6efd;
    /* હોવર પર બ્લુ બોર્ડર */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Icon Styling */
.design-option .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e0f3ff;
    /* આઇકોનની પાછળનો બ્લુ કલર */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    /* આઇકોનને સેન્ટરમાં રાખવા */
}

.design-option .icon-circle i {
    font-size: 32px;
    color: #007bff;
}

.design-option h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.design-option ul {
    list-style: none;
    /* બુલેટ પોઇન્ટ્સ દૂર કરવા */
    padding-left: 0;
    margin: 0;
    color: #555;
}

.design-option ul li {
    margin-bottom: 5px;
}

.design-option ul li .bi-check {
    color: #28a745;
    /* લીલો ચેકમાર્ક કલર */
    font-weight: bold;
}

/* Modal Footer Styling */
.modal-footer {
    border-top: none;
    /* Footer ઉપરની લાઇન દૂર કરવા */
    justify-content: center;
    /* લિંકને સેન્ટરમાં રાખવા */
    padding-bottom: 1.5rem;
}

.modal-footer .skip-link {
    color: #6c757d;
    text-decoration: underline;
    background: none;
    border: none;
}

.modal-footer .skip-link:hover {
    color: #000;
}



/* ---------------------------------------------
            16. Cart page
-----------------------------------------------*/

/* --- Progress Stepper --- */
.progress-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.step {
    display: flex;
    align-items: center;
    color: #adb5bd;
    /* Inactive color */
    font-weight: 500;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-weight: bold;
}

.step.active .step-circle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.step.active {
    color: #212529;
    /* Active text color */
}

.step-line {
    width: 100px;
    height: 2px;
    background-color: #adb5bd;
    margin: 0 1rem;
}

/* --- Cart Item Card --- */
.cart-item-card {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-details dl {
    margin-bottom: 0;
}

.product-details dt {
    font-weight: normal;
    color: #6c757d;
}

.product-details dd {
    font-weight: 500;
}

.cart-item-actions a {
    text-decoration: none;
    color: #6c757d;
    font-size: 0.9rem;
}

.cart-item-actions a:hover {
    color: var(--primary-color);
}

/* --- Quantity Selector --- */
.quantity-selector {
    border: 1px solid var(--border-color);
}

/* --- Order Summary Card --- */
.summary-card {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.grand-total {
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-checkout {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
}

/* --- Features Section --- */
.features-section .feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem 0;
    border-right: 1px solid var(--border-color);
}

.features-section .feature-item:last-child {
    border-right: none;
}

.features-section i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Floating Icons */
.floating-icon {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}


/* ---------------------------------------------
            17. Checkout page
-----------------------------------------------*/
.checkout_area .checkout_form .title h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.custome_checkbox input {
    width: 18px;
    height: 18px;
    margin-right: 8px;

}

.custome_checkbox label {
    font-size: 18px;
    margin: 0;
}

.custome_radio input {
    width: 18px;
    height: 18px;
    border-color: var(--text-light-color);
}

.subtotal_area .note p {
    color: var(--text-light-color);
    margin: 0 0 20px 0;
    font-size: 14px;
}


.checkout_btn .btn {
    background: var(--primary-color);
    padding: 9px 20px;
    border-radius: 28px;
    color: var(--text-white);
    transition: 0.4s all ease-in-out;
}

.checkout_btn .btn:hover {
    background: var(--secondary-color);
    color: var(--text-white);
}

.checkout_btn .btn span {
    padding-left: 8px;
}

.account_register .ragister h4 {
    font-weight: 600;
    font-size: 36px;
    padding: 0 0 40px 0;
}

.account_register .forgot_password {
    text-align: end;
}

.account_register .forgot_password a {
    color: var(--primary-color);
    font-weight: 500;
}

.submit_btn {
    text-align: center;
}

.submit_btn button {
    padding: 10px 70px;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--text-white);
    margin: 35px 0 0 0;
    font-size: 20px;
}

.divider {
    text-align: center;
}

.divider img {
    width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* =====================================================
            checkout new page css
=========================================================*/
/* --- Progress Stepper --- */
.progress-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.step {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-weight: 500;
}

.step .step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-weight: bold;
}

.step.completed .step-circle {
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.step.active .step-circle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.step.completed {
    color: var(--primary-color);
}

.step.active {
    color: #212529;
}

.step-line {
    width: 100px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 0 1rem;
}

/* --- Form Sections --- */
.form-section {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
}

.form-section h5 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #343a40;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
}

.form-control, .form-select {
    padding: 0.8rem 1rem;
    background-color: var(--input-bg);
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 178, 169, 0.25);
    border-color: var(--primary-color);
}

/* --- Custom Radio/Checkbox Options --- */
.option-box {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
}

.option-box .form-check-input {
    float: left;
    margin-right: 1rem;
}

.option-box .form-check-input:checked~.option-content {
    font-weight: bold;
}

input[type="radio"]:checked+label.option-box {
    border-color: var(--primary-color);
    background-color: #f3f3ff;
    border-width: 2px;
}

/* --- Order Summary Card --- */
.summary-card {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    position: sticky;
    /* પેજ સ્ક્રોલ કરવા પર ઓર્ડર સમરી દેખાય તે માટે */
    top: 20px;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.grand-total {
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-checkout {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
}

.price-details-toggle {
    text-decoration: none;
    font-weight: 500;
}


/* =====================================================
            Upload Art Work Page css
=========================================================*/
.main-header {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.header-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.header-nav-link.active,
.header-nav-link:hover {
    border-color: var(--dark-blue-color);
    background-color: #f0f5ff;
    color: var(--dark-blue-color);
}

.header-nav-link i {
    margin-right: 8px;
}

/* Sub-header Banner */
.sub-header-banner {
    background-color: var(--light-blue-bg);
    color: #005f7d;
    padding: 1rem;
    font-weight: 500;
}

.info-item i {
    color: var(--dark-blue-color);
    margin-right: 5px;
}

/* Upload Section */
.upload-section {
    padding: 40px 0;
}

.upload-box {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.upload-box:hover, .upload-box.selected {
    border-color: var(--dark-blue-color);
    border-width: 2px;
}

.upload-box .checkmark {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background-color: var(--dark-blue-color);
    color: white;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
}

.upload-box.selected .checkmark {
    display: block;
}

.upload-box h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.btn-browse {
    background-color: var(--dark-blue-color);
    color: white;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 8px;
    border: none;
}

.btn-browse:hover {
    background-color: #082250;
}

.info-icon {
    font-size: 24px;
    color: var(--dark-blue-color);
    background-color: #eef2ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto;
}

/* Preview Section */
#preview-section {
    display: none;
    /* શરૂઆતમાં આ આખો વિભાગ છુપાવેલો રહેશે */
    padding: 1rem 0;
}

.preview-container {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.preview-container img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

.preview-container .remove-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.add-more-box {
    border: 2px dashed var(--border-color);
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    margin: 10px;
    color: var(--text-color);
}

.add-more-box:hover {
    border-color: var(--dark-blue-color);
    color: var(--dark-blue-color);
}

.add-more-box i {
    font-size: 30px;
}

/* Note Section */
.note-section {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Bottom Fixed Bar */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.action-container {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: sans-serif;
}

.quantity-input-wrapper {
    display: flex;
    border: 1px solid #555;
    border-radius: 6px;
    overflow: hidden;
}

.quantity-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.quantity-btn:hover {
    background-color: #e0e0e0;
}

#quantity-input {
    width: 70px;
    text-align: center;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

#quantity-input:focus {
    outline: none;
}

#quantity-input::-webkit-outer-spin-button,
#quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#quantity-input[type=number] {
    -moz-appearance: textfield;
}

.btn-add-to-cart {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    padding: 12px 24px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-add-to-cart:hover {
    background-color: #0069d9;
}