h1,h2,h3,h4,h5,h6,strong{

    color: #142149 ;
}
h1{
    font-size: 56px;
    font-weight: 400;
}
h2{
    /*font-size: 42px;*/
    font-weight: 600;
}
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;
}
.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;
}

.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;
}
.divider-dashed,.cart-divider {
  border-top: 1px dashed #c4c4c4;
  margin: 12px 0;
}
.vertical-center {
            
    display: flex;
    align-items: center;
}
.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: 18px;
  font-weight: 500;
  color: #222;
}
.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;
}

/* footer ITEMS */

.footer-light .footer-nav-list li a, .footer-light .footer-single-col p {
  color: #000;
  opacity: 0.8;
  font-size: 13px;
}

/* footer ITEMS */

/* 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: 100px 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
=================================*/

 /* CONTAINER */

        .cta-container{
            display:flex;
            justify-content:space-between;
            align-items:stretch;
            overflow:hidden;
        }

        /* LEFT SECTION */

        .cta-left{
            flex:1;
            padding:30px 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 h2{
            font-size:30px;
            margin-bottom:12px;
            color:#142149;
        }

        .cta-left p{
            color:#6b7280;
            max-width:420px;
            margin-bottom:25px;
        }

        /* BUTTONS */

        .cta-buttons{
            display:flex;
            gap:15px;
        }

        .btn-primary-cta{
            background:#007BFC;
            color:#fff;
            padding:5px 22px;
            text-decoration:none;
            font-weight:500;
            border: 2px solid #007bfc;
            font-size: 14px;
        }

        .btn-primary-cta:hover{
            background:#fff;
            color: #007BFC;
            border: 2px solid #007bfc;
        }

        .btn-outline-cta{
            border:1px solid #374151;
            padding:5px 22px;
            text-decoration:none;
            color:#374151;
            font-size: 14px;
        }

        .btn-outline-cta:hover{
            border-color:#374151;
            color:#fff;
            background: #374151;
        }

        /* RIGHT SECTION */

        .cta-right{
            flex:1;
            padding:30px 70px;
            background:linear-gradient(135deg,#0b1c4d,#122a7a);
            color:#fff;
            position:relative;
            z-index:2;
        }

        .cta-right::before{
            content:"";
            position:absolute;
            left:-120px;
            top:0;
            width:260px;
            height:100%;
            background:#0b1c4d;
            transform:skewX(-20deg);
            z-index:1;
        }

        .cta-right-content{
            position:relative;
            z-index:3;
        }

        .cta-right h2{
            margin-bottom:12px;
            color: #fff;
        }

        .cta-right a{
            color:#007BFC;
            text-decoration:none;
            font-size:16px;
            font-weight:500;
        }

        .cta-right a:hover{
            color:#4da3ff;
        }

        .support-desc{
            color:#cbd5e1;
            margin-bottom:20px;
            font-size:15px;
            max-width:380px;
        }

        .support-features{
            display:flex;
            flex-direction:column;
            gap:12px;
            margin-bottom:20px;
        }

        .support-item{
            display:flex;
            align-items:center;
            gap:10px;
            color:#e5e7eb;
            font-size:15px;
        }

        .support-item i{
            color:#007BFC;
            font-size:16px;
        }

        .live-support-link{
            color:#007BFC;
            font-weight:500;
            text-decoration:none;
            font-size:16px;
        }

        .live-support-link:hover{
            color:#ffffff;
        }

/* ===============================
    NEED CUSTOM CONFIGURATION
=================================*/

/* ===============================
    INSTANCE TABS
=================================*/
/* INSTANCE TABS */

        .instance-tabs{
        display:flex;
        gap:40px;
        border-bottom:1px solid #e5e7eb;
        margin-bottom:25px;
        }

        .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%;
        border-collapse:collapse;
        background:#fff;
        }

        .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{
        border-bottom:1px solid #e5e7eb;
        gap:40px;
        }

        .instance-tabs .nav-link{
        border:none;
        background:none;
        padding:14px 0;
        font-size:15px;
        color:#6b7280;
        position:relative;
        }

        .instance-tabs .nav-link.active{
        color:#111827;
        font-weight:600;
        }

        .instance-tabs .nav-link.active::after{
        content:"";
        position:absolute;
        left:0;
        bottom:-1px;
        height:3px;
        width:100%;
        background:var(--bs-primary);
        }
/* ===============================
    INSTANCE TABS
=================================*/

/* ===============================
   use cases
=================================*/

.workloads-header {
           /* text-align: center;
            max-width: 820px;*/
            margin: 0 auto 70px auto;
        }

        .workloads-header h2 {
            font-size: 42px;
            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 **/

.footer-social-list li a:hover{

    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}