
.hero-section{
    position:relative;

    display:flex;
    align-items:center;
    padding-bottom:100px;
        padding-top: 230px;

    background:url('../../assets/img/digital-marketingnoida.webp')
    center center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.55) 50%,
        rgba(0,0,0,0.25) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;

}

.hero-title{
    font-size:65px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
}

.hero-title span{
    color:#f47a24;
}

.hero-subtitle{
    font-size:20px;
    line-height:1.4;
    margin-top:25px;
    color:#f5f5f5;
    max-width:700px;
}

.btn-primary-custom{
    background:#f47a24;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary-custom:hover{
    background:#db6919;
    color:#fff;
}

@media(max-width:991px){

.hero-section{
    min-height:600px;
}

.hero-title{
    font-size:45px;
}

}

@media(max-width:576px){

.hero-title{
    font-size:34px;
}

.hero-subtitle{
    font-size:16px;
}

}

.hero-desc{
    font-size:17px;
    line-height:30px;
    margin-top:25px;
    color:#666;
}

.btn-primary-custom{
    background:#f47a24;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(238, 106, 11, 0.2);
    transition:.3s ease;
}

.btn-primary-custom:hover{
    background:#d86110;
    transform:translateY(-3px);
    box-shadow:0 16px 35px rgba(218,97,25,.24);
}

.btn-outline-custom{
    border:2px solid var(--primary);
    color:var(--primary);
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.btn-outline-custom:hover{
    background:var(--primary);
    color:#fff;
}

.hero-image{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 50px hsla(0, 0%, 0%, 0.08);
}

/* Statistics */

.stats-section{
    padding:80px 0;
    background:#fff;
}

.stat-box{
    text-align:center;
    padding:35px 20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.4s;
    height:100%;
}

.stat-box:hover{
    transform:translateY(-10px);
}

.stat-number{
    font-size:42px;
    font-weight:800;
    color:var(--primary);
}

.stat-title{
    font-size:18px;
    font-weight:600;
    color:#444;
}

/* Why Choose Us */

.why-us{
    background:linear-gradient(180deg,#fffaf3,#fff4eb);
    position:relative;
    overflow:hidden;
}

.why-us::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(244,122,36,.14);
    top:-110px;
    right:-90px;
    z-index:1;
}

.why-us::after{
    content:'';
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(244,122,36,.08);
    bottom:-90px;
    left:-60px;
    z-index:1;
}

.why-us .container,
.why-us .feature-grid,
.why-us .why-list{
    position:relative;
    z-index:2;
}


.why-us .section-title{
    font-size:48px;
    font-weight:800;
    color:#1a1a1a;
    line-height:1.12;
    margin-top:20px;
    max-width:680px;
}

.why-us .section-title span{
    color:#f47a24;
}

.why-us .section-desc{
    max-width:720px;
    margin-top:24px;
    color:#333;
    font-size:18px;
    line-height:1.9;
}

.why-us .why-list{
    margin-top:32px;
    padding-left:0;
    list-style:none;
    display:grid;
    gap:16px;
}

.why-us .why-list li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    color:#444;
    font-size:16px;
    line-height:1.9;
}

.why-us .why-list li::before{
    content:'✓';
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    min-height:34px;
    border-radius:50%;
    background:#fff4e8;
    color:#d75b12;
    font-size:14px;
    font-weight:800;
    margin-top:4px;
}

.why-us .feature-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.why-us .feature-card{
    background:rgba(255,255,255,.98);
    padding:32px 28px;
    border-radius:30px;
    text-align:left;
    min-height:180px;
    position:relative;
    overflow:hidden;
    transition:transform .35s ease,box-shadow .35s ease;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border:1px solid rgba(255,255,255,.85);
    backdrop-filter:blur(10px);
}

.why-us .feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 75px rgba(0,0,0,.12);
}

.why-us .feature-card h5{
    margin:0 0 10px;
    font-size:20px;
    font-weight:700;
    color:#1e1e1e;
}

.why-us .feature-card p{
    margin:0;
    color:#5d5d5d;
    font-size:15px;
    line-height:1.8;
}

