/* 
    Theme Name: GrowthMatrix
    Theme URL: 
    Author: Developer Infotech
    Description: Product Page
    Tags: Multipurpose, Creative, html5
*/

/* ===================================
    Table of Content
====================================== */

/* 
    - Fonts
    - General
    - Button
    - Social Icon
    - Spacing
    - Breadcrumb Wrapper
    - Form Style
    - Header
    - Invest Money Section
    - How Work Section
    - About US Section
    - Profit Section
    - Plan Section
    - Testimonial Section
    - FAQ Section   
    - Achievers Section
    - Our Clients Section
    - Latest Post Section
    - Our Team Section
    - Investment Option Section
    - Footer
    - About Us Page
    - pricing Page
    - Gallery Page
    - Business Plan Page
    - Contact Us Page
    - FAQ Page
    - Responsive
*/

/* ===================================
    Fonts
====================================== */
@font-face {
    font-family: 'onest';
    src: url('../webfonts/Onest-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'onest';
    src: url('../webfonts/Onest-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'onest';
    src: url('../webfonts/Onest-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'onest';
    src: url('../webfonts/Onest-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'onest';
    src: url('../webfonts/Onest-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'playfair-display';
    src: url('../webfonts/PlayfairDisplay-Medium.ttf');
    font-weight: 500;
}

.font-onest {
    font-family: 'onest';
}

.font-playfair {
    font-family: 'playfair-display';
}

/* ===================================
    General
====================================== */
:root {
    --bs-secondary-rgb: 249, 239, 224;
    --bs-westar-rgb: 221, 216, 209;
    --bs-flint-rgb: 115, 109, 100;
    --bs-primary-rgb: 255, 151, 0;
    --bs-black-rgb: 19, 17, 14;
}

body {
    font-family: 'onest';
    font-weight: 400;
    color: rgb(var(--bs-westar-rgb));
    font-size: 20px;
    line-height: 26px;
    background-color: rgb(var(--bs-black-rgb));
}

/* Font Sizing */

h1 {
    font-size: 60px;
    line-height: 99px;
    font-family: 'playfair-display';
    font-weight: 500;
}

h2 {
    font-size: 60px;
    line-height: 80px;
    font-family: 'playfair-display';
    font-weight: 500;
    text-transform: capitalize;
}

h3 {
    font-size: 40px;
    line-height: 54px;
}

h4,
.fs-26,
.blog-entry-content .read-more {
    font-size: 26px;
    line-height: 34px;
}

h5,
.fs-16,
.faq .accordion-body,
.pricing-faq .accordion-body,
.footer-form .form-control,
.form-select,
.form-label,
.form-control-pass::placeholder {
    font-size: 16px;
    line-height: 21px;
}

.fs-14 {
    font-size: 14px;
    line-height: 18px;
}

.fs-20,
.footer-faq-box i,
.footer .form-label {
    font-size: 20px;
    line-height: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-50 {
    font-size: 50px;
    line-height: 75px;
}

.fs-60 {
    font-size: 60px;
    line-height: 70px;
}

/* Color */
.text-flint {
    color: rgb(var(--bs-flint-rgb));
}

.text-westar {
    color: rgb(var(--bs-westar-rgb));
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(var(--bs-white-rgb));
}

/* Border Radius */
.radius-8 {
    border-radius: 8px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-40 {
    border-radius: 40px;
}

/* Common Class For Section */
.section-title b {
    font-weight: normal;
    color: rgb(var(--bs-primary-rgb));
}

.section-caption {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    display: inline-block;
    padding: 9px 10px 8px 10px;
    border-radius: 6px;
    font-weight: normal;
    color: rgb(var(--bs-primary-rgb));
    text-transform: capitalize;
    min-width: 128px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

a {
    text-decoration: none;
}

/* Common Slider Arrows */
.outline-slider-arrow .slick-prev:before {
    background-image: unset;
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 25px;
    color: rgb(var(--bs-white-rgb));
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    border: 2px solid rgb(var(--bs-primary-rgb));
    padding: 27px 27px 25px;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
}

.outline-slider-arrow .slick-next:before {
    background-image: unset;
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 25px;
    color: rgb(var(--bs-white-rgb));
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    border: 2px solid rgb(var(--bs-primary-rgb));
    padding: 27px 27px 25px;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
}

.outline-slider-arrow .slick-prev {
    left: -102px;
    z-index: 2;
    top: 40%;
}

.outline-slider-arrow .slick-next {
    right: -160px;
    z-index: 2;
    top: 40%;
}

.outline-slider-arrow .slick-slide {
    position: relative;
    z-index: 1;
}

/* ===================================
    Button
====================================== */
.btn-primary {
    background-color: rgb(var(--bs-primary-rgb));
    border-radius: 30px;
    border: 1px solid rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb));
    font-family: 'onest';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 41px 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-primary:hover {
    border: 1px solid rgb(var(--bs-primary-rgb));
    background-color: transparent;
}

.btn-secondary {
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb));
    font-family: 'onest';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 40px 15px;
    letter-spacing: 1px;
}

.btn-secondary:hover {
    background-color: rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}

.btn-hover-primary:hover {
    color: rgb(var(--bs-primary-rgb));
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:focus-visible {
    background-color: transparent;
    border-color: rgb(var(--bs-primary-rgb));
    box-shadow: unset;
}

/* ===================================
    Social Icon
====================================== */
.outline-social-icon i {
    border: 1px solid rgb(var(--bs-white-rgb));
    border-radius: 50%;
    color: rgb(var(--bs-primary-rgb));
    font-size: 15px;
    min-width: 37px;
    min-height: 37px;
    line-height: 35px;
    text-align: center;
}

.outline-social-icon {
    list-style: none;
    display: inline-flex;
}

.outline-social-icon i:hover {
    background-color: rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}

.filled-social-icon i {
    border: 1px solid rgb(var(--bs-white-rgb));
    border-radius: 50%;
    color: rgb(var(--bs-primary-rgb));
    font-size: 12px;
    min-width: 37px;
    min-height: 37px;
    background-color: rgb(var(--bs-white-rgb));
    line-height: 35px;
    text-align: center;
}

.filled-social-icon i:hover {
    background-color: transparent;
    color: rgb(var(--bs-white-rgb));
    border-color: rgb(var(--bs-white-rgb));
}

.outline-social-icon li:not(:last-child) {
    margin-right: 12px;
}

.outline-social-icon {
    padding-left: 0rem;
}

/* ===================================
    Spacing
====================================== */
.mt-100 {
    margin-top: 100px;
}

.mt-n28 {
    margin-top: -28px;
}

.mt-n47 {
    margin-top: -7.4%;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30,
.level-content {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

/* .mb-90 {
    margin-bottom: 90px !important;
} */

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.ps-10 {
    padding-left: 10px;
}

.ps-15 {
    padding-left: 15px;
}

.ps-25 {
    padding-left: 25px;
}

.ps-40 {
    padding-left: 40px;
}

.pe-15 {
    padding-right: 14px;
}

.pe-20 {
    padding-right: 21px;
}

.pe-25 {
    padding-right: 25px;
}

.pe-40 {
    padding-right: 40px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

section {
    padding-left: 8px;
    padding-right: 8px;
}

.gap-13 {
    gap: 13px;
}

.gap-19 {
    gap: 19px;
}

/* ===================================
    Breadcrumb Wrapper
====================================== */

.breadcrumb-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 115px;
    padding-bottom: 75px;
    overflow: hidden;
}

.breadcrumb-wrapper::after {
    position: absolute;
    content: '';
    background-color: rgba(var(--bs-primary-rgb), 70%);
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
}

.breadcrumb-wrapper img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(var(--bs-white-rgb));
}

.breadcrumb {
    letter-spacing: 1px;
}

/* ===================================
    Form Style
====================================== */
.form-label {
    color: rgb(var(--bs-westar-rgb));
    margin-left: 14px;
    margin-bottom: 12px;
}

.form-check-input:checked[type="radio"] {
    background-color: rgb(var(--bs-primary-rgb));
}

.form-control,
.form-select {
    background-color: rgba(var(--bs-white-rgb), 0.05);
    border-radius: 0;
    padding: 16px 14px 16px 14px;
    color: rgb(var(--bs-white-rgb));
    border: unset;
}

.form-control:focus,
.form-select:focus {
    border: rgb(var(--bs-black-rgb));
    background-color: rgba(var(--bs-white-rgb), 0.05);
    box-shadow: 0px 0px 1px 2px rgb(var(--bs-primary-rgb));
    color: white;
}

.login-form-box .form-check,
.contact-us .form-check,
.register-form .form-check {
    padding-left: 13px;
}

.log-in-form .form-check-input,
.contact-us .form-check-input,
.register-form .form-check-input {
    height: 12px;
    width: 12px;
    border-radius: 3px;
    margin: 0px 7px 0 0;
}

.log-in-form .form-check-label,
.contact-us .form-check-label,
.register-form .form-check-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: rgb(var(--bs-westar-rgb));
}

.form-control::placeholder {
    color: rgb(var(--bs-white-rgb), 0.4);
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
}

form a:hover {
    color: rgb(var(--bs-primary-rgb));
}

.form-check-input {
    background-color: rgb(var(--bs-westar-rgb));
    border-color: rgb(var(--bs-westar-rgb));
    border-radius: 50%;
}

.form-select {
    color: rgb(var(--bs-westar-rgb));
}

select>option {
    background-color: rgb(var(--bs-black-rgb));
}

/* ===================================
    Header
====================================== */
.header {
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28px;
    padding-bottom: 50px;
    z-index: 2;
}

.nav-item {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color:#FF9700;
}

.header .nav-item:hover::after,
.header .nav-item.active::after {
    /* content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: rgb(var(--bs-black-rgb));
    border-radius: 50%;
    top: 90%; */
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 3px;
    background-color: rgb(var(--bs-primary-rgb));
    border-radius: 2px;
    top: 90%;
}

.middle-header .form-control,
.middle-header .form-control:focus {
    width: 100%;
    padding: 16px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(var(--bs-flint-rgb));
    background-color: rgba(var(--bs-black-rgb), 0.1);
    border: unset;
    font-family: 'onest';
    border-radius: 10px;
}

.middle-header .form-control::placeholder,
.middle-header .form-control:focus::placeholder {
    color: rgba(var(--bs-flint-rgb), 0.55);
}

.top-header {
    padding-bottom: 25px;
}

.middle-header {
    max-width: 1790px;
    margin-bottom: -107px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.middle-header .container {
    padding: 23px 6px 16px 6px;
}

.dropdown-menu {
    background-color: rgb(var(--bs-primary-rgb));
    border: unset;
    padding: 15px;
}

.dropdown-item {
    color: rgb(var(--bs-white-rgb));
    font-size: 18px;
    line-height: 26px;
}

.dropdown-item:hover {
    background-color: rgb(var(--bs-white-rgb), 0.5);
    border-radius: 5px;
}


/* .header .nav-item:hover::after,
.header .nav-item.active-login::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: rgb(var(--bs-black-rgb));
    border-radius: 50%;
    top: 115%;
} */

/* ===================================
    Invest Money Section
====================================== */

.home-bg {
    background-image: url('../images/hero-section-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.invest-money {
    padding-top: 100px;
    padding-bottom: 70px;
}

.empowering-investment {
    padding: 183px 7px 106px 13px;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
}

.empowering-investment a img {
    transition: transform 1s, filter 2s ease-in-out;
}

.empowering-investment a img:hover {
    transform: translateX(5px);
}

.counter-list {
    padding: 93px 20px 88px;
}

.invest-money .section-title::after {
    position: absolute;
    content: '';
    background-image: url('../images/invest-money-lines.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    top: 27px;
    right: 60px;
    height: 100%;
    width: 100%;
}


.invest-money .section-title-1::after {
    position: absolute;
    content: '';
    background-image: url('../images/invest-money-lines.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    top: calc(38% - 90px);
    right: -21px;
    height: 100%;
    width: 100%;
}

.invest-money .section-title-1::after {
    content: unset
}

.invest-money .section-title img {
    vertical-align: inherit;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: -5px;
}

/* ===================================
    How Work Section
====================================== */
.how-work {
    padding-top: 68px;
    padding-bottom: 70px;
}

.how-work-icon {
    padding: 30px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 40px;
}

.how-work-feature {
    padding: 36px 35px 0px;
    background-image: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.03) 10%, transparent 100%);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.17);
    transition: transform 0.3s ease, cursor 0.3s ease;
}

.how-work-feature:hover {
    transform: translateY(-8px);
    cursor: pointer;
}

.how-work-arrow {
    border: 1px solid rgb(var(--bs-primary-rgb));
    padding: 6px 9px 4px;
    border-radius: 50%;
    transform: rotate(-45deg);
    min-width: 35px;
    min-height: 35px;
}


/* ===================================
    About US Section
====================================== */

.about-us {
    background-repeat: no-repeat;
    background-color: rgb(var(--bs-black-rgb));
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 140px;
}

.our-experience {
    background-color: rgb(var(--bs-secondary-rgb));
    padding: 30px 28px 20px;
}

.about-us-tabs .nav-tabs .nav-link.active,
.about-us-tabs .nav-tabs .nav-link.nav-link:hover {
    position: relative;
    background-color: transparent;
    color: rgb(var(--bs-primary-rgb));
}

.about-us-tabs .nav-tabs .nav-link.active::before,
.about-us-tabs .nav-tabs .nav-link.nav-link:hover::before {
    position: absolute;
    content: '';
    background-color: rgb(var(--bs-primary-rgb));
    top: 47px;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    border-radius: 10px;
}

.about-us-tabs .nav-link {
    color: rgb(var(--bs-white-rgb));
    border: unset;
    font-size: 26px;
    line-height: 33px;
    font-family: 'onest';
}

.trusted-company {
    border-right: 2px solid rgba(var(--bs-white-rgb), 50%);
}

.about-us-tabs .nav-tabs {
    border-bottom: 2px solid rgba(var(--bs-white-rgb), 50%);
}

.about-us-tabs .tab-content {
    margin-top: 25px;
}

.reliable-delivery {
    max-width: 250px;
}

/* ===================================
    Profit Section
====================================== */
.profit {
    padding-top: 46px;
    padding-bottom: 58px;
}

.contact-with-us a:hover {
    color: rgba(var(--bs-black-rgb)) !important;
}

.contact-us-icon {
    color: rgb(var(--bs-black-rgb));
    background-color: rgb(var(--bs-white-rgb));
    border-radius: 50%;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
}

.profit-calculator .form-select,
.profit-calculator .form-control {
    border: 1px solid rgba(var(--bs-primary-rgb), 0.30);
    background-color: rgba(var(--bs-primary-rgb), 0.04);
    border-radius: 25px;
    padding: 13px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(var(--bs-flint-rgb));
    font-family: 'onest';
}

.profit-calculator select option {
    background-color: rgba(var(--bs-primary-rgb), 0.04);
}

.profit-calculator .form-control::placeholder {
    color: rgba(var(--bs-flint-rgb), 0.55);
}

.profit-calculator label {
    font-weight: 500;
    color: rgb(var(--bs-black-rgb));
    padding-left: 16px;
    padding-bottom: 8px;
    font-size: 20px;
}

.profit-calculator {
    border: 8px solid rgb(var(--bs-primary-rgb));
    padding: 57px 30px 22px;
    margin-bottom: -140px;
}

.contact-with-us {
    display: flex;
    align-items: center;
}

.profit-calculator .form-control:focus,
.profit-calculator .form-select:focus,
.profit-calculator .form-control:focus-visible,
.profit-calculator .form-select:focus-visible {
    border: rgb(var(--bs-black-rgb));
    background-color: rgba(var(--bs-white-rgb), 0.05);
    box-shadow: 0px 0px 1px 2px rgba(var(--bs-primary-rgb), 0.53);
    outline: unset;
}

/* ===================================
    Plans Section
====================================== */
.plans {
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/plan-section-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 440px;
}

.basic-plan {
    background-color: rgb(var(--bs-white-rgb));
    padding: 16px 29px 15px;
    color: rgb(var(--bs-black-rgb));
    display: inline-block;
}

.plans ul li:not(.plan-nav-pills li),
.pricing-plan ul li:not(.plan-nav-pills li) {
    list-style: none;
    position: relative;
    padding-left: 35px;
}

.plan-nav-pills li::before {
    content: unset !important;
}

.plan-nav-pills .nav-link.active,
.plan-nav-pills .show>.nav-link {
    background-color: rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb)) !important;
}

.plan-nav-pills .nav-link {
    border-radius: 30px;
}

.plans ul li::before,
.pricing-plan ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 4px;
    top: 2px;
    font-size: 10px;
    color: rgb(var(--bs-white-rgb));
    background-color: rgb(var(--bs-primary-rgb));
    border-radius: 50%;
    text-align: center;
    height: 17px;
    width: 17px;
    line-height: 17px;
}

.plans ul li:not(:last-child),
.pricing-plan ul li:not(:last-child) {
    padding-bottom: 20px;
}

.plan-right-column {
    padding: 38px 8px 18px 25px;
    background-color: rgb(var(--bs-secondary-rgb));
}

.plan-right-column ul {
    padding-left: 0px;
}

.plan-slide .row {
    padding: 30px 18px 30px 18px;
}

.price-plan {
    padding: 40px 30px 50px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(var(--bs-white-rgb), 0.03) 10%, transparent 100%);
    border: 1px solid rgba(var(--bs-white-rgb), 0.35);
}

.horizontal-border {
    border-top: 1px solid rgb(var(--bs-white-rgb), 0.22);
    margin-top: 25px;
    margin-bottom: 30px;
}

.plan-ul {
    padding-left: 0rem;
    margin-bottom: 30px;
}

.slick-current .plan-slide .price-plan {
    border: 1px solid rgba(var(--bs-primary-rgb), 0.70);
    background-image: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.05) 10%, transparent 100%);
}

.slick-current .plan-slide .price-plan .plan-ul li:before {
    border: 1px solid rgb(var(--bs-primary-rgb)) !important;
    background-color: transparent;
    font-size: 8px;
    line-height: 16px;
}

.slick-current .plan-slide .price-plan a{
    background-color: rgb(var(--bs-primary-rgb));
}

.slick-current .plan-slide .price-plan a:hover {
    border: 1px solid rgb(var(--bs-primary-rgb));
    background-color: transparent;
}


/* ===================================
    Testimonial Section
====================================== */
.testimonial {
    margin-top: -297px;
    padding-top: 0px;
    padding-bottom: 70px;
}

.testimonial-content {
    padding: 20px 35px 20px 32px;
    color: rgb(var(--bs-white-rgb));
}

.testimonial-star {
    background: linear-gradient(90deg, rgba(var(--bs-white-rgb), 0%), rgba(var(--bs-white-rgb), 0.26), rgb(var(--bs-white-rgb), 0%));
    padding: 11px 55px;
}

.testimonial-thumb .slick-slide img {
    cursor: pointer;
    border: 2px solid transparent;
    max-width: 84px;
}

.testimonial-thumb-item div {
    position: relative;
    display: inline-block;
}

.testimonial-thumb .slick-current img {
    border: 1px solid #ffa500;
    padding: 3px;
    transform: scale(1.4);
    transition: all ease-in-out .3s;
}

.testimonial-thumb .slick-track {
    padding-top: 35px;
    padding-bottom: 50px;
}

.testimonial-thumb .slick-prev::before,
.testimonial-thumb .slick-next::before {
    content: unset;
}

.testimonial-thumb .slick-prev::after,
.testimonial-thumb .slick-next::after {
    content: unset;
}

.testimonial-thumb .slick-prev {
    left: -30px;
    top: 50%;
    transform: translateY(-100%);
    color: rgb(var(--bs-white-rgb));
    font-size: 13px;
}

.testimonial-thumb .slick-next {
    right: -30px;
    top: 50%;
    transform: translateY(-100%);
    color: rgb(var(--bs-white-rgb));
    font-size: 13px;
}

div:has(>.testimonial-thumb-item) {
    text-align: center;
}

.author-name {
    text-transform: capitalize;
    font-family: 'playfair-display';
    font-weight: 500;
    font-size: 20px;
    color: rgb(var(--bs-black-rgb));
}

.testimonial-author-image img {
    object-fit: cover;
    object-position: center;
}

/* ===================================
    FAQ Section
====================================== */
.faq {
    padding-top: 70px;
    padding-bottom: 70px;
}


.faq .accordion,
.pricing-faq .accordion {
    border: 1px solid rgba(var(--bs-white-rgb), 0.5);
    padding: 6px 21px;
    margin-top: -78px;
    margin-right: -3px;
    border-radius: 20px;
}

.faq .accordion-item,
.pricing-faq .accordion-item {
    background-color: var(--text-black);
    border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.5);
}

