@import "../css/common.css";
@import "../css/variable.css";

/* Home page styles */
.slide-container {
    background-image: url(../img/HoneyCombBG.jpg);
}

.slider-inner {
    background-image: url(../img/home/hero-banner-bg.png);
    overflow: visible;
    max-width: 960px;
    height: 241px;
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
}

    .slider-inner .carousel-indicators button {
        width: 18px;
        height: 18px;
        border-radius: 100px;
        border: 0 !important;
        margin: 0 !important;
    }

/* Shaped button */
.BannerButtonsCont {
    width: 400px;
    height: 71px;
    background: url(../img/home/bannerButtonBg.png) no-repeat;
    padding: 5px;
}

.BannerButtons {
    margin: 0 auto;
    width: 390px;
    height: 63px;
    background: url(../img/home/bannerButtons.png) no-repeat 0 bottom;
    position: relative;
}

.BannerButtonTrial {
    position: absolute;
    width: 203px;
    height: 60px;
    background: url(../img/home/trialGraphic.png) no-repeat scroll 21px 21px transparent;
}

.BannerButtonTour {
    position: absolute;
    left: 203px;
    width: 186px;
    height: 60px;
    background: url(../img/home/tourGraphic.png) no-repeat scroll 19px 21px;
}

.carousel-indicators button {
    background: url(../img/home/dotNotSelected.png) no-repeat;
    background-size: cover;
    background-color: transparent !important;
    opacity: 1 !important;
}

    .carousel-indicators button.active {
        background: url(../img/home/dotSelected.png) no-repeat;
        background-size: cover;
        background-color: transparent !important;
    }

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    opacity: 1;
}
.carousel-control-next {
    right: -2px;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: block;
    height: 36px;
    width: 36px;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: unset;
    background-size: unset;
}

.carousel-control-prev-icon {
    background-image: url(../img/home/arrow-previous.png);
}

.carousel-control-next-icon {
    background-image: url(../img/home/arrow-next.png);
}

a.StandardButton {
    height: 35px;
    width: 227px;
    overflow: hidden;
    background: transparent url(../img/home/StandardButton.png) no-repeat bottom;
    display: block;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 35px;
}

@media screen and (max-width: 992px) {
    .slider-inner {
        background-image: none;
        height: auto;
        box-shadow: none;
    }

    .carousel-inner .carousel-item img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .slider-inner {
        background-image: none;
        box-shadow: none;
    }

    .nav-menus #snack-div .message{
        font-size: 14px!important;
    }
    .nav-menus #snack-div #snackbar{
        height: 100%;
    }
}
@media screen and (max-width: 576px){
    .nav-menus #snack-div{
        top: 10px!important;
        position: relative;
    }
    .nav-menus #snack-div #snackbar{
        position: relative;
    }
    .nav-menus #snack-div .message {
        font-size: 11px !important;
    }
}

/* Process Page  */
ol.BigNumbers li::marker {
    color: rgb(255, 157, 0);
    /* font-size: 42px; */
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

ol.BigNumbers li div {
    color: rgb(74, 35, 35);
    font-size: 16px;
    line-height: 24px;
    min-height: 55px;
    font-style: normal;
    font-weight: normal;
}

/* Benefits page */

table.CaseSwarmTable th.First {
    border-top-left-radius: 6px;
    border-left: none;
}

table.CaseSwarmTable th:last-child {
    border-top-right-radius: 6px;
}

table.CaseSwarmTable th {
    background-color: #ff9a10;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #efefef;
    font-weight: bold;
    border-left: 1px solid #ffc13a;
    background-image: url(../img/table-img.png);
    background-position: bottom;
    /* background-repeat: repeat-x; */
    line-height: 1.5;
}

table.CaseSwarmTable td {
    border: 1px solid #c89c38;
    /* border-bottom: 1px solid #c89c38; */
    padding: 3px 15px;
}

    table.CaseSwarmTable td.Last {
        border-right: 1px solid #c89c38;
    }

table.CaseSwarmTable th.Last {
    border-top-right-radius: 6px;
}

/* Tours page */

.tours-view .nav-tabs .nav-link {
    color: var(--nav-tab-link);
}

    .tours-view .nav-tabs .nav-link.active {
        color: var(--nav-tab-link-active);
    }

.tours-view .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-tabs li {
    display: table-cell;
    background: url(../img/tours/tab-bg.jpg) repeat-x;
    height: 48px;
    text-align: center;
    font-weight: bold;
    width: 212px;
    vertical-align: middle;
    font-size: 13px;
    cursor: pointer;
    display: flex;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
}

.nav-tabs .nav-link button {
    border-left: 1px solid #bfbfbf;
    height: 100%;
}

.preview1-line-left {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    height: 20px;
    position: absolute;
    right: -110px;
    left: 60px;
    top: -20px;
    width: 300px;
}

.preview1-line-right {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    height: 20px;
    position: absolute;
    right: 130px;
    left: -175px;
    top: -20px;
    width: 300px;
}

.preview5-line-bottom {
    border: 1px solid var(--secondary-color);
    border-top: 0;
    border-right: 0;
    height: 20px;
    position: absolute;
    right: 35px;
    left: 56px;
    bottom: 140px;
    width: 200px;
}

.preview5-line2-bottom {
    border: 1px solid var(--secondary-color);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 20px;
    position: absolute;
    right: 49px;
    left: 160px;
    bottom: 102px;
    width: 145px;
}

.preview1-line-bottom {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    border-right: 0;
    height: 20px;
    position: absolute;
    right: 35px;
    left: 56px;
    bottom: 140px;
    width: 200px;
}

.preview2-line-right {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    border-right: 0;
    height: 42px;
    position: absolute;
    right: 130px;
    left: -175px;
    top: -5px;
    width: 205px;
}

.preview2-line-bottom {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    border-left: 0;
    height: 15px;
    position: absolute;
    right: 0;
    left: -30px;
    top: -17px;
    width: 85px;
}

.preview3-line-bottom {
    border: 1px solid var(--secondary-color);
    border-top: 0;
    border-left: 0;
    height: 15px;
    position: absolute;
    right: 0;
    left: -16px;
    bottom: -17px;
    width: 85px;
}

.preview4-line-bottom {
    border: 1px solid var(--secondary-color);
    border-top: 0;
    border-left: 0;
    height: 15px;
    position: absolute;
    right: 0;
    left: -16px;
    bottom: -17px;
    width: 85px;
}

.preview1-line-right1 {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    border-right: 0;
    height: 20px;
    position: absolute;
    right: 130px;
    left: -263px;
    top: 92px;
    width: 242px;
}

.preview5-line-right1 {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    border-right: 0;
    height: 20px;
    position: absolute;
    right: 130px;
    left: -263px;
    top: 92px;
    width: 242px;
}

.preview5-line-right2 {
    border: 1px solid var(--secondary-color);
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    height: 20px;
    position: absolute;
    right: 130px;
    left: -206px;
    top: 38px;
    width: 195px;
}

.mt-105 {
    margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
    .mt-105 {
        margin-top: 105px;
    }
    .BannerButtonsCont {
       position: absolute;
       bottom: 0;
    }
}

/* Tab 2 */
.previewContent2 {
    height: 555px;
}

/* Features */
#MainContent.Disc li {
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
}