.why-us .feature-icon{
    width:60px;
    height:60px;
    margin-bottom:18px;
    border-radius:22px;
    background:linear-gradient(135deg,#f46b1e,#ffb36f);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 18px 40px rgba(244,106,23,.18);
}

.why-us .feature-icon i{
    color:#fff;
    font-size:22px;
}

@media(max-width:991px){

.section-title{
    font-size:38px;
}

.feature-grid{
    grid-template-columns:1fr;
}
.why-us .feature-grid{
    display:block !important;
}

}

@media(max-width:576px){

.section-title{
    font-size:32px;
}

.section-desc{
    font-size:16px;
}

.why-list li{
    font-size:15px;
}

}

@media(max-width:991px){

.section-title{
    font-size:38px;
}

}

@media(max-width:576px){

.section-title{
    font-size:30px;
}

.feature-card{
    padding:25px 20px;
}

.feature-icon{
    width:70px;
    height:70px;
}

.feature-icon i{
    font-size:28px;
}

}

/* Responsive */

@media(max-width:991px){

.hero-title{
    font-size:42px;
}

.hero-image{
    margin-top:40px;
}

.section-title{
    font-size:34px;
}

}

@media(max-width:576px){

.hero-title{
    font-size:34px;
}

.hero-subtitle{
    font-size:18px;
}

.hero-desc{
    font-size:15px;
}

}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#222;
}

.section-title span{
    color:#f47a24;
}

.section-desc{
    color:#666;
    line-height:30px;
    font-size:17px;
}

.highlight-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
    height:100%;
}

.highlight-card:hover{
    transform:translateY(-8px);
    border-bottom:4px solid #f47a24;
}

.highlight-card i{
    font-size:32px;
    color:#f47a24;
    margin-bottom:15px;
}

.highlight-card h5{
    margin:0;
    font-weight:600;
}

.module-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%;
    transition:.4s;
}

.module-card:hover{
    transform:translateY(-8px);
}

.module-card h4{
    color:#f47a24;
    font-weight:700;
    margin-bottom:20px;
}

.module-card ul{
    padding-left:20px;
    margin:0;
}

.module-card ul li{
    margin-bottom:12px;
    color:#555;
}

@media(max-width:768px){

.section-title{
    font-size:32px;
}
.services-built-growth{
    padding-top: 30px !important;
}

}
.certificate-section{
    background:#fff;
}

.course-duration-section{
    background:#fafafa;
}


.section-title{
    font-size:42px;
    font-weight:800;
    color:#222;
}

.section-title span{
    color:#f47a24;
}

.section-desc{
    color:#666;
    line-height:30px;
    font-size:17px;
}

.certificate-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    border:1px solid #eee;
}

.certificate-box h5{
    font-weight:700;
    margin-bottom:20px;
}

.certificate-box ul{
    margin:0;
    padding-left:20px;
}

.certificate-box ul li{
    margin-bottom:12px;
    color:#555;
}

.certificate-card{
    background:linear-gradient(135deg,#f47a24,#ff9c52);
    padding:50px;
    border-radius:25px;
    text-align:center;
    color:#fff;
    height:100%;
}

.certificate-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    overflow:hidden;
}

.certificate-icon i{
    font-size:40px;
    color:#fff;
}

.certificate-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.certificate-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.premium-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    height:100%;
    transition:.4s;
}

.premium-card:hover{
    transform:translateY(-8px);
}

.card-icon{
    width:70px;
    height:70px;
    background:#fff3ea;
    color:#fffffff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.card-icon i{
    font-size:28px;
}

.premium-card h4{
    font-weight:700;
    margin-bottom:20px;
}

.premium-card ul{
    padding-left:20px;
    margin:0;
}

.ideal-for-section{
    background:#fff;
}

.ideal-for-panel{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:30px;
    background:linear-gradient(135deg,#f47a24 0%,#ff9c52 100%);
    border-radius:30px;
    padding:40px;
    box-shadow:0 25px 80px rgba(244,118,42,.16);
    color:#fff;
    align-items:center;
}

.ideal-for-summary{
    max-width:520px;
}

.ideal-for-panel .card-icon{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.18);
    border-radius:22px;
    margin-bottom:24px;
    font-size:28px;
}

