@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* :root {
    --first-font: "Open Sans", sans-serif;
} */

* {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

html,
body,
.error {
    height: 100%;
    width: 100%;
}

.dedicated-themes-section {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7FFFF
}

.dedicated-themes-section .section-title h1 {
    font-size: 120px;
    margin: 0 0 30px;
    color: #008B62;
    text-shadow:
        1px 1px 1px #00593E,
        2px 2px 1px #00593E,
        3px 3px 1px #00593E,
        4px 4px 1px #00593E,
        5px 5px 1px #00593E,
        6px 6px 1px #00593E,
        7px 7px 1px #00593E,
        8px 8px 1px #00593E,
        25px 25px 8px rgba(0, 0, 0, 0.2);
}

.dedicated-themes-section .section-title {
    text-align: center;
}

.dedicated-themes-section .section-title p {
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

/* file upload css start */
.chose-files input[type=file]::-webkit-file-upload-button {
    display: none;
}

.chose-files {
    background-color: var(--theme-color);
    border-radius: 15px;
    color: var(--white);
    text-align: center;
    cursor: pointer;
    position: relative;
}

.chose-files>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    color: white;
}

/* file upload css end */

/* footer bottom icon css start */
.site-footer .footer-social-icon a i {
    color: var(--black);
    transition: all 500ms ease-in-out 0s;
}

.site-footer .footer-social-icon a:hover i {
    color: var(--white);
}

/* footer bottom icon css end */

.swiper-wrapper {
    height: auto;
}

.tab-content.active {
    height: auto !important;
}

#final_step .appointment-wrp .form-group span {
    display: flex;
    align-items: center;
    gap: 5px;
}

#final_step .appointment-wrp .form-group label {
    margin-bottom: 0;
}

/* business theme toaster add start */
.toast {
    background-color: #ff3a6e;
    padding: 12px;
    color: var(--white);
    border-radius: 5px;
}

.toast.bg-primary {
    background-color: #0CAF60;
}

.toast .d-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.position-fixed {
    position: fixed;
    top: 15px;
    right: 15px;
    max-width: 300px;
    width: 100%;
}

