.elementor-8 .elementor-element.elementor-element-0d20c0f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b0f1689 *//* =========================
 SERVICES SECTION
========================= */

.gas_servicesWrap{

    padding:0px 20px;
    background:#f8faf9;

}


.gas_servicesContainer{

    max-width:1600px;
    margin:auto;

}



/* =========================
 HEADER
========================= */


.services-header{

    text-align:center;
    max-width:1600px;
    margin:0 auto 50px;

}



.services-title{

    font-size:42px;
    font-weight:700;
    color:#1f5666;
    margin-bottom:15px;

}


.services-title span{

    color:#0b6e4f;

}



.services-subtitle{

    font-size:17px;
    line-height:1.8;
    color:#555;

}



/* =========================
 GRID
========================= */


.gas_servicesGrid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;

}



/* =========================
 SERVICE CARD
========================= */


.gas_serviceCard{

    background:#ffffff;

    padding:35px;

    border-radius:18px;

    border:1px solid #e5e5e5;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06);

    transition:all .3s ease;

    position:relative;

    overflow:hidden;

}



.gas_serviceCard::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(
    90deg,
    #0b6e4f,
    #1f5666
    );

}



.gas_serviceCard:hover{

    transform:translateY(-8px);

    box-shadow:
    0 15px 35px rgba(11,110,79,.15);

}





/* =========================
 TITLE
========================= */


.gas_serviceHeading{

    font-size:24px;

    font-weight:700;

    color:#1f5666;

    margin-bottom:18px;

}



.gas_serviceHeading::before{

    content:"✓";

    color:#0b6e4f;

    margin-right:10px;

    font-weight:bold;

}



/* =========================
 DESCRIPTION
========================= */


.gas_serviceText{

    font-size:16px;

    line-height:1.8;

    color:#555;

    margin-bottom:20px;

    text-align:left;

}



/* =========================
 LIST
========================= */


.gas_serviceList{

    padding:0;

    margin:0;

    list-style:none;

}



.gas_serviceList li{

    position:relative;

    padding-left:25px;

    margin-bottom:12px;

    color:#444;

    font-size:15px;

    line-height:1.6;

}



.gas_serviceList li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#0b6e4f;

    font-weight:bold;

}



/* =========================
 TABLET
========================= */


@media(max-width:992px){


.gas_servicesGrid{

    grid-template-columns:1fr;

}



.services-title{

    font-size:36px;

}


.gas_serviceCard{

    padding:30px;

}



}




/* =========================
 MOBILE
========================= */