.faq .accordion-button,
.pricing-faq .accordion-button {
    background-color: transparent;
    padding: 0;
    font-family: 'onest';
    font-size: 20px;
    line-height: 26px;
    align-items: start;
    box-shadow: none;
    color: (var(--bs-white-rgb));
    padding-right: 35px;
}

.accordion-header:has(.accordion-button:not(.collapsed)) {
    padding-bottom: 18px;
}

.faq .accordion-button span,
.pricing-faq .accordion-button span {
    margin-right: 4px;
}

.accordion-header:hover .accordion-button {
    color: rgb(var(--bs-primary-rgb));
}

.accordion-button:focus {
    box-shadow: unset;
}

.faq .accordion-header,
.pricing-faq .accordion-header {
    padding: 25px 7px;
}

.faq .accordion-body,
.pricing-faq .accordion-body {
    font-family: 'onest';
    color: rgb(var(--bs-westar-rgb));
    padding: 0 0px 24px 40px;
    text-transform: capitalize;
}

.faq .accordion-button::after,
.pricing-faq .accordion-button::after {
    background-image: unset;
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 10px;
    color: rgb(var(--bs-white-rgb));
    position: absolute;
    right: 0;
    height: 29px;
    width: 29px;
    border: 1px solid rgb(var(--bs-primary-rgb));
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
    text-align: center;
    line-height: 27px;
}