/* Pricing  */
table.CaseSwarmTable td {
    border-left: 1px solid #c89c38;
    border-bottom: 1px solid #c89c38;
    padding: 3px 15px;
}

/* FAQ */
.page-lists h2 {
    margin: 0.8em 0;
    font-size: 1.5em;
}

.ThreadPost {
    padding: 5px 10px;
    background-color: #fafafa;
    background-image: url(../img/HoneyComb[20x32].png);
    background-repeat: repeat;
    border-radius: 7px 7px 0 0;
    border: 1px solid #ababab;
    margin-top: 5px;
}

div.ThreadPost div.ThreadPostContent {
    background: white;
    padding: 5px;
    border: 1px solid #ababab;
    border-radius: 0 0 3px 3px;
}

div.ThreadPostHeader {
    clear: both;
    overflow: hidden;
    background: #ebebeb url(../img/Glass13.png) repeat-x bottom;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ababab;
    border-bottom: none;
}

.ThreadPostinner {
    background: #ebebeb url(../img/Glass13.png) repeat-x bottom;
}

/* Contribute to Case css */
.UserList {
    display: block;
    clear: both;
    border: 1px solid var(--black-color);
    padding: 5px;
    position: relative;
    min-height: 57px;
    max-width: 475px;
}

.user-email {
    background-color: #dfdedf;
}

#CaseResources {
    background-image: url(../img/footer/FooterBackground.jpg);
    background-repeat: repeat;
    width: 100px;
    min-height: 250px;
    padding: 0 0 25px;
}

    #CaseResources hr {
        color: Black;
        border-bottom: 1px solid #554f4c;
        margin: 0 0 15px;
    }

    #CaseResources h3 {
        font-size: 15px;
        font-weight: 300;
        color: #d1c9c6;
        margin: 0;
        padding: 10px 5px;
        text-align: center;
    }

    #CaseResources h4 {
        font-size: 13px;
        font-weight: 300;
        color: #d1c9c6;
        margin: 0;
        padding: 5px;
        text-align: center;
    }

.honey-comb-bg {
    width: 100%;
    max-height: 260px;
    background-image: url(../img/case-contribution/HoneyComb-modal-bg.png);
}

.close-modal {
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 99999;
    background: #000;
    color: #fff;
    border-radius: 50px;
    width: 22px;
    height: 22px;
}

.fs-14 {
    font-size: 14px;
}

#CaseContributors .nav-pills button.nav-link.active .opacity-50,
#contribute .nav-pills button.nav-link.active .opacity-50,
#contribute .nav-pills button.nav-link.active.opacity-50 {
    opacity: 1 !important;
}

.editor-btn {
    height: 32px
}

.form-check-input:checked {
    background-color: #f89900;
    border-color: #f89900;
}

.w-85 {
    width: 85%;
}

.w-15 {
    width: 15%;
}


.custom-card {
    border-radius: 15px;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex: 1;
    cursor: pointer;
}

    .custom-card:hover {
        transform: scale(1.15);
        z-index: 2
    }