@media(max-width:600px){


.gas_servicesWrap{

    padding:50px 15px;

}



.services-title{

    font-size:28px;

}



.services-subtitle{

    font-size:15px;

}



.gas_serviceHeading{

    font-size:20px;

}



.gas_serviceText{

    font-size:14px;

}


.gas_serviceCard{

    padding:25px;

}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42ee874 */.process-section-new{

    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:10px 20px;

    background:#fff;

    overflow:hidden;

}


/* CONTAINER */

.process-container-new{

    max-width:1600px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}



/* =========================
   LEFT CONTENT
========================= */


.process-left-new{

    position:relative;

}


.mini-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#fff;

    border:1px solid #0B3D6D;

    color:#000;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}



.process-left-new h2{

    font-size:56px;

    font-weight:900;

    line-height:1.1;

    margin:20px 0;

    color:#000;

}



.process-left-new h2 span{

    color:#0B6E4F;

}



.process-left-new p{

    font-size:18px;

    line-height:1.8;

    color:#000;

    margin-bottom:30px;

}



/* BUTTON */

.glass-btn{

    display:inline-block;

    padding:16px 34px;

    border-radius:60px;

    background:#0B3D6D;

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    transition:.3s ease;

    border:1px solid #000;

}



.glass-btn:hover{

    background:#fff;

    color:#000;

    transform:translateY(-5px);

}



/* =========================
   TIMELINE
========================= */


.process-timeline{

    display:flex;

    flex-direction:column;

    gap:25px;

    position:relative;

}



/* LINE */

.process-timeline::before{

    content:"";

    position:absolute;

    width:2px;

    height:100%;

    background:#0B3D6D;

    left:18px;

    top:0;

}



/* ITEM */

.timeline-item{

    display:flex;

    gap:20px;

    align-items:flex-start;

    position:relative;

}



/* NUMBER */

.circle{

    width:38px;

    height:38px;

    min-width:38px;

    border-radius:50%;

    background:#0B3D6D;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:16px;

    font-weight:700;

    position:relative;

    z-index:2;

}



/* CONTENT BOX */

.timeline-item .content{

    width:100%;

    background:#fff;

    border:1px solid #ddd;

    padding:22px;

    border-radius:18px;

    transition:.35s ease;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}



.timeline-item .content:hover{

    background:#0B3D6D;

    transform:translateX(8px);

}



.timeline-item h3{

    font-size:21px;

    font-weight:700;

    margin-bottom:8px;

    color:#0B6E4F;

}



.timeline-item p{

    font-size:15px;

    line-height:1.7;

    color:#000;

}



/* HOVER TEXT */

.timeline-item .content:hover h3,
.timeline-item .content:hover p{

    color:#fff;

}



/* =========================
   TABLET
========================= */


@media(max-width:1024px){


.process-container-new{

    grid-template-columns:1fr;

    gap:50px;

    text-align:center;

}



.process-timeline::before{

    display:none;

}



.timeline-item{

    flex-direction:column;

    align-items:center;

}



.circle{

    margin-bottom:10px;

}



}



/* =========================
   MOBILE
========================= */


@media(max-width:767px){


.process-section-new{

    padding:50px 20px;

}



.process-left-new h2{

    font-size:34px;

}



.process-left-new p{

    font-size:15px;

}



.timeline-item .content{

    text-align:center;

}



.timeline-item h3{

    font-size:18px;

}



.timeline-item p{

    font-size:14px;

}



.glass-btn{

    padding:14px 28px;

}



}



/* SMALL MOBILE */

@media(max-width:480px){


.process-left-new h2{

    font-size:28px;

}



.mini-tag{

    font-size:11px;

    padding:8px 16px;

}



.timeline-item .content{

    padding:18px;

}



}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba1f83a *//* ===================================
   MODERN NEWS SUBSCRIBE SECTION
=================================== */

.news-subscribe{


    position:relative;
    overflow:hidden;

    display:flex;
    align-items:center;
    gap:60px;

    padding:0px 6%;

    background:
    linear-gradient(135deg,#fff,#faf8ff);

    box-sizing:border-box;
}


/* BACKGROUND GLOW */
.news-subscribe::before{
    content:'';

    position:absolute;

    width:420px;
    height:420px;

    background:#8469e9;

    filter:blur(150px);

    opacity:0.10;

    top:-180px;
    left:-100px;
}


.news-subscribe::after{
    content:'';

    position:absolute;

    width:320px;
    height:320px;

    background:#b8a7ff;

    filter:blur(120px);

    opacity:0.10;

    bottom:-120px;
    right:-60px;
}


/* CONTENT ABOVE GLOW */
.news-subscribe > *{
    position:relative;
    z-index:2;
}


/* LEFT SIDE */

.news-subscribe__left{
    flex:1;
}


/* SMALL TAG */

.subscribe-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(132,105,233,0.10);

    color:#8469e9;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:20px;
}


/* TITLE */

.news-subscribe__title{

    font-size:52px;
    line-height:1.2;

    color:#111;

    font-weight:900;

    margin-bottom:25px;
}


.news-subscribe__title span{

    color:#000;

}


/* DECORATIVE LINE */

.subscribe-line{

    width:120px;
    height:5px;

    border-radius:20px;

    background:
    linear-gradient(90deg,#8469e9,#b8a7ff);

    margin-bottom:30px;

    position:relative;
}


.subscribe-line::after{

    content:'';

    position:absolute;

    width:14px;
    height:14px;

    background:#111;

    border-radius:50%;

    right:-5px;
    top:-4px;
}



/* TEXT */

.news-subscribe__text{

    font-size:17px;
    line-height:1.9;

    color:#000;

    margin-bottom:35px;

    text-align:justify;

    max-width:750px;

}


/* FORM */

.news-subscribe form{

    width:100%;

}



/* INPUTS */

.news-subscribe form input{

    width:100%;

    padding:18px 20px;

    margin-bottom:18px;

    border:none;

    border-radius:16px;

    background:#fff;

    font-size:15px;

    color:#111;

    outline:none;

    box-sizing:border-box;

    transition:.35s ease;

    box-shadow:
    0 10px 25px rgba(0,0,0,.06);

}



/* FOCUS */

.news-subscribe form input:focus{

    transform:translateY(-2px);

    box-shadow:
    0 12px 28px rgba(132,105,233,.18);

    border:1px solid rgba(132,105,233,.30);

}



/* PLACEHOLDER */

.news-subscribe form input::placeholder{

    color:#888;

}



/* BUTTON */

.news-subscribe form input[type="submit"]{

    background:
    linear-gradient(135deg,#000,#000);

    color:#fff;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.4s ease;


    box-shadow:
    0 12px 28px rgba(132,105,233,.28);

}



/* BUTTON HOVER */

.news-subscribe form input[type="submit"]:hover{

    transform:translateY(-5px);

    box-shadow:
    0 18px 35px rgba(132,105,233,.38);

}



/* RIGHT PANEL */

.news-subscribe__right{

    flex:1;

    position:relative;

    padding:60px 50px;

    border-radius:30px;

    overflow:hidden;


    background:
    linear-gradient(135deg,#ddd,#ddd);


    color:#000;


    box-shadow:
    0 25px 50px rgba(132,105,233,.22);

}



/* GLASS EFFECT */

.news-subscribe__right::before{

    content:'';

    position:absolute;

    width:220px;
    height:220px;

    background:rgba(255,255,255,.18);

    border-radius:50%;

    top:-80px;
    right:-60px;

}



/* RIGHT TITLE */

.news-subscribe__right h3{

    font-size:36px;

    font-weight:900;

    margin-bottom:25px;

    position:relative;

    z-index:2;

}



/* RIGHT TEXT */

.news-subscribe__right p{

    font-size:17px;

    line-height:1.9;

    opacity:.96;

    text-align:justify;

    position:relative;

    z-index:2;

}



/* TABLET */

@media(max-width:992px){

.news-subscribe{

    gap:40px;

    padding:70px 5%;

}

.news-subscribe__title{

    font-size:42px;

}

.news-subscribe__right h3{

    font-size:30px;

}

}



/* MOBILE */

@media(max-width:768px){

.news-subscribe{

    flex-direction:column;

    padding:60px 20px;

    gap:35px;

}


.news-subscribe__title{

    font-size:34px;

    text-align:center;

}


.subscribe-line{

    margin:0 auto 25px;

}


.news-subscribe__text{

    text-align:center;

    font-size:15.5px;

}


.news-subscribe__right{

    padding:40px 30px;

}


.news-subscribe__right h3{

    font-size:28px;

    text-align:center;

}


.news-subscribe__right p{

    text-align:center;

    font-size:15px;

}


.news-subscribe form input{

    padding:16px 18px;

}

}



/* SMALL MOBILE */

@media(max-width:480px){

.news-subscribe{

    padding:50px 15px;

}


.news-subscribe__title{

    font-size:28px;

}


.news-subscribe__text{

    font-size:14px;

}


.subscribe-tag{

    font-size:11px;

    padding:8px 18px;

}


.news-subscribe__right{

    padding:35px 22px;

    border-radius:22px;

}


.news-subscribe__right h3{

    font-size:24px;

}


.news-subscribe__right p{

    font-size:14px;

}


.news-subscribe form input{

    font-size:14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e6bba3 */.help-center-wrapper {

  

    padding:0px 20px;

    text-align:center;

    position:relative;

}



/* TITLE */

.help-center-title {

    font-size:38px;

    font-weight:800;

    color:#0B6E4F;

    margin-bottom:50px;

    line-height:1.2;

    letter-spacing:-0.5px;

}



/* =========================
   GRID LAYOUT
========================= */


.support-card-layout {

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));

    gap:24px;

    max-width:1500px;

    margin:auto;

}



/* =========================
   CARD BOX
========================= */


.support-info-box {

    position:relative;

    background:#fff;

    padding:28px;

    border-radius:20px;

    text-align:left;

    overflow:hidden;

    border:1px solid #ddd;

    box-shadow:

    0 8px 24px rgba(0,0,0,.06),

    0 2px 8px rgba(0,0,0,.03);

    transition:.35s ease;

}



/* TOP BORDER */

.support-info-box::after {

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#0B3D6D;

}



/* HOVER */

.support-info-box:hover {

    transform:translateY(-10px);

    background:#0B6E4F;

    border-color:#000;

    box-shadow:

    0 18px 40px rgba(0,0,0,.15);

}



/* =========================
   ICON
========================= */


.support-icon-area {

    width:62px;

    height:62px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:18px;

    border-radius:18px;

    background:#ddd;

    color:#000;

    font-size:28px;

}



/* =========================
   CARD TITLE
========================= */


.support-box-heading {

    font-size:20px;

    font-weight:700;

    color:#000;

    margin-bottom:12px;

    line-height:1.4;

}



/* =========================
   CARD TEXT
========================= */


.support-box-description {

    font-size:15px;

    line-height:1.7;

    color:#000;

    margin:0;

}



/* HOVER TEXT */


.support-info-box:hover .support-box-heading,

.support-info-box:hover .support-box-description {

    color:#fff;

}



/* =========================
   RESPONSIVE TABLET
========================= */


@media(max-width:992px){


.help-center-wrapper {

    padding:60px 18px;

}


.support-card-layout {

    gap:20px;

}


.help-center-title {

    font-size:32px;

}


}



/* =========================
   RESPONSIVE MOBILE
========================= */


@media(max-width:768px){


.help-center-wrapper {

    padding:50px 16px;

}


.support-info-box {

    padding:24px;

    border-radius:18px;

}


.support-icon-area {

    width:56px;

    height:56px;

    font-size:24px;

}


.support-box-heading {

    font-size:18px;

}


.support-box-description {

    font-size:14px;

}


}



/* =========================
   SMALL MOBILE
========================= */


@media(max-width:480px){


.support-card-layout {

    grid-template-columns:1fr;

}


.help-center-title {

    font-size:28px;

}


.support-info-box {

    padding:22px;

}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcf2677 *//* SECTION */
.tech-section { 
   
  padding: 0px 20px;
  background: #ffffff;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1600px;
  margin: auto;
}

/* TITLE */
.title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: 1px;
}

.title span {
  color: #0B6E4F;
}

/* DESCRIPTION */
.desc {
  max-width: 1600px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 60px;
}

/* LOGO WRAPPER (IMPROVED GRID) */
.logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 40px;
  align-items: center;
  justify-items: center;
  padding: 20px;
}

/* LOGOS */
.logos img {
  width: 130px;
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.logos img:hover {
  transform: translateY(-8px) scale(1.05);
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
}

/* ================= TABLET ================= */
@media (max-width: 768px) {

  .title {
    font-size: 24px;
  }

  .desc {
    font-size: 14px;
    padding: 0 10px;
  }

  .logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .logos img {
    width: 110px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 480px) {

  .title {
    font-size: 20px;
  }

  .desc {
    font-size: 13px;
  }

  .logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .logos img {
    width: 90px;
  }
}/* End custom CSS */