/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*
load more
*/
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #fff;
    text-shadow: 2px 2px 2px #000000;
    border: 1px solid #ccc;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

/************end load more****************/
.vertical-center {
    position: absolute;
}

@media (min-width: 250px) {
    .vertical-center {
        width: 250px !important;
        top: 3% !important;
    }
}

@media (min-width: 576px) {
    .vertical-center {
        width: 250px !important;
        top: 3% !important;
    }
}

@media (min-width: 768px) {
    .vertical-center {
        width: 300px !important;
        top: 5% !important;
    }
}

@media (min-width: 992px) {
    .vertical-center {
        width: 350px !important;
        top: 8% !important;
    }
}

@media (min-width: 1200px) {
    .vertical-center {
        width: 400px !important;
        top: 8% !important;
    }
}

@media (min-width: 1400px) {
    .vertical-center {
        width: 400px !important;
        top: 8% !important;
    }
}

.vertical-center-text {
    position: absolute;
    text-align: center;
}

@media (min-width: 250px) {
    .vertical-center-text {
        top: 5% !important;
    }
}

@media (min-width: 576px) {
    .vertical-center-text {
        top: 5% !important;
    }
}

@media (min-width: 768px) {
    .vertical-center-text {
        top: 7% !important;
    }
}

@media (min-width: 992px) {
    .vertical-center-text {
        top: 9% !important;
    }
}

@media (min-width: 1200px) {
    .vertical-center-text {
        top: 13% !important;
    }
}

@media (min-width: 1400px) {
    .vertical-center-text {
        top: 13% !important;
    }
}

@media (max-width: 480px) {

    .slider-arrow-left,
    .slider-arrow-right {
        display: none;
    }
}

.file-caption.icon-visible .file-caption-name {
    /* font-family: "Lato", sans-serif; */
    color: #666;
}

.form-widgets {
    position: relative;
}



@media (max-width: 992px) {
    .process-steps {
        display: none;
    }
}

/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/

.process-steps {
    margin: 0 0 40px;
    list-style: none;
}

.process-steps li {

    position: relative;
    text-align: center;
    /*  overflow: hidden; */
}

.process-steps li .i-circled {
    margin-bottom: 0 !important;
}

.process-steps li a {
    padding: 10px;
}

.process-steps li .i-bordered {
    background-color: #fff;
}

.process-steps li h5 {
    margin: 15px 0 0 0;
    font-size: 1rem;
    font-weight: 300;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #dbb15d;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
    background-color: #dbb15d !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #dbb15d !important;
}

@media (min-width: 992px) {

    .process-steps li::before,
    .process-steps li::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        margin-left: -26px;
        width: 50%;
        border-top: 1px dashed #ddd;
    }

    .process-steps li::after {
        left: auto;
        right: 0;
        margin: 0 -26px 0 0;
    }

    .process-steps li:first-child::before,
    .process-steps li:last-child::after {
        display: none;
    }
}

.process-steps li .i-bordered {
    background-color: rgba(219, 177, 93, 0.25);
}

@media (min-width: 992px) {

    .process-steps li::before,
    .process-steps li::after {
        border-top-color: rgba(219, 177, 93, 0.5);
    }
}


.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #dbb15d;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}



/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

.tab-nav {
    font-family: "Roboto Slab", serif !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 2px solid #333;
    list-style: none;
    padding: 0;
}

.tabs-justify {
    top: -72px;
}

.tab-nav li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    border: 2px solid #333;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

.tabs-justify .tab-nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-nav li:first-child {
    border-left: 1px solid #222;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    color: var(--primary);
    height: 40px;
    line-height: 40px;
    /*  background-color: #222; */
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .tab-nav li a {
        font-size: 0.875rem;
    }
}

.tab-nav li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #000;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    padding: 16px 30px;
    height: 71px;
    font-size: 16px;
    font-weight: 500;
}

ul.tab-nav:not(.tab-nav-lg) li,
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    top: auto;
    height: 72px;
}

ul.tab-nav:not(.tab-nav-lg) li a img {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs-alt .tab-nav li {
    border-color: transparent;
}

.tabs-alt .tab-nav li:first-child {
    border-left: 0;
}

.tabs-alt .tab-nav li a {
    background-color: #fff;
}

.tabs-alt .tab-nav li.ui-tabs-active a {
    border: 1px solid #ddd;
    border-bottom: 0;
}

/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs-tb .tab-nav li.ui-tabs-active a {
    top: -1px;
    height: 43px;
    line-height: 38px;
    border-top: 2px solid #dbb15d;
}

.tabs-alt.tabs-tb .tab-nav li.ui-tabs-active a {
    height: 42px;
}

/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs-bb .tab-nav {
    padding: 0;
}

.tabs-bb .tab-nav li {
    border: 0 !important;
    margin: 0;
}

.tabs-bb .tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #dbb15d;
    top: -2px;
    height: 44px;
    line-height: 44px;
}