.ideal-for-panel .section-tag{
    display:inline-block;
    background:rgba(255,255,255,.14);
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    font-size:14px;
    margin-bottom:18px;
}

.ideal-for-panel .section-title{
    font-size:42px;
    color:#fff;
    margin-top:0;
    line-height:1.12;
}

.ideal-for-panel .section-desc{
    color:rgba(255,255,255,.92);
    line-height:1.9;
    font-size:17px;
    margin:0;
}

.ideal-for-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    padding:0;
    margin:0;
    list-style:none;
}

.ideal-for-list li{
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(255,255,255,.15);
    border-radius:18px;
    padding:16px 18px;
    font-size:16px;
    line-height:1.5;
    color:#fff;
    transition:background .3s ease;
}

.ideal-for-list li:hover{
    background:rgba(255,255,255,.24);
}

.ideal-for-list li::before{
    content:'✓';
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:rgba(255,255,255,.3);
    color:#fff;
    font-size:14px;
    flex-shrink:0;
}

@media(max-width:991px){
    .ideal-for-panel{
        grid-template-columns:1fr;
        padding:30px;
    }

    .ideal-for-list{
        grid-template-columns:1fr;
    }
}

@media(max-width:576px){
    .ideal-for-panel{
        padding:24px 20px;
    }

    .ideal-for-panel .section-title{
        font-size:32px;
    }
}

.program-info-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.info-icon{
    width:80px;
    height:80px;
    background:#fff3ea;
    color:#f47a24;
    border-radius:50%;
    margin:auto auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.info-icon i{
    font-size:32px;
}

.program-info-card p{
    margin:0;
    font-size:17px;
    line-height:30px;
    color:#555;
}

.learning-panel{
    position:relative;
    background:#fff;
    border-radius:30px;
    padding:40px;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(0,0,0,.08);
}

.learning-panel::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(244,122,36,.12);
    top:-40px;
    right:-40px;
}

.learning-panel::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(244,122,36,.08);
    bottom:-30px;
    left:-30px;
}

.learning-panel-top{
    position:relative;
    z-index:1;
}

.learning-panel-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#f47a24,#ff9d4d);
    color:#fff;
    font-size:28px;
    margin-bottom:22px;
}

.learning-panel h3{
    font-size:32px;
    color:#222;
    margin-bottom:18px;
    line-height:1.1;
}

.learning-panel p{
    color:#555;
    line-height:1.9;
    margin:0;
}

.learning-item-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:32px;
}

.learning-item{
    background:#fff7f0;
    border:1px solid rgba(244,122,36,.18);
    border-radius:20px;
    padding:18px 20px;
    font-weight:700;
    color:#333;
    transition:transform .3s ease,box-shadow .3s ease;
}

.learning-item:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 35px rgba(244,122,36,.12);
}

.learning-summary-panel{
    background:linear-gradient(180deg,#fff9f2,#fff4eb);
    border-radius:30px;
    padding:35px;
    box-shadow:0 30px 60px rgba(0,0,0,.06);
    min-height:100%;
}

.summary-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:#fff;
    color:#f47a24;
    font-size:26px;
    margin-bottom:22px;
    box-shadow:0 16px 35px rgba(244,122,36,.16);
}

.learning-summary-panel h3{
    font-size:26px;
    color:#222;
    margin-bottom:16px;
}

.learning-summary-panel p{
    color:#555;
    line-height:1.9;
    margin:0;
}

.tags-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:24px;
}

.tags-wrap span{
    background:#fff;
    color:#333;
    border:1px solid rgba(244,122,36,.18);
    border-radius:999px;
    padding:11px 16px;
    font-size:14px;
    font-weight:600;
}

@media(max-width:991px){
    .learning-item-grid{
        grid-template-columns:1fr;
    }

    .learning-panel{
        padding:30px;
    }

    .learning-summary-panel{
        padding:28px;
    }
}

