body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(180deg, #0b1526 0%, #0a1323 100%);
    color: #e5e7eb;
}

.mt-10 {
    margin-top: 150px;
}

:root {
    --primary: #16d3a3;
    --primary-dark: #0fb58b;
    --bg-dark: #0b1526;
    --bg-card: #111c30;
    --bg-card-light: #f8fafc;
    --border-dark: #1f2a44;
    --muted: #94a3b8;
    --text-dark: #0b1526;
}

.navbar {
    background: transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border: none;
    color: #04130f;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(22, 211, 163, 0.25);
}

.btn-primary:hover {
    transform: translateY(-1px);
}

.btn-outline-light {
    border-color: #2a3550;
    color: #e5e7eb;
}

.hero {
    padding: 0 0 80px;
    background: radial-gradient(circle at top left, rgba(22, 211, 163, 0.08), transparent 40%);
}

h1 span {
    color: var(--primary);
}

.badge.bg-success {
    background: rgba(16, 185, 129, 0.1) !important;
    color: var(--primary);
    font-weight: 500;
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 10px 15px;
    color: rgb(52, 211, 153);
    font-weight: 600;
    font-size: 13px;
}

.headingH {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
}

.ptext {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgb(203 213 225) !important;
}

/**********Error Message***********/	
.zf-errorMessage {
	font: 15px Arial, Helvetica, sans-serif;
    color: #f41033;
    padding-top: 10px;
}

.btnBaa2 {
    border-bottom: 1px solid rgb(51, 65, 85);
    padding-bottom: 30px;
}