.btn-close {
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 4;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 10px;
    opacity: 0.5;
    filter: invert(1) grayscale(100%) brightness(200%);
    margin: 0 0 0 auto;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-body {
    font-size: 14px;
}

/* business theme toaster add end */

/* FlexibleHours Module CSS For Flexible slot */
.appointment-sec .checkbox-custom .timeslot-flexible {
    border-color: var(--black) !important;
}

.appointment-sec .checkbox-custom .timeslot-flexible span {
    font-weight: 600 !important;
}

/* FlexibleHours Module CSS End */

/* --- Appointment price details start --- */
.payment-method-form h3 {
    margin-bottom: 15px;
}

.finle-step-btn .step-btn-wrapper {
    display: inline-block;
    margin-left: auto;
}


@media only screen and (max-width: 575px) {
    .finle-step-btn .step-btn-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .appointment_info_details p {
        font-size: 14px;
        padding: 5px 15px;
    }

    .appointment-btn-icon {
        padding: 10px;
    }

    .appointment-btn-icon svg {
        height: 25px;
        width: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .finle-step-btn .btn {
        padding: 10px 14px !important;
    }
}

/* --- Appointment price details end --- */

/* RTL Switch start */
.rtl-btn {
    position: fixed;
    top: 160px;
    right: 0px;
    padding: 14px 12px;
    z-index: 7;
    box-shadow: 0 9px 9px -1px rgb(81 69 157 / 30%);
    border-radius: 8px 0 0 8px;
    border-color: transparent;
}

.rtl-btn .form-switch .form-check-input {
    width: 16px;
    height: 16px;
    padding: 10px 17px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    background-image: url(../assets/images/rtl.svg);
    background-position: left center;
    transition: background-position 0.15s ease-in-out;
}

.rtl-btn .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(../assets/images/rtl.svg);
    background-color: #0CAF60;
    border-color: #0CAF60;
}

.rtl-btn .form-switch {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 5px;
}

.rtl-btn .form-switch .form-check-label {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

/* RTL Switch end */

.appointment-sec .steps ul {
    gap: 0;
}

/* vertical-btns */

.site-header .main-navigationbar .logo-col {
    max-width: 100px;
    width: 100%;
}

/* appointment-btn-css */
.appointment-btn-icon {
    position: fixed;
    top: 235px;
    right: 0px;
    background: var(--theme-color);
    padding: 12px 10px;
    box-shadow: 0 9px 9px -1px rgb(81 69 157 / 30%);
    border-radius: 8px 0 0 8px;
    z-index: 5;
}

.appointment-btn-icon svg {
    height: 30px;
    width: 30px;
}

.appointment-btn-icon svg path {
    stroke: #fdfdfd;
}


@media only screen and (max-width: 575px) {

    .appointment-btn-icon {
        padding: 10px;
    }

    .appointment-btn-icon svg {
        height: 25px;
        width: 25px;
    }
}


/******  appointment-sec dropdown css start *******/
.personSelect ul,
.quantitytax ul {
    max-height: 250px;
    overflow-y: scroll !important;
}

/******  appointment-sec dropdown css end *******/

/* appointment form service or etc dropdown css start */
.appointment-form .form-group ul.list {
    max-height: 120px;
    overflow-y: auto;
}

/* appointment form service or etc dropdown css end */
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.appointment-sec .appointment-wrp .step-btns.finle-step-btn {
    display: flex !important;
    justify-content: end !important;
}


.datepicker-orient-bottom {
    display: block !important;
    position: absolute !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

/* error box css start */

.alert-group-prepend .alert-content {
    padding: 10px 15px;
    gap: 10px;
    margin-bottom: 15px;
}

.alert-theme-toaster-danger {
    background-color: #f8d7da;
    color: #842029;
}

.alert-theme-toaster-success {
    background-color: #81bd69;
    color: #fff;
    border: 1px solid green;
}

.theme-toaster {
    padding: 15px;
    border-radius: 10px;
}

.alert .close {
    border: none;
    background: transparent;
}

.alert .message {
    font-size: 16px;
}

.d-none {
    display: none;
}
.product-wrp .price {
    margin: 20px 0;
    font-weight: 600;
}
.contact-right-bottom .contact-info, .acnav-list1 .footer-col-links .contact-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact-right-bottom .contact-info .contact-image,  .acnav-list1 .footer-col-links .contact-info .contact-image{
    margin-right: 10px;
}
/* error box css end */

.photo-service-sec .photo-card-content .photo-card-detail{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px auto 20px auto;
    max-width: 450px;
}
.footer-col-links .contact-image img{
    height: 20px;
}


/* contact popup */

.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.overlay-popup.popup-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    max-width: calc(600px - 30px);
    width: 100%;
    margin: auto;
    background-color: var(--white);
    border-radius: 10px;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}
.overlay-popup .popup-xl{
    max-width: calc(1200px - 30px);
}


.popup-inner .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: white;
}

.close-popup {
    width: 30px;
    height: 30px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-popup i {
    color: #fff;
}
.popup-inner .content .popup-content{
  padding-top: 10px;
}
.popup-inner .content .popup-header{
    border-bottom: 1px solid black;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    justify-content: space-between;
}
.popup-inner .content .popup-content label{
    color: #000!important;
}
.popup-inner .content .popup-content input ,.popup-inner .content .popup-content textarea{
    border: 1px solid #b3b1b1;
    padding: 9px 20px;
}
.popup-content .nice-select{
    border: 1px solid #b3b1b1;
    padding: 12px 20px;
}
.popup-content .nice-select .option{
    color: #000!important;
}

.popup-inner .content .popup-footer{
    border-top: 1px solid black;
    text-align: end;
    padding: 15px 0 0;
}

.app-details ul{
    display: flex;
    gap: 15px;
    margin-top: 20px;
    max-width: 350px;
}
.app-details ul li{
    flex: 1;
}

@media screen and (max-width: 767px) {
    .popup-inner {
        max-width: calc(100% - 30px);
        max-height: 100vh;
        height: auto;
    }
    .popup-inner .content {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }
}
@media screen and (max-width: 575px) {
    .popup-inner {
        max-height: 100vh;
    }
}
.site-footer .footer-social-icon li a img{
    width: 20px;
    height: 20px;
}

.r-gap{
    row-gap: 16px;
}




@media screen and (max-width:991px) {
    .search_banner-sec .search_box .search-btn svg, .search-result-sec .search-result-filter .filter-box .search-btn svg{
        width: 15px;
    }
    .search_banner-sec .search-box .select-box{
        padding: 10px;
    }
    .search_banner-sec .search_box .search-btn {
        padding: 10px 15px;
    }
    .search-result-sec .search-result .grid-view,.search-result-sec .list-view .list-wrp{
        justify-content: center;
    }
}


@media screen and (max-width:768px) {
    .search_banner-sec .title-content-inner.dash-banner-title {
        height: auto;
        padding-bottom: 20px;
        text-align: center;
    }

    .search_banner-sec .search_box .search-btn {
        padding: 8px 20px;
        margin: 0 auto;
    }

    .search_banner-sec .vcard-banner-bg {
        display: none;
    }

    .search_banner-sec .search_box .search-btn svg {
        width: 16px;
        height: 16px;
    }
    .search_banner-sec .search_box{
        max-width: 100%;
        flex-direction: column;
        padding: 15px;
        border-radius: 15px;
        gap: 10px;
    }

    .search-result-sec .search-result-filter{
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width:481px){
    .search_banner-sec .search_box{
        flex-direction: column;
        padding: 15px;
        border-radius: 15px;
        gap: 10px;
    }
    .search_banner-sec .search-box .select-box{
        border: 0;
        padding: 10px 0;
        margin: 0;
        max-width: 100%;
    }
    .search_banner-sec .search_box .search-btn{
        margin: 0;
    }
    .search_banner-sec .search-box .nice-select:after{
        right: 0;
    }
    .search_banner-sec .img-wrapper{
        padding-top: 90%;
    }
}

/* offcanvas */
.offcanvas .offcanvas-inner {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: var(--white);
    padding: 60px 20px;
    transition: 0.3s;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}
.offcanvas .offcanvas-inner .filter-buttons{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        gap: 10px;
}
.close-btn {
    position: absolute;
    top: 10px;
    left: 15px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: var(--theme-color);
    padding: 7px;
}

/* Open Offcanvas */
.offcanvas.active .offcanvas-inner{
    right: 0;
    transition: 0.3s;
    z-index: 999;
}
.offcanvas.active .offcanvas-inner .filter-dropdown{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.offcanvas.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
}

/* share campaign */
.share-content{
    padding: 30px 0;
}
.share-content .share-icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 25px;
}
.share-content label{
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
}
.share-content .share-icons a {
    height: 38px;
    width: 38px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.share-content .share-icons a svg path{
    transition: unset;
}

.search-result-sec .search-result-filter .section-title {
    margin: 0 !important;
}

.m-70{
    margin-top: -50px;
}
.campagin-categories{
    gap: 5px;
}
.copy-text-wrp{
    display: flex;
    gap: 10px;
}
.copy-text-wrp input{
    padding: 0;
    border: 0;
}
.copy-text-wrp button{
    border: 0;
    background-color: transparent;
    padding: 0;
}
.share-icons a i {
    transition: transform 0.3s ease-in-out;
}

.share-icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

.share-icons a:nth-child(1):hover {
    background: #1877F2;
}

.share-icons a:nth-child(2) {
    color: #000000;
    border-color: #000000;
}

.share-icons a:nth-child(2):hover {
    background: #000000;
}

.share-icons a:nth-child(3) {
    color: #25d366;
    border-color: #25d366;
}

.share-icons a:nth-child(3):hover {
    background: #25d366;
}

.share-icons a:nth-child(4) {
    color: #0762C8;
    border-color: #0762C8;
}

.share-icons a:nth-child(4):hover {
    background: #0762C8;
}

.share-icons a:nth-child(5) {
    color: #dd1717;
    border-color: #dd1717;
}

.share-icons a:nth-child(5):hover {
    background: #dd1717;
}

.share-icons a:nth-child(6) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.share-icons a:nth-child(6):hover {
    background: #0088cc;
}
.share-icons a:hover {
    color: #fff;
    border-color: transparent;
}

.share-icons a:hover i {
    transform: scale(1.2);
}

.campagin-categories .btn-preview{
    padding: 8px 15px;
    margin-top: 10px;
}


/* floating button */
.external-left-btn {
    width: 64px;
    height: auto;
    position: fixed;
    left: -64px;
    top: 15%;
    z-index: 2;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.external-left-btn .show-btn {
    position: absolute;
    right: -55px;
    z-index: 1;
    height: 55px;
    width: 55px;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    padding: 0;
    box-shadow: 0 9px 9px -1px rgba(81, 69, 157, 0.3);
    font-size: 20px;
    border-radius: 0 8px 8px 0px;
    -webkit-border-radius: 0 8px 8px 0px;
    -moz-border-radius: 0 8px 8px 0px;
    -ms-border-radius: 0 8px 8px 0px;
    -o-border-radius: 0 8px 8px 0px;
}
.external-left-btn .left-btn-inner ,.search-left-btn .left-search-btn-inner , .action-left-btn .left-action-btn-inner {
    display: flex;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 10px;
}
.external-left-btn .left-btn-inner a , .search-left-btn .left-search-btn-inner a ,.action-left-btn .left-action-btn-inner a{
    border-radius: 50%;
    padding: 6px;
    background-color: var(--theme-color);
}
.external-left-btn.active ,.search-left-btn.active ,.action-left-btn.active{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.14);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}


.search-left-btn {
    width: 64px;
    height: auto;
    position: fixed;
    left: -64px;
    top: 60%;
    z-index: 2;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-left-btn .show-search-btn {
    position: absolute;
    right: -55px;
    z-index: 1;
    height: 55px;
    width: 55px;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    padding: 0;
    box-shadow: 0 9px 9px -1px rgba(81, 69, 157, 0.3);
    font-size: 20px;
    border-radius: 0 8px 8px 0px;
    -webkit-border-radius: 0 8px 8px 0px;
    -moz-border-radius: 0 8px 8px 0px;
    -ms-border-radius: 0 8px 8px 0px;
    -o-border-radius: 0 8px 8px 0px;
}

/* action-left-btn */
.action-left-btn{
    width: 64px;
    height: auto;
    position: fixed;
    left: -64px;
    top: 35%;
    z-index: 2;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.action-left-btn .show-action-btn {
    position: absolute;
    right: -55px;
    z-index: 1;
    height: 55px;
    width: 55px;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    padding: 0;
    box-shadow: 0 9px 9px -1px rgba(81, 69, 157, 0.3);
    font-size: 20px;
    border-radius: 0 8px 8px 0px;
    -webkit-border-radius: 0 8px 8px 0px;
    -moz-border-radius: 0 8px 8px 0px;
    -ms-border-radius: 0 8px 8px 0px;
    -o-border-radius: 0 8px 8px 0px;
}

/* external-right-btn */

 .variant-right-btn {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 2;
    height: 55px;
    width: 55px;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    padding: 0;
    box-shadow: 0 9px 9px -1px rgba(81, 69, 157, 0.3);
    font-size: 20px;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}
.cart-right-btn {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 2;
    height: 55px;
    width: 55px;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    padding: 0;
    box-shadow: 0 9px 9px -1px rgba(81, 69, 157, 0.3);
    font-size: 20px;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}
.currency-right-btn{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2;
    height: 55px;
    width: 55px;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    padding: 0;
    box-shadow: 0 9px 9px -1px rgba(81, 69, 157, 0.3);
    font-size: 20px;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}
/* Share qrcode popup */
.share-card-popup {
    text-align: center;
}

.client-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin:  0 auto;
}

.share-card-popup .qrcode-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 5px;
    background: var(--theme-color);
}
.qr-link {
    padding: 13px;
    margin: 15px auto;
    border:  1px solid black;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: black;
    font-size: 16px;
    width: fit-content;
}



.social-list {
    margin-top: 10px;
}

.social-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-list li {
    background-color: #e1e1e1;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-list li a i{
    padding: 9px 10px;
font-size: 20px;
color: #000;
}
.social-list li:hover {
    transform: scale(1.1);
    background-color: #e0eaff;
}
.phone-text{
    color: #ff3a6b;
    font-size: 13px;
}
/* Job Apply radio button */
.radio-check {
    display: flex;
    align-items: center;
    gap: 25px;
}

.custom-control {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.custom-control-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-control-label {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

.custom-control-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #cdd6e0;
    border-radius: 50%;
    background: #f7f9fc;
    transition: all 0.3s ease;
}

.custom-control-input:checked + .custom-control-label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-control-label:hover::before,
.custom-control-input:focus + .custom-control-label::before {
    border-color: #00A8D9;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 480px) {
    .radio-check {
        gap: 15px;
    }
    .custom-control-label {
        font-size: 14px;
    }
}



.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
}

.custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    padding-left: 0 !important;
}

/* Checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked {
    border-color: #222;
    background-color: #222;
}

.custom-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Label + link styling */
.custom-checkbox label {
    margin: 0;
    cursor: pointer;
}

#mapContainer{
    height: 100%;
}
/* =========================
   Header Profile Section
========================= */

.theme-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-left: 10px;
}

.theme-avtar {
    width: 43px;
    height: 43px;
    min-width: 43px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

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

.theme-profile .hide-mob p{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    white-space: nowrap;
}

.theme-profile .hide-mob .logout{
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 3px;
    color: #ff3a6e;
    margin-top: 3px;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
    .theme-profile .hide-mob {
        display: none;
    }
}
/* Tooltip container */
[data-bs-toggle="tooltip"] {
    position: relative;
    cursor: pointer;
}

[data-bs-toggle="tooltip"]::after {
    content: attr(data-bs-original-title);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
    z-index: 9999;
}

[data-bs-toggle="tooltip"]::before {
    content: '';
    position: absolute;
    bottom: 93%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

[data-bs-toggle="tooltip"]:hover::after,
[data-bs-toggle="tooltip"]:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.table {
    width: 100%;
    border-collapse: collapse;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ccc;
}

.table td,
.table th {
    padding: 8px;
}

/* Dropdown Menu CSS */
.main-nav .menu-lnk {
    position: relative;
}

.main-nav .menu-lnk .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.main-nav .has-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav .dropdown-menu li {
    list-style: none;
}

.main-nav .dropdown-menu a {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.main-nav .dropdown-menu a:hover {
    background-color: #f8f9fa;
    color: var(--theme-color);
}

.main-nav .dropdown-toggle::after {
    content: '▼';
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.main-nav .has-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}
.sub-header .main-nav{
    gap: 30px;
}
.site-header .main-navigationbar .sub-header .main-nav>li a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;

}
@media (max-width: 768px) {
    .main-nav .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: transparent;
        padding-left: 20px;
    }

}
/* Footer Submenu CSS */
.footer-submenu-parent {
    position: relative;
}

.footer-submenu {
    margin-left: 15px;
    margin-top: 5px;
}

.footer-submenu li {
    margin-bottom: 5px;
}

.footer-submenu a {
    font-size: 13px;
    color: #888;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.footer-submenu a::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ccc;
    font-size: 16px;
    line-height: 1;
}

.footer-submenu a:hover {
    color: var(--theme-color);
}

.footer-submenu a:hover::before {
    color: var(--theme-color);
}

@media (max-width: 768px) {
    .footer-submenu {
        display: none;
    }
}

#mapContainer iframe{
    width: 100%;
}

.blog-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.blog-tag {
    display: inline-block;
    padding: 8px 18px;
    background-color: var(--theme-color);
    color: var(--white);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.blog-tag:hover {
    background-color: var(--black);
    color: var(--white);
}