/*
 Theme Name:   Webteck Child  
 Theme URI:    https://themeholy.com/wordpress/webteck
 Description:  This is a child theme for Webteck - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     webteck
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  webteck-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
:root {
    --theme-color: #FF6000 !important;
}

.header-layout23 .menu-area {
    max-width: 1380px;
    display: block;
    margin: auto;
    background: #EFF1F9;
    border-radius: 80px;
    border-radius: 50px;
    padding: 5px 15px !important;
    margin-top: 24px;
}

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title span{
    color:#0d6efd;
    font-weight:600;
    letter-spacing:2px;
}
.features-sec .process-card {
    max-width: 320px !important;
}


/* Software Features Section */
.comparison-section .table-header{
    background:linear-gradient(135deg,#0b5ed7,#0b8dff);
    color:white;
    border-radius:18px;
    margin-bottom:18px;
    box-shadow:
    0 20px 45px rgba(13,110,253,.25);
}
.comparison-section .table-header>div{
    padding:28px;
    font-size:22px;
    font-weight:700;
}
.comparison-section .rilay-title{
    position:relative;
}
.comparison-section .rilay-title small{
    display:block;
    margin-top:8px;
    font-size:13px;
    color:#d8ebff;
}
.comparison-section .comparison-grid{
    display:grid;
    grid-template-columns:
    280px
    1fr
    1fr;
    gap:18px;
    margin-bottom:18px;
}
.comparison-section .comparison-grid>div{
    border-radius:18px;
    background:transparent;
    padding:15px;
    transition:.35s;
}
.comparison-section .comparison-grid:hover>div{
    transform:translateY(-6px);
    box-shadow:
    0 18px 40px rgba(0,0,0,.10);
}
/* FEATURE */
.comparison-section .feature{
    display:flex;
    align-items:center;
    gap:18px;
    font-size:20px;
    font-weight:600;
}
.comparison-section .icon{
    width:58px;
    height:58px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:16px;
    background:#edf5ff;
    font-size:26px;
}
.comparison-section .positive{
    display:flex;
    gap:14px;
    align-items:flex-start;
    line-height:1.8;
    background:#f6fffa !important;
    border-left:5px solid #17c964;
}
.comparison-section .positive i{
    color:#17c964;
    font-size:24px;
}
.comparison-section .negative{
    display:flex;
    gap:14px;
    align-items:flex-start;
    line-height:1.8;
    background:#fff8f8 !important;
    border-left:5px solid #ff4d4f;
}
.comparison-section .negative i{
    color:#ff4d4f;
    font-size:24px;
}
.comparison-section .comparison-grid .positive{
    box-shadow:
    inset 0 0 0 1px #d7f7e5;
}
.comparison-section .comparison-grid:hover .positive{
    background:#ebfff4 !important;
    transform:scale(1.02);
}
a.th-btn{
    color:#fff !important;
    border-radius:50px !important;
    padding:15px 34px !important;
    border:none !important;
    background:linear-gradient(90deg,#006BFF,#00C2FF) !important;
    box-shadow:0 12px 30px rgba(0,107,255,.30) !important;
}

a.th-btn:hover{
    background:linear-gradient(90deg,#0058d8,#00a8e8) !important;
}
a.th-btn.style3.text-title.style-radius:hover {
	color: #000 !important;
}
.hero-banner .hero-style23{
    position: relative;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
}
.hero-banner .hero-style23::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 35, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: inherit;
    z-index: -1;
    box-shadow:
        0 20px 60px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-style23 .hero-title span:after {
	display: none !important;
}
.hero-banner .cilent-box {
    display: none !important;
}
.hero-banner .hero-text {
    margin: 30px 0 !important;
	max-width: 100% !important;
}
.hero-banner .text-theme{
    background: linear-gradient(
        90deg,
        #29d8ff,
        #18c7ff,
        #00a9ff,
        #0087ff,
        #0066e6
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 12px rgba(0,170,255,.25);
}
.process-card4_icon {
    border: none !important;
    background: linear-gradient(90deg, #006BFF, #00C2FF) !important;
    box-shadow: 0 12px 30px rgba(0, 107, 255, .30) !important;
}
p.small-heading-txt {
    font-size: 20px;
    line-height: 30px;
    color: #FF6000;
    letter-spacing: 3px;
}
i.fas.fa-check {
    color: #FF6000 !important;
}
i.fas.fa-check-circle {
    background: linear-gradient(90deg, #FF6000, #FF8A3D) !important;
}

.checklist li > i {
    color: #FF6000 !important;
}
.th-pagination span.active, .th-pagination span:hover, .th-pagination a.active, .th-pagination a:hover {
    background: linear-gradient(90deg, #006BFF, #00C2FF) !important;
    box-shadow: 0 12px 30px rgba(0, 107, 255, .30) !important;
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
	background: linear-gradient(90deg, #006BFF, #00C2FF) !important;
	 box-shadow: 0 12px 30px rgba(0, 107, 255, .30) !important;
}
.th-btn {
    background: linear-gradient(90deg, #006BFF, #00C2FF) !important;
	 box-shadow: 0 12px 30px rgba(0, 107, 255, .30) !important;
}
.price-box .offer-tag .tag {
    background-color: #FF6000 !important;
}
.contact-info_icon {
    background: linear-gradient(90deg, #006BFF, #00C2FF) !important;
    box-shadow: 0 12px 30px rgba(0, 107, 255, .30) !important;
}
.footer-widget .widget_title.style2:before, .footer-widget .widget_title.style2:after {
    background: linear-gradient(90deg, #006BFF, #00C2FF) !important;
}
.scroll-top:after {
    color: #FF6000 !important;
    border: 2px solid #FF6000 !important;
}
.icon-masking.me-2 img {
    display: none;
}
.breadcumb-wrapper {
    padding: 200px 0 100px 0;
}
ul.breadcumb-menu {
    display: none !important;
}

@media(max-width:992px){
.comparison-section .comparison-grid{
grid-template-columns:1fr;
}	
.comparison-section .table-header{
display:none;
}
.comparison-section .feature{
justify-content:center;
}
}