@media(max-width:576px){
    .learning-panel{
        padding:24px 20px;
    }

    .learning-summary-panel{
        padding:24px 20px;
    }

    .learning-panel h3{
        font-size:28px;
    }

    .learning-summary-panel h3{
        font-size:22px;
    }

    .tags-wrap{
        justify-content:center;
    }
}

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.certificate-card{
    margin-top:30px;
}

}

@media(max-width:576px){

.section-title{
    font-size:28px;
}

.certificate-card,
.premium-card,
.program-info-card{
    padding:25px;
}

}
.digital-marketing-services{
    background:#f8f9fa;
}

.service-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    height:100%;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:.3s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.service-card .icon{
    font-size:50px;
    margin-bottom:15px;
}

.service-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.read-more-btn{
    display:inline-block;
    background:#f47a24;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.read-more-btn:hover{
    background:#e64a19;
    color:#fff;
}

@media(max-width:768px){
    .service-card{
        padding:25px;
    }

    .service-card h3{
        font-size:20px;
    }

    .growth-card-grid{
        grid-template-columns:2fr !important;
    }

    .section-title{
        font-size:34px;
    }
     .services-built-growth{
        padding:40px 0;
    }
}

@media(max-width:576px){
   

    .section-title{
        font-size:28px;
    }

    .growth-card{
        padding:22px;
    }
}

.services-built-growth{
    background:#fff;
    padding:80px 0;
}

.services-built-growth .section-heading{
    max-width:560px;
}



.services-built-growth .section-title{
    font-size:42px;
    font-weight:800;
    color:#222;
    line-height:1.2;
    margin-top:20px;
}

.services-built-growth .section-desc{
    color:#666;
    line-height:30px;
    font-size:17px;
    margin-top:20px;
}

.services-built-growth .btn-primary-custom{
    margin-top:25px;
}

.growth-card-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.growth-card{
    background:#fff;
    border:1px solid rgba(244,244,244,.95);
    border-radius:24px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:transform .3s ease,box-shadow .3s ease;
}

.growth-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.growth-card-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    background:linear-gradient(135deg,#f47a24,#ff9d4d);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-bottom:18px;
}

.growth-card h5{
    font-size:20px;
    margin-bottom:12px;
    color:#222;
}
.section-tag {
    display: inline-block;
    background: rgb(244 122 36);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.growth-card p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.who-we-help-section{
    background:#fff;
}

.who-we-help-header{
    max-width:850px;
    margin:0 auto 50px;
}


.section-title{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
    line-height:1.2;
}

.section-desc{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.industry-table-wrapper{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.industry-table-title{
    font-size:30px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;
    position:relative;
    padding-left:20px;
}

.industry-table-title::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:35px;
    background:#f47a24;
    border-radius:20px;
}

.industry-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}

.industry-table thead th{
    background:linear-gradient(135deg,#f47a24,#ff9d5c);
    color:#fff;
    padding:18px 25px;
    font-size:17px;
    font-weight:700;
    text-align:left;
}

.industry-table thead th:first-child{
    border-radius:12px 0 0 12px;
}

.industry-table thead th:last-child{
    border-radius:0 12px 12px 0;
}

.industry-table tbody tr{
    transition:.3s;
}

.industry-table tbody tr:nth-child(even){
    background:#fff8f3;
}

.industry-table tbody tr:hover{
    background:#fff2e8;
}

.industry-table tbody td{
    padding:22px 25px;
    border-bottom:1px solid #ededed;
    font-size:16px;
    color:#444;
}

.industry-table tbody tr:last-child td{
    border-bottom:none;
}

.industry-name{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
    color:#111;
}

.industry-name i{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(244,122,36,.12);
    color:#f47a24;
    border-radius:10px;
    font-size:16px;
}

@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .industry-table-wrapper{
        padding:25px;
    }
}

@media(max-width:767px){

    .section-title{
        font-size:30px;
    }

    .section-desc{
        font-size:16px;
    }

    .industry-table-wrapper{
        overflow-x:auto;
    }

    .industry-table{
        min-width:650px;
    }
}


.dm-different-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.dm-different-heading{
    max-width:900px;
    margin:auto;
}

.dm-different-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(244,122,36,.12);
    color:#f47a24;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.dm-different-title{
    font-size:48px;
    font-weight:800;
    color:#111;
    line-height:1.2;
    margin-bottom:20px;
}

