.u-section-1 {
    background-image: url("images/ddd.jpg");
    background-position: 50% 50%;
    padding-top: 0 !important;
}

    .u-section-1 .u-sheet-1 {
        min-height: 920px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 0 !important;
        padding-bottom: 20px;
    }

.u-section-1 .u-shape-1 {
    height: 378px;
    width: 607px;
    --color-var: #f09419;
    margin: 362px 155px 0 auto;
}

.u-section-1 .u-group-1 {
  min-height: 404px;
  width: 479px;
  box-shadow: 9px 9px 0px 0 rgba(0,0,0,0.1);
  height: auto;
  margin: -300px auto 0 20px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px 95px 30px 45px;
}

.u-section-1 .u-shape-2 {
  width: 69px;
  height: 69px;
  margin: 0 auto 0 1px;
}

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin: 20px 1px 0;
}

.u-section-1 .u-text-2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.875rem;
  margin: 16px 0 0 1px;
}

.u-section-1 .u-group-2 {
  width: 472px;
  min-height: 428px;
  box-shadow: 9px 9px 0px 0 rgba(0,0,0,0.15);
  height: auto;
  margin: -664px 223px 0 auto;
}

.u-section-1 .u-container-layout-2 {
  padding: 50px;
}

.u-section-1 .u-text-3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.u-section-1 .u-text-4 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

.u-section-1 .u-text-5 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 0;
}

.u-section-1 .u-text-6 {
  margin: 18px 0 0;
}

.u-section-1 .u-social-icons-1 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 240px;
  min-width: 120px;
  margin: 30px auto 0 0;
}

.u-section-1 .u-icon-1 {
  height: 100%;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
}

.u-section-1 .u-icon-4 {
  height: 100%;
}

.u-section-1 .u-icon-5 {
  height: 100%;
}

.u-section-1 .u-shape-3 {
  width: 154px;
  height: 154px;
  --color-var: #f09419;
  margin: -555px 28px 0 auto;
}
@media (max-width: 767px) {
    .u-section-1 .u-shape-3 {
        display: none;
    }
    .u-section-1 .u-container-layout-2 {
        padding: 10px;
    }
}

.u-section-1 .u-image-1 {
    width: 173px;
    height: 104px;
    margin: -648px auto 60px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 759px;
  }    
    .u-text-1, .u-text-2 {
        font-size: 1.5rem !important;
    }
  .u-section-1 .u-group-1 {
    min-height: 272px;
    margin-top: -216px;
    margin-left: 0;
    height: auto;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 35px;
  }

  .u-section-1 .u-group-2 {
    margin-top: -725px;
    height: auto;
  }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: auto;
        padding: 10px;
    }
    .u-section-1 .u-container-layout-2 {
        padding: 10px;
    }
    /* Orange square */
    .u-section-1 .u-shape-1 {
        background-color: #F09419; /* keep your orange color */
        position: absolute;
        z-index: 0; /* behind the white div */
        width: calc(59%); /* 30px wider so it sticks out */
        height: 288px; /* increase as needed */
        top: -370px; /* adjust to position vertically */
        left: 146px;
    }

    /* White box container */
    .u-section-1 .u-group-2 {
        position: relative;
        z-index: 1; /* keep this above orange */
    }

    /* Orange circle */
    .u-section-1 .u-shape-3 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 0;
    }

    /* Logo container */
    .u-section-1 .u-group-1 {
        max-width: 350px;
        margin: 10px auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    /* Company name / details box */
    .u-section-1 .u-group-2 {
        width: 90%;
        max-width: 350px;
        margin: 20px auto;
        position: relative;
        z-index: 2;
    }

    /* Ensure shapes are always behind */
    .u-section-1 .u-shape-1,
    .u-section-1 .u-shape-3 {
        z-index: 0;
    }
}


/* Mobile Styles */
@media (max-width: 768px) {
    .u-section-1 .u-shape-3 {
        display: none;
    }
    /* Orange square */
    .u-section-1 .u-shape-1 {
        background-color: #F09419; /* keep your orange color */
        position: absolute;
        z-index: 0; /* behind the white div */
        width: calc(81%); /* 30px wider so it sticks out */
        height: 288px; /* increase as needed */
        top: -370px; /* adjust to position vertically */
        left: 53px;
    }
    .u-section-1 .u-group-2 {
        margin-top: 20px !important;
    }

    .u-section-1 .u-image-1 {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        width: 120px;
        height: auto;
    }

    .tab-label {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
        padding: 12px 10px;
        box-sizing: border-box;
    }

    .tab-content {
        padding: 15px;
        font-size: 15px;
    }

    .u-section-1 .u-sheet-1 {
        padding: 15px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .u-group-1, .u-group-2 {
        padding: 15px;
    }

    .u-text-1, .u-text-2 {
        font-size: 1rem !important;
        text-align: center;
    }

    .tab-content a {
        padding: 8px 0;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 275px;
  }

    .u-section-1 .u-shape-1 {
        background-color: #F09419; /* keep your orange color */
        position: absolute;
        z-index: 0; /* behind the white div */
        width: calc(98%); /* 30px wider so it sticks out */
        height: 250px; /* increase as needed */
        top: -370px; /* adjust to position vertically */
        left: 5px;
    }

  .u-section-1 .u-group-1 {
    min-height: 285px;
    width: 300px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 30px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.34375rem;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.25rem;
  }

  .u-section-1 .u-group-2 {
    min-height: 398px;
    width: 300px;
    margin-top: -665px;
    margin-right: auto;
  }

  .u-section-1 .u-shape-3 {
    margin-top: -569px;
  }
}