@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
       url("../fonts/bootstrap-icons.woff") format("woff");
}
@font-face{
    font-family:"Font Awesome 7 Free";
    src:url("../webfonts/fa-solid-900.woff2") format("woff2");
}
h1,h2,h3,h4,h5,h6,strong{

    color: #142149 ;
}
h1{
    font-size: 56px;
    font-weight: 400;
}
h2{

    font-weight: 600;
}
@media (max-width: 991px) {

    h1{
        font-size: 42px;
    }
    h2{

        font-size: 36px;
    }
}
p.text-header{

    color: #6b7280;
    font-size: 1.125rem;
}
.company_logo{

	max-width:120px !important;
}
form span {
	font-size: 10px !important;
}
.table-head-black{
	color: #3a3a3a !important;
}
table.vertical-align-middle td{

	vertical-align: middle;
}
.w-15{

    width: 15%;
}
.sticky-header {
  padding: 0px !important;
  z-index: 999;
}
.text-danger{

		color: #e60404 !important;
}
.text-dark{

		color: #333 !important;
}

.text-14-500-333{

	font-size: 14px;
 	color: #505050;
	font-weight: 500;
}
.text-14-600-333{

	font-size: 14px;
 	color: #333;
	font-weight: 500;
}

.fs-12{
	font-size: 12px !important;
}

.fs-23{
    font-size: 1.44rem;
}

.text-plan-term {
  /*font-weight: 600;*/
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
}
a.text-plan-term:hover{

	color: #333;
}
.form-control{

		height: 40px !important;
}
.hover-underline:hover {
  text-decoration: underline !important;
  color: #007bfc !important;
}
.width-40{
    width: 40px;
}
.width-30{
    width: 30px;
}
.width-20{
    width: 20px;
}
button{
	height: 40px !important;
	line-height: normal !important;
}
.btn{
	/*height: 40px;*/
  line-height: normal;
}
.bg-danger {
  background-color: #ec0909 !important;
}
.btn-dark{

    border-radius: 50px;background: #0d0c22;color: #fff !important;
 }
 .btn-dark:hover{

    border-radius: 50px;background: #565564;color: #fff !important;border: 2px solid #565564;
}
.btn-primary{

    border-radius: 50px;background: var(--bs-primary);color: #fff !important;
 }
 .btn-primary:hover{

    border-radius: 50px;background: #fff;color: var(--bs-primary) !important;border: 2px solid var(--bs-primary);
}
 .btn-dark-outline{

    border-radius: 50px;color: #333 !important;border: 2px solid #333;
 }
 .btn-dark-outline:hover{

    border-radius: 50px;background: #333;color: #fff !important;border: 2px solid #333;
 }

.btn-blue-outline{

    border-radius: 50px;color: #007FFF !important;border: 2px solid #007FFF;
}

.btn-blue-outline:hover{

    border-radius: 50px;color: #007FFF !important;border: 2px solid #007FFF;background: #e2effd;
}
.cta{

	font-size: 0.8575rem;
    line-height: 0px !important;
}

.ptb-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.ps-15{

	padding-left: 15px;
}
.pe-15{

	padding-right: 15px;
}
.main-menu li a.nav-link{

		font-weight: 500;
		color: #4d4c4c;
}
.navbar-light .main-menu li a.nav-link{

		color: #333;
        font-size: 0.90rem;
        
}
.nav-link{
	font-weight: 500;
	color: #333;
    
}
.dropdown-grid-item .drop-title{

		font-weight: 400;
        font-size: 0.9rem;
        /*text-transform: uppercase;
        color: #4d4c4c;*/
}
.bg-light-sky{

  background: #e7f2ff;
}
.bg-light-blue{

	background: #E5F5FF !important;
}
.bg-grey-light{
            background-color: rgb(249, 250, 254);
        }
