.elementor-837 .elementor-element.elementor-element-514888d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5caf21b */.article-container{
    width:100%;
    max-width:1600px;
    margin:auto;
}


.blog-content{

    background:#ffffff;

    padding:45px;

    border-radius:14px;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.08);

}



/* ==========================
   TYPOGRAPHY
========================== */


.blog-content h1{

    font-size:46px;

    line-height:1.25;

    color:#ff6a00;

    margin-bottom:25px;

}


.blog-content h2{

    font-size:32px;

    color:#ff6a00;

    margin-top:45px;

    margin-bottom:18px;

}


.blog-content h3{

    font-size:23px;

    color:#000;

    margin-top:30px;

    margin-bottom:12px;

}



.blog-content p{

    font-size:17px;

    line-height:1.8;

    color:#000;
    text-align: justify;

    margin-bottom:20px;

}



/* ==========================
   LIST STYLE
========================== */


.blog-content ul{

    margin:20px 0 25px 25px;

}


.blog-content ul li{

    font-size:16px;

    color:#000;

    line-height:1.8;

    margin-bottom:10px;

}



/* ==========================
   INFORMATION BOX
========================== */


.info-box{

    background:#ddd;

    border-left:5px solid #ff6a00;

    padding:25px;

    margin:35px 0;

    border-radius:8px;

}



.info-box h3{

    color:#ff6a00;

    margin-top:0;

    font-size:21px;

}



.info-box ul{

    margin-bottom:0;
    color: #000;

}



/* ==========================
   CTA SECTION
========================== */


.cta-box{

    margin-top:50px;

    padding:45px 30px;

    text-align:center;

    border-radius:12px;

    background:

    linear-gradient(
    135deg,
    #ff6a00,
    #ddd
    );

    color:white;

}



.cta-box h2{

    color:white;

    margin-top:0;

}



.cta-box p{

    color:white;

    max-width:700px;

    margin:15px auto;

}



.cta-button{

    display:inline-block;

    margin-top:20px;

    background:white;

    color:#ff6a00;

    padding:14px 32px;

    border-radius:7px;

    font-weight:bold;

    transition:.3s;

}



.cta-button:hover{

    background:#f0f0f0;

}



/* ==========================
   FAQ SECTION
========================== */


.faq{

    margin-top:35px;

}
.global-ally-text {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.global-ally-link {
  color: #ff6a00;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.global-ally-link:hover {
  color: #ff6a00;
  text-decoration: underline;
}

.global-ally-button {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
  transition: background 0.3s ease;
}

.global-ally-button:hover {
  background: #ddd;
}


.faq-item{

    background:#fafafa;

    border:1px solid #ddd;

    padding:25px;

    border-radius:10px;

    margin-bottom:18px;

}



.faq-item h3{

    color:#ff6a00;

    margin-top:0;

    font-size:20px;

}



.faq-item p{

    margin-bottom:0;
    color: #000;
    text-align: justify;

}



/* ==========================
   LINKS
========================== */


.blog-content a{

    color:#ff6a00;

    font-weight:600;

}



/* ==========================
   TABLET RESPONSIVE
========================== */


@media(max-width:900px){


.blog-page{

    padding:35px 0;

}


.blog-content{

    padding:30px;

}



.blog-content h1{

    font-size:34px;

}



.blog-content h2{

    font-size:26px;

}



.blog-content p{

    font-size:16px;

}


}



/* ==========================
   MOBILE RESPONSIVE
========================== */


@media(max-width:600px){


.article-container{

    width:95%;

}



.blog-content{

    padding:22px;

    border-radius:8px;

}



.blog-content h1{

    font-size:28px;

}



.blog-content h2{

    font-size:23px;

}



.blog-content h3{

    font-size:19px;

}



.blog-content ul{

    margin-left:18px;

}



.cta-box{

    padding:30px 20px;

}



.cta-button{

    width:100%;

}



}/* End custom CSS */