.btnBaa2 .btn {
    padding: 15px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.btnBaa2 .btn-primary {
    background-image: linear-gradient(to right, #10b981, #14b8a6);
}

.btnBaa2 .btn-outline-light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bannerList {
    margin-right: 15px;
}

.bannerList h5 {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.bannerList small.text-muted {
    display: block;
    font-size: 14px;
    color: rgb(148, 163, 184) !important;
}


.form-box {
    margin-left: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px;
    padding: 30px 35px;
}

.form-box .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.form-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-box .form-label {
    font-size: 14px;
    color: #cbd5e1;
    font-weight: 500;
}

.form-box .btn-primary {
    height: 50px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-image: linear-gradient(to right, #10b981, #14b8a6);
    box-shadow: none;
}

.form-box .text-muted {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: rgb(148, 168, 184) !important;
}

.stat-box,
.feature-box,
.process-box {
    background: var(--bg-card);
    border-radius: 24px;
    padding: 28px;
    height: auto;
    border: 1px solid var(--border-dark);
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(to right, #10b981, #14b8a6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.section-light {
    background: #fff;
    color: var(--text-dark);
    padding: 30px 0;
}

.section-light .feature-box {
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: none;
    border-radius: 12px;
    padding: 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bgGro {
    background: #f8fafc;
    padding: 30px 0;
}

.feature-box h5 {
    font-size: 25px;
    color: #0f172a;
    font-weight: 700;
}

.feature-box h6 {
    font-size: 15px;
    color: #0f172a;
    font-weight: 500;
}

.feature-box p {
    font-size: 14px;
}

.whyChoose h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
}

.whyChoose .hedTexP {
    font-size: 18px;
    color: #475569 !important;
    font-weight: 500;
}


.whyChoose .feature-box {
    padding: 15px;
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    position: relative;
    box-shadow: none;
    transition: all 0.35s ease;
    display: inline-block;
}

.whyChoose .feature-box:hover {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.whyChoose .feature-box:before {
    content: "";
    width: 130px;
    height: 95px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom right, rgb(16 185 129 / .05), rgb(20 184 166 / .05));
    border-bottom-left-radius: 9999px;
    border-top-right-radius: 16px;
}

.whyChoose .feature-box .icon-box {
    width: 56px;
    height: 56px;
}

.whyChoose .feature-box:hover .icon-box {
    transform: scale(1.1);
}

.whyChoose .feature-box h5,
.investPros .feature-box h5 {
    font-size: 24px;
    margin-bottom: 12px;
}

.whyChoose .feature-box p,
.investPros .feature-box p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
}
.whyChoose .feature-box .icon-box {
    float: left;
    margin-right: 10px;
}
.whyChoose .feature-box p { 
    width: calc(100% - 70px);
    float: left;
}

.investPros {
    padding: 80px 0;
    /* background-color: #0f172a; */
}

.investPros h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.investPros .inprText {
    font-size: 18px;
    color: #cbd5e1 !important;
    font-weight: 500;
}

.process-box {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    width: 96%;
    margin-left: 2%;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.35s ease;
    position: relative;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.process-box:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 60px;
    background-image: linear-gradient(to right, #10b981, transparent);
    width: 100%;
    height: 2px;
}

.investPros .col-md-3:last-child .process-box::after {
    display: none;
}

.process-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

.process-box .icon-box {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
}

.process-box p span {
    font-size: 14px;
    font-weight: 600;
    color: #34d399;
}

.process-box h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 7px;
}

.process-box p {
    font-size: 15px;
    color: #cbd5e1 !important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.philosophyD h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
}

.philosophyD .hedTexP {
    font-size: 18px;
    color: #475569 !important;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.textpart-ph {
    display: inline-block;
    width: calc(100% - 48px);
}

.textpart-ph h6 {
    font-size: 18px;
    font-weight: 700;
}

.textpart-ph p {
    font-size: 15px;
    font-weight: 400;
    color: #475569 !important;
    line-height: 22px;
}

.philosophyD .icon-box {
    background: #d1fae5;
}

.philosophyD .icon-box svg {
    color: #059669;
}

.section-light .feature-box.rightPh-box {
    padding: 30px;
    background-image: linear-gradient(to bottom right, #0f172a, #1e293b);
    border-radius: 24px;
    border-color: #334155;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 0 100px rgba(20, 184, 166, 0.2);
}

.rightPh-box>span {
    text-transform: uppercase;
    color: #34d399;
    font-weight: 500;
    font-size: 14px;
}

.rightPh-box h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
}

.rightPh-box p {
    font-size: 15px;
    color: #cbd5e1 !important;
}

.rightPh-box div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rightPh-box div span {
    font-size: 15px;
    color: #cbd5e1 !important;
}

.rightPh-box div span.text-success {
    color: #34d399 !important;
    font-weight: 600;
}

.rightPh-box div span.text-muted {
    color: #fff !important;
}

.rightPh-box>small {
    color: #94a3b8 !important;
    font-size: 13px;
    border-top: 1px solid #334155;
    padding-top: 20px;
    margin-top: 25px;
}

.footerTop {
    background-image: linear-gradient(to bottom right, #0f172a, #1e293b, #0f172a);
    padding: 30px 0;
}

.footerTop h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.footerTop p {
    font-size: 18px;
    color: #cbd5e1 !important;
    font-weight: 500;
}

.callusMain {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callusBox {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 16px;
    margin-right: 25px;
    min-width: 420px;
}

.textcallUs {
    text-align: left;
}

.callusBox:last-child {
    margin-right: 0;
}

.callusBox .icon-box {
    background: rgba(20, 184, 166, 0.2);
}

.callusBox .icon-box svg {
    color: #2dd4bf;
}

.textcallUs h3 {
    color: #fff;
    font-size: 18px;
}

.textcallUs p {
    color: #cbd5e1 !important;
    font-size: 15px !important;
    margin-top: 10px;
}

.textcallUs a {
    color: #34d399 !important;
    font-size: 15px !important;
    text-decoration: none;
}

footer {
    background: #0f172a;
    padding: 40px 0;
    border-top: 1px solid #1e293b;
}

footer .logoD span {
    font-size: 20px;
}

footer p {
    color: #94a3b8 !important;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    width: 90%;
}

footer p.small {
    font-size: 13px;
}

footer h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

footer a {
    display: block;
    color: #cbd5e1;
    font-size: 15px;
    text-decoration: none;
    margin-top: 10px;
}

footer li {
    margin-top: 15px;
}

footer li svg {
    width: 20px;
    color: #34d399;
}

footer li span,
footer li a {
    font-size: 14px;
    color: #cbd5e1 !important;
    margin-top: 0;
}

.copyR-area {
    display: flex;
    align-items: center;
}

.copyR-area p:first-child {
    width: 50%;
}

.copyR-area p:last-child {
    width: 50%;
    text-align: right;
}

/* HOVER EFFECTS */
.hover-lift {
    transition: all 0.35s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(22, 211, 163, 0.18);
}

.icon-box {
    transition: transform 0.35s ease, background 0.35s ease;
}

.hover-lift:hover .icon-box {
    transform: scale(1.08);
    background: linear-gradient(135deg, rgba(22, 211, 163, 0.35), rgba(22, 211, 163, 0.1));
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    box-shadow: 0 4px 20px rgba(22, 211, 163, 0.45);
}

.firstTop-block {
    background: #0f172a;
    background-image: linear-gradient(to bottom right, #0f172a, #1e293b, #0f172a);
    min-height: 100vh;
}

.logoD {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.logoD img {
    height: 60px;
}

.logoD span {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.to-teal-500 {
    background: #14b8a6;
    background-image: linear-gradient(150deg, #34d399, #2dd4bf);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 8px;
}

.btnCot {
    background: #fff;
    min-width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-top: 25px;
    border: none;
}

/* PSG-css start */
.list-point-block {
    width: 100%;
    display: inline-block;
}

.list-point-block ul {
    margin: 0;
    padding: 0;
}

.list-point-block ul li {
    list-style: none;
    width: calc(50% - 15px);
    float: left;
    text-align: center;

}

.list-point-block ul li+li {
    border-left: 1px solid #ccc;
    margin-left: 15px;
}

.list-point-block ul li .img-icon {
    height: 50px;
    margin-bottom: 10px;
}

.winning-businesses-block .icon-box img {
    height: 20px;
}

.yes-no-img {
    width: 100%;
    border: solid 1px #059669; 
    border-radius: 20px;
}
.yes-no-img img {
    width: 100%;
    /* max-width: 400px; */
    display: block;
    margin: 0 auto;
    border-radius: 20px; 
    padding: 0;
       
}
.yes-no-img img:hover {
     transform: scale(1.06);
     -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    
}

.color-fff {
    color: #fff;
}

.color-000 {
    color: #000;
}

.dark-bg {
    background: #0f172a;
    color: #fff;
}

.dark-bg h2 {
    color: #fff;
    font-size: 48px;
}

/* .dark-bg p { color: #fff;} */
footer .logoD {
    margin-top: 0;
}

.disclaimer-pp {
    color: #000;
    max-height: 400px;
    overflow-x: scroll;
}

.btn-theme-1 {
    height: 50px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-image: linear-gradient(to right, #10b981, #14b8a6);
    box-shadow: none;
}

.feature-box iframe {
    border-radius: 20px;
}

.btnDown {
    background: #fff;
    min-width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-top: 25px;
    border: none;
    padding: 0px 10px;
    text-decoration: none;
    display: inline-block;
}

.chec-box-btn {
    color: #fff;
}

.winning-businesses-block {
    width: 100%;
    display: inline-block;
    min-height: 80px;
}

.winning-businesses-block-left {
    width: 60px;
    display: inline-block;
}

.winning-businesses-block-right {
    width: calc(100 - 70px);
    display: inline-block;
}

.winning-businesses-block-full {
    width: 100%;
    display: inline-block;
}

.winning-businesses-block ul {
    margin: 0;
    padding: 0;
}

.winning-businesses-block ul li {
    list-style: none;
    width: calc(50% - 15px);
    float: left;
}

.winning-businesses-block ul li+li {
    /* padding-left: 10px; */
}

.PMS-Stands-block .feature-box {
    display: flex;
}

.PMS-Stands-block ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.PMS-Stands-block ul li {
    list-style: none;
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: calc(25% - 15px);
    align-items: center;
    justify-content: center;
    
    
}
.PMS-Stands-block ul li+li {
    margin-left: 15px;
}
.PMS-Stands-block ul li .icon-box {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.PMS-Stands-block ul li h5 {
    margin: 0;
    margin-top: 10px;
}
.PMS-Stands-block ul li:last-child h5 {
    margin-top: 0px;
}
.footer-logo img {
        height: 35px;
    }
    .red-txt {
        color: #FF0000;
    }
/* PSG-css end */

@media (max-width: 1280px) {
    .headingH {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .mt-10 {
        margin-top: 60px;
    }

    .headingH {
        font-size: 35px;
    }

    .btnBaa2 {
        display: block !important;
    }

    .btnBaa2 .btn-outline-light {
        margin-top: 20px;
    }

    .form-box {
        margin-top: 30px;
        margin-left: 0;
        padding: 20px;
    }

    .logoD {
        margin-top: 15px;
    }

    .btnCot {
        margin-top: 15px;
    }

    .hero {
        padding-bottom: 40px;
    }

    .bgGro {
        padding: 30px 0;
    }

    .icon-box {
        width: 42px;
        height: 42px;
    }

    .feature-box h5 {
        font-size: 28px;
    }

    .section-light {
        padding: 50px 0;
    }

    .whyChoose h2,
    .investPros h2,
    .philosophyD h2,
    .footerTop h2 {
        font-size: 25px;
    }

    .whyChoose .feature-box .icon-box,
    .process-box .icon-box {
        width: 48px;
        height: 48px;
    }

    .whyChoose .feature-box h5,
    .investPros .feature-box h5 {
        font-size: 22px;
    }

    .investPros,
    .footerTop {
        padding: 40px 0;
    }

    .section-light .feature-box.rightPh-box {
        width: 94%;
        margin-left: 3%;
    }

    .process-box:after {
        display: none;
    }

    .footerTop .btnBaa2 a {
        width: 100% !important;
    }

    .footerTop p,
    .investPros .inprText,
    .whyChoose .hedTexP,
    .ptext {
        font-size: 16px;
    }

    .philosophyD .hedTexP {
        line-height: 26px;
        font-size: 16px;
    }

    .to-teal-500 {
        width: 34px;
        height: 34px;
    }

    .logoD span {
        font-size: 20px;
    }

    .btnCot {
        min-width: 115px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .callusMain {
        display: block;
    }

    .callusBox {
        width: 100%;
        margin-right: 0;
        min-width: 100%;
    }

    .callusBox:last-child {
        margin-top: 20px;
    }

    footer {
        padding-bottom: 10px;
    }

    footer .logoD {
        margin-top: 0;
    }

    footer .logoD img {
        height: 40px;
    }

    footer h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    footer a {
        margin-top: 5px;
    }

    .copyR-area {
        display: block;
    }

    .copyR-area p:first-child,
    .copyR-area p:last-child {
        width: 100%;
        text-align: center;
    }

    .bannerList:last-child {
        margin-right: 0;
    }

    .section-light .feature-box.rightPh-box {
        box-shadow: 0 0 20px rgba(20, 184, 166, 0.2);
    }
    /* psg-mob-css start */
    .winning-businesses-block ul li {
        width: 100%;
    }
    .PMS-Stands-block ul {
        display: inline-block;
        width: 100%;
    }
    .PMS-Stands-block ul li {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .PMS-Stands-block ul li+li {
        margin-left: 0;
        
    } 
    .yes-no-img {
        padding-bottom: 0;
        margin-top: 20px;
    }
    .yes-no-img img { margin-top: 0;}
    .logoD img { height: 40px;}
    .PMS-Stands-block ul li h5 {
        margin-top: 10px;
    }
    
    /* psg-mob-css end */
}