.elementor-7765 .elementor-element.elementor-element-4444e03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7765 .elementor-element.elementor-element-04140ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7765 .elementor-element.elementor-element-ddac383{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7765 .elementor-element.elementor-element-4cd549d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7765 .elementor-element.elementor-element-d876223{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7765 .elementor-element.elementor-element-a42e68e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7765 .elementor-element.elementor-element-42c7ef4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-68a3982 */.network-hero-section {
  background: #0b2c5d;
  padding: 110px 6%;
  color: #ffffff;
}

.network-hero-wrap {
  max-width: 1200px;
  margin: auto;
}

.network-hero-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.network-hero-section h1 {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #ffffff
}

.network-hero-section p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 18px;
  max-width: 720px;
}

.network-btn-primary {
  display: inline-block;
  background: #ffffff;
  color: #0b2c5d;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d44460 *//* ==============================
   NETWORK ARCHITECTURE SECTION
============================== */

.network-architecture-section {
  background: #ffffff;
  padding: 100px 6%;
  text-align: center;
}

.network-architecture-wrap {
  max-width: 1000px;
  margin: auto;
}

.network-section-badge {
  display: inline-block;
  background: rgba(10,79,216,0.1);
  color: #0a4fd8;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}

.network-architecture-section h2 {
  font-size: 36px;
  margin-bottom: 24px;
  color: #0f172a;
}

.network-architecture-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #5b6b82;
  margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c87e7a */.ngn-services-soft{
  background:#052f6f;
  padding:70px 4%;
}

.ngn-services-head{
  text-align:center;
  max-width:900px;
  margin:0 auto 40px;
}

.ngn-services-head h2{
  font-size:clamp(28px,4vw,40px);
  color:#ffffff;
  margin-bottom:10px;
}

.ngn-services-head p{
  font-size:17px;
  color:#cfdcff;
}

.ngn-services-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.ngn-service-card{
  background:#ffffff;
  border-radius:20px;
  padding:32px;
  min-height:280px;
  box-shadow:0 20px 45px rgba(0,0,0,0.18);
  transition:all .35s ease;
}

.ngn-service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(0,0,0,0.28);
}

.ngn-service-card.wide{
  grid-column:2 / span 2;
}

.ngn-icon{
  width:54px;
  height:54px;
  border-radius:14px;
  background:#004bbd;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:26px;
  margin-bottom:18px;
}

.ngn-service-card h3{
  font-size:19px;
  color:#004bbd;
  margin-bottom:12px;
}

.ngn-service-card p{
  font-size:15px;
  line-height:1.6;
  color:#4a5b78;
  margin:0;
}

@media(max-width:1000px){
  .ngn-services-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ngn-service-card.wide{
    grid-column:span 2;
  }
}

@media(max-width:600px){
  .ngn-services-grid{
    grid-template-columns:1fr;
  }

  .ngn-service-card.wide{
    grid-column:span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd45f26 *//* ==============================
   NETWORK METHODOLOGY SECTION
============================== */

.network-methodology-section {
  background: #f8fafc;
  padding: 90px 6%;
}

.network-methodology-wrap {
  max-width: 1000px;
  margin: auto;
}

.network-methodology-section h2 {
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}

.network-methodology-list {
  margin-top: 30px;
  line-height: 1.8;
  color: #5b6b82;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93e0530 *//* ==============================
   NETWORK WHY SECTION
============================== */

.network-why-section {
  background: #f8fafc;
  padding: 100px 6%;
}

.network-why-wrap {
  max-width: 1100px;
  margin: auto;
}

.network-why-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.network-why-header h2 {
  font-size: 34px;
  margin-bottom: 18px;
  color: #0f172a;
}

.network-why-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #5b6b82;
}

.network-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.network-why-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e5eaf3;
  transition: all 0.3s ease;
}

.network-why-card:hover {
  border-color: #1f6bff;
  box-shadow: 0 12px 35px rgba(31,107,255,0.12);
  transform: translateY(-4px);
}

.network-why-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #004bbd;
}

.network-why-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #5b6b82;
}

.network-why-footer {
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  color: #0f172a;
}

/* Responsive */

@media (max-width: 768px) {

  .network-why-grid {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-064a99b */.network-faq-section {
  background: #ffffff;
  padding: 90px 20px;
}

.network-faq-wrap {
  max-width: 900px;
  margin: auto;
}

.network-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.network-faq-header h2 {
  font-size: clamp(26px, 4vw, 36px);
  margin-bottom: 12px;
  color: #0f172a;
}

.network-faq-header p {
  font-size: 17px;
  color: #5b6b82;
}

.network-faq-item {
  border-bottom: 1px solid #e5eaf3;
  padding: 20px 0;
}

.network-faq-item summary {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #0f172a;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.network-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #0a4fd8;
}

.network-faq-item[open] summary::after {
  content: "−";
}

.network-faq-item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #5b6b82;
}/* End custom CSS */