.elementor-7655 .elementor-element.elementor-element-0cea02a{--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;--overflow:hidden;--background-transition:0.3s;}.elementor-7655 .elementor-element.elementor-element-ffb86c5{--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;--overflow:hidden;--background-transition:0.3s;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-7655 .elementor-element.elementor-element-4dff6c3 img{max-width:100%;}.elementor-7655 .elementor-element.elementor-element-4dff6c3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-0cea02a */.entry-title {
    margin-left: 10px;
    padding-top: 10px
}

.entry-meta {
    margin-left: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-447513a *//* ===== General Reset ===== 
body {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  color: #1e1e1e;
  line-height: 1.7;
  background-color: #fff;
  margin: 0;
  padding: 0 20px;
}*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Sen&display=swap');


body {
  font-family: 'Sen', sans-serif;
  
}

.blog-itr {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #314259;
  
}

/* ===== Headings ===== */
h1 {
  font-size: 36px;
  color: #0b2149;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-itr {
  font-size: 25px !important;
  color: #102a43;
  border-left: 3px solid #c6002e;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* ===== Paragraph ===== */
.itax {
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 500 !important;
    color: #314259;
    font-family: 'Sen', sans-serif !important;
}

/* ===== Lists ===== */
ul, ol {
  margin-left: 20px;
  padding-left: 10px;
   font-size: 17px;
   color: #314259;
}

.custom-list ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}

ol li {
  margin-bottom: 10px;
  padding-left: 5px;
}

/* ===== Strong & Emphasis ===== */
strong {
  color: #c6002e;
  font-weight: 600;
}

em {
  color: #6b6b6b;
  font-size: 14px;
}

/* ===== Links ===== */
a {
  color: #004080;
  text-decoration: underline;
  transition: color 0.2s ease;
}

a:hover {
  color: #c6002e;
  text-decoration: none;
}

/* ===== Contact Block Styling ===== */
.contact-block {
  background-color: #f7f7f7;
  border-left: 4px solid #004080;
  padding: 15px 20px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.contact-block a {
  font-weight: bold;
  color: #c6002e;
}

/* ===== Hashtag Footer ===== */
p em {
  display: block;
  margin-top: 40px;
  font-style: italic;
  color: #999;
  font-size: 14px;
  text-align: center;
}/* End custom CSS */