/***************

1.BASIC
2.HELPER
3.NAVBAR
3.1.TOP NAVBAR
4.HOME
5.FEATURES
6.SERVICES
7.WORK FLOW 
8.PORTFOLIO
9.WEB FORM
10.TESTIMONIAL
11.PRICING
11.FUNFACTS
12.CTA
13.FAQ
14.CONTACT US
15.FOOTER
16.RESPONSIVE
17. HR LINE TEXT
18. CAROUSELS
19. RIBBONS
20. BADGES
*****************/

@font-face {
font-family: "proximanova-regular-webfont";
src: url("../fonts-front/proximanova-regular-webfont.ttf");
src: url("../fonts-front/proximanova-regular-webfont.woff") format("woff"),
    url('../fonts-front/proximanova-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: "proximanova-semibold-webfont";
src: url("../fonts-front/proximanova-semibold-webfont.otf");
src: url("../fonts-front/proximanova-semibold-webfont.woff") format("woff"),
    url('../fonts-front/proximanova-semibold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: "Beast-vs-SpreadTall_6421";
    src: url("../fonts-front/Beast-vs-SpreadTall_6421.ttf");
    src: url("../fonts-front/Beast-vs-SpreadTall_6421.woff") format("woff"),
    url('../fonts-front/Beast-vs-SpreadTall_6421.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: "vinque.rg-regular";
    src: url("../fonts-front/vinque.rg-regular.ttf");
    src: url("../fonts-front/vinque.rg-regular.woff") format("woff"),
    url('../fonts-front/vinque.rg-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*=================
    01.BASIC
===================*/

body {
    font-family: 'proximanova-regular-webfont', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proximanova-semibold-webfont', sans-serif;
}

/* Global overrides for heading sizes */
h1 {
    font-size: 1.5rem; 
}

h2 {
    font-size: 1.35rem; 
}

h3 {
    font-size: 1.15rem; 
}

h4 {
    font-size: 1.1rem; 
}

h5 {
    font-size: 1.05rem; 
}

h6 {
    font-size: 1rem; 
}

a {
    color: #006AC4;
}

a:hover {
    color: #00B5FF;
}

a,
a:hover,
a:focus,
button {
    /*text-decoration: none !important;*/
    outline: none !important;
}

::selection {
    background: rgba(156, 175, 179, 0.6);
}

::-moz-selection {
    background: rgba(156, 175, 179, 0.6);
}

.back_top_angle_up {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-image: linear-gradient(-225deg, #00A753 0%, #00A753 53%, #00A753 100%);
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 35px;
    transition: all 0.5s;
}

.back_top_angle_up i {
    color: #fff;
    line-height: 35px;
    font-size: 28px;
    display: block;
}

/* Increase font size for mobile devices */
@media (max-width: 600px) {
    body {
        font-size: 18px; /* Adjust this value as needed */
        line-height: 1.4; /* Adjust this value as needed */
    }
}

/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on_dark {
    background-color: rgba(50, 57, 67, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg_overlay_cover_on {
    background: rgba(27, 31, 37, 0.85);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text_custom {
    color: #006732 !important;
}

.bg_gradiant_custom {
    background-color: #002837;
}

.btn_small {
    padding: 10px 14px;
}

.btn_small:hover {
    color: #fff;
    background-color: #006731;
}

.btn {
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
    letter-spacing: 0.2px;
    box-shadow: none !important;
    outline: none !important;
}

.btn_round {
    border-radius: 30px !important;
}



.btn_1st_night {
    border: 2px solid rgba(0, 40, 55, 1);
    color: #fff;
    background-color: rgba(0, 40, 55, 1);
    border-radius: 3px;
}

.btn_1st_night:hover,
.btn_1st_night:focus,
.btn_1st_night:active,
.btn_1st_night.active,
.btn_1st_night.focus,
.btn_1st_night:active,
.btn_1st_night:focus,
.btn_1st_night:hover,
.open > .dropdown-toggle.btn_1st_night {
    color: #fff;
    background-color: rgba(0, 40, 55, 1);
    border-color: rgba(0, 40, 55, 1);
    border: 2px solid rgba(0, 40, 55, 1);
}

.btn_outline_1st_night {
    border: 1px solid rgba(0, 40, 55, 1);
    color: rgba(0, 40, 55, 1);
}

.btn_outline_1st_night:hover,
.btn_outline_1st_night:focus,
.btn_outline_1st_night:active,
.btn_outline_1st_night.active,
.btn_outline_1st_night.focus,
.btn_outline_1st_night:active,
.btn_outline_1st_night:focus,
.btn_outline_1st_night:hover,
.open > .dropdown-toggle.btn_outline_1st_night {
    color: #FFF;
    background-color: rgba(0, 40, 55, 1);
    border-color: rgba(0, 40, 55, 1);
}

.stablemark {
    font-family: "Beast-vs-SpreadTall_6421";
    color: #006732;
}

.vinque {
    font-family: "vinque.rg-regular";
}

.btn_custom {
    border: 2px solid #006732;
    color: #fff;
    background-color: #006732;
    border-radius: 3px;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
    color: #fff;
    background-color: #006732;
    border-color: #006732;
    border: 2px solid #006732;
}

.btn_outline_custom {
    border: 1px solid #006732;
    color: #006732;
}

.btn_outline_custom:hover,
.btn_outline_custom:focus,
.btn_outline_custom:active,
.btn_outline_custom.active,
.btn_outline_custom.focus,
.btn_outline_custom:active,
.btn_outline_custom:focus,
.btn_outline_custom:hover,
.open > .dropdown-toggle.btn_outline_custom {
    color: #FFF;
    background-color: #006732;
    border-color: #006732;
}

.btn_custom_small {
    border: 1px solid #00A753;
    border-radius: 3px;
    background-color: rgba(0, 167, 83, 1);
    color: #fff;
}

.stickyadd.custom-nav .btn_custom_small {
    border: 1px solid #00A753;
    color: #fff;
    background-color: #00A753;
    border-radius: 3px;
}

.stickyadd.custom-nav:hover .btn_custom_small:hover {
    border: 1px solid #006731;
    color: #fff;
    background-color: #006731;
    border-radius: 3px;
}

.btn_search_small {
    border: 1px solid #6c757d;
    border-radius: 3px;
    background-color: rgba(108, 117, 125, 1);
    color: #fff;
}

.stickyadd.custom-nav .btn_search_small {
    border: 1px solid #6c757d;
    color: #fff;
    background-color: #6c757d;
    border-radius: 3px;
}

.stickyadd.custom-nav:hover .btn_search_small:hover {
    border: 1px solid #4a535b;
    color: #fff;
    background-color: #4a535b;
    border-radius: 3px;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 20px;
    padding-bottom: 80px;
}

.section_title_all h3 {
    font-size: 22px;
    /*text-transform: capitalize;*/
    font-weight: bold;
}

.section_subtitle {
    max-width: 600px;
}

.section_title_all span {
    color: #00A753;
}

.section_subtitle_border {
    height: 2px;
    background-color: #00A753;
    width: 100px;
    background-image: linear-gradient(135deg, #00A753, #fff);
}


/*======================
    03  NAVBAR
=======================*/


.custom-nav {
    padding: 0px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    /*transition: all 0.5s ease-in-out;*/
}

.custom-nav .navbar-nav li a {
    color: #000000;
    font-size: 15px;
    /*background-color: transparent !important;*/
    padding: 15px 0;
    margin: 0 7px;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.navbar-brand img {
    height: 28px;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom-nav .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom-nav .navbar-brand.logo img {
    height: 28px;
}

.stickyadd.custom-nav {
    margin-top: 0px;
    padding: 0px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

/*.custom-nav .navbar-nav li.active a,*/
.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active {
    color: #5BC0DE !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    /*background-color: transparent;*/
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}



/*======================
    03.01 MAIN + TOP NAVBAR
=======================*/

/* Top Navbar Styles */
.top-navbar {
    height: 34px; /* 80% of main navbar height (assuming main navbar is 80px) */
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white; /* Keep background white */
    z-index: 1040; /* Higher than main navbar */
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
}

/* Main Navbar Styles */
.main-navbar {
    position: sticky;
    top: 34px; /* Sticks below the top navbar */
    width: 100%;
    background-color: white; /* Keep background white */
    z-index: 1030; /* Lower than top navbar */
    border-bottom: 1px solid #9b9b9b;
    font-weight: 500;
    color: #000000;
}

.top-navbar .phone-number {
    font-size: 16px;
    font-weight: 500;
}

.top-navbar .top-text {
    font-size: 16px;
    font-weight: 500;
}

.top-navbar .top-icons .material-icons {
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
}

/* Mobile specific styles */
@media (max-width: 767.98px) {
    .top-navbar .top-text {
        display: none;
    }
}





/*================
    04.HOME
==================*/

.header_title {
    letter-spacing: 1px;
}

.home_subtitle {
    color: #000000;
    max-width: 550px;
    line-height: 1.8;
}

.home_small_title_border {
    height: 2px;
    width: 70px;
    background-color: #886AEA;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
}

.software_home_dashbord img {
    position: relative;
    top: 60px;
    z-index: 100;
    max-width: 900px;
}

.software_home_extra_p {
    padding-top: 150px;
}


/*------------------
   HOME BG OVERLAY
------------------*/

.bg_home_soft_img {
    background-image: url(../images/casual-1.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg_overlay_cover_software {
    background-image: linear-gradient(-225deg, #65379B 0%, #886AEA 53%, #886AEA 100%);
    /*background: rgba(27, 31, 37, 0.85);*/
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*-------------------
    HOME - 7
--------------------*/

.up-index {
    z-index: 2;
}


/*------------------
    HOME - 9
-------------------*/

.bg_home_dark_img {
    background-image: url(../images/business-women-.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*-------------------
    LOG IN PAGE
--------------------*/

.business_form_custom .form-control:focus {
    border-color: #886AEA !important;
    box-shadow: none;
    outline: 0;
}

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #886AEA;
}

.landing_form_custom {
    box-shadow: 0 0 5px 0px #fffafa;
    padding: 40px;
}


/*===================
    ABOUT US
====================*/

.lan_about_boxed {
    transition: all 0.5s;
}

/*
.lan_about_boxed:hover .lan_about_icons {
    -webkit-transform: translate(0, -15px) rotate(13deg);
    transition: all 0.6s;
    cursor: pointer;
}
*/

.lan_about_boxed .lan_about_icons {
    transition: all 0.5s;
    display: inline-block;
    font-size: 36px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    margin: 2px 0;
    overflow: hidden;
    border-radius: 50%;
    background: #00A753;
}

.lan_about_boxed .lan_about_content h5 {
    font-size: 20px;
    font-weight: 700;
}

.lan_about_boxed .lan_about_content p {
    font-size: 16px;
}


/*====================
   05. FEATURES
====================*/

.features_box_title_top {
    max-width: 400px;
    line-height: 1.4;
}

.features_border_top {
    height: 4px;
    background: #00A753;
    width: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.soft_features_icon i {
    font-size: 34px;
    background: rgba(0, 167, 83, 1);
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 5px;
}

.soft_features_header_main .features_heading {
    max-width: 400px;
    line-height: 1.4;
}

.soft_features_icon span {
    position: relative;
    top: -10px;
}

.soft_content_box i {
    float: left;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-right: 35px;
}

.business_choose_icon span {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    /*background-image: linear-gradient(-225deg, #006731 0%, #00A753 53%, #00A753 100%);*/
    background-color: #00A753;
}

.business_choose_details {
    overflow: hidden;
}


/*====================
   0.6  SERVICES
======================*/

.landing_services_boxes .landing_services_icon i {
    font-size: 44px;
}

.landing_services_content p {
    line-height: 1.6;
}


/*==================
    0.7 WORK FLOW
====================*/

.how_it_work_box_landing {
    border: 1px dashed #ededed;
}

.how_it_work_box_landing span {
    font-size: 42px;
    opacity: 0.5;
}

.process_features_number i {
    font-size: 40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}


/*=====================
    0.8 PORTFOLIO
======================*/

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 8px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #9a9a9a;
    display: inline-block;
    transition: all 0.5s;
    margin-top: 5px;
    padding: 6px 16px;
    border-radius: 5px;
}

.work_menu li a.active {
    background: rgba(136, 106, 234, 0.41);
    color: #886AEA;
}

.work_menu li a:hover {
    background: rgba(136, 106, 234, 0.41);
    color: #886AEA !important;
}

.work_item {
    padding: 15px;
}

.work_item .work_box {
    box-shadow: 0 0px 35px 1px rgba(179, 179, 179, 0.25);
}

.work_item .work_box .work_detail p {
    font-size: 13px;
}

.work_item .work_box .work_detail h4 {
    font-size: 18px;
}


/*================
   0.9 WEB FORM
==================*/

.cta_details_mx {
    max-width: 635px;
    color: #e4e4e4;
}

.subcribe-newslatter input {
    padding: 14px 12px;
    width: 100%;
    font-size: 16px;
    color: #4c5667 !important;
    border: none;
    padding-left: 30px;
    background-color: #f1f1f1;
    border-right: 2px;
}

.subcribe-newslatter button {
    position: absolute;
    top: 2px;
    right: 2px;
    outline: none !important;
    /* border-radius: 30px; */
    font-size: 15px;
    padding: 12px 30px;
}

.subcribe-newslatter form {
    max-width: 550px;
}

.title_subscriber {
    max-width: 400px;
}

.video_section .presentation_icon {
    position: absolute;
    top: 50%;
    left: 51%;
    margin-left: -40px;
    margin-top: -40px;
}

.presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    background-image: linear-gradient(-225deg, #65379B 0%, #886AEA 53%, #886AEA 100%);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    line-height: 65px;
}

.section_icons i {
    font-size: 40px;
    background-color: #ffffff;
    color: #886AEA;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}


/*====================
  10. TESTIMONIAL
=====================*/

.team-content h5 {
    font-size: 16px;
    font-weight: 700;
}

.team-content p {
    font-size: 16px;
}

.logo_img img {
    max-height: 120px;
    width: auto !important;
}

.logo_img img {
    opacity: 0.8;
}


/*=====================
   11. PRICING
======================*/

.landing_price_box {
    padding: 40px 25px;
}

.landing_price_features p {
    line-height: 1.8;
}

.landing_plan_price h6 {
    font-size: 14px;
}

.business_price_icon i {
    font-size: 42px;
}

.business_price_header {
    border-bottom: 1px solid #d6d6d6;
}


/*==========================
    11.FUNFACTS
============================*/

.bg_counter_cover {
    background-image: url(../images/bg_counter.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.counter_box .info_name {
    font-size: 16px;
    color: #ededed;
}

.counter_box .counter_icon {
    font-size: 38px;
}

.counter_img img {
    box-shadow: 0px 0px 39px 20px rgba(228, 228, 228, 0.23);
}


/*====================
   12. CTA
====================*/

.cta_details {
    max-width: 635px;
    line-height: 2.0;
}


/*====================
    13. FAQ
=====================*/

.landing_faq_box {
    max-width: 500px;
}

.faq_box_right i {
    float: left;
    color: #2575fc;
    font-weight: 700;
    font-size: 28px;
}

.faq_content {
    overflow: hidden;
    padding-left: 26px;
}

.faq_subtitle {
    line-height: 26px;
}


/*======================
  14. CONTACT US
========================*/

.buss_form_custom {
    max-width: 900px;
}

.buss_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.buss_form_custom .form-control:focus {
    border-color: #886AEA !important;
    box-shadow: none;
    outline: 0;
}

.buss_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}


/*================
    15. FOOTER
==================*/

.footer_social_icon .social_icon {
    border-radius: 35px;
    background-color: rgba(188, 188, 188, 0.12);
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}

.logo_footer img {
    max-width: 200px;
}

.footer_about_detail p {
    color: #d3d3d3;
}

.footer_links_all ul li a {
    color: #000000;
    margin-bottom: 6px;
    display: block;
    transition: all 0.5s;
}

.footer_links_all ul li a:hover {
    color: #00B5FF;
}

.footer_alt_cpy {
    color: #000000;
}

.content_details p {
    overflow: hidden;
}

.content_details {
    overflow: hidden;
}


/*=====================
    16. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title_landing {
        font-size: 32px;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }
    .custom-nav .navbar-nav li.active a {
        color: #16d4e2 !important;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .home-bg,
    .h-100vh.jarallax,
    .h-100vh.bg-dark,
    .full_height_100vh_home,
    .full_height_100vh {
        padding: 110px 0;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
    .cta_heading h2 {
        font-size: 26px
    }
    .software_home_dashbord img {
        max-width: 100% !important;
        top: 35px;
    }
    .header_title {
        font-size: 30px;
    }
    .landing_form_custom {
        box-shadow: 0 0 5px 0px #fffafa;
        padding: 10px;
    }
    .business_form_custom .form-control {
        height: 45px;
        font-size: 14px;
        border-color: #886AEA;
    }
}


@media (max-width: 600px) {
    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    h5 {
        font-size: 1.05rem;
    }
    h6 {
        font-size: 1rem;
    }
}

/*=================
    17.HR LINE TEXT
===================*/

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, .1);
}
  
hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*=================
    18.CAROUSELS
===================*/

/* DESKTOP */
.small-carousel img {
    max-width: 100px;
    cursor: pointer;
    margin-right: 5px;
}
.small-carousel img.active {
    border: 2px solid grey;
}
.small-carousel {
    display: flex;
    overflow-x: auto;
}
.zoom-in, .zoom-out {
    cursor: zoom-in;
}
.zoom-out {
    cursor: zoom-out;
}
.fullscreen-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 1051; /* Increase z-index to ensure it is above carousel controls */
}
#fullscreenOverlay .fullscreen-icon {
    display: none;
}
.carousel-inner {
    overflow: hidden;
}
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}
.fullscreen-carousel {
    position: relative;
    width: 90%;
    height: 100%;
    display: flex;
}
.fullscreen-carousel .carousel-inner {
    width: 80%;
    height: 100%;
}
.fullscreen-carousel .carousel-inner img {
    max-height: 100vh;
    object-fit: contain;
}
.fullscreen-carousel .small-carousel {
    flex-direction: column;
    width: 20%;
    overflow-y: auto;
}
.fullscreen-carousel .small-carousel img {
    margin-bottom: 10px; 
}
.fullscreen-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: white;
    font-size: 24px;
}

/* MOBILE */

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: gray;
    margin: 0 2px;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
}
.carousel-dot.big {
    width: 10px;
    height: 10px;
    background-color: black;
}
.carousel-dot.medium {
    width: 8px;
    height: 8px;
    background-color: darkgray;
}
.carousel-dot.small {
    width: 6px;
    height: 6px;
}
.carousel.pointer-event {
    touch-action: pan-y pinch-zoom !important;
}

/*=================
    19.RIBBON
    Over card - it goes with
    <div class="card mb-4 shadow-sm position-relative">
    <div class="ribbon">AntiqueQuest</div> - where the ribbon should be placed
===================*/

.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    width: 100px;
    height: 30px;
    background-color: rgb(0, 103, 49);
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 0.8em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    
}

/*=================
    20.BADGES
===================*/

.badge-outline-secondary {
    border: 1px solid rgba(108, 117, 125, 1); /* Improved visibility on mobile */
    color: rgba(108, 117, 125, 1);
    background-color: transparent;
    font-size: 1rem;      /* Small font size */
    padding: 0.25rem 1.25rem; /* Padding for button-like look */
    border-radius: 0.25rem;  /* Slight rounding for corners */
}

@media (max-width: 768px) {
    .badge-outline-secondary {
        border: 2px solid #6c757d; /* Thicker border for better visibility on smaller screens */
    }
}

.shipping-banner {
    background-color: #fff7cc; /* soft attention-grabbing yellow */
    color: #000000; /* or use #00491f for a green tone */
    font-weight: 500;
    font-size: 15px;
    padding: 8px 0;
    z-index: 1050;
    position: sticky;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e6d27a; /* warm yellow border */
}
