.elementor-2995 .elementor-element.elementor-element-9b5fb14{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2995 .elementor-element.elementor-element-bb4c48e{--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-2995 .elementor-element.elementor-element-89e1c7f{border-style:solid;border-width:0px 0px 0px 5px;border-color:#FF4651;box-shadow:29px 29px 60px 0px rgba(0,0,0,0.2);padding:60px 60px 60px 60px;}.elementor-2995 .elementor-element.elementor-element-c5703a7 .elementskit-section-title-wraper .elementskit-section-title{color:#E00202;margin:0px 0px 25px 0px;font-family:"Lato", Sans-serif;font-size:36px;font-weight:700;}.elementor-2995 .elementor-element.elementor-element-c5703a7 .elementskit-section-title-wraper .elementskit-section-title > span{color:#FF4651;}.elementor-2995 .elementor-element.elementor-element-c5703a7 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-2995 .elementor-element.elementor-element-c5703a7 .elementskit-section-title-wraper p{font-family:"Lato", Sans-serif;font-size:15px;}@media(max-width:767px){.elementor-2995 .elementor-element.elementor-element-89e1c7f{padding:20px 20px 20px 20px;}.elementor-2995 .elementor-element.elementor-element-c5703a7 .elementskit-section-title-wraper .elementskit-section-title{font-size:21px;line-height:1.2em;}}/* Start custom CSS for html, class: .elementor-element-282eee9 *//* ================================
   GIRJ – Publication Fee Section
   ISSN-Safe Academic Styling
================================ */

.girj-fee-wrapper {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.girj-fee-box {
  max-width: 820px;
  width: 100%;
  background: #ffffff;
  padding: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Roboto', Arial, sans-serif;
}

.girj-fee-box h3 {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  color: #0B3C5D;
  margin-bottom: 14px;
}

.girj-fee-box p {
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 16px;
}

.girj-fee-note {
  font-size: 14px;
  color: #555555;
  margin-bottom: 26px;
}

.girj-fee-btn {
  display: inline-block;
  background-color: #FF1010;
  color: #ffffff !important;
  padding: 11px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.girj-fee-btn:hover {
  background-color: #b80000;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .girj-fee-box {
    padding: 22px;
    margin: 0 15px;
  }

  .girj-fee-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */