.elementor-3404 .elementor-element.elementor-element-dc07e22{--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-3404 .elementor-element.elementor-element-f8725ca{--spacer-size:167px;}.elementor-3404 .elementor-element.elementor-element-2954112{--spacer-size:142px;}.elementor-3404 .elementor-element.elementor-element-5ca711d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3404 .elementor-element.elementor-element-f047b0a{text-align:center;}.elementor-3404 .elementor-element.elementor-element-f047b0a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:600;color:#BC3734;}.elementor-3404 .elementor-element.elementor-element-14050fd{--display:flex;}@media(max-width:767px){.elementor-3404 .elementor-element.elementor-element-f8725ca{--spacer-size:267px;}.elementor-3404 .elementor-element.elementor-element-2954112{--spacer-size:86px;}}/* Start custom CSS for html, class: .elementor-element-64a18cd */.container {
    max-width: 1600px;
    margin: auto;
    padding: 10px;
  }


  .card p {
    font-size: 18px;
    text-align: justify;
  }

  /* Card Sections */
  .card {
    background: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .card h2 {
    color: #bc3734;
    margin-bottom: 10px;
  }

  /* List Styling */
  ul {
    padding-left: 20px;
  }

  ul li {
    margin: 8px 0;
  }

  /* Highlight Boxes */
  .highlight {
    background: #bc3734;
    border-left: 5px solid #bc3734;
    padding: 15px;
    border-radius: 6px;
    margin-top: 10px;
  }
a {
  color: #bc3734;
  text-decoration: underline;
}
a:hover {
  color: #8b2926;
}
  /* Grid Layout */
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }

  .grid-item {
    background: #eee;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #bc3734;
  }

  .grid-item h3 {
    margin-top: 0;
    color: #bc3734;
  }

  /* Footer */
  .footer {
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
    color: #777;
  }

.offshore-accounting-images {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.accounting-image {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.accounting-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Tablet */
@media (max-width: 991px) {
    .offshore-accounting-images {
        max-width: 100%;
        padding: 0 12px;
    }

    .accounting-image {
        margin-bottom: 24px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .offshore-accounting-images {
        padding: 0 10px;
        margin: 20px auto;
    }

    .accounting-image {
        margin-bottom: 20px;
    }

    .accounting-image img {
        width: 100%;
        height: auto;
    }
}
</style>/* End custom CSS */