.card-title {
    font-weight: bold; /* Bold card title */
}

.btn-primary:hover {
    background-color: #a2c652; /* Darker shade on hover */
}

/* font-family file */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #bb5504;
    --secondary-color: #ffde92;
}

body {
    font-family: poppins;
}

.max-width {
    max-width: 1200px;
}

/* card-section */
.card-description {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    font-size: 11px;
}

.card-heading {
    font-size: 16px;
}

/* form-section */
.cvc-input:focus {
    outline: none !important;
}

.custom-border-1 {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.custom-border-2 {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.card-custom-border {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.custom-size {
    font-size: 13px;
    color: #1a1a1ab2;
}

.custom-padding {
    padding: 8px 12px !important;
}

.form-heading {
    font-size: 20px;
    color: #1a1a1ab2;
}

.custom-height {
    height: 8px;
    width: 10px;
}

.select-border-1 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.select-border-2 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 1 !important;
    box-shadow: none !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.eye-toggle-icon {
    top: 12px !important;
    right: 5px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}


.triangle-exclamation::before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f071";
    display: inline-block;
    font-weight: 900;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.process-completed {
    width: 68px;
}

.nav-tabs .nav-link.active {
    opacity: 1 !important;
}

.nav-tabs .nav-link {
    opacity: 0.5;
}

.required-field-message {
    color: #cd0a0a;
    font-size: 15px;
    margin: 0 0 20px 0;
    border: 1px solid #cd0a0a;
    border-radius: 7px;
    padding: 5px 7px 5px 5px;
    display: inline-block;
    text-shadow: 2px 2px 2px #ababab;
    box-shadow: 2px 2px 2px #ababab;
}

.required-field-info-message {
    color: #2e83ff;
    font-size: 0.8em;
    margin: 0 0 7px 0;
    border: 1px solid #2e83ff;
    border-radius: 7px;
    padding: 5px 7px 5px 5px;
    display: inline-block;
    text-shadow: 2px 2px 2px #ababab;
    box-shadow: 2px 2px 2px #ababab;
}

.validation-icon {
    display: none;
}

.field-validation-error.validation-icon {
    display: block;
}

#snackbar {
    visibility: hidden;
    width: 100%;
    color: red;
    border-radius: 2px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    font-size: 17px;
    height: 76px;
   
} 

#snack-div {
    position: absolute;
    overflow: hidden;
    height: 69px;
    width: 100%;
    top: 6px;  
    background-image: url('images/glass31.png'), url('../img/honeycomb[20x32].png');
}

#snackbar.show {
    visibility: visible;
}
 
.form-input-pass{
    padding-right: 32px;
}

/** Bug fixing new CSS Starts **/
#email-updates {
    color: var(--lighter-fonts);
}

.BigNumbers li div {
    display: inline;
    vertical-align: text-bottom;
}

.faq-inner h2 {
    word-break: break-word;
}
.video-url {
    word-break: break-all;
}
.modal{
    z-index: 10000;
}

.users .nav-pills .nav-link {
    text-align: start;
    color: black;
    padding: 0;
    margin-bottom: 10px;
    white-space: nowrap;
}

.compare-ui .accordion-button {
    background-color: #ff9a10;
}
.compare-ui .users .accordion-button {
    border-bottom: 1px solid #999393;
    box-shadow: none;
}

.compare-ui .accordion-item:first-child accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
h2.Honey.new-honey {
    background-size: 38px;
    line-height: 33px;
    min-height: 40px;
}
.nav-pills .nav-item button.active {
    box-shadow: 2px 5px 4px #000000;
    padding-bottom: 10px;
}
/** New Classes **/
.h320 {
    height: 320px;
    overflow-y: auto;
}
.fs-17 {
    font-size: 17px;
}
.h100 {
    height: 100px!important;
}

@media screen and (max-width: 576px) {
    .carousel-control-next .carousel-control-next-icon, .carousel-control-prev .carousel-control-prev-icon {
        top: -12%;
    }
    .minw-no{
        min-width: 0;
    }
    #CaseResources{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        min-height: unset;
        padding-bottom: 0;
    }
    #CaseResources h3{
        width: 100%;
    }
    .BannerButtons{
        background: none;
        width: 100%;
    }
    .BannerButtonsCont.mobile{
        background: none;
        width: 100%;
        height: auto;
    }
        .BannerButtonsCont.mobile .ButtonTrial, .BannerButtonsCont.mobile .ButtonTour {
            padding: 12px 10px;
            font-weight: 600;
            color: #515151;
            background: linear-gradient(0deg, #96CF37 50%, #D9ED9C 50%);
            text-decoration: none;
            font-size: 13px;
            margin-bottom: 10px;
            box-shadow: inset 0px 0px 4px 0 rgb(0 0 0 / 50%);
        }
        .BannerButtonsCont.mobile .ButtonTour {
            margin-left: -5px;
            background: #DBB352;
            box-shadow: inset 0px 0px 2px 0 rgb(0 0 0 / 50%);
        }
}

/** Bug fixing new CSS Ends **/