.faq .accordion-button:not(.collapsed)::after,
.pricing-faq .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.faq-tab .nav-faqs .nav-link {
    color: rgb(var(--bs-westar-rgb));
}

.faq-tab .nav-faqs .nav-link:hover {
    color: rgb(var(--bs-primary-rgb));
}

.faq-tab .nav-faqs .nav-link:hover i {
    color: rgb(var(--bs-primary-rgb));
}

.faq-tab .nav-faqs .nav-item.show .nav-link,
.faq-tab .nav-faqs .nav-link.active {
    background-color: unset;
    color: rgb(var(--bs-primary-rgb));
}

.faq-tab .nav-faqs li button {
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 16px;
}

.faq-tab li i {
    color: rgb(var(--bs-westar-rgb));
}

.faq-tab .nav-faqs .nav-link.active i {
    color: rgb(var(--bs-primary-rgb));
}

.faq-tab .nav-faqs .nav-link:focus,
.nav-faqs .nav-link:hover {
    border: unset;
}

.accordion-header button {
    text-transform: capitalize;
}

/* ===================================
    Achievers Section
====================================== */
.achievers {
    padding-top: 70px;
    padding-bottom: 140px;
}

.nav-faqs .show>.nav-link {
    background-color: rgb(var(--bs-primary-rgb));
}

