/* audit style start here  */
.aac_b_dmas_container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.aac_b_dmas_section {
    padding: 40px 20px;
}

.aac_b_dmas_light {
    background-color: #f9f9f9;
}

.aac_b_dmas_medium {
    background-color: #eaf3fb;
}

.aac_b_dmas_dark {
    background-color: #dfe9ec;
}

.aac_b_dmas_section h2 {
    font-size: 28px;
    color: #003366;
    margin-bottom: 20px;
    border-left: 5px solid #007bff;
    padding-left: 10px;
}

.aac_b_dmas_section h3 {
    font-size: 20px;
    color: #00509e;
    margin-top: 20px;
    margin-bottom: 5px;
}

.aac_b_dmas_section p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .aac_b_dmas_section h2 {
        font-size: 22px;
    }

    .aac_b_dmas_section h3 {
        font-size: 18px;
    }

    .aac_b_dmas_section p {
        font-size: 15px;
    }
}




.aac_b_dmas_benefits_section {
    padding: 60px 20px;
}

.aac_b_dmas_benefits_container {
    max-width: 1200px;
    margin: auto;
}

.aac_b_dmas_benefits_title {
    font-size: 30px;
    color: #003366;
    margin-bottom: 40px;
    border-left: 5px solid #007bff;
    padding-left: 12px;
}

.aac_b_dmas_benefit {
    padding: 25px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.aac_b_dmas_benefit:nth-child(even) {
    background-color: #f4f8fc;
}

.aac_b_dmas_benefit:nth-child(odd) {
    background-color: #e9eff5;
}

.aac_b_dmas_benefit h3 {
    font-size: 20px;
    color: #00509e;
    margin-bottom: 8px;
}

.aac_b_dmas_benefit p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .aac_b_dmas_benefits_title {
        font-size: 24px;
    }

    .aac_b_dmas_benefit h3 {
        font-size: 18px;
    }

    .aac_b_dmas_benefit p {
        font-size: 15px;
    }
}

/* audit style end here  */


/* Centralled mis  style start here  */
.mis_box_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* default gap for desktop */
    padding: 60px 20px;
    background: #dfdddd;
    font-family: Arial, sans-serif;
}

.mis_box_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 10px;
    /* reduced horizontal gap */

}

/* Title block */
.mis_box_title {
    flex: 1 1 150px;
    font-weight: bold;
    font-size: 20px;
    color: #222;
}

/* Image block */
.mis_box_img {
    flex: 1 1 80px;
    text-align: center;
    margin-right: -10px;
}

.mis_box_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Content block */
.mis_box_content {
    flex: 2 1 300px;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-left: -10px;
}

/* Tablet & below */
@media (max-width: 768px) {

    .mis_box_item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 0px;
        padding: 14px;

    }

    .mis_box_wrapper {
        gap: 16px;
    }

    .mis_box_title {
        margin-bottom: 4px;
        /* small spacing under title */
    }

    .mis_box_img {
        margin-bottom: 4px;
        /* small spacing under image */
        margin-top: 0;
        text-align: left;
    }

    .mis_box_content {
        margin-left: 0;
        margin-top: 0;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .mis_box_title {
        font-size: 17px;

    }

    .mis_box_img img {
        width: 45px;
        height: 45px;
    }

    .mis_box_img {
        margin-bottom: 3px;
    }

    .mis_box_wrapper {
        gap: 12px;
        padding: 30px 15px;
    }

    .mis_box_item {
        padding: 10px;
    }

    .mis_box_content {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 0;
    }
}

/* centralled mis style end here  */



/* google tag management style start here  */


.gtm_section {
    padding: 60px 20px;
    background-color: #f7f7f7;
    font-family: Arial, sans-serif;
}

.gtm_item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.gtm_item img {
  width: 200px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 20px;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.gtm_item img:hover {
  transform: scale(1.2);
}


.gtm_text {
    flex: 1;
}

.gtm_text h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.gtm_text p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

@media (max-width: 768px) {
    .gtm_item {
        flex-direction: column;
        text-align: center;
    }

    .gtm_item img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}


.gtm_benefits_section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .gtm_benefits_section h2 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 40px;
      color: #222;
    }

    .gtm_benefit_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }

    .gtm_benefit_item {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px 25px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.06);
      transition: transform 0.3s ease;
    }

    .gtm_benefit_item:hover {
      transform: translateY(-5px);
    }

    .gtm_icon {
      font-size: 30px;
      color: #007bff;
      min-width: 40px;
    }

    .gtm_text h4 {
      font-size: 18px;
      margin: 0 0 6px;
      color: #333;
    }

    .gtm_text p {
      margin: 0;
      font-size: 15px;
      color: #555;
    }

    @media (max-width: 768px) {
      .gtm_benefit_grid {
        grid-template-columns: 1fr;
      }

      .gtm_benefits_section h2 {
        font-size: 26px;
      }
    }
/* google tag management style End here  */


/* data stratege main_ page style start here   */

.ds_main_intro {
  background-color: #ECECBB; /* Light warm background */
  padding: 60px 20px;
}

/* .ds_main_intro_box {
  background-color: #ffffff;
  border-left: 6px solid #239BA7;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
} */

.ds_main_intro_heading {
  font-size: 28px;
  font-weight: 600;
  color: #239BA7;
  margin-bottom: 20px;
}

.ds_main_intro_box p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
}

 .ds_main_services {
      padding: 60px 20px;
     background-color: #ffffff; 
    }

    .ds_main_card {
      background: #f9f9f9;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.05);
      transition: 0.3s ease-in-out;
      height: 100%;
      border-top: 5px solid #7ADAA5;
    }

    .ds_main_card:hover {
      transform: translateY(-5px);
      border-top: 5px solid #E1AA36;
    }

    .ds_main_card h4 {
      font-size: 20px;
      color: #239BA7;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .ds_main_card p {
      font-size: 15.5px;
      color: #555;
      margin-bottom: 20px;
    }

    .ds_main_btn {
      padding: 8px 18px;
      background-color: #7ADAA5;
      color: #000;
      text-decoration: none;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      transition: background-color 0.3s ease;
    }

    .ds_main_btn:hover {
      background-color: #E1AA36;
      color: #fff;
    }

    @media (max-width: 767px) {
      .ds_main_hero h1 {
        font-size: 30px;
      }
    }
/* data stratege main_ page style End here   */