.dm-different-desc{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.dm-feature-card{
    height:100%;
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:35px;
    position:relative;
    overflow:hidden;
    transition:.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.dm-feature-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#f47a24;
}

.dm-feature-card:hover{
    transform:translateY(-8px);
    border-color:#f47a24;
    box-shadow:0 20px 50px rgba(244,122,36,.15);
}

.dm-feature-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    background:rgba(244,122,36,.12);
    color:#f47a24;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

.dm-feature-title{
    font-size:26px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
    line-height:1.3;
}

.dm-feature-desc{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .dm-different-title{
        font-size:38px;
    }

    .dm-feature-card{
        padding:30px;
    }

    .dm-feature-title{
        font-size:22px;
    }
}

@media(max-width:767px){

    .dm-different-title{
        font-size:30px;
    }

    .dm-different-desc{
        font-size:16px;
    }

    .dm-feature-card{
        padding:25px;
    }

    .dm-feature-icon{
        width:65px;
        height:65px;
        font-size:24px;
    }

    .dm-feature-title{
        font-size:20px;
    }
}

/* =========================
   PREMIUM GEO TABLE UI
========================= */

.nda-geo-table-section{
    background: linear-gradient(180deg,#fff8f3 0%,#ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-bottom:100px;
    padding-top:100px;
}

.nda-geo-table-section::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(244,122,36,.08);
    top:-180px;
    left:-150px;
}

.nda-geo-table-section::after{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(244,122,36,.06);
    bottom:-120px;
    right:-120px;
}

.nda-table-title{
    font-size:42px;
    font-weight:800;
    line-height:1.3;
    color:#111;
    margin-bottom:0;
}

.nda-table-wrapper{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    border:1px solid rgba(244,122,36,.15);
    box-shadow:
        0 10px 30px rgba(244,122,36,.08),
        0 20px 60px rgba(0,0,0,.06);
}

.nda-solution-table{
    min-width:850px;
    border-collapse:separate;
    border-spacing:0;
}

.nda-solution-table thead{
    background:linear-gradient(135deg,#f47a24,#ff9a4d);
}

.nda-solution-table thead th {
    color: #fff;
    padding: 24px 28px;
    font-size: 17px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #f47a24;
}

.nda-solution-table tbody tr{
    transition:all .3s ease;
}

.nda-solution-table tbody tr:nth-child(even){
    background:#fffaf6;
}

.nda-solution-table tbody tr:hover{
    background:#fff2e8;
}

.nda-solution-table tbody td{
    padding:24px 28px;
    vertical-align:middle;
    border-color:#f1f1f1;
}

.nda-cell-title{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
    font-weight:700;
    color:#222;
}

.nda-cell-title::before{
    content:'';
    width:12px;
    height:12px;
    background:#f47a24;
    border-radius:50%;
    flex-shrink:0;
    box-shadow:0 0 0 5px rgba(244,122,36,.12);
}

.nda-solution-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    background:rgba(244,122,36,.10);
    color:#f47a24;
    border:1px solid rgba(244,122,36,.15);
    border-radius:50px;
    font-size:15px;
    font-weight:700;
}

.nda-outcome{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:700;
    color:#198754;
}

.nda-outcome::before{
    content:"✓";
    width:24px;
    height:24px;
    border-radius:50%;
    background:#e9f8ef;
    color:#198754;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}

@media (max-width:991px){

    .nda-table-title{
        font-size:34px;
    }

    .nda-solution-table thead th,
    .nda-solution-table tbody td{
        padding:20px;
    }
}

@media (max-width:767px){

    .nda-table-title{
        font-size:28px;
    }

    .nda-table-wrapper{
        border-radius:18px;
    }

    .nda-solution-table{
        min-width:700px;
    }

    .nda-solution-table thead th{
        font-size:14px;
    }

    .nda-cell-title,
    .nda-solution-badge,
    .nda-outcome{
        font-size:14px;
    }
}