.outline-table {
    background-color: rgba(var(--bs-white-rgb), 0.05);
    border: 1px solid rgba(var(--bs-white-rgb), 0.5);
    padding: 23px 19px 4px 19px;
    border-radius: 30px;
}

.outline-table .table tbody {
    --bs-table-bg: transparent;
}

.outline-table .table>:not(caption)>*>* {
    padding: 23px 10px 20px 10px;
    width: 260px;
}

.outline-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.5);
}

.outline-table th {
    color: rgb(var(--bs-black-rgb));
    font-weight: 600;
    vertical-align: middle;
}

.outline-table th {
    position: relative;
}

.outline-table th:not(:last-child)::after {
    content: '';
    border: 1px solid rgb(var(--bs-primary-rgb));
    height: calc(50% + 13px);
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
}

.outline-table td {
    color: rgb(var(--bs-westar-rgb));
}

.outline-table .table thead th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.outline-table .table thead th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* ===================================
    Our Clients Section
====================================== */
.our-clients {
    padding-top: 70px;
    padding-bottom: 46px;
    background-color: rgb(var(--bs-secondary-rgb));
}

.our-clients-item {
    padding: 38px 20px;
    background-color: rgb(var(--bs-black-rgb));
    border: 3px solid rgb(var(--bs-primary-rgb));
    border-radius: 54px;
    text-align: center;
}

.our-clients img {
    margin: auto;
}

.our-clients .slick-slide {
    margin-right: 13px;
    margin-left: 13px;
}

/* ===================================
    Recent Blog Section
====================================== */
.recent-blog {
    padding-top: 140px;
    padding-bottom: 70px;
}

.blog-step-number {
    padding-right: 20px;
}

.blog-content {
    padding-top: 12px;
}

.blog-step-number h6 {
    border-radius: 50%;
    color: rgb(var(--bs-white-rgb));
    border: 2px solid rgb(var(--bs-primary-rgb));
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    vertical-align: super;
    line-height: 54px;
    font-size: 14px;
}

.blog-meta:first-child {
    border-right: 2px solid rgba(var(--bs-white-rgb), 0.16);
    padding: 5px 14px 5px 2px;
}

.blog-meta {
    padding: 8px 16px;
    border: unset;
}

.blog-meta i {
    font-size: 14px;
    color: rgb(var(--bs-primary-rgb));
}

.blog-entry-content {
    margin-bottom: 23px;
}

.blog-entry-content h3 a {
    color: rgb(var(--bs-white-rgb));
}

.blog-entry-content h3 a:hover {
    color: rgb(var(--bs-primary-rgb));
}

.blog-entry-content .read-more {
    color: rgb(var(--bs-primary-rgb));
}

.read-more:hover {
    color: rgb(var(--bs-white-rgb));
}

/* ===================================
    Team Section
====================================== */
.team {
    padding-top: 70px;
    padding-bottom: 70px;
}

.team h2 {
    text-transform: none;
}

.team .team-icons {
    font-size: 9px;
    padding: 6px 7px 6px 6px;
}

.team .team-member-designation {
    padding: 5px 37px 4px 24px;
    background-color: rgb(var(--bs-primary-rgb));
    display: inline-block;
}

.team-member-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.team-filled-social-icon i {
    border: 1px solid rgb(var(--bs-primary-rgb));
    border-radius: 50%;
    color: rgb(var(--bs-white-rgb));
    font-size: 12px;
    width: 22px;
    height: 22px;
    background-color: rgb(var(--bs-primary-rgb));
    line-height: 22px;
    text-align: center;
}

.team-filled-social-icon {
    gap: 8px;
}

.team-filled-social-icon i:hover {
    background-color: transparent;
    color: rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}

.team-member-detail {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    backdrop-filter: blur(10px);
    background-color: rgba(var(--bs-black-rgb), 0.5);
    padding: 14px 0px 7px 0px;
    text-align: left;
}

.team-member-box,
.team-member-box img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-founders>div {
    margin-left: 13px;
    margin-right: 13px;
    transition: width 0.5s ease;
    height: 480px;
    overflow: hidden;
    border-radius: 30px;
}

/* ===================================
    Investment Option Section
====================================== */
.investment-option {
    padding-top: 70px;
    padding-bottom: 140px;
}

.investment-option .btn-primary:hover {
    color: rgb(var(--bs-primary-rgb));
}

.investment-head {
    background-color: rgb(var(--bs-primary-rgb));
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 22px 67px 20px 67px;
    display: inline-block;
}

.investment-row {
    border: 1px solid rgba(var(--bs-white-rgb), 0.4);
    margin-left: 55px;
    margin-right: 55px;
    padding: 54px 42px 55px 42px;
    border-radius: 30px;
    text-align: center;
}

.investment-row .investment-box {
    background-color: rgba(var(--bs-white-rgb), 0.05);
    border-radius: 25px;
    padding: 55px;
    height: 100%;
}

.investment-row .investment-box-light {
    background-color: rgb(var(--bs-secondary-rgb));
}