/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/

.tab-nav.tab-nav2 {
    border-bottom: 0;
    padding: 0;
}

.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

.tab-nav.tab-nav2 li a {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #dbb15d;
    color: #fff;
}

/* Tabs - Large Navigation
-----------------------------------------------------------------*/

.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

.tab-nav-lg li {
    position: relative;
    text-align: center;
    padding: 1rem;
}

.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

.tab-nav-lg li.ui-tabs-active a {
    color: #dbb15d;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::before,
.tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -50px;
    border: solid transparent;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
    border-top-color: #fff;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
    border-top-color: #fff;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

.tabs .tab-content:not(:first-child) {
    display: none;
}

.tab-nav i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered .tab-nav {
    padding: 0;
}

.tabs-bordered .tab-nav li:first-child {
    margin-left: 0;
}

.tabs-bordered .tab-container {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
}

/* Tabs - Side Tabs
-----------------------------------------------------------------*/

@media (min-width: 768px) {
    .side-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-tabs .tab-nav {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-flow: column;
        min-width: 200px;
        width: auto;
        max-width: 100%;
        padding: 20px 0;
        border-bottom: 0;
        border-right: 1px solid #ddd;
    }

    .side-tabs .tab-nav li {
        border: 1px solid #ddd;
        border-right: 0;
        border-top: 0;
        height: auto;
        text-align: left;
    }

    .side-tabs .tab-nav li:first-child {
        margin-left: 0;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .side-tabs .tab-nav li a {
        height: auto;
        line-height: 44px;
    }

    .side-tabs .tab-nav li.ui-tabs-active a {
        top: 0;
        right: -1px;
    }

    .side-tabs .tab-container {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 15px 0 0 20px;
    }

    .ui-tabs .ui-tabs-hide {
        position: absolute !important;
        left: -10000px !important;
        display: block !important;
    }

    /* Tabs - Side Tabs & Nav Style 2
	-----------------------------------------------------------------*/

    .side-tabs .tab-nav.tab-nav2 {
        border: 0;
    }

    .side-tabs .tab-nav.tab-nav2 li {
        border: 0;
        margin: 6px 0 0;
    }

    .side-tabs .tab-nav.tab-nav2 li:first-child {
        margin-top: 0;
    }

    .side-tabs .tab-nav.tab-nav2 li a {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .side-tabs .tab-nav.tab-nav2 li.ui-state-active a {
        right: 0;
    }

    /* Tabs - Side Tabs & Bordered
	-----------------------------------------------------------------*/

    .tabs-bordered.side-tabs .tab-nav {
        position: relative;
        padding: 0;
        z-index: 2;
        margin-right: -1px;
    }

    .tabs-bordered.side-tabs .tab-nav li a {
        height: auto;
        line-height: 44px;
    }

    .tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
        right: -1px;
        border-right: 1px solid #fff;
    }

    .tabs-bordered.side-tabs .tab-container {
        overflow: hidden;
        padding: 20px;
        border-top: 1px solid #ddd;
    }
}

/* download app section */

.download-section {
    padding: 3rem 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.download-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: var(--accent-color);
    opacity: 0.1;
    border-radius: 50%;
}

.download-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: var(--primary-color);
    opacity: 0.1;
    border-radius: 50%;
}

.app-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.download-btn {
    padding: 0.8rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    min-width: 180px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 1.2rem;
}


@media (max-width: 768px) {
    .download-section {
        padding: 2rem 1rem;
        text-align: center;
    }

    .download-btn {
        min-width: 160px;
    }


}

.primary-color {
    color: var(--primary);
}

.bg-primary {
    background-color: var(--primary);
}

.custom-pagination {
    text-align: center;
    margin: 0 auto;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--primary);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: var(--primary);
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--primary);
    --bs-pagination-hover-border-color: var(--primary);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--primary);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--primary);
    --bs-pagination-active-border-color: var(--primary);
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: var(--primary);
}


.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-link {
    color: var(--primary);
    padding: 10px 20px;
}