.text-green{

            color: #069f5f;
}
.text-success{
	color: #16A34A;
}
.text-yellow-dark{

    /*color: #ffb107 !important;*/
    /*color: #ff6b31 !important;*/
    color: #29970a !important;
}
.text-underline{

	text-decoration: underline;
}
.text-copyright{
    font-size: 12px;
    color: #6b7280;
}
/* Bootstrap Responsive Border Utilities (Large and Above) */
@media (min-width: 992px) {

    .border-lg-top {
        border-top: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

    .border-lg-bottom {
        border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

    .border-lg-start {
        border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

    .border-lg-end {
        border-right: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

    /* RTL Support (Bootstrap 5) */
    [dir="rtl"] .border-lg-start {
        border-left: 0 !important;
        border-right: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

    [dir="rtl"] .border-lg-end {
        border-right: 0 !important;
        border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

}
.divider-dashed,.cart-divider {
  border-top: 1px dashed #c4c4c4;
  margin: 12px 0;
}
.vertical-center {
            
    display: flex;
    align-items: center;
}
.bg-primary-gradient{

    background: linear-gradient( 135deg, #0052CC 0%, #0066E6 50%, #007BFC 100% );
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.feature-tab-list li a.active {
    background: #e7f2ff;
    color: #262626;
}
.bg-grey{
    background: rgb(249, 250, 254);
}
.bg-success{
	background-color: #16A34A !important;
}
.bg-cart{

    background: #F7F7F7;
}
.badge{
	font-weight: 400;
}
.badge-primary{

    font-size: 12px;
    font-weight: 400;
    color: #007BFC;
    background: #eff6ff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.fw-0{
	font-weight: 400;
}
.cart-color{

		color: #4b4b4b !important;
}
.crm-service-box {
  padding: 25px !important;
  border-radius: 20px !important;
}
.ca-accordion .accordion-button {
  border-radius: inherit !important;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ca-accordion .accordion-item{
    margin-bottom: 10px;
}
.ca-accordion .accordion-body p{
    font-size: 14px;
}
.support-article-tab.nav-pills .nav-link.active, .support-article-tab.nav-pills .show > .nav-link {
  color: #333;
  background: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.support-article-tab button.nav-link:hover {
  color: #333 !important;
  background: rgba(0, 0, 0, 0);
}

.quick-support a:hover{

	color: #333 !important;
  	background: rgba(0, 0, 0, 0);	
}
.form-control{

	font-size: 14px;
}
.form-check-input:checked {
  background-color: #333;
  border-color: #333;
}
.form-control:focus,.register-form input.form-control:focus{

    border: 1px solid #333 !important;
    outline: none !important;
    box-shadow: none !important;
}
.price-save {
  font-size: 0.75rem;
  font-weight: 500;
  color: #16A34A;
  margin-top: 2px;
  background: #effbf4;
  padding: 5px 10px;
  border-radius: 10px;
}
.form-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 3px;
}
.form-control,.form-select{
      height:40px !important;
      font-size:13.5px;
      border-radius:10px;
      border:1px solid #e5e7eb;
      padding:6px 12px;
       min-height: unset !important; 
}

.primary-icon{

    font-size: 24px;
    color: var(--bs-primary);
    margin-bottom: 8px;
    margin-bottom: 14px;
    display: block;
}

/* start ecosystem wrapper */

.ecosystem-wrapper {
    position: relative;
    height: 460px;
    border-radius: 30px;
    /*background: radial-gradient(circle at 50% 50%, #eef4ff, #f9fbff);
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);*/
    overflow: hidden;
}

/* SVG */
.eco-svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.eco-svg path {
    stroke: #279bff;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 6;
    opacity: 0.6;
    animation: dashFlow 4s linear infinite;
}

@keyframes dashFlow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: 30; }
}

/* CENTER NODE */
.ecosystem-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;     /* reduced from 180 */
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #279bff, #279bff);
    color: white;
    text-align: center;
    padding-top: 32px;
    box-shadow: 0 18px 45px rgba(37,99,235,0.35);
}

@keyframes pulseGlow {
    0%,100% { box-shadow: 0 20px 50px rgba(37,99,235,0.35); }
    50% { box-shadow: 0 25px 70px rgba(37,99,235,0.6); }
}

.ecosystem-center i {
    font-size: 36px;
    margin-bottom: 6px;
}

.center-title {
    font-size: 13px;
    font-weight: 600;
    display: none;
}



/* SIDE ITEMS */
.eco-item {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 8px 14px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.eco-item:hover {
    transform: translateY(-3px);
    background: #ffffff;
}

.eco-item i {
    color: #279bff;
    margin-right: 6px;
}

/* POSITIONING */
.left.top    { top: 95px; left: 70px; }
.left.middle { top: 210px; left: 0px; }
.left.bottom { bottom: 95px; left: 70px; }

.right.top    { top: 95px; right: 70px; }
.right.middle { top: 210px; right: 0px; }
.right.bottom { bottom: 95px; right: 50px; }

/* start ecosystem wrapper */

/* ===============================
       FEATURE GRID SECTION
=================================*/

    .feature-card-section {
        padding: 80px 0;
        background: #f9fafe;
    }

    /* Header */
    .feature-card-header {
        margin-bottom: 30px;
    }

    .feature-card-header h2 {
        margin-bottom: 15px;
    }

    .feature-card-header h2 span {
        color: #279bff;
    }

    .feature-card-header p {
        max-width: 900px;
        
    }

    /* Grid */
    .feature-card-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid rgba(0,0,0,.06);
        border-left: 1px solid rgba(0,0,0,.06);
        
    }

    /* Card */
    .feature-card {
        padding: 45px 35px;
        border-right: 1px solid rgba(0,0,0,.06);
        border-bottom: 1px solid rgba(0,0,0,.06);
        background: #ffffff;
        transition: all 0.25s ease;
    }

    .feature-card:hover {
        background: #f1f5f9;
    }

    /* Icon */
    .feature-icon {
        width: 55px;
        height: 55px;
        /*background: #eaf2ff;*/
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
        font-size: 26px;
        color: #007BFC;
        border-radius: 10px;
    }

    /* Title */
    .feature-card h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #1e293b;
    }

    /* Description */
    .feature-card p {
        font-size: 14px;
        color: #64748b;
        line-height: 1.6;
    }

    /* Optional: Center last 2 items */
    .feature-card-grid > .feature-card:nth-child(5),
    .feature-card-grid > .feature-card:nth-child(6) {
        grid-column: span 2;
    }

    /* Responsive */
    @media (max-width: 1200px) {
        .feature-card-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .feature-card-grid {
            grid-template-columns: 1fr;
        }

        .feature-card {
            padding: 35px 25px;
        }
    }

/* ===============================
       FEATURE GRID SECTION
=================================*/

/* ===============================
    NEED CUSTOM CONFIGURATION
=================================*/


    .enterprise-cta{
        overflow: hidden;
    }

    .cta-container{
        display:flex;
        justify-content:space-between;
        align-items:stretch;
        overflow:hidden;
    }

    /* =========================
       LEFT SECTION
    ========================= */

    .cta-left{
        flex:1;
        padding:50px 70px;
        background:#f5f7fb;
        position:relative;
        z-index:2;
    }

    .cta-left::after{
        content:"";
        position:absolute;
        right:-120px;
        top:0;
        width:280px;
        height:100%;
        background:linear-gradient(135deg,#e9eef6,#f5f7fb);
        transform:skewX(-20deg);
        z-index:1;
    }

    .cta-left > *{
        position:relative;
        z-index:2;
    }

    .cta-left h2{
       
        line-height:1.15;
        margin-bottom:16px;
        color:#142149;
    }

    .cta-left p{
        color:#6b7280;
        max-width:500px;
        margin-bottom:30px;
        line-height:1.7;
    }

    /* =========================
       BUTTON
    ========================= */

    .cta-buttons{
        display:flex;
        gap:15px;
    }

    .deploy-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        background:#007BFC;
        color:#fff;
        padding:14px 28px;
        border-radius:50px;
        text-decoration:none;
        font-weight:600;
        transition:all .3s ease;
    }

    .deploy-btn:hover{
        background:#0066d8;
        color:#fff;
    }

    /* =========================
       RIGHT SECTION
    ========================= */

    .cta-right{
        flex:1;
        padding:50px 70px;
        background:linear-gradient( 135deg, #0052CC 0%, #0066E6 50%, #007BFC 100% );
        color:#fff;
        position:relative;
        z-index:2;
    }

    .cta-right::before{
        content:"";
        position:absolute;
        left:-120px;
        top:0;
        width:260px;
        height:100%;
        background:linear-gradient( 135deg, #0052CC 0%, #0066E6 50%, #007BFC 100% );
        transform:skewX(-20deg);
        z-index:1;
    }

    .cta-right-content{
        position:relative;
        z-index:3;
    }

    .cta-right h2{
        
        color:#fff;
        margin-bottom:15px;
    }

    .support-desc{
        color:#cbd5e1;
        margin-bottom:30px;
        font-size:14px;
        line-height:1.8;
        max-width:450px;
    }

    .support-features{
        display:flex;
        flex-direction:column;
        gap:18px;
    }

    .support-item{
        display:flex;
        align-items:center;
        gap:12px;
        color:#fff;
        font-size:14px;
    }

    .support-item i{
        color:#e2e2e2;
        font-size:18px;
    }

    /* =========================
       TABLET
    ========================= */

    @media (max-width:991px){

        .cta-left,
        .cta-right{
            padding:40px;
        }

       
        .cta-right h2{
            font-size:42px;
        }

        .cta-left::after{
            right:-140px;
        }

        .cta-right::before{
            left:-140px;
        }
    }

    /* =========================
       MOBILE
    ========================= */

    @media (max-width:767px){

        .cta-container{
            flex-direction:column;
        }

        .cta-left,
        .cta-right{
            width:100%;
            padding:35px 24px;
        }

        /* Remove skew shapes */
        .cta-left::after,
        .cta-right::before{
            display:none;
        }

        .cta-left h2{
            
            line-height:1.15;
            margin-bottom:15px;
        }

        .cta-left p{
            font-size:17px;
            line-height:1.7;
            max-width:100%;
            margin-bottom:25px;
        }

        .cta-buttons{
            width:100%;
        }

        .deploy-btn{
            width:100%;
            text-align:center;
            padding:14px 20px;
        }

        .cta-right h2{
            font-size:32px;
            margin-bottom:12px;
        }

        .support-desc{
            max-width:100%;
            font-size:16px;
            margin-bottom:25px;
        }

        .support-item{
            font-size:16px;
            align-items:flex-start;
        }
    }

    /* =========================
       SMALL MOBILE
    ========================= */

    @media (max-width:480px){

        .cta-left,
        .cta-right{
            padding:30px 20px;
        }

        

        .cta-right h2{
            font-size:28px;
        }

        .cta-left p,
        .support-desc{
            font-size:15px;
        }

        .support-item{
            font-size:15px;
        }
    }

/* ===============================
    NEED CUSTOM CONFIGURATION
=================================*/

/* ===============================
    INSTANCE TABS
=================================*/
/* INSTANCE TABS */

        .instance-tabs{
            margin-bottom:25px;
            overflow-x:auto;
            overflow-y:hidden;
            scrollbar-width:none;
        }

        .instance-tabs .nav{
            flex-wrap:nowrap;
            gap:10px;
            background:#f3f4f6;
            padding:8px;
            border-radius:40px;
            width:max-content;
            min-width:100%;
            border:none;
        }

        .instance-tabs::-webkit-scrollbar{
            display:none;
        }

        .instance-tabs .nav-tabs{
            border:none;
        }

        .instance-tabs .nav-item{
            flex-shrink:0;
        }

        .instance-tab{
        background:none;
        border:none;
        padding:14px 0;
        font-size:15px;
        color:#6b7280;
        cursor:pointer;
        position:relative;
        }

        .instance-tab.active{
        color:#111827;
        font-weight:600;
        }

        .instance-tab.active::after{
        content:"";
        position:absolute;
        left:0;
        bottom:-1px;
        height:3px;
        width:100%;
        background:#ff6a00;
        }


        /* TABLE */

        .instance-table{
            width:100%;
            min-width:1000px;
            border-collapse:collapse;
        }

        .instance-table thead{
        background:linear-gradient(90deg,#007BFC,#76B5F8);
        color:#fff;
        }

        .instance-table th{
        padding:16px;
        font-weight:600;
        font-size:14px;
        text-align:left;
        }

        .instance-table td{
        padding:20px 16px;
        border-bottom:1px solid #eee;
        font-size:14px;
        }


        /* LEFT COLUMN */

        .instance-type{
        background:#CFE5FD;
        font-weight:600;
        }


        /* PRICE */

        .instance-price{
        color:#007BFC;
        font-weight:600;
        }

        .price-value{
        font-size:24px;
        font-weight:700;
        
        }

        .price-term{
        font-size:13px;
        }


        /* BUY BUTTON */

        .buy-btn{
        border:1px solid #ff6a00;
        color:#ff6a00;
        padding:8px 16px;
        border-radius:4px;
        text-decoration:none;
        font-size:14px;
        }

        .buy-btn:hover{
        background:#ff6a00;
        color:#fff;
        }
        .instance-tabs{
        
            gap:40px;
        }

        .instance-tabs .nav-link:hover{
            border:none;
            color:#111827;
        }

        .instance-tabs .nav-link{
            border:none !important;
            border-radius:30px !important;
            padding:12px 22px;
            font-size:14px;
            font-weight:600;
            color:#111827;
            background:transparent;
            white-space:nowrap;
            transition:all .25s ease;
        }

        .instance-tabs .nav-link.active{
            background:var(--bs-primary); !important;
            color:#fff !important;
            border:none !important;
        }

        .instance-tabs .nav-link.active::after{
            display:none;
        }

        @media (max-width:768px){

            .instance-tabs .nav-item{
                padding-right:20px !important;
            }

            .instance-table{
                min-width:850px;
            }

            .instance-table th{
                padding:15px 12px;
                font-size:14px;
                white-space:nowrap;
            }

            .instance-table td{
                padding:18px 12px;
                font-size:14px;
            }

            .price-value{
                font-size:20px;
                display:block;
            }

            .price-term{
                display:block;
                margin-top:4px;
            }

            .deploy-btn{
                white-space:nowrap;
            }
        }
/* ===============================
    INSTANCE TABS
=================================*/

/* ===============================
   use cases
=================================*/

        .workloads-header {
           /* text-align: center;
            max-width: 820px;*/
            margin: 0 auto 70px auto;
        }

        .workloads-header h2 {
            
            color: #111827;
            margin-bottom: 15px;
        }

        .workloads-header p {
            font-size: 17px;
            color: #6b7280;
            line-height: 1.7;
        }

        .workloads-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            /*max-width: 1100px;*/
            margin: auto;
        }

        .workload-group h4 {
            font-size: 20px;
            font-weight: 700;
            color: #142149;
            margin-bottom: 40px;
            letter-spacing: .5px;
            text-transform: uppercase;
        }

        .workload-group ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .workload-group li {
            font-size: 14px;
            color: #1f2937;
            margin-bottom: 40px;
            position: relative;
        }


        .workload-group li:hover {
            color: #279bff;
            transition: .2s ease;
        }

        .workload-group ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .work-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            /*margin-bottom: 22px;*/
            transition: .2s ease;
            border-left: 2px solid #007BFC;
            padding-left: 20px;
        }

        .work-icon {
            min-width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #279bff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            margin-top: 4px;
            display: none;
        }

        .work-content h6 {
            font-size: 15px;
            font-weight: 600;
            color: #1f2937;
            margin: 0 0 5px 0;
        }

        .work-content p {
            font-size: 14px;
            color: #6b7280;
            margin: 0;
            line-height: 1.6;
            margin-top: 15px;
        }

        .work-item:hover h6 {
            color: #279bff;
        }

        .work-content span {
          font-size: 12px;
          font-weight: 400;
          color: #007BFC;
          /*margin: 0 0 5px 0;*/
          background: #eff6ff;
          padding: 5px 10px;
          /*width: auto;*/
          margin-bottom: 20px;
        }

        @media (max-width: 992px) {
            .workloads-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
        }

/* ===============================
   use cases
=================================*/

/** Facing Infrastructure Challenges **/
.problem-deep-dive {
            background: #008aff;
            padding: 100px 0;
            color: #ffffff;
        }

        .section-title {
            font-size: 42px;
            font-weight: 500;
            color: #ffffff;
        }

        .problem-card {
            background: linear-gradient(135deg, #1f4068, #1b1f3b);
            padding: 40px;
            border-radius: 12px;
            text-align: left;
            color: #ffffff;
        }

        .small-title {
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase;
            opacity: 0.7;
        }

        .problem-heading {
            margin-bottom: 30px;
            font-weight: 500;
        }

        .problem-text {
            font-size: 16px;
            color: #cbd5e1;
            line-height: 1.8;
        }

        .problem-link {
            color: #f8f8f8;
            text-decoration: underline;
            font-weight: 500;
        }
        .problem-link:hover {
            color: #142149;
        }

        .problem-link:hover {
            text-decoration: underline;
        }

        .vertical-line {
            width: 2px;
            height: 250px;
            background: #279bff;
        }
/** Facing Infrastructure Challenges **/


.bg-configuration{

    background: #e9f2fd;
}

.card-heading-text{

    color: #0F172A;
}
.cart-text-price{

    font-size: 1.05rem;
}

.bg-dark-section{

    background: linear-gradient(135deg, #0f172a, #1e293b);
}

        .consult-section {
            position: relative;
            background:
                linear-gradient(
                    to right,
                    #007bfc 0%,
                    #007bfc 35%,
                    rgba(0, 123, 252, 0.95) 45%,
                    rgba(0, 123, 252, 0.85) 55%,
                    rgba(0, 123, 252, 0.65) 65%,
                    rgba(0, 123, 252, 0.40) 75%,
                    rgba(0, 123, 252, 0.20) 85%,
                    rgba(0, 123, 252, 0.05) 100%
                                ),
                url('../images/consult-person.webp')
                center center / cover no-repeat;

            padding: 40px 0;
            color: #ffffff;
        }

        .consult-wrapper {
            padding: 0px 60px;
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        /* Optional subtle glow */
        .consult-wrapper::before {
            content: "";
            position: absolute;
            width: 400px;
            height: 400px;
            background: rgba(34,197,94,0.1);
            border-radius: 50%;
            top: -100px;
            right: -100px;
            filter: blur(100px);
        }

        /* TAG */
        .consult-tag {
            display: inline-block;
            /*background: #279bff1f;*/
            color: #fff;
            /*padding: 6px 14px;*/
            border-radius: 30px;
            font-size: 12px;
            margin-bottom: 20px;
            background: #ffffff12;
            padding: 5px 20px;
        }

        /* HEADING */
        .consult-content h2 {
            /*font-size: 48px;
            font-weight: 400;*/
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .consult-content .highlight {
            color: #279bff;
            font-weight: 700;
        }

        /* TEXT */
        .consult-content p {
            color: #cbd5e1;
            font-size: 1.125rem;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        /* BUTTONS */
        .consult-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .primary-btn {
            background: #279bff;
            color: #0f172a;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .primary-btn:hover {
            background: #279bff;
            color: #ffffff;
        }

        .secondary-btn {
            border: 1px solid rgba(255,255,255,0.3);
            color: #ffffff;
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: 500;
            transition: 0.3s ease;
        }

        .secondary-btn:hover {
            background: rgba(255,255,255,0.1);
        }

        /* IMAGE */
        .consult-image img {
            max-width: 85%;
        }

        /* RESPONSIVE */
        @media (max-width: 992px) {
            .consult-wrapper {
                padding: 50px 30px;
                text-align: center;
            }

            .consult-buttons {
                justify-content: center;
            }
        }

        .service-hero-section {
            background: #fafafa;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(39,155,255,0.08);
            color: #279bff;
            padding: 6px 14px;
            font-size: 13px;
            border-radius: 50px;
            margin-bottom: 18px;
            font-weight: 500;
        }

        .hero-title {
            font-size: 42px;
            font-weight: 700;
            /*color: #0f172a;*/
            line-height: 1.2;
        }

        .hero-title span {
            color: #279bff; /* Enterprise Linux green */
        }

        .hero-subtitle {
            font-size: 17px;
            color: #475569;
            margin: 20px 0;
            max-width: 600px;
        }

        .hero-checklist {
            display: grid;
            gap: 10px;
            font-size: 15px;
            color: #334155;
        }

        .hero-checklist i {
            color: #279bff;
            margin-right: 8px;
        }

        .hero-image-wrapper {
            background: #ffffff;
            padding: 25px;
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.06);
        }

        .hero-image {
            max-width: 100%;
        }

        .provision-bar {
            padding: 18px 0;
        
        }

        .provision-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            font-size: 14px;
            color: #334155;
        }

        .pricing-wrapper {
            background: #ffffff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.04);
        }

        .pricing-title {
            font-size: 26px;
            font-weight: 700;
        }

        .pricing-subtitle {
            color: #64748b;
            font-size: 15px;
        }

        .pricing-table-wrapper {
            overflow-x: auto;
        }

        .pricing-table {
            width: 100%;
            border-collapse: collapse;
        }

        .pricing-table thead {
            background: #f1f5f9;
        }

        .pricing-table th {
            padding: 14px 16px;
            font-size: 14px;
            font-weight: 600;
            color: #334155;
            text-align: left;
        }

        .pricing-table td {
            padding: 18px 16px;
            border-top: 1px solid #f1f5f9;
            font-size: 14px;
            color: #334155;
        }

        .pricing-table tbody tr:hover {
            background: #f8fafc;
        }

        .plan-name {
            font-weight: 600;
            color: #0f172a;
        }

        .plan-processor {
            display: block;
            font-size: 12px;
            color: #64748b;
        }

        .price-col {
            text-align: left;
        }

        .price {
            font-size: 20px;
            font-weight: 700;
            /*color: #2563eb;*/
        }

        .price span {
            font-size: 12px;
            font-weight: 500;
            color: #64748b;
        }

        .deploy-btn {
            background: #007BFC;
            color: #fff;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s ease;
            border: 2px solid #007BFC;
            text-align: center;
        }

        .deploy-btn:hover {
            background: #fff;
            color: #007BFC;
            border: 2px solid #007BFC;
        }

        .deploy-outline-btn {
            background: #fff;
            color: #007BFC;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s ease;
            border: 2px solid #007BFC;
            text-align: center;
        }

        .deploy-outline-btn:hover {
            background: #007BFC;
            color: #fff;
            border: 2px solid #007BFC;
        }

        .deploy-light-btn {
            background: #fff;
            color: #077BFC;
            padding: 10px 24px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s ease;
            border: 1px solid #E5E5E5;
            text-align: center;
            font-weight: 600;
        }

        .deploy-light-btn:hover {
            background: #fff;
            color: #077BFC;
            box-shadow: rgb(255, 255, 255) 0px 0px 6px 0px;
            
        }

        .pricing-trust {
            margin-top: 20px;
            font-size: 13px;
            color: #64748b;
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .pricing-sidebar {
            position: sticky;
            top: 100px;
        }

        .plan-selector {
            background: #ffffff;
            padding: 25px;
            /*border-radius: 18px;*/
            box-shadow: 0 8px 30px rgba(0,0,0,0.04);
        }

        .sidebar-title {
            font-weight: 600;
            margin-bottom: 18px;
            /*color: #0f172a;*/
            font-size: 15px;
        }

        .plan-tab {
            width: 100%;
            border: none;
            background: transparent;
            text-align: left;
            padding: 12px 14px;
            border-radius: 12px;
            font-size: 14px;
            color: #334155;
            margin-bottom: 8px;
            transition: 0.25s ease;
            display: flex;
            align-items: center;
        }

        .plan-tab:hover {
            background: #f1f5f9;
        }

        .plan-tab.active {
            background: #f1f5f9;
            color: #000;
        }

        .plan-tab.active i {
            color: #000;
        }

        .enterprise-support {
            margin-top: 25px;
            background: #f8fafc;
            padding: 22px;
            /*border-radius: 18px;*/
            /*border: 1px solid #e2e8f0;*/
        }

        .enterprise-support h6 {
            font-weight: 600;
            margin-bottom: 10px;
            /*color: #0f172a;*/
        }

        .enterprise-support p {
            font-size: 13px;
            color: #64748b;
            margin-bottom: 15px;
        }

        .support-link {
            display: flex;
            align-items: center;
            padding: 8px 0;
            font-size: 14px;
            color: #334155;
            text-decoration: none;
            transition: 0.2s ease;
        }

        .support-link:hover {
            color: #279bff;
        }

        .provision-bar {
            padding: 18px 0;
           
        }

        .provision-content {
            font-size: 14px;
        }

        .provision-item {
            display: flex;
            align-items: center;
            color: #334155;
        }

        .provision-item strong {
            font-weight: 600;
            color: #0f172a;
        }

        .provision-cta .btn {
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 13px;
        }

        .why-structured {
            background: #f8fafc;
        }

        .why-left {
            position: sticky;
            top: 120px;
        }

        .why-feature-row {
            display: flex;
            gap: 25px;
            padding: 25px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .why-feature-row h5 {
            font-weight: 600;
            margin-bottom: 6px;
            /*color: #0f172a;*/
        }

        .why-feature-row p {
            margin: 0;
            color: #64748b;
            /*font-size: 14px;*/
        }

        .why-icon {
            width: 45px;
            height: 45px;
            background: rgba(37, 99, 235, 0.08);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #279bff;
            font-size: 18px;
            flex-shrink: 0;
        }

        /***** start of navbar ****/

        .px-10 {
          padding-right: 7rem !important;
          padding-left: 7rem !important;
        }

        .toggle-nav-button{

            background: none;
            border: 0px;
        }

        /* ===========================
           HEADER
        =========================== */

        .gd-navbar{
            background:#fff;
        }

        .gd-logo{
            height:40px;
        }

        .nav-link{
            color:#142149 !important;
            padding:0 15px !important;
            font-size: 0.9rem;
        }


        .right-links a{
            color:#333;
            margin-left:35px;
            font-weight:500;
        }

        /* ===========================
           MEGA MENU
        =========================== */

        .navbar-bg-hover .menu-item:hover{
            background: #e5e5e5 !important;
            border-radius: 8px;
        }

        .mega-menu{
            position:absolute;
            top:100%;
            left:0;
            width:100%;
            background:#f5f5f5;
            padding:40px 7%;
            z-index:999;
            box-shadow:0 10px 25px rgba(0,0,0,.15);

            opacity:0;
            visibility:hidden;
            transition:.25s;
        }

        .mega-menu.show{
            opacity:1;
            visibility:visible;
        }

        .menu-title{
            font-size:16px;
            font-weight:600;
            color: #142149;
        }

        .menu-item{
            display:flex;
            align-items:center;
            gap:18px;
            margin-bottom: 1.1rem;
            margin-top: 1.1rem;
            padding: 5px;
        }

        .menu-icon{
            /*width: 45px;
            height: 45px;*/
            /*background: #eff6ff;*/
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        .menu-item h5{
            font-size:14px;
            margin:0;
            font-weight:600;
        }

        .offer-card img{
            width:100%;
            border-radius:15px;
        }

        .offer-card h4{
            margin-top:20px;
            font-size:18px;
            font-weight:700;
        }

        /* ===========================
           ACCOUNT DROPDOWN
        =========================== */

        .account-dropdown{
            position:absolute;
            top:43px;
            right:-15px;
            width:270px;
            background:#fff;
            padding:24px;
            border-radius:0.5rem;
            box-shadow:0 8px 25px rgba(0,0,0,.15);
            z-index:999;

            opacity:0;
            visibility:hidden;
            pointer-events:none;
            transition:.25s ease;
        }

        .account-dropdown.show{
            opacity:1;
            visibility:visible;
            pointer-events:auto;
        }

        .account-dropdown::before{
            content:"";
            position:absolute;
            top:-10px;
            right:40px;
            width:20px;
            height:20px;
            background:#fff;
            transform:rotate(45deg);
        }

        .account-close{
            position:absolute;
            right:22px;
            top:20px;
            cursor:pointer;
            font-size:22px;
            color:#222;
        }

        .account-dropdown h4{
            
            margin-bottom:24px;
        }

        .account-dropdown a{
            display:block;
            margin:15px 0;
            color:#007b84;
        }

        /* ===========================
           MOBILE
        =========================== */

        .mobile-top{
            display:none;
        }

        .mobile-icons i{
            color:#142149;
            font-size:22px;
        }

        .offcanvas{
            max-width:90%;
        }

        .mobile-menu-link{
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding:12px 0;
            font-size:16px;
            font-weight:600;
            color:#142149;
            text-decoration:none;
        }

        .mobile-menu-link:hover{

            color: #142149;
        }

        .mobile-menu-link-footer{
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding:12px 0;
            font-size:0.9rem;
            font-weight:400;
            color:#111;
            text-decoration:none;
        }

        @media(max-width:991px){

            .desktop-nav{
                display:none;
            }

            .mobile-top{
                display:flex;
                background:#fff;
                height:70px;
                align-items:center;
            }

            .gd-logo{
                height:34px;
            }

        }

        @media (max-width: 991px){

            .mobile-top{
                position: fixed;
                top: 0;
                left: 0;
                right: 0;

                z-index: 1050;

                background: #fff;

                transition: transform .3s ease;
            }

            .mobile-top.hide-header{
                transform: translateY(-100%);
            }

            body{
                padding-top: 70px;
            }
        }

        /***** end of navbar ****/

        .cart-wrapper{
            position:relative;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            color:#333 !important;
            text-decoration:none;
        }



        .cart-count{
            position:absolute;
            top:-2px;
            right:-10px;

            min-width:20px;
            height:20px;

            background:#279bff;
            color:#fff;

            font-size:12px;
            font-weight:700;

            border-radius:50%;

            display:flex;
            align-items:center;
            justify-content:center;

            line-height:1;
        }

        @media(max-width:991px){

            .cart-count{
                position:absolute;
                top:-2px;
                right:-10px !important;
            }
            
        }

        .topbar{
            background:#007BFC;
            color:#fff;
            font-size:14px;
            padding:12px 0;
        }

        .topbar .container{
            display:flex;
            justify-content:space-between;
            align-items:center;
        }

        .topbar-left{
            display:flex;
            align-items:center;
            gap:15px;
        }

        .offer-badge{
            background:#279bff;
            padding:5px 12px;
            border-radius:30px;
            font-size:12px;
            font-weight:600;
        }

        .offer-text{
            opacity:.95;
        }

        .topbar-right{
            display:flex;
            align-items:center;
            gap:20px;
        }

        .topbar-right a{
            color:#fff;
            text-decoration:none;
            font-weight:500;
        }

        .topbar-right a:hover{
            opacity:.85;
        }

        .country-btn{
            border:none;
            background:transparent;
            color:#fff;
            display:flex;
            align-items:center;
            gap:6px;
        }

        .country-btn img{
            width:20px;
            margin-top: 3px;
        }
        @media (max-width: 991px) {
            .topbar{
                display: none;
            }
        }

        /* ===============================
            FOOTER
        =================================*/
        .footer{
            background:#0f172a;
            color:#fff;
            padding-top:70px;
        }

        .footer h5{
            margin-bottom:25px;
            font-weight:600;
        }

        .footer ul{
            list-style:none;
            padding:0;
            margin:0;
        }

        .footer ul li{
            margin-bottom:14px;
        }

        .footer a{
            color:#cbcbcb;
            text-decoration:none;
        }

        .footer a:hover{
            color:#fff;
        }

        .footer-logo{
            width:120px;
            filter: brightness(0) invert(1);
        }

        .footer-tagline{
            margin-top:20px;
            color:#cbcbcb;
        }

        .footer-btn{
            display:block;
            text-align:center;
            padding:14px;
            border:1px solid #2388ff;
            margin-bottom:15px;
            color:#fff !important;
        }

        .footer-btn-primary{
            background:#2388ff;
        }

        .footer-bottom{
            margin-top:60px;
            border-top:1px solid rgba(255,255,255,.15);
            padding:30px 0;
        }

        .footer-social{
            display:flex;
            gap:25px;
        }

        .footer-social a{
            font-size:28px;
            color:#fff;
        }

        .footer-links{
            display:flex;
            justify-content:flex-end;
            gap:25px;
        }

        .footer-copy{
            text-align:center;
            margin-top:25px;
            color:#d7d7d7;
        }

        .mobile-footer-menu{
            margin-top:40px;
        }

        .mobile-footer-menu .accordion-item{
            background:transparent;
            border:none;
            border-bottom:1px solid rgba(255,255,255,.15);
        }

        .mobile-footer-menu .accordion-button{
            background:transparent;
            color:#fff;
            box-shadow:none;
        }

        .mobile-footer-menu .accordion-button:not(.collapsed){
            background:transparent;
            color:#fff;
        }

        .mobile-footer-menu .accordion-body a{
            display:block;
            padding:8px 0;
        }

        @media(max-width:991px){

            .footer{
                padding-top:40px;
            }

            .footer-social{
                justify-content:center;
                margin-bottom:20px;
            }

            .footer-links{
                justify-content:center;
                flex-wrap:wrap;
            }

            .footer-logo{
                width:150px;
            }
        }
        /* ===============================
            FOOTER
        =================================*/

        /* ===============================
            FAQ
        =================================*/

        .faq-tabs-section {
            padding: 60px 0;
            background: #ffffff;
        }

        .faq-tabs {
            display:flex;
            align-items:stretch;
        }

        .faq-main{
            flex:1;
            display:flex;
        }

        .faq-nav {
            width: 35%;
            background: #0067d8;
            max-height: 600px;
            overflow: scroll;
        }

        .faq-tab {
            width: 100%;
            border: none;
            background: transparent;
            color: rgba(255,255,255,.75);
            text-align: left;
            padding: 14px 30px;
            cursor: pointer;
            font-size: 16px;
            line-height: 1.6;
            border-bottom: 1px solid rgba(255,255,255,.08);
            transition: all .3s;
            height: auto !important;
        }

        .faq-tab:hover {
            background: rgba(255,255,255,.08);
            color: #fff;
        }

        .faq-tab.active {
            background: #007BFC;
            color: #fff;
        }

        .faq-content {
            width: 65%;
            background: #007BFC;
            color: #fff;
            padding: 50px;
        }

        .faq-pane {
            display: none;
        }

        .faq-pane.active {
            display: block;
        }

        .faq-pane h3 {
            font-size: 26px;
            margin-bottom: 20px;
            color: #fff;
            font-weight: 400;
        }

        .faq-pane p,
        .faq-pane li {
            font-size: 16px;
            line-height: 1.9;
            color: rgba(255,255,255,.95);
        }

        .faq-pane ul {
            padding-left: 20px;
        }

        .faq-side-cards{
            width:280px;
            display:flex;
            flex-direction:column;
            gap: 25px;
            margin-left: 25px;
        }

        .faq-card{
            background:#0067d8;
            min-height:250px;
            padding:25px;
            display:flex;
            flex-direction:column;
            justify-content:space-between;
            text-decoration:none;
            color:#fff;
            transition:.3s;
        }

        .faq-card:hover{
            background:#0059be;
            transform:translateY(-3px);
        }

        .faq-card-icon{
            font-size:40px;
            color:#5bc0ff;
        }

        .faq-card-bottom{
            display:flex;
            justify-content:space-between;
            align-items:center;
            font-weight:500;
        }

        .faq-card-bottom i{
            color:#5bc0ff;
            font-size:24px;
        }

        .faq-side-cards a:hover{

            color: #fff;
        }

        @media (max-width: 991px) {

            .faq-tabs {
                display: block;
            }

            .faq-nav {
                width: 100%;
                background: #0067d8;
            }

            .faq-content {
                display: none; /* hide desktop content area */
            }

            .faq-tab {
                position: relative;
                width: 100%;
                padding: 18px 20px;
                border-bottom: 1px solid rgba(255,255,255,.1);
            }

            .mobile-faq-content {
                display: none;
                background: #007BFC;
                color: #fff;
                padding: 20px;
            }

            .mobile-faq-content.active {
                display: block;
            }

            .mobile-faq-content h3 {
                font-size: 20px;
                margin-bottom: 12px;
                color: #fff;
            }

            .mobile-faq-content p,
            .mobile-faq-content li {
                font-size: 15px;
                line-height: 1.8;
            }

            .faq-side-cards{

                margin-left: 0px;
                margin-top: 25px;
                width: 100%;
            }
        }

        /* ===============================
            FAQ
        =================================*/