/* ===================================
    Footer Section
====================================== */
.footer {
    max-width: 1654px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 10px 47px 10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.footer-top-row {
    padding: 0 16px 26px 16px;
}

.footer .filled-social-icon {
    gap: 13px;
    margin-bottom: 20px;
}

.footer-middle-row {
    padding: 51px 2px 23px 5px;
}

.footer-middle-row h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li:not(:last-child) {
    padding-bottom: 7px;
}

.footer-menu a {
    text-decoration: none;
    color: rgb(var(--bs-white-rgb));
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.subscriber-form {
    background-color: rgba(var(--bs-white-rgb), 0.17);
    border-radius: 25px;
    padding: 21px 20px 1px;
}

.subscriber-form label {
    margin-bottom: 11px;
}

.subscriber-form .mail-icon {
    background-color: rgb(var(--bs-primary-rgb));
}

.subscriber-form .mail-icon:hover i {
    color: rgb(var(--bs-primary-rgb));
}

.subscriber-form .mail-icon:hover {
    background-color: transparent;
    border: 1px solid rgb(var(--bs-primary-rgb));
}

.footer-form .form-control {
    padding: 20px 20px;
}

.footer-bottom-row {
    padding: 50px 2px 0px 5px;
}

.footer-faq-box {
    background-color: rgba(var(--bs-white-rgb), 0.17);
    padding: 13px 20px 13px 20px;
    width: 100%;
    color: rgb(var(--bs-white-rgb));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divider-row {
    margin-left: -63px;
    margin-right: -63px;
}

.mail-icon {
    position: absolute;
    border: 0;
    right: 10px;
    padding: 10px;
    top: 50%;
    border-radius: 50%;
    line-height: 0;
    transform: translateY(-50%);
}

.footer .form-control::placeholder {
    color: rgb(var(--bs-black-rgb));
    font-family: 'onest';
    text-transform: none;
    font-size: 16px;
}

.footer a:hover {
    color: rgb(var(--bs-black-rgb)) !important;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    text-align: left;
}

/* ===================================
    About Us Page
====================================== */

.about-growthmatrix {
    padding-top: 93px;
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/about-growthmatrix-bg.png');
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgb(var(--bs-primary-rgb));
}

.counter {
    padding: 50px 20px;
}

.counter:not(:last-child) {
    border-right: 1px solid rgba(var(--bs-white-rgb), 0.4);
}

.border-center {
    position: relative;
    height: 58px;
    margin-bottom: 15px;
}

.border-center::before {
    position: absolute;
    content: '';
    border-right: 1px solid rgba(var(--bs-white-rgb), 0.5);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 0;
}

.about-team {
    padding-top: 140px;
}

.w-60 {
    width: 60%;
}

/* ===================================
    Pricing Plan Page
====================================== */
.pricing-plan {
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/pricing-plan-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pricing-faq {
    padding-top: 220px;
    padding-bottom: 140px;
}

/* ===================================
    Gallery Page
====================================== */
.gallery {
    padding-top: 100px;
    padding-bottom: 70px;
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/gallery-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.filter-tab ul {
    padding: 14px 38px 0px 38px;
    border-radius: 45px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid rgb(var(--bs-primary-rgb));
    margin-bottom: 40px;
}

.gallery .filter-tab .nav-tabs {
    margin-bottom: 90px;
}

.filter-tab ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.filter-tab .nav-link.active,
.filter-tab .nav-link:hover {
    background-color: rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb));
}

.filter-tab .nav-link {
    background-color: rgba(var(--bs-white-rgb), 0.07);
    border-radius: 35px;
    padding: 13px 30px 11px 30px;
    border: 1px solid rgb(var(--bs-westar-rgb));
    color: rgb(var(--bs-white-rgb));
    display: inline-block;
}

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-wrapper {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

/* ===================================
    Business Plan Page
====================================== */
.business-growth {
    padding-top: 95px;
}

.business-plan {
    background-image: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.03) 10%, transparent 100%);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.17);
    padding: 47px 25px;
}

.plan-idea {
    position: relative;
    padding: 0px 35px;
}

.plan-idea:not(:last-child)::after {
    position: absolute;
    content: '';
    border-right: 1px solid rgba(var(--bs-white-rgb), 0.5);
    height: calc(50% + 12px);
    top: calc(50% - 40px);
    right: 0;
}

.growthmatrix-income {
    margin-top: 70px;
}

.income {
    padding-top: 140px;
    padding-bottom: 150px;
    background-image: linear-gradient(180deg, rgb(var(--bs-black-rgb)) 0%, rgb(var(--bs-black-rgb), 80%) 25%, rgb(var(--bs-black-rgb), 90%) 80%, rgb(var(--bs-black-rgb)) 100%), url(../images/growthmatrix-income-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.level-no {
    position: relative;
}

.row:nth-child(odd) .level-no::before {
    content: '';
    background-color: rgb(var(--bs-white-rgb));
    height: 1px;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.row:nth-child(even) .level-no::after {
    content: '';
    background-color: rgb(var(--bs-white-rgb));
    height: 1px;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.row:nth-child(odd) .outline-table,
.row:nth-child(odd) .level-content {
    margin-left: 30px;
}

.row:nth-child(even) .outline-table,
.row:nth-child(even) .level-content {
    margin-right: 30px;
}

.levels .outline-table {
    padding: 12px 12px 4px;
}

.table>:not(caption)>*>* {
    padding: 13px 10px;
    width: 250px;
    text-align: center;
}

.levels {
    padding-top: 0px;
    padding-bottom: 120px;
}

.levels .outline-table .table>:not(caption)>*>* {
    padding: 17px 10px;
}

/* ===================================
    Faq Page
====================================== */
.faq-bg {
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/faq-bg.png');
    padding-top: 100px;
}

.faq-option {
    padding-top: 0px;
    margin-top: -360px;
}

/* ===================================
    Latest News Page
====================================== */
.blog-posts {
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url(../images/latest-news-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

/* ===================================
    Login Page
====================================== */
.log-in-form {
    background: url('../images/log-in-bg.png'), linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 157px 20px 100px 20px;
}

.login-head-box,
.register-head-box {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px 20px 22px 20px;
}

.login-form-box {
    border: 1px solid rgba(var(--bs-white-rgb), 0.4);
    padding: 58px 39px 43px 39px;
    max-width: 906px;
    border-radius: 30px;
}

.login-form-box a,
.login-form-box p,
.register-form-box a {
    color: rgb(var(--bs-westar-rgb));
}

/* ===================================
    Contact Us Page
====================================== */
.contact-us {
    background: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/contact-form-bg.png');
    padding-top: 100px;
    padding-bottom: 60px;
}

.contact-us form {
    padding-left: 46px;
    padding-right: 46px;
}

.contact-us h2 {
    text-transform: none;
}

.get-touch {
    padding-top: 30px;
    padding-bottom: 70px;
}

.get-touch h2 {
    text-transform: none;
    line-height: 100px;
    padding-left: 52px;
}

.get-touch .section-title::after {
    position: absolute;
    content: '';
    background-image: url('../images/get-curve.png');
    height: 65px;
    width: 111px;
    background-repeat: no-repeat;
    left: calc(50% + 63px);
    bottom: 4px;
}

.get-touch .get-touch-box {
    max-width: 451px;
    background-color: rgb(var(--bs-primary-rgb));
    border: 8px solid rgba(var(--bs-black-rgb));
    border-radius: 30px;
    padding: 50px 44px 36px 35px;
}

.get-touch .get-touch-box p,
.get-touch .get-touch-box a {
    color: rgb(var(--bs-white-rgb));
}

.get-touch .get-touch-box a:hover {
    color: rgb(var(--bs-black-rgb));
}

.get-touch .contact-items h4,
.get-touch .contact-items p {
    text-align: left;
}

.get-touch .contact-items i {
    color: rgb(var(--bs-white-rgb));
    font-size: 23px;
    margin-top: 3px;
}

.get-touch .get-touch-row {
    margin-bottom: -321px;
    position: relative;
    z-index: 3;
    margin-top: -75px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

.map-container {
    height: 460px;
}

/* ===================================
    Sign Up Page
====================================== */
.register-form {
    background-image: linear-gradient(180deg,  rgba(var(--bs-black-rgb), 0.5) 0%, rgb(var(--bs-black-rgb)) 90%), url('../images/register-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 157px 20px 100px 20px;
}

.register-form-box {
    border: 1px solid rgba(var(--bs-white-rgb), 0.4);
    padding: 58px 39px 55px 39px;
    max-width: 906px;
    border-radius: 30px;
}

.register-form .radio-button {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    margin: 0px 8px 0 0;
}

.gender-label {
    margin-right: 20px;
}

/* ===================================
    Responsive
====================================== */
@media (min-width: 991px) and (max-width: 1400px) {
    .offcanvas-body .navbar-nav .nav-item {
        margin-bottom: 8px;
    }
}


@media(max-width: 1650px) and (min-width: 1400px) {
    .outline-slider-arrow .slick-next {
        right: -50px;
    }

    .outline-slider-arrow .slick-prev {
        left: 0px;
    }
}

@media(max-width: 1400px) {

    .outline-slider-arrow .slick-prev:before,
    .outline-slider-arrow .slick-next::before {
        padding: 20px;
    }

    .outline-slider-arrow .slick-prev {
        left: 30px;
    }

    .outline-slider-arrow .slick-next {
        right: -10px;
    }

    .header .nav-item:hover::after,
    .header .nav-item.active::after {
        top: 90%;
    }

    .faq .accordion,
    .pricing-faq .accordion,
    .mt-n47 {
        margin-top: 0px;
    }


    .invest-money .section-title::after {
        right: -17px;
    }

    .invest-money .section-title-1::after {
        top: calc(38% - 138px);
        right: -17px;
    }
}

@media (max-width: 1199px) {
    .invest-money .section-title::after {
        right: -15px;
    }

    .invest-money .section-title-1::after {
        top: calc(70% - 137px);
        right: 90px;
    }
    
    .business-plan {
        padding: 47px 15px;
    }

    .plan-idea {
        padding: 0px 15px;
    }

    .get-touch .get-touch-row {
        margin-top: -205px;
    }
}

@media(max-width: 1024px) and (min-width: 991px) {

    .invest-money .section-title::after {
        right: 0px;
    }

    .outline-slider-arrow .slick-prev:before,
    .outline-slider-arrow .slick-next::before {
        padding: 15px;
    }

    .outline-slider-arrow .slick-prev {
        left: 30px;
    }

    .outline-slider-arrow .slick-next {
        right: -10px;
    }

    .header .nav-item:hover::after,
    .header .nav-item.active::after {
        top: 90%;
    }

    .plan-idea {
        padding: 0px 10px;
    }

    .business-plan {
        padding: 47px 5px;
    }
}

@media(min-width: 991px) {
    .how-work-step-row>div:not(:nth-child(3n + 1)):not(:nth-child(3n + 3)) {
        margin-top: 78px;
    }
}

@media(max-width:991px) {

    /* Common */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        text-align: center;
    }

    div:has(> .section-caption) {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    /* Font Sizing */
    .fs-60,
    h1 {
        line-height: 75px;
    }

    h2 {
        line-height: 65px;
    }

    /* Spacing */
    .mt-100 {
        margin-top: 30px;
    }

    .mt-n28,
    .mt-n47 {
        margin-top: 0px;
    }

    .mb-m5 {
        margin-bottom: 5px;
    }

    .mb-m15 {
        margin-bottom: 15px !important;
    }

    .mb-m25,
    .mb-20,
    .mb-35,
    .mb-40,
    .mb-50 {
        margin-bottom: 25px;
    }

    .mb-30 {
        margin-bottom: 17px;
    }

    .mb-m30 {
        margin-bottom: 35px;
    }

    .mb-m40,
    .mb-55 {
        margin-bottom: 40px;
    }


    .pb-m25 {
        padding-bottom: 25px;
    }

    .pb-20 {
        padding-bottom: 15px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .pb-55 {
        padding-bottom: 20px;
    }

    .pb-90 {
        padding-bottom: 35px;
    }

    .pb-130,
    .pb-145 {
        padding-bottom: 105px;
    }

    .pb-135 {
        padding-bottom: 65px;
    }

    .ps-15,
    .ps-10,
    .ps-40 {
        padding-left: 0px;
    }

    .ps-25 {
        padding-left: 12px;
    }

    .pe-15,
    .pe-20,
    .pe-25 {
        padding-right: 12px;
    }

    .pe-40 {
        padding-right: 0px;
    }

    .px-25 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .border-0 {
        border-bottom: 0px !important;
    }

    /* Filter Tab */
    .filter-tab ul {
        padding: 27px 10px 12px 10px;
        margin-bottom: 30px;
    }

    .filter-tab ul li {
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 14px;
    }

    /* Header */
    .middle-header .container {
        padding: 14px 0px 10px;
        justify-content: space-between;
    }

    .middle-header {
        margin-top: 0px;
    }

    .top-header {
        padding-bottom: 27px;
    }

    .header .nav-item:hover::after,
    .header .nav-item.active::after {
        top: 90%;
    }

    .navbar-nav {
        display: flex;
        justify-content: space-around;
    }

    .dropdown-menu {
        background-color: unset;
    }

    .dropdown-item {
        color: rgb(var(--bs-primary-rgb));
        text-align: center;
        font-size: 16px;
    }

    .dropdown-toggle::after {
        border: unset;
        content: '\f078' !important;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        vertical-align: 0.1em;
        font-size: 15px;
    }

    .header .nav-link:hover::after,
    .header .nav-link.active::after {
        content: unset;
    }

    body {
        padding-right: 0px;
    }

    .navbar-toggler-icon {
        background-image: none;
        position: relative;
        margin-top: 10px;
    }

    .navbar-toggler-icon::before {
        content: '\f0c9';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        border: unset;
        box-shadow: unset;
    }

    .navbar-nav .nav-item {
        padding: 5px 0px;
    }

    .header .nav-item:hover::after,
    .header .nav-item.active-login::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        background-color: rgb(var(--bs-black-rgb));
        border-radius: 50%;
        top: 101%;
    }

    /* Invest Money Section */
    .invest-money {
        padding-top: 110px;
        padding-bottom: 45px;
    }

    .empowering-investment {
        padding: 85px 12px;
        background-image: unset;
    }

    .counter-list {
        padding: 55px 20px;
    }

    .invest-money .section-title img {
        display: none;
    }

    .invest-money .section-title::after {
        content: unset
    }

    /* How Work Section */
    .how-work {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how-work-feature {
        padding: 20px 20px 0px;
    }

    .how-work-step-row>div:not(:nth-child(3n + 1)):not(:nth-child(3n + 3)) {
        margin-top: 25px;
    }

    /* About Us Section */
    .about-us {
        padding-top: 45px;
        padding-bottom: 90px;
    }

    .our-experience {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trusted-company {
        border-right: unset;
        justify-content: center;
        margin-bottom: 12px;
    }

    .reliable-delivery {
        max-width: 100%;
    }

    .about-us-tabs .tab-content {
        margin-top: 15px;
    }

    /* Profit Section */
    .profit {
        padding-top: 93px;
        padding-bottom: 86px;
    }

    .profit-calculator {
        margin-bottom: -165px;
    }

    .contact-with-us {
        justify-content: space-evenly;
    }

    /* Plans Sliding */
    .plans {
        padding-top: 175px;
        padding-bottom: 95px;
    }

    .outline-slider-arrow .slick-next:before,
    .outline-slider-arrow .slick-prev:before {
        padding: 0px;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px
    }

    .outline-slider-arrow .slick-prev {
        left: 45%;
        top: 102%;
    }

    .outline-slider-arrow .slick-next {
        right: 42%;
        top: 102%;
    }

    .plan-slide .row {
        padding: 25px 20px 32px;
    }

    .basic-plan {
        padding: 12px 25px 10px;
    }

    /* Testimonial Section */
    .testimonial-content {
        text-align: center;
        margin-top: 10px;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 15px 20px 25px 20px;
    }

    .testimonial-thumb .slick-current img {
        transform: scale(1.2);
    }

    .testimonial {
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .testimonial-author-image {
        padding-left: 0px;
        padding-right: 0px;
    }

    .testimonial-author-image img {
        width: 100%;
    }

    .testimonial-thumb .slick-prev,
    .testimonial-thumb .slick-next {
        z-index: 2;
    }

    .testimonial-thumb .slick-track {
        padding-top: 45px;
    }

    /* FAQ Section */
    .faq .accordion,
    .pricing-faq .accordion {
        margin-top: 17px;
        margin-right: 0;
    }

    .faq .accordion-button span,
    .pricing-faq .accordion-button span {
        margin-right: 8px;
    }

    .faq {
        padding-top: 48px;
        padding-bottom: 70px;
    }

    /* Achievers Section */
    .achievers {
        padding-top: 25px;
        padding-bottom: 95px;
    }

    /* Our Clients Section */
    .our-clients {
        padding-top: 65px;
        padding-bottom: 79px;
    }

    .our-clients-item {
        padding: 26px 20px;
    }

    /* Recent Blog Section */
    .recent-blog {
        padding: 70px 20px 0 20px;
    }

    /* Team Section */
    .team {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .team-founders>div {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    /* Investment Option Section */
    .investment-option {
        padding-top: 75px;
        padding-bottom: 95px;
    }

    .investment-head {
        padding: 14px 31px 18px 31px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .investment-row .investment-box {
        padding: 43px 40px 46px 40px;
    }

    .investment-row {
        padding: 54px 42px 55px 42px;
        margin: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    /* Footer */
    .footer {
        padding: 50px 10px 34px 10px;
        width: 90%;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .subscriber-form {
        padding: 21px 20px 15px;
    }

    .footer-middle-row h4 {
        margin-bottom: 18px;
    }

    .footer-top-row {
        padding: 0 0px 22px 0px;
    }

    .footer-middle-row {
        padding: 38px 0px 42px 0px;
    }

    .footer-bottom-row {
        padding: 36px 0px 0px 0px;
    }

    /* Breadcrumb Wrapper */
    .breadcrumb-wrapper {
        padding-bottom: 75px;
    }

    /* About Us Page Start */

    .counter:last-child,
    .counter:nth-last-child(2) {
        padding-bottom: 50px;
    }

    .counter {
        padding: 20px 0px;
    }

    .about-team {
        padding-top: 95px;
    }

    .w-60 {
        width: 100%;
    }

    .counter:nth-child(odd) {
        border-right: 1px solid rgb(var(--bs-white-rgb), 0.4) !important;
    }

    .counter:not(:last-child) {
        border-right: unset;
    }

    /* Pricing Plan Page Start */
    .pricing-plan {
        padding-bottom: 165px;
    }

    .pricing-faq {
        padding-top: 175px;
        padding-bottom: 95px;
    }

    /* Gallery Page Start */
    .gallery {
        padding-top: 95px;
        padding-bottom: 20px;
    }

    .gallery .filter-tab ul {
        padding: 15px 10px 2px;
        border-radius: 55px;
    }

    .gallery .filter-tab .nav-tabs {
        margin-bottom: 35px;
    }

    /* Business Plan Page Start */
    .level-no::after {
        content: unset;
    }

    .plan-idea:not(:last-child)::after {
        left: 50%;
        transform: translateX(-50%);
        border-right: unset;
        top: 0;
        bottom: 0;
    }

    .plan-idea {
        padding: 10px 10px 15px;
    }

    .row:nth-child(odd) .level-no::before,
    .row:nth-child(even) .level-no::after {
        content: unset;
    }

    .business-plan {
        padding: 17px 5px 20px;
    }

    .income {
        padding-top: 88px;
        padding-bottom: 100px;
    }

    .levels {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .growthmatrix-income {
        margin-top: 0px;
    }

    sub {
        bottom: 0;
    }

    .row:nth-child(odd) .outline-table,
    .row:nth-child(even) .outline-table,
    .row:nth-child(even) .level-content,
    .row:nth-child(odd) .level-content {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* Latest News Page Start */
    .blog-posts {
        padding: 97px 20px 0 20px;
    }

    /* FAQ Page Start */
    .faq-bg {
        padding-top: 95px;
    }

    .faq-option {
        padding-top: 0px;
        margin-top: -360px;
    }

    /* Contact Us Page Start */

    .get-touch {
        padding-bottom: 24px;
    }

    .contact-us {
        padding-top: 95px;
        padding-bottom: 45px;
    }

    .contact-us form {
        padding: 0;
    }

    .get-touch h2 {
        line-height: 55px;
    }

    .get-touch .get-touch-row {
        margin-bottom: 0;
        margin-top: 0;
    }

    .get-touch h2 {
        padding-left: 0px;
    }

    .get-touch .get-touch-box {
        margin-bottom: 23px;
        padding: 20px 25px 32px 25px;
    }

    .get-touch .section-title::after {
        display: none;
    }

    /* Login Page Start */
    .login-form-box,
    .register-form-box {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 42px 39px 34px 39px;
    }
}

@media(max-width: 767px) {

    /* Font Size */

    body,
    .fs-20,
    .footer .form-label,
    .faq .accordion-button,
    .pricing-faq .accordion-button {
        font-size: 16px;
        line-height: 24px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 18px;
        line-height: 23px;
        padding: 13px 30px 11px;
    }

    h1,
    .fs-60 {
        font-size: 43px;
        line-height: 55px;
    }

    h2 {
        font-size: 45px;
        line-height: 55px;
    }

    h3 {
        font-size: 35px;
        line-height: 42px;
    }

    h4,
    .fs-26,
    .blog-entry-content .read-more {
        font-size: 22px;
        line-height: 32px;
    }

    h5,
    .fs-16,
    .faq .accordion-body,
    .pricing-faq .accordion-body,
    .footer-form .form-control,
    .form-select,
    .form-label,
    .form-control-pass::placeholder {
        font-size: 15px;
    }

    .fs-28 {
        font-size: 20px;
    }

    .fs-50 {
        font-size: 39px;
        line-height: 45px;
    }

    /* Spacing */
    .mb-m0 {
        margin-bottom: 0px !important;
    }

    .mb-m5 {
        margin-bottom: 10px;
    }

    .mb-m30 {
        margin-bottom: 30px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }

    .mb-30 {
        margin-bottom: 15px;
    }

    .mb-35 {
        margin-bottom: 22px;
    }

    .mb-40 {
        margin-bottom: 18px;
    }

    .mb-m40 {
        margin-bottom: 30px;
    }

    .mb-45 {
        margin-bottom: 26px;
    }

    .mb-50 {
        margin-bottom: 21px;
    }

    .mt-100 {
        margin-top: 35px;
    }

    .p-m0 {
        padding: 0;
    }

    .pb-20 {
        padding-bottom: 10px;
    }

    .pb-40 {
        padding-bottom: 25px;
    }

    .pb-90 {
        padding-bottom: 25px;
    }

    .pb-145 {
        padding-bottom: 85px;
    }

    .pb-130 {
        padding-bottom: 80px;
    }

    .pb-135 {
        padding-bottom: 55px;
    }

    /* Border Radius */
    .radius-20 {
        border-radius: 15px;
    }

    .radius-30 {
        border-radius: 20px;
    }

    .radius-40 {
        border-radius: 30px;
    }

    /* Header */
    .navbar-brand img {
        width: 200px;
    }

    .top-header {
        padding-bottom: 25px;
    }

    .header {
        padding-top: 23px;
    }

    .middle-header .container {
        padding: 10px 7px 10px;
    }

    /* Invest Money Section */
    .empowering-investment {
        padding: 38px 12px 35px;
    }

    .counter-list {
        padding: 38px 20px 40px;
    }

    .invest-money {
        padding-top: 115px;
        padding-bottom: 35px;
    }

    /* How Work Section */

    .how-work {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how-work-icon {
        padding: 15px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        align-self: flex-end;
        height: 85px;
        line-height: 60px;
        width: 85px;
        text-align: center;
    }

    .how-work-feature {
        padding: 15px 20px 0px;
    }

    /* About Us Section */
    .about-us {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .about-us-tabs .nav-link {
        font-size: 22px;
        line-height: 29px;
    }

    .nav-tabs .nav-link.active::before,
    .nav-tabs .nav-link.nav-link:hover::before {
        top: 43px !important;
    }

    .our-experience {
        padding: 12px 28px 5px;
    }

    .about-us-tabs .tab-content {
        margin-top: 25px;
    }

    /* Profit Section */

    .profit {
        padding-top: 70px;
        padding-bottom: 69px;
    }

    .profit-calculator {
        padding: 30px 20px 18px;
        margin-bottom: -140px;
    }

    .contact-us-icon {
        min-height: 55px;
        min-width: 55px;
        line-height: 55px;
    }

    .contact-with-us {
        flex-direction: column;
        align-items: start;
    }

    .profit-calculator label {
        padding-left: 0px;
        font-size: 18px;
        padding-bottom: 0;
    }

    /* Plans Section */

    .plans {
        padding-top: 145px;
        padding-bottom: 95px;
    }

    .outline-slider-arrow .slick-prev {
        left: calc(50% - 28px);
    }

    .outline-slider-arrow .slick-next {
        right: calc(50% - 60px);
    }

    .plan-slide .row {
        border-radius: 20px;
        padding: 25px 10px 30px;
    }

    .basic-plan {
        padding: 10px 22px 10px;
    }

    .plan-right-column {
        padding: 20px 15px 5px;
    }

    .plans ul li:not(:last-child) {
        padding-bottom: 13px;
    }

    .plans ul li::before,
    .pricing-plan ul li::before {
        left: 8px;
        top: 4px;
        height: 17px;
        width: 17px;
        line-height: 17px;
    }

    /* Testimonial Section */

    .testimonial {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .testimonial-thumb .slick-next {
        right: 23px;
    }

    .testimonial-thumb .slick-prev {
        left: 23px;
    }

    .testimonial-thumb .slick-track {
        padding-top: 25px;
        padding-bottom: 33px;
    }

    .testimonial-content {
        padding: 20px 20px 30px 20px;
    }

    .testimonial-star {
        padding: 13px 55px 4px;
    }

    /* FAQ Section */
    .faq .accordion-header {
        padding: 18px 10px;
    }

    .faq .accordion {
        padding: 3px 10px;
        border-radius: 10px;
    }

    .faq {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .faq .accordion-body {
        padding: 0 10px 24px 40px;
    }

    /* Achievers Section */
    .achievers {
        padding-bottom: 74px;
    }

    .outline-table .table> :not(caption)>*>* {
        padding: 20px 10px 20px 10px;
    }

    .outline-table {
        padding: 27px 13px 7px 13px;
        border-radius: 20px;
    }

    .outline-table th:not(:last-child)::after {
        height: calc(50% + 5px);
    }

    /* Our Clients Section */
    .our-clients {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    /* Recent Blog Section */
    .recent-blog {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .blog-step-number h6 {
        padding: 13px;
    }

    /* Team Section */
    .team {
        padding-top: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .founder-details {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        height: auto;
    }

    .team-founders>div {
        margin-left: 0;
        margin-right: 0;
    }

    /* Investment Option Section */
    .investment-option {
        padding-top: 52px;
        padding-bottom: 70px;
    }

    .investment-row {
        padding: 42px 15px 43px 15px;
    }

    .footer .logo {
        width: 300px;
    }

    .investment-row .investment-box {
        padding: 33px 20px 37px 20px;
        border-radius: 20px;
    }

    .investment-head {
        padding: 14px 15px 21px 15px;
    }

    /* Footer */
    .footer {
        padding-top: 45px;
        padding-bottom: 33px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .subscriber-form {
        border-radius: 20px;
    }

    /* About US PAge Start */
    .about-growthmatrix {
        padding-top: 70px;
        border-bottom: unset;
    }

    .border-right {
        margin-bottom: -48px;
    }

    .breadcrumb-wrapper {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .about-team {
        padding-top: 45px;
    }

    .counter:not(:last-child) {
        border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.4);
        border-right: unset !important;
    }

    .counter:last-child,
    .counter:nth-last-child(2) {
        padding-bottom: 20px;
    }

    /* Pricing Plan Page Start */
    .pricing-plan {
        padding-top: 70px;
        padding-bottom: 130px;
    }

    .pricing-faq {
        padding-top: 140px;
        padding-bottom: 70px;
    }

    /* Gallery Page Start */
    .grid-wrapper>div {
        margin-bottom: 25px;
    }

    .grid-wrapper {
        display: block;
    }

    .gallery {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .filter-tab .nav-link {
        padding: 11px 20px 9px 20px;
    }

    /* Business Plan Page Start */
    .business-growth {
        padding-top: 70px;
    }

    .income {
        padding-top: 70px;
        padding-bottom: 65px;
    }

    /* Latest News Page Start */
    .blog-posts {
        padding: 70px 20px 0px 20px;
    }

    /* FAQ Page Start */
    .faq-bg {
        padding-top: 70px;
    }

    .faq-option {
        padding-top: 0px;
        margin-top: -360px;
    }

    /* Contact Us Page Start */
    .contact-us {
        padding-top: 70px;
        padding-bottom: 25px;
    }

    .get-touch .get-touch-box {
        padding: 22px 20px 27px 20px;
        border-radius: 20px;
    }

    .map-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    /* Login Page Start */
    .login-form-box,
    .register-form-box {
        padding: 30px 15px 18px 15px;
    }

    .log-in-form,
    .register-form {
        padding-top: 130px;
        padding-bottom: 70px;
    }
}

.state-error, .error {
    color: red;
    font-size: 16px;
    font-style: italic;
}

.portfolio-info{
	display: none;
}
.portfolio-wrap{
	text-align: center;
	position: relative;
}
.portfolio-wrap:hover .portfolio-info{
	display: block;
}
.portfolio-info{
		position: absolute;
		top:0;
		left: 0;		
    height: 100%;
    width: 100%;
		transition: .3s ease;
		background: rgba(0, 0, 0, .5);
}
.portfolio-info .pinfo-box{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.dropdown-item.active, .dropdown-item:active
{
    background-color: rgb(var(--bs-white-rgb), 0.5) !important
}
.dropdown-item .active{
    background-color: rgb(var(--bs-white-rgb), 0.5) !important
}
.hov-a-btn:hover{
    color:#ff9700 !important
}

.nav-section-btn {
    /* background-color: rgba(var(--bs-primary-rgb), 0.1);
    display: inline-block;
    padding: 9px 10px 8px 10px;
    border-radius: 6px;
    border: rgb(var(--bs-primary-rgb));
    font-weight: normal;
    color: rgb(var(--bs-primary-rgb));
    text-transform: capitalize;
    min-width: 85px;
    text-align: center;
    font-size: var(--bs-nav-link-font-size);
    line-height: 17px;
    margin: 3px; */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 20px 6px;
}
.nav-section-btn.btn-primary:hover,
.nav-section-btn.btn-secondary{
    color: rgb(var(--bs-black-rgb));
}
.nav-section-btn.btn-secondary:hover{
    color: rgb(var(--bs-white-rgb));
}
/* .nav-section-btn-primary {
    background-color: rgb(var(--bs-primary-rgb));
    border: rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb));
} */

.navbar-brand{
    margin-right: 0px !important;
}

/* .nav-section-btn:hover {
    border: rgb(var(--bs-primary-rgb));
    background-color: rgb(var(--bs-primary-rgb));
    color: rgb(var(--bs-white-rgb));
} */

.alert-danger {
    --bs-alert-color: #ffff !important;
    --bs-alert-bg: #e02129 !important;
    --bs-alert-border-color: #e02129 !important;
    --bs-alert-link-color: var(--bs-danger-text-emphasis) !important;
}

.alert-success {
    --bs-alert-color: #ffff !important;
    --bs-alert-bg: #0a3622 !important;
    --bs-alert-border-color: #0a3622 !important;
    --bs-alert-link-color: var(--bs-danger-text-emphasis) !important;
}

.hov-a-btn:hover{
	color:#ff9700 !important
}
/* Modal backdrop: darker black with blur */
.modal-backdrop.show {
	background: rgba(93, 93, 93, 0.85);
	backdrop-filter: blur(8px);
}

/* Modal dialog: dark, rounded, shadow, white text */
.modal-content {
	background: rgba(20, 20, 20, 0.95);
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
	border: none;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.modal-header {
	border-bottom: none;
	background: transparent;
	color: #fff;
	padding: 1.5rem 2rem 0.5rem 2rem;
}

.modal-title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ff9700;
	font-family: 'playfair-display';
}

.modal-body {
	padding: 1.5rem 2rem 2rem 2rem;
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.7;
}

/* Custom close button: top right, yellow background, round */
.modal .close, .modal .btn-close {
	position: absolute;
	top: 18px;
	right: 18px;
	background: #ff9700;
	color: #fff !important;
	border: none;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	font-size: 1.7rem;
	line-height: 38px;
	text-align: center;
	opacity: 1;
	z-index: 10;
	transition: background 0.2s, color 0.2s;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.modal .close:hover, .modal .btn-close:hover {
	background: #fff;
	color: #ff9700 !important;
}

@media (max-width: 576px) {
	.modal-content {
		padding: 0.5rem;
	}
	.modal-header, .modal-body {
		padding: 1rem;
	}
	.modal-title {
		font-size: 1.3rem;
	}
	.modal .close, .modal .btn-close {
		top: 8px;
		right: 8px;
		width: 32px;
		height: 32px;
		font-size: 1.2rem;
		line-height: 32px;
	}
}
.theme-text i{
    color: #FF9700 !important;
}
.not-found-page {
    font-family: 'Playfair Display', serif;
}

.not-found-page #text-1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}

.not-found-page #text-2 {
    font-family: 'Onest', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 140px;
}

